@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Ribeye');
/*reset
---------------------------------------------------*/

*{
    box-sizing: border-box;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img, figure {
	margin: 0;
	padding: 0;
}
ul, ol, li {
	list-style-type: none;
}
th, address {
	font-style: normal;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
img {
	border: 0;
	vertical-align: top;
	height: auto;
	width /***/: auto;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
/** link **/
a:hover, a:active {
	text-decoration: none;
}
strong{font-weight:inherit!important;}
/*初期設定
----------------------------------------------------*/
body {
	min-width: 320px;
	margin: auto;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;/*15px*/
	line-height: 1.5;
	color: #1a1a1a;
	background-color: #fff;
	letter-spacing: 0.1px;
}
#rapper {
	width: 100%;
	overflow: hidden;
}
#header { width: 100%;}
#header .brand { color: #fff;
	font-family:serif;}
#content {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}
#content img, #header img {
	width: 100%;
	height: auto;
}
#header .allsearchitem img{
     width:250px;
}
#header .searchordercontainer img{
    width:20px;
}
#content .ie8 img {
	width: auto;
}
/*clearfix*/
.clearfix {
	clear: both;
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/*layout
----------------------------------------------------*/
#content .update-date {
	color: #fff;
	padding: 4px 10px;
	border-radius: 4px;
}
#content h1:after {
	content: "";
	display: inline-block;
	clear: both;
}
@media only screen and (max-width:799px) {/*スマホ時の設定*/
	#content h1 {
		font-size: 120%;
		line-height: 30px;
		font-weight: bold;
		text-align: left;
		position: relative;
		text-align: center;
		padding-top:0px;
	}
	#content_mv img{
		width: 100%;
		margin: 0 auto;
		text-align: left;
		background: #fff;
	}
#content .w_midle {
    display: block;
    margin: auto;
    width: 55%;
}
#content .w_midle2 {
    display: block;
    margin: auto;
    width: 45%;
}
}
.a_link{
	text-decoration: underline;
}
@media only screen and (min-width:800px) {/*PC時の設定*/
	#content .w_midle{
		display: block;
		margin: auto;
		width:35%;
	}
	
		#content .w_midle2{
		display: block;
		margin: auto;
		width:28%;
	}
}
@media(min-width:500px) {
	#content h1 {
		font-size: 30px; /* 幅が500px以上になるとvw指定は文字が大きくなりすぎるので、サイズを固定する。 */
	}
}


#content h3 {
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.3;
	margin-bottom: 15px;
}
#content h4 {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1;
    margin-bottom: 15px;
    font-family: serif;
    color: #756501;
    background-color: #e6e2df;
    border-radius: 50px;
    margin: 20px 0;
	font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
}
#content .merit h4 {
    background-color: #fff;
	text-align: left;
	padding-left:0 ;
}

#content h5 {
	font-weight: bold;
	line-height: 1.1;
	color: #000;
	margin-bottom: 5px;
}
section {
	margin-bottom: 40px;
}
p {
	margin-bottom: 10px;
	color: #464646;
}
#content figure {
	margin-bottom: 40px;
}
figcaption {
	font-size: 0.9em;
}
.mt40 {
	margin-top: 40px;
}
.mt60 {
	margin-top: 60px;
}
.mt30 {
	margin-top: 30px;
}
.mt20 {
	margin-top: 20px;
}
.mt10 {
	margin-top: 10px;
}
.mR30 {
	margin-right: 30px;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.fsL {
	font-size: 115%;
}
.zap {
	border-top: 2px solid #65c6ff;
	border-left: 2px solid #65c6ff;
	margin-bottom: 20px;
}
.zap th {
	background-color: #effdff;
	border-bottom: 2px solid #65c6ff;
	border-right: 2px solid #65c6ff;
	padding: 6px 10px;
	color: #0754a7;
	font-size: 130%;
}
.zap td {
	border-bottom: 2px solid #65c6ff;
	border-right: 2px solid #65c6ff;
	padding: 14px 20px 10px;
}
.iti{
	text-align: center;
}
#content .w_small{
	display: block;
	margin: auto;
	width: 20%;
}

/*** common parts ***/

.tx-s {
	font-size: 0.9em;/*14px*/
}
.tx-ss {
	font-size: 0.8em;
}
.fwb {
	font-weight: bold;
}
.anno {
    color: #cfcfcf!important;
    /*text-align: right;*/
    font-size: 10px;
}
#content span.note {
	font-size: 12px;/*12px*/
}
#content p.note-btm {
	font-size: 12px;/*12px*/
	margin-top: 20px;
	margin-left: 10px;
}
a.btn {
	display: inline-block;
	cursor: pointer;
	position: relative;
}
a.btn:hover {
	opacity: 0.7;
}
a.btn:active {
	top: 1px;
}
.btn span {
	position: absolute;
	top: 8px;
	right: 4px;
	width: 30px;
	height: 19px;
	margin: auto;
	-webkit-animation: sdb 1.5s infinite;
	animation: sdb 1.5s infinite;
}
@-webkit-keyframes sdb {
	0% {
		-webkit-transform: translate(0, 0);
	}
	40% {
		-webkit-transform: translate(15px, 0);
	}
	100% {
		-webkit-transform: translate(0, 0);
	}
}
@keyframes sdb {
	0% {
		transform: translate(0, 0);
	}
	40% {
		transform: translate(15px, 0);
	}
	100% {
		transform: translate(0, 0);
	}
}

@media screen and (max-width:480px) {
	/*　画面サイズが480px以下の場合、ここのスタイルを読み込む　*/
	.btn span {
		position: absolute;
		top: 8px;
		right: 4px;
		width: 32px;
		height: 19px;
		margin: auto;
		-webkit-animation: sdb 1.5s infinite;
		animation: sdb 1.5s infinite;
	}
}
@media screen and (max-width:320px) {
	#content .space {
		letter-spacing: -5.5px;
	}
}


.slidebar-nav > li.sns3 > a::before{
	content: none;
	display: flex;
}

.gold{
	color: #95851a;
}


/**** footer ****/

.footer {
	text-align: center;
	font-size: 0.7em;
	color: #fff;
	padding: 15px;
	background-color: #bbdeff;
}

/*flex 含む*/

@media only screen and (min-width:800px) {/*PC時の設定*/
	#content {
		width: 800px;/**/
		/*margin: 0 auto;*/
		padding-right: 30px;
		padding-left: 30px;
	}

	.contents {
		width: 800px;
		margin: 0 auto;
		padding-right: 30px;
		padding-left: 30px;
	}
	.pc_v{
		width: 70%;
		display: block;
		margin: auto;
	}
	.oya{
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: space-around;
		margin-top: 10px;
	}
	.oya_s{
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: space-around;
		margin-top: 10px;
	}

	#content .kodo_le{
		display: flex;
		width: 100%;
		border-radius: 10px;
		border: solid 4px #b2976c;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		margin-right: 5px;
	}

	#content .kodo_ri{
		display: flex;
		width: 100%;
		border-radius: 10px;
		border: solid 4px #b2976c;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		margin-left: 5px;
	}
	#content .oya_s .kodo_le{
		display: flex;
		width: 100%;
		border-radius: 10px;
		border: solid 4px #b2976c;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		margin-right: 5px;
	}
	#content .oya_s .kodo_le.last {
		display: flex;
		width: 50%;
		margin-right: 5px;
	}

	#content .oya_s .kodo_ri{
		display: flex;
		width: 100%;
		border-radius: 10px;
		border: solid 4px #ffc6d1;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		margin-left: 5px;
	}
	#content .kodo_le img{
		width: 25%;
		height: 100px;
		padding: 10px 0px 10px 10px;
	}

	#content .kodo_ri img{
		width: 25%;
		height: 100px;
		padding: 10px 0px 10px 10px;
	}
	#content .kodo_le .merit_txt{
		width: 70%;
		margin: 10px 10px 20px 10px;
	}

	#content .kodo_ri .merit_txt{
		width: 70%;
		margin: 10px 10px 20px 10px;
	}

	#content .hikaku .bou{
		width: 30%;
		display: block;
		margin: auto;
	}
	#content .bou2{
		width: 30%;
		display: block;
		margin: auto;
		margin-bottom: 10px;
	}
	#content .mtu20{
		display: block;
		margin: auto;
		width: 60%;
		margin-bottom: 20px;
	}
	#content .kodo2_ri .blue{
		color: #007fff;
		font-size: 2vw;
	}
	#content .kodo2_le .red{
		color: #375799;
		font-size: 2vw;
		text-decoration: underline;
	}
	#content .red{
		color: #b7ad9d;
		font-size: 25px;
	}
	#content .red6{
		color: #375799;
	}
}


