@charset "UTF-8";
/*===============================================
● 画面の横幅が770px以上
===============================================*/

.redText {
	color: #ff0000;
}
.more {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

@media screen and (min-width: 770px){
/*=========================
▼▼共通▼▼
===========================*/
#single_contents .mincho {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
}
#single_contents .pc_none {
    display: none;
}
#single_contents .auto {
	width: 1000px;
	margin: 0 auto;
}
/*=========================
▲▲共通▲▲
===========================*/

#single_contents {
	width: 100%;
	clear: both;
	float: left;
	background-size: 100%;
	font-size: 16px;
	line-height: 2;
	color: #333;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width: 1000px;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
	border-top: 1px solid #ccc;
}
body.single h2.page_list_title {
	font-size: 24px;
	margin: 40px 0;
	padding: 15px 0;
	display: block;
	background: #333;
	color: #fff;
	text-align: center;
}
#single_contents #conts_01 {
	width: 100%;
	clear: both;
}
#single_contents #conts_01 h1 {
	font-size: 44px;
	text-align: center;
	padding: 60px 0;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	letter-spacing: 0.1em;
	width: 100%;
    margin: auto;
    line-height: 1.4;
	border-bottom: 1px solid #ccc;
}
#single_contents #conts_01 .h1Bg {
    height: auto;
    width: 100%;
	overflow: hidden;
}
#single_contents #conts_01 .single_ope_title_img {
	width: 100%;
    height: 32vw;
    min-height: 364px;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
}
#single_contents #conts_02 {
	background: #d9eeee;
	width: 100%;
	padding-bottom: 60px;
}
#single_contents .hutaeh2 {
	font-size: 34px;
	text-align: center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	letter-spacing: 0.1em;
	padding: 60px 0 20px;
	display: block;
	line-height: 1.4;
}
#single_contents p.w900 {
	width: 900px;
	margin: 0 auto 40px;
}
#single_contents #conts_02 .pick {
	background: #fff;
	padding: 40px 40px 20px;
	margin: 40px auto;
}
#single_contents #conts_02 .pick h3 {
	color: #50b1bf;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
#single_contents #conts_02 .pick ul {
	display: table;
	width: 100%;
	margin-top: 30px;
}
#single_contents #conts_02 .pick ul li {
	width: 48%;
	height: 70px;
	margin-right: 4%;
	margin-bottom: 20px;
	background: #ededed;
	padding: 20px 10px 15px 55px;
	position: relative;
	float: left;
	font-weight: bold;
}
#single_contents #conts_02 .pick ul li:nth-child(2n) {
	margin-right: 0;
}
#single_contents #conts_02 .pick ul li:before {
	content: '';
	position: absolute;
	background-image: url(../images/hutae/check.jpg);
	background-repeat: no-repeat;
	left: 15px;
	top: 50%;
	margin-top: -13px;
	width: 30px;
	height: 30px;
	background-size: 100%;
}

#single_contents .hutaeMenu {
	width: 100%;
	margin: 40px 0;
}
#single_contents .hutaeMenu a {
	color: #178d9c;
}
#single_contents .hutaeMenu a:hover {
	color: #333;
}
#single_contents .hutaeMenu {
	display: flex;
	width: 1000px;
	margin: 40px auto;
	border-left: 1px solid #333;
}
#single_contents .hutaeMenu a {
	text-align: center;
	border-right: 1px solid #333;
	padding: 3px 64px;
	cursor: pointer;
}

#single_contents .reserve {
	width: 600px;
	margin: auto;
	text-align: center;
	display: block;
	background: #50b1bf;
	padding: 25px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	border-radius: 8px;
	position: relative;
}
#single_contents .reserve:before {
	content: '';
	position: absolute;
	background-image: url(../images/hutae/reserve_ico.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	left: 3%;
	top: 50%;
	margin-top: -20px;
	background-size: contain;
}
#single_contents .reserve:after {
	content: '';
	position: absolute;
	background-image: url(../images/hutae/reserve_arrow.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 30px;
	right: 3%;
	top: 50%;
	margin-top: -10px;
	background-size: contain;
}
.content {
	width: 1000px;
	margin: 70px auto;
}
.content_h3 {
	font-size: 22px;
	margin: 20px 0 15px;
}
body.single .content h3 {
	font-size: 26px;
	margin: 30px 0;
	display: table;
}
body.single .content h2 {
	font-size: 30px;
	margin: 30px 0;
	display: table;
}
body.single .content .w100 {
	width: 96%;
	margin: 40px auto;
	display: table;
}

