@charset "UTF-8";

body{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

#wrapper {
	font-size: 62.5%;
	line-height: 1.6;
	letter-spacing: 1px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #222222;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	background: #fff;
	position: relative;
}

#wrapper a:link      { text-decoration: none; color: #1d1d1d;}
#wrapper a:visited   { text-decoration: none; color: #1d1d1d;}
#wrapper a:hover     { text-decoration: underline; }
#wrapper a:active    { text-decoration: underline; }

a[href^="tel:"] {
	pointer-events: none;
}

a,:focus {
	outline: none;
}

::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.img img {
	width: 100%;
	height: auto;
}

.tb   { display: none!important;}
.tbsp { display: none!important;}
.sp   { display: none!important;}

.opacity a:hover,
.opacity input:hover {
	opacity: 0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity: 0.50;
	-khtml-opacity: 0.50;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	text-decoration: none!important;
}

/*======================================================
  common
======================================================*/

.cntTtlBox {
	text-align: center;
	margin: 0 0 40px;
}

.cntTtlTxt {
	font-weight: 900;
	font-size: 1.4em;
	line-height: 1;
	color: #013e7f;
	margin: 0 0 15px;
}

.cntTtl {
	font-weight: 700;
	font-size: 3.4em;
	line-height: 1;
	letter-spacing: 0.025em;
}

/* cvsAra */
#cvsAra {
	padding: 0 50px;
	background: #f4f4f7;
	border-top: solid 1px #d2d3d8;
	border-bottom: solid 1px #d2d3d8;
}

.cvsWrp {
	text-align: center;
	max-width: 1300px;
	margin: 0 auto;
}

.cvsCntBox {
	padding: 35px 0;
	border-bottom: solid 1px #d2d3d8;
}

.cvsCth {
	font-weight: 700;
	font-size: 2.2em;
	line-height: 1.2;
	margin: 0 0 35px;
}

.cvsBtn {
	text-align: center;
	max-width: 420px;
	margin: 0 auto;
}

.cvsBtn a {
	font-weight: 700;
	font-size: 2em;
	line-height: 1;
	padding: 30px;
	display: block;
	background: #013e7f;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(0,0,0,0.08)
}

.cvsBtn a:link,
.cvsBtn a:visited {
	color: #fff!important;
}

.cvsBtn a:hover {
	text-decoration: none!important;
	background: #e60012;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.cvsBtn span {
	padding: 0 0 0 27px;
	background: url(../images/icn_material.png) left no-repeat;
	background-size: 17px 13px;
}

.cvsLstBox {
	display: inline-block;
	padding: 0 90px 0 0;
	background: url(../images/icn_operator.png) bottom right no-repeat;
	background-size: 70px 81px;
}

.cvsLst {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px 0;
}

.cvsLst dt {
	font-weight: 700;
	font-size: 1.6em;
	line-height: 1;
	padding: 10px 30px 10px 0;
	border-right: solid 1px #d2d3d8;
}

.cvsTel {
	font-weight: 700;
	font-size: 3.3em;
	line-height: 1;
	letter-spacing: -0.025em;
	padding: 0 20px 0 30px;
}

.cvsTel a {
	padding: 5px 0 5px 40px;
	background: url(../images/icn_tel_wt.png) left no-repeat;
	background-size: 30px 30px;
}

.cvsTel a:link,
.cvsTel a:visited {
	color: #013e7f!important;
}

.cvsTxt {
	font-weight: 500;
	font-size: 1.4em;
	line-height: 1;
	letter-spacing: -0.005em;
}

/*======================================================
  header
======================================================*/

header {
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
	background: #fff;
}

.hdrLgLst {
	display: flex;
	align-items: center;
	padding: 0 0 0 30px;
}

.hdrLgLst li:first-child {
	max-width: 100px;
	margin: 0 30px 0 0;
}

.hdrLgLst li:last-child {
	font-weight: 700;
	font-size: 2em;
	line-height: 1;
}

