
/* common */

	#logoimg {
		margin: 40px auto 20px;
	}

	.telimg {
		max-width: 70%;
	}

	@media (max-width: 767.98px) {
        .pc {
            display: none;
        }
		#logoimg {
			margin: 20px auto 10px;
		}
		.telimg {
			max-width: 100%;
			margin-bottom: 10px;
		}
    }
    @media (min-width: 768px) {
        .sp {
            display: none;
        }
    }

	#globalmenu {
		color: #1f4d6e;
		font-size: 1.1em;
		line-height: 2em;
	}

		#globalmenu a {
			color: #1f4d6e;
			font-weight: bold;
		}

	header a {
		color: white;
	}

	a {
		color: black;
	}

	a:hover {
		text-decoration: none;
	}

	h2 {

		color: white;
		background-color: #1f4d6e;

		-webkit-box-shadow: -25px 15px 0px 0px #434343;
		-moz-box-shadow:    -25px 15px 0px 0px #434343;
		box-shadow:         -25px 15px 0px 0px #434343;

		padding: 15px 25px;

		margin-top: 20px;
		margin-left: 25px;
		margin-bottom: 35px;
	}

	img.withshadow {
		-webkit-box-shadow: -25px 15px 0px 0px #434343;
		-moz-box-shadow:    -25px 15px 0px 0px #434343;
		box-shadow:         -25px 15px 0px 0px #434343;

		margin-bottom: 30px;
		margin-left: 25px;

		max-width: 90%;
	}

	.grayback {
		background-color: #e2e2e2;
	}

	.gmap {
		   margin-bottom: 25px;
		   position: relative;
		   padding-bottom: 56.25%;
		   padding-top: 30px;
		   height: 0;
		   overflow: hidden;
	   }

		   .gmap iframe,
		   .gmap object,
		   .gmap embed {
			   position: absolute;
			   top: 0;
			   left: 0;
			   width: 100%;
			   height: 100%;
		   }


	footer {
		background-color: #1f4e6c;

		border-bottom: solid 0px #434343;
	}

		footer p {
			margin: 30px auto;
			font-size: 1.1em;
			line-height: 2em;
		}

		footer p a {
			color: white;
		}

			footer p a:hover {
				color: white;
			}

			footer p a::before {
				content: '';
				display: inline-block;
				width: 1em;
				height: 1em;
				background-image: url("../img/common/footicon.png");
				background-size: contain;
				background-repeat: no-repeat;
				vertical-align: middle;
				margin-right: 0.5em;
				margin-top: -0.2em;
			}

/* recruit */

	.recruit {
		padding-bottom: 20px;
	}

		.recruit h3 {
			margin-top: 20px;
			border-left: solid 4px #1f4e6c;
			padding-left: 15px;
			margin-bottom: 20px;
		}

		.recruit h4 {
			font-size: 1.2em;
			font-weight: bold;
		}

		.recruit .item {
			_margin-bottom: 30px;
		}

/* recruit_detail */

	.recruit_detail h3 {
		font-size: 1.1em !important;
		text-align: center !important;
		background-color: #cfcfcf !important;
		padding: 5px !important;
		margin-bottom: 20px !important;
	}

	.recruit_detail p {
		/*text-align: center !important;*/
		margin-bottom: 30px !important;
	}


	.recruit_detail img {
		margin-bottom: 60px !important;
	}
	
/* アイキャッチ調整 */	
.thumb{
width:auto;
height:auto;
max-width:100%;
max-height:100%;
}

/* コンタクトフォーム７ */
.form-width { max-width: 100%;}

.cf7 {
	max-width: 100%;
	box-sizing: border-box;
}
.cf7 dt i {
	margin-right: .5em;
}
.cf7 dd {
	margin: 0 0 2vh 0;
}
.cf7 .rqd {
	color: #ff6666;
	font-size: .8em;
	margin-left: .5em;
}
.btn_cf7 {
	text-align: center;
}
.btn_cf7 input {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.cf7 dt {
	float: left;
	clear: left;
	width: 35%;
	padding: .5em 1em .5em 0;
	}
.cf7 dd {
	margin-left: 35%;
	}
	.cf7 .rqd {
	float: right;
	margin-left: 0;
	margin-top: .2em;
	}
	.btn_cf7 input {
	width: 70%;
}
}

/* フッター固定 */
.footer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
	z-index: 10000;
}
.footer_area .footer_area_inner {
    position: relative;
    margin: 0px auto;
	margin-right: 0px;
}
.footer_area .footer_area_inner .footer_area_inner_btn {
    padding: 11px 0;
    font-size: 20px;
    font-weight: bold;
	line-height: 1.3;
}
.inquiry_btn:link, .inquiry_btn:visited {
    color: #FFFFFF !important;
}
.footer_area_inner span{
	color: #fff;
}
.parent {
  overflow: hidden;
  
}
.child1 {
	opacity: 0.95;
	text-align: center;
	color: #ffffff;
	background-color: #ffffff;
  float: left;
  padding-top: 10px;
  width: 33.4%;
  height: 80px;
}