#conts_06 {
	padding: 60px 0;
}
#conts_06 .formation {
	width: 1000px;
	height: 390px;
	margin: 0 auto 40px;
	position: relative;
	background-image: url(../images/single/single01.png);
	background-size: contain;
}

#conts_07 {
	padding: 60px 0;
	background: #d9eeee;
}
#conts_07 .hutaeDl {
	border-left: 8px solid #8bcfd6;
}
#conts_07 .hutaeDl dl {
	display: table;
	width: 100%;
	position: relative;
	padding-bottom: 20px;
}
#conts_07 .hutaeDl dl:before {
	content: '';
	position: absolute;
	width: 120px;
	height: 120px;
	left: -67px;
}
#conts_07 .hutaeDl dl:nth-child(1):before {
	background-image: url(../images/hutae/step01.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#conts_07 .hutaeDl dl:nth-child(2):before {
	background-image: url(../images/hutae/step02.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#conts_07 .hutaeDl dl:nth-child(3):before {
	background-image: url(../images/hutae/step03.png);
	background-repeat: no-repeat;
	background-size: contain;
}

#conts_07 .hutaeDl dl:last-child:before {
	background-image: url(../images/bikora/step04.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 300px;
}
#conts_07 .hutaeDl dt {
	float: left;
	width: 53%;
	padding-left: 8%;
}
#conts_07 .hutaeDl dd {
	float: right;
	width: 42%;
}

#conts_08 {
	padding: 20px 0 40px;
	display: table;
    margin: auto;
}
#conts_08 table {
	/*width: 800px;*/
	width: 100%;
	margin:  40px auto;
}
#conts_08 table th {
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: left;
	padding: 3% 3% 3% 5%;
	width: 54%;
}
#conts_08 table.standard th {
	background: #fffed3;
}

#conts_08 table td {
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: right;
	padding: 3% 3% 3% 3%;
	width: 46%;
}
#conts_08 table td span.red {
	color: #e3424d;
	font-size: 26px;
	font-weight: bold;
}

#conts_09 .faq {
	margin: 30px 0 70px;
}
#conts_09 .faq dl {
	border-top: 3px solid #50b1bf;
}
#conts_09 .faq dl:last-child {
	border-bottom: 3px solid #50b1bf;
}
#conts_09 .faq dl dt {
	padding: 20px 0 20px 70px;
	position: relative;
	cursor: pointer;
}
#conts_09 .faq dl dt:before {
	content: '';
	position: absolute;
	background-image: url(../images/hutae/que.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	left: 15px;
	top: 50%;
	margin-top: -20px;
	background-size: contain;
}
#conts_09 .faq dl dd {
	padding: 20px 0 20px 70px;
	background: #f3f3f3;
	position: relative;
	margin-bottom: 20px;
	display: none;
}
#conts_09 .faq dl dd:before {
	content: '';
	position: absolute;
	background-image: url(../images/hutae/ans.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	left: 15px;
	margin-top: -4px;
	background-size: contain;
}
#conts_09 .faq dl dd .ansLink {
	display: table;
	padding: 5px 40px 4px 15px;
	margin-top: 8px;
	background: #40b1bf;
	color: #fff;
	position: relative;
}
#conts_09 .faq dl dd .ansLink:after {
	content: '';
	position: absolute;
	background-image: url(../images/hutae/reserve_arrow.png);
	background-repeat: no-repeat;
	width: 8px;
	height: 20px;
	right: 10px;
	top: 50%;
	margin-top: -6px;
	background-size: contain;
}

