@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
/* headLine01 */
.headLine01 {
	margin-bottom: 74px;
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1.42;
	text-align: center;
	letter-spacing: 0.25em;
}
.headLine01 span {
	padding-bottom: 3px;
	display: inline-block;
	vertical-align: top;
	border-bottom: 4px solid #000000;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 60px;
		font-size: 2.5rem;
	}
}

/* headLine02 */
.headLine02 {
	margin-bottom: 21px;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 26px;
		font-size: 2rem;
	}
}
/* headLine03 */
.headLine03 {
	margin-bottom: 12px;
	padding-bottom: 6px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #0081CC;
	border-bottom: 6px solid #0081CC;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 7px;
		padding-bottom: 4px;
		text-align: center;
		font-size: 1.5rem;
		border-width: 5px;
	}
}


/* comBtn */
.comBtn a {
	padding: 5px 48px 5px 18px;
	width: 100%;
	height: 63px;
	color: #0081CC;
	font-size: 1.7rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	background-color: #fff;
	position: relative;
	box-sizing: border-box;
}
.comBtn a::after {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 14px;
	background: url("../img/common/icon02.png") no-repeat left top / 100% 100%;
	content: "";
}
ul.comBtn {
	margin: -12px -6px 0;
	display: flex;
	flex-wrap: wrap;
}
ul.comBtn li {
	margin-top: 12px;
	padding: 0 6px;
	width: 50%;
	box-sizing: border-box;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		color: #fff;
		background-color: #0081CC;
	}
	.comBtn a:hover::after {
		background-image: url("../img/common/icon04.png");
	}
}
@media all and (max-width: 896px) {
	ul.comBtn {
		margin: -7px -4px 0;
	}
	ul.comBtn li {
		margin-top: 7px;
		padding: 0 4px;
	}
	.comBtn a {
		padding: 5px 48px 5px 14px;
		height: 56px;
		font-size: 1.4rem;
		letter-spacing: 0.05em;
	}
	.comBtn a::after {
		width: 20px;
		height: 20px;
		right: 12px;
	}
}

/* content */
.content {
	margin: 0 auto;
	width: calc(100% - 40px);
	max-width: 1000px;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 21px;
		width: auto;
	}
}


