@charset "utf-8";
/*********  リセットCSS ****************/
*{
	box-sizing: border-box;
	word-break: break-all;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary,
time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 /*font: inherit;*/
 vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	color: #1E1E1E;
}
/*********  リセットCSS END ****************/
/********* COMMON START ****************/
body {font-family: 'Noto Sans JP', sans-serif;}
html {
	color: #1E1E1E;
}
body {
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
}
/*HEADER**********/
.houjinHead {
	width: 100%;
	border-bottom: 3px solid #7DCDF4;
	background-color: #fff;
	position: fixed;
	z-index: 99;
}
.houjinHeadArea , .houjinInquiryHeadArea {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	padding-top: 1.5em;
}
.headLeft {
	width: 50%;
	padding-bottom: 1.37em;
}
.headRight {
	width: 50%;
	padding-top: 2.55em;
}
.headLogoArea {
	width: 170px;
	padding-bottom:0.68em;
}
.headNameArea {
	color: #1069C4;
	font-size: 16px;
}
/*MENU **********/
.gMenu {
	display: flex;
	justify-content: flex-end;
	font-weight: 500;
}
.gMenuList a:hover {
	color: #1069C4;
	border-bottom: 2px solid #1069C4;
}
.inquiryList {
	padding: 1em 1.3em;
	background-color: #DCF4FF;
	border-left: 2px solid #ffffff;
}
.openInnerMenu {
	padding: 1em 1.5em;
	cursor: pointer;
	background-color: #DCF4FF;
}
.innerMenu {
	line-height: 2;
	background-color: #1069C4;
	border-radius: 8px;
	position: absolute;
	z-index: 2;
}
.innerMenuLink {
	color:#fff;
	font-size: 13px;
	position: relative;
}
.innerMenuLink::before {
	content: url(../img/icon_arrow_menu.svg);
	width:6px;
	height: 10px;
	font-size: 0;
	display: block;
	position: absolute;
}

/*INQUIRY HEADER**********/
.houjinInquiryHeadArea {
	padding: 0.93em 0 ;
}
.houjinInquiryHeadArea .headLogoArea {
	padding-bottom: 0;
}
.houjinInquiryHeadArea .headLeft {
padding-bottom:0;
}

