@charset "UTF-8";

/*========================================================================

  reset

========================================================================*/

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, section, article, header, footer, aside, figure, figcaption, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ol,ul { list-style: none; list-style-type: none;}
img { max-width: 100%;}
a { color: #6b72a9; text-decoration: none;}
a img {  -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out;}

.pc { display: block !important;}
.sp { display: none !important;}

.t_right { text-align: right !important;}
.t_left { text-align: left !important;}
.t_center { text-align: center!important;}

.t_bold { font-weight: bold;}

.mb0 { margin-bottom: 0px !important;}
.mb5 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}
.pb0 { padding-bottom: 0px !important;}
.ml10 { margin-left: 10px !important;}
.ml20 { margin-left: 20px !important;}
.ml30 { margin-left: 30px !important;}
.ml01 { margin-left: 1em !important;}

.txt_s { font-size: 12px !important;}

input, button, textarea, select { -webkit-appearance: none; -moz-appearance: none; appearance: none;}

/*========================================================================

  style

========================================================================*/

body {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro", Osaka, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 1.8;
	margin: 0 auto;
	width: 100%;
	max-width: 1500px;
	background: #fff;
}

main { display: block; position: relative; overflow: hidden;}

/*========================================================================
  footer
========================================================================*/
footer {
	display: block;
	width: 100%;
	height: 60px;
	padding: 0px 0 0px;
	margin: 0px 0 0;
	background: #000;
}
footer p {
	font-size: 12px;
	color: #fff;
	line-height: 60px;
	margin: 0 0 0px;
	text-align: center;
}

/*========================================================================
  共通
========================================================================*/
h2.ttl {
	margin: 0 auto 40px;
	text-align: center;
}
.arrow {
	margin: 0 auto;
	text-align: center;
}
.ttlArea {
	position: relative;
}

.ttlArea .lead {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}

h2.ttl02 {
	font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro", Osaka, sans-serif;
	font-size: 45px;
	text-align: center;
	margin: 0 auto 0px;
	color: #1f2879;
	font-weight: bold;
}
.ttl_txt {
	font-size: 16px;
	text-align: center;
	margin: 0 0 35px;
}

/*========================================================================
  convArea
========================================================================*/
.convArea {
	width: 91.5%;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
}
.convArea .bg {
	width: auto;
	max-width: 100%;
}
.convArea .txt01 {
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 51%;
	max-width: 551px;
}
.convArea .txt02 {
	position: absolute;
	top: 51%;
	left: 17.59%;
	width: 26.9%;
	max-width: 291px;
}
.convArea a {
	position: absolute;
	top: 23.5%;
	left: 44.9%;
	width: 38.6%;
	max-width: 417px;
	background: url(img/btn_01_bg_pc.png) no-repeat;
	background-size: 100% auto;
}
.convArea a:hover img {opacity: 0.8;}


/*========================================================================
  kv
========================================================================*/
.kv {
	background: url(img/kv_pc.png) no-repeat center top, url(img/bg_kv_pc.png) no-repeat center bottom;
	background-size: auto;
	padding: 0 0 110px;
}
@media screen and (max-width: 1140px) {
	.kv {
		background: url(img/kv_pc02.png) no-repeat center top, url(img/bg_kv_pc.png) no-repeat center bottom, #eff0f8;
		background-size: 100% auto, auto, 100%;
	}
}

.kv .box {
	max-width: 1140px;
	margin: 0 auto;
	padding: 80px 0 0;
	position: relative;
}

.kv .box .logo {
	position: absolute;
	top: 0px;
	left: 0;
	width: 59%;
	max-width: 673px;
}
.kv .box .cell .lead {
	margin: 0 auto 30px;
	width: 93.5%;
	max-width: 1067px;
}

.kv .list {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin: 0 7.0% 20px 5.7%;
	width: 87.3%;
}

.kv .list p {
	width: 26.3%;
	max-width: 269px;
}

.kv .list ul {
	display: -webkit-flex;
	display: flex;
	width: 73%;
	max-width: 745px;
}
.kv .list ul li {
	width: 37.5%;
	max-width: 280px;
	margin-right: -7%;
}
.kv .list ul li:last-child {
	margin-right: 0%;
}


/*========================================================================
  cell01
========================================================================*/
.cell01 {
	position: relative;
	margin-top: -60px;
	padding: 0 0 110px;
	background: url(img/bg_cell01_pc.png) no-repeat bottom center;
	background-size: auto;
}
.cell01 .ttlArea {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
}
.cell01 .ttlArea .img {
	position: absolute;
	left: -85px;
	bottom: -100px;
}
.cell01 .ttlArea .txt {
	position: absolute;
	bottom: -110px;
	left: 28%;
	z-index: 100;
}

.cell01 .box01 {
	position: relative;
}
.cell01 .box01 ul {
	padding: 0 0 20px;
	max-width: 1080px;
	margin: 0 auto;
	border-top: 1px solid #d7d7d7;
}
.cell01 .box01 ul li {
	z-index: 0;
	position: relative;
	border-bottom: 1px solid #d7d7d7;
	padding: 7px 0 10px 58px;
	font-size: 24px;
	letter-spacing: -0.02em;
}
.cell01 .box01 ul li span {
	font-size: 28px;
	color: #c30007;
	font-weight: bold;
}
.cell01 .box01 ul li:before {
	content: "";
	display: block;
	background: url(img/checkbox.png) no-repeat;
	background-size: 38px 33px;
	width: 38px;
	height: 33px;
	position: absolute;
	top: 17px;
	left: 10px;
}
/*
.cell01 .box01 .img {
	position: absolute;
	top: 0px;
	left: 65%;
	z-index: 50;
	width: 552px;
}
*/
.cell01 .box01:after {
	content: "";
	display: block;
	background: url(img/cell01_img03_pc.png) no-repeat;
	background-size: 443px 553px;
	width: 443px;
	height: 553px;
	position: absolute;
	top: -50px;
	right: 0;
}

.cell01 .arrow {
	margin: 0 auto;
}
.cell01 .txt {
	font-size: 38px;
	text-align: center;
	line-height: 60px;
	letter-spacing: -0.08em;
	margin-bottom: 55px;
}
.cell01 .txt span {
	color: #1f2879;
	font-size: 50px;
	padding: 0;
	position: relative;
	z-index: 10;
	font-weight: bold;
}
.cell01 .txt span:before {
	content: "";
  display: block;
	position: absolute;
	border-bottom: #efe200 8px solid;
	bottom: 10px;
	width: 100%;
	left: 0;
	z-index: -1 !important;
}

