@charset "UTF-8";

html {
	font-size: 10px;
	line-height: 1.6;
	letter-spacing: 1px;
	overflow-x: hidden;
	font-family: "Zen Kaku Gothic New", sans-serif;
	color: #222;
}

body{
	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;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

.grecaptcha-badge { visibility: hidden; }


#wrapper a:link      { text-decoration: none; color: #002f7c; }
#wrapper a:visited   { text-decoration: none; color: #002f7c; }
#wrapper a:hover     { text-decoration: none; }
#wrapper a:active    { text-decoration: none; }

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

.pc   { display: block!important;}
.pctb { display: block!important;}
.pcsp { display: block!important;}

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

.fadein {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-moz-opacity:0;
	-khtml-opacity: 0;
	transform : translate(0, 50px);
	transition : all 500ms;
}

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

/* title */
.cntTtlBox {
	text-align: center;
	margin: 0 0 50px;
}

.cntTtlEn {
	display: inline-block;
	font-family: 'Chillax-Medium';
	font-size: 1.8rem;
	line-height: 0.8;
	color: #fff;
	margin: 0 0 15px;
	padding: 10px 30px;
	background: #002f7c;
	border-radius: 30px;
}

.cntTtl {
	font-weight: 700;
	font-size: 4.8rem;
	line-height: 1.3;
}


.cntTtl .mw {
	font-size:min(2.3vw,50px);
}

.cntTxt {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.8;
}

/* link */
.wtLnk a:link,
.wtLnk a:visited {
	color: #fff!important;
}

.bkLnk a:link,
.bkLnk a:visited {
	color: #222!important;
}

.blLnk a:link,
.blLnk a:visited {
	color: #002f7c!important;
}

.lbLnk a:link,
.lbLnk a:visited {
	color: #265eab!important;
}

.sbLnk a:link,
.sbLnk a:visited {
	color: #4bd4f6!important;
}

/* button */
.docBtnBl,
.docBtnWt,
.cslBtnWt {
	display: inline-block;
}

.docBtnBl a {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.3;
	display: block;
	padding: 25px 25px 25px 80px;
	background: url(../images/icn_doc_wt.png) left 30px center no-repeat #002f7c;
	background-size: 30px auto;
	border: solid 1px #002f7c;
	border-radius: 50px;
}

.docBtnWt a {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.3;
	display: block;
	padding: 25px 25px 25px 80px;
	background: url(../images/icn_doc_bl.png) left 30px center no-repeat #fff;
	background-size: 30px auto;
	border: solid 1px #002f7c;
	border-radius: 50px;
}

.docBtnBl a:hover,
.docBtnWt a:hover {
	color: #fff!important;
	background: url(../images/icn_doc_wt.png) left 30px center no-repeat #e83a18;
	background-size: 30px auto;
	border: solid 1px #e83a18;
	transition: all  0.3s ease;
}

.cctBtnWt a {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.3;
	display: block;
	padding: 25px 25px 25px 80px;
	background: url(../images/icn_mail_bl.png) left 30px center no-repeat #fff;
	background-size: 30px auto;
	border: solid 1px #002f7c;
	border-radius: 50px;
}

.cctBtnWt a:hover {
	color: #fff!important;
	background: url(../images/icn_mail_wt.png) left 30px center no-repeat #e83a18;
	background-size: 30px auto;
	border: solid 1px #e83a18;
	transition: all  0.3s ease;
}

.cslBtnWt a {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.3;
	display: block;
	padding: 25px 25px 25px 80px;
	background: url(../images/icn_consultation_bl.png) left 30px center no-repeat #fff;
	background-size: 30px auto;
	border: solid 1px #002f7c;
	border-radius: 50px;
}

.cslBtnWt a:hover {
	color: #fff!important;
	background: url(../images/icn_consultation_wt.png) left 30px center no-repeat #e83a18;
	background-size: 30px auto;
	border: solid 1px #e83a18;
	transition: all  0.3s ease;
}

.cntBtn {
	max-width: 300px;
	margin: 0 auto;
}

.cntBtn a {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.3;
	display: block;
	padding: 25px 50px 25px 25px;
	background: url(../images/arw_bl_rt.png) right 30px center no-repeat #fff;
	background-size: 25px auto;
	border: solid 1px #002f7c;
	border-radius: 50px;
}

.cntBtn a:hover {
	color: #fff!important;
	background: url(../images/arw_wt_rt.png) right 30px center no-repeat #e83a18;
	background-size: 25px auto;
	border: solid 1px #e83a18;
	transition: all  0.3s ease;
}

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

@media screen and (min-width:768px) and (max-width:1040px) {
	.cntTtlBox {
		margin: 0 0 30px;
	}

	.cntTtlEn {
		font-size: 1.6rem;
		margin: 0 0 5px;
		padding: 7px 20px;
	}

	.cntTtl {
		font-size: 3.6rem;
	}

	.cntTxt {
		font-size: 1.7rem;
	}

	.docBtnBl a {
		font-size: 1.7rem;
		padding: 17px 50px;
		background: url(../images/icn_doc_wt.png) left 20px center no-repeat #002f7c;
		background-size: 20px auto;
	}

	.docBtnWt a {
		font-size: 1.7rem;
		padding: 17px 50px;
		background: url(../images/icn_doc_bl.png) left 20px center no-repeat #fff;
		background-size: 20px auto;
	}

	.docBtnBl a:hover,
	.docBtnWt a:hover {
		background: url(../images/icn_doc_wt.png) left 20px center no-repeat #e83a18;
		background-size: 20px auto;
	}

	.cctBtnWt a {
		font-size: 1.7rem;
		padding: 17px 50px;
		background: url(../images/icn_mail_bl.png) left 20px center no-repeat #fff;
		background-size: 20px auto;
	}

	.cctBtnWt a:hover {
		background: url(../images/icn_mail_wt.png) left 20px center no-repeat #e83a18;
		background-size: 20px auto;
	}
	
	.cslBtnWt a {
		font-size: 1.7rem;
		padding: 17px 50px;
		background: url(../images/icn_consultation_bl.png) left 20px center no-repeat #fff;
		background-size: 20px auto;
	}

	.cslBtnWt a:hover {
		background: url(../images/icn_consultation_wt.png) left 20px center no-repeat #e83a18;
		background-size: 20px auto;
	}
	
	.cntBtn {
		max-width: 260px;
	}

	.cntBtn a {
		font-size: 1.8rem;
		padding: 17px 50px;
		background: url(../images/arw_bl_rt.png) right 20px center no-repeat #fff;
		background-size: 20px auto;
	}

	.cntBtn a:hover {
		color: #fff!important;
		background: url(../images/arw_wt_rt.png) right 20px center no-repeat #e83a18;
		background-size: 20px auto;
	}
}

@media screen and (max-width:767px) {
	.cntTtlBox {
		margin: 0 0 20px;
	}

	.cntTtlEn {
		font-size: 1.5rem;
		margin: 0 0 10px;
		padding: 5px 10px;
	}

	.cntTtl {
		font-size: 3rem;
	}
	
	.cntTtl .mw {
		font-size: 2rem;
	}

	
	.cntTxt {
		font-size: 1.6rem;
		line-height: 1.6;
	}
	
	.docBtnBl,
	.docBtnWt,
	.cctBtnWt {
		text-align: center;
		max-width: 350px;
		display: block;
		margin: 0 auto;
	}
	
	.docBtnBl a {
		font-size: 1.6rem;
		padding: 15px 15px 15px 45px;
		background: url(../images/icn_doc_wt.png) left 15px center no-repeat #002f7c;
		background-size: 20px auto;
	}

	.docBtnWt a {
		font-size: 1.6rem;
		padding: 15px 15px 15px 45px;
		background: url(../images/icn_doc_bl.png) left 15px center no-repeat #fff;
		background-size: 20px auto;
	}

	.docBtnBl a:hover,
	.docBtnWt a:hover {
		background: url(../images/icn_doc_wt.png) left 15px center no-repeat #e83a18;
		background-size: 20px auto;
	}

	.cctBtnWt a {
		font-size: 1.6rem;
		padding: 15px 15px 15px 45px;
		background: url(../images/icn_mail_bl.png) left 15px center no-repeat #fff;
		background-size: 20px auto;
	}

	.cctBtnWt a:hover {
		background: url(../images/icn_mail_wt.png) left 15px center no-repeat #e83a18;
		background-size: 20px auto;
	}
	
	.cslBtnWt a {
		font-size: 1.6rem;
		padding: 15px 15px 15px 45px;
		background: url(../images/icn_consultation_bl.png) left 15px center no-repeat #fff;
		background-size: 20px auto;
	}

	.cslBtnWt a:hover {
		background: url(../images/icn_consultation_wt.png) left 15px center no-repeat #e83a18;
		background-size: 20px auto;
	}
	
	.cntBtn {
		max-width: 350px;
	}

	.cntBtn a {
		font-size: 1.7rem;
		padding: 15px 45px;
		background: url(../images/arw_bl_rt.png) right 15px center no-repeat #fff;
		background-size: 15px auto;
	}

	.cntBtn a:hover {
		color: #fff!important;
		background: url(../images/arw_wt_rt.png) right 15px center no-repeat #e83a18;
		background-size: 15px auto;
	}
}

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

.hdr {
	width: 100%;
	height: 90px;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 50px;
	box-sizing: border-box;
	z-index: 100;
}

.hdrChg {
	background: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.15);
	transition: all 0.3s ease;
}

.hdrLg {
	max-width: 300px;
}

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

.hdrNav li {
	margin: 0 0 0 20px;
}

.hdrNav .mnDocBtn a {
	padding: 7px 20px 7px 85px;
}

.hdrNav .mnOnlBtn a {
    padding: 3px 20px 3px 70px;
}

.hdrNav .mnDocBtnImg {
	max-width: 55px;
}

.hdrNav .mnOnlBtnImg {
	max-width: 40px;
}

.hdrNav .mnDocBtnTxt {
	font-size: 1.7rem;
}

.hdrNav .mnOnlBtnTxt {
	font-size: 1.7rem;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.hdr {
		height: 80px;
		padding: 0 20px;
	}

	.hdrLg {
		max-width: 250px;
	}

	.hdrNav li {
		margin: 0 0 0 15px;
	}

	.hdrNav .mnDocBtn a {
		box-sizing: border-box;
		padding: 7px 20px 7px 65px;
	}

	.hdrNav .mnOnlBtn a {
		padding: 3px 20px 3px 50px;
	}

	.hdrNav .mnDocBtnImg {
		max-width: 45px;
		bottom: 5px;
		left: 12px;
	}

	.hdrNav .mnOnlBtnImg {
		max-width: 35px;
		bottom: 0;
		left: 10px;
	}

	.hdrNav .mnDocBtnTxt {
		font-size: 1.6rem;
		letter-spacing: -0.005em;
	}
	
	.hdrNav .mnOnlBtnTxt {
		font-size: 1.6rem;
		letter-spacing: -0.005em;
	}
	
	.hdrNav .mnDocBtnTxt .bigTxt {
		font-size: 1.8rem;
	}
	
	.hdrNav .mnDocBtnTxt .midTxt {
		font-size: 1.6rem;
	}

}

@media screen and (max-width:767px) {
	.hdr {
		height: 40px;
		padding: 0 20px;
	}

	.hdrLg {
		max-width: 160px;
		margin: 0 auto;
	}

	.hdrLg {
		max-width: 160px;
	}
	
	.hdrNavBox {
		width: 100%;
		height: 60px;
		position: fixed;
		bottom: 0;
		left: 0;
		padding: 9px 5px;
		box-sizing: border-box;
		background: #eff2f7;
		z-index: 200;
	}

	.hdrNav {
		justify-content: center;
	}
	
	.hdrNav li {
		width: calc(50% - 10px);
		margin: 0 5px;
	}
	
	.hdrNav .mnDocBtn,
	.hdrNav .mnOnlBtn {
		border-radius: 4px;
	}
	
	.hdrNav .mnDocBtn a {
		display: block;
		min-height: 40px;
		box-sizing: border-box;
		padding: 7px 15px 7px 40px;
	}

	.hdrNav .mnOnlBtn a {
		min-height: 40px;
		padding: 3px 15px 3px 40px;
	}

	.hdrNav .mnDocBtnImg {
		max-width: 25px;
		bottom: 5px;
		left: 7px;
	}

	.hdrNav .mnOnlBtnImg {
		max-width: 25px;
		bottom: 0;
		left: 5px;
	}

	.hdrNav .mnDocBtnTxt {
		top: 3px;
        left: calc(50% - 40px);
		font-size: 1.2rem;
		letter-spacing: -0.005em;
	}

	.hdrNav .mnOnlBtnTxt {
		top: 0px;
        left: calc(50% - 40px);
		font-size: 1.2rem;
		letter-spacing: -0.005em;
	}
	
	.hdrNav .mnOnlBtnTxt .bigTxt {
		font-size: 1.8rem;
	}
	
	.hdrNav .mnOnlBtnTxt .midTxt {
		font-size: 1.4rem;
	}
}

