@charset "utf-8";


#dMWrapper {
	overflow: visible;
}

#dMWrapper::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -70px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 570px 0 0 450px;
	border-color: transparent transparent transparent #f0f3f5;
	z-index: 1;
}

body #dMain {
	position: relative;
	z-index: 2;
}

#dMainColumn .inner {
	max-width: 840px;
	width: 100%;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 180px;
}

#dKeyVisual h1 span.title_text {
	display: inline-block;
	margin-bottom: 12px;
}

#dKeyVisual h1 span.inline_block {
	font-size: initial;
	color: #333;
	line-height: 1.75;
	font-weight: normal;
	display: inline-block;
}

#dKVWrapper #dKeyVisual.rich_header h1 {
	width: calc(100% - 234px);
}

#dKVWrapper #dKeyVisual.rich_header .header_img {
	width: 234px;
	right: 0;
}

#dKVWrapper #dKeyVisual.rich_header .header_img img {
	margin-bottom: -70px;
}

@media screen and (max-width: 768px) {
	#dMWrapper::after {
		bottom: -50px;
		border-width: 350px 0 0 280px;
	}

	#dMainColumn .inner {
		max-width: 100%;
		width: auto;
		padding: 40px 10px;
	}

	#dKVWrapper #dKeyVisual.rich_header,
	.popupkv #dKVWrapper #dKeyVisual.rich_header {
		height: auto;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	#dKVWrapper #dKeyVisual.rich_header h1 {
		width: calc(100% - 190px);
	}

	#dKeyVisual h1 span.inline_block {
		font-size: 13px;
		line-height: 1.55;
	}

	#dKVWrapper #dKeyVisual.rich_header .header_img {
		width: 190px;
		right: -10px;
	}

	#dKVWrapper #dKeyVisual.rich_header .header_img img {
		margin-bottom: -70px;
	}
}

@media screen and (max-width: 480px) {
	#dKVWrapper #dKeyVisual.rich_header h1 {
		width: calc(100% - 130px);
	}

	#dKVWrapper #dKeyVisual.rich_header .header_img {
		width: 130px;
		right: -10px;
	}

	#dKVWrapper #dKeyVisual.rich_header .header_img img {
		margin-bottom: -70px;
	}
}

#aMainContents .dLoginBox .dModBoxPadding {
	margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
	#aMainContents .dLoginBox .dModBoxPadding {
		width: auto;
		padding: 20px 10px;
		margin-top: 20px;

	}

	#aMainContents .dLoginBox .dModBoxPadding ul li {
		width: 100%;
		float: none;
		margin: 0;
	}
}

#dMain h2 span {
	margin: 0;
}

#aMainContents a {
	transition: 0.4s opacity;
	-webkit-transition: 0.4s opacity;
}

#aMainContents a:hover {
	text-decoration: none;
}

@media screen and (min-width: 769px) {
	#aMainContents a:hover {
		opacity: 0.8;
	}
}

.yutai {
	/* font-family: 'Noto Sans Japanese','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif; */
	min-width: 1200px;
}

.yutai .content_inner {
	width: 1000px;
	margin: 0 auto;
}

.yutai p,
.yutai h1,
.yutai h3,
.yutai h4 {
	font-weight: normal;
	padding: 0;
	margin-bottom: 0;
}

.yutai h2 {
	background: none;
	margin-bottom: 20px;
}

.yutai h3 {
	border-left: none;
	background-color: transparent;
}

.yutai .fw_600 {
	font-weight: 600;
}

.yutai .fw_900 {
	font-weight: 900;
}

.fix_bnr {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 50;
}

/* 2019.04.24add */

.yutai_wrap {
	/* min-width: 1200px; */
	margin-top: 32px;
}

.yutai_inner {
	/* width: 1000px; */
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.pc_only {
	display: block;
}

.pc_only.inline {
	display: inline;
}

.sp_only,
.sp_only.inline {
	display: none;
}

@media screen and (max-width: 768px) {
	.yutai_wrap {
		min-width: 320px;
	}

	.yutai_inner {
		width: 100%;
	}

	.sp_only {
		display: block;
	}

	.sp_only.inline {
		display: inline;
	}

	.pc_only,
	.pc_only.inline {
		display: none;
	}
}

.yutai p.yutai_summary {
	margin-bottom: 20px;
}

div#dMain a.yutai_read_btn {
	display: block;
	position: relative;
	z-index: 1;
	line-height: 60px;
	text-decoration: none;
	margin: 0 auto;
	margin-bottom: 40px;

	width: 260px;
	border-radius: 100px;
	background: #153d70;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

div#dMain a.yutai_read_btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 25px;
	right: 24px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

@media screen and (max-width: 1280px) {
	div#dMain a.yutai_read_btn {
		line-height: 46px;
		font-size: 15px;
	}

	div#dMain a.yutai_read_btn::after {
		top: 19px;
		right: 20px;
		width: 7px;
		height: 7px;
	}
}

