@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 16px;
	line-height: 2;
	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: 18px;
	font-weight: bold;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
select {
	height: 50px;
	padding: 5px 10px;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 18px;
	font-weight: bold;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
}
textarea {
	height: 150px;
	padding: 10px 10px;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	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: #333333;
}
a:visited {
	color: #333333;
}
a.normal:link {
	color: #333333;
}
a.normal:visited {
	color: #333333;
}
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: 14px;
		border: 2px solid #dddddd;
	}
	select {
		height: 44px;
		padding: 5px 10px;
		font-size: 14px;
		border: 2px solid #dddddd;
	}
	textarea {
		height: 34.6666666vw;
		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: #1f2673;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 70%, #fef101 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 10%;
	}
}

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

 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-wrap.top {
		padding-bottom: 50px;
	}

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

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

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

 l-header

***********************************/
.l-header {
	background: #fff;
	border-bottom: 3px solid #ebebec;
}

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

.l-header__inner-logo {

}

.l-header__inner-contact {
	font-weight: bold;
}

.l-header__inner-contact a {
	display: block;
	padding: 9px 20px;
	color: #fff;
	background: #ff7f00;
	border-radius: 100px;
}

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

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

@media screen and (max-width:1299px) {
	.l-header {
		padding: 0 3.846153846153846%;
	}
}

@media screen and (max-width:767px){
	.l-header {
		padding: 0 10%;
		border-bottom: 2px solid #ebebec;
	}

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

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

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

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

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

 l-fixed-contant

***********************************/
.l-fixed-contant {

}

@media screen and (max-width:767px){
	.l-fixed-contant {
		width: 100%;
		height: 50px;
		font-size: 18px;
		font-weight: 900;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 10;
	}

	.l-fixed-contant a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		color: #fff;
		text-align: center;
		overflow: visible;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,ff9b37+0,ff7f00+100 */
		background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(255,155,55,1) 0%,rgba(255,127,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}

	.l-fixed-contant a span {
		padding-left: 25px;
		position: relative;
		z-index: 1;
	}

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

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

}

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

 l-footer

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

}

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

.l-footer__inner-logo {
	margin-bottom: 25px;
	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: 20px 0;
	}

	.l-footer__inner-logo {
		width: 127px;
		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-bg-dot02

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

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

	.c-bg-dot02 {
		background-size: 10px 10px;
	}
}

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

 c-title01

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

@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-subHero

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

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

.c-subHero__inner__ttl {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.5;
	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;
	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 #a25100;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,ff9b37+0,ff7f00+100 */
	background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(255,155,55,1) 0%,rgba(255,127,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	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: 17px;
		box-shadow:0px 3px 0px 0px #a25100;
	}
}

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

 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: 265px;
	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: 18px;
	font-weight: bold;
	letter-spacing: .07em;
}

.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: #1f2774;
	border-radius: 4px;
}

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

.c-form__content dl dd .name-box {
	display: flex;
	justify-content: space-between;
}

.c-form__content dl dd .name-box__block {
	display: flex;
	align-items: center;
	width: calc(50% - 10px);
}

.c-form__content dl dd .name-box__block p {
	margin-right: .5em;
}

.c-form__content dl dd .name-box__block .entry {
	flex: 1;
}

.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__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: 25px;
}

.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: .05em;
	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/#ff8d1c+0,f47a00+100 */
	background: rgb(255,141,28); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,141,28,1) 0%, rgba(244,122,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,141,28,1) 0%,rgba(244,122,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,141,28,1) 0%,rgba(244,122,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8d1c', endColorstr='#f47a00',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: 20px;
	}

	.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: 3px 5px;
		font-size: 9px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-form__content dl dt .inner .any {
		padding: 3px 5px;
		font-size: 9px;
		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 .name-box {
		display: block;
	}

	.c-form__content dl dd .name-box__block {
		display: flex;
		align-items: center;
		width: auto;
		margin-bottom: 15px;
	}

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

	.c-form__content dl dd .name-box__block p {
		margin-right: .5em;
	}

	.c-form__content dl dd .name-box__block .entry {
		flex: 1;
	}

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

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

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

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

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

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

.c-faq-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: 20px;
	}

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

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

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

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

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

}


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

 c-faq-list-acc

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

.c-faq-list-acc dl {
	padding: 19px 0;
	border-bottom: 1px solid #dddddd;
}

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

