@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Lato', sans-serif;
	background: #ffffff;
	width:100%;
}

a {
	color: #0b8793;
}
#main-visual {
	margin-top:112px;
}

#main-visual .main_img{
	width:100%;
	text-align:center;
	margin:0 auto;
}



.inner {
	width: 980px;
	margin: 0 auto;
}

#social {
	border-bottom:1px solid #cccccc;
	background:#fff;
}

#social ul li {
	float:right;
	margin:5px 0px 5px 10px;
}

#social ul li.phone {
	font-size:18px;
}

#social ul li.icon{
	line-height:0;
	font-size:0;
}

#social ul li h1 {
	font-weight:normal;
	font-size:12px;
	margin:3px 0 0 0;
}


/* 以下メニューコントロール */

.inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
#top-head {
	font-size: 14px;
	top: -95px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 0px 0 12px 0;
	line-height: 1;
	z-index: 999;
	border-bottom:1px solid #ccc;
}
#top-head a,
#top-head {
	color:#3d3d3d;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	line-height:0;
	font-size:0;
	margin-top:10px;
}
#global-nav ul {
	position: absolute;
	right: -8px;
	bottom: 17px;
	font-size: 14px;
}
#global-nav ul li {
	float: left;
	position: relative;
}
#global-nav ul li a {
	color:#3D3D3D;
	padding: 0 20px;
}

/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #3d3d3d;
	bottom: -10px;
}


/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: -30px;
	background: #fff;
	background: rgba(255,255,255,.7);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	line-height:0;
	font-size:0;
}
#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 20px;
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -10px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #3d3d3d;
	bottom: -10px;
}


/* Transition */
/*
#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
*/



/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 17px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}


/* --- コンテンツ --- */

#contentsArea {
	padding-top:40px;
	max-width:980px;
	margin:0 auto;
}

/* --- バナーエリア --- */

#contentsArea .bnrArea{
	
}	
#contentsArea .bnrArea .bnr{
	float:left;
	margin-right:40px;
	margin-top:40px;
	max-width:300px;
	
}

#contentsArea .bnrArea .bnr:nth-child(3){
	margin-right:0px;
}

#contentsArea .bnrArea .bnr img {
	max-width: 100%;
	height: auto;
	line-height:0;
	font-size:0;
	margin-top:15px;
}

#contentsArea .bnrArea .bnr h3  {
	font-size:16px;
	font-weight:bold;
}

#contentsArea .bnrArea .bnr p {
	line-height:1.4;
	margin-top:10px;
	font-size:12px;
}




/* --- 新着情報エリア --- */
div.update {
	width: 100%;
	font-size: 12px;
	margin-top:80px;
}

div.update h3 {
	margin: 0 0 10px 0;
	font-size: 16px;
}

div.update dl {
	width: 100%;
	margin: 0;
	border-top: 1px #c0c0c0 dotted;
}

div.update dt {
	width: 6.7em;
	float: left;
	padding: 10px 0 9px 3px;
	line-height: 120%;
}

div.update dd {
	margin: 0;
	padding: 10px 3px 9px 6.6em;
	border-bottom: 1px #c0c0c0 dotted;
	line-height: 120%;
}




/* --- 下層ページ --- */

#contentsTitle {
	width:100%;
	margin-top:200px;
	font-size:30px;
	text-align:center;
}

#contentsTitle .message {
	font-size:15px;
	line-height:1.6;
	margin-top:30px;
	
}


.crosshead {
	margin-top:40px;
}

.crosshead h3{
	font-size:18px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #cccccc;
	width:100%;
}

.crosshead p{
	font-size:14px;
	line-height:1.5;
	margin-left:20px;
}

.boxArea {
	padding-top:40px;
	max-width:980px;
	margin:0 auto;
}

.boxArea .box1 {
	display:block;
}

.boxArea .box2 {
	float:left;
	max-width:460px;
	height:auto;
	margin-right:60px;
	padding-top:40px;
	
}
.boxArea .box2:nth-child(2){
	margin-right:0;
}
.boxArea .box2 h3 {
	font-size:16px;
	font-weight:bold;
}

.boxArea .box2 p {
	font-size:13px;
	line-height:1.5;
}

.boxArea .box2 img {
	margin:10px 0 8px 0;
	max-width:100%;
	height:auto;
	line-height:0;
	font-size:0;
	
}

#contentsArea .bnrArea .bnr:nth-child(3){
	margin-right:0px;
}



#contentsArea .flowArea {
	margin-left:20px;
	width:100%;
	}