@media screen and (max-width: 768px) {
	div#dMain a.yutai_read_btn {
		line-height: 40px;
		margin-bottom: 30px;
		font-size: 14px;
	}

	div#dMain a.yutai_read_btn::after {
		top: 16px;
		right: 15px;
		width: 6px;
		height: 6px;
	}
}

/* mv */
.mv {
	text-align: center;
	position: relative;
	height: 410px;
	overflow: hidden;
	background: #fff;
	border-bottom: 5px solid #133486;
}

.mv_bg {
	width: 100%;
	height: 410px;
	position: absolute;
	top: 0;
	left: 0;
}

.mv_bg:before {
	content: "";
	display: block;
	width: 100%;
	height: 410px;
	position: relative;
	margin: 0px auto;
	background: url(/image/member/p/yutai/mv.jpg) no-repeat 50% 50%;
	background-size: cover;
}

h1.mv_page_ttl {
	width: 1200px;
	text-align: center;
	padding-right: 440px;
	margin: 0px auto;
	margin-top: 28px;
	font-size: 66px;
	font-weight: 600;
	color: #133486;
	letter-spacing: 0.01em;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	line-height: 1.2 !important;
}

#dMainColumn h1.mv_page_ttl .y {
	display: inline-block;
	vertical-align: top;
	font-size: 90px;
	color: #f2c02a;
	margin-top: -23px;
	margin-right: -4px;
}

.mv_page_ttl_subttl {
	display: inline-block;
	vertical-align: baseline;
	font-size: 16px;
	text-align: left;
	letter-spacing: 0.01em;
	padding-left: 0px;
	padding-right: 21px;
	line-height: 1.4 !important;
}

h2.mv_page_subttl {
	width: 1200px;
	text-align: center;
	margin: 0px auto;
	margin-top: 4px;
	padding-right: 440px;
	font-size: 35px;
	color: #ff0048;
	font-weight: 600;
	letter-spacing: 0.04em;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

.mv_page_subttl_cover {
	display: inline-block;
	position: relative;
	padding-bottom: 13px;
	z-index: 1;
}

.mv_page_subttl_cover:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 1%;
	width: 97%;
	height: 13px;
	background: url(/image/member/p/yutai/mv_underline.png) repeat -14px 0;
}

p.mv_page_txt {
	width: 1200px;
	text-align: center;
	margin: 0px auto;
	margin-top: 33px;
	padding-right: 440px;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: -0.01em;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	padding-left: 13px;
}

.mv_page_txt .str {
	font-size: 25px;
	font-weight: 900;
	letter-spacing: 0.05em;
}

.mv_fukidashi {
	position: absolute;
	left: 50%;
	bottom: -6px;
	margin-left: -409px;
}

