@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: .07em;
	font-feature-settings : "palt";
	text-align: left;
	background-color: #fff;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, '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", 'Noto Sans JP', メイリオ, 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;
	letter-spacing: .07em;
}
p {
	letter-spacing: .07em;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
input,
button {
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
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 10px;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, '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", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid #dddddd;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 0;
}
textarea {
	height: 150px;
	padding: 5px 10px;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, '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:999999px;
}

.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: "YakuHanMP", YuMincho, '游明朝', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
}
@media screen\0 {
	.mincho {
		font-family: "YakuHanMP", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
	}
}
.gothic {
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen\0 {
	.gothic {
		font-family: "YakuHanJP", 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
.Lato {
	font-family: "YakuHanJP", 'Lato', sans-serif;
}
.Oswald {
	font-family: "YakuHanJP", 'Oswald', sans-serif;
}
* {
	box-sizing: border-box;
}


@media screen and (max-width:767px){
	body {
		font-size: 14px;
	}
	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: 14px;
		border: 2px solid #dddddd;
	}
	select {
		height: 44px;
		padding: 5px 10px;
		font-size: 14px;
		border: 2px solid #dddddd;
	}
	textarea {
		height: 30.933333333333333vw;
		padding: 5px 10px;
		font-size: 14px;
		border: 2px solid #dddddd;
	}
}

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

 general

***********************************/
.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;
}
.white {
	color: #fff;
}
.red {
	color: #ff3f00;
}
.blue {
	color: #0b3972;
}
.green {
	color: #44b8c4;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 70%, #ffff00 70%);
}
@media screen\0 {
	.marker {
		font-family: "YakuHanJP", Lato, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}
.underline {
	text-decoration: underline;
}

@media screen and (min-width:768px){
	.sp {
		display: none !important;
	}
}
@media screen and (max-width:767px){
	.pc {
		display: none !important;
	}
}

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

 parts

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

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


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

	.define_wrap {
		padding: 0 4.545454545454545%;
	}
}


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

	.define_wrap {
		padding: 0 4.66666667%;
	}
}

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

 layout

***********************************/
.l-wrap {
	overflow: hidden;
}

.l-main {
}

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

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

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

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

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

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

 l-header

***********************************/
.l-header {
	background: #fff;
}

.l-header__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
}

.l-header__inner-logo {
}

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

	.l-header__inner {
		height: 55px;
	}

	.l-header__inner-logo {
		width: 144px;
	}
}

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

 l-footer

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

}

.l-footer__inner {
	padding: 40px 0;
}

.l-footer__inner-logo {
	margin-bottom: 20px;
	text-align: center;
}

.l-footer__inner-copy {
	color: #b9b9b9;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

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

	.l-footer__inner {
		padding: 25px 0;
	}

	.l-footer__inner-logo {
		width: 144px;
		margin: 0 auto 15px;
	}

	.l-footer__inner-copy {
		font-size: 9px;
	}
}

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

 c-bg-dot01

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

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

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

 c-title01

***********************************/
.c-title01 {
	margin-top: -.25em;
	margin-bottom: 50px;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

@media screen and (max-width:1099px){
	.c-title01 {
		margin-bottom: 4.545vw;
		font-size: 3.818vw;
	}
}

@media screen and (max-width:767px){
	.c-title01 {
		margin-bottom: 25px;
		font-size: 21px;
	}
}

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

 c-sub-hero

***********************************/
.c-sub-hero {
	background-color: #0b3a72;
}

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

.c-sub-hero__inner-ttl {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.5;
	text-align: center;
}

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

	.c-sub-hero__inner {
		height: 150px;
	}

	.c-sub-hero__inner-ttl {
		font-size: 18px;
	}
}

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

 c-btn01

***********************************/
a.c-btn01 {
	display: block;
	width: 100%;
	padding: 20px 15px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow: 0 5px 0 #8a4d00;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff9b37+0,ff7f00+100 */
	background: rgb(255,155,55); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,155,55,1) 0%, rgba(255,127,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,155,55,1) 0%,rgba(255,127,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,155,55,1) 0%,rgba(255,127,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9b37', endColorstr='#ff7f00',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;
		font-size: 16px;
		box-shadow:0px 3px 0px 0px #8a4d00;
	}
}

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

 c-form

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

.c-form:before {
}

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