.show-sp{display: none;}

.f_ryou{
	font-family: serif;
}
#content .oya h4{
	color: #b2976c;
	margin-bottom: 10px;
}
#content .oya_s h4{
	color: #b2976c;
	margin-bottom: 10px;
}
#content .kodo2_ri .blue{
	color: #ff9f70;
	font-size: 2vw;
}
#content .kodo2_le .red{
	color: #375799;
	font-size: 2vw;
	text-decoration: underline;
}

#content .oya p{
	margin-bottom: 0px;
}
#content .oya_s p{
	margin-bottom: 0px;
}
.pc{
    display:block;
}

.sp{
    display:none;
}

@media only screen and (max-width:800px) {/*スマホ時の設定*/
	#content {
		width: 94%;
	}
	.oya {
		display: flex;
		flex-direction: column;
		margin-top: 8px;
	}
	.oya_s {
		display: flex;
		flex-direction: column;
		margin-top: 8px;
	}
	#content .kodo_le{
		display: flex;
		width: 100%;
		height: 100%;
		border-radius: 10px;
		border: solid 4px #ffd9c7;
		margin-bottom: 10px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}
	#content .kodo_ri{
		display: flex;
		width: 100%;
		height: 100%;
		border-radius: 10px;
		border: solid 4px #ffd9c7;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}
	#content .oya_s .kodo_le{
		display: flex;
		width: 100%;
		height: 100%;
		border-radius: 10px;
		border: solid 4px #ffc6d1;
		margin-bottom: 10px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}
	#content .oya_s .kodo_ri{
		display: flex;
		width: 100%;
		height: 100%;
		border-radius: 10px;
		border: solid 4px #ffc6d1;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}
	#content .kodo_ri img{
		width: 25%;
		height: 25%;
		padding: 10px 0px 10px 10px;
	}
	#content .kodo_le img{
		width: 25%;
		height: 25%;
		padding: 10px 0px 10px 10px;
	}
	#content .kodo_le .merit_txt{
		width: 70%;
		margin: 10px;
	}

	#content .kodo_ri .merit_txt{
		width: 70%;
		margin: 10px;
	}
	#content .hikaku .bou{
		width: 70%;
		display: block;
		margin: auto;
	}
	.bou2{
		width: 70%;
		display: block;
		margin: auto;
		margin-bottom: 10px;
	}
	th{
		font-size: 0.9em;
	}
	#content .kodo2_ri .blue{
		color: #ffaf88;
		font-size: 5vw;
		letter-spacing: -2px;
	}
	#content .kodo2_le .red{
		color: #375799;
		font-size: 5vw;
		letter-spacing: -3px;
		text-decoration: underline;
	}
	#content .red{
		color: #b7ad9d;
		font-size: 25px;
	}
	#content .red6{
		color: #375799;
		font-size: 20px;
	}
	#content h1 {
		font-size: 26px;
		line-height: 30px;
		font-weight: bold;
		text-align: left;
		position: relative;
		text-align: center;
		padding-top: 0px;
	}
    #content .w_small {
        display: block;
        margin: auto;
        width: 40%;
    }
    .sp{
        display:block;
    }
    .pc{
        display:none;
    }
}


.small{
	font-size: 15px;
}
#content .small2{
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	padding: 4px;
}




.oya2 {
	display: flex;
	flex-direction: nowrap;
	margin-top: 8px;
}
#content .kodo2_le{
	display: flex;
	width: 100%;
	height: 100%;
	margin-right: 4px;

}
#content .kodo2_ri{
	display: flex;
	width: 100%;
	height: 100%;
	margin-left: 4px;

}
.space{
	letter-spacing: -3.5px;
}
.souhyou{
	padding-bottom:4px;
}
.souhyou2{
	display: block;
	margin: auto;
	border-radius: 20px;
}

.dm{
	display: block;
	margin: auto;
	width: 100%;
	height: 100%;
}

.mtu20{
	margin-bottom: 20px;
}

.green {
	background-color: #d4e7f4;
	font-weight: bold;
	color: #747474;
	border-bottom: solid 1px;
	font-family: serif;
	font-size: 15px;
	text-align: center;
}

#content th{
	text-align: center;
	width: 180px;
	height: 40px;
	border: solid 2px #a4c4e2;
}
td{
	border: solid 2px #a4c4e2;
	padding: 3px;
}
.matome{
	margin-top: 200px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	width: 100%;
}


th.l{
	color: #fff;
	background-color: #fba8b9;
	font-weight: bold;
}
#content .table .fo p{
	font-size: 30px;
}
th.r{
	color: #fff;
	background-color: #ffb490;
	font-weight: bold;
}
#content .table p{
	font-size: 22px;
	margin: 0;
	line-height: 1.2;
}
#content .table .vgood p{
	color: red;
	line-height: 0.6;
	margin: 3px 0 3px 0;
}
#content .table .good p{
	color: orange;
}
#content .table .so p{
	color: blue;
}
.table .y {
	background-color: #ffffe6;
}
.table .b {
	background-color: #fff4ef;
}

#content .blue{
	color: #0085ff;
}
#content .blue2{
	color:#ffaf88;
	font-size: 25px;
}
#content h7{
	font-size: 23px;
	text-align: center;
	display: block;
	margin: auto;
	margin-top: 40px;
}
#content h6{
	font-size: 22px;
}
#content .green p{
	width: 70%;
	float: right;
	right: -20%;
	top:-40%;
	position: relative;
	background: none;

}

.mark {
	font-weight: bold;
	    background: #f2e3e4;
}