@media screen and (max-width: 768px) {
	.mv {
		height: 0;
		overflow: hidden;
		padding-top: 233px;
		background: #fff;
		border-bottom: 3px solid #133486;

	}

	.mv_bg {
		height: 233px;
		z-index: 0;
	}

	.mv_bg:before {
		height: 233px;
		width: 100%;
		background: url(/image/member/p/yutai/mv_sp.jpg) no-repeat 50% 50%;
		background-size: cover;
	}

	/* .mv:before {
		content:"";
		display: block;
		height:100%;
		width:100%;
		position:absolute;
		top:0;
		left:0;
		background:url(/image/member/p/yutai/mv_sp_l.jpg) no-repeat 0% 100% / 50% auto;
	}
	.mv:after {
		content:"";
		display: block;
		height:100%;
		width:100%;
		position:absolute;
		top:0;
		left:0;
		background:url(/image/member/p/yutai/mv_sp_r.jpg) no-repeat 100% 100% / 50% auto;
	} */



	#dMainColumn h1.mv_page_ttl {
		margin-top: 0px;
		font-size: 32px;
		color: #133486;
		text-align: center;
		position: absolute;
		width: 100%;
		top: 26px;
		left: -1px;
		z-index: 2;
		padding-right: 0px;
		padding-left: 0px;
		letter-spacing: 0.01em;
	}

	#dMainColumn h1.mv_page_ttl .y {
		font-size: 55px;
		margin-top: -15px;
	}

	.mv_page_ttl_subttl {
		font-size: 9px;
		letter-spacing: 0.12em;
		padding-left: 0px;
		padding-right: 17px;
	}

	h2.mv_page_subttl {
		width: 100%;
		margin-top: 0px;
		padding-right: 2px;
		font-size: 17px;
		color: #ff0048;
		position: absolute;
		top: 74px;
		left: 0;
	}

	.mv_page_subttl_cover {
		padding-bottom: 6px;
	}

	.mv_page_subttl_cover:after {
		background-size: auto 6px;
		height: 6px;
	}

	p.mv_page_txt {
		margin-top: 0px;
		font-size: 12px;
		font-weight: 600;
		text-align: center;
		position: absolute;
		width: 100%;
		top: 119px;
		left: 0;
		letter-spacing: 0em;
		z-index: 2;
		padding-right: 12px;
		line-height: 1.85 !important;
	}

	.mv_page_txt .str {
		font-size: 13px;
		font-weight: 900;
	}

	.mv_page_txt .str.color {
		font-size: 15px;
	}

	.mv_fukidashi {
		bottom: -3px;
		margin-left: -105px;
		width: 210px;
		z-index: 2;
	}
}

/* search */
.search_block {
	border-radius: 10px;
	overflow: hidden;
}

.yutai p.search_lead {
	font-size: 21px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background-color: #153d70;
	line-height: 1.4;
	padding: 12px 10px;
}

.yutai p.search_lead span {
	display: inline-block;
}

.search {
	/* border-top: 5px solid #133486; */
	background: #f3f5f7;
	padding: 25px 0 20px;
	position: relative;
}

.search:after {
	/* content: ""; */
	display: block;
	border: 22px solid transparent;
	border-top: 25px solid #ec6d5b;
	border-bottom: none;
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -22px;
	z-index: 1;
}

.search_inner {
	padding: 0 20px;
}

.search_tb {
	/* display: table;
	width: 100%;
	table-layout: fixed; */
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.search_tb_cell {
	/* display: table-cell; */
	vertical-align: top;
}

.select_cell {
	margin: 0 25px;
	width: 280px;
}

.x_cell {
	/* width: 68px; */
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 7px;
}

.yutai p.select_txt {
	color: #fff;
	width: 88.6%;
	margin: 0 auto;
	font-size: 16px;
	letter-spacing: 0.02em;
	background-color: #153d70;
	text-align: center;
	border-radius: 50px;
	font-size: 1.3rem;
	padding: 5px 10px;
	position: relative;
	font-weight: bold;
}

.yutai p.select_txt::after {
	content: '';
	display: block;
	border: 6px solid transparent;
	border-top: 8px solid #153d70;
	border-bottom: none;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -6px;
	z-index: 1;
}

.select_wrap {
	margin-top: 10px;
	position: relative;
}

.select_wrap:before {
	/* content: ""; */
	display: block;
	width: 100%;
	height: 100%;
	background: #133486;
	border-radius: 5px;
	position: absolute;
	top: 2px;
	left: 2px;
}

.select_wrap select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	opacity: 0;
}

div#dMain .selected_txt {
	display: block;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	padding: 0 10px;
	padding-right: 38px;
	position: relative;
	font-size: 14px;
	/* font-weight: 600; */
	letter-spacing: -0.04em;
	border: 1px solid #cccccc;
	border-radius: 10px;
	background-color: #fff;
	background-image: -moz-linear-gradient(90deg, rgb(223, 231, 234) 0%, rgb(255, 255, 255) 100%);
	/* background-image: -webkit-linear-gradient(90deg, rgb(223, 231, 234) 0%, rgb(255, 255, 255) 100%); */
	background-image: -ms-linear-gradient(90deg, rgb(223, 231, 234) 0%, rgb(255, 255, 255) 100%);
	/* box-shadow: 0px 1px 0px 1px rgb(19 52 134 / 0%); */
	/* box-sizing: border-box;*/
}

div#dMain .selected_txt:before {
	/* content: ""; */
	display: block;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 30px;
	padding-top: 30px;
	background: #f2c02a;
	box-shadow: inset 1px 1px 0px 1px #ac9756;
	border-radius: 6px;
}