/* comBtn02 */
.comBtn02 a {
	color: #fff;
	display: flex;
	font-weight: bold;
	font-size: 2.6rem;
	height: 227px;
	position: relative;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.comBtn02 a::after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #006699;
	content: "";
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
}
.comBtn02 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.comBtn02 .txt {
	padding-top: 5px;
	width: 100%;
	position: relative;
	z-index: 10;
	letter-spacing: 0.08em;
	text-align: center;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.42);
}
.comBtn02 .txt span {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.comBtn02 .txt .blank {
	padding: 0 25px 0 10px;
}
.comBtn02 .txt .blank::after {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 13px;
	right: 0;
	background: url("../img/common/icon05.png") no-repeat left top / 100% 100%;
	content: "";
}
ul.comBtn02 {
	margin: 0 -2px;
	display: flex;
	flex-wrap: wrap;
}
ul.comBtn02 li {
	padding: 2px 2px 3px;
	width: 50%;
	box-sizing: border-box;
}
ul.comBtn02.row4 li {
	width: 25%;
}
@media all and (min-width: 897px) {
	.comBtn02 a:hover::after {
		opacity: 0.5;
	}
	ul.comBtn02.row2 {
		margin: 0 auto;
		max-width: 730px;
		justify-content: space-between;
	}
	ul.comBtn02.row2 li {
		padding: 0;
		width: calc(50% - 25px);
	}
	ul.comBtn02.row2 a {
		height: 126px;
		font-size: 2.2rem;
	}
	ul.comBtn02.row2 .txt {
		padding-top: 0;
	}
	ul.comBtn02.row2 .txt .blank::after {
		top: 9px;
	}
}
@media all and (max-width: 896px) {
	ul.comBtn02 li {
		padding: 1px 2px 2px;
		width: 100%;
	}
	.comBtn02 a {
		height: 123px;
		font-size: 1.8rem;
	}
	ul.comBtn02.row4 li {
		width: 50%;
	}
	.comBtn02 .txt .blank::after {
		width: 15px;
		height: 15px;
		top: 8px;
		right: 0;
	}
	.comBtn02 .txt .blank {
		padding: 0 19px 0 10px;
	}
	.comBtn02 .txt {
		padding-top: 2px;
	}
	ul.comBtn02.row2 li {
		margin-bottom: 19px;
	}
	ul.comBtn02.row2 li:last-child {
		margin-bottom: 0;
	}
	ul.comBtn02.row2 a {
		font-size: 2.2rem;
	}
	ul.comBtn02.row2 .txt .blank::after {
		width: 19px;
		height: 19px;
		top: 10px;
		right: 0;
	}
	ul.comBtn02.row2 .txt .blank {
		padding: 0 26px 0 10px;
	}
}


/* comPageBox */
.comPageBox {
	padding-bottom: 75px;
	margin: 168px 0 -146px;
	position: relative;
}
.comPageBox::before {
	width: 100%;
	height: calc(100% - 82px);
	position: absolute;
	top: 82px;
	left: 0;
	background-color: #0081CC;
	content: "";
}
.comPageBox .content {
	max-width: 1236px !important;
	position: relative;
	z-index: 10;
}
@media all and (max-width: 896px) {
	.comPageBox {
		margin: 86px 0 -70px;
		padding-bottom: 53px;
	}
	.comPageBox::before {
		height: calc(100% - 38px);
		top: 38px;
	}
}

/* comPageBox02 */
.comPageBox02 {
	padding-top: 60px;
}
.comPageBox02::before {
	top: 0;
	height: 100%;
}
@media all and (max-width: 896px) {
	.comPageBox02 {
		padding: 43px 0 42px;
	}
}


/* pageTitle */
.pageTitle {
	margin-bottom: 58px;
	height: 341px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: url("../img/inquiry/main_img.jpg") no-repeat center center / cover;
}
.pageTitle .title {
	padding-top: 4px;
	width: 100%;
	color: #FFFFFF;
	font-size: 3.5rem;
	letter-spacing: 0.089em;
}
.pageTitle .title .small {
	margin: -21px 0 9px 0;
	display: block;
	font-size: 2rem;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 30px;
		height: 162px;
		background-image: url("../img/inquiry/main_img_sp.jpg");
	}
	.pageTitle .title {
		font-size: 2.6rem;
		padding: 0 0 10px;
		letter-spacing: 0.05em;
	}
	.pageTitle .title .small {
		margin: -6px 0 4px 0;
		font-size: 1.5rem;
	}
}


