@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	color: #1f1f1f;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: .03em;
	font-feature-settings : "palt";
	text-align: left;
	background-color: #fff;
	font-family: "YakuHanJP", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-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: "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 15px;
	font-family: "YakuHanJP", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	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: "YakuHanJP", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
}
textarea {
	height: 150px;
	padding: 15px 15px;
	font-family: "YakuHanJP", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	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: #1f1f1f;
}
a:visited {
	color: #1f1f1f;
}
a.normal:link {
	color: #1f1f1f;
}
a.normal:visited {
	color: #1f1f1f;
}
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", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen\0 {
	.gothic {
		font-family: "YakuHanJP", メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
.Roboto {
	font-family: 'Roboto', 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;
}
.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

***********************************/
body {
	height: auto !important;
}
body.is-fixed {
	position: fixed;
	width: 100%;
	/*height: 100%;*/
}
.l-wrap {
	position: relative;
	overflow: hidden;
}

.l-wrap.is-noneActive .l-main,
.l-wrap.is-noneActive .l-footer {
	pointer-events: none;
}

.l-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
	background-color: rgba(0,0,0,.9);
	pointer-events: none;
	opacity: 0;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-cover.is-active {
	opacity: 1;
	pointer-events: auto;
}

.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-pageTop {
		width: 32px;
		bottom: 15px;
		right: 4%;
	}
}

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

 l-humberger

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

	.l-humberger {
		width: 55px;
		height: 55px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 25;
	}

	.l-humberger a {
		display: block;
		width: 55px;
		height: 55px;
		background-color: #fff;
		overflow: visible;
		transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.l-humberger a.is-active {
		background-color: #000;
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 22px;
		height: 28px;
	}
	.menu-trigger span {
		position: absolute;
		left: 15px;
		width: 100%;
		height: 2px;
		background-color: #000000;
	}
	.menu-trigger.is-active span {
		background-color: #fff;
	}
	.menu-trigger span:nth-of-type(1) {
		width: 25px;
		top: 17px;
	}
	.menu-trigger span:nth-of-type(2) {
		width: 14px;
		top: 27px;
	}
	.menu-trigger span:nth-of-type(3) {
		width: 20px;
		bottom: 16px;
	}

	.menu-trigger.is-active span:nth-of-type(1) {
		width: 25px;
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.menu-trigger.is-active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.is-active span:nth-of-type(3) {
		width: 25px;
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
}


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

 l-drawerMenu

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

	.l-drawerMenu {
		display: block;
		width: 100%;
		height: 100vh;
		padding: 0 4.666666666666667%;
		/*background-color: rgba(0,0,0,.9);*/
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 20;
		/*transform: translateX(105%);*/
		/*-webkit-transform: translateX(105%);*/
		pointer-events: none;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.l-drawerMenu.is-active {
		opacity: 1;
		pointer-events: auto;
		/*transform: none;*/
		/*-webkit-transform: none;*/
	}

	.l-drawerMenu__inner {
		padding-top: 55px;
	}

	.l-drawerMenu__inner ul {
		border-top: 1px solid #ccc;
	}

	.l-drawerMenu__inner ul li {
		font-weight: bold;
		border-bottom: 1px solid #ccc;
	}

	.l-drawerMenu__inner ul li:last-child {
	}

	.l-drawerMenu__inner ul li a {
		display: block;
		padding: 16px 0;
		color: #fff;
		text-decoration: none;
	}
}


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

 l-header

***********************************/
.l-header {
	background: #fff;
	position: relative;
	z-index: 5;
}

.l-header__top {
	background: #fff;
	position: relative;
	z-index: 5;
}

.l-header__top__inner {

}

.l-header__bottom {
	background-color: #f4f4f1;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}

.l-header__bottom__inner {

}

.l-header__bottom__inner ul {
	display: flex;
}

.l-header__bottom__inner ul li {
	width: 33.3334%;
	font-size: 18px;
	font-weight: bold;
	border-right: 1px solid #000000;
}

.l-header__bottom__inner ul li:last-child {
	border-right: none;
}

.l-header__bottom__inner ul li a {
	display: block;
	padding: 13px 0;
	color: #fff;
	text-align: center;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#212121+0,434343+100 */
	background: rgb(33,33,33); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(33,33,33,1) 0%, rgba(67,67,67,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(33,33,33,1) 0%,rgba(67,67,67,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(33,33,33,1) 0%,rgba(67,67,67,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#434343',GradientType=0 ); /* IE6-9 */
}

.l-header__bottom__inner ul li a.is-current {
}

.l-header__bottom__inner ul li:nth-child(1) a.is-current {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#878787+0,565656+100 */
	background: rgb(135,135,135); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(135,135,135,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(135,135,135,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(135,135,135,1) 0%,rgba(86,86,86,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#565656',GradientType=0 ); /* IE6-9 */

}

.l-header__bottom__inner ul li:nth-child(2) a.is-current {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#98b2c8+0,4f7595+100 */
	background: rgb(152,178,200); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(152,178,200,1) 0%, rgba(79,117,149,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(152,178,200,1) 0%,rgba(79,117,149,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(152,178,200,1) 0%,rgba(79,117,149,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98b2c8', endColorstr='#4f7595',GradientType=0 ); /* IE6-9 */
}

.l-header__bottom__inner ul li:nth-child(3) a.is-current {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c57a7a+0,9e4545+100 */
	background: rgb(197,122,122); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(197,122,122,1) 0%, rgba(158,69,69,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(197,122,122,1) 0%,rgba(158,69,69,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(197,122,122,1) 0%,rgba(158,69,69,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c57a7a', endColorstr='#9e4545',GradientType=0 ); /* IE6-9 */
}

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

	.l-header__bottom {
		display: none;
	}
}

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

 l-footer

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

}

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

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

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

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

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

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

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

 c-bgStripe01

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

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

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

 c-hdFt

***********************************/
.c-hdFt {
}

.c-hdFt__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}

.c-hdFt__inner__left {
	display: flex;
	align-items: center;
}

.c-hdFt__inner__left__logo {
	margin-right: 40px;
}

.c-hdFt__inner__left__desc {
	font-size: 12px;
	line-height: 1.4;
}

.c-hdFt__inner__right {
	display: flex;
	align-items: center;
}

.c-hdFt__inner__right__ttl {
	margin-right: 10px;
}

.c-hdFt__inner__right__box {

}

.c-hdFt__inner__right__box__tel {
	margin-top: -3px;
	margin-bottom: 5px;
	font-size: 33px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: normal;
}

.c-hdFt__inner__right__box__tel a {
	color: #de2413;
}

.c-hdFt__inner__right__box__tel a span {
	padding-left: 30px;
	position: relative;
	z-index: 1;
}

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

.c-hdFt__inner__right__box__time {
	padding: 2px 8px;
	font-size: 10px;
	border: 1px solid #eeeeee;
	border-radius: 4px;
}

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

	.c-hdFt__inner__left__logo {
		width: 120px;
		margin-right: 20px;
	}

	.c-hdFt__inner__left__desc {
		font-size: 10px;
	}

	.c-hdFt__inner__right__ttl {
		display: none;
	}
}

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

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

	.c-hdFt__inner__left__logo {
		width: 95px;
		margin-right: 0;
	}

	.c-hdFt__inner__left__logo a,
	.c-hdFt__inner__left__logo img {
		display: block;
	}

	.c-hdFt__inner__left__desc {
		display: none;
	}

	.c-hdFt__inner__right {
		display: none;
	}
}

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

 c-title01

***********************************/
.c-title01 {
	padding: 15px 10px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: normal;
	background-color: #4e7494;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.c-title01.red {
	background-color: #9d4444;
}

.c-title01:before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #283d4d;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-title01.red:before {
	background-color: #502323;
}

@media screen and (max-width:767px){
	.c-title01 {
		padding: 10px 10px;
		margin-bottom: 20px;
		font-size: 20px;
		border-radius: 10px;
	}

	.c-title01:before {
		height: 3px;
	}
}

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

 c-title02

***********************************/
.c-title02 {
	padding: 0 0 8px 18px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	border-bottom: 2px solid #dfdfd7;
	position: relative;
	z-index: 1;
}

.c-title02:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-color: #de2413;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

@media screen and (max-width:767px){
	.c-title02 {
		margin-bottom: 15px;
		font-size: 16px;
	}
}

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

 c-title03

***********************************/
.c-title03 {
	padding: 10px 10px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	letter-spacing: normal;
	border-radius: 10px;
	background-color: #283d4d;
}

.c-title03.red {
	background-color: #9d4444;
}

@media screen and (max-width:767px){
	.c-title03 {
		padding: 10px 10px;
		margin-bottom: 15px;
		font-size: 17px;
		border-radius: 6px;
	}
}

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

 c-breadcrumb

***********************************/
.c-breadcrumb {
	border-bottom: 1px solid #f4f4f1;
}

.c-breadcrumb__inner {
	padding: 15px 0;
}

.c-breadcrumb__inner ul {
	font-size: 0;
}

.c-breadcrumb__inner ul li {
	display: inline-block;
	padding-right: 16px;
	margin-right: 12px;
	font-size: 12px;
	position: relative;
	z-index: 1;
}

.c-breadcrumb__inner ul li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.c-breadcrumb__inner ul li:before {
	content: "";
	display: block;
	width: 4px;
	height: 7px;
	background: url(../images/common/icon_arr02.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 7px;
	right: 0;
	z-index: 1;
}

.c-breadcrumb__inner ul li:last-child:before {
	display: none;
}

.c-breadcrumb__inner ul li a {
	font-weight: bold;
}

@media screen and (max-width:767px){
	.c-breadcrumb {
		display: none;
	}
}

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

 c-telSec

***********************************/
.c-telSec {
	margin-bottom: 20px;
}

.c-telSec__ttl {
	padding: 9px 10px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background-color: #f4f4f1;
	border-radius: 10px;
}

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

.c-telSec__box__num {
	margin-top: -2px;
	margin-right: 12px;
	font-size: 33px;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1;
}

.c-telSec__box__num a {
	padding-left: 32px;
	color: #de2413;
	position: relative;
	z-index: 1;
}

.c-telSec__box__num a:before {
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	background: url(../images/common/icon_tel01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-telSec__box__time {
	font-size: 12px;
	line-height: 1.2;
}

@media screen and (max-width:767px){
	.c-telSec {
		margin-bottom: 18px;
	}

	.c-telSec__ttl {
		padding: 9px 10px;
		margin-bottom: 15px;
		font-size: 16px;
		line-height: 1.4;
		border-radius: 6px;
	}

	.c-telSec__box {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.c-telSec__box__num {
		margin-top: -2px;
		margin-right: 10px;
		font-size: 20px;
		white-space: nowrap;
	}

	.c-telSec__box__num a {
		padding-left: 18px;
	}

	.c-telSec__box__num a:before {
		width: 15px;
		height: 15px;
	}

	.c-telSec__box__time {
		font-size: 9px;
		line-height: 1.5;
	}
}

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

 c-subHero

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

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

.c-subHero__inner__ttl {
	/*color: #fff;*/
	font-size: 28px;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.5;
	text-align: center;
}

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

	.c-subHero__inner {
		height: 150px;
	}

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

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

 c-btn01

***********************************/
a.c-btn01 {
	display: block;
	width: 100%;
	padding: 13px 25px;
	margin-bottom: 4px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow: 0px 4px 0px 0px #680f09;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eb2e1f+0,d72213+100 */
	background: rgb(235,46,31); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(235,46,31,1) 0%, rgba(215,34,19,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(235,46,31,1) 0%,rgba(215,34,19,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(235,46,31,1) 0%,rgba(215,34,19,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb2e1f', endColorstr='#d72213',GradientType=0 ); /* IE6-9 */
}

a.c-btn01 span {
	display: block;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}

a.c-btn01 span:before {
	content: "";
	display: block;
	width: 16px;
	height: 14px;
	background: url(../images/common/icon_arr01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

a.c-btn01 small {
	display: inline-block;
	font-size: 12px;
}


@media screen and (max-width:1079px){
	a.c-btn01 {
		padding: 1.204vw 2.315vw;
		margin-bottom: 0.37vw;
		font-size: 1.667vw;
		box-shadow: 0px 0.37vw 0px 0px #680f09;
	}

	a.c-btn01 span {
		padding: 0 1.852vw;
	}

	a.c-btn01 span:before {
		width: 1.481vw;
		height: 1.296vw;
	}

	a.c-btn01 small {
		font-size: 1.111vw;
	}
}

@media screen and (max-width:767px){
	a.c-btn01 {
		display: block;
		width: 100%;
		padding: 11px 15px;
		margin-bottom: 4px;
		font-size: 16px;
		line-height: 1.4;
		box-shadow: 0px 4px 0px 0px #680f09;
	}

	a.c-btn01 span {
		display: block;
		padding: 0 20px;
		position: relative;
		z-index: 1;
	}

	a.c-btn01 span:before {
		width: 16px;
		height: 14px;
	}

	a.c-btn01 small {
		margin-top: -.3em;
		font-size: 11px;
	}
}

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

 c-telBtn

***********************************/
a.c-telBtn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2px 5px;
	margin-bottom: 4px;
	line-height: 1.5;
	border-radius: 100px;
	background-color: #fff;
	box-shadow: 0px 4px 0px 0px #cccccc;
}

a.c-telBtn .num {
	margin-right: 15px;
	color: #de2413;
	font-size: 33px;
	font-weight: bold;
	letter-spacing: normal;
}

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

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

a.c-telBtn .time {
	font-size: 12px;
	line-height: 1.2;
}


@media screen and (max-width:1079px){
	a.c-telBtn {
		padding: 0.185vw 0.463vw;
		margin-bottom: 0.37vw;
		box-shadow: 0px 0.37vw 0px 0px #cccccc;
	}

	a.c-telBtn .num {
		margin-right: 1.389vw;
		font-size: 3.056vw;
	}

	a.c-telBtn .num span {
		padding-left: 2.963vw;
	}

	a.c-telBtn .num span:before {
		width: 2.407vw;
		height: 2.407vw;
	}

	a.c-telBtn .time {
		font-size: 1.111vw;
	}

}

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

	a.c-telBtn {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 7px 5px;
		margin-bottom: 4px;
		line-height: 1.5;
		border-radius: 100px;
		background-color: #fff;
		border: 1px solid #eeeeee;
		box-shadow: 0px 2px 0px 0px #cccccc;
	}

	a.c-telBtn .num {
		margin-right: 10px;
		color: #de2413;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: normal;
		white-space: nowrap;
	}

	a.c-telBtn .num span {
		padding-left: 17px;
		position: relative;
		z-index: 1;
	}

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

	a.c-telBtn .time {
		font-size: 9px;
		line-height: 1.5;
	}
}

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

 c-form

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

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

.c-form__content__sec {
	margin-bottom: 40px;
}

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

.c-form__content dl {
	display: table;
	width: 100%;
}

.c-form__content dl dt {
	display: table-cell;
	width: 330px;
	padding: 15px 20px 15px 25px;
	vertical-align: middle;
	background-color: #ebeef3;
	border-left: 1px solid #dfdfd7;
	border-bottom: 1px solid #dfdfd7;
}

.c-form__content.bgRed dl dt {
	background-color: #f3ebeb;
}

.c-form__content dl:first-of-type dt {
	border-top: 1px solid #dfdfd7;
	border-radius: 10px 0 0 0;
}

.c-form__content dl:last-of-type dt {
	border-radius: 0 0 0 10px;
}

.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 {
	flex: 1;
	font-weight: bold;
	text-align: center;
	/*line-height: 1.8;*/
}

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

.c-form__content dl dt .inner .require {
	padding: 3px 6px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-color: #de2413;
	border-radius: 4px;
}

.c-form__content dl dt .inner .any {
	padding: 3px 6px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-color: #007fff;
	border-radius: 4px;
}

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

.c-form__content dl:first-of-type dd {
	border-top: 1px solid #dfdfd7;
	border-radius: 0 10px 0 0;
}

.c-form__content dl:last-of-type dd {
	border-radius: 0 0 10px 0;
}

.c-form__content dl dd .checkList {
	margin: -3px -8px;
}

.c-form__content dl dd .checkList li {
	display: inline-block;
	margin: 3px 8px;
	font-weight: bold;
}

.c-form__content dl dd .address {
}

.c-form__content dl dd .address__zip {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.c-form__content dl dd .address__zip p {
	margin-right: 12px;
	font-weight: bold;
}

.c-form__content dl dd .address__zip div {
	margin-right: 12px;
	width: 70px;
}

.c-form__content dl dd .address__zip div:last-of-type {
	width: 80px;
	margin-right: 0;
}

.c-form__content dl dd .address__pref {
	margin-bottom: 10px;
}

.c-form__content dl dd .address__other {
}

.c-form__content dl dd .mansion {
}

.c-form__content dl dd .mansion__name {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.c-form__content dl dd .mansion__name div {
	width: 360px;
	margin-right: 10px;
}

.c-form__content dl dd .mansion__name p {
	font-weight: bold;
}

.c-form__content dl dd .mansion__num {
	display: flex;
	align-items: center;
}

.c-form__content dl dd .mansion__num div {
	width: 80px;
	margin-right: 10px;
}

.c-form__content dl dd .mansion__num p {
	font-weight: bold;
}

.c-form__content dl dd .mediation {
}

.c-form__content dl dd .mediation__company {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.c-form__content dl dd .mediation__company div {
	width: 289px;
}

.c-form__content dl dd .mediation__company p {
	margin-right: 10px;
	font-weight: bold;
}

.c-form__content dl dd .mediation__name {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.c-form__content dl dd .mediation__name div {
	width: 240px;
}

.c-form__content dl dd .mediation__name p {
	margin-right: 10px;
	font-weight: bold;
}

.c-form__content dl dd .mediation__tel {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.c-form__content dl dd .mediation__tel div {
	width: 75px;
	margin-right: 10px;
}

.c-form__content dl dd .mediation__tel div:first-of-type {
	width: 65px;
}

.c-form__content dl dd .mediation__tel div:last-child {
	margin-right: 0;
}

.c-form__content dl dd .mediation__tel p {
	margin-right: 10px;
	font-weight: bold;
}

.c-form__content dl dd .mediation__fax {
	display: flex;
	align-items: center;
}

.c-form__content dl dd .mediation__fax div {
	width: 75px;
	margin-right: 10px;
}

.c-form__content dl dd .mediation__fax div:first-of-type {
	width: 65px;
}

.c-form__content dl dd .mediation__fax div:last-child {
	margin-right: 0;
}

.c-form__content dl dd .mediation__fax p {
	margin-right: 10px;
	font-weight: bold;
}

.c-form__content dl dd .telArea {
	display: flex;
	align-items: center;
}

.c-form__content dl dd .telArea .tel:first-child {
	width: 65px;
}

.c-form__content dl dd .telArea .tel {
	width: 75px;
}

.c-form__content dl dd .telArea p {
	margin: 0 12px;
}

.c-form__content dl dd .pay {
}

.c-form__content dl dd .pay__name {
	margin-bottom: 15px;
}

.c-form__content dl dd .pay__name .ttl {
	margin-bottom: 10px;
	font-weight: bold;
}

.c-form__content dl dd .pay__address {
	margin-bottom: 15px;
}

.c-form__content dl dd .pay__address .ttl {
	margin-bottom: 10px;
	font-weight: bold;
}

.c-form__content dl dd .pay__address__zip {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.c-form__content dl dd .pay__address__zip p {
	margin-right: 12px;
	font-weight: bold;
}

.c-form__content dl dd .pay__address__zip div {
	margin-right: 12px;
	width: 70px;
}

.c-form__content dl dd .pay__address__zip div:last-of-type {
	width: 80px;
	margin-right: 0;
}

.c-form__content dl dd .pay__address__pref {
	margin-bottom: 10px;
}

.c-form__content dl dd .pay__tel {
}

.c-form__content dl dd .pay__tel .ttl {
	margin-bottom: 10px;
	font-weight: bold;
}

.c-form__content dl dd .pay__tel .num {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.c-form__content dl dd .pay__tel .num p {
	margin: 0 10px;
	font-weight: bold;
}

.c-form__content dl dd .pay__tel .num div {
	width: 75px;
}

.c-form__content dl dd .pay__tel .num div:first-of-type {
	width: 65px;
}

.c-form__content dl dd .status {
}

.c-form__content dl dd .status__box01 {
	margin-bottom: 20px;
}

.c-form__content dl dd .status__box01 .check {
	margin-bottom: 10px;
	font-weight: bold;
}

.c-form__content dl dd .status__box01 .entry {
	display: flex;
	align-items: center;
}

.c-form__content dl dd .status__box01 .entry p {
	font-weight: bold;
}

.c-form__content dl dd .status__box01 .entry p:first-child {
	margin-right: 15px;
}

.c-form__content dl dd .status__box01 .entry div:first-of-type {
	width: 70px;
}

.c-form__content dl dd .status__box01 .entry div {
	width: 55px;
	margin: 0 10px;
}

.c-form__content dl dd .status__box02 {
	margin-bottom: 35px;
}

.c-form__content dl dd .status__box02 .check {
	font-weight: bold;
}

.c-form__content dl dd .status__box03 {
}

.c-form__content dl dd .status__box03 .check {
	margin-bottom: 10px;
	font-weight: bold;
}

.c-form__content dl dd .status__box03 .entry {
	display: flex;
	align-items: center;
}

.c-form__content dl dd .status__box03 .entry p {
	font-weight: bold;
}

.c-form__content dl dd .status__box03 .entry p:first-child {
	margin-right: 15px;
}

.c-form__content dl dd .status__box03 .entry div:first-of-type {
	width: 70px;
}

.c-form__content dl dd .status__box03 .entry div {
	width: 55px;
	margin: 0 10px;
}

.c-form__content dl dd .date {
	display: flex;
	align-items: center;
}

.c-form__content dl dd .date p {
	margin-right: 12px;
	font-weight: bold;
}

.c-form__content dl dd .date p:last-child {
	margin-right: 0;
}

.c-form__content dl dd .date div {
	margin-right: 12px;
	width: 55px;
}

.c-form__content dl dd .date div:first-of-type {
	width: 70px;
}

.c-form__content dl dd .date div:last-child {
	margin-right: 0;
}

.c-form__content dl dd .price {
}

.c-form__content dl dd .price p {
	margin-bottom: 10px;
	font-weight: bold;
}

.c-form__content dl dd .price p:last-child {
	margin-bottom: 0;
}

.c-form__content dl dd .price select {
	margin-bottom: 15px;
}

.c-form__content dl dd .price select:last-child {
	margin-bottom: 0;
}

.c-form__content dl dd .txt01 {
	margin-bottom: .5em;
	font-weight: bold;
}

.c-form__content dl dd .txt02 {
	margin-bottom: 1.5em;
	line-height: 1.8;
}

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

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

.c-form__submit button,
.c-form__confirmBtn__btn .submit {
	display: block;
	width: 100%;
	padding: 18px 15px;
	margin-bottom: 4px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow:0px 4px 0px 0px #6c1009;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eb2e1f+0,d62112+100 */
	background: rgb(235,46,31); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(235,46,31,1) 0%, rgba(214,33,18,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(235,46,31,1) 0%,rgba(214,33,18,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(235,46,31,1) 0%,rgba(214,33,18,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb2e1f', endColorstr='#d62112',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: 20px 15px;
	margin-bottom: 5px;
	color: #fff;
	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 #333333;
	/* 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:1023px){

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

	.c-form__content dl:last-child {
		padding-bottom: 15px;
		border-bottom: 1px solid #dfdfd7;
	}

	.c-form__content dl dt {
		display: block;
		width: auto;
		padding: 9px 15px;
		margin-bottom: 15px;
		box-shadow: none;
		border-top: 1px solid #dfdfd7;
		border-left: none;
		border-bottom: none;
		border-radius: 0;
	}

	.c-form__content dl:first-of-type dt {
		border-radius: 0;
		border-bottom: none;
		/*border: none;*/
	}

	.c-form__content dl:last-of-type dt {
		border-radius: 0;
	}

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

	.c-form__content dl dt .inner .name {
		text-align: center;
	}

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

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

	.c-form__content dl dd {
		display: block;
		padding: 0;
		border: none;
		box-shadow: none;
	}

	.c-form__content dl:first-of-type dd {
		border: none;
		border-radius: 0;
	}

}

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

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

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

	.c-form__content__sec .c-title03 {
		margin-bottom: 20px;
	}

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

	.c-form__content dl:last-child {
		padding-bottom: 15px;
		border-bottom: 1px solid #dfdfd7;
	}

	.c-form__content dl dt {
		display: block;
		width: auto;
		padding: 9px 15px;
		margin-bottom: 15px;
		box-shadow: none;
		border-top: 1px solid #dfdfd7;
		border-left: none;
		border-bottom: none;
		border-radius: 0;
	}

	.c-form__content dl:first-of-type dt {
		border-radius: 0;
		border-bottom: none;
		/*border: none;*/
	}

	.c-form__content dl:last-of-type dt {
		border-radius: 0;
	}

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

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

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

	.c-form__content dl dt .inner .require {
		padding: 3px 5px;
		font-size: 9px;
		border-radius: 3px;
		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: 9px;
		border-radius: 3px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-form__content dl dd {
		display: block;
		padding: 0;
		font-size: 14px;
		border: none;
		box-shadow: none;
	}

	.c-form__content dl:first-of-type dd {
		border: none;
		border-radius: 0;
	}

	.c-form__content dl dd .checkList {
		margin: 0;
		font-size: 14px;
	}

	.c-form__content dl dd .checkList li {
		display: block;
		margin: 0 0 8px 0;
	}

	.c-form__content dl dd .checkList li:last-child {
		margin-bottom: 0;
	}

	.c-form__content dl dd .address {
	}

	.c-form__content dl dd .address__zip {
		display: flex;
		align-items: center;
		margin-bottom: 15px;
	}

	.c-form__content dl dd .address__zip p {
		margin-right: 6px;
		font-weight: bold;
	}

	.c-form__content dl dd .address__zip div {
		margin-right: 6px;
		width: 60px;
	}

	.c-form__content dl dd .address__zip div:last-of-type {
		width: 60px;
		margin-right: 0;
	}

	.c-form__content dl dd .address__pref {
		margin-bottom: 15px;
	}

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

	.c-form__content dl dd .address__other {
	}

	.c-form__content dl dd .mansion {
	}

	.c-form__content dl dd .mansion__name {
		display: block;
		margin-bottom: 15px;
	}

	.c-form__content dl dd .mansion__name div {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}

	.c-form__content dl dd .mansion__name p {
		font-weight: bold;
	}

	.c-form__content dl dd .mansion__num {
		display: flex;
		align-items: center;
	}

	.c-form__content dl dd .mansion__num div {
		width: 100px;
		margin-right: 6px;
	}

	.c-form__content dl dd .mansion__num p {
		font-weight: bold;
	}

	.c-form__content dl dd .mediation {
	}

	.c-form__content dl dd .mediation__company {
		display: block;
		margin-bottom: 15px;
	}

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

	.c-form__content dl dd .mediation__company p {
		margin-right: 0;
		margin-bottom: 10px;
		font-weight: bold;
	}

	.c-form__content dl dd .mediation__name {
		display: block;
		margin-bottom: 15px;
	}

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

	.c-form__content dl dd .mediation__name p {
		margin-right: 0;
		margin-bottom: 10px;
		font-weight: bold;
	}

	.c-form__content dl dd .mediation__tel {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 15px;
	}

	.c-form__content dl dd .mediation__tel div {
		width: 60px;
		margin-right: 6px;
	}

	.c-form__content dl dd .mediation__tel div:first-of-type {
		width: 60px;
	}

	.c-form__content dl dd .mediation__tel div:last-child {
		margin-right: 0;
	}

	.c-form__content dl dd .mediation__tel p {
		margin-right: 6px;
		font-weight: bold;
	}

	.c-form__content dl dd .mediation__tel p:first-child {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.c-form__content dl dd .mediation__fax {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.c-form__content dl dd .mediation__fax div {
		width: 60px;
		margin-right: 6px;
	}

	.c-form__content dl dd .mediation__fax div:first-of-type {
		width: 60px;
	}

	.c-form__content dl dd .mediation__fax div:last-child {
		margin-right: 0;
	}

	.c-form__content dl dd .mediation__fax p {
		margin-right: 6px;
		font-weight: bold;
	}

	.c-form__content dl dd .mediation__fax p:first-child {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.c-form__content dl dd .telArea {
		display: flex;
		align-items: center;
	}

	.c-form__content dl dd .telArea .tel:first-child {
		width: 60px;
	}

	.c-form__content dl dd .telArea .tel {
		width: 60px;
	}

	.c-form__content dl dd .telArea p {
		margin: 0 6px;
	}

	.c-form__content dl dd .pay {
	}

	.c-form__content dl dd .pay__name {
		margin-bottom: 15px;
	}

	.c-form__content dl dd .pay__name .ttl {
		margin-bottom: 10px;
		font-weight: bold;
	}

	.c-form__content dl dd .pay__address {
		margin-bottom: 15px;
	}

	.c-form__content dl dd .pay__address .ttl {
		margin-bottom: 10px;
		font-weight: bold;
	}

	.c-form__content dl dd .pay__address__zip {
		display: flex;
		align-items: center;
		margin-bottom: 15px;
	}

	.c-form__content dl dd .pay__address__zip p {
		margin-right: 6px;
		font-weight: bold;
	}

	.c-form__content dl dd .pay__address__zip div {
		margin-right: 6px;
		width: 60px;
	}

	.c-form__content dl dd .pay__address__zip div:last-of-type {
		width: 60px;
		margin-right: 0;
	}

	.c-form__content dl dd .pay__address__pref {
		margin-bottom: 15px;
	}

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

	.c-form__content dl dd .pay__tel {
	}

	.c-form__content dl dd .pay__tel .ttl {
		margin-bottom: 10px;
		font-weight: bold;
	}

	.c-form__content dl dd .pay__tel .num {
		display: flex;
		align-items: center;
		margin-bottom: 8px;
	}

	.c-form__content dl dd .pay__tel .num p {
		margin: 0 6px;
		font-weight: bold;
	}

	.c-form__content dl dd .pay__tel .num div {
		width: 60px;
	}

	.c-form__content dl dd .pay__tel .num div:first-of-type {
		width: 60px;
	}

	.c-form__content dl dd .status {
	}

	.c-form__content dl dd .status__box01 {
		margin-bottom: 15px;
	}

	.c-form__content dl dd .status__box01 .check {
		margin-bottom: 10px;
		font-weight: bold;
	}

	.c-form__content dl dd .status__box01 .entry {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.c-form__content dl dd .status__box01 .entry p {
		font-weight: bold;
	}

	.c-form__content dl dd .status__box01 .entry p:first-child {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.c-form__content dl dd .status__box01 .entry div:first-of-type {
		width: 60px;
	}

	.c-form__content dl dd .status__box01 .entry div {
		width: 60px;
		margin: 0 6px 0 10px;
	}

	.c-form__content dl dd .status__box01 .entry div:first-of-type {
		width: 60px;
		margin-left: 6px;
	}

	.c-form__content dl dd .status__box02 {
		margin-bottom: 15px;
	}

	.c-form__content dl dd .status__box02 .check {
		font-weight: bold;
	}

	.c-form__content dl dd .status__box03 {
	}

	.c-form__content dl dd .status__box03 .check {
		margin-bottom: 10px;
		font-weight: bold;
	}

	.c-form__content dl dd .status__box03 .entry {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.c-form__content dl dd .status__box03 .entry p {
		font-weight: bold;
	}

	.c-form__content dl dd .status__box03 .entry p:first-child {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.c-form__content dl dd .status__box03 .entry div:first-of-type {
		width: 60px;
	}

	.c-form__content dl dd .status__box03 .entry div {
		width: 60px;
		margin: 0 6px 0 10px;
	}

	.c-form__content dl dd .status__box03 .entry div:first-of-type {
		width: 60px;
		margin-left: 6px;
	}

	.c-form__content dl dd .date {
		display: flex;
		align-items: center;
	}

	.c-form__content dl dd .date p {
		margin-right: 10px;
		font-weight: bold;
	}

	.c-form__content dl dd .date p:last-child {
		margin-right: 0;
	}

	.c-form__content dl dd .date div {
		margin-right: 6px;
		width: 60px;
	}

	.c-form__content dl dd .date div:first-of-type {
		width: 60px;
	}

	.c-form__content dl dd .date div:last-child {
		margin-right: 0;
	}

	.c-form__content dl dd .price {
	}

	.c-form__content dl dd .price p {
		margin-bottom: 10px;
		font-weight: bold;
	}

	.c-form__content dl dd .price p:last-child {
		margin-bottom: 0;
	}

	.c-form__content dl dd .price select {
		margin-bottom: 15px;
	}

	.c-form__content dl dd .price select:last-child {
		margin-bottom: 0;
	}

	.c-form__content dl dd .txt01 {
		margin-bottom: .5em;
		font-weight: bold;
	}

	.c-form__content dl dd .txt02 {
		margin-bottom: 1.5em;
		line-height: 1.8;
	}

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

	.c-form__submit {
		width: 100%;
	}

	.c-form__submit button,
	.c-form__confirmBtn__btn .submit {
		padding: 12px 15px;
		margin-bottom: 4px;
		font-size: 16px;
		border-radius: 100px;
		box-shadow:0px 4px 0px 0px #6c1009;
	}

	.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;
		margin-bottom: 4px;
		font-size: 17px;
		border-radius: 6px;
		box-shadow:0px 4px 0px 0px #333333;
	}

}


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

 c-faq

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

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

.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: 68px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 68px;
	background-color: #2b536a;
	border-radius: 5px;
}

.c-faq dl dt .ttl {
	flex: 1;
	min-height: 68px;
	padding: 14px 29px;
	margin-left: 12px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
	border: 1px solid #e7e7eb;
	background-color: #fff;
	border-radius: 5px;
}

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

.c-faq dl dd .icon {
	width: 68px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 68px;
	background-color: #4481a5;
	border-radius: 5px;
}

.c-faq dl dd .cont {
	flex: 1;
	min-height: 68px;
	padding: 19px 29px;
	margin-left: 12px;
	line-height: 1.5;
	border: 1px solid #e7e7eb;
	background-color: #fff;
	border-radius: 5px;
}

.c-faq dl dd .cont p {
}

.faqSec__inner__btn {
	width: 240px;
	margin: 0 auto;
}

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

	.c-faq {
	}

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

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

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

	.c-faq dl dt .ttl {
		flex: 1;
		min-height: 40px;
		padding: 7px 12px;
		margin-left: 10px;
		font-size: 16px;
		border-radius: 4px;
	}

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

	.c-faq dl dd .cont {
		min-height: 40px;
		padding: 7px 12px;
		margin-left: 10px;
		border-radius: 4px;
	}

	.c-faq dl dd .cont p {
	}

	.faqSec__inner__btn {
		width: 190px;
	}

}



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

 c-completeSec

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

}

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

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

.c-completeSec__inner .back {
	max-width: 320px;
	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: 260px;
	}
}



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

 topNavi

***********************************/
.topNavi {
	background-color: #f4f4f1;
}

.topNavi__inner {
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
}

.topNavi__inner__sec {
	width: 47.959183673469388%;
	padding: 25px 4.680851063829787%;
	text-align: center;
	border: 3px solid #dfdfd7;
	border-radius: 10px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f4f4f2+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(244,244,242,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,242,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(244,244,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f2',GradientType=0 ); /* IE6-9 */
}

.topNavi__inner__sec .ttl {
	width: 88.645%;
	margin: 0 auto 15px;
	text-align: center;
}

.topNavi__inner__sec .ttl img {
	display: block;
}

.topNavi__inner__sec .txt01,
.topNavi__inner__sec .txt02 {
	display: inline-block;
	padding: 3px 15px;
	margin-bottom: 18px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 6px;
}

.topNavi__inner__sec .txt01 {
	background-color: #4e7494;
}

.topNavi__inner__sec .txt02 {
	background-color: #9d4444;
}

.topNavi__inner__sec .btn {
	max-width: 280px;
	margin: 0 auto;
}

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

	.topNavi__inner {
		display: block;
		padding: 25px 0;
	}

	.topNavi__inner__sec {
		width: auto;
		padding: 20px 5.223880597014925%;
		margin-bottom: 20px;
		text-align: center;
		border: 3px solid #dfdfd7;
		border-radius: 10px;
	}

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

	.topNavi__inner__sec .ttl {
		width: 218px;
		/*width: 88.645%;*/
		margin: 0 auto 10px;
		text-align: center;
	}

	.topNavi__inner__sec .txt01,
	.topNavi__inner__sec .txt02 {
		padding: 2px 10px;
		margin-bottom: 12px;
		font-size: 14px;
		border-radius: 4px;
	}

	.topNavi__inner__sec .btn {
		max-width: 220px;
	}
}


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

 topMainSec

***********************************/
.topMainSec {
	padding: 40px 0 80px;
}

@media screen and (max-width:767px){
	.topMainSec {
		padding: 25px 0 30px;
	}

}


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

 topCertificate

***********************************/
.topCertificate {
	margin-bottom: 40px;
}

.topCertificate__inner {
}

.topCertificate__inner__content {
	padding: 3.092783505154639% 3.775510204081633%;
	background-color: #fff;
	border: 3px solid #dfdfd7;
	border-radius: 10px;
}

.topCertificate__inner__content .txt01 {
	width: 65%;
	margin: 0 auto;
	text-align: center;
}

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

}


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

 topContact01

***********************************/
.topContact01 {
	margin-bottom: 40px;
}

.topContact01__inner {
}

.topContact01__inner__content {
	padding: 3.092783505154639% 3.775510204081633%;
	background-color: #fff;
	border: 3px solid #dfdfd7;
	border-radius: 10px;
}

.topContact01__inner__content__sec {
	margin-bottom: 30px;
}

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

.topContact01__inner__content__sec .flow {
	padding-bottom: 22px;
}

.topContact01__inner__content__sec .flow ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.topContact01__inner__content__sec .flow ul li {
	width: 23.333333333333333%;
	padding: 1.223% 1%;
	font-weight: bold;
	letter-spacing: normal;
	position: relative;
	z-index: 1;
}

.topContact01__inner__content__sec .flow ul li:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/common/content_flow_bg01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.topContact01__inner__content__sec .flow .free {
	width: 74.444444444444444%;
	height: 24px;
	border-left: 1px solid #dfdfd7;
	border-right: 1px solid #dfdfd7;
	border-bottom: 1px solid #dfdfd7;
	position: relative;
	z-index: 1;
}

.topContact01__inner__content__sec .flow .free p {
	width: 80px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.topContact01__inner__content__sec .btnArea01 {
	display: flex;
	justify-content: center;
}

.topContact01__inner__content__sec .btnArea01 .btn {
	width: 31.111111111111111%;
	/*min-width: 280px;*/
}

.topContact01__inner__content__sec .btnArea01 .btn:first-child {
	margin-right: 20px;
}

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

.topContact01__inner__content__sec .btnArea02 .btn {
	width: 48.888888888888889%;
}

.topContact01__inner__content__sec .price01 {
}

.topContact01__inner__content__sec .price01 .txt01 {
	margin-top: -10px;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 1.4;
}

.topContact01__inner__content__sec .price01 .list01 {
	padding: 8px 10px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	background-color: #ededc9;
	border: 1px solid #dfdfd7;
	border-radius: 6px;
}

.topContact01__inner__content__sec .price01 .list01 li {
	text-indent: -.7em;
	margin-left: .7em;
}

.topContact01__inner__content__sec .price01 .list02 {
	padding: 8px 10px;
	margin-bottom: 40px;
	font-size: 14px;
	font-weight: bold;
	background-color: #faedff;
	border: 1px solid #dfdfd7;
	border-radius: 6px;
}

.topContact01__inner__content__sec .price01 .list02 li {
	text-indent: -.7em;
	margin-left: .7em;
}

.topContact01__inner__content__sec .price01 table {
	width: 100%;
	border-spacing: 0;
	margin-bottom: 5px;
}

.topContact01__inner__content__sec .price01 table tr th {
	width: 50%;
	padding: 6px 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #ebeef3;
	border-left: 1px solid #dfdfd7;
	border-right: 1px solid #dfdfd7;
	border-bottom: 1px solid #dfdfd7;
}

.topContact01__inner__content__sec .price01 table tr:first-child th {
	border-top: 1px solid #dfdfd7;
	border-radius: 6px 0 0 0;
}

.topContact01__inner__content__sec .price01 table tr:last-child th {
	border-radius: 0 0 0 6px;
}

.topContact01__inner__content__sec .price01 table tr td {
	width: 50%;
	padding: 6px 5px;
	color: #de2413;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #dfdfd7;
	border-bottom: 1px solid #dfdfd7;
}

.topContact01__inner__content__sec .price01 table tr:first-child td {
	border-top: 1px solid #dfdfd7;
	border-radius: 0 6px 0 0;
}

.topContact01__inner__content__sec .price01 table tr:last-child td {
	border-radius: 0 0 6px 0;
}

.topContact01__inner__content__sec .price01 .note {
	text-indent: -1em;
	margin-left: 1em;
	font-size: 14px;
	font-weight: bold;
}

.topContact01__inner__content__sec .listBox {
	margin-top: -.3em;
	margin-bottom: 20px;
}

.topContact01__inner__content__sec .listBox:last-child {
	margin-bottom: 0;
}

.topContact01__inner__content__sec .listBox ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: bold;
}

.topContact01__inner__content__sec .listBox ul li {
	width: 47.777777777777778%;
}


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

	.topContact01__inner__content__sec .flow ul li {
		font-size: 1.481481481481481vw;
	}

	.topContact01__inner__content__sec .flow .free {
		height: 2.222vw;
	}

	.topContact01__inner__content__sec .flow .free p {
		width: 7.407vw;
	}
}

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

}


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

 topContact02

***********************************/
.topContact02 {
}

.topContact02__inner {
}

.topContact02__inner__content {
	padding: 3.092783505154639% 3.775510204081633%;
	background-color: #fff;
	border: 3px solid #dfdfd7;
	border-radius: 10px;
}

.topContact02__inner__content__sec {
	margin-bottom: 30px;
}

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

.topContact02__inner__content__sec .flow {
	padding-bottom: 22px;
}

.topContact02__inner__content__sec .flow ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.topContact02__inner__content__sec .flow ul li {
	width: 23.333333333333333%;
	padding: 1.223% 1%;
	font-weight: bold;
	letter-spacing: normal;
	position: relative;
	z-index: 1;
}

.topContact02__inner__content__sec .flow ul li:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/common/content_flow_bg01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.topContact02__inner__content__sec .flow .free {
	width: 74.444444444444444%;
	height: 24px;
	border-left: 1px solid #dfdfd7;
	border-right: 1px solid #dfdfd7;
	border-bottom: 1px solid #dfdfd7;
	position: relative;
	z-index: 1;
}

.topContact02__inner__content__sec .flow .free p {
	width: 80px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.topContact02__inner__content__sec .btnArea01 {
	display: flex;
	justify-content: center;
}

.topContact02__inner__content__sec .btnArea01 .btn {
	width: 31.111111111111111%;
}

.topContact02__inner__content__sec .btnArea01 .btn:first-child {
	margin-right: 20px;
}

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

.topContact02__inner__content__sec .btnArea02 .btn {
	width: 48.888888888888889%;
}

.topContact02__inner__content__sec .price01 {
}

.topContact02__inner__content__sec .price01 table {
	width: 100%;
	border-spacing: 0;
	margin-bottom: 5px;
}

.topContact02__inner__content__sec .price01 table thead tr th {
	width: 33.33334%;
	padding: 6px 5px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #c27474;
	border-top: 1px solid #c27474;
	border-right: 1px solid #dfdfd7;
}

.topContact02__inner__content__sec .price01 table thead tr th:first-child {
	border-radius: 6px 0 0 0;
	border-left: 1px solid #c27474;
}

.topContact02__inner__content__sec .price01 table thead tr th:last-child {
	border-radius: 0 6px 0 0;
	border-right: 1px solid #c27474;
}

.topContact02__inner__content__sec .price01 table tbody tr th {
	width: 33.33334%;
	padding: 6px 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #f3ebeb;
	border-left: 1px solid #dfdfd7;
	border-right: 1px solid #dfdfd7;
	border-bottom: 1px solid #dfdfd7;
}

.topContact02__inner__content__sec .price01 table tbody tr:last-child th:first-child {
	border-radius: 0 0 0 6px;
}

.topContact02__inner__content__sec .price01 table tbody tr td {
	width: 33.33334%;
	padding: 6px 5px;
	color: #de2413;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	border-right: 1px solid #dfdfd7;
	border-bottom: 1px solid #dfdfd7;
}

.topContact02__inner__content__sec .price01 table tbody tr:last-child td:last-child {
	border-radius: 0 0 6px 0;
}

.topContact02__inner__content__sec .price01 table {
}

.topContact02__inner__content__sec .price01 ul {
	font-size: 14px;
	font-weight: bold;
}

.topContact02__inner__content__sec .price01 ul li {
	text-indent: -1em;
	margin-left: 1em;
}

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

}


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

 topAboutSp

***********************************/
.topAboutSp {
	margin-bottom: 25px;
}

.topAboutSp__inner {

}

.topAboutSp__inner__content {
	padding: 20px 5%;
	border: 3px solid #dfdfd7;
	border-radius: 10px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f4f4f1+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(244,244,241,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,241,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(244,244,241,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f1',GradientType=0 ); /* IE6-9 */
}

.topAboutSp__inner__content__ttl {
	margin-bottom: 20px;
}

.topAboutSp__inner__content__sec {
	margin-bottom: 25px;
}

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

.topAboutSp__inner__content__sec .ttl {
	padding: 7px 0;
	background-color: #4e7494;
	border-radius: 6px 6px 0 0;
}

.topAboutSp__inner__content__sec .ttl img {
	display: block;
	margin: 0 auto;
}

.topAboutSp__inner__content__sec .content {
	padding: 10px 12px;
	background-color: #fff;
	border-left: 1px solid #dfdfd7;
	border-right: 1px solid #dfdfd7;
	border-bottom: 1px solid #dfdfd7;
	border-radius: 0 0 6px 6px;
}

.topAboutSp__inner__content__sec .content p {
	font-weight: bold;
	line-height: 1.4;
}

.topAboutSp__inner__content__sec .content p.pic {
	padding: 5px 0;
}

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

}


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

 topPriceSp

***********************************/
.topPriceSp {
}

.topPriceSp__inner {

}

.topPriceSp__inner__content {
	padding: 20px 5.223880597014925%;
	background-color: #fff;
	border: 3px solid #dfdfd7;
	border-radius: 10px;
}

.topPriceSp__inner__content .txt01 {
	width: 78.06%;
	margin: 0 auto;
	text-align: center;
}

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

}


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

 taishinMainSec

***********************************/
.taishinMainSec {
	padding: 70px 0 80px;
}

@media screen and (max-width:767px){
	.taishinMainSec {
		padding: 25px 0 30px;
	}
}


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

 taishinIntro

***********************************/
.taishinIntro {
	margin-bottom: 40px;
}

.taishinIntro__inner {
	padding: 2% 3.775510204081633%;
	background-color: #fff;
	border: 3px solid #dfdfd7;
	border-radius: 10px;
}

.taishinIntro__inner p {
	width: 86.661%;
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width:767px){
	.taishinIntro {
		margin-bottom: 25px;
	}

	.taishinIntro__inner {
		padding: 20px 3.775510204081633%;
		background-color: #fff;
		border: 3px solid #dfdfd7;
		border-radius: 10px;
	}

	.taishinIntro__inner p {
		width: 87.566%;
	}

}


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

 taishinService

***********************************/
.taishinService {

}

.taishinService__inner {

}

.taishinService__inner__content {
	padding: 3.092783505154639% 3.775510204081633%;
	background-color: #fff;
	border: 3px solid #dfdfd7;
	border-radius: 10px;
}

.taishinService__inner__content__sec {
	margin-bottom: 30px;
}

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

.taishinService__inner__content__sec .flow {
	padding-bottom: 22px;
}

.taishinService__inner__content__sec .flow ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.taishinService__inner__content__sec .flow ul li {
	width: 23.333333333333333%;
	padding: 1.223% 1%;
	font-weight: bold;
	letter-spacing: normal;
	position: relative;
	z-index: 1;
}

.taishinService__inner__content__sec .flow ul li:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/common/content_flow_bg01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.taishinService__inner__content__sec .flow .free {
	width: 74.444444444444444%;
	height: 24px;
	border-left: 1px solid #dfdfd7;
	border-right: 1px solid #dfdfd7;
	border-bottom: 1px solid #dfdfd7;
	position: relative;
	z-index: 1;
}

.taishinService__inner__content__sec .flow .free p {
	width: 80px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.taishinService__inner__content__sec .listBox01 {
}

.taishinService__inner__content__sec .listBox01 ul {
}

.taishinService__inner__content__sec .listBox01 ul li {
	padding-left: 28px;
	margin-bottom: .3em;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.taishinService__inner__content__sec .listBox01 ul li:last-child {
	margin-bottom: 0;
}

.taishinService__inner__content__sec .listBox01 ul li:before {
	content: attr(data-count);
	display: block;
	width: 21px;
	height: 21px;
	line-height: 21px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	text-align: center;
	background-color: #283d4d;
	border-radius: 4px;
	position: absolute;
	top: 4px;
	left: 0;
	z-index: 1;
}

.taishinService__inner__content__sec .price01 {
}

.taishinService__inner__content__sec .price01 .txt01 {
	margin-top: -10px;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 1.4;
}

.taishinService__inner__content__sec .price01 .list01 {
	padding: 8px 10px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	background-color: #ededc9;
	border: 1px solid #dfdfd7;
	border-radius: 6px;
}

.taishinService__inner__content__sec .price01 .list01 li {
	text-indent: -.7em;
	margin-left: .7em;
}

.taishinService__inner__content__sec .price01 .list02 {
	padding: 8px 10px;
	margin-bottom: 40px;
	font-size: 14px;
	font-weight: bold;
	background-color: #faedff;
	border: 1px solid #dfdfd7;
	border-radius: 6px;
}

.taishinService__inner__content__sec .price01 .list02 li {
	text-indent: -.7em;
	margin-left: .7em;
}

.taishinService__inner__content__sec .price01 table {
	width: 100%;
	border-spacing: 0;
	margin-bottom: 5px;
}

.taishinService__inner__content__sec .price01 table tr th {
	width: 50%;
	padding: 6px 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #ebeef3;
	border-left: 1px solid #dfdfd7;
	border-right: 1px solid #dfdfd7;
	border-bottom: 1px solid #dfdfd7;
}

.taishinService__inner__content__sec .price01 table tr:first-child th {
	border-top: 1px solid #dfdfd7;
	border-radius: 6px 0 0 0;
}

.taishinService__inner__content__sec .price01 table tr:last-child th {
	border-radius: 0 0 0 6px;
}

.taishinService__inner__content__sec .price01 table tr td {
	width: 50%;
	padding: 6px 5px;
	color: #de2413;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #dfdfd7;
	border-bottom: 1px solid #dfdfd7;
}

.taishinService__inner__content__sec .price01 table tr:first-child td {
	border-top: 1px solid #dfdfd7;
	border-radius: 0 6px 0 0;
}

.taishinService__inner__content__sec .price01 table tr:last-child td {
	border-radius: 0 0 6px 0;
}

.taishinService__inner__content__sec .price01 .note {
	text-indent: -1em;
	margin-left: 1em;
	font-size: 14px;
	font-weight: bold;
}

.taishinService__inner__content__sec .listBox02 {
	margin-top: -.3em;
	margin-bottom: 20px;
}

.taishinService__inner__content__sec .listBox02:last-child {
	margin-bottom: 0;
}

.taishinService__inner__content__sec .listBox02 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: bold;
}

.taishinService__inner__content__sec .listBox02 ul li {
	width: 47.777777777777778%;
}

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

.taishinService__inner__content__sec .btnArea01 .btn {
	width: 48.888888888888889%;
}

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

	.taishinService__inner__content__sec .flow ul li {
		font-size: 1.481481481481481vw;
	}

	.taishinService__inner__content__sec .flow .free {
		height: 2.222vw;
	}

	.taishinService__inner__content__sec .flow .free p {
		width: 7.407vw;
	}

}

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

	.taishinService__inner__content {
		padding: 20px 3.53%;
	}

	.taishinService__inner__content__sec {
		margin-bottom: 15px;
	}

	.taishinService__inner__content__sec#A06 {
		margin-bottom: 25px;
	}

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

	.taishinService__inner__content__sec .flow {
		padding-bottom: 0;
		position: relative;
		z-index: 1;
	}

	.taishinService__inner__content__sec .flow ul {
		display: block;
		margin-bottom: 15px;
	}

	.taishinService__inner__content__sec .flow ul li {
		width: 258px;
		height: 44px;
		padding: .4em 0 0 0;
		margin-bottom: 10px;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: normal;
		text-align: center;
		position: relative;
		z-index: 1;
	}

	.taishinService__inner__content__sec .flow ul li:last-child {
		margin-bottom: 0;
	}

	.taishinService__inner__content__sec .flow ul li:before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: url(../images/common/content_flow_bg01_sp.png) no-repeat left top;
		background-size: contain;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}

	.taishinService__inner__content__sec .flow .free {
		width: 12px;
		height: 150px;
		border-left: none;
		border-top: 2px solid #dfdfd7;
		border-right: 2px solid #dfdfd7;
		border-bottom: 2px solid #dfdfd7;
		position: absolute;
		top: 0;
		left: 280px;
		z-index: 1;
	}

	.taishinService__inner__content__sec .flow .free p {
		width: 35px;
		position: absolute;
		top: 50%;
		left: auto;
		right: -18px;
		z-index: 1;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.taishinService__inner__content__sec .listBox01 {
	}

	.taishinService__inner__content__sec .listBox01 ul {
	}

	.taishinService__inner__content__sec .listBox01 ul li {
		padding-left: 21px;
		margin-bottom: .6em;
		font-size: 14px;
		line-height: 1.4;
	}

	.taishinService__inner__content__sec .listBox01 ul li:last-child {
		margin-bottom: 0;
	}

	.taishinService__inner__content__sec .listBox01 ul li:before {
		content: attr(data-count);
		display: block;
		width: 15px;
		height: 15px;
		line-height: 15px;
		font-size: 9px;
		border-radius: 3px;
		top: 2px;
	}

	.taishinService__inner__content__sec .price01 {
	}

	.taishinService__inner__content__sec .price01 .txt01 {
		margin-top: -10px;
		margin-bottom: 20px;
		font-weight: bold;
		font-size: 14px;
		line-height: 1.4;
	}

	.taishinService__inner__content__sec .price01 .list01 {
		padding: 8px 10px;
		margin-bottom: 15px;
		font-size: 14px;
		font-weight: bold;
		background-color: #ededc9;
		border: 1px solid #dfdfd7;
		border-radius: 6px;
	}

	.taishinService__inner__content__sec .price01 .list01 li {
		text-indent: -.7em;
		margin-left: .7em;
	}

	.taishinService__inner__content__sec .price01 .list02 {
		padding: 8px 10px;
		margin-bottom: 20px;
		font-size: 14px;
		font-weight: bold;
		background-color: #faedff;
		border: 1px solid #dfdfd7;
		border-radius: 6px;
	}

	.taishinService__inner__content__sec .price01 .list02 li {
		text-indent: -.7em;
		margin-left: .7em;
	}

	.taishinService__inner__content__sec .price01 table {
		width: 100%;
		border-spacing: 0;
		margin-bottom: 5px;
	}

	.taishinService__inner__content__sec .price01 table tr th {
		width: 50%;
		padding: 2px 5px;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		background-color: #ebeef3;
		border-left: 1px solid #dfdfd7;
		border-right: 1px solid #dfdfd7;
		border-bottom: 1px solid #dfdfd7;
	}

	.taishinService__inner__content__sec .price01 table tr:first-child th {
		border-top: 1px solid #dfdfd7;
		border-radius: 4px 0 0 0;
	}

	.taishinService__inner__content__sec .price01 table tr:last-child th {
		border-radius: 0 0 0 4px;
	}

	.taishinService__inner__content__sec .price01 table tr td {
		width: 50%;
		padding: 1px 5px;
		color: #de2413;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		border-right: 1px solid #dfdfd7;
		border-bottom: 1px solid #dfdfd7;
	}

	.taishinService__inner__content__sec .price01 table tr:first-child td {
		border-top: 1px solid #dfdfd7;
		border-radius: 0 4px 0 0;
	}

	.taishinService__inner__content__sec .price01 table tr:last-child td {
		border-radius: 0 0 4px 0;
	}

	.taishinService__inner__content__sec .price01 .note {
		font-size: 12px;
	}

	.taishinService__inner__content__sec .listBox02 {
		margin-top: -.3em;
		margin-bottom: 20px;
	}

	.taishinService__inner__content__sec .listBox02:last-child {
		margin-bottom: 0;
	}

	.taishinService__inner__content__sec .listBox02 ul {
		display: flex;
		justify-content: normal;
		flex-wrap: wrap;
		flex-direction: column;
		font-size: 14px;
		font-weight: bold;
	}

	.taishinService__inner__content__sec .listBox02 ul li {
		width: 100%;
		text-indent: -.7em;
		margin-left: .7em;
	}

	.taishinService__inner__content__sec .listBox02 ul li:nth-child(1) {
		order: 1;
	}

	.taishinService__inner__content__sec .listBox02 ul li:nth-child(2) {
		order: 4;
	}

	.taishinService__inner__content__sec .listBox02 ul li:nth-child(3) {
		order: 2;
	}

	.taishinService__inner__content__sec .listBox02 ul li:nth-child(4) {
		order: 5;
	}

	.taishinService__inner__content__sec .listBox02 ul li:nth-child(5) {
		order: 3;
	}

	.taishinService__inner__content__sec .btnArea01 {
		display: block;
	}

	.taishinService__inner__content__sec .btnArea01 .btn {
		width: auto;
		margin-bottom: 19px;
	}

	.taishinService__inner__content__sec .btnArea01 .btn:last-child {
		margin-bottom: 0;
	}
}



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

 flat35MainSec

***********************************/
.flat35MainSec {
	padding: 70px 0 80px;
}

@media screen and (max-width:767px){
	.flat35MainSec {
		padding: 25px 0 30px;
	}

}


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

 flat35Intro

***********************************/
.flat35Intro {
	margin-bottom: 40px;
}

.flat35Intro__inner {
	padding: 2% 3.775510204081633%;
	background-color: #fff;
	border: 3px solid #dfdfd7;
	border-radius: 10px;
}

.flat35Intro__inner p {
	width: 86.661%;
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width:767px){
	.flat35Intro {
		margin-bottom: 25px;
	}

	.flat35Intro__inner {
		padding: 20px 3.775510204081633%;
		background-color: #fff;
		border: 3px solid #dfdfd7;
		border-radius: 10px;
	}

	.flat35Intro__inner p {
		width: 87.566%;
	}

}


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

 flat35Service

***********************************/
.flat35Service {

}

.flat35Service__inner {

}

.flat35Service__inner__content {
	padding: 3.092783505154639% 3.775510204081633%;
	background-color: #fff;
	border: 3px solid #dfdfd7;
	border-radius: 10px;
}

.flat35Service__inner__content__sec {
	margin-bottom: 30px;
}

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

.flat35Service__inner__content__sec .flow {
	padding-bottom: 22px;
}

.flat35Service__inner__content__sec .flow ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.flat35Service__inner__content__sec .flow ul li {
	width: 23.333333333333333%;
	padding: 1.223% 1%;
	font-weight: bold;
	letter-spacing: normal;
	position: relative;
	z-index: 1;
}

.flat35Service__inner__content__sec .flow ul li:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/common/content_flow_bg01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.flat35Service__inner__content__sec .flow .free {
	width: 74.444444444444444%;
	height: 24px;
	border-left: 1px solid #dfdfd7;
	border-right: 1px solid #dfdfd7;
	border-bottom: 1px solid #dfdfd7;
	position: relative;
	z-index: 1;
}

.flat35Service__inner__content__sec .flow .free p {
	width: 80px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.flat35Service__inner__content__sec .listBox01 {
}

.flat35Service__inner__content__sec .listBox01 ul {
}

.flat35Service__inner__content__sec .listBox01 ul li {
	padding-left: 28px;
	margin-bottom: .3em;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.flat35Service__inner__content__sec .listBox01 ul li:last-child {
	margin-bottom: 0;
}

.flat35Service__inner__content__sec .listBox01 ul li:before {
	content: attr(data-count);
	display: block;
	width: 21px;
	height: 21px;
	line-height: 21px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	text-align: center;
	background-color: #9d4444;
	border-radius: 4px;
	position: absolute;
	top: 4px;
	left: 0;
	z-index: 1;
}

.flat35Service__inner__content__sec .price01 {
}

.flat35Service__inner__content__sec .price01 table {
	width: 100%;
	border-spacing: 0;
	margin-bottom: 5px;
}

.flat35Service__inner__content__sec .price01 table thead tr th {
	width: 33.33334%;
	padding: 6px 5px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #c27474;
	border-top: 1px solid #c27474;
	border-right: 1px solid #dfdfd7;
}

.flat35Service__inner__content__sec .price01 table thead tr th:first-child {
	border-radius: 6px 0 0 0;
	border-left: 1px solid #c27474;
}

.flat35Service__inner__content__sec .price01 table thead tr th:last-child {
	border-radius: 0 6px 0 0;
	border-right: 1px solid #c27474;
}

.flat35Service__inner__content__sec .price01 table tbody tr th {
	width: 33.33334%;
	padding: 6px 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #f3ebeb;
	border-left: 1px solid #dfdfd7;
	border-right: 1px solid #dfdfd7;
	border-bottom: 1px solid #dfdfd7;
}

.flat35Service__inner__content__sec .price01 table tbody tr:last-child th:first-child {
	border-radius: 0 0 0 6px;
}

.flat35Service__inner__content__sec .price01 table tbody tr td {
	width: 33.33334%;
	padding: 6px 5px;
	color: #de2413;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	border-right: 1px solid #dfdfd7;
	border-bottom: 1px solid #dfdfd7;
}

.flat35Service__inner__content__sec .price01 table tbody tr:last-child td:last-child {
	border-radius: 0 0 6px 0;
}

.flat35Service__inner__content__sec .price01 table {
}

.flat35Service__inner__content__sec .price01 ul {
	font-size: 14px;
	font-weight: bold;
}

.flat35Service__inner__content__sec .price01 ul li {
	text-indent: -1em;
	margin-left: 1em;
}

.flat35Service__inner__content__sec .listBox02 {
	margin-top: -.3em;
	margin-bottom: 20px;
}

.flat35Service__inner__content__sec .listBox02:last-child {
	margin-bottom: 0;
}

.flat35Service__inner__content__sec .listBox02 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: bold;
}

.flat35Service__inner__content__sec .listBox02 ul li {
	width: 47.777777777777778%;
}

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

.flat35Service__inner__content__sec .btnArea01 .btn {
	width: 48.888888888888889%;
}

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

	.flat35Service__inner__content__sec .flow ul li {
		font-size: 1.481481481481481vw;
	}

	.flat35Service__inner__content__sec .flow .free {
		height: 2.222vw;
	}

	.flat35Service__inner__content__sec .flow .free p {
		width: 7.407vw;
	}

}

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

	.flat35Service__inner__content {
		padding: 20px 3.53%;
	}

	.flat35Service__inner__content__sec {
		margin-bottom: 15px;
	}

	.flat35Service__inner__content__sec#A05 {
		margin-bottom: 25px;
	}

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

	.flat35Service__inner__content__sec .flow {
		padding-bottom: 0;
		position: relative;
		z-index: 1;
	}

	.flat35Service__inner__content__sec .flow ul {
		display: block;
		margin-bottom: 15px;
	}

	.flat35Service__inner__content__sec .flow ul li {
		width: 258px;
		height: 44px;
		padding: .4em 0 0 0;
		margin-bottom: 10px;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: normal;
		text-align: center;
		position: relative;
		z-index: 1;
	}

	.flat35Service__inner__content__sec .flow ul li:last-child {
		margin-bottom: 0;
	}

	.flat35Service__inner__content__sec .flow ul li:before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: url(../images/common/content_flow_bg01_sp.png) no-repeat left top;
		background-size: contain;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}

	.flat35Service__inner__content__sec .flow .free {
		width: 12px;
		height: 150px;
		border-left: none;
		border-top: 2px solid #dfdfd7;
		border-right: 2px solid #dfdfd7;
		border-bottom: 2px solid #dfdfd7;
		position: absolute;
		top: 0;
		left: 280px;
		z-index: 1;
	}

	.flat35Service__inner__content__sec .flow .free p {
		width: 35px;
		position: absolute;
		top: 50%;
		left: auto;
		right: -18px;
		z-index: 1;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.flat35Service__inner__content__sec .listBox01 {
	}

	.flat35Service__inner__content__sec .listBox01 ul {
	}

	.flat35Service__inner__content__sec .listBox01 ul li {
		padding-left: 21px;
		margin-bottom: .6em;
		font-size: 14px;
		line-height: 1.4;
	}

	.flat35Service__inner__content__sec .listBox01 ul li:last-child {
		margin-bottom: 0;
	}

	.flat35Service__inner__content__sec .listBox01 ul li:before {
		content: attr(data-count);
		display: block;
		width: 15px;
		height: 15px;
		line-height: 15px;
		font-size: 9px;
		border-radius: 3px;
		top: 2px;
	}

	.flat35Service__inner__content__sec .price01 {
	}

	.flat35Service__inner__content__sec .price01 table {
		width: 100%;
		border-spacing: 0;
		margin-bottom: 5px;
	}

	.flat35Service__inner__content__sec .price01 table thead tr th {
		width: 33.33334%;
		padding: 2px 5px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		background-color: #c27474;
		border-top: 1px solid #c27474;
		border-right: 1px solid #dfdfd7;
	}

	.flat35Service__inner__content__sec .price01 table thead tr th:first-child {
		border-radius: 6px 0 0 0;
		border-left: 1px solid #c27474;
	}

	.flat35Service__inner__content__sec .price01 table thead tr th:last-child {
		border-radius: 0 6px 0 0;
		border-right: 1px solid #c27474;
	}

	.flat35Service__inner__content__sec .price01 table tbody tr th {
		width: 33.33334%;
		padding: 6px 5px;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		line-height: 1.4;
		background-color: #f3ebeb;
		border-left: 1px solid #dfdfd7;
		border-right: 1px solid #dfdfd7;
		border-bottom: 1px solid #dfdfd7;
	}

	.flat35Service__inner__content__sec .price01 table tbody tr:last-child th:first-child {
		border-radius: 0 0 0 6px;
	}

	.flat35Service__inner__content__sec .price01 table tbody tr td {
		width: 33.33334%;
		padding: 5px 5px;
		color: #de2413;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		line-height: 1.4;
		background-color: #fff;
		border-right: 1px solid #dfdfd7;
		border-bottom: 1px solid #dfdfd7;
	}

	.flat35Service__inner__content__sec .price01 table tbody tr:last-child td:last-child {
		border-radius: 0 0 6px 0;
	}

	.flat35Service__inner__content__sec .price01 table {
	}

	.flat35Service__inner__content__sec .price01 ul {
		font-size: 12px;
		font-weight: bold;
	}

	.flat35Service__inner__content__sec .price01 ul li {
		text-indent: -1em;
		margin-left: 1em;
	}

	.flat35Service__inner__content__sec .listBox02 {
		margin-top: -.3em;
		margin-bottom: 20px;
	}

	.flat35Service__inner__content__sec .listBox02:last-child {
		margin-bottom: 0;
	}

	.flat35Service__inner__content__sec .listBox02 ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		font-size: 14px;
		font-weight: bold;
	}

	.flat35Service__inner__content__sec .listBox02 ul li {
		width: 47.777777777777778%;
	}

	.flat35Service__inner__content__sec .btnArea01 {
		display: block;
	}

	.flat35Service__inner__content__sec .btnArea01 .btn {
		width: auto;
		margin-bottom: 19px;
	}

	.flat35Service__inner__content__sec .btnArea01 .btn:last-child {
		margin-bottom: 0;
	}
}

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

 taishinFormMainSec

***********************************/
.taishinFormMainSec {
	padding: 70px 0 80px;
}

@media screen and (max-width:767px){
	.taishinFormMainSec {
		padding: 25px 0 30px;
	}

}

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

 taishinForm

***********************************/
.taishinForm {

}

.taishinForm__inner {

}

.taishinForm__inner__content {
	padding: 2.551020408163265% 3.775510204081633% 4.591836734693878%;
	background-color: #fff;
	border: 3px solid #dfdfd7;
	border-radius: 10px;
}

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

	.taishinForm__inner__content {
		padding: 18px 3.53%;
	}

}

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

 xxx

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

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

}

