@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .03em;
	font-feature-settings : "palt";
	text-align: left;
	background-color: #fff;
	font-family: "YakuHanMP", YuMincho, '游明朝', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
	/*font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;*/
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
@media screen\0 {
	body {
		letter-spacing: normal;
		font-family: "YakuHanMP", YuMincho, '游明朝', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
		/*font-family: "YakuHanJP", メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
	}
}
@media print {
	body {
		zoom: 0.68;
		-webkit-print-color-adjust: exact;
	}
}
/* IE10以上 */
@media print and (-ms-high-contrast: none) {
	/* @pageの指定いらないかも */
	@page {
		size: A4;
		margin: 12.7mm 9.7mm;
	}

	body {
		zoom: 1.8;
		width: 1200px;
		transform: scale(0.5);
		transform-origin: 0 0;
	}
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
main {
	display: block;
}
table {
	font-size: inherit; /* モダンブラウザ向け */
	font: 100%; /* Win IE 5-5.5､6(後方互換モード)向け */
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
input[type="radio"],input[type="checkbox"],label,button,input[type="submit"] {
	cursor: pointer;
}
input[type="submit"] {
	cursor: pointer;
}
input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
	height: 50px;
	padding: 5px 20px;
	font-family: "YakuHanMP", YuMincho, '游明朝', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
	font-size: 18px;
	font-weight: bold;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
select {
	height: 50px;
	padding: 5px 10px;
	font-family: "YakuHanMP", YuMincho, '游明朝', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
	font-size: 18px;
	font-weight: bold;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
}
textarea {
	height: 150px;
	padding: 15px 20px;
	font-family: "YakuHanMP", YuMincho, '游明朝', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
	font-size: 18px;
	font-weight: bold;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	vertical-align: top;
}
/* Webkit */
::-webkit-input-placeholder {
	color: #b8b8b8;
	opacity: 1;
}
/* Firefox 18 以前 */
:-moz-placeholder {
	color: #b8b8b8;
}
/* Firefox 19 以降 */
::-moz-placeholder {
	color: #b8b8b8;

	/* Firefox 19 以降のデフォルトでは */
	/* color ではなく opacity で色合いを調整しているため */
	/* 文字色を指定する場合、opacity を 1 にする必要がある */
	opacity: 1;
}
/* IE 10 以降 */
:-ms-input-placeholder {
	color: #b8b8b8 !important;
}
/* CSS4では以下のような名前の擬似クラスになるらしい */
/* おそらく今のところ対応ブラウザはない */
:placeholder-shown {
	color: #b8b8b8;
}
/* Android chrome対策 */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	max-height:100%;
}

.clear {
	clear: both;
}
.clearfix {
	zoom: 100%;
}
.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
a {
	text-decoration: none;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a.normal:link {
	color: #000000;
}
a.normal:visited {
	color: #000000;
}
a:hover {
	text-decoration: none;
}
a:active {
}
a.noline {
	text-decoration: none;
}
a.reverse {
	text-decoration: none;
}
a.reverse:hover {
	text-decoration: underline;
}
.linkBox {
	cursor: pointer;
}
body {
	text-align: center;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}
a { /* FireFox リンク選択時の点線を消す　*/
    overflow: hidden;
    outline: none;
}
.ov {
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ov:hover {	
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
.ovImg:hover img {	
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
.nowrap {
	white-space: nowrap;
}
.mincho {
	font-family: "YakuHanMP", YuMincho, '游明朝', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
}
@media screen\0 {
	.mincho {
		font-family: "YakuHanMP", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
	}
}
.gothic {
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen\0 {
	.gothic {
		font-family: "YakuHanJP", 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
.Barlow {
	font-family: 'Barlow', sans-serif;
}
.lato {
	font-family: "YakuHanJP", 'Lato', sans-serif;
}
* {
	box-sizing: border-box;
}


@media screen and (max-width:767px){
	input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
		height: 44px;
		padding: 5px 10px;
		font-size: 16px;
		border: 2px solid #dddddd;
	}
	select {
		height: 44px;
		padding: 5px 10px;
		font-size: 16px;
		border: 2px solid #dddddd;
	}
	textarea {
		height: 34.6666666vw;
		padding: 5px 10px;
		font-size: 16px;
		border: 2px solid #dddddd;
	}
}

/**********************************

 general

***********************************/
/* margin-bottom */
.mb5  {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb55 {margin-bottom: 55px;}
.mb60 {margin-bottom: 60px;}
.mb65 {margin-bottom: 65px;}
.mb70 {margin-bottom: 70px;}
.mb75 {margin-bottom: 75px;}
.mb80 {margin-bottom: 80px;}
.mb85 {margin-bottom: 85px;}
.mb90 {margin-bottom: 90px;}
.mb95 {margin-bottom: 95px;}
.mb100 {margin-bottom: 100px;}
.mb110 {margin-bottom: 110px;}
.mb120 {margin-bottom: 120px;}
/* margin-top */
.mt5  {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
/* margin-left */
.ml5  {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml20 {margin-left: 20px;}
.ml30 {margin-left: 30px;}
.ml40 {margin-left: 40px;}
.ml45 {margin-left: 45px;}
.ml50 {margin-left: 50px;}
/* margin-right */
.mr5  {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr20 {margin-right: 20px;}
.mr30 {margin-right: 30px;}
.mr40 {margin-right: 40px;}
.mr50 {margin-right: 50px;}
/* padding-top */
.pt5  {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt40 {padding-top: 40px;}
.pt50 {padding-top: 50px;}
.pt60 {padding-top: 60px;}
.pt70 {padding-top: 70px;}
/* padding-bottom */
.pb5  {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}
.pb50 {padding-bottom: 50px;}
.pb55 {padding-bottom: 55px;}
.pb60 {padding-bottom: 60px;}
.pb70 {padding-bottom: 70px;}
/* width */
.w10   {width: 10px;}
.w20   {width: 20px;}
.w30   {width: 30px;}
.w40   {width: 40px;}
.w50   {width: 50px;}
.w60   {width: 60px;}
.w70   {width: 70px;}
.w80   {width: 80px;}
.w90   {width: 90px;}
.w100  {width: 100px;}
.w110  {width: 110px;}
.w120  {width: 120px;}
.w130  {width: 130px;}
.w140  {width: 140px;}
.w150  {width: 150px;}
.w200  {width: 200px;}
.w240  {width: 240px;}
.w250  {width: 250px;}
.w300  {width: 300px;}
.w350  {width: 350px;}
.w400  {width: 400px;}
.w450  {width: 450px;}
.w500  {width: 500px;}
.wfull {width: 100%;}
.imgMax {
	max-width: none;
	width: 100%;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
.alignL {
	text-align: left;
}
.veralignT {
	vertical-align: top;
}
.veralignM {
	vertical-align: middle;
}
.veralignB {
	vertical-align: bottom;
}
.indent {
	text-indent: -1em;
	padding-left: 1em;
}
.bold {
	font-weight: bold;
}
.red {
	color: #ff3f00;
}
.brown {
	color: #b38c3a;
}
.blue {
	color: #1184df;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 60%, #ffbf00 60%);
}
@media screen\0 {
	.marker {
		font-family: "YakuHanJP", Lato, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}
.underline {
	text-decoration: underline;
}
.large {
	font-size: 24px;
}
.large-x {
	font-size: 36px;
}
.small {
	font-size: 86%;
}
@media screen and (min-width:768px){
	.sp {
		display: none;
	}
}
@media screen and (max-width:767px){
	.pc {
		display: none;
	}
	.large {
		font-size: 15px;
	}
	.large-x {
		font-size: 18px;
	}
}

/**********************************

 parts

***********************************/
.define_wrap {
	padding: 0 50px;
}

.define_inner {
	max-width: 100%;
	width: 980px;
	margin: 0 auto;
}


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

	.define_wrap {
		padding: 0 4.62962962962963%;
	}
}


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

	.define_wrap {
		padding: 0 4.66666667%;
	}
}

/**********************************

 layout

***********************************/
.l-wrap {
	padding-top: 100px;
	overflow: hidden;
}

.l-main {
}

.l-pageTop {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 5;
}

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

	.l-pageTop {
		width: 60px;
		bottom: 24px;
		right: 24px;
	}
}

@media screen and (max-width:767px){
	.l-wrap {
		padding-top: 0;
	}

	.l-wrap.top {
		padding-bottom: 50px;
	}

	.l-pageTop {
		width: 32px;
		bottom: 15px;
		right: 4%;
	}

	.l-wrap.top .l-pageTop {
		bottom: 65px;
	}
}

/**********************************

 l-header

***********************************/
.l-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
}

.l-header__logo {
	margin-left: 50px;
}

.l-header__navi {
	display: flex;
	align-items: center;
}

.l-header__navi__tel {
	margin-right: 40px;
}

.l-header__navi__tel a {

}

.l-header__navi__tel a .ttl {
	padding: 2px 5px;
	margin-bottom: 8px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #dddddd;
}

.l-header__navi__tel a .box {
	display: flex;
	align-items: center;
}

.l-header__navi__tel a .box .num {
	margin-right: 10px;
	color: #b58c3c;
	font-size: 33px;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 1;
}

.l-header__navi__tel a .box .num span {
	padding-left: 30px;
	position: relative;
	z-index: 1;
}

.l-header__navi__tel a .box .num span:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/icon_tel01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-header__navi__tel a .box .time {
	color: #333333;
	font-size: 10px;
	font-weight: bold;
}

.l-header__navi__form {
	font-size: 20px;
	font-weight: 600;
}

.l-header__navi__form a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	padding: 0 30px;
	background-color: #b58c3c;
}

.l-header__navi__form a span {
	padding-left: 36px;
	position: relative;
	z-index: 1;
}

.l-header__navi__form a span:before {
	content: "";
	display: block;
	width: 29px;
	height: 22px;
	background: url(../images/icon_mail01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

	.l-header__logo {
		width: 150px;
		margin-left: 4.62962962962963%;
	}

	.l-header__navi__tel {
		margin-right: 20px;
	}

	.l-header__navi__tel a .box .num {
		font-size: 26px;
	}

	.l-header__navi__tel a .box .num span {
		padding-left: 24px;
	}

	.l-header__navi__tel a .box .num span:before {
		width: 20px;
		height: 20px;
	}

	.l-header__navi__tel a .box .time {
		font-size: 9px;
	}

	.l-header__navi__form {
		font-size: 18px;
	}

	.l-header__navi__form a {
		padding: 0 20px;
	}
}

@media screen and (max-width:767px){
	.l-header {
		justify-content: center;
		height: 55px;
		position: static;
	}

	.l-header__logo {
		width: 106px;
		margin-left: 0;
	}

	.l-header__navi {
		display: none;
	}
}

/**********************************

 l-fixedContent

***********************************/

@media screen and (min-width:768px){
	.l-fixedContent {
		display: none;
	}
}

@media screen and (max-width:767px){
	.l-fixedContent {
		display: flex;
		width: 100%;
		height: 50px;
		background-color: #fff;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 10;
	}

	.l-fixedContent__tel {
		width: 50%;
	}

	.l-fixedContent__tel a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 50px;
		background-color: #fff;
	}

	.l-fixedContent__tel a .num {
		color: #b58c3c;
		font-size: 20px;
		font-weight: 600;
		text-align: center;
	}

	.l-fixedContent__tel a .num span {
		padding-left: 22px;
		position: relative;
		z-index: 1;
	}

	.l-fixedContent__tel a .num span:before {
		content: "";
		display: block;
		width: 17.5px;
		height: 17.5px;
		background: url(../images/icon_tel02.png) no-repeat left top;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.l-fixedContent__tel a .time {
		color: #333333;
		font-size: 9px;
		font-weight: bold;
		letter-spacing: -.06em;
		white-space: normal;
		text-align: center;
	}

	.l-fixedContent__form {
		width: 50%;
		font-size: 17px;
		font-weight: 600;
	}

	.l-fixedContent__form a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cdaf5a+0,b68d3d+100 */
		background: rgb(205,175,90); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(205,175,90,1) 0%, rgba(182,141,61,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(205,175,90,1) 0%,rgba(182,141,61,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(205,175,90,1) 0%,rgba(182,141,61,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdaf5a', endColorstr='#b68d3d',GradientType=0 ); /* IE6-9 */
	}

	.l-fixedContent__form a span {
		padding-left: 24px;
		position: relative;
		z-index: 1;
	}

	.l-fixedContent__form a span:before {
		content: "";
		display: block;
		width: 20px;
		height: 15px;
		background: url(../images/icon_mail02.png) no-repeat left top;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
}

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

	.l-fixedContent__tel a .num {
		font-size: 5.333333333333334vw;
	}

	.l-fixedContent__tel a .num span {
		padding-left: 5.866666666666666vw;
	}

	.l-fixedContent__tel a .num span:before {
		width: 4.666666666666667vw;
		height: 4.666666666666667vw;
	}

	.l-fixedContent__tel a .time {
		font-size: 2.4vw;
	}

	.l-fixedContent__form {
		font-size: 4.533333333333333vw;
	}

	.l-fixedContent__form a span {
		padding-left: 6.4vw;
	}

	.l-fixedContent__form a span:before {
		width: 5.333333333333334vw;
		height: 4vw;
	}

}

/**********************************

 l-footer

***********************************/
.l-footer {

}

.l-footer__top {
	border-top: 1px solid #eeeeee;
}

.l-footer__top__inner {
	padding: 27px 0;
}

.l-footer__top__inner p {
	width: 156px;
	margin: 0 auto;
	text-align: center;
}

.l-footer__bottom {
	background-color: #f6f6f6;
}

.l-footer__bottom__inner {
	padding: 33px 0;
}

.l-footer__bottom__inner p {
	color: #cccccc;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

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

	.l-footer__top__inner {
		padding: 14px 0;
	}

	.l-footer__top__inner p {
		width: 93px;
	}

	.l-footer__bottom__inner {
		padding: 16px 0;
	}

	.l-footer__bottom__inner p {
		font-size: 9px;
	}
}

/**********************************

 c-bgStripe01

***********************************/
.c-bgStripe01 {
	background: url(../images/bg_stripe01.png) repeat;
}

@media screen and (max-width:767px){
	.c-bgStripe01 {
		background-size: 15px 15px;
	}
}

/**********************************

 c-bgStripe02

***********************************/
.c-bgStripe02 {
	background: url(../images/bg_stripe02.png) repeat;
}

@media screen and (max-width:767px){
	.c-bgStripe02 {
		background-size: 10px 10px;
	}
}

/**********************************

 c-bgDot01

***********************************/
.c-bgDot01 {
	background: url(../images/bg_dot01.png) repeat;
}

@media screen and (max-width:767px){
	.c-bgDot01 {
		background-size: 10px 10px;
	}
}

/**********************************

 c-anchor

***********************************/
.c-anchor {
	display: block;
	padding-top: 100px;
	margin-top: -100px;
}

@media screen and (max-width:767px){
	.c-anchor {
		padding-top: 0;
		margin-top: 0;
	}
}

/**********************************

 c-sec

***********************************/
.c-sec {
}

.c-sec__head {
}

.c-sec__head__inner {
}

.c-sec__head__inner__ttl {
}

.c-sec__body {

}

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

/**********************************

 c-subHero

***********************************/
.c-subHero {
	background-color: #13905f;
}

.c-subHero__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
}

.c-subHero__inner__ttl {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.5;
}

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

	.c-subHero__inner {
		height: 150px;
	}

	.c-subHero__inner__ttl {
		font-size: 18px;
	}
}

/**********************************

 c-title01

***********************************/
.c-title01 {
	padding: 15px 15px;
	margin-bottom: 25px;
	color: #b48c3b;
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	background-color: #fdf5e8;
	border-radius: 5px;
}

@media screen and (max-width:767px){
	.c-title01 {
		padding: 7px 15px;
		margin-bottom: 15px;
		font-size: 18px;
	}
}

/**********************************

 c-title02

***********************************/
.c-title02 {
	padding: 13px 15px;
	color: #b28c39;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	border-bottom: 1px solid #eeeeee;
}

@media screen and (max-width:767px){
	.c-title02 {
		padding: 7px 15px;
		font-size: 14px;
	}
}

/**********************************

 c-table01

***********************************/
.c-table01 {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.c-table01 thead tr th {
	width: 25%;
	padding: 10px 5px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	background-color: #f6f6f6;
	border-right: 1px solid #dddddd;
}

.c-table01 thead tr th:first-child {
	border-left: 1px solid #f6f6f6;
}

.c-table01 thead tr th:last-child {
	border-right: 1px solid #f6f6f6;
}

.c-table01 tbody tr th {
	padding: 25px 5px;
	color: #b48c3b;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	border: 1px solid #eeeeee;
}

.c-table01 tbody tr td {
	padding: 12px 5px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	border: 1px solid #eeeeee;
}

.c-table01 tbody tr td .en {
	color: #b38c3a;
	font-size: 36px;
	letter-spacing: normal;
}

.c-table01 tbody tr td .large {
	font-size: 20px;
}

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

	.c-table01 tbody tr th {
		font-size: 18px;
	}

	.c-table01 tbody tr td .en {
		font-size: 30px;
	}

	.c-table01 tbody tr td {
		font-size: 12px;
	}

	.c-table01 tbody tr td .large {
		font-size: 18px;
	}
}

@media screen and (max-width:767px){
	.c-table01 {
		margin-bottom: 10px;
		letter-spacing: -.02em;
	}

	.c-table01 thead tr th {
		padding: 6px 5px;
		font-size: 9px;
	}

	.c-table01 tbody tr th {
		padding: 12px 1px;
		font-size: 10px;
	}

	.c-table01 tbody tr td {
		padding: 6px 1px;
		font-size: 7px;
	}

	.c-table01 tbody tr td .en {
		font-size: 16px;
		letter-spacing: -.02em;
	}

	.c-table01 tbody tr td .large {
		font-size: 12px;
	}

	.c-table01 tbody tr td .txt01 {
		font-size: 9px;
	}
}

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

	.c-table01 thead tr th {
		font-size: 2.4vw;
	}

	.c-table01 tbody tr th {
		font-size: 2.666666666666667vw;
	}

	.c-table01 tbody tr td {
		font-size: 1.866666666666667vw;
	}

	.c-table01 tbody tr td .en {
		font-size: 4.266666666666667vw;
	}

	.c-table01 tbody tr td .large {
		font-size: 3.2vw;
	}

	.c-table01 tbody tr td .txt01 {
		font-size: 2.4vw;
	}
}

/**********************************

 c-table02

***********************************/
.c-table02 {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.c-table02 tbody {
}

.c-table02 tbody tr {
}

.c-table02 tbody tr th {
	width: 25%;
	padding: 25px 5px;
	color: #b48c3b;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	border: 1px solid #eeeeee;
}

.c-table02 tbody tr th.th02 {
	color: #000;
	font-size: 16px;
}

.c-table02 tbody tr td {
	padding: 12px 5px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	border: 1px solid #eeeeee;
}

.c-table02 tbody tr td .en {
	color: #b38c3a;
	font-size: 36px;
	letter-spacing: normal;
}

.c-table02 tbody tr td .large {
	font-size: 20px;
}

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

	.c-table02 tbody tr th {
		font-size: 18px;
	}

	.c-table02 tbody tr th.th02 {
		font-size: 14px;
	}

	.c-table02 tbody tr td .en {
		font-size: 30px;
	}

	.c-table02 tbody tr td {
		font-size: 12px;
	}

	.c-table02 tbody tr td .large {
		font-size: 18px;
	}
}

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

	.c-table02 tbody tr th {
		padding: 12px 1px;
		font-size: 10px;
	}

	.c-table02 tbody tr th.th02 {
		font-size: 9px;
	}

	.c-table02 tbody tr td {
		padding: 6px 1px;
		font-size: 7px;
	}

	.c-table02 tbody tr td .en {
		font-size: 16px;
	}

	.c-table02 tbody tr td .large {
		font-size: 9px;
	}
}

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

	.c-table02 tbody tr th {
		font-size: 2.666666666666667vw;
	}

	.c-table02 tbody tr th.th02 {
		font-size: 2.4vw;
	}

	.c-table02 tbody tr td {
		font-size: 1.866666666666667vw;
	}

	.c-table02 tbody tr td .en {
		font-size: 4.266666666666667vw;
	}

	.c-table02 tbody tr td .large {
		font-size: 3.2vw;
	}
}

/**********************************

 c-btn01

***********************************/
a.c-btn01 {
	display: block;
	width: 100%;
	padding: 20px 15px;
	margin-bottom: 5px;
	color: #000;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 9px;
	box-shadow:0px 5px 0px 0px rgba(0,0,0,.1);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff531a+0,f23d00+100 */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cdaf5a+0,b68d3d+100 */
	background: rgb(205,175,90); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(205,175,90,1) 0%, rgba(182,141,61,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(205,175,90,1) 0%,rgba(182,141,61,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(205,175,90,1) 0%,rgba(182,141,61,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdaf5a', endColorstr='#b68d3d',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


@media screen and (max-width:767px){
	a.c-btn01 {
		padding: 12px 15px;
		margin-bottom: 4px;
		font-size: 17px;
		border-radius: 6px;
		box-shadow:0px 4px 0px 0px rgba(0,0,0,.1);
	}
}

/**********************************

 c-form

***********************************/
.c-form {
}

.c-form__content {
	margin-bottom: 50px;
}

.c-form__content dl {
	display: table;
	width: 100%;
	margin-bottom: 34px;
}

.c-form__content dl dt {
	display: table-cell;
	width: 310px;
	padding: 15px 20px 15px 25px;
	vertical-align: middle;
	background-color: #fdf5e8;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.1);
}

.c-form__content dl dt .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	line-height: 1.5;
}

.c-form__content dl dt .inner .name {
	font-size: 18px;
	font-weight: 600;
}

.c-form__content dl dt .inner .name .small {
	font-size: 12px;
}

.c-form__content dl dt .inner .require {
	padding: 3px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	background-color: #b28c39;
}

.c-form__content dl dt .inner .any {
	padding: 3px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	background-color: #00bfff;
}

.c-form__content dl dd {
	display: table-cell;
	padding: 19px;
	line-height: 1.5;
	vertical-align: middle;
	background-color: #fff;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	position: relative;
	z-index: 1;
}

.c-form__content dl dd .nameBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.c-form__content dl dd .nameBox .box {
	display: flex;
	align-items: center;
	width: 48%;
}

.c-form__content dl dd .nameBox .box p {
	width: 40px;
	/*margin-right: .5em;*/
	font-size: 18px;
	font-weight: 600;
	white-space: nowrap;
}

.c-form__content dl dd .nameBox .box .input {
	flex: 1;
}

.c-form__content dl dd .zip {
	width: 265px;
}

.c-form__content dl dd .checkboxList {
	position: relative;
	z-index: 1;
}

.c-form__content dl dd .checkboxList ul {
	margin: -.25em -.5em;
}

.c-form__content dl dd .checkboxList ul li {
	display: inline-block;
	margin: .25em .5em;
	font-weight: 600;
	/*position: relative;*/
	/*z-index: 1;*/
}

.c-form__submit {
	width: 360px;
	max-width: 100%;
	margin: 0 auto;
}

.c-form__submit button,
.c-form__confirmBtn__btn .submit {
	display: block;
	width: 100%;
	padding: 26px 15px;
	color: #000;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 6px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cdaf5a+0,b68d3d+100 */
	background: rgb(205,175,90); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(205,175,90,1) 0%, rgba(182,141,61,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(205,175,90,1) 0%,rgba(182,141,61,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(205,175,90,1) 0%,rgba(182,141,61,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdaf5a', endColorstr='#b68d3d',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.c-form__confirmBtn {
	display: flex;
	justify-content: center;
}

.c-form__confirmBtn__btn {
	width: 360px;
}

.c-form__confirmBtn__btn:first-child {
	margin-right: 30px;
}

.c-form__confirmBtn__btn .back {
	display: block;
	width: 100%;
	padding: 26px 15px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 9px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#666666+0,777777+100 */
	background: rgb(102,102,102); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(102,102,102,1) 0%, rgba(119,119,119,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

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

	.c-form__content {
		margin-bottom: 25px;
	}

	.c-form__content dl {
		display: block;
		width: auto;
		margin-bottom: 25px;
	}

	.c-form__content dl dt {
		display: block;
		width: auto;
		padding: 11px 15px;
		box-shadow: none;
	}

	.c-form__content dl dt .inner {
		display: block;
		width: auto;
		position: relative;
	}

	.c-form__content dl dt .inner .name {
		font-size: 16px;
		text-align: center;
	}

	.c-form__content dl dt .inner .require {
		padding: 3px 5px;
		font-size: 10px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-form__content dl dt .inner .any {
		padding: 3px 5px;
		font-size: 10px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-form__content dl dd {
		display: block;
		padding: 14px;
		border-top: none;
		border-left: 1px solid #eeeeee;
	}

	.c-form__content dl dd .nameBox {
		display: block;
	}

	.c-form__content dl dd .nameBox .box {
		width: auto;
		margin-bottom: 15px;
	}

	.c-form__content dl dd .nameBox .box:last-child {
		margin-bottom: 0;
	}

	.c-form__content dl dd .nameBox .box p {
		width: 40px;
		/*margin-right: .5em;*/
		font-size: 16px;
		white-space: nowrap;
	}

	.c-form__content dl dd .nameBox .box .input {
		flex: 1;
	}

	.c-form__content dl dd .zip {
		width: 100%;
	}

	.c-form__content dl dd select {
		width: 100%;
	}

	.c-form__content dl dd .checkboxList ul {
		display: block;
		margin: -.5em -.5em;
		font-size: 15px;
	}

	.c-form__content dl dd .checkboxList ul li {
		display: block;
		margin: .5em .5em;
	}

	.c-form__submit {
		width: 180px;
	}

	.c-form__submit button,
	.c-form__confirmBtn__btn .submit {
		padding: 12px 15px;
		font-size: 17px;
		border-radius: 4px;
	}

	.c-form__confirmBtn {
		justify-content: space-between;
	}

	.c-form__confirmBtn__btn {
		width: 47.5%;
	}

	.c-form__confirmBtn__btn:first-child {
		margin-right: 0;
	}

	.c-form__confirmBtn__btn .back {
		padding: 12px 15px;
		font-size: 17px;
		border-radius: 4px;
	}

}


/**********************************

 c-faq

***********************************/
.c-faq {
}

.c-faq dl {
	margin-bottom: 55px;
}

.c-faq dl:last-child {
	margin-bottom: 0;
}

.c-faq dl dt {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}

.c-faq dl dt .icon {
	width: 74px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 74px;
	background-color: #b28c39;
	border-radius: 9px;
}

.c-faq dl dt .ttl {
	flex: 1;
	min-height: 74px;
	padding: 22px 20px;
	margin-left: 15px;
	color: #b28c39;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	background-color: #fff;
	border-radius: 9px;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);
}

.c-faq dl dd {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.c-faq dl dd .icon {
	width: 74px;
	color: #b28c39;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 74px;
	background-color: #fdf5e8;
	border-radius: 9px;
}

.c-faq dl dd .cont {
	flex: 1;
	min-height: 74px;
	padding: 23px 20px;
	margin-left: 15px;
	line-height: 1.8;
	background-color: #fff;
	border-radius: 9px;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);
}

.c-faq dl dd .cont p {
}

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

	.c-faq {
		padding: 0 2.941176470588235%;
	}

	.c-faq dl {
		margin-bottom: 30px;
	}

	.c-faq dl dt {
		margin-bottom: 20px;
	}

	.c-faq dl dt .icon {
		width: 40px;
		font-size: 14px;
		line-height: 40px;
		border-radius: 6px;
	}

	.c-faq dl dt .ttl {
		flex: 1;
		min-height: 40px;
		padding: 9px 15px;
		margin-left: 10px;
		font-size: 14px;
		border-radius: 6px;
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.1);
	}

	.c-faq dl dd .icon {
		width: 40px;
		font-size: 14px;
		line-height: 40px;
		border-radius: 6px;
	}

	.c-faq dl dd .cont {
		min-height: 40px;
		padding: 7px 15px;
		margin-left: 10px;
		font-size: 14px;
		border-radius: 6px;
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.1);
	}

	.c-faq dl dd .cont p {
	}

}



/**********************************

 c-completeSec

***********************************/
.c-completeSec {

}

.c-completeSec__inner {
	padding: 120px 0;
}

.c-completeSec__inner .intro {
	margin-bottom: 60px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
}

.c-completeSec__inner .back {
	max-width: 430px;
	margin: 0 auto;
}


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

	.c-completeSec__inner {
		padding: 60px 0;
	}

	.c-completeSec__inner .intro {
		margin-bottom: 30px;
		font-size: 14px;
	}

	.c-completeSec__inner .back {
		max-width: 215px;
	}
}



/**********************************

 heroSec

***********************************/
.heroSec {
	position: relative;
	z-index: 1;
}

.heroSec__btn {
	margin-bottom: 5.625vw;
	/*margin-bottom: 108px;*/
	font-size: 1.25vw;
	/*font-size: 24px;*/
	font-weight: 600;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.heroSec__btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 15.625vw;
	/*width: 300px;*/
	height: 4.166666666666666vw;
	/*height: 80px;*/
	border-radius: 0.3125vw;
	/*border-radius: 6px;*/
	box-shadow: 0px 0.26041666666666663vw 0px 0px rgba(0,0,0,0.3);
	/*box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.3);*/
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cdaf5a+0,b68d3d+100 */
	background: rgb(205,175,90); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(205,175,90,1) 0%, rgba(182,141,61,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(205,175,90,1) 0%,rgba(182,141,61,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(205,175,90,1) 0%,rgba(182,141,61,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdaf5a', endColorstr='#b68d3d',GradientType=0 ); /* IE6-9 */
}

.heroSec__btn a span {
	padding-left: 1.9791666666666665vw;
	/*padding-left: 38px;*/
	position: relative;
	z-index: 1;
}

.heroSec__btn a span:before {
	content: "";
	display: block;
	width: 1.5104166666666667vw;
	/*width: 29px;*/
	height: 1.1458333333333333vw;
	/*height: 22px;*/
	background: url(../images/icon_mail01.png);
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

	.heroSec__btn {
		margin-bottom: 11.466666666666667vw;
		/*margin-bottom: 86px;*/
		font-size: 4.533333333333333vw;
		/*font-size: 34px;*/
	}

	.heroSec__btn a {
		width: 72vw;
		/*width: 540px;*/
		height: 13.333333333333334vw;
		/*height: 100px;*/
		border-radius: 1.3333333333333335vw;
		/*border-radius: 10px;*/
		box-shadow: 0px 0.8vw 0px 0px rgba(0,0,0,0.3);
		/*box-shadow: 0px 6px 0px 0px rgba(0,0,0,0.3);*/
	}

	.heroSec__btn a span {
		padding-left: 6.666666666666667vw;
		/*padding-left: 50px;*/
	}

	.heroSec__btn a span:before {
		width: 5.066666666666666vw;
		/*width: 38px;*/
		height: 3.733333333333334vw;
		/*height: 28px;*/
		background: url(../images/icon_mail02.png);
		background-size: contain;
	}
}



/**********************************

 campaignSec

***********************************/
.campaignSec {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,333333+100 */
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333',GradientType=0 ); /* IE6-9 */

}

.campaignSec__inner {

}

.campaignSec__inner__ttl {
	text-align: center;
}

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

}



/**********************************

 cvSec

***********************************/
.cvSec {
	background: url(../images/cv_bg01_pc.jpg) no-repeat center;
	background-size: cover;
}

.cvSec__inner {
	padding: 40px 0 55px;
}

.cvSec__inner__ttl {
	margin: 0 -5% 20px;
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	text-align: center;
}

.cvSec__inner__ttl br {
	display: none;
}

.cvSec__inner__wrap {
	display: flex;
	justify-content: space-between;
}

.cvSec__inner__wrap__tel {
	width: 445px;
	margin-right: 30px;
}

.cvSec__inner__wrap__tel a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 104px;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.3);
}

.cvSec__inner__wrap__tel a .ttl {
	width: 85%;
	padding: 2px 5px;
	margin-bottom: 8px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #dddddd;
}

.cvSec__inner__wrap__tel a .box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cvSec__inner__wrap__tel a .box .num {
	margin-right: 10px;
	color: #b58c3c;
	font-size: 36px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: normal;
}

.cvSec__inner__wrap__tel a .box .num span {
	padding-left: 32px;
	position: relative;
	z-index: 1;
}

.cvSec__inner__wrap__tel a .box .num span:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	margin-top: 1%;
	background: url(../images/icon_tel01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.cvSec__inner__wrap__tel a .box .time {
	margin-top: 1%;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

.cvSec__inner__wrap__form {
	flex: 1;
	font-size: 24px;
	font-weight: 600;
}

.cvSec__inner__wrap__form a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 104px;
	border-radius: 6px;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.3);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cdaf5a+0,b68d3d+100 */
	background: rgb(205,175,90); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(205,175,90,1) 0%, rgba(182,141,61,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(205,175,90,1) 0%,rgba(182,141,61,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(205,175,90,1) 0%,rgba(182,141,61,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdaf5a', endColorstr='#b68d3d',GradientType=0 ); /* IE6-9 */
}

.cvSec__inner__wrap__form a span {
	padding-left: 36px;
	position: relative;
	z-index: 1;
}

.cvSec__inner__wrap__form a span:before {
	content: "";
	display: block;
	width: 29px;
	height: 22px;
	background: url(../images/icon_mail01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

	.cvSec__inner__ttl {
		margin: 0 -2% 20px;
	}

	.cvSec__inner__ttl .br02 {
		display: block;
	}

	.cvSec__inner__wrap__tel {
		width: 380px;
		margin-right: 20px;
	}

	.cvSec__inner__wrap__tel a .box .num {
		font-size: 30px;
	}

	.cvSec__inner__wrap__tel a .box .time {
		font-size: 9px;
	}
}

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

	.cvSec {
		background: url(../images/cv_bg01_sp.jpg) no-repeat center;
		background-size: cover;
	}

	.cvSec__inner {
		padding: 20px 0 35px;
	}

	.cvSec__inner__ttl {
		margin: 0 0 20px;
		font-size: 18px;
	}

	.cvSec__inner__ttl .br01 {
		display: block;
	}

	.cvSec__inner__wrap {
		display: block;
	}

	.cvSec__inner__wrap__tel {
		width: 270px;
		margin: 0 auto 23px;
	}

	.cvSec__inner__wrap__tel a {
		height: 90px;
		border-radius: 6px;
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.3);
	}

	.cvSec__inner__wrap__tel a .ttl {
		width: 80%;
		padding: 2px 5px;
		margin-bottom: 2px;
		font-size: 11px;
	}

	.cvSec__inner__wrap__tel a .box {
		display: block;
	}

	.cvSec__inner__wrap__tel a .box .num {
		margin-right: 0;
		margin-bottom: 2px;
		font-size: 32px;
		text-align: center;
	}

	.cvSec__inner__wrap__tel a .box .num span {
		padding-left: 28px;
	}

	.cvSec__inner__wrap__tel a .box .num span:before {
		width: 17.5px;
		height: 17.5px;
		margin-top: 1%;
		background: url(../images/icon_tel02.png) no-repeat left top;
		background-size: contain;
	}

	.cvSec__inner__wrap__tel a .box .time {
		margin-top: 0;
		font-size: 9px;
		text-align: center;
	}

	.cvSec__inner__wrap__form {
		width: 270px;
		margin: 0 auto;
		font-size: 17px;
	}

	.cvSec__inner__wrap__form a {
		height: 60px;
		border-radius: 6px;
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.3);
	}

	.cvSec__inner__wrap__form a span {
		padding-left: 24px;
	}

	.cvSec__inner__wrap__form a span:before {
		width: 20px;
		height: 15px;
		background: url(../images/icon_mail02.png) no-repeat left top;
		background-size: contain;
	}
}

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

	.cvSec__inner__ttl {
		font-size: 4.8vw;
	}
}



/**********************************

 troubleSec

***********************************/
.troubleSec {
	background: #eeeeee url(../images/trouble_bg01_pc.png) no-repeat center top;
}

.troubleSec__inner {
	padding: 80px 0 120px;
}

.troubleSec__inner__ttl {
	margin-bottom: 65px;
	text-align: center;
}

.troubleSec__inner__list {
	margin-bottom: 80px;
	font-size: 24px;
	font-weight: 600;
}

.troubleSec__inner__list li {
	padding-bottom: 30px;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.troubleSec__inner__list li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.troubleSec__inner__list li:before {
	content: "";
	display: block;
	width: 36px;
	height: 1px;
	background-color: #bbbbbb;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.troubleSec__inner__list li:last-child:before {
	display: none;
}

.troubleSec__inner__copy {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 860px;
	height: 145px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/trouble_bg02_pc.png) no-repeat center;
	background-size: contain;
}

.troubleSec__inner__copy .txt {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
}

.troubleSec__inner__copy .txt span {
	color: #b48c3b;
	font-size: 36px;
}

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

	.troubleSec__inner__copy {
		width: 83.984375vw;
		height: 14.16015625vw;
	}

	.troubleSec__inner__copy .txt {
		font-size: 2.734375vw;
	}

	.troubleSec__inner__copy .txt span {
		font-size: 3.515625vw;
	}
}

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

	.troubleSec {
		background: #eeeeee url(../images/trouble_bg01_sp.png) no-repeat center bottom;
		background-size: cover;
	}

	.troubleSec__inner {
		padding: 30px 0;
	}

	.troubleSec__inner__ttl {
		margin-bottom: 32px;
	}

	.troubleSec__inner__list {
		margin-bottom: 40px;
		font-size: 16px;
		line-height: 1.8;
	}

	.troubleSec__inner__list li {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.troubleSec__inner__list li:before {
		width: 18px;
		height: 1px;
	}

	.troubleSec__inner__list li:last-child:before {
		display: none;
	}

	.troubleSec__inner__copy {
		width: 340px;
		height: 108px;
		background: url(../images/trouble_bg02_sp.png) no-repeat center;
		background-size: contain;
		position: relative;
		z-index: 1;
	}

	.troubleSec__inner__copy:before {
		content: "";
		display: block;
		width: 340px;
		height: 117px;
		margin-top: -35px;
		background: url(../images/trouble_pic01.png) no-repeat left top;
		background-size: contain;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}

	.troubleSec__inner__copy .txt {
		font-size: 17px;
	}

	.troubleSec__inner__copy .txt span {
		font-size: 21px;
	}
}



/**********************************

 reasonSec

***********************************/
.reasonSec {

}

.reasonSec__inner {
	padding: 85px 0 100px;
}

.reasonSec__inner__ttl {
	margin-bottom: 90px;
	text-align: center;
}

.reasonSec__inner__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.reasonSec__inner__list__sec {
	width: 28.571428571428571%;
	padding: 3.061224489795918% 3.061224489795918% 2.551020408163265%;
	margin-bottom: 65px;
	background-color: #fff;
	box-shadow:0px 5px 0px 0px rgba(0,0,0,.1);
	border-radius: 9px;
}

.reasonSec__inner__list__sec .icon {
	width: 63.636363636363636%;
	margin: 0 auto 12px;
}

.reasonSec__inner__list__sec .ttl {
	margin-bottom: 18px;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
}

.reasonSec__inner__list__sec ul {
}

.reasonSec__inner__list__sec ul li {
	padding: 12px 0 12px 23px;
	border-top: 1px solid #dddddd;
	position: relative;
	z-index: 1;
}

.reasonSec__inner__list__sec ul li:last-child {
	padding-bottom: 0;
}

.reasonSec__inner__list__sec ul li:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #cccccc;
	position: absolute;
	top: 21px;
	left: 6px;
}

.reasonSec__inner__list__sec ul li .small {
	display: block;
	margin-top: .2em;
	font-size: 14px;
}

.reasonSec__inner__list__sec ul li .note {
	display: block;
	text-indent: -1.5em;
	margin-top: .2em;
	font-size: 14px;
}

.reasonSec__inner__youtube {

}

.reasonSec__inner__youtube__inner {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.reasonSec__inner__youtube__inner iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

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

	.reasonSec__inner__list__sec {
		width: 31%;
	}

	.reasonSec__inner__list__sec .ttl {
		font-size: 18px;
	}

}

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

	.reasonSec__inner {
		padding: 35px 0 30px;
	}

	.reasonSec__inner__ttl {
		margin: 0 -5.15% 30px;
	}

	.reasonSec__inner__list {
	}

	.reasonSec__inner__list__sec {
		width: 47.058823529411765%;
		padding: 4.411764705882353%;
		margin-bottom: 33px;
		box-shadow:0px 3px 0px 0px rgba(0,0,0,.1);
		border-radius: 5px;
	}

	.reasonSec__inner__list__sec .icon {
		width: 57.94%;
		margin: 0 auto 10px;
	}

	.reasonSec__inner__list__sec .ttl {
		margin-bottom: 12px;
		font-size: 18px;
	}

	.reasonSec__inner__list__sec ul {
	}

	.reasonSec__inner__list__sec ul li {
		padding: 9px 0 9px 11px;
	}

	.reasonSec__inner__list__sec ul li:last-child {
		padding-bottom: 0;
	}

	.reasonSec__inner__list__sec ul li:before {
		width: 5px;
		height: 5px;
		top: 18px;
		left: 0;
	}

	.reasonSec__inner__list__sec ul li .small {
		font-size: 14px;
		text-align: center;
	}

	.reasonSec__inner__list__sec ul li .note {
		display: block;
		text-indent: -1.5em;
		margin-top: .2em;
		font-size: 14px;
	}

	.reasonSec__inner__youtube {

	}

	.reasonSec__inner__youtube__inner {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}

	.reasonSec__inner__youtube__inner iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}

}


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

	.reasonSec__inner__list__sec .ttl {
		font-size: 4.8vw;
	}
}


/**********************************

 caseSec

***********************************/
.caseSec {

}

.caseSec__inner {
	padding: 85px 0 105px;
}

.caseSec__inner__ttl {
	margin-bottom: 70px;
	text-align: center;
}

.caseSec__inner__list {

}

.caseSec__inner__list__sec {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 85px;
}

.caseSec__inner__list__sec:nth-child(even) {
	flex-direction: row-reverse;
}

.caseSec__inner__list__sec:last-child {
	margin-bottom: 0;
}

.caseSec__inner__list__sec .pic {
	width: 32.653061224489796%;
}

.caseSec__inner__list__sec .content {
	width: 64.285714285714286%;
	padding: 3.061224489795918%;
	background-color: #fff;
	box-shadow:0px 5px 0px 0px rgba(0,0,0,.1);
	border-radius: 9px;
}

.caseSec__inner__list__sec .content .head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.caseSec__inner__list__sec .content .head .cat {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	padding: 23px 0;
	margin-right: 5.265%;
	color: #b48c3b;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	background-color: #fdf5e8;
	border-radius: 5px;
}

.caseSec__inner__list__sec .content .head .price {
	flex: 1;
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

.caseSec__inner__list__sec .content .head .price .txt {
	font-size: 22px;
	font-weight: 600;
}

.caseSec__inner__list__sec .content .head .price .txt .en {
	margin-left: .4em;
	margin-right: .1em;
	color: #b38c3a;
	font-size: 36px;
	letter-spacing: normal;
}

.caseSec__inner__list__sec .content .head .price .txt .tax {
	display: inline-block;
	padding: 1px 3px;
	margin-left: 1em;
	margin-top: -.5em;
	font-size: 12px;
	vertical-align: middle;
	border: 1px solid #dddddd;
}

.caseSec__inner__list__sec .content .body {

}

.caseSec__inner__list__sec .content .body .detail {

}

.caseSec__inner__list__sec .content .body .detail .ttl {
	padding: 3px 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	border: 2px solid #eeeeee;
	border-radius: 5px;
}

.caseSec__inner__list__sec .content .body .detail ul {
	margin-bottom: 30px;
}

.caseSec__inner__list__sec .content .body .detail ul li {
	padding: 12px 0 12px 27px;
	border-bottom: 1px solid #eeeeee;
	position: relative;
	z-index: 1;
}

.caseSec__inner__list__sec .content .body .detail ul li:before {
	content: "";
	display: block;
	width: 20px;
	height: 14px;
	background: url(../images/icon_check01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 16px;
	left: 0;
	z-index: 1;
}

.caseSec__inner__list__sec .content .body .copy {
	padding: 13px 15px;
	color: #b48c3b;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	background-color: #fdf5e8;
	border-radius: 5px;
}

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

	.caseSec__inner__list__sec .content .head {
		display: block;
	}

	.caseSec__inner__list__sec .content .head .cat {
		width: auto;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.caseSec__inner__list__sec .content .head .price {
	}
}

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

	.caseSec__inner {
		padding: 30px 0;
	}

	.caseSec__inner__ttl {
		margin-bottom: 30px;
	}

	.caseSec__inner__list__sec {
		display: block;
		margin-bottom: 33px;
	}

	.caseSec__inner__list__sec .pic {
		width: auto;
		margin-bottom: 15px;
	}

	.caseSec__inner__list__sec .content {
		width: auto;
		padding: 4.411764705882353%;
		box-shadow:0px 3px 0px 0px rgba(0,0,0,.1);
		border-radius: 5px;
	}

	.caseSec__inner__list__sec .content .head {
		margin-bottom: 15px;
	}

	.caseSec__inner__list__sec .content .head .cat {
		display: block;
		padding: 7px 0;
		margin-bottom: 15px;
		font-size: 18px;
		border-radius: 5px;
	}

	.caseSec__inner__list__sec .content .head .price {
		display: block;
		padding: 0;
	}

	.caseSec__inner__list__sec .content .head .price .txt {
		font-size: 14px;
		text-align: center;
	}

	.caseSec__inner__list__sec .content .head .price .txt .en {
		margin-left: .4em;
		margin-right: .1em;
		font-size: 32px;
	}

	.caseSec__inner__list__sec .content .head .price .txt .tax {
		padding: 1px 3px;
		margin-top: -1.5em;
		margin-left: 1em;
		font-size: 9px;
		vertical-align: middle;
	}

	.caseSec__inner__list__sec .content .body {

	}

	.caseSec__inner__list__sec .content .body .detail {

	}

	.caseSec__inner__list__sec .content .body .detail .ttl {
		padding: 3px 10px;
		margin-bottom: 5px;
		font-size: 16px;
	}

	.caseSec__inner__list__sec .content .body .detail ul {
		margin-bottom: 15px;
		font-size: 15px;
	}

	.caseSec__inner__list__sec .content .body .detail ul li {
		padding: 7px 0 7px 16px;
	}

	.caseSec__inner__list__sec .content .body .detail ul li:before {
		width: 11px;
		height: 8px;
		top: 14px;
	}

	.caseSec__inner__list__sec .content .body .copy {
		padding: 8px 12px;
		font-size: 18px;
	}

}

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


	.caseSec__inner__list__sec .content .body .copy {
		font-size: 4.8vw;
	}
}



/**********************************

 voiceSec

***********************************/
.voiceSec {

}

.voiceSec__inner {
	padding: 85px 0 105px;
}

.voiceSec__inner__ttl {
	margin-bottom: 70px;
	text-align: center;
}

.voiceSec__inner__list {

}

.voiceSec__inner__list__sec {
	display: flex;
	justify-content: space-between;
	margin-bottom: 65px;
}

.voiceSec__inner__list__sec:nth-child(even) {
	flex-direction: row-reverse;
}

.voiceSec__inner__list__sec:last-child {
	margin-bottom: 0;
}

.voiceSec__inner__list__sec .pic {
	width: 32.653061224489796%;
}

.voiceSec__inner__list__sec .content {
	width: 64.285714285714286%;
	padding: 3.061224489795918%;
	background-color: #fff;
	box-shadow:0px 5px 0px 0px rgba(0,0,0,.1);
	border-radius: 9px;
}

.voiceSec__inner__list__sec .content .head {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom: 20px;
}

.voiceSec__inner__list__sec .content .head .age {
	width: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 21px 0;
	color: #b48c3b;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	background-color: #fdf5e8;
	border-radius: 5px;
}

.voiceSec__inner__list__sec .content .head .ttl {
	flex: 1;
	padding: 14px 0;
	margin-right: 5.265%;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: .05em;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
@media screen\0 {
	.voiceSec__inner__list__sec .content .head .ttl {
		letter-spacing: -.05em;
	}
}

.voiceSec__inner__list__sec .content .body {
}

.voiceSec__inner__list__sec .content .body p {
	line-height: 1.8;
	letter-spacing: .05em;
}

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

	.voiceSec__inner {
		padding: 30px 0 30px;
	}

	.voiceSec__inner__ttl {
		margin-bottom: 30px;
	}

	.voiceSec__inner__list {

	}

	.voiceSec__inner__list__sec {
		display: block;
		margin-bottom: 33px;
	}

	.voiceSec__inner__list__sec .pic {
		width: 58.823529411764706%;
		margin: 0 auto 15px;
	}

	.voiceSec__inner__list__sec .content {
		width: auto;
		padding: 4.411764705882353%;
		box-shadow:0px 3px 0px 0px rgba(0,0,0,.1);
		border-radius: 5px;
	}

	.voiceSec__inner__list__sec .content .head {
		display: block;
		margin-bottom: 15px;
		text-align: center;
	}

	.voiceSec__inner__list__sec .content .head .age {
		display: inline-block;
		width: auto;
		padding: 6px 12px;
		margin-bottom: 15px;
		color: #b48c3b;
		font-size: 12px;
		border-radius: 3px;
	}

	.voiceSec__inner__list__sec .content .head .ttl {
		padding: 7px 0;
		margin-right: 0;
		font-size: 16px;
		text-align: center;
	}

	.voiceSec__inner__list__sec .content .body {
	}

	.voiceSec__inner__list__sec .content .body p {
		line-height: 1.8;
		letter-spacing: .05em;
	}

}



/**********************************

 priceSec

***********************************/
.priceSec {

}

.priceSec__inner {
	padding: 90px 0 100px;
}

.priceSec__inner__ttl {
	margin-bottom: 70px;
	text-align: center;
}

.priceSec__inner__sec01 {
	padding: 3.061224489795918%;
	margin-bottom: 85px;
	background-color: #fff;
	box-shadow:0px 5px 0px 0px rgba(0,0,0,.1);
	border-radius: 9px;
}

.priceSec__inner__sec01 .pic {
	width: 53.695652173913043%;
	margin: 0 auto 30px;
	text-align: center;
}

.priceSec__inner__sec01 .note {
	font-size: 14px;
	line-height: 1.8;
}

.priceSec__inner__sec01 .note li {
	text-indent: -1em;
	margin-left: 1em;
}

.priceSec__inner__sec01 .note li a {
	font-weight: 600;
	text-decoration: underline;
}

.priceSec__inner__sec01 .note li a:hover {
	text-decoration: none;
}

.priceSec__inner__sec02 {
	padding: 3.061224489795918%;
	margin-bottom: 85px;
	background-color: #fff;
	box-shadow:0px 5px 0px 0px rgba(0,0,0,.1);
	border-radius: 9px;
}

.priceSec__inner__sec02 .note {
	font-size: 14px;
	line-height: 1.8;
}

.priceSec__inner__sec02 .note li {
	text-indent: -1em;
	margin-left: 1em;
}

.priceSec__inner__sec02 .note li a {
	font-weight: 600;
	text-decoration: underline;
}

.priceSec__inner__sec02 .note li a:hover {
	text-decoration: none;
}

.priceSec__inner__sec03 {
	padding: 3.061224489795918%;
	margin-bottom: 85px;
	background-color: #fff;
	box-shadow:0px 5px 0px 0px rgba(0,0,0,.1);
	border-radius: 9px;
}

.priceSec__inner__sec03 .note {
	font-size: 14px;
	line-height: 1.8;
}

.priceSec__inner__sec03 .note li {
	text-indent: -1em;
	margin-left: 1em;
}

.priceSec__inner__sec03 .note li a {
	font-weight: 600;
	text-decoration: underline;
}

.priceSec__inner__sec03 .note li a:hover {
	text-decoration: none;
}

.priceSec__inner__sec04 {
	padding: 3.061224489795918%;
	margin-bottom: 40px;
	background-color: #fdf5e8;
	border-radius: 9px;
}

.priceSec__inner__sec04__inner {
	background-color: #fff;
	border-radius: 9px;
}

.priceSec__inner__sec04__inner .body {
	padding: 3.260869565217391%;
}

.priceSec__inner__sec04__inner .list01 {
	margin-bottom: 30px;
	line-height: 1.8;
}

.priceSec__inner__sec04__inner .list01 li {
	text-indent: -.55em;
	margin-left: .55em;
}

.priceSec__inner__sec04__inner .list02 {
	padding: 2.325581395348837%;
	font-size: 14px;
	line-height: 1.8;
	background-color: #f6f6f6;
}

.priceSec__inner__sec04__inner .list02 li {
	text-indent: -1em;
	margin-left: 1em;
}

.priceSec__inner__sec05 {
	padding: 3.061224489795918%;
	background-color: #fdf5e8;
	border-radius: 9px;
}

.priceSec__inner__sec05__inner {
	background-color: #fff;
	border-radius: 9px;
}

.priceSec__inner__sec05__inner .body {
	padding: 3.260869565217391%;
}

.priceSec__inner__sec05__inner .list {

}

.priceSec__inner__sec05__inner .list .sec {
	margin-bottom: 30px;
}

.priceSec__inner__sec05__inner .list .sec:last-child {
	margin-bottom: 0;
}

.priceSec__inner__sec05__inner .list .sec .ttl {
	padding: 13px 15px;
	margin-bottom: 20px;
	text-align: center;
	background-color: #fdf5e8;
}

.priceSec__inner__sec05__inner .list .sec p {
	text-align: center;
	line-height: 1.8;
}

.priceSec__inner__sec05__inner .list .sec .pic {
	text-align: center;
}

.priceSec__inner__sec05__inner .note {
	margin-top: 15px;
}

.priceSec__inner__sec05__inner .note li {
	text-indent: -1em;
	margin-left: 1em;
	text-align: center;
	line-height: 1.8;
}

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

	.priceSec__inner {
		padding: 30px 0 30px;
	}

	.priceSec__inner__ttl {
		margin-bottom: 30px;
	}

	.priceSec__inner__sec01 {
		padding: 4.411764705882353%;
		margin-bottom: 33px;
		box-shadow:0px 3px 0px 0px rgba(0,0,0,.1);
		border-radius: 5px;
	}

	.priceSec__inner__sec01 .pic {
		width: 79.032258064516129%;
		margin: 0 auto 15px;
	}

	.priceSec__inner__sec01 .note {
		font-size: 9px;
	}

	.priceSec__inner__sec02 {
		padding: 4.411764705882353%;
		margin-bottom: 33px;
		box-shadow:0px 3px 0px 0px rgba(0,0,0,.1);
		border-radius: 5px;
	}

	.priceSec__inner__sec02 .note {
		font-size: 9px;
	}

	.priceSec__inner__sec03 {
		padding: 4.411764705882353%;
		margin-bottom: 33px;
		box-shadow:0px 3px 0px 0px rgba(0,0,0,.1);
		border-radius: 5px;
	}

	.priceSec__inner__sec03 .note {
		font-size: 9px;
	}

	.priceSec__inner__sec04 {
		padding: 4.411764705882353%;
		margin-bottom: 30px;
		border-radius: 5px;
	}

	.priceSec__inner__sec04__inner {
		border-radius: 5px;
	}

	.priceSec__inner__sec04__inner .body {
		padding: 4.838709677419355%;
	}

	.priceSec__inner__sec04__inner .list01 {
		margin-bottom: 15px;
		font-size: 14px;
	}

	.priceSec__inner__sec04__inner .list01 li {
		margin-bottom: .3em;
	}

	.priceSec__inner__sec04__inner .list01 li:last-child {
		margin-bottom: 0;
	}

	.priceSec__inner__sec04__inner .list02 {
		padding: 2.325581395348837%;
		font-size: 9px;
	}

	.priceSec__inner__sec04__inner .list02 li {
	}

	.priceSec__inner__sec05 {
		padding: 4.411764705882353%;
		border-radius: 5px;
	}

	.priceSec__inner__sec05__inner {
		border-radius: 5px;
	}

	.priceSec__inner__sec05__inner .body {
		padding: 4.838709677419355%;
	}

	.priceSec__inner__sec05__inner .list {

	}

	.priceSec__inner__sec05__inner .list .sec {
		margin-bottom: 15px;
	}

	.priceSec__inner__sec05__inner .list .sec .ttl {
		padding: 5px 10px;
		margin-bottom: 10px;
		font-size: 14px;
	}

	.priceSec__inner__sec05__inner .list .sec p {
		font-size: 14px;
	}

	.priceSec__inner__sec05__inner .list .sec .pic {
		width: 93.575%;
		margin: 0 auto;
	}

	.priceSec__inner__sec05__inner .note {
		padding: 8px 10px;
		margin-top: 12px;
		font-size: 9px;
		background-color: #f6f6f6;
	}

	.priceSec__inner__sec05__inner .note li {
		text-align: left;
	}

}



/**********************************

 flowSec

***********************************/
.flowSec {

}

.flowSec__inner {
	padding: 80px 0 105px;
}

.flowSec__inner__ttl {
	margin-bottom: 90px;
	text-align: center;
}

.flowSec__inner__list {
	display: flex;
	justify-content: space-between;
}

.flowSec__inner__list__sec {
	width: 20.408163265306122%;
	padding: 43px 2.040816326530612% 2.040816326530612%;
	background-color: #fff;
	box-shadow:0px 5px 0px 0px rgba(0,0,0,.1);
	border-radius: 9px;
	position: relative;
	z-index: 1;
}

.flowSec__inner__list__sec:before {
	content: "";
	display: block;
	width: 16px;
	height: 34px;
	background: url(../images/flow_arr01_pc.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.flowSec__inner__list__sec:last-child:before {
	display: none;
}

.flowSec__inner__list__sec .num {
	padding: 8px 15px;
	color: #b28c39;
	font-weight: bold;
	border-radius: 6px;
	background-color: #fdf5e8;
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.flowSec__inner__list__sec .icon {
	width: 53.75%;
	margin: 0 auto 20px;
	text-align: center;
}

.flowSec__inner__list__sec .ttl {
	margin-bottom: .3em;
	color: #b28c39;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	line-height: 1.3;
}

.flowSec__inner__list__sec .ttl span {
	font-size: 16px;
}

.flowSec__inner__list__sec .txt01 {
	line-height: 1.8;
	text-align: center;
}

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

	.flowSec__inner__list__sec:before {
		width: 1.4814814814814816vw;
		height: 3.148148148148148vw;
		right: -3.7037037037037033vw;
	}

}

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

	.flowSec__inner {
		padding: 30px 0 33px;
	}

	.flowSec__inner__ttl {
		margin-bottom: 44px;
		text-align: center;
	}

	.flowSec__inner__list {
		display: block;
	}

	.flowSec__inner__list__sec {
		width: auto;
		padding: 30px 4.411764705882353% 4.411764705882353%;
		margin-bottom: 65px;
		box-shadow:0px 3px 0px 0px rgba(0,0,0,.1);
		border-radius: 5px;
	}

	.flowSec__inner__list__sec:last-child {
		margin-bottom: 0;
	}

	.flowSec__inner__list__sec:before {
		width: 39px;
		height: 19.5px;
		background: url(../images/flow_arr01_sp.png) no-repeat left top;
		background-size: contain;
		position: absolute;
		top: auto;
		right: auto;
		bottom: -35px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.flowSec__inner__list__sec .num {
		padding: 4px 10px;
		font-size: 12px;
		border-radius: 5px;
	}

	.flowSec__inner__list__sec .icon {
		width: 27.42%;
		margin: 0 auto 12px;
		text-align: center;
	}

	.flowSec__inner__list__sec .ttl {
		margin-bottom: .3em;
		font-size: 18px;
	}

	.flowSec__inner__list__sec .ttl span {
		font-size: 14px;
	}

	.flowSec__inner__list__sec .txt01 {
		line-height: 1.8;
		text-align: center;
	}

}



/**********************************

 faqSec

***********************************/
.faqSec {

}

.faqSec__inner {
	padding: 90px 0 105px;
}

.faqSec__inner__ttl {
	margin-bottom: 70px;
	text-align: center;
}

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

	.faqSec__inner {
		padding: 33px 0 33px;
	}

	.faqSec__inner__ttl {
		margin-bottom: 30px;
	}

}



/**********************************

 companySec

***********************************/
.companySec {

}

.companySec__inner {
	padding: 85px 0 100px;
}

.companySec__inner__ttl {
	padding: 23px 0;
	margin-bottom: 40px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	border-top: 2px solid #000;
	border-bottom: 1px solid #dddddd;
}

.companySec__inner__list {

}

.companySec__inner__list dl {
	display: flex;
	padding: 30px 0;
	border-bottom: 1px solid #dddddd;
}

.companySec__inner__list dl dt {
	width: 310px;
	padding: 0 20px;
	font-size: 18px;
	font-weight: bold;
	border-right: 1px solid #dddddd;
}

.companySec__inner__list dl dd {
	flex: 1;
	padding-left: 30px;
	font-size: 18px;
}

.companySec__inner__list dl dd img {
	padding-left: 10px;
}

.companySec__inner__list dl dd a.tel {
	padding-left: 36px;
	position: relative;
	z-index: 1;
}

.companySec__inner__list dl dd a.tel:before {
	content: "";
	display: block;
	width: 30px;
	height: 20px;
	background: url(../images/icon_free01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}


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

	.companySec__inner {
		padding: 30px 0;
	}

	.companySec__inner__ttl {
		padding: 10px 0;
		margin-bottom: 18px;
		font-size: 18px;
	}

	.companySec__inner__list {

	}

	.companySec__inner__list dl {
		display: block;
		padding: 12px 0;
	}

	.companySec__inner__list dl dt {
		width: auto;
		padding: 0;
		font-size: 16px;
		border-right: none;
		text-align: center;
		line-height: 1.8;
	}

	.companySec__inner__list dl dd {
		padding-left: 0;
		font-size: 16px;
		text-align: center;
		line-height: 1.8;
	}

	.companySec__inner__list dl dd a.tel {
		padding-left: 25px;
	}

	.companySec__inner__list dl dd a.tel:before {
		width: 20px;
		height: 13px;
	}

}



/**********************************

 formSec

***********************************/
.formSec {

}

.formSec__inner {
	padding: 80px 0 100px;
}

.formSec__inner__ttl {
	padding: 18px 15px;
	margin-bottom: 20px;
	color: #b28c39;
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	background-color: #fdf5e8;
}

.formSec__inner__intro {
	margin-bottom: 40px;
	font-size: 18px;
	text-align: center;
	line-height: 1.8;
}

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

	.formSec__inner {
		padding: 30px 0;
	}

	.formSec__inner__ttl {
		padding: 7px 15px;
		margin-bottom: 15px;
		font-size: 18px;
	}

	.formSec__inner__intro {
		margin-bottom: 20px;
		font-size: 14px;
		text-align: left;
	}

}


/**********************************

 xxx

***********************************/

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

}

