@charset "utf-8";

/*=========================================================== */
/* Common Setteing
============================================================= */
body {
	margin: 0;
	padding: 0;
	color: #555;
	line-height: 1.5;
	font-size: 14px;
	font-weight: 500;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* Link Color */
a:link {
	color: #1a0dab;
	text-decoration: underline;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
a:visited {	color: #1a0dab; text-decoration: underline;}
a:hover { text-decoration: none; opacity: 0.6;}
a:active { text-decoration: none;}
/* bottom space fix for img */
img { vertical-align: bottom; }


/*=========================================================== */
/* clearfix
============================================================= */
/* Modern browsers like Firefox, Safari, Opera */
.cfx:after {
	display: block;
	height: 0;
	content: ".";
	clear: both;
	visibility: hidden;
}
/* IE 7 and MacIE*/
.cfx {　display: inline-block;}

/* Hides from IE-mac \*/
* html .cfx {　height: 1%;}
.cfx {	display: block;}
/* End hide from IE-mac */


/*=========================================================== */
/* pankz
============================================================= */
.pankz {
	width: 1180px;
	margin: 20px auto;
}
.pankz ol li {
	display: inline;
}
.pankz ol li a {
	color: #555;
	font-weight: bold;
	text-decoration: none;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
	.pankz {
		position: relative;
		width: auto;
		margin: 0;
		padding: 10px 10px 0;
		z-index: 999;
	 }
	.pankz ol li {
		display: inline;
	}
}


/*=========================================================== */
/* container
============================================================= */
#container {
	position: relative;
	min-width: 1220px;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
	#container {
		width: auto;
		min-width: 320px;
	}
}


/*=========================================================== */
/* header
============================================================= */
#header {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1220px;
	background: #fff;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
	#header {
		height: auto;
		min-width: 320px;
	}
}


/* lead
------------------------------------------------------------- */
#header .lead {
	min-width: 1180px;
	margin: 0 auto;
	background: #333;
}
#header .lead h1,
#header .lead p {
	width: 1180px;
	min-width: 1180px;
	margin: 0 auto;
	padding: 5px 0;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	box-sizing: border-box;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
	#header .lead {
		min-width: 100%;
		box-sizing: border-box;
	}
	#header .lead h1,
	#header .lead p {
		width: 100%;
		min-width: 100%;
		padding: 5px 20px;
	}
}


/* logo
------------------------------------------------------------- */
#header .logo {
	height: 70px;
}
#header .logo a {
	display: table-cell;
	height: 70px;
	vertical-align: middle;
}
#header .logo span {
	display: table-cell;
	height: 70px;
	padding-left: 10px;
	vertical-align: middle;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
	#header .logo {
		display: flex;
		align-items: center;
		height: auto;
		padding: 10px 0 5px;
	}
	#header .logo a {
		display: block;
		height: auto;
		text-align: center;
	}
	#header .logo span {
		display: block;
		height: auto;
		margin-left: 10px;
		padding: 0;
		text-align: left;
	}
}


/* contacts
------------------------------------------------------------- */
#contacts {
	display: flex;
	align-items: center;
	margin: 5px 0;
    font-size: 12px;
}
a.tel_link {
    float: left;
    margin-top: 6px;
	margin-bottom: 2px;
    padding-left: 30px;
    color: #333;
	font-size: 26px;
    text-decoration: none;
    letter-spacing: 3px;
    line-height: 1;
    background: url(../img/tel.png) left top no-repeat;
	background-size: 22px; 
}
#contacts .head_banner {
	text-align: center;
	margin: 0 10px;
}
#contacts .head_banner a {
	display: inline-block;
	border: 1px solid #efefef;
	padding: 5px;
	text-decoration: none;
	color: #333;
}
#contacts .head_banner span {
	display: block;
	font-size: 10px;
	font-weight: bold;
    color: #999;
}
#contacts .head_tel {
	margin: 0 10px;
}
#contacts .head_tel span {
	display: block;
	font-size: 12px;
	line-height: 1;
	clear: both;
}
#contacts .head_time {
    float: left;
	margin: 0 10px;
}
#contacts .head_time span {
    display: block;
    margin-bottom: 2px;
    padding: 1px 0;
    text-align: center;
    border-radius: 5px;
}
#contacts dl,
#sp_contacts dl {
    line-height: 1.1;
}
#contacts dl dt,
#sp_contacts dl dt {
    clear: both;
    float: left;
    width: 70px;
    padding-top: 2px;
    border: 1px solid #ccc ;
    box-sizing: border-box;
    text-align: center;
}
#contacts dl dt:first-child,
#sp_contacts dl dt:first-child {
    margin-bottom: 5px;
}
#contacts dl dd,
#sp_contacts dl dd {
    float: left;
    margin-left: 10px;
    padding: 2px 0;
}
#contacts .btn {
    font-size: 12px;
}
@media only screen and (min-width: 1px) and (max-width:480px) {
    #contacts {
		display: block;
        margin: 0 0 10px;
        padding: 3px 0;
        text-align: center;
	}
	#contacts .head_banner {
		margin: 0;
		padding: 10px 0;
		border-top: 1px dotted #ccc;
	}
	#contacts .head_banner a {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#contacts .head_banner span {
		display: block !important;
		margin-left: 10px;
	}
    #contacts a.tel_link {
        display: none;
    }
    a.tel_link {
        float: none;
    }
    #contacts div {
        float: none;
        margin: 0;
    }
    #contacts span {
        display: none !important;
    }
    #contacts dl {
        display: none;
    }
    #contacts .btn {
        clear: both;
        margin-left: 0;
    }
}




