@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:active     { text-decoration: underline; }
#wrapper a:active    { text-decoration: underline; }

a,input:focus,
textarea:focus  {
	outline: none;
}

input,input[type="text"],input[type="submit"],select,textarea {
	-webkit-appearance: none!important;
}

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

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

.pc   { display: none!important;}
.pctb { display: none!important;}
.tb   { display: none!important;}

.opacity a:active,
.opacity input:active {
	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 20px;
}

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

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

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

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

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

.cvsCth {
	font-weight: 700;
	font-size: 1.6em;
	line-height: 1.4;
	margin: 0 0 15px;
}

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

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

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

.cvsBtn a:active {
	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 60px 0 0;
	background: url(../images/icn_operator.png) bottom 0 right 40px no-repeat;
	background-size: 60px 69px;
}

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

.cvsLst dt {
	width: 100%;
	font-weight: 700;
	font-size: 1.4em;
	line-height: 1;
	margin: 0 0 7px;
}

.cvsTel {
	width: 100%;
	font-weight: 700;
	font-size: 2.6em;
	line-height: 1;
	letter-spacing: -0.025em;
	margin: 0 0 10px;
}

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

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

.cvsTel a:active {
	text-decoration: none!important;
}

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

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

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

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

.hdrLgLst li:first-child {
	max-width: 60px;
	margin: 0 15px 0 0;
}

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

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

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

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

button {
	border: none;
	background: none;
}

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

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

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

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

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

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

.mNavTtl {
	text-align: center;
	font-weight: 700;
	font-size: 2em;
	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 25px;
}

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

#mNav ul li a {
	display: block;
	padding: 15px 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: 0.8em;
	line-height: 1;
	color: #013e7f!important;
	margin: 0 0 5px;
}

.mNavTxt {
	font-weight: 700;
	font-size: 1.4em;
	line-height: 1.3;
}

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

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

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

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

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

.manCthBox {
	margin: 0 0 20px;
}

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

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

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

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

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

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

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

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

/* trbAra */
#trbAra {
	min-height: 700px;
	padding: 30px 15px 0;
	background: url(../images/bg_trouble.png) bottom no-repeat;
	background-size: 300px 250px;
}

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

.trbLst li {
	font-weight: 700;
	font-size: 1.3em;
	line-height: 1.4;
	color: #013e7f;
	margin: 0 0 15px;
	padding: 15px 10px 15px 2.5em;
	text-indent: -2.5em;
	background: rgba(255,255,255,0.8);
	border: solid 1px #013e7f;
	border-radius: 3px;
}

.trbLst li span {
	margin: 0 0 0 10px;
	padding: 3px 0 3px 22px;
	background: url(../images/icn_check.png) left no-repeat;
	background-size: 16px 16px;
}

/* sltAra */
#sltAra {
	padding: 30px 15px;
}

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

.sltBox {
	text-align: center;
}

.sltCntBox {
	margin: 0 0 15px;
	position: relative;
}

.sltTyp {
	text-align: center;
	display: inline-block;
	font-weight: 700;
	font-size: 1.3em;
	line-height: 1.2;
	color: #fff;
	margin: 0 0 10px;
	padding: 10px;
	background: #013e7f;
	border-radius: 3px;
	position: relative;
	z-index: 20;
}

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

.sltCth {
	font-weight: 900;
	font-size: 2em;
	line-height: 1.25;
	text-shadow: 0 0 10px rgba(255,255,255,1),0 0 10px rgba(255,255,255,1),
	0 0 10px rgba(255,255,255,1),0 0 10px rgba(255,255,255,1);
	margin: 0 0 15px;
	position: relative;
	z-index: 20;
}

.sltTxt {
	text-align: left;
	font-weight: 500;
	font-size: 1.3em;
	line-height: 2;
	position: relative;
	z-index: 20;
	text-shadow: 0 0 10px rgba(255,255,255,1),0 0 10px rgba(255,255,255,1),
	0 0 10px rgba(255,255,255,1),0 0 10px rgba(255,255,255,1);
}

.sltTxt br {
	display: none;
}

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

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