.c-form__content dl {
	display: table;
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #dddddd;
}

.c-form__content dl dt {
	display: table-cell;
	width: 260px;
	padding-right: 25px;
	vertical-align: middle;
	border-right: 1px solid #dddddd;
}

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

.c-form__content dl dt .inner .name {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .07em;
}

.c-form__content dl dt .inner .name .note01 {
	display: block;
	margin-top: .2em;
	color: #ff3f00;
	font-size: 12px;
}

.c-form__content dl dt .inner .require {
	padding: 2px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .07em;
	background-color: #ff3f00;
	border-radius: 4px;
}

.c-form__content dl dt .inner .any {
	padding: 2px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .07em;
	background-color: #0a4399;
	border-radius: 4px;
}

.c-form__content dl dd {
	display: table-cell;
	padding-left: 25px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .07em;
	vertical-align: middle;
	position: relative;
}

.c-form__content dl dd .company {
	background: transparent;
}

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

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

.c-form__content dl dd .list li {
	display: inline-block;
	margin: .25em .5em;
}

.c-form__content dl dd .note01 {
	text-indent: -1em;
	margin-left: 1em;
	margin-top: .5em;
	color: #ff3f00;
	font-size: 12px;
}

.c-form__privacy {
	margin-bottom: 30px;
}

.c-form__privacy-content {
	padding: 20px 0 20px 29px;
	margin-bottom: 35px;
	border: 1px solid #dddddd;
}

.c-form__privacy-content-scroll {
	height: 150px;
	padding-right: 29px;
	overflow-y: scroll;
}

.c-form__privacy-content-scroll section {
	margin-bottom: 30px;
}

.c-form__privacy-content-scroll section:last-child {
	margin-bottom: 0;
}

.c-form__privacy-content-scroll .ttl {
	margin-bottom: 0;
	font-size: 18px;
}

.c-form__privacy-content-scroll p {
	font-size: 16px;
}

.c-form__privacy-txt01 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .07em;
}

.c-form__privacy input {
	margin-right: .5em;
}

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

.c-form__submit button,
.c-form__submit input,
.c-form__confirmBtn__btn .submit {
	display: block;
	width: 100%;
	padding: 22px 15px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .07em;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow:0px 5px 0px 0px #a25100;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff9b37+0,ff7f00+100 */
	background: rgb(255,155,55); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,155,55,1) 0%, rgba(255,127,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,155,55,1) 0%,rgba(255,127,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,155,55,1) 0%,rgba(255,127,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9b37', endColorstr='#ff7f00',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

/*.c-form__submit button:disabled,*/
/*.c-form__submit input:disabled,*/
/*.c-form__confirmBtn__btn .submit:disabled {*/
/*opacity: 1;*/
/*!* 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 *!*/
/*}*/

.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: 100px;
	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 {
	}

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

	.c-form__content dl {
		display: block;
		width: auto;
		padding: 15px 0 20px;
	}

	.c-form__content dl dt {
		display: block;
		width: auto;
		padding: 0;
		margin-bottom: 15px;
		border-right: none;
	}

	.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 .require {
		padding: 2px 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: 2px 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;
	}

	.c-form__content dl dd .list {
		margin: 0;
	}

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

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

	.c-form__privacy {
		margin-bottom: 18px;
	}

	.c-form__privacy-content {
		padding: 12px 0 12px 15px;
		margin-bottom: 18px;
		border: 1px solid #dddddd;
	}

	.c-form__privacy-content-scroll {
		height: 75px;
		padding-right: 15px;
		overflow-y: scroll;
	}

	.c-form__privacy-content-scroll section {
		margin-bottom: 25px;
	}

	.c-form__privacy-content-scroll section:last-child {
		margin-bottom: 0;
	}

	.c-form__privacy-content-scroll .ttl {
		margin-bottom: 0;
		font-size: 12px;
	}

	.c-form__privacy-content-scroll p {
		font-size: 12px;
	}

	.c-form__privacy-txt01 {
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}

	.c-form__privacy input {
		margin-right: .5em;
	}

	.c-form__submit {
		width: 240px;
	}

	.c-form__submit button,
	.c-form__submit input,
	.c-form__confirmBtn__btn .submit {
		padding: 14px 10px;
		margin-bottom: 3px;
		font-size: 16px;
		box-shadow:0px 3px 0px 0px #a25100;
	}

	.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: 14px 10px;
		margin-bottom: 3px;
		font-size: 16px;
		box-shadow:0px 3px 0px 0px #333333;
	}

}


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

 c-faq-list

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

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

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

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

