@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	color: #2a2c2c;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: .05em;
	font-feature-settings : "palt";
	text-align: left;
	background-color: #fff;
	font-family: "YakuHanJP", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/*font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;*/
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
@media screen\0 {
	body {
		letter-spacing: normal;
		font-family: "YakuHanJP", メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
@media print {
	body {
		zoom: 0.68;
		-webkit-print-color-adjust: exact;
	}
}
/* IE10以上 */
@media print and (-ms-high-contrast: none) {
	/* @pageの指定いらないかも */
	@page {
		size: A4;
		margin: 12.7mm 9.7mm;
	}

	body {
		zoom: 1.8;
		width: 1200px;
		transform: scale(0.5);
		transform-origin: 0 0;
	}
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
main {
	display: block;
}
table {
	font-size: inherit; /* モダンブラウザ向け */
	font: 100%; /* Win IE 5-5.5､6(後方互換モード)向け */
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
input[type="radio"],input[type="checkbox"],label,button,input[type="submit"] {
	cursor: pointer;
}
input[type="submit"] {
	cursor: pointer;
}
input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
	height: 58px;
	padding: 5px 20px;
	font-family: "YakuHanJP", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: bold;
	background: #d4e4e7;
	border: none;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
select {
	height: 58px;
	padding: 5px 10px;
	font-family: "YakuHanJP", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: bold;
	background: #d4e4e7;
	border: none;
	box-sizing: border-box;
	border-radius: 0;
}
textarea {
	height: 156px;
	padding: 15px 20px;
	font-family: "YakuHanJP", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: bold;
	background: #d4e4e7;
	border: none;
	box-sizing: border-box;
	border-radius: 0;
	vertical-align: top;
}
/* Webkit */
::-webkit-input-placeholder {
	color: #b8b8b8;
	opacity: 1;
}
/* Firefox 18 以前 */
:-moz-placeholder {
	color: #b8b8b8;
}
/* Firefox 19 以降 */
::-moz-placeholder {
	color: #b8b8b8;

	/* Firefox 19 以降のデフォルトでは */
	/* color ではなく opacity で色合いを調整しているため */
	/* 文字色を指定する場合、opacity を 1 にする必要がある */
	opacity: 1;
}
/* IE 10 以降 */
:-ms-input-placeholder {
	color: #b8b8b8 !important;
}
/* CSS4では以下のような名前の擬似クラスになるらしい */
/* おそらく今のところ対応ブラウザはない */
:placeholder-shown {
	color: #b8b8b8;
}
/* Android chrome対策 */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	max-height:100%;
}

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


@media screen and (max-width:767px){
	body {
		font-size: 14px;
	}
	input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
		height: 44px;
		padding: 5px 10px;
		font-size: 16px;
	}
	select {
		height: 44px;
		padding: 5px 10px;
		font-size: 16px;
	}
	textarea {
		height: 34.6666666vw;
		padding: 5px 10px;
		font-size: 16px;
	}
}

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

 general

***********************************/
/* margin-bottom */
.mb5  {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb55 {margin-bottom: 55px;}
.mb60 {margin-bottom: 60px;}
.mb65 {margin-bottom: 65px;}
.mb70 {margin-bottom: 70px;}
.mb75 {margin-bottom: 75px;}
.mb80 {margin-bottom: 80px;}
.mb85 {margin-bottom: 85px;}
.mb90 {margin-bottom: 90px;}
.mb95 {margin-bottom: 95px;}
.mb100 {margin-bottom: 100px;}
.mb110 {margin-bottom: 110px;}
.mb120 {margin-bottom: 120px;}
/* margin-top */
.mt5  {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
/* margin-left */
.ml5  {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml20 {margin-left: 20px;}
.ml30 {margin-left: 30px;}
.ml40 {margin-left: 40px;}
.ml45 {margin-left: 45px;}
.ml50 {margin-left: 50px;}
/* margin-right */
.mr5  {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr20 {margin-right: 20px;}
.mr30 {margin-right: 30px;}
.mr40 {margin-right: 40px;}
.mr50 {margin-right: 50px;}
/* padding-top */
.pt5  {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt40 {padding-top: 40px;}
.pt50 {padding-top: 50px;}
.pt60 {padding-top: 60px;}
.pt70 {padding-top: 70px;}
/* padding-bottom */
.pb5  {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}
.pb50 {padding-bottom: 50px;}
.pb55 {padding-bottom: 55px;}
.pb60 {padding-bottom: 60px;}
.pb70 {padding-bottom: 70px;}
/* width */
.w10   {width: 10px;}
.w20   {width: 20px;}
.w30   {width: 30px;}
.w40   {width: 40px;}
.w50   {width: 50px;}
.w60   {width: 60px;}
.w70   {width: 70px;}
.w80   {width: 80px;}
.w90   {width: 90px;}
.w100  {width: 100px;}
.w110  {width: 110px;}
.w120  {width: 120px;}
.w130  {width: 130px;}
.w140  {width: 140px;}
.w150  {width: 150px;}
.w200  {width: 200px;}
.w240  {width: 240px;}
.w250  {width: 250px;}
.w300  {width: 300px;}
.w350  {width: 350px;}
.w400  {width: 400px;}
.w450  {width: 450px;}
.w500  {width: 500px;}
.wfull {width: 100%;}
.imgMax {
	max-width: none;
	width: 100%;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
.alignL {
	text-align: left;
}
.veralignT {
	vertical-align: top;
}
.veralignM {
	vertical-align: middle;
}
.veralignB {
	vertical-align: bottom;
}
.indent {
	text-indent: -1em;
	padding-left: 1em;
}
.bold {
	font-weight: bold;
}
.red {
	color: #ff3f00;
}
.blue {
	color: #1184df;
}
.green {
	color: #267886;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 60%, #e47600 60%);
}
@media screen\0 {
	.marker {
		font-family: "YakuHanJP", Lato, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}
.underline {
	text-decoration: underline;
}
.large {
	font-size: 24px;
}
.large-x {
	font-size: 36px;
}
.small {
	font-size: 86%;
}
@media screen and (min-width:768px){
	.sp {
		display: none;
	}
}
@media screen and (max-width:767px){
	.pc {
		display: none;
	}
	.large {
		font-size: 15px;
	}
	.large-x {
		font-size: 18px;
	}
}

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

 parts

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

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


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

	.define_wrap {
		padding: 0 4.62962962962963%;
	}
}


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

	.define_wrap {
		padding: 0 4.66666667%;
	}
}

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

 layout

***********************************/
.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: 65px;
	}
}

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

 l-header

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

.l-header__inner {
	height: 100px;
}

.l-header__logoArea {
	flex: 1;
	display: flex;
	align-items: center;
	height: 100px;
}

.l-header__logoArea__logo {

}

.l-header__btnArea {
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.l-header__btnArea__download {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}

.l-header__btnArea__download a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	padding: 0 25px;
	color: #fff;
	background-color: #297889;
}

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

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

.l-header__btnArea__contact {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}

.l-header__btnArea__contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	padding: 0 25px;
	color: #fff;
	background-color: #e47600;
}

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

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

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

	.l-header__btnArea__download {
		font-size: 18px;
	}

	.l-header__btnArea__download a {
		padding: 0 20px;
	}

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

	.l-header__btnArea__download a span:before {
		width: 20px;
		height: 26px;
	}

	.l-header__btnArea__contact {
		font-size: 18px;
	}

	.l-header__btnArea__contact a {
		padding: 0 20px;
	}

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

	.l-header__btnArea__contact a span:before {
		width: 22px;
		height: 30px;
	}
}

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

	.l-header__inner {
		height: 55px;
	}

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

	.l-header__logoArea__logo {
		width: 96px;
	}

	.l-header__logoArea__logo img {
		display: block;
	}

	.l-header__btnArea {
		display: none;
	}
}

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

 l-fixedContents

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

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

	.l-fixedContents {
		display: none;
	}
}

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

	.l-fixedContents {
		display: flex;
		width: 100%;
		height: 55px;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 10;
	}

	.l-fixedContents__form {
		width: 50%;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.4;
	}

	.l-fixedContents__form a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 55px;
		color: #fff;
		background-color: #297889;
	}

	.l-fixedContents__form a span {
		display: inline-block;
		padding-left: 24px;
		position: relative;
		z-index: 1;
	}

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

	.l-fixedContents__contact {
		width: 50%;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.4;
	}

	.l-fixedContents__contact a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 55px;
		color: #fff;
		background-color: #e47600;
	}

	.l-fixedContents__contact a span {
		display: inline-block;
		padding-left: 24px;
		position: relative;
		z-index: 1;
	}

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

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

	.l-fixedContents__form {
		font-size: 3.733333333333334vw;
	}

	.l-fixedContents__contact {
		font-size: 3.733333333333334vw;
	}

}


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

 l-footer

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

 c-sec

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

