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

body{color: #5a5a5a;}
a:link{ color:#5a5a5a;}
a:visited{ color:#5a5a5a;}
a:hover{ color:#5a5a5a;}
a:active{ color:#5a5a5a}

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

.pc {display: none;}

.drawer a {color: #fff;}

#title{margin: 0 10px;overflow: hidden;}

#title h1 {float: left; margin: 30px 0 0;}
	
#title ul{ float:right;display:none;}

#title li {display: inline-block;padding: 20px 10px 0;}


article #wrapper {width: 100%; margin:0; position:relative;}

article #wrapper p{
    position: absolute;
    bottom: 10px;
    color: #fff;
    background: rgba(34, 41, 46, 0.8);
    padding: 5px;
    line-height: 1.5;
}


nav {display: block;}

nav dl {
	margin: 0;
	text-align: center;
	border-top: 1px solid #ccc;
}

nav dl:first-child {border:none;}

nav dt {display: none;}

nav dd a{
	display:block;
	width:100%;
	line-height: 40px;

}

section h1 {
    font-size: 20px;
    margin: 10px 0 20px;
	color:#5a636a;
}

#message dl {margin: 5rem 0;}
#message dd {padding: 10px;box-sizing: border-box;}


.flexslider {margin:0;border:none;}
.flex-control-nav {bottom: 0px;}

#message table {
    width: 100%;
    text-align: center;
	vertical-align:middle;
}
#message th, #message td  { padding:10px 0; border: 1px solid #ddd; width: 100%;display: block; vertical-align:middle;}
#message th {
    background: #f4f4f4;
    width: 100%;
    text-align: center;
}

#title a,
#message table a,
#profile a{ color:#47acdc;}

#message table span  { font-size: 20px; line-height: 26px;color:#47acdc;}

#message table ul li {margin-right:10px; display:inline;}

#message p,#message table {line-height:1.8;}





#profile {padding: 25px 10px;}

#profile h1{text-align:center;padding: 30px 0 0;}

#profile dl {
	    width: 100%;
    line-height: 22px;
    font-size: 12px;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}
#profile dl:last-child{border:none;}

#profile dt {
	width: 100%;
	vertical-align: middle;
	font-weight: bold;
}
#profile dd {
	width: 100%;
	box-sizing: border-box;}

#profile table {
	width: 100%
}
#profile table th {
	width: 45px;
}
#profile table .d1 {
	width: 36px;
	text-align: right;
}

#profile .d2 {
	text-align: left;
	padding-left: 10px;
}

.button {
    position: relative;
    z-index: 2;
    border: 1px solid #5a636a;
    margin-top: 10px;
    color: #5a636a;
    line-height: 2.5rem;
    padding: 1rem;
    overflow: hidden;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.button::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}

.button:hover::after {
	background: #fff;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#top{
padding: 10px;
    box-sizing: border-box;
}

/* ウィンドウ幅が480px以上の場合に適用するCSS */
@media print, screen and ( min-width:740px ) {
.pc {display: block;}
header.pc {height:90px; padding:0;}
.sp {display: none;}


.gaiyo-nav{width: 1180px;}


#title{margin: 10px auto 0;}
#title h1{margin-top: 2px;font-size:24px;}

#title li {padding: 10px 10px 0;}

article #wrapper {width: 1180px; height:473px; margin:0 auto;}



#company_wrapper nav, section {width: 1180px;margin: 25px auto 50px;}

nav {display: flex;justify-content: space-between;}

nav dl {
	margin: 0;
	 border:none;
	box-sizing:border-box;
	width:19%;
}
nav dt {background: #fff; display:block;overflow: hidden; border-radius:5px;}

nav dt img {
	transition: all 0.2s linear;
	 border-radius:5px;
}

nav dt img:hover {
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1); //拡大倍率
	z-index: 9999;
}


nav dd {
	border: none;
    line-height: 0;
    margin: -10px 0 0;
    font-weight: bold;
	}


#message dl {margin:0;padding: 0 0 0;overflow:hidden;}
#message dl:nth-of-type(1){padding:5rem 0 0;}
#message dl:nth-of-type(1),
#message dl:nth-of-type(4) {
    /*background: #f1f2f2;*/
}


#message dl dd {height:442px;display:table;}

#message dl dd div {
	display: table-cell;
    vertical-align: middle;
    padding:0 30px;
}


#message .l_cont {
	float: left;
	width: 50%;
}
#message .r_cont {
	float: right;
	width: 50%;
}


#message table {
    width: 100%;
    text-align: left;
}
#message th, #message td {display: table-cell;padding:10px 10px;}

#message th {width: 30%;}

#message table ul li {margin-right:0; display:inherit;}

#profile {width: 800px; padding: 0 10px 0;}

#profile h1{padding: 30px 0 30px;}

#profile dl {
    width: 100%;
    font-size: 12px;
	padding:0;
    display: table;
    border-bottom: 1px solid #ddd;
}


#profile dt {
	width: 20%;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	border-top:none;
}
#profile dd {
	width: 80%;
	padding: 10px;
	display: table-cell;
}
#profile .d2 {
	text-align: left;
	text-indent: 10px;
}

#message table span  { font-size: 20px; line-height: 26px; color:#444;}

footer{border-top: none;ss}


#top{
width: 800px;
    padding: 0 10px 0;
}

#top h1{
text-align: center;
    padding: 30px 0 0;
}

}