@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: #ff0000;
}
.fcO{
	color: #f97e11;
}
.fcB{
	color: #247fc5;
}
.fsS{
	font-size: 10px;
    vertical-align: top;
}
.fs21{
	font-size: 21px;
}
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;
}
.taR{
	text-align: right;
}
.taR a{
	color: #247fc5;
}
b{
	font-weight: bold;
}
a{
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
	.wrapper{
		box-shadow: none;
	}
}

 /* 目次 */
.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 {
	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: 14px;
	}
	input[type=checkbox]:checked ~ .expand {
		max-height: 545px;
	}
}

/*編集者*/
.editor_flex{
	margin: 1.5em 0;
    overflow: hidden;
    display: flex;
    background: #fff;
    padding: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    border-radius: 10px;
    font-size: 13px;
    align-items: center;
    justify-content: center;
}
.editor_img img{
	box-sizing: border-box;
    width: 55px;
    max-width: 55px;
    height: 55px !important;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 !important;
}
.editor_item p{
	display: block;
    position: relative;
    margin: 0 0 0 10px;
}
.name{
    font-size: 10px;
    color: #808080;
    text-align: center;
}

/*-------------比較表-------------*/
.rankTable {
    border: 10px solid #fce8ed;
    border-top: 10px solid #fce8ed;
    border-width: 10px;
    box-sizing: border-box;
    background: #ffffff;
	margin: 0 auto;
	overflow-x: scroll;
	width: 100%;
}
.rankTable table {
	border-collapse: collapse;
    table-layout: fixed;
    color: #222;
    text-align: center;
	width: 1700px;
}
.star_orenge{
   color: #ff7510; 
}
.rankTable table img {
    max-width: 85%;
    margin: 0 auto;
}
.rankTable a {
    color: #ee4f81;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.2;
}
.rankTable table tr {
	border-top: 1px solid #cdd4d0;
}
.rankTable table tr th {
    background: #fff;
    color: #fff;
    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: #cdd4d0;
}
.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: #ea7397;
	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: #ea7397;
}
.site_btn02{
	display: block;
	width: 80%;
	margin: 5px auto;
	line-height: 1.2;
	padding: 5px;
	border-radius: 5px;
	background-color: #3dbb00;
	box-shadow: 0 2px 2px 0 #226800;
	color: #fff;
	font-weight: bold;
    font-size: 12px;
}
.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;
}
span.ex, span.go, span.so, span.but {
    line-height: 30px;
}
@media (max-width: 760px) {
	.rankTable table tr th {
		width: 5%;
	}
	.rankTable a {
		font-size: 12px;
		line-height: 1;
	}
    .rankTable table {
        width: 100%;
    }
	.rankTable {
		border: 5px solid #fce8ed;
		border-top: 5px solid #fce8ed;
		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: 1700px;
	}

	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: 2px;
		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;
}

