@charset "utf-8";
/* CSS Document */
body {
    font-size: 16px;
	font-family: "Noto Sans JP", ヒラギノ角ゴシック, "Hiragino Sans", Helvetica, sans-serif;
    width: 100%;
    margin: auto !important;
	background: #eee;
}
.wrapper{
	max-width: 700px;
    width: 100%;
    margin: auto !important;
	background: #fff;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.all{
	padding: 3% 3% 0;
}
.g_k {
	font-size: 10px !important;
	text-align: right;
	margin: 0;
	color: #949494 !important;
}
.sp{
		display: none;
	}
.pc{
		display: block;
	}
.mt20{
	margin-top: 20px;
}
.mtb20{
	margin: 20px 0;
}
.mb20{
	margin-bottom: 20px;
}
.fcY {
    color: #fa9a22;
}
.fcR {
    color: #cd0000;
}
.fcO{
	color: #f97e11;
}
span.fcG {
    font-size: 10px !important;
    color: #949494 !important;
}
.mark{
	background: linear-gradient(to bottom, #fff 50%, #ffff00 50%, #ffff00 100%);
}
img{
    width: 100%;
    padding: 0;
}
video{
     width: 100%;
}
.taC{
    text-align: center;
}
b{
	font-weight: bold;
}
a{
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
	.wrapper{
		box-shadow: none;
	}
}

/*ヘッダー*/
.header{
	background: #0071bd;
	color: #fff;
	text-align: center;
    font-weight: black;
    font-size: 18px;
}

/*タイトル*/
.ttl {
    padding: 20px 0px 0;
    line-height: 1.3;
    padding-left: 1em;
    text-indent: -0.1em;
}
.ttl p {
    line-height: 1.5;
	font-size: 14px;
}

 /* 目次 */
.contenedor {
    display: table;
    margin: 0px auto;
    position: relative;
    width: 100%;
    }

.expand {
    /* width: 100%; */
    padding:5%;
    padding-bottom: 13%;
    max-height: 80px;
    overflow: hidden;
    position: relative;
    transition: .5s;
    background-color:#f7f7f7;
    font-size: 13px;
    border-radius:8px;
    color:#666666;
    line-height: 1.8;
    }
.expand span {
    padding-left: 13px;
}
.expand .content>p {
    margin: -10px auto;
    font-size:15px;
    font-weight:bold;
    color:#696969;
}
.expand li {
    border-bottom: 1px dotted #abb1ad;
}
.expand a {
    text-decoration: none;
    color:#666666;
    font-weight: normal;
}

.expand a:hover {
    text-decoration: none;
}

.expand a:visited {
    text-decoration: none;
}

.expand::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 50%;
    bottom: 0;
    left: -10%;
    background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
    pointer-events: none;
    transition: 1s;
}

.contenedor input {
    visibility: hidden;
	display: none;
}

.contenedor label {
    position: absolute;
    bottom: -.8em;
    display: block;
    font-size: .9em;
    padding: .20em 10px;
    right: 0;
    left: 0;
    bottom: 8%;
    margin: auto;
    width: fit-content;
    background: #aaa;
    box-shadow:-5px 0 white;
    color: white;
    z-index:999;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5px;
}
input[type=checkbox]:checked ~ .expand {
    max-height: 500px;
}