/*======================================================
  mnAra
======================================================*/

.mnAra {
	width: 100%;
	height: 800px;
	display: flex;
	align-items: flex-end;
	padding: 0 50px 110px;
	box-sizing: border-box;
	background: url(../images/bg_main.jpg) center no-repeat;
	background-size: cover;
}

.mnTtl {
	font-weight: 900;
	font-size: 6rem;
	line-height: 1.1;
	color: #002f7c;
	margin: 0 0 20px;
	text-shadow: 0 0 15px rgba(255,255,255,1),
	0 0 15px rgba(255,255,255,1),
	0 0 15px rgba(255,255,255,1);
}

.mnCth {
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.4;
	margin: 0 0 15px;
	text-shadow: 0 0 15px rgba(255,255,255,1),
	0 0 15px rgba(255,255,255,1),
	0 0 15px rgba(255,255,255,1);
}

.mnLg {
	max-width: 320px;
	margin: 0 0 35px;
}

.mnBtnLst {
	display: flex;
	align-items: center;
	margin: 0 0 40px;
}

.mnBtnLst li:first-child {
	margin: 0 20px 0 0;
}

.mnDocBtn {
	position: relative;
	background: #002f7c;
	border-radius: 50px;
}

.mnDocBtn a {
	display: block;
	max-width: 300px;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 20px 10px 100px;
}

.mnDocBtnImg {
	max-width: 70px;
	position: absolute;
	bottom: 5px;
	left: 20px;
}

.mnDocBtnTxt {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.3;
}

.mnDocBtnTxt .ylTxt {
	color: #ffff00;
}

.mnOnlBtn {
	position: relative;
	box-sizing: border-box;
	background: #fff;
	border: solid 2px #002f7c;
	border-radius: 50px;
}

.mnOnlBtn.dtlBtn {
	width: 100%;
}

.mnOnlBtn.dtlBtn:hover {
	opacity: 0.7;
}

.mnOnlBtn a {
	display: block;
	max-width: 300px;
	width: 100%;
	box-sizing: border-box;
	padding: 6px 20px 6px 90px;
}

.mnOnlBtn.dtlBtn a {
	max-width: 100%;
	width: 100%;
	position: relative;
	padding: 0;
}

.dtlBtnInr {
	position: relative;
	max-width:420px;
	margin: 0 auto;
	padding: 6px;
}

.mnOnlBtnImg {
	max-width: 60px;
	position: absolute;
	bottom: 0;
	left: 20px;
}

.mnOnlBtnTxt {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.2;
}

.mnOnlBtnTxt .blTxt {
	font-weight: 900;
	color: #002f7c;
}

.mnOnlBtnTxt .bigTxt {
	font-size: 2.4rem;
}

.mnOnlBtnTxt .midTxt {
	font-size: 2.2rem;
}

.mnIcnLst {
	display: flex;
}

.mnIcnLst li {
	margin: 0 20px 0 0;
	padding: 15px 10px;
	background: #fff;
	border-radius: 10px;
}

.mnIcnLst li img {
	max-width: 180px;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.mnAra {
		height: 700px;
		justify-content: center;
		padding: 0 30px 80px;
	}

	.mnTtl {
		text-align: center;
		font-size: 5rem;
		margin: 0 0 20px;
	}

	.mnCth {
		text-align: center;
		font-size: 2rem;
		margin: 0 0 15px;
	}

	.mnLg {
		max-width: 320px;
		margin: 0 auto 35px;
	}

	.mnBtnLst {
		justify-content: center;
		margin: 0 0 35px;
	}

	.mnBtnLst li {
		margin: 0 10px!important;
	}

	.mnDocBtn a {
		padding: 10px 20px 10px 90px;
	}

	.mnDocBtnImg {
		max-width: 60px;
	}

	.mnDocBtnTxt {
		font-size: 1.7rem;
	}

	.mnOnlBtn a {
		padding: 6px 20px 6px 80px;
	}

	.mnOnlBtnImg {
		max-width: 50px;
		left: 22px;
	}

	.mnOnlBtnTxt {
		font-size: 1.7rem;
	}

	.mnOnlBtnTxt .bigTxt {
		font-size: 2.2rem;
	}

	.mnOnlBtnTxt .midTxt {
		font-size: 2rem;
	}

	.mnIcnLst li {
		margin: 0 10px;
		padding: 15px 10px;
	}

	.mnIcnLst li img {
		max-width: 160px;
	}
}

@media screen and (max-width:767px) {
	.mnAra {
		min-height: 600px;
		height: auto;
		justify-content: center;
		padding: 0 20px 80px;
	}
	
	.mnTtl {
		text-align: center;
		font-size: 3.4rem;
		margin: 0 0 10px;
	}

	.mnCth {
		text-align: center;
		font-size: 1.6rem;
		line-height: 1.5;
		letter-spacing: -0.005em;
		margin: 0 0 15px;
	}

	.mnLg {
		max-width: 240px;
		margin: 0 auto 30px;
	}

	.mnBtnLst {
		max-width: 350px;
		display: block;
		margin: 0 auto 25px;
	}

	.mnBtnLst li {
		margin: 0 !important;
	}
	
	.mnBtnLst li:first-child {
		margin: 0 0 10px!important;
	}

	.mnDocBtn a {
		margin: 0 auto;
		padding: 30px;
	}

	.mnDocBtnImg {
		max-width: 50px;
		left: calc(50% - 110px);
	}

	.mnDocBtnTxt {
		position: absolute;
		top: 10px;
		left: calc(50% - 50px);
		font-size: 1.6rem;
	}

	.mnOnlBtn a {
		padding: 30px;
	}

	.mnOnlBtnImg {
		max-width: 45px;
		left: calc(50% - 105px);
	}

	.mnOnlBtnTxt {
		position: absolute;
		top: 8px;
		left: calc(50% - 50px);
		font-size: 1.6rem;
	}
	
	.mnOnlBtn.dtlBtn a {
		padding: 10px 0;
	}
	.mnOnlBtn.dtlBtn a .mnOnlBtnImg {
		left: 15px;
	}
	
	.mnOnlBtn.dtlBtn a .mnOnlBtnTxt {
		position: relative;
		top: auto;
		left: auto;
		padding-left: 40px;		
	}
	
	.mnOnlBtn.dtlBtn a {
		padding: 0;
	}

	.mnOnlBtnTxt .bigTxt {
		font-size: 2rem;
	}

	.mnOnlBtnTxt .midTxt {
		font-size: 1.8rem;
	}
	
	.mnIcnLst {
		justify-content: center;
	}
	
	.mnIcnLst li {
		margin: 0 5px;
		padding: 10px 5px;
		border-radius: 6px;
	}

	.mnIcnLst li img {
		max-width: 100px;
	}
}


@media screen and (max-width:360px) {
	
	.mnOnlBtnTxt .mn {
		display: none;
	}
}

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

/* abtAra */
.abtAra {
	padding: 100px 30px 70px;
}

.abtBox {
	display: flex;
}

.abtCntBox {
	max-width: 550px;
	width: 100%;
	margin: 0 50px 0 0;
}

.abtTtl {
	font-weight: 700;
	font-size: 4.8rem;
	line-height: 1.3;
	margin: 0 0 40px;
}

.abtBtnBox {
	margin: 40px 0 0;
}

.abtVidBox {
	width: calc(100% - 600px);
	position: relative;
}

.abtVidBox img {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: auto;
	object-fit: cover;
	z-index: 2;
}

.abtVid {
	position: relative;
	padding-top: 56.7%;
	overflow: hidden;
	border-radius: 20px;
	overflow: hidden;
}

.abtVid iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.abtAra {
		padding: 70px 30px;
	}
	
	.abtBox {
		display: block;
	}
	
	.abtCntBox {
		max-width: 100%;
		margin: 0 0 50px;
	}

	.abtTtl {
		text-align: center;
		font-size: 3.6rem;
		letter-spacing: -0.005em;
		margin: 0 0 30px;
	}

	.abtBtnBox {
		text-align: center;
		margin: 30px 0 0;
	}

	.abtVidBox {
		width: 100%;
	}

	.abtVid {
		border-radius: 15px;
	}
}

@media screen and (max-width:767px) {
	.abtAra {
		padding: 30px 20px;
	}
	
	.abtBox {
		display: block;
	}
	
	.abtCntBox {
		max-width: 100%;
		margin: 0 0 30px;
	}

	.abtTtl {
		text-align: center;
		font-size: 2.2rem;
		letter-spacing: -0.005em;
		margin: 0 0 20px;
	}

	.abtBtnBox {
		text-align: center;
		margin: 20px 0 0;
	}
		
	.abtVidBox {
		width: 100%;
	}

	.abtVid {
		border-radius: 10px;
	}
}

/* scrLgAra */
.scrLgAra {
	padding: 70px 0 0;
	overflow: hidden;
}

.scrLgLst {
	animation: roop 30s linear infinite;
	width: max-content;
	display: flex;
}

.scrLgLst li {
	width: 100vw;
}

.scrLgArat img {
	display: block;
	width: 100%;
}

@keyframes roop {
	from {
		transform: translateX(0%);
	}
	to {
		transform: translateX(-50%);
	}
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.scrLgAra {
		padding: 35px 0 0;
	}
}

@media screen and (max-width:767px) {
	.scrLgAra {
		padding: 0;
	}
}

/* cntNavAra */
.cntNavAra {
	padding: 0 30px;
}

.cntNavBox {
	/*
	padding: 80px 40px 70px;
	background: #386FC9;
	background: linear-gradient(0deg,rgba(56, 111, 201, 1) 0%, rgba(0, 47, 124, 1) 100%);
	border-radius: 20px;
	*/
}

.cntNavLgBox {
	margin: 0 0 100px;
	padding: 0 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cntNavLg {
	max-width: 380px;
	margin: 0 20px 0 0;
}

.cntNavCth {
	font-weight: 700;
	font-size: 3.6rem;
	line-height: 1.3;
	color: #fff;
}

.cntNavLst {
	display: flex;
	margin: 0 -20px;
}

.cntNavLst li {
	width: calc(33.33% - 40px);
	margin: 0 20px;
}

.cntNavLstBox {
	position: relative;
	z-index: 1;
}

.cntNavLstImg {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	z-index: 2;
}

.cntNavLstTtl {
	display: inline-block;
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-weight: 700;
	font-size: 4rem;
	line-height: 1;
	color: #fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	z-index: 3;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.cntNavBox {
		/*
		padding: 60px 30px 50px;
		border-radius: 15px;
		*/
	}

	.cntNavLgBox {
		margin: 0 0 50px;
		padding: 0;
	}

	.cntNavLg {
		max-width: 280px;
	}

	.cntNavCth {
		font-size: 3rem;
	}

	.cntNavLst {
		margin: 0 -10px;
	}

	.cntNavLst li {
		width: calc(33.33% - 20px);
		margin: 0 10px;
	}

	.cntNavLstImg {
		margin: 0 0 20px;
		border-radius: 15px;
	}

	.cntNavLstTtl {
		font-size: 3rem;
		bottom: 15px;
		left: 15px;
	}
}