.c-faq-list-acc dl dt {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0 0 0 30px;
	cursor: pointer;
}

.c-faq-list-acc dl dt .icon {
	color: #1f2673;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
}

.c-faq-list-acc dl dt .ttl {
	flex: 1;
	padding: 0 75px 0 0;
	margin-left: 15px;
	color: #1f2672;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.c-faq-list-acc dl dt .ttl:before {
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	margin: 16px 30px 0 0;
	background-color: #1f2774;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.c-faq-list-acc dl dt.is-active .ttl:before {
}

.c-faq-list-acc dl dt .ttl:after {
	content: "";
	display: block;
	width: 2px;
	height: 20px;
	margin: 8px 39px 0 0;
	background-color: #1f2774;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-faq-list-acc dl dt.is-active .ttl:after {
	opacity: 0;
}

.c-faq-list-acc dl dd {
	display: none;
}

.c-faq-list-acc dl dd .inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-left: 30px;
	margin-top: 10px;
	position: relative;
	z-index: 1;
}

.c-faq-list-acc dl dd .icon {
	color: #333333;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4;
}

.c-faq-list-acc dl dd .cont {
	flex: 1;
	padding-top: 3px;
	padding-right: 75px;
	margin-left: 15px;
	color: #000000;
	background-color: #fff;
}

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

@media screen and (max-width:767px){
	.c-faq-list-acc {
	}

	.c-faq-list-acc dl {
		padding: 8px 0;
		border-bottom: 1px solid #dddddd;
	}

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

	.c-faq-list-acc dl dt {
		padding: 0;
	}

	.c-faq-list-acc dl dt .icon {
		font-size: 16px;
		line-height: 1.6;
	}

	.c-faq-list-acc dl dt .ttl {
		padding: 0 40px 0 0;
		margin-left: 8px;
		font-size: 14px;
	}

	.c-faq-list-acc dl dt .ttl:before {
		width: 12px;
		height: 2px;
		margin: 13px 10px 0 0;
	}

	.c-faq-list-acc dl dt.is-active .ttl:before {
	}

	.c-faq-list-acc dl dt .ttl:after {
		width: 2px;
		height: 12px;
		margin: 8px 15px 0 0;
	}

	.c-faq-list-acc dl dd .inner {
		padding-left: 0;
		margin-top: 5px;
	}

	.c-faq-list-acc dl dd .icon {
		font-size: 16px;
		font-weight: bold;
		line-height: 1.8;
	}

	.c-faq-list-acc dl dd .cont {
		padding-top: 0;
		padding-right: 0;
		margin-left: 8px;
		font-size: 14px;
	}

	.c-faq-list-acc 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-contact

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

}

.c-contact__inner {
	padding: 75px 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: #222222;
	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;
		font-size: 14px;
		text-align: left;
	}

	.c-contact__inner-content {
		padding: 2px 4.833333333333333% 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;
	}
}



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

 c-hero

***********************************/
.c-hero {

}

.c-hero__inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 1200px;
	padding: 50px 0 100px;
	position: relative;
	z-index: 1;
}

.c-hero__inner-content {

}

.c-hero__inner-content-box {
	display: flex;
	align-items: flex-end;
}

.c-hero__inner-content-box .award {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 229px;
	height: 59px;
	margin-right: 20px;
	background: url(../images/hero_award01_pc.png) no-repeat center / contain;
}