/*========================================================================
  cell02
========================================================================*/
.cell02 {
	padding: 0 0 195px;
	background: url(img/bg_cell02_pc.png) no-repeat bottom center;
	background-size: auto;
}
.cell02 .ttlArea {
	position: relative;
	padding: 0 0 45px;
	text-align: center;
}
.cell02 .ttlArea h3 {
	font-size: 28px;
	color: #1f2879;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	padding: 2px 0;
	display: inline;
	border-top: 1px solid #1f2879;
	border-bottom: 1px solid #1f2879;
}
.cell02 .ttlArea h3 span {
	border-top: 2px solid #1f2879;
	border-bottom: 2px solid #1f2879;
	padding: 5px 0;
	margin: 0 auto;
	font-weight: bold;
}
.cell02 .ttlArea .lead {
	margin-top: 20px;
}
.cell02 .ttlArea .img {
	position: absolute;
	bottom: -5px;
	right: 0;
}
.cell02 .ttlArea .txt {
	position: absolute;
	bottom: -9px;
	left: 0;
}

.cell02 ul {
	display: block;
	font-size: 0;
	max-width: 1080px;
	margin: 0 auto;
}

.cell02 ul li {
	display: inline-block;
	width: 49%;
	height: 200px;
	margin: 0 2% 20px 0;
	background: #f6f7ff;
	background-size: 100%;
	box-shadow: 0 0 0 1px #dddee9;
}
.cell02 ul li:nth-child(2n) {
	margin: 0 0% 20px 0;
}
.cell02 ul li .box {
	display: -webkit-flex;
	display: flex;
}
.cell02 ul li .box .ttl_cell {
	width: 19%;
	height: 200px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	background: url(img/bg_blue.png) no-repeat left bottom;
	background-size: cover;
}
.cell02 ul li .box .ttl_cell img {
	width: 44%;
	max-width: 44px;
	margin: 7% 0 0 16%;
}
.cell02 ul li .box .txt_cell {
	width: 81%;
	height: 100%;
	margin: 25px auto 0;
	font-size: 20px;
	padding: 0 7% 0 3.5%;
}
.cell02 ul li .box .txt_cell h4 {
	font-size: 20px !important;
	color: #1f2879;
	margin: 0 0 10px;
	font-weight: bold;
}
.cell02 ul li .box .txt_cell p {
	font-size: 16px;
	line-height: 25px;
}


/*========================================================================
  cell03
========================================================================*/
.cell03 {
	margin-top: -55px;
	padding: 0 0 125px;
	background: url(img/bg_cell03_pc.png) no-repeat bottom center;
	background-size: auto;
}
.cell03 .ttlArea {
	position: relative;
}
.cell03 .ttlArea h2 {
	position: relative;
	z-index: 10;
}
.cell03 .ttlArea .img {
	position: absolute;
	z-index: 10;
	left: 5%;
	bottom: -70px;
	z-index: 0;
}
.cell03 .ttlArea .txt {
	position: absolute;
	bottom: -48px;
	right: 0;
	z-index: 0;
}


.cell03 .graph01 {
	margin: 0 auto 30px;
	width: 100%;
	max-width: 1080px;
	position: relative;
	z-index: 10;
}
.cell03 .graph {
	margin: 0 auto;
	width: 100%;
	max-width: 1036px;
}
.cell03 .graph ul {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.cell03 .graph ul li {
	width: 50%;
}
.cell03 .graph ul li img {
	width: 100%;
}

/*========================================================================
  cell04
========================================================================*/
.cell04 {
	margin-top: -55px;
	padding: 0 0 155px;
	background: url(img/bg_cell04_pc.png) no-repeat bottom center;
	background-size: auto;
}
.cell04 .ttlArea {
	position: relative;
}
.cell04 .ttlArea .img {
	position: absolute;
	bottom: -5px;
	right: 0;
}
.cell04 .ttlArea .txt {
	position: absolute;
	bottom: -15px;
	left: 0;
}

.cell04 .ttlArea {
	position: relative;
	padding: 0 0 70px;
}

.cell04 .flow {
	margin: 0 auto 15px;
	width: 100%;
	max-width: 1080px;
}
.cell04 .txt {
	font-size: 34px;
	text-align: center;
	line-height: 50px;
	letter-spacing: -0.08em;
	margin-bottom: 0px;
}
.cell04 .txt span.txt01 {
	color: #1f2879;
	font-size: 45px;
	padding: 0;
	position: relative;
	z-index: 10;
	font-weight: bold !important;
}
.cell04 .txt span.txt02 {
	color: #d40000;
	font-size: 45px;
	padding: 0;
	position: relative;
	z-index: 10;
	font-weight: bold !important;
}
.cell04 .txt span:before {
	content: "";
  display: block;
	position: absolute;
	border-bottom: #efe200 8px solid;
	bottom: 10px;
	width: 100%;
	z-index: -1 !important;
	left: 0;
}



/*========================================================================
  cell05
========================================================================*/
.cell05 {
	margin-top: -55px;
	padding: 0 0 80px;
	background: url(img/bg_cell05_pc.png) no-repeat bottom center;
	background-size: auto;
}
.cell05 .ttlArea {
	position: relative;
}
.cell05 .ttlArea .img {
	position: absolute;
	z-index: 10;
	bottom: -100px;
}
.cell05 .ttlArea .txt {
	position: absolute;
	bottom: -48px;
	right: 0;
}

.cell05 ul {
	position: relative;
	display: block;
	font-size: 0;
	max-width: 1080px;
	margin: 0 auto 30px;
	z-index: 0;
}

.cell05 ul li {
	display: inline-block;
	width: 49%;
	height: 200px;
	margin: 0 2% 20px 0;
	padding: 25px 20px 0 35px;
	background: url(img/bg_line.png) no-repeat 50% 50%, url(img/cell05_bg01.jpg) no-repeat;
	background-size: 100%, cover;
}
.cell05 ul li:nth-child(1) {
	background: url(img/bg_line.png) no-repeat 50% 50%, url(img/cell05_bg01.jpg) no-repeat;
	background-size: 100%, cover;
}
.cell05 ul li:nth-child(2) {
	background: url(img/bg_line.png) no-repeat 50% 50%, url(img/cell05_bg02.jpg) no-repeat;
	background-size: 100%, cover;
}
.cell05 ul li:nth-child(3) {
	background: url(img/bg_line.png) no-repeat 50% 50%, url(img/cell05_bg03.jpg) no-repeat;
	background-size: 100%, cover;
}
.cell05 ul li:nth-child(4) {
	background: url(img/bg_line.png) no-repeat 50% 50%, url(img/cell05_bg04.jpg) no-repeat;
	background-size: 100%, cover;
}
.cell05 ul li:nth-child(2n) {
	margin: 0 0% 20px 0;
}
.cell05 ul li .ttl {
	text-align: right;
	margin: 0;
}
.cell05 ul li h3 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin: -15px 0 0px;
}
.cell05 ul li h4 {
	font-size: 12px;
	color: #ffe117;
	font-weight: bold;
	margin: 0 0 0px;
}
.cell05 ul li p {
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	margin: 0 0 0px;
}