/* mNav */
.menu, .menu span {
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
	box-sizing: border-box;
}

.menu {
	position: fixed;
	top:  5px;
	right: 5px;
	width: 80px;
	height: 80px;
	z-index: 100;
	cursor: pointer;
	background: #013e7f;
	border-radius: 4px;
}

.menu span {
	position: absolute;
	left: 20px;
	width: 40px;
	height: 2px;
	background: #fff;
	z-index: 100;
}

button {
	border: none;
	background: none;
}

.menu span:nth-of-type(1) {
	top: 30px;
}

.menu span:nth-of-type(2) {
	top: 40px;
}

.menu span:nth-of-type(3) {
	top: 50px;
}

.menu.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(45deg);
	transform: translateY(10px) rotate(45deg);
}

.menu.active span:nth-of-type(2) {
	opacity: 0;
}

.menu.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(-45deg);
	transform: translateY(-10px) rotate(-45deg);
}

.mNavTtl {
	text-align: center;
	font-weight: 700;
	font-size: 3em;
	line-height: 1;
	letter-spacing: 0.025em;
	color: #013e7f;
	margin: 0 0 40px;
}

#mNav {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	width: 100%;
	height: 100vh;
	opacity: 0;
	background: rgba(255,255,255,0.97);
	transition: all 0.3s ease-in-out;
	visibility: hidden;
}

#mNav.active {
	display: block;
	right: 0;
	opacity: 1;
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
}

#mNav ul {
	margin: 0 0 30px;
}

#mNav ul li {
	border-bottom: solid 1px #d2d3d8;
}

#mNav ul li a {
	display: block;
	padding: 25px 0;
	transition: all 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	color: #222;
}

#mNav ul li a:link,
#mNav ul li a:visited {
	color: #222!important;
}

.mNavSubTxt {
	display: inline-block;
	font-weight: 900;
	font-size: 1.2em;
	line-height: 1;
	color: #013e7f!important;
	margin: 0 0 5px;
}

.mNavTxt {
	font-weight: 700;
	font-size: 1.8em;
	line-height: 1.2;
}

#mNav .cvsBtn {
	text-align: center;
	max-width: 360px;
	margin: 0 auto;
}

#mNav .cvsBtn a {
	font-weight: 700;
	font-size: 1.6em;
	line-height: 1;
	padding: 20px;
	display: block;
	background: #013e7f;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(0,0,0,0.08)
}

/*======================================================
  manArea
======================================================*/

#manAra {
	padding: 0 50px;
	position: relative;
	background: url(../images/bg_main.jpg) top no-repeat;
	background-size: cover;
}

.manWrp {
	max-width: 1600px;
	height: 650px;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
}

.manCthBox {
	margin: 0 0 70px;
}

.manCth {
	font-weight: 900;
	font-size: 3.8em;
	line-height: 1.6;
	letter-spacing: -0.005em;
	text-shadow: 0 0 20px rgba(255,255,255,1),0 0 20px rgba(255,255,255,1),
	0 0 20px rgba(255,255,255,1),0 0 20px rgba(255,255,255,1);
	margin: 0 0 45px;
}

.manCth .blTxt {
	font-size: 1.2em;
	color: #013e7f;
	border-bottom: solid 2px #e60012;
}

.manCth .bigTxt {
	font-size: 1.2em;
}

.manBr {
	display: none;
}

.manPntLst {
	display: flex;
	align-items: center;
}

.manPntLst li {
	font-weight: 700;
	font-size: 2.4em;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #013e7f;
	margin: 0 30px 0 0;
	padding: 20px 30px;
	background: rgba(255,255,255,0.8);
	border: solid 1px #013e7f;
	border-radius: 4px;
}

.srcIcn {
	padding: 5px 0 5px 35px;
	background: url(../images/icn_search.png) left no-repeat;
	background-size: 30px 30px;
}

.expIcn {
	padding: 5px 0 5px 35px;
	background: url(../images/icn_experience.png) left no-repeat;
	background-size: 30px 30px;
}