.c-hero__inner-content-box .award p {
	margin-top: -.2em;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.c-hero__inner-content-box .award p .small {
	font-size: 15px;
}

.c-hero__inner-content-box .txt01 {
	font-size: 18px;
	font-weight: bold;
}

.c-hero__inner-content-box .txt01 .block {
	display: inline-block;
	padding: 0 10px;
	margin-right: 10px;
	color: #fff;
	background: #1f2774;
	border-radius: 8px;
}

.c-hero__inner-content-box .txt01 .inline {
	display: inline-block;
}

.c-hero__inner-content-ttl {
	margin-top: 25px;
	font-size: 56px;
	font-weight: 900;
	line-height: 1.7;
}

.c-hero__inner-content-txt01 {
	margin-top: 25px;
}

.c-hero__inner-content-contact {
	margin-top: 60px;
	font-size: 24px;
	font-weight: 600;
}

.c-hero__inner-content-contact a {
	display: inline-block;
	padding: 12px 30px;
	color: #fff;
	overflow: visible;
	position: relative;
	z-index: 1;
	box-shadow: 0 5px 0 #a15000;
	border-radius: 100px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,ff9b37+0,ff7f00+100 */
	background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(255,155,55,1) 0%,rgba(255,127,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

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

.c-hero__inner-content-contact a span {
	padding-left: 42px;
	position: relative;
	z-index: 1;
}

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

.c-hero__inner-pic {
	width: 38.333333333333333%;
}

@media screen and (max-width:1299px){
	.c-hero {
		padding: 0 3.846153846153846%;
	}

	.c-hero__inner {
		width: 92.308vw;
		padding: 3.846vw 0 7.692vw;
	}

	.c-hero__inner-content-box .award {
		width: 17.615vw;
		height: 4.538vw;
		margin-right: 1.538vw;
	}

	.c-hero__inner-content-box .award p {
		font-size: 1.308vw;
	}

	.c-hero__inner-content-box .award p .small {
		font-size: 1.154vw;
	}

	.c-hero__inner-content-box .txt01 {
		font-size: 1.385vw;
	}

	.c-hero__inner-content-box .txt01 .block {
		padding: 0 0.769vw;
		margin-right: 0.769vw;
		border-radius: 0.615vw;
	}

	.c-hero__inner-content-ttl {
		margin-top: 1.923vw;
		font-size: 4.308vw;
	}

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

	.c-hero__inner-content-contact {
		margin-top: 4.615vw;
		font-size: 1.846vw;
	}

	.c-hero__inner-content-contact a {
		padding: 0.923vw 2.308vw;
		box-shadow: 0 0.384615384615385vw 0 #a15000;
	}

	.c-hero__inner-content-contact a:before {
		width: 6.615vw;
		height: 6.615vw;
		margin-top: -2.769vw;
		margin-right: -7.077vw;
	}

	.c-hero__inner-content-contact a span {
		padding-left: 3.231vw;
	}

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

}

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

	.c-hero {
		padding: 0 10%;
	}

	.c-hero__inner {
		display: block;
		width: auto;
		padding: 8vw 0 10.667vw;
	}

	.c-hero__inner-content {

	}

	.c-hero__inner-content-box {
		display: block;
	}

	.c-hero__inner-content-box .award {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 51.2vw;
		height: 11.733vw;
		margin: 0 auto 20px;
		background: url(../images/hero_award01_sp.png) no-repeat center / contain;
	}

	.c-hero__inner-content-box .award p {
		margin-top: -.3em;
		font-size: 3.733vw;
	}

	.c-hero__inner-content-box .award p .small {
		font-size: 3.2vw;
	}

	.c-hero__inner-content-box .txt01 {
		font-size: 4vw;
		line-height: 1.7;
		text-align: center;
	}

	.c-hero__inner-content-box .txt01 .block {
		padding: 0 1.6vw;
		margin-right: 2.667vw;
		border-radius: 1.067vw;
	}

	.c-hero__inner-content-ttl {
		margin: 15px -5% 0;
		font-size: 7.467vw;
		text-align: center;
		white-space: nowrap;
	}

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

	.c-hero__inner-content-contact {
		margin-top: 8vw;
		font-size: 4.267vw;
		text-align: center;
	}

	.c-hero__inner-content-contact a {
		padding: 2.4vw 8vw;
		box-shadow: 0 0.933333333333333vw 0 #a15000;
	}

	.c-hero__inner-content-contact a:before {
		width: 11.467vw;
		height: 11.467vw;
		margin-top: -3.2vw;
		margin-right: -4.267vw;
		background: url(../images/hero_balloon01_pc.png) no-repeat center / contain;
	}

	.c-hero__inner-content-contact a span {
		padding-left: 6.4vw;
	}

	.c-hero__inner-content-contact a span:before {
		width: 5.067vw;
		height: 3.733vw;
	}

	.c-hero__inner-pic {
		width: 76.666666666666667%;
		margin: 9.333333333333333vw auto 0;
		text-align: center;
	}
}



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

 c-mind

***********************************/
.c-mind {

}

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

.c-mind__inner-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 8%;
	margin-bottom: -13.5%;
}

.c-mind__inner-list-sec {
	width: 47%;
	padding: 0 3% 2.5%;
	margin-bottom: 13.5%;
	border: 2px solid #dddddd;
	border-radius: 25px;
}

.c-mind__inner-list-sec .pic {
	width: 35.960591133004926%;
	margin: -22.167487684729064% auto 10px;
	/*margin: -90px auto 0;*/
	text-align: center;
}

.c-mind__inner-list-sec .ttl {
	color: #1f2673;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.c-mind__inner-list-sec .txt01 {
	margin-top: 5px;
}

.c-mind__inner-result {
	padding: 3%;
	margin-top: 55px;
	background-color: #fafafc;
	border-radius: 25px;
	position: relative;
	z-index: 1;
}

.c-mind__inner-result:before {
	content: "";
	display: block;
	width: 60px;
	height: 30px;
	background: url(../images/mind_arr01.png) no-repeat top left;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-mind__inner-result p {
	color: #1f2672;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}

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

	.c-mind__inner-list-sec .ttl {
		font-size: 20px;
	}

	.c-mind__inner-result p {
		font-size: 28px;
	}
}

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

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

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

	.c-mind__inner-list-sec {
		width: auto;
		padding: 0 6.666666666666667% 5%;
		margin-bottom: 75px;
		border-radius: 12px;
	}

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

	.c-mind__inner-list-sec .pic {
		width: 88px;
		margin: -43px auto 8px;
		/*margin: -90px auto 0;*/
		text-align: center;
	}

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

	.c-mind__inner-list-sec .txt01 {
		margin-top: 2px;
		font-size: 14px;
	}

	.c-mind__inner-result {
		padding: 5% 6.666666666666667% 5%;
		margin-top: 34px;
		border-radius: 12px;
	}

	.c-mind__inner-result:before {
		width: 30px;
		height: 15px;
	}

	.c-mind__inner-result p {
		font-size: 16px;
	}
}



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

 c-reason

***********************************/
.c-reason {

}

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

.c-reason__inner-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 15px;
	margin-bottom: -7.5%;
}