@media screen and (max-width:767px) {
	.cntNavAra {
		padding: 0 20px;
	}

	.cntNavBox {
		padding: 15px;
		border-radius: 10px;
	}

	.cntNavLgBox {
		display: block;
		margin: 0 0 20px;
		padding: 0;
	}

	.cntNavLg {
		max-width: 200px;
		margin: 0 auto 15px;
	}

	.cntNavCth {
		text-align: center;
		font-size: 2rem;
	}

	/*
	.cntNavLst {
		display: block;
		margin: 0 0 -15px;
	}

	.cntNavLst li {
		width: 100%;
		margin: 0 0 15px;
		overflow: hidden;
		background: rgba(255,255,255,0.1);
		border-radius: 6px;
	}
	*/
	
	.cntNavLst li {
		width: 32%;
		margin: 0 2% 0 0;
	}
	.cntNavLst3 {
		margin: 0!important;
	}
	
	
	.cntNavLstBox {
		/*
		display: flex;
		align-items: center;
		*/
	}

	.cntNavLstImg {
		max-width: 100%;
		margin: 0;
		border-radius: 0;
	}
	
	.cntNavLstImg img {
		border-radius: 10px;
	}

	.cntNavLstTtl {
		width: 100%;
		font-size: 4vw;
		bottom: 5px;
		left: 5px;
		letter-spacing: 0;
	}
}

/* ctaAra */
.ctaAra {
	padding: 100px 30px;
}

.ctaBox {
	max-width: 1000px;
	display: flex;
	align-items: flex-end;
	margin: 0 auto;
	background: url(../images/bg_cta.jpg) center no-repeat;
	background-size: cover;
	border-radius: 20px;
}

.ctaImg {
	max-width: 240px;
	margin: -35px 10px 0 30px;
}

.ctaCntbox {
	text-align: center;
	width: calc(100% - 280px);
	padding: 0 0 30px;
}

.ctaTtl {
	display: inline-block;
	font-weight: 700;
	font-size: 3rem;
	line-height: 1.3;
	color: #002f7c;
	margin: 0 0 10px;
	padding: 20px 0 20px 150px;
	background: url(../images/img_doc.png) left no-repeat;
	background-size: 130px auto;
}

.ctaBtnLst {
	display: flex;
	justify-content: center;
	margin: 0 -10px;
}

.ctaBtnLst li{
	margin: 0 10px;
}

.ctaBtnLst li .docBtnBl a,
.ctaBtnLst li .cslBtnWt a,
.ctaBtnLst li .cctBtnWt a {
	text-align: left;
	min-width: 200px;
	padding: 15px 15px 15px 80px;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.ctaAra {
		padding: 70px 30px;
	}

	.ctaBox {
		border-radius: 15px;
	}

	.ctaImg {
		max-width: 200px;
		margin: -25px 15px 0;
	}

	.ctaCntbox {
		width: calc(100% - 240px);
		padding: 15px 0;
	}

	.ctaTtl {
		font-size: 2.6rem;
		margin: 0 0 5px;
		padding: 15px 0 15px 110px;
		background-size: 100px auto;
	}
	
	.ctaBtnLst {
		display: block;
		margin: 0;
	}

	.ctaBtnLst li {
		margin: 0;
	}
	
	.ctaBtnLst li:first-child {
		margin: 0 0 10px;
	}
	
	.ctaBtnLst .docBtnBl,
	.ctaBtnLst .cslBtnWt,
	.ctaBtnLst .cctBtnWt {
		max-width: 400px;
		display: block;
		margin: 0 auto;
	}
	
	.ctaBtnLst li .docBtnBl a,
	.ctaBtnLst li .cslBtnWt a,
	.ctaBtnLst li .cctBtnWt a {
		text-align: center;
		padding: 12px 40px;
	}
}

@media screen and (max-width:767px) {
	.ctaAra {
		padding: 30px 20px;
	}

	.ctaBox {
		border-radius: 10px;
	}

	.ctaCntbox {
		width:100%;
		padding: 15px;
	}
	
	.ctaImgbox {
		display: flex;
		align-items: flex-end;
		justify-content: center;
	}
	
	.ctaImg {
		max-width: 140px;
		margin: 0 10px 0 0;
	}

	.ctaTtl {
		font-size: 1.6rem;
		letter-spacing: 1.3;
		margin: 0 0 5px;
		padding: 75px 0 0;
		background: url(../images/img_doc.png) top no-repeat;
		background-size: 80px auto;
	}
	
	.ctaBtnLst {
		max-width: 350px;
		display: block;
		margin: 0 auto;
	}

	.ctaBtnLst li {
		margin: 0;
	}
	
	.ctaBtnLst li:first-child {
		margin: 0 0 10px;
	}
	
	.ctaBtnLst .docBtnBl,
	.ctaBtnLst .cslBtnWt,
	.ctaBtnLst .cctBtnWt {
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}
	
	.ctaBtnLst li .docBtnBl a,
	.ctaBtnLst li .cslBtnWt a,
	.ctaBtnLst li .cctBtnWt a {
		text-align: center;
		padding: 7px 30px;
	}
}

/* casAra */
.casAra {
	padding: 80px 30px;
	position: relative;
	background: url(../images/bg_case.png) top no-repeat #2a2a2a;
	background-size: 100% auto;
}

.casAra:after{
	content: "";
	position: absolute;
	height: 61px;
	width: 100%;
	clip-path: polygon(0 0,50% 100%,100% 0);
	background: #2a2a2a;
	left: 0;
	bottom: -60px;
}

.casBox {
	display: flex;
	margin: 0 0 70px;
}

.casCntBox {
	text-align: center;
	max-width: 620px;
	width: 100%;
	margin: 0 30px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.casTtlEn {
	position: relative;
	font-family: 'Chillax-Semibold';
	font-size: 21rem;
	line-height: 0.8;
	color: rgba(255,255,255,0.1);
	z-index: 1;
}

.casTtl {
	display: inline-block;
	position: relative;
	font-weight: 700;
	font-size: 4.6rem;
	line-height: 1.3;
	color: #fff;
	margin: -90px 0 0;
	padding: 110px 0 0;
	background: url(../images/icn_attention.png) top no-repeat;
	background-size: 105px auto;
	z-index: 2;
}

.casImgBox {
	width: calc(100% - 650px);
}

.casImg {
	overflow: hidden;
	border-radius: 20px;
}

.casLst li {
	display: flex;
	align-items: center;
	padding: 20px;
	background: rgba(255,255,255,0.08);
	border-radius: 15px;
}

.casLst li:not(:last-child) {
	margin: 0 0 30px;
}

.casLstCntBox {
	order: 2;
	width: calc(100% - 330px);
}

.casLstTtlBox {
	display: flex;
	align-items: center;
	margin: 0 0 30px;
}

.casLstTyp {
	text-align: center;
	display: inline-block;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1;
	color: #fff;
	margin: 0 20px 0 0;
	padding: 7px 15px 10px;
	background: #e83a18;
	border-radius: 30px;
}

.casLstTtl {
	font-weight: 700;
	font-size: 3rem;
	line-height: 1.3;
	color: #fff;
}

.casLstImgBox {
	order: 1;
	max-width: 300px;
	margin: 0 30px 0 0;
}

.casLstImg {
	overflow: hidden;
	border-radius: 15px;
}

.casLstQaaBox {
	display: flex;
	overflow: hidden;
	border-radius: 15px;
}

.casLstQesBox {
	width: 60%;
	position:relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: #fff;
}

.casLstQesBox:after{
	content: "";
	position: absolute;
	top: 0;
	right: -19.6px;
	width: 20px;
	height: 100%;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background: #fff;
}

.casLstAnsBox {
	width: 40%;
	min-width: 380px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 10px 20px 30px;
	box-sizing: border-box;
	background: #e83a18;
}

.casLstAnsTxt {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.4;
	color: #fff;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.casAra {
		padding: 50px 30px;
	}

	.casAra:after{
		height: 41px;
		bottom: -40px;
	}

	.casBox {
		margin: 0 0 40px;
	}

	.casCntBox {
		max-width: 400px;
		margin: 0 20px 0 0;
	}

	.casTtlEn {
		font-size: 14rem;
	}

	.casTtl {
		font-size: 3.2rem;
		margin: -55px 0 0;
		padding: 75px 0 0;
		background-size: 70px auto;
	}

	.casImgBox {
		width: calc(100% - 420px);
	}

	.casImg {
		border-radius: 15px;
	}

	.casLst li {
		display: block;
		padding: 30px;
	}

	.casLstCntBox {
		width: 100%;
	}

	.casLstTtlBox {
		margin: 0 0 25px;
	}

	.casLstTyp {
		font-size: 1.7rem;
	}

	.casLstTtl {
		font-size: 2.6rem;
	}

	.casLstImgBox {
		max-width: 100%;
		margin: 30px 0 0;
	}
	
	.casLstImg {
		border-radius: 10px;
	}
	
	.casLstQaaBox {
		border-radius: 10px;
	}

	.casLstQesBox {
		width: 65%;
	}

	.casLstAnsBox {
		width: 35%;
		min-width: 320px;
	}

	.casLstAnsTxt {
		font-size: 2rem;
	}
}

@media screen and (max-width:767px) {
	.casAra {
		padding: 30px 20px;
	}

	.casAra:after{
		height: 31px;
		bottom: -30px;
	}
	
	.casBox {
		display: block;
		margin: 0 0 20px;
	}

	.casCntBox {
		max-width: 100%;
		margin: 0 0 20px;
	}

	.casTtlEn {
		font-size: 7rem;
	}

	.casTtl {
		font-size: 2.2rem;
		margin: -30px 0 0;
		padding: 50px 0 0;
		background-size: 50px auto;
	}

	.casImgBox {
		width: 100%;
	}

	.casImg {
		border-radius: 10px;
	}

	.casLst li {
		display: block;
		padding: 15px;
	}
	
	.casLst li:not(:last-child) {
		margin: 0 0 20px;
	}

	.casLstCntBox {
		width: 100%;
	}

	.casLstTtlBox {
		text-align: center;
		display: block;
		margin: 0 0 15px;
	}

	.casLstTyp {
		font-size: 1.5rem;
		margin: 0 0 10px;
		padding: 4px 10px 7px;
	}

	.casLstTtl {
		font-size: 2rem;
	}

	.casLstImgBox {
		max-width: 100%;
		margin: 15px 0 0;
	}
	
	.casLstImg {
		border-radius: 10px;
	}
	
	.casLstQaaBox {
		display: block;
		border-radius: 10px;
	}

	.casLstQesBox {
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
	}
	
	.casLstQesBox:after{
		height: 16px;
		width: 100%;
		clip-path: polygon(0 0,50% 100%,100% 0);
		top: auto;
		left: 0;
		right: auto;
		bottom: -15px;
	}
	
	.casLstAnsBox {
		width: 100%;
		min-width: auto;
		padding: 30px 15px 20px;
	}

	.casLstAnsTxt {
		font-size: 1.8rem;
	}
}

/* ansAra */
.ansAra {
	padding: 150px 30px 80px;
	background: #f2f2f2;
}

.ansBox {
	display: flex;
	position: relative;
	justify-content: space-between;
	padding: 0 0 0 50px;
	z-index: 1;
}

.ansTtlEn {
	position: absolute;
	bottom: 35px;
	left: 50px;
	font-family: 'Chillax-Semibold';
	font-size: 21rem;
	line-height: 0.8;
	color: #002f7c;
	letter-spacing: -0.05em;
	z-index: 2;
}

.ansTtl {
	font-weight: 900;
	font-size: 4.8rem;
	line-height: 1.3;
	color: #002f7c;
	letter-spacing: -0.005em;
	margin: 0 0 20px;
}

.ansCth {
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.8;
}

.ansImgBox {
	max-width: 600px;
	position: relative;
	margin: 0 -50px 0 0;
	z-index: 3;
}

.ansLst li {
	padding: 30px;
	background: #fff;
	border-radius: 20px;
}

.ansLst li:not(:last-child) {
	margin: 0 0 50px;
}

.ansLstBox {
	display: flex;
	align-items: center;
	margin: 0 0 70px;
}

.ansLstTtlBox {
	margin: 0 0 80px;
	padding: 0 0 0 20px;
}

.ansLstTyp {
	text-align: center;
	display: inline-block;
	font-family: 'Chillax-Semibold';
	font-size: 1.8rem;
	line-height: 1;
	color: #002f7c;
	margin: 0 0 20px;
	padding: 5px 10px;
	background: #eff2f7;
	border-radius: 30px;
}

.ansLstTtl {
	font-weight: 900;
	font-size: 7rem;
	line-height: 1;
	color: #002f7c;
}

.ansLstCntBox {
	max-width: 640px;
	margin: 0 40px 0 0;
}

.ansLst li:nth-child(even) .ansLstCntBox {
	order: 2;
	margin: 0 0 0 40px;
}

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

