@charset "UTF-8";

/*================================================
 *  一般・共通設定
 ================================================*/

body {
    width: 100%;
    margin: 0 auto;
    font-size: 1.2rem;
    font-weight: 600;
    color: #505050;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    line-height: 1.6;
    /*letter-spacing: -1px;*/
    background: url(../images/body_bg.jpg);
    -webkit-text-size-adjust: 100%;
    /*margin-bottom: 210px;*/
}

a {
    color: #685548;
    text-decoration: none;
}

a:hover {
    color: #e78f00;
}

a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
}

hr {
    content: ".";
    display: block;
    height: 0;
    margin: 0;
    clear: both;
    visibility: hidden;
}

p {
    margin: 0 0 1em 0;
}

img {
    vertical-align: middle;
    width: 100%;
}

em {
    font-weight: bold;
}

strong {
    font-weight: bold;
    font-size: 110%;
}

pre {
    margin: 1em 0;
    padding: 1em;
}

.att {
    padding-left: 1.5em;
    text-indent: -1.5em;
}




/*================================================
 *  ヘッダー
 ================================================*/
header {
    width: 100%;
    position: fixed;
    background-color: #233644;
    background-size: contain;
    top: 0;
}

.drawer-open header {
    position: static;
}


header img {
    width: 100%;
}

#headbox {
    margin: 0 auto;
    max-width: 900px;
}

.cb-header {
    position: fixed;
    /* ヘッダーバーを固定 */
    top: 0;
    /* 上から0の位置に固定 */
    left: 0;
    /* 左から0の位置に固定 */
    display: none;
    /* ヘッダーバーを非表示 */
}



.headimg {
    /*width: 75%;*/
    padding: 2% 0;
    float: left;
}

.headbtn {
    width: 15%;
    padding: 5px 5px;
    display: block;
    float: right;
}

main {
    width: 100%;
}

/*================================================
 *  フッター
 ================================================*/
.footbox {
    background-color: #c3bb97;
    width: 100%;
}

.footcont {
    max-width: 900px;
    margin: 0 auto;
}






footer {
    width: 100%;
    position: fixed;
    background: none;
    background-size: contain;
    bottom: 0;
}

.drawer-open footer {
    position: static;
}


footer img {
    width: 100%;
}

#footerbox {
    margin: 0 auto;
    max-width: 900px;
}

.cb-footer {
    position: fixed;
    /* ヘッダーバーを固定 */
    bottom: 0;
    /* 上から0の位置に固定 */
    left: 0;
    /* 左から0の位置に固定 */
    display: none;
    /* ヘッダーバーを非表示 */
}

.footmenu {
    background: #c3d400;
}

.footmenu ul {
    padding: 10px 0;
}

.footmenu ul li {
    padding: 0 1%;
}

.footmenu a {
    color: #fff;
}

.footmenu a:hover {
    color: #ff7474;
}

.inline {
    text-align: center;
}

.inline li {
    display: inline;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}

.totop a {
    display: block;
    text-decoration: none;
}

.totop img {}

.totop img:hover {}




/*================================================
 *  トップページ
 ================================================*/
.header,
.mainbox,
.mainbnrbox,
.pickupbnrbox,
.searchbox,
.cont01cont,
.cont01box,
.subbox,
.detailbox {
    margin: 0 auto;
    max-width: 900px;
    position: relative;
    overflow: hidden;
}

.mainimg {
    background-size: 90px 90px;
    margin: 0 auto;
    background-color: #ECECEC;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #F9F9F9), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #F9F9F9), color-stop(.75, #F9F9F9), color-stop(.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px;
}


.pickupbnr {
    background: url(../images/main_bgbg.jpg)
}

.cont01 {
    background: #f3f3f3;
}

.main_img01 {
    position: absolute;
    top: 0%;
    right: 0%;
    width: 33%;
    max-width: 330px;
    z-index: 9999;
}

.main_img02 {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 60%;
    max-width: 580px;
    /*opacity: 0.9;*/
}

