@charset "UTF-8";

body, div,figure,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,input,textarea,p,blockquote,th,td {  
	margin:0;
	padding:0;
}

html,body{
	height:100%;
	min-height:100%;
}

body{
	background-color: #ffffff;
	color:#333;
	overflow-x: hidden;
	font-family: "PT Serif", "Open Sans", "Helvetica Neue", Helvetica , Arial , "Meiryo UI", "メイリオ", Meiryo , Verdana , Roboto , "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

main {
	margin: 0 auto;
	max-width: 1060px;
	width: 100%;
}

*{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

/* パーツ構成 */
img {
	border:0;
	vertical-align:top;
	width: 100%;
}

ul	{
	list-style:none;
}

dt,dd,li,p	{
	word-break: break-all;
	line-height: 1.6;
}

a:hover, a:active {
	-webkit-transition-duration:.3s;
	transition-duration:.3s
}

/* 汎用クラス */
.pa-1	{ padding: 1em;}

.bold	{ font-weight: bold;}
.underline	{text-decoration: underline;}
.big	{ font-size: 180%}
.small	{ font-size: 70%}

.ta-c	{ text-align: center;}
.ta-r	{ text-align: right;}
.ta-l	{ text-align: left;}

.va-t	{ vertical-align:top !important;}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.btn {
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 1.5em;
	font-weight:700;
	padding: 0.85em 0;
	border-radius:12px;
	position: relative;
	color: #fff;
	background: -webkit-linear-gradient(top, #80f95e 0%,#18bf50 30%,#18bf50 70%,#b4e391 100%);
	background: linear-gradient(to bottom, #80f95e 0%,#18bf50 30%,#18bf50 70%,#b4e391 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80f95e', endColorstr='#b4e391',GradientType=0 );
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	margin: 0 0 10px 0;
}

.btn:after	{
	position: absolute;
	right: 0.5em;
	font-size: 2em;
	line-height: 1;
	top: 50%;
	margin-top: -0.5em;
	opacity: 0.8;
}

.btn:hover {
	background-image: -webkit-linear-gradient(#ea7ba8 0%, #fdb7d3 100%);
	background-image: linear-gradient(#ea7ba8 0%, #fdb7d3 100%);
}


.table	{
	display: table;
	width: 100%;
}

.table > *	{
	display: table-cell;
	vertical-align: top;
}


.engine{
  animation:engine 0.2s infinite;
  -webkit-animation:engine 0.2s infinite;
  -moz-animation:engine 0.2s infinite;
}
@keyframes engine{
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  50%  { transform: scale(1.0, 0.98) translate(0%, 1.5%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@-webkit-keyframes engine{
  0%   { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
  50%  { -webkit-transform: scale(1.0, 0.98) translate(0%, 1.5%); }
  100% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@-moz-keyframes engine{
  0%   { -moz-transform: scale(1.0, 1.0) translate(0%, 0%); }
  50%  { -moz-transform: scale(1.0, 0.98) translate(0%, 1.5%); }
  100% { -moz-transform: scale(1.0, 1.0) translate(0%, 0%); }
}
.review_box{
margin:10px 0;
clear:both;
}
.review_box .review_item{
background:#f3f3f3;
border-radius:8px;
padding:8px;
margin:3px;
}
.review_box .review_item p{
margin:0;
}
.review_box .review_item .review_item_upper{
border-bottom:solid 1px #eee;
overflow:hidden;
padding-bottom:8px;
margin-bottom:8px;
}
.review_box .review_item .review_item_upper .user_icon{
float:left;
width:40px;
height:40px;
background-size:40px auto;
background-position:top left;
background-repeat:no-repeat;
background-color:black;
border-radius:1000px;
border:solid 1px #333;
margin-right:10px;
}
.review_box .review_item .review_item_upper .review_title{
overflow:hidden;
font-weight:bold;
font-size:14px;
}
.review_box .review_item .review_item_upper .review_title span{
display:block;
font-size:10px;
font-weight:normal;
    margin:0;
color:#999;
}
.review_box .review_item .review_item_under .review_text{
font-size:13px;
}
.page_navi ul{
padding:0;
overflow:hidden;
list-style:none;
}
.page_navi ul li.prev_btn{
width:50%;
float:left;
}
.page_navi ul li.next_btn{
width:50%;
float:right;
}
.page_navi ul li a{
display:block;
background:#555;
padding:10px;
margin-right:10px;
text-decoration:none;
font-weight:bold;
font-size:18px;
text-align:center;
border-radius:6px;
color:black;
border-bottom:solid 3px #333;
}
.page_navi ul li.next_btn a{
margin-left:10px;
margin-right:0px;
}


.jump{
  animation:jump 5s infinite;
  -webkit-animation:jump 5s infinite;
  -moz-animation:jump 5s infinite;
}
@keyframes jump{
  0%{transform:translate(0,0px);}
  3%{transform:translate(0,-20px);}
  5%{transform:translate(0,0px);}
  6%{transform:translate(0,-5px);}
  7%{transform:translate(0,0px);}
  100%{transform:translate(0,0px);}
}
@-webkit-keyframes jump{
  0%{-webkit-transform:translate(0,0px);}
  3%{-webkit-transform:translate(0,-20px);}
  5%{-webkit-transform:translate(0,0px);}
  6%{-webkit-transform:translate(0,-5px);}
  7%{-webkit-transform:translate(0,0px);}
  100%{-webkit-transform:translate(0,0px);}
}
@-moz-keyframes jump{
  0%{-moz-transform:translate(0,0px);}
  3%{-moz-transform:translate(0,-20px);}
  5%{-moz-transform:translate(0,0px);}
  6%{-moz-transform:translate(0,-5px);}
  7%{-moz-transform:translate(0,0px);}
  100%{-moz-transform:translate(0,0px);}
}

/*----------------------------------------------------*/

article	{
	overflow: hidden;
	min-height: 100%;
	position: relative;
}

section	{
	position: relative;
}

.index_top	{
	background-size: 100% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
}


/**  ranking用  **/
.ranking_h2_wrap {
	background:  linear-gradient(#ff914d, #fa5f72);
	text-align: center;
	padding: 10px 0 0;
	position: relative;
	margin: 0 0 40px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

.ranking_h2_wrap:after {
	bottom: -20px;
	border-style: solid;
	border-color:#fa5f72 transparent transparent transparent;
	border-width: 20px calc(100vw / 2) 0 calc(100vw / 2);
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	z-index: 1;
	left: 50%;
	-webkit-transform: translateX(-50%);
}

.ranking_h2_subtitle {
	padding: 6px 10px 8px;
	font-size: 14px;
	margin: 0 0 10px;
	background: #fff;
	line-height: 1;
	display: inline-block;
	font-weight: bold;
	border-radius: 100px;
}

.ranking_h2 {
	font-size: 18px;
	color: #fff;
	line-height: 1.35;
	position: relative;
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

.ranking_h2:before {
	width: 28px;
	height: 65px;
	background: url(../img/left.png);
	left: -28px;
	top: -10px;
	background-size: contain;
	position: absolute;
	content: '';
	display: inline-block;
}

.ranking_h2:after {
	width: 28px;
	height: 65px;
	background: url(../img/right.png);
	right: -28px;
	top: -10px;
	background-size: contain;
	position: absolute;
	content: '';
	display: inline-block;
}

.ranking_h2_span_black {
	font-size: 24px;
	color: #444;
}

.ranking_h2_span_yellow {
	color: #f0ee2f;
}


/** 口コミ **/
.ranking_item_review__h3 {
	border-radius: 10px 10px 0 0;
	background:  linear-gradient(#ff914d, #fa5f72);
	text-align: center;
	color: #fff;
	line-height: 1;
	padding: 5px 0;
	font-size: 14px;
	margin: 0px;
}

.ranking_item_review__box {
	position: relative;
	margin: 0 0 10px;
}

ul.ranking_item_review__wrap {
	padding: 10px;
	border: solid 2px #00c1d4;
	position: relative;
	overflow: hidden;
}

ul.ranking_item_review__wrap
li.ranking_item_review:not(:last-child) {
	margin: 0 0 10px;
	padding: 0 0 10px;
}

ul.ranking_item_review__wrap
li.ranking_item_review:not(:last-child):after {
	height: 1px;
	position: absolute;
	display: block;
	content: '';
	background: #ccc;
	width: calc(100%);
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
}


li.ranking_item_review {
	position: relative;
}

.ranking_item_review__profile {
	padding: 0 0 0 42px;
	position: relative;
	font-size: 14px;
}

.ranking_item_review__profile.woman:before {
	width: 32px;
	height: 32px;
	background: url(../img/woman.png);
	left: 0;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	display: inline-block;
}

.ranking_item_review__profile.man:before{
	width: 32px;
	height: 32px;
	background: url(../img/man.png);
	left: 0;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	display: inline-block;
}


.ranking_item_review__profile_title {
	line-height: 1.25;
	font-weight: bold;
	color: #00c1d4;
}

.ranking_item_review__profile_detail {
	display: flex;
	align-items: center;
}

._detail_star {
	margin: 0 10px 0 0;
}

span._detail_star_gold {
	color: #ffcc00;
}

span._detail_star_gray {
	color: #ccc;
}

p.ranking_item_review__description {
	font-size: 12px;
}




/** 評価 **/
table.result_item_table {
	border-spacing: 4px 2px;
	margin: 10px 0 10px 0;
	width: 100%;
	border-collapse: separate;
}

table.result_item_table th {
	padding: 5px 0px;
	font-size: 12px;
	background:  linear-gradient(#ff914d, #fa5f72);
	width: calc(100% / 3);
	color: #fff;
}

table.result_item_table td {
	padding: 10px 0;
	text-align: center;
	background: #f9f9f9;
	font-weight: bold;
}



.tab-switch:checked+.tab-label+.tab-content {
	height: auto;
	overflow: auto;
	padding: 5px 0 0;
	opacity: 1;
	transition: .5s opacity;
	background: none;
}

.tab-switch:checked+.tab-label+.tab-content {
	height: auto;
	overflow: auto;
	padding: 10px 0 0;
	opacity: 1;
	transition: .5s opacity;
	background: none;
}

.tab-content {
	width: 100%;
	overflow: hidden;
	background: #FAEBD7	
	;
}

.ranking_item{
	padding: 10px 10px 14px;
	border-radius: 10px;
	background: #ffffff;
	position: relative;
	margin: 20px 10px;
	box-shadow: 0px 2px 4px rgb(0 0 0 / 30%);
	position: relative;
}

.ranking_item_header {
	display: flex;
	justify-content: space-between;
	border-bottom: solid 2px #ccc;
	padding: 0px 0 5px;
	margin: 0 0 10px;
	align-items: baseline;
}

.ranking_item .ranking_item_header_rank {
	background: url(../images/ribon.png);
	background-size: cover;
	content: '';
	width: 42px;
	height: 42px;
	top: 0px;
	left: 5px;
	font-size: 22px;
	padding: 5px 0 0;
}

.ranking_item_header_rank.rank1{
	background: url(../images/1.png);
	background-size: cover;
}

.ranking_item_header_rank.rank2{
	background: url(../images/2.png);
	background-size: cover;
}

.ranking_item_header_rank.rank3{
	background: url(../images/3.png);
	background-size: cover;
}

.ranking_item_header_rank.rank4{
	background: url(../images/4.png);
	background-size: cover;
}

.ranking_item_header_rank.rank5{
	background: url(../images/5.png);
	background-size: cover;
}


.ranking_item_header_rank.rank6{
	background: url(../images/6.png);
	background-size: cover;
}
.ranking_item_header_rank.rank7{
	background: url(../images/7.png);
	background-size: cover;
}
.ranking_item_header_rank.rank8{
	background: url(../images/8.png);
	background-size: cover;
}



.ranking_item_header_rank {
	display: block;
	position: absolute;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	color: #666;
}

h3.ranking_item_header_h3 {
	padding: 0 0 0 40px;
	font-size: 20px;
	line-height: 1;
	margin: 0px;
}

.ranking_item_header_score {
	font-size: 14px;
}

.color-gold	{color: #f0ee2f; }
.color-palered	{ color: #ff4d66; }
.color-red	{ color: red; }
.color-gray	{ color: #ccc; }


.ranking_item_maincopy {
	font-size: 18px;
	margin: 0 0 10px;
}


/**  キャンペーン  **/
.ranking_item_campaign_box {
	padding: 20px 10px 10px;
	margin: 20px 0 10px;
	border-radius: 6px;
	border: solid 2px #fa5f72;
	text-align: left;
	position: relative;
	background: #FFFFFF;
}

.ranking_item_campaign_h4 {
	padding: 4px 10px 6px;
	font-size: 14px;
	top: -12px;
	position: absolute;
	display: inline-block;
	background: #ff4d66;
	color: #fff;
	border-radius: 100px;
	line-height: 1;
	white-space: nowrap;
	left: 50%;
	-webkit-transform: translateX(-50%);
}

p.ranking_item_campaign_text {
	font-size: 15px;
	font-weight: bold;
}

span.ranking_item_campaign_text_span {
	font-size: 18px;
	color: #ff4d66;
	text-shadow: 1px 1px 0 #fff, 1px 0px 0 #fff, 0px 1px 0 #fff, 0px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}


/**    **/


.ranking_upper	{
	position: relative;
	background: repeating-linear-gradient(90deg, #fffef9, #fffef9 10px, #fff 0, #fff 20px);

	padding-bottom: 1em;
}

.ranking_photo	{
	padding: 0;
}

.ranking_photo figcaption	{
	margin-top: 0.2em;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}

.ranking_detail {
	text-align: center;
	padding: 0 1em;
}

.ranking_detail li {
	color:#fff;
	background-color: rgb(46,139,87);
	border-radius: 4em;
	display: inline-block;
	margin: 1% 0.2%;
	padding: 0.25em;
	width: 47%;
	font-size: 0.9em;
}

.ranking_detail li span {
	font-size: 1.4em;
	padding-left: 0.2em;
}

.ranking_lower	{
	padding: 1em 1em 2em;
}

.ranking_voice > img	{
	display: inline-block;
	width: 20%;
	padding-top: 0.5em;
}

.ranking_voice figcaption	{
	display: inline-block;
	width: 75%;
	background-color: #DDFFDD;
	padding: 1em;
	margin-bottom: 1em;
	position: relative;
}

.ranking_voice figcaption:before	{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.5em 1em 0.5em 0;
	border-color: transparent #DDFFDD transparent transparent;
	position: absolute;
	top: 2em;
	left: -1em;
}
.index_content 	{
	padding: 1em;
}

.index_content h3{
	position: relative;
	color: black;
	background: #fff6fa;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4;
	padding: 0.25em 0.5em;
	margin: 2em auto 0.5em;
	border-radius: 0 5px 5px 5px;
}

.index_content h3:after {
	position: absolute;
	font-family: 'Quicksand','Avenir','Arial',sans-serif;
	background: #ff99c3;
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 3px 7px 1px;
	font-size: 0.7em;
	line-height: 1;
	letter-spacing: 0.05em
}



.index_content h3 ~ div 	{
	margin-top: 1em;
}


.colmn h2 {
	position: relative;
	color: black;
	background: #fff6fa;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4;
	padding: 0.25em 0.5em;
	margin: 2em auto 0.5em;
	border-radius: 0 5px 5px 5px;
}



.column ul, ol {
	padding: 0;
}

.column ul li, ol li {
	position: relative;
	list-style-type: none!important;/*ポチ消す*/
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin-bottom: 5px;
	line-height: 1.5;
	background: #dbebf8;
	vertical-align: middle;
	color: #505050;
	border-radius: 15px 15px 15px 15px;/*角丸*/
}

.column ul li:before{ 
	display:inline-block; 
	vertical-align: middle;
	/*以下白丸つくる*/
	content:'';
	width:1em;
	height: 1em;
	background: #fff;
	border-radius: 50%;
	margin-right: 8px;
}

.column a	{
	text-decoration: none;
}


.sc_marker.blue {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #cfdbff));
	background: -webkit-linear-gradient(transparent 50%, #cfdbff 50%);
	background: -o-linear-gradient(transparent 50%, #cfdbff 50%);
	background: linear-gradient(transparent 50%, #cfdbff 50%);
}

.sc_marker {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffff66));
	background: -webkit-linear-gradient(transparent 50%, #ffff66 50%);
	background: -o-linear-gradient(transparent 50%, #ffff66 50%);
	background: linear-gradient(transparent 50%, #ffff66 50%);
}



.sc_frame_wrap {
	margin-bottom: 1.2em;
	position: relative;
}

.sc_frame_wrap.blue .sc_frame_title {
	color: #fff;
	background-color: #70b8f1;
}

.sc_frame_wrap.inline .sc_frame_title {
	display: inline-block;
	border-radius: 5px 5px 0 0;
}

.sc_frame_wrap .sc_frame_title {
	padding: 0.25em 1em 0.2em;
	font-size: .9em;
	position: relative;
	font-weight: bold;
	color: #fff;
	background: #ccc;
	top: 1px;
}

.sc_frame_wrap.blue .sc_frame.has-bg {
	background-color: rgba(112,184,241,.3);
}

.sc_frame_wrap.blue .sc_frame {
	border-color: #70b8f1;
}

.sc_frame_wrap.inline .sc_frame {
	border-top-left-radius: 0;
}
.sc_frame_wrap .sc_frame {
	overflow: auto;
	border: 3px solid #ccc;
	padding: 1em 1.5em;
	position: relative;
	border-radius: 5px;
	background: #fff;
	color: #000;
	margin: 0;
}



.faq h2 {
	margin:2em auto;
	padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/
	font-size: 1.5em;/*サイズ*/
	line-height: 1.4;/*行高*/
	color: #f0fff0;/*文字色*/
	border-top: dotted 3px ####0000cd;
	border-bottom: dotted 3px #####0000cd;
	background: #db7093;
}

.faq h2:before{ 
	left: 0.25em;/*アイコンの位置*/
	top: 0.5em;/*アイコンの位置*/
	color: #ff6a6a; /*アイコン色*/
}

.faq dl	{
}
.faq dt{
	position: relative;
	color: white;
	background: #ffc0cb;
	line-height: 1.4;
	padding: 0.5em 0.5em 0.5em 1.8em;
}

.faq dt:before {
	position: absolute;
	left : 0.5em; /*左端からのアイコンまでの距離*/
}



.faq dd	{
	padding: 1em 0.5em;
}

footer	{
	background-color:#fa5f72;
	color: #fff;
	padding: 1em 0;
	font-size: 80%;
	margin: 2em 0 0 0;
}

footer a{
	color: #fff;
}


.goTop	{
	position: fixed;
	bottom: 2.2em;
	right: 0.2em;
	z-index: 100;
	font-size: 2.5em;
	background-color: #fff6fa;
	color: #ff95c1;
	width: 1em;
	height: 1em;
	text-align: center;
	line-height: 1em;
	border-radius: 100%;
	display: block;
	opacity: 0.8;
}

.menuBtn	{
	width: 4em;
	height: 4em;
	padding: 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.menuBtn:before	{
	content: "";
	background-image: url(../img/menubar.svg);
	background-size: cover;
	width: 100%;
	height: 100%;
	display: block;
}

header nav	{
	display: none;
	background-color: #2e8b57;
	color: #fff;
}

header nav a	{
	display: block;
	padding: 0.75em 1em;
	text-decoration: none;
	color: #fff;
	background-color: #2e8b57;
	border-bottom: 1px rgba(255,255,255,0.5) solid;
}

header nav a:before	{
	margin-right: 0.5em;
}


.content_btnArea	{
	margin:1em 0;
	padding: 0 1em 2em;
}

.content p	{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.content em	{
	font-style: normal;
	font-weight: bold;
	font-size: 120%;
	color: #dd9717;
}

.contents_table {
	position: relative;
	padding: 1.0em 1.0em 1.0em 2.5em;
	border: 2px solid  linear-gradient(#ff914d, #fa5f72);
	margin: 2em 1em 0 1em;
}

.contents_table_title {
	position: absolute;
	padding: 0 0.5em;
	left: 30px;
	top: -10px;
	background: #fff;
	font-weight: bold;
	color:  linear-gradient(#ff914d, #fa5f72);
}


.contents_table ul {
	list-style-type: none;
}

.contents_table li {
	position: relative;
	line-height: 1.8;
}

.contents_table li:after {
	content: '';
	display: block;
	position: absolute;
	top: .5em;
	left: -1.5em;
	width: 10px;
	height: 5px;
	border-left: 3px solid  linear-gradient(#ff914d, #fa5f72);
	border-bottom: 3px solid  linear-gradient(#ff914d, #fa5f72);
	transform: rotate(-45deg);
}



.contents {
	padding: 1.0em;
   
}

.last {
	padding: 1.0em;
    background: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}



.contents h1 {
	background:  linear-gradient(#ff914d, #fa5f72);
	font-size: 1.7rem;
	line-height: 1.8;
	margin: 15px -6px 15px -6px;
	padding: 15px;
	position: relative;
	color: #ffffff;
	border-radius: 5px;
	letter-spacing: 0;
	clear: both;
}

.contents h2 {
	background: #eef1f2;
	font-size: 1.5rem;
	margin: 30px -6px 15px -6px;
	padding: 15px 15px 15px 15px;
	position: relative;
	font-weight: 700;
	border-radius: 5px;
	letter-spacing: 0;
	clear: both;
}

.contents img {
	padding: 0em 0em 1em 0;
}

.contents p {
	margin: 0 0 1.5em 0;
}

.blueline{
	background:linear-gradient(transparent 60%, #6cf 60%);
}


.point{
	margin: 1em auto;
	background-color: #e7efff;
	position:relative;
	border: 0px;
}
.point-title {
	background-color: #6699ff;
	font-weight: bold;
	color: #fff;
	padding: 7px 10px;
	line-height: 1;
	position:absolute;
	top: 0;
	left: 0;
}
.point_txt {
	margin: 0;
	padding: 2.0em 1.0em 1.0em 2.0em;
}

.demerit{
	margin: 1em auto;
	background-color: #e7efff;
	position:relative;
	border: 0px;
}
.demerit-title {
	background-color: #ff4d66;
	font-weight: bold;
	color: #fff;
	padding: 7px 10px;
	line-height: 1;
	position:absolute;
	top: 0;
	left: 0;
}
.demerit_txt {
	margin: 0;
	padding: 2.0em 1.0em 1.0em 2.0em;
}


.memo {
	position: relative;
	background: #eaf5f9;
	margin: 0 1.5em 0 1.5em;
}
.memo_title {
	position: relative;
	display: inline-block;
	padding: 0.5em 2em;
	background:  linear-gradient(#ff914d, #fa5f72);
	color: #fff;
	font-weight: bold;
	top: 20px;
	left: -10px;
}
.memo_title:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 10px transparent;
	border-right: solid 10px rgb(149, 158, 155);
}
.memo_txt {
	margin: 0;
	padding: 2.5em 1.5em 1.5em 2.5em;
}

.point ul, .demerit ul {
	list-style-type: none;
}
.point li, .demerit li {
	position: relative;
	line-height: 1.8;
	list-style:  none;
}
.point li:after {
	content: '';
	display: block;
	position: absolute;
	top: .5em;
	left: -1.5em;
	width: 10px;
	height: 5px;
	border-left: 3px solid  linear-gradient(#ff914d, #fa5f72);
	border-bottom: 3px solid  linear-gradient(#ff914d, #fa5f72);
	transform: rotate(-45deg);
}

.demerit li:after {
	display: block;
	position: absolute;
	top: 0em;
	left: -1.5em;
	content: "\f119";
	font-family: "Font Awesome 5 Free";
}


select {
	width: 100%;
	height: 2.5rem;
	font-size: .88rem;
	padding: 0 3rem 0 10px!important;
	border: 1px solid #ddd;
	border-radius: 0;
	position: relative;
	box-sizing: border-box;
}



.container {
/*	padding: 2em 0 3em;  */
	width: 90%;
	margin: 0 auto;
	font-size: 1.35em;
}

.container > form {
	border-radius: 0 0 5px 5px;
	border: 1px solid #ccc;
	border-top: none;
	background: #fff;
	width: 100%;
}

.form > h1 {
	display: block;
	text-align: center;
	background:  linear-gradient(#ff914d, #fa5f72);
	color: white;
	margin: 0;
	padding: 0.75em 0;
	font-weight: normal;
	border-radius: 5px 5px 0 0;
	width: 100%;

	font-size:100%; 
}

.form > ul {
	margin: 1em;
	padding: 0;
	list-style-type: none;
}

.form > li {
	position: relative;
}

.form > ul li:not(:last-child) {
	display: block;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
}

label {
	top: 1.6em;
	left: 1.4em;
	color: #f1773b;
	opacity: 1;
}

input {
	display: block;
	width: 100%;
	border: 0;
	outline: none;
	padding: 2.25em 1em 1em;
	font-size: 1em;
}

.form > input[type="submit"] {
	display: block;
	background: linear-gradient(to bottom, #80f95e 0%,#18bf50 30%,#18bf50 70%,#b4e391 100%);
	padding: 0.7em;
	color: white;
	text-transform: uppercase;
	cursor: pointer;
	width: 100%;
}

.form > .js-hide-label label {
	opacity: 0;
	top: 1.8em;
}

.form > .js-unhighlight-label label {
	color: #333;
}

.form > .js-highlight-label label {
	color: #f1773b;
}


.rank_btn_wrap {
	display: flex;
}

.rank_buy_link,
.rank_more_link {
	flex: 1;
	margin: 5px;
	width: 100%;
}

.rank_buy_link a,
.rank_more_link a {
	position: relative;
	color: #ffffff;
	padding: 0.8em 1.2em;
	background: #2bc136;
	border-radius: 3px;
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}


	.rank_more_link a {
		background: #f55151;
	}

	@include mq-down(md) {
		a {
			padding: 1em 0.5em;
			font-size: 0.8em;
		}
	}


#container{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	@include mq-down(md){
		overflow: hidden;
	}
}

#container:after,
.clearfix:after,
.row:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}

.row {
	margin-right: -10px;
	margin-left: -10px;
	vertical-align: middle;
}

.row.padding0 {
	margin: auto;
}



/*---PC用設定-------------------------------------------------*/
@media ( min-width:768px )	{
	body	{
		font-size: 16px;
	}

	.menuBtn {
		top: 1em;
		left: 1em;
	}

	.ranking_voice {
		display: inline-block;
		width: 48%;
		vertical-align: top;
		margin-top: 2em;
	}

	.ranking_lower {
		max-width: 700px;
		margin: 0 auto;
		padding: 2em 0 3em;
	}

	.index_content {
		padding: 4em 0;
	}

	.index_content > *{
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
}

/*---PC用設定-----------------------------------------------*/
@media ( min-width:1024px )	{
	.ranking_upper > div	{
		width: 1000px;
		margin: 0 auto;
	}

	.ranking_photo {
		padding: 0 0 0 0;
	}

	.ranking_photo figcaption {
		font-size: 2.4em;
		margin-bottom: 0.5em;
	}

	.ranking_detail {
		padding-left: 3em;
		font-size: 1.6em;
		padding-bottom: 2em;
	}

	.ranking_lower {

		font-size: 18px;
		max-width: 1000px;
	}

	.ranking {
		margin: 2em auto;
	}

	#page-top {
		position: fixed;
		bottom: 20px;
		right: 20px;
		font-size: 77%;
	}
	#page-top a {
		background: #666;
		text-decoration: none;
		color: #fff;
		width: 100px;
		padding: 30px 0;
		text-align: center;
		display: block;
		border-radius: 5px;
	}
	#page-top a:hover {
		text-decoration: none;
		background: #999;
	}
}