.c-reason__inner-list-sec {
	width: 47%;
	padding: 30px 3% 2.5%;
	margin-bottom: 7.5%;
	background-color: #fff;
	border: 2px solid #e4e8f8;
	border-radius: 25px;
	position: relative;
	z-index: 1;
}

.c-reason__inner-list-sec .num {
	width: 70px;
	height: 36px;
	color: #1f2673;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	background: url(../images/reason_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-reason__inner-list-sec .pic {
	width: 54.679802955665025%;
	margin: 0 auto 20px;
	text-align: center;
}

.c-reason__inner-list-sec .ttl {
	color: #1f2672;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
}

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

	.c-reason__inner-list-sec .ttl {
		font-size: 18px;
	}

}

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

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

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

	.c-reason__inner-list-sec {
		width: auto;
		padding: 25px 5% 5%;
		margin-bottom: 40px;
		border: 2px solid #e4e8f8;
		border-radius: 12px;
	}

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

	.c-reason__inner-list-sec .num {
		width: 50px;
		height: 25px;
		font-size: 14px;
		line-height: 1.5;
	}

	.c-reason__inner-list-sec .pic {
		width: 134px;
		/*width: 50.37593984962406%;*/
		margin: 0 auto 10px;
	}

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



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

 c-services

***********************************/
.c-services {

}

.c-services__inner {
	padding: 75px 0 15px;
	position: relative;
	z-index: 1;
}

