@charset "UTF-8";

@media screen and (max-width: 999px) {


/****************************************

          General Setting

*****************************************/
  html {
    overflow: auto;
  }
  body {
    overflow: hidden;
  }
/****************************************

          Layout

*****************************************/
	.floatL {
		float:none;
	}
	.floatR {
		float:none;
	}
	.wrapper {
		margin: 0 auto;
		width: 100%;
	}
	img {
		width:100%;
	}
  .inner {
    width: 100%;
    padding: 0;
  }
	.pc-only {
		display: none!important;
	}
	.sp-only {
		display: block!important;
	}
	.pc-only01 {
		display: none!important;
	}
	.sp-only01 {
		display: inline!important;
	}
  .mb10 {margin-bottom:3%;}
  .mb35 {margin-bottom:5%;}
  .mb50 {margin-bottom:10%;}
  .mb65 {margin-bottom:15%;}
  .mb80 {margin-bottom:20%;}
  .anchorlink {
    position: relative;
    top: -70px;
    display: block;
  }
/****************************************

          common

*****************************************/

.logo img  {
  margin: : 0 auto;
  padding : 20px ;
  width: 420px;
}
/****************************************

          header gnav

*****************************************/

/*ヘッダーまわりはサイトに合わせて調整してください*/
header {
  padding:10px;
  background: #fff;
}

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
  float: right;
  padding: 20px
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

#nav {
  list-style: none;
  overflow: hidden;
  text-align: right;
  padding-top: 30px;
  position: relative;
  }

#nav li {
  text-align: right;
  background-color: #fff;
  display: block;
  height: 50px;
  line-height: 50px;
  border-bottom: solid 1px;
  margin: 0 10px;
  font-size: 1.3rem;
}

#nav li a {
  text-decoration: none;
  color: #333;
  padding: 5px;
}

/****************************************

	        contents

*****************************************/
.bg_img {
  height:50%;
    text-align:  center;    /* 文字中央寄せ */
    background-image: url(../images/ph_mainimage.jpg);    /* 背景画像指定 */
    background-size:  cover;                /* 画像のサイズ指定 */
	background-position: bottom right;
}

.section01 {
  background-color: #fafafa;
  padding: 30px
}

.sectionInner {
  width: auto;
}

.news {
  background-color: #fff;
  width: auto;
  float: none;
  margin: 0 auto;
  padding: 10px;
  line-height: 280%;
}

.news h3{
  border-bottom: solid 1px #333;
  font-weight: bold;
  font-size: 2.4rem;
}

.news h3 span{
  margin-left: 1em;
  font-weight: bold;
  font-size: 1.5rem;
}

.news dl {
  border-bottom: solid 2px #333;
}

.news dt {
  float: none;
  width: 100%;
  border-bottom: dotted 1px #333;
  font-size: 1.2rem;
  padding:2px;
}

.news dd {
  float: none;
  width:100%;
  border-bottom: solid 1px #333;
  font-size: 1.2rem;
  padding:2px;
}

.banner{
  width: 100%;
  float: none;
  padding-top: 30px;
  margin: 0 auto;
}

.section02 {
  width: 100%;
  margin: 0 auto;
}

.boxTxt {
    background-color: #fff;
    display: inline-block;
    margin:0 auto;
    padding: 10px;
    width: 90%;
    height: auto;
}

.contents{
  padding-top: 0px;
  margin: 0 auto;
  text-align: left;
}

.contents .left{
    margin-left: 0px;
    margin: 0 auto;
}

.contents .right{
    float: none;
    margin-right: 0px;
    margin: 0 auto;
}

h4{
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 150%;
  text-align: left;
  padding: 0 0 10px 0;
}

h4 span{
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0 0 10px 0;

}

p {
  font-size: 1rem;
  text-align: left;
}


.bg_img_01 {
    height: auto;
    width: 100%;
    background-image: none;    /* 背景画像指定 */
    background-position: right;
    background-size:  cover;      /* 画像のサイズ指定 */
}

