.section_calendar .body{
    font-size: 1.6rem;
    line-height: 2;
}

.section_calendar dl{
    text-align: center;
}

.section_calendar dt:nth-child(n + 2){
    margin-top: calc(1.6rem * 1.5);
}

@media screen and (max-width: 360px) {
    .section_calendar .body{
        font-size: 1.4rem;
        line-height: 1.8;
    }
}



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

}



.page-curriculum #intro{

}
.page-curriculum #intro{

}
.page-curriculum #intro{

}
.page-curriculum #intro .body p{
    margin: 0 auto 0;
    line-height: 2.2;
    font-size: 1.6rem;
}


.section_study img{
    display: block;
    width: 75%;
    margin: 50px auto 0  auto;
}

.section_study p{
    text-align: center;
    margin: 0 auto 0;
    line-height: 1.8;
    font-size: 1.8rem;
}

@media screen and (max-width: 360px) {
    .section_study img{
        width: 95%;
    }
    .section_study p{
        font-size: 1.4rem;
        text-align: left;
        line-height: 2;
    }
}


.section_areaOfStudy .title + p{
    font-size: 1.6rem;
    margin-top: 2em;
    text-align: center;
}

.section_areaOfStudy .body img{
    display: block;
    width: 85%;
    margin: 0 auto 0  auto;
}

.section_areaOfStudy .body p{
    text-align: center;
    margin: 0 auto;
    line-height: 1.8;
    font-size: 1.8rem;
}

.section_areaOfStudy .body p:nth-of-type(1){
    margin-top: 50px;
}

.section_areaOfStudy .body p:nth-of-type(n + 2){
    margin-top: 20px;
}


@media screen and (max-width: 360px) {
    .section_areaOfStudy .body img{
        width: 95%;
    }

    .section_areaOfStudy .body p{
        text-align: left;
        font-size: 1.4rem;
    }

    .section_areaOfStudy .body p:nth-of-type(1){
        margin-top: 30px;
    }
    .section_areaOfStudy .body p:nth-of-type(n + 2){
        margin-top: .8em;
    }
}




.section_program{
   counter-reset: number;
}

.section_program article:nth-child(n + 2){
    margin-top: 80px;
}

 .numbering h2::before {

 }


 .section_program .wrapper{
    margin-top: 20px;
    padding: 5px 0 15px 20px;
    border-left: 2px solid rgb(0,84,144);
    border-bottom: 2px solid rgb(0,84,144);
    display: flex;

 }

.section_program article h4{
    font-size: 2.8rem;
    line-height: 1.6;
}

.section_program article h4 .month{
    display: inline-block;
    margin-right: .5em;
}

.section_program article .title2{
    /* margin-top: 0.8em; */
    font-size: 1.8rem;
}

.section_program article .description{
    font-size: 1.8rem;
    line-height: 1.8;
    /* flex: 3; */
    flex: 1;
}

.section_program article .profile{
    /* margin-top: 30px; */
    /* margin-left: 20px; */
    /* display: flex;
    align-items: flex-start; */
    /* flex: 2; */
    /* width: 30%; */
}

.section_program article .profile_img{
    width: 150px;
    height: auto;
    /* margin-right: 20px; */
    margin-bottom: 12px;
    margin-right: 24px;
}

.section_program article .profile_detail{
}


.section_program article .profile_nameJa{
    font-size: 1.8rem;
}

.section_program article .profile_nameEn{
    font-size: 1.4rem;
    margin-top: .3rem;
}


.section_program article .profile_description{
    margin-top: 20px;
    line-height: 1.6;
}



@media screen and (max-width: 360px) {
    .section_program article:nth-child(n + 2){
        margin-top: 50px;
    }
    .section_program article h4{
        font-size: 2rem;
        white-space:nowrap;
    }
     .section_program .wrapper{
        padding: 0px 0 10px 15px;
        flex-direction: column;
    }
    .section_program article .description{
        font-size: 1.4rem;
    }
    .section_program .profile{
        flex-direction: column;
    }
    .section_program article .profile_nameJa{
        margin-top: 10px;
    }
    .section_program article .profile_description{
        line-height: 1.8;
    }
    .section_program .profile img{
        width: 120px;
    }
}