.c-services__inner:before {
	content: "";
	display: block;
	width: 860px;
	height: 168px;
	margin-top: 35px;
	background: url(../images/services_pic01_pc.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-services__inner-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.c-services__inner-list-sec {
	width: 30%;
	padding-bottom: 60px;
	position: relative;
	z-index: 1;
}

.c-services__inner-list-sec:before {
	content: "";
	display: block;
	width: 15px;
	height: 29px;
	margin-right: -33px;
	background: url(../images/services_arr01_pc.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-services__inner-list-sec:nth-child(3):before,
.c-services__inner-list-sec:nth-child(6):before {
	display: none;
}

.c-services__inner-list-sec .num {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.c-services__inner-list-sec .num:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #1f2774;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-services__inner-list-sec .num span {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 46px;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
	border: 2px solid #e4e8f8;
	border-radius: 10px;
	position: relative;
	z-index: 2;
}

.c-services__inner-list-sec .ttl {
	color: #1f2672;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}

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

	.c-services__inner:before {
		width: 78.182vw;
		height: 15.273vw;
		margin-top: 3.182vw;
	}

	.c-services__inner-list-sec:before {
		width: 1.364vw;
		height: 2.636vw;
		margin-right: -3vw;
	}

}

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

	.c-services {
		padding: 0 6.666666666666667%;
	}

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

	.c-services__inner:before {
		width: 343px;
		height: 58px;
		margin-top: 35px;
		background: url(../images/services_pic01_sp.png) no-repeat center / contain;
	}

	.c-services__inner-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.c-services__inner-list-sec {
		width: 46.153846153846154%;
		padding-bottom: 40px;
		margin-bottom: -15px;
	}

	.c-services__inner-list-sec:before {
		width: 2.133vw;
		height: 4vw;
		margin-right: -4.267vw;
		background: url(../images/services_arr01_sp.png) no-repeat center / contain;
	}

	.c-services__inner-list-sec:nth-child(2):before,
	.c-services__inner-list-sec:nth-child(4):before {
		display: none;
	}

	.c-services__inner-list-sec:nth-child(3):before {
		display: block;
	}

	.c-services__inner-list-sec .num {
		margin-bottom: 8px;
		font-size: 14px;
	}

	.c-services__inner-list-sec .num:before {
		height: 2px;
	}

	.c-services__inner-list-sec .num span {
		width: 30px;
		height: 30px;
		line-height: 26px;
		border: 2px solid #e4e8f8;
		border-radius: 5px;
	}

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

}



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

 c-merit

***********************************/
.c-merit {

}

.c-merit__inner {
	padding: 75px 0 80px;
}

.c-merit__inner-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 21px;
	margin-bottom: -7%;
}

.c-merit__inner-list-sec {
	width: 47%;
	padding: 50px 3% 2.5%;
	margin-bottom: 7%;
	background-color: #fff;
	border: 2px solid #e4e8f8;
	border-radius: 25px;
	position: relative;
	z-index: 1;
}

.c-merit__inner-list-sec .ttl {
	padding: 3px 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	background-color: #1f2774;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-merit__inner-list-sec .pic {
	width: 54.679802955665025%;
	margin: 0 auto 15px;
	text-align: center;
}

.c-merit__inner-list-sec .txt01 {
	color: #1f2672;
	line-height: 1.8;
}

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

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

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

	.c-merit__inner-list-sec {
		width: auto;
		padding: 30px 6.666666666666667% 5%;
		margin-bottom: 45px;
		border-radius: 12px;
	}

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

	.c-merit__inner-list-sec .ttl {
		padding: 0 10px;
		font-size: 16px;
		border-radius: 5px;
	}

	.c-merit__inner-list-sec .pic {
		width: 111px;
		margin: 0 auto 12px;
	}

	.c-merit__inner-list-sec .txt01 {
		font-size: 14px;
	}
}



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

 c-case

***********************************/
.c-case {

}

.c-case__inner {
	padding: 75px 0 90px;
}

.c-case__inner-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -50px 0;
	overflow: hidden;
}

.c-case__inner-list-item {
	width: 50%;
	padding: 55px 0;
	margin-bottom: -1px;
	border-bottom: 1px solid #dddddd;
}

.c-case__inner-list-item .inner {
}

.c-case__inner-list-item:nth-child(odd) .inner {
	border-right: 1px solid #dddddd;
}

.c-case__inner-list-item:nth-child(odd) .inner {
	padding-right: 11.8%;
}

.c-case__inner-list-item:nth-child(even) .inner {
	padding-left: 12%;
}

.c-case__inner-list-item .head {
	display: flex;
	justify-content: space-between;
}

.c-case__inner-list-item .head .logo {
	width: 45.454545454545455%;
	position: relative;
	z-index: 1;
}

.c-case__inner-list-item .head .logo:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
}

.c-case__inner-list-item .head .logo img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-case__inner-list-item .head .box {
	width: 47.727272727272727%;
}

.c-case__inner-list-item .head .box .cate {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.6;
}

.c-case__inner-list-item .head .box .cate span {
	display: inline-block;
	padding: 4px 10px;
	color: #fff;
	background-color: #1f2774;
	border-radius: 6px;
}