/*タイトルデザイン*/
.content h2 {
 	background: linear-gradient(135deg, #ff6c93 30%, #fedc37);
    padding: 0.8em;
    color: #fff;
    font-weight: bold;
    margin: 40px 0 20px;
    font-size: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
	line-height: 1.5;
}
.content h3 {
	font-weight: bold;
    border-bottom: solid 3px #ea7397;
    padding: 0.6em 0 0.6em 0.5em;
    margin: 40px 0 20px;
    font-size: 18px;
    background: #fce8ed;
    color: #313131;
    line-height: 1.4;
}
.content02 h2 {
 	background: linear-gradient(135deg, #ff6c93 30%, #fedc37);
    padding: 0.8em;
    color: #fff;
    font-weight: bold;
    margin: 40px 0 20px;
    font-size: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
	line-height: 1.5;
}
.content02 h3 {
	font-weight: bold;
    border-left: solid 3px #ea7397;
    padding: 0.6em 0 0.6em 0.5em;
    margin: 40px 0 20px;
    font-size: 18px;
    background: #eee;
    color: #313131;
    line-height: 1.4;
}
.goods01 h2{
	background: linear-gradient(45deg, #966500 0%, #d7af11 45%, #f6edcb 70%, #d7a20a 85%, #c59c3f 90% 100%);
    padding: 2% 0;
    text-align: center;
    margin: 50px 0 0;
	color: #fff;
    font-weight: bold;
    font-size: 30px;
}
.goods02 h2{
	background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #8d8d8d 90% 100%);
    padding: 2% 0;
    text-align: center;
    margin: 50px 0 0;
	color: #fff;
    font-weight: bold;
    font-size: 30px;
}
.goods03 h2{
	background: #34180d;
    padding: 2% 0;
    text-align: center;
    margin: 50px 0 0;
	color: #fff;
    font-weight: bold;
    font-size: 30px;
}
.goods01 h3,.goods02 h3,.goods03 h3 {
	font-weight: bold;
    border-bottom: solid 3px #ea7397;
    padding: 0.6em 0 0.6em 0.5em;
    margin: 40px 0 20px;
    font-size: 18px;
    background: #fce8ed;
    color: #313131;
    line-height: 1.4;
}

@media (max-width: 760px) {
	.goods01 h2,.goods02 h2,.goods03 h2 {
		font-size: 18px;
		line-height: 1.5;
	}
	.content02 h3{
		font-size: 17px;
	}
	.content h2{
		font-size: 19px;
	}
	.goods02 h2{
		margin: 0;
	}
}

/*ボタン02*/
.btn02 {
    background: #1ab047;
    border-radius: 20px;
    padding: 13px 20px;
    width: 70%;
    color: #fff;
    text-align: center;
    border-bottom: solid 5px #096926;
    margin: auto;
	line-height: 1.5;
}
.btn02 a{
    color: #fff;
    font-weight: bold;
}
@media screen and (max-width: 760px){
	.btn02 {
		margin: 0 auto 30px;
		width: 100%;
	}
}

/*小さい表*/
.s_table table{
	border: 2px solid #B5B5B5;
    width: 100%;
    margin: 5% auto;
}
.s_table th {
    border-bottom: 1px solid #B5B5B5;
    background: #fce8ed;
    color: #202c4c;
    width: 35%;
    font-weight: bold;
}
.s_table td {
    border-left: 1px solid #B5B5B5;
    border-bottom: 1px solid #B5B5B5;
    padding: 3%;
    color: #202c4c;
    font-weight: bold;
}
.s_table_flex {
    display: flex;
	align-items: center;
}
.s_table_flex img {
    width: 20px;
	height: 20px
}
.s_table_flex p {
    padding: 0 3% 0 1%;
}
.s_table .ico01 {
    background: #f55151;
    border-radius: 3px;
    padding: 0% 2%;
    color: #fff;
    margin-right: 1%;
	line-height: 2.2;
}
.s_table .ico02 {
    background: #517bf5;
    border-radius: 3px;
    padding: 0% 2%;
    color: #fff;
    margin-right: 1%;
}
.s_table .ico03 {
    background: #45c967;
    border-radius: 3px;
    padding: 0% 2%;
    color: #fff;
    margin-right: 1%;
}
.s_table .ico04 {
    background: #fa82e8;
    border-radius: 3px;
    padding: 0% 2%;
    color: #fff;
    margin: 0;
}
.s_table td a{
	color: #1553e4;
}

@media screen and (max-width: 760px){
	.s_table th {
		width: 40%;
		font-size: 15px;
	}
	.s_table td {
		font-size: 15px;
	}
}

/*フッター*/
footer{
	background: #eee;
    padding: 35px 0;
	margin-top: 40px;
	text-align: center;
	font-size: 13px;
}
footer a{
	color: #00307e;
}

/*-------- スリック --------*/
.voice_slider{
	background: #fce8ed;
    padding: 3%;
}
.voice_ttl{
	background: #fce8ed;
    padding: 2%;
	text-align: center;
	margin: 1% 0;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.voice {
    border: 3px solid #ea7397;
	box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
    padding: 3%;
    width: 570px;
    /*max-width: 600px;*/
    margin: 0px 35px;
    /*height: 200px;*/
}
.voice_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 15px;
    border-bottom: 1px solid #999;
}
.voice_ttl02 {
    color: #ea7397;
    margin: 0 0 10px 0;
}
.scroll{
	color: #999999;
    margin-top: 1px;
    font-size: 14px;
    text-align: center;
}
.slider img {
    width: 10% !important;
    margin: 0 15px 10px 0;
}
@media screen and (max-width: 760px){
	.voice_ttl02 p{
		line-height: 1.5;
	}
	.voice{
		width: 310px;
	}
	.slider img {
		width: 85px !important;
		position: relative;
		overflow: hidden;
	}
	
}

/*矢印アニメーション*/
.arrow{
    width: 50%;
    margin: 40px auto 20px;
}
.arrow_ani {
    animation: move-y 0.5s infinite alternate ease-in-out;
    display: inline-block;
  }
  @keyframes move-y {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(15px);
    }
  }

@media (max-width: 760px) {
	.arrow {
		width: 75%;
		margin: 40px auto 20px;
	}
}

/*ボタンアニメーション*/
.ani {
    width: 100%;
    height: auto;
    animation: purupuru 1.5s infinite;
}
@keyframes purupuru {
    0% {
		transform: translate(0, 0);
	}
	5% {
		transform: translate(0, -5px);
	}
	10% {
		transform: translate(0, 5px);
	}
	15% {
		transform: translate(0, -5px);
	}
	20% {
		transform: translate(0, 5px);
	}
	25% {
		transform: translate(0, -5px);
	}
	30% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(0, 0);
	}
  }