@charset "utf-8";

/*初期設定
----------------------------------------------------*/

#wrapper{
    margin: 0 auto;
    padding: 0 0 0 0;
    overflow: hidden;
    color: #222;
    background: #fff;
    width: 750px;
}
#content {
    margin:0 auto;
    text-align: left;
    background-color: #fff;
}
img {
	width: 100%;
    margin-bottom: 20px;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
@media screen and (max-width: 768px) {
    #wrapper{
        width: 100%;
    }
    #content {
        padding: 0 15px;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}

/*----------------------------------------------------*/
h2{
    padding: 12px 10px 10px 12px;
    background: #fff8c5;
    color: black;
    font-weight: bold;
    margin: 8% 0 5%;
    line-height: 1.4;
    font-size: 1.6em;
    border-left: 10px solid #0F8120;
}
p{
    padding-bottom:3%
}
h3{
color: #0f8120;
    padding: 12px 0 8px;
    border-top: solid 3px #0f8120;
    border-bottom: solid 3px #0f8120;
    margin: 40px 0 35px;
    background-color: #ffffe1;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.3;
}
h3 span{
    color: #ff7510;
}
.mark{
    background: linear-gradient(transparent 60%, #F7FF74 0%);
    font-size:18px;
}
.fsM{
    font-size: 18px;
}

.point_area{
    border: solid 2px #0f8120;
    margin: 20px 0;
}
h4 span {
    background: #fff;
    color: #0f8120;
    font-size: 18px;
    padding: 2px 5px 1px;
    border-radius: 10px;
    margin-right: 12px;
}
h4{
    display: flex;
    line-height: 1.3;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    background-color: #0f8120;
    margin-top: 0;
    padding: 15px;
}
.point_inner{
    padding: 4%;
}
.ng_ttl{
    background: #555;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 35px;
}
.txt_red{
    color: red;
}
.txt_allow{
    color: #ff7510;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-top:2%;
}
.note{
    font-size: 12px;
    color: #999;
    text-align: right;
}
.txt_orange{
    color: #ff7510;
}
footer{
    background: #555;
    text-align: center;
    color: #fff;
    padding: 4% 0;
}
@media screen and (max-width: 768px) {
    h2{
        font-size: 1.3em;
    }
    h3{
        font-size: 23px;
        margin: 8% 0 5%;
    }
    h4{
        font-size: 1.3em;
    padding: 10px;
    flex-wrap: wrap;
    }
    p{
        margin-bottom: 1.0em;
    }
    h4 span {
    background: #fff;
    color: #0f8120;
    font-size: 15px;
    padding: 2px 15px 1px;
    border-radius: 10px;
    margin-bottom: 6px;
    margin-right: 12px;
}
}

/*口コミ
----------------------------------------------------*/
.comments{
    margin-bottom: 100px;
}
.comment_box{
    border: #ddd 2px solid;
    padding:4%;
    display: flex;
    margin-bottom: 3%;
}
.icon{
    width: 30%;
    margin-right: 20px;
}
.icon img{
    margin-bottom: 0;
}
.comment_txt{
    width: 70%;
}
.comment_txt p{
    margin-bottom: 2%;
}
.grad-wrap {
    position: relative;
  }
.grad-btn {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: -55px;
    left: 0;
    width: 300px;
    margin: auto;
    padding: .1em 0;
    border-radius: 2px;
    background: #0f8120;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}
.grad-btn::before {
    content: "続きを読む"
}
.grad-item {
    position: relative;
    overflow: hidden;
    height: 400px;
    /*隠した状態の高さ*/
}
.grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    /*グラデーションで隠す高さ*/
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    content: "";
    z-index: 1;
}
.grad-trigger {
    display: none;
    /*チェックボックスは常に非表示*/
}
.grad-trigger:checked~.grad-btn::before {
    content: "閉じる"
      /*チェックされていたら、文言を変更する*/
  }
.grad-trigger:checked~.grad-item {
    height: auto;
    /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked~.grad-item::before {
    display: none;
    /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

/*比較表
----------------------------------------------------*/
table td {
    font-size: 14px;
    padding: 2% 0 2%;
	line-height: 1.5;
	vertical-align: middle;
}
.yellow{
    color: #ffa500;
}
.rankTable table img {
    max-width: 100%;
    padding: 5% 0;
    margin: 0 auto;
}
.rankTable a {
    color: #0d6a1b;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.2;
}
table tr {
	border-top: 1px solid #cdd4d0;
}
.rankTable table tr th {
    background: #0d6a1b;
    color: #fff;
    border-radius: 0;
    font-weight: bold;
    width: 17%;
    text-align: center;
    vertical-align: middle;
    position: sticky;
    left: 0;
}
.rankTable {
    border: 10px solid #fff8c5;
    border-top: 10px solid #fff8c5;
    border-width: 10px;
    box-sizing: border-box;
    background: #ffffff;
    margin: 3% auto 0px;
}
.rankTable td {
    border-right: 2px dotted #cdd4d0;
    text-align: center;
    font-size: 13px;
}
.rankTable td:first-child{
    background: #ffffe1;
}
.rankTable td:last-child {
    border-right: none;
}
.rankTable table {
	background: #ffffff;
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	padding: 1%;
	border-radius: 5px;
    color: #222;
    text-align: center;
}

.rankTable table tr:first-child th:last-child,
.rankTable table tr:last-child th:last-child {
	border-right: none;
}
td.txt_only {
	font-size: 1.5rem;
	color: #333333;
	padding: 2.5% 0;
}
span.ex, span.go, span.so {
	font-weight: normal;
	line-height: 70px;
	font-size: 3rem;
	line-height: 50px;
}
span.ex {
	color: #f8525d;
}
span.go {
	color: #7cd0dd;
}
span.so {
	color: #f5c132;
}
.rankTable tr th+td{
    background-color: #fff9e6;
}
td.table_fixed {
    padding: 0;
}
@media screen and (max-width: 768px) {
    .rankTable {
        overflow-x: scroll;
    }
    .rankTable table {
        width: 550px;
    }
    table th{
        right: 10px;
        z-index: 5;
    }
}
/*ミニテーブル
----------------------------------------------------*/
.fruit{
    width: 100%;
    margin: 6% 0;
    font-weight: bold;
}
.fruit td, .fruit th {
    border: 1px solid #595959;
    border-collapse: collapse;
}
.fruit td, .fruit th {
    padding: 10px 0;
    vertical-align: middle;
    text-align: center;
}
.fruit th {
    background: #ebebeb;
}
.fruit td{
    padding: 5px;
}

/*CTA
----------------------------------------------------*/
.chart_btn p {
    padding: 0;
    margin: 0;
}
.chart_btn{
    display: block;
    width: 85%;
    border-radius: 5px;
    padding: 5px;
    background-color: #ff7510;
    box-shadow: 0 5px 0 0 #ce6010;
    text-align: center;
    margin: 15px auto;
    position: relative;
    line-height: 1.3;
}
.chart_btn_g p {
    padding: 0;
    margin: 0;
}
.chart_btn_g{
    display: block;
    width: 85%;
    border-radius: 5px;
    padding: 5px;
    background-color: #00b1b1;
    box-shadow: 0 5px 0 0 #058585;
    text-align: center;
    margin: 15px auto;
    position: relative;
    line-height: 1.3;
}
.chart_btn a,.chart_btn_g a,.cta_o a{
    font-weight: bold;
    color: #FFF;
    text-decoration:none
}
.cta_o a{
    border-radius: 5px;
    padding: 3%;
    background-color: #ff7510;
    box-shadow: 0 5px 0 0 #ce6010;
    margin: 15px auto;
    position: relative;
    line-height: 1.3;
    font-size: 18px;
    display: flex;
    justify-content: space-around;
}
.cta_g a{
    background-color: #00a800;
    box-shadow: 0 5px 0 0 #008800;
}

.shuffling {
    animation-duration: 1.4s!important;
    -webkit-animation-duration: 1.4s;
    -ms-animation-duration: 1.4s;
    -moz-animation-duration: 1.4s!important;
    -webkit-animation-name: shuffling;
    -moz-animation-name: shuffling;
    -o-animation-name: shuffling;
    animation-name: shuffling;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-moz-keyframes shuffling {
    0% {-moz-transform: skewX(9deg);}
    10% {-moz-transform: skewX(-8deg);}
    20% {-moz-transform: skewX(7deg);}
    30% {-moz-transform: skewX(-6deg);}
    40% {-moz-transform: skewX(5deg);}
    50% {-moz-transform: skewX(-4deg);}
    60% {-moz-transform: skewX(3deg);}
    70% {-moz-transform: skewX(-2deg);}
    80% {-moz-transform: skewX(1deg);}
    90% {-moz-transform: skewX(0deg);}
    100% {-moz-transform: skewX(0deg);}
}
@-o-keyframes shuffling {
    0% {-o-transform: skewX(9deg);}
    10% {-o-transform: skewX(-8deg);}
    20% {-o-transform: skewX(7deg);}
    30% {-o-transform: skewX(-6deg);}
    40% {-o-transform: skewX(5deg);}
    50% {-o-transform: skewX(-4deg);}
    60% {-o-transform: skewX(3deg);}
    70% {-o-transform: skewX(-2deg);}
    80% {-o-transform: skewX(1deg);}
    90% {-o-transform: skewX(0deg);}
    100% {-o-transform: skewX(0deg);}
}
@-webkit-keyframes shuffling {
    0% {-webkit-transform: skewX(9deg);}
    10% {-webkit-transform: skewX(-8deg);}
    20% {-webkit-transform: skewX(7deg);}
    30% {-webkit-transform: skewX(-6deg);}
    40% {-webkit-transform: skewX(5deg);}
    50% {-webkit-transform: skewX(-4deg);}
    60% {-webkit-transform: skewX(3deg);}
    70% {-webkit-transform: skewX(-2deg);}
    80% {-webkit-transform: skewX(1deg);}
    90% {-webkit-transform: skewX(0deg);}
    100% {-webkit-transform: skewX(0deg);}
}
@keyframes shuffling {
    0% {transform: skewX(9deg);}
    10% {transform: skewX(-8deg);}
    20% {transform: skewX(7deg);}
    30% {transform: skewX(-6deg);}
    40% {transform: skewX(5deg);}
    50% {transform: skewX(-4deg);}
    60% {transform: skewX(3deg);}
    70% {transform: skewX(-2deg);}
    80% {transform: skewX(1deg);}
    90% {transform: skewX(0deg);}
    100% {transform: skewX(0deg);}
}

/*検索実装
----------------------------------------------------*/
.btn_s {
    display: block;
    margin: auto;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    width: 55%;
}
.btn_s p {
    background-color: #d8d8d8;
    text-align: center;
    color: #fff;
    padding: 2px;
    font-size: 0.8em;
}
.index_search{
    border-collapse: collapse;
    width: 100%;
    background: #fff;
}
.index_search td {
    border-collapse: collapse;
    border: #cccccc 1px solid;
    text-align: left;
    vertical-align: middle;
    font-size: 0.8rem;
    padding: 5px;
}
.index_search th {
    border-collapse: collapse;
    border: #cccccc 1px solid;
    background-color: #f6f6f6;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    font-size: 0.8rem;
    padding: 10px;
    line-height: 1.4;
}
.ac{
    margin: 2%;
}
.searchordercontainer dd {
    display: inline-block;
}
.objecttitle {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    background-color: #71ceef;
    border: 1px solid #cfcfcf;
    border-bottom: none;
    color: #fff;
}
.objecttable {
    border: 2px solid #ccc;
    text-align: center;
    margin: auto auto 50px auto;
    width: 95%;
}
.objecttable tr, td {
    border: none;
}
.objectimg p{
    text-align: center;
}
.thisinfotable {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}
.thisinfotable td {
    border-collapse: collapse;
    border: #cccccc 1px solid;
    text-align:center;
    vertical-align: middle;
    font-size: 0.9rem;
    padding: 1.5%;
}
.thisinfotable th {
    border-collapse: collapse;
    border: #cccccc 1px solid;
    background-color: #f6f6f6;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    font-size: 0.9rem;
    padding: 1.5%;
    line-height: 1.4;
}
.oflBtn{
    width: 65%;
    margin: 0 auto;
}
.fontsizenormal {
    font-size:16px;
}
a.u-underlinehover.sort-button {
    text-decoration: none;
}
@media (max-width: 620px){
    .ng_ttl {
    font-size: 27px;
}
  .index_search {
    background: #fff;
    width:100%;
	margin: 0 auto;
  }
  .index_search tr {
      border: none;
  }
  .index_search th {
    border-collapse: collapse;
    border: none;
    color: #464646;
    background-color: #e9e9e9;
    font-weight: bold;
    vertical-align: middle;
    font-size: 16px;
    padding: 5px;
    line-height: 1.4;
	width: 95%;
	margin: auto;
    display: block;
	text-align: center;
  }
  .index_search td {
    border-collapse: collapse;
    border: none;
    vertical-align: middle;
    padding: 5px;
    font-size: 14px;
    width: 100%;
    display: block;
	text-align: center;
  }
}

.slider-2 .slick-slide {
  position: relative;
  overflow: hidden;
}
.slider-2 .slick-slide img {
margin: 0 auto;
    height: auto;
    width: 95%;
    display: block;
}
.slider-2 .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
    top: 50%;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {

    background: #fff!important;
}
.slider-2 .slick-arrow::before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border: 1px solid #09000d;
    border-width: 3px 3px 0 0;
    position: absolute;
    top: 14px;
    transform: rotate(45deg);
}
.slider-2 .slick-next {
  right: 0;
}
.slider-2 .slick-prev {
  left: 0;
}
.slider-2 .slick-next::before {
  left: 13px;
}
.slider-2 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 13px;
}

.sliderArea {
    background-color: #faf3e9;
    margin-top: 0;
    margin-bottom: 5%;
}
.sliderArea img {
    height: 28vh;
    width: auto;
    margin: auto;
}

@media (max-width: 620px){
    .sliderArea img {
        height: 17vh;
    }
}