input[type=checkbox]:checked ~ .expand:before {
    opacity: 0
}
.attention{
    margin: 20px auto 0px;
    width: 95%;
    background: #fffbe1;
    padding: 20px 15px;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
p {
    margin-bottom: 20px;
	line-height: 1.7;
}
@media screen and (max-width: 575px) {
    .expand  {
        padding-bottom: 23%;
    } 
}
@media screen and (max-width: 760px) {
    .expand a {
		text-decoration: none;
		color: #666666;
		font-weight: normal;
		font-size: 15px;
	}
	input[type=checkbox]:checked ~ .expand {
		max-height: 545px;
	}
}

/*-------------編集部-------------*/
.writer {
    border: 1px solid #222;
    padding: 3% 5% 1%;
    border-radius: 20px;
    margin: 30px 0;
}

/*-------------比較表-------------*/
.rankTable {
    border: 10px solid #e1f7ff;
    border-top: 10px solid #e1f7ff;
    border-width: 10px;
    box-sizing: border-box;
    background: #ffffff;
	margin: 0 auto;
	overflow-x: scroll;
	width: 100%;
    table-layout: fixed;
}
.rankTable table {
	border-collapse: collapse;
    table-layout: fixed;
    color: #222;
    text-align: center;
    width: 100%;
}
.star_orenge{
   color: #ff7510; 
}
.rankTable table img {
    max-width: 90%;
    margin: 0 auto;
}
.rankTable a {
    color: #1c7fbd;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.2;
}
.rankTable table tr {
	border-top: 1px solid #cdd4d0;
}
.rankTable table th {
	color: #fff;
    background-color: #6bb6e7;
}
.rankTable table tr th {
    border-radius: 0;
    /*	padding: 0.5% 0;*/
    font-weight: bold;
	font-size: 13px;
	width: 10%;
	line-height: 1.3;
    position: sticky;
    left: 0;
    z-index: 5;
}
.rankTable td:first-child{
    background: #6bb6e7;
}
.rankTable td:last-child {
    border-right: none;
}

.rankTable table tr:first-child th:last-child,
.rankTable table tr:last-child th:last-child {
	border-right: none;
}
.rankTable td {
	font-size: 13px;
}
.rankTable td.txt_only {
	font-size: 1.5rem;
	color: #333333;
	padding: 2.5% 0;
}
.y_bg {
	background: #feffdf;
}
td.txt_only {
	font-size: 1.5rem;
	color: #333333;
	padding: 2.5% 0;
}
span.name {
width: 100%;
}
span.name_img{
	width: 74%;
	display: block;
	margin-left: 13%;
}
.name_img01{
width: 74%;
display: block;
margin-left: 13%;
}

.rank_ttl{
	padding: 0.3%;
	font-size: 1em;
	color: #fff;
	line-height: 1.2;
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
	border-right: 1px dotted #fff;
	background: #6bb6e7;
	text-align: center;
	width: 9%;
	vertical-align: middle;
}

.rankTable td, .rankTable th {
    border-right: 2px dotted #e1e1e1;
    border-bottom: 2px solid #e1e1e1;
    font-size: 0.8em;
    text-align: center;
    vertical-align: middle;
    line-height: 1.1;
    height: 45px;
    padding: 4px 3px;
}

.table_flex {
display: flex;
height: 74px;
width: 174px;
align-items: center;
padding-bottom: 2%;
}
.table_flex02 {
	display: flex;
	height: 88px;
	width: 174px;
	align-items: center;
	padding-bottom: 2%;
	}
	.table_flex03 {
		display: flex;
		height: 103px;
		width: 174px;
		align-items: center;
		padding-bottom: 2%;
		}
		.rankTable th{
			position: sticky;
			left: 0;
		}
.rankTable td:last-child {
border-right: none;
}
.rankTable tr:last-child th, .rankTable tr:last-child td{
border-bottom: none;
}
.rankTable th a {
    color: #ffffff;
}
.rank_btn {
    background-color: #c1ebfa;
    padding: 5px 0;
    border-radius: 5px;
    margin: 5px 0;
    line-height: 1.3;
}
.site_btn, .site_btn02{
	display: block;
	width: 80%;
	margin: 5px auto;
	line-height: 1.2;
	padding: 5px;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
    font-size: 12px;
}
.site_btn{
    background-color: #f87b07;
	box-shadow: 0 2px 2px 0 #b53900;
}
.site_btn02{
	background-color: #3dbb00;
	box-shadow: 0 2px 2px 0 #226800;
}
.renakTable td {
		background: #fff6f1;
	}
	.scrollok {
		display: block;
		text-align: center;
		color: #0b4685;
		/*position: absolute;*/
		right: 0;
		left: 0;
		background: #edf5fa;
		width: 100%;
		margin: auto;
	}
	.rankTable table tr th {
		font-size: 0.7rem;
	}
.bgY{
	background-color: #fffce5;
}
.rankTable .ex {
    color: #ff0000;
    font-size: 1.6em;
}
.rankTable .go {
    color: #4c9ac0;
    font-size: 1.6em;
    font-weight: bold;
}
.rankTable .so {
    color: #f5c132;
    font-size: 1.6em;
}
.t_first{
    background: #FFFBE8;
}
span.ex, span.go, span.so, span.but {
    line-height: 30px;
}
@media (max-width: 760px) {
	.rankTable table tr th {
		width: 10%;
	}
	.rankTable a {
		font-size: 12px;
		line-height: 1;
	}
    .rankTable table {
        width: 100%;
    }
	.rankTable {
		border: 5px solid #e1f7ff;
		border-top: 5px solid #e1f7ff;
		width: 100%;
		overflow-x: scroll;
	}
	.scrollok {
		display: block;
		text-align: center;
		color: #0b4685;
		/*position: absolute;*/
		right: 0;
		left: 0;
		background: #edf5fa;
		width: 100%;
		margin: auto;
	}
	.rankTable {
	overflow-x: scroll;
	}
	.rankTable table{
        width: 175%;
	}

	span.name_img01 {
		width: 80%;
		margin-left: 10%;
	}
	span.name_img {
		width: 53%;
		margin-left: 25%;
	}
	.rankTable td,.rankTable th{
		line-height: 1.1;
		height: 40px;
        padding: 6px 5px;
		overflow: hidden;
	}
	.rankTable table img {

		max-width: 70%;
		margin: 0 auto;
	}
}




.pa1{
	padding: 1% !important;
}
.pb2 {
    padding: 2% 0 2% !important;
}
.pa2{
	padding: 2% 0 0 !important;
}
.fwB{
	font-weight: bold;
}
.osusume {
    position: relative;
    padding: 10px 10px;
    background: #ff1c67;
    color: white;
    line-height: 1.3;
    font-size: 21px;
    margin: 40px 0 25px;
    border-right: solid 5px #bb0642;
}

.osusume::before {
    font-weight: bold;
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #ad0039;
}

/*タイトルデザイン*/
.title {
    padding: 2%;
    background-image: linear-gradient(90deg, rgba(12, 101, 177, 1), rgba(66, 176, 229, 1) 90%);
    margin: 10% 0 3% 0;
}
.content h2 {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.4;
    border-left: 3px solid #fff;
    padding: 1% 3%;
}
.content h3, .goods h3 {
    font-weight: bold;
    font-size: 25px;
    padding: 2% 3%;
    border-bottom: 2px solid #0C65B1;
    margin-bottom: 2%;
    margin-top: 6%;
    color: #0C65B1;
    text-align: left;
    background: #e1f7ff;
    line-height: 1.5;
}
.goods h2{
    padding: 0.4em;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 28px;
    padding: 2%;
    background-image: linear-gradient(90deg, rgba(12, 101, 177, 1), rgba(66, 176, 229, 1) 90%);
    margin: 10% 0 3% 0;
    box-shadow: 5px 5px 0px 0px #0b4685;
}
.good_list {
    margin-top: 20px;
    line-height: 1.6;
}
.content h4 {
    border-bottom: solid 3px #f97e11;
    font-size: 18px;
    font-weight: bold;
    color: #494949;
    margin: 40px 0 20px;
    padding: 0 0 5px 0;
}
@media (max-width: 760px) {
    .content h2 {
        font-size: 24px;
        line-height: 1.3;
    }
    .content h3 {
        margin-top: 10%;
        margin-bottom: 2%;
        padding: 1% 3%;
        font-size: 20px;
    } 
	.goods h3 {
		font-size: 18px;
		line-height: 1.5;
	}
}

/*吹き出し*/
.bubble_flex {
    display: flex;
    align-items: center;
}
.bubble_flex img {
    width: 70px;
}
.bubble {
  	position: relative;
    display: inline-block;
    margin: 1.5em 0 1.5em 23px;
    padding: 18px 15px;
    min-width: 120px;
    max-width: 100%;
    font-size: 16px;
    background: #fffcc4;
    border-radius: 10px;
}
.bubble:before {
  	content: "";
    position: absolute;
    top: 50%;
    left: -26px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #fffcc4;
}
.bubble p {
  	margin: 0;
    padding: 0;
    color: #555;
    line-height: 1.3;
}

/*ボタン*/
.btn_flex {
    display: flex;
    align-items: center;
    text-align: center;
	justify-content: space-evenly;
	margin-top: 20px;
}
.btn {
    background: #1ab047;
    border-radius: 20px;
    padding: 10px 20px;
    width: 70%;
    margin: 0 auto;
    border-bottom: solid 5px #096926;
    text-align: center;
	line-height: 1.5;
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 760px){
	.btn_flex a {
		font-size: 15px;
	}
	.btn {
    line-height: 1.3;
	width: 100%;
}
}

/*ボタン02*/
.btn_flex02 {
    display: flex;
    align-items: center;
    text-align: center;
	justify-content: space-evenly;
}
.btn02 {
    background: #1ab047;
    border-radius: 20px;
    padding: 20px 20px;
    width: 30%;
    border-bottom: solid 5px #096926;
    margin: 0 15px 0 0;
}
.btn03 {
    background: #f97e11;
    border-radius: 20px;
    padding: 10px 20px;
    width: 70%;
    border-bottom: solid 5px #BF5900;
}
.btn_flex02 p{
	line-height: 1.5;
	margin-bottom: 0;
}
.btn_flex02 a{
	line-height: 1.5;
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 760px){
	.btn02 {
		padding: 20px 10px;
	}
	.btn03 {
		padding: 10px;
	}
}

/*小さい表*/
.s_table table {
    border: 2px solid #B5B5B5;
    width: 100%;
    margin: 5% auto;
    border-collapse: collapse;
}

.s_table th, .s_table td {
    border: 1px solid #B5B5B5;
    padding: 10px;
    text-align: center;
}

.s_table th {
    background: #e1f7ff;
    color: #202c4c;
    font-weight: bold;
    width: 50%;
}

.s_table tr {
    display: flex;
    flex-wrap: wrap;
}

.s_table tr td, .s_table tr th {
    flex: 1;
    line-height: 1.5;
}
.s_table .line-h {
    line-height: 56px;
}

@media screen and (max-width: 760px) {
    .s_table th, .s_table td {
        font-size: 14px;
    }
}

/*クーポン*/
.coupon {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 40px auto 0;
    width: 100%;
    max-width: 620px;
    padding: 20px 20px;
    text-align: center;
	background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
}
.coupon p{
	margin-bottom: 0;
	color: #ff6000;
	font-weight: bold;
	line-height: 1.5;
}
.price {
  font-size: 30px;
  font-weight: 900;
  color: #f56359;
  text-align: center;
}
.date {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

/* circle-css */

.coupon::before,
.coupon::after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 100%;
  background: #fff;
  left: -15px;
  width: 30px;
  height: 30px;
}
.coupon::before {
  top: -15px;
}
.coupon::after {
  bottom: -15px;
}
.coupon-inner::before,
.coupon-inner::after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 100%;
  background: #fff;
  right: -15px;
  width: 30px;
  height: 30px;
}
.coupon-inner::before {
  top: -15px;
}
.coupon-inner::after {
  bottom: -15px;
}