.child2 {
	opacity: 0.95;	
	text-align: center;
	color: #ffffff;	
	background-color: #ffffff;
  float: right;
   padding-top: 10px; 
  width: 33.3%;
  height: 80px;
}

.child3 {
	opacity: 0.95;	
	text-align: center;
	color: #ffffff;	
	background-color: #dad8d8;
  float: right;
   padding-top: 10px; 
  width: 33.3%;
  height: 80px;
}

a.l1 {
color:#ffffff;	
}
a.l1:visited{
color:#ffffff;		
}
a.l1:hover{
color:#ffffff;	
}
a.l1:active{
color:#ffffff;	
}

a.l2 {
color:#ffffff;	
}
a.l2:visited{
color:#ffffff;		
}
a.l2:hover{
color:#ffffff;	
}
a.l2:active{
color:#ffffff;	
}

a.l3 {
color:#ffffff;	
}
a.l3:visited{
color:#ffffff;		
}
a.l3:hover{
color:#ffffff;	
}
a.l3:active{
color:#ffffff;	
}


.margin20{
	margin-top:20px;
}

/* 事業内容 */
.h4{
	color: #1f4d6e;
margin-top: 15px;	
}

/* ▽▽ハンバーガーメニュー▽▽
------------------------------------------------------- */
ol, ul {
    list-style:none;
}
 
img {
    max-width: 100%;
    border: none;
    vertical-align: bottom;
}
 
/*ヘッダーエリア*/
header {
    background-color: #FFF;
    /* box-shadow */
    box-shadow:rgba(138, 138, 138, 0.2) 1px 1px 4px 0px;
    -webkit-box-shadow:rgba(138, 138, 138, 0.2) 1px 1px 4px 0px;
    -moz-box-shadow:rgba(138, 138, 138, 0.2) 1px 1px 4px 0px;
}
header:after {
    content: '';
    display: table;
    clear: both;
}
header h1 {
    padding-top: 5px;
    font-weight: normal;
    font-size: 11px;
    padding-left: 2%;
    padding-right: 2%;
}
header .logo {
    margin-left: 2%;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 76%;
    float: left;
}
 
header .button {
    display: none;
}
 
/*スマホ用メニューボタン*/
header .navOpen {
    width: 36px;
    height: 40px;
    float: right;
    margin-top: 7px;
    margin-right: 5%;
    margin-bottom: 5px;
    cursor: pointer;
    background:url(../images/menu.png) no-repeat 0 0;
    background-size: 72px;
}
/*スマホ用メニュー閉じるボタン*/
header .navClose {
    background-position: -36px 0; /*ボタンの画像切り替え*/
}
header .menu-sp {
    clear: both;
    position: relative;
}
header .menu-sp ul {
    width: 100%;
    position: absolute;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.9) ;
    border-bottom: 3px #ccc solid;
}
header .menu-sp li {
    line-height: 1.4;
    border-top: 1px #ccc solid;
}
header .menu-sp a {
    color: #777;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}
 
/*/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
メディアクエリによる切り替え
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
 
@media only screen and (min-width: 768px) {
    /* ヘッダーエリア*/
    header {
        min-width: 1000px;
    }
     
    header #header-area {
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
    header h1 {
        text-align: right;
    }
    header .logo {
        width: auto;
    }
    /*PC用ヘッダーボタン*/
    header .button {
        float: right;
        display: block;
        margin-top: 20px;
    }
    header .button ul {
    }
    header .button li {
        float: right;
        font-size: 12px;
        line-height: 1.4;
    }
    header .button a {
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 5px;
        padding-bottom: 7px;
        padding-left: 17px;
        padding-right: 10px;
        display: inline-block;
        border-radius: 5px;
        border: 1px solid #999;
        color: #666;
        background: url(../images/arrow1.png) no-repeat 6px center;
        background-size: 6px;
    }
    header .button a:hover {
        opacity: 0.7;
    }
    /*スマホ用メニューボタン非表示*/
    header .navOpen {
        display: none;
    }
}

/*スマホ用メニューボタン*/
header .navOpen {
width: 36px;
height: 40px;
float: right;
margin-top: 7px;
margin-right: 5%;
margin-bottom: 5px;
cursor: pointer;
background:url(../img/common/menu.png) no-repeat 0 0;
background-size: 72px; ←スマホ対応の為オリジナルの画像の二分の一のサイズを指定
}

/*スマホ用メニュー閉じるボタン*/
header .navClose {
background-position: -36px 0;
}
/* △△ハンバーガーメニュー△△
------------------------------------------------------- */

/*事業内容ボタン*/
.square_btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    border-radius: 3px;
    transition: .4s;
}

.square_btn:hover {
    background: #67c5ff;
    color: white;
}

/* 画像線
------------------------------------------------------- */
img.sen { border: 1px #A4A4A4 solid; }