.sltIcn {
	position: absolute;
	top: 5px;
	left: -10px;
	text-align: center;
	width: 80px;
	height: 50px;
	font-weight: 700;
	font-size: 1.6em;
	line-height: 1;
	color: #fff;
	padding: 30px 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: 10px;
	margin: 0 7px;
	vertical-align: middle;
}
 
.sltIcn span:before {
	  transform: rotate(-30deg);
}
 
.sltIcn span:after {
	  transform: rotate(30deg);
}

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

/* abtAra */
#abtAra {
	padding: 30px 15px 0;
}

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

.abtTxt {
	font-weight: 500;
	font-size: 1.3em;
	line-height: 2;
	margin: 0 0 15px;
}

.abtTxt br {
	display: none;
}

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

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

/* atrAra */
#atrAra {
	padding: 30px 15px;
}

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

.atrTxt {
	font-weight: 500;
	font-size: 1.3em;
	line-height: 2;
	margin: 0 0 15px;
}

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

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

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

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

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

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

/* pntAra */
#pntAra {
	padding: 30px 15px;
	background: url(../images/bg_point_sp.jpg) center no-repeat #001828;
	background-size: auto 100%;
}

.pntWrp {
	max-width: 600px;
	margin: 0 auto;
}

#pntAra .cntTtlTxt {
	color: #fff!important;
}

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

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

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

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

.pntLst li:nth-child(3) .pntTtl,
.pntLst li:nth-child(4) .pntTtl {
	height: 40px;
	padding: 10px 0 0;
}

.pntTtxt {
	width: calc(100% - 60px);
	font-size: 1.4em;
	line-height: 1.8;
	color: #fff;
}

/* flwAra */
#flwAra {
	padding: 30px 15px 50px;
}

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

.flwTtlLst {
	overflow: hidden;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto 20px;
	background: rgb(244,244,247);
	background: linear-gradient(90deg, rgba(244,244,247,1) 0%, rgba(244,244,247,1) 50%, rgba(233,233,245,1) 50%, rgba(233,233,245,1) 100%);
	border-radius: 3px;
}

.flwTtlLstBt {
	overflow: hidden;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 30px auto 20px;
	background: rgb(244,244,247);
	background: linear-gradient(90deg, rgba(220,220,240,1) 0%, rgba(220,220,240,1) 50%, rgba(197,197,233,1) 50%, rgba(197,197,233,1) 100%);
	border-radius: 3px;
}

.flwTtlLst li,
.flwTtlLstBt li{
	width: calc(50% - 10px);
	text-align: center;
	font-weight: 900;
	font-size: 1.8em;
	line-height: 1;
	color: #013e7f;
	padding: 15px 5px;
	-webkit-transform: skewX(-160deg);
	-moz-transform: skewX(-160deg);
	transform: skewX(-160deg);
}

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

.flwTtlLst li span,
.flwTtlLstBt li span {
	font-size: 1.3em;
}

.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;
}

.flwTtlLstBt li:nth-child(1) {
	background: #dcdcf0;
}

.flwTtlLstBt li:nth-child(2) {
	background: #c5c5e9;
}

.flwLst,
.flwLstBt {
	display: flex;
}

.flwLst li,
.flwLstBt li {
	text-align: center;
	width: 50%;
}

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

.flwTxt {
	font-weight: 700;
	font-size: 1.4em;
	line-height: 1.4;
	letter-spacing: -0.005em;
	white-space: nowrap;
	color: #013e7f;
	margin: 0 0 15px;
}

.flwImg {
	max-width: 120px;
	margin: 0 auto 20px;
}

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

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

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

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

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

.voiLstBox {
	max-width: 600px;
	margin: 0 auto 15px;
}

.voiPic {
	max-width: 400px;
	margin: 0 auto 15px;
}

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

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

.voiLst li:nth-child(odd) .voiCntBox {
	text-align: center;
	order: 2;
}

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

.voiLst li:nth-child(even) .voiCntBox {
	text-align: center;
	order: 1;
}

.voiIcn {
	text-align: center;
	display: inline-block;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1;
	letter-spacing: -0.001em;
	color: #fff;
	padding: 4px 7px;
	margin: 0 0 10px;
	background: #013e7f;
	border-radius: 2px;
}

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

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

