@charset "utf-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
body {
	margin: 0;
	-webkit-text-size-adjust: 100%;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	background: #fff;
	color: #555;
	font-size: 17px;
	background: #fff;
}
*, *:before, *:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.t-c {
	text-align: center;
}
.fl_l {
	float: left;
}
.fl_r {
	float: right;
}
img, div, ul, dl, ol, section, header, footer, nav {
	max-width: 100%;
}
img {
	max-height: 100%;
	vertical-align: middle;
}
p {
	color: #777777;
	margin-bottom: 22px;
	line-height: 2;
}
mark {
	font-style: normal;
	font-weight: normal;
	color: #555555;
	background: #ff9;
}
.fw-b {
	font-weight: bold;
}
.pc_dp_n {
	display: none;
}
.red {
	color: #d80935;
	font-weight: bold;
}
.orange {
	color: #f48a00;
	font-weight: bold;
}
.navy {
	color: #313490;
	font-weight: bold;
}
.blue {
	color: #57aae4;
	font-weight: bold;
}
.pink {
	color: #f25497;
	font-weight: bold;
}
.gold {
	color: #c29130;
	font-weight: bold;
}
.green {
	color: #2eabb6;
	font-weight: bold;
}
.c-green {
	color: #dbdc6e;
}
.box-s {
	box-shadow: 2px 2px 7px #ccc;
}