.shosai {
	/*width: 700px;*/
	width: 1000px;
	margin: 40px auto;
}
.shosai th {
	padding: 15px;
	text-align: center;
	width: 30%;
	/*font-size: 14px;*/
	border: 1px solid #ccc;
	vertical-align: middle;
	line-height: 1.5;
	background: #f5f5f5;
}
.shosai td {
	padding: 15px 25px;
	text-align: left;
	width: 70%;
	/*font-size: 14px;*/
	border: 1px solid #ccc;
	vertical-align: middle;
	line-height: 1.5;
}
.more_read {
	width: 450px;
	text-align: center;
	margin: 20px auto;
	padding: 15px 0;
    font-size: 16px;
	position: relative;
	display: block;
	text-align: center;
	background: #333;
	color: #fff;
}
.more_read:hover {
	background: #50B1C0;
	color: #fff;
}
.more_read span {
    right: 15px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    font-size: 18px;
}
	
#conts_pickup {
    padding: 100px 0 0;
    margin: 100px auto 0;
    border-top: 1px solid #000;
	border-bottom: 1px solid #000;
    text-align: center;
}
#conts_pickup h2 {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}
#conts_pickup #pickup2 {
    padding: 40px 0;
	width: 800px;
	margin: auto;
}
#conts_pickup #pickup2 li {
    margin-bottom: 30px;
    background: #eeeeee;
    padding: 40px;
    width: 100%;
    display: table;
}
#conts_pickup #pickup2 li .pickupLeft {
    width: 30%;
    float: left;
}
#conts_pickup #pickup2 li .pickupLeft img {
	width: 100%;
}
#conts_pickup #pickup2 li .pickupRight {
    width: 70%;
    float: right;
    text-align: left;
    padding-left: 5%;
}
#conts_pickup #pickup2 li .pickupRight h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
#conts_pickup #pickup2 li .pickupRight h4 {
    font-size: 17px;
    font-weight: bold;
    margin-top: 20px;
}
.single_youtube {
	width: 100%;
	height: auto;
	padding: 20px 0 40px;
}
#single_contents iframe {
	width: 100%;
	height: 450px;
}
.single table {
	margin: 30px 0;
}
.single table th {
	border: 1px solid #ccc;
	padding: 15px;
}
.single table td {
	border: 1px solid #ccc;
	padding: 15px;
}
.single .nmn_img {
	width: 75%;
	margin: 40px auto;
	text-align: center;
}
.single .nmn_img02 {
	width: 80%;
    margin: 60px auto;
	text-align: center;
}
.a-factor thead th {
	background: #000;
	color: #fff;
	text-align: center;
	width: 17%;
	font-weight: bold;
	border: 1px solid #fff;
}
.a-factor thead th:last-child {
	width: 66%;
}
.a-factor tbody th {
	text-align: center;
	vertical-align: middle;
	line-height: 1.5;
	border: 1px solid #fff;
	font-weight: bold;
}
.a-factor tbody th.t_blue {
	background: #c9d9f7;
}
.a-factor tbody th.t_lightorange {
	background: #ffe6b7;
}
.a-factor tbody th.t_yellow {
	background: #f9ef97;
}
.a-factor tbody th.t_green {
	background: #a2eba7;
}
.a-factor tbody th.t_lightblue {
	background: #bde5ff;
}
.a-factor tbody th.t_orange {
	background: #ffc78a;
}
.a-factor tbody th.t_purple {
	background: #efd9f7;
}
.a-factor tbody td {
	background: #F1F1F1;
	border: 1px solid #fff;
	vertical-align: middle;
}
.center {
	text-align: center;
}
	.price_under {
		width: 600px;
		margin: auto;
	}
	.case_single_box {
		padding: 70px 0;
		margin: auto;
	}
	.case_single_box .case_single_box_p {
		text-align: center;
		margin: 40px auto;
		font-size: 36px;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    letter-spacing: 0.1em;
	}
	.case_single_box ul {
		display: flex;
		width: 100%;
		margin-bottom: 40px;
	}
	.case_single_box ul li {
		width: 48%;
		margin-right: 4%;
	}
	.case_single_box ul li:last-child {
		margin-right: 0;
	}
	.case_single_box ul li p {
		text-align: center;
		font-size: 24px;
	}
	.case_single_box ul li img {
		width: 100%;
	}
	.shorei_link {
		display: block;
		width: 600px;
		margin: auto;
		padding: 15px 0;
		text-align: center;
		background: #333;
		color: #fff;
		font-weight: bold;
		font-size: 20px;
	}
	.shorei_link:hover {
		background: #83c2ca;
		color: #fff;
	}
	.reason_case {
	width: 100%;
	margin-bottom: 60px;
	padding: 70px 150px 100px;
	background: #fff;
}
.reason_case .case-list {
	    padding: 0;
}
.reason_case .case-list li {
	margin: 0;
}
.reason_case .case-list .case-img {
	margin-bottom: 0;
}
.reason_case .case-list .case-img-wrap {
	position: relative;
}
.reason_case .case-list .case-img .lo_lo {
	width: 100%;
}
.reason_case .case-list .single_reason p {
	margin-top: 0;
}
	#single_contents .single_h2 {
    text-align: center;
    font-size: 34px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    display: block;
    margin: 0 auto 60px;
    line-height: 1.4;
}
	.casebox {
		width: 100%;
		margin: 40px auto;
		display: flex;
		justify-content: space-between;
		max-width: 1200px;
	}
	.casebox li {
		width: 32%;
		margin-right: 2%;
	}
	
	.casebox li:last-child {
		margin-right: 0;
	}
}

