<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.main-ttl{
    width: 92%;
    max-width: 1000px;
    margin: 45px auto 15px auto;
}
.main-ttl img{
    display: block;
    width: 100%;
    height: auto;
}
.container{
    margin: 0 auto 80px auto;
    padding: 0 70px;
    box-sizing: border-box;
}

.post{
    padding: 0 35px;
    box-sizing: border-box;
}
.sec_story .post-ttl{
    position: relative;
    font-size: 2.0rem;
    font-weight: 500;
    border-bottom: 1px solid #b9bbac;
    padding: 35px 20px 15px 20px;
    margin: 0 0 50px 0;
    box-sizing: border-box;
    word-break: break-all;
}
.sec_story .post-ttl:before{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    display: block;
    content: '';
    width: 100%;
    height: 10px;
    background: -moz-linear-gradient(to right,#000,#FFF 55%,#000);
    background: -webkit-linear-gradient(to right,#000,#FFF 55%,#000);
    background: linear-gradient(to right,#000,#FFF 55%,#000);
}

.post .img-box{
    width: 100%;
    max-width: 850px;
    margin: 0 auto 13px auto;
    border: 1px solid #9da398;
    padding: 0 0 50px 0;
    box-sizing: border-box;
}
.post .img-box h3{
    margin: 0 0 20px 0;
    padding: 22px 50px 23px 50px;
    font-size: 2.0rem;
    font-weight: 500;
    color: #736357;
    background: rgba(210,194,158,.35);
    box-sizing: border-box;
    word-break: break-all;
}
.post .img-box .img{
    text-align: center;
    margin: 0 auto;
    width: 92%;
}

.post .txt-box{
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    border: 1px solid #9da398;
    padding: 20px 70px 40px 70px;
    box-sizing: border-box;
}
.txt-box .note{
  background-image:
    linear-gradient(
      180deg,
      rgba(210,194,158,0) 0%,
      rgba(210,194,158,0) 97%,
      #ddd 97%,
      #ddd 100%
    );
  background-size:100% 3em;
  line-height:2;
    padding: 0 10px;
	word-break: break-all;
}
.post .txt-box p{
    font-size: 1.8rem;
    font-weight: 400;
    color: #998675;
    line-height: 2.7;
}
.mobile.android .post .txt-box p{ line-height: 2.65;}

.post .post-cnts{
    width: 100%;
    max-width: 850px;
    margin: 80px auto 0 auto;
}

.sec_story p{
    line-height: 2.1;
    font-size: 1.6rem;
    color: #333;
}

.sec_story p+p{
	margin-top: 45px;
}

.sec_story p+div.wp-caption{
	margin-top: 45px;
}

.sec_story .aligncenter{
    display:block;
    margin:0 auto;
}

.sec_story .alignright{
	float:right;
    margin-left: 20px;
}

.sec_story .alignleft{
	float:left;
    margin-right: 20px;
}

.sec_story .date_release{
    margin-bottom: 25px;
    font-size: 1.4rem;
}
.sec_story h4{
    margin: 45px 30px 15px 0;
    padding-left: 10px;
    font-size: 1.6rem;
    color: #1B1464;
    border-bottom: 1px solid #1B1464;
}
.sec_story p img{
    vertical-align: bottom;
    box-sizing: border-box;
}

.wp-caption{
    display: table;
    text-align: center;
    margin: 1em auto 45px auto;
}
.wp-caption img{
    width: 100%;
    display: block;
    margin: 0 auto;

}
.wp-caption-text{
    text-align: left;
    font-size: 1.6rem;
    font-weight: 400;
    border: 1px solid #b9bbac;
    padding: 8px 10px 7px 10px;
    box-sizing: border-box;
}

.btn_box{
    position: relative;
    margin: 100px 0 0 0;
    padding-top: 60px;
}
.btn_box:before{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    display: block;
    content: '';
    width: 100%;
    height: 5px;
    background: -moz-linear-gradient(to right,#000,#FFF 55%,#000);
    background: -webkit-linear-gradient(to right,#000,#FFF 55%,#000);
    background: linear-gradient(to right,#000,#FFF 55%,#000);
}
.pager a{
    position: relative;
    display: block;
    width: 310px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-weight: bold;
    font-size: 2.0rem;
    color: #fff;
    background-color: #b9bbac;
    border-radius: 10px;
}

.pager a.next{ float: right;}
.pager a.prev{ float: left; width: 140px;}

.pager a.next:after,
.pager a.prev:before{
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    background: url("../img/story/arrow.png") no-repeat center center;
    width: 35px;
    height: 24px;
}
.pager a.next:after{
    margin-left: 20px;
}
.pager a.prev:before{
    margin-right: 15px;
    transform: scale(-1, 1);
}


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

    .main-ttl{
        margin: 8% auto 0 auto;
    }

    .main-ttl .ttl_wrap{
        margin: 4% 0 6% 0;
        border-top: 8px solid #00a0c6;
        border-bottom: 2px solid #00a0c6;
        padding: 6% 0 2% 0;
    }
    .main-ttl .ttl_wrap h3{
        font-size: 1.8rem;
    }


    .container{
        display: block;
        margin: 8% auto;
        padding: 0;
    }
    .art_content{
        width: 100%;
        padding-right: 0;
    }
    .sec_story{
        margin-left: 0;
        padding-bottom: 15%;
    }
    .sec_story .post-ttl{
        font-size: 1.8rem;
        padding: 6% 0 2% 0;
        margin: 0 0 8% 0;
    }
    .sec_story .post-ttl:before{
        height: 8px;
    }
    .post {
        padding: 0;
        box-sizing: border-box;
    }
    .post .img-box{
        width: 100%;
        max-width: inherit;
        padding: 0 0 3% 0;
    }
    .post .img-box h3{
        margin: 0 0 5% 0;
        padding: 5%;
        font-size: 1.6rem;
    }

    .post .txt-box{
        width: 100%;
        max-width: inherit;
        padding: 4% 4% 6% 4%;
    }
    .txt-box .note{
/*      background-size:100% 2.3em;*/
      background-size:100% 37px;
    }
    .post .txt-box p{
        font-size: 1.4rem;
        line-height: 2.7;
    }
    .post .sec_story{ padding-bottom: 7%;}
    .post .post-cnts {
        width: 100%;
        max-width: inherit;
        margin: 10% auto 0 auto;
    }

    .sec_story p{
        font-size: 1.4rem;
    }

    .sec_story .alignright,
    .sec_story .alignleft{
        display: block;
        float:none;
        margin:0 auto;
    }
    .sec_story .art_ttl{
        margin: 0 0 5%;
        padding: 0 0 2%;
        line-height: 1.3;
        border-bottom: 3px solid #E41B5B;
        font-size: 1.6rem;
    }
    .sec_story .date_release{
        margin-bottom: 5%;
    }
    .sec_story h4{
        margin: 5% 0 3%;
    }
    .sec_story p img{
        padding-left: 0;
    }

    .sec_story p+p,
    .sec_story p+div.wp-caption {
    	margin: 6% auto;
    }
    .wp-caption{
        margin: 6% auto 6% auto;
    }

    .wp-caption-text{
        text-align: center;
        font-size: 1.4rem;
        padding: 8px 10px 7px 10px;
    }
.btn_box{
    margin: 10% 0 0 0;
    padding-top: 8%;
}
.btn_box:before{
    height: 4px;
}
.pager a{
    width: 54vw;
    height: 16vw;
    line-height: 16vw;
    font-size: 1.4rem;
}

.pager a.next{ float: right;}
.pager a.prev{ float: left; width: 22vw;}

.pager a.next:after,
.pager a.prev:before{
    position: relative;
    top: -.5vw;
    background-size: 100% auto !important;
    width: 5vw;
    max-width: 35px;
    height: 4.4vw;
    max-height: 24px;
}
    .pager a.next:after{
        margin-left: 5%;
    }
    .pager a.prev:before{
        margin-right: 5%;
    }

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

}</pre></body></html>