.section_apply .body{
    font-size: 1.6rem;
    line-height: 1.8;
}

.section_apply .body ul{
    margin: 5px 0px 15px 30px;
    margin-left: 30px;
}


.page-information .body{
    line-height: 1.8;
}


@media screen and (max-width: 360px) {
    .section_apply .body{
        font-size: 1.4rem;
    }
}


.section_campus ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-left: -20px;
    width: calc(100% + 40px);
}


.section_campus li{
    /* flex: 1; */
    width: calc(100% / 3 - 40px);
    margin: 10px 20px;
    /* margin-right: auto; */
}

.section_campus li img{
    width: 100%;
    height: auto;
}

.section_campus li span{
    margin-top: 5px;
}


.section_campus #map{
    margin-top: 30px;
    height: 500px;
}

.section_campus img{
    width: 100%;
    margin-top: 30px;
}


@media screen and (max-width: 360px) {
    .section_campus #map{
        height: 300px;
    }
}








.section_life .swiper-container{
    margin-top: 50px;
    width: 80%;
    margin: 50px auto 0;
    /* width: calc(100% + 120px); */
    /* margin-left: -60px; */
}
.section_life .swiper-container .swiper-slide{
    opacity: 0;
}

.section_life .swiper-container .swiper-slide-active{
    opacity: 1;
}

.section_life .swiper-slide img{
    width: 100%;
}

