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

***********************************/
.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;
}
.green {
	color: #1da96d;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 60%, #8ed4b7 60%);
}
@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 {
	padding-bottom: 90px;
	overflow: hidden;
}

.l-main {
}

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

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

	.l-pageTop {
		width: 60px;
		bottom: 114px;
		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 {
	background: #fff;
}

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

.l-header__inner-logo {

}

.l-header__inner-line {
	font-weight: bold;
	line-height: 1.5;
}

.l-header__inner-line a {
	display: block;
	padding: 15px 20px;
	color: #fff;
	background-color: #1da96f;
	border-radius: 100px;
}

.l-header__inner-line a span {
	padding-left: 40px;
	position: relative;
	z-index: 1;
}

.l-header__inner-line a span:before {
	content: "";
	display: block;
	width: 28px;
	height: 24px;
	background: url(../images/icon_line01.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

	.l-header__inner {
		justify-content: center;
		height: 55px;
	}

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

	.l-header__inner-logo a {
		display: block;
	}

	.l-header__inner-logo img {
		display: block;
	}

	.l-header__inner-line {
		display: none;
	}
}

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

 l-fixed-content

***********************************/
.l-fixed-content {
	width: 100%;
	height: 90px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.l-fixed-content a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #1da96f;
	overflow: visible;
}

.l-fixed-content a:before {
	content: "";
	display: block;
	width: 1000px;
	height: 132px;
	background: url(../images/fixed_pic01.png) no-repeat center bottom;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	pointer-events: none;
}

.l-fixed-content a span {
	padding: 0 90px 0 56px;
	margin-left: 36px;
	position: relative;
	z-index: 1;
}

.l-fixed-content a span:before {
	content: "";
	display: block;
	width: 41px;
	height: 36px;
	background: url(../images/icon_line03.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-fixed-content a span:after {
	content: "";
	display: block;
	width: 86px;
	height: 86px;
	margin: -50px 0 0 0;
	background: url(../images/fixed_balloon_pc.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

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

	.l-fixed-content a {
		font-size: 3.556vw;
	}

	.l-fixed-content a:before {
		width: 111.111vw;
		height: 14.667vw;
	}

	.l-fixed-content a span {
		padding: 0 10vw 0 6.222vw;
		margin-left: 4vw;
	}

	.l-fixed-content a span:before {
		width: 4.556vw;
		height: 4vw;
	}

	.l-fixed-content a span:after {
		width: 9.556vw;
		height: 9.556vw;
		margin: -5.556vw 0 0 0;
	}

}

@media screen and (max-width:767px){
	.l-fixed-content {
		height: 50px;
	}

	.l-fixed-content a {
		height: 50px;
		font-size: 16px;
	}

	.l-fixed-content a:before {
		display: none;
	}

	.l-fixed-content a span {
		padding: 0 50px 0 33px;
		margin-left: 18px;
	}

	.l-fixed-content a span:before {
		width: 26px;
		height: 22px;
	}

	.l-fixed-content a span:after {
		width: 49px;
		height: 49px;
		margin: -32px 0 0 0;
		background: url(../images/fixed_balloon_sp.png) no-repeat center;
		background-size: contain;
	}

}

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

 l-footer

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

}

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

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

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

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

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

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

 c-bgGray

***********************************/
.c-bgGray {
	background-color: #fafafa;
}

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

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

 c-title01

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

.c-title01.white {
	color: #fff;
}

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

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

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

 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;
	text-align: center;
}

@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__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__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__inner-list

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

.c-faq__inner-list dl {
	margin-bottom: 63px;
}

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

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

.c-faq__inner-list dl dt .icon {
	width: 80px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
	background-color: #1da96f;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
	border-radius: 10px;
}

.c-faq__inner-list dl dt .ttl {
	flex: 1;
	min-height: 80px;
	padding: 24px 24px;
	margin-left: 20px;
	color: #1da96f;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	background-color: #fff;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
	border-radius: 10px;
}

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

.c-faq__inner-list dl dd .icon {
	width: 80px;
	color: #1da96e;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
	background-color: #fff;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
	border-radius: 10px;
}

.c-faq__inner-list dl dd .cont {
	flex: 1;
	min-height: 80px;
	padding: 25px 24px;
	margin-left: 20px;
	background-color: #fff;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
	border-radius: 10px;
}

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

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

	.c-faq__inner-list {
	}

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

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

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

	.c-faq__inner-list dl dt .ttl {
		flex: 1;
		min-height: 40px;
		padding: 7px 12px;
		margin-left: 10px;
		font-size: 14px;
		box-shadow: 0px 2px 0px 0px rgba(0,0,0,.05);
		border-radius: 6px;
	}

	.c-faq__inner-list dl dd .icon {
		width: 40px;
		font-size: 14px;
		line-height: 40px;
		box-shadow: 0px 2px 0px 0px rgba(0,0,0,.05);
		border-radius: 6px;
	}

	.c-faq__inner-list dl dd .cont {
		min-height: 40px;
		padding: 7px 12px;
		margin-left: 10px;
		box-shadow: 0px 2px 0px 0px rgba(0,0,0,.05);
		border-radius: 6px;
	}

	.c-faq__inner-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 {
	margin-bottom: 90px;
	background: url(../images/hero_bg01_pc.png) no-repeat right top;
}

.c-hero__inner {
	width: 1200px;
	height: 856px;
	padding-top: 90px;
}

.c-hero__inner-txt01 {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .12em;
}

.c-hero__inner-txt01 .block {
	display: inline-block;
	padding: 10px 20px;
	background-color: #fff;
	border-radius: 10px;
}

.c-hero__inner-ttl {
	margin-bottom: 50px;
	color: #fff;
	font-size: 47px;
	font-weight: bold;
	line-height: 2.65;
	/*line-height: 1.5;*/
	letter-spacing: .12em;
}

.c-hero__inner-ttl .block {
	display: inline;
	/*display: inline-block;*/
	padding: 10px 20px;
	background-color: #000000;
	border-radius: 10px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.c-hero__inner-list {
	display: flex;
	margin-bottom: 80px;
}

.c-hero__inner-list li {
	/*width: 240px;*/
	padding: 25px 20px 20px;
	margin-right: 20px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.2);
	position: relative;
	z-index: 1;
}

.c-hero__inner-list li:last-child {
	margin-right: 0;
}

.c-hero__inner-list li .num {
	width: 28px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	letter-spacing: normal;
	background-color: #1da96f;
	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-list li .txt01 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	white-space: nowrap;
	letter-spacing: .07em;
}

.c-hero__inner-btn {
	width: 420px;
}

.c-hero__inner-btn a {
	display: block;
	padding: 20px 0;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	border-radius: 100px;
	box-shadow: 0px 5px 0px 0px rgba(0,40,0,.9);
	overflow: visible;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#22c982+0,1b9a64+100 */
	background: rgb(34,201,130); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(34,201,130,1) 0%, rgba(27,154,100,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(34,201,130,1) 0%,rgba(27,154,100,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(34,201,130,1) 0%,rgba(27,154,100,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22c982', endColorstr='#1b9a64',GradientType=0 ); /* IE6-9 */
	position: relative;
	z-index: 1;
}

.c-hero__inner-btn a:before {
	content: "";
	display: block;
	width: 78px;
	height: 78px;
	margin: -32px -82px 0 0;
	background: url(../images/hero_balloon01_pc.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

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

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

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

	.c-hero {
		background: url(../images/hero_bg01_pc.png) no-repeat center top;
	}

}

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

	.c-hero {
		background-size: cover;
	}

	.c-hero__inner {
		height: 65.846vw;
		padding-top: 6.923vw;
	}

	.c-hero__inner-txt01 {
		margin-bottom: 1.538vw;
		font-size: 2.308vw;
	}

	.c-hero__inner-txt01 .block {
		padding: 0.769vw 1.538vw;
		border-radius: 0.769vw;
	}

	.c-hero__inner-ttl {
		margin-bottom: 3.846vw;
		font-size: 3.615vw;
	}

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

	.c-hero__inner-list {
		margin-bottom: 6.154vw;
	}

	.c-hero__inner-list li {
		padding: 1.923vw 1.538vw 1.538vw;
		margin-right: 1.538vw;
		border-radius: 0.769vw;
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,.2);
	}

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

	.c-hero__inner-list li .txt01 {
		font-size: 1.385vw;
	}

	.c-hero__inner-btn {
		width: 32.308vw;
	}

	.c-hero__inner-btn a {
		padding: 1.538vw 0;
		font-size: 1.692vw;
		box-shadow: 0px 5px 0px 0px rgba(0,40,0,.9);
	}

	.c-hero__inner-btn a:before {
		width: 6vw;
		height: 6vw;
		margin: -2.462vw -6.308vw 0 0;
	}

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

	.c-hero__inner-btn a span:before {
		width: 2.615vw;
		height: 2.308vw;
	}
}

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

	.c-hero {
		margin-bottom: 40px;
		background: url(../images/hero_bg01_sp.png) no-repeat right top;
		background-size: contain;
	}

	.c-hero__inner {
		height: 204.666666666666667vw;
		padding-top: 9.333vw;
	}

	.c-hero__inner-txt01 {
		margin-bottom: 0.533vw;
		font-size: 4vw;
		line-height: 3.1;
	}

	.c-hero__inner-txt01 .block {
		display: inline;
		padding: 1.333vw 2.667vw;
		border-radius: 1.6vw;
		-webkit-box-decoration-break: clone;
		box-decoration-break: clone;
	}

	.c-hero__inner-ttl {
		margin-bottom: 8vw;
		color: #fff;
		font-size: 6.267vw;
		font-weight: bold;
		line-height: 2.45;
		/*line-height: 1.5;*/
		letter-spacing: .12em;
	}

	.c-hero__inner-ttl .block {
		display: inline;
		padding: 1.333vw 2.667vw;
		border-radius: 1.6vw;
	}

	.c-hero__inner-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 14.667vw;
	}

	.c-hero__inner-list li {
		width: 47.058823529411765%;
		padding: 4.8vw 2.667vw 3.2vw;
		margin-right: 0;
		margin-bottom: 7.467vw;
		border-radius: 1.6vw;
		box-shadow: 0px 0.4vw 0px 0px rgba(0,0,0,.2);
	}

	.c-hero__inner-list li:nth-child(3),
	.c-hero__inner-list li:nth-child(4) {
		margin-bottom: 0;
	}

	.c-hero__inner-list li:last-child {
		margin-right: 0;
	}

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

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

	.c-hero__inner-btn {
		width: 78.667vw;
		margin: 0 auto;
	}

	.c-hero__inner-btn a {
		padding: 3.2vw 0;
		font-size: 4.267vw;
		box-shadow: 0px 0.933333333333333vw 0px 0px rgba(0,40,0,.9);
	}

	.c-hero__inner-btn a:before {
		width: 14.667vw;
		height: 14.667vw;
		margin: -8.8vw -7.733vw 0 0;
		background: url(../images/hero_balloon01_pc.png) no-repeat left top;
		background-size: contain;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
	}

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

	.c-hero__inner-btn a span:before {
		width: 5.6vw;
		height: 4.8vw;
	}
}


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

 c-trouble

***********************************/
.c-trouble {
	background: url(../images/trouble_bg01_pc.png) no-repeat center bottom;
	background-size: 100% auto;
	position: relative;
	z-index: 1;
}

.c-trouble:before {
	content: "";
	display: block;
	width: 2016px;
	height: 300px;
	background: url(../images/trouble_bg02_pc.png) no-repeat center top;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-trouble__inner {
	padding: 80px 0 1px;
}

.c-trouble__inner-list {
	padding-top: 22px;
	margin-bottom: 65px;
}

.c-trouble__inner-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -6%;
}

.c-trouble__inner-list ul li {
	width: 47%;
	padding: 25px 15px 20px;
	margin-bottom: 6%;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
	position: relative;
	z-index: 1;
}

.c-trouble__inner-list ul li:before {
	content: "";
	display: block;
	width: 158px;
	height: 32px;
	margin-top: -22px;
	background: url(../images/trouble_icon01.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-trouble__inner-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 552px;
	height: 372px;
	margin: 0 auto -165px;
	background: url(../images/trouble_bg03.png) no-repeat center;
	background-size: contain;
}

.c-trouble__inner-box p {
	padding-top: 1em;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.c-trouble__inner-box p .large {
	display: inline-block;
	margin-top: .2em;
	font-size: 52px;
}

.c-trouble__inner-box p .small {
	font-size: 46px;
}

@media screen and (max-width:1920px){
	.c-trouble {
		background-size: 1920px auto;
	}

}

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

	.c-trouble__inner-list ul li {
		font-size: 20px;
	}

	.c-trouble__inner-box {
		width: 50.182vw;
		height: 33.818vw;
		margin: 0 auto -165px;
	}

	.c-trouble__inner-box p {
		font-size: 2.364vw;
	}

	.c-trouble__inner-box p .large {
		font-size: 4.727vw;
	}

	.c-trouble__inner-box p .small {
		font-size: 4.182vw;
	}

}

@media screen and (max-width:767px){
	.c-trouble {
		background: url(../images/trouble_bg01_sp.png) no-repeat center bottom;
		background-size: 100% auto;
		position: relative;
		z-index: 1;
	}

	.c-trouble:before {
		display: none;
	}

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

	.c-trouble__inner-list {
		padding-top: 11px;
		margin-bottom: 32px;
	}

	.c-trouble__inner-list ul {
		display: block;
		margin-bottom: 0;
	}

	.c-trouble__inner-list ul li {
		width: auto;
		padding: 18px 15px 12px;
		margin-bottom: 32px;
		font-size: 14px;
		border-radius: 8px;
		box-shadow: 0px 2px 0px 0px rgba(0,0,0,.05);
	}

	.c-trouble__inner-list ul li:last-child {
		margin-bottom: 0;
	}

	.c-trouble__inner-list ul li:before {
		width: 79px;
		height: 16px;
		margin-top: -11px;
	}

	.c-trouble__inner-box {
		width: 73.6vw;
		height: 49.6vw;
		margin: 0 auto -22vw;
	}

	.c-trouble__inner-box p {
		font-size: 3.467vw;
	}

	.c-trouble__inner-box p .large {
		font-size: 6.933vw;
	}

	.c-trouble__inner-box p .small {
		font-size: 6.133vw;
	}

}


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

 c-feature

***********************************/
.c-feature {

}

.c-feature__inner {
	padding: 220px 0 103px;
}

.c-feature__inner-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 18px;
	margin-bottom: -83px;
}

.c-feature__inner-list-sec {
	width: 47%;
	padding: 36px 3% 2.5%;
	margin-bottom: 83px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
	position: relative;
	z-index: 1;
}

.c-feature__inner-list-sec .num {
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: normal;
	text-align: center;
	background-color: #1da96f;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-feature__inner-list-sec .pic {
	padding: 20px 15px;
	margin-bottom: 15px;
	background-color: #fafafa;
	border-radius: 10px;
}

.c-feature__inner-list-sec .pic img {
	display: block;
	width: 90px;
	margin: 0 auto;
}

.c-feature__inner-list-sec .ttl {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

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

	.c-feature__inner {
		padding: 29.333333333333333vw 0 42px;
	}

	.c-feature__inner-list {
		display: block;
		padding-top: 18px;
		margin-bottom: 0;
	}

	.c-feature__inner-list-sec {
		width: auto;
		padding: 20px 4.411764705882353% 4.411764705882353%;
		margin-bottom: 43px;
		border-radius: 6px;
		box-shadow: 0px 2px 0px 0px rgba(0,0,0,.05);
	}

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

	.c-feature__inner-list-sec .num {
		width: 22px;
		height: 22px;
		line-height: 22px;
		font-size: 9px;
		border-radius: 6px;
	}

	.c-feature__inner-list-sec .pic {
		padding: 10px 15px;
		margin-bottom: 12px;
		border-radius: 6px;
	}

	.c-feature__inner-list-sec .pic img {
		width: 50px;
	}

	.c-feature__inner-list-sec .ttl {
		font-size: 16px;
	}

}


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

 c-flow

***********************************/
.c-flow {
	background: #1da96f url(../images/flow_bg01_pc.png) no-repeat center top;
}

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

.c-flow__inner-list {
	display: flex;
	justify-content: space-between;
	padding-top: 18px;
}

.c-flow__inner-list-sec {
	width: 20.5%;
	padding: 36px 3% 2.5%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
	position: relative;
	z-index: 1;
}

.c-flow__inner-list-sec:before {
	content: "";
	display: block;
	width: 16px;
	height: 31px;
	background: url(../images/flow_arr01_pc.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: -40px;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-flow__inner-list-sec:last-child:before {
	display: none;
}

.c-flow__inner-list-sec .num {
	width: 66px;
	height: 36px;
	color: #1da96e;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .05em;
	line-height: 36px;
	background-color: #fff;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-flow__inner-list-sec .pic {
	padding: 28px 15px;
	margin-bottom: 20px;
	background-color: #fafafa;
	border-radius: 10px;
}

.c-flow__inner-list-sec .pic img {
	display: block;
	width: 72px;
	margin: 0 auto;
}

.c-flow__inner-list-sec .ttl {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}

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

	.c-flow__inner-list-sec:before {
		width: 1.455vw;
		height: 2.818vw;
		right: -3.636vw;
	}

	.c-flow__inner-list-sec .ttl {
		font-size: 1.818181818181818vw;
	}

}

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

	.c-flow {
		background: #1da96f;
	}

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

	.c-flow__inner-list {
		display: block;
		padding: 11px 5.882352941176471% 0;
	}

	.c-flow__inner-list-sec {
		width: auto;
		padding: 18px 5% 5%;
		margin-bottom: 58px;
		background-color: #fff;
		border-radius: 10px;
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
		position: relative;
		z-index: 1;
	}

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

	.c-flow__inner-list-sec:before {
		content: "";
		display: block;
		width: 24px;
		height: 12px;
		background: url(../images/flow_arr01_sp.png) no-repeat center;
		background-size: contain;
		top: auto;
		bottom: -29px;
		right: auto;
		left: 50%;
		z-index: 1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.c-flow__inner-list-sec:last-child:before {
		display: none;
	}

	.c-flow__inner-list-sec .num {
		width: 38px;
		height: 22px;
		font-size: 9px;
		line-height: 22px;
		border-radius: 6px;
	}

	.c-flow__inner-list-sec .pic {
		padding: 14px 15px;
		margin-bottom: 12px;
		border-radius: 6px;
	}

	.c-flow__inner-list-sec .pic img {
		width: 41px;
	}

	.c-flow__inner-list-sec .ttl {
		font-size: 14px;
	}
}


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

 c-gallery

***********************************/
.c-gallery {
	height: 180px;
	background: url(../images/gallery_pic01.jpg) repeat-x left center;
	animation: bg-slider 60s linear infinite;
}

@keyframes bg-slider {
	from { background-position: 0 center; }
	to { background-position: -1920px center; }
}

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

	.c-gallery {
		height: 90px;
		background-size: 960px auto;
		animation: bg-slider 60s linear infinite;
	}

	@keyframes bg-slider {
		from { background-position: 0 center; }
		to { background-position: -960px center; }
	}
}


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

 c-faq

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

}

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

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

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

}


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

 c-company

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

}

.c-company__inner {
	padding: 50px 0 100px;
}

.c-company__inner-list {
	width: 700px;
	max-width: 100%;
	margin: 0 auto;
}

.c-company__inner-list dl {
	display: flex;
	padding: 23px 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: 125px;
	padding-right: 1em;
	font-size: 18px;
	font-weight: bold;
}

.c-company__inner-list dl dd {
	flex: 1;
	font-size: 18px;
}

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

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

	.c-company__inner-list {
		width: auto;
	}

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

	.c-company__inner-list dl dt {
		width: auto;
		padding-right: 0;
		margin-bottom: .3em;
		font-size: 14px;
		text-align: center;
	}

	.c-company__inner-list dl dd {
		font-size: 14px;
	}

}


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

 xxx

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

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

}