/*========================================================================
  cell06
========================================================================*/
.cell06 {
	background: #eff0f8;
	padding: 0 0 80px;
}
.cell06 .box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	justify-content: space-between;
	max-width: 1080px;
	margin: 0 auto;
}
.cell06 .box h2 {
	width: 14.2%;
	max-width: 153px;
}
.cell06 .box h2 img {
	width: auto;
	max-width: 100%;
}
.cell06 .box .list_box {
	width: 80.5%;
	max-width: 870px;
}
.cell06 .box .list_box .list01 {
	display: block;
	font-size: 0;
	margin: 0;
}
.cell06 .box .list_box .list01 li {
	display: inline-block;
	margin: 0 2% 15px 0;
	width: 23.5%;
	height: 150px;
	background: #fff;
	box-shadow: 0 0 0 1px #dddee9;
	vertical-align: top;
}
.cell06 .box .list_box .list01 li:nth-child(4n) {
	margin: 0 0% 15px;
}
.cell06 .box .list_box .list01 li .img {
	height: 150px;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cell06 .box .list_box .list01 li .img img {
	width: auto;
	max-width: 73%;
}

.cell06 .box .list_box .list02 {
	display: block;
	font-size: 0;
	margin: 0;
}
.cell06 .box .list_box .list02 li {
	display: inline-block;
	margin: 0 2% 0px 0;
	width: 49%;
	height: 85px;
	background: #fff;
	box-shadow: 0 0 0 1px #dddee9;
	vertical-align: top;
}
.cell06 .box .list_box .list02 li:nth-child(2n) {
	margin: 0 0% 0px;
}
.cell06 .box .list_box .list02 li .img {
	height: 85px;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cell06 .box .list_box .list02 li .img img {
	width: auto;
	max-width: 84%;
}


/*========================================================================
  cell07
========================================================================*/
.cell07 {
	background: #eff0f8;
	padding: 0 0 105px;
}
.cell07 .box {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	max-width: 1080px;
	margin: 0 auto;
}
.cell07 .box h2 {
	width: 14.2%;
	max-width: 153px;
}
.cell07 .box h2 img {
	width: auto;
	max-width: 100%;
}
.cell07 .box ul {
	width: 80.5%;
	max-width: 870px;
	padding: 0 0 100px;
}

.cell07 .box ul {
	position: relative;
}

.cell07 .box li.list {
	position: relative;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 140px;
	margin: -20px auto 10px;
	padding: 0 75px 0 30px;
	background: url(img/cell07_bg01_top.png) no-repeat 0.5% 4px, url(img/cell07_bg01_btm.png) no-repeat 99.5% 116px, #ccc;
	z-index: 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.cell07 .box li.list:nth-child(1) {
	margin: 0 auto 10px;
	background: url(img/cell07_bg01_top.png) no-repeat 0.5% 4px, url(img/cell07_bg01_btm.png) no-repeat 99.5% 116px, #151838;
}
.cell07 .box li.list:nth-child(3) {
	background: url(img/cell07_bg02_top.png) no-repeat 0.5% 4px, url(img/cell07_bg02_btm.png) no-repeat 99.5% 116px, #19204f;
}
.cell07 .box li.list:nth-child(5) {
	background: url(img/cell07_bg03_top.png) no-repeat 0.5% 4px, url(img/cell07_bg03_btm.png) no-repeat 99.5% 116px, #222c6f;
}
.cell07 .box li.list:nth-child(7) {
	background: url(img/cell07_bg04_top.png) no-repeat 0.5% 4px, url(img/cell07_bg04_btm.png) no-repeat 99.5% 116px, #2b378c;
}
.cell07 .box li.list:nth-child(9) {
	background: url(img/cell07_bg05_top.png) no-repeat 0.5% 4px, url(img/cell07_bg05_btm.png) no-repeat 99.5% 116px, #3e4ba9;
}
.cell07 .box li.list:nth-child(11) {
	background: url(img/cell07_bg06_top.png) no-repeat 0.5% 4px, url(img/cell07_bg06_btm.png) no-repeat 99.5% 116px, #5e69b9;
}
.cell07 .box li.list .num {
	width: 8%;
	max-width: 63px;
}
.cell07 .box li.list .txtArea {
	width: 92%;
}
.cell07 .box li.list .txtArea h3 {
	font-size: 28px;
	font-weight: bold;
}
.cell07 .box li.list .txtArea p {
	font-size: 16px;
	line-height: 25px;
}
.cell07 .box li.btm_arrow {
	position: relative;
	z-index: 100;
	text-align: center;
	margin: -20px auto 0;
}

/*========================================================================
  company
========================================================================*/
.company {
	background: #eff0f8;
	padding: 0 0 105px;
	width: 100%;
	margin: 0 auto;
}
.company dl {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto 50px;
	border-top: 1px solid #d6d6d6;
}
.company dl dt {
	clear: both;
	float: left;
	width: 18.5%;
	padding: 25px 0 25px 1%;
	margin: 0 1.8% 0 0;
	position: relative;
	color: #1f2879;
	font-weight: bold;
	font-size: 16px;
}

.company dl dd {
	width: 100%;
	padding: 25px 0 25px 18.5%;
	border-bottom: 1px solid #d6d6d6;
	font-size: 16px;
	color: #000;
	position: relative;
}
.company dl dd:after {
	content: "";
	display: block;
	border-left: 1px dotted #a3a3a3;
	position: absolute;
	left: 18.5%;
	top: 10%;
	height: 80%;
}
.company dl dd:last-of-type:after {
	top: 0.5%;
	height: 99%;
}
.company dl dd ul.list01 {
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.company dl dd ul.list02 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	align-content: flex-start;
	-webkit-flex-wrap: wrap;
   flex-wrap: wrap;
	 margin: 20px 0 0;
}
.company dl dd ul li {
	width: 50%;
}


/*========================================================================
  formArea
========================================================================*/
#contact {
	background: #eff0f8;
	padding: 0 0 105px;
	width: 100%;
	margin: 0 auto;
}
#contact .sslArea {
	padding: 10px;
	max-width: 410px;
	margin: 0 auto 65px;
	background: #fff;
	border: 1px solid #d6d7de;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#contact .sslArea p {
	font-size: 13px;
	line-height: 20px;
	color: #24272c;
}
#contact .box {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
#contact ul {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding: 0 0 55px;
}
#contact ul li {
	width: 31.5%;
	text-align: center;
	padding: 0 0 15px;
	border-bottom: 2px solid #c3ccd2;
	font-size: 17px;
	color: #000;
	font-weight: bold;
}
#contact ul li.active {
	color: #1f2879;
	border-bottom: 2px solid #1f2879;
}
#contact ul li .pc {
	display: inline-block !important;
}
#contact dl {
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
}
#contact dl dt {
	width: 27%;
	position: relative;
	padding-left: 16px;
	font-weight: bold;
	font-size: 16px;
	margin: 10px 0 40px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
