@charset "utf-8";
/* CSS Document */
/*------------------共通------------------*/
body {
	width: 100%;
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	color:#333333;
}
a:hover { opacity: 0.8; }
img{width: 100%;}
/*-----------------header------------------*/

#h1_w { background-color: #E0E0E0; }

header h1 {
	font-size: 10px;
	color: #0E4997;
	margin: 0 auto;
	font-weight: normal;
}

#header_inner {
	margin:  0 auto;
	padding: 15px 0px;
}

#h_contact li { float: left; }


/*---------main_visual------------*/
#main_visual {
	text-align:center;
	position:relative;
	z-index:1;
}

#main_visual_bg {
	background:url(../img/main_visual_bg.jpg) no-repeat top center;
	background-size:cover;
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	right:0;
	left:0;
	z-index:-2;
}

#main_visual img:first-child {
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	right:0;
	left:0;
	z-index:-1;
}

/*---------navi------------*/

nav {
	width:100%;
	background-color:#0E4997;
}

#navi_in {
	margin: auto;
}

#navi li {
	float: left;
	width: 49%;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#navi li:last-child {;
}
/*-----------------top------------------*/
#container {
	padding: 0px 10px;
}
#sns_bun {
	margin: auto;
	margin-bottom: 30px;
}

#sns_bun li a {
	display: block;
}

div#sns_bun li {
	text-align: center;
	margin-bottom: 10px
}
div#sns_bun li:last-child {
	margin-bottom: 0;
}

div#sns_bun li img {
	width: 85%;
}
#h_contact {
	float: right;
}
.in_box {
	margin: auto;
}

#section01 {
}
div#h_contact {
	float: right;
	margin-right: 10px;
}
.sec01_in {
	padding: 30px 0px;
	text-align: center;
}
#header_inner h2 {
	float: left;
	width: 60%;
	display: inline-blo;
}
.mobile_mail {
	float: left;
}
.mobile_tel {
	float: left;
	margin-left: 10px;
}
.sec01_text { }

.sec01_text dl {
	border-bottom: 1px dotted #bababa;
	margin-bottom: 20px;
	padding-bottom: 10px;
	line-height: 180%;
}

.sec01_text dt {
	color: #0e4997;
	font-size: 30px;
	font-weight: bold;
	background: url(../img/common/title_bk.png) no-repeat;
	line-height: 180%;
}

.btn01 {
	text-align: center;
	font-size: 16px;
	background-repeat: no-repeat;
	-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
	font-weight: bold;
	background-image: url(../img/common/arrow01.png);
	background-position: 7% center;
	background-color: #0e4997;
	padding: 8px 50px;
}

.btn01 a { color: #fff;}

#section02 {
	background:url(../img/top/section02_bg.gif) repeat-x top left;
	border-bottom:1px solid #E1E1E1;
}

.sec02_in { padding: 20px 0px; }

.title01 {
	color: #0e4997;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	border-bottom: 5px solid #0e4997;
	margin-bottom: 20px;
}

.sec02_box li {
	text-align: center;
	overflow: hidden;
}
.sec02_box li p {
    float: left;
    width: 50%;
    line-height: 0;
}
.sec02_box li:last-child { margin-right: 0px; }

.sec02_box li a { color: #fff;  display: inline-block; }

.sec02_box dl {
	padding: 5px;
}

.sec02_box dt {
	font-weight: bold;
	font-size: 15px;
	letter-spacing: -1px;
	border-bottom: 1px dotted #fff;
	padding-bottom: 5px;
}

.sec02_box dd {
	font-size: 12px;
	margin-top: 5px;
}
.sec02_box li:nth-child(1){	background-color: rgba(14,73,151,0.9); }
.sec02_box li:nth-child(2){	background-color:rgba(0,112,191,0.7); }
.sec02_box li:nth-child(3){	background-color:rgba(8,128,25,0.7); }
.sec02_box li:nth-child(4){	background-color:rgba(222,94,4,0.7); }
.sec02_box li:nth-child(5){	background-color:rgba(205,57,108,0.7); }

#section03 { padding: 40px 0px; }

.top_news {
	border: 1px solid #a5a5a5;
	margin-bottom: 50px;
}

.sec03_l {
}

.sec03_text {
	color: #fff;
	background: url(../img/top/top_newsbk.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
}
.sec03_r ul {
}
.btn02 {
	background-color: #fff;
	-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
	background-image: url(../img/common/arrow02.png);
	background-repeat: no-repeat;
	background-position: 10% center;
	padding: 2px 0px 2px 40px;
	width: 30%;
	font-size: 14px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

.btn02 a { color: #0e4997;}

.tnews_text {
	font-weight: bold;
	padding: 10px 40px 10px 10px;
	float: left;
}

.sec03_r {
	font-size: 14px;
	background-color: #fff;
	padding: 20px 20px 10px;
}

.sec03_r li {
	border-bottom: 1px dotted #a5a5a5;
	padding-bottom: 12px;
	margin-bottom: 15px;
}

.sec03_r li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}

.sec03_r dl {
	overflow: hidden;
	padding-right: 38px;
}

.sec03_r dt {
	float: left;
	margin-right: 20px;
	padding-left: 20px;
	background: url(../img/common/arrow02.png) no-repeat center left;
	color: #000
}

.sec03_r dd {
	float: left;
	color: #0e4997;
}

#pageTop {
	color: #FFF;
	position: fixed;
	bottom: 5%;
	right: 3%
}

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

#footer {
	margin:0 auto;
	background-color:#E0E0E0;
}

footer {
	margin: auto;
	padding: 10px 10px;
}

#f_navi li {
	float: left;
	font-size: 12px;
}