#contentsArea .flowArea .flow {
	float:left;
	max-width: 280px;
	height:auto;
	margin-right:40px;
	margin-top:40px;
	}

#contentsArea .flowArea .flow:nth-child(3) {
	margin-right:0px;
	}

#contentsArea .flowArea .flow dl {
	border-top:1px solid #ccc;
	margin:10px 0 0 0;
	}
	
#contentsArea .flowArea .flow dl dt img {
	line-height:0;
	font-size:0;
	width:100%;
	height:auto;
	padding-top:10px;
	}
	
#contentsArea .flowArea .flow dl dd {
	padding:10px 5px 10px 5px;
	line-height:1.4;
	font-size:12px;
	}



/* --- map --- */


/* --- 会社概要 --- */

table.company {
    width: 100%;
	height:auto;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 13px;
	line-height:1.5;
}
 
table.company th,
table.company td {
    padding: 10px;
}
 
table.company th {
    background: #716394;
    vertical-align: middle;
    text-align: left;
    width: 200px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
 
table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #716394;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px;
    }
}
 
table.company td {
    background: #f8f8f8;
    width: 980px;
    padding-left: 20px;
}








/* --- フッター --- */

footer {
	margin-top:80px;
	width:100%;
	text-align: center;
	background:#f3f3f3;
	height:100
}


/* --- サイトマップ --- */

footer .footerNav {
	font-size: 12px;
	padding-top:20px;
	position: relative; 
	overflow: hidden;
}

footer .footerNav ul {
	position: relative;
	left: 50%;
	float: left;
}

footer .footerNav ul li {
	padding: 0 8px 0 12px;
	border-left: 1px #000000 solid;
	position: relative;
	left: -50%;
	float: left;
	margin-top:10px;
}
footer .footerNav ul li.first {
	border-left: none;
}

footer .footerNav ul li a{
	text-decoration:none;
}

footer .copy {
	padding:20px 0;
	text-align:center;
	font-size:12px;
}







@media screen and (max-width: 980px) {
	article {
		padding: 0 30px;
	}
	.inner {
		width: 100%;
		padding: 0 20px;
	}
	#global-nav ul li a {
		padding: 0 20px;
	}
	#top-head.fixed #global-nav ul li a {
		padding: 0 15px;
	}
}


@media screen and (max-width: 768px) {
	#contentsArea .bnrArea .bnr{
		max-width:229px;
		
	}
	.boxArea .box2 {
	float:left;
	max-width:353px;
	height:auto;
	margin-right:60px;
	padding-top:40px;
	}
	
	#global-nav ul li a {
	color:#3D3D3D;
	padding: 0 7px;
}
}



@media screen and (max-width: 640px) {
	
	#social {
		position: absolute;
		z-index:1;
		}
	
	#main-visual {
		height: 250px;
		margin-top:129px;
	}

	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}


	#mobile-head {
		background: #fff;
		width: 100%;
		height: 60px;
		z-index: 999;
		position: relative;
		margin-top:67px;
	}
	#top-head.fixed .logo img,
	#top-head .logo img{
		position: absolute;
		left: 13px;
		top: 7px;
		width:120px;
		line-height:0;
		font-size:0;
	}

	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -500px;
		background: #b3b3b3;
		width: 100%;
		text-align: center;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 11px;
	}
	#global-nav ul li {
		float: none;
		position: static;
		border-bottom:1px solid #FFF;
	}
	
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px 0;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle  */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}



	/* #contentsArea　トップバナー並び */
	#contentsArea {
	width:100%;
	padding:0 5px 0 5px;
	margin-top:0px;
	}

	#contentsArea .bnrArea .bnr{
	width:100%;
	max-width: 100%;
	height: auto;
	}

	#contentsArea .bnrArea img {
	width:100%;
	max-width: 100%;
	height: auto;
	line-height:0;
	font-size:0;
}


.boxArea {
	padding-top:40px;
	max-width:980px;
	margin:0 auto;
	margin-left:10px;
}

.boxArea .box1 {
	display:block;
	padding:0 14px 0 5px;
}
	.boxArea .box2 {
	max-width:460px;
	height:auto;
	margin-right:0;
	padding-top:40px;
	
}



#contentsArea .flowArea .flow {
	max-width: 100%;
	height:auto;
	margin:40px 20px 0 -5px;
	}

#contentsArea .flowArea .flow dl dt img {

	max-width:100%;
	height:auto;
	}
#contentsArea .flowArea .flow:nth-child(3) {
	margin-right:20px;
	}

}
