@charset "utf-8";
/* CSS Document */
@import url("style.css");
* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
}
#wrap {
  width: 100%;
}
.wrapper {
  width: 100%;
}
p {
  font-size: 15px;
  line-height: 1.7;
}
img {
  width: 100%;
  display: block;
}
#menubar01 {
  display: none;
}
/* ===================
 ヘッダー関連
====================== */
#header {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: fixed;
  z-index: 5000;
  background-color: #FFF;
  top: 0;
  padding: 10px 10px 5px;
  height: 58px;
}
.head-wrap {
  display: none;
}
.head-logo img {
  display: block;
  width: 100%;
  max-width: 200px;
  padding-top:0px;
}
/*下層ページ用ヘッダー*/
.head-logo-color {
  
}
.head-logo-color img {
  display: block;
  width: 100%;
  max-width: 235px;
}
.page-header {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
}
/* ===================
 ハンバーガー
====================== */
#hamburger {
  width: 15%;
  display: block;
  margin: 0px 0 0 0px;
  z-index: 2000;
}
#hamburger ul {
  height: 100vh;
  overflow: scroll;
  -webkit-overflow-scrolling: 100%;
	
}
.inmenu input {
  display: none;
}
button {
  border: none;
  background: none;
  outline: none;
}
a:hover, a img:hover, label img:hover {
  opacity: 0.8;
}
.inmenu input {
  display: none;
}
button {
  border: none;
  background: none;
  outline: none;
}
a:hover, a img:hover, label img:hover {
  opacity: 0.8;
}
.inmenu, .inmenu span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
}
.inmenu {
  position: fixed;
  top: 0px;
  right: 0px;
  height: 58px;
  z-index: 10;
  width: 58px;
  /*長さ*/
  background-color: #0081b1;
}
.inmenu span {
  position: absolute;
  left: 11px;
  width: 100%;
  height: 2px;
  z-index: 10;
}
.inmenu span:nth-of-type(1) {
top: 38px;
background-color: #fff;
width: 35.5px;
}
.inmenu span:nth-of-type(2) {
top: 28px;
background-color: #fff;
width: 35.5px;
}
.inmenu span:nth-of-type(3) {
bottom: 38px;
background-color: #fff;
width: 35.5px;
}
.inmenu.active span:nth-of-type(1) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
.inmenu.active span:nth-of-type(2) {
  opacity: 0;
}
.inmenu.active span:nth-of-type(3) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
/*------*/
.hammenu {
  /*background-color: #0081B1;
  height: 68px;
  width: 68px;
  margin-top: 0em;
  /*position: absolute;*/
  /*z-index: 1000;
  right: 0px;
  top: 0px;
  color: #fff;
  font-size: 12px;*/
}
.menu_text {
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: 20%;
}
/*------*/
#nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.95);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  margin-top: 70px;
  /*  padding-top: 80px;*/}
#nav.active .head-link {
  width: 90%;
  margin: 0 auto;
}
.head-link {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.head-link a {
	width:90%;
  display: block;
  padding: 10px 5px;
  background-color: #0081B1;
  color: #fff;
  font-size: 22px;
  margin: 0.5em;
}
#nav.active {
  right: 0;
  opacity: 1;
  height: 100vh;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  margin-top: 58px;
	overflow:auto;
-webkit-overflow-scrolling: touch;
  /*  padding-top: 80px;*/
}
#nav ul {
  padding: 30px 0 10em 0px;
	
}
#nav ul li {
  list-style-type: none;
}
#nav ul li a {
  display: block;
  padding: 0.5em;
  transition: all 0.2s ease-in-out;
  text-align: left;
  text-decoration: none;
  color: #515151;
  list-style-type: none;
  font-size: 17px;