.section_life .swiper-button-next{
    opacity: .6;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.section_life .swiper-button-prev{
    opacity: .4;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.section_life .swiper-button-next:hover, .section_life .swiper-button-prev:hover{
    opacity: .9;
}

.section_life .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section_life .flex p, .section_life .flex img{
    width: 45%;
}

@media screen and (max-width: 360px) {
    .section_life .swiper-container{
        width: 100%;
        margin-left: 0;
    }

    .section_life .flex{
        flex-direction: column;
    }

    .section_life .flex p, .section_life .flex img{
        width: 100%;
    }
    .section_life .flex img{
        margin-top: 30px;
        width: 100%;

    }
}


.section_fee .body ul{
    margin-top: 30px;
    margin-left: 20px;
    line-height: 1.8;
}

.section_fee .body img{
    width: 100%;
}


.section_opencampus{

}

.section_opencampus .flex{
    /* display: flex;
    margin-top: 50px;
    align-items: flex-start;? */
}

.section_opencampus h5{
    font-size: 1.8rem;
}

.section_opencampus dl{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 2em;
}

.section_opencampus dt, .section_opencampus dd{
    margin-top: .5em;
}

.section_opencampus .flex > div{
    padding-top: 30px;
    padding-bottom: 30px;
}

.section_opencampus .detail{
    /* width: 60%; */
    margin-top: 50px;
}

.section_opencampus .time{
    width: 40%;
    padding-left: 50px;
    border-left: 1px solid rgb(191,228,247);
}


.section_opencampus .detail dt{
    width: 150px;
}

.section_opencampus .detail dd{
    width: calc(100% - 150px);
}

.section_opencampus .time dt{
    width: calc(100% - 50px);
}

.section_opencampus .time dd{
    width: 50px;
}


.section_opencampus .form{
    margin: 70px auto 0;
    width: 100%;
    max-width: 320px;
    display: block;
    background: rgb(0,84,144);
    text-align: center;
    padding: 10px 50px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    border: 3px solid transparent;
}

.section_opencampus .form:hover{
    background: #fff;
    border-color: rgb(0,84,144);
    color: rgb(0,84,144);
}




.section_opencampus .flex .detail{
    /* flex: 2; */
}

.section_opencampus .sub{
    /* flex: 1; */
    /* margin-left: auto; */
    /* margin-right: 0; */
}

.section_opencampus{

}



@media screen and (max-width: 360px){
    .section_fee .body{
        align-items: center;
        flex-direction: column;
    }

    .section_fee .body p{
        margin-right: 0;
    }

    .section_fee .body img{
        margin-top: 15px;
        width: 100%;
    }

    .section_opencampus .flex{
        flex-direction: column;
    }

    .section_opencampus .flex > div{
        padding: 0;
    }

    .section_opencampus .detail{
        width: 100%;
    }

    .section_opencampus .time{
        width: 100%;
        padding-left: 0;
        border-left: none;
        margin-top: 50px;
    }

    .section_opencampus .body dl{
        flex-direction: column;
    }
    .section_opencampus .body dl dt{
        width: auto;
    }
    .section_opencampus .body dl dd{
        width: 100%;
    }
}



.section_about .body{
    font-size: 1.6rem;
    line-height: 1.8;
}

.section_about .body img{
    display: block;
    margin: 70px auto;
    width: 75%;
}

.section_about .body p:nth-of-type(n + 2){
    margin-top: 2rem;
}


@media screen and (max-width: 360px) {
    .section_about .body{
        font-size: 1.4rem;
    }

    .section_about .body img{
        display: block;
        margin: 50px auto;
        width: 85%;
    }
}



.section_basics{
    line-height: 2;
    font-size: 1.6rem;
}

.section_basics p{
    margin-top: 2rem;
    /* font-style: italic; */
}




.section_history dl{
    display: flex;
    flex-wrap: wrap;
    line-height: 1.6;
    font-size: 1.6rem;
}
.section_history dt{
    width: 100px;
    margin-top: 40px;

}

.section_history dd{
    margin-left: auto;
    width: calc(100% - 100px);
    margin-top: 40px;

}

.section_history dd + dd{
    margin-left: 100px;
    margin-top: 15px;

}


@media screen and (max-width: 360px) {
    .section_history dt{
        width: 80px;
        margin-top: 20px;
    }
    .section_history dd{
        margin-top: 20px;
        line-height: 1.8;
    }
}



.section_administration p{
    line-height: 1.8;
}


.section_administration dl{
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: left;
    line-height: 2.4;
    font-size: 1.6rem;
}

.section_administration dt{
    min-width: 15%;
}

.section_administration dt + dd{
    min-width: 12%;
}

.section_administration dd + dd{
    min-width: 73%;
}

@media screen and (max-width: 360px){
    .section_history dl{
        font-size: 1.4rem;
    }

    .section_administration dl{
        margin-top: 30px;
        justify-content: left;
        line-height: 1.8;
        font-size: 1.4rem;
    }

    .section_administration dt{
        width: 25%;
    }

    .section_administration dt:nth-child(n + 2){
        margin-top: 15px;
    }
    .section_administration dt:nth-child(n + 2) + dd{
        margin-top: 15px;
    }

    .section_administration dt + dd{
        width: 75%;
    }

    .section_administration dd + dd{
        width: 75%;
        margin-left: 25%;
        font-size: 1rem;
    }
}


.administration_image{
    margin-top: 50px;
    width: 100%;
}

.section_email .body{
    margin-top: 50px;
    font-size: 3.8rem;
    text-align: center;
}

.section_email .body a{
    text-decoration: underline;
}

.section_form form{
    width: 100%;
}

.section_form form.sent label, .section_form form.sent button{
    display: none;
}

.section_form label{
    width: 100%;
    display: flex;
    justify-content: space-between;
    line-height: 1.8;
    margin-top: 20px;
}

.section_form label:not(:last-of-type){
    align-items: center;
}

.section_form .label{
    font-size: 1.6rem;
}

.section_form .wpcf7-form-control-wrap{
    width: 70%;
}

.section_form .wpcf7-form-control-wrap input{
    width: 65%;
}

.section_form .wpcf7-form-control-wrap textarea{
    min-height: calc(400px);
    width: 100%;
}

.section_form .wpcf7-form-control-wrap input, .section_form .wpcf7-form-control-wrap textarea, .section_form button{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: none;
    border: 1px solid rgb(0,84,144);
    padding: 2px 5px;
    font-size: 1.8rem;

}

.section_form button{
    margin: 80px auto 0;
    display: block;
    background: rgb(0,84,144);
    text-align: center;
    padding: 10px 50px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
}

.section_form .wpcf7-response-output{
    margin-top: 50px;
    padding: 10px;
    text-align: center;
    border: none;
    color: #fff;
    font-weight: bold;
}


.section_form .wpcf7-mail-sent-ng, .section_form .wpcf7-validation-errors{
    background: #ff0000;
}

.section_form .wpcf7-response-output.wpcf7-mail-sent-ok{
    font-size: 2rem;
    color: #000;
}


@media screen and (max-width: 360px){
    .section_email .body{
        margin-top: 20px;
        font-size: 2.4rem;
    }

    .section_form label{
        flex-direction: column;
    }

    .section_form .wpcf7-form-control-wrap{
        width: 100%;
    }

    .section_form label:not(:last-of-type){
        align-items: flex-start;
    }

    .section_form .label{
        font-size: 1.2rem;
    }

    .section_form .wpcf7-form-control-wrap textarea{
        min-height: 200px;
    }

    .section_form button{
        margin-top: 50px;
    }
}



.single .news{
    /* max-width: 1200px; */
    /* margin: 0 auto; */
}



.single .news_header{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    /* padding-top: 60%; */
}


.single .news_header.noThumbnail{
    margin: 50px;
}

.single .news_header.hasThumbnail{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 450px;
    color: #fff;
    padding-bottom: 30px;

}
.single .news_header.hasThumbnail:before{
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(0deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,.4) 40%, rgba(0,0,0,0) 100%);
    z-index: 1;
}

.single .news_title, .single .news_taxonomy, .single .news_date{
    line-height: 1;
    z-index: 10;
}


.single .news_date{
    font-size: 2rem;
}


.single .news_title{
    /* margin-top: 0.8em; */
    margin: .8em 0 1.2em;
    font-size: 2.4rem;
    letter-spacing: .2rem;
}

.single .news_taxonomy{
    font-size: 1.6rem;
}

.single .news_content{
    font-size: 1.6rem;
    line-height: 1.8;
    max-width: 1200px;
    margin: 30px auto 0;
}

.single .news_content p, .single .news_content div, .single .news_content ul{
   max-width: 960px;
   width: 95%;
   margin: 1.3em auto;
}


.single .news_content .italic{
    font-style: italic;
}

.single .news_content figure img{
    height: auto;
    width: 100%;
    display: block;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
}

.single .news_content figure.medium{
    margin: 30px auto;
    width: 95%;
    max-width: 960px;
}

.single .news_content figure.large{
    margin: 30px auto;
    width: 95%;
    max-width: 1200px;
}

.single .news_content figure figcaption{
    font-size: 1.4rem;
    margin-top: .5em;
    text-align: center;
}

.single .news_footer{

}

.single .news_footer .adjacent{
    width: 960px;
    margin: 50px auto 0;
    display: flex;
    list-style: none;
}

.single .news_footer .adjacent .prev{
    margin-right: auto;
    margin-left: 0;
}
.single .news_footer .adjacent .next{
    margin-left: auto;
    margin-right: 0;
}


.archive .news{
    position: relative;
    padding: 10px 15px 10px 30px;
    transition: all 0.5s ease 0s;
    color: #000;
}

.archive .news:hover{
    color: #fff;
}

.archive .news:before{
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 10px;
    transition: inherit;
    background: rgb(0,84,144, 0.2);
}

.archive .news:hover:before{
    width: 100%;
    background: rgb(0,84,144, 1);
}

.archive .news:nth-child(n + 2){
    margin-top: 50px;
}

.archive .news_header{
    font-size: 1.6rem;
    z-index: 10;
}

.archive .news_date{

}

.archive .news_taxonomy{
    margin-left: 1em;
}

.archive .news_title{
    margin-top: 0.4em;
    font-size: 2.4rem;
    z-index: 10;
}

.archive .news_link{
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.page-tax-reduction{
    font-size: 1.6rem;
    line-height: 1.8;
}

.section_furusato-about h4{
    margin-top: 1.2em;
    font-size: 120%;
}

.section_furusato-gift dl{

}

.section_furusato-gift dt{

}

.section_furusato-gift dt{
    margin-top: 1.2em;

}



.section_furusato-gift dd{
    font-size: 1.4rem;
}


.section_furusato-application{

}

.section_furusato-application h4{
    margin-top: 1.2em;
    font-size: 120%;
}



.section_furusato-application .download{
    margin: 30px auto 0;
    width: 100%;
    max-width: 500px;
    display: block;
    background: rgb(0,84,144);
    text-align: center;
    padding: 10px 50px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    border: 3px solid transparent;
}

.section_furusato-application .download:hover{

    background: #fff;
    border-color: rgb(0,84,144);
    color: rgb(0,84,144);
}


.section_furusato-application .message{
    text-align: center;
    margin-top: 80px;
    font-size: 120%;
}


.documents_list{
    margin-top: 50px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.documents_list .list_item{
    width: calc(100% / 3 - 20px);
}

.documents_list a{
    display: block;
    text-align: center;
}

.documents_list a span{
    text-align: center;

}

.documents_list img{
    display: block;
    width: 100% !important;
    margin: 0 !important;
}




.page-coa .coa_movie{
    margin: 50px auto 0;
    width: 100%;
    max-width: 960px;
    position: relative;
}


.page-coa .coa_movie:before{
    content:"";
    display: block;
    padding-top: 56.25%;
}


.page-coa .coa_movie iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}



.page-coa .coa_intro {
    margin-top: 100px;
}

.page-coa .coa_intro h4 {
    display: inline-block;
    font-size: 3.4rem;
    position: relative;
    padding-left: .8rem;
    padding-right: 5rem;
    line-height: 1.4;
}

.page-coa .coa_intro h4:before {
    content: "";
    background: #669999;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1.5rem;
    width: 100%;
    z-index: -1;
}

.page-coa .coa_intro .body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

.page-coa .coa_intro .body div:nth-child(n + 3) {
    margin-top: 50px;
}

.page-coa .coa_intro #coa_logo{
    position: relative;
}

.page-coa .coa_intro #coa_logo a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.page-coa .coa_intro .body .image{
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.page-coa .coa_intro .body img {
    width: 75%;
    height: auto;
}

.page-coa .coa_intro .body #map{
    width: 100%;
    position: relative;
}