/* header navi
------------------------------------------------------------- */
#headnav {
	height: 60px;
	clear: both;
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#headnav span {
	display: none;
}
#headnav ul {
	width: 1180px;
	min-width: 1180px;
	margin: 0 auto;
	overflow: hidden;
}
#headnav ul li {
	float: left;
	width: 135px;
	/*margin-left: 2px;*/
	text-align: center;
}
#headnav ul li:first-child {
	margin-left: 0;
}
#headnav ul li:nth-child(4) {
	width: 235px;
}
#headnav ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	color: #2B437A;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
	#headnav {
		height: 46px;
		width: 100%;
		min-width: 320px;
		text-align: left;
	}
	#headnav span {
		display: block;
		padding: 10px 0 15px;
		text-align: center;
	}
	#headnav ul {
		display: none;
		width: 100%;
		min-width: 100%;
		padding: 10px 20px 20px;
		border-top: 1px solid #f4f4f4;
	 	background: rgba(43,67,122,.9);
	 	box-sizing: border-box;
	}
	#headnav ul li {
		width: 48%;
		margin-left: 4%;
		border-bottom: 1px solid #f4f4f4;
		box-sizing: border-box;
	}
	#headnav ul li:nth-child(4) {
		width: 48%;
	}
	#headnav ul li:nth-child(odd) {
		margin-left: 0;
	}
	#headnav ul li a {
		color: #fff;
		padding: 15px 5px;
		font-size: 12px;
		text-decoration: none;
		text-align: left;
	}
}


/* sp_contacts
------------------------------------------------------------- */
#sp_contacts {
	display: none;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
	#sp_contacts {
		display: block;
		padding: 10px 20px 0;
		overflow: hidden;
		font-size: 12px;
		text-align: center;
	}
	#sp_contacts a.tel_link {
		display: table;
		margin: 0 auto;
		font-size: 26px;
	}
	#sp_contacts span {
		display: block;
		padding-top: 5px;
	}
	#sp_contacts dl {
		display: inline-block;
		margin: 5px auto 0;
		overflow: hidden;
	}
}


/* splash
------------------------------------------------------------- */
#splash {
	height: 100px;
	background-image: url(../img/splash_default.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #555;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
	body #splash {
		height: auto;
		padding-top: 200px;
		background-position: center top;
		background-size: auto 200px;
	}
	#splash .inr {
		height: auto;
	}
}
@media only screen and (min-width: 1px) and (max-width:480px) {
	#splash .inr {
		position: static;
		width: auto;
		min-width: 320px;
		padding: 0;
	}
}


/* catch copy
------------------------------------------------------------- */
#catch {
	display: table-cell;
	height: 100px;
	vertical-align: middle;
}
#catch p,
#catch h1 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 0 3px rgba(0,0,0,.6);
}

@media only screen and (min-width: 1px) and (max-width:480px) {
	#catch {
		position: static;
		height: auto;
		padding:20px;
		color: #fff;
	}
	#catch p,
	#catch h1 {
		margin-bottom: 0;
		font-size: 130%;
	}

}



