/*
Theme Name: 札幌市立大学公式Webサイト（入試情報）
Text Domain: 札幌市立大学公式Webサイト
*/

/*後ほどマージする*/


@media only screen and (min-width:767px) {

    /*PC*/
    .sponly {
        display: none !important;
    }
}

@media only screen and (max-width:768px) {

    /*SP*/
    .pconly {
        display: none !important;
    }
}

.header {
    background: #fff;
}

.headerTitle {
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
    padding: 0.7rem 1.5rem;
    border: solid 1px #666;
    border-radius: 20px;
    letter-spacing: 0.2rem;
}

.headerLogoIcon {
    width: 36px;
    height: auto;
    padding-top: 5px;
}


.stakeholderMenu2 {
    position: fixed;
    top: 25%;
    right: 0;
    width: auto;
    z-index: 100;
}

.stakeholderMenu2 a {
    width: 100%;
    padding: 1.5rem;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff !important;
    background: #000;
    writing-mode: vertical-rl;
}

.stakeholderMenu2 a span {
    color: #fff !important;
}

.stakeholderMenu2 a:hover {
    background: #e86547;
}

main {
    padding: 60px 0 0;
}

footer {
    width: 100% !important;
    background: #f4f2ed;
    padding: 2rem 1rem 4rem !important;
    margin-top: 4rem !important;
}

.footerLinkAreaTop {
    display: flex;
    margin: 1rem auto !important;
    justify-content: center;
}

.footerLogo {
    width: 50%;
    height: auto;
    margin-bottom: 10px;
}

.footerSiteTitle {
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
    padding: 0.7rem;
    border: solid 1px #666;
    border-radius: 20px;
    letter-spacing: 0.2rem;
    margin-bottom: 10px;
}

.footerDepArea {
    display: flex;
    justify-content: space-around;
}

.footerDepName {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.footerDepText {
    font-size: 1.1rem;
    line-height: 1.6;
}

.topPageLinkText {
    font-size: 1.7rem;
    font-weight: bold;
}

.pageHeaderImg01 {
    width: 100%;
    padding: 50px 0 50px 20px;
    background: url(assets/images/pageHeaderImg01.jpg) no-repeat;
    background-size: cover;
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
    color: #333;
    text-shadow: 0px 0px 3px #ffffff;
}


.topOpenCampusBanner {
    background: #e7e7e7;
}

.topExam {
    background: url(assets/images/home_bg01.jpg) no-repeat;
    background-size: cover;
}

.topOpenCampus {
    background: url(assets/images/home_bg02.png) no-repeat top right;
    background-size: 25%;
}

.topPayment {
    background: url(assets/images/home_bg03.jpg) no-repeat;
    background-size: cover;
}



.campuslifeData {
    background: #f4f2ed;
}

/*リスト*/
.listCircleNyushi {
    list-style-type: circle;
    margin: 1rem;
}

.listCircleNyushi li {
    font-size: 1.2rem;
    margin: 2rem;
}

@media only screen and (min-width:767px) {
    .listCircleNyushi li {
        font-size: 1.45rem;
        margin: 2rem;
    }
}


.campuslifeCircle h3 {
    background: url(assets/images/campuslife_titleBg01.jpg) no-repeat;
}

.designHeader01 {
    position: relative;
    width: 100%;
    height: 450px;
    padding: 50px 0 0 8%;
    /*
    height: 500px;
    padding: 20px 0 0 20px;
    */
    box-sizing: border-box;
    text-align: left;
    font-size: 2.4em;
    font-weight: 900;
    color: #000;
    text-shadow: 0px 0px 3px #ffffff;
    overflow: hidden;
}


.designHeader01 span {
    display: block;
    font-size: 1.4rem;
    line-height: 2.0;
    padding-top: 30px;
}


.designHeader01 img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: auto;
    max-width: none;
    margin: 0 auto;
}

@media only screen and (max-width:768px) {
    .designHeader01 img {
        right: 0;
        left: -30%;
    }
}

.designHeaderBg {
    display: none;
}

@media only screen and (min-width:767px) {
    .designHeaderBg {
        position: absolute;
        z-index: -2;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
    }

    .designHeaderBg:before {
        position: absolute;
        z-index: -2;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        backdrop-filter: blur(10px);
        content: '';
    }

    .designHeaderBg img {
        position: relative;
        z-index: -3;
        width: 100%;
        height: auto;
    }
}