.page-coa .coa_intro .body #map:before{
    content: "";
    display: block;
    padding-top: 50%;
}

.page-coa .coa_intro .body #map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-coa .coa_intro .body img:nth-child(n + 2){
    margin-top: 30px;
}

.page-coa .coa_intro .body .text{
    width: 55%;
    font-size: 1.6rem;
    line-height: 1.8;
}


.page-coa .coa_intro .body p:nth-child(n + 2){
    margin-top: 2.4rem;
}

.page-coa .coa_introMovie {
    margin-top: 100px;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0px;
}

.page-coa .coa_introMovie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.page-coa .coa_intro .coa_eco-league{
    /* display: flex; */
    margin-top: 120px;
}

.page-coa .coa_intro .coa_eco-league .description{
    /* flex: 1; */
    font-size: 18px;
    line-height: 1.8;
}


.page-coa .coa_intro .coa_eco-league .member{
    /* flex: 3; */
    margin-top: 50px;
}

.page-coa .coa_intro .coa_eco-league .member dt{
    font-size: 1.6rem;
    margin-bottom: 1em;

}

.page-coa .coa_intro .coa_eco-league .member dd{
    line-height: 1.8;

}

.page-coa .coa_intro .coa_eco-league .member dd:before{
    content: "\02022";
    padding-right: .5em;

}
@media screen and (max-width: 360px){
    .page-coa .coa_intro .coa_eco-league{
        margin-top: 40px;
    }
}