font-weight: bold;
}
ul.dl-menu {
  padding: 0px;
  margin: 0px 0 0 0;
  width: 100%;
  height: 100%;
}
ul.dl-menu li {
  list-style-type: none;
  /*float: left;*/
  width: 95%;
  border-bottom: dotted 1px #89898a;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-top: 20px;
}
ul.dl-menu li {
  margin-top: 10px;
}
ul.dl-menu li {
  margin-right: 8px;
  margin-left: 8px;
  padding: 0.1em;
}
.accbox {
  margin: 0;
  padding: 0.5em;
  width: 100%;
}
/*ラベル*/
.accbox label {
  padding: 0.5em;
  color: #515151;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 17px;
  line-height: 20px;
  display: block;
  text-align: left;
font-weight: bold;
}
/*ラベルホバー時*/
.accbox label:hover {
  background-color: #fff
}
/*チェックは隠す*/
.accbox input {
  display: none;
}
/*中身を非表示にしておく*/
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
/*クリックで中身表示*/
.cssacc:checked + .accshow {
  height: auto;
  padding: 5px;
  opacity: 1;
}
#sample01 {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}
#sample01 p {
  text-align: left;
  font-size: 15px;
  color: #fff;
  margin: 2px 0;
  border-left: solid #007EA8 5px;
}
#sample01 a {
  list-style-type: none;
  width: 100%;
  margin: 5px 0;
  padding: 2px 0;
  border-left: none;
  font-size: 14px;
  background-color: #fff;
}
#sample01 p:nth-child(2) {
  margin: 2px
}
.locked {
  overflow-y: hidden;
}
/*-----hamburger_set_end-----*/
/* ===================
ブロック要素
====================== */
.lay-block {
  width: 100%;
  background-color: #FFF;
}
.lay-block-11 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.lay-block-12 {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.lay-block-top {
  width: 100%;
  position: relative;
  text-align: center;
  padding-top: 2em;
}
.lay-block-page {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding-top: 2rem;
}
.lay-block-bottom {
  width: 100%;
  background-color: #0081B1;
margin-top: 3em;
}
/* ===================
 見出し
====================== */
.content-ttl {}
.content-ttl h2 {
  font-family: 'Jost', sans-serif;
  padding: 1.5em 0.5em 0;
  font-size: 32px;
}
/* ===================
 ボタン
====================== */
.btn {
  width: 15%;
  display: inline-block;
  padding: 0.5em;
  font-weight: 400;
  align-items: center;
  text-decoration: none !important;
  font-size: 1.5rem;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  text-align: center;
  background-color: #1470a9;
  margin: 1em;
  border-radius: 10px;
}
.btn a {
  color: #fff !important;
  font-size: 1.5rem;
}
.btn:hover {
  opacity: 0.8;
}
.btn-box {
  width: 100%;
  text-align: center;
}
/* ===================
 フッターのリスト
====================== */
.footer-box {
width: 100%;
margin: 0 auto;
padding: 0 1em;
}

.footer-link {
width: 100%;
display: flex;
flex-wrap: wrap;
padding: 0;
margin-top:1em;
}

.foot-contact-box {
width:100%;
/*display: flex;*/
align-items: center;
margin: 0em auto;
text-align: center;
background-color: #0081B1;
padding:0.5em 0.5em 1em 0.5em;
}

.contact-txt {
width: 85%;
text-align: left;
color:#FFF;
margin:0 auto;
padding-top: 1.8em;
}

.contact-btn-box {
width: 100%;
max-width: 280px;
margin:0 auto;
padding-top: 0.5em;
}

.tel-info {
font-size: 18px;
color:#FFF;
padding-bottom:1em;
}

.tel-number {
font-size: 24px;
font-weight: bold;

}

.tel-number a{
color:#FFF;
}

.zip-code{
color:#FFF;
}

.address{
color:#FFF;
}

.okigaru{
font-size: 17px;
color:#FFF;
font-feature-settings: "palt";
}



.contact-btn {
  color: #fff;
  background-color: #d0962d;
  padding: 10px;
  display: block;
  text-align: center;
  margin-bottom: 2em;
	margin:0 auto;
}
.contact-btn a {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.contact-btn a:hover {
  opacity: 0.8;
}

.tel-number a{
  color:#FFF;
}

.fax-info {
  font-size: 14px;
}
.fax-number {
  font-size: 0.8em;
  margin-bottom: 10px;
}

.fax-number a{
  color:#FFF;
}



.link-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.link-wrap:nth-child(1) {
  width: 90%;
  margin: 0 0 0 20%;
  text-align: center;
}
.link-wrap:nth-child(2) {
  width: 100%;
}
.link-wrap:nth-child(2) a {
  color: #fff!important;
}
.link-wrap:nth-child(3) {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
	color: #fff!important;
}

.link-wrap:nth-child(3) a{
	color: #fff!important;
}


.link-wrap a {
  display: flex;
  font-size: 14px;
  padding: 10px;
	align-items: center; /* 垂直方向の指定*/
	justify-content: center;
  
}
.logo-white img {
  width: 100%;
  padding:0 0 0 0;
  display: block;
}
.link-wrap-bnr {
  width: 68%;
  max-width: 300px;
  margin: 5% auto 15%;
}
.link-wrap-box {
  width: 80%;
  background-color: #d0962d;
  padding: 10px;
  text-align: center;
  margin: 20px 0;
  color: #FFF;
}

.linkwrapbtn a{
   color: #FFF!important;
}


.link-wrap-box-none {
  width: 85%;
  margin: 0 auto;
  display: block;
  margin: 10px 10px 10px -8px;
}


.linkwraptex-strong{
	margin:1em 0 0 0;
	font-size:20px;
	color:#FFF;
	line-height: 160%;
}

.linkwraptex-strong a{
	color:#FFF;
}

.linkwraptex01{
	font-size:15px;
	color:#FFF;
	aline-height: 160%;
	
}

.linkwrapbtn {
 width: 80%;
 height:10vh;
  background-color: #d0962d;
  padding: 0px;
  text-align: center;
  margin: 20px 20px 0px 0px;
  color: #FFF;
	display: flex;
	align-items: center; /* 垂直方向の指定*/
	font-size:18px!important;
}





.copy {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin: 3em 0 1em 0;
  padding: 20px 0;
  padding-bottom: 4px;
}
/* ===================
 ニュース
====================== */
.news-wrap {
  width: 100%;
  padding:1em 0 0 0;
}
.news-ttl {
  padding: 0 1em;
  margin-bottom: 1em;
}
.news-ttl h2 {
  font-family: 'Jost', sans-serif;
  color: #fff;
  font-size: 30px;
}
.news-box {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  padding-bottom: 2em;
}

.news-area {
width: 90%;
max-width: 1200px;
margin:0 auto;
margin-top: 0.7em;
max-height:350px;
overflow:auto;
border:#d5d5d5 solid 1px;
}


/*news のtable*/
table.table-news {
  width: 100%;
  text-align: left;
  border-collapse: separate;
  border-spacing: 10px;
  margin: 0 auto 2em;
  padding: 0 1em;
}
table.table-news th {
  font-size: 16px;
  padding: 1em 0 0 0;
  line-height: 180%;
  text-align: left;
  vertical-align: top;
  color: #000;
  font-weight: normal;
  width: 100%;
  display: block;
}
table.table-news td {
  font-size: 16px;
  padding: 0;
  border-bottom: 1px #89898A solid;
  line-height: 180%;
  text-align: left;
  vertical-align: middle;
  word-break: break-all;
  width: 100%;
  display: block;
}
table.table-news tr th a, table.table-news tr td a {
  text-decoration: none;
  color: #333;
}


  .form-table {
    width: 100%;
    margin: 0px auto;
    border-collapse: separate;
    border-spacing: 5px;
    padding: 0 0;
  }
  .form-table th {
	display: block;
    padding:0.5em;
    line-height: 180%;
    text-align: left;
    vertical-align: middle;
  background-color: #F8F8F8;
  border: 1px #666 solid;
  border-width: 0 0px 1px 5px;
  font-size:16px;
  }
  .form-table td {
	display: block;
    padding: 0.5em 0;
    line-height: 180%;
    text-align: left;
    vertical-align: top;
    color: #222;
	 border: 1px #CCC solid;
  border-width: 0 0px 1px 0px;
	  font-size:16px;
  }

.hissu {
  text-align: center;
  font-size: 12px;
  line-height: 140%;
  color: #FFF;
  background-color: #D8070B;
  display: inline-block;
  padding: 5px;
  margin: 0px 0 0 10px;
}

.news-archive {
  color: #000;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  width: 100%;
min-width: 220px;
max-width: 240px;
  text-align: center;
  border:#000 solid 1px;
margin-top: 25px;
}
.news-archive a {
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
}
.news-archive a:hover {
color: #FFFFFF;
font-weight: bold;
opacity: 1.0;
}
.news-archive:hover {
background-color: #0081b1;
border:#0081b1 solid 1px;
}
/* ===================
 グーグルマップ
====================== */
.access-wrap {
  width: 100%;
  margin: 0 auto 3em;
}
.access-wrap p {
  display: none;
}
.map-box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.gmap {
  max-width: 1100px;
  width: 100%;
  height: 380px;
  position: relative;
  margin: 0 auto;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/*=================
 ページトップへ
====================== */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  background: #2ea8e1;
  opacity: 0.8;
  border-radius: 50%;
z-index: 5000;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: FontAwesome;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 40px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


  .consent-btn {
    color: #222;
    border: 1px solid #CCC;
	background-color: #EEE;
    padding:0;
    border-radius: 30px;
    width: 90%;
    margin: 10px auto;
	font-weight: bold;
	font-size:17px;
	  display: flex;
  justify-content: center;
  align-items: center;
	  height:8vh;
	  cursor: pointer;
  }




/*==================================================
** 中央電設
==================================================*/


.sliderArea{
	padding:0;
	margin-top:-1em;
}


.bg-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  font-size: 1.6rem;
  position: relative;
  background-position: top;
  background-size: 100% auto;
  padding-top: 20px;
}
.head-logo-wh {
  display: none;
}
.head-catch {
  width: 90%;
  position: absolute;
  top: 20%;
  left: 2%;
}


.open-logo {
  width: 40%;
  position: absolute;
  top: 60%;
  right: 3%;
}


.about {
  position: relative;
  margin-bottom: 2em;
}
.about-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: 30vh;
  /*min-height: -webkit-fill-available;*/
  background: url("../img/hall_img01_sp.jpg") no-repeat;
  background-position: top;
  background-size: 100% auto;
  position: relative;
}
.about-wrap::before {
  content: "";
  display: block;
  padding-top: 66%;
}
.about-lead {
  position: absolute;
  color: #fff;
  width: 100%;
  text-align: left;
  line-height: 1.6;
  font-size: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 1em;
}
.concept-wrap {
  margin-bottom: 2em;
}
.concept-wrap .concept-ttl {
  font-family: 'Jost', sans-serif;
  color: #fff;
  text-align: left;
  font-size: 32px;
}
.concept-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.concept-img {
  width: 100%;
  margin: 0;
}
.concept-txt {
  width: 100%;
  margin: 15px;
  font-size: 16px;
  color: #fff;
  text-align: left;
  line-height: 1.7;
}


.bk_text_left{
	font-size:16px;
	color:#222;
	line-height: 160%;
	text-align: left;
	margin:0em auto;
	padding:0.5em;
}


.link-box {
  display: flex;
  flex-wrap: wrap;
}
.link-cnt {
  display: block;
}
.link-img {
  margin-bottom: 1em;
}
.link-btn {
  display: flex;
  justify-content: center;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  /*transform: translateY(15px);*/ /***テキストを重ねる***/
  align-items: center;
  position: relative;
  z-index: 500;
}
.link-btn p {
  font-size: 21px;
  margin: 0;
}
.arrow-thin {
  display: inline-block;
  width: 50px;
  height: 10px;
  margin-left: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: skew(45deg);
}
.download-cnt {
  padding-bottom: 3em;
}
.download-cnt p {
  color: #fff;
  font-size: 50px;
  text-align: center;
  padding: 30px 0 20px;
  font-family: 'Jost', sans-serif;
}
.download-btn {
  color: #fff;
  background-color: #d0962d;
  padding: 10px;
  display: block;
  margin: 0 auto;
  width: 80%;
  text-align: center;
  max-width: 450px;
}
.download-btn a {
  color: #fff;
  font-size: 18px;
}
.download-btn a:hover {
  opacity: 0.8;
}
.bg-wh {
  background-color: #fff;
}
.canvas-link {}
.canvas-link .content-ttl {
  font-family: 'Didact Gothic', sans-serif;
  color: #000;
  text-align: left;
}
.canvas-brn {
  width: 100%;
  text-align: center;
  padding: 20px 0 80px;
	margin:0 auto;
}
.canvas-brn img {
width: 60%;
margin:0 auto;
text-align: center;
}
.bottom-img {
  width: 80%;
  margin: 0 auto;
}
/*footer 追加クラス*/
.bottom-link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.bottom-link a {
  color: #fff;
  font-size: 14px;
  width: 100%;
  margin: 0 0 2em;
  text-align: center;
}
.bk-lead01 {
  color: #000;
  width: 95%;
  text-align: left;
  line-height: 1.6;
  font-size: 17px;
  padding: 1em;
}
.basic-btn {
  color: #fff;
  background-color: #d0962d;
  padding: 10px;
  display: block;
  margin: 0 auto;
  width: 80%;
  text-align: center;
  max-width: 260px;
}
.basic-btn a {
  display: block;
  color: #fff;
  font-size: 18px;
}
.basic-btn a:hover {
  opacity: 0.7;
}
.page-ttl-cnt {
  position: absolute;
  top: 50%;
  left: 10%;
}
.page-ttl-cnt h2 {
  color: #fff;
  text-align: left;
  font-size: 2.5rem;
  margin: 0;
  padding: 0;
  font-family: 'Jost', sans-serif;
}
.page-ttl-cnt p {
  color: #fff;
  text-align: left;
  font-size: 1rem;
  letter-spacing: 2px;
}
/*共通タイトル*/
.page-top-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 0.5em;
  margin-bottom: 1.5em;
}
.page-top-ttl h2 {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-family: 'Jost', sans-serif;
  margin-bottom: 1em;
}
.page-top-ttl h2::after {
  content: attr(data-ttl);
  display: block;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.page-top-ttl2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5em 0 1.2em;
  margin-bottom: 0.5em;
}
.page-top-ttl2 h2 {
  text-align: center;
  color: #fff;
  font-size:1.5rem;
  font-family: 'Jost', sans-serif;
  margin-bottom: 1em;
}


