@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	color: #323232;
	font-size: 16px;
	line-height: 2;
	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 20px;
	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 20px;
	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: #323232;
}
a:visited {
	color: #323232;
}
a.normal:link {
	color: #323232;
}
a.normal:visited {
	color: #323232;
}
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: "YakuHanJP", "Times New Roman", Georgia, YuMincho, '游明朝', 'ヒラギノ明朝 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;
	}
}
.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 24px;
}

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


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

	.define_wrap {
		padding: 0 4.66666667%;
	}
}

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

 layout

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

.l-main {
}

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

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

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

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

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

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

 l-header

***********************************/
.l-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
	background: #fff;
}

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

.l-header__right {
	display: flex;
	align-items: center;
	margin-right: 40px;
}

.l-header__right__tel {
	margin-right: 30px;
}

.l-header__right__tel p {
	margin-bottom: .1em;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: normal;
}

.l-header__right__tel p a {
	padding-left: 32px;
	color: #800000;
	text-decoration: none;
	position: relative;
}

.l-header__right__tel p a:before {
	content: "";
	display: block;
	width: 27px;
	height: 27px;
	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__right__tel ul {
	display: flex;
	justify-content: space-between;
}

.l-header__right__tel ul li {
	padding: 2px 6px;
	margin-right: 10px;
	color: #000;
	font-size: 12px;
}

.l-header__right__tel ul li:last-child {
	margin-right: 0;
}

.l-header__right__tel ul li:nth-child(1) {
	background-color: #f5f5f5;
}

.l-header__right__tel ul li:nth-child(2) {
	color: #fff;
	background-color: #800000;
}

.l-header__right__tel ul li:nth-child(3) {
	background-color: #f5f5f5;
}

.l-header__right__line {
	margin-right: 30px;
	font-size: 18px;
	font-weight: bold;
}

.l-header__right__line a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	padding: 0 35px;
	color: #fff;
	border-radius: 100px;
	box-shadow: 0px 3px 0px 0px #f2e5e5;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1ac818+0,00b000+100 */
	background: rgb(26,200,24); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(26,200,24,1) 0%, rgba(0,176,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(26,200,24,1) 0%,rgba(0,176,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(26,200,24,1) 0%,rgba(0,176,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ac818', endColorstr='#00b000',GradientType=1 ); /* IE6-9 */
}

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

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

.l-header__right__mail {
	font-size: 18px;
	font-weight: bold;
}

.l-header__right__mail a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	padding: 0 35px;
	color: #fff;
	border-radius: 100px;
	box-shadow: 0px 3px 0px 0px #f2e5e5;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff531a+0,f23d01+100 */
	background: rgb(255,83,26); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,83,26,1) 0%, rgba(242,61,1,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,83,26,1) 0%,rgba(242,61,1,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,83,26,1) 0%,rgba(242,61,1,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff531a', endColorstr='#f23d01',GradientType=1 ); /* IE6-9 */
}

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

.l-header__right__mail a span:before {
	content: "";
	display: block;
	width: 28px;
	height: 21px;
	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 (min-width:1300px){

	.l-header__right__line br {
		display: none;
	}

	.l-header__right__mail br {
		display: none;
	}
}

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

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

	.l-header__right {
		margin-right: 24px;
	}

	.l-header__right__tel {
		margin-right: 15px;
	}

	.l-header__right__line {
		margin-right: 15px;
		font-size: 14px;
		line-height: 1.4;
	}

	.l-header__right__line a {
		padding: 0 15px;
	}

	.l-header__right__mail {
		font-size: 14px;
		line-height: 1.4;
	}

	.l-header__right__mail a {
		padding: 0 15px;
	}
}

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

	.l-header__logo {
		width: 180px;
	}

	.l-header__right__tel p {
		font-size: 24px;
	}

	.l-header__right__tel p a {
		padding-left: 22px;
	}

	.l-header__right__tel p a:before {
		width: 18px;
		height: 18px;
	}

	.l-header__right__tel ul li {
		padding: 2px 4px;
		margin-right: 5px;
		font-size: 8px;
	}

	.l-header__right__line {
		font-size: 12px;
	}

	.l-header__right__mail {
		font-size: 12px;
	}
}

@media screen and (max-width:767px){
	.l-header {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 55px;
	}

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

	.l-header__right {
		display: none;
	}
}



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

 l-floating

***********************************/
.l-floating {
	width: 100%;
	background-color: #fff;
	border-top: 3px solid #800000;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.l-floating__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1260px;
	height: 97px;
	position: relative;
}

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

.l-floating__inner__tel {
	margin-right: 12px;
}

.l-floating__inner__tel p.txt01 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: normal;
}

.l-floating__inner__tel p a {
	padding-left: 32px;
	color: #800000;
	text-decoration: none;
	position: relative;
}