.c-sec__head {
}

.c-sec__head__inner {
}

.c-sec__head__inner__ttl {
}

.c-sec__body {

}

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

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

 c-bgStripe01

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

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

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

 c-bgDot01

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

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

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

 c-title01

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

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

}

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

 c-subHero

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

.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;
	text-align: center;
	letter-spacing: .15em;
	line-height: 1.5;
}

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

	.c-subHero__inner {
		height: 150px;
	}

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

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

 c-btn01

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

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

 c-form

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

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

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

.c-form__content dl:first-child {
	border-top: 1px solid #eeeeee;
}

.c-form__content dl dt {
	display: table-cell;
	width: 270px;
	padding: 20px 30px 20px 0;
	vertical-align: middle;
}

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

.c-form__content dl dt .inner .name {
	flex: 1;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

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

.c-form__content dl dt .inner .any {
	padding: 3px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-color: #297889;
}

.c-form__content dl dd {
	display: table-cell;
	padding: 20px 30px 20px 0;
	line-height: 1.5;
	vertical-align: middle;
}

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

.c-form__privacy__content {
	padding: 2.222222222222222% 0;
	border: 1px solid #dddddd;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.1);
}

.c-form__privacy__content__inner {
	height: 140px;
	padding: 0 3.333333333333333%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.c-form__privacy__content__inner p {

}

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

.c-form__submit button,
.c-form__confirmBtn__btn .submit {
	display: block;
	width: 100%;
	padding: 23px 15px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 28px;
	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 #713800;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fe9b2f+0,e57802+100 */
	background: rgb(254,155,47); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,155,47,1) 0%, rgba(229,120,2,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(254,155,47,1) 0%,rgba(229,120,2,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(254,155,47,1) 0%,rgba(229,120,2,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9b2f', endColorstr='#e57802',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.c-form__submit button span,
.c-form__confirmBtn__btn .submit span {
	padding-left: 44px;
	position: relative;
	z-index: 1;
}

.c-form__submit button span:before,
.c-form__confirmBtn__btn .submit span:before {
	content: "";
	display: block;
	width: 27px;
	height: 35px;
	background: url(../images/icon_contact02.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

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

	.c-form__content dl dt {
		display: block;
		width: auto;
		padding: 0;
		margin-bottom: 15px;
		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: 0;
		box-shadow: none;
	}

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

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

	.c-form__privacy__content {
		padding: 3% 0;
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,.1);
	}

	.c-form__privacy__content__inner {
		height: 80px;
		padding: 0 4.84%;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}

	.c-form__privacy__content__inner p {
		font-size: 12px;
	}

	.c-form__submit {
		width: 280px;
	}

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

	.c-form__submit button span,
	.c-form__confirmBtn__btn .submit span {
		padding-left: 24px;
	}

	.c-form__submit button span:before,
	.c-form__confirmBtn__btn .submit span:before {
		width: 16.5px;
		height: 21px;
	}

	.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-completeSec

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

}

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

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

.c-completeSec__inner .back {
	max-width: 430px;
	margin: 0 auto;
}


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

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

	.c-completeSec__inner .intro {
		margin-bottom: 30px;
		font-size: 14px;
	}

	.c-completeSec__inner .back {
		max-width: 215px;
	}
}



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

 heroSec

***********************************/
.heroSec {
	margin-bottom: 70px;
	position: relative;
	z-index: 1;
}

.heroSec__inner {
	width: 1220px;
	height: 700px;
	margin-left: auto;
	background: url(../images/hero_bg01_pc.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.heroSec__inner__box {
	margin-top: -2.5%;
	margin-left: -40.163934426229508%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.heroSec__inner__box__txt01 {
	margin-bottom: 1.612903225806452em;
	font-size: 31px;
	font-weight: bold;
	letter-spacing: .18em;
}

.heroSec__inner__box__ttl {
	margin-bottom: 1.3em;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.5;
}

.heroSec__inner__box__ttl .txt01 {
	display: inline-block;
	padding: .1em .5em;
	margin-bottom: .4em;
	background-color: #d4e4e7;
}

.heroSec__inner__box__ttl .txt01:last-child {
	margin-bottom: 0;
}

.heroSec__inner__box__btn {
	font-size: 20px;
	font-weight: bold;
}

.heroSec__inner__box__btn a {
	display: inline-block;
	padding: 1.1em 1.75em;
	color: #fff;
	border-radius: 100px;
	box-shadow: 0px 0.25em 0px 0px #0f2d33;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#38a4ba+0,297889+100 */
	background: rgb(56,164,186); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(56,164,186,1) 0%, rgba(41,120,137,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(56,164,186,1) 0%,rgba(41,120,137,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(56,164,186,1) 0%,rgba(41,120,137,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38a4ba', endColorstr='#297889',GradientType=0 ); /* IE6-9 */
}

.heroSec__inner__box__btn a span {
	padding-left: 1.7em;
	position: relative;
	z-index: 1;
}

.heroSec__inner__box__btn a span:before {
	content: "";
	display: block;
	width: 1em;
	height: 1.3em;
	background: url(../images/icon_download01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.heroSec__inner__list {
	margin: 0 0 8.032786885245902% 6.967213114754098%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.heroSec__inner__list ul {

}

.heroSec__inner__list ul li {
	margin-bottom: 1.5em;
	font-size: 20px;
	font-weight: bold;
}

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

.heroSec__inner__list ul li a {
	display: flex;
	border-radius: 0.75em;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.heroSec__inner__list ul li a:before {
	content: "";
	display: block;
	width: 1.6em;
	height: 1.6em;
	margin-right: 1em;
	background: url(../images/hero_arr01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.heroSec__inner__list ul li a .num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.462em;
	color: #fff;
	font-size: 1.3em;
	text-align: center;
	background-color: #297889;
}

.heroSec__inner__list ul li a .ttl {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	padding: .7em 5em .7em 1em;
	white-space: nowrap;
	background-color: #fff;
}

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

	.heroSec__inner {
		width: 1000px;
		/*width: 68.926553672316384%;*/
		/*height: 39.548022598870055vw;*/
	}

	.heroSec__inner__box {
		margin-top: -2.5%;
		margin-left: -49.163934426229508%;
	}

	/*.heroSec__inner__box__txt01 {*/
		/*font-size: 1.7514124293785311vw;*/
	/*}*/

	/*.heroSec__inner__box__ttl {*/
		/*font-size: 2.824858757062147vw;*/
	/*}*/

	/*.heroSec__inner__box__btn {*/
		/*font-size: 1.1299435028248588vw;*/
	/*}*/

	.heroSec__inner__list {
		margin: 0 0 6% 4%;
	}

	/*.heroSec__inner__list ul li {*/
		/*font-size: 1.1299435028248588vw;*/
	/*}*/
}

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

	.heroSec__inner {
		width: 64.51612903225806vw;
		height: 37.03225806451613vw;
	}

	.heroSec__inner__box {
		margin-top: -2.5%;
		margin-left: -49.163934426229508%;
	}

	.heroSec__inner__box__txt01 {
		font-size: 2vw;
	}

	.heroSec__inner__box__ttl {
		font-size: 3.225806451612903vw;
	}

	.heroSec__inner__box__btn {
		font-size: 1.2903225806451613vw;
	}

	.heroSec__inner__list ul li {
		font-size: 1.2903225806451613vw;
	}
}

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

	.heroSec {
		margin-bottom: 0;
	}

	.heroSec__inner {
		width: 100%;
		height: auto;
		padding: 10.666666666666667% 0;
		margin-left: 0;
		background: url(../images/hero_bg01_sp.jpg) no-repeat center;
		background-size: cover;
	}

	.heroSec__inner__box {
		margin-top: 0;
		margin-left: 0;
		text-align: center;
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		-webkit-transform: none;
	}

	.heroSec__inner__box__txt01 {
		display: inline-block;
		padding: .1em .774193548387097em;
		margin-bottom: 1.612903225806452em;
		font-size: 4.133333333333333vw;
		/*font-size: 15.5px;*/
		letter-spacing: .18em;
		background-color: #fff;
	}

	.heroSec__inner__box__ttl {
		margin-bottom: 1.5em;
		font-size: 6.666666666666667vw;
		/*font-size: 25px;*/
		text-align: center;
	}

	.heroSec__inner__box__ttl .txt01 {
		display: inline-block;
		padding: .1em .5em;
		margin-bottom: .4em;
		background-color: #d4e4e7;
	}

	.heroSec__inner__box__btn {
		margin-bottom: 1.805555555555556em;
		font-size: 4.8vw;
		/*font-size: 18px;*/
		line-height: 1.5;
		text-align: center;
	}

	.heroSec__inner__box__btn a {
		display: inline-block;
		padding: .723em 2.222222222222222em;
		text-align: left;
		border-radius: 100px;
		box-shadow: 0px 2.5px 0px 0px #0f2d33;
	}

	.heroSec__inner__box__btn a span {
		display: inline-block;
		padding-left: 1.7em;
	}

	.heroSec__inner__box__btn a span:before {
		width: 0.833333333333333em;
		height: 1.055555555555556em;
		background: url(../images/icon_download01.png) no-repeat left top;
		background-size: contain;
	}

	.heroSec__inner__list {
		width: 74.666666666666667%;
		margin: 0 auto;
		position: static;
	}

	.heroSec__inner__list ul {

	}

	.heroSec__inner__list ul li {
		margin-bottom: 1.25em;
		font-size: 4.266666666666667vw;
		line-height: 1.5;
	}

	.heroSec__inner__list ul li a {
		display: flex;
		border-radius: 0.46875em;
	}

	.heroSec__inner__list ul li a:before {
		width: 1.375em;
		height: 1.375em;
		margin-right: 0.9375em;
		background: url(../images/hero_arr02.png) no-repeat left top;
		background-size: contain;
	}

	.heroSec__inner__list ul li a .num {
		width: 2em;
		font-size: 4.266666666666667vw;
	}

	.heroSec__inner__list ul li a .ttl {
		flex: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: .5em 2.8125em .5em 0.625em;
		white-space: normal;
		text-align: center;
	}
}


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

 featureSec

***********************************/
.featureSec {

}

.featureSec__inner {
	padding: 120px 0 135px;
}

.featureSec__inner__sec {
	margin-bottom: 110px;
}

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

.featureSec__inner__sec__head {
	padding: 50px 15px 35px;
	margin-bottom: 60px;
	border: 3px solid #d4e4e7;
	background-color: #fff;
	border-radius: 15px;
	position: relative;
	z-index: 1;
}

.featureSec__inner__sec__head .num {
	padding: 12px 30px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	background-color: #297889;
	border-radius: 15px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.featureSec__inner__sec__head .ttl {
	color: #287888;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.featureSec__inner__sec01 {

}

.featureSec__inner__sec01 .sec {
	margin-bottom: 60px;
}

.featureSec__inner__sec01 .sec:last-child {
	margin-bottom: 0;
}

.featureSec__inner__sec01 .sec .ttl {
	padding: 11px 15px;
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #d4e4e7;
	background-color: #fff;
	border-radius: 15px;
}

.featureSec__inner__sec01 .sec .list {
	margin-bottom: 25px;
}

.featureSec__inner__sec01 .sec .list dl {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.featureSec__inner__sec01 .sec .list dl:last-child {
	margin-bottom: 0;
}

.featureSec__inner__sec01 .sec .list dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(50% - 30px);
	padding: 15px 15px;
	margin-right: 30px;
	color: #287888;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	background-color: #d4e4e7;
	border-radius: 15px;
	position: relative;
	z-index: 1;
}

.featureSec__inner__sec01 .sec .list dl dt:before {
	content: "";
	display: block;
	width: 28px;
	height: 24px;
	background: url(../images/feature01_arr01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: -44px;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.featureSec__inner__sec01 .sec .list dl dd {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(50% - 30px);
	padding: 15px 15px;
	margin-left: 30px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	background-color: #297889;
	border-radius: 15px;
}

.featureSec__inner__sec01 .sec .txt01 {
	text-align: center;
}

.featureSec__inner__sec02 {

}

.featureSec__inner__sec02 .pointList {

}

.featureSec__inner__sec02 .pointList .sec {
	margin-bottom: 55px;
}

.featureSec__inner__sec02 .pointList .sec:last-child {
	margin-bottom: 0;
}

.featureSec__inner__sec02 .pointList .sec .head {
	display: flex;
	margin-bottom: 40px;
}

.featureSec__inner__sec02 .pointList .sec .head .num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 130px;
	margin-right: 20px;
	color: #fff;
	font-size: 22px;
	font-weight: 900;
	background-color: #297889;
	border-radius: 15px;
}

.featureSec__inner__sec02 .pointList .sec .head .ttl {
	flex: 1;
	padding: 16px 20px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #fff;
	border: 1px solid #d4e4e7;
	border-radius: 15px;
}

.featureSec__inner__sec02 .pointList .sec .box01 {
}

.featureSec__inner__sec02 .pointList .sec .box01 ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

.featureSec__inner__sec02 .pointList .sec .box01 ul li {
	width: 30.612244897959184%;
}

.featureSec__inner__sec02 .pointList .sec .box01 p {
	text-align: center;
}

.featureSec__inner__sec02 .pointList .sec .box02 {
}

.featureSec__inner__sec02 .pointList .sec .box02 ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

.featureSec__inner__sec02 .pointList .sec .box02 ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30.612244897959184%;
	padding: 16px 15px;
	color: #287888;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background-color: #d4e4e7;
	border-radius: 15px;
}

.featureSec__inner__sec02 .pointList .sec .box02 p {
	text-align: center;
}

.featureSec__inner__sec02 .pointList .sec .box03 {
}

.featureSec__inner__sec02 .pointList .sec .box03 .content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 25px;
}

.featureSec__inner__sec02 .pointList .sec .box03 .content .pic {
	width: 30.612244897959184%;
}

.featureSec__inner__sec02 .pointList .sec .box03 .content ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 65.306122448979592%;
	margin-bottom: -20px;
}

.featureSec__inner__sec02 .pointList .sec .box03 .content ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 46.875%;
	padding: 16px 15px;
	margin-bottom: 20px;
	color: #287888;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background-color: #d4e4e7;
	border-radius: 15px;
}

.featureSec__inner__sec02 .pointList .sec .box03 p {
	text-align: center;
}

.featureSec__inner__sec02 .pointList .sec .box04 {
}

.featureSec__inner__sec02 .pointList .sec .box04 ul {
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}

.featureSec__inner__sec02 .pointList .sec .box04 ul li {
	width: 30.612244897959184%;
	margin: 0 2.040816326530612%;
}

.featureSec__inner__sec02 .pointList .sec .box04 p {
	text-align: center;
}

.featureSec__inner__sec03 {

}

.featureSec__inner__sec03 .afterList {

}

.featureSec__inner__sec03 .afterList .sec {
	margin-bottom: 50px;
}

.featureSec__inner__sec03 .afterList .sec:last-child {
	margin-bottom: 0;
}

.featureSec__inner__sec03 .afterList .sec .head {
	display: flex;
	margin-bottom: 30px;
}

.featureSec__inner__sec03 .afterList .sec .head .num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	margin-right: 20px;
	color: #fff;
	font-size: 22px;
	font-weight: 900;
	text-align: center;
	background-color: #297889;
	border-radius: 15px;
}

.featureSec__inner__sec03 .afterList .sec .head .ttl {
	flex: 1;
	padding: 16px 20px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #fff;
	border: 1px solid #d4e4e7;
	border-radius: 15px;
}

.featureSec__inner__sec03 .afterList .sec .body {
	margin-left: 90px;
}

.featureSec__inner__sec03 .afterList .sec .body ul {
	display: flex;
	flex-wrap: wrap;
}

.featureSec__inner__sec03 .afterList .sec .body ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 14px 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	color: #287888;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #d4e4e7;
	border-radius: 15px;
	position: relative;
	z-index: 1;
}

.featureSec__inner__sec03 .afterList .sec .body ul li:before {
	content: "";
	display: block;
	width: 12px;
	height: 3px;
	background-color: #297889;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.featureSec__inner__sec03 .afterList .sec .body p {
	margin-top: -5px;
}

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

	.featureSec__inner__sec__head .ttl {
		font-size: 3.888888888888889vw;
	}
}

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

	.featureSec__inner {
		padding: 60px 0 40px;
	}

	.featureSec__inner__sec {
		margin-bottom: 60px;
	}

	.featureSec__inner__sec__head {
		padding: 30px 15px 18px;
		margin-bottom: 30px;
		border: 2px solid #d4e4e7;
		border-radius: 8px;
	}

	.featureSec__inner__sec__head .num {
		padding: 6px 15px;
		font-size: 16px;
		border-radius: 8px;
	}

	.featureSec__inner__sec__head .ttl {
		font-size: 21px;
	}

	.featureSec__inner__sec01 {

	}

	.featureSec__inner__sec01 .sec {
		margin-bottom: 30px;
	}

	.featureSec__inner__sec01 .sec .ttl {
		padding: 5px 15px;
		margin-bottom: 25px;
		font-size: 18px;
		border-radius: 8px;
	}

	.featureSec__inner__sec01 .sec .list {
		margin-bottom: 20px;
	}

	.featureSec__inner__sec01 .sec .list dl {
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
	}

	.featureSec__inner__sec01 .sec .list dl:last-child {
		margin-bottom: 0;
	}

	.featureSec__inner__sec01 .sec .list dl dt {
		width: calc(50% - 20px);
		padding: 6px 8px;
		margin-right: 0;
		font-size: 16px;
		border-radius: 8px;
	}

	.featureSec__inner__sec01 .sec .list dl dt:before {
		width: 17px;
		height: 14.5px;
		background: url(../images/feature01_arr02.png) no-repeat left top;
		background-size: contain;
		right: -29px;
	}

	.featureSec__inner__sec01 .sec .list dl dd {
		width: calc(50% - 20px);
		padding: 6px 8px;
		margin-right: 0;
		font-size: 16px;
		border-radius: 8px;
	}

	.featureSec__inner__sec01 .sec .txt01 {
		text-align: left;
	}

	.featureSec__inner__sec02 .pointList {

	}

	.featureSec__inner__sec02 .pointList .sec {
		margin-bottom: 25px;
	}

	.featureSec__inner__sec02 .pointList .sec .head {
		margin-bottom: 25px;
	}

	.featureSec__inner__sec02 .pointList .sec .head .num {
		width: 65px;
		margin-right: 10px;
		font-size: 14px;
		border-radius: 8px;
	}

	.featureSec__inner__sec02 .pointList .sec .head .ttl {
		padding: 6px 10px;
		font-size: 18px;
		border-radius: 8px;
	}

	.featureSec__inner__sec02 .pointList .sec .box01 {
	}

	.featureSec__inner__sec02 .pointList .sec .box01 ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: -25px;
	}

	.featureSec__inner__sec02 .pointList .sec .box01 ul li {
		width: 47.058823529411765%;
		margin-bottom: 25px;
	}

	.featureSec__inner__sec02 .pointList .sec .box01 ul li:nth-child(3) {
		margin: 0 0 20px 26.470588235294118%;
	}

	.featureSec__inner__sec02 .pointList .sec .box01 p {
		margin-top: 20px;
		text-align: left;
	}

	.featureSec__inner__sec02 .pointList .sec .box02 ul {
		flex-wrap: wrap;
		margin-bottom: -5.882352941176471%;
	}

	.featureSec__inner__sec02 .pointList .sec .box02 ul li {
		width: 47.058823529411765%;
		padding: 8px 8px;
		margin-bottom: 5.882352941176471%;
		font-size: 16px;
		border-radius: 8px;
	}

	.featureSec__inner__sec02 .pointList .sec .box02 ul li:nth-child(3) {
		margin: 0 0 20px 26.470588235294118%;
	}

	.featureSec__inner__sec02 .pointList .sec .box02 p {
		margin-top: 20px;
		text-align: left;
	}

	.featureSec__inner__sec02 .pointList .sec .box03 .content {
		display: block;
		margin-bottom: 20px;
	}

	.featureSec__inner__sec02 .pointList .sec .box03 .content .pic {
		width: 47.058823529411765%;
		margin: 0 auto 25px;
	}

	.featureSec__inner__sec02 .pointList .sec .box03 .content ul {
		width: auto;
		flex-wrap: wrap;
		margin-bottom: -5.882352941176471%;
	}

	.featureSec__inner__sec02 .pointList .sec .box03 .content ul li {
		width: 47.058823529411765%;
		padding: 8px 8px;
		margin-bottom: 5.882352941176471%;
		font-size: 16px;
		border-radius: 8px;
	}

	.featureSec__inner__sec02 .pointList .sec .box03 .content ul li:nth-child(3) {
		margin: 0 0 20px 26.470588235294118%;
	}

	.featureSec__inner__sec02 .pointList .sec .box03 p {
		text-align: left;
	}

	.featureSec__inner__sec02 .pointList .sec .box04 ul {
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
	}

	.featureSec__inner__sec02 .pointList .sec .box04 ul li {
		width: 47.058823529411765%;
		margin: 0;
	}

	.featureSec__inner__sec02 .pointList .sec .box04 p {
		text-align: left;
	}

	.featureSec__inner__sec03 .afterList {

	}

	.featureSec__inner__sec03 .afterList .sec {
		margin-bottom: 30px;
	}

	.featureSec__inner__sec03 .afterList .sec .head {
		display: flex;
		margin-bottom: 25px;
	}

	.featureSec__inner__sec03 .afterList .sec .head .num {
		width: 40px;
		margin-right: 10px;
		font-size: 18px;
		border-radius: 8px;
	}

	.featureSec__inner__sec03 .afterList .sec .head .ttl {
		flex: 1;
		padding: 6px 10px;
		font-size: 18px;
		border-radius: 8px;
	}

	.featureSec__inner__sec03 .afterList .sec .body {
		margin-left: 0;
	}

	.featureSec__inner__sec03 .afterList .sec .body ul {
		display: block;
		margin-bottom: 20px;
	}

	.featureSec__inner__sec03 .afterList .sec .body ul li {
		display: block;
		padding: 8px 15px;
		margin-right: 0;
		margin-bottom: 20px;
		font-size: 16px;
		text-align: left;
		border-radius: 8px;
		letter-spacing: normal;
	}

	.featureSec__inner__sec03 .afterList .sec .body ul li:last-child {
		margin-bottom: 0;
	}

	.featureSec__inner__sec03 .afterList .sec .body ul li:before {
		width: 6px;
		height: 2px;
	}

	.featureSec__inner__sec03 .afterList .sec .body p {
		margin-top: 0;
	}
}


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

 cvSec

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

.cvSec__inner {
	padding: 35px 0 55px;
}

.cvSec__inner__ttl {
	margin-bottom: 25px;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
}

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

.cvSec__inner__btnArea__download {
	width: 59.183673469387755%;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
}

.cvSec__inner__btnArea__download a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 104px;
	color: #fff;
	border-radius: 10px;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,.9);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#38a4ba+0,297889+100 */
	background: rgb(56,164,186); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(56,164,186,1) 0%, rgba(41,120,137,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(56,164,186,1) 0%,rgba(41,120,137,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(56,164,186,1) 0%,rgba(41,120,137,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38a4ba', endColorstr='#297889',GradientType=0 ); /* IE6-9 */
}

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

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

.cvSec__inner__btnArea__contact {
	width: 36.73469387755102%;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
}

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

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

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

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

	.cvSec__inner__btnArea__download {
		font-size: 20px;
	}

	.cvSec__inner__btnArea__contact {
		font-size: 20px;
	}

}

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

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

	.cvSec__inner {
		padding: 18px 0 33px;
	}

	.cvSec__inner__ttl {
		margin: 0 -2% 20px;
		font-size: 16px;
		letter-spacing: normal;
	}

	.cvSec__inner__btnArea {
		display: block;
		max-width: 280px;
		margin: 0 auto;
	}

	.cvSec__inner__btnArea__download {
		display: block;
		width: auto;
		margin-bottom: 28px;
		font-size: 18px;
	}

	.cvSec__inner__btnArea__download a {
		height: auto;
		padding: 13px 10px;
		border-radius: 6px;
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,.9);
	}

	.cvSec__inner__btnArea__download a span {
		display: inline-block;
		padding-left: 24px;
	}

	.cvSec__inner__btnArea__download a span:before {
		width: 15px;
		height: 19px;
	}

	.cvSec__inner__btnArea__contact {
		display: block;
		width: auto;
		font-size: 18px;
	}

	.cvSec__inner__btnArea__contact a {
		height: auto;
		padding: 16px 10px;
		border-radius: 6px;
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,.9);
	}

	.cvSec__inner__btnArea__contact a span {
		display: inline-block;
		padding-left: 24px;
	}

	.cvSec__inner__btnArea__contact a span:before {
		width: 16.5px;
		height: 21px;
	}
}


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

 checkSec

***********************************/
.checkSec {

}

.checkSec__inner {
	padding: 80px 0 100px;
}

.checkSec__inner__sec {
	margin-bottom: 60px;
}

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

.checkSec__inner__sec__ttl {
	padding: 17px 15px;
	margin-bottom: 40px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background-color: #297889;
	border-radius: 8px;
	position: relative;
	z-index: 1;
}

.checkSec__inner__sec__ttl:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 0 12px;
	border-color: #297789 transparent transparent transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.checkSec__inner__sec01 {

}

.checkSec__inner__sec01 .list {
	display: flex;
	background-color: #fff;
	border: 1px solid #eeeeee;
	border-radius: 8px;
}

.checkSec__inner__sec01 .list .sec {
	width: 33.33334%;
	padding: 20px;
	border-right: 1px solid #eeeeee;
}

.checkSec__inner__sec01 .list .sec:last-child {
	border-right: none;
}

.checkSec__inner__sec01 .list .sec .ttl {
	padding: 10px 10px;
	margin-bottom: 20px;
	color: #277887;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background-color: #d4e4e7;
	border-radius: 8px;
}

.checkSec__inner__sec01 .list .sec .pic {
	width: 77.543859649122807%;
	margin: 0 auto 15px;
	text-align: center;
}

.checkSec__inner__sec01 .list .sec p {
}

.checkSec__inner__sec02 {

}

.checkSec__inner__sec02 .content {
	margin-bottom: 60px;
}

.checkSec__inner__sec02 .content .list01 {
	margin-bottom: 30px;
}

.checkSec__inner__sec02 .content .list01 li {
	text-indent: -.85em;
	margin-left: .85em;
}

.checkSec__inner__sec02 .content .list02 {
}

.checkSec__inner__sec02 .content .list02 li {
	display: flex;
	margin-bottom: 20px;
}

.checkSec__inner__sec02 .content .list02 li:last-child {
	margin-bottom: 0;
}

.checkSec__inner__sec02 .content .list02 li:before {
	content: "";
	display: block;
	width: 64px;
	height: auto;
	margin-right: 20px;
	background: #297889 url(../images/icon_check01.png) no-repeat center;
	background-size: 22px 16px;
	border-radius: 15px;
}

.checkSec__inner__sec02 .content .list02 li span {
	flex: 1;
	display: block;
	padding: 16px 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	border: 1px solid #d4e4e7;
	background-color: #fff;
	border-radius: 15px;
}

.checkSec__inner__sec02 .pic {

}

.checkSec__inner__sec03 {

}

.checkSec__inner__sec03 .list {

}

.checkSec__inner__sec03 .list .sec {
	margin-bottom: 58px;
	position: relative;
	z-index: 1;
}

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

.checkSec__inner__sec03 .list .sec:before {
	content: "";
	display: block;
	width: 34px;
	height: 19px;
	background: url(../images/check_sec03_arr01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	bottom: -39px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

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

.checkSec__inner__sec03 .list .sec .ttl {
	padding: 15px 3.571428571428571%;
	color: #277887;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background-color: #d4e4e7;
	border-radius: 15px 15px 0 0;
}

.checkSec__inner__sec03 .list .sec p {
	padding: 14px 3.571428571428571%;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	border-radius: 0 0 15px 15px;
	border-left: 1px solid #d4e4e7;
	border-right: 1px solid #d4e4e7;
	border-bottom: 1px solid #d4e4e7;
}

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

	.checkSec__inner {
		padding: 40px 0 40px;
	}

	.checkSec__inner__sec {
		margin-bottom: 30px;
	}

	.checkSec__inner__sec__ttl {
		padding: 8px 10px;
		margin-bottom: 25px;
		font-size: 18px;
		border-radius: 6px;
	}

	.checkSec__inner__sec__ttl:before {
		border-width: 7px 7px 0 7px;
	}

	.checkSec__inner__sec01 {

	}

	.checkSec__inner__sec01 .list {
		display: block;
		border-radius: 6px;
	}

	.checkSec__inner__sec01 .list .sec {
		width: auto;
		padding: 6.470588235294118% 4.264705882352941%;
		border-right: none;
		border-bottom: 1px solid #eeeeee;
	}

	.checkSec__inner__sec01 .list .sec:last-child {
		border-right: none;
		border-bottom: none;
	}

	.checkSec__inner__sec01 .list .sec .ttl {
		padding: 4px 10px;
		margin-bottom: 20px;
		font-size: 16px;
		border-radius: 6px;
	}

	.checkSec__inner__sec01 .list .sec .pic {
		width: 90.56%;
	}

	.checkSec__inner__sec02 .content {
		margin-bottom: 30px;
	}

	.checkSec__inner__sec02 .content .list01 {
		margin-bottom: 20px;
	}

	.checkSec__inner__sec02 .content .list02 li:before {
		width: 40px;
		margin-right: 10px;
		background: #297889 url(../images/icon_check02.png) no-repeat center;
		background-size: 13.5px 10px;
		border-radius: 8px;
	}

	.checkSec__inner__sec02 .content .list02 li span {
		padding: 6px 10px;
		font-size: 18px;
		border-radius: 8px;
	}

	.checkSec__inner__sec03 .list .sec {
		margin-bottom: 42px;
	}

	.checkSec__inner__sec03 .list .sec:before {
		width: 20.5px;
		height: 11.5px;
		background: url(../images/check_sec03_arr02.png) no-repeat left top;
		background-size: contain;
		bottom: -27px;
	}

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

	.checkSec__inner__sec03 .list .sec .ttl {
		padding: 8px 4.264705882352941%;
		font-size: 16px;
		border-radius: 8px 8px 0 0;
	}

	.checkSec__inner__sec03 .list .sec p {
		padding: 8px 4.264705882352941%;
		font-size: 15px;
		text-align: left;
		border-radius: 0 0 8px 8px;
	}
}


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

 downloadSec

***********************************/
.downloadSec {
	background-color: #d4e4e7;
}

.downloadSec__inner {
	padding: 80px 0 100px;
	text-align: center;
}

.downloadSec__inner dl {
	display: inline-block;
	padding: 17px 25px;
	margin-bottom: 40px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #297889;
	border-radius: 8px;
}

.downloadSec__inner dl dt {
	display: inline;
}

.downloadSec__inner dl dd {
	display: inline;
}

.downloadSec__inner__list {
	padding: 3.061224489795918% 4.081632653061224% 2.040816326530612%;
	margin-bottom: 60px;
	background-color: #fff;
	border-radius: 8px;
}

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

.downloadSec__inner__list ul li {
	width: 23.333333333333333%;

}

.downloadSec__inner__list ul li .pic {
	margin-bottom: 5px;
	text-align: center;
}

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

.downloadSec__inner__btn {
	max-width: 680px;
	margin: 0 auto;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
}

.downloadSec__inner__btn > a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 104px;
	color: #fff;
	border-radius: 10px;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,.9);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#38a4ba+0,297889+100 */
	background: rgb(56,164,186); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(56,164,186,1) 0%, rgba(41,120,137,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(56,164,186,1) 0%,rgba(41,120,137,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(56,164,186,1) 0%,rgba(41,120,137,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38a4ba', endColorstr='#297889',GradientType=0 ); /* IE6-9 */
}

.downloadSec__inner__btn a > span {
	padding-left: 40px;
	position: relative;
	z-index: 1;
}

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

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

	.downloadSec__inner {
		padding: 35px 0 43px;
	}

	.downloadSec__inner dl {
		display: flex;
		justify-content: center;
		padding: 8px 10px;
		margin-bottom: 25px;
		font-size: 16px;
		border-radius: 5px;
	}

	.downloadSec__inner dl dt {
		display: block;
	}

	.downloadSec__inner dl dd {
		display: block;
	}

	.downloadSec__inner__list {
		padding: 4.411764705882353% 4.411764705882353% 3.676470588235294%;
		margin-bottom: 30px;
		border-radius: 5px;
	}

	.downloadSec__inner__list ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: -12px;
	}

	.downloadSec__inner__list ul li {
		width: 47.580645161290323%;
		margin-bottom: 12px;
	}

	.downloadSec__inner__list ul li .pic {
		margin-bottom: 5px;
	}

	.downloadSec__inner__btn {
		max-width: 280px;
		font-size: 18px;
		text-align: center;
	}

	.downloadSec__inner__btn a {
		display: block;
		height: auto;
		padding: 13px 10px;
		border-radius: 6px;
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,.9);
	}

	.downloadSec__inner__btn a > span {
		display: inline-block;
		padding-left: 24px;
		text-align: left;
	}

	.downloadSec__inner__btn a > span:before {
		width: 15px;
		height: 19px;
	}
}


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

 formSec

***********************************/
.formSec {

}

.formSec__inner {
	padding: 80px 0 95px;
}

.formSec__inner__ttl {
	text-align: center;
}

.formSec__inner__txt01 {
	margin-top: -5px;
	margin-bottom: 35px;
	text-align: center;
}

.formSec__inner__content {
	padding: 5.102040816326531% 4.081632653061224% 6.122448979591837%;
	background-color: #fff;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,.1);
}

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

	.formSec__inner {
		padding: 40px 0 43px;
	}

	.formSec__inner__ttl {
		text-align: center;
	}

	.formSec__inner__txt01 {
		margin-top: -2px;
		margin-bottom: 20px;
		font-size: 16px;
		text-align: left;
	}

	.formSec__inner__content {
		padding: 7.352941176470588% 4.411764705882353% 8.823529411764706%;
		background-color: #fff;
		box-shadow: 0px 5px 0px 0px rgba(0,0,0,.1);
	}

}


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

 xxx

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

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

}

