@charset "UTF-8";

/* //////////////////////////////////////////////////

　下層ページのスタイル

////////////////////////////////////////////////// */
#inquiry .contact_form .btn_form {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
#inquiry .contact_form .btn_form a {
  display: inline-block;
  position: relative;
  color: #145074;
  border:1px #145074 solid;
  width: 100%;
  max-width: 300px;
  padding: 13px 15px;
  font-size: 1.2em;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  transition: .5s;
}
#inquiry .contact_form .btn_form a:hover{
  background-color: #145074;
  color:#fff;
}
#inquiry .tel_form{
  background-color: #f6f6f6;
  padding:15px;
  text-align: center;
  margin-bottom:1em;
}
#inquiry .tel_form p{
  font-weight: bold;
  font-size:18px;
  text-align: center;
}
#inquiry .tel_form p.tel{
  color:#124c6e;
  font-size:32px;
  text-align: center;
  line-height: 130%;
}
#inquiry .tel_form p.time{
  font-weight: normal;
  font-size:18px;
  text-align: center;
}

/* Common
-------------------------------------------------- */
#contents {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 90px;
}
.sec {
	margin-top: 50px;
}
@media screen and (max-width: 768px) {
	#contents {
		padding-bottom: 40px;
	}
}
@media screen and (max-width: 640px) {
}

#inquiry{
  margin-top:4em;
}

.step{
  margin-top:2em;
}
.step .ttl{
  border:1px #ebebea solid;
  font-size:20px;
  font-weight: normal;
  margin-bottom:1em;
}
.step .ttl span{
  display: inline-block;
  background-color: #ebebea;
  padding:15px 15px;
  color:#124c6e;
  font-weight: bold;
  margin-right:10px;
}

/* Module
-------------------------------------------------- */

/* page title */
#pagetit {
	background-image: url(/assets/img/common/bg_pagetit.jpg);
	background-size: cover;
	background-position: center;
	text-align: center;
	padding: 65px 0;
	color: #fff;
}
#pagetit .ja {
	position: relative;
	display: inline-block;
	margin-bottom: 1.6em;
	font-size: 1.6em;
	text-transform: uppercase;
}
#pagetit .ja::after {
	position: absolute;
	left: 50%;
	bottom: -1em;
	margin-left: -6.5px;
	content: url(/assets/img/common/line_pagetit.png);
}
#pagetit .en {
	font-size: 1.2em;
	text-transform: uppercase;
}
@media screen and (max-width: 768px) {
	#pagetit {
		padding: 40px 0;
	}
	#pagetit em {
		margin-bottom: 1em;
	}
	#pagetit em::after {
		bottom: -0.6em;
	}
}

/* breadclumb */
#breadcrumb {
	background: #f3f3f3;
	padding: 15px 0;
	margin-bottom: 50px;
}
#breadcrumb li + li {
	position: relative;
	padding-left: 15px;
	margin-left: 10px;
}
#breadcrumb li + li::before {
	position: absolute;
	top: -1px;
	left: 0;
	content: ">";
}
@media screen and (max-width: 768px) {
	#breadcrumb {
		padding: 10px 0;
		margin-bottom: 35px;
	}
}

/* title */
.h1, .h2 {
	position: relative;
	margin-bottom: 2.2em;
	font-size: 1.857em;
	line-height: 1.2;
	text-align: center;
}
.h2 {
	margin-bottom: 2em;
}
.h1::after,
.h2::after {
	position: absolute;
	bottom: -0.9em;
	left: 50%;
	margin-left: -20px;
	content: url(/assets/img/common/line_tit01.png);
}
.h3 {
	margin-bottom: 1.7em;
	padding-bottom: 0.8em;
	background: url(/assets/img/common/line_h3.png) no-repeat left bottom;
	font-size: 1.57em;
}
.h4 {
	margin-bottom: 1.6em;
	padding: 0 0 0 0.9em;
	background: url(/assets/img/common/mrk_h4.png) no-repeat 0 0.2em;
	font-size: 1.285em;
}
.h5 {
	font-weight: bold;
	margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
	.h1::after,
	.h2::after {
		bottom: -0.6em;
	}
	.h3 {
		background-size: 100% 1px;
	}
}
@media screen and (max-width: 640px) {
}