@media screen and (max-width: 360px) {
    .page-coa .coa_intro{
        margin-top: 40px;
    }
    .page-coa .coa_intro h4 {
        font-size: 2.4rem;
        padding-right: 0;
        padding-left: 20px;
    }
    .page-coa .coa_intro h4:before {
        content: "";
        display: block;
        background: #669999;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 10px;
        z-index: -1;
    }
    .page-coa .coa_intro .body {
        flex-direction: column;
        margin-top: 20px;
    }

    .page-coa .coa_intro .body div:nth-child(1){
        /* order: 2; */
    }

    .page-coa .coa_intro .body div:nth-child(2){
        order: -1;
    }

    .page-coa .coa_intro .body div:nth-child(3){
        /* order: 3; */
        margin-top: 20px !important;
    }



    .page-coa .coa_intro .body div.text, .page-coa .coa_intro .body div.image{
        width: 100%;
    }

    .page-coa .coa_intro .body div:nth-child(n + 3){
        margin-top: 0;
    }
    .page-coa .coa_intro .body div:nth-child(4){
        margin-top: 40px;
    }
    .page-coa .coa_intro .body p {
        width: 100%;
        font-size: 1.4rem;
        margin-top: 30px;
    }

    .page-coa .coa_introMovie{
        margin-top: 50px;
    }
}