@media screen and (max-width:1200px) {
	.manBr {
		display: block;
	}
}

/*======================================================
  content
======================================================*/

/* trbAra */
#trbAra {
	min-height: 650px;
	padding: 80px 50px 0;
	background: url(../images/bg_trouble.png) bottom no-repeat;
	background-size: 600px 500px;
}

.trbWrp {
	max-width: 1300px;
	margin: 0 auto;
}

.trbBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.trbLst {
	margin: 70px 0 0;
}

.trbLst li {
	font-weight: 700;
	font-size: 1.8em;
	line-height: 1;
	color: #013e7f;
	margin: 0 0 70px;
	padding: 25px 15px;
	background: rgba(255,255,255,0.8);
	border: solid 1px #013e7f;
	border-radius: 4px;
}

.trbLst li span {
	padding: 5px 0 5px 40px;
	background: url(../images/icn_check.png) left no-repeat;
	background-size: 30px 30px;
}

.trbLtBox .trbLst li:not(:first-child),
.trbRtBox .trbLst li:first-child {
	font-size: 1.6em!important;
}

@media screen and (max-width:1200px) {
	#trbAra {
		min-height: 900px;
	}
	
	.trbLst li {
		font-size: 1.6em;
		padding: 25px 10px;
	}
	
	.trbLtBox .trbLst li:not(:first-child),
	.trbRtBox .trbLst li:first-child {
		font-size: 1.5em!important;
	}
}

/* sltAra */
#sltAra {
	padding: 100px 50px;
}

.sltWrp {
	max-width: 1300px;
	margin: 0 auto;
}

.sltBox {
	display: flex;
	align-items: center;
}

.sltCntBox {
	width: calc(100% - 850px);
	margin: 0 50px 0 0;
	position: relative;
}

.sltTyp {
	text-align: center;
	display: inline-block;
	font-weight: 700;
	font-size: 1.8em;
	line-height: 1.2;
	color: #fff;
	margin: 0 0 30px;
	padding: 15px;
	background: #013e7f;
	border-radius: 4px;
	white-space: nowrap;
	position: relative;
	z-index: 20;
}

.sltTyp span {
	font-size: 0.8em;
}

.sltCth {
	font-weight: 900;
	font-size: 5.3em;
	line-height: 1.35;
	white-space: nowrap;
	text-shadow: 0 0 20px rgba(255,255,255,1),0 0 20px rgba(255,255,255,1),
	0 0 20px rgba(255,255,255,1),0 0 20px rgba(255,255,255,1);
	margin: 0 0 40px;
	position: relative;
	z-index: 20;
}

.sltTxt {
	font-weight: 500;
	font-size: 2em;
	line-height: 2.4;
	white-space: nowrap;
	position: relative;
	z-index: 20;
	text-shadow: 0 0 20px rgba(255,255,255,1),0 0 20px rgba(255,255,255,1),
	0 0 20px rgba(255,255,255,1),0 0 20px rgba(255,255,255,1);
}

.sltTxt .blTxt {
	font-weight: 700;
	font-size: 1.2em;
	color: #013e7f;
}

.sltPicBox {
	max-width: 800px;
	position: relative;
	z-index: 10;
}

.sltIcn {
	position: absolute;
	top: -60px;
	right: -60px;
	text-align: center;
	width: 154px;
	height: 94px;
	font-weight: 700;
	font-size: 3em;
	line-height: 1;
	color: #fff;
	padding: 60px 0 0;
	background: rgba(1,62,127,0.9);
	border-radius: 50%;
}

.sltIcn span {
	position: relative;
}

.sltIcn span:before,
.sltIcn span:after {
	position: relative;
	display: inline-block;
	content: "";
	background: #fff;
	width: 1px;
	height: 25px;
	margin: 0 15px;
	vertical-align: middle;
}
 
.sltIcn span:before {
	  transform: rotate(-30deg);
}
 
.sltIcn span:after {
	  transform: rotate(30deg);
}

.sltPic img {
	border-radius: 4px;
}