.c-case__inner-list-item .head .box .company {
	padding: 0;
	margin-top: 13px;
	font-size: 14px;
	position: relative;
	z-index: 1;
}

.c-case__inner-list-item .head .box .company:before {
	content: "";
	display: block;
	width: 15px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
}

.c-case__inner-list-item .body {
	margin-top: 30px;
}

.c-case__inner-list-item .body .sec {
	margin-bottom: 70px;
	position: relative;
	z-index: 1;
}

.c-case__inner-list-item .body .sec:last-child {
	margin-bottom: 0;
}

.c-case__inner-list-item .body .sec.before:before {
	content: "";
	display: block;
	width: 69px;
	height: 35px;
	margin-bottom: -52px;
	background: url(../images/case_arr01_pc.png) no-repeat center / contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-case__inner-list-item .body .sec .ttl {
	padding: 9px 15px;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	border-radius: 15px;
}

.c-case__inner-list-item .body .sec.before .ttl {
	color: #1f2673;
	background-color: #f8f8fd;
}

.c-case__inner-list-item .body .sec.after .ttl {
	color: #fff;
	background-color: #1f2774;
}

.c-case__inner-list-item .body .sec .ttl span {
	padding-left: 15px;
	position: relative;
	z-index: 1;
}

.c-case__inner-list-item .body .sec .ttl span:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-case__inner-list-item .body .sec.before .ttl span:before {
	background-color: #1f2774;
}

.c-case__inner-list-item .body .sec.after .ttl span:before {
	background-color: #fff;
}

.c-case__inner-list-item .body .sec ul {
	line-height: 1.6;
}

.c-case__inner-list-item .body .sec ul li {
	text-indent: -.7em;
	margin-left: .7em;
	margin-bottom: .5em;
}

.c-case__inner-list-item .body .sec ul li:last-child {
	margin-bottom: 0;
}

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

	.c-case {

	}

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

	.c-case__inner-list {
		display: block;
		margin: 0;
	}

	.c-case__inner-list-item {
		width: auto;
		padding: 0 0 25px 0;
		margin-bottom: 30px;
		border-bottom: 1px solid #dddddd;
	}

	.c-case__inner-list-item:last-child {
		padding: 0;
		margin-bottom: 0;
		border-bottom: none;
	}

	.c-case__inner-list-item .inner {
	}

	.c-case__inner-list-item:nth-child(odd) .inner {
		border-right: none;
	}

	.c-case__inner-list-item:nth-child(odd) .inner {
		padding-right: 0;
	}

	.c-case__inner-list-item:nth-child(even) .inner {
		padding-left: 0;
	}

	.c-case__inner-list-item .head {
		display: flex;
		justify-content: space-between;
	}

	.c-case__inner-list-item .head .logo {
		width: 100px;
		margin-right: 15px;
	}

	.c-case__inner-list-item .head .logo:before {
		border-radius: 8px;
	}

	.c-case__inner-list-item .head .box {
		flex: 1;
	}

	.c-case__inner-list-item .head .box .cate {
		font-size: 9px;
	}

	.c-case__inner-list-item .head .box .cate span {
		padding: 2px 6px;
		border-radius: 4px;
	}

	.c-case__inner-list-item .head .box .company {
		padding: 0;
		margin-top: 7px;
		font-size: 9px;
	}

	.c-case__inner-list-item .head .box .company:before {
		width: 8px;
	}

	.c-case__inner-list-item .body {
		margin-top: 20px;
	}

	.c-case__inner-list-item .body .sec {
		margin-bottom: 50px;
	}

	.c-case__inner-list-item .body .sec.before:before {
		width: 35px;
		height: 18px;
		margin-bottom: -32px;
		background: url(../images/case_arr01_sp.png) no-repeat center / contain;
	}

	.c-case__inner-list-item .body .sec .ttl {
		padding: 5px 15px;
		margin-bottom: 15px;
		font-size: 16px;
		border-radius: 10px;
	}

	.c-case__inner-list-item .body .sec .ttl span {
		padding-left: 15px;
		position: relative;
		z-index: 1;
	}

	.c-case__inner-list-item .body .sec .ttl span:before {
		width: 10px;
		height: 10px;
		border-radius: 3px;
	}

	.c-case__inner-list-item .body .sec ul {
		font-size: 14px;
	}

	.c-case__inner-list-item .body .sec ul li {
		text-indent: -.7em;
		margin-left: .7em;
	}
}



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

 c-price

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

}

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

