﻿@charset "utf-8";


/* =========================================================
   mainimage
========================================================= */
#mainimage {
	height:360px;
	background:url(../images/mainimage.jpg) top center no-repeat #edf2f6;
	z-index:-100;
}

#mainimage:not(:target){background-position-x:center;}

/* =========================================================
   global
========================================================= */
.con-inner {
	width:1000px;
	margin:0 auto;
}

#title {
	height:74px;
	padding-top:26px;
}
.stit {
	background:url(../../common/images/stit_line.png) top center no-repeat;
	text-align:center;
	padding-top:31px;
	padding-bottom:40px;
	margin-top:50px;
}

/* =========================================================
   contents
========================================================= */

.basic {
	text-align:center;
	background-position:top center;
	background-repeat:no-repeat;
	padding-top:30px;
	margin-top:50px;
}

.basic h1 {
	padding-top:70px;
	font-size:18px;
	font-weight:bold;
}

.basic h2.stit_txt {
	padding-top:35px;
}

.basic p {
	font-size:15px;
	line-height:30px;
	padding-top:30px;
	width:840px;
	margin:0 auto;
	text-align:justify;
}

.basic figure {
	padding-top:30px;
}

.basic figure p {
	width:auto;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding-top:20px;
}

.bg_ye {
	background:url(../../common/images/bar_yel.png) top center repeat-x;
	padding-top:20px;
	margin-top:60px;
}

.bg_ye div {
	background:#fff9db;
}

.bg_ye div .basic {
	padding-top:30px;
	margin-top:0;
}

.basic h1.stit {
	padding-top:31px;
	padding-bottom:20px;
}

.basic p.caution {
	font-size:15px;
	line-height:30px;
	padding-top:0;
	text-align:center;
	font-weight:bold;
	color:#ed7b01;
	padding-bottom:40px;
}

.basic article {
	background:#fff;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	padding:0 40px;
	text-align:center;
	margin-bottom:50px;
	padding-bottom:5px;
}

.basic article h2 {
	position:relative;
	top:-20px;
}

.basic article p {
	text-align:center;
	padding-top:0;
	line-height:1px;
}

.basic article li {
	width:160px;
	float:left;
	margin-right:30px;
	padding-bottom:20px;
}

.basic article li.nomr {
	margin-right:0;
}

.basic article li p {
	width:auto;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	padding-top:5px;
}

.bg_wh {
	background:url(../../common/images/bar_wh.png) top center repeat-x;
	padding-top:20px;
	margin-top:-20px;
}

.bg_wh .basic {
	margin-top:30px;
}

/* =========================================================
    2017 0218 修正追加分
========================================================= */

#contents{
	margin-bottom:73px;	
}

.sub_nav{
	width:660px;
	display:block;
	margin:0 auto;
	margin-top:60px;
}
.sub_nav1,.sub_nav2,.sub_nav3{
	width:210px;
	height:40px;
	float:left;
	font-size:13px;
	font-weight:bold;
	line-height:38px;
	text-align:center;
	border:2px solid #EDA001;
	border-radius:3px;
	box-sizing:border-box;
	-moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.sub_nav1,.sub_nav2{
	margin-right:15px;	
}
.sub_nav1{
	background:#ed7b01;
	color:#fff;
	border:2px solid #ed7b01;
}
.sub_nav2:hover,.sub_nav3:hover{
	color:#fff;
	border:2px solid #ed7b01;
	background:#ed7b01;
}
.sub_nav1:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.6;
	opacity:0.6;
}

/*事業内容に関するcss*/
.business {
	margin-top:60px;
}
.business .article_wrap{
	display:block;margin:0 auto;
	width:1000px;
}
.business article {
	width:320px;
	float:left;
	margin-right:20px;
	padding-bottom:40px;
}

.business article h2 {
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	text-align:center;
	padding:25px 0 15px 0;
}

.business article p {
	font-size:14px;
	line-height:24px;
	text-align:justify;
}

.business article.nomr {
	margin-right:0;
}

.business article figure {
	position:relative;
	text-align:center;
}
/*まずはじめにに関するcss*/
.basic{
	margin-top:0px!important;	
}