.page-top-txt {
  padding: 0 1em;
}
.page-top-txt p {
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.page-sub-ttl {
  margin-bottom: 1em;
}
.page-sub-ttl h3 {
  font-size: 1.3rem;
  color: #129192;
  font-weight: bold;
}
.cont-wh {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}
.top-btn-box01 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1em 0.5em;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.top-btn-box01 .button-036 {
  width: calc(100% /2 - 20px);
  margin: 5px 10px 20px;
  display: flex;
  align-items: center;
  text-align: left;
  padding: 10px;
  min-height: 70px;
  border: 1px solid #00a88e;
  border-radius: 5px;
  background-color: #fff;
  color: #00a88e;
  font-size: 1em;
}



.button-037 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    border: 0px solid #CCC;
    border-radius: 5px;
    background-color: #CCA82C;
    color: #2589d0;
    font-size: 0.8em;
}

.button-037:hover {
    border: none;
    background-color:#036652;
    color: #fff;
    font-weight: 600;
}

.button-037 a {
  color: #00a88e;
	width: 100%;
	height:100%;
	display: flex;
	justify-content: center;
  align-items: center;
	color: #fff;
}




table.table-dl {
  width: 100%;
  border: 0px #ccc solid;
}
table.table-dl th {
  padding:1em;
  font-weight: bold;
  color: #000;
  line-height: 120%;
  text-align: center;
  font-size: 16px;
  margin: 0px 0 5px 0px;
  vertical-align: middle;
  background-color: #F8F8F8;
  border: 1px #666 solid;
  border-width: 0 0px 1px 5px;
  display: block;
}
table.table-dl td {
  padding: 1em;
  border: 1px #CCC solid;
  border-width: 0 0px 0px 0px;
  line-height: 130%;
  text-align: left;
  vertical-align: middle;
  font-size: 15px;
  display: block;
}