.ansLstCthBox .cntTxt {
	letter-spacing: -0.005em;
}

.ansLstCth {
	font-weight: 700;
	font-size: 3.6rem;
	line-height: 1.4;
	letter-spacing: -0.005em;
	margin: 0 0 30px;
}

.ansLstCth .blTxt {
	font-weight: 900;
	color: #002f7c;
}

.ansLstImgBox {
	width: calc(100% - 680px);
}

.ansLst li:nth-child(even) .ansLstImgBox {
	order: 1;
}

.ansLstImg {
	overflow: hidden;
	border-radius: 15px;
}

.ansExpLst {
	overflow: hidden;
	border-radius: 15px;
}

.ansExpLst li {
	display: flex;
	margin: 0!important;
	padding: 20px;
	background: #eff2f7;
	border-radius: 0;
}

.ansExpLst li:not(:last-child) {
	border-bottom: solid 1px #fff;
}

.ansExpLstImgBox {
	max-width: 340px;
	margin: 0 40px 0 0;
}

.ansExpLstImg {
	border-radius: 15px;
	overflow: hidden
}

.ansExpLstMov {
	overflow: hidden;
	border-radius: 15px;
	padding-top: 67%;
	position:relative;
	width: 340px;
}

.ansExpLstMov  iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.ansExpLstCntBox {
	width: calc(100% - 380px);
}

.ansExpLstTtlBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 25px;
	padding: 8px;
	background: #fff;
	border-radius: 6px;
}

.ansExpLstTtl {
	position: relative;
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 1.3;
	color: #002f7c;
	padding: 0 0 0 80px;
}

.ansExpLstTtl:before {
	content: "一例";
	position: absolute;
	top: calc(50% - 19px);
	left: 0;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1;
	color: #fff;
	padding: 10px 15px;
	background: #002f7c;
	border-radius: 6px;
}

.ansExpLstLg {
	max-width: 170px;
	width: 100%;
	margin: 0 10px;
}

.ansExpLstTxt {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.8;
}

.ansExpLstLnkTxt {
	text-align: right;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.3;
	margin: 5px 0 0;
}

.ansExpLstLnkTxt a:link,
.ansExpLstLnkTxt a:visited {
	text-decoration: underline!important;
}

.ansExpLstLnkTxt a:hover {
	text-decoration: none!important;
}

@media screen and (max-width:1300px) {
	.ansBox {
		display: block;
		padding: 0;
	}
	
	.ansTtlEn {
		left: calc(50% - 428px);
	}
	
	.ansCntBox {
		text-align: center;
		margin: 0 0 20px;
	}
	
	.ansImgBox {
		margin: 0 auto;
	}
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.ansAra {
		padding: 100px 30px 50px;
	}

	.ansTtlEn {
		bottom: 30px;
		left: calc(50% - 326px);
		font-size: 16rem;
	}

	.ansTtl {
		font-size: 3.8rem;
		margin: 0 0 15px;
	}

	.ansCth {
		font-size: 2rem;
	}

	.ansImgBox {
		max-width: 500px;
		margin: 0 auto;
	}

	.ansLst li {
		border-radius: 15px;
	}

	.ansLst li:not(:last-child) {
		margin: 0 0 30px;
	}

	.ansLstBox {
		margin: 0 0 30px;
	}

	.ansLstTtlBox {
		margin: 0 0 30px;
		padding: 0;
	}

	.ansLstTyp {
		font-size: 1.7rem;
		margin: 0 0 15px;
	}

	.ansLstTtl {
		font-size: 3.8rem;
	}

	.ansLstCntBox {
		max-width: 520px;
		margin: 0 30px 0 0;
	}

	.ansLst li:nth-child(even) .ansLstCntBox {
		margin: 0 0 0 30px;
	}

	.ansLstCthBox{
		padding: 0;
	}

	.ansLstCth {
		font-size: 3rem;
		margin: 0 0 20px;
	}

	.ansLstImgBox {
		width: calc(100% - 550px);
		min-width: 300px;
	}

	.ansLstImg {
		border-radius: 10px;
	}
	
	.ansExpLst {
		border-radius: 10px;
	}

	.ansExpLstImgBox {
		max-width: 280px;
		margin: 0 20px 0 0;
	}

	.ansExpLstImg {
		border-radius: 10px;
	}

	.ansExpLstCntBox {
		width: calc(100% - 300px);
	}

	.ansExpLstTtlBox {
		margin: 0 0 20px;
	}

	.ansExpLstTtl {
		font-size: 2.2rem;
		padding: 0 0 0 65px;
	}

	.ansExpLstTtl:before {
		top: calc(50% - 16.5px);
		font-size: 1.7rem;
		padding: 8px 10px;
	}

	.ansExpLstLg {
		max-width: 120px;
		margin: 0 10px;
	}

	.ansExpLstMov {
		overflow: hidden;
		border-radius: 15px;
		padding-top: 67%;
		position:relative;
		width: 280px;
	}

}

@media screen and (max-width:767px) {
	.ansAra {
		padding: 50px 20px 30px;
	}

	.ansTtlEn {
		bottom: 20px;
		left: calc(50% - 142px);
		font-size: 7rem;
	}
	
	.ansCntBox {
		margin: 0 0 10px;
	}

	.ansTtl {
		font-size: 2.2rem;
		margin: 0 0 15px;
	}

	.ansCth {
		text-align: left;
		font-size: 1.6rem;
		line-height: 1.6;
	}

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

	.ansLst li {
		padding: 15px;
		border-radius: 10px;
	}

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

	.ansLstBox {
		display: block;
		margin: 0 0 20px;
	}
	
	.ansLstTtlBox {
		text-align: center;
		margin: 0 0 20px;
		padding: 0;
	}

	.ansLstTyp {
		font-size: 1.5rem;
		margin: 0 0 10px;
	}

	.ansLstTtl {
		font-size: 3rem;
	}

	.ansLstCntBox {
		max-width: 100%;
		margin: 0 0 20px;
	}

	.ansLst li:nth-child(even) .ansLstCntBox {
		margin: 0 0 20px;
	}

	.ansLstCthBox{
		padding: 0;
	}

	.ansLstCth {
		font-size: 2rem;
		margin: 0 0 15px;
	}

	.ansLstImgBox {
		width: 100%;
		min-width: auto;
	}

	.ansLstImg {
		border-radius: 10px;
	}
	
	.ansExpLst {
		border-radius: 10px;
	}
	
	.ansExpLst li {
		display: block;
		padding: 10px;
	}

	.ansExpLstImgBox {
		max-width: 100%;
		margin: 0 0 15px;
	}

	.ansExpLstImg {
		border-radius: 6px;
	}

	.ansExpLstCntBox {
		width: 100%;
	}

	.ansExpLstTtlBox {
		display: block;
		margin: 0 0 15px;
	}

	.ansExpLstTtl {
		font-size: 1.8rem;
		padding: 0 0 0 55px;
	}

	.ansExpLstTtl:before {
		top: calc(50% - 12px);
		font-size: 1.4rem;
		padding: 5px 8px;
		border-radius: 4px;
	}
	
	.ansExpLstLg {
		text-align: center;
		max-width: 100%;
		margin: 10px 0 0;
		padding: 5px;
		box-sizing: border-box;
		background: #f2f2f2;
		border-radius: 6px;
	}
	
	.ansExpLstLg img {
		max-width: 100px;
	}
	
	.ansExpLstTxt {
		line-height: 1.7;
	}

	.ansExpLstLnkTxt {
		text-align: left;
	}
	
	.ansExpLstMov {
		width: 100%;
	}
}

/* fetAra */
.fetTtlEn {
	text-align: center;
	font-family: Chillax-Semibold;
	font-size: 21rem;
	line-height: 0.7;
	color: #002f7c;
	letter-spacing: -0.05em;
	margin: 0 0 -5px;
}

.fetCtr {
	padding: 80px 30px;
	background: linear-gradient(0deg, rgba(56, 111, 201, 1) 0%, rgba(0, 47, 124, 1) 100%);
}

.fetTtl {
	max-width: 380px;
	margin: 0 auto 50px;
}

.fetLst li {
	padding: 30px 30px 50px;
	background: #fff;
	border-radius: 20px;
}

.fetLst li:not(:last-child) {
	margin: 0 0 50px;
}

.fetLstInfBox {
	margin: 0 0 70px;
	padding: 30px;
	background: #eff2f7;
	border-radius: 15px;
}

.fetLstInfBoxWt {
	padding: 30px 0;
	background: #fff;
	border-radius: 0;
}

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

.fetLstNbrBox {
	order: 2;
	margin: 0 0 0 20px;
}

.fetLstNbrInr {
	position: relative;
}

.fetLstNbr {
	position: relative;
	font-family: 'Chillax-Semibold';
	font-size: 16rem;
	line-height: 0.75;
	letter-spacing: -0.005em;
	color: #002f7c;
	z-index: 1;
	padding: 0 30px 0 0;
}

.fetLstNbr:before {
	content: "";
	position: absolute;
	top: 24px;
	left: 30px;
	width: 50px;
	height: 70px;
	background: #e83a18;
	border-radius: 50%;
	z-index: -1;
}

.fetLstNbrTtl {
	position: absolute;
	top: 45px;
	right: -45px;
	font-family: 'Chillax-Semibold';
	font-size: 3rem;
	line-height: 1;
	letter-spacing: -0.005em;
	color: #002f7c;
	transform: rotate(90deg);
}

.fetLstTtlBox {
	order: 1;
	margin: 0 0 30px;
}

.fetLstTtlTxt {
	display: inline-block;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.2;
	color: #002f7c;
	margin: 0 0 30px;
	padding: 7px 40px;
	background: #fff;
	border: solid 1px #002f7c;
	border-radius: 30px
}

.fetLstTtlTxt .nbrTxt {
	font-family: 'Chillax-Semibold';
	font-size: 2.6rem;
	margin: 0 0 0 10px;
}

.fetLstKbc {
	margin-bottom: 15px;
}

.fetLstKbc img {
	max-width: 500px;
	height: auto;
}

.fetLstTtl {
	font-weight: 700;
	font-size: 4.5rem;
	line-height: 1.3;
}

.fetLstTtl img {
	max-width: 200px;
	height: auto;
	margin: 5px;
}

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

.fetLstInfTxt {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.6;
}

.fetLstInfTxt .blTxt {
	font-weight: 700;
	font-size: 2rem;
	color: #002f7c;
}

.fetImgLst {
	display: flex;
	margin: 0 -25px;
}

.fetImgLst li {
	width: calc(33.33% - 50px);
	margin: 0 25px!important;
	padding: 0;
	background: none;
	border-radius: 0;
}

.fetImgLstImg {
	overflow: hidden;
	border: solid 1px #002f7c;
	border-radius: 20px;
}

.fetImgLstTtl {
	text-align: center;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.6;
	margin: 25px 0 0;
}

.fetBtnTxt {
	text-align: center;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.3;
	color: #002f7c;
	margin: 70px 0 20px;
}

.fetHstLstBox {
	margin: 0 0 30px;
	padding: 0 0 20px;
	overflow-x: scroll;
}

.fetHstLst {
	display: flex;
	position: relative;
}

.fetHstLst li {
	min-width: 300px;
	width: 100%;
	margin: 0!important;
	padding: 0!important;
	box-sizing: border-box;
	background: none;
}

.fetHstLstTtlBox {
	position: relative;
	margin: 0 0 35px;
	padding: 0 0 35px;
	border-bottom: solid 2px #002f7c;
	z-index: 1;
}

.fetHstLst li:last-child .fetHstLstTtlBox {
	border: none;
}

.fetHstLstTtlBox:before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 20px;
	height: 20px;
	background: #002f7c;
	border-radius: 50%;
	z-index: 2;
}

.fetHstLstTtlBox:after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 5px;
	width: 10px;
	height: 10px;
	background: #e83a18;
	border-radius: 50%;
	z-index: 3;
}

.fetHstLstTtl {
	font-family: 'Chillax-Semibold';
	font-size: 4rem;
	line-height: 1;
	color: #002f7c;
}

.fetHstLstTxt {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.5;
	padding: 0 20px 0 0;
}

