@charset "UTF-8";
/*　index以外の各ページ用　*/

/* ***********************************************************************************
各ページのheader設定ここから
*********************************************************************************** */






/* ***********************************************************************************
各ページのheader設定ここまで
*********************************************************************************** */
#pageheadIMG{
	width: auto;
	height: auto;
	max-height: 200px;
	background-color: #008C5E;
	text-align: center;
}
#pageheadIMG img{
	margin-top: 0;
	padding-top: 0;
	width: 100%;
	max-width: 1000px;
}
#pageheadEnd{
	width: 100%;
	background-color: #E6E7E7;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#pageheadEnd h1{
	max-width: 1000px;
	text-align: left;
	font-weight: normal;
	margin-left: auto;
	margin-right: auto;
	color: #999;
}

/* group.html、INFO.html、recruit*/
dl{
	width:100%;
	max-width: 1000px;
	clear: both;
}

dl.line{
	border-bottom: 1px #CCC solid;
}
dt{
	float: left;
	font-weight: bold;
	width: 25%;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 2%;
}
dd{
	float: left;
	width: 73%;
	padding-bottom: 5px;
	padding-top: 5px;
}
dd img{
	width: 100%;
	max-width: 500px;
}




/* 均等2分割　info.html*/
ul.block2{
	width: 100%;
	max-width: 1000px;
	clear: both;
}

ul.block2 li img{
	width: 100%;

}
ul.block2 li:last-child{
	padding-right: 0;
}

/* 4分割縦揃え　group.html　*/
.box{
	width:100%;
	height:auto;
	clear:both;
	margin-left:0px;
	margin-bottom:30px;

    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	}

.box ul.group{
	width: 25%;
	min-width: 230px;
	float: left;
	border: 1px #DDD solid;
	box-sizing: border-box;
	padding: 2%;
	margin-bottom: 30px;
	text-align: center;
}

.box ul.group li{
	padding-bottom: 5px;
	text-align: left;
}
.box ul.group li.name{
	font-weight: bold;
}
.box ul.group li.img{
	text-align: center;
}
.box ul.group .img img{
	width: 100%;
}
.box ul.group li.hp a:before{
	content: url(../images/common/external-link2.png);
	display: inline;
	padding-right: 5px;

}

/* info.html */
/* 会員権紹介　*/
#syoukai{
	background-color: #E6E7E7;
	border:1px #CCC solid;
	border-collapse: collapse;
	box-sizing: border-box;
	padding: 20px;
}
#syoukai h1{
	min-height: 100px;
	text-align: center;
	font-size: 2.5em;
	line-height: 100%;
	font-weight: normal;
	background-image:  url( ../images/arrow.png);
	background-position: right;
	background-repeat: no-repeat;
	color: #FFF;
	padding-right: 50px;
	text-shadow:0px 0px 8px #666;
}

#syoukai h1 span{
	font-size: 0.5em;
	color: #6CA89D;
	text-shadow:none;
	font-weight: bold;
}
#syoukai h2{
	text-align: center;
	font-size: 1.5em;
}
#syoukai h3 span{
	font-size: 0.8em;
	color: #666;
}
#syoukai a{
	text-decoration: none!important;
}
#syoukai .bgW{
	background-color:#FFF;
	padding: 20px;
	margin-bottom: 20px;

}

#mtokuten0 {
	width: 100%;
	height: auto;
/*	background-color: #6CA89D;*/
	padding: 30px 20px 0px;
	text-align: center;
	box-sizing: border-box;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#mtokuten0 dl{
	float: left;
	display: inline-block;
	background-color: #E6E7E7;
	border: 2px solid #6CA89D;
	clear: none;
	box-sizing: border-box;
	margin-left: 10px;
	margin-bottom: 10px;
	border-radius: 15px;
	/*
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	*/
}
#mtokuten0 dt{
	width: 100%;
	background-color: #044B3D;
	box-sizing: border-box;
	color: #FFF;
	text-align: center;
	padding: 10px;
	font-size: 1.4em;
	border-top-right-radius: 13px;
	border-top-left-radius: 13px;

}
#mtokuten0 dd{
	width: 100%;
	color: #666;
	padding: 20px;
	box-sizing: border-box;
	text-align: left;
}
#mtokuten0 dd p{
	width: 100%;
}

#mtokuten {
	width: 100%;
	height: auto;
	background-color: #6CA89D;
	padding: 30px 20px;
	text-align: center;
	box-sizing: border-box;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#mtokuten dl{
	float: left;
	display: inline-block;
	background-color: #FFF;
	border: 2px solid #6CA89D;
	clear: none;
	box-sizing: border-box;
	margin-left: 10px;
}

#mtokuten dt{
	width: 100%;
	background-color: #044B3D;
	box-sizing: border-box;
	color: #FFF;
	text-align: center;
}
#mtokuten dd{
	width: 100%;
	color: #666;
	padding: 10px;
	box-sizing: border-box;
	text-align: left;
}