.l-floating__inner__tel p a:before {
	content: "";
	display: block;
	width: 27px;
	height: 27px;
	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-floating__inner__tel ul {
	display: flex;
	justify-content: space-between;
}

.l-floating__inner__tel ul li {
	padding: 2px 6px;
	margin-right: 10px;
	color: #000;
	font-size: 12px;
}

.l-floating__inner__tel ul li:last-child {
	margin-right: 0;
}

.l-floating__inner__tel ul li:nth-child(1) {
	background-color: #f5f5f5;
}

.l-floating__inner__tel ul li:nth-child(2) {
	color: #ffff00;
	background-color: #800000;
}

.l-floating__inner__tel ul li:nth-child(3) {
	background-color: #f5f5f5;
}

.l-floating__inner__line {
	margin-right: 10px;
}

.l-floating__inner__line a {
	display: block;
	padding: 14px 15px 14px 60px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-radius: 9px;
	box-shadow:0px 3px 0px 0px #004600;
	position: relative;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00c500+0,00b000+100 */
	background: rgb(0,197,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,197,0,1) 0%, rgba(0,176,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,197,0,1) 0%,rgba(0,176,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,197,0,1) 0%,rgba(0,176,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c500', endColorstr='#00b000',GradientType=0 ); /* IE6-9 */
}

.l-floating__inner__line a:before {
	content: "";
	display: block;
	width: 36px;
	height: 32px;
	margin-top: 1%;
	background: url(../images/icon_line01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-floating__inner__mail {
	margin-right: 2px;
}

.l-floating__inner__mail a {
	display: block;
	padding: 14px 15px 14px 50px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-radius: 9px;
	box-shadow:0px 3px 0px 0px #621900;
	position: relative;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff531a+0,f23d00+100 */
	background: rgb(255,83,26); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,83,26,1) 0%, rgba(242,61,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,83,26,1) 0%,rgba(242,61,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,83,26,1) 0%,rgba(242,61,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff531a', endColorstr='#f23d00',GradientType=0 ); /* IE6-9 */
}

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

.l-floating__inner__pic {
	/*max-height: none;*/
	margin-top: -60px;
}

@media screen and (min-width:1300px){

	.l-floating__inner__mail br {
		display: none;
	}

	.l-floating__inner__line br {
		display: none;
	}
}

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

	.l-floating__inner__logo {
		width: 180px;
	}

	.l-floating__inner__tel {
	}

	.l-floating__inner__tel p.txt01 {
		font-size: 36px;
		font-weight: bold;
		line-height: 1.2;
		letter-spacing: normal;
	}

	.l-floating__inner__tel p a {
		padding-left: 32px;
		text-decoration: none;
		position: relative;
	}

	.l-floating__inner__tel p a:before {
		content: "";
		display: block;
		width: 27px;
		height: 27px;
		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-floating__inner__tel ul {
		display: flex;
		justify-content: space-between;
	}

	.l-floating__inner__tel ul li {
		padding: 2px 6px;
		margin-right: 10px;
		color: #000;
		font-size: 12px;
	}

	.l-floating__inner__line {
		font-size: 14px;
		line-height: 1.4;
	}

	.l-floating__inner__line a {
		padding: 14px 15px 14px 57px;
		border-radius: 4px;
	}

	.l-floating__inner__line a:before {
		width: 36px;
		height: 32px;
		margin-top: 1%;
		left: 12px;
	}

	.l-floating__inner__mail {
		font-size: 14px;
		line-height: 1.4;
	}

	.l-floating__inner__mail a {
		padding: 14px 15px 14px 54px;
		border-radius: 4px;
	}

	.l-floating__inner__mail a:before {
		width: 28px;
		height: 22px;
		margin-top: 1%;
		left: 17px;
	}

	.l-floating__inner__pic {
		/*width: 120px;*/
		margin-top: -60px;
	}
}

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

	.l-floating__inner__logo {
		width: 120px;
	}

	.l-floating__inner__tel p.txt01 {
		font-size: 24px;
	}

	.l-floating__inner__tel p a {
		padding-left: 22px;
	}

	.l-floating__inner__tel p a:before {
		width: 18px;
		height: 18px;
	}

	.l-floating__inner__tel ul {
		display: flex;
		justify-content: space-between;
	}

	.l-floating__inner__tel ul li {
		padding: 2px 4px;
		margin-right: 5px;
		font-size: 8px;
	}

	.l-floating__inner__line {
		font-size: 11px;
	}

	.l-floating__inner__line a {
		padding: 14px 12px 14px 45px;
	}

	.l-floating__inner__line a:before {
		width: 28px;
		height: 26px;
		margin-top: 1%;
		left: 10px;
	}

	.l-floating__inner__mail {
		font-size: 11px;
	}

	.l-floating__inner__mail a {
		padding: 14px 15px 14px 38px;
	}

	.l-floating__inner__mail a:before {
		width: 20px;
		height: 18px;
		margin-top: 1%;
		left: 10px;
	}

	.l-floating__inner__mail br {
		display: block;
	}

	.l-floating__inner__pic {
		width: 100px;
		margin-top: 15px;
	}
}

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

	.l-floating {
		padding: 0 2.66666667%;
	}

	.l-floating__inner {
		justify-content: space-between;
		height: 47px;
	}

	.l-floating__inner__tel {
		margin-right: 7px;
	}

	.l-floating__inner__tel p.txt01 {
		margin-bottom: 2px;
		font-size: 18px;
		line-height: 1;
	}

	.l-floating__inner__tel p a {
		padding-left: 16px;
	}

	.l-floating__inner__tel p a:before {
		width: 13px;
		height: 13px;
	}

	.l-floating__inner__tel ul {
		display: none;
	}

	.l-floating__inner__tel p.txt02 {
		color: #ffff00;
		font-size: 8.5px;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
		background-color: #800000;
		border-radius: 100px;
	}

	.l-floating__inner__line {
		flex: 1;
		margin-right: 5px;
		margin-bottom: 3px;
		font-size: 9px;
		line-height: 1.2;
		letter-spacing: normal;
	}

	.l-floating__inner__line a {
		padding: 9px 7px 9px 0;
		border-radius: 4px;
		text-align: center;
	}

	.l-floating__inner__line a:before {
		display: none;
	}

	.l-floating__inner__line a > span {
		display: inline-block;
		padding-left: 30px;
		text-align: left;
		position: relative;
	}

	.l-floating__inner__line a > span:before {
		content: "";
		display: block;
		width: 18px;
		height: 16px;
		margin-top: 1%;
		background: url(../images/icon_line01.png) no-repeat left top;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 6px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.l-floating__inner__mail {
		flex: 1;
		margin-right: 0;
		margin-bottom: 3px;
		font-size: 9px;
		line-height: 1.2;
		letter-spacing: normal;
	}

	.l-floating__inner__mail a {
		padding: 9px 7px 9px 0;
		border-radius: 4px;
		text-align: center;
	}

	.l-floating__inner__mail a:before {
		display: none;
	}

	.l-floating__inner__mail a > span {
		display: inline-block;
		padding-left: 25px;
		text-align: left;
		position: relative;
	}

	.l-floating__inner__mail a > span:before {
		content: "";
		display: block;
		width: 14px;
		height: 11px;
		margin-top: 1%;
		background: url(../images/icon_mail01.png) no-repeat left top;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 7px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
}



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

 l-footer

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

}

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

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

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

.l-footer__top__inner p img {
	display: block;
	margin: 0 auto;
}

.l-footer__mid {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9e2421+0,6b1816+100 */
	background: rgb(158,36,33); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(158,36,33,1) 0%, rgba(107,24,22,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(158,36,33,1) 0%,rgba(107,24,22,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(158,36,33,1) 0%,rgba(107,24,22,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e2421', endColorstr='#6b1816',GradientType=1 ); /* IE6-9 */
}

.l-footer__mid__inner {
	padding: 34px 0;
}

.l-footer__mid__inner p {
	font-weight: bold;
	text-align: center;
}

.l-footer__mid__inner p a {
	color: #fff;
	text-decoration: underline;
}

.l-footer__mid__inner p a:hover {
	text-decoration: none;
}

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

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

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

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

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

	.l-footer__top__inner p {
		width: 153px;
		margin: 0 auto;
	}

	.l-footer__mid__inner {
		padding: 13px 0;
	}

	.l-footer__mid__inner p {
		font-size: 12px;
	}

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

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

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

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

 c-sec

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

.c-sec__head {
	background: url(../images/ttl_bg01_pc.jpg) no-repeat center;
	background-size: cover;
}

.c-sec__head__inner {
}

.c-sec__head__inner__ttl {
}

.c-sec__body {

}

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

	.c-sec__head {
		background: url(../images/ttl_bg01_sp.jpg) no-repeat center;
		background-size: cover;
	}
}

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

 c-subHero

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

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

.c-subHero__inner__ttl {
	color: #000;
	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-btn01

***********************************/
a.c-btn01 {
	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 #802000;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff531a+0,f23d00+100 */
	background: rgb(255,83,26); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,83,26,1) 0%, rgba(242,61,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,83,26,1) 0%,rgba(242,61,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,83,26,1) 0%,rgba(242,61,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff531a', endColorstr='#f23d00',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 #802000;
	}
}

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

 c-form

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

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

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

.c-form__content dl dt {
	display: table-cell;
	width: 330px;
	padding: 15px 20px 15px 25px;
	vertical-align: middle;
	background-color: #0054b0;
	box-shadow:0px 4px 0px 0px #a9c1db;
}

.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 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.c-form__content dl dt .inner .require {
	padding: 3px 5px;
	color: #ffff00;
	font-size: 12px;
	font-weight: bold;
	background-color: #ff3f00;
}

.c-form__content dl dt .inner .any {
	padding: 3px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	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 #dddddd;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	box-shadow:0px 4px 0px 0px #d9d9d9;
}

.c-form__content dl dd .radio {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.c-form__content dl dd .radio input {
	margin-right: .5em;
}

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

.c-form__submit button,
.c-form__confirmBtn__btn .submit {
	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 #802000;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff531a+0,f23d00+100 */
	background: rgb(255,83,26); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,83,26,1) 0%, rgba(242,61,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,83,26,1) 0%,rgba(242,61,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,83,26,1) 0%,rgba(242,61,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff531a', endColorstr='#f23d00',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:767px){

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

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

	.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: 1px solid #dddddd;
		box-shadow: none;
	}

	.c-form__content dl dd .radio {
		margin-bottom: 10px;
		font-size: 15px;
	}

	.c-form__content dl dd .radio input {
		margin-right: .5em;
	}

	.c-form__submit {
		width: 240px;
	}

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

	.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: #800000;
	border-radius: 10px;
}

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

.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: #ff3f00;
	border-radius: 10px;
}

.c-faq dl dd .cont {
	flex: 1;
	min-height: 68px;
	padding: 18px 28px;
	margin-left: 12px;
	font-size: 16px;
	line-height: 1.8;
	border: 2px solid #f0f0e1;
	background-color: #fff;
	border-radius: 10px;
}

.c-faq dl dd .cont p {
}

.c-faq dl dd .cont p .small {
	font-size: 14px;
}

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

	.c-faq {
	}

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

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

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

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

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

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

	.c-faq dl dd .cont p {
	}

	.c-faq dl dd .cont p .small {
		font-size: 16px;
	}

}



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

 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: 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 {

}

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

}



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

 cvSec

***********************************/
.cvSec {
}

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

.cvSec__top__inner {
	padding: 50px 0 0 0;
}

.cvSec__top__inner__ttl {
	margin: 0 -.405% 40px;
}

.cvSec__top__inner ul {
	display: flex;
}

.cvSec__top__inner ul li {
	width: 33.33334%;
}

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

.cvSec__bottom__inner {
	display: flex;
	justify-content: space-between;
	padding: 30px 0 33px;
	position: relative;
	z-index: 1;
}

.cvSec__bottom__inner__tel {
	width: 31.313131313131313%;
}

.cvSec__bottom__inner__tel a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	height: 100px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
}

.cvSec__bottom__inner__tel a p {
	display: inline-block;
	padding-left: 32px;
	margin-bottom: .2em;
	color: #800000;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	position: relative;
	z-index: 1;
}

.cvSec__bottom__inner__tel a p:before {
	content: "";
	display: block;
	width: 27px;
	height: 27px;
	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__bottom__inner__tel a ul {
	display: flex;
	justify-content: center;
}

.cvSec__bottom__inner__tel a ul li {
	padding: 2px 6px;
	margin-right: 10px;
	color: #000;
	font-size: 12px;
}

.cvSec__bottom__inner__tel a ul li:nth-child(1) {
	background-color: #f5f5f5;
}

.cvSec__bottom__inner__tel a ul li:nth-child(2) {
	color: #fff;
	background-color: #800000;
}

.cvSec__bottom__inner__tel a ul li:nth-child(3) {
	margin-right: 0;
	background-color: #f5f5f5;
}

.cvSec__bottom__inner__line {
	width: 31.313131313131313%;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}

.cvSec__bottom__inner__line a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	color: #fff;
	box-shadow: 0px 3px 0px 0px #004400;
	border-radius: 10px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00c400+0,00b100+100 */
	background: rgb(0,196,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,196,0,1) 0%, rgba(0,177,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,196,0,1) 0%,rgba(0,177,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,196,0,1) 0%,rgba(0,177,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c400', endColorstr='#00b100',GradientType=0 ); /* IE6-9 */
}

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

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

.cvSec__bottom__inner__mail {
	width: 31.313131313131313%;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}

.cvSec__bottom__inner__mail a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	color: #fff;
	box-shadow: 0px 3px 0px 0px #621900;
	border-radius: 10px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fe5219+0,f33e03+100 */
	background: rgb(254,82,25); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,82,25,1) 0%, rgba(243,62,3,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(254,82,25,1) 0%,rgba(243,62,3,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(254,82,25,1) 0%,rgba(243,62,3,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe5219', endColorstr='#f33e03',GradientType=0 ); /* IE6-9 */

}

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

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

.cvSec__bottom__inner__pic {
	max-height: none;
	position: absolute;
	bottom: 0;
	right: -273px;
	z-index: 1;
}

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

	.cvSec__bottom__inner__tel a {
		height: 80px;
	}

	.cvSec__bottom__inner__tel a p {
		padding-left: 28px;
		font-size: 24px;
	}

	.cvSec__bottom__inner__tel a p:before {
		width: 22px;
		height: 22px;
		margin-top: 1%;
	}

	.cvSec__bottom__inner__tel a ul li {
		padding: 2px 4px;
		margin-right: 5px;
		font-size: 8.5px;
	}

	.cvSec__bottom__inner__mail {
		font-size: 18px;
	}

	.cvSec__bottom__inner__mail a {
		height: 80px;
	}

	.cvSec__bottom__inner__mail a span {
		padding-left: 38px;
	}

	.cvSec__bottom__inner__mail a span:before {
		width: 30px;
		height: 22px;
	}

	.cvSec__bottom__inner__line {
		font-size: 18px;
	}

	.cvSec__bottom__inner__line a {
		height: 80px;
	}

	.cvSec__bottom__inner__line a span {
		padding-left: 40px;
	}

	.cvSec__bottom__inner__line a span:before {
		width: 32px;
		height: 28px;
	}

	.cvSec__bottom__inner__pic {
		display: none;
	}
}

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

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

	.cvSec__top__inner {
		padding: 22px 0 0 0;
	}

	.cvSec__top__inner__ttl {
		margin: 0 -.405% 22px;
	}

	.cvSec__top__inner ul {
		display: flex;
		margin: 0 -5.15%;
	}

	.cvSec__top__inner ul li img {
		width: 100%;
		max-width: none;
	}

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

	.cvSec__bottom__inner {
		display: block;
		padding: 20px 0 23px;
	}

	.cvSec__bottom__inner__tel {
		width: 79.411764705882353%;
		min-width: 270px;
		margin: 0 auto 18px;
	}

	.cvSec__bottom__inner__tel a {
		height: auto;
		padding: 6px 12px;
		border-radius: 6px;
	}

	.cvSec__bottom__inner__tel a p {
		display: inline-block;
		padding-left: 22px;
		font-size: 24px;
	}

	.cvSec__bottom__inner__tel a p:before {
		width: 18px;
		height: 18px;
	}

	.cvSec__bottom__inner__tel a ul li {
		padding: 2px 4px;
		margin-right: 5px;
		font-size: 8px;
	}

	.cvSec__bottom__inner__line {
		width: 79.411764705882353%;
		min-width: 270px;
		margin: 0 auto 18px;
		font-size: 18px;
	}

	.cvSec__bottom__inner__line a {
		display: block;
		height: auto;
		padding: 13px 12px;
		text-align: center;
		border-radius: 6px;
	}

	.cvSec__bottom__inner__line a span {
		padding-left: 38px;
	}

	.cvSec__bottom__inner__line a span:before {
		width: 32.5px;
		height: 28px;
	}

	.cvSec__bottom__inner__mail {
		width: 79.411764705882353%;
		min-width: 270px;
		margin: 0 auto;
		font-size: 18px;
	}

	.cvSec__bottom__inner__mail a {
		display: block;
		height: auto;
		padding: 13px 12px;
		text-align: center;
		border-radius: 6px;
	}

	.cvSec__bottom__inner__mail a span {
		padding-left: 35px;
	}

	.cvSec__bottom__inner__mail a span:before {
		width: 24.5px;
		height: 18.5px;
	}

}


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

 caseSec

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

}