/* comTable */
.comTable {
	width: 100%;
	border-collapse: collapse;
}
.comTable th,
.comTable td {
	padding: 9px 10px 9px 20px;
	color: #000;
	font-size: 1.4rem;
	line-height: 1.57;
	border-bottom: 1px solid #CCCCCC;
	box-sizing: border-box;
	background-color: #fff;
	text-align: left;
	vertical-align: top;
}
.comTable th {
	padding-left: 20px;
	width: 19.3%;
	color: #0081CC;
	font-weight: 500;
	letter-spacing: 0.02em;
	background-color: #E2EEF5;
	border-bottom-color: #9ECDE9;
	border-right: 0;
}
.comTable tr:first-child th,
.comTable tr:first-child td {
	border-top: 4px solid #0081CC;
}
.comTable tr:last-child td,
.comTable tr:last-child th {
	border-bottom: none;
}
.comTable .txtDl {
	padding-bottom: 4px;
}
.comTable .txtDl dt {
	float: left;
}
.comTable .txtDl dd {
	padding: 0 0 10px 6.65em;
}
.comTable .txtDl dd:last-child {
	padding-bottom: 0;
}
.comTable .txtUl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.comTable .txtUl > li {
	width: 45%;
}
.comTable .imgUl {
	padding: 8px 0 16px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.comTable .imgUl li {
	margin-right: 20px;
}
.comTable .imgUl li:last-child {
	margin-right: 0;
}
.comTable td p + p {
	margin-top: 21px;
}
.comTable .noContent {
	padding: 5px !important;
	height: 116px;
	vertical-align: middle;
	text-align: center;
}
.comTable .txtDl02 dt {
	float: left;
}
.comTable .txtDl02 dd {
	padding-left: 4em;
}
.comTable .indentUl li {
	padding-left: 1em;
	text-indent: -1em;
}
.comTable .indentUl + * {
	margin-top: 20px;
}
.comTable .txtDl03 dd {
	padding-left: 5.4em;
}
@media all and (max-width: 896px) {
	.comTable th,
	.comTable td {
		padding: 10px 5px 10px 14px;
		font-size: 1.4rem;
		line-height: 1.538;
	}
	.comTable th {
		padding: 10px 4px 10px;
		width: 22.7%;
		line-height: 1.35;
		text-align: center;
	}
	.comTable td {
		letter-spacing: -0.03em;
	}
	.comTable .txtDl dd {
		padding: 0 0 10px;
	}
	.comTable .txtDl dd:last-child {
		padding-bottom: 0;
	}
	.comTable .txtDl dt {
		margin-bottom: 5px;
		float: none;
	}
	.comTable .txtUl {
		display: block !important;
	}
	.comTable .txtUl > li {
		width: auto !important;
	}
	.comTable .spMiddle {
		vertical-align: middle !important;
	}
	.comTable .spSize {
		font-size: 1.5rem;
	}
	.comTable .imgUl {
		padding: 4px 10px 6px 0;
		display: block;
	}
	.comTable .imgUl li {
		margin: 0 0 7px 0;
	}
	.comTable .imgUl li:last-child {
		margin-bottom: 0;
	}
	.comTable .imgUl img {
		width: 100%;
	}
	.comTable .noContent {
		height: 102px;
	}
	.comTable .txtDl02 dd {
		padding-left: 4em;
	}
	.comTable .indentTxt {
		padding-left: 4.9em;
		text-indent: -4.9em;
	}
	.comTable .txtDl03 dt {
		float: left;
	}
	.comTable .txtDl03 dd {
		padding-left: 5.2em;
		letter-spacing: -0.05em;
	}
}

/* headLine04 */
.headLine04 {
	margin-bottom: 26px;
	color: #0081CC;
	text-align: center;
	font-size: 2.6rem;
	line-height: 1;
	letter-spacing: 0.08em;
}
.headLine04 .inner {
	display: inline-block;
	vertical-align: top;
}
.headLine04 .sml {
	margin-top: 12px;
	padding: 3px 10px 4px;
	color: #fff;
	font-size: 1.4rem;
	display: block;
	background-color: #0081CC;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.headLine04 .sml {
		margin-top: 11px;
	}
	.headLine04 {
		margin-bottom: 29px;
	}
}

/* comLinkBox */
.comLinkBox {
	padding: 20px 10px 26px;
	margin: -58px 0 122px 0;
	background-color: #fff;
}
.comLinkBox .comLink {
	margin: -16px auto 0;
	max-width: 1000px;
	box-sizing: border-box;
	padding-left: 5.8%;
}
@media all and (max-width: 896px) {
	.comLinkBox .comLink {
		padding-left: 0;
	}
	.comLinkBox {
		margin: -30px 0 59px;
		padding: 31px 38px 33px 47px;
	}
}
@media all and (max-width: 374px) {
	.comLinkBox {
		padding: 31px 20px 33px;
	}
}

/* comLink */
.comLink {
	margin-top: -16px;
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comLink li {
	margin-top: 16px;
	padding-right: 10px;
	width: 33.33%;
	box-sizing: border-box;
}
.comLink a {
	padding-right: 44px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	position: relative;
}
.comLink a:after {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 1px;
	right: 0;
	background: url("../img/common/icon11.png") no-repeat left top / 100% 100%;
	content: "";
}
@media all and (min-width: 897px) {
	.comLink a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comLink li {
		padding-right: 0;
		width: 45.2%;
	}
	.comLink li:nth-child(2n) {
		width: 41.5%;
	}
	.comLink {
		font-size: 1.5rem;
		line-height: 1.33;
	}
	.comLink a {
		padding-right: 17px;
		display: block;
	}
	.comLink a::after {
		top: 6px;
	}
}


/* comLink02 */
.comLink02 {
	margin-top: 6px;
}
.comLink02 a {
	margin-top: 5px;
	padding-left: 26px;
	color: #0081CC;
	font-size: 1.5rem;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.comLink02 a::before {
	width: 2.1rem;
	height: 2.1rem;
	position: absolute;
	top: 2px;
  	left: -1px;
	background: url("../img/common/icon02.png") no-repeat left top / 100% 100%;
	content: "";
}
@media all and (min-width: 897px) {
	.comLink02 a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comLink02 {
		margin-top: 5px;
	}
}