@media screen and (max-width:1200px) {
	.sltCntBox {
		width: calc(100% - 700px);
	}
	
	.sltPicBox {
		max-width: 650px;
	}
}

/* abtAra */
#abtAra {
	padding: 80px 50px 0;
}

.abtWrp {
	max-width: 1200px;
	margin: 0 auto;
}

.abtTxt {
	text-align: center;
	font-weight: 500;
	font-size: 1.6em;
	line-height: 2.5;
	margin: 0 0 50px;
}

.abtTxt .blTxt {
	font-weight: 700;
	font-size: 1.2em;
	color: #013e7f;
}

.abtPic img {
	border-radius: 4px;
}

/* atrAra */
#atrAra {
	padding: 80px 50px 100px;
}

.atrWrp {
	max-width: 1300px;
	margin: 0 auto;
}

.atrBox {
	display: flex;
}

.atrTxt {
	width: calc(100% - 500px);
	font-weight: 500;
	font-size: 1.7em;
	line-height: 2.6;
	margin: 0 50px 0 0;
}

.atrTxt .blTxt {
	font-weight: 700;
	font-size: 1.2em;
	color: #013e7f;
}

.atrCntBox {
	max-width: 450px;
	width: 100%;
}

.atrLst li {
	display: flex;
	align-items: center;
	background: #fff;
	border: solid 1px #013e7f;
	border-radius: 4px;
}

.atrLst li:not(:last-child) {
	margin: 0 0 20px;
}

.atrLstNbr {
	width: 60px;
	text-align: center;
	font-weight: 700;
	font-size: 2.6em;
	line-height: 1;
	color: #fff;
	padding: 20px 0;
	background: #013e7f;
	border-radius: 3px 0 0 3px;
}

.atrLstTxt {
	text-align: center;
	width: calc(100% - 60px);
	font-weight: 700;
	font-size: 2.2em;
	line-height: 1;
	color: #013e7f;
}

/* pntAra */
#pntAra {
	min-height: 800px;
	padding: 100px 50px;
	background: url(../images/bg_point.jpg) top no-repeat #001828;
	background-size: auto 100%;
}

.pntWrp {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
}

#pntAra .cntTtlBox {
	text-align: left;
	width: 450px;
	display: flex;
	margin: 0 50px 0 0;
}

#pntAra .cntTtlTxt {
	line-height: 2;
	color: #fff!important;
	margin: 0 30px 0 0;
}

#pntAra .cntTtl {
	line-height: 1.4;
	color: #fff!important;
}

.pntCntBox {
	width: calc(100% - 500px);
}

.pntLst li {
	display: flex;
	align-items: center;
}

.pntLst li:not(:last-child) {
	margin: 0 0 40px;
}

.pntTtl {
	width: 120px;
	height: 70px;
	text-align: center;
	font-weight: 700;
	font-size: 1.85em;
	line-height: 1;
	color: #013e7f;
	margin: 0 40px 0 0;
	padding: 50px 0 0;
	background: rgba(255,255,255,1);
	border-radius: 50%;
}

.pntTtxt {
	font-size: 2.2em;
	line-height: 1.8;
	color: #fff;
}

@media screen and (max-width:1400px) {
	.pntWrp {
		display: block;
		max-width: 850px;
	}

	#pntAra .cntTtlBox {
		text-align: center;
		width: 100%;
		display: block;
		margin: 0 0 40px;
	}

	.pntCntBox {
		width: 100%;
	}

}

/* flwAra */
#flwAra {
	padding: 80px 50px 100px;
}

.flwWrp {
	max-width: 1300px;
	margin: 0 auto;
}

.flwTtlLst {
	max-width: 1300px;
	overflow: hidden;
	display: flex;
	align-items: center;
	margin: 0 auto 40px;
	background: rgb(244,244,247);
	background: linear-gradient(90deg, rgba(244,244,247,1) 0%, rgba(244,244,247,1) 50%, rgba(197,197,233,1) 50%, rgba(197,197,233,1) 100%);
	border-radius: 4px;
}