#f_navi li a { color: #000; }

#f_navi li span { padding: 0px 5px; }

#f_l li { float: left; }

#f_l li:first-child {
	margin: 15px;
}


#f_l li#nthcli p:nth-child(1) {
	float: left;
}

#f_l li#nthcli p:nth-child(2) {
	float: left;
	font-size: 12px;
	margin-top: 20px;
}

.mobile_footer{
	display: none;
}
#copyright {
	color:#FFF;
	background-color:#0E4997;
	font-size:10px;
	height:22px;
	line-height:22px;
	width:100%;
	margin:0 auto;
	text-align:center;
}

/*-----------------下層------------------*/
/*--------下層共通--------*/

#main_bk { background-color: #F5F5F5; }

#main_in {
	padding: 15px 0px;
	margin: auto;
	background: url(../img/komachi_haikei.png) no-repeat center;
	background-size: cover;
	text-align: center;
}
#main_in h2 img {
	width: 50%;
}
#container_w {
	margin: auto;
	padding: 30px 10px;
	font-size: 14px;
}

#bread_area {
	margin: auto;
	padding: 5px 0px 30px;
}

#bread_area li {
	float: left;
	font-size: 14px;
}

#bread_area li:first-child {
	padding-right: 10px;
	margin-right: 5px;
	background: url(../img/common/arrow.png) no-repeat center right;
}


.title02 {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	background-color: #0E4997;
	padding: 4px 10px;
	margin-bottom: 20px;
}

.title02 span {
	border-left: 6px solid #fff;
	padding-left: 10px;
}

.recruit_t { margin-top: 50px; }

.in_box02 { padding: 0px 20px; }

.title03 {
	color: #0E4997;
	font-size: 14px;
	background: url(../img/common/cmn_image.jpg) no-repeat 1% 40%;
	border-bottom: 1px solid #0E4997;
	margin-bottom: 20px;
	padding:0px 0px 5px 30px;
	font-weight: bold;
}

/*-----------------business------------------*/

.b_text {
	padding: 10px 0px;
	width: 100%;
	line-height: 150%;
}

.business { margin-bottom: 50px; }

/*-----------------about------------------*/

.font_s {
	font-size: 18px;
	margin-bottom: 5px;
}

.about_text01 {
	margin-bottom: 30px;
	line-height: 180%;
}

.about_text02 { padding: 0px 5px;}

.about_text03 { margin-bottom: 30px; }

.about_merit { padding: 0px 10px; }

.about_merit li {
	background: url(../img/common/bk01.jpg);
	padding: 8px;
	-moz-box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2); box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2); -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=4, OffY=4, Color=#33000000, Positive=false)"; filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=4, OffY=4, Color=#33000000, Positive=false);
	margin-bottom: 10px;
}

.about_merit li:last-child { margin-right: 0px; }

.merit_in {
	background-color: #fff;
	padding: 10px 26px;
	text-align: center;
}

.about_merit dt {
	font-size: 18px;
	background-color: #0E4997;
	color: #fff;
	width: 70%;
	margin: auto;
	margin-bottom: 10px;
}

.about_merit dd {
	font-size: 24px;
	font-weight: bold;
}

.about_image { margin-top: 60px;}

/*---------------company----------------*/
.com_text01 { line-height: 190%; }

.com_name { text-align: right; }

.com_s01 {
	font-size: 18px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-weight: bold;
}

.in_box03 { padding: 0px 10px; margin-top: 40px;}

.com_l {
	text-align: center;
}

.com_title {
	font-size: 18px;
	color: #0E4997;
	font-weight: bold;
}

.com_title01 {
	background-color: #fff;
	position: relative;
	width: 75%;
	margin: auto;
	margin-bottom: 20px;
}

.com_s02 { font-size: 25px; }

.cmn_box02 {
	border: 1px solid #D4D4D4;
	margin: -20px 0px 0px 0px;
	padding: 20px 20px 10px;
}

.com_s03 { font-size: 17px; }

.com_title02 {
	border-bottom: none !important;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	background-position: 1% 50% !important;
	padding-left: 20px !important;
}

