@charset "utf-8";

/* 定義 */
body {
    -webkit-text-size-adjust: 100%;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 24px;
    margin: 0;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-family: 'Hiragino sans', sans-serif;
}

a{
    color: black;
    text-decoration: none;
}

/* top */

.contents-block{
    max-width: 490px;
    margin: auto;
    margin-bottom: 12px;
    padding-bottom: 1px;
}

.pt2{
    background-color: rgb(220, 220, 220);
}

.top-img{
    width: 100%;
}

 /* コンテンツトップ */
 .contents-container{
    margin: 0 5%;
    margin-bottom: 68px;
}

.contents-main-copy{
    font-size: 20px;
    padding-bottom: 18px;
    margin-top: 14px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgb(226, 226, 226);
}

.up-date{
    display: block;
    text-align: right;
    font-size: 11px;
    padding-bottom: 36px;
    color: rgba(78, 78, 78, 0.8);
    margin-right: 15px;
}

.contents-main-duty{
    font-size: 15px;
}

 /* コンテンツ*/
 .ureshii-title{
    position: relative;
    width: 82%;
    top: -44px;
    background-color: white;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin:auto;
    border-bottom: 0px solid;
    background: linear-gradient(to top, rgb(253,133,38) 0%, rgb(255,255,255) 16%);
    border-image-slice: 1;
    padding-bottom: 3px;
 }

 .ureshii-title-sub1{
    font-size: 24px;
 }

 .ureshii-title-sub2{
    font-size: 24px;
    padding-right: 4px;
 }

 .ureshii-box{
    /* border: 1px solid rgb(226, 226, 226); */
    /* padding: 26px 16px 12px; */
    margin-top: 42px;
}

 .ureshii-box img{
    display: block;
    width: 100%;
 }

 .ureshii-attention-block{
    background-color: #f8f8f8;
    padding: 6px 16px 18px;
    margin: 10px 0 6px;
}

.ureshii-attention a{
    text-decoration: underline;
}

.ureshii-attention{
    font-size: 12px;
    line-height: 16px;
    margin: 16px 0 0;
}

.ureshii-attention2{
    color: #ed1931;
    font-size: 14px;
    line-height: 16px;
    margin: 16px 0 0;
}

.main-title{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 3px;
    padding: 58px 0 30px;
}

.main-title span{
    text-align: center;
    font-size: 14px;
}

.ureshii-duty{
    padding: 20px 16px;
    margin: 10px auto 42px;
    border: 1px solid #C30E23;
}

 /* entry */
 .accordion {
    margin: 1em auto 2rem;
    width: 100%;
}

.option {
    position: relative;
}

.accordion {
    margin: 12px auto 12px;
    width: 100%;
}

.toggle {
    display: none;
}

.title,
.contents {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
/* transition: all 0.1s; */
}

.title {
    background-color: rgb(255, 255, 255);

    }

.title::after,
.title::before {
content: "";
position: absolute;
right: 1.8em;
top: 1.9em;
width: 1px;
height: 0.8em;
background-color: rgb(146, 146, 146);
transition: all 0.3s;
}

.title::after {
transform: rotate(90deg);
}

.entry-container{
    padding: 0 18px;
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(205 205 205);
}

.contents {
    max-height: 0;
    overflow: hidden;
    text-align: center;
    opacity: 0;
    background-color: white;
    }

.entry-title{
    font-size: 19px;
    font-weight: bold;
    color: rgb(253,133,38);
    padding: 22px 0 18px;
}

.entry-title span{
    font-size: 12px;
}

.entry-block{
    text-align: left;
    font-size: 15px;
    /* border-left: 1px solid rgb(205 205 205);
    border-right: 1px solid rgb(205 205 205);
    border-bottom: 1px solid rgb(205 205 205); */
    padding: 32px 16px;
}

.entry-attention1{
    font-size: 12px;
    line-height: 16px;
    margin: 16px 0 0;
}

.entry-attention2{
    font-size: 12px;
    line-height: 16px;
    margin: 16px 0 32px;
}

.entry-link {
    font-size: 16px;
    text-align: center;
    margin-top: 24px;
    text-decoration: underline;
}

/* entry1 */
.entry-attention-block1{
    background-color: #f8f8f8;
    padding: 18px 16px 18px;
    margin: 20px 0 36px;
}

.entry-block1-bt{
    text-align: center;
    height: 50px;
    border-radius: 8px;
    padding: 10px 16px;
    color: rgb(61, 61, 61);
    background-color: white;
    border: 1px solid rgb(146, 146, 146);
    margin:0 0 24px;
}

.entry-block1-bt span{
    font-size: 12px;
}

.entry-block1-bt1{
    line-height: 22px;
    padding-top: 13px;
    padding-bottom: 6px;

}

.entry-block1-bt2{
    line-height: 52px;
}

.entry-block1-bt:hover{
    background-color: rgba(42,136,58,5%);
    transition: all 0.6s;
}


.entry-block1-use-bt-icon1{
    position: relative;
    font-size: 12px;
    color: rgb(196, 196, 196);
    top: -12px;
    right: -40px;
}