@media screen and (max-width: 770px){
/*=========================
▼▼共通▼▼
===========================*/
#single_contents .mincho {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
}
#single_contents .pc_none {
    display: none;
}
#single_contents .auto {
	width: 100%;
	margin: 0 auto;
}
#single_contents .pink {
	color: #fa4e8f;
}
#single_contents .title::after {
	background: none;
}
#single_contents h3.ribbon_text {
	font-size: 42px;
	font-weight: bold;
	line-height: 1.3;
	padding-top: 26px;
	position: relative;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 160px;
}
/*=========================
▲▲共通▲▲
===========================*/
	
	#single_contents {
		width: 100%;
		clear: both;
		float: left;
		background-size: 100%;
		font-size: 3vw;
		line-height: 30px;
		color: #000000;
		text-align: left;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		min-width: 100%;
		overflow: hidden;
		-webkit-font-smoothing: antialiased;
		border-top: 1px solid #ccc;
	}
	#single_contents #conts_01 {
	width: 100%;
	clear: both;
}
#single_contents #conts_01 h1 {
	font-size: 5.5vw;
    text-align: center;
    padding: 5vw;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    letter-spacing: 0.1em;
	width: 100%;
    margin: auto;
    line-height: 1.6;
	border-bottom: 1px solid #ccc;
}
#single_contents #conts_01 .single_ope_title_img {
	width: 100%;
    height: 100vw;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
}
#single_contents #conts_02 {
	background: #d9eeee;
	padding: 0 3% 5%;
}
#single_contents .hutaeh2 {
    font-size: 5vw;
    text-align: center;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    letter-spacing: 0.1em;
    padding: 5vw 0;
    display: block;
	line-height: 1.6;
}
#single_contents p.w900 {
	width: 100%;
	margin: 0 auto 3vw;
}
#single_contents #conts_02 .pick {
	background: #fff;
	padding: 5%;
	margin: 4vw auto;
}
#single_contents #conts_02 .pick h3 {
	color: #50b1bf;
	text-align: center;
	font-size: 4vw;
	font-weight: bold;
}
#single_contents #conts_02 .pick ul {
	display: table;
	width: 100%;
	margin-top: 3vw;
}
#single_contents #conts_02 .pick ul li {
	width: 100%;
    margin-right: 2%;
    margin-bottom: 2%;
    background: #ededed;
    padding: 2% 3% 2% 12%;
    position: relative;
    float: left;
    font-weight: bold;
    font-size: 3vw;
}
#single_contents #conts_02 .pick ul li:nth-child(3n) {
	margin-right: 0;
}
#single_contents #conts_02 .pick ul li:before {
	content: '';
	position: absolute;
	background-image: url(../images/hutae/check.jpg);
	background-repeat: no-repeat;
	left: 10px;
    top: 50%;
    margin-top: -12px;
    width: 25px;
    height: 25px;
	background-size: 100%;
}

