@charset "utf-8";


/*====================================================================

お問い合わせ（/soumu/）用 css

====================================================================*/

body {
	overflow-x: hidden!important;
}

/*
pagesubTtl
---------------------------------------------------------*/
.pageBody .pagesubTtl {
  position: relative;
  padding: .30em 1em .30em 1.5em;
  border: 1px solid #ccc;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	margin-top: 50px;
}
.pagesubTtl::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #142b55;
  border-radius: 0px;
}

/* pagesubTtl2 */
.pageBody .pagesubTtl2 {
  position: relative;
  padding-bottom: .5em;
  border-bottom: 4px solid #ccc;
	font-size: 1.1em;
	margin: 30px 0 0;
}
.pagesubTtl2::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #142b55;
}

/* pagesubTtl3 */
.pageBody .pagesubTtl3 {
	border-bottom: 1px solid #142b55;
	font-size: 1.2em;
	color: #142B55;
	font-weight: bold;
	margin: 30px 0 0;
}

/* pagesubTtl4 */
.pageBody .pagesubTtl4 {
	font-size: 1.1em;
}

/*
open_menu
---------------------------------------------------------*/
.open_menu {
	border-bottom: 1px solid #ccc;
}
.open_menu dt {
	padding: 10px 30px;
	border-top: 1px solid #ccc;
	cursor: pointer;
	position: relative;
}
	.open_menu dt:before {
		content: "Q";
		color: #f95353;
		position: absolute;
		left: 10px;
	}
	.open_menu dt:after {
		content: "＋";
		color: #142b55;
		position: absolute;
		right: 10px;
		font-size: 110%;
		top: 10px;
	}
	.open_menu dt:first-child {
		border-top: none;
	}
	.open_menu dt {
		background-color: #f8f8f8;
	}
	.open_menu dt.active {
		border-bottom: none;
	}
	.open_menu dt.active:after {
		content: "ー";
	}
.open_menu dd {
	padding: 10px;
}

/*
ul
---------------------------------------------------------*/
.tel_list li {
	margin-bottom: 0.5em;
}

/* note_list */
.pageBody .note_list {
	list-style: none;
	padding-left: 30px;
}
.note_list li {
	margin-bottom: 0.5em;
	text-indent: -1.25em;
}
.note_list li:before {
	content: "※";
	margin-right: 0.25em;
}

/*
row
---------------------------------------------------------*/
.row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.col6 {
	width: 50%;
	padding: 0 15px;
}

/* box */
.box {
	border: 1px solid #142b55;
}
.pageBody .box h4 {
	border-bottom: 1px solid #142b55;
	padding: 10px;
	background-color: #f5f5f5;
	text-align: center;
	margin: 0;
}
.box .inner {
	padding: 20px;
	text-align: center;
}
.box .inner .tel {
	font-size: 150%;
	font-weight: bold;
	display: block;
}

/* box_point */
.box_point {
	border: 1px solid #142b55;
	padding: 20px;
	text-align: center;
	background-color: #fbfbfb;
}
.box_point p {
	margin: 0;
}
.box_point .txt_point {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 10px;
	color: #f95353;
}

/*
btn
---------------------------------------------------------*/
.btn a {
	display: block;
	background: #f2f2f2;
	border: 1px solid #ccc;
	padding: 20px;
	color: #142b55;
}
.btn a:before {
	content: "＞";
}
.btn a:hover {
	opacity: .7;
}

/* btn02 */
.btn02 a {
	display: inline-block;
	background: #f2f2f2;
	border: 1px solid #ccc;
	padding: 15px 50px 15px 20px;
	color: #142b55;
}
.btn02 a:before {
	content: "＞";
}
.btn02 a:hover {
	opacity: .7;
}

/* btn03 */
.btn03 a {
	display: block;
	background: #192b57;
	padding: 20px 20px 20px 75px;
	color: #fff;
	position: relative;
	text-decoration: none;
	font-size: 110%;
}
.btn03 a:before {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	content: "";
	display: block;
	width: 45px;
	height: 45px;
}
.btn03 a:after {
	position: absolute;
	right: 20px;
	content: "＞";
	top: 50%;
	transform: translateY(-50%);
}
.btn03 a:hover {
	opacity: .7;
}

/* lost */
.btn03.lost a:before {
	background: url("../images/ico_lost.svg") center center / cover;
}

/* contact */
.btn03.contact a:before {
	background: url("../images/ico_contact.svg") center center / cover;
}

/* faq */
.btn03.faq a:before {
	background: url("../images/ico_faq.svg") center center / cover;
}

/* hr */
.hr {
	border-top: 1px solid #ccc;
	margin: 30px 0 1em;
}

/*
margin
---------------------------------------------------------*/
.mt0 { margin-top: 0!important; }
.mt30 { margin-top: 30px!important; }
.mt50 { margin-top: 50px!important; }
.mt1em { margin-top: 1em!important; }
.mt2em { margin-top: 2em!important; }
.mb1em { margin-bottom: 1em!important; }

/*
sp
---------------------------------------------------------*/

@media (max-width : 600px ),
	(max-width : 800px ) and (orientation : portrait),
	(max-width : 960px ) and (orientation : landscape) {
		.row {
			display: block;
		}
		.col6 {
			width: 100%;
			margin-bottom: 20px;
		}
}