.bg_img_02 {
    height: auto;
    width: 100%;
    background-image: none;    /* 背景画像指定 */
    background-position: right;
    background-size:  cover;                /* 画像のサイズ指定 */
}

.bg_img_03 {
    height: auto;
    width: 100%;
    background-image: none;    /* 背景画像指定 */
    background-size:  cover;                /* 画像のサイズ指定 */
}

.bg_img_04 {
    height: auto;
    width: 100%;
    background-image: none;    /* 背景画像指定 */
    background-size:  cover;                /* 画像のサイズ指定 */
}

.bg_img_05 {
    height: auto;
    width: 100%;
    background-image: none;    /* 背景画像指定 */
    background-size:  cover;                /* 画像のサイズ指定 */
}

.section03{
  padding: 0 20px;
  background-color: #fafafa;
}
/****************************************

          Footer

*****************************************/
footer{
  padding: 0px;
  background-color: #fff;
}

.NavBg {
  background-color: #0075A9;
  }

#footerNav {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  list-style: none;
  overflow: hidden;
  }

#footerNav li {
  text-align: center;
  display: inline-block;
  padding: 0;
  font-size: 1rem;
}

#footerNav li a {
  border-right:none
  solid #0075A9;
  text-decoration: none;
  color: #fff;
  padding: 0 20px;
}

#footerNav li:last-child a{
  border:none;
}

.copyright{
  text-align: center;
  padding: 0px;
}

footer p{
  font-size: 1rem;
  text-align: center;
  padding-bottom: 10px;
}
	
	
	
	
	/* 下層ページ */