.flwTtlLst li {
	width: calc(25% - 40px);
	text-align: center;
	font-weight: 900;
	font-size: 2.6em;
	line-height: 1;
	color: #013e7f;
	padding: 40px 20px;
	-webkit-transform: skewX(-160deg);
	-moz-transform: skewX(-160deg);
	transform: skewX(-160deg);
}

.flwTtlLst li p {
	transform: skewX(160deg);
}

.flwTtlLst li span {
	font-size: 1.5em;
}

.flwTtlLst li:nth-child(1) {
	background: #f4f4f7;
}

.flwTtlLst li:nth-child(2) {
	background: #e9e9f5;
}

.flwTtlLst li:nth-child(3) {
	background: #dcdcf0;
}

.flwTtlLst li:nth-child(4) {
	background: #c5c5e9;
}

.flwLst {
	display: flex;
}

.flwLst li {
	text-align: center;
	width: 25%;
}

.flwTtl {
	width: 140px;
	font-weight: 700;
	font-size: 1.8em;
	line-height: 1;
	letter-spacing: 0.025em;
	color: #013e7f;
	margin: 0 auto 25px;
	padding: 15px;
	border: solid 1px #013e7f;
	border-radius: 4px;
}

.flwTxt {
	font-weight: 700;
	font-size: 2em;
	line-height: 1.4;
	color: #013e7f;
	margin: 0 0 40px;
}

.flwImg {
	max-width: 220px;
	margin: 0 auto 30px;
}

.flwTim {
	display: inline-block;
	font-size: 1.3em;
	line-height: 1;
	color: #fff;
	padding: 6px 10px;
	background: #e60012;
	border-radius: 2px;
}

/* voiAra */
#voiAra {
	padding: 80px 0 0;
}

.voiLst {
	margin: -50px 0 0;
}

.voiLst li {
	padding: 50px;
	border-bottom: solid 1px #d2d3d8;
}

.voiLst li:nth-child(even) {
	background: #f4f4f7;
}

.voiLstBox {
	max-width: 1000px;
	display: flex;
	align-items: center;
	margin: 0 auto 40px;
}

.voiPic {
	max-width: 500px;
}

.voiPic img {
	border-radius: 4px;
}

.voiCntBox {
	width: calc(100% - 580px);
}

.voiLst li:nth-child(odd) .voiPic {
	order: 1;
}

.voiLst li:nth-child(odd) .voiCntBox {
	order: 2;
	padding: 0 0 0 80px;
}

.voiLst li:nth-child(even) .voiPic {
	order: 2;
}

.voiLst li:nth-child(even) .voiCntBox {
	order: 1;
	padding: 0 80px 0 0;
}

.voiIcn {
	text-align: center;
	display: inline-block;
	font-weight: 700;
	font-size: 1.6em;
	line-height: 1;
	letter-spacing: -0.001em;
	color: #fff;
	padding: 6px 12px;
	margin: 0 0 20px;
	background: #013e7f;
	border-radius: 3px;
}

.voiIcn span {
	font-size: 1.3em;
}

.voiNme {
	display: inline-block;
	font-weight: 700;
	font-size: 2.6em;
	line-height: 1.5;
	color: #013e7f;
	border-bottom: solid 2px #e60012;
}

.voiTxt {
	max-width: 1000px;
	margin: 0 auto;
	font-weight: 500;
	font-size: 1.6em;
	line-height: 2.2;
}

/* qesAra */
#qesAra {
	padding: 80px 50px 0;
}

.qesWrp {
	max-width: 1000px;
	margin: 0 auto;
}

.qesLst {
	margin: 0 0 80px;
}

.qesLst dt {
	display: flex;
	margin: 0 0 40px;
	background: #f4f4f7;
	border: solid 1px #d2d3d8;
	border-radius: 4px;
}

.qesLst dd {
	display: flex;
	margin: 0 0 50px;
}