.page-coa .coa_list{
    display: flex;
    justify-content: space-between;
}

.page-coa .coa_list dl:nth-child(1){
    flex: 1;
}
.page-coa .coa_list dl:nth-child(2){
    flex: 2;
    margin-left: 100px;

    display: flex;
    flex-wrap: wrap;
}

.page-coa .coa_list{
    margin-top: 50px;
}

.page-coa .coa_list dt{
    font-size: 1.6rem;
    margin-bottom: 1em;
}

.page-coa .coa_list dd{
    line-height: 1.8;
}

.page-coa .coa_list dd:before{
    content: "\02022";
    padding-right: .5em;
}
.page-coa .coa_list dl:nth-child(2) dt{
    width: 100%;
}

.page-coa .coa_list dl:nth-child(2) dd{
    width: 50%;
}


@media screen and (max-width: 360px) {
    .page-coa .coa_list{
        flex-direction: column;
    }
    .page-coa .coa_list dl:nth-child(2){
        display: block;
        flex: 1;
        margin-left: 0;
        margin-top: 50px;
    }

    .page-coa .coa_list dl:nth-child(2) dd{
        width: 100%;
    }
}




.page-coa .coa_sga-feature{

}

.page-coa .coa_sga-feature .title .ja{
    text-align: center;
}

.page-coa .coa_sga-feature .title .ja .small{
    text-align: center;
    margin-top: .8em;
    display: inline-block;


}

.page-coa .coa_sga-feature .body{

}



.page-coa .coa_sga-feature .body h4{
    font-size: 20px;
    font-weight: 600;
}

.page-coa .coa_sga-feature .body h4:nth-of-type(n + 2){
    margin-top: 1.2em;
}

.page-coa .coa_sga-feature .body .notice{
    margin-top: 1.8em;
    border-bottom: 2px solid #ff0000;
    display: inline-block;
}


.page-coa .coa_sga-feature .body .description{
    margin-top: 0.8em;
    line-height: 1.8;

}

@media screen and (max-width: 360px){
    .coa_sga-feature{
        margin-top: 80px;
    }
    .coa_sga-feature .title{
    }
    .coa_sga-feature .title .ja{
        font-size: 1.8rem;
    }

    .page-coa .coa_sga-feature .body .notice{
        border-bottom-color: transparent;
        font-size: 1.4rem;
    }
}