#single_contents .hutaeMenu {
	width: 100%;
	margin: 0;
    display: inline-block;
}

#single_contents .hutaeMenu a {
	text-align: left;
	height: 60px;
    padding: 3%;
    float: left;
    width: 50%;
    border: 1px solid #50b1bf;
	position: relative;
	margin-top: -1px;
}
#single_contents .hutaeMenu a:nth-child(even){
	border-left: none;
}
#single_contents .hutaeMenu a:first-child {
	line-height: 1.2;
}
#single_contents .hutaeMenu a:after {
	content: '';
	position: absolute;
	background-image: url(../images/hutae/under_arrow.png);
	background-repeat: no-repeat;
	right: 3vw;
	top: 50%;
	margin-top: -1vw;
	width: 3vw;
	height: 3vw;
	background-size: 100%;
}

#single_contents .reserve {
	width: 90%;
    margin: auto;
    text-align: center;
    display: block;
    background: #50b1bf;
    padding: 3%;
    font-size: 4vw;
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
    position: relative;
}
#single_contents .reserve:before {
	content: '';
    position: absolute;
    background-image: url(../images/hutae/reserve_ico.png);
    background-repeat: no-repeat;
    width: 5.5vw;
    height: 6vw;
    left: 4%;
    top: 50%;
    margin-top: -3vw;
    background-size: contain;
}
#single_contents .reserve:after {
	content: '';
    position: absolute;
    background-image: url(../images/hutae/reserve_arrow.png);
    background-repeat: no-repeat;
    width: 3vw;
    height: 4vw;
    right: 3%;
    top: 50%;
    margin-top: -2vw;
    background-size: contain;
}

#conts_06 {
	padding: 0 0 6vw;
}
#conts_06 .formation {
	width: 100vw;
    height: 42vw;
    margin: 0 auto 30px;
    position: relative;
	background-image: url(../images/single/single01.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

#single_contents #conts_06 p.w900 {
	width: 90%;
	margin: 0 auto 20px;
}
#conts_06 .hutaeImg100 {
	width: 90%;
	margin: auto;
}
#conts_07 {
	padding: 20px 0;
	background: #d9eeee;
}
#conts_07 .hutaeDl {
	
}
#conts_07 .hutaeDl dl {
	display: table;
	width: 100%;
	position: relative;
}
#conts_07 .hutaeDl dl:before {
	content: '';
    position: absolute;
    width: 18vw;
    height: 18vw;
	left: 3%;
}
#conts_07 .hutaeDl dl:nth-child(1):before {
	background-image: url(../images/hutae/step01.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#conts_07 .hutaeDl dl:nth-child(2):before {
	background-image: url(../images/hutae/step02.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#conts_07 .hutaeDl dl:nth-child(3):before {
	background-image: url(../images/hutae/step03.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#conts_07 .hutaeDl dl:last-child:before {
	background-image: url(../images/hutae/step04.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 300px;
}
#conts_07 .hutaeDl dt {
	float: none;
    width: 75%;
    margin-left: 22%;
    padding: 0 0 0 3%;
    letter-spacing: 0.1em;
	line-height: 1.8;
}
#conts_07 .hutaeDl dl:nth-child(3) dt {
	margin: 3% 0 4% 22%;
}
#conts_07 .hutaeDl dd {
   float: none;
    width: 100%;
    margin: 3% 0;
}

#conts_08 {
	padding: 20px 0 6vw;
}
#single_contents #conts_08 .reserve {
	margin: 6vw auto 0;
}
#conts_08 table {
	/*width: 100%;*/
	width: 90%;
	margin: 2vw auto;
}
#conts_08 table th {
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: left;
	padding: 2% 2% 2% 3%;
	width: 30%;
	line-height: 1.5;
}
#conts_08 table.standard th {
	background: #fffed3;
}