/*　notice_inspection.html　*/
.notice_inspection #wrapparContents{
	max-width: 850px;
}

.notice_inspection .ta_right{
text-align: right;
}

.notice_inspection .pb30{
	padding-bottom: 30px;
}
.notice_inspection .pt10{
	padding-top: 10px;
}

.notice_inspection .large{
	font-size: 1.1em;;
}

.notice_inspection dt{
width: 40%;
}

.notice_inspection dd{
	width: 50%;
}

.notice_inspection ul li{
	padding-bottom: 10px;
	padding-left:1em;
}

.notice_inspection ul.indent li{
	padding-left:1.8em;
	text-indent:-1em;
}




/* ＝＝PC＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
@media screen and (min-width: 769px){

#wrapparTOP {
	width: auto;
	height:80px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 80px;
	background-color:#00493A ;
}

/* 均等2分割　info.html*/
ul.block2 li{
	width: 48%;
	float: left;
	padding-right: 20px;
}


/* info.html */
#mtokuten0 dl{
	width: 48%;
	}
#mtokuten dl{
	width: 48%;
}

/*　求人系ページ　*/
dd .zuTOphoto img.map{
	width: 70%;
	max-width: 500px;
	padding-right: 5%;
}
dd .zuTOphoto img.photo{
	width: 25%;
	max-width: 300px;
	padding-bottom: 1%;
}



}/*　@media　*/

/* ＝＝タブレット＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width: 641px) and (max-width: 768px){

#wrapparTOP {
		width: auto;
		height:0px!important;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
		padding-top: 0px!important;
/*		background-color:#00493A ;*/
		background-color:#FFF!important;
	}
/*　group.html　*/
.box ul.group{
	width: 33%!important;
	min-width: 220px;
	float: left;
	border: 1px #DDD solid;
	box-sizing: border-box;
	padding: 2%;
	margin-bottom: 30px;
}

/* 均等2分割　info.html*/
ul.block2 li{
	width: 100%!important;
	float: none!important;
	padding-right: 0px;
}
/* info.html*/
#mtokuten0 dl{
	width: 100%;
	}
}/*　@media　*/

/* ＝＝SP＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
@media screen and (max-width: 640px) {

#wrapparTOP {
		width: auto;
		height:0px!important;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
		padding-top: 0px!important;
		background-color: #FFF!important;
	}

#pageheadIMG{
	display: none;
}
#pageheadIMG img{
	display: none;
}


/* 均等2分割　info.html*/
ul.block2 li{
	width: 100%!important;
	float: none!important;
	padding-left: 5px;
}
ul.block2 li p{
	width: 95%;
}

/*  info.html */
#syoukai h2{
	font-size: 1.2em!important;
}
#syoukai h3 span{
	display: block;

}
#mtokuten0 dl{
	width: 100%;
	float: none;
	margin-left: 0px;
	margin-bottom: 30px;
	}


#mtokuten {
	padding: 30px 20px 0px 20px;
	}
#mtokuten dl{
	width: 100%;
	float: none;
	margin-left: 0px;
	margin-bottom: 30px!important;
}


/*　group.html　*/
.box ul.group{
	width: 90%!important;
	min-width: 220px;
	float: none!important;
	border: 1px #DDD solid;
	box-sizing: border-box;
	padding: 2%;
	margin-bottom: 30px;
}


/*　notice_inspection.html　*/
.notice_inspection dt{
width: 100%;
}

.notice_inspection dd{
	width: 100%;
	padding-left: 2%;
	}


}/*　@media　*/



/*--- link button style base ---*/
.linkbtn {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	font-size: 3rem;
}
.linkbtn:hover {
	border: solid 1px;
}
.linkbtn::before, .linkbtn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.linkbtn, .linkbtn::before, .linkbtn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.linkbtn.app {
	width: 90%;
	height: 100px;
	border: solid 1px #FFFFFF;
	font-size: 2rem;
	text-decoration:none !important;
	color: #FFFFFF !important;
	
	background: #1fa7b5; /* Old browsers */
	background: -moz-linear-gradient(top, #1fa7b5 0%, #0c626b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1fa7b5 0%,#0c626b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1fa7b5 0%,#0c626b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fa7b5', endColorstr='#0c626b',GradientType=0 ); /* IE6-9 */
}
.linkbtn.app:hover {
	border-color: #78dbe5;
	color: #FFFFFF !important;
	text-decoration:none !important;
	
	background: #0c626b; /* Old browsers */
	background: -moz-linear-gradient(top, #0c626b 0%, #1fa7b5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0c626b 0%, #1fa7b5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0c626b 0%,#1fa7b5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c626b', endColorstr='#1fa7b5',GradientType=0 ); /* IE6-9 */
}
