@charset "utf-8";

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

   common

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


/*reset-------------------------------------------------*/
*, *:before, *:after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}

html {
-webkit-text-size-adjust: 100%;
}

body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd {
	margin: 0;
	padding: 0;
}

table {
 border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: none;
	vertical-align: top;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

header,section,article,aside,footer,nav {
 display: block;
}

/*-------------------------------------------------reset*/


/*common-------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 14px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	line-height: 1.4;
	min-width: 1043px;
}

a:link {
	color: #181818;
	text-decoration: none;
}
a:visited {
	color: #181818;
	text-decoration: none;
}

.clear:after {
 content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
 clear: both;
}

/* mac \*/
* html .clear {
 height: 1%;
}
.clear {
 display: block;
}
/* macend */

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}
body {
	color: #181818;
	line-height: 22px;
}
/*-------------------------------------------------common*/

.px780 {
	width: 780px;
	margin:0 auto;
}
.px960 {
	width: 960px;
	margin:0 auto;
	padding: 0 10px;
}
a:hover {
	opacity: .6;
}


.kakomi {
    position: relative;
    margin: 2em 0;
    padding:30px 1em 25px 1em;
    border: solid 2px #223f9b;
		margin-top: 40px;
}
.kakomi .kakomi-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 48%;
    padding: 0 9px;
    line-height: 1;
    font-size: 26px;
    background: #FFF;
    color: #223f9b;
		font-weight: bold;
}
.kakomi p {
    margin: 0; 
    padding: 0;
		text-align: center;
}
.bg_gray{
	background-color: #eeeeee;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 40px;
}

/*------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------*/
header {
	width: 960px;
	height: 95px;
	margin:0 auto;
	font-size: 14px;
}
header .h_logo {
	margin-top:20px;
	margin-left: 20px;
}
header ul {
	width: 600px;
	float: right;
	margin:0;
}
header ul li {
	display: inline-block;
	width: 105px;
	text-align: center;
	font-weight: bold;
	height:92px;
	line-height:92px;
	border-top: solid 3px #fff;
}
header ul li a {
	display: block;
}
header ul li:hover {
	border-top: solid 3px #009CBF;
}
header ul li:first-child,header ul li:last-child {
	width: 105px;
}
header .j_e_change {
	float: right;
}
header .j_e_change a {
	width: 105px;
	height: 59px;
	background: url(../image/j_e_change.png);
	display: block;
	margin-top: 20px;
	opacity: 1;
	}
header .j_e_change a:hover {
	background-position: 0 -59px;
}
.en_h header .j_e_change a {
	width: 105px;
	height: 59px;
	background: url(../image/e_j_change.png);
	display: block;
	margin-top: 20px;
	opacity: 1;
	}
.en_h header .j_e_change a:hover {
	background-position: 0 -59px;
}

.mainImg01,.mainImg02,.mainImg03,.mainImg04,.mainImg05,.mainImg05-2,.mainImg06 {
	margin-bottom: 45px;
}


/* _________English_________*/
header ul.head_ul_en {
	width: 570px;
	font-size: 13px;
	padding-left:20px;
	}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root header ul.head_ul_en {
	padding:0;
    }
}

header ul.head_ul_en li {
	text-align:center;
	font-size:12.5px;
	}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root header ul.head_ul_en li {
	font-size:11px;
    }
}

header ul.head_ul_en li:first-child {
	width: 150px;
	}

header ul.head_ul_en li:nth-child(2) {
	width: 160px;
	}
header ul.head_ul_en li:nth-child(3) {
	width: 60px;
	}
header ul.head_ul_en li:nth-child(4) {
	width: 48px;
	}
header ul.head_ul_en li:last-child {
	width: 78px;
	}

/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
.contact_box {
	width: 100%;
	background-color: #3c62dd;
	padding: 10px;
	color: #fff;
}
.contact_box_in {
	border: solid 1px #fff;
}
.contact_box_in p {
	text-align: center;
	margin-top: 26px;
}
.contact_box_in .box_left,.contact_box_in .box_right {
  height:120px;
  width: 380px;
	margin-top: 15px;
	margin-bottom: 20px;
}
.contact_box_in .box_left {
	float: left;
	border-right: dashed 2px #fff;
	padding-top: 32px;
	padding-left: 70px;
}
.contact_box_in .box_right {
	float: right;
  width: 370px;
}
.contact_box_in .box_right span {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}
.contact_box_in .box_right .to_phone {
	display: block;
	margin:0 auto;
}
.contact_box h2 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
h2.white {
	color: #fff;
	padding-top: 30px;
	z-index: 999;
}


footer {
	border-top: solid 5px #223f9b;
	margin-top: 50px;
	background-color: #eeeeee;
	padding-top: 40px;
	padding-bottom: 40px;
}
footer .address {
	margin-top: 32px;
	line-height: 22px;
}
footer .footer_left {
	float: left;
}
footer .footer_right {
	float: right;
}
footer .footer_right01 {
	float: left;
	height: 180px;
	border-left: dashed 1px #a0a0a0; 
	padding-top: 12px;
	padding-left: 10px;
	margin-right: 50px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root footer .footer_right01 {
	margin-right:20px;
    }
}

footer .footer_right01 dt {
  font-weight: bold;
}
footer .footer_right01 dd {
	margin-top: 2px;
  font-weight: bold;
}
footer .footer_right02 {
	float: right;
	height: 180px;
	border-left: dashed 1px #a0a0a0; 
	padding-top: 12px;
	padding-left: 10px;
}
footer .footer_right02 dt {
	font-weight: bold;
}
footer .footer_right02 dd {
	margin-top: 2px;
	font-weight: bold;
}
#index .contact_box_in .box_right_en
#index .contact_box_in .box_right_en span {
	text-align: left;
	}