.main_img03 {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 54%;
    max-width: 480px;
}

.mainbnr {
    position: absolute;
    bottom: 3%;
    width: 100%;
}

.mainbnr li {
    width: 28%;
    float: left;
    padding: 2.5%;
}

.search_tit {
    position: absolute;
    top: 0%;
    width: 100%;
    max-width: 900px;
}

.searchwrap {
    background: #9c988e;
}

.searchbox {
    padding: 3%;
}


.cont1_tit {
    position: absolute;
    top: 0%;
    width: 100%;
    max-width: 900px;
}

#tab-box {
    margin: 0 auto;
    max-width: 900px;
    position: relative;

}

#tab-box ul {
    width: 100%;
}

#tab-box ul li {
    width: 33%;
    float: left;
}

#rankbox {
    margin: 0 auto;
    max-width: 900px;
    position: relative;
    width: 100%;
}

.rankbox {
    background: #51ceaf;
    border-radius: 15px;
    margin: 22.5px 0;
    overflow: hidden;
}

.rank1 {
    background: #ffd202;
}

.rank2 {
    background: #adadad;
}

.rank3 {
    background: #a49a76;
}

.rankbox dt {
    float: left;
    /*width: 12%;*/
    padding: 1%;
}

.rankbox dt img {
    height: 4rem;
    width: auto;
    padding: .5rem 0;
}

.rankbox dd {
    float: left;
    width: 75%;
    font-size: 4rem;
    font-weight: 600;
    margin-top: 1px;
    letter-spacing: 0.7rem;
    color: #fff;
}

.rankbox h2 {
    font-size: 3rem;
    line-height: 3rem;
    /*margin-bottom: 10px;*/
    padding: 3% 3% 2%;
}

.rankbox h2 span {
    background: linear-gradient(transparent 70%, #f5ff4d 30%);
}

.rankwrap {
    background: #fff;
    padding-bottom: 10px;
}

.tabul {
    font-weight: 600;
    color: #fff;
    font-size: 1.5rem;
}

.tabul li {
    float: left;
    display: inline-block;
    margin-right: 5px;
    padding: 6px 20px;
    border-radius: 50px;
    background: #8acfd1;
}

.pointul {
    padding: 0.5em 1em 0.5em 1.5em;
    position: relative;
    font-size: 1.5rem;
}

.pointul li {
    line-height: 1;
    padding: 0.5em 0;
    list-style-type: none !important;
    /*ポチ消す*/
    color: #555;
}

.pointul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    position: absolute;
    left: 0.2em;
    /*左端からのアイコンまで*/
    color: #ff7474;
    /*アイコン色*/
}


.rank_btn {
    background: #fff;
    padding: 3% 3% 8%;
}

.rank_btn_inner {
    padding: 0;
    display: block;
    background: #ff7474;
    border-radius: 50px;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, .25);
}

.rank_btn img {
    border-radius: 50px;
    border: 1px solid #fff;
    display: block;
    width: 100%;
    padding: 0;
    transition-duration: 0.3s;
    /*変化に掛かる時間*/
}

.rank_btn img:hover {
    transform: scale(1.05);
    /*画像の拡大率*/
    transition-duration: 0.3s;
    /*変化に掛かる時間*/
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}


.tab {}

.tab li {
    float: left;
    width: 25%;
    margin: 2% 4%;
    cursor: pointer;
    list-style: none;
}

.area .showbox {
    display: none;
}

.area .show {
    display: block;
}

.subbox h1 {
    text-align: center;
    font-size: 1.8rem;
    margin: 2% auto;
    color: #c3d400;
}

.subcont {
    background: #fff;
    margin: 3%;
    padding: 3%;

}