.voiTxt {
	max-width: 600px;
	margin: 0 auto;
	font-weight: 500;
	font-size: 1.3em;
	line-height: 2;
}

/* qesAra */
#qesAra {
	padding: 30px 15px 0;
}

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

.qesLst {
	margin: 0 0 30px;
}

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

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

.qesIcn {
	text-align: center;
	width: 40px;
	font-weight: 700;
	font-size: 1.8em;
	line-height: 1;
	color: #fff;
	padding: 10px 0;
	background: #013e7f;
	border-radius: 3px 0 0 3px;
}

.qesTxt {
	width: calc(100% - 70px);
	font-weight: 700;
	font-size: 1.4em;
	line-height: 1.3;
	padding: 10px 15px;
}

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

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

.qesChkBox {
	margin: 0 0 15px;
	background: #f4f4f7;
	border: solid 1px #d5d5d5;
	border-radius: 3px;
}

.qesAtnBox {
	background: #f4f4f7;
	border: solid 1px #d5d5d5;
	border-radius: 3px;
}

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

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

.qesChkTtl span:before {
	content: "￥";
	text-align: center;
	display: inline-block;
	width: 20px;
	height: 18px;
	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: 20px;
	height: 18px;
	margin: 0 10px 0 0;
	padding: 2px 0 0;
	color: #e60012;
	background: #fff;
	border-radius: 50%;
}

.qesCntTxt {
	font-weight: 500;
	font-size: 1.3em;
	line-height: 2;
	padding: 15px;
}

/* msgAra */
#msgAra {
	padding: 30px 15px;
}

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

.msgPic {
	margin: 0 0 30px;
}

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

.msgTtlBox {
	text-align: center;
	margin: 0 0 20px;
}

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

/* frmAra */
#frmAra {
	padding: 30px 15px;
	background: #f4f4f7;
	border-top: solid 1px #d5d5d5;
}

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

.frmBox {
	margin: 0 0 20px;
	padding: 30px 15px;
	background: #fff;
	border: solid 1px #d5d5d5;
	border-radius: 3px;
	box-shadow: 2px 0 8px rgba(0,0,0,0.05)
}

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

.frmLst {
	margin: 0 0 20px;
}

.frmLst dt {
	font-weight: 700;
	font-size: 1.3em;
	line-height: 1;
	margin: 0 0 15px;
	position: relative;
}

.frmIcn {
	position: relative;
}

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

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

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

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

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

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

.rqsBtn {
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1;
	margin: 0 10px 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: 3px;
	left: 0;
	width: 12px;
	height: 12px;
	border: 1px solid #d5d5d5;
	border-radius: 50%;
}

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

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

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

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

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

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

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

.sndBtn {
	text-align: center;
}

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

.sndBtn input:active {
	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: 600px;
	margin: 0 auto;
	background: #fff;
	border: solid 1px #d5d5d5;
	border-radius: 3px;
	box-shadow: 2px 0 8px rgba(0,0,0,0.05)
}

.frmCvsCntBox {
	text-align: center;
	padding: 15px;
}

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

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

.frmCvsTel a {
	padding: 3px 0 3px 20px;
	background: url(../images/icn_tel_gl.png) left no-repeat;
	background-size: 15px 15px;
}

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

.frmCvsTel a:active {
	text-decoration: none!important;
}

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

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

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

.frmCvsImg {
	height: 100px;
	background: url(../images/bg_conversion_sp.jpg) top no-repeat;
	background-size: cover;
	border-radius: 0 0 3px 3px;
}

/* footer */
footer {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 58px;
	padding: 10px 15px;
	background: #013e7f;
}

.lwrFtr {
	margin: 0!important;
}

.ftrLg {
	max-width: 60px;
}

.cpyTxt {
	font-size: 0.8em;
	line-height: 1.3;
	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: 200px;
	margin: 0 auto;
}

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

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

.fltBtn a:active {
	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 25px;
	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 {
	display: none;
}

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

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

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

.fltTel a:active {
	text-decoration: none!important;
}

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

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

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

/* tnkAra */
#tnkAra {
	height: calc(100vh - 170px);
	padding: 30px 15px 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 60px;
	border-bottom: solid 1px #d2d3d8;
}

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

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

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

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

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

.tnkBtn a:active {
	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;
}