.titlecontainer{
	width: 960px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.maincontainer {
	width: 960px;
	margin: auto;
}


.titleimg {
	padding:  20px 0 10px ;
	text-align: center;
	background-color: #e3f1fb;
	/* background-image: radial-gradient(#fff 10%, transparent 20%), radial-gradient(#fff 10%, transparent 20%);*/
	background-size: 20px 20px;
	background-position: 0 0, 10px 10px;
	margin-bottom: 35px;
}

.headertop{
	width: auto;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 15px;
	margin-top: 0px;/* 5px・*/
	color: #FFF;
	padding-left: 0;/* padding-left: 35px;・*/
	overflow: hidden;
	padding-top: 0px;/* 7px・*/
	padding-bottom: 7px;
}
.main {
	font-size: 18px;
}
.graybg {
	background-color: #f6f6f6;
	padding: 15px 15px 30px 15px;
	margin-bottom: 60px;
}


@media screen and (max-width: 575px) {
	.graybg {
		background-color: #f6f6f6;
		padding: 15px 15px 20px 15px;
		margin-bottom: 20px;
	}
}


.nmlbox {
	/* border: 2px solid #CCCCCC;・*/
	padding: 20px 15px 30px 0;
	/* margin-top: 25px;*/
}
.borderdot2{
	border-top: dotted 2px #999;
	margin: 5px 10px 10px 10px;
}

.searchtable{
	border-collapse:collapse;
	font-size: 15px;
	line-height: 25px;
	border: none !important;
}


.searchtable, tr, td, th{
	border: 1px solid #cfcfcf;
    padding-left: 3%;
}
.searchtable .searchtabletitle{
	background-color: #f6f6f6;
	min-width:120px;
}
.searchtable .searchcenter{
	text-align: center;
}
.searchtable .searchbutton{
	background-color: #b2976c;
	border: none;
	color: white;
	padding: 10px 50px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	line-height:15px;
	margin-top:10px;
}
.searchbox {
	font-size:15px;
	padding: 5px;
	border: 1px solid #DDD;
	border-radius: 5px;
	width: 80%;
}
.selectdesign{
	padding: 0;
	height: 30px;
	border: 1px solid #999;
	background: #eee;
	background: right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
}
.myfooter {
	width: 100%;
	margin: auto;
	line-height: 65px;
	color: #fff;
	background-color: #1e71d7;
	text-align: center;
}
.formcontainer{
	text-align: center;
	margin: auto;
	margin-bottom:20px;
}
.searchform {
	display: inline-block;
	text-align: left;
	width: 435px;
}
.allsearchitem{
	margin-top: 20px;
}
.eachobject{
}
.objecttable{
	border:2px solid #ccc;
	text-align:center;
	margin: auto auto 50px auto;
	width: 95%;
}
.objecttable tr, td{
	border:none;
}
.objecttitle{
	font-size:24px;
	font-weight:bold;
	text-align: center;
	width: 95%;
	margin: 0 auto;
	background-color: #b2976c;
	border: 1px solid #cfcfcf;
	color: #fff;
}
.objectimg p{
	text-align: center;
}
.objectmaintext {
	font-size:20px;
	font-weight: bold;
}
.thisinfotable {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}
.thisinfotable td,th {
	border: 1px solid #cfcfcf;
	font-size: 15px;
	line-height: 20px;
}

@media screen and (max-width: 575px) {
	.thisinfotable td,th {
		font-size: 12px;
		line-height: 20px;
	}
	.searchform {
		width: 80%;
	}
}
.thisinfotable th {
	width: 250px;
	background-color: #ece9e5;
}
.thisinfotable td {
	text-align: left;
}
.searchordertable{
	width: 80%;
	margin: auto;
}
.searchordercontainer dd{
	display: inline-block;
	margin-left: 20px;
	margin-top:0px;
	line-height: 20px;
}
.searchordercontainer a{
	text-decoration: none;
}
.rnk2item {
	width: 100%;
	table-layout:auto;
	border:solid 1px #CCC;
	margin-bottom: 20px;
}

/* スマホ用 */
@media screen and (max-width: 575px) {
	.rnk2item {
		border:none;
	}
}

.ttable {
	width:100%;
	margin: 0px;
	padding: 0px;
	border:none;
	table-layout:fixed;
}
.ttable th, .ttable td {
	padding: 8px;
	line-height:130%;
	text-align: center;
	border:none;
	border-right:dotted 1px #CCC;
}

.ttable th {
	background-color: #ffdfff
}
.timg {
	padding:30px 10px;
}
.timg img {
	max-width: 200px;
	height: auto;
}
.tdsec {
	padding-top: 30px;
	padding-bottom: 30px;
}
.bottomprivacy {
	line-height: 80px;
	text-align: center;
	font-size: 12px;
}

/*迚ｹ螳壼膚蜿門ｼ輔・繝ｼ繧ｸ*/
#container {
	width: 960px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(./img/cnt_bg.png);
	background-repeat: repeat-y;
}
.tokusho {
	font-size: 13px;
	border-collapse: collapse;
	margin-top: 40px;
	margin-bottom: 40px;
}
.tokusho th {
	background-color: #E3E3E3;
	width: 30%;
	border: solid 1px #CCC;
}
.tokusho td {
	border: solid 1px #CCC;
	text-align:left;
	padding: 10px;
}
.imgright{
	float: right;
}
.imgleft{
	float: left;
}
.rankimg{
	float:left;
	width:30%;
}
.rankimg img{
	width:80%;
}
.rankword{
	float:right;
	width:70%;
}
.rankword p{
	margin-bottom: 15px;
}
.messagelineheight {
	line-height: 35px;
}
.imgadjust {
	width:auto;
}
.ttitle {
	line-height:30px;
}

/*逕ｻ蜒上・蜀咏悄*/
.img1{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	width:55%;
	padding-bottom: 0px;
}
.img2{
	width:600px;
}
.img3{
	width: auto;
}
.img4{
	width:400px;
}
.img5{
	width:540px;
}
.img6 {
	width: 265px;
}
.img7 {
	width: 300px;
}
.img8 {
	width: 300px;
}