.qesIcn {
	text-align: center;
	width: 65px;
	font-weight: 700;
	font-size: 2.8em;
	line-height: 1;
	color: #fff;
	padding: 20px 0;
	background: #013e7f;
	border-radius: 4px 0 0 4px;
}

.qesTxt {
	width: calc(100% - 125px);
	font-weight: 700;
	font-size: 2.2em;
	line-height: 1.3;
	padding: 20px 30px;
}

.ansIcn {
	font-weight: 700;
	font-size: 2.8em;
	line-height: 1;
	color: #a3b0c5;
	padding: 0 50px 0 25px;
}

.ansTxt {
	font-weight: 500;
	font-size: 1.8em;
	line-height: 1.8;
}

.qesCntBox {
	display: flex;
}

.qesChkBox {
	width: calc(47% - 15px);
	margin: 0 15px 0 0;
	background: #f4f4f7;
	border: solid 1px #d5d5d5;
	border-radius: 4px;
}

.qesAtnBox {
	width: calc(53% - 15px);
	margin: 0 0 0 15px;
	background: #f4f4f7;
	border: solid 1px #d5d5d5;
	border-radius: 4px;
}

.qesChkTtl,
.qesAtnTtl{
	text-align: center;
	font-weight: 700;
	font-size: 2em;
	line-height: 1.2;
	color: #fff;
	padding: 15px;
	background: #013e7f;
	border-radius: 4px 4px 0 0;
}

.qesChkTtl span,
.qesAtnTtl span{
	position: relative;
	padding: 0 0 0 35px;
}

.qesChkTtl span:before {
	content: "￥";
	text-align: center;
	display: inline-block;
	width: 28px;
	height: 26px;
	margin: 0 10px 0 0;
	padding: 2px 0 0;
	color: #e60012;
	background: #fff;
	border-radius: 50%;
}

.qesAtnTtl span:before {
	content: "！";
	text-align: center;
	display: inline-block;
	width: 28px;
	height: 26px;
	margin: 0 10px 0 0;
	padding: 2px 0 0;
	color: #e60012;
	background: #fff;
	border-radius: 50%;
}

.qesCntTxt {
	font-weight: 500;
	font-size: 1.6em;
	line-height: 2.2;
	padding: 30px;
}

/* msgAra */
#msgAra {
	padding: 100px 50px 80px;
}

.msgWrp {
	max-width: 1200px;
	margin: 0 auto;
}

.msgPic {
	margin: 0 0 80px;
}

.msgPic img {
	border-radius: 4px;
}

.msgBox {
	display: flex;
}

.msgTtlBox {
	width: 200px;
	margin: 0 50px 0 0;
	border-right: solid 1px #d2d3d8;
}

.msgCntBox {
	width: calc(100% - 250px);
}

.msgTxt {
	font-weight: 500;
	font-size: 1.8em;
	line-height: 2.8;
	letter-spacing: -0.005em;
}

/* frmAra */
#frmAra {
	padding: 80px 50px 100px;
	background: #f4f4f7;
	border-top: solid 1px #d5d5d5;
}

.frmWrp {
	max-width: 1200px;
	margin: 0 auto;
}

.frmBox {
	margin: 0 0 60px;
	padding: 80px 50px;
	background: #fff;
	border: solid 1px #d5d5d5;
	border-radius: 4px;
	box-shadow: 2px 0 8px rgba(0,0,0,0.05)
}

.frmLstBox {	
	margin: 0 0 40px;
	border-bottom: solid 1px #d5d5d5;
}

.frmLst {
	display: flex;
	align-items: center;
	margin: 0 0 50px;
}

.frmLst dt {
	width: calc(45% - 50px);
	font-weight: 700;
	font-size: 1.8em;
	line-height: 1;
	margin: 0 50px 0 0;
	position: relative;
}

.frmIcn {
	position: relative;
}

