@charset "utf-8";

/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */
#page_title{
	position: relative;
	background: #2a2a2a;
}
#page_title h1 {
	letter-spacing: 0.1em;
	text-align: center;
}
#page_title h1 span.en {
	display: block;
	font-weight: normal;
	text-align: center;
}
.page_title_inner {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
}
.table {
	width: 100%;
}
.table th,.table td {
	border: 1px solid #ddd;
	padding: 10px;
}
.table th {
	background: #f5f5f5;
}
.table_fixed {
	table-layout: fixed;
}
@media only screen and ( max-width : 767px ) {
	#page_title {
		height: 250px;
	}
	#page_title img {
		height: 300px;
	}
	#page_title h1 {
		font-size: 25px;
		margin-top: 50px;
	}
	#page_title h1 span.en {
		font-size: 15px;
		margin-top: 5px;
	}
}
@media print, screen and ( min-width : 768px ) {
	#page_title {
		height: 400px;
	}
	#page_title h1 {
		font-size: 35px;
		margin-top: 100px;
	}
	#page_title h1 span.en {
		font-size: 18px;
		margin-top: 10px;
	}
	#page_title img {
		height: 400px;
	}

}

/* ---------------------------------------------------------------------------------------------

　   TERMS

--------------------------------------------------------------------------------------------- */
.terms h4,.law h4 {
	margin-bottom: 0.5em;
}

.sitemap_menu li {
	border-bottom: 1px solid #ddd;
}
.sitemap_menu li a {
	display: block;
	padding: 15px 30px 15px 15px;
	position: relative;
}
.sitemap_menu li a:after {
  font-family: 'icomoon' !important;
  content: "\e900";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -.5em;
  font-size: 18px;
  color: #ddd;
}
@media only screen and ( max-width : 767px ) {

}
@media print, screen and ( min-width : 768px ) {
	.sitemap_menu li {
		width: 49%;
		margin-right: 2%;
	}
	.sitemap_menu li:nth-child(2n) {
		margin-right: 0;
	}
	.sitemap_menu li a {
		padding: 20px 40px 20px 20px;
	}
}

/* ---------------------------------------------------------------------------------------------

　   SINGLE

--------------------------------------------------------------------------------------------- */
#single_post time {
	display: block;
	color: #004ea2;
	letter-spacing: 0.1em;
}
.post_content p {
	margin-bottom: 2em;
	line-height: 1.8em;
}
.post_content a {
	color: #004ea2;
	text-decoration: underline;
}
@media only screen and ( max-width : 767px ) {
	.post_title {
		font-size: 24px;
		margin-bottom: 30px;
	}
	#single_post time {
		margin-bottom: 30px;
	}
}
@media print, screen and ( min-width : 768px ) {
	.post_title {
		font-size: 30px;
		margin-bottom: 50px;
	}
	#single_post time {
		margin-bottom: 50px;
	}
}

/* ---------------------------------------------------------------------------------------------

　   CONTACT

--------------------------------------------------------------------------------------------- */
.tel_contact_box {
	background: url(../img/title_bg.jpg) top left / 200px;
	padding: 10px;
}
.tel_contact_box_inner {
	background: #fcfcfc;
}
.tel_contact_box .tel_contact_box_num {
	text-align: center;
	font-weight: bold;
}
.contact_add {
	text-align: center;
}
#contact_form table {
	width: 100%;
}
#contact_form th,#contact_form td {
	text-align: left;
}
#contact_form button {
	font-family: inherit;
	font-size: inherit;
	background: #222;
	color: #fff;
	text-align: center;
}
#contact_form button.back {
	background: #666;
}
.must {
	color: #d90000;
}
#faq dt,#faq dd {
	position: relative;
}
#faq dt:before,#faq dd:before {
	color: #fff;
	text-align: center;
	position: absolute;
	border-radius: 50%;
}
#faq dt:before {
	content: "Q";
	background: #3e603b;
}
#faq dd:before {
	content: "A";
	background: #8bb188;
}
#faq dt {
	background: #fff;
}
#faq dd {
	background: #dfe7de;
}
#faq dd:last-of-type,#faq dt:last-of-type {
	margin-bottom: 0;
}
.contact_list li {
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	font-weight: bold;
}
.contact_list li a {
	display: block;
	text-align: center;
}
.contact_list li i {
	display: block;
	text-align: center;
}
.contact_list li span {
	display: block;
	font-weight: normal;
	text-align: left;
}
.contact_list li .btn {
	font-size: 14px;
	font-weight: normal;
	width: 100%;
}