.c-faq-list dl dt .icon {
	width: 80px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
	background-color: #0b3a72;
	border-radius: 20px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
}

.c-faq-list dl dt .ttl {
	flex: 1;
	min-height: 80px;
	padding: 20px 28px;
	margin-left: 20px;
	color: #0b3972;
	font-size: 20px;
	font-weight: bold;
	border: 2px solid #0b3a72;
	background-color: #fff;
	border-radius: 20px;
}

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

.c-faq-list dl dd .icon {
	width: 80px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
	background-color: #44bac4;
	border-radius: 20px;
}

.c-faq-list dl dd .cont {
	flex: 1;
	min-height: 80px;
	padding: 25px 29px;
	margin-left: 20px;
	border: 1px solid #e7e7eb;
	background-color: #fff;
	border-radius: 20px;
}

.c-faq-list dl dd .cont p {
}

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

	.c-faq-list {
	}

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

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

	.c-faq-list dl dt .icon {
		width: 40px;
		font-size: 14px;
		line-height: 40px;
		border-radius: 10px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}

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

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

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

	.c-faq-list dl dd .cont p {
	}

}



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

 c-completeSec

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

}

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

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

.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;
	}
}



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

 c-hero

***********************************/
.c-hero {
	background: url(../images/hero_bg01_pc.jpg) no-repeat center / cover;
	position: relative;
	z-index: 1;
}