#contact dl dt:before {
	content: "■";
  display: block;
	position: absolute;
	top: 5px;
	left: 0px;
	color: #1f2879;
	font-size: 12px;
}

#contact dl dd {
	width: 76%;
	margin: 0 0 40px;
	font-size: 16px;
}
#contact dl .must {
	display: inline-block;
	background: #d74e4e;
	border-radius: 5px;
	color: #fff;
	padding: 3px 5px 4px 5px;
	margin: 0px 20px 0 0;
	line-height: 1;
	vertical-align: middle;
	font-size: 12px;
}
#contact dl .must.must01 {
	display: block;
	vertical-align: top;
	margin: 10px 20px 0 0;
}
#contact dl .ninni {
	display: inline-block;
	background: #a6a6a6;
	border-radius: 5px;
	color: #fff;
	padding: 3px 5px 4px 5px;
	margin: 0px 20px 0 0;
	line-height: 1;
	vertical-align: middle;
	font-size: 12px;
}
#contact dl dd .input01 {
	width: 95%;
	height: 50px;
	line-height: 50px;
	border: 1px solid #dde2e5;
	padding: 0 2.5%;
}
#contact dl dd.err .input01 {
	border: 1px solid #d74e4e;
	background: #ffecec;
}
#contact dl dd .txt_err {
	color: #d74e4e;
}
#contact dl dd .input02 {
	width: 95%;
	height: 150px;
	border: 1px solid #dde2e5;
	padding: 10px 2.5%;
}
#contact dl dd.err .input02 {
	border: 1px solid #d74e4e;
	background: #ffecec;
}
#contact dl dd.pp .must {
	clear: both;
	float: left;
	display: block;
	margin-top: -60px;
}
.pp .txtCell {
	padding: 15px 0 0 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
   flex-direction: column;
}
/*
#contact .con {
	margin-top: 150px;
	margin-bottom: 100px;
}
#contact .key {
	margin-top: -270px
}
*/
.input03 {
  display: none;
}
.checkbox-parts{
  padding-left: 30px;
  position:relative;
  margin-right: 20px;
}
.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #dde2e5;
  border-radius: 4px;
	background: #fff;
}
/*
.input03:checked + .checkbox-parts{
  color: #d01137;
}
*/
.input03:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #d01137;
  border-right: 3px solid #d01137;
}
input::placeholder {
  color: #adb1b7;
  font-size: 16px;
}
textarea::placeholder {
  color: #adb1b7;
  font-size: 16px;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro", Osaka, sans-serif;
}

.contactArea {
	position: relative;
}
.contactArea .c_logo {
	position: absolute;
	left: 0;
	top: 0;
}
.contactArea #contact {
	padding: 130px 0 105px;
}
.contactArea #contact dl dd {
	margin-top: 10px;
}/*
.contactArea #contact dl dd:last-of-type {
	border-bottom: 1px solid #c6c6c6;
	padding-bottom: 50px;
}
*/

.thanks {
	display: block;
	width: 83%;
	margin: 0 auto 20px;
}
.thanks h3 {
	font-size: 30px;
	font-weight: bold;
	color: #1f2879;
	text-align: center;
	margin: 0 0 50px;
}
.thanks p {
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 30px;
}

.btnArea {
	clear: both;
}
.btn-1 {
	position: relative;
	display: block;
	width: 400px;
	height: 70px;
	line-height: 70px;
	color: #fff;
	background: #1f2879;
	margin: 0 auto;
	text-align: center;
	padding-left: 25px;
	border: none;
	font-weight: bold;
	font-size: 18px;
}
.btn-1:before {
	content: "";
	display: block;
	background: url(img/icon01.png) no-repeat;
	background-size: 22px 18px;
	width: 22px;
	height: 18px;
	position: absolute;
	top: 26px;
	left: 100px;
}

.btn-2 {
	position: relative;
	display: block;
	width: 240px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: #1f2879;
	margin: 0 auto;
	text-align: center;
	padding-left: 20px;
	font-weight: bold;
	font-size: 18px;
	border: none;
}
.btn-2:before {
	content: "";
	display: block;
	background: url(img/icon02.png) no-repeat;
	background-size: 22px 13px;
	width: 22px;
	height: 13px;
	position: absolute;
	top: 20px;
	left: 25px;
}