/* contents layout
------------------------------------------------------------- */
#contents {
	position: relative;
	margin: 0 auto;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
	#contents {
		width: auto;
		min-width: 320px;
	}
	#main {
		float: none;
		width: auto;
	}
	#side {
		float: none;
		width: auto;
		margin-top: 10px;
	}
}


/* frame : main area
------------------------------------------------------------- */
#main .mfrm .bg {
	padding: 80px 0;
}
#main .mfrm .mhead {
	font-size: 28px;
	text-align: center;
	line-height: 1;
}
#main .mfrm .mhead h2 {
	padding-top: 5px;
	color: #2B437A;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
	#main .mfrm .bg {
		padding: 40px 0;
		background-position: center 30px;
	}
	#main .mfrm .mhead {
		font-size: 22px;
		line-height: 1.3;
	}
}


/* field_link
------------------------------------------------------------- */
#field_link {
	padding-top: 0 !important;
	margin-top:  0 !important;
}
#main #field_link .bg {
	padding: 0 0 60px;
	background-image: none;
}
#field_link .mbody {
	padding-top: 80px;
	border-top: 1px solid #ccc;
}
#field_link li {
	float: left;
	width: 180px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#field_link li:last-child {
	margin-right: 0;
}
#field_link li a {
	display: block;
	padding: 20px 30px;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #2B437A
	url(../img/blt_rarr_gy.png);
	background-position: 20px center;
	background-repeat:  no-repeat;
	background-size: 6px 10px;
	box-sizing: border-box;
}
#field_link li.sub a {
	font-weight: normal;
	background-color: #80C8EF;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
	#main #field_link .bg {
		padding: 0 0 20px;
	}
	#field_link .mbody {
		padding-top: 40px;
	}
	#field_link li {
		width: 46%;
	}
	#field_link li:nth-child(even) {
		margin-right: 0;
	}
}


/* caseexample
------------------------------------------------------------- */
#caseexample .bg {
	background-color: #F4F6F8;
}
#caseexample .mbody ul li {
	float: left;
	overflow: hidden;
	width: 380px;
	height: 90px;
	margin: 40px 0 0 20px;
}
#caseexample .mbody ul li:nth-child(1),
#caseexample .mbody ul li:nth-child(4) {
	margin: 40px 0 0 0;
}
#caseexample .mbody ul li img {
	float: left;
	margin-right: 10px;
}
#caseexample .mbody ul li p {
	font-size: 14px;
}
#caseexample .mbody ul li a {
	color: #464646;
	font-size: 20px;
}
#caseexample .mbody ul li a:hover,
#caseexample .mbody ul li a:hover img {
	opacity: 0.5;
}
#caseexample .mbody ul li a:link {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
	#caseexample .mbody ul {
		width: auto;
		margin-left: 0;
	}
	#caseexample .mbody ul li {
		float: none;
		overflow: hidden;
		width: 100%;
		height: auto;
		margin: 20px 0 0 0;
	}
	#caseexample .mbody ul li:nth-child(1),
	#caseexample .mbody ul li:nth-child(4) {
		margin: 20px 0 0 0;
	}
	#caseexample .mbody ul li a {
		font-size: 18px;
	}
}


/* keyword
------------------------------------------------------------- */
#keyword .mbody div {
	float: left;
	width: 380px;
	margin: 40px 0 0 20px;
	padding: 20px;
	background: #EAF6FD;
	box-sizing: border-box;
}
#keyword .mbody div:nth-child(1),
#keyword .mbody div:nth-child(4) {
	margin: 40px 0 0 0;
}
#keyword .mbody dt {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
#keyword .mbody ul li {
	padding-left: 15px;
	background: url(../img/blt_rtri_bl.png) left 8px no-repeat;
	background-size: 4px;
}
#keyword .mbody ul li a {
	color: #555;
}
#keyword_list .mbody li a:hover,
#keyword_list .mbody li a:hover img {
	opacity: 0.5;
}
#keyword_list .mbody li a:link {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
	#keyword .mbody div {
		width: 100%;
		margin: 20px 0 0 0;
	}
	#keyword .mbody div:nth-child(1),
	#keyword .mbody div:nth-child(4) {
		margin: 20px 0 0 0;
	}
	#keyword .mbody dt {
		margin-bottom: 0;
		font-size: 18px;
	}
}