div#dMain .selected_txt:after {
	content: "";
	display: block;
	position: absolute;
	top: 16px;
	right: 10px;
	border: 4px solid transparent;
	border-top: 8px solid #153d70;
	border-bottom: none;
}

.search_submit_wrap {
	display: block;
	/* width: 216px; */
	margin: 0 25px;
	/* margin-top: 6px; */
	position: relative;
}

.search_submit_wrap:before {
	/* content: ""; */
	display: block;
	position: absolute;
	top: 3px;
	left: 2px;
	width: 216px;
	height: 64px;
	background: #303030;
	border-radius: 5px;
}

.search_submit {
	display: block;
	width: 260px;
	height: 60px;
	border-radius: 100px;
	background: #153d70;
	position: relative;
	z-index: 1;
	font-size: 0;
	text-align: center;
	/* opacity: 1 !important; */
}

.search_submit:hover {
	/* top: 3px;
	left: 2px; */
}

.search_submit:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.search_submit_inner {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.search_submit_inner:before {
	/* content: ""; */
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	margin-right: 10px;
	background: url(/image/member/p/yutai/select_icon_search.gif) no-repeat 50% 50%;
}

@media screen and (max-width: 1400px) {
	.select_cell {
		margin: 0 15px;
	}

	.search_submit_wrap {
		margin: 0 10px;
	}
}

@media screen and (max-width: 1280px) {
	.search_tb_cell.submit_cell {
		width: 100%;
		margin-top: 20px;
	}

	.search_submit {
		margin: 0 auto;
		height: 46px;
	}

	.search_submit_inner {
		font-size: 15px;
	}
}

@media screen and (max-width: 768px) {
	.search {
		/* border-top: 3px solid #133486; */
		padding: 20px 0;
	}

	.yutai p.search_lead {
		font-size: 16px;
	}

	.search_inner {
		padding: 0 15px;
	}

	.search_tb {
		display: block;
	}

	.search_tb_cell {
		display: block;
	}

	.select_cell {
		width: 100%;
		margin: 0;
	}

	.x_cell {
		width: 100%;
		padding-bottom: 0;
	}

	.x_cell img {
		width: 10px;
		padding: 10px 0;
	}

	.yutai p.select_txt,
	.select_txt {
		font-size: 12px;
	}

	.select_wrap {
		margin-top: 10px;
	}

	div#dMain .selected_txt {
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		padding-right: 30px;
		font-size: 12px;
	}

	div#dMain .selected_txt:before {
		width: 24px;
		padding-top: 24px;
	}

	div#dMain .selected_txt:after {
		top: 12px;
		right: 9px;
		border: 4px solid transparent;
		border-top: 5px solid #000;
		border-bottom: none;
	}

	.search_submit_wrap {
		width: 100%;
		margin-left: 0;
		margin-top: 15px;
	}

	.search_submit_wrap:before {
		width: 100%;
		height: 40px;
	}

	.search_submit {
		/* width: 100%; */
		height: 40px;
	}

	.search_submit:hover {
		top: 0;
		left: 0;
	}

	.search_submit_inner {
		font-size: 14px;
		padding-bottom: 0px;
	}

	.search_submit_inner:before {
		width: 14px;
		height: 14px;
		margin-right: 5px;
		background-size: 14px 14px;
	}

}


.yutai_main {
	/* background: url(/image/member/p/yutai/bg.jpg) repeat 50% 0%;
	position: relative;
	padding-bottom: 236px;
	overflow: hidden; */
}

.yutai_main:after {
	/* content: ""; */
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-bottom: 422px;
	background: url(/image/member/p/yutai/yutai_main_bottom.png) repeat 50% 100%;
}

.yutai_main_ttl {
	text-align: center;
	font-size: 0;
	margin-top: 41px;
	background: #fff;
	border: 1px solid #ec6d5b;
	color: #ec6d5b;
	padding: 5px;
}

.yutai_main_ttl>span {
	display: inline-block;
	font-size: 32px;
	font-weight: 600;
}

.yutai_main_x {
	margin: 0 10px;
}

.yutai_main_content_list_wrap {
	font-size: 0;
	text-align: left;
	margin-top: -17px;

}

.yutai_main_content_list {
	margin-left: -20px;
	margin-top: -20px;
	letter-spacing: -0.4em;
}