.designHeader02 {
    background: url(assets/images/design_pageHeaderImg01.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
    padding: 20px 0 0 20px;
    text-align: left;
    font-size: 2.4em;
    font-weight: 900;
    color: #000;
    text-shadow: 0px 0px 3px #ffffff;
}

.nursingHeader01 {
    position: relative;
    width: 100%;
    height: 450px;
    padding: 50px 0 0 8%;
    box-sizing: border-box;
    text-align: left;
    font-size: 2.4em;
    font-weight: 900;
    color: #000;
    text-shadow: 0px 0px 3px #ffffff;
    overflow: hidden;
}

.nursingHeader01 span {
    display: block;
    font-size: 1.4rem;
    line-height: 2.0;
    padding-top: 30px;
}


.nursingHeader01 img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: auto;
    max-width: none;
    margin: 0 auto;
}

@media only screen and (max-width:768px) {
    .nursingHeader01 img {
        right: 0;
        left: -10%;
    }
}


.nursingHeaderBg {
    display: none;
}

@media only screen and (min-width:767px) {
    .nursingHeaderBg {
        position: absolute;
        z-index: -2;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
    }

    .nursingHeaderBg:before {
        position: absolute;
        z-index: -2;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        backdrop-filter: blur(10px);
        content: '';
    }

    .nursingHeaderBg img {
        position: relative;
        z-index: -3;
        width: 100%;
        height: auto;
    }
}