/*PARTS**********/
.spOnry {
	display: none;
}
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}
.bAlignT {
	vertical-align: top;
}
.bAlignM {
	vertical-align: middle;
}
.bAlignB {
	vertical-align: bottom;
}
a.underline {
	text-decoration: underline;
}
span.fontItalic {
	font-style: italic;
}
.contentWidth {
	max-width: 960px;
	width: 100%;
	margin: 0 auto 80px;
}
.newWindow::after {
	content: " ";
	width: 12px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	background-image: url(../img/icon_window.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 8px;
}
.blueArrowB {
		position: relative;
}
.blueArrowB::before {
	content: " ";
	width: 0.5em;
	height: 1em;
	display: inline-block;
	vertical-align: middle;
	background-image: url(../img/icon_arrow_b.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: -0.25em;
	position: absolute;
	top: 50%;
	left:-1em;
}
.inquiryBtnArea {
	display: flex;
}
.toInquiryBtn {
	display: block;
	width: 358px;
	height: 80px;
	border-radius: 80px;
	background-color: #17A1E6;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	padding: 1.15em 0 1em;
	margin: 0 auto;
	position: relative;
}
.toInquiryBtn::after {
	content:url(../img/icon_arrow_w.svg);
	font-size: 0;
	position: absolute;
	top: 50%;
	right:3.5%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.toInquiryBtn:hover {
	opacity: 0.7;
}
/********* COMMON END ****************/
/********* ERROER START****************/
.errArea .contentWidth {
	margin:80px auto;
	padding-top: 111px;
}
.errTitle {
	font-size: 34px;
	line-height: 1.3;
}
.errBox {
	line-height: 1.8;
	margin: 45px 0;
}
.errMaillArea {
	background-color: #DCF4FF;
	border-radius: 20px;
	padding: 20px;
	display: flex;
	width: 100%;
}
.errMaillAreaTitle,
.errMaillAreaAdd {
	width: 50%;
	padding:5px 40px;
	font-size: 18px;
	font-weight: 500;
}
.errMaillAreaTitle {
	text-align: right;
	color: #17A1E6;
}
.errMaillAreaAdd {
	text-align: left;
}

/*************************************************************/

@media screen and (min-width: 960px) {
	.innerMenu {
		width: 290px;
		padding: 15px 27px;
		margin-top:-20px;
		top: 116px;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: margin .30s, opacity .30s,visibility .30s;
		transition: margin .30s, opacity .30s,visibility .30s;
		left: calc(50% - 70px);
	}
	.innerMenu::before {
		content:url(../img/gmenu_arr.svg);
		width: 20px;
		height: 12px;
		display: block;
		font-size: 0;
		position: absolute;
		top: -12px;
		left: 50%;
		margin-left: -10px;
	}
	.innerMenuLink::before {
		top: 5px;
		left:-10px;
	}
	a.innerMenuLink:hover {
		text-decoration: underline;
		color:#fff;
	}
	.openInnerMenu:hover .innerMenu {
		opacity: 1;
		margin: 0;
		visibility: visible;
		z-index: 1;
	}
	#caseHead .gMenuCase {
		border-bottom: 2px solid #1069C4;
	}
	#gMenuNotWide.openInnerMenu {
		display: none;
	}
	footer {
		width: 100%;
		border-top: 3px solid #7DCDF4;
	}
	.houjinFootArea {
		display: flex;
		justify-content:space-between;
		width: 960px;
		margin: 0 auto;
		padding-top: 42px;
		padding-bottom: 77px;
	}
	.houjinFootArea a:hover {
		color:#17A1E6;
	}
	.houjinFootMenuTitle {
		font-size: 16px;
		font-weight: bold;
		border-bottom: 1px solid #DDDDDD;
		padding-bottom: 0.75em;
		margin-bottom: 1.3em;
		pointer-events:none;
	}
	.houjinFootLeft {
		width: 304px;
	}
	.houjinFootRight {
		width: 550px;
	}
	.houjinFootMenuList {
		width: 304px;
		font-size: 14px;
		line-height: 3;
		display: block;
	}
	.houjinFootMenuLink {
		font-size: 14px;
		line-height: 3;
		position: relative;
		height: 18em;
		display: block;
	}
	.MenuLinkL {
		min-width: 294px;
	}
	.MenuLinkR {
		width: 256px;
		position: relative;
		left: 295px;
		top: -18em;
	}
	.houjinFootMenuPage {
		font-weight: bold;
		font-size: 16px;
		margin-top: 0.8em;
	}
	.FootMenuContent {
		position: relative;
		line-height: 1.5;
		padding-left: 0.7em;
	}
	.FootMenuContent::before {
		content: " ";
		width: 6px;
		height: 12px;
		display: inline-block;
		vertical-align: middle;
		background-image: url(../img/icon_arrow_b.svg);
		background-repeat: no-repeat;
		background-size: contain;
		margin-left:0;
		position: absolute;
		top: 8px;
		left:0;
}
	.houjinFootOfficialArea {
		width: 960px;
		margin: 0 auto;
		font-size: 12px;
	}
	.houjinFootOfficialLink {
		display: flex;
	}
	.houjinFootOfficialLinkItem:first-child {
		border-left:1px solid #DCDCDC;
	}
	.houjinFootOfficialLinkItem {
		padding: 0 1.2em;
		border-right:1px solid #DCDCDC;
		line-height: 1.25;
	}
}
/*************************************************************/
@media screen and (max-width: 959px) {
	.contentWidth {
		width: 100%;
		margin: 0 ;
		margin-bottom: 80px;
		padding: 0 4%;
	}
	.pcOnry {
		display: none;
	}
	.spOnry {
		display: inline;
	}
/*HEADER**********/
	.houjinHead {
		width: 100%;
		border-bottom: 2px solid #7DCDF4;
	}
	.houjinHeadArea {
		width: 100%;
		display: block;
		padding: 0;
	}
	.headRight {
		width: 100%;
		display: block;
		background-color: #DCF4FF;
		height: 59px;
		font-size: 15px;
		font-weight: 800;
		padding: 0;
	}
	.headLeft {
		width: 100%;
		padding:18px 4% 18px;
		display: flex;
		align-items: center;
		height: 70px;
	}
	.headLogoArea {
		width: 37%;
		margin-right: 0;
		padding-bottom: 0;
	}
	.headLogoArea img {
		width: 100%;
	}
	.headNameArea {
		font-size: 15px;
		font-weight: 800;
		width: 63%;
		text-align: center;
	}
	.gMenu {
		width: 100%;
		line-height: 1.4;
		text-align: center;
	}
	.gMenuList {
		width: 33%;
		text-align: center;
	}
	.gMenuList.openInnerMenu {
		width: 34%;
		padding: 9px 0 10px;
		border-right: 1px solid #7DCDF4;
	}
	.inquiryList {
		padding: 0;
		border-right: 1px solid #7DCDF4;
		border-left: none;
	}
	.inquiryList + .inquiryList {
		border-right: 0;
	}
	.gMenuInquiry {
		display: block;
		padding: 9px 0 10px;
	}
	.gMenuList a:hover {
		border-bottom: none;
	}
	.gMenu .heightAdjustment {
		line-height: 2.8;
	}
	.innerMenu {
		width: 50%;
		padding: 0.5em 1em 0.5em 2em;
		text-align: left;
		display: none;
		top: 131px;
		line-height: 1.4;
	}
	.openInnerMenu.open::after {
		content:url(../img/gmenu_arr.svg);
		width: 20px;
		height: 12px;
		display: block;
		font-size: 0;
		position: absolute;
		left: 15%;
	}
	.innerMenu li {
		padding: 0.5em 0;
	}
	.innerMenu.open {
		display: block;
	}
	.innerMenuLink {
		font-weight: 400;
	}
	.innerMenuLink::before {
		top: 5px;
		left:-12px;
	}
	#caseHead .openInnerMenu {
		background-color: #1069C4;
	}
	#caseHead .openInnerMenu.open::after {
		content:url(../img/gmenu_arr_w.svg);
		width: 25px;
		height: 16px;
		top: -2px;
		z-index: 2;
	}
	#caseHead .gMenuCase {
		color:#fff;
	}
	#caseHead .innerMenu {
		border-top: 2px solid #fff;
	}