.caseSec__inner {
	padding: 80px 0 90px;
}

.caseSec__inner__sec {
	margin-bottom: 75px;
}

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

.caseSec__inner__sec__head {
	padding: 7px 70px;
	color: #800000;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #800000;
	border-radius: 15px;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.caseSec__inner__sec__head:before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/icon_arr01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.caseSec__inner__sec__head.is-active:before {
	background: url(../images/icon_arr02.png) no-repeat left top;
	background-size: contain;
}

.caseSec__inner__sec__body {

}

.caseSec__inner__sec__body__inner {
	padding-top: 40px;
}

.caseSec__inner__sec__body__inner .caseBox01 {
}

.caseSec__inner__sec__body__inner .caseBox01__ttl {
	margin-top: 15px;
	margin-bottom: 40px;
	color: #800000;
	font-size: 56px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

.caseSec__inner__sec__body__inner .caseBox01__ttl .marker {
	background: linear-gradient(transparent 70%, #ffbf00 70%);
}

.caseSec__inner__sec__body__inner .caseBox01__ttl .dot {
	position: relative;
}

.caseSec__inner__sec__body__inner .caseBox01__ttl .dot:before {
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	background-color: #ffeeee;
	border-radius: 50%;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.caseSec__inner__sec__body__inner .caseBox01__list {
	display: flex;
	border: 2px solid #800000;
	border-radius: 15px;
}

.caseSec__inner__sec__body__inner .caseBox01__list li {
	width: 33.33334%;
	padding: 20px 39px 25px;
	border-right: 1px solid #efe0e0;
}

.caseSec__inner__sec__body__inner .caseBox01__list li:last-child {
	border-right: none;
}

.caseSec__inner__sec__body__inner .caseBox01__list li p {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.caseSec__inner__sec__body__inner .caseBox01__list li .icon {
	padding: 20px;
	text-align: center;
	background-color: #fff4f4;
	border-radius: 10px;
}

.caseSec__inner__sec__body__inner .caseBox01__list li .icon img {
}

.caseSec__inner__sec__body__inner .caseBox01__copy {
	padding: 14px 0;
	margin-top: 80px;
	color: #800000;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	border-top: 2px solid #800000;
	border-bottom: 2px solid #800000;
	position: relative;
	z-index: 1;
}

.caseSec__inner__sec__body__inner .caseBox01__copy:before {
	content: "";
	display: block;
	width: 76px;
	height: 38px;
	background: url(../images/case_arr01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: -59px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.caseSec__inner__sec__body__inner .caseBox01__copy .marker {
	background: linear-gradient(transparent 70%, #ffbf00 70%);
}

.caseSec__inner__sec__body__inner .caseBox02 {
	padding: 40px 50px 60px;
	background-color: #fff4f4;
	border-radius: 15px;
}

.caseSec__inner__sec__body__inner .caseBox02__ttl {
	margin-bottom: 60px;
	color: #7f0000;
	font-size: 56px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

.caseSec__inner__sec__body__inner .caseBox02__ttl .marker {
	background: linear-gradient(transparent 70%, #ffbf00 70%);
}

.caseSec__inner__sec__body__inner .caseBox02__content {
	display: flex;
	justify-content: space-between;
	max-width: 740px;
	margin: 0 auto;
}

.caseSec__inner__sec__body__inner .caseBox02__content__left {
	width: 39.189189189189189%;
}

.caseSec__inner__sec__body__inner .caseBox02__content__left__ttl {
	padding: 3px 10px;
	margin-bottom: 30px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	background-color: #800000;
	border-radius: 6px;
}

.caseSec__inner__sec__body__inner .caseBox02__content__right {
	width: 52.702702702702703%;
}

.caseSec__inner__sec__body__inner .caseBox02__content__right ul {
	padding: 20px;
	margin-bottom: 30px;
	color: #7f0000;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #ffffff;
	border-radius: 10px;
}

.caseSec__inner__sec__body__inner .caseBox02__content__right ul li {
	padding-left: 32px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ffd5d5;
	position: relative;
	z-index: 1;
}

.caseSec__inner__sec__body__inner .caseBox02__content__right ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.caseSec__inner__sec__body__inner .caseBox02__content__right ul li:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/icon_check01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 5px;
	left: 0;
}

.caseSec__inner__sec__body__inner .caseBox02__content__right__box {
	padding: 10px;
	background: url(../images/stripe01.png) repeat;
	border-radius: 6px;
}

.caseSec__inner__sec__body__inner .caseBox02__content__right__box__inner {
	padding: 15px 5px;
	background-color: #fff;
}

.caseSec__inner__sec__body__inner .caseBox02__content__right__box__inner p {
	color: #7f0000;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

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

	.caseSec__inner__sec__body__inner .caseBox01__ttl {
		font-size: 46px;
	}

	.caseSec__inner__sec__body__inner .caseBox01__list li {
		padding: 20px 15px 25px;
	}

	.caseSec__inner__sec__body__inner .caseBox01__list li p {
		font-size: 18px;
	}

	.caseSec__inner__sec__body__inner .caseBox02__ttl {
		font-size: 46px;
	}

	.caseSec__inner__sec__body__inner .caseBox02__content__right ul {
		font-size: 18px;
	}

	.caseSec__inner__sec__body__inner .caseBox02__content__right__box__inner p {
		font-size: 22px;
	}

}

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

	.caseSec__inner {
		padding: 25px 0 25px;
	}

	.caseSec__inner__sec {
		margin-bottom: 25px;
	}

	.caseSec__inner__sec__head {
		padding: 7px 50px;
		font-size: 19px;
		border-radius: 8px;
	}

	.caseSec__inner__sec__head:before {
		width: 24px;
		height: 24px;
		right: 15px;
	}

	.caseSec__inner__sec__body {

	}

	.caseSec__inner__sec__body__inner {
		padding-top: 25px;
	}

	.caseSec__inner__sec__body__inner .caseBox01 {
	}

	.caseSec__inner__sec__body__inner .caseBox01__ttl {
		margin-top: 10px;
		margin-bottom: 20px;
		font-size: 26.5px;
	}

	.caseSec__inner__sec__body__inner .caseBox01__ttl .dot:before {
		width: 5px;
		height: 5px;
		top: -8px;
	}

	.caseSec__inner__sec__body__inner .caseBox01__list {
		display: flex;
		flex-wrap: wrap;
		border-radius: 8px;
	}

	.caseSec__inner__sec__body__inner .caseBox01__list li {
		width: 50%;
		padding: 10px 15px 15px;
		border-right: 1px solid #efe0e0;
	}

	.caseSec__inner__sec__body__inner .caseBox01__list li:nth-child(2) {
		border-right: none;
	}

	.caseSec__inner__sec__body__inner .caseBox01__list li:last-child {
		width: 100%;
		border-top: 1px solid #efe0e0;
		border-right: none;
	}

	.caseSec__inner__sec__body__inner .caseBox01__list li p {
		margin-bottom: 10px;
		font-size: 14px;
	}

	.caseSec__inner__sec__body__inner .caseBox01__list li .icon {
		max-width: 125px;
		padding: 10px;
		margin: 0 auto;
		border-radius: 5px;
	}

	.caseSec__inner__sec__body__inner .caseBox01__list li .icon img {
		width: 43px;
	}

	.caseSec__inner__sec__body__inner .caseBox01__copy {
		padding: 7px 0;
		margin-top: 43px;
		font-size: 16px;
	}

	.caseSec__inner__sec__body__inner .caseBox01__copy:before {
		width: 38px;
		height: 19px;
		top: -30px;
	}

	.caseSec__inner__sec__body__inner .caseBox02 {
		padding: 4.411764705882353% 4.411764705882353% 6.617647058823529%;
		border-radius: 8px;
	}

	.caseSec__inner__sec__body__inner .caseBox02__ttl {
		margin-bottom: 25px;
		font-size: 26.5px;
	}

	.caseSec__inner__sec__body__inner .caseBox02__content {
		display: block;
	}

	.caseSec__inner__sec__body__inner .caseBox02__content__left {
		width: auto;
		margin-bottom: 20px;
	}

	.caseSec__inner__sec__body__inner .caseBox02__content__left__ttl {
		padding: 0 10px;
		margin-bottom: 15px;
		font-size: 17px;
		border-radius: 6px;
	}

	.caseSec__inner__sec__body__inner .caseBox02__content__left__pic {
		width: 46.774193548387097%;
		margin: 0 auto;
		text-align: center;
	}

	.caseSec__inner__sec__body__inner .caseBox02__content__right {
		width: auto;
	}

	.caseSec__inner__sec__body__inner .caseBox02__content__right ul {
		padding: 15px;
		margin-bottom: 20px;
		font-size: 16px;
		border-radius: 6px;
	}

	.caseSec__inner__sec__body__inner .caseBox02__content__right ul li {
		padding-left: 20px;
		padding-bottom: 12px;
		margin-bottom: 12px;
	}

	.caseSec__inner__sec__body__inner .caseBox02__content__right ul li:before {
		width: 15px;
		height: 15px;
		top: 4px;
	}

	.caseSec__inner__sec__body__inner .caseBox02__content__right__box {
		padding: 5px;
		background: url(../images/stripe01.png) repeat;
		background-size: 10px 10px;
		border-radius: 4px;
	}

	.caseSec__inner__sec__body__inner .caseBox02__content__right__box__inner {
		padding: 8px 5px;
	}

	.caseSec__inner__sec__body__inner .caseBox02__content__right__box__inner p {
		font-size: 18px;
	}
}

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

	.caseSec__inner__sec__body__inner .caseBox01__ttl {
		font-size: 7.066666666666667vw;
	}

	.caseSec__inner__sec__body__inner .caseBox01__copy {
		font-size: 4.266666666666667vw;
	}

	.caseSec__inner__sec__body__inner .caseBox02__ttl {
		font-size: 7.066666666666667vw;
	}

	.caseSec__inner__sec__body__inner .caseBox02__content__right__box__inner p {
		font-size: 4.8vw;
	}

}

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

 exampleSec

***********************************/
.exampleSec {

}

.exampleSec__inner {
	padding: 80px 0 65px;
}

.exampleSec__inner__sec {
	margin-bottom: 60px;
}

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

.exampleSec__inner__sec__ttl {
	margin-bottom: 40px;
	color: #800000;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.exampleSec__inner__sec__ttl span {
	padding: 10px 0;
	border-top: 2px solid #800000;
	border-bottom: 2px solid #800000;
}

.exampleSec__inner__sec__content {
	padding: 3.333333333333333% 3.333333333333333% 4.343434343434343%;
	background-color: #fff;
	border: 7px solid #f0f0e1;
	border-radius: 15px;
}

.exampleSec__inner__sec__content .head {
	display: flex;
	margin-bottom: 40px;
}

.exampleSec__inner__sec__content .head .pic {
	width: 19.7802197%;
	margin-right: 3.84615385%;
}

.exampleSec__inner__sec__content .head .cont {
	flex: 1;
	display: flex;
}

.exampleSec__inner__sec__content .head .cont dl {
	width: 140px;
	margin-right: 8.34532374%;
	border: 2px solid #f0f0e1;
	border-radius: 12px;
}

.exampleSec__inner__sec__content .head .cont dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50%;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #f0f0e1;
}

.exampleSec__inner__sec__content .head .cont dl dd {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.exampleSec__inner__sec__content .head .cont p {
	flex: 1;
	display: flex;
	align-items: flex-end;
}

.exampleSec__inner__sec__content .body {
	margin-bottom: 30px;
}

.exampleSec__inner__sec__content .body .ttl {
	padding: 0 15px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	background-color: #800000;
	border-radius: 10px;
}

.exampleSec__inner__sec__content .body .ttl .small {
	font-size: 20px;
}

.exampleSec__inner__sec__content .body p {
	font-size: 16px;
	letter-spacing: .015em;
}

.exampleSec__inner__sec__content .result {
	padding: 20px 200px 25px 6.043956043956044%;
	background-color: #fff4f4;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

.exampleSec__inner__sec__content .result p {
	color: #7f0000;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
}

.exampleSec__inner__sec__content .result .pic {
	position: absolute;
	top: 10px;
	right: 40px;
}

.exampleSec__inner__sec:nth-child(2) .exampleSec__inner__sec__content .result .pic {
	top: -30px;
}

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

	.exampleSec__inner {
		padding: 35px 0 25px;
	}

	.exampleSec__inner__sec {
		margin-bottom: 25px;
	}

	.exampleSec__inner__sec__ttl {
		margin-bottom: 20px;
		font-size: 16px;
	}

	.exampleSec__inner__sec__ttl span {
		padding: 5px 0;
		border-top: 2px solid #800000;
		border-bottom: 2px solid #800000;
	}

	.exampleSec__inner__sec__content {
		padding: 4.852941176470588% 3.382352941176471% 4.852941176470588%;
		border: 3px solid #f0f0e1;
		border-radius: 8px;
	}

	.exampleSec__inner__sec__content .head {
		display: block;
		margin-bottom: 20px;
	}

	.exampleSec__inner__sec__content .head .pic {
		width: 30%;
		margin: 0 auto 5px;
	}

	.exampleSec__inner__sec__content .head .cont {
		display: flex;
	}

	.exampleSec__inner__sec__content .head .cont dl {
		width: 86px;
		margin-right: 5%;
		border-radius: 6px;
	}

	.exampleSec__inner__sec__content .head .cont dl dt {
		padding: 6px 5px;
		font-size: 17px;
		letter-spacing: normal;
	}

	.exampleSec__inner__sec__content .head .cont dl dd {
		padding: 6px 5px;
		font-size: 14px;
		letter-spacing: normal;
	}

	.exampleSec__inner__sec__content .body {
		margin-bottom: 20px;
	}

	.exampleSec__inner__sec__content .body .ttl {
		padding: 8px 15px;
		margin-bottom: 10px;
		font-size: 17px;
		line-height: 1.3;
		border-radius: 3px;
	}

	.exampleSec__inner__sec__content .body .ttl .small {
		font-size: 13px;
	}

	.exampleSec__inner__sec__content .body p {
	}

	.exampleSec__inner__sec__content .result {
		padding: 20px 15px;
		background-color: #fff4f4;
		border-radius: 6px;
		position: relative;
		z-index: 1;
	}

	.exampleSec__inner__sec__content .result p {
		margin-bottom: 20px;
		font-size: 18px;
	}

	.exampleSec__inner__sec__content .result .pic {
		width: 32%;
		margin: 0 auto;
		text-align: center;
		position: static;
	}
}

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

 cautionSec

***********************************/
.cautionSec {

}

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

}


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

 faqSec

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

}

.faqSec__inner {
	padding: 80px 0;
}

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

	.faqSec__inner {
		padding: 25px 0;
	}

}


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

 reasonSec

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

}

.reasonSec__inner {
	padding: 80px 0 110px;
}

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

.reasonSec__inner ul li {
	width: 22.7272727%;
}

.reasonSec__inner ul li .ttl {
	margin-bottom: 15px;
}

.reasonSec__inner ul li .ttl:last-child {
	margin-bottom: 0;
}

.reasonSec__inner ul li p {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}

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

	.reasonSec__inner {
		padding: 25px 0 25px;
	}

	.reasonSec__inner ul {
		flex-wrap: wrap;
	}

	.reasonSec__inner ul li {
		width: 47.0588235%;
	}

	.reasonSec__inner ul li:nth-child(1),
	.reasonSec__inner ul li:nth-child(2) {
		margin-bottom: 20px;
	}

	.reasonSec__inner ul li .ttl {
		margin-bottom: 5px;
		text-align: center;
	}
}


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

 flowSec

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

}

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

.flowSec__inner ol {
}

.flowSec__inner ol li {
	display: flex;
	margin-bottom: 35px;
}

.flowSec__inner ol li:last-child {
	margin-bottom: 0;
}

.flowSec__inner ol li .num {
	width: 140px;
	margin-right: 25px;
}

.flowSec__inner ol li .cont {
	flex: 1;
	padding: 20px 30px;
	background-color: #fffbfb;
	border: 2px solid #800000;
	border-radius: 6px;
}

.flowSec__inner ol li .cont .ttl {
	margin-top: -.15em;
	margin-bottom: 8px;
	color: #800000;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
}

.flowSec__inner ol li .cont p {
	font-size: 16px;
	line-height: 1.5;
}

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

	.flowSec__inner {
		padding: 25px 0 25px;
	}

	.flowSec__inner ol {
	}

	.flowSec__inner ol li {
		margin-bottom: 20px;
	}

	.flowSec__inner ol li .num {
		width: 70px;
		margin-right: 10px;
	}

	.flowSec__inner ol li .cont {
		padding: 10px 12px;
		border-radius: 5px;
	}

	.flowSec__inner ol li .cont .ttl {
		margin-top: -.15em;
		margin-bottom: 0;
		font-size: 18px;
	}
}


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

 officeSec