.nursingHeader02 {
    background: url(assets/images/nursing_pageHeaderImg01.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
    padding: 20px 0 0 20px;
    text-align: left;
    font-size: 2.4em;
    font-weight: 900;
    color: #000;
    text-shadow: 0px 0px 3px #ffffff;
}


.info {
    background: url(assets/images/home_bg01.jpg) no-repeat;
    background-size: cover;
    padding: 30px 0;
}

.fee {
    background: url(assets/images/home_bg03.jpg) no-repeat;
    background-size: cover;
    padding: 30px 0;
}

.dspB {
    display: block;
}

.flex {
    display: flex;
}

.flex img {
    width: 100%;
    height: auto;
}

.jfySA {
    justify-content: space-around;
}

.jfySB {
    justify-content: space-between;
}

.col2 {
    width: 47%;
}

.w100p {
    width: 100%;
    height: auto;
}

.w96p {
    width: 96%;
    height: auto;
}

.w92p {
    width: 92%;
    height: auto;
}

.w90p {
    width: 90%;
    height: auto;
}

.w86p {
    width: 86%;
    height: auto;
}

.w82p {
    width: 82%;
    height: auto;
}

.w80p {
    width: 80%;
    height: auto;
}

.w50p {
    width: 50%;
    height: auto;
}


.pad1rem {
    padding: 1rem;
}

.pad2rem {
    padding: 2rem;
}

.mrg1rem {
    margin: 1rem;
}

.mrg2rem {
    margin: 2rem;
}

.mrgT01 {
    margin-top: 1rem;
}

.mrgT02 {
    margin-top: 2rem;
}

.mrgT03 {
    margin-top: 3rem;
}

.mrgT04 {
    margin-top: 4rem;
}

.mrgT05 {
    margin-top: 5rem;
}

.mrgT06 {
    margin-top: 6rem;
}

.mrgT07 {
    margin-top: 7rem;
}

.mrgB01 {
    margin-bottom: 1rem;
}

.mrgB02 {
    margin-bottom: 2rem;
}

.mrgB03 {
    margin-bottom: 3rem;
}

.mrgB04 {
    margin-bottom: 4rem;
}

.padgB01 {
    padding-bottom: 1rem;
}

.padgB02 {
    padding-bottom: 2rem;
}

.padgB03 {
    padding-bottom: 3rem;
}

.padgB04 {
    padding-bottom: 4rem;
}

.padgT01 {
    padding-top: 1rem;
}

.padgT02 {
    padding-top: 2rem;
}

.padgT03 {
    padding-top: 3rem;
}

.padgT04 {
    padding-top: 4rem;
}

.txtCenter {
    text-align: center;
}

.boxCenter {
    margin: 0 auto;
}

.tcolorF {
    color: #fff;
}

.fs10rem {
    font-size: 1.0rem;
}

.fs11rem {
    font-size: 1.1rem;
}

.fs12rem {
    font-size: 1.2rem;
}

.fs13rem {
    font-size: 1.3rem;
}

.fs14rem {
    font-size: 1.4rem;
}

.fs15rem {
    font-size: 1.5rem;
}

.fs16rem {
    font-size: 1.6rem;
}

.fs17rem {
    font-size: 1.7rem;
}

.fs18rem {
    font-size: 1.8rem;
}

.fs19rem {
    font-size: 1.9rem;
}

.fs20rem {
    font-size: 2.0rem;
}

.fs21rem {
    font-size: 2.1rem;
}

.fs22rem {
    font-size: 2.2rem;
}

.fs23rem {
    font-size: 2.3rem;
}

.fs24rem {
    font-size: 2.4rem;
}

.fs25rem {
    font-size: 2.5rem;
}

.fs26rem {
    font-size: 2.6rem;
}

.fs27rem {
    font-size: 2.7rem;
}

.fs28rem {
    font-size: 2.8rem;
}

.fs29rem {
    font-size: 2.9rem;
}

.fs30rem {
    font-size: 3.0rem;
}

.fs01em {
    font-size: 0.1em;
}

.fs02em {
    font-size: 0.2em;
}

.fs03em {
    font-size: 0.3em;
}

.fs04em {
    font-size: 0.4em;
}

.fs05em {
    font-size: 0.5em;
}

.fs06em {
    font-size: 0.6em;
}

.fs07em {
    font-size: 0.7em;
}

.fs08em {
    font-size: 0.8em;
}

.fs09em {
    font-size: 0.9em;
}

.fs10em {
    font-size: 1.0em;
}

.fcolorRed {
    color: #CC0000;
}

/*見出し*/
.headlineTexture {
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    background: url(assets/images/campuslife_titleBg01.jpg) no-repeat;
    line-height: 1.4;
    text-align: center;
    padding: 1rem 0;
}


.ti02 {
    font-size: 2.0rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin: 3rem auto 2rem;
}

.ti03 {
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.tiBG01 {
    background: url(assets/images/campuslife_titleBg01.jpg) no-repeat;
    line-height: 1.4;
}

.bg02 {
    background: #f4f2ed;
}

.prg01 {
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.1rem;
    line-height: 1.8;
}


@media only screen and (min-width:767px) {
    .ti03 {
        font-size: 2.6em;
        font-weight: bold;
        letter-spacing: 0.05em;
    }

    .headlineTexture {
        font-size: 2.6em;
    }
}

/*ボタン*/
.btn01 {
    background: #fff;
}

.btn02 {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 1.5rem 2rem;
    margin: 1rem auto;
    width: 80%;
    max-width: 500px;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: bold;
    display: block;
}

.btn03 {
    background: #fff;
    color: #333;
    text-align: center;
    padding: 1.5rem 2rem;
    margin: 1rem auto;
    width: 80%;
    max-width: 500px;
    font-size: 1.5rem;
    font-weight: bold;
    display: block;
}


.table01 {
    border-collapse: collapse;
    border: solid 1px #ccc;
    width: 100%;
}

.table01 th,
.table01 td {
    font-size: 1.3rem;
    color: #333;
    padding: 0.7rem;
    border: solid 1px #f5f5f5;
}

.table01 th {
    text-align: left;
    font-weight: bold;
    background: #efc76c;
}

.table01 td {
    background: #fff;
}


.balloon {
    position: relative;
    margin: 1.5em auto;
    padding: 7px 10px;
    min-width: 300px;
    max-width: 50%;
    color: #555;
    background: #FFF;
    border: solid 3px #555;
    box-sizing: border-box;
}

.balloon:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
}

.balloon:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #555;
    z-index: 1;
}

.balloon p {
    margin: 0;
    padding: 0;
    text-align: center;
}

/*キャンパスライフ部活動と学生インタビューのモーダル*/
.linkModal {
    text-decoration: underline;
    cursor: pointer;
}

.linkModal:after {
    content: '→';
    font-size: 1.2rem;
}

.interviewLightBoxMarker:after {
    position: absolute;
    right: 0;
    bottom: 10px;
    content: '→';
    font-size: 28px;
    font-weight: bold;
    padding: 0 0 0 15px;
    color: #181000;
}

.interviewLightBox {
    cursor: pointer;
}