#under-page { background: #fafafa;}
#under-page .head { background: url(../images/under_bg.png) no-repeat center; background-size: cover; text-align: center; color: #FFFFFF; padding: 50px 0;}
#under-page .head h2 { font-size: 2rem; font-weight: bold; text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);}
#under-page .head h2 span { font-size: 1.2rem; display: inline-block; margin-top: 1em; font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";}
#under-page h3 { color: #5c5c5c; font-size: 2.2rem; text-align: center; font-weight: bold; margin-bottom: 1.3em;}
#under-page p { line-height: 2.2em;}
#under-page {}
.body-01 { background: url(../images/body_bg.png); background-size: 1280px; padding: 40px 0;}
.body-01 .inner { width: 90%;}
.body-01 .inner .box { background: #FFFFFF; box-sizing: border-box; padding: 25px; margin-bottom: 50px; box-shadow: 0px 2px 1px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 2px 1px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 2px 1px rgba(0,0,0,0.3);}
.body-01 .inner .box .left { width: 70%; float: none; text-align: center; margin: 0 auto; padding-bottom: 20px;}
.body-01 .inner .box .left .position { font-weight: bold; margin-bottom: 10px; line-height: 1.6em !important;}
.body-01 .inner .box .left .name {}
.body-01 .inner .box .left .name span { font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"; font-size: 2rem; font-weight: bold; margin-left: 0.7em;}
.body-01 .inner .box .left img { width: 100%; height: auto; display: inline-block;}
.body-01 .inner .box .right { width: 100%; float: right; text-align: justify; font-size: 1.2rem;}
.body-01 .inner .box:last-child { margin-bottom: 0;}
.body-02 { padding: 80px 0;}
.body-02 .inner { width: 90%;}
.body-02 .inner .box { background: #FFFFFF; box-sizing: border-box; padding: 25px; margin-bottom: 50px; box-shadow: 0px 2px 1px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 2px 1px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 2px 1px rgba(0,0,0,0.3);}
.body-02 .inner .box .left { width: 100%; float: none; text-align: center;}
.body-02 .inner .box .left .position { font-weight: bold; margin-bottom: 10px;}
.body-02 .inner .box .left .name { text-align: right;}
.body-02 .inner .box .left .name span { font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"; font-size: 2rem; font-weight: bold; margin-left: 0.7em;}
.body-02 .inner .box .left img { width: 70%; height: auto;}
.body-02 .inner .box .right { width: 100%; float: none; text-align: justify;}
.body-02 .inner .box .right p { margin-bottom: 1em;}
.body-02 .inner .box .right p:last-child { margin-bottom: 0;}
.body-02 .inner .box:last-child { margin-bottom: 0;}


/* ABOUT */
.about {}
.about iframe { width: 100%; height: 350px;}
.about .right p { font-size: 1.2rem; text-align: justify;}
	.about table { font-size: 1.3rem;}	
.about table th { vertical-align: top; text-align: center; display: block; width: 100%; box-sizing: border-box; padding-bottom: 0; padding-top: 10px; font-weight: bold;}
	.about table th img { width: 70%; height: auto;}
.about table td { padding: 0.3 0 2em 0; vertical-align: top; display: block; width: 100%; box-sizing: border-box;}
.about dl { margin-bottom: 30px; font-size: 1.3rem;}
.about dt { font-weight: bold; margin-bottom: 0.5em;}
.about dd { line-height: 1.8em; margin-left: -8px;}
.about .box dl:last-child { margin-bottom: 0;}


/* CONTACT */
.contact {}
.contact .body-01 {}
.contact .body-01 .box { text-align: center; padding: 50px 0;}
.contact .body-01 .box dl { background: url(../images/contact_icon.png) no-repeat left; background-size: contain; display: inline-block; text-align: left; padding-left: 70px;}
.contact .body-01 .box dt { font-weight: bold; font-size: 2.1rem; margin-bottom: 10px; padding-top: 8px;}
.contact .body-01 .box dd { padding-left: 8px; font-size: 1.3rem;}
.contact .body-01 .box dl a { color: #000000;}
.contact .body-02 .box { padding: 20px;}
.contact .body-02 table {}
.contact .body-02 table th { text-align: left; font-weight: bold; padding: 10px 0; vertical-align: middle; border-spacing: 5px !important; width: 100%; display: block; box-sizing: border-box;}
.contact .body-02 table th span { font-size: 1.1rem; color: #f13535; display: inline-block;}
.contact .body-02 table td { border-left: none; padding: 5px 0 10px; vertical-align: middle; font-size: 1.2rem; line-height: 2em; border-spacing: 5px !important; border-collapse: separate; width: 100%; display: block; box-sizing: border-box;}
.contact .body-02 .send { text-align: center; padding-top: 40px;}
.contact .body-02 input[type="text"] { background: #fafafa; padding: 5px; width: 85%; border: solid 1px #e5e5e5; box-sizing: border-box;}
.contact .body-02 input[type="email"] { background: #fafafa; padding: 5px; width: 55%; border: solid 1px #e5e5e5; box-sizing: border-box;}
.contact .body-02 textarea { background: #fafafa; padding: 5px; border: solid 1px #e5e5e5; box-sizing: border-box; width: 90%;}
.contact .body-02 input[type="submit"] { background: #1b1b1b; border: none; width: 250px; text-align: center; color: #FFFFFF; padding: 15px 0;  border-collapse: separate; margin: 0 5px;}
.contact .body-02 input[type="button"] { background: #3D3D3D; border: none; width: 250px; text-align: center; color: #FFFFFF; padding: 15px 0;  border-collapse: separate; margin: 0 5px;}
.contact .body-02 table td {}
.contact .body-02 table td {}
span.wpcf7-list-item {
display: block!important;
}

/* service */
.service {}
.service .body-01 .box { text-align: center; padding: 30px;}
.service .body-01 .box h3 { font-weight: normal !important; color: #000000 !important;}
.service .body-01 .box p { display: inline-block; text-align: left; margin-bottom: 30px;}
.service .body-01 .box img { width: 100%; height: auto;}
.service .body-02 {}
.service .body-02 h4 { color: #0075a9; font-size: 2rem; border-left: solid 1px #0075a9; padding: 0 ; padding-left: 0.7em; margin-bottom: 1em;}
.service .body-02 .box-service { background: #FFFFFF; border: solid 1px #dcdcdc; margin-bottom: 50px;}
.service .body-02 .box-service:last-child { margin-bottom: 0;}
.service .body-02 .box-service .head-area { background: #f8fafa; position: relative; height: 120px;}
.service .body-02 .box-service .head-area .ribbon { position: absolute; top: 0; left: 30px;}
.service .body-02 .box-service .head-area .ribbon img { width: 50px; height: auto;}
.service .body-02 .box-service .head-area .title { font-weight: bold; font-size: 1.7rem; position: relative; top: 50px; left: 30px; box-sizing: border-box; padding-right: 30px; padding-bottom: 30px;}
.service .body-02 .box-service .body-area { box-sizing: border-box; padding: 35px;}
.service .body-02 .box-service .body-area ul { padding-bottom: 30px;}
.service .body-02 .box-service .body-area ul li { color: #000000 !important; font-size: 1.3rem; margin: 5px 0;}
.service .body-02 .box-service .body-area .flex { display: block; justify-content:center; margin-bottom: 30px;}
.service .body-02 .box-service .body-area .icon { display: block; width: 100%; vertical-align: middle; text-align: center;}
.service .body-02 .box-service .body-area .icon img { width: 30%; height: auto; display: inline-block; margin-bottom: 15px;}
.service .body-02 .box-service .body-area .text { display: inline-block; background: #f9f9f9; border: dashed 1px #a0a0a0; width: 100%;  vertical-align: middle; box-sizing: border-box; margin-left: 2%; border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */ padding: 10px; font-size: 1.3rem; box-sizing: border-box;}
.service .body-02 .box-service .body-area h5 { color: #0075a9; font-size: 1.8rem; font-weight: bold; background: url(../images/service_img_03.png) no-repeat bottom left; padding: 20px 0 15px 10px; background-size: contain; margin-bottom: 20px;}
.service .body-02 .box-service .body-area dl { padding-left: 0; font-size: 1.3rem;}
.service .body-02 .box-service .body-area dt { line-height: 1.8em;}
.service .body-02 .box-service .body-area dd { padding-left: 0; line-height: 1.8em;}


/* RECRUIT */
.recruit .head {}
.recruit .body-01 .box { text-align: center; padding: 60px 0;}
.recruit .body-01 .box h3 { color: #000000 !important; font-size: 2.4rem;}

.recruit .body-01 .box img { width: 70%; height: auto;}
.recruit .body-01 .box p { margin: 0 auto; width: 75%; margin-top:40px; text-align: left;}
.recruit .body-02 .box {}
.recruit .body-02 .box h4 {
  margin-bottom:20px;
}
  /* アコーディオン */
.accordion { text-align: center;margin-bottom:60px;}
.accordion .inner {display: none; padding: 0 2.5%;}
.accordion p{ cursor: pointer; padding: 10px;}
.accordion p.ac1{ background: #000;font-size:1.4rem;color:#fff;width:210px;margin:0 auto;border-radius: 50px;	-webkit-border-radius: 50px;	-moz-border-radius: 50px; text-align: center;}
.accordion .inner li{ padding: 30px 0;  box-sizing: border-box;}
.accordion .inner li.content1{ text-align: justify; width: 100%;}
.accordion .inner li.content1 dt {font-size:1.6rem;font-weight: bold;margin-bottom:20px;}
.accordion .inner li.content1 dd {font-size:1.3rem;line-height: 2.4em;margin-bottom:30px;}

	
	

}/**@media**/

@media screen and (max-width: 420px) {
  .logo  {
    text-align: center;
  }

  .logo img  {
    margin: 10px 0 5px 0;
    padding : 0 5%;
    width: 70%;
  }
}