/* keyword_list
------------------------------------------------------------- */
#keyword_list {
	position: relative;
	z-index: 10;
}
#keyword_list .mbody li {
	float: left;
	width: 580px;
	margin-top: 40px;
}
#keyword_list .mbody li:nth-child(odd) {
	margin-right: 20px;
}
#keyword_list .mbody li a {
	color: #555;
}
#keyword_list .mbody img {
	float: left;
	margin-right: 10px;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
	#keyword_list .mbody li {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	#keyword_list .mbody li:nth-child(odd) {
		margin-right: 0;
	}
}


/* keyword_none
------------------------------------------------------------- */
#keyword_none .mbody {
	margin-top: 40px;
	text-align: center;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
	#keyword_none .mbody {
		margin-top: 20px;
	}
}

/* category_key
------------------------------------------------------------- */
.category_key {
	width: 1220px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.category_key .bg {
	padding: 40px 0 80px !important;
	border-top: 1px solid #ccc;
}
.category_key .inr {
	padding: 0;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
	.category_key {
		width: 100%;
	}
	.category_key .bg {
		padding: 20px 0 40px !important;
	}
}

/* page top
------------------------------------------------------------- */
#pagetop {
	position: fixed;
	z-index: 1000;
	right: 10px;
	bottom: 87px;
}
#pagetop a {
	display: block;
	width: 45px;
	height: 0;
	overflow: hidden;
	padding-top: 45px;
	background-image: url(../img/pagetop.png);
	background-repeat: no-repeat;
	background-size: 45px;
}
@media only screen and (min-width: 1px) and (max-width:480px) {
	#pagetop {
		bottom: 10px;
	}
}


/* privacypolicy
------------------------------------------------------------- */
#privacypolicy .mbody {
	margin-top: 40px;
}


/* footer
------------------------------------------------------------- */
#footer {
	color: #fff;
	background-color: #333;
}

#footer .lead {
	min-width: 1180px;
	background: #80C8EF;
	border-bottom: 1px solid #fff;
}
#footer .lead p {
	width: 1180px;
	margin: 0 auto;
	padding: 5px 0;
	font-size: 12px;
}
#footer .lead strong {
	font-weight: 500;
}
@media only screen and (min-width: 1px) and (max-width:480px) {
	#footer .lead {
		min-width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	#footer .lead p {
		width: 100%;
	}
}


/* foot_info
------------------------------------------------------------- */
.foot_info {
	padding: 20px 0;
	color: #555;
	background: #fff;
}
.foot_logo {
	float: left;
	width: 300px;
}
.foot_logo p {
	margin-top: 10px;
}
.foot_field_link {
	float: left;
	width: 180px;
	margin: 0 10px;
}
.foot_field_link a {
	display: inline-block;
	padding-left: 15px;
	color: #555;
	background: url(../img/blt_rarr_bl.png) left 4px no-repeat;
	background-size: 6px 10px;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
	.foot_logo,.foot_field_link {
		float: none;
		width: 100%;
		margin: 0;
	}
	.foot_field_link {
		margin: 10px 0;
	}
	.foot_map_iframe {
		width: 100%;
	}
}

/* footer navi
------------------------------------------------------------- */
#footnav {
	padding: 20px 0;
	overflow: hidden;
}
#footnav nav {
	float: left;
}
#footnav nav ul {
}
#footnav nav ul li {
	float: left;
	padding-left: 20px;
}
#footnav nav ul li:first-child {
	padding-left: 0;
}
#footnav nav ul li a {
	text-decoration: none;
	color: #fff;
}
#footnav nav ul li a:hover,
#footnav nav ul li a:active {
	text-decoration: underline;
}
#footnav .copyright {
	float: right;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
	#footnav {
		width: 100%;
		min-width: 300px;
		padding: 20px 20px 10px;
	}
	#footnav nav {
		float: none;
		width: 100%;
	}
	#footnav nav ul {
		overflow: hidden;
	}
	#footnav .copyright {
		float: none;
		margin-top: 20px;
		clear: both;
	}
}


/* inquiry_02
------------------------------------------------------------- */
html,body {
	height: 100%;
}
#container {
	min-height: 100%;
	box-sizing: border-box;
}
body.double .inq_wrap {
	padding-right: 0 !important;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
	#container {
		padding-bottom: 0;
	}
	#footer {
		position: static;
	}
}


/* 1 > index.html
------------------------------------------------------------- */
#mfrm .mbody {
	margin-top: 40px;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
	#mfrm .mbody {
		margin-top: 20px;
	}
}




