@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Asap+Condensed:600');

/*additional reset
---------------------------------------------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body.safari #content, body.safari #footer {/*サファリでリンク先から戻った時文字が拡大する対応*/
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    margin: 0;
    font-size: 17px;
    background-color: #fff6f4;
}

a:hover,
a:active {
    text-decoration: none;
}

/*初期設定
----------------------------------------------------*/
#wrapper{
    width: 700px;
    padding: 0 0 20px 0;
    overflow: hidden;
    margin: auto;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 4px 8px rgba(192, 192, 192,0.4);
}
.content{
    display: block;
    margin: 0 auto;
    width: 95%;
}
@media screen and (min-width:640px) {
    .pc{
        display: block;
    }
    .sp{
        display: none;
    }
}

@media screen and (max-width:640px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    #wrapper{
        width: 100%;
    }
}
/*layout
----------------------------------------------------*/

img{
    width: 100%;
}
.w60{
    display: block;
    width: 60%;
    margin: auto;
}
.w80{
    display: block;
    width: 80%;
    margin: auto;
}
.tac{
    text-align: center;
}
.tar{
    text-align: right;
}
.mt0{
    margin-top: 0;
}
.mb0{
    margin-bottom: 0;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mt20{
    margin-top: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mt30{
    margin-top: 30px;
}
.mt50{
    margin-top: 50px;
}
.mb40{
    margin-bottom: 40px;
}
.mb60{
    margin-bottom: 60px;
}
.mt40{
    margin-top: 40px;
}
.pink{
    color:#ff4059;
}
.red{
    color: #ff4a1d;
}
.gray{
    color: rgb(110, 110, 110);
}
.orange{
    color: rgb(255, 153, 0);
}
.blue{
    color: rgb(0, 0, 255);
}
.marker{
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%,#fffca5 0%) repeat scroll 0 0;
}
.marker02{
    border-bottom-style: dotted;
    border-bottom-color: #dcdcdc;
    border-bottom-width: 3px;
    padding-bottom: 3px;
}
.fsLL{
    font-size: 26px;
}
.fsL{
    font-size: 22px;
}
.fsM{
    font-size: 20px;
}
.fsS{
    font-size: 8px;
}
.fsS1{
    font-size: 10px;
     margin-top: -3px; /* 任意の値に変更可能 */
}

.caution_txt {
    margin-top: -23px;
}

h2 {
    position: relative;
    padding: 15px 15px;
    -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
    line-height: 1.4;
    font-size: 25px;
    margin: 40px 0 20px;
  }
  
  h2:before,
  h2:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    content: '';
    background-image: -webkit-linear-gradient(315deg, #ff4a1d 0%, #ffce08 40%, #ffce08 60%, #ff4a1d 100%);
    background-image: linear-gradient(135deg, #ff4a1d 0%, #ffce08 40%, #ffce08 60%, #ff4a1d 100%);
  }
  
  h2:before {
    top: 0;
  }
  
  h2:after {
    bottom: 0;
  }

  h3{
    line-height: 1.3;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    border-left: 4px solid #ff4a1d;
    margin: 30px 0 20px;
  }
  .num{
    margin-right: 10px;
    font-size: 28px;
    color: #ff4a1d;
  }
  .box01_title{
    background-color: #57575c;
    margin: 25px 0 0;
    color: #fff;
    font-weight: bold;
    padding: 5px 15px;
  }
  .box01{
    border: 1px solid #57575c;
    padding: 13px 30px;
    background: #f2f2f2;
  }
  .box01 p{
    margin: 0 0 4px;
  }
  .box01 p:before{
    content: '☑';
    margin-right: 8px;
    color: #57575c ;
    font-weight: bold;
  }
  .tyuui {
    display: inline-block;
    background-image: url(../img/tyuui.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-bottom: -4px;
    margin-right: 6px;
}
.box02{
    padding: 15px 10px 10px;
    text-align: center;
    background-color: #fff7d6;
    color: rgb(255, 0, 0);
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 0;
}
.box02 p{
    margin: 0;
}
.num2_1 {
  display: inline-block;
  background-image: url(../img/num2_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-bottom: 0px;
  margin-right: 10px;
}
.num2_2 {
  display: inline-block;
  background-image: url(../img/num2_2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-bottom: 0px;
  margin-right: 10px;
}
.num2_3 {
  display: inline-block;
  background-image: url(../img/num2_3.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-bottom: 0px;
  margin-right: 10px;
}

    .rankTable {
        overflow-x: scroll;
    }
    
.rankTable table {
     width: 1200px;
    text-align: center;
    line-height: 1.2;
}

.rankTable {
    border: 3px solid #ff9a66;
    margin-bottom: 60px;
    margin-top: 30px;
    font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.rankTable th {
    position: sticky;
    width: 20px;
    padding: 4px 0px 4px;
    background-color: #fd9b7e;
    color: #fff;
    left: 0;
    border-bottom: 1px dotted #fff;
    font-size: 9px;
}

.rankTable td {
    width: auto;
    border-bottom: 1px dotted #eee;
    border-top: none;
    padding: 4px 3px 4px;
    font-size: 12px;
    position: relative;
    vertical-align: middle;
    border-right: 1px dotted #ddd;
    background: none;
}

.rankTable td:last-child {
    border-right: none;
}

.rankTable tr th+td {
    background-color: #fdffe4;
}

.rankTable table th {
    width: 19.0%;
    font-size: 11px;
}

.rankTable td {
    border-right: 1px dotted #ddd;
}

.rankTable tr {
    border-bottom: 1px dotted #ddd;
}

.rankTable tr:last-child td {
    border-bottom: none;
}

@media screen and (max-width:768px) {
    .rankTable table {
        width: 1000px;
    }

    .rankTable {
        overflow-x: scroll;
    }
 .rankTable th {
    padding: 2px 0px 2px;
    font-size: 7px;
}
.rankTable td {
    padding: 2px 1px 2px;
    font-size: 11px;
}
}

.rankTable table th {
    vertical-align: middle;
    width: 7.0%;
    z-index: 88;
}

img.table_icon {
width: 80%;
    margin-top: 2px;
}

.sogood {
    font-size: 33px;
    color: #ff4a1d;
}

.good {
    font-size: 32px;
    color: #ffbb00;
    font-weight: normal;
}

.bad {
    font-size: 35px;
    font-weight: 300;
    color: #747474;
}

.soso {
    font-size: 32px;
    font-weight: bold;
    color: #0cc300;
}

.special-row {
  font-size: 11px;
}

.yureru-j {
    animation: yureru-j 2s infinite;
}
@keyframes yureru-j {
    0% {
        transform: translate(0px, 2px);
    }
    5% {
        transform: translate(0px, -2px);
    }
    10% {
        transform: translate(0px, 2px);
    }
    15% {
        transform: translate(0px, -2px);
    }
    20% {
        transform: translate(0px, 2px);
    }
    25% {
        transform: translate(0px, -2px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}

a.tbl_a01{
    text-decoration: none;
    color: #5c1200;
    font-weight: bold;
    font: 11px/1.2 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
a.t_btn{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font: 11px/1.2 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    background: #ff4a1d;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 6px 0 #bd3207;
}
td.pb10{
    padding: 20px 0 25px;
}
a.t_btn02{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font: 11px/1.2 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    background: #35BD16;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 6px 0 #1B9F2C;
}

.num3_1 {
    display: inline-block;
  }
  h5 {
    margin-top: 5px;
    padding: 5px 17px 7px;
    border-top: 3px solid #ffffff;
    color: #ffffff;
    font-size: 32px;
    margin-bottom: 20px;
    background: #0055c4;
  }
  .box03{
    margin-top: 20px;
  }
  .box03 p{
    padding-left: 30px;
    position: relative;
    font-size: 1.1rem;
    margin: 2px;
  }
  .box03 p:before,.box03 p:after {
    content: "";
    display: block;
    position: absolute;
}
  .box03 p:before{
    display: inline-block;
    content: '';
    width: 22px;
    height: 22px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #ff4a1d;
    left: 0;
    top: 2px;
  }
  .box03 p:after {
    display: inline-block;
    content: '';
    border-left: 3px solid #ff4a1d;
    border-bottom: 3px solid #ff4a1d;
    width: 12px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 5px;
    top: 8px;
}
  .cta,a.cta{
    display: block;
    text-align: center;
    margin: 0 auto ;
    width: 80%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

a.btn-radius-solid {
    background: #ff4a1d;
    background: -webkit-linear-gradient(top, #8BC34A 0%, #009625 100%);
    background: linear-gradient(to bottom, #ffa238 0%, #ff4a1d 100%);
  }
  
  a.btn-radius-solid:hover {
    background: -webkit-linear-gradient(bottom, #ffa238 0%, #ff4a1d 100%);
    background: linear-gradient(to top, #ffa238 0%, #ff4a1d 100%);
  }

.title01 {
    position: relative;
    padding: 1rem 2rem 10px 50px;
    border-bottom: 4px solid #ff4a1d;
    font-weight: bold;
    font-size: 21px;
  }
  
  .title01:before {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 20%;
    height: 4px;
    content: '';
    background: #fd9b7e;
  }
  .title01::after {
    position: absolute;
    content: '■';
    left: 20px;
    color: #fd9b7e;
  }


/*-------- 口コミ --------*/
.comments {
    overflow: auto;
    height: 500px;
    border: 2px solid #fd9b7e;
    padding: 2%;
    margin-top:15px;
    margin-bottom:25px;
}

.icon {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    margin-bottom: 10px;
}
.icon img {
    width: 50px;
    margin-right: 3%;
}
.comment_box {
    border-bottom: 1px solid #ddd;
    /*margin-top: 3%;*/
    padding: 3%;
}
.star {
    color: #ffcc00;
}
.comment_box p{
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
}
.comment_box {
    border-bottom: 2px #ddd dotted;
    padding-bottom: 20px;
}
.comments .comment_box:last-child{
    border: none;
    margin: 0;
}

.box04_title{
    background-color: #ff4a1d;
    margin: 25px 0 0;
    color: #fff;
    font-weight: bold;
    padding: 5px 15px;
    font-size: 20px;
    text-align: center;
  }
  .box04{
    border: 1px solid #ff4a1d;
    padding: 13px 30px 20px;
    background: #fff7f5;
  }
  .writer {
    display: inline-block;
    background-image: url(../img/writer.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    margin: 0 10px -5px;
}
.num3_2 {
    display: inline-block;
    background-image: url(../img/num3_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 65px;
    height: 65px;
    margin-bottom: -20px;
    margin-right: 15px;
  }
  .num3_3 {
    display: inline-block;
    background-image: url(../img/num3_3.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 65px;
    height: 65px;
    margin-bottom: -20px;
    margin-right: 15px;
  }
  .mt60 {
    margin-top: 60px;
}

a.btn-radius-solid02 {
    background: #fd9b7e;
    background: -webkit-gradient(linear, left top, left bottom, from(#fd9b7e), to(#fd9b7e));
    background: -webkit-linear-gradient(top, #fd9b7e 0%, #fd9b7e 100%);
    background: linear-gradient(to bottom, #fd9b7e 0%, #fd9b7e 100%);
  }

  footer{
    padding: 30px;
    text-align: center;
    background: #b8b8b8;
    margin-top: 40px;
  }
  footer a{
    text-decoration: none;
    color: #fff;
  }
  video {
    width: 100%;
    border: 5px solid #fd9b7e;
}
 

/* ------アコーディオン（グラデ）--------- */
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 220px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 25px;
	left: 50%;
	width: 16rem;
	font-family: FontAwesome;
	content: '▼ 続きをよむ';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: #ff4a1d;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 180px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	font-family: FontAwesome;
	content: '▲ 閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}

@media screen and (max-width:640px) {
    h2 {
    font-size: 19px;
    margin: 40px 0 15px;
}
h3 {
    font-size: 18px;
}
.box01_title {
    padding: 6px 15px 5px 40px;
    text-indent: -27px;
    line-height: 1.3;
}
.num2_1 {
    margin-bottom: 9px;
}
.num2_2 {
    margin-bottom: 9px;
}
.num2_3 {
    margin-bottom: 9px;
}
.rankTable {
    margin-top: 0;
}
h5 {
    padding: 9px 15px 7px 13px;
    font-size: 26px;
    line-height: 1.1;
    text-align: center;
}
.num3_1 {
    margin-bottom: -39px;
    margin-right: 15px;
}
.box03 p {
    margin: 8px 2px;
    line-height: 1.3;
}
.cta, a.cta {
    width: 95%;
    padding: 1rem 20px;
    font-size: 1.2rem;
}
.title01 {
    font-size: 19px;
    line-height: 1.3;
    padding: 1rem 2rem 10px 40px;
}
.title01::after {
    left: 12px;
    top: 29%;
}
.box04_title {
    padding: 10px 15px;
    font-size: 18px;
    display: flex;
    align-items: center;
    line-height: 1.2;
    justify-content: center;
}
.box04 {
    padding: 13px 15px 20px;
}
.num3_2 {
    margin-bottom: -39px;
    margin-right: 15px;
}
.cp_box label {
	height: 220px; 
}
.cp_box .cp_container {
	height: 150px; /* 開く前に見えている部分の高さ */
}
}

/*----追従----*/
.follow_btn {
    width: 350px;
    position: fixed;
    right: 250px;
    bottom: 0;
    z-index: 100;
    padding: 10px;
    padding-right: 20px;
    opacity: 1;
    transition: opacity 0.5s;
}
.fadeOut {
    opacity: 0;
}

@media screen and (max-width:767px){
    .follow_btn {
        width: 60%;
        padding-right: 10px;
        right: 0px;
        max-width: 350px;
    }
}
@media (min-width: 768px) and (max-width: 1600px) {
    .follow_btn {
        right: 3%;
    }
}

/*コラム*/
.column_box {
    max-width: 850px;
    margin: 40px auto;
    width: 95%;
}
.column_box .toggle {
    display: none;
}
.column_box .Label {
    /*タイトル*/
    padding: 15px;
    display: block;
    color: #fff;
    background: #fd9b7e;
    text-align: left;
    font-weight: 700;
    font-size: 22px;
}
.column_box .Label::after {
    /*タイトル横の矢印*/
    content: "";
    width: 9px;
    height: 9px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 6px);
    right: 20px;
    transform: rotate(135deg);
}
.column_box .Label,
.column_box .column_list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    margin-top: 0;
    list-style: none;
}
.column_box .column_list {
    /*本文*/
    height: 0;
    margin-bottom: 17px;
    padding: 0 20px;
    overflow: hidden;
    text-align: left;
    background-color: ivory;
}
.toggle:checked+.Label+.column_list {
    /*開閉時*/
    height: auto;
    padding: 20px;
    transition: all .3s;
}
.toggle:checked+.Label::after {
    transform: rotate(-45deg) !important;
}

@media screen and (max-width:760px) {
    .column_box .Label::before {
    height: 25px;
    width: 25px;
    margin-right: 1px;
    }
    .column_box .Label {
    padding: 13px 35px 13px 42px;
    font-size: 16px;
    text-indent: -27px;
    }
    .toggle:checked+.Label+.content {
    padding: 13px;
    }
    .toggle:checked+.Label+.content p{
    font-size: 16px;
    line-height: 1.4;
    }
    .column_box .content {
    margin-bottom: 10px;
    }
}

.column{
    display: block;
    margin: 0 auto;
    width: 95%;
    padding: 20px 0;
}
.column .ttl{
    border-left: 5px solid #fd9b7e;
    padding: 5px 0px 5px 13px;
    font-weight: bold;
}

/* 20240809 */
.star2_5:before {
    content: '★★★★★';
    color: #ffcc00;;
    width: 2.5em;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.star3_5:before {
    content: '★★★★★';
    color: #ffcc00;
    width: 3.5em;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.star4_5:before {
    content: '★★★★★';
    color: #ffcc00;
    width: 4.5em;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}