.c-hero:before {
	content: "";
	display: block;
	width: 1920px;
	height: 100%;
	background: url(../images/hero_pic01_pc.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-hero__logo {
	width: 240px;
	margin-top: 40px;
	margin-left: 4.166666666666667%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-hero__inner {
	width: 1200px;
	height: 800px;
	padding-top: 110px;
	position: relative;
	z-index: 1;
}

.c-hero__inner-ttl {
	color: #fff;
	font-size: 46px;
	font-weight: bold;
	line-height: 1.5;
}

.c-hero__inner-ttl .block {
	display: inline-block;
	padding: 12px 20px;
	margin-bottom: 30px;
	background-color: #000000;
	border-radius: 10px;
}

.c-hero__inner-ttl .block:last-child {
	margin-bottom: 0;
}

.c-hero__inner-txt01 {
	margin-top: 25px;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
}

.c-hero__inner-list01 {
	display: flex;
	margin-top: 45px;
}

.c-hero__inner-list01 li {
	padding: 25px 15px 25px;
	margin-right: 20px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.2);
	position: relative;
	z-index: 1;
}

.c-hero__inner-list01 li .num {
	width: 28px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #44bac4;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-hero__inner-list01 li .txt01 {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

.c-hero__inner-btn {
	margin-top: 58px;
	font-size: 24px;
	font-weight: 900;
}

.c-hero__inner-btn a {
	display: inline-block;
	padding: 19px 35px;
	color: #fff;
	text-align: center;
	border-radius: 100px;
	box-shadow: 0 5px 0 #8a4d00;
	overflow: visible;
	position: relative;
	z-index: 1;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff9b37+0,ff7f00+100 */
	background: rgb(255,155,55); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,155,55,1) 0%, rgba(255,127,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,155,55,1) 0%,rgba(255,127,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,155,55,1) 0%,rgba(255,127,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9b37', endColorstr='#ff7f00',GradientType=0 ); /* IE6-9 */
}

.c-hero__inner-btn a:before {
	content: "";
	display: block;
	width: 86px;
	height: 86px;
	margin: -35px -88px 0 0;
	background: url(../images/hero_btn_balloon01_pc.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.c-hero__inner-btn a span {
	padding-left: 40px;
	position: relative;
	z-index: 1;
}

.c-hero__inner-btn a span:before {
	content: "";
	display: block;
	width: 28px;
	height: 20px;
	background: url(../images/icon_mail01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-hero__inner-balloon01 {
	margin: 8.5% 23.45% 0 0;
	font-size: 16px;
	font-weight: 900;
	text-align: center;
	line-height: 1.5;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.c-hero__inner-balloon02 {
	margin: 9.2% 10.7% 0 0;
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	text-align: center;
	line-height: 1.5;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

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

	.c-hero {
		padding: 0 3.846vw;
	}

	.c-hero:before {
		width: 147.692vw;
	}

	.c-hero__logo {
		width: 18.462vw;
		margin-top: 3.077vw;
	}

	.c-hero__inner {
		width: 92.308vw;
		height: 61.538vw;
		padding-top: 8.462vw;
	}

	.c-hero__inner-ttl {
		font-size: 3.538vw;
	}

	.c-hero__inner-ttl .block {
		padding: 0.923vw 1.538vw;
		margin-bottom: 2.308vw;
		border-radius: 0.769vw;
	}

	.c-hero__inner-txt01 {
		margin-top: 1.923vw;
		font-size: 1.385vw;
	}

	.c-hero__inner-list01 {
		margin-top: 3.462vw;
	}

	.c-hero__inner-list01 li {
		padding: 1.923vw 1.154vw 1.923vw;
		margin-right: 1.538vw;
		border-radius: 0.769vw;
		box-shadow: 0 0.230769230769231vw 0 rgba(0,0,0,0.2);
	}

	.c-hero__inner-list01 li .num {
		width: 2.154vw;
		height: 2.154vw;
		line-height: 2.154vw;
		font-size: 0.923vw;
	}

	.c-hero__inner-list01 li .txt01 {
		font-size: 1.308vw;
	}

	.c-hero__inner-btn {
		margin-top: 4.462vw;
		font-size: 1.846vw;
	}

	.c-hero__inner-btn a {
		padding: 1.462vw 2.692vw;
		box-shadow: 0 0.384615384615385vw 0 #8a4d00;
	}

	.c-hero__inner-btn a:before {
		width: 6.615vw;
		height: 6.615vw;
		margin: -2.692vw -6.769vw 0 0;
	}

	.c-hero__inner-btn a span {
		padding-left: 3.077vw;
	}

	.c-hero__inner-btn a span:before {
		width: 2.154vw;
		height: 1.538vw;
	}

	.c-hero__inner-balloon01 {
		font-size: 1.231vw;
	}

	.c-hero__inner-balloon02 {
		font-size: 1.231vw;
	}
}

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

	.c-hero {
		background: url(../images/hero_bg01_sp.jpg) no-repeat center / cover;
	}

	.c-hero:before {
		width: 100%;
		height: 100%;
		background: url(../images/hero_pic01_sp.png) no-repeat center / contain;
	}

	.c-hero__logo {
		width: 64vw;
		margin-top: 10.667vw;
		margin-left: 4.166666666666667%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

	.c-hero__inner {
		width: auto;
		height: auto;
		padding-top: 9.333vw;
		padding-bottom: 11.467vw;
	}

	.c-hero__inner-ttl {
		font-size: 6.7vw;
	}

	.c-hero__inner-ttl .block {
		padding: 1.6vw 2.667vw;
		margin-bottom: 4vw;
		border-radius: 1.6vw;
	}

	.c-hero__inner-txt01 {
		margin-top: 4vw;
		font-size: 3.467vw;
	}

	.c-hero__inner-list01 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 6.667vw;
	}

	.c-hero__inner-list01 li {
		width: 47.058823529411765%;
		padding: 4.8vw 2.667vw 2.667vw;
		margin-right: 0;
		border-radius: 2.667vw;
		box-shadow: 0 0.4vw 0 rgba(0,0,0,0.1);
	}

	.c-hero__inner-list01 li:nth-child(3) {
		margin-top: 7.2vw;
		margin-left: 26.470588235294118%;
	}

	.c-hero__inner-list01 li .num {
		width: 5.867vw;
		height: 5.867vw;
		line-height: 5.867vw;
		font-size: 2.667vw;
	}

	.c-hero__inner-list01 li .txt01 {
		font-size: 3.733vw;
	}

	.c-hero__inner-btn {
		margin-top: 70.133vw;
		font-size: 4.267vw;
		text-align: center;
	}

	.c-hero__inner-btn a {
		padding: 2.933vw 6.667vw;
		box-shadow: 0 0.933333333333333vw 0 #2b3b00;
	}

	.c-hero__inner-btn a:before {
		width: 14.667vw;
		height: 14.667vw;
		margin: -8.8vw -8vw 0 0;
		background: url(../images/hero_btn_balloon01_sp.png) no-repeat center / contain;
	}

	.c-hero__inner-btn a span {
		padding-left: 6.667vw;
	}

	.c-hero__inner-btn a span:before {
		width: 5.067vw;
		height: 3.733vw;
		background: url(../images/icon_mail02.png) no-repeat center / contain;
	}

	.c-hero__inner-balloon01 {
		margin: 0 0 78.5% 8%;
		font-size: 3.2vw;
		top: auto;
		right: auto;
		bottom: 0;
		left: 0;
	}

	.c-hero__inner-balloon02 {
		margin: 0 0 82% 40.5%;
		font-size: 3.2vw;
		top: auto;
		right: auto;
		bottom: 0;
		left: 0;
	}
}



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

 c-trouble

***********************************/
.c-trouble {
	background: url(../images/trouble_bg01_pc.jpg) no-repeat center / cover;
}

.c-trouble__inner {
	padding: 70px 0;
}

.c-trouble__inner-content {
	display: flex;
	justify-content: space-between;
	padding-top: 22px;
}

.c-trouble__inner-content-sec {
	width: 30%;
}

.c-trouble__inner-content-sec-head {
	padding: 30px 22px 20px;
	background-color: #fff;
	border: 4px solid #dddddd;
	border-radius: 20px;
	position: relative;
	z-index: 1;
}

.c-trouble__inner-content-sec-head .txt01 {
	margin-top: -1px;
	padding: 5px 12px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background-color: #0b3a72;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-trouble__inner-content-sec-head .ttl {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
}

.c-trouble__inner-content-sec-body {
	margin-top: 90px;
	position: relative;
	z-index: 1;
}

.c-trouble__inner-content-sec-body:before {
	content: "";
	display: block;
	width: 46px;
	height: 50px;
	margin-top: -70px;
	background: url(../images/trouble_arr01_pc.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-trouble__inner-content-sec-body .resolution {
	padding: 6px 15px;
	color: #ffff00;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .15em;
	background-color: #44bac4;
	border-radius: 15px 15px 0 0;
}

.c-trouble__inner-content-sec-body .box {
	padding: 20px 25px;
	font-size: 18px;
	background-color: #ffffff;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-radius: 0 0 10px 10px;
}

.c-trouble__inner-note {
	margin-top: 25px;
	font-size: 14px;
}

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

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

	.c-trouble {
		background: url(../images/trouble_bg01_sp.jpg) no-repeat center / cover;
	}

	.c-trouble__inner {
		padding: 35px 0 40px;
	}

	.c-trouble__inner-content {
		display: block;
		padding-top: 14px;
	}

	.c-trouble__inner-content-sec {
		width: auto;
		margin-bottom: 45px;
	}

	.c-trouble__inner-content-sec:last-child {
		margin-bottom: 0;
	}

	.c-trouble__inner-content-sec-head {
		padding: 20px 4.117647058823529% 12px;
		border: 2px solid #dddddd;
		border-radius: 10px;
	}

	.c-trouble__inner-content-sec-head .txt01 {
		margin-top: -1px;
		padding: 2px 10px;
		font-size: 14px;
		border-radius: 6px;
	}

	.c-trouble__inner-content-sec-head .ttl {
		font-size: 14px;
	}

	.c-trouble__inner-content-sec-body {
		margin-top: 68px;
		position: relative;
		z-index: 1;
	}

	.c-trouble__inner-content-sec-body:before {
		width: 34px;
		height: 38px;
		margin-top: -52px;
		background: url(../images/trouble_arr01_sp.png) no-repeat center / contain;
	}

	.c-trouble__inner-content-sec-body .resolution {
		padding: 2px 15px;
		font-size: 16px;
		border-radius: 8px 8px 0 0;
	}

	.c-trouble__inner-content-sec-body .box {
		padding: 10px 3.529411764705882%;
		font-size: 14px;
		border-radius: 0 0 6px 6px;
	}

	.c-trouble__inner-note {
		margin-top: 12px;
		font-size: 12px;
	}
}



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

 c-function

***********************************/
.c-function {
	background-color: #44bac4;
}

.c-function__inner {
	padding: 70px 0 80px;
}

.c-function__inner-content {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}

.c-function__inner-content-sec {
	width: 30%;
	padding: 30px 2.5% 20px;
	border-radius: 15px;
	background-color: #fff;
	position: relative;
	z-index: 1;
}

.c-function__inner-content-sec .num {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background-color: #0b3a72;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-function__inner-content-sec .pic {
	margin-bottom: 12px;
	text-align: center;
}

.c-function__inner-content-sec .ttl {
	margin-bottom: .5em;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-function__inner-content-sec .txt01 {
}

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

	.c-function__inner {
		padding: 35px 0 40px;
	}

	.c-function__inner-content {
		display: block;
		padding: 12px 5.882352941176471% 0;
	}

	.c-function__inner-content-sec {
		width: auto;
		padding: 18px 6.666666666666667% 20px;
		margin-bottom: 45px;
		border-radius: 8px;
	}

	.c-function__inner-content-sec:last-child {
		margin-bottom: 0;
	}

	.c-function__inner-content-sec .num {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 14px;
		border-radius: 6px;
	}

	.c-function__inner-content-sec .pic {
		width: 88.461538461538462%;
		margin: 0 auto 12px;
	}

	.c-function__inner-content-sec .ttl {
		margin-bottom: .5em;
		font-size: 16px;
	}

	.c-function__inner-content-sec .txt01 {
	}
}



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

 c-price

***********************************/
.c-price {

}

.c-price__inner {
	padding: 70px 0 80px;
}

.c-price__inner-table {

}

.c-price__inner-table table {
	width: 100%;
	border-spacing: 0;
}

.c-price__inner-table table thead tr th {
	width: 28%;
	padding: 15px 10px;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 1.6;
	background-color: #0b3a72;
}

.c-price__inner-table table thead tr th:nth-child(1) {
	width: 16%;
	border-radius: 10px 0 0 0;
}

.c-price__inner-table table thead tr th:nth-child(2) {
	background-color: #44bac4;
}

.c-price__inner-table table thead tr th:nth-child(3) {
	background-color: #005bac;
}

.c-price__inner-table table thead tr th:nth-child(4) {
	border-radius: 0 10px 0 0;
}

.c-price__inner-table table tbody tr th {
	padding: 25px 10px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	background-color: #fff;
	border-left: 2px solid #00325d;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.c-price__inner-table table tbody tr:last-child th {
	border-bottom: 2px solid #00325d;
	border-radius: 0 0 0 10px;
}

.c-price__inner-table table tbody tr td {
	padding: 25px 10px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.c-price__inner-table table tbody tr td:nth-child(2) {
	color: #44b9c4;
}

.c-price__inner-table table tbody tr td:nth-child(3) {
	color: #005aac;
}

.c-price__inner-table table tbody tr td:nth-child(4) {
	color: #0b3972;
}

.c-price__inner-table table tbody tr td:last-child {
	border-right: 2px solid #00325d;
}

.c-price__inner-table table tbody tr:last-child td {
	border-bottom: 2px solid #00325d;
}

.c-price__inner-table table tbody tr:last-child td:last-child {
	border-radius: 0 0 10px 0;
}

.c-price__inner-table table tbody tr td .txt01 {
	margin-bottom: .5em;
	font-size: 19px;
	text-align: center;
	line-height: 1.25;
}

.c-price__inner-table table tbody tr td .txt01 .large {
	font-size: 28px;
}

.c-price__inner-table table tbody tr td .txt02 {
	color: #333333;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
}

.c-price__inner-note {
	margin-top: 25px;
	font-size: 14px;
}

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

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

	.c-price__inner {
		padding: 35px 0 40px;
	}

	.c-price__inner-table {
		margin: 0 -5.147058823529412%;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}

	.c-price__inner-table table {
		width: 510px;
		margin: 0 auto;
		border-spacing: 0;
	}

	.c-price__inner-table table thead tr th {
		width: 27.450980392156863%;
		padding: 10px 5px;
		font-size: 12px;
		letter-spacing: normal;
	}

	.c-price__inner-table table thead tr th:nth-child(1) {
		width: 19.607843137254902%;
		border-radius: 0;
	}

	.c-price__inner-table table thead tr th:nth-child(2) {
		width: 23.529411764705882%;
	}

	.c-price__inner-table table thead tr th:nth-child(3) {
		width: 29.411764705882353%;
	}

	.c-price__inner-table table thead tr th:nth-child(4) {
		border-radius: 0;
	}

	.c-price__inner-table table tbody tr th {
		padding: 12px 5px;
		font-size: 12px;
	}

	.c-price__inner-table table tbody tr:last-child th {
		border-bottom: 2px solid #00325d;
		border-radius: 0;
	}

	.c-price__inner-table table tbody tr td {
		padding: 12px 5px;
		font-size: 12px;
		vertical-align: middle;
	}

	.c-price__inner-table table tbody tr td:last-child {
		border-right: 2px solid #00325d;
	}

	.c-price__inner-table table tbody tr:last-child td {
		border-bottom: 2px solid #00325d;
	}

	.c-price__inner-table table tbody tr:last-child td:last-child {
		border-radius: 0;
	}

	.c-price__inner-table table tbody tr td .txt01 {
		margin-bottom: 1em;
		font-size: 12px;
	}

	.c-price__inner-table table tbody tr td .txt01 .large {
		font-size: 17px;
	}

	.c-price__inner-table table tbody tr td .txt02 {
		font-size: 9px;
	}

	.c-price__inner-note {
		margin-top: 12px;
		font-size: 12px;
	}
}



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

 c-flow

***********************************/
.c-flow {

}

.c-flow__inner {
	padding: 70px 0 80px;
}

.c-flow__inner-txt01 {
	margin-bottom: 50px;
	text-align: center;
}

.c-flow__inner-content {

}

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

.c-flow__inner-content-box01-sec {
	width: 21%;
	padding-bottom: 50px;
	margin: 0 2%;
	position: relative;
	z-index: 2;
}

.c-flow__inner-content-box01-sec:before {
	content: "";
	display: block;
	width: 1px;
	height: 40px;
	background-color: #0b3a72;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-flow__inner-content-box01-sec .num {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-bottom: -31px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background-color: #0b3a72;
	border-radius: 10px;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-flow__inner-content-box01-sec .ttl {
	margin-bottom: .4em;
	color: #0b3972;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-flow__inner-content-box01-sec .txt01 {

}

.c-flow__inner-content-line {
	width: 100%;
	height: 22px;
	background-color: #f3f5f8;
	position: relative;
	z-index: 1;
}

.c-flow__inner-content-line:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #0b3a72;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

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

.c-flow__inner-content-box02-sec {
	width: 21%;
	padding-top: 50px;
	margin: 0 2%;
	position: relative;
	z-index: 2;
}

.c-flow__inner-content-box02-sec:before {
	content: "";
	display: block;
	width: 1px;
	height: 40px;
	background-color: #0b3a72;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-flow__inner-content-box02-sec .num {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-top: -31px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background-color: #0b3a72;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-flow__inner-content-box02-sec .ttl {
	margin-bottom: .4em;
	color: #0b3972;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-flow__inner-content-box02-sec .txt01 {

}

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

	.c-flow__inner {
		padding: 35px 0 40px;
	}

	.c-flow__inner-txt01 {
		margin-bottom: 20px;
		text-align: center;
	}

	.c-flow__inner-content {
		display: flex;
		justify-content: space-between;
		position: relative;
		z-index: 1;
	}

	.c-flow__inner-content-box01 {
		display: block;
		width: 50%;
	}

	.c-flow__inner-content-box01-sec {
		width: auto;
		padding-right: 45px;
		padding-bottom: 0;
		margin: 0 0 15px 0;
		position: relative;
		z-index: 2;
	}

	.c-flow__inner-content-box01-sec:last-child {
		margin-bottom: 0;
	}

	.c-flow__inner-content-box01-sec:before {
		content: "";
		display: block;
		width: 38px;
		height: 1px;
		margin-top: 12px;
		background-color: #0b3a72;
		position: absolute;
		top: 0;
		bottom: auto;
		left: auto;
		right: 0;
		z-index: 1;
		transform: none;
		-webkit-transform: none;
	}

	.c-flow__inner-content-box01-sec .num {
		width: 25px;
		height: 25px;
		line-height: 25px;
		margin-bottom: 0;
		margin-right: -12px;
		font-size: 14px;
		border-radius: 6px;
		position: absolute;
		top: 0;
		left: auto;
		right: 0;
		z-index: 1;
		transform: none;
		-webkit-transform: none;
	}

	.c-flow__inner-content-box01-sec .ttl {
		margin-bottom: .4em;
		font-size: 16px;
		text-align: left;
		letter-spacing: normal;
	}

	.c-flow__inner-content-box01-sec .txt01 {

	}

	.c-flow__inner-content-line {
		width: 11px;
		height: 100%;
		background-color: #f3f5f8;
		position: absolute;
		top: 0;
		left: 50%;
		z-index: 1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.c-flow__inner-content-line:before {
		width: 3px;
		height: 100%;
	}

	.c-flow__inner-content-box02 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 50%;
	}

	.c-flow__inner-content-box02-sec {
		width: auto;
		padding-top: 0;
		padding-left: 45px;
		margin: 0 0 15px 0;
		position: relative;
		z-index: 2;
	}

	.c-flow__inner-content-box02-sec:last-child {
		margin-bottom: 0;
	}

	.c-flow__inner-content-box02-sec:before {
		content: "";
		display: block;
		width: 38px;
		height: 1px;
		margin-top: 12px;
		background-color: #0b3a72;
		position: absolute;
		top: 0;
		bottom: auto;
		left: 0;
		right: auto;
		z-index: 1;
		transform: none;
		-webkit-transform: none;
	}

	.c-flow__inner-content-box02-sec .num {
		width: 25px;
		height: 25px;
		line-height: 25px;
		margin-top: 0;
		margin-left: -12px;
		font-size: 14px;
		border-radius: 6px;
		position: absolute;
		top: 0;
		left: 0;
		right: auto;
		z-index: 1;
		transform: none;
		-webkit-transform: none;
	}

	.c-flow__inner-content-box02-sec .ttl {
		margin-bottom: .4em;
		font-size: 16px;
		text-align: left;
		letter-spacing: normal;
	}

	.c-flow__inner-content-box02-sec .txt01 {

	}

}



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

 c-faq

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

}

.c-faq__inner {
	padding: 70px 0 80px;
}

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

	.c-faq__inner {
		padding: 35px 0 40px;
	}

}



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

 c-company

***********************************/
.c-company {

}

.c-company__inner {
	padding: 70px 0 40px;
}

.c-company__inner-txt01 {
	margin-bottom: 50px;
	text-align: center;
}

.c-company__inner-list {

}

.c-company__inner-list dl {
	display: flex;
	padding: 25px 0;
	border-bottom: 1px solid #dddddd;
}

.c-company__inner-list dl:first-child {
	border-top: 1px solid #dddddd;
}

.c-company__inner-list dl dt {
	width: 300px;
	padding-right: 2em;
	font-weight: bold;
}

.c-company__inner-list dl dd {
	flex: 1;
}

.c-company__inner-mission {
	margin-top: 50px;
	font-size: 20px;
	text-align: center;
	line-height: 2.6;
}

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

	.c-company__inner {
		padding: 35px 0 15px;
	}

	.c-company__inner-txt01 {
		margin-bottom: 30px;
		text-align: left;
	}

	.c-company__inner-list {

	}

	.c-company__inner-list dl {
		display: block;
		padding: 12px 0;
	}

	.c-company__inner-list dl dt {
		width: auto;
		padding-right: 0;
		margin-bottom: .25em;
		text-align: center;
	}

	.c-company__inner-list dl dd {
		text-align: center;
	}

	.c-company__inner-mission {
		margin-top: 25px;
		font-size: 14px;
	}

}


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

 c-contact

***********************************/
.c-contact {

}

.c-contact__inner {
	padding: 70px 0 80px;
}

.c-contact__inner-txt01 {
	margin-top: -.5em;
	margin-bottom: 40px;
	text-align: center;
}

.c-contact__inner-content {
	padding: 10px 3.9% 5.5%;
	background-color: #fff;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

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

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

	.c-contact__inner {
		padding: 35px 0 40px;
	}

	.c-contact__inner-txt01 {
		margin-top: -.5em;
		margin-bottom: 20px;
		text-align: left;
	}

	.c-contact__inner-content {
		padding: 2px 4.264705882352941% 8.088235294117647%;
		background-color: #fff;
		border-radius: 6px;
		box-shadow: none;
		border-left: 1px solid #dddddd;
		border-right: 1px solid #dddddd;
		border-bottom: 1px solid #dddddd;
	}

	.c-contact__inner-content:before {
		height: 2px;
	}
}


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

 xxx

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

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

}