.interviewLightBox:hover .interviewLightBoxMarker:after,
.interviewLightBox:focus .interviewLightBoxMarker:after {
    color: #02C0BD;
}

.interviewLightBoxModal,
.clubLightBoxModal {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    /*
    background: rgba(255, 255, 255, 0.8);
    */
    background: rgba(255, 255, 255, 0.9);
    overflow-y: scroll;
}

.interviewLightBoxModalInner,
.clubLightBoxModalInner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 90%;
    height: 90%;
}

.interviewLightBoxModalClose,
.clubLightBoxModalClose {
    position: fixed;
    /*
    top: 60px;
    right: 60px;
    */
    top: 20px;
    right: 10px;
    font-size: 60px;
}

/*学生インタビュー*/
.interviewLesson {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
}

.interviewLesson {}

.interviewLessonDesign {
    background: #E4390F;
    color: #FFF;
}

.interviewLessonNursing {
    background: #DCDEEE;
    color: #231815;
}

.interviewLessonLeft {
    width: 150px;
}

.interviewLessonRight {
    width: 100%;
    margin: 20px 0 0;
}

.interviewLessonHeadline {
    font-size: 2.1rem;
    letter-spacing: 0.05em;
    line-height: 1.2;
    font-weight: bold;
}

.interviewLessonHeadlineNursing {
    color: #3E63A6;
}

@media only screen and (min-width:767px) {
    .interviewLessonLeft {
        width: 150px;
    }

    .interviewLessonRight {
        width: calc(100% - 190px);
        margin: 0 0 0 40px;
    }
}

/*大学案内*/
.pampletImgLink {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;

}

/*よくある質問*/

.faqWrap {
    margin: 30px 0 0;
}

.faqWrap span.faqIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
    width: 60px;
    height: 60px;
    background: url(./assets/images/home_bg03.jpg);
    border-radius: 40px;
    color: #FFF;
    margin: 0 20px 0 0;
}

.faqWrap span.faqText {
    width: calc(100% - 70px);
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
    border-radius: 15px;
}

.faqWrap dt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 85%;
    padding: 20px 20px 20px 40px;
}

.faqWrap dt span.faqIcon {
    background: url(./assets/images/home_bg03.jpg);
    color: #FFF;
}

.faqWrap dt:before {
    position: absolute;
    left: 0;
    top: 40%;
    z-index: -1;
    width: 20px;
    height: 20px;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    transform: rotate(-90deg);
    background: url(./assets/images/home_bg03.jpg);
    opacity: 0.3;
    content: '';
}

.faqWrap dt:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 20px;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: url(./assets/images/home_bg03.jpg);
    background-size: contain;
    opacity: 0.3;
    content: '';
}

.faqWrap dd {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 85%;
    margin: 30px 0 0 15%;
    padding: 20px 40px 20px 20px;
}

.faqWrap dd span.faqIcon {
    background: url(./assets/images/home_bg01.jpg);
    color: #000;
}

.faqWrap dd:before {
    position: absolute;
    right: 0;
    top: 40%;
    z-index: -1;
    width: 20px;
    height: 20px;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    transform: rotate(90deg);
    background: url(./assets/images/home_bg01.jpg);
    opacity: 0.3;
    content: '';
}

.faqWrap dd:after {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 20px;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: url(./assets/images/home_bg01.jpg);
    background-size: contain;
    opacity: 0.3;
    content: '';
}

@media only screen and (min-width:767px) {
    .faqWrap dt {
        width: 70%;
    }

    .faqWrap dd {
        width: 70%;
        margin: 30px 0 0 30%;
    }
}