/*サブページのヘッダー*/
.contents-header{
  min-height:400px;
}

/*各ページのヘッダー画像指定*/
.services{
 
  padding:3%;
  background: url("../img/service_img_sp.jpg") no-repeat;
  background-size:cover;
  background-position:center center;
}

.section_text{
  text-align:center;
  line-height:180%;
  font-size:17px;
  font-family: serif;
font-weight: bold;
  margin:10% 0;
}

.contents-header h1{
  text-align:center;
  margin-top:50%;
  font-size:1.5em;
  color:#fff;
  text-shadow: 1px 2px 3px #000;
}

.contents-header .header_caption{
  display:block;
  text-align:center;
  color:#fff;
  font-size:0.8em;
  line-height:2em;
}

.section_wrap h2{
  font-weight: bold;
  font-size:1em;
}

.image_wrap{
  display:block;
}

.image_wrap > div{
  max-width:100%;
  margin-bottom:3%;
}

.section_wrap{
  max-width:90%;
  margin:0 auto;
}

.image_caption{
  text-align:center;
  line-height:3em;
}




@media (max-width: 480px) {
  .top-btn-box01 .button-036 {
    width: 100%;
    margin: 15px 5px;
  }
}
.top-btn-box01 .button-036 a {
  color: #00a88e;
  font-size: 15px;
		width: 100%;
	height:100%;
	display: flex;
	justify-content: center;
  align-items: center;
}
.top-btn-box01 .button-036:hover {
  border: none;
  background-color: #00a88e;
  color: #fff;
  font-weight: 600;
}
.top-btn-box01 .button-036:hover a {
  color: #fff;
}
.top-btn-box02 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2em 0.5em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.top-btn-box02 .button-036 {
  width: calc(100% / 3 - 30px);
  display: flex;
  align-items: center;
  text-align: left;
  padding: 10px;
  min-height: 70px;
  border: 1px solid #00a88e;
  border-radius: 5px;
  background-color: #fff;
  color: #00a88e;
  font-size: 1em;
  margin: 15px;
}
@media (max-width: 480px) {
  .top-btn-box02 .button-036 {
    width: 100%;
    margin: 15px 5px;
  }
}
.top-btn-box02 .button-036 a {
  color: #00a88e;
  font-size: 16px;
  text-align: center;
  width: 100%;
}
.top-btn-box02 .button-036:hover {
  border: none;
  background-color: #00a88e;
  color: #fff;
  font-weight: 600;
}
.top-btn-box02 .button-036:hover a {
  color: #fff;
}
/*アクセス*/
.access-map {
  margin-bottom: 4em;
}
.access-map .page-top-ttl {
  padding: 1em 0;
  margin-bottom: 0;
}
.access-detail-box {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 3em 0 0;
}
.access-map-txt {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  color: #fff;
  font-size: 14px;
  padding: 1.5em 1em;
}
.detail-img{
    margin-bottom: 2em;
}
/*施設案内*/
.floor-guide {
  margin-bottom: 5em;
}
.floor-guide .page-top-ttl {
  padding: 2em 0;
}
.floor-guide .page-top-txt p {
  text-align: left;
  margin: 0 auto 1em;
}
.floor-cnt {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 3em;    
  text-align: center;
}
.floor-cnt-img {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 3em;
}
.floor-cnt-box {
  width: 100%;
  margin: 0 auto 3em;
  display: flex;
  flex-wrap: wrap;
}
.floor-cnt-box:nth-of-type(3) {
  align-items: center;
  margin-bottom: 10em;
}
.floor-cnt-box-img {
  width: 100%;
  margin: 0 0 1em;
}
.floor-cnt-box-txt {
  width: 100%;
  font-size: 1rem;
  text-align: left;
  margin: 0 1em;
		line-height: 160%;
}
.table-box {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 0.5em;
  padding-bottom: 0em;    
}
table.table-flex {
  width: 100%;
}
table.table-flex th {
  padding: 0.5em;
  font-weight: bold;
  color: #000;
  line-height: 120%;
  text-align: left;
  font-size: 14px;
  margin: 0px 0 5px 0px;
  vertical-align: middle;
  background-color: #F8F8F8;
  border: 1px #666 solid;
  border-width: 0 0px 1px 5px;
}
table.table-flex td {
  padding: 0.5em;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 1px;
  line-height: 130%;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
}