/*Button*/
	.inquiryBtnArea {
		width: 78.7%;
		margin: 0 auto;
		flex-wrap: wrap;
	}
	.toInquiryBtn {
		width: 100%;
		font-size: 18px;
		line-height: 3.6;
		height: auto;
		padding: 0;
		margin: 1em 0;
	}
	#gMenuWide.openInnerMenu {
		display: none;
	}

/********************************************************************************************/
/*INQUIRY HEADER**********/
	.houjinInquiryHeadArea .headLeft {
		width: 100%;
		padding: 0 4%;
		height: auto;
	}

/*FOOTER**********/
	footer {
		border-top: 3px solid #7DCDF4;
	}
	.houjinFootArea,
	.houjinFootOfficialArea {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.houjinFootLeft,
	.houjinFootRight {
		width: 100%;
		display: block;
	}
	.houjinFootArea {
		font-size: 15px;
		line-height: 3;
	}
	.houjinFootMenuTitle {
		width: 100%;
		padding:0 1.2em;
		font-weight: bold;
		border-bottom: 1px solid #DCDCDC;
		position: relative;
	}
	.houjinFootMenuPage {
		width: 100%;
		font-weight: bold;
		border-bottom: 1px solid #DCDCDC;
		position: relative;
	}
	.FootMenuContent {
		padding:0 1.2em;
		display: block;
	}

	.houjinFootMenuList {
		background-color: #DCF4FF;
	}
	.houjinFootMenuListItemL,
	.houjinFootMenuListItemR {
		width: 100%;
		display: block;
		border-bottom: 1px solid #81D5FA;
		position: relative;
		/*padding:0 1.2em;*/
	}
	.MenuLinkL,
	.MenuLinkR {
		width: 100%;
		display: block;
		border-bottom: 1px solid #81D5FA;
		position: relative;
	}
	.MenuLinkL .newWindow ,
	.MenuLinkR .newWindow {
		display: block;
		width: 100%;
		padding:0 1.2em;
	}
	.houjinFootMenuListLink {
		display: block;
		width: 100%;
		padding:0 1.2em;
	}
	.houjinFootMenuLink {
		height: auto;
		background-color: #DCF4FF;
	}
	.houjinFootOfficialArea {
		font-size: 12px;
	}
/*fotterアイコン調整*/
	.houjinFootMenu .newWindow::after {
		content:none;
	}
	.houjinFootMenuTitle::after,
	.houjinFootMenuPage::after,
	.houjinFootMenuListItemL::after,
	.houjinFootMenuListItemR::after,
	.MenuLinkL::after,
	.MenuLinkR::after {
		content: " ";
		width: 1em;
		height: 1em;
		display: inline-block;
		vertical-align: middle;
		background-repeat: no-repeat;
		background-size: contain;
		margin-left:0;
		position: absolute;
	}
	.houjinFootMenuTitle::after {
		background-image: url(../img/icon_plus.svg);
		top: 50%;
		right:0.7em;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	}
	.houjinFootMenuTitle.open::after {
		height: 2px;
		background-image: url(../img/icon_minus_b.svg);
		top: 50%;
		right:0.7em;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	}
	.houjinFootMenuListItemL::after,
	.houjinFootMenuListItemR::after,
	.houjinFootMenuPage::after {
		background-image: url(../img/icon_arrow_b.svg);
		top: 50%;
		right:0.4em;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	}
	.MenuLinkL::after,
	.MenuLinkR::after {
		background-image: url(../img/icon_window.svg);
		top: 1em;
		right: 4%;
	}
/*MENU OPEN*/
	.houjinFootMenuList,
	.houjinFootMenuLink {
		display: none;
	}
	.houjinFootOfficialLink {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 1.5em;
		margin-bottom: -1.5em;
	}
	.houjinFootOfficialLinkItem {
		margin-bottom: 1.5em;
	}
	.houjinFootOfficialLinkItem:first-child {
		border-left:1px solid #DCDCDC;
	}
	.houjinFootOfficialLinkItem {
		padding: 0 1.2em;
		border-right:1px solid #DCDCDC;
		line-height: 1.25;
	}
	.houjinFootOfficialLinkItem:last-child {
		border-left: 1px solid #DCDCDC;
	}
	.houjinFootOfficialLink {
		display: flex;
	}
/*PARTS**********/
	.spOnry {
		display: block;
	}
/********* ERROER START****************/
	.errTitle {
		font-size: 26px;
		text-align: center;
	}
	.errBox {
		text-align: center;
		margin-top: 20px;
		font-size: 15px;
	}
	.errMaillArea {
		display: block;
	}
	.errMaillAreaTitle,
	.errMaillAreaAdd {
		width: 100%;
		padding: 10px;
		text-align: center;
	}
	.errMaillAreaTitle {
		border-bottom: 2px solid #17A1E6;
	}
}
@media screen and (max-width: 375px) {
	.headLogoArea {
		width: 30%;
	}
	.headNameArea {
		width: 70%;
	}
	.innerMenu {
		width: 60%;
	}
}
@media screen and (max-width: 320px) {
	.headLogoArea {
		width: 30%;
	}
	.headNameArea {
		width: 70%;
		font-size: 14px;
	}
	.innerMenu {
		width: 70%;
	}
}
@media print {
	.mvSp,
	.spOnry,
	#slideBtn,
	.pdfLink,
	.houjinFootArea,
	.houjinFootOfficialArea,
	.headRight,
	.reportContentVideo {
		display: none;
	}
	.caseSubTitle {
		border: 1px solid #7DCDF4;
	}
	.serviceBox,
	.introLink {
		border: 1px solid #DCF4FF;
	}
	.toInquiryBtn {
		border: 1px solid #17A1E6;
	}
	.howToFaq,
	.introBoxArea,
	.reportWapPhotoBox>img {
		break-inside: avoid;
		page-break-inside:avoid;
	}
	.inquiryArea .inquiryTitle {
		font-size: 26px;
	}
	.inquiryStep .inquiryStepList,
	.inquiryStep .inquiryStepList:first-child,
	.inquiryStep .inquiryStepList.stepOn:first-child,
	.inquiryStep .inquiryStepList.stepOn {
		border: none;
	}
	.inquiryStep .inquiryStepList::after,
	.inquiryStep .inquiryStepList.stepOn::after,
	.inquiryStep .inquiryStepList.stepOn::before,
	.inquiryStep .inquiryStepList:last-child.stepOn::after {
		content: none;
	}
}