.frmIcn:after {
	position: absolute;
	right: 0;
	height: 20px!important;
	content: "必須";
	font-weight: 700;
	font-size: 0.7em;
	line-height: 1;
	letter-spacing: 0.025em;
	color: #fff;
	padding: 5px 7px 0;
	background: #e60012;
	border-radius: 3px;
}

.error_blank {
	font-weight: 700;
	font-size: 1.6em;
	line-height: 2;
	color: #e60012;
}

.frmLst dd {
	width: 55%;
}

.frmBox01 {
	width: calc(100% - 30px);
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 1.6em;
	line-height: 1.6;
	padding: 15px;
	background: #f9f9f9;
	border: solid 1px #d5d5d5;
	border-radius: 4px;
}

.frmBox02 {
	width: calc(100% - 30px);
	height: 150px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 1.6em;
	line-height: 1.6;
	padding: 15px;
	background: #f9f9f9;
	border: solid 1px #d5d5d5;
	border-radius: 4px;
}

input::placeholder, textarea::placeholder {
	color: #8f8f8f;
}

.rqsBtnBox {
	display: flex;
	align-items: center;
}

.rqsBtn {
	font-weight: 700;
	font-size: 1.8em;
	line-height: 1;
	margin: 0 20px 0 0;
}

.radio-input{
	display: none;
}

.radio-input + label{
	padding: 0 0 0 20px;
	position:relative;
	margin:  0 30px 0 0;
}

.radio-input + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #d5d5d5;
	border-radius: 50%;
}

.radio-input:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	left: 3px;
	width: 11px;
	height: 11px;
	background: #013e7f;
	border-radius: 50%;
}

.frmAddLst {
	display: flex;
	align-items: center;
	margin: 0 0 20px;
}

.frmAddLst li {
	font-weight: 700;
	font-size: 1.8em;
	line-height: 1;
	margin: 0 20px 0 0;
}

.frmMinBox01 {
	width: 60px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 0.8em;
	line-height: 1.6;
	padding: 15px;
	background: #f9f9f9;
	border: solid 1px #d5d5d5;
	border-radius: 4px;
}

.frmMinBox02 {
	width: 100px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 0.8em;
	line-height: 1.6;
	padding: 15px;
	background: #f9f9f9;
	border: solid 1px #d5d5d5;
	border-radius: 4px;
}

.glCapTxt {
	font-weight: 500;
	font-size: 0.7em;
	color: #8f8f8f;
	margin: 0 0 0 20px;
}

.rdCapTxt {
	font-weight: 500;
	font-size: 0.8em;
	line-height: 2.5;
	color: #e60012;
}

.sndBtn {
	text-align: center;
}

.sndBtn input {
	width: 250px;
	margin: 0 auto;
	font-weight: 700;
	font-size: 1.6em;
	line-height: 1;
	color: #fff!important;
	padding: 20px;
	display: block;
	background: #013e7f;
	border: none;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(0,0,0,0.08);
	cursor: pointer;
}

.sndBtn input:hover {
	text-decoration: none!important;
	background: #e60012;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.frmCvsBox {
	max-width: 780px;
	height: 200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	background: #fff;
	border: solid 1px #d5d5d5;
	border-radius: 4px;
	box-shadow: 2px 0 8px rgba(0,0,0,0.05)
}

.frmCvsCntBox {
	text-align: center;
	width: calc(100% - 300px);
}

.frmCvsCth {
	font-weight: 700;
	font-size: 1.55em;
	line-height: 1.4;
	letter-spacing: -0.005em;
	margin: 0 0 10px;
	color: #013e7f;
}

.frmCvsTel {
	font-weight: 700;
	font-size: 4.5em;
	line-height: 1;
	letter-spacing: -0.025em;
	margin: 0 0 15px;
}

.frmCvsTel a {
	padding: 5px 0 5px 40px;
	background: url(../images/icn_tel_gl.png) left no-repeat;
	background-size: 30px 30px;
}

.frmCvsTel a:link,
.frmCvsTel a:visited {
	color: #013e7f!important;
}

.frmCvsDtaBox {
	display: flex;
	align-items: center;
	justify-content: center;
}

