@charset "utf-8";
/* ------------------------------------------------------------ common */
body { min-width: 1100px; }
a:link 		{ color: #111; text-decoration: none; }
a:visited 	{ color: #111; text-decoration: none; }
a:hover,g
a:hover img,
input[type="submit"]:hover { color: #111; text-decoration: none;
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8;
    opacity: 0.8;
}
    
input[type="text"],
select,
textaera	{ border: 1px solid #b5b5b5; }

.sp { display: none; }

input[type="submit"] { -webkit-appearance: button; cursor: pointer; padding: 0; border: none; }

.inner 	{ width: 1100px; margin: 0 auto; }
p.btn 	{ text-align: center; padding: 55px 0 0; }
p.btn a,
p.btn button { font-size: 16px; display: inline-block; *display: inline; *zoom: 1; color: #fff; }

p.btn.black a,
p.btn.black button { height: 70px; line-height: 70px; width: 440px; background: #000 url(../images/index/icn_05.png) no-repeat 96% center; }
p.btn.black a img,
p.btn.black button img { margin: 0 10px 4px 0; }

h3.h3_common { text-align: center; font-size: 18px; padding: 105px 0 45px; position: relative; z-index: 1; }
h3.h3_common span { display: block; font-size: 70px; font-family: 'Montserrat-Medium'; line-height: 110%; }

p.pdf { padding: 40px 0; text-align: center; }
p.pdf span,
p.pdf a { display: inline-block; }
p.pdf a { padding: 0 20px 0 0; background: url(../images/index/icn_00.png) no-repeat right center; background-size: 7px auto; }
p.pdf a img { margin: 0 10px 0 0; }
p.pdf span { border-bottom: 1px solid #000; }

p.close_div a { display: block; font-size: 18px; padding: 25px 0; text-align: center; background: #d2d400; position: relative; }
p.close_div a img { position: absolute; top: 0; bottom: 0; right: 30px; margin: auto; }

/* ------------------------------------------------------------ fonts */

@font-face {
	font-family: 'Montserrat-Medium';
	src: url('../fonts/Montserrat-Medium.ttf');
}

@font-face {
	font-family: 'Montserrat-Bold';
	src: url('../fonts/Montserrat-Bold.ttf');
}

@font-face {
	font-family: 'Montserrat-Black';
	src: url('../fonts/Montserrat-Black.ttf');
}

@font-face {
	font-family: 'Montserrat-ExtraBold';
	src: url('../fonts/Montserrat-ExtraBold.ttf');
}

@font-face {
	font-family: 'Montserrat-SemiBold';
	src: url('../fonts/Montserrat-SemiBold.ttf');
}

/* ------------------------------------------------------------ nav */

.nav { padding: 12px 0 0; }
.nav ul li { float: left; position: relative; padding: 10px 30px; box-sizing: border-box; }
.nav ul li:before { position: absolute; content: ''; background: #eaeaea; height: 100%; width: 1px; left: 0; top: 0; transform:rotate(25deg); }
.nav ul li:first-child:before { display: none; }
.nav ul li a { font-size: 13px; color: #adadad; text-align: center; display: block; }
.nav ul li a span { display: block; font-family: 'Montserrat-Medium'; font-size: 18px; color: #000; line-height: 120%; }


/* ------------------------------------------------------------ header */

header { padding: 20px 0 20px 30px; }
header .logo { float: left; }
header .nav { float: right; }
header p.h_link { position: absolute; top: 0; right: 25px; }
header p.h_link a { background: #000; color: #fff; font-size: 12px; font-weight: bold; display: block; padding: 5px 10px;
	border-bottom-left-radius: 5px; 
	border-bottom-right-radius: 5px;
}

/* ------------------------------------------------------------ footer */

#footer { padding: 100px 0 80px; text-align: center; }
#footer .contact { padding: 110px 0 100px; background: url(../images/common/bg_00.jpg) no-repeat center center; background-size: cover; margin: 0 80px; }
#footer .contact h5 { color: #fff; font-size: 18px; }
#footer .contact h5 span { display: block; font-size: 70px; font-family: 'Montserrat-Medium'; line-height: 120%; }
#footer .contact p.text { font-size: 28px; color: #fff; font-weight: bold; padding: 35px 0 45px; }
#footer .contact .w_box { padding: 20px 0 30px; background: #fff; max-width: 980px; width: 96%; margin: auto; box-sizing: border-box; }
#footer .contact .w_box .tel { padding: 15px 0 20px; float: left; width: 50%; border-right: 1px solid #e5e5e5; box-sizing: border-box; } 
#footer .contact .w_box .tel h6 { font-size: 20px; font-weight: bold; }
#footer .contact .w_box .tel p.num a { display: inline-block; font-family: 'Montserrat-Bold'; font-size: 42px; padding: 0 0 0 25px; background: url(../images/common/icn_01.png) no-repeat left 17px; line-height: 120%; 
	background-size: 17px auto;
}
#footer .contact .w_box .tel p.time { font-size: 14px; }
#footer .contact .w_box .tel p.time span  { display: inline-block; background: #000; color: #fff; padding: 4px 10px; margin: 0 10px 0 0; }
#footer .contact .w_box .email { padding: 20px 0 0; width: 50%; float: right; }
#footer .contact .w_box .email p a { display: inline-block; padding: 40px 50px; background: #d2d400; font-weight: bold; font-size: 20px; color: #fff; }
#footer .contact .w_box .email p a img { margin: 0 10px 0 0; }
#footer p.logo { padding: 60px 0 20px; }
#footer .nav { width: 945px; margin: auto; }
#footer p.h_link { padding: 20px 0 30px; }
#footer p.h_link a { background: #000; color: #fff; display: inline-block; font-size: 12px; font-weight: bold; padding: 5px 15px;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
}
#footer address { font-family: 'Montserrat-Medium'; font-size: 12px; }

/* ------------------------------------------------------------ mobile */
@media only screen and (max-width:640px){

body { min-width: inherit; }

.fixed { position: fixed; width: 100%; left: 0; top: 0; }

.sp { display: block; }
.pc { display: none; }

.inner { width: 94%; margin: auto; }

h3.h3_common { font-size: 14px; background-size: 88% auto !important; max-width: 310px; width: 100%; margin: auto; padding: 30px 0 20px; }
h3.h3_common span { font-size: 40px; }

p.btn { padding: 30px 0 0; }
p.btn.black a,
p.btn.black button { height: 50px; line-height: 50px; width: 100%; font-size: 12px; background-size: 5px auto; max-width: 320px; }
p.btn.black a img,
p.btn.black button img { width: 15px; height: auto; }

p.close_div a { font-size: 14px; padding: 15px 0; }
p.close_div a img { right: 6%; width: 15px; height: auto; }

p.pdf { padding: 30px 0; }
p.pdf a { font-size: 14px; background-size: 6px auto; padding: 0 15px 0 0; }
p.pdf a img { width: 15px; height: auto; margin: 0 7px 0 0; }
p.pdf span { line-height: 140%; }

/* ------------------------------------------------------------ header */

header { padding: 10px 4%; }
header .nav { display: none; }
header p.h_link { right: 4%; }
header p.h_link a { padding: 2px 8px; }
header .logo img { width: 80px; height: auto; }

header p.menu_btn { position: absolute; top: 15px; right: 6%; }
header p.menu_btn a img { width: 36px; height: auto; }

/* ------------------------------------------------------------ sp nav */

#navigation { display: none; position: fixed; top: 0; left: 0; background: #fff; z-index: 999; height: 100%; width: 100%; box-sizing: border-box; padding: 10px 6% 40px; overflow-y: scroll; }
#navigation .nav { position: relative; }
#navigation .nav p.logo { text-align: center; padding: 0 0 20px; }
#navigation .nav ul { border-top: 1px solid #eaeaea; }
#navigation .nav ul li { float: none;  border-bottom: 1px solid #eaeaea; padding: 0; background: url(../images/index/icn_00.png) no-repeat right center; background-size: 7px auto; }
#navigation .nav ul li::before { display: none; }
#navigation .nav ul li a { text-align: left; padding: 10px 0 5px; }
#navigation .nav ul li a span { font-size: 16px; }
#navigation .nav p.n_link { padding: 30px 0; text-align: center; }
#navigation .nav p.n_link a { display: inline-block; background: #000; color: #fff; padding: 0 10px;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
}
#navigation .nav p.close { position: absolute; top: 10px; right: 3%; }

/* ------------------------------------------------------------ footer */

#footer { padding: 30px 0 20px; }
#footer .contact { margin: 0 3%; padding: 50px 3% 20px; }
#footer .contact h5 { font-size: 16px; }
#footer .contact h5 span { font-size: 32px; }
#footer .contact p.text { font-size: 16px; padding: 30px 0 20px; }
#footer .contact .w_box { padding: 20px 6% 30px; }
#footer .contact .w_box .tel { width: 100%; float: none; border-bottom: 1px solid #e5e5e5; border-right: none; }
#footer .contact .w_box .tel h6 { font-size: 16px; }
#footer .contact .w_box .tel p.num { padding: 10px 0; }
#footer .contact .w_box .tel p.num a { font-size: 28px; background-position: left 8px; }
#footer .contact .w_box .tel p.time span { font-size: 12px; padding: 2px 8px; }
#footer .contact .w_box .email { width: 100%; float: none; }
#footer .contact .w_box .email p a { font-size: 14px; padding: 12px 0; width: 100%; max-width: 320px; }
#footer .contact .w_box .email p a img { width: 22px; height: auto; margin: 0 8px 2px 0; }
#footer p.logo { padding: 30px 0 20px; }
#footer p.logo img { width: 100px; height: auto; }
#footer .nav { width: inherit; }
#footer .nav ul { width: 94%; margin: auto; }
#footer .nav ul li::before { display: none; }
#footer .nav ul li { float: none; width: 100%; padding: 8px 3%; border-bottom: 1px solid #eaeaea; }
#footer .nav ul li a { font-size: 12px; text-align: left; }
#footer .nav ul li a span { font-size: 14px; }
#footer p.h_link { padding: 20px 0; }
#footer p.h_link a { padding: 5px 10px; font-size: 11px; }


}