@media only screen and ( max-width : 767px ) {
	#contact_form table {
		margin-top: 30px;
	}
	#contact_form th,#contact_form td {
		width: 100%;
		display: block;
	}
	#contact_form th {
		padding-bottom: 10px;
	}
	#contact_form td {
		padding-bottom: 25px;
	}
	#contact_form button {
		padding: 20px;
		width: 200px;
		font-size: 15px;
		margin: 0 auto;
		display: block;
	}
	#contact_form button.back {
		margin: 0 auto 15px;
	}
	#faq dd,#faq dt {
		padding: 15px;
		padding-left: 50px;
	}
	#faq dd {
		margin-bottom: 20px;
	}
	#faq dt:before,#faq dd:before {
		width: 30px;
		height: 30px;
		line-height: 30px;
		left: 10px;
		font-size: 15px;
		top: 10px;
	}
	.tel_contact_box .tel_contact_box_num {
		font-size: 28px;
	}
	.contact_add {
		font-size: 11px;
	}
	.tel_contact_box_inner {
		padding: 20px;
	}
	.contact_list li {
		margin-bottom: 30px;
		font-size: 17px;
	}
	.contact_list li:last-child {
		margin-bottom: 0;
	}
	.contact_list li a {
		padding: 20px;
	}
	.contact_list li i {
		margin-bottom: 15px;
	}
	.contact_list li i img {
		max-width: 100px;
	}
	.contact_list li span {
		font-size: 13px;
		margin-top: 15px;
	}
}
@media print, screen and ( min-width : 768px ) {
	.contact_list li {
		width: 48%;
		margin-right: 4%;
		font-size: 20px;
	}
	.contact_list li:last-child {
		margin-right: 0;
	}
	.contact_list li a {
		padding: 40px 30px;
	}
	.contact_list li i {
		margin-bottom: 30px;
	}
	.contact_list li i img {
		max-width: 100px;
	}
	.contact_list li h3 {
		min-height: 3.2em;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.contact_list li span {
		font-size: 15px;
		margin-top: 15px;
	}
	#contact_form table {
		margin-bottom: 50px;
	}
	#contact_form th,#contact_form td {
		vertical-align: top;
		padding: 25px 0;
	}
	#contact_form th {
		width: 240px;
	}
	#contact_form button {
		padding: 20px;
		width: 300px;
		font-size: 16px;
	}
	#contact_form button.back {
		margin-right: 20px;
	}
	#faq dd,#faq dt {
		padding: 20px;
		padding-left: 70px;
		font-size: 16px;
	}
	#faq dd {
		margin-bottom: 40px;
	}
	#faq dt:before,#faq dd:before {
		width: 40px;
		height: 40px;
		line-height: 40px;
		left: 20px;
		font-size: 20px;
		top: 10px;
	}
	.tel_contact_box_inner {
		padding: 40px;
	}
	.tel_contact_box .tel_contact_box_num {
		font-size: 36px;
	}
}

@media print, screen and ( min-width : 992px ) {
	.contact_list {
		max-width: 800px;
		margin: 0 auto;
	}
}

/* ---------------------------------------------------------------------------------------------

flow

--------------------------------------------------------------------------------------------- */ 
#flow .sub_tit:nth-of-type(2) {
    margin-top: 8vw;
}
#flow p {
    margin-bottom: 1em;
}
#flow ul li {
    position: relative;
    border: 1px solid rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
#flow ul li:before {
    content: "";
    display: inline-block;
    background-color: #004094;
    color: #fff;
    padding: 1em;
    margin-right: 1em;
    white-space: nowrap;
}
#flow ul li:after {
    content: "▼";
    display: block;
    position: absolute;
    left: 0;
    bottom: -35px;
    width: 100%;
    text-align: center;
    color: #004094;
}
#flow ul li:last-child {
    margin-bottom: 0;
}
#flow ul li:last-child:after {
    display: none;
}
#flow ul li:nth-child(1):before {
    content: "step 01";
}
#flow ul li:nth-child(2):before {
    content: "step 02";
}
#flow ul li:nth-child(3):before {
    content: "step 03";
}
#flow ul li:nth-child(4):before {
    content: "step 04";
}
#flow ul li:nth-child(5):before {
    content: "step 05";
}