@media (max-width:1200px) {
body {
	-webkit-text-size-adjust: 100%;
	font-size: 12px;
	max-width: 100%;
}
p {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.5em;
}
.pc_dp_n {
	display: block;
}
.sp_dp_n {
	display: none;
}
}
.caution_txt{
    margin-top:10px;
    text-align:right;
    font-size:0.8em;
}
.footer a {
    color: #fff!important;
}
/*------------------------------------------------------------
調整用 ※あまり多用しない
------------------------------------------------------------*/
.cFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.mb0 {
	margin-bottom: 0!important;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb90 {
	margin-bottom: 90px;
}
.mb100 {
	margin-bottom: 100px;
}
.mt0 {
	margin-top: 0!important;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt70 {
	margin-top: 70px;
}
.mt80 {
	margin-top: 80px;
}
.mt90 {
	margin-top: 90px;
}
.mt100 {
	margin-top: 100px;
}
.pb0 {
	padding-bottom: 0!important;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb50 {
	padding-bottom: 50px;
}
.pb60 {
	padding-bottom: 60px;
}
.pb70 {
	padding-bottom: 70px;
}
.pt0 {
	padding-top: 0!important;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pt50 {
	padding-top: 50px;
}
.pt60 {
	padding-top: 60px;
}
.pt70 {
	padding-top: 70px;
}
.fz12 {
	font-size: 12px;
}
.fz14 {
	font-size: 14px;
}
.fz17 {
	font-size: 17px;
}
.fz22 {
	font-size: 22px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ac {
	text-align: center;
}
.al {
	text-align: left;
}
.ar {
	text-align: right;
}
div.pc, section.pc, ul.pc, table.pc, dl.pc, ol.pc, nav.pc {
	display: block;
}
img.pc {
	display: inline-block;
}
span.pc {
	display: inline;
}
div.sp, section.sp, ul.sp, dl.sp, ol.sp, table.sp, nav.sp, img.sp, span.sp {
	display: none;
}

@media screen and (max-width:1200px) {
div.pc, section.pc, ul.pc, table.pc, nav.pc, dl.pc, ol.pc, img.pc, span.pc {
	display: none;
}
div.sp, section.sp, ul.sp, dl.sp, ol.sp, table.sp, nav.pc {
	display: block;
}
img.sp {
	display: inline-block;
}
span.sp {
	display: inline;
}
.pt30 {
	padding-top: 15px;
}
.pt40 {
	padding-top: 20px;
}
.mt30 {
	margin-top: 15px;
}
.mt40 {
	margin-top: 20px;
}
.fz22 {
	font-size: 14px;
}
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	/* box-shadow:0px 0px 5px 2px rgba(0,0,0,0.3);
    -moz-box-shadow:0px 0px 5px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow:0px 0px 5px 2px rgba(0,0,0,0.3);*/
	background: #fff;
	background: url(../img/bg.png);
}

@media screen and (max-width:640px) {
#wrapper {
	width: 100%;
	padding-bottom: 0;
}
}
/*------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/

header {
	width: 100%;
	background: url(../img/navbg.png) repeat-x left bottom;
	padding: 0;
	margin-bottom: 2px;
}
header div {
	padding: 10px 0 0 0;
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
header h1 {
	margin: 0 0 10px 0;
}
header .unei {
	position: absolute;
	top: 10px;
	right: 0;
}
header .unei li {
	float: left;
}
header .unei li a {
	color: #767675;
}
header .unei li:first-child {
	margin-right: 12px;
	padding-right: 12px;
	border-right: 1px solid #767675;
}
.menu {
	position: relative;
	width: 100%;
	height: 40px;
	max-width: 1200px;
	margin: 0 auto;
}
.menu > li {
	float: left;
	/*width: 20%;  グローバルナビ5つの場合 */
	height: 71px;
	line-height: 70px;/*background: rgb(29, 33, 19);*/
}
.menu > li a {
	display: block;
	color: #555;
}
.menu > li a:hover {
	color: #999;
}
ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}
ul.menu__third-level {
	visibility: hidden;
	opacity: 0;
}
ul.menu__fourth-level {
	visibility: hidden;
	opacity: 0;
}
.menu > li:hover {
	/*background: #f00;*/
	-webkit-transition: all .5s;
	transition: all .5s;
}
.menu__second-level li {
	border-top: 1px solid #fff;
	text-indent: 1em;
	font-weight: bold;
	color: #777777;
}
.menu__third-level li {
	border-top: 1px solid #111;
}
.menu__second-level li a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.menu__third-level li a:hover {
	background: #2a1f1f;
}
.menu__fourth-level li a:hover {
	background: #1d0f0f;
}
/* floatクリア */
.menu:before, .menu:after {
	content: " ";
	display: table;
}
.menu:after {
	clear: both;
}
.menu {
 *zoom: 1;
}
.menu > li.menu__single {
	text-decoration: underline;
	position: relative;
}
li.menu__single ul.menu__second-level {
	position: absolute;
	top: 80px;
	width: 100%;
	background: #cfeaec;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
li.menu__single:hover ul.menu__second-level {
	top: 60px;
	visibility: visible;
	opacity: 1;
}
/*.gnav li{
    float:left;
    height: 60px;
}*/
header h1 {
	width: 600px;
	float: left;
}
.h1_search {
	width: 280px;
	margin-right: 0;
	margin-top: 20px;
}

@media (max-width:1200px) {
header {
	height: 25px;
	z-index: 9999;
	position: relative;
	background: none;
}
header div {
	padding: 0;
}
header h1 {
	font-size: 10px;
	width: 65%;
	margin: 0;
    padding: 5px 10px 3px;
	float: left;
}
header .logo {
	padding: 10px 7px 5px;
}
header .logo .head_logo {
	float: none;
	margin-bottom: 5px;
}
header .logo .head_cat {
	float: none;
	width: 60%;
	margin: 0 auto;
}
header .menu {
	color: #e1d286;
	font-size: 3em;
	float: right;
	margin: 8px 2% 0 0;
	width: 40px;
}
/*header .menu {
    display:block;
    position:absolute;
    right:2.5vw;
    bottom:2.2vw;
    width:15vw;
    font-size:16vw;
    color:#75584b;
    line-height:0;
    text-align:center;
}
header .menu p {
    margin:0;
    font-size:3.5vw;
    line-height:0;
    font-weight:bold;
}*/
[off-canvas] {
	background: url(../img/bg.gif) repeat;
	padding: 10px 0;
}
}
/*------------------------------------------------------------
コンテンツ
------------------------------------------------------------*/
.wrap_inner {
	padding: 0 30px;
	margin-bottom: 30px;
}
.marker {
	background: #ff9;
}
.content_area {
	width: 1200px;
	margin: 0 auto;
}
.survey_area {
	width: 100%;
	padding: 20px;
	;
	/* box-shadow */
	box-shadow: 0px 0px 5px 1px #dedede;
	-moz-box-shadow: 0px 0px 5px 1px #dedede;
	-webkit-box-shadow: 0px 0px 5px 1px #dedede;
	/* border-radius */
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 30px;
	background: #fff;
}
.survey_area li {
	font-size: 15px;
	line-height: 2;
}
.survey_area li span {
	color: #e4546c;
}

@media (max-width:1200px) {
.wrap_inner {
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
}
/*------------------------------------------------------------
右カラム
------------------------------------------------------------*/
#content {
	max-width: 790px;
	width: 66.5%;
	float: left;
}
.select_area {
	background-color: #ffffff;
	/* box-shadow */
	box-shadow: 0px 0px 5px 1px #dedede;
	-moz-box-shadow: 0px 0px 5px 1px #dedede;
	-webkit-box-shadow: 0px 0px 5px 1px #dedede;
	/* border-radius */
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 30px;
}
.rank_area {
	background: #fbfbfb;
	/* box-shadow */
	box-shadow: 0px 0px 5px 1px #dedede;
	-moz-box-shadow: 0px 0px 5px 1px #dedede;
	-webkit-box-shadow: 0px 0px 5px 1px #dedede;
}
.rank_wrap {
	padding: 20px;
	width: 100%;
	margin-bottom: 10px;
}

@media (max-width:1200px) {
.rank_wrap {
	padding: 0;
}
.rank_area {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.rank_wrap {
	padding: 0;
}
}
.content_ttl {
	border-radius: 8px;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.2) inset;
	text-align: center;
	background: #2eabb6;
	color: #ffffff;
	margin: 20px 20px 0;
	padding: 0 40px;
}
.content_ttl span {
	font-size: 26px;
	line-height: 2em;
	color: #ffffff;
}

@media (max-width:1200px) {
.content_ttl {
	padding: 10px;
	margin: 10px 10px 0;
}
.content_ttl span {
	display: block;
	font-size: 16px;
	line-height: 1.2;
}
}
.point_txt {
	padding: 20px;
}
.point_txt h4 {
	background: url(../img/select_ttlbg.png) no-repeat left bottom;
	color: #767675;
	line-height: 35px;
	width: 90%;
	padding: 0 0 0 20px;
	margin-bottom: 30px;
}

@media (max-width:1200px) {
	.point_txt {
		background: none;
		padding: 10px;
	}
	.point_txt h4 {
		width: 100%;
		background: #f5dbd0;
		padding: 10px;
		line-height: 1.5em;
		border-radius: 5px;
		font-size: 14px;
		margin-bottom: 10px;
	}
	.point_txt p {
		width: 100%;
	}
}

.point_txt figure.point_1-3 {
	border: 1px solid #cccccc;
	border-radius: 5px;
}

.bgY {
	background: #ff9;
}
.bgM {
	font-weight: bold;
	color: #d80935;
}


.bgP {
	display: inline;
	font-size: 30px;
	font-weight: bold;
	background: linear-gradient(transparent 70%, #ffe7f2 70%);
}

@media (max-width:1200px) {
.bgP {
	font-size: 20px;
}
}
.red_btn {
	width: 60%;
	border-radius: 30px;
	display: block;
	line-height: 2em;
	color: #FFF;
	text-align: center;
	background: red;
}
.ranking_box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.ranking_box li {
	padding-top: 10px;
	width: 33%;
	text-align: center;
}
.rank_img {
	margin-bottom: 5px;
}
.item_name {
	font-size: 20px;
}

@media (max-width:1200px) {
.ranking_box {
	display: block;
}
.ranking_box li {
	width: 60%;
	margin: 0 auto 20px;
}
.item_name {
	font-size: 12px;
	line-height: 1.5em;
}
}
.point_img {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.dtlbtn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e4546c), color-stop(0.01, #f67b8f));
	background: -webkit-linear-gradient(top, #f67b8f 1%, #e4546c 100%);
	background: -moz-linear-gradient(top, #f67b8f 1%, #e4546c 100%);
	background: -o-linear-gradient(top, #f67b8f 1%, #e4546c 100%);
	background: -ms-linear-gradient(top, #f67b8f 1%, #e4546c 100%);
	background: linear-gradient(to bottom, #f67b8f 1%, #e4546c 100%);
	text-align: center;
	line-height: 30px;
	width: 90%;
	margin: 0 auto 10px;
}

@media (max-width:1200px) {
.dtlbtn {
	line-height: 1.5em;
}
}
.dtlbtn a, .sitebtn a {
	color: #fff;
	text-decoration: none;
}
.sitebtn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f57435), color-stop(0.01, #ff9a69));
	background: -webkit-linear-gradient(top, #ff9a69 1%, #f57435 100%);
	background: -moz-linear-gradient(top, #ff9a69 1%, #f57435 100%);
	background: -o-linear-gradient(top, #ff9a69 1%, #f57435 100%);
	background: -ms-linear-gradient(top, #ff9a69 1%, #f57435 100%);
	background: linear-gradient(to bottom, #ff9a69 1%, #f57435 100%);
	text-align: center;
	line-height: 30px;
	width: 90%;
	margin: 0 auto;
}

@media (max-width:1200px) {
.sitebtn, .dtlbtn {
	font-size: 12px;
	padding: 15px;
	line-height: 1em;
}
}
.department_ttl {
	text-align: center;
	line-height: 40px;
	font-size: 21px;
	background: #cfeaec;
	padding: 3px 3px 3px;
}
.department_ttl span {
	background: #e5556d;
	color: #fff;
	padding: 2px 5px;
	margin-right: 20px;
}

@media (max-width:1200px) {
.department_ttl {
	border-radius: 10px 10px 0 0;
}
.department_ttl span {
	display: block;
	line-height: 1.5;
	font-size: 14px;
	margin: 5px 20% 0;
}
}
.department_box {
	background: #fff;
	padding: 20px;
}
.department_list {
	display: flex;
	justify-content: space-between;
}
.department_list > li:first-child {
	margin-bottom: 40px;
}
.department_list > li {
	width: 46%;
}

@media (max-width:1200px) {
.department_list > li:first-child {
	margin-bottom: 0;
}
.department_list {
	display: block;
}
.department_list > li {
	width: 100%;
}
}
.department_list h4 {
	background: #f2f0ee;
	text-align: center;
	line-height: 40px;
	font-size: 22px;
	margin-bottom: 10px;
}

@media (max-width:1200px) {
.department_list h4 {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 0;
	line-height: 1.3em;
}
}
.ranklist li {
	line-height: 1.5em;
	text-align: center;
	width: 25%;
	float: left;
}

@media (max-width:1200px) {
.ranklist li {
	font-size: 14px;
}
}
.rank01 span {
	background: #fff2c7;
	font-size: 10px;
	padding: 2px 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-right: 10px;
}
.rank02 span {
	background: #ececec;
	font-size: 10px;
	padding: 2px 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-right: 10px;
}
.rank03 span {
	background: #fadbce;
	font-size: 10px;
	padding: 2px 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-right: 10px;
}
.ranklist a {
	color: #767675;
	/*text-decoration: none;*/
	font-weight: 500;
}
.research_area {
	background: #eeeeee;
	padding: 20px;
}
.research_inner {
	padding: 20px;
}

@media (max-width:1200px) {
.research_inner {
	padding: 0;
}
.research_area {
	padding: 0;
}
}
.research_inner h4 {
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 22px;
	margin-top: 10px;
}
.research_inner h4::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #e4546c;
	border-radius: 4px;
}

@media (max-width:1200px) {
	.research_inner {
		padding: 10px;
	}
	.research_inner h4 {
		font-size: 16px;
	}
}

.rec_point {
	margin-top: 20px;
}
.rec_point dt {
	font-size: 24px;
	font-weight: bold;
	margin: 20px;
	padding: 0 0 10px 1.5em;
	border-bottom: #135358 2px solid;
	color: #135358;
	position: relative;
}

.rec_point dt span {
	position: absolute;
	left: 0;
	font-size: 120%;
}

.rec_point dd {
	padding-left: 1.9em;
	padding-right: 1.9em;
	font-size: 17px;
	line-height: 1.8;
	margin-bottom: 30px;
}

@media (max-width:1200px) {
	.rec_point {
		margin: 10px;
	}

	.rec_point dt {
		font-size: 18px;
		line-height: 1.2em;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}

	.rec_point dd {
		font-size: 14px;
		line-height: 1.5em;
		padding-left: 0;
		padding-right: 0;
	}
}

.rec_point p.red {
	color: red;
}

.why {
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}
.why .txt {
	width: 65%;
	font-size: 17px;
}
.why .photo {
	width: 30%;
}

@media (max-width:1200px) {
.why {
	display: block;
}
.why .txt {
	width: 100%;
	font-size: 14px;
}
.why .photo {
	width: 30%;
	margin: 0 auto;
}
}
.mutenka, .matome {
	margin: 20px 0;
	font-size: 17px;
}
.mutenka .photo, .tasting_inner .photo {
	display: flex;
	justify-content: space-between;
}

@media (max-width:1200px) {
.mutenka .photo, .tasting_inner .photo {
	display: block;
	margin: 0 auto;
	max-width: 159px;
}
}
.tasting_area {
	background: url(../img/drinking_bg.png) repeat;
	padding: 5px 7px 3px;
	border-radius: 10px;
	border: #f5dcd0 2px solid;
}

@media (max-width:1200px) {
.tasting_area h5 img {
	padding: 0 20%;
}
}
.tasting_area h5 {
	text-align: center;
	padding-top: 20px;
	margin-bottom: 10px;
}
.tasting_inner {
	background-color: rgba(255,255,255,0.6);
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}

@media (max-width:1200px) {
.tasting_inner {
	padding: 10px;
	margin-bottom: 10px;
	}
}
.tasting_inner .txt {
	font-size: 15px;
}


@media (max-width:1200px) {
	.tasting_area {
		background: url(../img/drinking_bg.png) repeat;
		padding: 0 10px 5px;
		border: 0;
	}
	.tasting_inner .txt {
		font-size: 13px;
	}
}

.matome_btn_area {
	width: 40%;
	margin: 40px auto 0;
}
.rank5_area {
	background: #fff;
}
.rank5_area_inner {
	padding: 20px;
}
.rank5_list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.rank5_list li {
	text-align: center;
	padding: 5px;;
	width: 19.5%;
	margin-top: 22px;
}

.rank5_list li:first-child {
	margin-top : 0;
	width: 22%;
}

@media (max-width:1200px) {

	.rank5_area_inner {
		padding: 10px;
	}

	.rank5_list li {
		width: 29% !important;
		margin-top: 0;
		position: relative;
		padding: 0 0 30px 0;
	}

	.rank5_list li:first-child {
		width: 32% !important;
		margin-top: 0;
	}
}

.rank5_list li p {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: 500;
}
.rank5_list li a {
	color: #767675;
    text-decoration: none;
}
.rank5_list .txt-link{
background: #2eabb6;
    color: #fff;
    padding: 3px;
    border-radius: 50px;
    line-height: 1.5em;
    padding: 0 3px;

}


@media (max-width: 640px) {
.rank5_list .txt-link{
	position: absolute;
	border-radius: 5px;
	bottom: 0;
	width: 100%;
	font-size: 0.8em;
}

}


.rank_tbl {
	margin-bottom: 10px;
}
.rank_tbl .double_circle {
	background: #fffbe7;
	    color: #d80935;
}
.rank_tbl p {
	background: #d8f7f9;
	width: 100%;
	line-height: 24px;
	text-align: center;
	margin-bottom: 8px;
}
.rank_tbl p span {
	font-size: 11px;
}
.rank_tbl ul {
	display: flex;
	justify-content: space-between;
}
.rank_tbl ul li {
	text-align: center;
	width: 19%;
	border-right: 1px dotted #cccccc;
	font-size: 15px;
	padding: 8px 5px;
	line-height: 1.5;
}



@media (max-width:640px) {
	.rank_tbl ul li:first-child {
		width: 100%;
	}
}

@media (min-width:1201px) {
	.rank_tbl ul li:first-child {
		width: 22%;
	}
}


.rank_tbl ul li .vgood-txt {
	font-weight: bold;
	font-size: 17px;
}
.rank_tbl ul li .vgood {
	font-size: 60px;
	color: #e4546c;
	font-weight: 900;
	line-height: 80px;
}
.rank_tbl ul li .good {
	font-size: 60px;
	color: #ffc163;
	font-weight: 900;
	line-height: 80px;
}
.rank_tbl ul li .bad {
	font-size: 60px;
	color: #7fcdf1;
	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;
}
.fsS {
	font-size: 12px;
	text-align: left;
	line-height: 1.5em;
	display: block;
}
.fsM {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	line-height: 1.5em;
	display: block;
}

@media (max-width:1200px) {
#content {
	width: 95%;
	max-width: 790px;
	float: none;
	margin: 20px auto;
}
.rank_tbl ul li {
	width: 100%;
}



	.rank_tbl ul li .vgood-txt {
	font-weight: bold;
	font-size: 12px;
}
.rank_tbl ul li .vgood, .rank_tbl ul li .good, .rank_tbl ul li .bad {
	font-size: 40px;
	line-height: 50px;
}
.rank_tbl ul li .worse {
	font-size: 60px;
	line-height: 50px;
}
.rank_tbl {
	width: 100%;
}
.rank_tbl ul li:nth-child(3) {
	border: none;
}
.rank_tbl p {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0;
}
}
/*------------------------------------------------------------
左カラム
------------------------------------------------------------*/
#side {
	max-width: 790px;
	margin: auto;
	width: 30.5%;
	float: right;
}
#side .cat_block {
	background: #cfeaec;
	box-shadow: 2px 2px 7px #ccc;
	margin-bottom: 20px;
}

@media (max-width:1200px) {
#side .cat_block {
	margin: 0;
}
}
#side .cat_block h3 .sd_rv {
	background: #eeeeee;
	border-top: #30abb5 2px solid;
	border-bottom: #30abb5 2px solid;
	padding: 2px 0;
	margin: 2px 0;
}
#side .cat_block h3 {
	border-top: #2eabb6 3px solid;
	text-align: center;
	background-size: auto 100%;
	height: 45px;
	line-height: 50px;
	font-size: 18px;
	color: #555555;
	margin-bottom: 5px;
	font-weight: 500;
}
#side .cat_block ul {
	background: #fff;
}
#side .cat_block li {
	padding: 10px 10px;
	line-height: 1.5;
	font-size: 17px;
}
#side .cat_block li:last-child {
	border: none;
}

#side .side_column li {
	border-bottom: 1px dotted #cccccc;
	text-indent: inherit;
	padding-left: 0.5em;
}

#side .side_column li a {
	margin-left: 5px;
	color: #767675;
	display: flex;
	align-items: center;
}

#side .side_column li a .photo {
	margin-right: 0.5em;
	width: 25%;
	height: 25%;
}