.fetSvsCth {
	text-align: center;
	font-weight: 900;
	font-size: 3.6rem;
	line-height: 1.3;
	color: #002f7c;
	margin: 0 0 30px;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.fetTtlEn {
		font-size: 15rem;
	}

	.fetCtr {
		padding: 50px 30px;
	}

	.fetTtl {
		max-width: 300px;
		margin: 0 auto 30px;
	}

	.fetLstKbc {
		margin-bottom: 15px;
	}

	.fetLstKbc img {
		max-width: 400px;
		height: auto;
	}

	.fetLst li {
		padding: 30px;
		border-radius: 15px;
	}

	.fetLst li:not(:last-child) {
		margin: 0 0 30px;
	}

	.fetLstInfBox {
		margin: 0 0 30px;
		padding: 30px;
		border-radius: 10px;
	}
	
	.fetLstInfCntBox {
		align-items: center;
	}
	
	.fetLstNbr {
		font-size: 12rem;
		padding: 0 20px 0 0;
	}

	.fetLstNbr:before {
		top: 14px;
		left: 20px;
		width: 40px;
		height: 60px;
	}

	.fetLstNbrTtl {
		top: 35px;
		right: -40px;
		font-size: 2.2rem;
	}
	
	.fetLstTtlBox {
		margin: 0 0 20px;
	}

	.fetLstTtlTxt {
		font-size: 1.8rem;
		margin: 0 0 20px;
		padding: 5px 30px;
	}

	.fetLstTtlTxt .nbrTxt {
		font-size: 2rem;
	}

	.fetLstTtl {
		font-size: 3rem;
	}
	
	.fetLstTtl img {
		max-width: 160px;
	}

	.fetLstInfTxt {
		font-size: 1.7rem;
	}

	.fetImgLst {
		margin: 0 -15px;
	}

	.fetImgLst li {
		width: calc(33.33% - 30px);
		margin: 0 15px!important;
		padding: 0;
	}

	.fetImgLstImg {
		border-radius: 15px;
	}

	.fetImgLstTtl {
		font-size: 2rem;
		margin: 15px 0 0;
	}

	.fetBtnTxt {
		font-size: 2.2rem;
		margin: 40px 0 15px;
	}

	.fetHstLst li {
		min-width: 200px;
	}

	.fetHstLstTtlBox {
		margin: 0 0 30px;
		padding: 0 0 30px;
	}

	.fetHstLstTtlBox:before {
		bottom: -9px;
		width: 18px;
		height: 18px;
	}

	.fetHstLstTtlBox:after {
		width: 9px;
		height: 9px;
	}

	.fetHstLstTtl {
		font-size: 3rem;
	}

	.fetHstLstTxt {
		font-size: 1.8rem;
		padding: 0 15px 0 0;
	}

	.fetSvsCth {
		font-size: 3.2rem;
		margin: 0 0 20px;
	}
}

@media screen and (max-width:767px) {
	.fetTtlEn {
		font-size: 7rem;
	}

	.fetCtr {
		padding: 30px 20px;
	}

	.fetTtl {
		max-width: 200px;
		margin: 0 auto 15px;
	}

	.fetLst li {
		padding: 15px;
		border-radius: 10px;
	}

	.fetLst li:not(:last-child) {
		margin: 0 0 20px;
	}
	
	.fetLstKbc {
		margin-bottom: 15px;
	}

	.fetLstKbc img {
		max-width: 270px;
		height: auto;
	}

	.fetLstInfBox {
		margin: 0 0 20px;
		padding: 10px;
		border-radius: 10px;
	}
	
	.fetLstInfBoxWt {
		padding: 0;
	}
	
	.fetLstInfCntBox {
		display: block;
	}
	
	.fetLstNbrBox {
		text-align: center;
		margin: 0 0 10px;
	}
	
	.fetLstNbrInr {
		display: inline-block;
	}
	
	.fetLstNbr {
		font-size: 10rem;
		padding: 0 15px 0 0;
	}

	.fetLstNbr:before {
		top: 10px;
		left: 20px;
		width: 30px;
		height: 50px;
	}
	
	.fetLstNbrTtl {
		top: 27px;
		right: -35px;
		font-size: 1.8rem;
	}
	
	.fetLstTtlBox {
		margin: 0 0 15px;
	}

	.fetLstTtlTxt {
		text-align: center;
		display: block;
		font-size: 1.6rem;
		margin: 0 0 15px;
		padding: 5px 10px;
	}

	.fetLstTtlTxt .nbrTxt {
		font-size: 1.8rem;
	}

	.fetLstTtl {
		font-size: 2rem;
	}
	
	.fetLstTtl img {
		max-width: 100px;
		margin: 0 5px;
	}
	
	.fetLstImg {
		margin: 0 -15px 15px;
	}

	.fetLstInfTxt {
		font-size: 1.7rem;
		margin-bottom: 30px;
	}

	.fetImgLst {
		display: block;
		margin: 0 0 -10px;
	}

	.fetImgLst li {
		width: 100%;
		margin: 0 0 15px!important;
		padding: 0;
	}

	.fetImgLstImg {
		border-radius: 10px;
	}

	.fetImgLstTtl {
		font-size: 1.8rem;
		margin: 5px 0 0;
	}

	.fetBtnTxt {
		font-size: 1.8rem;
		margin: 20px 0 10px;
	}
	
	.fetHstLst li {
		min-width: 180px;
	}

	.fetHstLstTtlBox {
		margin: 0 0 20px;
		padding: 0 0 20px;
	}

	.fetHstLstTtlBox:before {
		bottom: -9px;
		width: 18px;
		height: 18px;
	}

	.fetHstLstTtlBox:after {
		width: 9px;
		height: 9px;
	}

	.fetHstLstTtl {
		font-size: 2.5rem;
	}

	.fetHstLstTxt {
		font-size: 1.6rem;
		padding: 0 15px 0 0;
	}

	.fetSvsCth {
		font-size: 1.8rem;
		letter-spacing: -0.005em;
		margin: 0 0 15px;
	}
}

/* acvAra */
.acvAra {
	padding: 80px 30px;
	background: #f2f2f2;
}

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

.acvLst {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px 20px;
}

.acvLst li {
	width: calc(50% - 40px);
	margin: 0 20px 40px;
	padding: 20px 20px 40px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 20px;
}

.acvLstImg {
	margin: 0 0 40px;
	overflow: hidden;
	border-radius: 15px;
}

.acvLstTtl {
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.3;
	margin: 0 0 30px;
}

.acvLstTxt {
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1.8;
	margin: 0 0 20px;
}

.acvLstNme {
	text-align: right;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1;
	color: #002f7c;
	margin: 0 0 30px;
}

.acvLstBtn {
	text-align: center;
	max-width: 250px;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1;
	margin: 0 auto;
}

.acvLstBtn a {
	display: block;
	padding: 20px 60px;
	background: url(../images/arw_bl_rt.png) right 20px center no-repeat #eff2f7;
	background-size: 20px auto;
	border-radius: 50px;
}

.acvPlnBox {
	padding: 20px;
	background: #fff;
	border-radius: 20px;
}

.acvPlnInr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	background: #002f7c;
	border-radius: 10px;
}

.acvPlnCntBox {
	display: flex;
}

.acvPlnImgBox {
	width: 150px;
	min-height: 150px;
	display: block;
	margin: 0 20px 0 0;
	background: url(../images/bg_achievement.jpg) center no-repeat;
	background-size: cover;
}

.acvPlnTxtBox {
	width: calc(100% - 170px);
	padding: 25px 0;
}

.acvPlnTtl {
	position: relative;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.3;
	color: #ffff00;
	margin: 0 0 10px;
}

.acvPlnTxt {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #fff;
}

.acvPlnCapTxt {
	text-align: right;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.3;
	margin: 20px 0 0;
}

.acvPlnBox .kbcBtnWt {
	max-width: 300px;
	min-width: 300px;
	margin: 0 20px 0 10px;
}

.acvPlnBox .kbcBtnWt a {
	padding: 10px 20px!important;
}

.kbcBtnBox {
	text-align: center;
}

.kbcBtnBl {
	display: inline-block;
}

.kbcBtnBl a {
	text-align: center;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.3;
	display: block;
	padding: 20px 75px;
	background: #002f7c;
	border-radius: 50px;
}

.kbcBtnBl a:hover {
	background: #e83a18;
	transition: all  0.3s ease;
}

.kbcBtnWt {
	max-width: 450px;
	min-width: 380px;
	display: inline-block;
}

.kbcBtnWt a {
	text-align: center;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.3;
	display: block;
	padding: 20px 35px;
	background: #fff;
	border-radius: 50px;
}

.kbcBtnWt a:hover {
	background: #ffff00;
	transition: all  0.3s ease;
}

.kbcBtnBl span,
.kbcBtnWt span {
	display: inline-block;
	margin: 7px 15px 0 0;
}

.kbcBtnBl img,
.kbcBtnWt img  {
	max-width: 180px;
	width: 100%;
	height: auto;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.acvAra {
		padding: 50px 30px;
	}

	.acvLst {
		margin: 0 -15px 20px;
	}

	.acvLst li {
		width: calc(50% - 30px);
		margin: 0 15px 30px;
		padding: 20px 20px 30px;
		border-radius: 15px;
	}

	.acvLstImg {
		margin: 0 0 30px;
		border-radius: 10px;
	}

	.acvLstTtl {
		font-size: 2rem;
		margin: 0 0 20px;
	}

	.acvLstTxt {
		font-size: 1.7rem;
		margin: 0 0 15px;
	}

	.acvLstNme {
		margin: 0 0 20px;
	}

	.acvLstBtn {
		max-width: 240px;
		font-size: 1.7rem;
	}

	.acvLstBtn a {
		padding: 17px 50px;
		background: url(../images/arw_bl_rt.png) right 17px center no-repeat #eff2f7;
		background-size: 17px auto;
	}

	.acvPlnBox {
		border-radius: 15px;
	}

	.acvPlnImgBox {
		width: 130px;
		margin: 0 20px 0 0;
	}

	.acvPlnTxtBox {
		width: calc(100% - 150px);
		padding: 15px 0;
	}

	.acvPlnTtl {
		font-size: 2rem;
	}

	.acvPlnCapTxt {
		font-size: 1.7rem;
		margin: 15px 0 0;
	}
	
	.acvPlnBox .kbcBtnWt {
		min-width: 250px;
		margin: 0 15px 0 10px;
	}

	.kbcBtnBl a {
		font-size: 2rem;
		padding: 17px 60px;
	}

	.kbcBtnWt {
		max-width: 400px;
		min-width: 320px;
	}

	.kbcBtnWt a {
		font-size: 2rem;
		padding: 17px 30px;
	}

	.kbcBtnBl span,
	.kbcBtnWt span {
		margin: 3px 10px 0 0;
	}

	.kbcBtnBl img,
	.kbcBtnWt img  {
		max-width: 130px;
	}
}

@media screen and (max-width:767px) {
	.acvAra {
		padding: 30px 20px;
	}

	.acvLst {
		display: block;
		margin: 0 0 20px;
	}

	.acvLst li {
		width: 100%;
		margin: 0 0 20px;
		padding: 15px;
		border-radius: 15px;
	}

	.acvLstImg {
		margin: 0 0 15px;
		border-radius: 10px;
	}

	.acvLstTtl {
		font-size: 1.8rem;
		margin: 0 0 10px;
	}

	.acvLstTxt {
		font-size: 1.6rem;
		margin: 0 0 10px;
	}

	.acvLstNme {
		margin: 0 0 15px;
	}

	.acvLstBtn {
		max-width: 350px;
		font-size: 1.6rem;
		margin: 0 auto;
	}

	.acvLstBtn a {
		padding: 17px 40px;
		background: url(../images/arw_bl_rt.png) right 15px center no-repeat #eff2f7;
		background-size: 15px auto;
	}

	.acvPlnBox {
		padding: 15px;
		border-radius: 10px;
	}

	.acvPlnInr {
		display: block;
		padding: 15px;
	}
	
	.acvPlnCntBox {
		text-align: center;
		display: block;
		margin: 0 0 15px;
	}
	
	.acvPlnImgBox {
		width: 100%;
		height: 200px;
		margin: 0 0 15px;
		overflow: hidden;
		border-radius: 6px;
	}
	
	.acvPlnTxtBox {
		text-align: left;
		width: 100%;
		padding: 0;
	}
	
	.acvPlnTtl {
		font-size: 1.8rem;
		padding: 0;
	}

	.acvPlnCapTxt {
		text-align: left;
		font-size: 1.5rem;
		margin: 10px 0 0;
	}
	
	.acvPlnBox .kbcBtnWt {
		margin: 0 auto;
	}
	
	.kbcBtnBl {
		max-width: 350px;
		width: 100%;
		margin: 0 auto;
	}
	
	.kbcBtnBl a {
		font-size: 1.8rem;
		padding: 15px;
	}

	.kbcBtnWt {
		max-width: 350px;
		min-width: auto;
		width: 100%;
		display: block;
		margin: 0 auto;
	}

	.kbcBtnWt a {
		font-size: 1.8rem;
		padding: 15px;
	}

	.kbcBtnBl span,
	.kbcBtnWt span {
		margin: 2px 7px 0 0;
	}

	.kbcBtnBl img,
	.kbcBtnWt img  {
		max-width: 110px;
	}
}