@media only screen and (min-width:767px) {
    header {
        height: 85px;
    }

    .headerTitle {
        font-size: 1.8rem;
        font-weight: bold;
        color: #000;
        padding: 0.7rem 1.5rem;
        border: solid 1px #666;
        border-radius: 20px;
        letter-spacing: 0.2rem;
    }

    .headerLogoIcon {
        width: 50px;
        height: auto;
        padding-top: 5px;
    }

    .stakeholderMenu2 a {
        width: 100%;
        padding: 1.5rem;
        font-size: 1.8rem;
        font-weight: bold;
        color: #fff !important;
        background: #000;
        writing-mode: vertical-rl;
    }

    .stakeholderMenu2 a span {
        color: #fff !important;
    }


    .footerLinkAreaTop {
        justify-content: flex-start;
    }

    .footerLogo {
        width: 290px;
        margin-right: 10px;
    }

    .footerSiteTitle {
        font-size: 1.8rem;
        padding: 0.7rem 1.5rem;
    }

    .footerDepName {
        font-size: 1.6rem;
    }

    .footerDepText {
        font-size: 1.4rem;
    }

    .pageHeaderImage {
        width: 80%;
        margin: 0 auto;
        display: block;
    }

    .topOpenCampusBanner img {
        width: 80%;
        margin: 0 auto;
        display: block;
    }


    .pageHeaderImg01 {
        width: 100%;
        padding: 100px 0 100px 10%;
        background: url(assets/images/pageHeaderImg01.jpg) no-repeat;
        background-size: cover;
        text-align: left;
        font-size: 2.2rem;
        font-weight: bold;
        color: #333;
        text-shadow: 0px 0px 3px #ffffff;
    }

        .pagePrecaution01 {
        width: 100%;
        padding: 100px 0 100px 10%;
        background: url(assets/images/pagePrecaution01.jpg) no-repeat;
        background-size: cover;
        text-align: left;
        font-size: 2.2rem;
        font-weight: bold;
        color: #333;
        text-shadow: 0px 0px 3px #ffffff;
    }

    .prg01 {
        font-size: 1.45rem;
        letter-spacing: 0.2rem;
        line-height: 2;
    }

    .topDep {
        margin: 50px auto;
    }

    .topDep .jfySB {
        justify-content: center;
        margin: 50px auto;
    }

    .topReason .jfySB {
        justify-content: center;
        margin: 50px auto;
    }

    .topReason a {
        margin: 0 20px 0 0;
    }

    .topDep .col2 {
        width: 360px;
        margin: 0 20px;
    }

    .topDep .col2 img {
        margin-bottom: 10px;
    }

    .topDep .w100p {
        width: 760px !important;
        margin: 50px auto 20px;
    }

    .topDep a:hover {
        opacity: 0.5;
    }

    .topExam {
        margin: 50px auto;
        padding: 80px 0 50px;
        background-size: cover;
    }

    .topExam .jfySB {
        justify-content: center;
        margin: 50px auto;
    }

    .topExam .col2 {
        width: 360px;
        margin: 0 20px;
    }

    .topExam a:hover {
        background: #333;
        color: #fff;
    }

    .topOpenCampus {
        margin: 50px auto;
        padding: 80px 0 50px;
    }

    .topOpenCampus .col2 img {
        margin-bottom: 10px;
    }

    .topOpenCampus a:hover {
        opacity: 0.5;
    }

    .topPayment {
        margin: 50px auto;
        padding: 80px 0;
        background-size: cover;
    }

    .topPayment .jfySB {
        justify-content: center;
        margin: 50px auto;
    }


    .topPayment .col2 {
        width: 360px;
        margin: 0 20px;
    }

    .topPayment a {
        width: 360px;
    }

    .topPayment a:hover {
        background: #333;
        color: #fff;
    }

    .topAccess {}

    .topAccess .flexSP {
        display: flex;
        justify-content: space-around;
    }

    .topAccess .flexSP a {
        margin: 20px;
    }

    .topAccess .flexSP a img {
        margin-bottom: 10px;
    }

    .topAccess a:hover {
        opacity: 0.5;
    }

    .ti02 {
        font-size: 2.6rem;
        font-weight: bold;
        letter-spacing: 0.1rem;
        margin: 3rem auto 2rem;
    }




    .campuslifeData .flex {
        flex-wrap: wrap;
    }

    .campuslifeData .flex div {
        width: 50%;
    }

    .campuslifeCircle ul li {
        font-size: 1.45rem;
        margin: 2rem;
    }


}


.inPage {
    height: 150px;
    padding: 0 0 0 10px;
}

.inPage img {
    width: 100%;
    height: auto;
    left: 0;
    top: -30px;
}

@media only screen and (min-width:767px) {
    .inPage {
        height: 300px;
    }

    .inPage img.main {
        width: 1200px;
        height: auto;
        margin-top: -210px;
    }
}


/*INFORMATION*/
.homeInformation {
    position: relative;
    z-index: 6;
    margin: 65px auto 40px;
}

.informationWrap {
    margin: 45px 0 0;
}

.informationLink a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
    border-bottom: 1px dashed #181000;
    text-decoration: none;
}