#conts_08 table td {
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: right;
	padding: 2% 2%;
	width: 35%;
}
#conts_08 table td span.red {
	color: #e3424d;
	font-size: 4vw;
	font-weight: bold;
}
#conts_08 table td span.tax {
	/*font-size: 2vw;*/
}
#conts_09 .faq {
	margin: 4vw 0 5vw;
}
#conts_09 .faq dl {
	border-top: 3px solid #50b1bf;
}
#conts_09 .faq dl:last-child {
	border-bottom: 3px solid #50b1bf;
}
#conts_09 .faq dl dt {
	padding: 5% 4% 5% 16vw;
    position: relative;
    cursor: pointer;
    line-height: 1.4;
}
#conts_09 .faq dl dt:before {
	content: '';
	position: absolute;
	background-image: url(../images/hutae/que.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	left: 15px;
	top: 50%;
	margin-top: -20px;
	background-size: contain;
}
#conts_09 .faq dl dd {
	padding: 3% 4% 3% 16vw;
	background: #f3f3f3;
	position: relative;
	display: none;
}
#conts_09 .faq dl dd:before {
	content: '';
	position: absolute;
	background-image: url(../images/hutae/ans.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	left: 15px;
	margin-top: -4px;
	background-size: contain;
}
#conts_09 .faq dl dd .ansLink {
	display: table;
	padding: 5px 40px 4px 15px;
	margin-top: 8px;
	background: #40b1bf;
	color: #fff;
	position: relative;
}
#conts_09 .faq dl dd .ansLink:after {
	content: '';
	position: absolute;
	background-image: url(../images/hutae/reserve_arrow.png);
	background-repeat: no-repeat;
	width: 8px;
	height: 20px;
	right: 10px;
	top: 50%;
	margin-top: -6px;
	background-size: contain;
}

.shosai table {
	/*width: 100%;*/
	width: 90%;
	margin: 0 auto 4vw !important;
}
.shosai th {
	padding: 2%;
	text-align: center;
	width: 30%;
	font-size: 2.6vw;
	border: 1px solid #ccc;
	vertical-align: middle;
	line-height: 1.5;
	background: #f5f5f5;
}
.shosai td {
	padding: 2% 5%;
	text-align: left;
	width: 70%;
	font-size: 2.6vw;
	border: 1px solid #ccc;
	vertical-align: middle;
	line-height: 1.5;
}
.content {
	width: 90%;
	margin:5%;
}
	
#conts_pickup {
    padding: 8vw 0 0;
    margin: 8vw auto 0;
    border-top: 1px solid #000;
    text-align: center;
}
#conts_pickup h2 {
    font-size: 4vw;
    font-weight: bold;
    display: block;
    margin-bottom: 2vw;
}
#conts_pickup #pickup2 {
    padding: 4vw 0;
	width: 90%;
	margin: auto;
}
#conts_pickup #pickup2 li {
    margin-bottom: 3vw;
    background: #eeeeee;
    padding: 4vw;
    width: 100%;
    display: table;
}
#conts_pickup #pickup2 li .pickupLeft {
    width: 30%;
    float: left;
}
#conts_pickup #pickup2 li .pickupLeft img {
	width: 100%;
}
#conts_pickup #pickup2 li .pickupRight {
    width: 70%;
    float: right;
    text-align: left;
    padding-left: 5%;
}
#conts_pickup #pickup2 li .pickupRight h3 {
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 2vw;
}
#conts_pickup #pickup2 li .pickupRight h4 {
    font-size: 3vw;
    font-weight: bold;
    margin-top: 2vw;
}
.more_read {
    width: 90%;
    text-align: center;
    margin: 2vw auto;
    padding: 2vw 0;
    font-size: 3vw;
    position: relative;
    display: block;
    text-align: center;
    background: #333;
    color: #fff;
}
.more_read span {
    right: 3vw;
    position: absolute;
    top: 50%;
    margin-top: -1.5vw;
    font-size: 3vw;
}
.single_youtube {
	width: 100%;
	height: auto;
	padding: 4vw 0;
}
#single_contents iframe {
	width: 100%;
	height: 50vw;
}
body.single .content h3 {
	font-size: 4vw;
	margin: 3vw 0;
	display: table;
}
body.single .content h2 {
	font-size: 4vw;
	margin: 3vw 0;
	display: table;
}
	