h2.title{
  color:#333;
  font-weight: normal;
  font-size:25px;
  padding:15px 15px 23px 0px;
  text-align: left;
  margin-bottom:1.5em;
  position: relative;
  border-bottom:1px #333 solid;
  line-height: 100%;
}
h2.h2_black{
  background: #333236;
  font-size:22px;
  text-align: center;
  padding:15px;
  color:#fff;
}
h3.title{
  position: relative;
  text-align: left;
  padding:0px 10px 15px 15px;
  font-size:18px;
  font-weight: bold;
  line-height: 120%;
  border-bottom:1px #ebebeb solid;
  margin-bottom:.5em;
}
h3.title:before{
  content: "";
  display: block;
  width:2px;
  height:100%;
  background-color: #144f71;
  position: absolute;
  left:0;
  top:-5px;
}
section p{
  text-align: left;
}
section .inbox{
  margin-bottom:2em;
}

/* text */
.link {
	display: inline-block;
	padding-left: 1em;
	background-image: url(/assets/img/common/mrk_link_2.png);
	background-size: 6px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	line-height: 1.4;
}
.link.blank {
	padding: 0 1em;
	background-image: url(/assets/img/common/mrk_link_2.png), url(/assets/img/common/ico_blank.png);
	background-size: 6px, auto;
	background-repeat: no-repeat;
	background-position: 0 50%, 100% 50%;
}

@media screen and (max-width: 768px) {
}
@media screen and (max-width: 640px) {
}



/* button */
.btn {
	display: inline-block;
	padding: 15px 60px;
	border: 1px solid #145074;
	background-image: url(/assets/img/common/mrk_link_2.png);
	background-size: 6px;
	background-repeat: no-repeat;
	background-position: 96% 50%;
	line-height: 1.4;
}
.btn.blank {
	background-image: url(/assets/img/common/ico_blank.png);
	background-size: auto;
}
.btn:hover {
	background-color: #145074;
	background-image: url(/assets/img/common/mrk_link_2.png);
	color: #fff;
	text-decoration: none;
}
.btn.blank:hover {
	background-image: url(/assets/img/common/ico_blank_on.png);
}

@media screen and (max-width: 768px) {
}
@media screen and (max-width: 640px) {
	.btn {
		width: 100%;
		text-align: center;
	}
}




/* ローカルナビ
-------------------------------------------------- */
.local_navi_wrap {
	background: #f3f3f3;
	padding: 30px 0 20px;
}
.local_navi li {
	float: left;
	display: table;
	width: 100%;
}
.local_navi li a {
	display: block;
	display: table-cell;
	vertical-align: middle;
	height: 80px;
	border: 1px solid transparent;
	background-color: #145074;
	background-image: url(/assets/img/common/mrk_link_2.png);
	background-size: 6px;
	background-repeat: no-repeat;
	background-position: right 20px center;
	color: #fff;
	text-align: center;
}
.local_navi li a:hover {
	border-color: #145074;
	background-color: #fff;
	background-image: url(/assets/img/common/mrk_link_2.png);
	text-decoration: none;
	color: #145074;
}

@media screen and (max-width: 768px) {
	.local_navi_wrap {
		padding: 20px 0 10px;
	}
	.local_navi li a {
		height: 60px;
	}
}
@media screen and (max-width: 640px) {
}




/* table
-------------------------------------------------- */
.table {
	width: 100%;
	border-bottom: 1px dotted #bababa;
}
.table th,
.table td {
	padding: 15px 25px;
	border-top: 1px dotted #bababa;
}
.table th {
	background: #f8f8f8;
}

.table .attention span {
	font-size: 12px;
}

.table .red {
	color: red;
}

.table .select_time {
	background: #fff;
	border: 1px solid #bbb;
}

@media screen and (max-width: 768px) {
}
@media screen and (max-width: 640px) {
	.table th,
	.table td {
		display: block;
		width: 100%;
		padding: 10px 15px;
	}
	.table td {
		border-top: none;
	}

	.table .select_time {
		font-size: 14px;
		padding: 2px;
		margin-top: 10px;
	}
}






/* 
-------------------------------------------------- */
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 640px) {
}