table.table-flex-2 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
  /*border: 1px #CCC solid;*/
  
}

table.table-flex-2 th {
  padding: 0.5em;
  font-weight: bold;
  color: #000;
  line-height: 120%;
  text-align: left;
  font-size: 15px;
  margin: 0.5em;
  vertical-align: top;
  background-color: #FFF;
  border: 1px #666 solid;
  border-width: 0 0px 1px 0px;
}
table.table-flex-2 td {
  padding: 0;
  border: 0px #CCC solid;
  border-width: 0 0px 0px 0px;
  line-height: 130%;
  text-align: left;
  vertical-align:top;
  font-size: 14px;
}



table.table-normal-1 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  /*border: 1px #CCC solid;*/
  
}
table.table-normal-1 th {
  padding: 0.3em;
  font-weight: normal;
  color: #000;
  line-height: 130%;
  text-align: left;
  font-size: 15px;
  margin: 1em;
  vertical-align: top;
  background-color: #FFF;
  border: 1px #666 solid;
  border-width: 0 0px 0px 0px;
}
table.table-normal-1 td {
  padding: 0.3em;
  border: 0px #CCC solid;
  border-width: 0 0px 0px 0px;
  line-height: 130%;
  text-align: left;
  vertical-align: top;
  font-size: 15px;
				width:65%;
}


.r_tex01{
font-size:16px;
padding:0 0 0.5em 0;
}


.note-txt {
  font-size: 14px;
  text-align: left;
  padding:0em 0.5em 5em 0.5em;
  line-height: 150%;
  margin:-5em 0 0 0;
}


.note-txt-2{
　width:100%;
  font-size: 14px;
  text-align: left;
  line-height: 160%;
}


/*運営サポート*/
.support {
  margin-bottom: 5em;
}
.support-cnt {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto 5em;
  text-align: center;
}
.support-box01 {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  flex-wrap: wrap;
  padding-top: 3em;
}
.support-ttl {
  width: 100%;
  text-align: center;
}
.support-ttl h2 {
  font-size: 2rem;
}
.support-ttl::after {
  content: attr(data-ttl);
  font-size: 14px;
  display: block;
  border-bottom: 5px solid #5a5858;
  margin: 0 20% 1.5em;
  padding-bottom: 0.5em;
}
.support .page-top-ttl {
  margin-bottom: 0;
  padding: 2em 0;
}
.support-box01 .support-txt {
  width: 100%;
  text-align: left;
  margin-bottom: 0;
  padding: 0 1em;
}
.support-box02 {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 4em;
}
.support-box-img {
  width: 100%;
  margin: 0 1em 1em;
}
.support-box02 .support-txt {
  width: 100%;
  margin: 0 1em;
  text-align: left;
}
/*ご利用案内*/
.users-guide {
  padding-bottom: 1em;
  margin-bottom: 4em;
}
.users-cnt {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto 3em;
  padding: 0.5em 0.5em;
}
.users-txt {
  font-size: 15px;
}
.users-ttl {
  display: flex;
  align-items: center;
  color: #129192;
  margin-bottom: 0.5em;
  padding-left: 0%;
}
.users-ttl h3 {
  text-align: center;
  border: 1px solid #129192;
  font-size: 26px;
  font-weight: bold;
  border-radius: 5px;
  padding: 5px 15px;
  margin: 10px 10px 10px 0px;
}
.users-ttl-lg {
  display: flex;
  align-items: center;
  color: #129192;
  margin-bottom: 0.5em;
  padding-left: 0%;
}
.users-ttl-lg h3 {
  text-align: center;
  border: 1px solid #129192;
  font-size: 26px;
  font-weight: bold;
  border-radius: 5px;
  padding: 5px 15px;
  margin: 10px;
}
.users-ttl p {
  font-size: 17px;
}
.users-guide-ttl p {
  font-size: 16px;
  font-weight: bold;
}
.users-cover {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.users-apply {
  font-size: 14px;
  text-align: center;
  padding: 0 0 2em;
}
.users-guide .page-top-ttl {
  margin-bottom: 10px;
}
.users-guide .page-top-ttl h2 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}
.indent-1 {
  font-size: 15px;
  padding-left: 1em;
  text-indent: -1em;
}