.toptitleletter {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-bottom:16px;
	padding: 3px 0;
	/*line-height: 50px;*/
	/*01acd8
	1e71d7
	color: #01acd8;
	background: -webkit-linear-gradient(top, #01acd8, #1e71d7);*/
	background: #333;
	background: -webkit-linear-gradient(top, #01acd8, #1e71d7);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
.toptitleletter2 {
	margin-bottom: 10px;
	color: #FF0A7A;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
}

/* スマホ用 */
@media screen and (max-width: 575px) {
	.toptitleletter2 {
		margin-bottom: 5px;
	}
}

.Hontouniosusume{
	text-align:center;
	font-size:36px;
	color:#FF0000;
}
.tablecompare {
	border:solid 1px #CCC;
	text-align:center;
	width:100%;
	border-collapse:collapse;
	font-size:13px;
	margin-bottom: 20px;
}
.tablecompare th, .tablecompare td{
	border:solid 1px #CCC;
	padding:10px 0;
}
.tablecompare th{
	width:7%;
	text-align:center;
}
.tablecompare .imgitem {
	width: 70%;
}
.tablecompare .imgcircle {
	/*width: 25%;*/
}


@media screen and (max-width: 575px) {
	.tablecompare .imgcircle {
		width: 25%;
	}
}


.tablecompare p {
	line-height:normal;
}
.tablecompare .titlewidth {
	/*width:150px;*/
	color:#FF0A7A;
}


/*font縺ｮ螟ｧ縺阪＆*/
.fontPC32SP20 {
	font-size: 32px;
}
.fontPC32SP18 {
	font-size: 32px;
}
.fontPC18SP12 {
	font-size: 18px;
}
.fontsizebig1 {
	font-size: 32px;
}
.fontsizebig2 {
	font-size: 28px;
}
.fontsizemid1 {
	font-size: 24px;
}
.fontsizemid2 {
	font-size: 22px;
}
.fontsizemid3 {
	font-size: 18px;
}
.fontsizenormal {
	font-size:16px;
}
.fontsizesmall{
	font-size:13px;
}
.fontblue {
	color: #0000FF;
}
.fontred {
	color: #FF0A7A;
}
.fontpurple{
	color: #1e71d7;
}
.fontyellow{
	color: #EDA900;
}
.fontbold {
	font-weight: bold;
}
.fontunder {
	text-decoration: underline;
	color: #FF0A7A;
}

.fontunder2 {
	color: #46daff;
}

.fontunder2 {
	text-align: center;
	font-weight: bold;
	color: #46daff;
	font-size: 36px;
}

@media screen and (max-width: 575px) {
	.fontunder2 {
		text-align: center;
		font-weight: bold;
		color: #46daff;
		font-size: 19px;
	}
}


.fontunder2 a{
	color: #46daff;

}

.fonthighlight {
	background: linear-gradient(transparent 80%, yellow 70%);
	/*background-color: #ffff00;
	text-decoration: underline;*/
}

/* スマホ用 */
@media screen and (max-width: 575px) {
	.fonthighlight {
		background: linear-gradient(transparent 86%, yellow 70%);
		/*background-color: #ffff00;
		text-decoration: underline;*/
	}
}

.fontcenter {
	text-align: center;
}

/*莉･荳輝C繧医ｊ蟆上＆縺・判髱｢逕ｨ*/
@media only screen and (max-width: 800px){

	.contents {
		padding: 20px 2%;
		border: none;
		background-color: #fff;
	}
	.titlecontainer{
		width: 96%;
		margin: auto;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.maincontainer {
		width: 96%;
		margin: auto;
	}
	.myfooter {
		width: 100%;
		margin: auto;
		line-height: 30px;
		color: #fff;
		background-color: #1e71d7;
		text-align: center;
		font-size: 16px;
	}
	.imgright{
		float: none;
		width: 50%;
	}
	.imgleft{
		float: none;
		width: 40%;
	}
	.imgSPcenter{
		text-align: center;
	}

	.rankimg{
		float:none;
		width:100%;
		text-align: center;
	}
	.rankimg img{
		width:80%;
	}
	.rankword{
		float:none;
		width:100%;
		text-align: center;
	}
	.messagelineheight {
		line-height: 25px;
	}
	.imgadjust {
		width:50%;
	}
	.main {
		font-size: 16px;
	}
	.nmlbox {
		border: 2px solid #CCCCCC;
		padding: 15px 15px 30px 15px;
		margin-top: 30px;
		line-height: 30px;
	}

	/* スマホ用 */
	@media screen and (max-width: 575px) {
		.nmlbox {
			padding: 15px 0;
		}
	}

	.height12 {
		line-height:12px;
	}
	.ttable th, .ttable td {
		padding: 5px;
		line-height:130%;
		text-align: center;
		border:none;
		border-right:dotted 1px #CCC;
	}
	#contents {
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 0px;
	}
	#container {
		width: 98%;
		margin: auto;
		padding-top: 0px;
		padding-right: 5px;
		padding-bottom: 0px;
		padding-left: 5px;
		background-image: url(./img/cnt_bg.png);
		background-repeat: repeat-y;
	}

	/*逕ｻ蜒上・蜀咏悄*/
	.img1{
		margin-top: 0px;
		margin-right: 10px;
		margin-bottom: 0px;
		margin-left: 10px;
		width:80%;
		padding-bottom: 0px;
	}
	.img2{
		width: 100%;
	}
	.img3{
		width: 70%;
	}
	.img4{
		width: 70%;
	}
	.img5{
		width: 100%;
	}

	@media screen and (max-width: 575px) {
		.img5{
			width: 88%;
		}
	}


	.img6 {
		width: 40%;
	}
	.img7 {
		width: 60%;
	}
	.img8 {
		width: 100%;
	}
	.imgBtn{
		width: 98%;
		text-align: center;
		margin: 0 auto;
		padding: 0;
	}

	@media screen and (max-width: 575px) {
		.imgBtn{
			width: 88%;
			text-align: center;
			margin: 0 auto;
			padding: 0;
		}
	}

	.toptitleletter {
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		line-height: 20px;
	}

	@media screen and (max-width: 575px) {
		.toptitleletter {
			line-height:1.4em;
			margin-bottom: 0px;
		}
	}

	.toptitleletter2 {
		color: #FF0A7A;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		line-height: 30px;
	}
	.thisinfotable th {
		width: 120px;
	}
	.Hontouniosusume{
		text-align:center;
		font-size:28px;
		color:#FF0000;
	}

	.tablecompare .titlewidth {
		width:60px;
	}



	.fontPC32SP20 {
		font-size: 20px;
	}
	.fontPC32SP18 {
		font-size: 18px;
	}
	.fontPC18SP12 {
		font-size: 12px;
	}

	.fontsizebig1 {
		font-size: 20px;
	}
	@media screen and (max-width: 575px) {
		.fontsizebig1 {
			line-height: 1.5;
			font-size: 1.0em;
		}
	}

	.fontsizebig2 {
		font-size: 20px;
	}
	.fontsizemid1 {
		font-size: 20px;
	}

	@media screen and (max-width: 575px) {
		.fontsizemid1 {
			font-size: 18px;
		}
	}

	.fontsizemid2 {
		font-size: 20px;
	}
	.fontsizemid3 {
		font-size: 18px;
	}
	.fontsizenormal {
		font-size:16px;
	}

	@media screen and (max-width: 575px) {
		.fontsizenormal {
			font-size:0.8em;
		}
	}



	.fontsizesmall{
		font-size:13px;
	}
}

.headertop{
	position: relative;/*相対配置*/
}

.headertop h1{
	position: absolute;/*絶対配置*/
	color: white;/*文字は白に*/
	top: 17px;
	left: 30px;
	font-size: 18px;

}

.headertop img{
}


.snsWrap{
	display: flex;
	width: 100%;
	margin: 0 auto 15px;
	cursor: pointer;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, Verdana, "游ゴシック", YuGothic, sans-serif;
}

.tr{
	width:25%;
	background-color: #55acee;
	color: #ffffff;
	text-align: center;
	display: table-cell;
	padding: 5px 0;
}

.tr img{
	width: 10%;
	padding: 5px 0 0;
	margin: 0 auto;
	display: table-cell;
}

.fb{
	width:25%;
	background-color: #3b5998;
	color: #ffffff;
	text-align: center;
	display: table-cell;
	padding: 5px 0;
}

.fb img{
	width: 10%;
	margin: 0 auto;
	display: table-cell;
}

.ln{
	width:25%;
	background: #00c300;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding: 5px 0;
}

.ln img{
	width: 10%;
	margin: 0 auto;
	display: table-cell;
}

.hb{
	width:25%;
	background: #00a4de;
	color: #ffffff;
	text-align: center;
	display: table-cell;
	padding: 5px 0;
}

.hb img{
	width: 10%;
	margin: 0 auto;
	display: table-cell;
}

#ftr{
	width: 960px;
	display: flex;
	margin: 0px auto;
}



#ftr ul{
	width: 49%;
	text-align: left;
	margin: 20px auto;
	font-size:12px;
	line-height: 1.5em;
}


#ftr ul{
	width: 49%;
	text-align: left;
	margin: 20px auto;
	font-size:12px;
	line-height: 1.5em;
}

@media screen and (max-width: 575px) {
	#ftr{
		display: block;
		width: 100%;
	}

	#ftr ul{
		width: 100%;
		text-align: left;
		margin: 20px 0 20px 10px;
		font-size:12px;
		padding: 0;
		line-height: 1.5em;
	}


	#ftr ul{
		width: 100%;
		text-align: left;
		margin: 20px 0 20px 10px;
		font-size:12px;
		padding: 0;
		line-height: 1.5em;
	}
}

.oflBtn{
	width: 65%;
	margin: 0 auto;
}

@media screen and (max-width: 575px) {
	.oflBtn{
		width: 95%;
		margin: 0 auto;
		padding: 0;
	}

	.alignnone{
		width:95%;
		margin: 0 auto;
		padding: 0;
	}
}