.btn-3 {
	position: relative;
	display: block;
	width: 400px;
	height: 70px;
	line-height: 70px;
	color: #fff;
	background: #1f2879;
	margin: 0 auto;
	text-align: center;
	padding-left: 20px;
	font-weight: bold;
	border: none;
	font-size: 18px;
}
.btn-3:before {
	content: "";
	display: block;
	background: url(img/icon03.png) no-repeat;
	background-size: 24px 19px;
	width: 24px;
	height: 19px;
	position: absolute;
	top: 23px;
	left: 130px;
}
@media screen and (min-width: 561px) {
	.btn-1:hover {
		border: 1px solid #1f2879;
		background: #fff;
		color: #1f2879;
	}
	.btn-1:hover:before {
		background: url(img/icon01_on.png) no-repeat;
	}
	.btn-2:hover {
		border: 1px solid #1f2879;
		background: #fff;
		color: #1f2879;
	}
	.btn-2:hover:before {
		background: url(img/icon02_on.png) no-repeat;
	}
	.btn-3:hover {
		border: 1px solid #1f2879;
		background: #fff;
		color: #1f2879;
	}
	.btn-3:hover:before {
		background: url(img/icon03_on.png) no-repeat;
	}
}
.totop {
	display: block;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 500;
}
.key .g-recaptcha div {
	text-align: center;
	margin: 40px auto;
}

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


	.pc { display: none !important;}
	.sp { display: block !important;}

	/*========================================================================
	  footer
	========================================================================*/
	footer {
		height: 120px;
		padding: 0px 0 60px;
		margin: 0px 0 0;
	}
	footer p {
		font-size: 12px;
		color: #fff;
		line-height: 60px;
		margin: 0 0 0px;
	}


	/*========================================================================
	  共通
	========================================================================*/
	h2.ttl {
		margin: 0 auto 40px;
		text-align: center;
	}
	.arrow {
		margin: 0 auto;
		text-align: center;
	}
	.ttlArea .lead {
		font-size: 14px;
		line-height: 20px;
		text-align: center;
	}
	h2.ttl02 {
		font-size: 28px;
	}
	.ttl_txt {
		font-size: 12px;
		margin: 0 0 20px;
	}
	/*========================================================================
	  kv
	========================================================================*/
	.kv {
		background: url(img/kv_sp.png) no-repeat center top, url(img/bg_kv_sp.png) no-repeat center bottom;
		background-size: 100% auto, 100% auto;
		padding: 0 0 30px;
	}
	.kv .box {
		max-width: 100%;
		margin: 0 auto;
		padding: 0px 0 0;
	}
	.kv .box .logo {
		position: relative;
		width: 100%;
		max-width: 747px;
	}
	.kv .box .cell .lead {
		margin: -30px auto 30px;
		width: 95.6%;
		max-width: 717px;
	}

	.kv .list {
		display: block;
		margin: 0 0%;
		width: 100%;
	}

	.kv .list p {
		width: 95.4%;
		max-width: 716px;
		margin: -30px auto 0;
	}

	.kv .list ul {
		display: -webkit-flex;
		display: flex;
		width: 98%;
		max-width: 98%;
		margin: 0 auto;
	}

	/*========================================================================
	  cell01
	========================================================================*/
	.cell01 {
		position: relative;
		margin-top: 20px;
		padding: 0 0 50px;
		background: url(img/bg_cell01_sp.png) no-repeat bottom center;
		background-size: 100% auto;
	}
	.cell01 .ttlArea {
		max-width: 100%;
		margin: 0 auto;
		padding-bottom: 140px;
	}
	.cell01 .ttlArea h2.ttl {
		width: 94.6%;
		max-width: 710px;
		margin: 0 auto;
	}
	.cell01 .ttlArea .img {
		position: absolute;
		left: 0;
		bottom: -20px;
		width: 49.3%;
	}
	.cell01 .ttlArea .txt {
		bottom: -10px;
		left: auto;
		right: 0;
		width: 64.4%;
		z-index: 100;
	}
	.cell01 .box01 ul {
		padding: 0 0 20px;
		max-width: 95%;
		margin: 0 auto;
		border-top: 1px solid #d7d7d7;
	}
	.cell01 .box01 ul li {
		width: 100%;
		border-bottom: 1px solid #d7d7d7;
		padding: 7px 0 10px 18px;
		font-size: 13px;
		letter-spacing: -0.06em;
		line-height: 22px;
	}
	.cell01 .box01 ul li:nth-child(1) {
		width: 100%;
		padding: 7px 35% 10px 18px;
	}
	.cell01 .box01 ul li:nth-child(2) {
		width: 100%;
		padding: 7px 15% 10px 18px;
	}
	.cell01 .box01 ul li span {
		font-size: 17px;
		letter-spacing: -0.15em;
	}
	.cell01 .box01 ul li:before {
		content: "";
		display: block;
		background: url(img/checkbox.png) no-repeat;
		background-size: 16px 14px;
		width: 16px;
		height: 14px;
		position: absolute;
		top: 15px;
		left: 0px;
	}
	.cell01 .box01:after {
		content: "";
		display: block;
		background: url(img/cell01_img03_sp.png) no-repeat right top;
		background-size: 40% auto;
		width: 100%;
		height: 553px;
		position: absolute;
		top: -130px;
		right: 0;
	}

	.cell01 .arrow {
		margin: 0 auto;
		max-width: 60px;
	}
	.cell01 .txt {
		font-size: 19px;
		line-height: 30px;
		margin-bottom: 0px;
	}
	.cell01 .txt span {
		font-size: 25px;
	}
	.cell01 .txt span:before {
		border-bottom: #efe200 5px solid;
		bottom: 5px;
	}

	/*========================================================================
	  cell02
	========================================================================*/
	.cell02 {
		padding: 0 0 85px;
		background: url(img/bg_cell02_sp.png) no-repeat bottom center;
		background-size: 100% auto;
	}
	.cell02 .ttlArea {
		padding: 0 0 25px;
	}
	.cell02 .ttlArea h2.ttl {
		width: 60%;
		margin: 0 auto 20px;
	}
	.cell02 .ttlArea h3 {
		position: relative;
		width: 95%;
		font-size: 18px;
		margin: 0 auto 20px;
		padding: 10px 0;
		display: block;
		border-top: 1px solid #1f2879;
		border-bottom: 1px solid #1f2879;
	}
	.cell02 .ttlArea h3:before {
		content: "";
	  display: block;
		position: absolute;
		border-top: 2px solid #1f2879;
		top: -5px;
		left: 0;
		width: 100%;
	}
	.cell02 .ttlArea h3:after {
		content: "";
	  display: block;
		position: absolute;
		border-bottom: 2px solid #1f2879;
		bottom: -5px;
		left: 0;
		width: 100%;
	}

	.cell02 .ttlArea h3 span {
		border-top: none;
		border-bottom: none;
		padding: 5px 0;
	}
	.cell02 .ttlArea .lead {
		margin-top: 20px;
		text-align: left;
		font-size: 16px;
		line-height: 22px;
		font-weight: bold;
		padding-left: 6.6%;
	}
	.cell02 .ttlArea .img {
		position: absolute;
		bottom: -5px;
		right: 0;
		width: 31.2%;
	}
	.cell02 .ttlArea .txt {
		position: absolute;
		bottom: -5px;
		left: auto;
		right: 0;
		width: 66.8%;
	}

	.cell02 ul {
		display: block;
		font-size: 0;
		max-width: 95%;
		margin: 0 auto;
	}

	.cell02 ul li {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0% 20px 0;
		background: #f6f7ff;
		background-size: 100%;
		box-shadow: 0 0 0 1px #dddee9;
	}
	.cell02 ul li .box {
		display: -webkit-flex;
		display: flex;
	}
	.cell02 ul li .box .ttl_cell {
		width: 19%;
		height: auto;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		background: url(img/bg_blue.png) no-repeat left bottom;
		background-size: cover;
	}
	.cell02 ul li .box .ttl_cell img {
		width: 44%;
		max-width: 44px;
		margin: 7% 0 0 16%;
		padding: 10px 0;
	}
	.cell02 ul li .box .txt_cell {
		width: 81%;
		height: 100%;
		margin: 5px auto 0;
		font-size: 20px;
		padding: 0 4% 0 3.5%;
	}
	.cell02 ul li .box .txt_cell h4 {
		font-size: 16px !important;
		margin: 0 0 5px;
	}
	.cell02 ul li .box .txt_cell p {
		font-size: 13px;
		line-height: 20px;
		letter-spacing: -0.05em;
	}


	/*========================================================================
	  cell03
	========================================================================*/

	.cell03 {
		margin-top: 0;
		padding: 0 0 45px;
		background: url(img/bg_cell03_sp.png) no-repeat bottom center;
		background-size: 100% auto;
	}
	.cell03 .ttlArea {
		padding: 0 0 30px;
	}
	.cell03 .ttlArea h2 {
		position: relative;
		z-index: 10;
		width: 76.4%;
		margin: 0 auto;
	}
	.cell03 .ttlArea .img {
		position: absolute;
		z-index: 10;
		left: 0;
		bottom: auto;
		top: -50px;
		z-index: 0;
		width: 35.3%;
	}
	.cell03 .ttlArea .txt {
		position: absolute;
		bottom: -10px;
		right: 0;
		z-index: 0;
		width: 82.2%;
	}


	.cell03 .graph01 {
		margin: 0 auto 10px;
		width: 95%;
		max-width: 95%;
	}
	.cell03 .graph {
		margin: 0 auto;
		width: 95%;
		max-width: 95%;
	}
	.cell03 .graph ul {
		display: block;
	}
	.cell03 .graph ul li {
		width: 100%;
		margin: 0 auto 10px;
	}
	.cell03 .graph ul li img {
		width: 100%;
	}

	/*========================================================================
	  cell04
	========================================================================*/
	.cell04 {
		margin-top: 0;
		padding: 0 0 0px;
		background: url(img/bg_cell04_sp.png) no-repeat bottom center;
		background-size: 100% auto;
	}
	.cell04 .ttlArea h2.ttl {
		width: 71.6%;
		margin: 0 auto 25px;
		z-index: 10;
	}
	.cell04 .ttlArea .img {
		position: absolute;
		bottom: -35px;
		right: auto;
		left: 0;
		width: 60.8%;
		z-index: 0 !important;
	}
	.cell04 .ttlArea .txt {
		position: absolute;
		bottom: -15px;
		left: auto;
		right: 0;
		width: 61.4%;
		z-index: 10;
	}

	.cell04 .ttlArea {
		position: relative;
		padding: 0 0 25px;
	}
	.cell04 .ttlArea .lead {
		padding-left: 48%;
		text-align: left;
	}
	.cell04 .flow {
		position: relative;
		margin: 0 auto 15px;
		width: 95%;
		max-width: 95%;
		z-index: 20;
	}
	.cell04 .arrow {
		max-width: 75px;
	}

	.cell04 .txt {
		font-size: 16px;
		line-height: 30px;
		letter-spacing: -0.1em;
	}
	.cell04 .txt span.txt01 {
		font-size: 23px;
	}
	.cell04 .txt span.txt02 {
		font-size: 23px;
	}
	.cell04 .txt span:before {
		border-bottom: #efe200 4px solid;
		bottom: 5px;
	}
	.cell04 .bg {
		background: url(img/bg_cell04_sp.png) no-repeat 50% center;
		background-size: 100% 100%;
		padding: 20px 0 45px;
	}


	/*========================================================================
	  cell05
	========================================================================*/
	.cell05 {
		margin-top: 0;
		padding: 0 0 35px;
		background: url(img/bg_cell05_sp.png) no-repeat bottom center;
		background-size: 100% auto;
	}
	.cell05 .ttlArea {
		padding-bottom: 40px;
	}
	.cell05 .ttlArea h2.ttl {
		width: 91%;
		margin: 0 auto;
	}
	.cell05 .ttlArea .img {
		bottom: -50px;
		width: 40%;
		max-width: 180px;
	}
	.cell05 .ttlArea .txt {
		position: absolute;
		bottom: -5px;
		right: 0;
		width: 71.2%;
	}

	.cell05 ul {
		max-width: 95%;
		margin: 0 auto 30px;
		z-index: 0;
	}

	.cell05 ul li {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0% 15px 0;
		padding: 20px 25px;
		background: url(img/bg_line.png) no-repeat 50% 50%, url(img/cell05_bg01.jpg) no-repeat;
		background-size: 100% 100%, cover;
	}
	.cell05 ul li:nth-child(1) {
		background: url(img/bg_line.png) no-repeat 50% 50%, url(img/cell05_bg01.jpg) no-repeat;
		background-size: 100% 100%, cover;
	}
	.cell05 ul li:nth-child(2) {
		background: url(img/bg_line.png) no-repeat 50% 50%, url(img/cell05_bg01.jpg) no-repeat;
		background-size: 100% 100%, cover;
	}
	.cell05 ul li:nth-child(3) {
		background: url(img/bg_line.png) no-repeat 50% 50%, url(img/cell05_bg01.jpg) no-repeat;
		background-size: 100% 100%, cover;
	}
	.cell05 ul li:nth-child(4) {
		background: url(img/bg_line.png) no-repeat 50% 50%, url(img/cell05_bg01.jpg) no-repeat;
		background-size: 100% 100%, cover;
	}
	.cell05 ul li:nth-child(2n) {
		margin: 0 0% 20px 0;
	}
	.cell05 ul li .ttl {
		text-align: right;
		margin: 0;
		margin-right: -10px;
	}
	.cell05 ul li .ttl img {
		width: 70%;
		max-width: 310px;
	}
	.cell05 ul li h3 {
		font-size: 16px;
		margin: 0 0 0px;
	}
	.cell05 ul li h4 {
		font-size: 10px;
	}
	.cell05 ul li p {
		font-size: 13px;
		line-height: 20px;
	}


	/*========================================================================
	  cell06
	========================================================================*/
	.cell06 {
		padding: 0 0 50px;
	}
	.cell06 .box {
		display: block;
		width: 95%;
		max-width: 95%;
	}
	.cell06 .box h2 {
		width: 100%;
		max-width: 710px;
	}
	.cell06 .box h2 img {
		width: auto;
		max-width: 100%;
	}
	.cell06 .box .list_box {
		width: 100%;
		max-width: 100%;
	}
	.cell06 .box .list_box .list01 {
		display: block;
		font-size: 0;
		margin: 0;
	}
	.cell06 .box .list_box .list01 li {
		margin: 0 2% 8px 0;
		width: 32%;
		height: 90px;
	}
	.cell06 .box .list_box .list01 li:nth-child(4n) {
		margin: 0 2% 8px 0;
	}
	.cell06 .box .list_box .list01 li:nth-child(3n) {
		margin: 0 0% 8px;
	}
	.cell06 .box .list_box .list01 li .img {
		height: 90px;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.cell06 .box .list_box .list01 li .img img {
		width: auto;
		max-width: 73%;
	}

	.cell06 .box .list_box .list02 {
		display: block;
		font-size: 0;
		margin: 0;
	}
	.cell06 .box .list_box .list02 li {
		display: block;
		margin: 0 0% 8px;
		width: 100%;
		height: 75px;
	}
	.cell06 .box .list_box .list02 li:nth-child(2n) {
		margin: 0 0% 0px;
	}
	.cell06 .box .list_box .list02 li .img {
		height: 75px;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.cell06 .box .list_box .list02 li .img img {
		width: auto;
		max-width: 84%;
	}


	/*========================================================================
	  cell07
	========================================================================*/
	.cell07 {
		padding: 0 0 50px;
	}
	.cell07 .box {
		display: block;
		width: 95%;
		max-width: 95%;
		margin: 0 auto;
	}
	.cell07 .box h2 {
		width: 100%;
		max-width: 710px;
	}
	.cell07 .box h2 img {
		width: auto;
		max-width: 100%;
	}
	.cell07 .box ul {
		width: 100%;
		max-width: 100%;
		padding: 0 0 0px;
	}

	.cell07 .box ul {
		position: relative;
	}

	.cell07 .box li.list {
		position: relative;
		display: block;
		height: auto;
		margin: -20px auto 10px;
		padding: 20px 0px 20px 0px;
	}
	.cell07 .box li.list:nth-child(1) {
		background: url(img/cell07_bg01_top.png) no-repeat 1% 4%, url(img/cell07_bg01_btm.png) no-repeat 99% 96%, #151838;
	}
	.cell07 .box li.list:nth-child(3) {
		background: url(img/cell07_bg02_top.png) no-repeat 1% 4%, url(img/cell07_bg02_btm.png) no-repeat 99% 96%, #19204f;
	}
	.cell07 .box li.list:nth-child(5) {
		background: url(img/cell07_bg03_top.png) no-repeat 1% 4%, url(img/cell07_bg03_btm.png) no-repeat 99% 96%, #222c6f;
	}
	.cell07 .box li.list:nth-child(7) {
		background: url(img/cell07_bg04_top.png) no-repeat 1% 4%, url(img/cell07_bg04_btm.png) no-repeat 99% 96%, #2b378c;
	}
	.cell07 .box li.list:nth-child(9) {
		background: url(img/cell07_bg05_top.png) no-repeat 1% 4%, url(img/cell07_bg05_btm.png) no-repeat 99% 96%, #3e4ba9;
	}
	.cell07 .box li.list:nth-child(11) {
		background: url(img/cell07_bg06_top.png) no-repeat 1% 4%, url(img/cell07_bg06_btm.png) no-repeat 99% 96%, #5e69b9;
	}
	.cell07 .box li.list .num {
		position: absolute;
		top: 20px;
		left: 20px;
		width: 8%;
		max-width: 63px;
	}
	.cell07 .box li.list .txtArea {
		width: 100%;
	}
	.cell07 .box li.list .txtArea h3 {
		font-size: 18px;
	}
	.cell07 .box li.list .txtArea p {
		font-size: 13px;
		line-height: 20px;
	}
	.cell07 .box li.btm_arrow {
		position: relative;
		margin: -20px auto 0;
	}


	/*========================================================================
	  company
	========================================================================*/
	.company {
		padding: 0 0 105px;
		width: 100%;
		margin: 0 auto;
		padding: 0 2.5%;
	}
	.company dl {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding-bottom: 50px;
	}
	.company dl dt {
		clear: both;
		float: none;
		width: 100%;
		padding: 15px 0 5px 10px;
		margin: 0 0 0 0;
		font-size: 13px;
	}

	.company dl dd {
		width: 100%;
		padding: 0px 0 15px 10px;
		margin: 0;
		font-size: 13px;
	}
	.company dl dd:after {
		display: none;
	}
	.company dl dd:last-child {
		border-bottom: none;
	}
	.company dl dd ul.list02 {
		display: block;
		 margin: 20px 0 0;
	}
	.company dl dd ul li {
		width: 100%;
	}
	.company dl dd ul li:last-child {
		margin-top: 20px;
	}
	.company dl dd ul.list01 li:last-child {
	    margin-top: 0px;
	}


	/*========================================================================
	  formArea
	========================================================================*/
	#contact {
		padding: 0 0 75px;
		width: 100%;
	}
	#contact .sslArea {
		padding: 10px;
		max-width: 95%;
		margin: 0 auto 40px;
	}
	#contact .sslArea img {
		width: 25%;
		max-width: 100px;
	}
	#contact .sslArea p {
		font-size: 13px;
		line-height: 20px;
		width: 70%;
	}
	#contact .box {
		width: 100%;
		max-width: 1080px;
		margin: 0 auto;
	}
	#contact ul {
		padding: 0 0 30px;
		width: 95%;
		margin: 0 auto;
	}
	#contact ul li {
		padding: 0 0 10px;
		font-size: 14px;
	}
	#contact ul li .pc {
		display: none !important;
	}
	#contact dl {
		display: block;
		width: 95%;
		margin: 0 auto;
	}
	#contact dl dt {
		width: 100%;
		padding-left: 16px;
		font-size: 16px;
		margin: 10px 0 15px;
		justify-content: flex-start;
	}
	#contact dl dt:before {
		content: "■";
	  display: block;
		position: absolute;
		top: 5px;
		left: 0px;
		color: #1f2879;
		font-size: 12px;
	}

	#contact dl dd {
		width: 100%;
		margin: 0 0 40px;
		font-size: 16px;
	}
	#contact dl .must {
		margin: 0px 0px 0 10px;
		font-size: 12px;
	}
	#contact dl .ninni {
		margin: 0px 0px 0 10px;
		font-size: 12px;
	}
	#contact dl dd .input01 {
		width: 97%;
		height: 40px;
		line-height: 40px;
		border: 1px solid #dde2e5;
		padding: 0 1.5%;
	}
	#contact dl dd .input02 {
		width: 97%;
		height: 150px;
		padding: 10px 1.5%;
	}
	#contact dl dd.pp .must {
		clear: both;
		float: left;
		display: block;
		margin-top: -60px;
	}
	.pp .txtCell {
		padding: 15px 0 0 0px;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
	   flex-direction: column;
	}

	.agree {
		margin: 20px auto;
		background: #fff;
		color: #1f2879;
		border: 1px solid #1f2879;
		padding: 10px 10px;
	}
	/*
	#contact .con {
		margin-top: 150px;
		margin-bottom: 100px;
	}
	#contact .key {
		margin-top: -270px
	}
	*/
	.contactArea #contact {
		padding: 130px 0 105px;
	}
	.contactArea #contact dl dd {
		margin-top: 10px;
	}/*
	.contactArea #contact dl dd:last-of-type {
		border-bottom: 1px solid #c6c6c6;
		padding-bottom: 50px;
	}
	*/

	.thanks {
		display: block;
		width: 95%;
		margin: 0 auto 20px;
	}
	.thanks h3 {
		font-size: 20px;
		line-height: 28px;
		margin: 0 0 40px;
	}
	.thanks p {
		font-size: 16px;
		line-height: 30px;
		margin: 0 0 30px;
	}

	.btnArea {
		clear: both;
	}
	.btn-1 {
		position: relative;
		display: block;
		width: 95%;
		height: 70px;
		line-height: 70px;
		color: #fff;
		background: #1f2879;
		margin: 0 auto;
		text-align: center;
		padding-left: 35px;
		border: none;
		font-weight: bold;
		font-size: 18px;
	}
	.btn-1:before {
		content: "";
		display: block;
		background: url(img/icon01.png) no-repeat;
		background-size: 22px 18px;
		width: 22px;
		height: 18px;
		position: absolute;
		top: 26px;
		left: 20%;
	}

	.btn-2 {
		position: relative;
		display: block;
		width: 240px;
		height: 50px;
		line-height: 50px;
		color: #fff;
		background: #1f2879;
		margin: 0 auto;
		text-align: center;
		padding-left: 20px;
		font-weight: bold;
		font-size: 18px;
		border: none;
	}
	.btn-2:before {
		content: "";
		display: block;
		background: url(img/icon02.png) no-repeat;
		background-size: 22px 13px;
		width: 22px;
		height: 13px;
		position: absolute;
		top: 20px;
		left: 25px;
	}

	.btn-3 {
		position: relative;
		display: block;
		width: 95%;
		height: 70px;
		line-height: 70px;
		color: #fff;
		background: #1f2879;
		margin: 0 auto;
		text-align: center;
		padding-left: 20px;
		font-weight: bold;
		border: none;
		font-size: 18px;
		margin-bottom: 45px;
	}
	.btn-3:before {
		content: "";
		display: block;
		background: url(img/icon03.png) no-repeat;
		background-size: 24px 19px;
		width: 24px;
		height: 19px;
		position: absolute;
		top: 23px;
		left: 30%;
	}
	.totop {
		display: none;
	}
	.key .g-recaptcha div {
		text-align: center;
		margin: 40px auto;
	}

	.sp_footer {
		display: block;
		position: fixed;
		bottom: 0;
		height: 60px;
		margin: 0;
		z-index: 800;
	}
	.sp_footer ul {
		display: -webkit-flex;
		display: flex;
		align-items: center;
		height: 60px;
	}
	.sp_footer ul li {
		width: 50%;
		height: 60px;
		text-align: center;
		margin: 0 auto;
	}
	.sp_footer ul li a {
		width: 100%;
		height: 60px;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		text-align: center;
		margin: 0 auto;
	}
	.sp_footer ul li:nth-child(1) {
		background: #1f2879;
	}
	.sp_footer ul li:nth-child(1) img {
		text-align: center;
		margin: 0 auto;
		width: 87.2%;
	}
	.sp_footer ul li:nth-child(2) {
		position: relative;
		background: #197407;
	}
	.sp_footer ul li:nth-child(2) img {
		text-align: center;
		margin: 0 auto;
		width: 64.5%;
	}
	.sp_footer ul li:nth-child(2):after {
		content: "";
		display: block;
		background: url(img/footer_fuki.png) no-repeat;
		background-size: 37px 40px;
		width: 37px;
		height: 40px;
		position: absolute;
		top: -20px;
		right: 10px;
		z-index: 999;
	}

}