.frmCvsDtaTtl {
	text-align: center;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #fff;
	margin: 0 10px 0 0;
	padding: 5px 15px 7px;
	background: #013e7f;
}

.frmCvsDtaTxt {
	font-weight: 700;
	font-size: 1.65em;
	line-height: 1;
}

.frmCvsImg {
	width: 300px;
	height: 200px;
	background: url(../images/bg_conversion.jpg) top no-repeat;
	background-size: cover;
	border-radius: 0 4px 4px 0;
}

/* footer */
footer {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 68px;
	padding: 0 30px;
	background: #013e7f;
}

.lwrFtr {
	margin: 0!important;
}

.ftrLg {
	max-width: 100px;
}

.cpyTxt {
	font-size: 1.2em;
	line-height: 1;
	color: #fff;
}

/* fltAra */
#fltAra {
	width: calc(100% - 20px);
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 10px;
	background: #f4f4f7;
	border-top: solid 1px #d2d3d8;
	border-bottom: solid 1px #d2d3d8;
	z-index: 99;
}

.fltWrp {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fltBtn {
	text-align: center;
	max-width: 420px;
	margin: 0 auto;
}

.fltBtn a {
	font-weight: 700;
	font-size: 1.6em;
	line-height: 1;
	padding: 15px 30px;
	display: block;
	background: #013e7f;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(0,0,0,0.08)
}

.fltBtn a:link,
.fltBtn a:visited {
	color: #fff!important;
}

.fltBtn a:hover {
	text-decoration: none!important;
	background: #e60012;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.fltBtn span {
	padding: 0 0 0 27px;
	background: url(../images/icn_material.png) left no-repeat;
	background-size: 17px 13px;
}

.fltLst {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.fltLst dt {
	font-weight: 700;
	font-size: 1.4em;
	line-height: 1;
	padding: 5px 20px 5px 0;
	border-right: solid 1px #d2d3d8;
}

.fltTel {
	font-weight: 700;
	font-size: 2.8em;
	line-height: 1;
	letter-spacing: -0.025em;
	padding: 0 20px 0 20px;
}

.fltTel a {
	padding: 5px 0 5px 30px;
	background: url(../images/icn_tel_wt.png) left no-repeat;
	background-size: 20px 20px;
}

.fltTel a:link,
.fltTel a:visited {
	color: #013e7f!important;
}

/* ptpBtn */
.ptpBtn {
	position: fixed;
	right: 5px;
	bottom: 175px;
	z-index: 99;
}

.ptpBtn a {
	width: 80px;
	height: 80px;
	display: block;
	position: relative;
	background: #222;
	border-radius: 4px;
}

.ptpBtn a:before {
	position: absolute;
	top: calc(50% - 4px);
	left: calc(50% - 8px);
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(45deg);
}

/* tnkAra */
#tnkAra {
	height: calc(100vh - 270px);
	padding: 80px 50px 0;
	background: #f4f4f7;
	border-top: solid 1px #d2d3d8;
	border-bottom: solid 1px #d2d3d8;
}

.tnkWrp {
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
}

.tnkCntBox {
	padding: 0 0 80px;
	border-bottom: solid 1px #d2d3d8;
}

.tnkCth {
	font-weight: 700;
	font-size: 2.2em;
	line-height: 1.2;
	margin: 0 0 25px;
}

.tnkTxt {
	font-weight: 500;
	font-size: 1.6em;
	line-height: 1.8;
	color: #013e7f;
	margin: 0 0 35px;
}

.tnkBtn {
	text-align: center;
	max-width: 420px;
	margin: 0 auto;
}

.tnkBtn a {
	font-weight: 700;
	font-size: 2em;
	line-height: 1;
	padding: 30px;
	display: block;
	background: #013e7f;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(0,0,0,0.08)
}

.tnkBtn a:link,
.tnkBtn a:visited {
	color: #fff!important;
}

.tnkBtn a:hover {
	text-decoration: none!important;
	background: #e60012;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
