@charset "utf-8";
/* CSS Document */
body {
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: none;
	overflow-x: hidden;
	color: #333333;
}
.Ryo-R {
	font-family: ryo-text-plusn, serif;
	font-weight: 400;
	font-style: normal;
}
.Ryo-M {
	font-family: ryo-text-plusn, serif;
	font-weight: 500;
	font-style: normal;
}
.beg-box {
    background-color: #fcfaf5;
}
.wht-box {
    background-color: #FFFFFF;
}
/*〓〓〓〓〓〓〓 PC 〓〓〓〓〓〓〓*/
@media (min-width:769px) {

}/*-------------- media end -------------*/

/*〓〓〓〓〓〓〓 SMP 〓〓〓〓〓〓〓*/
@media (max-width:768px) {
    header {
        background-color: #FFFFFF;
    }
    header .box {
        position: fixed;
        z-index: 1000;
        width: 100%;
        background-color: #FFFFFF;
        height: 60px;
    }
    header .logo {
        float: left;
    }
    header #nav-btn {
        float: right;
    }
    header #nav-btn img {
        width: 50px;
    }
    .accordionbox{
        position: fixed;
        width: 100%;
        padding-top: 60px;
    }
    .accordionlist dt{
        display:block;
        padding: 0px;
        border-bottom: #cccccc 1px solid;
        background-color: #FFFFFF;
    }
    .accordionlist dt:first-child{
        border-top: #cccccc 1px solid;
    }
    .accordionlist dt .title{
        padding-left: 0px;
        float: left;
    }
    .accordionlist dt .title p {
        font-weight: 500;
        padding: 15px;
        font-size: 15px;
    }
    .accordionlist dd{
        display:none;
        background: #fff;
        padding:0;
    }
    .accordionlist dd a {
        display: block;
        font-size: 14px;
        font-weight: 700;
        color: #555555;
        padding: 15px 12px 15px 24px;
        border-bottom: #cccccc 1px solid;
        background-color: #f6f6f6;
    }
    .accordion_icon,
    .accordion_icon span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        vertical-align: middle;
    }
    .accordion_icon {
        position: relative;
        width: 44px;
        height: 44px;
        padding-top: 20px;
        float: right;
        margin-right: 0px;
        border-left: #cccccc 1px solid;
        background-color: #f5f5f5;
    }
    .accordion_icon span {
        position: absolute;
        display: block;
        margin-top: 12px;
        left: 10px;
        width: 50%;
        height: 4px;
        background-color: #17aab0;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -ms-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
    }
    .accordion_icon span:nth-of-type(1) {
        top: 5px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    .accordion_icon span:nth-of-type(2) {
        top: 5px;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
    /*＋、－切り替え*/
    .accordion_icon.active span:nth-of-type(1) {
        display:none;
    }
    .accordion_icon.active span:nth-of-type(2) {
        top: 5px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    nav .item a {
        display: block;
        font-size: 15px;
        font-weight: 500;
        color: #555555;
        padding: 15px;
        border-bottom: #cccccc 1px solid;
        background-color: #FFFFFF;
    }
    
    nav .item2 a {
        display: block;
        font-size: 15px;
        font-weight: 500;
        color: #555555;
        padding: 12px;
        border-bottom: #cccccc 1px solid;
        background-color: #e3f1f2;
    }
    nav p#close {
        display: block;
        text-align: center;
        width: 40%;
        margin: auto;
        font-size: 15px;
        font-weight: 500;
        color: #555555;
        padding: 12px;
        border-width: 0px 1px 1px 1px;
        border-radius: 0px 0px 10px 10px;
        border-color: #cccccc;
        border-style: solid;
        background-color: #f6f6f6;
    }
    .logo {
        padding: 5px 7px;
    }
    .logo .word01 {
        font-family: ryo-text-plusn, serif;
	    font-weight: 400;
        font-style: normal;
        font-size: 30px;
        color: #555555;
    }
    .logo .word02 {
        font-family: ryo-text-plusn, serif;
	    font-weight: 500;
        font-style: normal;
        font-size: 20px;
        letter-spacing: -1px;
        color: #555555;
    }
    .logo .word03 {
	    font-weight: 300;
        font-style: normal;
        font-size: 30px;
        letter-spacing: -0.5px;
        color: #17aab0;
    }
    .logo-e {
        font-family: din-2014,sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 10px;
        color: #999999;
        letter-spacing: 2.7px;
        margin-top: 5px;
    }
    .top-first img {
        width: 100%;
        margin-top: 60px;
    }
    .close-dbtn {
        text-align: right;
        margin-bottom: 10px;
    }
    .close-dbtn2 {
        text-align: center;
        margin-bottom: 10px;
        border-top: #17aab0 1px solid;
        padding-top: 10px;
    }
    .dbox {
        background-color: rgba(255,255,255,0.8);
        padding: 10px 15px 20px 15px;
        position: fixed;
        z-index: 1000;
        top: 0;
    }
    .dbox li a {
        display: block;
        background-color: #ffffff;
        border-radius: 0px;
        margin-bottom: 0px;
        padding: 10px 10px 10px 15px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        color: #444444;
        border-top: #17aab0 1px solid;
    }
    .dbox li a:before {
        content: '\f054\0020'; /* ←ここにリストマーカーにしたい文字列を設定 */
        margin-left:-14px; /* 1文字分、左に寄せる */
        font-family: "Font Awesome 5 Free"; font-weight: 900;
        color: #17aab0;
    }
    .read01 {
        float: right;
        padding-top: 20px;
        width: 70%;
    }
    .read02 {
        background-image: url(/images/read02_bgimg.jpg);
        background-repeat: no-repeat;
        background-position-x: 100px;
        padding: 70px 0px 50px 20px;
    }
    .read01 .block {
        color: #666666;
        border-left: #aaaaaa 1px solid;
        padding: 0 0 0 10px;
        text-align: left;
    }
    .read02 .block {
        color: #666666;
        border-left: #aaaaaa 1px solid;
        padding: 0 90px 0 10px;
        text-align: left;
    }
    h2.con-title {
        font-size: 17px;
        line-height: 25px;
        color: #444444;
        letter-spacing: 0.7px;
        margin-bottom: 15px;
    }
    .topread-cap {
        width: 90%;
        font-size: 15px;
        line-height: 27px;
        margin-bottom: 15px;
    }
    .topread-detail {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .topread-detail a {
        text-decoration: none;
        color: #444444;
    }
    .toiawase {
        text-align: center;
        margin: 40px 0px 10px 0px;
    }
    .toiawase a {
        display: block;
        padding: 15px 0px;
        color: #17aab0;
        width: 60%;
        margin: auto;
        font-size: 16px;
        line-height: 28px;
    }
    .top-recommend .photo {
        position: relative;
        width: 100%;
        text-align: center;
        font-size:0;
    }
    .top-recommend .photo img {
        width: 100%;
    }
    .top-recommend a{
        position: absolute;
        display: table;
        text-align: center;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .top-recommend a.box01 {width: 190px;}
    .top-recommend a.box02 {width: 250px;}
    .top-recommend a.box03 {width: 220px;}
    .top-recommend li {
        display: table-cell;
        vertical-align: middle;
        padding: 0px 0px !important;
        margin: 0px !important;
    }
    .top-recommend .wht-box {
        padding: 0px 10px 0px 10px !important;
        margin: 0px !important;
        color: #17aab0;
        font-size: 16px;
        font-weight: 500;
        line-height: 16px;
        background-color: #FFFFFF;
    }
    .top-recommend .read {
        text-align: center;
        font-size: 15px;
        line-height: 25px;
        color: #666666;
        padding: 20px 30px 30px 30px;
    }
    .top-info {
        margin-bottom: 30px;
    }
    .top-info .icon {
        text-align: center;
        margin-bottom: 20px;
    }
    .top-info .title {
        text-align: center;
        color: #17aab0;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }
    .top-info ul {
        margin: 0px 15px;
        padding: 10px 0px;
        border-top: 1px dashed #aaaaaa;
    }
    .top-info .date {
        font-family: din-2014,sans-serif;
	    font-weight: 400;
        font-style: normal;
        letter-spacing: 1px;
        color: #777777;
        margin-bottom: 5px;
    }
    .top-info .item {
        font-size: 14px;
        line-height: 23px;
        color: #555555;
    }
    .sns { 
        text-align: center;
        margin-bottom: 30px;
    }
    .f-menu {
        text-align: center;
        margin-bottom: 5px;
    }
    .f-menu li {
        display: inline-block;
    }
    .f-menu li a {
        display: block;
        font-size: 13px;
        color: #555555;
        margin-right: 12px;
        line-height: 22px;
    }
    .f-menu li a::before {
        content: '\f054';
        font-family: "Font Awesome 5 Free"; font-weight: 900;
        color: #f86f00;
    }
    .copyr {
        text-align: center;
        font-size: 12px;
        line-height: 22px;
        border-top: 1px solid #cccccc;
        color: #666666;
        padding: 10px 0px;
    }
}/*-------------- media end -------------*/
@media screen and (orientation: landscape) {
    .accordionbox {
        height: 260px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
 }
 @media screen and (orientation: portrait) {
    .accordionbox {
        height: 500px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .dbox {
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
 }