span.pfont{
	color:#333;
}

img.pt{
	padding: 0;
	vertical-align:bottom;
}

#dBg{
	background-color: #e3f1fb;
	background-size: 20px 20px;
	background-position: 0 0, 10px 10px;
	margin: 10px auto 50px;
	padding: 30px 20px;
	text-align: center;
}

@media screen and (max-width: 575px){
	#dBg{
		margin: 10px auto;
	}
}

h4:first-child{
	margin: 5px 0 10px;
}

h4{
	margin: 40px 0 10px;
	font-size: 1.1em;
	padding: 5px 0 5px 10px;

	border-radius: 10px;
	color: #1e71d7;
	font-weight: bold;
}

.ptTxt{
	font-weight: bold;
	background: linear-gradient(transparent 70%, yellow 0);
}

h5{
	border-radius: 8px;
	text-align: center;

	color: #1e71d7;
	margin-top: 50px;
	font-size: 24px;
	padding-bottom: 10px;
}

@media screen and (max-width: 575px){
	h5 {
		font-size: 1.0em;
		line-height: 1.5;
		padding-bottom: 0;
		margin-top: 25px;
	}
}

/* 点滅 */
.blinking{
	-webkit-animation:blink 0.6s ease-in-out infinite alternate;
	-moz-animation:blink 0.6s ease-in-out infinite alternate;
	animation:blink 0.6s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}

@media screen and (max-width: 575px) {
	.blinking{
		line-height: 1.3em;
	}
}

.nmlbox th p{
	color:white;
}

th#no1{
	width: 12%;
	border-top: 2px solid #FF0A7A;
	border-right: 2px solid #FF0A7A;
	border-left: 2px solid #FF0A7A;
}


.tablecompare th#no1 img.imgcircle{
	width: 50%;
}

img#n1{
	width: 53%;
}

td.pLne{
	border-right: 2px solid #FF0A7A;
	border-left: 2px solid #FF0A7A;
}

td.pLnels{
	border-right: 2px solid #FF0A7A;
	border-left: 2px solid #FF0A7A;
	border-bottom: 2px solid #FF0A7A;
}

.br-sp {
	display: block;
}

@media screen and (max-width: 575px) {
	.br-sp { display:none; }
}

.br-pc {
	display: none;
}

@media screen and (max-width: 575px) {
	.br-pc { display:block; }
}


#mtop60{
	margin-top: 60px;
}

@media screen and (max-width: 575px) {
	#mtop60{
		margin-top: 20px;
	}
}

#arw{
	margin: 30px auto 55px;
}


@media screen and (max-width: 575px) {
	#arw{
		margin: 10px auto 20px;
	}
}


#header .brand {
	font-size: 25px;
	line-height: 54px;
	width: 100%;
}



#header {

	text-align: center;
	height: 60px;

}

#header .brand{
	width: 40%;
	margin: 10px auto;
	line-height: 54px;
}

#header .brand a:hover img{
	filter:alpha(opacity=100); /* IE 6,7*/
	-ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
	-moz-opacity:1; /* FF , Netscape */
	-khtml-opacity:1; /* Safari 1.x */
	opacity:1;
	zoom:1; /*IE*/
}

@media screen and (max-width: 575px) {
	#header .brand{
		width: 82%;
		margin: 5px auto;
		line-height: 54px;
	}
}

#header .brand img{
	width: 100%;
}


input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

.myfooter p#fInfo{
	text-align: center;
}


.spblock{
	display:none;
}
.mB{
	margin-bottom: 10px;
}
@media screen and (max-width: 575px) {
	.myfooter p#fInfo{
		text-align: center;
		line-height: 1.3em;
	}
	.fsS{
		font-size: 0.7em!important;
	}
	.att {
		padding-left: 1em;
		text-indent: -1em;
	}
	.rankword p {
		margin-bottom: 5px;
	}
	.spblock{
		display: block;
	}
	.mB{
		margin-bottom: 20px;
	}
}


/* goto Top */

#r_Img{
	width: 100%;
	height: 84px;
	display: flex;
	flex-flow: row;
	justify-content: space-around;
	position: fixed;
	bottom: 0;
	z-index: 999;

}

#r_Img a.button{
	position: absolute;
	bottom: 0px;
	right: 310px;
}

.br-sp{ display:none; }

@media screen and (max-width: 575px) {
	#r_Img a.button{
		position: absolute;
		bottom: 0px;
		right:0;
	}

	.br-sp{ display:block; }
}

.detail_review_box {
	border: solid 2px #5cbcf9;
	padding: 20px;
	margin-bottom: 20px;
}
.detail_review_box img {
	float: left;
	width: 20%;
	padding-right: 10px;

}
.wrighter_box{
	padding: 10px 2% 5px;
	background: #fff3f9;
	margin-bottom: 20px;
}
.wrighter_box h3 {
	border-bottom: solid #FF0A7A 3px;
	color: #FF0A7A;
}
.wrighter{
	width: 100%;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

}

.wrighter p:last-child{
	width: 70%;

}

.fwB{
	font-weight: bold;
}
@media screen and (max-width: 575px) {
	.wrighter{
		display: inherit;
	}
	.wrighter p{
		text-align: center;

	}

	.wrighter p:last-child {
		width: 100%;
	}
}
.form.sp_close{
	display: none;
}
.OaC_btn {
	display: block;
	width: 323px;
	text-align: center;
	padding: 10px;
	margin: 20px auto;
	background: #92caff;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
	letter-spacing: 0px;
}
@media screen and (max-width: 575px) {
	.OaC_btn {
		width: 100%;
		box-sizing: border-box;
	}
}



/*比較表*/
.rank5_area {
    background: #fff;
}
.rank5_area_inner {
    margin:20px auto 40px;
    padding: 0px;
}
.rank5_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.rank5_list li {
    text-align: center;
    width: 19%;
}

@media (max-width:1200px) {

    .rank5_list li {
        width: 30%;
    }
}
.rank5_list li p {
    margin-top: 10px;
    margin-bottom: 10px;
}
.rank5_list li a {
    color: #767675;
    text-decoration: none;
}
.rank5_list .txt-link{
    background: #040403;
    color: #fff;
    padding: 3px;
    border-radius: 5px;
    line-height: 1.5em;
    padding: 0 3px;
}

.rank_tbl {
    margin-bottom: 0px;
}
.rank_tbl .double_circle {
    background: #fffbe7;
}
.rank_tbl p {
    background: #f3e8d8;
    color: #222222;
    width: 100%;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 8px;
    font-size: 18px;
}
.rank_tbl p span {
    font-size: 11px;
}
.rank_tbl ul {
    display: flex;
    justify-content: space-between;
}
.rank_tbl ul li {
    text-align: center;
    width: calc(100% / 2);
    border-right: 2px solid #d6d1cb;
    border-left:2px solid #d6d1cb;
	border-bottom: none;
    font-size: 16px;
    padding: 10px 10px;
    line-height: 1.5;
}
.rank_tbl:last-of-type ul li {
    border-bottom: 2px solid #d6d1cb;
}
.rank_tbl ul li:first-child {
    border-right:0px solid #d6d1cb;
}
.rank_tbl ul li .vgood-txt {
    font-weight: bold;
    font-size: 15px;
}
.rank_tbl ul li .vgood {
    font-size: 60px;
    color: #bb4a92;
    font-weight: 900;
    line-height: 80px;
}
.rank_tbl ul li .good {
    font-size: 60px;
    color: #fec838;
    font-weight: 900;
    line-height: 80px;
}
.rank_tbl ul li .bad {
    font-size: 60px;
    color: #709514;
    font-weight: 900;
    line-height: 80px;
}
.rank_tbl ul li .worse {
    font-size: 80px;
    color: #546d79;
    font-weight: 900;
    line-height: 80px;
}
/*.rank_tbl ul li:last-child {
border: none;
}*/