/* fee */
.mrgT5 { margin-top: 5px !important;}
.mrgT10 { margin-top: 10px !important;}
.mrgT15 { margin-top: 15px !important;}
.mrgT20 { margin-top: 20px !important;}
.mrgT25 { margin-top: 25px !important;}
.mrgT30 { margin-top: 30px !important;}
.mrgT35 { margin-top: 35px !important;}
.mrgT40 { margin-top: 40px !important;}
.mrgB5 { margin-bottom: 5px !important;}
.mrgB10 { margin-bottom: 10px !important;}
.mrgB15 { margin-bottom: 15px !important;}
.mrgB20 { margin-bottom: 20px !important;}
.mrgB25 { margin-bottom: 25px !important;}
.mrgB30 { margin-bottom: 30px !important;}
.mrgB35 { margin-bottom: 35px !important;}
.mrgB40 { margin-bottom: 40px !important;}
.re { color: red;}

#fee .mbody {
	margin-top: 40px;
}
.feeBox {
	display: flex;
	align-items: flex-start;
	padding: 60px 0;
	box-sizing: border-box;
}
.feeBox .feeBoxL {
	width: 540px;
	box-sizing: border-box;
}
.feeBox .feeBoxR {
	width: 640px;
	box-sizing: border-box;
}
@media only screen and (min-width: 1px) and (max-width:480px) {
	.feeBox {
		display: block;
		padding: 30px 0;
	}
	.feeBox .feeBoxL, 
	.feeBox .feeBoxR {
		width: 100%;
	}
	.feeBox .feeBoxL {
		margin-bottom: 25px;
	}
}

#fee h3 {
	display: inline-block;
	position: relative;
	padding-top: 20px;
	font-size: 21px;
	box-sizing: border-box;
}
#fee h3:before {
	display: block;
	position: absolute;
	top: -3px;
	left: 0;
	content: "";
	width: 50px;
	height: 3px;
	background: #2B437A;
	box-sizing: border-box;
}
#fee h4 {
	margin-bottom: 10px;
	font-size: 18px;
}
#fee h4 i.fa {
    display: inline-block;
    color: #2B437A;
    margin-right: 5px;
}
#fee h4.feeBoxR_ttl02 {
	margin-bottom: 30px;
}
@media only screen and (min-width: 1px) and (max-width:480px) {
	#fee h4.feeBoxR_ttl02 {
		margin-bottom: 15px;
	}
}
#fee strong {
	display: block;
	margin-top: 5px;
	color: #7A622B;
}

#fee .mbody table {
	border-top: 1px solid #ccc;
}
#fee .mbody tr {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#fee .mbody th,
#fee .mbody td {
	display: table-cell;
	width: 275px;
	/*height: 49px;*/
	padding: 18px 20px;
	border-right: 1px solid #ccc;
	color: #fff;
	background: #2B437A;
	box-sizing: border-box;
}
#fee .mbody td {
	width: 560px;
	padding: 18px 20px;
	color: #555;
	background: #fff;
	box-sizing: border-box;
}
@media only screen and (min-width: 1px) and (max-width:480px) {
	#fee .mbody table {
		width: 100%;
		margin-top: 20px;
		border: none;
	}
	#fee .mbody tr {
		border: none;
	}
	#fee .mbody th, #fee .mbody td {
		display: block;
		width: 100%;
		height: auto;
		padding: 10px;
		font-size: 14px;
		border: none;
		text-align: left;
		box-sizing: border-box;
	}
}

#fee .circle li {
	list-style: circle;
	margin: 0 0 10px 20px;
}


/* inq_banner */
.inq_banner {
	display: block;
	width: 1180px;
	margin: 0 auto;
	padding: 0 0 80px;
	text-align: center;
}
#inq .inq_banner {
	padding: 0;
}
.inq_banner a, 
.inq_banner span {
	display: inline-block;
}
.inq_banner span {
	margin: 40px 0 0;
	text-align: center;
}
.inq_banner span img {
	width: 600px;
	height: auto;
}
@media only screen and (min-width: 1px) and (max-width:480px) {
	.inq_banner {
		width: 100%;
		padding: 0 0 40px;
	}
	.inq_banner a {
		padding: 0 20px;
	}
	.inq_banner span img {
		width: 100%;
		height: auto;
	}
}