/*フッター*/
footer{
	background: #eee;
    padding: 35px 0;
	margin-top: 40px;
}
footer a{
	color: #041fb8;
}/*-------- スリック --------*/
.slider .slick-prev:before {
	background: url(../img/prev.png) no-repeat center!important;
    background-size: contain!important;
    width: 100% !important;
    height: 100% !important;
}
.slider .slick-next:before {
	background: url(../img/next.png) no-repeat center!important;
    background-size: contain!important;
    width: 100% !important;
    height: 100% !important;
}
.slick-arrow::before {
    content: ""!important;
    width: 90%!important;
    height: 90%!important;
    position: absolute;
    top: 0;
    left: 0;
}
.slick-arrow {
    z-index: 2!important;
    width: 55px!important;
    height: 55px!important;
}
.slider .slick-prev{
	left: -2%;
	z-index: 2;
}
.slider .slick-next{
	right: -2%;
	z-index: 2;
}
.slick-prev:before, .slick-next:before{
	font-size: 60px !important;
	opacity: 1 !important;
}
.slider img {
    width: 85% !important;
    margin: 0 auto;
}
@media screen and (max-width: 760px){
	.slider img{
		width: 90vw !important;
		margin: 0 9vw 0 8.2vw;
		position: relative;
		overflow: hidden;
	}
	.slick-prev:before, .slick-next:before {
		font-size: 26px !important;
	}
	.slick-arrow {
		width: 30px!important;
		height: 30px!important;
	}
	.slider .slick-next {
		right: -1%;
	}
	.slider .slick-prev{
		left: -1%;
	}
}

/*コンテンツ*/
.btn04{
	background: #f97e11;
    border-radius: 20px;
    padding: 10px 20px;
    border-bottom: solid 5px #BF5900;
	text-align: center;
	width: 80%;
    margin: 0 auto;
}
.btn04 p{
	margin-bottom: 0;
}
.btn04 a{
	text-decoration: none;
	color: #fff;
}

.goods_ttl {
    background: #f26608;
    padding: 0.4em;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    margin-top: 40px;
}
.goods_ttl p{
	margin-bottom: 0;
}
.nobi_ttl {
    background: #4c9ac0;
    padding: 0.4em;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    margin-top: 40px;
}
.nobi_ttl p{
    margin-bottom: 0;
}

/*CAT*/
@keyframes fuwafuwa {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-20px);
    }
  }
  
  .anime-fuwafuwa {
    animation: 3s fuwafuwa infinite;
  }
  
  
  /* 追加スライダー */
  .slider-container {
    width: 100%;
    margin: 0 auto;
}
.slick-slide {
    padding: 2px;
}
#thumbs .slick-current img {
    border: 3px solid #000;
}
.slick-prev, .slick-next {
    z-index: 2;
}
.slick-prev {
    left: 0 !important;
}
.slick-next {
    right: 0 !important;
}