.entry-block1-use-bt-icon2{
    position: relative;
    font-size: 12px;
    color: rgb(196, 196, 196);
    top: -2px;
    right: -34px;
}


/* entry2 */
.entry-img{
    margin: 12px 0 0;
}

.entry-img img{
    width: 100%;
}

.entry-attention-block2{
    background-color: #f8f8f8;
    padding: 32px 16px 18px;
    margin: 20px 0 36px;
}

.entry-attention-block2-li{
    font-size: 13px;
    padding-left: 16px;
}

.entry-block2-bt{
    text-align: center;
    height: 50px;
    border-radius: 8px;
    padding: 10px 16px;
    color: rgb(61, 61, 61);
    background-color: white;
    border: 1px solid rgb(146, 146, 146);
    line-height: 46px;
    padding-top: 13px;
    padding-bottom: 6px;
    margin-bottom: 24px;
}
.entry-block2-bt:hover{
    background-color: rgba(42,136,58,5%);
    transition: all 0.6s;
}

.entry-block2-use-bt-icon{
    position: relative;
    font-size: 12px;
    color: rgb(196, 196, 196);
    top: -2px;
    right: -34px;
}

.entry-block2-bt span{
    font-size: 12px;
}


/* entry3 */
.entry-block3-main{
    background-color: rgba(139, 119, 85, 80%);
    padding: 32px 16px 32px;
    margin: 8px 0;
}

.block3-main2{
    background-color: #f8f8f8;
    margin-top: 36px;
}

.entry-block3-title{
    text-align: center;
    line-height: 30px;
    color: rgb(255,255,255);
    font-size: 19px;
}

.entry-block3-bt{
    text-align: center;
    font-size: 14px;
    background-color: white;
    padding: 0 0 12px;
    margin: 24px auto;
    border-radius: 6px;
}

.entry-block3-bt img{
    width: 86%;
    margin: 20px auto 9px;
}

.entry-block3-bt span{
    font-size: 22px;
}

.entry-block3-bt1{
    color: #C30E23;
    border:1px solid#C30E23;
}

.entry-block3-bt1:hover{
    background-color: #fceeef;
    transition: all 0.6s;
}

.entry-block3-bt2{
    color: #005BAC;
    border: 1px solid#005BAC;
}

.entry-block3-bt2:hover{
    background-color: #f0f8ff;
    transition: all 0.6s;
}

.entry-block3-use-title{
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin: 0 auto 12px;
    padding: 10px;
    border-bottom: 1px solid rgb(112, 112, 112);
}

.entry-block3-use-duty{
    font-size: 15px;
    margin-bottom: 36px;
}

.entry-block3-use-bt{
    text-align: center;
    border-radius: 8px;
    padding: 10px 16px;
    color: rgb(61, 61, 61);
    background-color: white;
    border: 1px solid rgb(146, 146, 146);
    margin-bottom: 24px;
}

.entry-block3-use-bt:hover{
    background-color: rgba(42,136,58,5%);
    transition: all 0.6s;
}

.entry-block3-use-bt span{
    font-size: 12px;
}

.entry-block3-uuse-bt-icon1{
    position: relative;
    font-size: 20px;
    color: rgb(196, 196, 196);
    top: -12px;
    right: -14px;
}

.entry-block3-uuse-bt-icon2{
    position: relative;
    font-size: 20px;
    color: rgb(196, 196, 196);
    top: -12px;
    right: -8px;
}

/* entry4 */
.entry-attention-block4{
    background-color: #f8f8f8;
    padding: 1px 16px 48px;
    margin: 36px 0;
}

.entry-block4-use-title1{
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin: 32px auto 12px;
    padding: 10px;
    border-bottom: 1px solid rgb(112, 112, 112);
}

.entry-block4-use-title2{
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin: 32px auto 12px;
    padding: 10px;
    border-bottom: 1px solid rgb(112, 112, 112);
}

.entry-block4-use-title2 span{
    font-size: 14px;
}

.entry-block4-bt{
    text-align: center;
    height: 50px;
    border-radius: 8px;
    padding: 10px 16px;
    color: rgb(61, 61, 61);
    background-color: white;
    border: 1px solid rgb(146, 146, 146);
    line-height: 46px;
    padding-top: 13px;
    padding-bottom: 6px;
    margin-top: 36px;
}

.entry-block4-bt2{
    text-align: center;
    height: 50px;
    border-radius: 8px;
    padding: 10px 16px;
    color: rgb(61, 61, 61);
    background-color: white;
    border: 1px solid rgb(146, 146, 146);
    line-height: 46px;
    padding-top: 13px;
    padding-bottom: 6px;
    margin: 16px 0 0;
}

.entry-block4-use-bt-icon1{
    position: relative;
    font-size: 12px;
    color: rgb(196, 196, 196);
    top: -2px;
    right: -10px;
}

.entry-block4-use-bt-icon2{
    position: relative;
    font-size: 12px;
    color: rgb(196, 196, 196);
    top: -2px;
    right: -34px;
}