.rank_tbl ul.tblheder li{
    border-bottom: 2px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;	
    background: #fbf8f3;
    line-height: 1.2em;
    font-size: 12px;
}
.rank_tbl ul.tblheder li img{
    margin:0px;
    width: 50%
}



.rank_tbl ul.tblheder li a{
    color: #404040;
}

.rank_tbl ul.tblheder li p{
    float:right;
    right:-50%;
    position:relative;
    background: none;
}

.rank_tbl ul.tblheder li{
    border-top: 2px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;}

.rank_tbl ul.tblheder li:nth-child(3){
    border-top: 2px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;}


.rank_tbl ul.tblheder li:nth-child(4){
    border-top: 2px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;}

.rank_tbl ul.tblheder li:nth-child(5){
    border-top: 2px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;}

.rank_tbl ul.tblheder li:nth-child(6){
    border-top: 2px solid #c9c9c9;
    border-right: 2px solid #c9c9c9;
}


.rank_tbl ul.tblheder1 li:nth-child(6){
    border-right: 2px solid #c9c9c9;
}


.rank_tbl ul.tblheder2 li:nth-child(6){
    border-right: 2px solid #c9c9c9;
}

.rank_tbl ul.tblheder3 li:nth-child(6){
    border-right: 2px solid #c9c9c9;
}

.rank_tbl ul.tblheder4 li:nth-child(6){
    border-right: 2px solid #c9c9c9;
}

.rank_tbl ul.tblheder5 li:nth-child(6){
    border-right: 2px solid #c9c9c9;
}

.rank_tbl ul.tblheder6 li:nth-child(6){
    border-right: 2px solid #c9c9c9;
}

.rank_tbl ul.tblheder7 li:nth-child(6){
    border-right: 2px solid #c9c9c9;
}

.rank_tbl ul.tblheder7 li{
    border-bottom: 2px solid #c9c9c9;
}

.rank_tbl ul.tblheder7 li:nth-child(1){
    border-bottom: none;
}




.rank_tbl .rank_cat {
    background: #dff3fe;
    border-bottom: 1px solid #ffffff;
    border-right: 2px solid #c9c9c9;
    border-left: 2px solid #c9c9c9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rank_tbl .rank_cat p{
    color: #95851a;
    font-weight: 600;
    background: none;
    line-height: 1.5em;
    font-size: 14px;
}

@media only screen and (max-width:799px) {/*スマホ時の設定*/
    .rank_tbl ul.tblheder li{
        border-right: none;
        color: #e8529a;
        font-weight: bold;
        font-size:0.9em;
    }
    .rank_tbl ul.tblheder li:nth-child(3) {
        color: #e8529a;
        font-weight: bold;
        border-top: 2px solid #c9c9c9;
        border-bottom: 2px solid #c9c9c9;
        font-size:0.9em;
    }

}

@media (min-width: 800px) {

    .rank_tbl ul.tblheder li{
        border-right:none;
        color: #48bdfb;
        font-weight: bold;
        font-size:1.2em;
    border-right: 1px solid #c9c9c9;
    }

    .rank_tbl ul.tblheder li:nth-child(3){
        color: #48bdfb;
        font-weight: bold;
        border-top: 2px solid #c9c9c9;
        border-bottom: 2px solid #c9c9c9;
        font-size:1.2em;
    }

    .rank_tbl ul.tblheder li:nth-child(4){
        border-right: 2px solid #c9c9c9;
    }

    .rank_tbl ul.tblheder1 li:nth-child(3){
        border-right: 1px solid #c9c9c9;
        border-bottom: 1px solid #c9c9c9;
    }

    .rank_tbl ul.tblheder1 li:nth-child(4){
        border-right: 2px solid #c9c9c9;
    }


    .rank_tbl ul.tblheder2 li:nth-child(3){
        border-right: 1px solid #c9c9c9;
        border-bottom: 1px solid #c9c9c9;
    }

    .rank_tbl ul.tblheder2 li:nth-child(4){
        border-right: 2px solid #c9c9c9;
    }

    .rank_tbl ul.tblheder3 li:nth-child(3){
        border-right: 1px solid #c9c9c9;
        border-bottom: 1px solid #c9c9c9;
    }

    .rank_tbl ul.tblheder3 li:nth-child(4){
        border-right: 2px solid #c9c9c9;
    }

    .rank_tbl ul.tblheder4 li:nth-child(3){
        border-right: 1px solid #c9c9c9;
        border-bottom: 1px solid #c9c9c9;
    }

    .rank_tbl ul.tblheder4 li:nth-child(4){
        border-right: 2px solid #c9c9c9;
    }

    .rank_tbl ul.tblheder5 li:nth-child(3){
        border-right: 1px solid #c9c9c9;
        border-bottom: 1px solid #c9c9c9;
    }

    .rank_tbl ul.tblheder5 li:nth-child(4){
        border-right: 2px solid #c9c9c9;
    }

    .rank_tbl ul.tblheder5 li:nth-child(4){
        border-right: 2px solid #c9c9c9;
    }


    .rank_tbl ul.tblheder6 li:nth-child(3){
        border-right: 1px solid #c9c9c9;
        border-bottom: 1px solid #c9c9c9;
    }

    .rank_tbl ul.tblheder6 li:nth-child(4){
        border-right: 2px solid #c9c9c9;
    }

    .rank_tbl ul.tblheder7 li:nth-child(3){
        border-right: 1px solid #c9c9c9;
        border-bottom: 2px solid #c9c9c9;
    }

    .rank_tbl ul.tblheder7 li:nth-child(4){
        border-right: 2px solid #c9c9c9;
    }
}


.line {
    position: relative;
    padding-bottom: 8px;
    font-weight: bold;
    font-size: 1.0em;
}
.line::after {
    display: block;
    content: "";
    height: 5px;
    background: linear-gradient(to right, #f4dce7, #f194c0);
}
@media only screen and (min-width:800px) {/*PC時の設定*/
    .line {
        font-size:1.2em;
    }
}

#content .tblheder li img {
    margin: 0px;
    width: 50%;
}

#content .rank_tbl ul {
    margin-bottom: 0px;
    color: #463213;
	font-weight: bold;
}
/*比較表*/

.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mb40{
    margin-bottom: 40px;
}


/*比較表サービス*/

.service{
    margin: 20px auto 20px
}
#content .service table th {
    background-color: #e6e2df;
    text-align: center;
    width: 180px;
    height: 40px;
    border: 1px solid #bbbbbb;
}
#content .service table tr:nth-child(1) th:nth-child(1),
#content .service table tr:nth-child(2) th,
#content .service table tr:nth-child(3) th,
#content .service table tr:nth-child(4) th{
    background-color: #375799;
	color: #fff;
}
#content .service table th:nth-child(1){
	width: 22%;
}

.service table td{
   vertical-align: top;
    border: 1px solid #bbbbbb;
    padding: 10px;
    font-size: 0.9rem;
}


/*比較表サービス*/


p.min_text {
    font-size: 0.8rem;
}