.informationLink:last-of-type a {
    border-bottom: none;
}

.informationTime {
    width: 20%;
    font-size: 2.1rem;
    font-weight: bold;
    color: #181000;
    letter-spacing: 0.3rem;
}

.informationTimeNoTag {
    text-decoration: none;
}


.informationTag {
    width: 15%;
    padding: 3px 5px 6px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFF;
    background: #181000;
    letter-spacing: 0.3rem;
    line-height: 1.2;
    text-align: center;
    transition: background-color 0.5s;
}


.informationText {
    width: 60%;
    margin: 0 0 0 5%;
    font-size: 1.6rem;
    line-height: 1.6;
    text-decoration: underline;
}

.informationTextNoTag {
    width: 75%;
}

.informationLink a:focus .informationTag,
.informationLink a:hover .informationTag {
    background: #69afe7;
}

.informationLink a:focus .informationText,
.informationLink a:hover .informationText {
    text-decoration: none;
}


/* SP */
@media only screen and (max-width:768px) {
    .homeInformation {
        margin: 60px auto 30px;
    }

    .informationTime {
        width: 45%;
        font-size: 1.8rem;
    }

    .informationTag {
        width: 50%;
    }


    .informationText {
        width: 100%;
        margin: 10px 0 0;
    }

    .informationTextNotag {
        width: 100%;
    }
}

/*2023-03-07 tsaito add*/
.FontBarlow {
    font-family: 'barlow';
    font-weight: 500;
    font-size: 3.3rem;
    letter-spacing: 0.1em;
}

.horaizonTitle {
    position: relative;
    display: inline-block;
    padding: 0 35px 10px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.2em;
}

.horaizonTitle:before,
.horaizonTitle:after {
    content: '';
    position: absolute;
    top: 25%;
    display: inline-block;
    width: 25px;
    height: 1px;
    background-color: #666;
}

.horaizonTitle:before {
    left: 0;
}

.horaizonTitle:after {
    right: 0;
}

.fs16 {
    font-size: 1.6rem !important;
    font-weight: 500;
}

.fs20 {
    font-size: 2.0rem !important;
    font-weight: 500;
}

.fcRed {
    color: #E4390F;
}

/*20230327_saitouA add*/
.bigMenuSectionHeadLine .newWindow {
    font-size: 1.8rem;
}

/*20230405_azuma add*/
.grayline {
    border-top: solid 4px #f4f2ed;
    padding-top: 30px;
}

/*20230417_azuma add*/
.PRgoukaku {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.2rem;
    padding-left: 3.5rem;
}

/*20230515_azuma add*/
.opcparagraph {
    margin-left: 2rem;
}


/*20230530_saitouA add*/
.youtube {
    width: 60%;
}

.youtubeWrapper {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width:768px) {
    .youtube {
        width: 100%;
    }
}

/*20230515_azuma add*/
@media only screen and (max-width:768px) {
    .websyutsuganBanner img{
        width: 90% !important;
    }
}

/*20260415_azuma add*/
    .youbiArea {
        position: relative;
}
    .youbibaloon {
        position: absolute;
        right: 195px;
        top: 60px;
        z-index: 10;
        display: inline-block;
        margin-left: 16px;
        padding: 16px;
        border-radius: 12px;
        background-color: #f51919;
        text-align: left;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        color: #ffffff;
}

    .youbibaloon::after {
        content: "";
        position: absolute;
        top: 66%;
        left: 0;
        border-style: solid;
        border-width: 8px 16px 8px 0;
        border-color: transparent #f51919 transparent transparent;
        translate: -100% -50%;
        transform: skew(0, -7deg);
         transform-origin: right;
}
@media only screen and (max-width:768px) {
    .youbibaloonSp{
        position: absolute;
        right: 20px;
        top: 135px;
        z-index: 10;
        display: inline-block;
        margin-top: 20px;
        padding: 16px;
        border-radius: 4px;
        background-color: #f51919;
        text-align: left;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
            color: #ffffff;
}

    .youbibaloonSp::after {
        content: "";
        position: absolute;
        top: 0;
        left: 80%;
        border-style: solid;
        border-width: 0 10px 20px 10px;
        border-color: transparent transparent #f51919;
        translate: -50% -100%;
        transform: skew(3deg);
        transform-origin: bottom;
}

}  