.subcont h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 25px 0 10px;
    color: #c3d400;
    text-align: center;
    padding: 0.25em;
    border-top: solid 2px #c3d400;
    border-bottom: solid 2px #c3d400;
    background: -webkit-repeating-linear-gradient(-45deg, #f7ff9d, #f7ff9d 3px, #fff 3px, #fff 7px);
    background: repeating-linear-gradient(-45deg, #f7ff9d, #f7ff9d 3px, #fff 3px, #fff 7px);
}

.subcont p {
    color: #c3d400;
}





table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 10px;
}

td {
    padding: 10px auto;
    text-align: center;
    color: #1D5C79;
    font-size: 2rem;
    color: #fd7c97;
}

th {
    text-align: center;
    color: #1D5C79;
    font-size: 1.2rem;
}

.clumbox {
    padding: 1% 3%;
}

.clum1 tr {
    border-bottom: 4px solid #fff;
}

.clum1 th {
    width: 35%;
    background: #3ecdd1;
    font-size: 2rem;
    color: #fff;
}

.clum1 td {
    width: 65%;
    background: #fff;
    text-align: left;
    padding-left: 2%;
    font-size: 2.5rem;
    color: #ffd202;
    letter-spacing: .4rem;
}

.pointbox {
    /*border-bottom: 4px solid #ff7474;*/
    padding: 2% 2%;
    margin: 1% 3% 3%;
}

.pointbox img {
    width: 148px;
    height: 58px;
}

.pointbox h3 {
    position: relative;
    color: #fff;
    padding: .4rem .8rem;
    border: 3px solid #ff7474;
    background: #fee2e2;
    margin: 0 0 .5rem;
}

.pointbox h3:before {
    position: absolute;
    bottom: -14px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: #ff7474 transparent transparent transparent;
}

.pointbox h3:after {
    position: absolute;
    bottom: -10px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: #fee2e2 transparent transparent transparent;
}

.txbox {
    /*border-bottom: 4px solid #6893ff;*/
    padding: 2% 2%;
    margin: 1% 3% 3%;
    /*border: 4px solid #6893ff;*/
    /*background: #f7fbfe;*/
    color: #666;
    font-size: 1.5rem;
}

.txbox img {
    width: 254px;
    height: 58px;
}

.txbox h4 {
    position: relative;
    color: #fff;
    padding: .4rem .8rem;
    border: 3px solid #eaff00;
    background: #eaff00;
    /*margin: 0 0 .5rem;*/
}



.txbox span {
    color: #ff5959;
}

.txbox div {
    border: 3px solid #eaff00;
    border-top: 0;
    background: #f9fbff;
    /*margin-top: 1em;*/
    line-height: 1.75;
    padding: 1em 0.5em 0;
}


/*General style */
.accordion ul {
    list-style: none;
    margin: 0;
}

label {
    cursor: pointer;
}

.toggle {
    display: none;
}

.toggle+ul {
    max-height: 0;
    overflow: hidden;
    transition: all .4s ease-out;
}

.toggle:checked+ul {
    max-height: 2000px;
    transition: all .4s ease-in;
}

.accordion {
    background: #cbc7bf;
    border-radius: 15px;
}

.accordion label img {
    border-radius:10px;
    width: 100%;
    padding: 0 0;
}

.accordion ul {
    padding: 0 2%;
}

.accordion ul li dl {
    margin-bottom: 20px;
}

.accordion ul li dt {
    border-top: 2px solid #ddd;
}

.accordion ul .searchbtn {
    padding: 2% 5% 4%;
}

.searchlistbox {}

.searchlistbox dt img {
    width: 50%;
    padding: 2% 25%;
}

.searchlist {
    position: relative;
}

.searchlist li {
    color: #727272;
    display: block;
    position: relative;
    float: left;
    width: 44%;
    background: #fff;
    margin: 1% 3%;
    border-radius: 15px;
}