/* otrAra */
.otrAra {
	padding: 100px 0 0;
}

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

.otrTtlTxt {
	display: inline-block;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.3;
	color: #002f7c;
	margin: 0 0 5px;
	padding: 7px 15px;
	background: #fff;
	border-radius: 30px;
}

.otrTtl {
	font-weight: 700;
	font-size: 7rem;
	line-height: 1.3;
	color: #fff;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.otrAra {
		padding: 70px 0 0;
	}
	
	.otrTtlBox {
		margin: 0 0 30px;
	}

	.otrTtlTxt {
		font-size: 1.5rem;;
		padding: 5px 10px;
	}

	.otrTtl {
		font-size: 5rem;
	}
}

@media screen and (max-width:767px) {
	.otrAra {
		padding: 30px 0 0;
	}
	
	.otrTtlBox {
		margin: 0 0 20px;
	}

	.otrTtlTxt {
		font-size: 1.4rem;
		letter-spacing: -0.005em;
		padding: 3px 7px;
	}

	.otrTtl {
		font-size: 3rem;
	}
}

/*======================================================
  footer
======================================================*/

.ptpBtnBox {
	text-align: center;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 150;
}

.ptpBtnBox a {
	width: 50px;
	height: 50px;
	display: block;
	padding: 18px 0 0;
	background: #002f7c;
	box-sizing: border-box;
	border: solid 1px rgba(255,255,255,0.2);
	border-radius: 6px;
}

.ptpBtnBox a:hover {
	background: #e83a18;
	transition: all  0.3s ease;
}

.ptpBtnBox img {
	max-width: 15px;
	margin: 0 auto;
}

.ftrLst {
	display: flex;
	flex-wrap: wrap;
}

.ftrLst li:nth-child(1) {
	width: 100%;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
	box-sizing: border-box;
	background: url(../images/bg_footer_tp.jpg) top no-repeat;
	background-size: cover;
}

.ftrLstDocCth {
	text-align: center;
	font-weight: 700;
	font-size: 4rem;
	line-height: 1.3;
	color: #fff;
	margin: 0 0 50px;
}

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

.ftrLstDocTtl {
	display: inline-block;
	font-weight: 700;
	font-size: 3rem;
	line-height: 1.4;
	color: #fff;
	margin: 0 50px 0 0;
	padding: 40px 0 40px 210px;
	background: url(../images/img_doc.png) left no-repeat;
	background-size: 190px auto;
}

.ftrLst li:nth-child(2) {
	width: 50%;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
	box-sizing: border-box;
	background: url(../images/bg_footer_lt.jpg) top no-repeat;
	background-size: cover;
}

.ftrLstCctCth {
	text-align: center;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.5;
	color: #fff;
	margin: 0 0 20px;
}

.ftrLst li:nth-child(3) {
	width: 50%;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
	box-sizing: border-box;
	background: url(../images/bg_footer_rt.jpg) top no-repeat;
	background-size: cover;
}

.ftrLst li:nth-child(3) .ftrLstBox {
	text-align: center;
}

.ftrLstTelCth {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.3;
	color: #fff;
	margin: 0 0 10px;
}

.ftrLstTel {
	display: inline-block;
	font-weight: 700;
	font-size: 6.4rem;
	line-height: 1;
	color: #fff;
	margin: 0 0 5px;
	padding: 0 0 0 80px;
	background: url(../images/icn_free.png) left 0 bottom 3px no-repeat;
	background-size: 70px auto;
}

.ftrLstTelTxt {
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 1.3;
	color: #fff;
}

.ftrLstTelTxt .minTxt {
	font-size: 1.8rem;
}

.ftrNavBox {
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
	background: #eff2f7;
}

.ftrNav {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.3;
}

.ftrNav li {
	margin: 0 20px;
}

.ftrNav li a {
	position: relative;
	display: block;
	padding: 0 0 0 38px;
}

.ftrNav li a:before {
	content: "";
	position: absolute;
	top: calc(50% - 12px);
	left: 0;
	width: 24px;
	height: 24px;
	background: url(../images/arw_min_bl_rt.png) center no-repeat #fff;
	background-size: 10px auto;
	border-radius: 50%;
}

.cpyTxt {
	text-align: center;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1;
	color: #fff;
	padding: 30px;
	background: #2a2a2a;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.ptpBtnBox {
		bottom: 20px;
		right: 20px;
	}

	.ftrLst li:nth-child(1) {
		min-height: 250px;
		height: auto;
		padding: 30px;
	}

	.ftrLstDocCth {
		font-size: 3rem;
		margin: 0 0 20px;
	}

	.ftrLstDocBox {
		text-align: center;
		display: block;
	}

	.ftrLstDocTtl {
		font-size: 2.6rem;
		margin: 0 30px 0 0;
		padding: 30px 0 30px 140px;
		background-size: 120px auto;
	}

	.ftrLst li:nth-child(2) {
		min-height: 250px;
		height: auto;
		padding: 30px;
	}

	.ftrLstCctCth {
		font-size: 1.8rem;
		margin: 0 0 15px;
	}

	.ftrLst li:nth-child(3) {
		min-height: 250px;
		height: auto;
		padding: 30px;
	}

	.ftrLstTelCth {
		font-size: 1.7rem;
		margin: 0 0 5px;
	}

	.ftrLstTel {
		font-size: 4.5rem;
		padding: 0 0 0 50px;
		background-size: 45px auto;
	}

	.ftrLstTelTxt {
		font-size: 2rem;
	}

	.ftrLstTelTxt .minTxt {
		font-size: 1.7rem;
	}

	.ftrNavBox {
		min-height: 80px;
	}

	.ftrNav {
		font-size: 1.5rem;
	}

	.ftrNav li {
		margin: 0 15px;
	}

	.ftrNav li a {
		padding: 0 0 0 35px;
	}

	.ftrNav li a:before {
		top: calc(50% - 11px);
		width: 22px;
		height: 22px;
		background-size: 8px auto;
	}
	
	.cpyTxt {
		font-size: 1.3rem;
		padding: 20px;
	}
}

@media screen and (max-width:767px) {
	.ptpBtnBox {
		bottom: 75px;
		right: 15px;
	}
	
	.lwrPtpBtn {
		bottom: 15px;
		right: 15px;
	}
	
	.ptpBtnBox a {
		width: 40px;
		height: 40px;
		padding: 13px 0 0;
		border-radius: 4px;
	}

	.ptpBtnBox img {
		max-width: 15px;
	}
	
	.ftrAra {
		margin: 0 0 60px;
	}
	
	.ftrLst {
		display: block;
	}
	
	.ftrLst li {
		width: 100%;
		display: block!important;
		box-sizing: border-box;
	}
	
	.ftrLst li:nth-child(1) {
		min-height: auto;
		height: auto;
		padding: 20px;
	}
	
	.ftrLstDocCth {
		font-size: 1.8rem;
		margin: 0 0 15px;
	}

	.ftrLstDocBox {
		display: block;
	}
	
	.ftrLstDocTtlBox {
		text-align: center;
	}

	.ftrLstDocTtl {
		text-align: left;
		font-size: 1.8rem;
		margin: 0 0 10px;
		padding: 5px 0 5px 90px;
		background-size: 80px auto;
	}

	.ftrLst li:nth-child(2) {
		width: 100%;
		min-height: auto;
		height: auto;
		padding: 20px;
	}

	.ftrLstCctCth {
		font-size: 1.8rem;
		margin: 0 0 15px;
	}

	.ftrLst li:nth-child(3) {
		width: 100%;
		min-height: auto;
		height: auto;
		padding: 20px;
	}

	.ftrLstTelCth {
		font-size: 1.8rem;
		margin: 0 0 5px;
	}

	.ftrLstTel {
		font-size: 3.5rem;
		padding: 0 0 0 40px;
		background-size: 35px auto;
	}

	.ftrLstTelTxt {
		font-size: 1.8rem;
	}

	.ftrLstTelTxt .minTxt {
		font-size: 1.4rem;
	}

	.ftrNavBox {
		min-height: auto;
		padding: 10px 0 10px 20px;
	}

	.ftrNav {
		width: 100%;
		flex-wrap: wrap;
		justify-content: flex-start;
		font-size: 1.5rem;
	}

	.ftrNav li {
		margin: 0 20px 0 0;
		box-sizing: border-box;
	}

	.ftrNav li a {
		display: block;
		padding: 10px 0 10px 30px;
	}

	.ftrNav li a:before {
		top: calc(50% - 10px);
		left: 0;
		width: 20px;
		height: 20px;
		background-size: 8px auto;
	}
	
	.ftrNav li a:hover {
		color: #fff!important;
		background: #002f7c!important;
		transition: all  0.3s ease;
	}
	
	.cpyTxt {
		font-size: 1.2rem;
		padding: 20px;
	}

}

/*======================================================
  form
======================================================*/

/* frmAra */
.frmAra {
	border-bottom: solid 1px #dfdfdf;
}

.frmBox {
	display: flex;
}

.frmInfBox {
	width: 50%;
	padding: 150px 50px 70px;
	box-sizing: border-box;
	background: #f2f2f2;
}

.frmInfCth {
	text-align: center;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.6;
	color: #002f7c;
	margin: 0 0 50px;
}

.frmInfTtl {
	text-align: center;
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 1.3;
	margin: 0 0 30px;
}

.frmInfImg {
	text-align: center;
	max-width: 500px;
	margin: 0 auto 30px;
}

.frmLgImg {
	text-align: center;
	margin: 0 auto;
	padding: 20px;
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
}

.frmLgImg img {
	max-width: 520px;
}

.frmCntBox {
	width: 50%;
	padding: 70px 50px;
	box-sizing: border-box;
	background: #002f7c;
}

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

.frmCntTtl {
	display: inline-block;
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 1.3;
	color: #002f7c;
	padding: 5px 20px;
	background: #fff;
	border-radius: 50px;
}

.frmCntImg {
	margin: 0 0 50px;
	overflow: hidden;
	border-radius: 10px;
}

.frmCapTxt {
	text-align: right;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1;
	color: #fff;
	margin: 0 0 10px;
}

.frmCapTxt .eslIcn {
	margin: 0;
}

.eslIcn {
	color: #e83a18;
	margin: 0 0 0 10px;
}

.errBox {
	margin: 0 0 30px;
	padding: 15px;
	background: #fff;
	border-radius: 10px;
}

.errLst {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.3;
	color: #e83a18;
}

.errLst li:not(:last-child) {
	margin: 0 0 10px;
}

.errTxt {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.3;
	color: #e83a18;
	margin: 5px 0 0;
}

.frmLst {
	margin: 0 0 40px;
}

.frmLst li {
	display: flex;
}

.frmLst li:not(:last-child) {
	margin: 0 0 30px;
}

.frmLstTtl {
	width: 160px;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.3;
	color: #fff;
	margin: 15px 20px 0 0;
}

.frmLstCntBox {	
	width: calc(100% - 180px);
}

.frmChkLst {
	margin: 10px 0 0;
}

.frmChkLst .wpcf7-list-item {
	color: #fff;
	font-size: 1.4rem;
	margin: 0 0 10px;
	display: block;
}

.frmChkLst .wpcf7-list-item input {
	margin: 6px 10px 0 0;
}

.wpcf7-list-item {
	/*
	justify-content: center;
	display: flex
	*/
}

::placeholder {
	opacity: 0.3;
}

.frmBox01 {
	width: 100%;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.3;
	color: #222;
	padding: 15px 20px;
	box-sizing: border-box;
	background: #fff;
	border: none;
	border-radius: 8px;
}

