@charset "UTF-8";
/* ---------------------------------------------------------

追加

--------------------------------------------------------- */
.freeHtml,
.editableHtml {
  font-size: 1rem;
}
@media only screen and (max-width: 680px) {
  .freeHtml,
  .editableHtml {
    font-size: 1rem;
  }
}
.p-lower-header-2 .c-section__ineer {
    padding: 0 50px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
}

@media (max-width: 920px) {
    .p-lower-header-2 {
        height: 135px;
        background: url(/content/100074658.jpg) 50% 50%;
    }
    .p-lower-header-2 .c-section__ineer {
        padding: 0 15px;
    }
}

.p-lower-header-2__title {
    font-size: 3.8rem;
    line-height: 120%;
    width: 80%;
}

.p-lower-header-2__title span {
    font-size: 3rem;
    display: block;
}

@media (max-width: 920px) {
    .p-lower-header-2__title {
        font-size: 1.5rem;
        line-height: 150%;
        width: 60%;
    }
    .p-lower-header-2__title span {
        font-size: 1rem;
    }
}

.p-lower-header-2__bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.p-lower-header-2__bg::before {
    width: 50px;
    height: 100%;
    content: "";
    left: -50px;
    top: 0;
    position: absolute;
    background: -moz-linear-gradient(left, rgba(64, 64, 65, 0) 0%, #404041 100%);
    background: -webkit-linear-gradient(left, rgba(64, 64, 65, 0) 0%, #404041 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(64, 64, 65, 0)), to(#404041));
    background: -o-linear-gradient(left, rgba(64, 64, 65, 0) 0%, #404041 100%);
    background: linear-gradient(to right, rgba(64, 64, 65, 0) 0%, #404041 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00404041', endColorstr='#404041', GradientType=1);
}

.p-lower-header-2__bg::after {
    width: 30%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    background: -moz-linear-gradient(left, #404041 0%, #404041 1%, rgba(64, 64, 65, 0) 100%);
    background: -webkit-linear-gradient(left, #404041 0%, #404041 1%, rgba(64, 64, 65, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(#404041), color-stop(1%, #404041), to(rgba(64, 64, 65, 0)));
    background: -o-linear-gradient(left, #404041 0%, #404041 1%, rgba(64, 64, 65, 0) 100%);
    background: linear-gradient(to right, #404041 0%, #404041 1%, rgba(64, 64, 65, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404041', endColorstr='#00404041', GradientType=1);
}

.p-lower-header-2__bg img {
    height: 100%;
}

@media (max-width: 920px) {
    .p-lower-header-2__bg img {
        height: 100%;
    }
    .p-lower-header-2__bg::after {
        width: 60%;
        height: 100%;
    }
}

@media (max-width: 920px) {
    .p-gakubu .c-section__ineer {
        padding-top: 20px;
    }
}

.p-gakubu__nav {
    margin-bottom: 100px;
}

.p-gakubu__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-gakubu__nav li {
    width: 25%;
    font-size: 1.6rem;
    line-height: 160%;
    margin-bottom: 5px;
    position: relative;
    padding-right: 20px;
}

.p-gakubu__nav li img {
    width: 11px;
    height: 4px;
    margin-left: 10px;
}

.p-gakubu__nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1100px) {
    .p-gakubu__nav li {
        width: 33.3333%;
    }
}

@media (max-width: 920px) {
    .p-gakubu__nav {
        margin-bottom: 40px;
    }
    .p-gakubu__nav li {
        width: 50%;
        font-size: 1.2rem;
        padding-right: 10px;
    }
    .p-gakubu__nav li img {
        width: 9px;
        height: 2px;
        margin-left: 10px;
    }
}

@media (max-width: 390px) {
    .p-gakubu__nav li {
        width: 50%;
        font-size: 1.0rem;
    }
}

.p-gakubu__box {
    margin-bottom: 110px;
    padding-top: 30px;
    margin-top: -30px;
}

.p-gakubu__box .c-heading-2 {
    margin-bottom: 40px;
}

.p-gakubu__box .p-gakubu__box-text {
    margin-bottom: 40px;
}

.p-gakubu__box .p-gakubu__box-text p {
    font-size: 1.5rem;
    line-height: 160%;
}

.p-gakubu__box figure {
    margin-bottom: 40px;
}

.p-gakubu__box figure img {
    width: 100%;
}

.p-gakubu__box .c-list {
    margin-bottom: 50px;
}

.p-gakubu__box .c-list .c-list__window {
    padding-left: 22px;
}

.p-gakubu__box .c-list .c-list__window::before {
    top: 50%;
    left: 6px;
    content: "";
    width: 4px;
    height: 11px;
    background: url(/content/100074618.png) 50% no-repeat;
    background-size: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.p-gakubu__box .c-list .c-list__window::after {
    top: 50%;
    content: "";
    width: 16px;
    height: 15px;
    background: url(/content/100074653.png) 50% no-repeat;
    background-size: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 10px;
}

@media (max-width: 920px) {
    .p-gakubu__box {
        margin-bottom: 50px;
        padding-top: 80px;
        margin-top: -80px;
    }
    .p-gakubu__box .c-heading-2 {
        margin-bottom: 20px;
    }
    .p-gakubu__box .p-gakubu__box-text {
        margin-bottom: 20px;
    }
    .p-gakubu__box .p-gakubu__box-text p {
        font-size: 1.2rem;
        line-height: 180%;
    }
    .p-gakubu__box figure {
        margin-bottom: 20px;
    }
    .p-gakubu__box .c-list {
        margin-bottom: 30px;
    }
    .p-gakubu__box .c-list .c-list__window {
        padding-left: 14px;
    }
    .p-gakubu__box .c-list .c-list__window::before {
        left: 5px;
        width: 2px;
        height: 5.5px;
    }
    .p-gakubu__box .c-list .c-list__window::after {
        width: 8px;
        height: 7.5px;
        margin-left: 5px;
    }
}

.p-gakubu__table .c-table {
    margin-bottom: 30px;
}

.p-gakubu__table .c-table.is-no-margin {
    margin-bottom: 0;
    border-bottom: none;
}

.p-gakubu__table .c-table .c-table__th-1 {
    width: 20%;
}

.p-gakubu__table .c-table .c-table__td {
    line-height: 160%;
}

.p-gakubu__table .hoshi {
    color: #196aab;
}

.p-gakubu__table .p-gakubu__table-sub {
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-gakubu__table .p-gakubu__table-sub dt {
    width: 50%;
    color: #196aab;
}

.p-gakubu__table .p-gakubu__table-sub dd {
    width: 50%;
    text-align: right;
}

@media (max-width: 920px) {
    .p-gakubu__table .c-table {
        margin-bottom: 20px;
    }
    .p-gakubu__table .p-gakubu__table-sub {
        font-size: 1.0rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .p-gakubu__table .p-gakubu__table-sub dt {
        width: 70%;
    }
    .p-gakubu__table .p-gakubu__table-sub dd {
        width: 30%;
    }
}

.p-gakubu__button .p-gakubu__button-text {
    font-size: 1.5rem;
    line-height: 160%;
    margin-bottom: 20px;
}

@media (max-width: 920px) {
    .p-gakubu__button .p-gakubu__button-text {
        font-size: 1rem;
        margin-bottom: 10px;
    }
}

@media (max-width: 920px) {
    .p-zengaku .c-section__ineer {
        padding-top: 20px;
    }
}

.p-zengaku__nav {
    margin-bottom: 100px;
}

.p-zengaku__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-zengaku__nav li {
    /*font-size: 1.6rem;*/
    line-height: 160%;
    margin-bottom: 5px;
    position: relative;
    padding-right: 30px;
    margin-right: 30px;
}

/*.p-zengaku__nav li:nth-child(1),
.p-zengaku__nav li:nth-child(5),
.p-zengaku__nav li:nth-child(9),
.p-zengaku__nav li:nth-child(13) {
    width: 22%;
}

.p-zengaku__nav li:nth-child(2),
.p-zengaku__nav li:nth-child(6),
.p-zengaku__nav li:nth-child(10),
.p-zengaku__nav li:nth-child(14) {
    width: 22%;
}

.p-zengaku__nav li:nth-child(3),
.p-zengaku__nav li:nth-child(7),
.p-zengaku__nav li:nth-child(11),
.p-zengaku__nav li:nth-child(15) {
    width: 25%;
}

.p-zengaku__nav li:nth-child(4),
.p-zengaku__nav li:nth-child(8),
.p-zengaku__nav li:nth-child(12),
.p-zengaku__nav li:nth-child(16) {
    width: 31%;
}*/
.p-zengaku__nav li a {
    position: relative;
}
.p-zengaku__nav li a::after {
    position: absolute;
    bottom: .7rem;
    content: "";
    width: 11px;
    height: 4px;
    background: url(/content/100112032.png) 50% no-repeat;
    background-size: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 10px;
}
/*
@media (max-width: 1160px) {
    .p-zengaku__nav li {
        width: 33.3333% !important;
    }
}

@media (max-width: 1120px) {
    .p-zengaku__nav li {
        width: 50% !important;
    }
}
*/

@media (max-width: 920px) {
    .p-zengaku__nav {
        margin-bottom: 40px;
    }
    .p-zengaku__nav li {
        font-size: 1.2rem;
    }
    .p-zengaku__nav li::after {
        width: 9px;
        height: 2px;
    }
}

@media (max-width: 490px) {
    .p-zengaku__nav li {
        font-size: 1.0rem;
    }
}

@media (max-width: 410px) {
    .p-zengaku__nav li {
        font-size: 1.2rem;
        width: 100% !important;
    }
}

.p-zengaku__box {
    margin-bottom: 110px;
    padding-top: 30px;
    margin-top: -30px;
}

.p-zengaku__box .c-heading-2 {
    margin-bottom: 40px;
}

.p-zengaku__box .p-zengaku__box-text {
    margin-bottom: 40px;
}

.p-zengaku__box .p-zengaku__box-text p {
    font-size: 1.5rem;
    line-height: 160%;
}

.p-zengaku__box .c-list {
    margin-bottom: 50px;
}

.p-zengaku__box .c-list .c-list__window {
    padding-left: 22px;
}

.p-zengaku__box .c-list .c-list__window::before {
    top: 50%;
    left: 6px;
    content: "";
    width: 4px;
    height: 11px;
    background: url(/content/100074618.png) 50% no-repeat;
    background-size: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.p-zengaku__box .c-list .c-list__window::after {
    top: 50%;
    content: "";
    width: 16px;
    height: 15px;
    background: url(/content/100074653.png) 50% no-repeat;
    background-size: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 10px;
}

@media (max-width: 920px) {
    .p-zengaku__box {
        margin-bottom: 50px;
        padding-top: 80px;
        margin-top: -80px;
    }
    .p-zengaku__box .c-heading-2 {
        margin-bottom: 20px;
    }
    .p-zengaku__box .p-zengaku__box-text {
        margin-bottom: 20px;
    }
    .p-zengaku__box .p-zengaku__box-text p {
        font-size: 1.2rem;
        line-height: 180%;
    }
    .p-zengaku__box .c-list {
        margin-bottom: 30px;
    }
    .p-zengaku__box .c-list .c-list__window {
        padding-left: 14px;
    }
    .p-zengaku__box .c-list .c-list__window::before {
        left: 5px;
        width: 2px;
        height: 5.5px;
    }
    .p-zengaku__box .c-list .c-list__window::after {
        width: 8px;
        height: 7.5px;
        margin-left: 5px;
    }
}

.p-zengaku__button .p-zengaku__button-text {
    font-size: 1.5rem;
    line-height: 160%;
    margin-bottom: 20px;
}

@media (max-width: 920px) {
    .p-zengaku__button .p-zengaku__button-text {
        font-size: 1rem;
        margin-bottom: 10px;
    }
}

.p-accessmap__box-item {
    height: 100%;
    margin-bottom: 70px;
}

.p-accessmap__box-item figure img {
    width: 100%;
}

.p-accessmap__box-item dl {
    margin-top: 30px;
    padding-left: 30px;
    border-left: 1px solid #dadada;
    min-height: 270px;
}

.p-accessmap__box-item dt {
    font-size: 2.8rem;
    margin-bottom: 35px;
    line-height: 160%;
    font-weight: bold;
}

.p-accessmap__box-item li {
    font-size: 1.5rem;
    position: relative;
    padding: 0 0 0 10px;
    margin-bottom: 20px;
    line-height: 140%;
}

.p-accessmap__box-item li::before {
    top: 4px;
    left: 0;
    content: "";
    width: 4px;
    height: 11px;
    background: url(/content/100074618.png) 50% no-repeat;
    background-size: 100%;
    position: absolute;
}

.p-accessmap__box-item li .c-icn-pdf {
    margin-left: 20px;
}

@media (max-width: 920px) {
    .p-accessmap__box-item {
        height: auto;
        margin-bottom: 20px;
    }
    .p-accessmap__box-item dl {
        margin-top: 0;
        padding-left: 15px;
        padding-bottom: 20px;
        min-height: auto;
    }
    .p-accessmap__box-item dt {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    .p-accessmap__box-item li {
        font-size: 1.2rem;
        padding: 0 0 0 10px;
        margin-bottom: 10px;
    }
    .p-accessmap__box-item li::before {
        width: 2px;
        height: 5.5px;
    }
    .p-accessmap__box-item li .c-icn-pdf {
        margin-left: 5px;
    }
}

.p-accessmap__box-text {
    font-size: 1.5rem;
    line-height: 180%;
    margin-bottom: 20px;
}

@media (max-width: 920px) {
    .p-accessmap__box-text {
        font-size: 1.2rem;
        line-height: 160%;
        margin-bottom: 0;
    }
}

@media (max-width: 920px) {
    .p-sns .c-section__ineer {
        padding-top: 20px;
    }
}

.p-sns__header .p-sns__header-text {
    /*font-size: 1.6rem;*/
    margin-bottom: 40px;
    line-height: 140%;
}

.p-sns__header .p-sns__header-nav {
    display: block;
}

.p-sns__header .p-sns__header-nav li {
    font-size: 1.6rem;
    border-left: 1px solid #c4c4c4;
    display: inline-block;
    background: url(/content/100112032.png) no-repeat right 15px top 50%;
}

.p-sns__header .p-sns__header-nav li:last-child {
    border-right: 1px solid #c4c4c4;
}

.p-sns__header .p-sns__header-nav li a {
    border-bottom: none;
    color: #000;
    line-height: 2;
    display: block;
    padding: 10px 30px 10px 20px;
}

.p-sns__header .p-sns__header-nav li a:hover {
    color: #666;
}

@media (max-width: 1000px) {
    .p-sns__header .p-sns__header-nav li {
        font-size: 1.4rem;
    }
}

@media (max-width: 920px) {
    .p-sns__header .p-sns__header-text {
        font-size: 1.3rem;
        margin-bottom: 20px;
    }
    .p-sns__header .p-sns__header-nav li {
        font-size: 1.2rem;
    }
    .p-sns__header .p-sns__header-nav li:first-child {
        border-left: 1px solid #c4c4c4;
    }
}

@media (max-width: 570px) {
    .p-sns__header .p-sns__header-text {
        font-size: 1.3rem;
        margin-bottom: 20px;
        line-height: 146%;
    }
    .p-sns__header .p-sns__header-nav li {
        font-size: 1.2rem;
        border-left: 1px solid #c4c4c4;
        border-right: none;
    }
}

.p-sns__body {
    background-color: #fbfbfb;
}

.p-sns__body-item {
    padding-top: 30px;
    margin-top: -30px;
    margin-bottom: 50px;
}

.p-sns__body-item .p-sns__body-item-sub-title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 40px;
}

.p-sns__body-item .p-sns__body-item-list {
    margin-bottom: 40px;
}

.p-sns__body-item .p-sns__body-item-list .p-sns__body-item-list-title.c-heading-3 {
    margin-bottom: 15px;
}

.p-sns__body-item .p-sns__body-item-list .p-sns__body-item-list-body {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.p-sns__body-item .p-sns__body-item-list .p-sns__body-item-list-body .l-col-sm-5 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
}

.p-sns__body-item .p-sns__body-item-list .p-sns__body-item-list-body .l-col-sm-3 {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;
}

.p-sns__body-item .p-sns__body-item-list .p-sns__body-item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 150%;
    font-size: 1rem;
    min-height: 40px;
}

.p-sns__body-item .p-sns__body-item-list .p-sns__body-item-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #c4c4c4;
    min-height: 40px;
    height: 100%;
    padding-left: 20px;
}

.p-sns__body-item .p-sns__body-item-list .p-sns__body-item-sns dt {
    font-size: 1rem;
    padding-right: 20px;
    white-space: nowrap;
}

.p-sns__body-item .p-sns__body-item-list .p-sns__body-item-sns dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-sns__body-item .p-sns__body-item-list .p-sns__body-item-sns dd a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.p-sns__body-item .p-sns__body-item-list .p-sns__body-item-sns dd img {
    width: 25px;
}

@media (max-width: 920px) {
    .p-sns__body-item {
        padding-top: 80px;
        margin-top: -80px;
        margin-bottom: 30px;
    }
    .p-sns__body-item .p-sns__body-item-sub-title {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
    .p-sns__body-item .p-sns__body-item-list {
        margin-bottom: 30px;
    }
    .p-sns__body-item .p-sns__body-item-list .p-sns__body-item-list-title.c-heading-3 {
        margin-bottom: 10px;
    }
    .p-sns__body-item .p-sns__body-item-list .p-sns__body-item-list-body {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .p-sns__body-item .p-sns__body-item-list .p-sns__body-item-list-body .is-none {
        display: none;
    }
    .p-sns__body-item .p-sns__body-item-list .p-sns__body-item-list-body .l-col-sm-5 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .p-sns__body-item .p-sns__body-item-list .p-sns__body-item-list-body .l-col-sm-3 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 0 20px;
    }
    .p-sns__body-item .p-sns__body-item-list .p-sns__body-item-title {
        line-height: 150%;
        font-size: 1.3rem;
        min-height: 30px;
    }
    .p-sns__body-item .p-sns__body-item-list .p-sns__body-item-sns {
        min-height: 40px;
        padding-left: 10px;
        border-left: none;
    }
    .p-sns__body-item .p-sns__body-item-list .p-sns__body-item-sns dt {
        font-size: 1rem;
        padding-right: 0;
        width: 4rem;
    }
    .p-sns__body-item .p-sns__body-item-list .p-sns__body-item-sns dd a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 20px;
    }
    .p-sns__body-item .p-sns__body-item-list .p-sns__body-item-sns dd a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 15px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .p-sns__body-item .p-sns__body-item-list .p-sns__body-item-sns dd img {
        width: 25px;
    }
}

.p-sns__button {
    margin-top: 90px;
}

@media (max-width: 920px) {
    .p-sns__button {
        margin-top: 40px;
    }
}

.p-tag__lead .c-section__ineer {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-tag__lead-text {
    font-size: 1.5rem;
    line-height: 160%;
}

@media (max-width: 920px) {
    .p-tag__lead-text {
        font-size: 1.2rem;
    }
}

.p-tag__body .c-heading-2 {
    color: #fff;
    margin-bottom: 40px;
}

.p-tag__body .c-heading-3 {
    color: #fff;
    margin-bottom: 40px;
}

@media (max-width: 920px) {
    .p-tag__body .c-section__ineer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .p-tag__body .c-heading-2 {
        margin-bottom: 20px;
    }
    .p-tag__body .c-heading-3 {
        margin-bottom: 20px;
    }
}

.p-tag__body-1 {
    background-image: url(/content/100112029.jpg);
    background-size: cover;
    background-position: 50%;
}

@media (max-width: 920px) {
    .p-tag__body-1 {
        background-image: url(/content/100112028.jpg);
    }
}

.p-tag__body-2 {
    background-image: url(/content/100112030.jpg);
    background-size: cover;
    background-position: 50%;
}

@media (max-width: 920px) {
    .p-tag__body-2 {
        background-image: url(/content/100112031.jpg);
    }
}

.p-tag__search-form-box {
    font-size: 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 70px;
}

.p-tag__search-form-box.is-no-margin {
    margin-bottom: 0;
}

@media (max-width: 920px) {
    .p-tag__search-form-box {
        margin-bottom: 30px;
    }
}

.p-tag__search-form-box-inner {
    position: relative;
    width: 100%;
    height: 46px;
    border-radius: 23px;
    background: #fff;
    display: inline-block;
    margin-right: 8px;
}

@media (max-width: 920px) {
    .p-tag__search-form-box-inner {
        height: 34px;
        border-radius: 17px;
        margin-right: 0;
    }
}

.p-tag__search__form {
    font-size: 1.6rem;
    background-color: #fff;
    border: none;
    height: 46px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 23px;
    padding: 0 150px 0 60px;
    background: url(/content/100074648.png) 20px 50% no-repeat;
}

@media (max-width: 920px) {
    .p-tag__search__form {
        font-size: 1.2rem;
        height: 34px;
        border-radius: 14px;
        padding: 0 115px 0 40px;
        background: url(/content/100074648.png) 12px 50% no-repeat;
        background-size: 18px;
    }
}

.p-tag__search__form-button {
    font-size: 1.3rem;
    height: 46px;
    border-radius: 23px;
    background-color: #f6b506;
    border: none;
    color: #000;
    position: absolute;
    right: 0;
    top: 0;
    width: 136px;
    text-align: center;
}

@media (max-width: 920px) {
    .p-tag__search__form-button {
        font-size: 1.2rem;
        height: 34px;
        border-radius: 17px;
        width: 115px;
    }
}

.p-tag__tag-box {
    margin-bottom: 50px;
}

@media (max-width: 920px) {
    .p-tag__tag-box {
        margin-bottom: 10px;
    }
}

.p-tag__tag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-tag__tag-list-item {
    margin: 0 10px 20px;
    width: 14.2857%;
}

.p-tag__tag-list-item a {
    color: #fff;
    display: block;
    border: 1px solid #717171;
    text-align: center;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    -webkit-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
    transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
    font-size: 1.4rem;
}

.p-tag__tag-list-item a:hover {
    color: #000;
    background-color: #fff;
}

@media (max-width: 920px) {
    .p-tag__tag-list-item {
        margin: 0 2% 4%;
        width: 46%;
    }
    .p-tag__tag-list-item a {
        width: 100%;
        min-width: inherit;
        height: 25px;
        line-height: 25px;
        border-radius: 5px;
        font-size: 1.1rem;
    }
}


/*-------------------------------
数字で見る東京大学
-------------------------------*/
.p-suuji {
    background-color: #dcf0f5;
    text-align: center;
}

.p-suuji img {
    width: 100%;
}
.freeHtml .p-suuji p,
.editableHtml .p-suuji p {
  margin-bottom: 30px;
}

.p-suuji__title-01 {
    max-width: 1155px;
    margin: 0 auto 90px;
}

@media (max-width: 920px) {
    .p-suuji__title-01 {
        margin: 0 auto 30px;
    }
}

.p-suuji__title-02 {
    max-width: 312.5px;
    margin: 0 auto 60px;
}

@media (max-width: 920px) {
    .p-suuji__title-02 {
        max-width: 140px;
        margin: 0 auto 30px;
    }
}

.p-suuji__text {
    font-size: 1.5rem;
    line-height: 180%;
}

@media (max-width: 920px) {
    .p-suuji__text {
        font-size: 1.2rem;
    }
}

.p-suuji__text-01 {
    margin-bottom: 50px;
}

@media (max-width: 920px) {
    .p-suuji__text-01 {
        margin-bottom: 30px;
    }
}

.p-suuji__img-01 {
    max-width: 585px;
    margin-bottom: 50px;
}

@media (max-width: 920px) {
    .p-suuji__img-01 {
        margin-bottom: 30px;
    }
}

.p-suuji__title-03 {
    max-width: 559px;
    margin: 0 auto 50px;
}

@media (max-width: 920px) {
    .p-suuji__title-03 {
        max-width: 240px;
        margin: 0 auto 30px;
    }
}

.p-suuji__text-02 {
    margin-bottom: 50px;
}

@media (max-width: 920px) {
    .p-suuji__text-02 {
        margin-bottom: 30px;
    }
}

.p-suuji__box-title {
    background-color: #14284f;
    text-align: center;
    color: #fff;
    line-height: 35px;
    font-size: 1.5rem;
    margin-bottom: 10px;
    position: relative;
}

.p-suuji__box-title::before {
    content: "";
    display: block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #dcf0f6;
    position: absolute;
    top: -5px;
    -webkit-box-shadow: #dcf0f6 0px 35px;
    box-shadow: #dcf0f6 0px 35px;
    left: -5px;
}

.p-suuji__box-title::after {
    content: "";
    display: block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #dcf0f6;
    position: absolute;
    top: -5px;
    -webkit-box-shadow: #dcf0f6 0px 35px;
    box-shadow: #dcf0f6 0px 35px;
    right: -5px;
}

.p-suuji__box-01 {
    max-width: 550px;
    margin: 0 auto 70px;
}

.p-suuji__box-01 .p-suuji__text-03 {
    text-align: left;
}

.p-suuji__box-01 .p-suuji__text-04 {
    text-align: left;
    font-size: 1.3rem;
    margin-top: 20px;
}

@media (max-width: 920px) {
    .p-suuji__box-01 {
        max-width: 550px;
        margin: 0 auto 0;
    }
    .p-suuji__box-01 figure {
        margin-bottom: 20px;
    }
    .p-suuji__box-01 .p-suuji__text-03 {
        margin-bottom: 30px;
    }
    .p-suuji__box-01 .p-suuji__text-04 {
        font-size: 1rem;
        margin-top: -20px;
        margin-bottom: 30px;
    }
}

.p-suuji__box-01-sub {
    max-width: 632px;
    margin: 0 auto 60px;
}

.p-suuji__box-01-sub img {
    width: 100%;
    margin-top: -1px;
    margin-bottom: 0 !important;
}

.p-suuji__box-01-sub p {
    background-color: #e3cd73;
    width: 100%;
    padding: 30px 0;
    line-height: 160%;
    font-size: 1.4rem;
    color: #7D0200;
    margin-top: -1px;
    margin-bottom: 0 !important;
}

@media (max-width: 920px) {
    .p-suuji__box-01-sub .p-suuji__box-01-sub {
        margin: 0 auto 30px;
    }
}

.p-suuji__title-04 {
    max-width: 178.5px;
    margin: 0 auto 30px;
}

@media (max-width: 920px) {
    .p-suuji__title-04 {
        max-width: 90px;
        margin: 0 auto 20px;
    }
}

.editableHtml .p-suuji .p-suuji__text-05 {
    margin-bottom: 10px;
}

.p-suuji__box-02 {
    height: 190px;
    position: relative;
    margin-bottom: 10px;
}

.p-suuji__box-02 img {
    height: 190px;
    width: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 920px) {
    .p-suuji__box-02 {
        height: 100px;
        margin-bottom: 0;
    }
    .p-suuji__box-02 img {
        height: 100px;
    }
}

.p-suuji__box-03 {
    max-width: 550px;
    margin: 0 auto 60px;
}

.p-suuji__box-03 .p-suuji__title-05 {
    margin-bottom: 20px;
}

.p-suuji__box-03 .p-suuji__text-06 {
    text-align: left;
}

@media (max-width: 920px) {
    .p-suuji__box-03 {
        margin: 0 auto 0;
    }
    .p-suuji__box-03 figure {
        margin-bottom: 20px;
    }
    .p-suuji__box-03 .p-suuji__title-05 {
        margin-bottom: 10px;
    }
    .p-suuji__box-03 .p-suuji__text-06 {
        margin-bottom: 30px;
    }
}

.p-suuji__box-04 {
    margin-top: 100px;
}

@media (max-width: 920px) {
    .p-suuji__box-04 {
        margin-top: 20px;
    }
}


/*-------------------------------
ここまで数字で見る東京大学
-------------------------------*/

.is-trigger {
    visibility: hidden;
}

.p-side-up {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
    -webkit-animation-name: p-slide-up;
    animation-name: p-slide-up;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

@-webkit-keyframes p-slide-up {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}

@keyframes p-slide-up {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}

.p-vision .c-article__bg {
    background: url(/content/100112018.jpg) 50% 100% no-repeat;
    background-size: cover;
}

.p-vision .c-article__bg .is-shadow {
    -moz-text-shadow: 0px 0px 16px rgba(6, 65, 110, 0.9);
    -webkit-text-shadow: 0px 0px 16px rgba(6, 65, 110, 0.9);
    -ms-text-shadow: 0px 0px 16px rgba(6, 65, 110, 0.9);
    text-shadow: 0px 0px 16px rgba(6, 65, 110, 0.9);
}

.p-vision .c-article__bg .c-text {
    margin-bottom: 31%;
}

.p-vision .c-article__bg-inner {
    max-width: 100%;
}

@media (max-width: 920px) {
    .p-vision .c-text.u-mb-lg {
        margin-bottom: 0 !important;
    }
    .p-vision .u-img-responsive {
        margin-bottom: 30px;
    }
}

.p-vision__box-01 {
    border-top: 1px solid #d0d0d0;
    padding-top: 50px;
}

@media (max-width: 920px) {
    .p-vision__box-01 {
        padding-top: 0;
        border-top: none;
    }
}

.p-vision__box-01-item {
    margin-bottom: 50px;
}

@media (max-width: 920px) {
    .p-vision__box-01-item {
        border-top: 1px solid #d0d0d0;
        margin-bottom: 0;
        padding-top: 30px;
    }
}

.p-vision__box-01-item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #196aab;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.p-vision__box-01-item-header dt {
    width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 2px solid #196aab;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-preferred-size: 14rem;
    flex-basis: 15rem;
    max-width: 15rem;
}

.p-vision__box-01-item-header dt p {
    font-size: 2.4rem;
}

.p-vision__box-01-item-header dt p span {
    font-size: 1.6rem;
    font-weight: 700;
    display: block;
    margin-top: 3px;
}

.p-vision__box-01-item-header dt i {
    font-size: 6rem;
    font-style: normal;
    display: block;
    margin-left: 15px;
    margin-top: 5px;
    line-height: 1;
}

.p-vision__box-01-item-header dd {
    font-size: 1.6rem;
    font-weight: bold;
    min-height: 52px;
    /*padding-left: 180px;
    margin-left: -165px;
    width: 100%;*/
    -ms-flex-preferred-size: 40rem;
    flex-basis: 42.5rem;
    max-width: 42.5rem;
}

.p-vision__box-01-item-header dd span {
    color: #fff;
    padding: 4px 5px;
    font-size: 1.2rem;
    background-color: #196aab;
    display: table;
    margin-bottom: 10px;
}

@media (max-width: 920px) {
    .p-vision__box-01-item-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 10px;
        border-left: 2px solid #196aab;
        padding-left: 15px;
    }
    .p-vision__box-01-item-header dt {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 5px;
        border-right: none;
        flex-basis: auto;
    }
    .p-vision__box-01-item-header dt p {
        font-size: 1.2rem;
    }
    .p-vision__box-01-item-header dt p span {
        font-size: 1.0rem;
        margin-top: 3px;
    }
    .p-vision__box-01-item-header dt i {
        font-size: 3.5rem;
        margin-left: 8px;
        margin-top: 5px;
    }
    .p-vision__box-01-item-header dd {
        font-size: 1.4rem;
        min-height: auto;
        padding-left: 0;
        line-height: 1.4;
        margin-left: 0;
        flex-basis: auto;
    }
    .p-vision__box-01-item-header dd span {
        color: #fff;
        padding: 4px 5px;
        font-size: .9em;
        background-color: #196aab;
        display: table;
        margin-bottom: 5px;
    }
}

.p-vision__box-01-item-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-vision__box-01-item-body dt {
    width: 180px;
    font-size: 1.6rem;
    border-right: 1px solid #d0d0d0;
    -ms-flex-preferred-size: 14rem;
    flex-basis: 15rem;
    max-width: 15rem;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.p-vision__box-01-item-body dd {
    font-size: 1.6rem;
    min-height: 52px;
    padding-left: 30px;
    /*padding-left: 180px;
    margin-left: -165px;
    width: 100%;*/
    -ms-flex-preferred-size: 40rem;
    flex-basis: 42.5rem;
    max-width: 42.5rem;
}

.p-vision__box-01-item-body dd ul {
    padding-left: 10px;
}

.p-vision__box-01-item-body dd li {
    font-size: 1.6rem;
    line-height: 180%;
    list-style-type: decimal;
    margin-left: 18px;
}

@media (max-width: 920px) {
    .p-vision__box-01-item-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-left: 1px solid #d0d0d0;
        padding-left: 15px;
        margin-bottom: 30px;
    }
    .p-vision__box-01-item-body dt {
        width: 100%;
        font-size: 1.4rem;
        margin-bottom: 10px;
        border-right: none;
        flex-basis: auto;
    }
    .p-vision__box-01-item-body dd {
        font-size: 1.3rem;
        border-left: none;
        padding-left: 0;
        margin-left: 0;
        flex-basis: auto;
    }
    .p-vision__box-01-item-body dd li {
        font-size: 1.2rem;
        line-height: 180%;
        margin-left: 14px;
    }
}

.p-vision__box-02 {
    margin-bottom: 60px;
}

@media (max-width: 920px) {
    .p-vision__box-02 {
        margin-bottom: 20px;
    }
}

.p-vision__box-02-item {
    margin-bottom: 30px;
}

.p-vision__box-02-item dt {
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.p-vision__box-02-item dt.is-none {
    display: none;
}

.p-vision__box-02-item dd .c-icn-pdf {
    margin-left: 5px;
}

.p-vision__box-02-item dd a {
    width: 100%;
    height: 100%;
    padding: 30px;
    display: block;
    text-align: center;
    background-color: #196aab;
    color: #fff;
    font-size: 1.6rem;
    line-height: 200%;
}

.p-vision__box-02-item dd a:hover {
    opacity: .9;
}

@media (max-width: 920px) {
    .p-vision__box-02-item {
        margin-bottom: 20px;
    }
    .p-vision__box-02-item dt {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    .p-vision__box-02-item dd .c-icn-pdf {
        margin-left: 2px;
    }
    .p-vision__box-02-item dd a {
        padding: 10px;
        font-size: 1.2rem;
        line-height: 160%;
    }
}

.p-vision__box-03-2 {
    margin-bottom: 60px;
}

@media (max-width: 920px) {
    .p-vision__box-03-2 {
        margin-bottom: 20px;
    }
}

.p-vision__box-04 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-vision__box-04 dt {
    margin-bottom: 20px;
}

.p-vision__box-04 dt .c-text {
    margin-bottom: 0;
}

.p-vision__box-04 dd {
    margin-left: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: 1px solid #dadada;
}

.p-vision__box-04 dd img {
    width: 250px;
}

@media (max-width: 920px) {
    .p-vision__box-04 {
        margin-bottom: 30px;
    }
    .p-vision__box-04:last-of-type {
        margin-bottom: 0;
    }
    .p-vision__box-04 dl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .p-vision__box-04 dt {
        margin-bottom: 10px;
    }
    .p-vision__box-04 dd {
        margin-left: 0;
        margin-bottom: 20px;
        padding-left: 0;
        border-left: none;
    }
    .p-vision__box-04 dd img {
        width: 100%;
    }
}

.p-vision__box-05 {
    background-color: #e2e2e2;
}

.p-vision__box-05 .c-section__ineer {
    padding-top: 30px;
    padding-bottom: 30px;
}

.p-vision__box-05 p {
    font-size: 2rem;
    font-weight: bold;
}

@media (max-width: 920px) {
    .p-vision__box-05 .c-section__ineer {
        padding-top: 15px;
        padding-bottom: 12px;
    }
    .p-vision__box-05 p {
        font-size: 1.5rem;
    }
}

.p-vision__box-06 {
    background-color: #f4f4f4;
}

@media (max-width: 920px) {
    .p-vision__box-06 .c-section__ineer {
        padding-top: 20px;
    }
}

.p-vision__box-06-item {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #d0d0d0;
}

.p-vision__box-06-item figure img {
    width: 100%;
}

.p-vision__box-06-item:last-of-type {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

@media (max-width: 920px) {
    .p-vision__box-06-item {
        padding-bottom: 20px;
        margin-bottom: 25px;
    }
    .p-vision__box-06-item figure {
        margin-bottom: 20px;
    }
}

.p-vision__box-06-item-body .c-list {
    margin-bottom: 0;
}

.p-vision__box-06-item-body .c-icn-pdf {
    margin-left: 5px;
}

.p-vision__box-06-item-body-title {
    font-size: 2rem;
    margin-bottom: 20px;
}

@media (max-width: 920px) {
    .p-vision__box-06-item-body-title {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
}

.p-vision__box-06-item-body-text {
    font-size: 1.6rem;
    line-height: 180%;
    margin-bottom: 10px;
}

@media (max-width: 920px) {
    .p-vision__box-06-item-body-text {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
}

.p-vision__box-07 {
    margin-bottom: 60px;
}

@media (max-width: 920px) {
    .p-vision__box-07 {
        margin-bottom: 20px;
    }
}

.p-vision__box-07-item {
    margin-bottom: 20px;
}

.p-vision__box-07-item figure {
    margin-bottom: 25px;
}

.p-vision__box-07-item figure img {
    width: 100%;
}

@media (max-width: 920px) {
    .p-vision__box-07-item {
        margin-bottom: 15px;
    }
    .p-vision__box-07-item figure {
        margin-bottom: 8px;
    }
}

.p-vision__box-08 {
    text-align: center;
}

@media (max-width: 920px) {
    .p-mooc .c-section__ineer {
        padding-top: 20px;
    }
}

.p-mooc__lead {
    font-size: 1.5rem;
    line-height: 160%;
    margin-bottom: 90px;
}

@media (max-width: 920px) {
    .p-mooc__lead {
        font-size: 1.2rem;
        line-height: 160%;
        margin-bottom: 20px;
    }
}

.p-mooc__site {
    margin-bottom: 100px;
}

.p-mooc__site .p-mooc__site-box {
    border: 1px solid #dadada;
    margin-bottom: 60px;
}

.p-mooc__site .p-mooc__site-box figure img {
    width: 100%;
}

.p-mooc__site .p-mooc__site-text-box {
    padding-left: 30px;
    border-left: 1px solid #dadada;
    min-height: 265px;
    margin-top: 30px;
}

.p-mooc__site .p-mooc__site-title {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.p-mooc__site .c-list {
    margin-bottom: 5px;
}

.p-mooc__site .c-list .c-list__window {
    padding-left: 22px;
}

.p-mooc__site .c-list .c-list__window::before {
    top: 1rem;
    left: 6px;
    content: "";
    width: 4px;
    height: 11px;
    background: url(/content/100074618.png) 50% no-repeat;
    background-size: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*.p-mooc__site .c-list .c-list__window::after {
    top: 50%;
    content: "";
    width: 16px;
    height: 15px;
    background: url(/content/100074653.png) 50% no-repeat;
    background-size: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 10px;
}*/

.p-mooc__site .p-mooc__site-text {
    font-size: 1.5rem;
    line-height: 200%;
}

@media (max-width: 920px) {
    .p-mooc__site {
        margin-bottom: 40px;
    }
    .p-mooc__site .p-mooc__site-box {
        margin-bottom: 30px;
    }
    .p-mooc__site .p-mooc__site-text-box {
        min-height: auto;
        padding-left: 0;
        border-left: none;
        margin-top: 0;
        padding: 20px;
    }
    .p-mooc__site .p-mooc__site-title {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }
    .p-mooc__site .c-list {
        margin-bottom: 10px;
    }
    .p-mooc__site .c-list .c-list__window {
        padding-left: 14px;
    }
    .p-mooc__site .c-list .c-list__window::before {
        left: 5px;
        width: 2px;
        height: 5.5px;
    }
    /*.p-mooc__site .c-list .c-list__window::after {
        width: 8px;
        height: 7.5px;
        margin-left: 5px;
    }*/
    .p-mooc__site .p-mooc__site-text {
        font-size: 1.2rem;
        line-height: 160%;
    }
}

.p-mooc__body .c-section__ineer {
    padding-bottom: 30px;
}

@media (max-width: 920px) {
    .p-mooc__body .c-section__ineer {
        padding-bottom: 10px;
    }
}

.p-mooc__item {
    margin-bottom: 70px;
}

@media (max-width: 920px) {
    .p-mooc__item {
        margin-bottom: 30px;
    }
}

.p-mooc__item-body {
    border: 1px solid #dadada;
    margin-bottom: 40px;
}

.p-mooc__item-body .p-mooc__item-link {
    margin: 30px 20px;
}

.p-mooc__item-body .p-mooc__item-link .p-mooc__item-link-box {
    border-left: 1px solid #dadada;
    height: 100%;
    padding-left: 30px;
}

.p-mooc__item-body .p-mooc__item-link figure img {
    width: 100%;
}

.p-mooc__item-body .p-mooc__item-link .p-mooc__item-body-title {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 160%;
    position: relative;
    padding-left: 25px;
}

.p-mooc__item-body .p-mooc__item-link .p-mooc__item-body-title img {
    vertical-align: baseline;
    margin-left: 5px;
}

.p-mooc__item-body .p-mooc__item-link .p-mooc__item-body-title::before {
    top: 14px;
    left: 6px;
    content: "";
    width: 4px;
    height: 11px;
    background: url(/content/100074618.png) 50% no-repeat;
    background-size: 100%;
    position: absolute;
}

.p-mooc__item-body .p-mooc__item-link .p-mooc__item-body-text {
    font-size: 1.5rem;
    line-height: 200%;
    padding-left: 25px;
}

@media (max-width: 920px) {
    .p-mooc__item-body {
        margin-bottom: 20px;
    }
    .p-mooc__item-body .l-col-xs-12 {
        padding: 0;
    }
    .p-mooc__item-body .p-mooc__item-link {
        margin: 15px 15px 30px;
    }
    .p-mooc__item-body .p-mooc__item-link .p-mooc__item-link-box {
        border-left: none;
        height: 100%;
        padding-left: 0;
    }
    .p-mooc__item-body .p-mooc__item-link .p-mooc__item-link-box figure {
        margin-bottom: 10px;
    }
    .p-mooc__item-body .p-mooc__item-link .p-mooc__item-body-title {
        font-size: 1.4rem;
        margin-bottom: 10px;
        padding-left: 12px;
        line-height: 140%;
    }
    .p-mooc__item-body .p-mooc__item-link .p-mooc__item-body-title img {
        margin-left: 3px;
        width: 12px;
    }
    .p-mooc__item-body .p-mooc__item-link .p-mooc__item-body-title::before {
        top: 7px;
        left: 0;
        width: 2px;
        height: 9px;
    }
    .p-mooc__item-body .p-mooc__item-link .p-mooc__item-body-text {
        font-size: 1rem;
        line-height: 140%;
        padding-left: 12px;
    }
}

.p-mooc__item-footer {
    background-color: #f9f9f9;
    padding: 40px 50px 10px;
}

@media (max-width: 920px) {
    .p-mooc__item-footer {
        padding: 20px 20px 10px;
    }
}

.p-mooc__item-footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-mooc__item-footer-list li {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.p-mooc__item-footer-list li figure {
    width: 100px;
    margin-right: 20px;
}

.p-mooc__item-footer-list li figure img {
    width: 100%;
}

.p-mooc__item-footer-list li p {
    font-size: 1.6rem;
    line-height: 160%;
    max-width: 449px;
}

.p-mooc__item-footer-list li p span {
    font-size: 1.4rem;
}

@media (max-width: 920px) {
    .p-mooc__item-footer-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .p-mooc__item-footer-list li {
        width: 100%;
        margin-bottom: 10px;
    }
    .p-mooc__item-footer-list li figure {
        width: 50px;
        margin-right: 10px;
    }
    .p-mooc__item-footer-list li p {
        font-size: 1.2rem;
        line-height: 150%;
    }
    .p-mooc__item-footer-list li p span {
        font-size: 1rem;
    }
}

.p-mooc__link {
    background-color: #f8f8f8;
}

.p-mooc__link .c-heading-5 {
    margin-bottom: 10px;
}

.p-mooc__link-list {
    margin-bottom: 50px;
}

.p-mooc__link-list li {
    font-size: 1.5rem;
    line-height: 160%;
    padding: 15px 0;
    border-bottom: 1px solid #dadada;
    position: relative;
    padding-left: 20px;
}

.p-mooc__link-list li::before {
    top: 22px;
    left: 6px;
    content: "";
    width: 4px;
    height: 11px;
    background: url(/content/100074618.png) 50% no-repeat;
    background-size: 100%;
    position: absolute;
}

@media (max-width: 920px) {
    .p-mooc__link-list {
        margin-bottom: 30px;
    }
    .p-mooc__link-list li {
        font-size: 1.2rem;
        line-height: 140%;
        padding: 10px 0;
        padding-left: 15px;
    }
    .p-mooc__link-list li::before {
        top: 14px;
        left: 6px;
        width: 2px;
        height: 9px;
    }
}

@media (max-width: 920px) {
    .p-qa .c-section__ineer {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.p-qa__lead .c-text {
    margin-bottom: 0;
}

.p-qa__list {
    background-color: #f4f4f4;
}

.p-qa__list .p-qa__list-item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.p-qa__list .p-qa__list-item ul.is-last {
    margin-bottom: 0;
}

.p-qa__list .p-qa__list-item li {
    font-size: 1.5rem;
    line-height: 150%;
    width: 100%;
    max-width: 45%;
    margin-bottom: 30px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.p-qa__list .p-qa__list-item li::before {
    top: 11px;
    left: 0;
    content: "";
    width: 4px;
    height: 11px;
    background: url(/content/100074618.png) 50% no-repeat;
    background-size: 100%;
    position: absolute;
}

@media (max-width: 920px) {
    .p-qa__list .p-qa__list-item ul {
        margin-bottom: 30px;
    }
    .p-qa__list .p-qa__list-item li {
        font-size: 1.2rem;
        max-width: 100%;
        margin-bottom: 10px;
        padding-left: 8px;
        padding-right: 0;
    }
    .p-qa__list .p-qa__list-item li::before {
        top: 6px;
        left: 0;
        width: 2px;
        height: 9px;
    }
}

.p-qa__box {
    margin-bottom: 100px;
}

@media (max-width: 920px) {
    .p-qa__box {
        margin-bottom: 40px;
    }
}

.p-qa__box-list {
    margin-bottom: 50px;
}

.p-qa__box-list dt {
    background-color: #eeeeee;
    color: #196aab;
    line-height: 140%;
    font-size: 2.4rem;
    padding: 30px 75px 30px 80px;
    position: relative;
    cursor: pointer;
}

.p-qa__box-list dt::before {
    content: "Q";
    position: absolute;
    width: 70px;
    text-align: center;
    line-height: 70px;
    background-color: #196aab;
    color: #fff;
    font-size: 3.6rem;
    font-weight: 300;
    left: -5px;
    top: -5px;
}

.p-qa__box-list dt::after {
    content: "";
    background-image: url(/content/100112024.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
    transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
}

.p-qa__box-list.is-open dt::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

.p-qa__box-list dd {
    border: 1px solid #eeeeee;
    padding: 35px 75px 35px 80px;
    line-height: 160%;
    font-size: 1.6rem;
    display: none;
}

.p-qa__box-list .p-qa__box-list-text {
    margin-bottom: 30px;
}

@media (max-width: 920px) {
    .p-qa__box-list {
        margin-bottom: 20px;
    }
    .p-qa__box-list dt {
        line-height: 140%;
        font-size: 1.4rem;
        padding: 15px 30px;
        position: relative;
        cursor: pointer;
    }
    .p-qa__box-list dt::before {
        width: 25px;
        line-height: 25px;
        font-size: 1.6rem;
        left: -2px;
        top: -2px;
    }
    .p-qa__box-list dt::after {
        width: 16px;
        height: 16px;
        right: 12px;
    }
    .p-qa__box-list dd {
        padding: 15px 30px;
        line-height: 150%;
        font-size: 1.2rem;
    }
    .p-qa__box-list .p-qa__box-list-text {
        margin-bottom: 15px;
    }
    .p-qa__box-list .c-text-link {
        font-size: 1.2rem;
        padding-left: 15px;
    }
}

@media (max-width: 920px) {
    .p-campus .c-section__ineer {
        padding-top: 20px;
    }
}

.p-campus__header {
    background-color: #f4f4f4;
}

.p-campus__header p {
    font-size: 1.5rem;
    line-height: 160%;
}

@media (max-width: 920px) {
    .p-campus__header .c-section__ineer {
        padding-bottom: 20px;
    }
    .p-campus__header p {
        font-size: 1.2rem;
    }
}

.p-campus__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-bottom: 90px;
}

.p-campus__nav .p-campus__nav-item {
    padding: 0 10px;
    width: 25%;
    position: relative;
}

.p-campus__nav .p-campus__nav-item::after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 50%;
    content: "";
    width: 11px;
    height: 4px;
    background: url(/content/100112032.png) 50% no-repeat;
    background-size: contain;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.p-campus__nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid #dadada;
    background-color: #f9f9f9;
    -webkit-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
    transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
}

.p-campus__nav a:hover {
    color: #000;
    border: 1px solid #196aab;
    background-color: #eee;
}

.p-campus__nav figure {
    width: 50px;
}

.p-campus__nav figure img {
    width: 100%;
}

.p-campus__nav p {
    width: 100%;
    padding: 20px 15px 20px 65px;
    margin-left: -50px;
    margin-bottom: 1rem!important;
    font-size: 1.4rem;
    line-height: 150%;
}

@media (max-width: 1180px) {
    .p-campus__nav p {
        padding-left: 60px;
        padding-right: 10px;
        font-size: 1.2rem;
        line-height: 140%;
    }
}

@media (max-width: 920px) {
    .p-campus__nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(100% + 10px);
        margin-left: -5px;
        margin-bottom: 20px;
    }
    .p-campus__nav .p-campus__nav-item {
        padding: 0 10px;
        width: 50%;
        margin-bottom: 20px;
    }
    .p-campus__nav .p-campus__nav-item::after {
        bottom: 5px;
        width: 8px;
        height: 2px;
    }
    .p-campus__nav figure {
        width: 30px;
    }
    .p-campus__nav p {
        padding-left: 40px;
        margin-left: -30px;
        font-size: 1rem;
        line-height: 140%;
    }
    .p-campus__nav p br {
        display: none;
    }
}

.p-campus__item {
    margin-top: -30px;
    padding-top: 30px;
}

.p-campus__item figure {
    padding-left: 20px;
    border-left: 1px solid #dadada;
    margin-bottom: 65px;
}

.p-campus__item figure img {
    width: 100%;
}

.p-campus__item .c-text {
    margin-bottom: 20px;
}

.p-campus__item .c-text:last-of-type {
    margin-bottom: 60px;
}

.p-campus__item .p-campus__map {
    margin-bottom: 100px;
}

.p-campus__item .p-campus__map dt {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.p-campus__item .p-campus__map dd iframe {
    width: 100%;
    height: 490px;
}

@media (max-width: 920px) {
    .p-campus__item {
        margin-top: -80px;
        padding-top: 80px;
    }
    .p-campus__item figure {
        padding-left: 0;
        border-left: 1px none;
        margin-bottom: 10px;
    }
    .p-campus__item .c-text {
        margin-bottom: 15px;
    }
    .p-campus__item .c-text:last-of-type {
        margin-bottom: 40px;
    }
    .p-campus__item .c-text-link {
        font-size: 1.2rem;
    }
    .p-campus__item .p-campus__map {
        margin-bottom: 30px;
    }
    .p-campus__item .p-campus__map dt {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    .p-campus__item .p-campus__map dd iframe {
        height: 350px;
    }
}

/* ---------------------------------------------------------

Utility

--------------------------------------------------------- */

.u-fz-10 {
    font-size: 1rem !important;
}

.u-fz-11 {
    font-size: 1.1rem !important;
}

.u-fz-12 {
    font-size: 1.2rem !important;
}

.u-fz-13 {
    font-size: 1.3rem !important;
}

.u-fz-14 {
    font-size: 1.4rem !important;
}

.u-fz-15 {
    font-size: 1.5rem !important;
}

.u-fz-16 {
    font-size: 1.6rem !important;
}

.u-fz-17 {
    font-size: 1.7rem !important;
}

.u-fz-18 {
    font-size: 1.8rem !important;
}

.u-fz-19 {
    font-size: 1.9rem !important;
}

.u-fz-20 {
    font-size: 2.0rem !important;
}

.u-fw-nm {
    font-weight: normal !important;
}

.u-fw-b {
    font-weight: bold !important;
}

.u-fw-br {
    font-weight: bolder !important;
}

.u-fw-l {
    font-weight: 200 !important;
}

.u-fw-lr {
    font-weight: lighter !important;
}

.u-fw-100 {
    font-weight: 100 !important;
}

.u-fw-200 {
    font-weight: 200 !important;
}

.u-fw-300 {
    font-weight: 300 !important;
}

.u-fw-400 {
    font-weight: 400 !important;
}

.u-fw-500 {
    font-weight: 500 !important;
}

.u-fw-600 {
    font-weight: 600 !important;
}

.u-fw-700 {
    font-weight: 700 !important;
}

.u-fw-800 {
    font-weight: 800 !important;
}

.u-fw-900 {
    font-weight: 900 !important;
}

.u-fs-nm {
    font-style: normal !important;
}

.u-fs-i {
    font-style: italic !important;
}

.u-fs-o {
    font-style: oblique !important;
}

.u-m-a {
    margin: auto !important;
}

.u-m-0 {
    margin: 0 !important;
}

.u-m-0_a {
    margin: 0 auto !important;
}

.u-m-xs {
    margin: 1rem !important;
}

.u-m-sm {
    margin: 2rem !important;
}

.u-m-md {
    margin: 3rem !important;
}

.u-m-lg {
    margin: 4rem !important;
}

.u-m-xl {
    margin: 5rem !important;
}

.u-m-xxl {
    margin: 6rem !important;
}

.u-mt-0 {
    margin-top: 0 !important;
}

.u-mt-xs {
    margin-top: 1rem !important;
}

.u-mt-sm {
    margin-top: 2rem !important;
}

.u-mt-md {
    margin-top: 3rem !important;
}

.u-mt-lg {
    margin-top: 4rem !important;
}

.u-mt-xl {
    margin-top: 5rem !important;
}

.u-mt-xxl {
    margin-top: 6rem !important;
}

.u-mr-a {
    margin-right: auto !important;
}

.u-mr-0 {
    margin-right: 0 !important;
}

.u-mr-xs {
    margin-right: 1rem !important;
}

.u-mr-sm {
    margin-right: 2rem !important;
}

.u-mr-md {
    margin-right: 3rem !important;
}

.u-mr-lg {
    margin-right: 4rem !important;
}

.u-mr-xl {
    margin-right: 5rem !important;
}

.u-mr-xxl {
    margin-right: 6rem !important;
}

.u-mb-0 {
    margin-bottom: 0 !important;
}

.u-mb-xs {
    margin-bottom: 1rem !important;
}

.u-mb-sm {
    margin-bottom: 2rem !important;
}

.u-mb-md {
    margin-bottom: 3rem !important;
}

.u-mb-lg {
    margin-bottom: 4rem !important;
}

.u-mb-xl {
    margin-bottom: 5rem !important;
}

.u-mb-xxl {
    margin-bottom: 6rem !important;
}

.u-ml-a {
    margin-left: auto !important;
}

.u-ml-0 {
    margin-left: 0 !important;
}

.u-ml-xs {
    margin-left: 1rem !important;
}

.u-ml-sm {
    margin-left: 2rem !important;
}

.u-ml-md {
    margin-left: 3rem !important;
}

.u-ml-lg {
    margin-left: 4rem !important;
}

.u-ml-xl {
    margin-left: 5rem !important;
}

.u-ml-xxl {
    margin-left: 6rem !important;
}

.u-p-0 {
    padding: 0 !important;
}

.u-p-xs {
    padding: 1rem !important;
}

.u-p-sm {
    padding: 2rem !important;
}

.u-p-md {
    padding: 3rem !important;
}

.u-p-lg {
    padding: 4rem !important;
}

.u-p-xl {
    padding: 5rem !important;
}

.u-p-xxl {
    padding: 6rem !important;
}

.u-pt-0 {
    padding-top: 0 !important;
}

.u-pt-xs {
    padding-top: 1rem !important;
}

.u-pt-sm {
    padding-top: 2rem !important;
}

.u-pt-md {
    padding-top: 3rem !important;
}

.u-pt-lg {
    padding-top: 4rem !important;
}

.u-pt-xl {
    padding-top: 5rem !important;
}

.u-pt-xxl {
    padding-top: 6rem !important;
}

.u-pr-0 {
    padding-right: 0 !important;
}

.u-pr-xs {
    padding-right: 1rem !important;
}

.u-pr-sm {
    padding-right: 2rem !important;
}

.u-pr-md {
    padding-right: 3rem !important;
}

.u-pr-lg {
    padding-right: 4rem !important;
}

.u-pr-xl {
    padding-right: 5rem !important;
}

.u-pr-xxl {
    padding-right: 5rem !important;
}

.u-pb-0 {
    padding-bottom: 0 !important;
}

.u-pb-xs {
    padding-bottom: 1rem !important;
}

.u-pb-sm {
    padding-bottom: 2rem !important;
}

.u-pb-md {
    padding-bottom: 3rem !important;
}

.u-pb-lg {
    padding-bottom: 4rem !important;
}

.u-pb-xl {
    padding-bottom: 5rem !important;
}

.u-pb-xxl {
    padding-bottom: 6rem !important;
}

.u-pl-0 {
    padding-left: 0 !important;
}

.u-pl-xs {
    padding-left: 1rem !important;
}

.u-pl-sm {
    padding-left: 2rem !important;
}

.u-pl-md {
    padding-left: 3rem !important;
}

.u-pl-lg {
    padding-left: 4rem !important;
}

.u-pl-xl {
    padding-left: 5rem !important;
}

.u-pl-xxl {
    padding-left: 6rem !important;
}

@media (max-width: 920px) {
    .u-m-xs {
        margin: 0.5rem !important;
    }
    .u-m-sm {
        margin: 1rem !important;
    }
    .u-m-md {
        margin: 2rem !important;
    }
    .u-m-lg {
        margin: 3rem !important;
    }
    .u-m-xl {
        margin: 4rem !important;
    }
    .u-m-xxl {
        margin: 5rem !important;
    }
    .u-mt-xs {
        margin-top: 0.5rem !important;
    }
    .u-mt-sm {
        margin-top: 1rem !important;
    }
    .u-mt-md {
        margin-top: 2rem !important;
    }
    .u-mt-lg {
        margin-top: 3rem !important;
    }
    .u-mt-xl {
        margin-top: 4rem !important;
    }
    .u-mt-xxl {
        margin-top: 5rem !important;
    }
    .u-mb-xs {
        margin-bottom: 0.5rem !important;
    }
    .u-mb-sm {
        margin-bottom: 1rem !important;
    }
    .u-mb-md {
        margin-bottom: 2rem !important;
    }
    .u-mb-lg {
        margin-bottom: 3rem !important;
    }
    .u-mb-xl {
        margin-bottom: 4rem !important;
    }
    .u-mb-xxl {
        margin-bottom: 5rem !important;
    }
    .u-p-xs {
        padding: 0.5rem !important;
    }
    .u-p-sm {
        padding: 1rem !important;
    }
    .u-p-md {
        padding: 2rem !important;
    }
    .u-p-lg {
        padding: 3rem !important;
    }
    .u-p-xl {
        padding: 4rem !important;
    }
    .u-pt-xs {
        padding-top: 0.5rem !important;
    }
    .u-pt-sm {
        padding-top: 1rem !important;
    }
    .u-pt-md {
        padding-top: 2rem !important;
    }
    .u-pt-lg {
        padding-top: 3rem !important;
    }
    .u-pt-xl {
        padding-top: 4rem !important;
    }
    .u-pt-xxl {
        padding-top: 5rem !important;
    }
    .u-pb-xs {
        padding-bottom: 0.5rem !important;
    }
    .u-pb-sm {
        padding-bottom: 1rem !important;
    }
    .u-pb-md {
        padding-bottom: 2rem !important;
    }
    .u-pb-lg {
        padding-bottom: 3rem !important;
    }
    .u-pb-xl {
        padding-bottom: 4rem !important;
    }
    .u-pb-xxl {
        padding-bottom: 4rem !important;
    }
}

.u-lisi-n {
    list-style-image: none !important;
}

.u-va-sup {
    vertical-align: super !important;
}

.u-va-t {
    vertical-align: top !important;
}

.u-va-tt {
    vertical-align: text-top !important;
}

.u-va-m {
    vertical-align: middle !important;
}

.u-va-bl {
    vertical-align: baseline !important;
}

.u-va-b {
    vertical-align: bottom !important;
}

.u-va-tb {
    vertical-align: text-bottom !important;
}

.u-va-sub {
    vertical-align: sub !important;
}

.u-ta-l {
    text-align: left !important;
}

.u-ta-c {
    text-align: center !important;
}

.u-ta-r {
    text-align: right !important;
}

.u-ta-j {
    text-align: justify !important;
}

.u-td-n {
    text-decoration: none !important;
}

.u-td-u {
    text-decoration: underline !important;
}

.u-td-o {
    text-decoration: overline !important;
}

.u-td-l {
    text-decoration: line-through !important;
}

.u-te-n {
    -webkit-text-emphasis: none !important;
    text-emphasis: none !important;
}

.u-float-l {
    float: left !important;
}

.u-float-r {
    float: right !important;
}

.u-float-n {
    float: none !important;
}

.u-c-require {
    color: #d5007d !important;
}

.u-c-white {
    color: #ffffff !important;
}

.u-c-primary {
    color: #000 !important;
}

.u-d-n {
    display: none !important;
}

.u-d-b {
    display: block !important;
}

.u-d-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.u-d-if {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.u-d-i {
    display: inline !important;
}

.u-d-ib {
    display: inline-block !important;
}

.u-d-li {
    display: list-item !important;
}

.u-d-ri {
    display: run-in !important;
}

.u-d-tb {
    display: table !important;
}

.u-d-itb {
    display: inline-table !important;
}

.u-d-tbcp {
    display: table-caption !important;
}

.u-d-tbcl {
    display: table-column !important;
}

.u-d-tbclg {
    display: table-column-group !important;
}

.u-d-tbhg {
    display: table-header-group !important;
}

.u-d-tbfg {
    display: table-footer-group !important;
}

.u-d-tbr {
    display: table-row !important;
}

.u-d-tbrg {
    display: table-row-group !important;
}

.u-d-tbc {
    display: table-cell !important;
}

.u-d-rb {
    display: ruby !important;
}

.u-d-rbb {
    display: ruby-base !important;
}

.u-d-rbt {
    display: ruby-text !important;
}

/* =========================================================
clearfix
========================================================= */

.clear:after,
.u-clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

/* =========================================================
display
========================================================= */

.u-sp-block {
    display: none;
}

@media (max-width: 920px) {
    .u-sp-block {
        display: block;
    }
}

.u-pc-block {
    display: block;
}

@media (max-width: 920px) {
    .u-pc-block {
        display: none;
    }
}

.u-sp-inline {
    display: none !important;
}

@media (max-width: 920px) {
    .u-sp-inline {
        display: inline !important;
    }
}

.u-pc-inline {
    display: inline !important;
}

@media (max-width: 920px) {
    .u-pc-inline {
        display: none !important;
    }
}

.u-sp-inlineblock {
    display: none;
}

@media (max-width: 920px) {
    .u-sp-inlineblock {
        display: inline-block;
    }
}

.u-pc-inlineblock {
    display: inline-block;
}

@media (max-width: 920px) {
    .u-pc-inlineblock {
        display: none;
    }
}

/* =========================================================
img
========================================================= */

.u-img-responsive {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.u-img-no-responsive {
    display: inline-block;
    height: auto;
}

.u-img-fit {
    display: inline-block;
    width: 100%;
    height: auto;
}

/* =========================================================
transition-delay
========================================================= */

.is-onscreen .u-delay-004 {
    -webkit-transition-delay: 0.04s !important;
    -o-transition-delay: 0.04s !important;
    transition-delay: 0.04s !important;
    -webkit-animation-delay: 0.04s !important;
    animation-delay: 0.04s !important;
}

.is-onscreen .u-delay-005 {
    -webkit-transition-delay: 0.05s !important;
    -o-transition-delay: 0.05s !important;
    transition-delay: 0.05s !important;
    -webkit-animation-delay: 0.05s !important;
    animation-delay: 0.05s !important;
}

.is-onscreen .u-delay-008 {
    -webkit-transition-delay: 0.08s !important;
    -o-transition-delay: 0.08s !important;
    transition-delay: 0.08s !important;
    -webkit-animation-delay: 0.08s !important;
    animation-delay: 0.08s !important;
}

.is-onscreen .u-delay-010 {
    -webkit-transition-delay: 0.1s !important;
    -o-transition-delay: 0.1s !important;
    transition-delay: 0.1s !important;
    -webkit-animation-delay: 0.1s !important;
    animation-delay: 0.1s !important;
}

.is-onscreen .u-delay-012 {
    -webkit-transition-delay: 0.12s !important;
    -o-transition-delay: 0.12s !important;
    transition-delay: 0.12s !important;
    -webkit-animation-delay: 0.12s !important;
    animation-delay: 0.12s !important;
}

.is-onscreen .u-delay-015 {
    -webkit-transition-delay: 0.15s !important;
    -o-transition-delay: 0.15s !important;
    transition-delay: 0.15s !important;
    -webkit-animation-delay: 0.15s !important;
    animation-delay: 0.15s !important;
}

.is-onscreen .u-delay-016 {
    -webkit-transition-delay: 0.16s !important;
    -o-transition-delay: 0.16s !important;
    transition-delay: 0.16s !important;
    -webkit-animation-delay: 0.16s !important;
    animation-delay: 0.16s !important;
}

.is-onscreen .u-delay-020 {
    -webkit-transition-delay: 0.2s !important;
    -o-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
    -webkit-animation-delay: 0.2s !important;
    animation-delay: 0.2s !important;
}

.is-onscreen .u-delay-024 {
    -webkit-transition-delay: 0.24s !important;
    -o-transition-delay: 0.24s !important;
    transition-delay: 0.24s !important;
    -webkit-animation-delay: 0.24s !important;
    animation-delay: 0.24s !important;
}

.is-onscreen .u-delay-025 {
    -webkit-transition-delay: 0.25s !important;
    -o-transition-delay: 0.25s !important;
    transition-delay: 0.25s !important;
    -webkit-animation-delay: 0.25s !important;
    animation-delay: 0.25s !important;
}

.is-onscreen .u-delay-028 {
    -webkit-transition-delay: 0.28s !important;
    -o-transition-delay: 0.28s !important;
    transition-delay: 0.28s !important;
    -webkit-animation-delay: 0.28s !important;
    animation-delay: 0.28s !important;
}

.is-onscreen .u-delay-030 {
    -webkit-transition-delay: 0.3s !important;
    -o-transition-delay: 0.3s !important;
    transition-delay: 0.3s !important;
    -webkit-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important;
}

.is-onscreen .u-delay-032 {
    -webkit-transition-delay: 0.32s !important;
    -o-transition-delay: 0.32s !important;
    transition-delay: 0.32s !important;
    -webkit-animation-delay: 0.32s !important;
    animation-delay: 0.32s !important;
}

.is-onscreen .u-delay-035 {
    -webkit-transition-delay: 0.35s !important;
    -o-transition-delay: 0.35s !important;
    transition-delay: 0.35s !important;
    -webkit-animation-delay: 0.35s !important;
    animation-delay: 0.35s !important;
}

.is-onscreen .u-delay-036 {
    -webkit-transition-delay: 0.36s !important;
    -o-transition-delay: 0.36s !important;
    transition-delay: 0.36s !important;
    -webkit-animation-delay: 0.36s !important;
    animation-delay: 0.36s !important;
}

.is-onscreen .u-delay-040 {
    -webkit-transition-delay: 0.4s !important;
    -o-transition-delay: 0.4s !important;
    transition-delay: 0.4s !important;
    -webkit-animation-delay: 0.4s !important;
    animation-delay: 0.4s !important;
}

.is-onscreen .u-delay-044 {
    -webkit-transition-delay: 0.44s !important;
    -o-transition-delay: 0.44s !important;
    transition-delay: 0.44s !important;
    -webkit-animation-delay: 0.44s !important;
    animation-delay: 0.44s !important;
}

.is-onscreen .u-delay-045 {
    -webkit-transition-delay: 0.45s !important;
    -o-transition-delay: 0.45s !important;
    transition-delay: 0.45s !important;
    -webkit-animation-delay: 0.45s !important;
    animation-delay: 0.45s !important;
}

.is-onscreen .u-delay-048 {
    -webkit-transition-delay: 0.48s !important;
    -o-transition-delay: 0.48s !important;
    transition-delay: 0.48s !important;
    -webkit-animation-delay: 0.48s !important;
    animation-delay: 0.48s !important;
}

.is-onscreen .u-delay-050 {
    -webkit-transition-delay: 0.5s !important;
    -o-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important;
    -webkit-animation-delay: 0.5s !important;
    animation-delay: 0.5s !important;
}

.is-onscreen .u-delay-052 {
    -webkit-transition-delay: 0.52s !important;
    -o-transition-delay: 0.52s !important;
    transition-delay: 0.52s !important;
    -webkit-animation-delay: 0.52s !important;
    animation-delay: 0.52s !important;
}

.is-onscreen .u-delay-055 {
    -webkit-transition-delay: 0.55s !important;
    -o-transition-delay: 0.55s !important;
    transition-delay: 0.55s !important;
    -webkit-animation-delay: 0.55s !important;
    animation-delay: 0.55s !important;
}

.is-onscreen .u-delay-056 {
    -webkit-transition-delay: 0.56s !important;
    -o-transition-delay: 0.56s !important;
    transition-delay: 0.56s !important;
    -webkit-animation-delay: 0.56s !important;
    animation-delay: 0.56s !important;
}

.is-onscreen .u-delay-060 {
    -webkit-transition-delay: 0.6s !important;
    -o-transition-delay: 0.6s !important;
    transition-delay: 0.6s !important;
    -webkit-animation-delay: 0.6s !important;
    animation-delay: 0.6s !important;
}

.is-onscreen .u-delay-064 {
    -webkit-transition-delay: 0.64s !important;
    -o-transition-delay: 0.64s !important;
    transition-delay: 0.64s !important;
    -webkit-animation-delay: 0.64s !important;
    animation-delay: 0.64s !important;
}

.is-onscreen .u-delay-065 {
    -webkit-transition-delay: 0.65s !important;
    -o-transition-delay: 0.65s !important;
    transition-delay: 0.65s !important;
    -webkit-animation-delay: 0.65s !important;
    animation-delay: 0.65s !important;
}

.is-onscreen .u-delay-068 {
    -webkit-transition-delay: 0.68s !important;
    -o-transition-delay: 0.68s !important;
    transition-delay: 0.68s !important;
    -webkit-animation-delay: 0.68s !important;
    animation-delay: 0.68s !important;
}

.is-onscreen .u-delay-070 {
    -webkit-transition-delay: 0.7s !important;
    -o-transition-delay: 0.7s !important;
    transition-delay: 0.7s !important;
    -webkit-animation-delay: 0.7s !important;
    animation-delay: 0.7s !important;
}

.is-onscreen .u-delay-072 {
    -webkit-transition-delay: 0.72s !important;
    -o-transition-delay: 0.72s !important;
    transition-delay: 0.72s !important;
    -webkit-animation-delay: 0.72s !important;
    animation-delay: 0.72s !important;
}

.is-onscreen .u-delay-075 {
    -webkit-transition-delay: 0.75s !important;
    -o-transition-delay: 0.75s !important;
    transition-delay: 0.75s !important;
    -webkit-animation-delay: 0.75s !important;
    animation-delay: 0.75s !important;
}

.is-onscreen .u-delay-076 {
    -webkit-transition-delay: 0.76s !important;
    -o-transition-delay: 0.76s !important;
    transition-delay: 0.76s !important;
    -webkit-animation-delay: 0.76s !important;
    animation-delay: 0.76s !important;
}

.is-onscreen .u-delay-080 {
    -webkit-transition-delay: 0.8s !important;
    -o-transition-delay: 0.8s !important;
    transition-delay: 0.8s !important;
    -webkit-animation-delay: 0.8s !important;
    animation-delay: 0.8s !important;
}

.is-onscreen .u-delay-085 {
    -webkit-transition-delay: 0.85s !important;
    -o-transition-delay: 0.85s !important;
    transition-delay: 0.85s !important;
    -webkit-animation-delay: 0.85s !important;
    animation-delay: 0.85s !important;
}

.is-onscreen .u-delay-090 {
    -webkit-transition-delay: 0.9s !important;
    -o-transition-delay: 0.9s !important;
    transition-delay: 0.9s !important;
    -webkit-animation-delay: 0.9s !important;
    animation-delay: 0.9s !important;
}

.is-onscreen .u-delay-095 {
    -webkit-transition-delay: 0.95s !important;
    -o-transition-delay: 0.95s !important;
    transition-delay: 0.95s !important;
    -webkit-animation-delay: 0.95s !important;
    animation-delay: 0.95s !important;
}

.is-onscreen .u-delay-100 {
    -webkit-transition-delay: 1s !important;
    -o-transition-delay: 1s !important;
    transition-delay: 1s !important;
    -webkit-animation-delay: 1s !important;
    animation-delay: 1s !important;
}

.is-onscreen .u-delay-105 {
    -webkit-transition-delay: 1.05s !important;
    -o-transition-delay: 1.05s !important;
    transition-delay: 1.05s !important;
    -webkit-animation-delay: 1.05s !important;
    animation-delay: 1.05s !important;
}

.is-onscreen .u-delay-110 {
    -webkit-transition-delay: 1.1s !important;
    -o-transition-delay: 1.1s !important;
    transition-delay: 1.1s !important;
    -webkit-animation-delay: 1.1s !important;
    animation-delay: 1.1s !important;
}

/* =========================================================
pointer-events
========================================================= */

/*w3cエラー .u-hover-shit {
pointer-events: none;
}*/

/* =========================================================
animation
========================================================= */

@-webkit-keyframes moveLineLeftToRight {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
    49.9% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
    50% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes moveLineLeftToRight {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
    49.9% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
    50% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@-webkit-keyframes moveLineTopToBottom {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    49.9% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: center top;
        transform-origin: center top;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: center top;
        transform-origin: center top;
    }
}

@keyframes moveLineTopToBottom {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    49.9% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: center top;
        transform-origin: center top;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: center top;
        transform-origin: center top;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* =========================================================
youtube
========================================================= */

.u-youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.u-youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.u-arrow-black {
    position: relative;
}

.u-arrow-black::before {
    top: 50%;
    left: 0;
    content: "";
    width: 4px;
    height: 11px;
    background: url(/content/100074618.png) 50% no-repeat;
    background-size: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 920px) {
    .u-arrow-black::before {
        width: 2px;
        height: 5.5px;
    }
}

area {
    display: inline;
    cursor: pointer;
    -webkit-box-shadow: 0 0 4px 2px rgba(51, 204, 255, 0.8);
    box-shadow: 0 0 4px 2px rgba(51, 204, 255, 0.8);
}

.c-heading-3, .c-heading-news-3 {
    font-size: 1.4rem
    margin-top: 25px
    
}