.searchlist li input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.searchlist li label {
    display: block;
    position: relative;
    font-weight: 700;
    font-size: 1.35em;
    padding: 5px 25px 5px 60px;
    margin: 10px auto;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

.searchlist li:hover label {
    color: #FFFFFF;
}

.searchlist li .check {
    display: block;
    position: absolute;
    border: 5px solid #AAAAAA;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 20px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.searchlist li:hover .check {
    border: 5px solid #FFFFFF;
}

.searchlist li.check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 5px;
    left: 5px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

input[type=radio]:checked~.check {
    border: 5px solid #51ceaf;
}

input[type=radio]:checked~.check::before {
    background: #51ceaf;
}

input[type=radio]:checked~label {
    color: #51ceaf;
}

.signature {
    margin: 10px auto;
    padding: 10px 0;
    width: 100%;
}

.signature p {
    text-align: center;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 0.85em;
    color: #AAAAAA;
}

.signature .much-heart {
    display: inline-block;
    position: relative;
    margin: 0 4px;
    height: 10px;
    width: 10px;
    background: #AC1D3F;
    border-radius: 4px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.signature .much-heart::before,
.signature .much-heart::after {
    display: block;
    content: '';
    position: absolute;
    margin: auto;
    height: 10px;
    width: 10px;
    border-radius: 5px;
    background: #AC1D3F;
    top: -4px;
}

.signature .much-heart::after {
    bottom: 0;
    top: auto;
    left: -4px;
}

.signature a {
    color: #AAAAAA;
    text-decoration: none;
    font-weight: bold;
}


/* Styles for alert...
by the way it is so weird when you look at your code a couple of years after you wrote it XD */

.alert {
    box-sizing: border-box;
    background-color: #BDFFE1;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 300;
    padding: 20px 40px;
    color: #333;
}

.alert h2 {
    font-size: 22px;
    color: #232323;
    margin-top: 0;
}

.alert p {
    line-height: 1.6em;
    font-size: 18px;
}

.alert a {
    color: #232323;
    font-weight: bold;
}

.form1-input {
    box-sizing: border-box;
    width: 90%;
    height: 40px;
    padding: 4%;
    margin: 5px 5%;
    font-size: 1.35em;
    color: #333;
    border: solid 3px #ccc;
    border-radius: 15px;
    outline: 0;
    transition: 0.3s;
    -webkit-appearance: none;
}

.form1-input:focus {
    border: 3px solid #51ceaf;
}


button[type="submit"] {
    border: 0;
    margin: 0;
    padding: 0;
    background: transparent;
}

.search-conditions {
    margin: 0;
    margin-top: 1rem;
    background: #cbc6c0;
    border-radius: 18px;
    padding: 0 1rem;
}

.search-conditions h3 {
    font-weight: 700;
    font-size: 2rem;
}

.search-conditions p {
    font-size: 1.6rem;
    margin: 0;
}


/*================================================
 *  aboutme
 ================================================*/
.aboutmebox {
    background-color: #f3f3f3;
    width: 100%;
    margin: 0;
    padding-bottom: 1rem;
}

.aboutmecont {
    max-width: 900px;
    margin: 0 auto;
}

.aboutme {
    border-radius: 15px;
    margin: 0 0 45px;
    overflow: hidden;
    background: #fff;
    padding: 15px;
    background: #fffbe6;
}

.aboutmettl {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: center;
    /*color: #ffd202;*/
}

.aboutmephoto {
    border: 1px solid #fff;
    box-shadow: 0 0 .3rem rgba(0, 0, 0, .15);
    border-radius: 1px;
    overflow: hidden;
}

.aboutmephoto img {
    width: 100%;
    box-sizing: border-box;
    /*    border-radius: 50%;
    overflow: hidden;*/
}

.aboutmetext {
    font-size: 14px;
    font-weight: 400;
    color: #505050;
    line-height: 2;
}

.aboutmeline {
    font-size: 14px;
    font-weight: 400;
    color: #505050;
    padding: 8px;
    line-height: 2;
    border: solid 2px #ffd202;
    background: #fffef5;
}

.aboutmeline span {
    font-size: 16px;
    font-weight: 600;
}

.line-link-button {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 240px;
}

.aboutmeline-button {
    margin: 0 auto;
    display: inline-block;
    background: #00c300;
    box-shadow: 0 5px 0 #25af00;
    font-size: 16px;
    position: relative;
    display: block;
    padding: 10px;
    color: #fff;
    border-radius: 12px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    max-width: 240px;
}

.aboutmeline-button:hover {
    color: #fff;
}

.aboutmemenu {}

.aboutmemenu dt {
    padding: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #505050;
    line-height: 2;
}

.aboutmemenu dd {
    border-top: 1px solid #ddd;
    color: #505050;
}

.aboutmemenu dd a {
    display: block;
    padding: 6px 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
}

.aboutmemenu dd a:after {
    content: '»';
    float: right;
}

/*================================================
 *  review
 ================================================*/
.reviewbox {
    background-color: #FFFFFF;
    width: 100%;
}

.reviewcont {
    max-width: 900px;
    margin: 0 auto;
}

.review {
    border: solid 10px #eee;
    padding: 15px;
    margin: 2% 2% 6%;
}

.reviewttl {
    padding: 8px;
    border-top: solid 2px #eee;
    border-bottom: solid 2px #eee;
    background: -webkit-repeating-linear-gradient(-45deg, #eee, #eee 3px, #f7f7f7 3px, #f7f7f7 7px);
    background: repeating-linear-gradient(-45deg, #eee, #eee 3px, #f7f7f7 3px, #f7f7f7 7px);
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: center;
}

.reviewsubttl {
    border-bottom: 2px solid #eee;
    padding: 0 6px;
}

.reviewphoto img {
    width: 100%;
    box-sizing: border-box;
}

.reviewtext {
    font-size: 16px;
    font-weight: 400;
    color: #505050;
    line-height: 2.5;
}

.reviewtable {
    border: 1px solid #ccc;
}

.reviewtable th {
    width: 120px;
    min-width: 80px;
    border: 1px solid #ccc;
    color: #333;
    font-size: 14px;
    background: #eee;
    font-weight: 700;
}

.reviewtable td {
    border: 1px solid #ccc;
    color: #666;
    font-weight: 400;
    font-size: 14px;
}

.reviewmenu {}

.reviewmenu dt {
    padding: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #505050;
    line-height: 2;
}

.reviewmenu dd {
    border-top: 1px solid #ddd;
    color: #505050;
}

.reviewmenu dd a {
    display: block;
    padding: 6px 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
}

.reviewmenu dd a:after {
    content: '»';
    float: right;
}


.last-updated-at {
    margin: 8px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    color: #888;
}

/*================================================
 *  faq
 ================================================*/
.faqbox {
    background-color: #FFFFFF;
    width: 100%;
}

.faqcont {
    max-width: 900px;
    margin: 0 auto;
}

.faq {
    border: solid 10px #eee;
    padding: 15px;
    margin: 2% 2% 6%;
}

.faqttl {
    padding: 8px;

    border-top: solid 2px #eee;
    border-bottom: solid 2px #eee;
    background: -webkit-repeating-linear-gradient(-45deg, #eee, #eee 3px, #f7f7f7 3px, #f7f7f7 7px);
    background: repeating-linear-gradient(-45deg, #eee, #eee 3px, #f7f7f7 3px, #f7f7f7 7px);
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: center;
}

.faqphoto img {
    width: 100%;
    box-sizing: border-box;
}

.faqlist {
    font-size: 16px;
    font-weight: 400;
    color: #505050;
    line-height: 2.5;
}

.faqlist dt {
    color: #f97f96;
}

.faqlist dd {
    color: #505050;
    margin-bottom: 20px;
}

.faqmenu {}

.faqmenu dt {
    padding: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #505050;
    line-height: 2;
}

.faqmenu dd {
    padding: 0 8px;
    font-size: 14px;
    font-weight: 400;
    color: #505050;
    line-height: 2;
}

.disclaimerbox {
    background-color: #f3f3f3;
    width: 100%;
    margin: 0;
    /*padding: 22.5px 0;*/
}

.disclaimercont {
    max-width: 900px;
    margin: 0 auto;
}

.disclaimer {
    /*border-radius: 15px;*/
    margin: 0;
    overflow: hidden;
    padding: 15px;
    color: #aaa;
    /*background: #f8f8f8;*/
    font-size: 0.8rem;
    font-weight: normal;
}

.rankbox-disclaimer {
    margin: 0 auto;
    max-width: 900px;
    font-size: .7rem;
    color: #aaa;
    margin: 0% 2%;
    text-align: right;
    font-weight: normal;
}

.rankbox-disclaimer:last-child {
    margin-bottom: 45px;
}

/*================================================
 *  news
 ================================================*/

.newsbox {
    background: #f3f3f3;
}

.newscont {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 1rem;
}

.newswrap {
    border-radius: 15px;
    margin: 0 0 45px;
    overflow: hidden;
    background: #fff;
    padding: .8rem;
    background: #fff;
}

.title_box {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 4rem 0 1rem;
    font-size: 1.2rem;
    background: #eaff00;
    color: #1c1c1c;
    box-sizing: border-box;
}

.title_box:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.title_box:after {
    top: 0;
    right: 0;
    border-width: 25px 15px 25px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}

.newswrap h5 {
    margin-bottom: .3rem;
}

.newsbox ul {
    max-width: 900px;
    margin: 0 auto;
}

.newsbox ul li {
    padding: .8rem 0;
    font-size: .9rem;
    letter-spacing: 0;
    border-bottom: 1px solid #ccc;
}

.newsbox ul li:hover {
    background: #eee;
}

.news_tags {
    margin-bottom: 0;
    float: left;
}

.news_tags span {
    font-size: .8rem;
    background: #bcb299;
    padding: .3rem .5rem;
    margin-right: .2rem;
    color: #fff;
    font-weight: 600;
}

.news_date {
    font-size: .7rem;
    color: #bbb;
    margin: .5rem auto 0;
    font-weight: 200;
    float: right;
}

.detailbox {
    background: #fff;
}

.detailbox h1 {
    font-size: 1.5rem;
    margin: 1rem auto 0;
    color: #685548;
    background: #f5ff4d;
    padding: 3%;
}

.detailbox h2 {
    font-size: 1.2rem;
    margin: 1rem auto .5rem;
    letter-spacing: 1px;
    background: linear-gradient(transparent 70%, #f5ff4d 30%);
    color: #685548;
    padding: .3rem .3rem;
}

.detailbox p {
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.8;
}

.detailbox p strong {
    color: #51ceaf;
}

.detailbox p em {
    color: #ff557d;
}

.detailbox p span {
    color: #8498ff;
    font-weight: 600;
}

.detailbox p b {
    color: #685548;
    font-weight: 600;
}

.detailbox .news_date {
    font-size: .8rem;
}

.detailcont {
    padding: 3%;
}

.detailbox h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 25px 0 10px;
    color: #6ad1c8;
    text-align: center;
    padding: 0.25em;
    border-top: solid 2px #6ad1c8;
    border-bottom: solid 2px #6ad1c8;
    background: -webkit-repeating-linear-gradient(-45deg, #d3fffb, #d3fffb 3px, #fff 3px, #fff 7px);
    background: repeating-linear-gradient(-45deg, #d3fffb, #d3fffb 3px, #fff 3px, #fff 7px);
}

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

    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    .main_img01 {
        width: 37%;
    }

	.main_img02 {
        width: 65%;
    }

	.main_img03 {
        width: 55%;
    }

    .rankbox {
        margin: 0 2% 10px 2% !important;
        /* margin: 35px 2% 10px 2% !important; */
        box-shadow: 0 0 .3rem rgba(0, 0, 0, .15);
    }

    .aboutme {
        margin: 0 3% !important;
        box-shadow: 0 0 .3rem rgba(0, 0, 0, .15);
    }

    .pointbox img {
        width: 30%;
        height: auto;
    }

    .txbox img {
        width: 33.3%;
        height: auto;
    }

    .disclaimer {
        /*margin: 0 3% !important;*/
        margin: 0 !important;
    }

    .rankbox dt img {
        height: 2.4rem;
        width: auto;
        padding: 0;
    }

    .rankbox dt,
    .rankbox dd {
        line-height: 1.5;
    }

    .rankbox dd {
        font-size: 2rem;
        letter-spacing: 0.1rem;
        margin-top: 0;
    }

    .rankbox h2 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .rankbox h3,
    .rankbox h4 {
        font-size: 1.3rem;
    }

    .tabul,
    .pointul,
    .txbox p {
        font-size: 1rem;
    }

    .tabul li {
        float: left;
        display: inline-block;
        margin-right: 5px;
        padding: 3px 12px;
        border-radius: 50px;
        background: #8acfd1;
    }

    .footmenu a {
        font-size: .8rem;
    }

    .clum1 th {
        font-size: 1.3rem;
    }

    .clum1 td {
        font-size: 1.6rem;
    }

    .searchlist li label {
        font-size: 1em;
        padding: 0 10px 0 45px;
        margin: 10px auto;
    }

    .searchlist li .check {
        display: block;
        position: absolute;
        border: 5px solid #AAAAAA;
        border-radius: 100%;
        height: 15px;
        width: 15px;
        top: 11px;
        left: 10px;
        z-index: 5;
        transition: border .25s linear;
        -webkit-transition: border .25s linear;
    }

    .newswrap {
        margin: 0 3% !important;
        box-shadow: 0 0 0.3rem rgb(0 0 0 / 15%);
    }

    .detailbox h1 {
        padding: .3rem .6rem;
        margin-top: 0;
    }

}

.kuchikomibox {
    /*border-bottom: 4px solid #6893ff;*/
    padding: 2% 2%;
    margin: 1% 3% 3%;
    /*border: 4px solid #6893ff;*/
    /*background: #f7fbfe;*/
    color: #666;
    font-size: 1.5rem;
}

.kuchikomibox img {
    width: 254px;
    height: 58px;
}

.kuchikomibox h4 {
    position: relative;
    color: #5f6ab7;
    padding: .4rem .8rem;
    border: 3px solid #5f6ab7;
    background: #d7ebfe;
    /*margin: 0 0 .5rem;*/
}

.kuchikomi {
    width: 100%;
    margin: 1.5em 0;
    overflow: hidden;
    font-size: 1rem;
    color: #555;
}

.kuchikomi .kuchikomi_icon {
    float: left;
    margin-right: -90px;
    width: 60px;
}

.kuchikomi--male .kuchikomi_icon img {
    width: 100%;
    height: auto;
    border: solid 3px #d7ebfe;
    border-radius: 50%;
}

.kuchikomi--female .kuchikomi_icon img {
    width: 100%;
    height: auto;
    border: solid 3px #ffd9d9;
    border-radius: 50%;
}

.kuchikomi .kuchikomi_chat {
    width: 100%;
}

.kuchikomi--male .kuchikomi_chat .kuchikomi_chat_inner {
    display: inline-block;
    position: relative;
    margin: 5px 0 0 85px;
    padding: 12px 8px;
    border-radius: 12px;
    background: #d7ebfe;
}

.kuchikomi--male .kuchikomi_chat .kuchikomi_chat_inner:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 14px;
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #d7ebfe;
}

.kuchikomi--female .kuchikomi_chat .kuchikomi_chat_inner {
    display: inline-block;
    position: relative;
    margin: 5px 0 0 85px;
    padding: 12px 8px;
    border-radius: 12px;
    background: #ffd9d9;
}

.kuchikomi--female .kuchikomi_chat .kuchikomi_chat_inner:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 14px;
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #ffd9d9;
}

.kuchikomi .kuchikomi_chat .kuchikomi_chat_inner p {
    margin: 0;
    padding: 0;
}