.c-price__inner-content {

}

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

.c-price__inner-content table tr th {
	width: 50%;
	padding: 25px 30px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	background-color: #1f2774;
	border-bottom: 1px solid #10143d;
}

.c-price__inner-content table tr:first-child th {
	border-radius: 25px 0 0 0;
}

.c-price__inner-content table tr:last-child th {
	border-radius: 0 0 0 25px;
	border-bottom: none;
}

.c-price__inner-content table tr td {
	width: 50%;
	padding: 20px 30px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	background-color: #fff;
	border-right: 2px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.c-price__inner-content table tr:first-child td {
	border-top: 2px solid #dddddd;
	border-radius: 0 25px 0 0;
}

.c-price__inner-content table tr:last-child td {
	border-bottom: 2px solid #dddddd;
	border-radius: 0 0 25px 0;
}

.c-price__inner-content table tr td .btn {
	font-weight: bold;
	text-align: center;
}

.c-price__inner-content table tr td .btn a {
	display: inline-block;
	padding: 9px 20px;
	color: #fff;
	background: #ff7f00;
	border-radius: 100px;
	vertical-align: top;
}

.c-price__inner-content table tr td .btn a span {
	padding-left: 30px;
	position: relative;
	z-index: 1;
}

.c-price__inner-content table tr td .btn a span:before {
	content: "";
	display: block;
	width: 22px;
	height: 15px;
	background: url(../images/icon_mai01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-price__inner-content table tr td ul {
	display: inline-block;
}

.c-price__inner-content table tr td ul li {
}

.c-price__inner-content table tr td ul li .small {
	font-size: 12px;
}

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

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

	.c-price__inner-content table tr {
		display: block;
	}

	.c-price__inner-content table tr th {
		display: block;
		width: 100%;
		padding: 10px 15px;
		font-size: 14px;
		border-bottom: none;
		border-radius: 0;
	}

	.c-price__inner-content table tr:first-child th {
		border-radius: 15px 15px 0 0;
	}

	.c-price__inner-content table tr:last-child th {
		border-radius: 0;
	}

	.c-price__inner-content table tr td {
		display: block;
		width: 100%;
		padding: 10px 15px;
		font-size: 14px;
		border-right: 2px solid #dddddd;
		border-left: 2px solid #dddddd;
		border-bottom: none;
		border-radius: 0;
	}

	.c-price__inner-content table tr:first-child td {
		border-top: none;
		border-radius: 0;
	}

	.c-price__inner-content table tr:last-child td {
		border-bottom: 2px solid #dddddd;
		border-radius: 0 0 15px 15px;
	}

	.c-price__inner-content table tr td .btn {
		margin: 10px 0;
		font-size: 16px;
		font-weight: 900;
	}

	.c-price__inner-content table tr td .btn a {
		display: inline-block;
		padding: 7px 35px;
		color: #fff;
		background: #ff7f00;
		border-radius: 100px;
		vertical-align: top;
	}

	.c-price__inner-content table tr td .btn a span {
		padding-left: 25px;
	}

	.c-price__inner-content table tr td .btn a span:before {
		width: 19px;
		height: 14px;
	}

	.c-price__inner-content table tr td ul {
		display: inline-block;
	}

	.c-price__inner-content table tr td ul li {
	}

	.c-price__inner-content table tr td ul li .small {
		font-size: 12px;
	}

}



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

 c-cv

***********************************/
.c-cv {
	border-top: 1px solid #e7e7f5;
	border-bottom: 1px solid #e7e7f5;
	position: relative;
	z-index: 1;
}

.c-cv:before {
	content: "";
	display: block;
	width: 1105px;
	height: 244px;
	background: url(../images/cv_pic01_pc.png) no-repeat center / contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-cv__inner {
	padding: 40px 0 55px;
}

.c-cv__inner-ttl-pc {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
}

.c-cv__inner-ttl-pc .block {
	display: inline-block;
	padding: 5px 12px;
	margin-bottom: 20px;
	background-color: #fff;
	vertical-align: top;
	border-radius: 10px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
}

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

.c-cv__inner-contact {
	margin-top: 43px;
	text-align: center;
}

.c-cv__inner-contact a {
	display: inline-block;
	padding: 12px 30px;
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	overflow: visible;
	position: relative;
	z-index: 1;
	vertical-align: top;
	border-radius: 100px;
	box-shadow: 0 5px 0 rgba(105,32,0,0.8);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,ff9b37+0,ff7f00+100 */
	background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(255,155,55,1) 0%,rgba(255,127,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.c-cv__inner-contact a:before {
	content: "";
	display: block;
	width: 86px;
	height: 86px;
	margin-top: -36px;
	margin-right: -92px;
	background: url(../images/cv_balloon01_pc.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

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

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

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

	.c-cv {
	}

	.c-cv:before {
		width: 375px;
		height: 130px;
		background: url(../images/cv_pic01_sp.png) no-repeat center / contain;
		bottom: auto;
		top: 0;
	}

	.c-cv__inner {
		padding: 22px 0 33px;
	}

	.c-cv__inner-ttl-sp {
		font-size: 12px;
		font-weight: bold;
		line-height: 1.8;
		text-align: center;
	}

	.c-cv__inner-ttl-sp .block {
		display: inline-block;
		padding: 3px 8px;
		margin-bottom: 10px;
		background-color: #fff;
		vertical-align: top;
		border-radius: 5px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}

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

	.c-cv__inner-contact {
		margin-top: 25px;
	}

	.c-cv__inner-contact a {
		padding: 10px 30px;
		font-size: 16px;
		box-shadow: 0 4px 0 rgba(105,32,0,0.8);
	}

	.c-cv__inner-contact a:before {
		width: 55px;
		height: 55px;
		margin-top: -25px;
		margin-right: -30px;
		background: url(../images/cv_balloon01_sp.png) no-repeat center / contain;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
	}

	.c-cv__inner-contact a span {
		padding-left: 24px;
	}

	.c-cv__inner-contact a span:before {
		width: 18px;
		height: 14px;
	}
}



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

 c-flow

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

}

.c-flow__inner {
	padding: 85px 0 45px;
}

.c-flow__inner-list {
	display: flex;
	justify-content: space-between;
}

.c-flow__inner-list-sec {
	width: 12.5%;
}

.c-flow__inner-list-sec .num {
	margin-bottom: 12px;
	color: #1f2673;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.c-flow__inner-list-sec .pic {
	margin-bottom: 12px;
	text-align: center;
	position: relative;
	z-index: 1;
}

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

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

.c-flow__inner-list-sec .ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
}

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

	.c-flow__inner-list-sec .num {
		font-size: 1.636vw;
	}

	.c-flow__inner-list-sec .pic:before {
		width: 1.364vw;
		height: 2.636vw;
		margin-right: -3vw;
	}

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

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

	.c-flow {
		padding: 0 8.666666666666667%;
	}

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

	.c-flow__inner-list {
		flex-wrap: wrap;
		margin-bottom: -25px;
	}

	.c-flow__inner-list-sec {
		width: 25.806451612903226%;
		margin-bottom: 25px;
	}

	.c-flow__inner-list-sec .num {
		margin-bottom: 6px;
		font-size: 14px;
	}

	.c-flow__inner-list-sec .pic {
		margin-bottom: 8px;
	}

	.c-flow__inner-list-sec .pic:before {
		width: 2.133vw;
		height: 4vw;
		margin-right: -5.867vw;
		background: url(../images/flow_arr01_sp.png) no-repeat center / contain;
	}

	.c-flow__inner-list-sec:nth-child(3) .pic:before {
		display: none;
	}

	.c-flow__inner-list-sec .ttl {
		margin: 0 -.5em;
		font-size: 12px;
	}
}



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

 c-faq

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

}

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

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

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

}





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

 c-company

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

}

.c-company__inner {
	padding: 75px 0 25px;
}

.c-company__inner-list {

}

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

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

.c-company__inner-list dl dt {
	display: flex;
	align-items: center;
	width: 230px;
	padding-left: 70px;
	padding-right: 1em;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.c-company__inner-list dl dt:before {
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 1em);
	background-color: #dddddd;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-company__inner-list dl dd {
	flex: 1;
	padding-left: 40px;
}

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

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

	.c-company__inner-list {

	}

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

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

	.c-company__inner-list dl dt:before {
		display: none;
	}

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


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

 xxx

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

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

}