***********************************/
.officeSec {

}

.officeSec__inner {
	padding: 70px 0 110px;
}

.officeSec__inner__ttl {
	margin-bottom: 40px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.officeSec__inner ul {
	margin-bottom: 80px;
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
}

.officeSec__inner ul li {
	padding: 20px 0;
	font-size: 22px;
	text-align: center;
	line-height: 1.5;
	border-bottom: 1px solid #cccccc;
}

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

.officeSec__inner__box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.officeSec__inner__box__content {
	width: 46.464646464646465%;
}

.officeSec__inner__box__content .ttl {
	margin-top: -.15em;
	margin-bottom: 10px;
	color: #800000;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
}

.officeSec__inner__box__content p {
	font-size: 18px;
}

.officeSec__inner__box__pic {
	width: 46.9696969%;
}

.officeSec__inner__pic {
	text-align: center;
}

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

	.officeSec__inner {
		padding: 25px 0 25px;
	}

	.officeSec__inner__ttl {
		margin-bottom: 15px;
		font-size: 18px;
	}

	.officeSec__inner ul {
		margin-bottom: 15px;
	}

	.officeSec__inner ul li {
		padding: 10px 0;
		font-size: 16px;
	}

	.officeSec__inner__box {
		display: block;
		margin-bottom: 20px;
	}

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

	.officeSec__inner__box__content .ttl {
		margin-top: 0;
		margin-bottom: 5px;
		font-size: 18px;
	}

	.officeSec__inner__box__content p {
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: .015em;
	}

	.officeSec__inner__box__pic {
		width: auto;
		text-align: center;
	}
}


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

 priceSec

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

}

.priceSec__inner {
	padding: 80px 0 110px;
}

.priceSec__inner__pic {
	text-align: center;
}

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

	.priceSec__inner {
		padding: 25px 0;
	}

}


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

 xxx

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

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

}