.frmBox02 {
	width: 100%;
	height: 180px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.3;
	color: #222;
	padding: 15px 20px;
	box-sizing: border-box;
	background: #fff;
	border: none;
	border-radius: 8px;
}

.frmBox03 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.3;
	color: #222;
	padding: 15px 20px;
	box-sizing: border-box;
	background: #fff;
	border: none;
	border-radius: 8px;
}

.frmDvr {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: start;
}

.sml {
	font-size: 1.4rem;
	color: #fff;
	display: block;
	margin-left:10px;
}

input::placeholder,
textarea::placeholder {
	color: #222;
}

.frmLstTxt {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.8;
	color: #fff;
	margin: 0 0 10px;
}

.frmLstChkBox {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.8;
	color: #fff;
}

.frmLstChkBox input {
	margin: 8px 10px 0 0;
}

.frmSndBtn {
	max-width: 300px;
	margin: 0 auto;
}

.frmSndBtn input {
	width: 100%;
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1;
	color: #002f7c;
	padding: 20px;
	background: #fff;
	border: none;
	border-radius: 50px!important;
	cursor: pointer;
}

.frmSndBtn input:not(:disabled):hover {
	background: #e83a18;
	transition: all 0.3s ease;
}

.frmSndBtn input:disabled {
	cursor: default;
	background: #999!important;
	color: #eee;
}

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

	.frmLstTtl {
		width: 100%;
		margin: 0 0 12px;
	}
	
	.frmLstCntBox {	
		width: 100%;
	}
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.frmInfBox {
		width: 40%;
		padding: 90px 30px 50px;
	}

	.frmInfCth {
		text-align: left;
		font-size: 1.4rem;
		margin: 0 0 30px;
	}

	.frmInfTtl {
		font-size: 2.4rem;
		margin: 0 0 20px;
	}
	
	.frmInfImg {
		margin: 0 auto 20px;
	}

	.frmLgImg {
		padding: 15px;
	}

	.frmCntBox {
		width: 60%;
		padding: 50px 30px;
	}

	.frmCntTtlBox {
		margin: 0 0 30px;
	}

	.frmCntTtl {
		font-size: 2rem;
		padding: 5px 20px;
	}

	.frmCntImg {
		margin: 0 0 30px;
	}

	.frmLst {
		margin: 0 0 30px;
	}

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

	.frmLstCntBox {	
		width: 100%;
	}
	
	.frmChkLst {
		margin: 0;
	}

	.frmChkLst li:not(:last-child) {
		margin: 0 0 7px;
	}
	
	.frmBox01 {
		padding: 15px;
	}

	.frmBox02 {
		padding: 15px;
	}

	.frmLstTxt {
		font-size: 1.5rem;
	}

	.frmSndBtn {
		max-width: 260px;
	}

	.frmSndBtn input {
		font-size: 1.8rem;
		padding: 17px;
	}
}

@media screen and (max-width:767px) {
	.frmBox {
		display: block;
	}
	
	.frmInfBox {
		width: 100%;
		padding: 60px 20px 30px;
	}

	.frmInfCth {
		text-align: left;
		font-size: 1.6rem;
		margin: 0 0 0px;
	}

	.frmInfTtl {
		font-size: 2rem;
		margin: 0 0 15px;
	}
	
	.frmInfImg {
		margin: 0 auto 10px;
	}
	
	.frmLgImg {
		padding: 15px;
	}

	.frmCntBox {
		width: 100%;
		padding: 30px 20px;
	}

	.frmCntTtlBox {
		margin: 0 0 20px;
	}

	.frmCntTtl {
		font-size: 1.8rem;
		padding: 3px 15px;
	}
	
	.errBox {
		margin: 0 0 20px;
		padding: 10px;
		border-radius: 6px;
	}
	
	.frmCntImg {
		margin: 0 0 20px;
		border-radius: 6px;
	}

	.frmLst {
		margin: 0 0 30px;
	}

	.frmLst li:not(:last-child) {
		margin: 0 0 20px;
	}
	
	.frmLstTtl {
		font-size: 1.5rem;
		margin: 0 0 10px;
	}

	.frmLstCntBox {	
		width: 100%;
	}
	
	.frmChkLst {
		margin: 0;
	}

	.frmChkLst li:not(:last-child) {
		margin: 0 0 7px;
	}
	
	.frmChkLst .frmLstChkBox {
		text-align: left!important;
	}
	
	.frmBox01 {
		font-size: 1.5rem;
		padding: 10px;
		border-radius: 6px!important;
	}

	.frmBox02 {
		height: 150px;
		font-size: 1.5rem;
		padding: 10px;
		border-radius: 6px!important;
	}

	.frmLstTxt {
		font-size: 1.5rem;
		line-height: 1.6;
	}
	
	.frmLstChkBox {
		text-align: center;
	}

	.frmSndBtn {
		max-width: 240px;
	}

	.frmSndBtn input {
		font-size: 1.6rem;
		padding: 17px;
	}
}

/* thanks */
.frmTnkBox {
	margin: 150px 0 0;
}

.frmTnkCntBox {
	text-align: center;
	color: #fff;
}

.frmTnkTtl {
	font-weight: 700;
	font-size: 3.6rem;
	line-height: 1.3;
	margin: 0 0 30px;
}

.frmTnkTxt {
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.8;
	margin: 0 0 50px;
}

.frmTnkBtnBox .morBtn {
	margin: 0 auto;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.frmTnkBox {
		margin: 100px 0 0;
	}

	.frmTnkTtl {
		font-size: 3rem;
		margin: 0 0 20px;
	}

	.frmTnkTxt {
		font-size: 1.8rem;
		margin: 0 0 40px;
	}
}

@media screen and (max-width:767px) {
	.frmTnkBox {
		margin: 0;
	}

	.frmTnkTtl {
		font-size: 2rem;
		margin: 0 0 15px;
	}

	.frmTnkTxt {
		font-size: 1.5rem;
		letter-spacing: -0.005em;
		margin: 0 0 30px;
	}
}

/*======================================================
  導入企業
======================================================*/

/* dtlAra */
.dtlAra {
	padding: 100px 30px;
	background: #f2f2f2;
	border-bottom: solid 1px #dfdfdf;
}

.dtlWrp {
	max-width: 1100px;
	margin: 0 auto;
}

.dtlMnBox {
	margin: 0 0 70px;
	padding: 30px;
	background: #fff;
	border-radius: 20px;
}

.dtlMnImg {
	margin: 0 0 30px;
	overflow: hidden;
	border-radius: 15px;
}

.dtlInfBox {
	display: flex;
	/*align-items: center;*/
	padding: 20px;
	background: #eff2f7;
	border-radius: 15px;
}

.dtlInfCmpBox {
	max-width: 260px;
	width: 100%;
	margin: 0 40px 0 0;
}

.dtlInfCmpLgBox {
	height: 150px;
	margin: 0 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 10px;
}

.dtlInfCmpLg {
	max-width: 200px;
	margin: 0 auto;
}

.dtlInfCmpTtl {
	font-family: 'Chillax-Semibold';
	font-size: 1.8rem;
	line-height: 1.3;
	color: #002f7c;
	margin: 0 0 15px;
}

.dtlInfCmpTxt {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.6;
}

.dtlInfCntBox {
	width: calc(100% - 300px);
}

.dtlInfCntTtlTxt {
	text-align: center;
	display: inline-block;
	font-weight: 700;
	font-size: 1.8em;
	line-height: 1.3;
	color: #fff;
	margin: 0 0 15px;
	padding: 10px 20px;
	background: #002f7c;
	border-radius: 30px;
}

.dtlInfCntTtl {
	font-weight: 900;
	font-size: 3.2rem;
	line-height: 1.3;
	color: #002f7c;
	margin: 0 0 30px;
}

.dtlInfDtaBox {
	padding: 10px 15px;
	background: #fff;
	border-radius: 10px;
}

.dtlInfDtaTbl {
	width: 100%;
	font-size: 1.8rem;
}

.dtlInfDtaTbl tr:not(:last-child) th,
.dtlInfDtaTbl tr:not(:last-child) td {
	border-bottom: dashed 1px #c7c7c7;
}

.dtlInfDtaTbl th {
	width: 150px;
	font-weight: 700;
	line-height: 1.3;
	padding: 10px;
	vertical-align: middle;
}

.dtlInfDtaTbl td {
	font-weight: 500;
	line-height: 1.6;
	padding: 10px;
	overflow-wrap: anywhere;
	vertical-align: middle;
}

.dtlTtlBox {
	margin: 0 0 70px;
	background: #fff;
	border-radius: 20px;
}

.dtlTtl {
	font-weight: 900;
	font-size: 4rem;
	line-height: 1.3;
	color: #002f7c;
	padding: 30px;
}

.dtlTtlCapTxt {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.8;
	padding: 30px;
	border-top: solid 1px #f2f2f2;
}

.dtlAclQes {
	position: relative;
	font-weight: 700;
	font-size: 3rem;
	line-height: 1.3;
	padding: 5px 0 0 65px;
}

.dtlAclQes:before {
	text-align: center;
	content: "Q";
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'Chillax-Semibold';
	font-size: 3.6rem;
	line-height: 1;
	color: #fff;
	width: 50px;
	height: 50px;
	padding: 8px 0 0;
	box-sizing: border-box;
	background: #002f7c;
	border-radius: 50%;
}

.dtlAclCmtLst {
	margin: 0 0 70px;
}

.dtlAclCmtLst dt {
	margin: 0 0 30px;
}

.dtlAclCmtLst dd:not(:last-child) {
	margin: 0 0 40px;
} 

.dtlAclCmtLstBox {
	display: flex;
	/*align-items: center;*/
	padding: 15px;
	background: #fff;
	border-radius: 15px;
}

.dtlAclCmtImgBox {
	max-width: 110px;
	margin: 0 30px 0 0;
}

.dtlAclCmtImg {
	overflow: hidden;
	border-radius: 10px;
}

.dtlAclCmtTxtBox {
	width: calc(100% - 140px);
}

.dtlAclAns {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.8;
}

.dtlAclAns .stgTxt,
.dtlAclTxt .stgTxt {
	font-weight: 700;
	color: #002f7c;
	padding: 1px;
	background: #eff2f7;
	border-radius: 3px;
}

.dtlAclPicBox {
	display: flex;
	/*align-items: center;*/
	margin: 0 0 70px;
	padding: 30px;
	background: #fff;
	border-radius: 20px;
}

.dtlAclPicImgBox {
	max-width: 360px;
	width: 100%;
	margin: 0 40px 0 0;
}

.dtlAclPicImg {
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}

.dtlAclPicNme {
	text-align: center;
	font-weight: 700;
	font-size: 1.7rem;
	line-height: 1.3;
	padding: 10px;
	background: #eff2f7;
	border-radius: 0 0 10px 10px;
}

.dtlAclPicTxtBox {
	width: calc(100% - 400px);
}

.dtlAclTtl {
	position: relative;
	font-weight: 700;
	font-size: 3rem;
	line-height: 1.3;
	color: #fff;
	margin: 0 0 40px;
	padding: 17px 40px;
	background: #002f7c;
	border-radius: 6px;
	z-index: 1;
}

.dtlAclTtl:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 6px;
	height: calc(100% - 20px);
	background: #e83a18;
	border-radius: 5px;
	z-index: 2;
}

.dtlAclTxt {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 0 0 70px;
}

.dtlAclBtnBox {
	text-align: center;
	margin: 0 0 70px;
}

.dtlAclBtnBox .mnOnlBtn {
	display: inline-block;
}

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

.dtlNav li {
	width: calc(50% - 40px);
	box-sizing: border-box;
	border-radius: 15px;
	overflow: hidden;
}

.dtlNav li a {
	background: #002f7c;
	padding: 15px;
	display: block;
}

.dtlNav li:first-child {
	margin: 0 40px 0 0;
}

.dtlNav li:last-child {
	margin: 0 0 0 40px;
}

.dtlNavBox {
	display: flex;
	/*align-items: center;*/
}

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

.dtlNavImg {
	overflow: hidden;
	border-radius: 10px;
}

.dtlNavCntTtl {
	text-align: center;
	display: inline-block;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1;
	color: #002f7c;
	margin: 0 0 15px;
	border-radius: 30px;
}

.dtlNav li:first-child .dtlNavCntTtl {
	padding: 7px 20px 7px 30px;
	background: url(../images/arw_min_bl_lt.png) left 10px center no-repeat #fff;
	background-size: 12px auto;
}

