@charset "UTF-8";
.p-syanaiho {
    min-height: 100vh;
    position: relative;
    padding-bottom: 63px;
    box-sizing: border-box;
}
.p-syanaiho.-smallHeader {
    padding-top: 0;
}
ul {
    padding: 0;
    margin: 0;
}
ul li {
    list-style: none;
}
.c-link.-pdf::before {
    background: url(../img/ico_pdf.png);
}
.f-container.-small {
    width: 900px;
    padding: 0;
}
.l-footer.p-syanaihoFooter {
    position: absolute;
    bottom: 0;
    padding: 0;
    border-top: none;
    width: 100%;
}
.p-syanaihoHeader {
    border-top: 5px solid #004C9F;
    padding: 25px 0;
}
.p-syanaihoHeader__logo {
    float: left;
    display: inline-block;
}
.p-syanaihoHeader__title {
    float: left;
    padding-left: 25px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.p-syanaihoPass {
    margin-bottom: 55px;
}
.p-syanaihoPass__wrap{
    width: 640px;
    padding: 45px 50px;
    background: #E1EAF0;
    margin: 0 auto;
}
.p-syanaihoPass__lead {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.45;
    margin:0 0 20px;
}
.p-syanaihoPass__caution {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 20px;
}
.p-syanaihoPass__error {
    color: #cc0000;
    text-align: center;
}
.p-syanaihoPass__formText {
    display: block;
    font-size: 18px;
    padding: 15px 10px 10px;
    border: 1px solid #333333;
    background: #fff;
    width: 540px;
    margin: 0 auto 20px;
    text-align: center;
}
.p-syanaiho-button {
    display: block;
    margin: 0 auto;
    background-color: #004EA2;
    color: #fff;
    padding: 12px 45px;
    border-radius: 4px;
    width: 220px;
    border: none;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
.p-syanaiho-button:disabled {
    background-color: #ccc;
}
.p-syanaiho-button:disabled:hover {
    opacity: 1;
}
.p-shanaihoAgree {
    display: flex;
    justify-content: center;
    margin: 0 auto 20px;;
}
.p-shanaihoAgree__label {
    font-size: 16px;
}
.p-shanaihoAgree__checkbox {
    margin-right: 10px;
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #333;
    vertical-align: -2px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
}
.p-shanaihoAgree__checkbox:checked:before {
    position: absolute;
    top: 1px;
    left: 4px;
    transform: rotate(50deg);
    width: 5px;
    height: 10px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    content: '';
}

.p-syanaihoOfficial{
    margin: 0 0 120px;
}
.p-syanaihoOfficial__wrap{
    width: 640px;
    margin: 0 auto;
}
.p-syanaihoOfficial__text{
    font-size: 16px;
    margin: 0 0 20px;
}
.p-syanaihoOfficial__itemWrap{
    display: flex;
    justify-content: space-between;
}
.p-syanaihoOfficial__item{
    width: 300px;
    border: 2px solid #004EA2;
    border-radius: 10px;
    text-decoration: none;
}
.p-syanaihoOfficial__item:nth-child(2){
    border: 2px solid #2FA49D;
}
.p-syanaihoOfficial__item:hover{
    opacity: 0.6;
    transition: 0.3s;
}
.p-syanaihoOfficial__itemText__corporate{
    background: #004EA2;
    border-radius: 7px 7px 0 0 ;
    margin: 0;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    padding: 8px 0;
    position: relative;
}
.p-syanaihoOfficial__itemText__corporate:after{
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-top: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    transform: rotate(135deg);
    top: 22px;
    right: 20px;
}
.p-syanaihoOfficial__itemText__product{
    background: #2FA49D;
    border-radius: 7px 7px 0 0 ;
    margin: 0;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    padding: 8px 16px 8px 0 ;
    position: relative;
}
.p-syanaihoOfficial__itemText__product:after{
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-top: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    transform: rotate(135deg);
    top: 22px;
    right: 20px;
}
.p-syanaihoOfficial__itemImage__corporate{
    background: url(../img/bg_corporate_site.png) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 24px 30px;
    border-radius: 8px;
}
.p-syanaihoOfficial__itemImage__product{
    background: url(../img/bg_product_site.png) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 24px 30px;
    border-radius: 8px;
}


.p-syanaihoMain__wrapper {
    margin-bottom: 60px;
}
.p-syanaihoAccordionButton {
    position: relative;
    padding-top: 12px;
}
.p-yearLead {
    background-color: #dce7ed;
    font-size: 20px;
    font-weight: bold;
    color: #004ea2;
    text-align: left;
    padding: 3px 8px 3px 15px;
    margin-top: 0;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p-syanaihoAccordionButton {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #004EA2;
    position: relative;
}
.p-syanaihoAccordionButton::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 0px;
    height: 0px;
    margin: auto 0;
    border-style: solid;
    border-width: 8px 5.5px 0 5.5px;
    border-color: #ffffff transparent transparent transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.-opened .p-syanaihoAccordionButton::after {
    top: 30%;
    left: 25%;
    transform: translate(-30%, -25%);
    -webkit-transform: translate(-30%, -25%);
    -ms-transform: translate(-30%, -25%);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.p-thumbnailList {
    padding: 10px 0 40px;
}
.p-thumbnailList__item {
    float: left;
    width: 125px;
    margin-right: 30px;
}
.p-thumbnailList__item p.c-link {
    margin: 5px 0 0;
    line-height: 1.3;
    font-size: 18px;
    color: #000;
}
.p-thumbnailList__item:last-child {
    margin-right: 0;
}


@media only screen and (max-width: 767px) {
    body {
        padding: 0;
    }
    .p-syanaiho {
        padding-bottom: 0;
    }
    .l-footer.p-syanaihoFooter {
        padding: 0;
    }
    .f-container.-small {
        width: 100%;
    }
    .p-syanaihoHeader {
        padding: 10px 0;
    }

    .p-syanaihoHeader__title {
        padding-left: 10px;
        font-size: 15px;
    }
    .p-syanaihoLead {
        padding: 0 5px;
    }
    .p-syanaihoPass {
        margin-bottom: 25px;
    }
    .p-syanaihoPass__wrap{
        width: 100%;
        padding: 30px 20px;
    }
    .p-syanaihoPass__lead{
        font-size: 16px;
    }
    .p-syanaihoPass__caution {
        font-size: 12px;
    }
    .p-syanaihoPass__error {
        font-size: 15px;
    }
    .p-syanaihoPass__formText {
        width: 100%;
        font-size: 16px;
        padding: 10px 5px 7px;
    }
    .p-syanaiho-button {
        padding: 10px;
        width: 60%;
        font-size: 15px;
    }

    .p-syanaihoOfficial{
        margin: 0 0 30px;
    }
    .p-syanaihoOfficial__wrap{
        width: 100%;
        margin: 0 auto;
    }
    .p-syanaihoOfficial__text{
        font-size: 14px;
    }
    .p-syanaihoOfficial__item{
        width: 49%;
        height: 100%;
        border: 2px solid #004EA2;
        border-radius: 10px;
        text-decoration: none;
    }
    .p-syanaihoOfficial__itemText__corporate{
        font-size: 1vw;
        line-height: 1.5;
        height: 30%;
        padding: 8px 10px 8px 0 ;
    }
    .p-syanaihoOfficial__itemText__corporate:after{
        width: 7px;
        height: 7px;
        top: 43%;
        right: 4%;
    }
    .p-syanaihoOfficial__itemText__product{
        font-size: 1vw;
        letter-spacing: -0.51px;
        line-height: 1.5;
        height: 30%;
        padding: 8px 12px 8px 0 ;
    }
    .p-syanaihoOfficial__itemText__product:after{
        width: 7px;
        height: 7px;
        top: 43%;
        right: 4%;
    }
    .p-syanaihoOfficial__itemImage__corporate{
        padding: 24px 16px;
        border-radius: 8px;
    }
    .p-syanaihoOfficial__itemImage__product{
        padding: 24px 16px;
        border-radius: 8px;
    }


    .p-syanaihoMain {
        width: 100%;
    }
    .p-yearLead {
        font-size: 15px;
    }
    .p-thumbnailList {
        display: flex;
        flex-wrap: wrap;
        padding: 5px 5px 15px;
    }
    .p-thumbnailList__item {
        float: none;
        width: calc((100% - 10%)/3);
        margin-right: 5%;
        margin-bottom: 15px;
    }
    .p-thumbnailList__item:last-child {
        margin-bottom: 0;
    }
    .p-thumbnailList__item:nth-last-child(2) {
        margin-bottom: 0;
    }
    .p-thumbnailList__item:nth-last-child(3) {
        margin-bottom: 0;
    }
    .p-thumbnailList__item:nth-child(3n) {
        margin-right: 0;
    }
    .p-thumbnailList__item p.c-link {
        font-size: 13px;
        line-height: 1.5;
    }
}