.single table {
	margin: 4vw 0;
}
.single table th {
	border: 1px solid #ccc;
	padding: 2vw;
}
.single table td {
	border: 1px solid #ccc;
	padding: 2vw;
}	
.single .nmn_img {
	width: 90%;
	margin: 4vw auto;
	text-align: center;
}
.single .nmn_img02 {
	width: 90%;
	margin: 4vw auto;
	text-align: center;
}	
.a-factor thead th {
	background: #000;
	color: #fff;
	text-align: center;
	width: 20%;
	font-weight: bold;
	border: 1px solid #fff;
}
.a-factor thead th:last-child {
	width: 60%;
}
.a-factor tbody th {
	text-align: center;
	vertical-align: middle;
	line-height: 1.5;
	border: 1px solid #fff;
	font-weight: bold;
}
.a-factor tbody th.t_blue {
	background: #c9d9f7;
}
.a-factor tbody th.t_lightorange {
	background: #ffe6b7;
}
.a-factor tbody th.t_yellow {
	background: #f9ef97;
}
.a-factor tbody th.t_green {
	background: #a2eba7;
}
.a-factor tbody th.t_lightblue {
	background: #bde5ff;
}
.a-factor tbody th.t_orange {
	background: #ffc78a;
}
.a-factor tbody th.t_purple {
	background: #efd9f7;
}
.a-factor tbody td {
	background: #F1F1F1;
	border: 1px solid #fff;
	vertical-align: middle;
}
.center {
	text-align: center;
}
	
body.single .content .w100 {
	width: 96%;
	margin: 4vw auto;
	display: table;
}	
.price_under {
	width: 90%;
	margin: auto;
}	
	.case_single_box {
		padding: 2vw 0;
		margin: auto;
	}
	.case_single_box .case_single_box_p {
		text-align: center;
		margin: 3vw auto;
    	font-size: 6vw;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    letter-spacing: 0.1em;
	}
	.case_single_box ul {
		display: flex;
		width: 100%;
	}
	.case_single_box ul li {
		width: 48%;
		margin-right: 4%;
	}
	.case_single_box ul li:last-child {
		margin-right: 0;
	}
	.case_single_box ul li p {
		text-align: center;
		font-size: 3.4vw;
	}
	.case_single_box ul li img {
		width: 100%;
	}
	.shorei_link {
		display: block;
		max-width: 600px;
		margin: auto;
		padding: 15px 0;
		text-align: center;
		background: #333;
		color: #fff;
		font-weight: bold;
		font-size: 20px;
	}
	.shorei_link:hover {
		background: #83c2ca;
		color: #fff;
	}
	.reason_case {
	width: 100%;
	margin-bottom: 6vw;
	padding: 7vw 0;
	background: #fff;
}
.reason_case .case-list {
	    padding: 0;
}
.reason_case .case-list li {
	margin: 0;
}
.reason_case .listLisk {
	margin: 0 4vw;
	font-size: 3vw;
}
.reason_case .case-list .case-img {
	margin-bottom: 0;
}
.reason_case .case-list .case-img-wrap {
	position: relative;
}
.reason_case .case-list .single_reason p {
	margin-top: 0;
}
	#single_contents .single_h2 {
    text-align: center;
    font-size: 6vw;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    display: block;
    margin: 0 auto 6vw;
    line-height: 1.4;
}
.casebox {
	width: 90%;
	margin: 40px auto;
	display: table;
	justify-content: space-between;
}
.casebox li {
	width: 100%;
	margin-bottom: 5%;
}

}
#conts_08 table.standard th.haku {
	background: #fff;
}