#side .side_column li a span {
	width: 70%;
}

#side .nav_review h3 {
	text-align: center;
	position: relative;
	font-size: 20px;
	font-weight: 500;
	padding: 0.5em 0;
	background-color: #f2f2f2;
	margin-top: 5px;
}
#side .nav_review h3::before, #side .nav_review h3::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}
#side .nav_review h3::before {
	top: 0;
	margin-top: -7px;
	border-top: 2px solid #30abb5;
}
#side .nav_review h3::after {
	bottom: 0;
	margin-bottom: -7px;
	border-bottom: 2px solid #30abb5
}
#side .nav_review li:first-child {
	margin-top: 25px;
}
#side .nav_review li:nth-child(n + 1) {
	margin-bottom: 15px;
}
#side .nav_review li:last-child {
	margin-bottom: 0;
}
.review_img {
	width: 27%;
	float: left;
}
.review_img img {
	width: 64px;
	height: auto;
}
.review_cap {
	width: 73%;
	float: right;

}
.itemttl {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 500;
	color: #767675;
	text-decoration: underline;
}
.ellipsis {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 10px;
	line-height: 13px;
	color: #767675;
}

@media (max-width:1200px) {
#side {
	width: 95%;
	float: none;
}
#side .cat_block {
	margin-bottom: 15px;
}
#side .cat_block h3 {
	background: #c8eff3;
	border-top: #2eabb6 3px solod;
	background-size: 18px;
	height: 28px;
	line-height: 29px;
	font-size: 18px;
	margin-bottom: 5px;
}
}
/*------------------------------------------------------------
トップページ
------------------------------------------------------------*/
.main {
	background: #e6fafc;
	text-align: center;
	margin-bottom: 30px;
}
.main2 {
	border: 5px solid #c3bbb1;
	background: #fff;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 30px;
	color: #7fa978;
	font-weight: bold;
}
.main2 .com {
	background: #d9ebd9;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 15px;
}
.main2 .com .cat {
	font-weight: 600;
	color: #655;
	font-size: 30px;
	background: url(../img/crown.png) left center no-repeat;
	padding-left: 55px;
	height: 37px;
	line-height: 40px;
}
.main2 .com .cat + p {
	margin: 0;
	color: #333;
	font-weight: normal;
	font-size: 18px;
}
.main2 .btn {
	display: block;
	background: #fe9aac;
	background: -moz-linear-gradient(top, #acd309c 0%, #65a201 100%);
	background: -webkit-linear-gradient(top, #acd309 0%, #65a201 100%);
	background: linear-gradient(to bottom, #acd309 0%, #65a201 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd309', endColorstr='#65a201', GradientType=0 );
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
	width: 160px;
	height: 40px;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}
.main2 li.no1 {
	width: 50%;
	float: left;
	background: url(../img/main2_1.png) left bottom no-repeat;
	position: relative;
}
.main2 li.no1 img {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.main2 li.no1 .name {
	margin: 0;
	padding-left: 95px;
	font-size: 40px;
}
.main2 li.no1 .btn {
	position: absolute;
	right: 0;
	bottom: 8px;
}
.main2 li.no2 {
	width: 47%;
	float: right;
	background: url(../img/main2_2.png) left center no-repeat;
	padding-left: 70px;
	margin: 10px 0 30px;
	position: relative;
}
.main2 li.no3 {
	clear: right;
	width: 47%;
	float: right;
	background: url(../img/main2_3.png) 5px center no-repeat;
	padding-left: 70px;
	position: relative;
}
.main2 li.no2 .name, .main2 li.no3 .name {
	font-size: 22px;
	margin-bottom: 5px;
}
.main2 li.no2 .img, .main2 li.no3 .img {
	position: absolute;
	top: 0;
	right: 0;
	width: 215px;
	height: 83px;
	text-align: center;
	border: 1px solid #ddd;
}
.main2 li.no2 img, .main2 li.no3 img {
	max-height: 100%;
}
ul.top_grid {
	margin-bottom: 15px;
}
ul.top_grid > li {
	width: 32.4%;
	float: left;
	margin-right: 1.4%;
	margin-bottom: 10.5px;
	border-radius: 10px;
	padding: 10px 10px 50px 10px;
	position: relative;
	background: #fff;
	border: 3px solid #c3bbb1;
}
ul.top_grid > li:nth-child(3n) {
	float: right;
	margin-right: 0;
}
ul.top_grid > li h3 {
	background: url(../img/h3_laurel1.png) no-repeat;
	padding-left: 53px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #7fa978;
	margin-bottom: 3px;
}
ul.top_grid > li h3.nega {
	background: url(../img/batu.png) left center no-repeat;
	background-size: auto 100%;
	padding-left: 25px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
}
ul.top_grid > li h3 + p {
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	line-height: 1.2;
	height: 33px;
}
ul.top_grid > li .rankbox {
	margin: 10px 0;
}
ul.top_grid > li .rankbox .rank01 {
	background: #a4c59e url(../img/rank_icon1.png) 4px 9px no-repeat;
	font-weight: bold;
	padding: 12px 0 12px 40px;
	border-bottom: 2px solid #fff;
}
ul.top_grid > li .rankbox .rank02 {
	background: #a4c59e url(../img/rank_icon2.png) 4px 5px no-repeat;
	padding: 8px 0 8px 40px;
	border-bottom: 2px solid #fff;
}
ul.top_grid > li .rankbox .rank03 {
	background: #a4c59e url(../img/rank_icon3.png) 4px 5px no-repeat;
	padding: 8px 0 8px 40px;
}
ul.top_grid > li .rankbox .rank01.nega {
	background: #a4c59e url(../img/rank_nega1.png) 4px 9px no-repeat;
	border-bottom: 2px solid #fff;
}
ul.top_grid > li .rankbox .rank02.nega {
	background: #a4c59e url(../img/rank_nega2.png) 4px 5px no-repeat;
	border-bottom: 2px solid #fff;
}
ul.top_grid > li .rankbox .rank03.nega {
	background: #a4c59e url(../img/rank_nega3.png) 4px 5px no-repeat;
}
ul.top_grid > li .rankbox a {
	color: #fff;
	font-size: 1.1em;
}
ul.top_grid > li .img {
	text-align: center;
	margin: 15px auto;
	background: #fff;
}
ul.top_grid > li p {
	font-size: 13px;
	margin-bottom: 10px;
}
ul.top_grid > li .buy {
	width: 180px;
	height: 35px;
	line-height: 35px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	margin: auto;
	display: block;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 2px rgba(255, 255, 255, .3);
	-moz-box-shadow: inset 0 2px rgba(255, 255, 255, .3);
	box-shadow: inset 0 2px rgba(255, 255, 255, .3);
	background-image: -webkit-linear-gradient(bottom, #02829d, #8fd5ae);
	background-image: -moz-linear-gradient(bottom, #02829d, #8fd5ae);
	background-image: -o-linear-gradient(bottom, #02829d, #8fd5ae);
	background-image: -ms-linear-gradient(bottom, #02829d, #8fd5ae);
	background-image: linear-gradient(to top, #02829d, #8fd5ae);
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
ul.top_grid > li .hplink2 {
	position: absolute;
	bottom: 5px;
	width: 92%;
}
p.sogo_comment {
	margin: 20px 0 0;
	color: #333;
	font-weight: normal;
}
p.bangai {
	background: #d9ebd9 url(../img/nega.png) 10px center no-repeat;
	border-radius: 5px;
	padding: 7px 0 7px 50px;
	font-size: 20px;
	color: #4d3a56;
	font-weight: bold;
}
.sogo {
	clear: both;
	border: 5px solid #ccc;
	padding: 15px;
	background: #fff;
}
.sogo dl {
	height: 853px;
	overflow-y: scroll;
}
.sogo dt {
	font-weight: bold;
	margin-bottom: 5px;
}
.sogo dd {
	font-size: 0.9em;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}
.sogo dd:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}
p.ttl {
	height: 30px;
	line-height: 30px;
	/*background:url(../img/ppp.png) left no-repeat;
    background-size:auto 30px;*/
	font-size: 18px;
	color: #be2727;
	font-weight: bold;/*padding-left:40px;*/
}
.gaiyo {
	border: 5px solid #ccc;
	padding: 15px;
	margin-top: 20px;
	background: #fff;
}
p.itiran {
	color: #be2727;
	font-size: 1.1em;
	margin-bottom: 10px;
	font-weight: bold;
}
.gaiyo p, .sogo p {
	margin-bottom: 10px;
}
.gaiyo p:last-child, .sogo p:last-child {
	margin-bottom: 0;
}

@media (max-width:640px) {
.main {
	margin: 55px 0 15px;
}
}

@media (max-width:1200px) {
.main {
	margin: 6% 0 15px;
}
.main2 {
	padding: 6px;
}
.main2 .com {
	padding: 10px;
	margin-bottom: 10px;
}
.main2 .com .cat {
	font-size: 16px;
	background: url(../img/crown.png) left top no-repeat;
	background-size: 20px auto;
	padding-left: 23px;
	height: auto;
	line-height: 20px;
}
.main2 .com .cat + p {
	font-size: 13px;
}
.main2 .btn {
	display: block;
	width: 36vw;
	height: 30px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
}
.main2 li.no1 {
	width: 100%;
	float: none;
	background: url(../img/main2_1.png) 2px bottom no-repeat;
	background-size: 50px auto;
	position: relative;
	margin-bottom: 5px;
}
.main2 li.no1 img {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
.main2 li.no1 .name {
	margin: 0;
	font-size: 6vw;
	padding: 1vw 0 1vw 62px;
}
.main2 li.no1 .btn {
	right: 0;
	bottom: 1.5vw;
}
.main2 li.no2 {
	width: 100%;
	float: none;
	background: url(../img/main2_2.png) 3px center no-repeat;
	background-size: 46px auto;
	padding-left: 60px;
	margin: 0 0 10px;
	position: relative;
}
.main2 li.no3 {
	clear: right;
	width: 100%;
	float: none;
	background: url(../img/main2_3.png) 3px center no-repeat;
	background-size: 45px auto;
	padding-left: 60px;
	position: relative;
}
.main2 li.no2 .name, .main2 li.no3 .name {
	font-size: 5vw;
	margin-bottom: 0;
}
.main2 li.no2 .img, .main2 li.no3 .img {
	position: absolute;
	top: auto;
	bottom: 0;
	right: 0;
	width: 30vw;
	height: 15vw;
}
ul.top_grid > li, ul.top_grid > li:nth-child(3n) {
	width: 100%;
	height: auto;
	float: none;
	margin: 0 0 10px;
	border-radius: 8px;
	padding: 10px 10px 60px 10px;
	text-align: center;
}
ul.top_grid > li h3 {
	background: url(../img/h3_laurel1.png) no-repeat;
	background-size: 30px auto;
	padding-left: 35px;
	padding-right: 15px;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	margin: 0 auto 2px;
	display: inline-block;
	height: auto;
}
ul.top_grid > li h3 + p {
	font-size: 14px;
	height: auto;
	padding-left: 0;
	text-align: center;
}
ul.top_grid > li .rankbox {
	width: 80%;
	margin: 10px auto;
	text-align: left;
}
ul.top_grid > li .rankbox .rank01 {
	padding: 12px 0 12px 40px;
}
ul.top_grid > li .rankbox .rank02 {
	padding: 7px 0 7px 40px;
}
ul.top_grid > li .rankbox .rank03 {
	padding: 7px 0 7px 40px;
}
ul.top_grid > li .img {
	margin: 10px auto;
	height: 100px;
}
ul.top_grid > li .img img {
	max-height: 100%;
}
ul.top_grid > li p {
	text-align: left;
	font-size: 12px;
	margin-bottom: 8px;
}
ul.top_grid > li .buy {
	width: 55vw;
	height: 30px;
	line-height: 30px;
	position: static;
	margin: 10px auto 0;
	display: block;
	font-size: 15px;
}
ul.top_grid > li .hplink2 {
	width: 70%;
	margin: auto;
	left: 0;
	right: 0;
}
p.bangai {
	background-size: 20px auto;
	padding: 7px 0 7px 35px;
	font-size: 16px;
}
.sogo {
	padding: 8px;
}
.sogo dl {
	height: 500px;
}
.sogo dt {
	margin-bottom: 4px;
	font-size: 0.9em;
	line-height: 1.2;
}
.sogo dd {
	padding-bottom: 7px;
	margin-bottom: 10px;
}
p.ttl {
	height: auto;
	line-height: 1;
	font-size: 16px;
}
.gaiyo {
	padding: 8px;
	margin-top: 10px;
}
.gaiyo p:first-child {
	font-size: 0.9em;
	margin-bottom: 8px;
}
.gaiyo p, .sogo p {
	font-size: 0.85em;
	margin-bottom: 5px;
}
p.itiran {
	margin-bottom: 5px;
}


}




/*------------------------------------------------------------
トップコラムコンテンツ（SP専用）
------------------------------------------------------------*/
.sp_column_area {
	width: 95%;
	max-width: 790px;
	float: none;
	margin: 0 auto;
}

.sp_column_area .cat_block {
	background: #ffffff;
	box-shadow: 2px 2px 7px #ccc;
	margin-bottom: 30px;

}

.sp_column_area .cat_block h3 {
	background: #cfeaec;
	border-top: #2eabb6 3px solid;
	padding: 1em 0;
	font-weight: bold;
	text-align: center;
	font-size: 120%;
	line-height: 1.1;
}

.sp_column_area .cat_block ul {

}

.sp_column_area .cat_block ul li {
	border-bottom: 1px #cccccc dotted;
	padding-left: 1em;
}

.sp_column_area .cat_block ul li:last-child {
	border-bottom: none;
}

.sp_column_area .cat_block ul li a {
	display: flex;
	padding: 1.2em 0;
	color: #767675;
	font-weight: bold;
	position: relative;
	align-items: center;
	text-decoration: none;
}

.sp_column_area .cat_block ul li a .photo {
	margin-right: 0.5em;
	width: 25%;
	height: 25%;
}

.sp_column_area .cat_block ul li a span {
	width: 70%;
	font-size: 120%;
}



/*------------------------------------------------------------
下層
------------------------------------------------------------*/


.kaso {
	background: #fff;
	border-radius: 20px;
}
.kaso_inner {
	background: #fbfbfb;
	border: 1px solid #e5e5e5;
	border-radius: 15px;
	padding: 20px;
	line-height: 1.5em;
}
.kaso .h2_box {
	margin-bottom: 20px;
}
.kaso .h2_box h2 {
	text-align: center;
	vertical-align: middle;
	font-size: 26px;
	line-height: 2em;
	margin: 0px;
	color: #ffffff;
}
.kaso .h2_box .imgbox {
	display: table-cell;
	text-align: right;
	height: 70px;
	width: 100px;
}
.kaso h3 {
	color: #2eabb6;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN';
	position: relative;
	font-size: 35px;
	font-style: italic;
	line-height: 1.5em;
	border-bottom: #2eabb6 5px double;
	margin-top: 20px;
	margin-bottom: 20px;
}
.kaso h4 {
	font-size: 22px;
	font-weight: bold;
	margin: 30px 0 10px;
	color: #2eabb6;
}

@media (max-width:1200px) {
.kaso h3 {
	font-size: 16px;
	padding: 0.5em 25px;
}
.kaso h4 {
	font-size: 14px;
}
.kaso h4, .kaso h5 {
	line-height: 1.5em;
}
.kaso h4 span {
	font-size: 16px;
	line-height: 1.5em;
}
}
.kaso .card-box {
	width: 48.5%;
	padding: 15px;
	background: #ffffff;
	box-shadow: 2px 2px 7px #ccc;
	font-size: 16px;
	line-height: 1.4em;
}
.kaso .card-box p {
	margin-bottom: 0;
}
.kaso .card-boxf {
	display: flex;
}
.kaso .card-boxf .fl_r {
	margin-left: 10px;
}
.kaso h5 {
	margin: 0 0 10px;
	font-size: 1.1em;
	padding: 0 0 5px 3px;
	background: #d3f1f5;
	border-radius: 5px;
	text-align: center;
}
.kaso .leftbox img {
	float: left;
	width: 33%;
	margin-right: 2%;
	margin-bottom: 15px;
}
.kaso .leftbox p {
	float: right;
	width: 65%;
}
.kaso .rightbox img {
	float: right;
	width: 33%;
	margin-left: 2%;
	margin-bottom: 15px;
}
.kaso .rightbox p {
	float: left;
	width: 65%;
}
.kaso .hplink {
	background: url(../img/btn02.png) no-repeat;
	width: 300px;
	height: 62px;
	padding: 20px 0 0 20px;
	margin: 30px auto 20px;
}
.kaso .hplink2 {
	text-align: center;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.kaso .hplink a {
	color: #FFF;
	font-size: 16px;
	font-weight: 800;
	display: block;
}
.review dt {
	/*float: left;
	width: 70px;*/
}
.review dd {
	background: #ffffff;
	border-radius: 10px;
	/*float: right;
	width: 620px;*/
	width: 710px;
	padding: 10px;
	line-height: 1.5em;
}
.kaso .review-good {
	background: #fdeff1;
	border-radius: 10px;
	padding: 20px;
	margin-top: 20px;
}
.kaso .review-nt {
	background: #eeeeee;
	border-radius: 10px;
	padding: 20px;
	margin-top: 20px;
}
.kaso .review-bad {
	background: #e4f8fa;
	border-radius: 10px;
	padding: 20px;
	margin-top: 20px;
}

@media (max-width:1200px) {
.review dt {
	display: none;
}
.review dd {
	float: none;
	width: 100%;
}
.kaso .review-good, .kaso .review-nt, .kaso .review-bad {
	padding: 10px;
}
}
.kaso .review .good {
	color: #ee303e;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}
.kaso .review .good:before {
	font-family: FontAwesome;
	content: "\f087";
	margin-right: 3px;
}
.kaso .review .nt {
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}
.kaso .review .nt:before {
	font-family: FontAwesome;
	content: "\f256";
	margin-right: 3px;
}
.kaso .review .bad {
	color: #479cd8;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}
.kaso .review .bad:before {
	font-family: FontAwesome;
	content: "\f088";
	margin-right: 3px;
}
.kaso table {
	border-collapse: collapse;
}
.kaso table th, .kaso table td {
	border: 1px solid #ccc;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
}
div.rank-box {
	border: solid #6db8ed 4px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	width: 650px;
	margin: auto;
}
.rank-box ul {
	margin: 0 auto;
	display: block;
	max-width: 100%;
	padding: 2%;
}
.rank-box li {
	margin-right: 6%;
	width: 29%;
	float: left;
	text-align: center;
}
.rank-box li:nth-child(3) {
	margin-right: 0;
}
.rank-box li img:first-child {
	margin-bottom: 3%;
}
.mb2p {
	margin-bototm: 2%;
}
.h1-tbl-area {
	font-size: 16px;
	margin-top: 40px;
}
.h1-tbl-area figure {
	width: 25%;
	float: left;
	border: #cccccc 1px solid;
	margin-right: 20px;
}
.h1-tbl-area .h1-tbl-right {
	float: left;
	width: 70%;
}
.h1-tbl-area h4 {
	font-size: 24px;
	border: none;
	margin-top: 10px;
}
.h1-tbl-area h6 {
	font-size: 24px;
	color: #e4546c;
	padding-bottom: 10px;
}
.h1-tbl-area span {
	font-size: 20px;
	font-weight: bold;
}
.h1-tbl-btn {
	font-size: 14px;
	line-height: 3em;
	width: 48%;
}
.h1-tbl-btn-l {
	float: left;
}
.h1-tbl-btn-r {
	float: right;
}

@media (max-width:1200px) {
.h1-tbl-area figure {
	width: 50%;
	margin: 0 auto;
	float: none;
}
.h1-tbl-area .h1-tbl-right {
	float: none;
	width: 100%;
}
.kaso h4, .kaso h6, .h1-tbl-area span {
	font-size: 16px;
	line-height: 1.5em;
}
.kaso {
	border-radius: 15px;
}
.h1-tbl-btn {
	line-height: 1.5em;
	width: 48%;
}
.kaso_inner {
	border-radius: 5px;
	padding: 10px;
}
.kaso .hplink2 {
	width: 90%;
	margin: 0 auto;
}
.kaso .h2_box {
	padding: 5px;
	margin-bottom: 15px;
}
.kaso .h2_box h2 {
	font-size: 20px;
	padding: 10px;
}
.kaso .h2_box .imgbox {
	width: 75px;
	height: auto;
}
.kaso h3::after {
	position: absolute;
	top: 5px;
	z-index: 2;
	content: "";
	width: 5px;
	height: 22px;
	line-height: 1.4em;
}
.kaso h4, .kaso h5 {
	margin: 10px 0 5px;
}
.kaso .leftbox img, .kaso .rightbox img {
	float: none;
	width: auto;
	display: block;
	max-width: 50%;
	margin: 0 auto 10px;
}
.kaso .leftbox p, .kaso .rightbox p {
	float: none;
	width: 100%;
}
.kaso .hplink {
	background-size: 100%;
	width: 75vw;
	height: 0;
	padding: 6% 0 14.6% 5px;
	margin: 0 auto 10px;
}
.kaso .hplink a {
	font-size: 15px;
}
.kaso .review dd {
	font-size: 0.9em;
	margin-bottom: 10px;
}
.kaso .review br {
	display: none;
}
.kaso table th, .kaso table td {
	padding: 5px;
	line-height: 1.2;
	font-size: 0.9em;
}
}
/*------------------------------------------------------------
フッター
------------------------------------------------------------*/
footer {
	background: #cfeaec;
	padding: 20px 10px;
}
footer .footer {
	font-size: 16px;
	text-align: center;
	margin: 0;
	color: #333333;
	font-weight: 500;
	line-height: 1.8;
}
.pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	background: #75584b;
	text-align: center;
	padding-top: 1.6em;
	display: none;
}
.pagetop a {
	color: #fff;
	text-decoration: none;
	font-size: 1.3em;
}

@media (max-width:1200px) {
footer {
	padding: 10px 5px;
	position: relative;
}
footer .footer {
	font-size: 10px;
}
.pagetop {
	margin-left: auto;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: rgba(117,160,110,0.8);
	padding-top: 0.7em;
	z-index: 99999;
}
.pagetop a {
	font-size: 10px;
}
}

@media (max-width:1200px) {
.sb-site-fixed {
	position: fixed;
	border-bottom: #2eabb6 2px solid;
	background: #ffffff;
}
}
.drawer-menu {
	line-height: 1.5em;
	font-size: 17px;
	padding: 0 0 0 10px;
	line-height: 3em;
}
.drawer-menu a {
	text-decoration: none;
	color: #333333;
}
.drawer-menu-indent {
	text-indent: 1em;
	font-size: 14px;
	line-height: 2em;
}
/*------------------------------------------------------------
検索
------------------------------------------------------------*/
.research_area {
	background: #fff;
	padding-bottom: 20px;
}
.research_inner {
	padding: 20px;
}
.research_inner h4 {
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 22px;
	margin-top: 10px;
}
.research_inner h4::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #e4546c;
	border-radius: 4px;
}

@media (max-width:1200px) {
	.research_inner {
		padding: 10px;
	}

	.research_inner h4 {
		font-size: 16px;
	}
}

/*   検索フォーム関連       */

form .form_section {
	margin-bottom: 30px;
}

.form_title_word {
	text-align: center;
}

@media (min-width:641px) {
	.form_title_word .type01 { display: block;}
	.form_title_word .type02 { display: none;}
}

@media (max-width:640px) {
	.form_title_word .type01 { display: none;}
	.form_title_word .type02 { display: block;}
}

.index_search {
	border-collapse: collapse;
	width: 100%;
	background: #fff;
	margin-bottom: 20px;
	margin-top: 10px;
}

.index_search th {
	border-collapse: collapse;
	border: #cccccc 1px solid;
	background-color: #d8f7f9;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 80%;
	padding: 10px;
	line-height: 1.4;
}

.index_search td {
	border-collapse: collapse;
	border: #cccccc 1px solid;
	text-align: left;
	vertical-align: middle;
	padding: 15px;
	font-size: 80%;
}

/*------------フォームスマホ版------------*/
	@media (max-width:640px) {

		form .form_section {
			margin-bottom: 10px;
		}

		.form_title_word img {
			width: 100%;

		}


		.index_search {
			margin-bottom: 0;
		}

		.index_search th {
			width: 100%;
			display: block;
			border: none;
			font-size: 100%;
			text-align: left;
			border-radius: 5px;
			margin-top: 10px;
		}

		.index_search td {
			width: 100%;
			display: block;
			border: none;
			font-size: 100%;
			padding: 15px 10px 0 10px;
		}

		.index_search td label{
			width: 100%;
			display: block;
			margin-bottom: 5px;
		}
		.index_search td label input{
			margin: 0;
		}


		form {
			margin-bottom: 20px;
			border: 4px solid #d8f7f9;
			background: #ffffff;
			border-radius: 10px;
			padding: 5px;
		}


		form .ac input {
			width: 85%;
		}


	}

/*------------絞込み検索のアコーディオン用------------*/
		.toggle_btn_area {
			display: none;
		}

	@media (max-width:640px) {
		.toggle_btn_area {
			display: block;
			margin-bottom: 20px;
			margin-top: 10px;
		}
		.toggle_btn_area li {
			text-align: center;
			width: 75%;
			margin: 0 auto;
		}

		.tr_toggle {
			display: none;
		}

		.toggle_btn_area .btn_off {
			display: none;
		}
	}
/*----------------------------------------------------*/

.item-price table {
	border: #cccccc 1px solid;
	table-layout: fixed;
	width: 100%;
}
.item-price table th {
	background: #fffae5;
}
.item-price table td {
	background: #ffffff;
}
.point_txt_w_l {
	width: 275px;
}
.point_txt_w_r {
	width: 450px;
	font-size: 16px;
	line-height: 1.5em;
}

@media (max-width:1200px) {
	.point_txt_w_l, .point_txt_w_r {
		width: 100%;
		font-size: 12px;
		line-height: 1.5em;
	}
}

.point_txt ul li {
	padding-left: 4px;
	padding-right: 1px;
	float: left;
	width: calc(100% / 3);
}

@media (max-width:1200px) {
	.point_txt ul li {
		float: none;
		text-align: center;
	}
}
.bl_ttl {
	background: #2eabb6;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	display: inline;
	padding: 5px 10px;
	line-height: 1.5;
	border-radius: 8px 8px 0 0;
}
.bl_box {
	border: #2eabb6 3px solid;
}

@media (max-width:1200px) {
.bl_ttl {
	font-size: 14px;
	padding: 1px 10px;
}
}
.top-btn-area {
	padding: 0 3%;
}
.top-btn-area .acp-btn-1 {
	float: left;
	width: 49%;
}
.top-btn-area .acp-btn-2 {
	float: right;
	width: 49%;
}
.side-item {
	overflow: hidden;
	max-width: 370px;
	margin: 0 auto;
	text-align: center;
}
.side-item-l {
	float: left;
	width: 48%;
}
.side-item-r {
	float: right;
	width: 48%;
}
.drw-ttl-1 {
	text-align: center;
	background: #2eabb6;
	border-radius: 5px;
	line-height: 2em;
	font-weight: bold;

}
.drw-ttl-2 {
	text-decoration: none;
	border-bottom: #333 2px solid;
	display: block;
	color: #333;
	text-align: center;
    line-height: 1.3em;
    padding-bottom: 8px;
    margin-top: 24px;
	font-size: 18px;
	font-weight: bold;
}
/*-------------0406_以下太田健追加-------------*/
.secondLine_indent{
    padding-left: 1.4em;
    text-indent: -1.4em;
    line-height: 1.2;
    margin-bottom: 0;
    color: #555;
}



/*------------------------------------------------------------
SP slidearea
------------------------------------------------------------*/
.swiper-container {
}

.swiper-container .swiper-wrapper {
}

.swiper-container .swiper-wrapper .swiper-slide {
	padding: 10px;
}

.swiper-container .swiper-button-next {
	width: 27px;
	height: 27px;
	right: 4px;
	width: 27px;
	 background: rgba(0,0,0,0.6);
}

.swiper-container .swiper-button-next:before {
    content: ">";
    color: #ffffff;
    font-size: 2em;
    position: absolute;
    right: 3px;
}

.swiper-container .swiper-button-prev {
	width: 27px;
	height: 27px;
	left: 0;
	width: 27px;
	 background: rgba(0,0,0,0.6);
}

.swiper-container .swiper-button-prev:before {
    content: "<";
    color: #ffffff;
    font-size: 2em;
    position: absolute;
    left: 3px;
}

.top-btn-area {
    display: block;
}
.top-btn-area p {
    width: 100%;
}
.top-btn-area p:nth-child(2) a{
    color: #6f6f6f!important;
    text-align: right;
    /* padding-right: 5%; */
    display: block;
    font-weight: bold;
    text-decoration: none;
}
.top-btn-area .acp-btn-1 {
    width: 100%;
}
.ba{
	background-color: #FFFFFF;
	padding: 20px;

}
.ba_img img{
	padding: 10px;
	width:100%;
}
@media (max-width:1200px) {
.ba_img img{
	float: inherit;
	padding: 10px;
}

	.ba_img p{
		text-align: inherit;
	}
}
@media (max-width:768px) {
	.table-outer{
		width: 100%;
		margin: 5% auto;
		border-bottom: solid 1px #999;
	}

	.table-cell__outer{
		display: flex;
		/* border: solid 1px #999; */
	}

	.table-cell__outer>dt{
		width: 40%;
		background-color: #2eabb669;
		font-weight: bold;
		font-size: 14px;
		padding: 2% 5%;
		border: solid 1px #999;
		border-right: none;
		border-bottom: none;
	}

	.table-cell__outer>dd{
		width: 60%;
		font-size: 14px;
		border: solid 1px #999;
		padding:  2% 5%;
		border-bottom: none;
	}
	.compare-cell__outer{
		display: flex;
		text-align: center;
		/* border: solid 1px #999; */
	}

	.compare-cell__outer>dt{
		width: 20%;
		padding: 2% 3%;
		border: solid 1px #999;
		border-bottom: none;
		font-size: 14px;
		font-weight: bold;
	}

	.compare-cell__outer>dd{
		width: 40%;
			padding: 9% 5%;
			border: solid 1px #999;
			border-bottom: none;
			border-left: none;
			font-size: 14px;
	}

	.compare-cell__outer>dd.product{
		padding: 5% 3%;
	}

	.compare-cell__outer>dd:first-child{
		padding: 0;
	}

	.compare-cell__outer:first-of-type{
		background-color:#2eabb669;
	}

	.compare-cell__outer:last-of-type{
		background-color:#2eabb669;
	}

	.compare-cell__outer>dd>a>img{
		max-width: 69%;
		margin-top: 10px;
	}

	.compare-cell__outer>dd>a>img:first-of-type{
		max-width: 69%;
		margin-top: 10px;
	}

	.compare-cell__outer>dd>a{
		font-weight: bold;
		font-size: 14px;
	}

	.double-circle{
		font-size: 50px;
		font-weight: bold;
		color: #ff00009c;
		font-family: "游ゴシック体", YuGothic;
	}

	.circle{
		font-size: 35px;
		/* font-weight: bold; */
		color: #f29203;
		font-family: "游ゴシック体", YuGothic;
	}

	.triangle{
		font-size: 30px;
		font-weight: bold;
		color: #2196f3;
		font-family:"Hiragino Kaku Gothic ProN","メイリオ", sans-serif;;
	}

	.cross{
		font-size: 30px;
		/* font-weight: bold; */
		font-family: "游ゴシック体", YuGothic;
	}

 .pc-item{
	 display: none;
 }

 .sp-item{
	 display: block;
 }

}
@media (min-width:768px) {
	.table-outer{
		width: 100%;
		margin: 5% auto;
		border-bottom: solid 1px #999;
	}

	.table-cell__outer{
		display: flex;
		/* border: solid 1px #999; */
	}

	.table-cell__outer>dt{
		width: 40%;
		background-color: #2eabb669;
		font-weight: bold;
		font-size: 16px;
		padding: 2% 5%;
		border: solid 1px #999;
		border-right: none;
		border-bottom: none;
	}

	.table-cell__outer>dd{
		width: 60%;
		font-size: 16px;
		border: solid 1px #999;
		padding:  2% 5%;
		border-bottom: none;
	}

	.compare-cell__outer{
		display: flex;
		text-align: center;
		/* border: solid 1px #999; */
	}

	.compare-cell__outer>dt{
		width: 20%;
		padding: 2% 5%;
		border: solid 1px #999;
		border-bottom: none;
		font-weight: bold;
	}

	.compare-cell__outer>dd{
		width: 40%;
			padding: 2% 5%;
			border: solid 1px #999;
			border-bottom: none;
			border-left: none;

	}

	.compare-cell__outer:first-of-type{
		background-color:#2eabb669;
	}

	.compare-cell__outer:last-of-type{
		background-color:#2eabb669;
	}

	.compare-cell__outer>dd>a>img{
		max-width: 52%;
		margin-top: 10px;
	}

	.compare-cell__outer>dd>a{
		font-weight: bold;
	}

	.double-circle{
		font-size: 50px;
		font-weight: bold;
		color: #f43030;
		font-family: "游ゴシック体", YuGothic;
	}

	.redl{
		color: #d80935;
	}

	.circle{
		font-size: 35px;
		/* font-weight: bold; */
		color: #f29203;
		font-family: "游ゴシック体", YuGothic;
	}

	.triangle{
		font-size: 30px;
		font-weight: bold;
		color: #2196f3;
		font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;;
	}

	.cross{
		font-size: 30px;
		/* font-weight: bold; */
		font-family: "游ゴシック体", YuGothic;
	}

	.ctr-flex{
 	 display: flex;
  }

	.ctr-flex__btn{
		width: 50%;
	}

	.pc-item{
		display: block;
	}

	.sp-item{
		display: none;
	}

}

.try img{
	margin-bottom:2%;
}

.try p{
	margin-bottom:6%;
}