.dtlNav li:last-child .dtlNavCntTtl {
	padding: 7px 30px 7px 20px;
	background: url(../images/arw_min_bl_rt.png) right 10px center no-repeat #fff;
	background-size: 12px auto;
}

.dtlNavCntNme {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.3;
	color: #fff;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.dtlAra {
		padding: 90px 30px 70px;
	}

	.dtlMnBox {
		margin: 0 0 50px;
		padding: 20px;
		border-radius: 15px;
	}

	.dtlMnImg {
		margin: 0 0 20px;
		border-radius: 15px;
	}

	.dtlInfBox {
		border-radius: 10px;
	}

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

	.dtlInfCmpLgBox {
		height: 130px;
	}

	.dtlInfCmpLg {
		max-width: 180px;
	}

	.dtlInfCmpTtl {
		font-size: 1.7rem;
		margin: 0 0 10px;
	}

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

	.dtlInfCntTtlTxt {
		font-size: 1.7em;
	}

	.dtlInfCntTtl {
		font-size: 3rem;
		margin: 0 0 20px;
	}

	.dtlInfDtaBox {
		padding: 5px 10px;
	}

	.dtlInfDtaTbl {
		font-size: 1.7rem;
	}

	.dtlInfDtaTbl th {
		width: 130px;
		padding: 5px;
	}

	.dtlInfDtaTbl td {
		padding: 5px;
	}

	.dtlTtlBox {
		margin: 0 0 50px;
		border-radius: 15px;
	}

	.dtlTtl {
		font-size: 3.6rem;
		padding: 20px;
	}

	.dtlTtlCapTxt {
		font-size: 1.7rem;
		padding: 20px;
	}

	.dtlAclQes {
		font-size: 2.6rem;
		padding: 5px 0 0 55px;
	}

	.dtlAclQes:before {
		font-size: 3rem;
		width: 45px;
		height: 45px;
	}

	.dtlAclCmtLst {
		margin: 0 0 50px;
	}

	.dtlAclCmtLst dt {
		margin: 0 0 20px;
	}

	.dtlAclCmtLst dd:not(:last-child) {
		margin: 0 0 30px;
	} 

	.dtlAclCmtLstBox {
		border-radius: 10px;
	}

	.dtlAclCmtImgBox {
		max-width: 100px;
		margin: 0 20px 0 0;
	}

	.dtlAclCmtTxtBox {
		width: calc(100% - 120px);
	}

	.dtlAclPicBox {
		margin: 0 0 50px;
		padding: 20px;
		border-radius: 15px;
	}

	.dtlAclPicImgBox {
		max-width: 270px;
		margin: 0 30px 0 0;
	}

	.dtlAclPicNme {
		font-size: 1.6rem;
	}

	.dtlAclPicTxtBox {
		width: calc(100% - 300px);
	}

	.dtlAclTtl {
		font-size: 2.6rem;
		margin: 0 0 30px;
		padding: 15px 30px;
	}

	.dtlAclTtl:before {
		width: 4px;
	}

	.dtlAclTxt {
		margin: 0 0 50px;
	}

	.dtlAclBtnBox {
		margin: 0 0 50px;
	}

	.dtlNav li {
		width: calc(50% - 20px);
		border-radius: 10px;
	}
	
	.dtlNav li a {
		padding: 10px;
	}
	
	.dtlNav li:first-child {
		margin: 0 20px 0 0;
	}

	.dtlNav li:last-child {
		margin: 0 0 0 20px;
	}

	.dtlNavImgBox {
		max-width: 130px;
		margin: 0 20px 0 0;
	}
	
	.dtlNavCntTtl {
		font-size: 1.3rem;
		margin: 0 0 10px;
	}

	.dtlNav li:first-child .dtlNavCntTtl {
		padding: 6px 15px 6px 25px;
		background-size: 10px auto;
	}

	.dtlNav li:last-child .dtlNavCntTtl {
		padding: 6px 25px 6px 15px;
		background-size: 10px auto;
	}
	
	.dtlNavCntNme {
		font-size: 1.7rem;
	}
}

@media screen and (max-width:767px) {
	.dtlAra {
		padding: 60px 20px 30px;
	}

	.dtlMnBox {
		margin: 0 0 30px;
		padding: 15px;
		border-radius: 10px;
	}

	.dtlMnImg {
		margin: 0 0 15px;
		border-radius: 6px;
	}

	.dtlInfBox {
		display: block;
		padding: 10px;
		border-radius: 6px;
	}

	.dtlInfCmpBox {
		max-width: 100%;
		margin: 0 0 20px;
	}

	.dtlInfCmpLgBox {
		height: 100px;
	}

	.dtlInfCmpLg {
		max-width: 150px;
	}

	.dtlInfCmpTtl {
		text-align: center;
		font-size: 1.6rem;
		margin: 0 0 7px;
	}
	
	.dtlInfCntBox {
		width: 100%;
	}

	.dtlInfCntTtlTxt {
		text-align: center;
		display: block;
		font-size: 1.6em;
		padding: 5px 15px;
	}

	.dtlInfCntTtl {
		font-size: 2.2rem;
		margin: 0 0 20px;
	}

	.dtlInfDtaBox {
		padding: 10px;
		border-radius: 6px;
	}

	.dtlInfDtaTbl {
		font-size: 1.5rem;
	}
	
	.dtlInfDtaTbl tr,
	.dtlInfDtaTbl th,
	.dtlInfDtaTbl td {
		display: block;
	}

	.dtlInfDtaTbl th {
		width: 100%;
		padding: 10px 5px 5px;
		border-bottom: none!important;
	}

	.dtlInfDtaTbl td {
		width: 100%;
		padding: 0 5px 10px;
	}

	.dtlTtlBox {
		margin: 0 0 30px;
		border-radius: 10px;
	}

	.dtlTtl {
		font-size: 2.2rem;
		padding: 15px;
	}

	.dtlTtlCapTxt {
		font-size: 1.6rem;
		padding: 15px;
	}

	.dtlAclQes {
		font-size: 1.8rem;
		padding: 5px 0 0 40px;
	}

	.dtlAclQes:before {
		font-size: 2.2rem;
		width: 30px;
		height: 30px;
		padding: 4px 0 0;
	}

	.dtlAclCmtLst {
		margin: 0 0 30px;
	}

	.dtlAclCmtLst dt {
		margin: 0 0 15px;
	}

	.dtlAclCmtLst dd:not(:last-child) {
		margin: 0 0 20px;
	} 

	.dtlAclCmtLstBox {
		display: block;
		border-radius: 10px;
	}

	.dtlAclCmtImgBox {
		max-width: 100%;
		margin: 0 0 15px;
	}
	
	.dtlAclCmtImgBox {
		border-radius: 6px;
	}

	.dtlAclCmtTxtBox {
		width: 100%;
	}
	
	.dtlAclAns {
		line-height: 1.6;
	}

	.dtlAclPicBox {
		display: block;
		margin: 0 0 30px;
		padding: 15px;
		border-radius: 10px;
	}

	.dtlAclPicImgBox {
		max-width: 100%;
		margin: 0 0 20px;
		border-radius: 6px 6px 0 0;
	}

	.dtlAclPicNme {
		font-size: 1.5rem;
		border-radius: 0 0 6px 6px;
	}

	.dtlAclPicTxtBox {
		width: 100%;
		margin: 0 0 -30px;
	}

	.dtlAclTtl {
		font-size: 1.8rem;
		margin: 0 0 15px;
		padding: 10px 20px;
		border-radius: 4px;
	}

	.dtlAclTtl:before {
		top: 8px;
		left: 8px;
		width: 3px;
		height: calc(100% - 16px);
	}

	.dtlAclTxt {
		line-height: 1.6;
		margin: 0 0 30px;
	}

	.dtlAclBtnBox {
		margin: 0 0 30px;
	}
	
	
	.dtlAclBtnBox .mnOnlBtn {
		display: block;
	}
	
	.dtlNav li {
		width: calc(50% - 5px);
		border-radius: 6px;
	}
	
	.dtlNav li a {
		padding: 5px 5px 10px;
	}

	.dtlNav li:first-child {
		margin: 0 5px 0 0;
	}

	.dtlNav li:last-child {
		margin: 0 0 0 5px;
	}

	.dtlNavBox {
		text-align: center;
		display: block;
	}

	.dtlNavImgBox {
		max-width: 100%;
		margin: 0 0 10px;
	}
	
	.dtlNavImg {
		border-radius: 4px;
	}
	
	.dtlNavCntTtl {
		font-size: 1.2rem;
		margin: 0 0 10px;
	}

	.dtlNav li:first-child .dtlNavCntTtl {
		padding: 6px 15px 6px 25px;
		background-size: 10px auto;
	}

	.dtlNav li:last-child .dtlNavCntTtl {
		padding: 6px 25px 6px 15px;
		background-size: 10px auto;
	}
	
	.dtlNavCntNme {
		text-align: left;
		font-size: 1.4rem;
	}
}

.wpcf7-not-valid-tip,
.wpcf7-response-output,
.screen-reader-response {
	display: none;
}

.fdate {
	display: flex;
}

.frmDatTbl th {
	vertical-align: middle;
	color: #fff;
	font-size: 1.6rem;
	padding: 5px 20px 5px 0;
}

.frmDatTbl td {
	vertical-align: middle;
	padding: 5px 0 5px 10px;

}

.dlList ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	margin-bottom: 50px;
}

.dlList li {
	width: 49%;
	margin: 0 2% 30px 0;
}

.dlList li:nth-child(2n){
	margin-right: 0;
}

.dlList li a {
	color: #fff!important;
	font-size: 1.6rem;
	font-weight: bold;
}

.dlList li a:hover {
	opacity: 0.7;
}

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


	.dlList li {
		width: 100%;
		margin: 0 0 30px 0;
	}


	.dlList li a {
		color: #fff!important;
		font-size: 1.4rem;
		font-weight: bold;
	}

}


/*======================================================
  404
======================================================*/

.errAra {
	min-height: 700px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 80px 0 0;
}

.errTtlBox {
	text-align: center;
}

.errTtl {
	font-weight: 900;
	font-size: 22rem;
	line-height: 0.8;
	letter-spacing: -0.015em;
	color: #002f7c;
	margin: 0 0 30px;
}

.errTtlEn {
	display: inline-block;
	font-weight: 900;
	font-size: 4.5rem;
	line-height: 0.8;
	color: #fff;
	margin: 0 0 50px;
	padding: 5px 15px 17px;
	background: #002f7c;
}

.errCntTxt {
	font-weight: 900;
	font-size: 3rem;
	line-height: 1;
	line-height: 1.3;
}

@media screen and (min-width:768px) and (max-width:1300px) {
	.errAra {
		min-height: 600px;
		margin: 80px 0 0;
	}

	.errTtl {
		font-size: 16rem;
		margin: 0 0 20px;
	}

	.errTtlEn {
		font-size: 3.2rem;
		margin: 0 0 30px;
		padding: 3px 10px 15px;
	}

	.errCntTxt {
		font-size: 2.4rem;
	}
}

@media screen and (max-width:767px) {
	.errAra {
		min-height: 350px;
		margin: 60px 0 0;
	}

	.errTtl {
		font-size: 9rem;
		margin: 0 0 10px;
	}

	.errTtlEn {
		font-size: 1.8rem;
		margin: 0 0 20px;
		padding: 3px 7px 10px;
	}

	.errCntTxt {
		font-size: 1.8rem;
	}
}

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

TB

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

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

	.pc   { display: none!important;}
	.pcsp { display: none!important;}
	.sp   { display: none!important;}
	
	.pctb { display: block!important;}
	.tb   { display: block!important;}
	.tbsp { display: block!important;}

}

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

SP

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

@media screen and (max-width:767px) {
	
	.pc   { display: none!important;}
	.tb   { display: none!important;}
	.pctb { display: none!important;}
	
	.pcsp { display: block!important;}
	.tbsp { display: block!important;}   
	.sp   { display: block!important;}
	
	.opacity a: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;
	}
	
	a[href^="tel:"] {
		pointer-events: auto!important;
	}
	
	input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea, select {
		-webkit-appearance: none;
		border-radius: 0;
	}

}

.ansExpLstImg:hover {
	opacity: 0.7;
	cursor: pointer;
}