.com_r li {
	border: 1px solid #D4D4D4;
	padding: 4px 15px;
	margin-bottom: 29px;
}

.com_r li:nth-child(1) { background: url(../img/company/company_bk01.png) no-repeat center right; background-size: cover; }

.com_r li:nth-child(2) { background: url(../img/company/company_bk02.png) no-repeat center right; background-size: cover; }

.com_r li:nth-child(3) { background: url(../img/company/company_bk03.png) no-repeat center right; background-size: cover; }

.com_r { line-height: 225%; margin-top: 18px; }

.com_r dt { font-size: 16px; font-weight: bold; }

.com_r dd { font-size: 12px;  padding-left: 10px; }

.company_t  table {
	border: 1px solid #D4D4D4;
}

.company_t th {
	color: #fff;
	background-color: #4F87CD;
	border-bottom: 1px solid #fff;
	width: 29%;
	padding: 10px;
	vertical-align: middle;;
}

.th_image img {
	padding: 0px 5px;
	margin-bottom: 2px;
}

.company_t td {
	padding: 10px;
	border-bottom: 1px solid #D4D4D4;
}

.company_t td ul {
}

.company_t td li {
	margin: 0px 10px 0px 0px;
}
span.th_image img {
	width: 10%;
}
.map img {
	margin-left: 5px;
	width: 2%;
}

.company { margin-bottom: 50px; }

/*---------------news----------------*/
.news {
	border-bottom: 1px dotted #BABABA;
	margin-bottom: 50px;
	padding-bottom: 20px;
}

.news_text dt {
	color: #0E4997;
	margin-bottom: 5px;
}

.news_text dd { color: #000; }

.news_btn {
	color: #fff;
	float: right;
	margin-top: 10px;
	background-color: #0E4997;
	background-image: url(../img/news/arrow.png);
	background-position: 20% 50%;
	background-repeat: no-repeat;
	padding: 3px 10px 3px 30px;
	text-align: center;
	font-size: 16px;
}

.page_btn { margin-bottom: 90px; }

.page_btn span img {
	padding: 0px 10px;
	margin-bottom: 2px;
}

.page_btn a { color: #0E4997; font-size: 18px; }

.page_number {
	margin: auto;
	width: 8.8%;
}

.page_number li {
	float: left;
	border: 1px solid #0E4997;
	padding: 0px 5px;
	margin-right: 10px;
}

.page_number li:last-child { margin-right: 0px; }

.s_news {
	border: 1px solid #BABABA;
	padding: 10px 20px;
}

/*---------------contact----------------*/

.c_form { margin-bottom: 130px; }

.contact {
	border: 1px solid #D4D4D4;
	margin-top: 50px;
}

.contact dl { overflow: hidden; }

.contact dt {
	color: #fff;
	font-size: 16px;
	background-color: #4F87CD;
	float: left;
	width: 100%;
	text-align: center;
	padding: 5px 0px;
	border-bottom: 1px solid #fff;
	margin-right: 20px;
	margin-bottom: 10px;
}

.contact dd {
	padding: 15px 10px;
	border-bottom: 1px solid #D4D4D4;
}

.contact dd input[type=text]  {
	width: 100%;
	border: 1px solid #D4D4D4;
	height: 22px;
}

textarea {
	width: 100%;
	height: 130px;
	border: 1px solid #D4D4D4;
}

.contact_text dt { }

.contact_text dt { border-bottom: none; }

.contact_text dd { border-bottom: none; }

.red { color: #AF272D; }

.contact_btn {
	text-align: center;
}

.contact_btn a { color: #fff; }

/*---------------sitemap----------------*/

.sitemap li {
	font-size: 18px;
	background: url(../img/sitemap/arrow.png) no-repeat 1% 15%;
	padding-left: 30px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #0e4997;
}

.sitemap li a { color: #000; }

.sitemap li:last-child { border-bottom: none; }


/*---------------privacy----------------*/

.privacy { margin-bottom: 50px; }

.privacy .title02 { margin-bottom: 15px !important; }

#btn {
	font-size: 20px;
	font-weight: bold;
	background-color: #4F87CD;
	background-image: url(../img/contact/arrow.png);
	background-repeat: no-repeat;
	background-position: 97% 50%;
	text-align: center;
	margin: auto;
	padding: 15px 30px 15px 30px;
	margin-top: 60px;
	-moz-box-shadow: 0px 8px 0px rgb(53,124,201);
	-webkit-box-shadow: 0px 8px 0px rgb(53,124,201);
	box-shadow: 0px 8px 0px rgb(53,124,201);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=8,Color=#ff357cc9,Positive=false)";
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=8,Color=#ff357cc9,Positive=false);
	color: #fff;
	border: none;
	
	
	
	
@media screen and (max-width: 640px){
.spNone {       display:none;}
}

@media screen and (min-width: 641px){	
.pcNone { display: none;}
}