.yutai_main_content_list>li {
	display: inline-block;
	letter-spacing: normal;
	margin-top: 20px;
	width: calc((99.9% - (20px * 3))/3);
	background: #fff;
	margin-left: 20px;
	vertical-align: top;
	position: relative;
	border: 1px solid #cccccc;
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
}

.icon_new {
	position: absolute;
	z-index: 1;
	top: -23px;
	left: 16px;
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	background: url(/image/member/p/yutai/icon_new_bg.png) no-repeat 50% 50%;
	width: 67px;
	height: 32px;
	text-align: center;
	line-height: 32px !important;
}

.yutai_main_content_img {
	position: relative;
	padding-top: 57.7%;
	background-size: 100% auto !important;
	background-color: #ddd;
	overflow: hidden;
}

.yutai_main_content_img_in {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	overflow: hidden;
}

.yutai_main_content_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.yutai_main_content_inner {
	padding: 20px 20px 25px;
	/* color: #000; */
}

div#dMain h3.yutai_main_content_ttl {
	font-size: 18px;
	font-weight: 600;
	color: #153d70;
	word-break: break-word;
	line-height: 1.38;
}

div#dMain p.yutai_main_content_txt {
	font-size: 15px;
	margin-top: 12px;
	line-height: 1.53;
	word-break: break-word;
}

.yutai_main_content_kikan {
	margin-top: 18px;
	background: #133486;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 9px;
}

.yutai_main_content_koshin {
	margin-top: 16px;
	font-size: 12px;
	color: #5a5a5a;
}

.yutai_main_content_btn_wrap {
	margin-top: 25px;
	position: relative;
}

.yutai_main_content_btn_wrap:before {
	/* content: ""; */
	position: absolute;
	width: 268px;
	height: 47px;
	background: #000;
	top: 3px;
	left: 2px;
	border-radius: 5px;
}

div#aMainContents a.yutai_main_content_btn {
	display: block;
	position: relative;
	z-index: 1;
	height: 40px;
	border-radius: 40px;
	background: #153d70;
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