@media only screen and (max-width:800px) {/*ｓｐ時の設定*/
.sp_dp_n{ 
    display:none;
}
.pc_dp_n{
    display:block;
}
   #content th {
        width: 35px;
        line-height: 0.9rem;
    }
    
    #content .service table th {
        width: 35px;
    }
    #content .service table th.co_name{
        padding: 3% 0 3% 0;
        background-color: azure;
        width: 35px;
        height: 90px;
        border: 1px solid #bbbbbb;
       
    }
}
@media only screen and (min-width:800px) {/*PC時の設定*/
.pc_dp_n{ 
    display:none;
}
.sp_dp_n{
    display:block;
}
}

#ranking .rank_coment.bad{
    font-size: 2.5rem;
    line-height: 1.5rem;
    color: #777777;
    font-weight: 400;    
}

#ranking span.nomal {
    font-size: 1.6rem;
    line-height: 1.5rem;
    color: #7fcc8c;
    font-weight: 900;
}

#ranking span.maru {
    font-size: 1.6rem;
    line-height: 1.5rem;
    color: #ff9fb2;
    font-weight: 400;
}
#content .gif_box .gif_box_ko{
     display:block;
    width: 31%;
    height:32.2%;
}
#content .gif_box{
    display:block;
    width: 100%;
    height: 100%;
    display: flex; 
    margin: 20px auto;
    align-items: flex-end;
    justify-content: space-between;
}

.gif_box .gif_box_ko:nth-child(1){
   padding: 0 !important;
}
span.vertical {
    writing-mode: vertical-rl;
    line-height: 0.8rem;
}

.vertical span.k_90{
    display:inline-block;
    transform: rotate( -90deg );
    }
    
    .chousa {
    background-color: #fbfbfb;
    padding: 3%;
    border: 2px solid #d6d1cb;
}

#content .chousa p {
    font-size: 0.9rem;
        margin-bottom: 0px;
}
/* 210402 */
.experience{
    margin: 30px auto;
	background-color: #f8f4f7;
	padding: 5% 3% 7%;
}
.experience img{
    margin-bottom: 10px;
}
.experience .mark {
    font-weight: bold;
    background: #feffe2;
}

.review_area{
    background-color: #eaccce;
    box-sizing: border-box;
    padding: 20px;
}
.experience .review_box{
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px 30px;
    border-radius: 15px;
    margin-bottom: 15px;
}
.experience .review_box:last-child{
    margin-bottom: 0;
}
.experience .review_box .review_ttl{
    display: flex;
    align-items: center;
}
.experience .review_box .review_ttl img{
    width: 15% !important;
    margin-right: 15px;
}
.experience .review_box .review_ttl p{
    font-weight: bold;
}
.experience .ex_cta{
    display:block;
    text-align:center;
    margin: 35px auto 0;
}
.experience a{
    padding: 15px 100px;
    border-radius: 100px;
    /*background: linear-gradient(to bottom, #fed9c6 0%, #ffcfd8 100%) !important;*/
    color: #af0040;
    font-size: 26px;
    text-decoration: none;
    font-family: serif;
    font-weight: bold;
    text-shadow: 2px 2px 2px #fff;
}
.ex_cta a {
    padding: 15px 100px;
}

.bubbleSpeech{
    position: relative;
    margin-top: 50px;
}
.bubbleSpeech::before{
    content: 'キャンペーン中';
    color: #fff;
    font-weight: normal;
    padding: 15px 30px;
    background-color: #92caff;
    border-radius: 100px;
    position: absolute;
    bottom: 125%;
    right: 0;
}
.bubbleSpeech::after{
    content: '';
    position: absolute;
    bottom: 85%;
    right: 10%;
    border: 12px solid transparent;
    border-top: 12px solid #92caff;
    border-left: 12px solid #92caff;
}

@media screen and (max-width:760px){
    .review_area{
        padding: 10px;
    }
    .experience h2{
        font-size: 19px;
    }
    .experience .review_box{
        padding: 10px;
    }
    .experience .ex_cta{
        margin-top: 20px;
    }
    .experience .ex_cta a{
        display: block;
        padding: 15px 0;
    }
}

div#voice.experience{
	background-color: #eaccce;
    padding: 2% 3% 7%;
}

.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  left: 0;
  width: 8em;
  margin: auto;
  border-radius: 2px;
  background: #555555;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
  margin-top: 4em;
}
.grad-btn:hover {
  background: #fff;
  color: #555555;
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 95px; /*隠した状態の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(234,204,206,0) 0%, rgba(234,204,206,0.9) 50%, rgba(234,204,206,0.9) 50%, #eaccce 100%);
  background: linear-gradient(to bottom, rgba(234,204,206,0) 0%, rgba(234,204,206,0.9) 50%, rgba(234,204,206,0.9) 50%, #eaccce 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked + .grad-btn {
  display: none; /*チェックされていたら、grad-btnを非表示にする*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

@media screen and (max-width: 760px){
    .review_area{
        overflow: scroll;
        height: auto;
    }
    .review_area_inner{
        width: 930px;
        display: flex;
        align-items: flex-start;
    }
    .experience .review_box{
        width: 300px;
        height: 340px;
        margin-right: 10px;
    }
}
@media screen and (min-width: 640px){
	#content .btn-border img {
    width: 55%;
}
}

@media only screen and (min-width:640px) {
img.icon {
    width: 17% !important;
    display: block;
    margin: auto;
    margin-left: 0;
}
.balloon1{
  position: relative;
  padding: 15px;
  background-color: #f5e4e6;
  border-radius: 10px;
  width: 74%;
  font-size: 18px;
  color: #172d5b;
}
.hukidashi {
    display: flex;
    width: 80%;
    justify-content: space-between;
    margin:auto;
    margin-bottom: 40px;
}
}
@media only screen and (max-width:640px) {
img.icon {
    width: 26% !important;
    display: block;
    margin: auto;
    margin-left: 0;
}
.balloon1{
  position: relative;
  padding: 15px;
  background-color: #f5e4e6;
  border-radius: 10px;
  width: 60%;
  font-size: 15px;
}
.hukidashi {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 40px;
}
}
.balloon1::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -19px;
    top: 38px;
    border-right: 27px solid #f5e4e6;
    border-top: 10px solid transparent;
    border-bottom: 15px solid transparent;
}


h2:after {
  bottom: 0;
}

.ps_img03_1{
    padding: 0!important;
}

.ecsite {
    position: relative;
    margin: 8% auto;
}
.ecsite a {
   position: absolute;
    margin: auto;
    width: 550px;
    left: 0;
    right: 0;
    bottom: 8%;
    text-align: center;
    background: #e37299;
    color: #fff;
    vertical-align: middle;
    padding: 3%;
    border-radius: 999px;
    font-size: 2rem;
    text-decoration: none;
    box-shadow: 0px 6px 16px -6px rgba(0,0,0,0.6);
    border: 2px solid #fff;
}

@media screen and (max-width:760px){
    .ecsite a {
         width: 278px;
         font-size: 1.4rem;
         bottom: 6%;
    }
}

#content h3.summary {
    color: #bc2056;
    margin-bottom: 0;
    font-size: 20px;
}
#content img.bou.summary{
	width: 30%;
	display: block;
	margin: auto;
	margin-bottom: 20px;
}

@media only screen and (max-width: 800px){
	#content img.bou.summary {
		width: 70%;
	}
}

.accordion-003 {
	margin: 3% auto;
    margin-bottom: 7px;
}

.accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
	background-color: #af9e36;
	border-radius: 5px;
}
.accordion-003 span.beige{
	color: #d6d1cb;
}

.accordion-003 summary::-webkit-details-marker {
    display: none;
}

.accordion-003 summary::before,
.accordion-003 summary::after {
    width: 2px;
    height: .9em;
    background-color: #fff;
    content: '';
}

.accordion-003 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-003 summary::after {
    transition: rotate .3s;
}
.accordion-003 summary span {
	font-size: 20px;
    margin: auto;
}

.accordion-003[open] summary::after {
    rotate: 90deg;
}

.accordion-003 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
	margin-bottom: 0!important;
    padding: .3em 2em;
    color: #817117;
    transition: transform .5s, opacity .5s;
}
.accordion-003[open] div {
	padding: 10px 0;
	border: 4px solid #af9e36;
	border-radius: 0 0 5px 5px;
	/* background-color: aliceblue; */
}