.entry-block4-bt:hover{
    background-color: rgba(42,136,58,5%);
    transition: all 0.6s;
}

.entry-block4-bt2:hover{
    background-color: rgba(42,136,58,5%);
    transition: all 0.6s;
}

.entry-attention4{
    color: #ed1931;
    font-size: 14px;
    line-height: 16px;
    margin: 26px 0 0;
}


/* entry5 */
.entry-attention-block5{
    background-color: #f8f8f8;
    padding: 1px 16px 32px;
    margin: 36px 0 48px;
}

.entry-block5-bt{
    text-align: center;
    height: 50px;
    border-radius: 8px;
    padding: 10px 16px;
    color: rgb(61, 61, 61);
    background-color: white;
    border: 1px solid rgb(146, 146, 146);
    line-height: 46px;
    padding-top: 13px;
    padding-bottom: 6px;
    margin: 16px 0 0;
}

.entry-block5-use-bt-icon{
    position: relative;
    font-size: 12px;
    color: rgb(196, 196, 196);
    top: -2px;
    right: -42px;
}

.entry-block5-bt:hover{
    background-color: rgba(42,136,58,5%);
    transition: all 0.6s;
}

.entry-attention5{
    color: #ed1931;
    font-size: 14px;
    line-height: 16px;
    margin: 36px 0 0;
}


/*  */
.entry-close{
    text-decoration: underline 0.5px;
    text-align: center;
    font-size: 1.2rem;
    color: rgb(141 141 141);
    display: block;
    display: block;
    margin-top: 36px;
}

.toggle:checked + .title + .contents {
    max-height: 100%;
    opacity: 1;
    transition: all 0.2s;
}

.toggle:checked + .title::before {
    transform: rotate(90deg) !important;
}

input[type="checkbox"]:checked + label{
    color: rgba(253,133,38,60%);
    transition: all 0.8s;
    /* color: rgb(232,46,52); */
}

.accordion-next{
    text-align: center;
    margin-top: 12px;
    color: rgb(112, 112, 112);
}

.pup-duty-title{
    color: rgb(0, 154, 83);
    padding: 0 6px;
    font-weight: bold;
    border-bottom: 1px solid rgb(0, 154, 83);
    margin: 32px 16px;
}
.pup-duty-title-n{
    padding: 0 6px;
    font-weight: bold;
    margin: 32px 16px;
}

/*  */
.ct-cate-title{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 3px;
    padding: 58px 0 6px;
    margin-bottom: 62px;
    border-bottom: 1px solid rgb(218, 218, 218);
}

.ct-cate-title span{
    text-align: center;
    font-size: 16px;
}

.ct-cate1{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline 7px solid rgba(197,18,40,20%);
    text-decoration-skip-ink: none;
    text-underline-offset: -2px;
    margin-bottom: 36px;
}

.ct-cate2{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-decoration:underline 5px solid rgba(32,111,180,20%);
    text-decoration-skip-ink: none;
    text-underline-offset: -2px;
    margin-top: 10px;
    margin-bottom: 36px;
}

.brand-list-ct{
    display: flex;
    width: 100%;
    margin-bottom: 16px;
}

.brand-ct{
    width: 50%;
    margin: 8px;
}

.brand-ct:last-of-type{
    border: none;
}

.brand-ct-img{
    width: 100%;
    border:  1px solid rgb(224, 224, 224);
}

.brand-ct-img2{
    display: block;
    width: 90%;
    border: 1px solid rgb(224, 224, 224);
    margin: 0 auto 12px;
}

.brand-ct-icon{
    width: 24%;
    padding: 0 8px;
}

.brand-ct-icon2{
    width: 24%;
    padding: 0 8px;
}

.brand-ct-name{
    font-size: 10px;
    padding: 0 10px;
    margin-top: -8px;
    margin-bottom: 8px;
}


/* 注釈 */
.contents-annotation{
    font-size: 12px;
    padding: 24px 4px;
    border-top:  #888888 solid 1px;
}

    /* footer */
    .ft-container{
        background: #e9e9e9;
        padding: 20px 0px;
    }
    
    .ft-copy{
        color: #888888;
        font-size: 0.7rem;
        margin: 24px 10px 0;
    }
    
    .block-footernav{
        font-size: 12px;
    }
    
    .block-footernav ul{
        list-style: none;
        
    }
    
    .block-footernav a{
        text-decoration: none;
        color: #666666;
    }
    
    .block-footernav-list{
        display: flex;
        flex-wrap: wrap;
        padding: 0 40px 0 0;
        margin: 0 10px;
    }

    .block-footernav-list li{
        padding-right: 7px;
    }

    .block-footernav-list li:before {
        display: inline-block;
        content: '>';
        margin: 0 6px 0 0;
        color: #888888;
    }
    
    .block-footernav-list-s{
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        margin: 24px 10px;
    }
    
    .block-footernav-list-s li:before {
        display: inline-block;
        margin: 0 6px;
        content: '|';
        color: #c2c2c2;
    }
    
    .block-footernav a[target="_blank"]::after{
        background: #a8a8a8;
        right: 3px;
    }

    