.indent-1-02 {
  font-size: 15px;
  padding-left: 1.1em;
  text-indent: -1.1em;
}

.indent-1-03 {
  font-size: 15px;
  padding-left: 1.7em;
  text-indent: -1.7em;
}


.indent-1-04 {
  font-size: 15px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}



.mb-1 {
  margin-bottom: 1em;
}
.mb-2 {
  margin-bottom: 1em;
}


.pt-2{
    padding-top: 2em;
}
/*ご利用料金*/
.rates-fees {
  padding-bottom: 1em;
  margin-bottom: 4em;
}
.rates-fees .page-top-txt p {
  font-size: 1rem;
  text-align: left;
  margin: 0 auto 2em;
}
table.table-01 {
  width: 100%;
  border: 1px #ccc solid;
  overflow-x: scroll;
  display: block;
  white-space: nowrap;
}
table.table-01 th {
  padding: 0.5em;
  font-weight: bold;
  color: #000;
  line-height: 120%;
  text-align: left;
  font-size: 14px;
  margin: 0px 0 5px 0px;
  vertical-align: middle;
  background-color: #F8F8F8;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 1px;
}
table.table-01 td {
  padding: 0.5em;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 1px;
  line-height: 130%;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
}
table.table-02 {
  width: 100%;
  border: 1px #ccc solid;
}
@media (max-width: 480px) {
  table.table-02 {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}
table.table-02 th {
  padding: 0.5em 0.3em;
  font-weight: bold;
  color: #000;
  line-height: 120%;
  text-align: center;
  font-size: 13px;
  margin: 0px 0 5px 0px;
  vertical-align: middle;
  background-color: #F8F8F8;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 1px;
}
table.table-02 td {
  padding: 0.5em;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 1px;
  line-height: 130%;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
}



table.table-02-02 {
  width: 100%;
  border: 1px #ccc solid;
}

table.table-02-02 th {
  padding: 0.5em 0.3em;
  font-weight: bold;
  color: #000;
  line-height: 120%;
  text-align: center;
  font-size: 13px;
  margin: 0px 0 5px 0px;
  vertical-align: middle;
  background-color: #F8F8F8;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 1px;
}
table.table-02-02 td {
  padding: 0.5em;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 1px;
  line-height: 130%;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
}

table.table-02-02 th:nth-of-type(1) {width:5%}
table.table-02-02 th:nth-of-type(2) {width:45%}
table.table-02-02 th:nth-of-type(3) {width:45%}


table.table-03 {
  width: 100%;
  border: 1px #ccc solid;
}
table.table-03 th {
  padding: 0.5em 0.3em;
  font-weight: bold;
  color: #000;
  line-height: 120%;
  text-align: center;
  font-size: 13px;
  margin: 0px 0 5px 0px;
  vertical-align: middle;
  background-color: #F8F8F8;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 1px;
}
table.table-03 td {
  padding: 0.5em;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 1px;
  line-height: 130%;
  text-align: left;
  vertical-align: middle;
  font-size: 15px;
}

table.table-03 th:nth-of-type(1) {width:25%}
table.table-03 th:nth-of-type(2) {}
table.table-03 th:nth-of-type(3) {width:15%}
table.table-03 th:nth-of-type(4) {width:15%;}
table.table-03 td:nth-of-type(3) {width:15%;text-align: right;}
table.table-03 td:nth-of-type(4) {width:15%;text-align: center;}


table.table-03-02 {
  width: 100%;
  border: 1px #ccc solid;
}
table.table-03-02 th {
  padding: 0.5em 0.3em;
  font-weight: bold;
  color: #000;
  line-height: 120%;
  text-align: center;
  font-size: 13px;
  margin: 0px 0 5px 0px;
  vertical-align: middle;
  background-color: #F8F8F8;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 1px;
}
table.table-03-02 td {
  padding: 0.5em;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 1px;
  line-height: 130%;
  text-align: left;
  vertical-align: middle;
  font-size: 15px;
}

table.table-03-02 th:nth-of-type(1) {width:25%}
table.table-03-02 th:nth-of-type(2) {}
table.table-03-02 th:nth-of-type(3) {width:15%}
table.table-03-02 td:nth-of-type(3) {width:30%;text-align: center;}


table.table-04 {
  width: 100%;
  border: 1px #ccc solid;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
table.table-04 th {
  padding: 0.5em 0.3em;
  font-weight: bold;
  color: #000;
  line-height: 120%;
  text-align: center;
  font-size: 13px;
  margin: 0px 0 5px 0px;
  vertical-align: middle;
  background-color: #F8F8F8;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 1px;
}
table.table-04 td {
  padding: 0.5em;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 1px;
  line-height: 130%;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
}

table.table-04 th:nth-of-type(1) {width:5%}
table.table-04 th:nth-of-type(2) {width:20%}
table.table-04 th:nth-of-type(3) {width:12%}
table.table-04 th:nth-of-type(4) {width:12%}
table.table-04 th:nth-of-type(5) {width:12%}
table.table-04 th:nth-of-type(6) {width:12%}
table.table-04 th:nth-of-type(7) {width:12%}
table.table-04 th:nth-of-type(8) {width:12%;}



table.table-04-02 {
  width: 100%;
  border: 1px #ccc solid;
}
table.table-04-02 th {
  padding: 0.5em 0.3em;
  font-weight: bold;
  color: #000;
  line-height: 120%;
  text-align: center;
  font-size: 13px;
  margin: 0px 0 5px 0px;
  vertical-align: middle;
  background-color: #F8F8F8;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 1px;
}
table.table-04-02 td {
  padding: 0.5em;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 1px;
  line-height: 130%;
  text-align: left;
  vertical-align: middle;
  font-size: 15px;
}


table.table-04-03 {
  width: 100%;
  border: 1px #ccc solid;
}
table.table-04-03 th {
  padding: 0.5em 0.3em;
  font-weight: bold;
  color: #000;
  line-height: 120%;
  text-align: center;
  font-size: 13px;
  margin: 0px 0 5px 0px;
  vertical-align: middle;
  background-color: #F8F8F8;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 1px;
}
table.table-04-03 td {
  padding: 0.5em;
  border: 1px #CCC solid;
  border-width: 0 0px 1px 1px;
  line-height: 130%;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
}


.rates-fees .page-top-ttl {
  margin-bottom: 0;
  padding: 1em 0 0 0;
}
.rates-fees .page-top-ttl h2 {
  margin-bottom: 1em;
  font-size: 1.3rem;
}
/*+-+-+-+-+-*/
.pic-box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 3em;
}
.pic-box img {
  width: 100%;
  margin: 0;
  padding: 0 1em;
  margin-bottom: 2em;
}




/* service */

.service{
  
}

.service_text_wrap{
align-content: center;
align-items: center;
}

.service_text_wrap02{
align-content: center;
align-items: center;
}

.service_link{
color: #fff;
display: block;
width: 100%;
min-width: 220px;
text-align: center;
border:#fff solid 1px;
position:relative;
z-index:1;
max-width: 240px;
margin: 0 auto;
margin-top:44px;
margin-bottom: 84px;
}
.service_link a {
display: block;
color: #fff;
font-size: 17px;
padding: 10px;
}
.service_link:hover {
background-color: #FFFFFF;
}
.service_link a:hover {
color: #2e4d94;
font-weight: bold;
opacity: 1.0;
}

.service_link02{
color: #fff;
display: block;
width: 100%;
min-width: 220px;
text-align: center;
border:#fff solid 1px;
position:relative;
z-index:1;
max-width: 240px;
margin: 0 auto;
margin-top:44px;
margin-bottom: 24px;
}
.service_link02 a {
display: block;
color: #fff;
font-size: 17px;
padding: 10px;
}
.service_link02:hover {
background-color: #FFFFFF;
}
.service_link02 a:hover {
color: #2e4d94;
font-weight: bold;
opacity: 1.0;
}


.top_company{
  position:relative;
}

.pc_img{
  display:none;
}

.top_company .service_text_wrap{
  width:100%;
  height:100%;
  padding:3%;
  position:absolute;
  top:0;
  left:0;
}

.service_text_wrap:before{
  content: '';
  display: block;
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  z-index: 1;
  background-color: rgba(112, 155, 176, 1.0);
  mix-blend-mode: multiply;
margin-top: -1.6em;
}

.top_company .service_text_wrap p{
  font-size:23px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
  line-height:180%;
  color:#fff;
  position:relative;
  z-index:2;
font-feature-settings: "palt";
letter-spacing:3px;
text-align: center;
}



.top_service{
  margin-top:20%;
  position:relative;
}

.top_service .service_text_wrap{
  width:100%;
  height:100%;
  padding:3%;
  position:relative;
  top:120%;
  right:0;
}

.top_service .service_text_wrap:before{
  content: '';
  display: block;
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  z-index: 1;
  background-color: rgba(112, 155, 176, 1.0);
  mix-blend-mode: multiply;
}

.top_service .service_text_wrap p{
  font-size:17px;
  color:#fff;
  position:relative;
  z-index:2;
line-height: 170%;
padding: 1em 1em 0 1em;
}

.top_company .service_text_wrap02{
  width:100%;
  height:100%;
  padding:3%;
  position:absolute;
  top:0;
  left:0;
}

.service_text_wrap02:before{
  content: '';
  display: block;
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  z-index: 1;
  background-color: rgba(112, 155, 176, 1.0);
  mix-blend-mode: multiply;
}

.top_company .service_text_wrap02 p{
  font-size:23px;
font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
font-weight: 500;
  line-height:180%;
  color:#fff;
  position:relative;
  z-index:2;
font-feature-settings: "palt";
letter-spacing:3px;
text-align: center;
}

.top_service .service_text_wrap02{
  width:100%;
  height:100%;
  padding:3%;
  position:relative;
  top:120%;
  right:0;
}

.top_service .service_text_wrap02:before{
  content: '';
  display: block;
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  z-index: 1;
  background-color: rgba(112, 155, 176, 1.0);
  mix-blend-mode: multiply;
}

.top_service .service_text_wrap02 p{
  font-size:17px;
  color:#fff;
  position:relative;
  z-index:2;
line-height: 170%;
padding: 1em 1em 0 1em;
}
/* top_link */

.top_link{
  margin:10% 0;
  display: block;
}

.top_recruit{
  width:100%;
  position:relative;
}

.top_recruit .link_text_wrap{
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
align-content: center;
align-items: center;
}

.top_recruit:before{
  content: '';
  display: block;
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  z-index: 1;
  background-color: rgba(112, 155, 176, 0.7);
  mix-blend-mode: multiply;
}


.topser{
font-size: 21px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 500;
line-height: 220%;
}


.top_access{
  width:100%;
  position:relative;
}

.top_access .link_text_wrap{
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
align-content: center;
align-items: center;
}

.top_access:before{
  content: '';
  display: block;
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  z-index: 1;
  background-color: rgba(112, 155, 176, 1);
  mix-blend-mode: multiply;
}

.link_text_wrap p{
  /*width:50%;*/
  text-align:center;
  margin:0 auto;
  font-size:35px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
  color:#fff;
  position:relative;
  /*top:32%;*/
  z-index:2;
}

.top_link_button{
  color: #fff;
  margin:0 auto;
  display: block;
    width: 90%;
    min-width: 220px;
	max-width: 240px;
  text-align: center;
  border:#fff solid 1px;
  position:relative;
  /*top:43%;*/
  z-index:1;
margin-top: 36px;
}
.top_link_button a {
display: block;
color: #fff;
font-size: 17px;
padding: 10px;
}
.top_link_button a:hover {
color: #2e4d94;
font-weight: bold;
opacity: 1.0;
background-color: #FFFFFF;
}


.fo02{
padding-top: 0.5em;
}

.fo03{
padding-top: 0.5em;
}

.fo04{
padding-top: 0.5em;
}

.fo05{
padding-top: 0.5em;
}


ul.ft_menu_wrap{
max-width: 80%;
list-style: none;
display: block;
margin:2em auto 0 auto;
}
.ft_menu_wrap li a:first-child{
font-size:21px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
}

.ft_menu_wrap li a{
padding: 5px;
display:block;
text-underline-offset:1ex;
}

.link-wrap a {
/*display: flex;*/
font-size: 17px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
}

.naibutop{
position: relative;
margin-top: -0.5em;
}

.naibuttl{
position: absolute;
top:25%;
left: 0;
right: 0;
}

.naibuttl01{
font-family: 'Noto Sans JP', sans-serif;
font-weight: 500;
color: #FFFFFF;
font-size: 40px;
text-shadow: 2px 2px 2px #000;
text-align: center;
letter-spacing:1px;
}

.naibuttl02{
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
color: #FFFFFF;
font-size: 18px;
text-shadow: 2px 2px 2px #000;
padding-top: 1em;
text-align: center;
letter-spacing:2px;
}

.naibukoumoku{
font-size: 30px;
letter-spacing:3px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
padding-top: 1.7em;
}

.naibukoumoku02{
font-size: 30px;
letter-spacing:1px;
font-family: serif;
color: #0081b1;
font-weight: 600;
padding-top: 0.7em;
}

.section_header_caption{
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
font-size: 17px;
color:#2E4D94;
display:block;
padding-top: 0.5em;
}

.bun{
font-size: 17px;
line-height: 170%;
padding-top: 1.5em;
padding-bottom: 1.2em;
}

.results-table{
width: 100%;
text-align: left;
margin: 0 auto;
line-height: 180%;
margin-top: 1.5em;
margin-bottom: 1em;
}

.results-table th{
font-size: 17px;
line-height: 160%;
display: block;
width: 100%;
background-color: #eff2f7;
padding: 10px 9px 7px 9px;
font-weight: normal;
}

.results-table td{
font-size: 17px;
line-height: 160%;
display: block;
width: 100%;
padding: 7px 9px 20px 9px;
}

.koudouflex{
padding-top: 1em;
}

.sisin{
font-size: 23px;
font-family: serif;
color: #000;
font-weight: 500;
line-height: 190%;
}

.sisinimg{
padding-top: 1em;
}

.messageflex{
padding-top: 1.5em;
}

.kaicyo img{
width: 200px;
margin-left: auto;
padding-top:1em;
}

.kaicyoimg{
width: 100%;
padding-top: 0.7em;
}

.bun02{
font-size: 17px;
line-height: 170%;
padding-top: 0em;
padding-bottom: 1.2em;
}

.recruitflex{
padding-top: 2em;
padding-bottom: 0.5em;
align-content: center;
align-items: center;
}

.recruit{
font-size: 28px;
letter-spacing:1px;
font-family: serif;
color: #0081b1;
font-weight: 500;
line-height: 190%;
}

.jinbutu{
font-size: 17px;
font-family: serif;
color: #000;
font-weight: 500;
line-height: 200%;
}

.recruitimg{
width: 100%;
}

.ribun{
padding-top: 1em;
}

.accessttl{
font-size: 23px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
padding-top: 2.5em;
text-align: center;
line-height: 140%;
}

.accesssabu{
font-size: 17px;
line-height: 190%;
padding-top: 0.8em;
padding-bottom: 1.5em;
text-align: center;
}







@media (max-width: 280px) {
  .link-btn p {
    font-size: 16px;
  }
  .download-cnt p {
    font-size: 30px;
  }
  .download-btn a {
    font-size: 12px;
  }
  .content-ttl h2 {
    font-size: 26px;
  }
  .page-top-txt p {
    font-size: 0.7rem;
  }
  .access-map-txt {
    font-size: 11px;
  }
  .access-detail-box {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
  .page-top-ttl h2 {
    font-size: 1.4rem;
  }
}


/*-----iPad用------*/
/*　画面サイズが768pxから979pxまではここを読み込む　*/	
@media screen and (min-width:768px) and (max-width:980px) {

.naibuttl{
position: absolute;
top:40%;
left: 0;
right: 0;
}

.koudouflex{
display: flex;
padding-top: 1em;
align-content: center;
align-items: center;
}

.sisin{
font-size: 23px;
letter-spacing:1px;
font-family: serif;
color: #000;
font-weight: 500;
line-height: 190%;
}

.sisinimg{
padding-left: 2em;
width: 50%;
}
	
.kaicyoimg{
width: 50%;
padding-top: 0.7em;
margin: 0 auto;
}

.contact-txt {
width:45%;
margin:0 auto;
}

.recruitflex{
display: flex;
padding-top: 1.5em;
padding-bottom: 1.0em;
align-content: center;
align-items: center;
}
	
.recruitimg{
width: 100%;
max-width: 310px;
padding-right: 1.5em;
}

.top_recruit .link_text_wrap{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
	
.top_access .link_text_wrap{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
	
.top_company .service_text_wrap02{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

}