/* 共通設定 */
html,body,div,span,iframe,h1,h2,h3,h4,h5,p,a,img,ul,li,table,tr,th,td,tbody,footer,header,main,nav,section {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	list-style: none;
	text-decoration: none;
}
/* フォント設定 */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	width: 100%;
}
/* ヘッダー */
header{
	background: #fff;	/*背景色（古いブラウザ用）*/
	background: #fff linear-gradient(#d5edff, rgba(255,255,255,0) 50%);/*背景色、背景グラデーション*/
}
 #header_inner,.main_contact,#section02_inner,#company {
	width: 960px;
	margin: 0 auto;
} #header_inner {
	height: 85px;
	position: relative;
} #header_logo,#header_contact,#header_text {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
} #header_logo {
	width: 200px;
	height: 67px;
	left: 19px;
}
/* ヘッダーコンタクトの大きさ */
 #header_contact {
	width: 210px;
	height: 51px;
	right: 0;
}
 #header_contact_inner {
	display: block;
	width: 206px;
	height: 24px;
	text-align: center;
	padding: 14px 26px 13px 27px;
	color: #000;
	font-size: 1.5em;
/*	background-color: #6495ed;*/
}
/* #header_contact_inner:hover {
	transform: scale(1.1,1.1);
}*/

/* #header_text {
	width: 243px;
	height: 29px;
	right: 155px;
}
 #header_text p {
	font-size: 0.9rem;
}*/
 #main_image {
	display: table;
	width: 100%;
	height: 400px;
	background-size: contain;
	background: url(../img/top.jpg)
}
 #main_image_inner {
  	width: 100% /* 好きな幅 */
	height: 400px;
  	max-width: 100%;
  	margin: 0 auto;
	padding: auto;
}
h1 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 600px;
	height: 313px;
	margin: 14% auto auto auto;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
/*理念の影*/
.rinen {
	text-shadow: 1px 2px 3px #000000;
	}
.scroll {
	height: 87px;
	width: 100%;
	background-color: #aaa;
	position: relative;
	display: table;
}
.scroll:after {
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	bottom: -14px;
	border-top: 43px solid #aaa;
	border-right: 60px solid transparent;
	border-left: 60px solid transparent;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
}
h2 {
	color: #fff;
	font-size: 1.9rem;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
/*メインナビ（丸いアイコン）*/
.mainnav {
    /*border: 2px solid #666;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    margin: 0 auto;
    padding: 20px;
    width: 850px;
}
 
ul.mainnav li {
    border: 2px solid #88ccea;
    border-radius: 50%;
    display: table;
    height: 11em;
    line-height: 110%;
    margin: 0.8em;
    padding: 0.5em;
    text-align: center;
    width: 11em;
}
li.asahi {
	background: url(../img/asahi.png)
}
li.honobono {
	background: url(../img/honobono.jpg)
}
li.kango {
	background: url(../img/kango.png)
}

li.sawayaka {
	background: url(../img/sawayaka.png)
}
ul.mainnav span {
    display: table-cell;
    vertical-align: middle;
	color:#c0c0c0;
}

ul.mainnav li a {
 	color:#000000;
	transition: 0.3s;
	font-weight: 700;
 }
ul.mainnav li a:hover {
 	color:#cccccc;
 }

 #div03 {
	margin-bottom: 100px;
}

.contents {
	height: 400px;
	overflow: hidden;
}
.left {
	float: left;
	height: 400px;
	width: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.right {
	float: right;
	width: 50%;
	height: 400px;
}
.text {
	background-color: #aaa;
}
.contents p,h4 {
	margin: 30px 120px 0 21px;
	color: #fff;
}
h4 {
	font-size: 1.25rem;
}
.main_contact {
	height: 163px;
	background-color: #aaa;
	margin-bottom: 100px;
	overflow: hidden;
}
.main_contact_inner {
	width: 50%;
	height: 163px;
	position: relative;
}
.contact_left {
	float: left;
}
.contact_left_inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 307px;
	height: 53px;
	margin: auto;
	overflow: hidden;
}
.contact_left_inner img {
	float: left;
}
.contact_left_inner p {
	float: right;
	font-size: 1.4rem;
	line-height: 20px;
	margin: 9px 0 5px;
}
.contact_left_inner span {
	font-size: 0.9rem;
}
.contact_right {
	float: right;
}
.contact_right_inner {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 243px;
	height: 33px;
	margin: auto;
	padding: 25px 85px 25px 41px;
	background-color: #ff0600;
	transition: 0.4s;
}
.contact_right_inner:hover {
	transform: scale(1.1,1.1);
}
.contact_right p {
	float: right;
	color: #fff;
	font-size: 1.3rem;
}
/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※tamidashi）*/
.ta1 th.tamidashi,
.ta2 th.tamidashi {
	width: auto;
}
/*ta1,ta2共通設定*/
.ta1 {
	table-layout: fixed;
	width: 60%;
	margin: 0 auto 20px;
}

.ta1 td, .ta1 th {
	word-break: break-all;
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;	/*ボックス内の余白*/
}

/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #cce6f6;	/*背景色*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;	/*幅*/
	text-align: center;	/*センタリング*/
	background: #f0f0f0;	/*背景色*/
}

/*関連会社*/
.kanrengaisya {
	width: 60%;
	margin: auto;
}
.kanrengaisya p {
	font-size: 0.8em;
}
.kanrengaisya a {
 	color:#666666;
	transition: 0.3s;
 }
.kanrengaisya a:hover {
 	color:#cccccc;
 }
/*フッター*/
footer {
	height: 93px;
	background-color: #aaa;
}
footer p {
	margin-left: 119px;
	font-size: 0.75rem;
	line-height: 93px;
}
/*コピーライト*/
#copyright {
	clear: both;text-align: center;
	padding: 10px;		/*余白*/
}