.accordion-003[open] p {
    transform: none;
    opacity: 1;
}
.accordion-003[open] p a {
	color: #887b29;
	display: inline-block;
    margin-left: 5px;

}
.accordion-003[open] summary {
	border-radius: 5px 5px 0 0;
}
@media only screen and (max-width: 800px){
	.accordion-003 p {
		padding: 0.3em 0.0em 0.3em 0.8em;
		font-size: 15px;
	}
	.accordion-003 summary {
		padding: 0.5em 2em;
	}
}
/*250704*/
.wrapper{
    width: 100%;
    max-width: 800px;
    margin-inline: auto;
    overflow-x: hidden;
}
.mv img{
    display: block;
    width: 100%;
    object-fit: contain;
}
.accordion-003 summary{
    background-color: #c1b5a7;
}
#content h1{
    margin: 50px auto 10px;
    line-height: 40px;
}
#content .w_small{
    width: 100%;
}
.accordion-003[open] div{
    border-color: #c1b5a7;
}
.accordion-003[open] p a{
    color: #222;
}
.pink{
    color: #d57d8b;
	font-weight: bold;
}
.rank_tbl ul.tblheder li{
    background-color: #224181;
    border-radius: 20px 20px 0 0;
    color: #fff;
    border: none;
    padding: 15px 0;
}
.rank_tbl .rank_cat{
    background-color: #f4e8da;
    padding: 5px 0;
}
.rank_tbl .rank_cat p{
    color: #d57d8b;
}

#content .oya_s .kodo_le,
#content .oya_s .kodo_ri{
    box-shadow: none;
    border: 4px double #c0b8ae;
	
	border-radius: 0px 30px 0 30px
}
#content .oya_s h4{
    color: #b2976c;
	line-height: 1.7rem;
	padding:0px;
	margin: 10px 0 10px;
}
.experience h2 img{
    position: absolute;
    width: 20%;
    max-width: 100px;
    bottom: 0;
    left: 2%;
    margin: 0;
}
#content .hikaku .bou{
    width: 85%;
}
#content .blue{
    color: #375799;
}
.OaC_btn{
    background-color: #e5b3b6;
}
.footer{
    background-color: #d6d1cb;
    padding: 30px 0;
}
.footer a{
    color: #000;
}
.hukidashi{
    align-items: center;
}
.sp{
    display: none;
}
@media only screen and (max-width:640px) {
    .balloon1{
        width: 68%;
    }
    .sp{
        display: block;
    }
}

h2{
  text-align:center;
  font-weight:700;
  font-size:30px;
  letter-spacing:.05em;
  position:relative;
  padding: 40px 0 40px;
  background:linear-gradient(90deg,#d2c088,#c9a65a,#9d7b3a);
  -webkit-background-clip:text; background-clip:text;
  color:transparent; -webkit-text-fill-color:transparent; /* Safari/Chrome */
  isolation:isolate; /* 子要素のz-indexを効かせる */
  font-family:  "Hiragino Mincho ProN","Yu Mincho","MS PMincho","Noto Serif JP",serif;
}
h2.navy{
	background: linear-gradient(90deg, #3561bd, #375799, #203b74);
	  -webkit-background-clip:text; background-clip:text;
}
.navy.mt10{
	margin-top: 0px;
	padding-top: 20px;
}
h2::after{
  content:"";
  position:absolute;
  left:25%;
  right:25%;
  bottom:25px; /* テキストに被らないよう少し上げる */
  height:3px; border-radius:2px;
  background:linear-gradient(90deg, transparent, #e5d6c3, transparent);
  z-index:1;
}
h2{
  text-align:center;
  font-weight:700;
  font-size:30px;
  letter-spacing:.05em;
  position:relative;
  padding: 40px 0 40px;
  background:linear-gradient(90deg,#d2c088,#c9a65a,#9d7b3a);
  -webkit-background-clip:text; background-clip:text;
  color:transparent; -webkit-text-fill-color:transparent; /* Safari/Chrome */
  isolation:isolate; /* 子要素のz-indexを効かせる */
  font-family:  "Hiragino Mincho ProN","Yu Mincho","MS PMincho","Noto Serif JP",serif;
}
h2 .small{
	font-size:30px;
}
h2#recommend{
	margin-top: 30px;
	line-height: 2.5rem;
}
h2#recommend::before{
	content:"";
	position:absolute;
	left:0%;
	right:0%;
	top:20px; /* テキストに被らないよう少し上げる */
	height:3px; border-radius:2px;
	background:linear-gradient(90deg, #ffffff, #d2b794, #ffffff);
	z-index:1;
  }
  h2#recommend::after{
	content:"";
	position:absolute;
	left:0%;
	right:0%;
	bottom:20px; /* テキストに被らないよう少し上げる */
	height:3px; border-radius:2px;
	background:linear-gradient(90deg, #ffffff, #d2b794, #ffffff);
	z-index:1;
  }

.features{
	margin-top: 35px;
	padding-top: 10px;
	position: relative;
}
.features.mt45{
	margin-top: 45px;
}
.features::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ccc6bc, transparent);
}
#content h3.rule {
	font-size: 1.4rem;
	color: #375799;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    padding: 10px 0 0;
	margin-bottom: 0px;
}
h3.rule::before, h3.rule::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 35%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ccc6bc, transparent);
}
h3.rule::before {
    left: 0;
    transform: translateY(-50%);
}
h3.rule::after {
    right: 0;
    transform: translateY(-50%);
}
#voice .ttl{
	color: #375799;
	font-weight: bold;
	font-size: 1.5rem;
	text-align: center;
	margin-top: 20px;
}
#content h3.subttl{
	text-align: center;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: .05em;
    position: relative;
	margin-top: 20px;
    background: linear-gradient(90deg, #d2c088, #c9a65a, #9d7b3a);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    isolation: isolate;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
}
.bt_btn{
	margin-top: 50px;
}
.rank_tbl ul.rank_cat li:first-child {
	border-left: 0px solid #d6d1cb;
}
@media screen and (max-width:760px){
	h2 {
		font-size:1.8rem ;
		letter-spacing: .02em;
		line-height: 2.5rem;
    	padding: 7% 0 12%;
	}

	h2.navy {
		font-size: 1.8rem;
	}
	#content h3.rule {
		font-size: 1.2rem;
	}
	h2 .small{
		font-size: 1.2rem;
	}
	h3.rule::before, h3.rule::after {
		width: 25%;
	}
	h2.mt30{
		margin-top: 0;
	}
	div#voice.experience {
		padding: 2% 0% 7%;
	}
	h2#recommend {
		top: 5%;
		padding: 5% 0% 7%;
		line-height: 2.2rem;
	}
	h2#recommend span{
		font-size: 1.2rem;
	}
	h2#recommend::before {
		top: 3%;
	}
	h2#recommend::after {
		bottom: 6%;
		
	}
	.rank5_area_inner{
		margin: 0px auto 20px;
	}
	span.rank_coment {
		font-size: 0.8rem;
		line-height: 1.2rem;
	}
	.rank_tbl:last-of-type ul li {
		line-height: 1rem;
	}
	
}