.yutai_main_content_btn:before {
	content: "";
	display: block;
	position: absolute;
	top: 16px;
	right: 20px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

.yutai_main_content_btn:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.yutai_main_content_btn:hover {}

.yutai_main_content_btn_inner {
	display: inline-block;
	vertical-align: middle;
}

.no_result {
	height: 300px;
	text-align: center;
	font-size: 0;
}

.no_result:after {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.no_result_txt {
	display: inline-block;
	vertical-align: middle;
	font-size: 28px;
}

.hanbai {
	margin-top: 70px;
}

.hanbai_btn_wrap {
	/* width: 480px;
	height: 47px; */
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.hanbai_btn_wrap:before {
	/* content: ""; */
	width: 480px;
	height: 47px;
	position: absolute;
	top: 3px;
	left: 2px;
	border-radius: 5px;
	background: #000;
}

.hanbai_btn {
	display: block;
	/* width: 480px; */
	height: 160px;
	border-radius: 10px;
	position: relative;
	border: 2px solid #153d70;
	box-sizing: border-box;
	background: #fff;
	z-index: 1;
	font-size: 0;

	background-image: url(/image/member/p/yutai/bnr_marche_img.png);
	background-size: auto 100%;
	background-position: left 70px center;
	padding-left: 320px;
	background-repeat: no-repeat;
	padding-right: 60px;
}

.hanbai_btn:hover {
	opacity: 0.8;
}

.hanbai_btn:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.hanbai_btn:before {
	content: "";
	position: absolute;
	bottom: 16px;
	right: 16px;
	width: 24px;
	height: 24px;
	background-size: 24px;
	background-image: url(/image/member/service/index_page_arrow.png);
}

div#dMain span.hanbai_btn_inner {
	font-size: 24px;
	color: #153d70;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	/* font-size: 16px; */
	line-height: 1.4;
	/* color: #000; */
}

.hanbai_btn_attention {
	text-align: left;
	margin-top: 14px;
	font-size: 14px;
	letter-spacing: 0.03em;
	position: relative;
	z-index: 1;
}

.yutai_wrap .dLoginBox {
	margin-bottom: 40px;
}

@media screen and (max-width: 1280px) {

	.hanbai_btn {
		background-position: left 30px center;
		padding-left: 270px;
	}
}

@media screen and (max-width: 768px) {
	.yutai_main_ttl {
		margin: 40px 15px 0;
	}

	.yutai_main_ttl>span {
		font-size: 18px;
	}

	.yutai_main_content_list_wrap {
		margin-top: 0px;
	}

	.yutai_main_content_list {
		margin-left: -15px;
		margin-top: -25px;
		/* padding: 0 15px; */
	}

	.yutai_main_content_list>li {
		width: calc((99.9% - (15px * 2))/2);
		margin-left: 15px;
		margin-top: 15px;
	}

	.yutai_main_content_img {
		/* display: block;
		width: 50%;
		padding-top: 29.6%;
		float: left;
		margin-right: 3%;
		margin-bottom: 3%; */
	}

	.yutai_main_content_inner {
		padding: 15px 15px;
	}

	div#dMain h3.yutai_main_content_ttl {
		font-size: 16px;
	}

	/* .yutai_main_content_ttl {
		display: inline;
		font-size: 14px;
	} */

	.icon_new {
		font-size: 13px;
		margin-bottom: 7px;
	}

	.yutai_main_content_kikan {
		margin-left: -15px;
		padding: 9px 15px;
		box-sizing: content-box;
		width: 100%;
	}

	p.yutai_main_content_txt {
		margin-top: 20px;
	}

	.yutai_main_content_btn {
		width: 100%;
		height: 40px;
	}

	div#aMainContents a.yutai_main_content_btn {
		height: 32px;
	}

	.yutai_main_content_btn_wrap:before {
		width: 100%;
		height: 32px;
	}

	.yutai_main_content_btn:before {
		top: 12px;
		right: 15px;
	}

	.yutai_main_content_koshin {
		/* margin-top: 10px; */
	}

	.yutai_main_content_btn_wrap {
		/* margin-top: 10px; */
	}


	.yutai_main_content_btn_inner {
		font-size: 13px;
	}

	.hanbai {
		margin-top: 40px;
	}

	.hanbai_btn_wrap {
		/* width: 90%;
		height: 70px; */
	}

	.hanbai_btn_wrap:before {
		/* width: 100%;
		height: 70px; */
	}

	div#dMain span.hanbai_btn_inner {
		font-size: 16px;
	}

	.hanbai_btn:before {
		bottom: 10px;
		right: 10px;
	}

	.hanbai_btn {
		height: 80px;
		padding-left: 150px;
	}

	.hanbai_btn_attention {
		text-align: left;
		font-size: 10px;
		width: 90%;
		margin: 10px auto 0;
		position: relative;
		z-index: 1;
	}

	.yutai_main:after {
		/* width: 100%; */
		/* padding-bottom: 32.8%; */
		/* background: url(/image/member/p/yutai/yutai_main_bottom.png) repeat 50% 100%; */
		/* background-size: 300% auto; */
	}

	.yutai_main {
		/* background: url(/image/member/p/yutai/bg.jpg) repeat 50% 0%; */
		/* background-size: 7px auto; */
		/* padding-bottom: 29%; */
	}

	.no_result {
		height: 150px;
	}

	.no_result_txt {
		font-size: 14px;
	}

	/* .hanbai_btn:hover {
		top: 0;
		left: 0;
	}

	.yutai_main_content_btn:hover {
		top: 0;
		left: 0;
	} */
}

/* sp */
@media screen and (max-width: 480px) {
	.yutai_main_content_list {
		margin-left: 0px;
	}

	.yutai_main_content_list>li {
		width: 100%;
		margin-left: 0;
	}

	.hanbai_btn {
		height: auto;
		background-image: url(/image/member/p/yutai/bnr_marche_img_sp.png);
		background-size: 100% auto;
		background-position: top center;
		padding: 64% 15px 30px;
	}

	.hanbai_btn:before {
		width: 20px;
		height: 20px;
		background-size: contain;
	}
}


/* /2019.04.24add */

/* sp */
@media screen and (max-width: 768px) {
	.yutai {
		min-width: 100%;
	}

	.yutai .content_inner {
		width: 100%;
		box-sizing: border-box;
		padding: 0 15px;
	}

	.yutai .caption {
		background-size: 3px 3px;
	}

	.yutai .caption:before {
		bottom: -12px;
		width: 22px;
		height: 13px;
		background-size: 22px 13px;
	}

	.yutai .caption h2 {
		font-size: 18px;
		line-height: 27px;
		padding: 7px 0;
	}

	.yutai .caption h2 span {
		font-size: 23px;
	}

	.fix_bnr {
		bottom: 0;
		right: 0;
	}

	/* 2019.04.24add */


	/* /2019.04.24add */
	#dFWrapper {
		padding-bottom: 20%;
	}
}