@charset "UTF-8";
/********************************
/********************************
/********************************

l_common

********************************/
#wrapper {
  min-width: 320px;
  margin: 0 auto;
}

.mb3r {
  margin-bottom: 3rem;
}

.mb2r {
  margin-bottom: 2rem;
}

.mb1r {
  margin-bottom: 1rem;
}

.mb10p {
  margin-bottom: 10%;
}

.mb6p {
  margin-bottom: 6%;
}

.mb80 {
  margin-bottom: 80px;
}

.center_p {
  margin-right: auto;
  margin-left: auto;
}

.tac,
.tacl {
  text-align: center;
}

/********************************

s_common

********************************/
@media only screen and (max-width: 599px) {
  .tacl {
    text-align: left;
  }
}

.tar {
  text-align: right;
}

.lh2 {
  line-height: 2;
}

.lh3 {
  line-height: 3;
}

.onel {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.none {
  display: none;
}

.tab_sm {
  display: none;
}

.left {
  padding-right: 2rem;
  box-sizing: border-box;
}

.right {
  padding-left: 2rem;
  box-sizing: border-box;
}

figure,
figcaption {
  margin: 0;
  padding: 0;
}

.btn {
  display: block;
  margin: 0 auto;
  padding: 1em;
  color: #323944;
}

.btn span {
  display: inline-block;
}

.btn2 {
  display: block;
  margin: 0 auto;
  padding: 1em;
}

.btn2 span {
  display: inline-block;
}

.tel a {
  color: #323944;
}

/********** 画像表示 **********/
.ofimg {
  width: 100%;
  overflow: hidden;
}

.ofimg img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center;';
}

/* resetcss */
/*フォント系*/
h2 {
  font-size: 45px;
}

h3 {
  font-size: 38px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 26px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-32 {
  font-size: 32px;
}

.fs-34 {
  font-size: 34px;
}

.fs-36 {
  font-size: 36px;
}

.bold {
  font-weight: bold;
}

.red {
  color: red;
}

.blue {
  color: blue;
}

.white {
  color: #fff;
}

.mc {
  color: #237f92;
}

.mco {
  color: #ff9900;
}

/********** heading **********/
/*クリアフィックス*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  display: block;
  content: "";
  clear: both;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
}

iframe {
  max-width: 100%;
}

img {
  vertical-align: top;
  border: none;
  max-width: 100%;
  height: auto !important;
}

.bkimg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bkimg img {
  width: 100%;
}

a {
  text-decoration: none;
  color: #434343;
}

a:hover {
  opacity: 0.6;
  color: inherit;
  text-decoration: none;
}

a[href*="tel"] {
  pointer-events: none;
}

a[data-href="#"] {
  border: solid red 5px;
  display: block;
  position: relative !important;
  opacity: 1;
}

a[data-href*="."] {
  border: solid red 5px;
  display: block;
  position: relative !important;
  opacity: 1;
}

a[data-href="#"]:hover:before {
  content: "リンクが設定されていない可能性があります。";
  position: absolute !important;
  width: 100%;
  bottom: 100%;
  color: red;
  font-weight: bold;
  background: #555;
  padding: 5px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a[data-href*="."]:hover:before {
  content: "外部リンクの可能性があります。リンクが飛ばない可能性がありますので注意してください。";
  position: absolute !important;
  width: 100%;
  bottom: 100%;
  color: red;
  font-weight: bold;
  background: #555;
  padding: 5px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[data-element-id][data-uk-slideshow]:hover:before {
  content: "※こちらは見たまま編集ができません。①画像をダブルクリック、②変更（歯車マーク）、③スライドショーから編集してください。";
  display: block;
  line-height: 1.8;
  font-weight: bold;
  color: red;
  clear: both;
  background: #4c4c4c;
  padding: 5px;
  text-align: left;
  position: relative;
  letter-spacing: 1px;
  z-index: 1000;
  font-size: 12px;
}

[data-collection-list-content]:hover:before {
  content: "※こちらは見たまま編集ができません。①ページのどこかをダブルクリック、②左下（もしくは左上）のCMSロゴをクリック、③画面右上のメニュー（三本線マーク）から「カスタムコンテンツ管理」をクリック、④編集したいカスタムコンテンツの一覧（三本線マーク）から記事投稿・記事編集ができます。";
  display: block;
  line-height: 1.8;
  font-weight: bold;
  color: red;
  clear: both;
  background: #4c4c4c;
  padding: 5px;
  text-align: left;
  position: relative;
  letter-spacing: 1px;
  z-index: 1000;
  font-size: 12px;
}

ul,
li {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
}

dl,
dt,
dd {
  text-align: left;
  padding: 0;
  margin: 0;
}

/*トランスフォーム親*/
.tfm_p {
  position: relative;
}

/*左右中央寄せ*/
.tfm_x {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

/*上下中央寄せ*/
.tfm_y {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/*上下左右中央寄せ*/
.tfm_xy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/*フレックスセンター*/
.flex_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
}

.flex > div[data-collection-list-content],
.flex_c > div[data-collection-list-content] {
  width: 100%;
}

.flex > div[data-recommend-collection-list-content],
.flex_c > div[data-recommend-collection-list-content] {
  width: 100%;
}

.flex_c>div[data-collection-list-content] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
}

.flex .sec2 {
  width: 46%;
  margin: 0% 2% 4% 2%;
}

.flex_c .sec2 {
  width: 46%;
  margin: 0% 2% 4% 2%;
}

.flex .sec3 {
  width: 29%;
  margin: 0% 2% 4% 2%;
}

.flex_c .sec3 {
  width: 29%;
  margin: 0% 2% 4% 2%;
}

.flex .sec4 {
  width: 21%;
  margin: 0% 2% 4% 2%;
}

.flex_c .sec4 {
  width: 21%;
  margin: 0% 2% 4% 2%;
}

.flex .sec5 {
  width: 16%;
  margin: 0% 2% 4% 2%;
}

.flex_c .sec5 {
  width: 16%;
  margin: 0% 2% 4% 2%;
}

@media only screen and (max-width: 1024px) {
  img {
    max-width: 82% important;
    height: auto !important;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 28px;
    text-align: center;
  }
  a[href*="tel"] {
    pointer-events: initial !important;
    font-size: 22px;
  }
  .flex .sec3 {
    width: 29%;
    margin: 0% 2% 4% 2%;
  }
  .flex_c .sec3 {
    width: 29%;
    margin: 0% 2% 4% 2%;
  }
  .flex .sec4 {
    width: 29%;
    margin: 0% 2% 4% 2%;
  }
  .flex_c .sec4 {
    width: 29%;
    margin: 0% 2% 4% 2%;
  }
  .flex .sec5 {
    width: 46%;
    margin: 0% 2% 4% 2%;
  }
  .flex_c .sec5 {
    width: 46%;
    margin: 0% 2% 4% 2%;
  }
}

@media only screen and (max-width: 599px) {
  .flex .sec3 {
    width: 46%;
    margin: 0% 2% 4% 2%;
  }
  .flex_c .sec3 {
    width: 46%;
    margin: 0% 2% 4% 2%;
  }
  .flex .sec4 {
    width: 46%;
    margin: 0% 2% 4% 2%;
  }
  .flex_c .sec4 {
    width: 46%;
    margin: 0% 2% 4% 2%;
  }
}

@media only screen and (max-width: 1024px) {
  #wrapper {
    min-width: 300px;
  }
}

#header {
  padding-bottom: 24px;
}

#header .hinner {
  max-width: 1170px;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 18px;
}

#header .hinner h1 {
  font-size: 10px;
  font-weight: normal;
  padding: 8px 0;
}

#header .hinner .logo {
  float: left;
  padding: 7px 0 0 0;
  max-width: 20%;
}

#header .hinner .right {
  float: right;
  /* max-width: 726px; */
  max-width: 880px;
  box-sizing: border-box;
  padding: 7px 8px 7px 10px;
  width: 100%;
  background: #f6f3ee;
}

#header .hinner .time {
  float: left;
  border-right: 1px dotted #000;
  padding: 0 15px 0 0;
}

#header .hinner .time dt {
  font-size: 12px;
  font-weight: bold;
}

#header .hinner .time dt .c {
  color: #237f92;
}

#header .hinner .time dd {
  font-size: 12px;
  font-weight: bold;
  line-height: 140%;
}

#header .hinner .cont {
  float: right;
  /* width: 495px; */
  width: 585px;
}

#header .hinner .cont dt {
  width: 252px;
}

#header .hinner .cont dl {
  float: left;
  width: 252px;
  text-align: right;
}

#header .hinner .cont dt {
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  line-height: 140%;
}

#header .hinner .cont dd {
  text-align: right;
  font-size: 32px;
  line-height: 1;
}

#header .hinner .cont dd img {
  vertical-align: middle;
  margin-right: 5px;
}

#header .hinner .cont p {
  width: 96px;
  height: auto;
  float: right;
}

#header .hinner .cont p i {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 5px;
  color: #ffffff;
}

#header .hinner .cont p.ab i {
color: #237f92;
}

#header .hinner .cont p + p {
  margin-right: 10px;
}

#header .hinner .cont p a {
  display: block;
  text-align: center;
  background: #237f92;
  padding: 5px 0 0 0;
  width: auto;
  height: 43px;
  border-radius: 4px;
}

#header .hinner .cont p.ab a {
background: #fff;
}

#header .hinner .cont p a strong {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 120%;
}

#header .hinner .cont p.ab a strong {
  color: #237f92;
}

@media only screen and (max-width: 1024px) {
  #header .hinner .right {
    float: none;
    margin: 0 auto;
  }
  #header .hinner .logo {
    float: none;
    width: auto;
    max-width: none;
    padding-bottom: 20px;
    text-align: center;
  }
  #header .hinner .cont {
    float: none;
    margin: 0 auto;
  }
  #header .hinner .time {
    float: none;
    border: none;
    padding-bottom: 10px;
  }
  #header .hinner h1 {
    padding-right: 55px;
    box-sizing: border-box;
  }
  #header .hinner .time dt,
  #header .hinner .time dd {
    text-align: center;
  }
}

@media only screen and (max-width: 599px) {
  #header .hinner .cont p {
    float: right;
    margin: 0 auto;
    width: 30%;
  }
  #header .hinner .right {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100% !important;
    z-index: 999;
    height: 110px;
  }
  #header .hinner .time {
    display: none;
  }
  #header .hinner .logo {
    text-align: center;
    width: 65%;
    margin: 0 auto;
    padding-bottom: 0;
  }
  #header .hinner .cont dl {
    float: left;
    margin: 0 auto;
    width: 100%;
    padding: 0 1% 3%;
  }
  #header .hinner .cont dd {
    text-align: center;
    font-size: 20px;
    line-height: 1;
  }
  #header .hinner .cont {
    width: 100%;
  }
  #header .hinner .cont dt {
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    line-height: 140%;
    width: 100%;
  }
  #header .hinner .cont p a strong {
    font-size: 8px;
  }
  #header {
    padding-bottom: 0;
  }
  
  #header .hinner .btn_wrap {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
justify-content: center;
}

#header .hinner .cont p + p {
  margin: auto;
}
}

#gnav {
  width: 100%;
  height: auto;
  z-index: 99;
}

#gnav ul {
  max-width: 1170px;
  width: 95%;
  height: auto;
  margin: 0 auto;
}

#gnav li {
  font-size: 16px;
  line-height: 36px;
  border-right: 1px solid #cdcdcd;
  box-sizing: border-box;
  padding: 0 2%;
}

#gnav li.parent {
  position: relative;
}

#gnav li.parent ul {
  position: absolute;
  z-index: 10;
  top: 2rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  width: 240px;
}

[data-element-id]#gnav li.parent ul {
  position: relative;
  visibility: visible;
  opacity: 1;
}

#gnav li.parent ul li {
  width: 100%;
  border: none;
  background: #fff;
  border-bottom: 1px solid #cdcdcd;
}

#gnav li.parent:hover ul {
  opacity: 1;
  visibility: visible;
}

#gnav li a {
  display: block;
  text-align: center;
  /*padding:0 29px 0 30px;*/
  line-height: 36px;
}

#gnav li a img {
  margin-top: 8px;
}

#gnav li:first-child {
  border-left: 1px solid #cdcdcd;
}

/* #gnav li:nth-child(1) {
  width: 7%;
}

#gnav li:nth-child(2),
#gnav li:nth-child(3),
#gnav li:nth-child(5) {
  width: 13%;
}

#gnav li:nth-child(4) {
  width: 11%;
}

#gnav li:nth-child(6) {
  width: 15%;
}

#gnav li:nth-child(7) {
  width: 23%;
} */

/* #gnav.fixed {
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  padding: 10px 0;
} */

#header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 1000;
}

[data-element-id] #header.fixed {
  position: relative;
}

.btm {
  margin-bottom: 36px;
}

#gnav p {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .btm {
    margin-bottom: 0;
  }
  #gnav {
    position: fixed;
    top: 0;
    right: 0;
    width: 270px;
    height: 100%;
    background: none;
    -webkit-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: ease .5s;
    transition: ease .5s;
    padding: 0;
    z-index: 1000;
    border: none;
    padding-bottom: 0;
  }
  #gnav li.parent ul{
   opacity: 1;
    visibility: visible;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    width: 100%;
    padding-left: 1rem;
  }
  #gnav li.parent ul li{
    border-bottom: none;
    border-top: 1px dotted #cacad9
  }
  #gnav li.parent ul li a{
    box-sizing: border-box;
    width: 100%;
    text-align: left;
  }
  #gnav li.menunav {
    display: block !important;
    border: none;
  }
  #gnav.fixed {
    top: 0;
    right: 0;
    left: auto;
    width: 200px;
    border: none;
    z-index: 1000;
    padding-top: 0;
    padding-bottom: 0;
  }
  #gnav ul li {
    float: none;
    width: auto;
    text-align: left;
  }
  #gnav p {
    display: block;
    position: absolute;
    width: 38px;
    height: 38px;
    top: 0;
    left: -44px;
    border: 1px solid #fff;
    background: #237f92;
    cursor: pointer;
    opacity: 0.8;
    margin: 2px;
    box-shadow: 0px 0px 0px 2px #237f92;
    -moz-box-shadow: 0px 0px 0px 2px #237f92;
    -webkit-box-shadow: 0px 0px 0px 2px #237f92;
  }
  #gnav ul li {
    float: none;
    width: auto;
    border: none;
    border-bottom: 1px dotted #cacad9;
    padding: 0;
    margin-top: 0;
    display: block !important;
    width: auto !important;
    line-height: 160%;
  }
  #gnav ul li a {
    height: auto;
    display: block;
    padding: 8px 0 8px 10px;
    font-size: 16px;
    line-height: 130%;
  }
  #gnav li:first-child a {
    padding-top: 10px;
    height: auto;
    padding-bottom: 10px;
    text-align: center;
    padding-right: 10px;
  }
  #gnav li:first-child {
    border-left: none;
  }
  #gnav.action {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    z-index: 10000;
  }
  #gnav p span.n {
    display: block;
    background: #fff;
    height: 2px;
    width: 26px;
    text-indent: -9999px;
    padding: 0;
    top: 50%;
    left: 6px;
    margin-top: -1px;
    position: absolute;
  }
  #gnav p span.n:before {
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 26px;
    position: absolute;
    top: -8px;
    left: 0;
  }
  #gnav p span.n:after {
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 26px;
    position: absolute;
    top: 8px;
    left: 0;
  }
  #gnav.action p span.n {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: ease .10s;
    transition: ease .10s;
  }
  #gnav.action p span.n:after,
  #gnav.action p span.n:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    left: 0;
  }
  #gnav ul {
    /* width: auto; */
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    padding: 0;
  }
  #gnav li + li {
    border-left: none;
  }
  .overlay:after,
  .overlay #header .hinner:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: 99;
  }
  .no-scroll {
    overflow: hidden;
　}
  #gnav .flex_c {
    display: block !important;
  }
}

.w17 {
  max-width: 1170px;
  margin: 0 auto;
  width: 95%;
}

#footer .more i {
  font-size: 1.5em;
  padding-right: 0.5rem;
}

#footer .img {
  /*	width:2271px;
	height:auto;
	margin-left:-550px;*/
  width: 100%;
  max-width: none;
}

#footer .img li {
  /*float:left;*/
  width: 300px;
}

#footer .box {
  padding: 50px 0 0 0;
}

#footer .box .tbox {
  width: 36%;
  height: auto;
  float: left;
  padding-bottom: 50px;
}

#footer .box .right {
  width: 61%;
  float: right;
  margin-bottom: 50px;
}
#footer .box .right .bana{
    margin: 30px auto 0 auto;
    width: 100%;
    max-width: 500px;
}

#footer .box .right .bana img {
    width: 100%;
}
#footer .box .tbox h3 {
  padding: 0 0 10px 0;
}

#footer .box .tbox p {
  padding: 0 0 10px 0;
}

#footer .box .tbox table {
  width: 100%;
  height: auto;
  border-collapse: collapse;
  margin-bottom: 5px;
}

#footer .box .tbox td {
  border-bottom: 1px solid #237f92;
  text-align: center;
  font-size: 23px;
  color: #237f92;
  font-weight: bold;
}

#footer .box .tbox th {
  width: 120px;
  height: 45px;
  font-size: 17px;
  text-align: right;
  font-weight: normal;
  letter-spacing: -1px;
  border-bottom: 1px solid #237f92;
}

#footer .box .tbox thead th {
  height: 35px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #237f92;
  border-radius: 8px 0 0 0;
  font-size: 16px;
  border: none;
}

#footer .box .tbox thead td:last-child {
  border-radius: 0 8px 0 0;
}

#footer .box .tbox thead td {
  font-size: 16px;
  color: #fff;
  background: #237f92;
  border: none;
}

#footer .box .tbox ul {
  padding-bottom: 10px;
}

#footer .box .tbox dt {
  display: inline-block !important;
  font-weight: bold;
  padding-right: 15px;
}

#footer .box .tbox dd {
  font-size: 30px;
  display: inline-block !important;
  line-height: 1;
}

#footer .box .tbox dd img {
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 3px;
}

#footer .box .tbox dl {
  padding-bottom: 15px;
}

#footer .box .tbox .more a {
  display: block;
  width: 80%;
  margin: auto;
  background: #237f92;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 44px;
  font-weight: bold;
  border-radius: 4px;
}

#footer .box .tbox .more a img {
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 12px;
}

#footer .footnav {
  background: #237f92;
}

#footer .footnav .inner {
  max-width: 1170px;
  width: 95%;
  margin: 0 auto;
  padding: 28px 0 0 0;
  text-align: center;
  letter-spacing: -5px;
}

#footer .footnav .inner ul {
  text-align: center;
}

#footer .footnav .inner li {
  letter-spacing: 0px;
  display: inline-block !important;
  padding: 0 0 10px 0;
}

#footer .footnav .inner li:last-child:after {
  content: "｜";
  color: #fff;
}

#footer .footnav .inner li a {
  color: #fff;
  padding: 0 0.5rem;
}

#footer .footnav .inner li:before {
  content: "｜";
  color: #fff;
}

#footer .copy {
  text-align: center;
  padding: 20px 0 25px 0;
  color: #fff;
  font-size: 12px;
}

.totop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
}

.totop .sp_topbtm {
  display: none;
}

.totop .pc_topbtm {
  display: block;
}

@media only screen and (max-width: 1024px) {
  #footer .box .tbox {
    width: auto;
    float: none;
  }
  #footer .box .tbox table {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .box .right {
    width: 100%;
    float: none;
  }
  #footer .box .map iframe {
    width: 100%;
  }
  #footer .box .tbox p {
    text-align: center;
  }
  #footer .box .tbox ul li {
    text-align: center;
  }
  #footer .box .tbox dl {
    text-align: center;
  }
  #footer .box .tbox .more a {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 599px) {
  #footer .box .right .bana{
    margin: 20px auto 0 auto;
    max-width: 320px;
}
  #footer .box .tbox th {
    font-size: 13px;
    text-align: center;
    width: 88px;
  }
  #footer .box .tbox dl {
    padding-bottom: 15px;
    text-align: center;
  }
  #footer .box .tbox .more a {
    margin: 0 auto;
  }
  #footer .box .tbox thead td:last-child {
    padding-right: 8px;
  }
  #footer .box .tbox {
    padding-bottom: 30px;
  }
  #footer .box .right {
    margin-bottom: 30px;
  }
  #footer .footnav .inner {
    /*padding: 20px 0 28px 0;*/
    padding: 20px 0 120px 0;
  }
  #footer .box {
    padding: 30px 20px 0 20px;
  }
  .totop {
    bottom: 120px;
    right: 20px;
    width: 50px;
  }
  .totop .sp_topbtm {
    display: block;
  }
  .totop .pc_topbtm {
    display: none;
  }
}

/*下層共通*/
.subtit {
  position: relative;
  overflow: hidden;
  height: 200px;
  width: auto;
}

.subtit h2 {
  max-width: 1170px;
  margin: 0 auto;
  width: 95%;
  position: relative;
  z-index: 1;
  font-size: 34px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  padding-top: 80px;
}

.bkimg {
  width: 100%;
}

.bkimg .trimming:after {
  display: block;
  content: "";
  padding-top: 25vh;
}

.bkimg img {
  width: 100%;
  height: auto;
  min-width: 1900px;
}

.h3s {
  text-align: center;
  font-size: 30px;
  color: #237f92;
  padding: 0 0 30px 0;
  font-weight: bold;
}

.w17t {
  max-width: 1170px;
  margin: 0 auto;
  width: 95%;
  padding-top: 50px;
}

@media only screen and (max-width: 1024px) {
  .subtit h2 {
    font-size: 24px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6), 0 0 10px rgba(0, 0, 0, 0.6), 0 0 10px rgba(0, 0, 0, 0.6);
  }
  .w17t {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 599px) {
  .subtit h2 {
    font-size: 18px;
    padding-top: 60px;
  }
  .h3s {
    font-size: 24px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .subtit {
    height: 150px;
  }
  .bkimg .trimming:after {
    /*padding-top: 20vh;*/
    padding-top: 150px;
  }
}

/*about*/
.about1 .pic {
  width: 33.3%;
  float: right;
}

.about1 .tbox {
  width: 62.4%;
  float: left;
  padding-top: 20px;
  padding-left: 20px;
}

.about1 p {
  padding: 0 0 20px 0;
}

.about1 {
  padding-bottom: 30px;
}
.about1.imgs01 .box {
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
}

.bk1 {
  background: #fff8ec;
}

.bk2 {
  background: #c6f3f3;
  background: -moz-linear-gradient(top, #c6f3f3 0%, #e9f4ce 100%);
  background: -webkit-linear-gradient(top, #c6f3f3 0%, #e9f4ce 100%);
  background: linear-gradient(to bottom, #c6f3f3 0%, #e9f4ce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6f3f3', endColorstr='#e9f4ce', GradientType=0);
}

.bkw {
  background: #ffffff;
}

@media only screen and (max-width: 599px) {
  .about1 .pic {
    float: none;
    width: auto;
    text-align: center;
    width: 75% !important;
    margin: 0 auto;
  }
  .about1 .tbox {
    width: auto;
    float: none;
    padding: 0 20px;
  }
  
.about1.imgs01 .box {
    max-width:94%;
}
}

.about2 .wrap {
  overflow: hidden;
  margin-bottom: 30px;
}

.about2 .tbox {
  box-sizing: border-box;
  width: 62.4%;
  background: #fff;
  padding: 28px 28px 1000px 28px;
  float: left;
  margin-bottom: -1000px;
}

.about2 .pic {
  width: 33.3%;
  padding-bottom: 0;
  float: right;
}

.about2 .p {
  padding: 0 0 20px 0;
}

.about2 {
  padding-bottom: 20px;
}

@media only screen and (max-width: 599px) {
  .about2 .tbox {
    float: none;
    width: auto;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .about2 .pic {
    float: none;
    width: auto;
    text-align: center;
    padding: 0 20px;
    padding-bottom: 20px;
  }
  .about2 p {
    padding: 0 20px;
    padding-bottom: 20px;
  }
  .about2 .wrap {
    margin-bottom: 20px;
  }
}

.about3 ul {
  float: right;
  width: 33.3%;
}

.about3 li {
  border-left: 5px solid #237f92;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 20px;
}

.about3 li dl {
  padding: 5px 0 10px 15px;
}

.about3 .map {
  float: left;
  width: 62.4%;
}

.about3 li dt {
  font-size: 18px;
  font-weight: bold;
  color: #237f92;
}

.about3 {
  padding-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .about3 .map {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  .about3 .map iframe {
    width: 100%;
  }
  .about3 ul {
    float: none;
    width: auto;
    padding-left: 0;
  }
}

@media only screen and (max-width: 599px){
  .about3 ul .tel{
    display: block;
  }
}

/*home*/
.h2_wrap {
  position: relative;
}

.h2_wrap .h {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-weight: normal;
  text-align: center;
  line-height: 2;
  width: 80%;
  text-shadow: #555 1px 1px 10px, #555 -1px 1px 10px, #555 1px -1px 10px, #555 -1px -1px 10px;
}

/********************************

s_home

********************************/
@media only screen and (max-width: 599px) {
  .h2_wrap .h {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    margin: 2rem auto 0;
    text-shadow: none;
    color: #237f92;
    line-height: 1.6;
    width: 100%;
  }
  .home-reason dd.pic,
  .home-dental_d .pic,
  .home-blog .pic {
    width: 100%;
  }
}

.home-reason dl {
  width: 23.1%;
  margin: 0 2.53% 50px 0;
  background: #fff;
  position: relative;
}

.home-reason dl:nth-child(4n+4) {
  margin-right: 0;
}

.home-reason dd.pic {
  position: relative;
}

.home-reason dd .n {
  position: absolute;
  top: 0;
  left: 0;
  width: 128px;
  height: 128px;
  box-sizing: border-box;
  color: #fff;
  background: url(/import/tenant_1/133.167.101.50/html/images/common/icon_01.png) 0 0 no-repeat;
  font-size: 36px;
  color: #fff;
  line-height: 1;
  padding: 20px 0 0 14px;
  z-index: 3;
  text-align: left;
}
.home-reason .bana{
    margin:20px auto 60px auto;
    width: 100%;
    max-width: 650px;
}

.home-reason .bana img {
    width: 100%;
}

@media only screen and (max-width: 1024px) {
  .home-reason dd .n {
    width: 79px;
    height: 79px;
    background-size: 79px 79px;
    font-size: 24px;
    padding: 10px 0 0 10px;
  }
}

.home-reason dt {
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  font-weight: bold;
  color: #237f92;
  padding: 16px 2.5% 10px 2.5%;
}

@media only screen and (max-width: 600px) {
  .home-reason dt {
    font-size: 15px;
  }
  .home-reason {
    padding-top: 20px;
  }
  .home-reason .bana{
    margin: 20px auto 40px auto;
    max-width: 320px;
}


}

.hmore a {
  max-width: 350px;
  width: 95%;
  display: inline-block !important;
  background: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #4592a0;
  line-height: 63px;
  border: 1px solid #4592a0;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .hmore a {
    width: 60%;
    line-height: 35px;
    font-size: 14px;
    margin-top: 15px;
  }
}

.hmore a:before {
  content: url(/import/tenant_1/133.167.101.50/html/images/common/icon_03.png);
  position: absolute;
  right: 47px;
  top: 0;
}

.hmore.rev a:before {
  transform: rotate(180deg);
  right: auto;
  left:47px;
  bottom: 2px;
}

.home-reason .hmore {
  text-align: center;
}

.home-reason {
  padding-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .home-reason dl {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 599px) {
  .hmore a:before {
    right: 12px;
    top: 2px;
  }
  .home-reason {
    padding-bottom: 30px;
  }
}

.home-nayami h3 .w {
  display: inline-block !important;
}

.home-nayami h3 img {
  display: inline-block !important;
  vertical-align: middle;
}

.home-nayami h3 .n {
  position: relative;
}

.home-nayami h3 .n img {
  position: absolute;
  top: -30px;
  right: 0;
}

.home-nayami .wrap .box:nth-child(2n+2) {
  margin-right: 0;
}

.home-nayami .wrap .box {
  width: 48%;
  position: relative;
  margin: 0 4% 25px 0;
}

.home-nayami .wrap .box:before {
  content: url(/import/tenant_1/133.167.101.50/html/images/common/icon_06.png);
  bottom: 4px;
  right: 4px;
  width: 14px;
  height: 16px;
  position: absolute;
}

.home-nayami .wrap .box .pic {
  width: 33.6%;
  float: left;
}

.home-nayami .wrap .box .pic a {
  display: block;
}

@media only screen and (max-width: 600px) {
  .home-nayami .wrap .box .pic {
    padding-top: 48px;
    padding-left: 3%;
    padding-bottom: 20px;
  }
  .w17t.home-nayami {
    padding-top: 25px;
  }
}

.home-nayami .wrap .box .tbox {
  width: 55.7%;
  float: right;
  padding: 0 5% 0 0;
}

.home-nayami .wrap .box .ic {
  position: absolute;
  top: -44px;
  right: 12px;
}

.home-nayami .wrap .box:nth-child(1) {
  background: #d6e6f3;
}

.home-nayami .wrap .box:nth-child(2) {
  background: #ffe6de;
}

.home-nayami .wrap .box:nth-child(3) {
  background: #e3d2e7;
}

.home-nayami .wrap .box:nth-child(4) {
  background: #f2f2b8;
}

.home-nayami .wrap .box .tbox h4 {
  text-align: center;
  font-size: 18px;
  color: #237f92;
  padding: 15px 0 5px 0;
}

.home-nayami .wrap .box .tbox h4 a {
  text-align: center;
  font-size: 18px;
  color: #237f92;
  text-decoration: underline;
}

.home-nayami .wrap .box .tbox p {
  line-height: 140%;
  padding: 0 0 20px 0;
}

.ac {
  position: relative;
  font-size: 1px;
  margin-bottom: -1px;
  height: 1px;
}

.ac a {
  position: absolute;
  left: 0;
  top: -54px;
}

@media only screen and (max-width: 599px) {
  .home-nayami h3 img {
    /*	display:none !important;*/
    width: 17px;
  }
  .home-nayami .wrap .box {
    width: 100%;
    margin-right: 0;
  }
  .ac a {
    top: 0;
  }
  .home-nayami h3 .w {
    width: 80%;
  }
}

.home-dental_d {
  border: 1px solid #aeaeae;
  margin-bottom: 50px;
}

.home-dental_d .text {
  padding: 1.5rem;
  box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
  .home-dental_d .right .pic {
    width: 87%;
    top: auto;
    bottom: 0;
    right: 0;
    left: auto;
    margin: auto;
    width: 327px;
    height: 238px;
  }
}

.home-dental_d .more {
  text-align: center;
  background: #56abe0;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
}

.home-dental_d .more a {
  color: #fff;
  display: block;
  padding: 12px 0;
}

.home-dental_d .more a img {
  vertical-align: middle;
  filter: brightness(8);
}

.home-dental_d .more .n {
  padding-left: 3em;
}

@media only screen and (max-width: 600px) {
  .home-dental_d .more .n {
    padding-left: 1em;
  }
}

.home-news {
  background: #fff;
  width: 80%;
  box-sizing: border-box;
  padding: 28px 30px 20px 30px;
  margin: 0 auto 50px;
}

.home-news h3 {
  float: left;
  padding: 0 0 0 67px;
  position: relative;
}

.home-news h3 strong {
  display: block;
  font-size: 24px;
  line-height: 1;
}

.home-news h3 img {
  position: absolute;
  top: 0;
  left: 0;
}

.home-news h3 .s {
  font-size: 14px;
  color: #248092;
  line-height: 1;
  display: block;
  padding-top: 3px;
}

.home-news .tit .more {
  float: right;
}

.home-news .tit .more a {
  display: inline-block !important;
  background: #237f92;
  width: 92px;
  color: #fff;
  height: auto;
  line-height: 34px;
  border-radius: 17px;
  font-size: 12px;
  text-align: center;
}

.home-news .table dl {
  padding: 18px 0 18px 0;
}

.home-news .table dl + dl {
  border-top: 1px dotted #ababab;
}

.home-news .table dt {
  color: #237f92;
  font-weight: bold;
  padding-bottom: 3px;
}

.home1 .fb a {
  display: block;
  background: #4a6092;
  border: 1px solid #c9c9c9;
  color: #fff;
  text-align: center;
  height: 158px;
}

.home1 .fb strong {
  display: block;
  font-size: 18px;
  padding: 48px 0 14px 0;
}

.home1 .fb .l {
  display: block;
  font-size: 23px;
  font-weight: bold;
}

.home1 .fb .l img {
  vertical-align: middle;
  margin-right: 5px;
}

.home1 .right li {
  padding-bottom: 28px;
}

.home1 .home-faq a {
  position: relative;
  display: block;
  border: 1px solid #aeaeae;
}

.home1 .home-faq .w {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  text-align: center;
  right: 10px;
  background: rgba(255, 255, 255, 0.57);
  z-index: 3;
}

.home1 .home-faq strong {
  display: block;
  color: #1568b6;
  text-align: center;
  font-size: 24px;
  line-height: 120%;
  padding-top: 18px;
}

.home1 .home-faq strong:after {
  content: "";
  display: block;
  margin: 0 auto;
  max-width: 218px;
  width: 95%;
  height: 5px;
  background: url(/import/tenant_1/133.167.101.50/import/tenant_1/153.126.170.238/html/images/top/faq_line.jpg) repeat-x 0 0;
  box-shadow: 0px 0px 0px 2px #ffffff;
}

.home1 .home-faq .t {
  max-width: 175px;
  display: inline-block !important;
  color: #1568b6;
  text-align: left;
  padding: 8px 0 0 0;
}

@media only screen and (max-width: 1024px) {
  .home-news {
    width: 100%;
    float: none;
  }
  .home1 .right {
    width: 100%;
    float: none;
  }
  .home1 .right li {
    width: 48%;
    max-width: 260px;
    padding-left: 1%;
    padding-right: 1%;
  }
  .home1 .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 599px) {
  .home1 .right li {
    width: 100%;
    padding-bottom: 15px;
  }
  .home-news .tit .more {
    float: none;
    text-align: right;
    padding-right: 12px;
  }
  .home-news h3 {
    float: none;
    padding: 0;
    padding-bottom: 10px;
  }
  .home-news h3 strong {
    font-size: 16px;
  }
  .home-news {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .home-news h3 img {
    left: 23px;
  }
  .home-news .table dl {
    padding: 18px 10px 18px 10px;
  }
  .home-news {
    margin-bottom: 30px;
  }
  .home1 .fb strong {
    font-size: 15px;
    padding: 20px 0 9px 0;
  }
  .home1 .fb a {
    height: 100px;
  }
  .home1 .fb .l img {
    width: 27px;
  }
  .home1 .home-faq strong {
    font-size: 21px;
    padding-top: 9px;
  }
  .home1 .right {
    padding-bottom: 13px;
  }
  .home-news {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.home-blog h3 .w {
  display: inline-block !important;
  position: relative;
}

.home-blog h3 .w img {
  position: absolute;
  right: -170px;
  top: -20px;
  max-width: none;
}

.home-blog .pic {
  border: 1px solid #c1c1c1;
}

.home-blog dl {
  max-width: 294px;
  width: 30.3%;
  padding: 0 1.5% 40px 1.5%;
}

.home-blog dt {
  color: #237f92;
}

.home-blog dt a {
  color: #237f92;
}

.home-blog dt {
  padding: 8px 0 5px 0;
}

.home-blog dt + dd {
  padding: 0 0 5px 0;
}

.home-blog .title {
  font-weight: bold;
  font-size: 16px;
}

.home-blog .title a {
  color: #237f92;
}

.home-blog .hmore {
  text-align: center;
}

.home-blog {
  padding-bottom: 50px;
}

.home-blog .flex_c {
  position: relative;
}

.home-blog .flex_c .img {
  position: absolute;
  bottom: -10px;
  left: 0;
}

@media only screen and (max-width: 599px) {
  .home-blog dl {
    width: 47%;
  }
  .home-blog h3 .w img {
    right: -130px;
  }
  .home-blog dl {
    padding-bottom: 30px;
  }
}

.bk3 {
  background: url(/import/tenant_1/133.167.101.50/html/images/common/menu_bg.jpg) center top no-repeat;
  background-size: cover;
}

.home-menu dl {
  width: 23.1%;
  max-width: 270px;
  background: #fff;
  position: relative;
  padding-bottom: 20px;
  margin: 0 2.53% 50px 0;
}

.home-menu dl:nth-child(4n+4) {
  margin-right: 0;
}

.home-menu dl:before {
  content: url(/import/tenant_1/133.167.101.50/html/images/common/icon_02.gif);
  width: 14px;
  height: 14px;
  bottom: 4px;
  right: 4px;
  position: absolute;
}

.home-menu dt {
  text-align: center;
  padding: 15px 0 5px 0;
  font-size: 18px;
  font-weight: bold;
  color: #237f92;
}

.home-menu dt a {
  color: #237f92;
}

@media only screen and (max-width: 1024px) {
  .home-menu dl {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

.home-menu dt + dd {
  padding-left: 15px;
  padding-right: 15px;
}

.home-greet {
  position: relative;
  overflow: hidden;
  background: #e9f1db;
}

.home-greet .bki {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.home-greet .bki .trimming.p33:after {
  padding-top: 54vh;
}

.home-greet .bki img {
  max-width: none;
  height: auto;
}

.home-greet .w17t {
  position: relative;
  z-index: 6;
}

.home-greet .pic {
  max-width: 300px;
  text-align: center;
}

.home-greet .tbox {
  padding: 0 20px;
  padding-bottom: 30px;
  box-sizing: border-box;
}

.home-greet .tbox p {
  padding: 0 0 20px 0;
}

.home-greet .pic dt {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0 5px 0;
}

.home-greet .pic dt .s {
  font-size: 18px;
  padding-right: 1em;
}

.home-greet .pic dt + dd {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 20px 0;
}

.home-greet h3 {
  font-size: 20px;
  font-weight: bold;
  color: #237f92;
  padding: 0 0 20px 0;
}

.home-greet .hmore {
  text-align: right;
}

@media only screen and (max-width: 769px) {
  .home-greet .pic {
    float: none;
    width: auto;
    margin: 0 auto;
  }
  .home-greet .tbox {
    width: auto;
    float: none;
    padding-bottom: 10px;
  }
  .home-greet .bki .trimming img {
    left: -12% !important;
  }
}

@media only screen and (max-width: 599px) {
  .home-greet .pic {
    float: none;
    width: auto;
    margin: 0 auto;
  }
  .home-greet .tbox {
    width: auto;
    float: none;
    padding-bottom: 10px;
  }
  .home-blog {
    padding-bottom: 30px;
  }
  .home-menu dl {
    margin-bottom: 20px;
  }
  .home-greet h3 {
    font-size: 16px;
  }
  .home-greet .bki .trimming img {
    left: -123% !important;
  }
  .home-greet .bki .trimming.p33:after {
    padding-top: 170%;
  }
  .home-greet .hmore {
    text-align: center;
  }
}

.home-voice h3 img {
  vertical-align: middle;
  margin: 0 20px;
}

.home-voice .box {
  background: #fff8ec;
  width: 47.9%;
}

.home-voice .box {
  margin: 0 4.2% 30px 0;
  box-sizing: border-box;
  padding: 24px 24px 0 24px;
}

.home-voice .box:nth-child(2n+2) {
  margin-right: 0;
}

.home-voice .box .pic {
  float: left;
  width: 33%;
}

.home-voice .box .pic .trimming:after {
  padding-top: 140%;
  /*100%で正方形にカット。100%以下で横長、100%以上で縦長*/
}

.home-voice .box .pic img {
  border: 1px solid #dddcdb;
}

.home-voice .box .tbox {
  width: 62%;
  float: right;
}

.home-voice .box p {
  padding: 0 0 20px 0;
}

.home-voice .box .tbox p:nth-of-type(1) {
  max-height: 70px;
  /*省略CSS*/
  overflow: hidden;
}

.home-voice .box p.sign {
  text-align: right;
  font-weight: bold;
}

.home-voice .hmore {
  text-align: center;
}

.home-voice {
  padding-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .home-voice .box .pic {
    float: none;
    width: auto;
    text-align: center;
  }
  .home-voice .box .tbox {
    width: auto;
    float: none;
  }
  .home-voice .box {
    padding-left: 2.5%;
    padding-right: 2.5%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 599px) {
  .home-voice h3 img {
    margin: 0 2%;
    max-width: 40px !important;
    height: auto !important;
  }
  .home-voice {
    padding-bottom: 20px;
  }
}

/*treatment*/
.treatment1 .pic {
  position: relative;
  width: 23.1%;
}

.treatment1 .pic .n {
  position: absolute;
  top: 0;
  left: 0;
  width: 128px;
  height: 128px;
  box-sizing: border-box;
  color: #fff;
  background: url(/import/tenant_1/133.167.101.50/html/images/common/icon_01.png) 0 0 no-repeat;
  font-size: 36px;
  color: #fff;
  line-height: 1;
  padding: 20px 0 0 14px;
  z-index: 1;
  text-align: left;
}

.treatment1 .box {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #fff;
  position: relative;
}

.treatment1 .box + .box {
  margin-top: 108px;
}

.treatment1 .box + .box:before {
  content: url(/import/tenant_1/133.167.101.50/html/images/common/icon_03-b.png);
  position: absolute;
  top: -78px;
  left: 50%;
  margin-left: -50px;
}

.treatment1 .tbox {
  width: 71.5%;
  padding: 25px 0 0 3.2%;
}
.treatment1 .tbox .two{
  padding-bottom: 40px;
}
.treatment1 .tbox .two h4{
  margin-bottom: 0;
}
.treatment1 .tbox:before {
  content: url(/import/tenant_1/133.167.101.50/html/images/common/icon_02.gif);
  width: 14px;
  height: 14px;
  bottom: 4px;
  right: 4px;
  position: absolute;
}

.treatment1 .tbox p {
  padding: 0 0 20px 0;
}

.treatment1 .tbox h4 {
  font-size: 18px;
  color: #237f92;
  padding: 0 0 10px 0;
}

.treatment1 {
  padding-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .treatment1 .tbox {
    width: 60%;
  }
  
  .treatment1 .pic {
    width: 36%;
  }
}

@media only screen and (max-width: 599px) {
  .treatment1 .pic {
    width: 100%;
  }
  .treatment1 .pic img {
    width: 100%;
  }
  .treatment1 .tbox {
    width: auto;
    padding-right: 3.2%;
    padding-top: 15px;
  }
  .treatment1 .flow {
    width: 90%;
    margin: 0 auto;
  }
  .treatment1 .pic .n {
    width: 78px;
    height: 78px;
    background-size: 78px 78px;
    font-size: 24px;
  }
  .treatment1 .tbox h4 {
    font-size: 16px;
  }
  .treatment1 .box + .box:before {
    content: url(/import/tenant_1/133.167.101.50/upload/tenant_1/4f961dd3f3737098f0448053f6b6d846.png);
    margin-left: -25px;
    top: -51px;
  }
  .treatment1 .box + .box {
    margin-top: 70px;
  }
}

.treatment2 table {
  width: 100%;
  height: auto;
  border: 1px solid #c1c1c1;
  box-sizing: border-box;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.treatment2 table .b {
  width: 2.6%;
}

.treatment2 table th {
  width: 287px;
  height: 84px;
  font-size: 24px;
}

.treatment2 table td {
  font-size: 24px;
  text-align: center;
  width: 100px;
}

.treatment2 table td.g {
  color: #237f92;
}

.treatment2 table tbody tr + tr th,
.treatment2 table tbody tr + tr td {
  border-top: 1px dashed #ababab;
}

.treatment2 table tbody tr + tr th.b,
.treatment2 table tbody tr + tr td.b {
  border-top: none;
}

.treatment2 table thead td {
  background: #237f92;
  color: #fff;
  font-weight: bold;
}

.treatment2 table thead th {
  background: #237f92;
  color: #fff;
  font-weight: bold;
  height: 49px;
}

.treatment2 li {
  font-weight: bold;
}

.treatment2 {
  padding-bottom: 50px;
}

@media only screen and (max-width: 599px) {
  .treatment2 table .b {
    display: none;
  }
  .treatment2 table th {
    font-size: 14px;
    height: 40px;
  }
  .treatment2 table td {
    font-size: 14px;
  }
  .treatment2 table td:nth-of-type(8) {
    padding-right: 8px;
  }
  .treatment2 {
    padding-bottom: 30px;
  }
}

.treatment3 .wrap {
  background: #fff;
  margin-bottom: 30px;
  padding: 30px 2.6% 10px 2.6%;
  /*padding:30px 20px 10px 20px;*/
  position: relative;
}

.treatment3 .wrap:before {
  content: url(/import/tenant_1/133.167.101.50/html/images/common/icon_02.gif);
  position: absolute;
  width: 14px;
  height: 14px;
  bottom: 4px;
  right: 4px;
}

.treatment3 {
  padding-bottom: 20px;
}

.treatment3 h4 {
  font-size: 18px;
  color: #237f92;
  padding: 0 0 10px 0;
}

.treatment3 .wrap p {
  padding: 0 0 20px 0;
}

.treatment3 .wrap dl {
  width: 48.6%;
  margin: 0 2.8% 20px 0;
}

.treatment3 .wrap dl:nth-child(2n+2) {
  margin-right: 0;
}

.treatment3 .wrap dt {
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 5px 0;
}

.treatment3 .wrap dt .g {
  font-weight: normal;
  color: #237f92;
  font-size: 10px;
  vertical-align: middle;
}

.treatment4 .wrap {
  background: #fff;
  margin-bottom: 30px;
  padding: 30px 2.6% 10px 2.6%;
  position: relative;
}

.treatment4 .wrap:before {
  content: url(/import/tenant_1/133.167.101.50/html/images/common/icon_02.gif);
  position: absolute;
  width: 14px;
  height: 14px;
  bottom: 4px;
  right: 4px;
}

.treatment4 {
  padding-bottom: 20px;
}

.treatment4 .wrap .tbox {
  float: left;
  width: 48.6%;
}

.treatment4 .wrap .right {
  width: 48.6%;
  float: right;
}

.treatment4 .wrap h4 {
  font-size: 18px;
  padding: 0 0 5px 0;
}

.treatment4 .wrap h4 .g {
  font-weight: normal;
  color: #237f92;
  font-size: 10px;
  vertical-align: middle;
}

.treatment4 .wrap .tbox p {
  padding: 0 0 20px 0;
}

.treatment4 .wrap .tbox p strong {
  color: #237f92;
}

.treatment4 .wrap .right li {
  border-left: 5px solid #237f92;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 20px;
}

.treatment4 .wrap .right dl {
  padding: 5px 0 10px 15px;
}

.treatment4 .wrap .right dt {
  font-size: 18px;
  font-weight: bold;
  color: #237f92;
}

@media only screen and (max-width: 599px) {
  .treatment3 .wrap dl {
    float: none;
    width: auto;
  }
  .treatment3 .wrap dl {
    margin-right: 0;
  }
  .treatment4 .wrap .right {
    float: none;
    width: auto;
  }
  .treatment4 .wrap .tbox {
    float: none;
    width: auto;
  }
  .treatment3 .wrap dt {
    font-size: 15px;
  }
  .treatment4 .wrap .right dt {
    font-size: 14px;
  }
  .treatment3 .wrap,
  .treatment4 .wrap {
    padding: 30px 20px 10px 20px;
    margin-bottom: 20px;
  }
  .treatment4 .wrap .tbox p {
    padding: 0 0 10px 0;
  }
}

/*owner*/
.owner1 h3 {
  text-align: left;
}

.owner1 .tbox .s1 li {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 10px 0;
}

.owner1 .tbox .s1 {
  padding-bottom: 30px;
}

.owner1 .tbox .s1 .g {
  font-weight: normal;
  color: #237f92;
  font-size: 10px;
  vertical-align: middle;
}

.owner1 .tbox .s2 li {
  border-left: 5px solid #237f92;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 50px;
}

.owner1 .tbox .s2 dl {
  padding: 12px 0 12px 0;
  margin-left: 15px;
}

.owner1 .tbox .s2 dt {
  font-size: 18px;
  font-weight: bold;
  color: #237f92;
  float: left;
}

.owner1 .tbox .s2 dd {
  padding: 2px 0 0 150px;
}

.owner1 .tbox .s2 dl + dl {
  border-top: 1px dotted #c1c1c1;
}

@media only screen and (max-width: 599px) {
  .owner1 .tbox .s2 dt {
    float: none;
    font-size: 15px;
  }
  .owner1 .tbox .s2 dd {
    padding-left: 0;
  }
  .about1 {
    padding-bottom: 20px;
  }
  .owner1 .tbox .s2 li {
    margin-bottom: 25px;
  }
  .owner1 h3 {
    font-size: 16px;
  }
}

.about1 + .about1 {
  border-top: 1px dashed #ababab;
}

/********************************
/********************************
/********************************

l_medical

********************************/
.row2 {
  width: 48%;
}
.row4 {
  width:23%;
  margin: 0 1% 5% 1%;
}
.medical .symptom_list01item01 {
  margin: 30px 1%;
}

.medical .symptom_list01item01 a {
  display: block;
}

.medical .symptom_list01item01 a .ofimg {
  position: relative;
  display: block;
  margin-bottom: 1rem;
}

.medical .symptom_list01item01 a .ofimg img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.medical .symptom_list01item01 a .ofimg:before {
  content: "";
  display: block;
  padding-top: 70%;
}

.medical .symptom_list01item01 .ofiImg img {
  border: 1px solid #999999;
}

@media only screen and (max-width: 1024px) {
  .medical .symptom_list01item01 {
    margin: 20px 1%;
    width: 31.333%;
  }
}

@media only screen and (max-width: 599px) {
  .medical .symptom_list01item01 {
    margin: 10px 1%;
    width: 48%;
  }
  .row4 {
  width:48%;
}
}

/********************************
/********************************
/********************************

l_explain

********************************/
.explain .h_a {
  color: #237f92;
  margin-bottom: 2rem;
  font-size: 20px;
  border-bottom: 1px solid #237f92;
  padding-bottom: .5rem;
}

.explain .h_a span {
  padding-left: 0.5rem;
}

.explain .tbox ul {
  margin: 1rem 0;
}

.explain .tbox ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.explain .t {
  margin-bottom: 3rem;
  line-height: 2;
}

.explain .nopic .tbox {
  float: none;
  width: 100%;
  box-sizing: border-box;
}

.explain .ul_wrap {
  width: 90%;
  margin: 2rem auto;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 2rem;
  box-sizing: border-box;
}

.explain .ul_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.explain .ul_wrap ul.wide li {
  width: 100%;
}

.explain .tbox .ul_wrap li {
  width: 48%;
  margin: 0 1% 1rem;
  font-size: 18px;
  font-weight: bold;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
  box-sizing: border-box;
  list-style-type: none;
}

.explain .ul_wrap li:before {
  content: "＞";
  color: #237f92;
  padding-right: .5rem;
}

.explain .dl_3 dl {
  width: 30%;
  border-top: 1px solid #237f92;
  border-bottom: 1px solid #237f92;
  border-left: 1px solid #237f92;
}

.explain .dl_3 dl dt,
.explain .dl_3 dl dd {
  padding: 0.5rem;
}

.explain .dl_3 dl dt {
  margin-bottom: 1rem;
  text-align: center;
  border-bottom: 1px solid #237f92;
}

.explain .dl_3 dl .pic {
  width: 100%;
}

.explain .dl_3 dl:last-of-type {
  border-right: 1px solid #237f92;
}

.explain .pic.thumb {
  width: 60%;
}

.explain .pic.wide {
  width: 30%;
  margin: 0 auto 2rem;
  float: none;
}

ol.numbering,
ol.numbering ol {
  margin: 1rem 0;
}

ol.numbering li,
ol.numbering ol li {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

ol.numbering ol {
  padding-left: 2rem;
}

/********************************
/********************************

m_explain

********************************/
@media only screen and (max-width: 1024px) {
  .explain .h_a {
    font-size: 16px;
  }
  .ul_wrap li {
    font-size: 16px;
  }
}

/********************************

s_explain

********************************/
@media only screen and (max-width: 599px){
.explain .ul_wrap {
 width: 100%;
 padding: 1rem;
}
.explain .tbox .ul_wrap li {
  width: 100%;
}
}


/*accident*/
.accident1 .flow {
  width: 62.4%;
  float: left;
}

.accident1 .pic {
  width: 33.3%;
  float: right;
  text-align: center;
}

.accident02 {
  padding-bottom: 50px;
}

.topic01 .pic_side {
  padding-left: 2rem;
  box-sizing: border-box;
}

.topic01 .text_side {
  background: #ffffff;
  padding: 2rem;
  box-sizing: border-box;
}

.monshinlist > .w50 {
  width: 50%;
}

.monshinlist .w50 {
  margin: 0;
}

.monshinlist > .w50:nth-of-type(2n + 1) {
  background: #237f92;
}

.monshinlist > .w50:nth-of-type(2n + 2) {
  background: #b59d94;
}

.monshinlist * {
  color: #fff;
  text-align: center;
}

.monshinlist .tbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.monshinlist,
.monshinlist li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.monshinlist .tbox dt,
.monshinlist .tbox dd {
  margin: 0.5em 0;
}

.monshinlist .tbox .btn a {
  display: inline-block;
  padding: 10px;
  border: 1px solid;
  width: 133px;
  max-width: 100%;
}

.accident1.treatment1 .pic .n {
  text-align: left;
}

.accident1.treatment1 .tbox {
  padding-left: 128px;
  min-height: 131px;
}

.accident1.treatment1 .tbox p {
  font-weight: bold;
  font-size: 18px;
}

.accident2 .clear {
  text-align: center;
  padding: 0 2.5%;
}

.accident3.ems4 .wrap ul {
  width: 100%;
}

.accident3wap .accident3 {
  border-bottom: 1px dashed #b1b1b1;
}

.accident3wap .accident3:last-of-type {
  border-bottom: none;
}

.accident4 h4 {
  font-size: 18px;
  color: #237f92;
  padding: 0 2.5% 15px 2.5%;
}

.accident4 dt {
  padding-bottom: 5px;
}

.accident4 dd {
  font-weight: normal;
}

.accident4 dl {
  min-height: 90px;
}

@media only screen and (max-width: 1024px) {
  .accident1 .flow {
    float: none;
    /*width: 100%;*/
    width: 80%;
    margin: 0 auto;
  }
  .accident1 > div > .pic {
    float: none;
    width: 80%;
    margin: 0 auto;
  }
  .accident1 .flow .pic {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  .accident1 .pic {
    padding-bottom: 30px;
  }
  .accident1.treatment1 .tbox {
    padding-top: 21px;
    /*padding-left: 26px;*/
    padding-left: 0px;
    margin: 0 auto;
    padding-bottom: 20px;
    min-height: 50px;
  }
  .monshinlist .tbox .btn a {
    padding: 7.5px;
  }
}

@media only screen and (max-width: 1024px) {
  .accident1 > div > .pic {
    width: 80%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 599px) {
  .accident1.treatment1 .tbox {
    padding-left: 20px;
    padding-right: 20px;
  }
  .monshinlist li .pic {
    width: 100%;
  }
  .monshinlist .tbox dt,
  .monshinlist .tbox dd {
    margin-bottom: 0.5em;
  }
  .monshinlist .tbox .btn a {
    padding: 5px;
  }
}

.ems1.pelvis1 .wrap {
  position: relative;
}

.ems1.pelvis1 .wrap:before {
  content: url(/import/tenant_1/133.167.101.50/html/images/common/icon_02.gif);
  width: 14px;
  height: 14px;
  bottom: 4px;
  right: 4px;
  position: absolute;
}

/*news*/
.newsmain {
  width: 73.5%;
  float: left;
}

.newsside {
  width: 22.2%;
  float: right;
}

.newsmain .tbox {
  padding-bottom: 30px;
}

.newsmain .tbox .inner.detail01 {
  max-height: 132px !important;
  overflow: hidden !important;
}

.newsmain .tbox .inner.detail01 img {
  display: none !important;
}

.newsmain .hmore {
  text-align: right;
}

.newsside dt {
  border-left: 5px solid #237f92;
  border-bottom: 1px solid #c1c1c1;
  padding: 5px 0 10px 15px;
  font-size: 18px;
  font-weight: bold;
  color: #237f92;
}

.newsside dd {
  border-bottom: 1px dashed #b1b1b1;
}

.newsside dd a {
  display: block;
  padding: 20px 0 20px 20px;
}

.newsside dl {
  padding-bottom: 50px;
}

.recommend .pic a {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .newsmain,
  .newsside {
    width: 100%;
    float: none;
  }
  .newsside {
    width: 95%;
    margin: 0 auto;
  }
}

.news1 .tit p {
  display: inline-block !important;
  padding-right: 20px;
}

.news-d .tbox p {
  padding-bottom: 30px;
}

.news-d.voice1 .wrap {
  padding-bottom: 0;
}

.back {
  text-align: center;
  padding-bottom: 50px;
}

.back a {
  display: inline-block !important;
  width: 92px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  background-color: #237f92;
  text-align: center;
  border-radius: 20px;
}

/*voice*/
.voice1 .tbox .tit {
  border-left: 5px solid #237f92;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 30px;
  padding: 5px 0 10px 15px;
}

.voice1 .tbox .tit h3 {
  font-size: 18px;
  font-weight: bold;
  color: #237f92;
  margin-bottom: 1rem;
}

.voice1 .tbox .tit h3 a {
  color: #237f92;
}

.voice1 .tbox .tit p {
  padding-bottom: 0;
}

.voice1 .tbox .tit p img {
  vertical-align: middle;
  padding-right: 10px;
}

.voice1 .wrap {
  padding-bottom: 50px;
  border-bottom: 1px dashed #b1b1b1;
  margin-bottom: 50px;
}

.pagenav {
  letter-spacing: -5px;
  text-align: center;
  padding-bottom: 50px;
}

.pagenav li {
  display: inline-block !important;
  letter-spacing: 0;
  padding: 0 15px;
}

.pagenav li a {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #237f92;
  border-radius: 50%;
}

@media only screen and (max-width: 1024px) {
  .pagenav li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
  }
  .pagenav li {
    padding: 0 8px;
  }
  .pagenav {
    padding-bottom: 40px;
  }
  .voice1 .tbox .tit h3 {
    text-align: left;
  }
}

/*faq*/
.faq1 ul li {
  width: 23.1%;
  margin: 0 2.53% 50px 0;
  background: #fff;
  position: relative;
}

.faq1 ul li:nth-child(4n+4) {
  margin-right: 0;
}

.faq1 ul a {
  display: block;
  font-size: 18px;
  line-height: 120%;
  font-weight: bold;
  color: #237f92;
  padding: 16px 12.5% 16px 12.5%;
}

.faq1 ul li a:before {
  content: url(/import/tenant_1/133.167.101.50/import/tenant_1/153.126.170.238/html/images/top/icon_02.gif);
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 14px;
  height: 14px;
}

.faq2 .wrap {
  padding-bottom: 50px;
}

.faq2 dl {
  padding-bottom: 30px;
}

.faq2 dt {
  position: relative;
  font-size: 18px;
  padding: 10px 0 15px 40px;
  border-bottom: 1px solid #c1c1c1;
  border-left: 5px solid #237f92;
  background: url(/import/tenant_1/133.167.101.50/import/tenant_1/153.126.170.238/html/images/faq/faq_01.gif) right 12px no-repeat;
  cursor: pointer;
  font-weight: bold;
}

.faq2 .q {
  position: absolute;
  width: 40px;
  text-align: center;
  line-height: 30px;
  text-align: center;
  color: #4592a0;
  top: 8px;
  left: 0;
  font-weight: bold;
}

.faq2 dd {
  background: #fff8ed;
  padding: 30px 2.5% 30px 2.5%;
  margin: 20px 0 0 0;
  position: relative;
  display: none;
}

.faq2.faq2-1 dd {
  background: #fff;
}

/*contact*/
.contact1 .wrap {
  background-color: #f6f3ee;
  padding: 30px 2.5%;
}

.contact1 {
  padding-bottom: 50px;
}

.contact1 p {
  text-align: center;
}

.contact1 p.tel {
  font-size: 48px;
}

.contact1 p.tel:before {
  content: url(/import/tenant_1/133.167.101.50/import/tenant_1/153.126.170.238/html/images/contact/contact_01.png);
  padding-right: 15px;
}

.contact1 p.tel + p {
  font-weight: bold;
}

.contact1 p.tel + p .t {
  color: #237f92;
}

@media only screen and (max-width: 599px) {
  .contact1 p.tel {
    font-size: 24px;
  }
  .contact1 p.tel:before {
    /*display: block;*/
    width: 10%;
    text-align: center;
    content: url(/import/tenant_1/133.167.101.50/upload/tenant_1/4462f9d5d6649a2f0e17b5cc0a453425.png);
    padding-right: 5px;
  }
  .voice1 .tbox .tit h3 {
    font-size: 14px;
  }
  .voice1 .tbox .tit {
    margin-bottom: 20px;
  }
  .voice1 .tbox .inner {
    padding: 0 20px;
  }
  .newsmain .tbox {
    padding-bottom: 20px;
  }
  .newsmain .hmore {
    text-align: center;
  }
  .voice1 .wrap {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .voice1.about1 .pic {
    width: 60%;
  }
  .newsside dd {
    padding: 10px 0 10px 20px;
  }
  .newsside dt {
    font-size: 15px;
    padding: 5px 0 5px 15px;
  }
  .newsside dl {
    padding-bottom: 40px;
  }
  .faq1 ul li {
    width: 44.1%;
    margin-bottom: 10px;
  }
  .faq1 ul a {
    font-size: 16px;
    line-height: 129%;
    padding: 8px 12.5% 8px 12.5%;
    min-height: 36px;
  }
  .faq1 ul li:nth-child(4n+4) {
    margin-right: 2.53%;
  }
  .faq1 {
    padding-bottom: 20px;
  }
  .faq2 dt {
    font-size: 15px;
    padding: 10px 10px 15px 30px;
    background: url(/import/tenant_1/133.167.101.50/import/tenant_1/153.126.170.238/html/images/faq/faq_01.gif) right 12px no-repeat;
  }
  .faq2 dd {
    padding: 20px;
  }
  .faq2 dl {
    padding-bottom: 20px;
  }
  .faq2 .wrap {
    padding-bottom: 15px;
  }
  .contact1 .wrap {
    padding: 20px 2.5%;
  }
  .contact1 {
    padding-bottom: 30px;
    padding-top: 20px;
  }
}

.contact2 {
  padding-bottom: 50px;
}

.contact2 .wrap {
  padding: 50px 2.5%;
  background-color: #fff;
  text-align: center;
}

.contact2 .wrap .tx {
  padding-bottom: 25px;
}

.contact2 .table dt {
  float: left;
  font-weight: bold;
  font-size: 18px;
  padding: 5px 0 15px 0;
}

.contact2 .table dt strong {
  color: #237f92;
  font-size: 14px;
}

.contact2 .table dd {
  padding: 5px 0 5px 355px;
}

.contact2 .table dl {
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 20px;
  border-left: 5px solid #237f92;
  padding-left: 15px;
}

.contact2 .table dd .size1 {
  width: 400px;
  height: 30px;
  border: 1px solid #c1c1c1;
  box-shadow: 0px 0px 6px 3px #ebebeb inset;
}

.contact2 .table dd textarea {
  width: 97%;
  height: 200px;
  border: 1px solid #c1c1c1;
  box-shadow: 0px 0px 6px 3px #ebebeb inset;
}

.contact2 .table dd input[type=radio] {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
}

.contact2 .table dd .s2 {
  padding-right: 55px;
}

.contact2 .table dd .s2 label {
  padding-right: 20px;
}

.contact2 .formbtn {
  text-align: center;
  letter-spacing: -5px;
  padding: 40px 0 0 0;
}

.contact2 .formbtn li {
  text-align: center;
  letter-spacing: 0;
  padding: 0 10px;
}

.contact2 .formbtn li:nth-of-type(2) {
  padding-top: 20px;
}

.contact2 .formbtn li #check {
  max-width: 350px;
  width: 95%;
  display: inline-block !important;
  background: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #4592a0;
  line-height: 63px;
  border: 1px solid #4592a0;
  position: relative;
  background: url(/import/tenant_1/133.167.101.50/import/tenant_1/153.126.170.238/html/images/top/icon_03.png) no-repeat 90% 24px;
}

.contact2 .formbtn li .form-submit-btn,
.contact2 .formbtn li .input-confirm-form-submit-btn,
.contact2 .formbtn li .input-confirm-form-back-btn {
  max-width: 350px;
  width: 95%;
  display: inline-block !important;
  background: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #4592a0;
  line-height: 63px;
  border: 1px solid #4592a0;
  position: relative;
  background: url(/import/tenant_1/133.167.101.50/import/tenant_1/153.126.170.238/html/images/top/icon_03.png) no-repeat 90% 24px;
}

.con_h {
  color: #237f92;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  .contact2 .table dt {
    float: none;
    padding-bottom: 0;
  }
  .contact2 .table dd {
    padding-left: 0;
  }
}

/*ems*/
.ems1 {
  padding-bottom: 50px;
}

.ems1 .wrap {
  background: #FFFFFF;
  padding: 30px 2.5% 10px 2.5%;
}

.ems1 li {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
}

.ems1 li strong {
  color: #237f92;
  font-size: 10px;
  padding-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

.ems1 ul {
  width: 45%;
  float: left;
}

.ems1 ul + ul {
  float: right;
}

@media only screen and (max-width: 1024px) {
  .ems1 .wrap {
    background: #FFFFFF;
    padding: 30px 0 10px 0;
  }
  .ems1 ul {
    width: 95%;
    float: none;
    margin: 0 auto;
  }
  .ems1 ul + ul {
    float: none;
  }
}

@media only screen and (max-width: 599px) {
  .ems1 li {
    font-size: 14px;
  }
  .ems1 .wrap {
    padding: 30px 20px 10px 20px;
  }
  .ems1 {
    padding-bottom: 30px;
  }
  .contact2 .wrap {
    padding: 20px;
  }
  .contact2 .table dt {
    font-size: 14px;
  }
  .contact2 .table dd .size1 {
    width: 94%;
    height: 25px;
  }
  .contact2 .table dd textarea {
    width: 93%;
  }
  .contact2 .formbtn li .form-submit-btn,
  .contact2 .formbtn li .input-confirm-form-submit-btn,
  .contact2 .formbtn li .input-confirm-form-back-btn {
    max-width: 350px;
    width: 75%;
    display: inline-block !important;
    background: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #4592a0;
    line-height: 35px;
    border: 1px solid #4592a0;
    position: relative;
    background: url(/import/tenant_1/133.167.101.50/import/tenant_1/153.126.170.238/html/images/top/icon_03.png) no-repeat 88% 10px;
  }
  .contact2 .formbtn {
    padding: 5px 0 0 0;
  }
  .contact2 {
    padding-bottom: 30px;
  }
  .contact2 .formbtn li:nth-of-type(2) {
    padding-top: 10px;
  }
}

.ems2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c7f3f2+0,ddf4da+50,e9f4ce+100 */
  background: #c7f3f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c7f3f2 0%, #ddf4da 50%, #e9f4ce 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #c7f3f2 0%, #ddf4da 50%, #e9f4ce 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #c7f3f2 0%, #ddf4da 50%, #e9f4ce 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7f3f2', endColorstr='#e9f4ce', GradientType=0);
  /* IE6-9 */
}

.ems2 h3 + h4 {
  font-size: 60px;
  font-weight: normal;
  text-align: center;
  line-height: 90%;
  margin-bottom: 30px;
}

.ems2 h3 + h4 .s {
  font-size: 48px;
  display: block;
}

.ems2-1 li {
  width: 270px;
  height: 270px;
  background-color: #78b9bf;
  border-radius: 50%;
  margin-right: 30px;
  margin-bottom: 50px;
  text-align: center;
}

.ems2-1 li:nth-of-type(4n) {
  margin-right: 0;
}

.ems2-1 li p {
  color: #fff;
  line-height: 140%;
}

.ems2-1 li .p1 {
  font-size: 48px;
  padding: 80px 0 0 0;
}

.ems2-1 li .p2 {
  font-size: 24px;
  padding: 40px 0 0 0;
}

.ems2-1 li .p2 + p {
  font-size: 14px;
  padding: 15px 0 0 0;
}

.ems2-2 h4:before {
  width: 30px;
  content: url(/import/tenant_1/133.167.101.50/import/tenant_1/153.126.170.238/html/images/ems/ems1.png);
}

.ems2-2 h4:after {
  width: 30px;
  content: url(/import/tenant_1/133.167.101.50/import/tenant_1/153.126.170.238/html/images/ems/ems3.png);
}

.ems2-2 h4 {
  width: 100%;
  text-align: center;
  font-size: 48px;
  color: #ff717e;
  line-height: 73px;
  margin-bottom: 100px;
}

.ems2-2 h4 .t {
  width: 90%;
  display: inline-block !important;
  background: url(/import/tenant_1/133.167.101.50/import/tenant_1/153.126.170.238/html/images/ems/ems2.png) repeat-x;
  vertical-align: top;
}

.ems2-2 .inner div {
  width: 400px;
  min-height: 400px;
  background: url(/import/tenant_1/133.167.101.50/import/tenant_1/153.126.170.238/html/images/ems/ems5.png) no-repeat center;
  background-size: contain;
  float: left;
}

.ems2-2 .inner div + div {
  float: right;
}

.ems2-2 .inner div p {
  text-align: center;
  font-weight: bold;
  padding-top: 60px;
  font-size: 24px;
  line-height: 120%;
}

.ems2-2 .inner div + div p {
  padding-top: 90px;
}

.ems2-2 .inner {
  position: relative;
  min-height: 602px;
  padding: 0 30px;
}

.ems2-2 .inner .pic {
  position: absolute;
  top: 0;
  left: 38%;
}

@media only screen and (max-width: 1024px) {
  .ems2 h3 + h4 {
    font-size: 28px;
  }
  .ems2-2 h4:before,
  .ems2-2 h4:after {
    content: "";
  }
  .ems2 h3 + h4 .s {
    font-size: 18px;
    display: block;
  }
  .ems2-1 li {
    margin: 0 15px 50px 15px;
  }
  .ems2-1 li:nth-of-type(4n) {
    margin-right: 15px;
  }
  .ems2-2 h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .ems2-2 .inner div {
    width: 100%;
    height: auto;
    float: none;
  }
  .ems2-2 .inner div + div {
    float: none;
  }
  .ems2-2 .inner .pic {
    position: relative;
    text-align: center;
    left: auto;
  }
}

.ems4 .wrap {
  background: #FFFFFF;
  padding: 30px 2.5% 20px 2.5%;
}

.ems4 .wrap .left {
  width: 45%;
  float: left;
}

.ems4 .wrap ul {
  width: 45%;
  float: right;
}

.ems4 .wrap .left dt {
  font-size: 18px;
  font-weight: bold;
}

.ems4 .wrap .left dt strong {
  font-size: 10px;
  color: #237f92;
  padding-right: 10px;
}

.ems4 .wrap ul li {
  border-left: 5px solid #237f92;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 20px;
}

.ems4 .wrap ul li dl {
  padding: 5px 0 10px 15px;
}

.ems4 .wrap ul li dl dt {
  font-size: 18px;
  font-weight: bold;
  color: #237f92;
}

.ems4 {
  padding-bottom: 30px;
}

.ems5 {
  padding: 50px 0;
}

.ems5 .hmore {
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .ems4 .wrap .left {
    width: 95%;
    margin: 0 auto;
    float: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ems4 .wrap ul {
    width: 95%;
    float: none;
  }
  .ems4 .wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
  .ems4 .wrap ul li dl dt {
    font-size: 15px;
  }
  .ems4 {
    padding-bottom: 20px;
  }
  .accident4 h4 {
    font-size: 16px;
  }
  .accident4 dl {
    min-height: 0px;
  }
  .ems5 {
    padding: 0px 0 40px;
  }
  .ems2 h3 + h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .ems2-1 li {
    width: 200px;
    height: 200px;
    margin: 0 15px 20px 15px;
  }
  .ems2-1 li .p1 {
    font-size: 30px;
    padding-top: 60px;
  }
  .ems2-1 li .p2 {
    font-size: 16px;
    padding-top: 30px;
  }
  .ems2-2 h4 .t {
    font-size: 18px;
    line-height: 44px;
    width: 80%;
  }
  .ems2-2 .inner .pic img {
    width: 50%;
  }
  .ems2-2 .inner div {
    width: 100%;
    min-height: 200px;
  }
  .ems2-2 .inner div p {
    padding-top: 32px;
    font-size: 14px;
    height: 193px;
    min-height: 0px;
  }
  .ems2-2 .inner div {
    width: 80%;
    position: absolute;
    z-index: 2;
    top: -41px;
    right: 0px;
  }
  .ems2-2 .inner div + div {
    width: 80%;
    position: absolute;
    z-index: 2;
    top: 159px;
    right: 0px;
  }
  .ems2-2 .inner .pic {
    width: 60%;
    position: absolute;
    z-index: 1;
    top: 43px;
    right: 50%;
  }
  .ems2-2 .inner div {
    padding-top: 30px;
    height: 180px;
  }
  .ems2-2 .inner div p,
  .ems2-2 .inner div + div p {
    padding-top: 20px;
    height: 160px;
    margin-bottom: 30px;
  }
  .ems2-2 .inner div + div p {
    padding-top: 40px;
    margin-bottom: 30px;
  }
  .ems2-2 .inner {
    min-height: 420px;
  }
  .ems5 .hmore {
    padding-top: 20px;
  }
}

/********** FAQ **********/
.question {
  margin: 50px 0;
}

.question h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.question h3 .heading-text {
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: 5px;
  margin-bottom: 15px;
  width: 90%;
}

.question > .p {
  border: 5px solid #f8f5f0;
  padding: 15px;
  box-sizing: border-box;
  letter-spacing: 3px;
  line-height: 28px;
  min-height: 120px;
}

.question h3 .baloon-q {
  background-color: #a39b8a;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 30px;
  box-sizing: border-box;
  font-size: 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.question h3 .baloon-q:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -7px;
  border: 7px solid transparent;
  border-left: 15px solid #a39b8a;
  z-index: 0;
}

.question .p .baloon-a {
  float: right;
  background-color: #d6c49b;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-left: 30px;
  box-sizing: border-box;
  font-size: 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.question .p .baloon-a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -7px;
  border: 7px solid transparent;
  border-right: 15px solid #d6c49b;
  z-index: 0;
}

@media (max-width: 768px) {
  .question h3 .heading-text {
    width: 85%;
  }
}

@media (max-width: 414px) {
  .question h3 .heading-text {
    width: 73%;
    line-height: 40px;
  }
}

@media (max-width: 320px) {
  .question h3 .heading-text {
    width: 70%;
    line-height: 35px;
    font-size: 20px;
  }
}

/********** recruit **********/
.recruit01 li {
  border-bottom: 1px solid #237f92;
}

.recruit01 dl {
  padding: 20px;
}

.recruit01 dt {
  font-weight: 600;
}

@media only screen and (max-width: 599px) {
  .recruit .txtbox .txt {
    text-align: left;
  }
  .recruit01 dl {
    padding: 20px 10px 20px;
  }
}

/********************************
/********************************
/********************************

l_contact

********************************/
.contact01,
.contact02 {
  padding-bottom: 50px;
}

.contact01 .t,
.contact02 .t {
  width: 75%;
  margin: 0 auto 2rem;
}

.contact_form dl {
  width: 100%;
  margin-bottom: 2em;
}

.contact_form dt {
  width: 25%;
}

.contact_form dt .require {
  font-size: 0.9em;
  color: #fff;
  background: #237f92;
  padding: .15em 1em;
  margin-left: 0.5rem;
}

.contact_form dd {
  width: 70%;
  margin-left: 5%;
}

.contact_form dd .inputtext {
  border: 1px solid #237f92;
  padding: .5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}



.contact_form dd label {
  margin-right: 1em;
}

.contact_form .btn_wrap li {
  padding: 0;
  margin: 0 auto;
  width: 350px;
}

.contact_form .btn_wrap li.double {
  width: 350px;
}

.contact_form .contact-btn {
  width: 100%;
}

.contact_form .btn:hover {
  cursor: pointer;
  opacity: .6;
}

.contact_form.confirm dt {
  padding-top: 0;
  width: 40%;
}

.contact_form.confirm dt:after {
  content: "：";
}

.contact_form dd {
  width: 60%;
  padding-left: 1rem;
}

.contact-btn {
  max-width: 350px;
  width: 95%;
  display: inline-block !important;
  background: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #4592a0;
  line-height: 63px;
  border: 1px solid #4592a0;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .contact-btn {
    width: 60%;
    line-height: 35px;
    font-size: 14px;
    margin-top: 15px;
  }
}

.contact-btn:before {
  content: url(/import/tenant_1/133.167.101.50/html/images/common/icon_03.png);
  position: absolute;
  right: 47px;
  top: 0;
}

.contact-btn.rev:before {
  transform: rotate(180deg);
  right: auto;
  left:47px;
  bottom: 2px;
}

/********************************
/********************************

m_contact

********************************/
@media only screen and (max-width: 1024px) {
  .contact_form dt {
    width: 100%;
    margin: 0;
    padding: 0 0 .5rem 0;
  }
  .contact_form dd {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .contact_form .btn_wrap li {
    width: 30%;
  }
  .contact_form.confirm dt {
    width: 100%;
  }
}

/********************************

s_contact

********************************/
@media only screen and (max-width: 599px) {
  .contact_form .btn_wrap li {
    width: 60%;
  }
}

[data-element-id] .slick-track {
  transform: none !important;
  transition: none !important;
}

#mainimg .uk-slideshow > li > div,
#mainimg .uk-slideshow > li > div > img {
  height: 100% !important;
  object-fit: cover;
  max-height: 60vh !important;
}

#mainimg .uk-slidenav-position,
.uk-slidenav-position,
#mainimg .uk-slideshow > li > div,
#mainimg .uk-slideshow > li > div > img {
  max-height: 60vh !important;
}

@media only screen and (max-width: 1024px) {
  .uk-slideshow > li,
  .uk-slideshow {
    max-height: 25vh !important;
  }
}

/********************************
/********************************
/********************************

l_A-BiSU組込み用

********************************/
[data-element-id] .tab_sm {
  display: block;
}

[data-element-id] footer .totop a {
  right: 0;
  bottom: 100px;
  left: 90%;
}

[data-element-id] #wrapper {
  padding-top: 0 !important;
}

[data-element-id] #gnav.fixed {
  position: relative;
}

[data-element-id]#footer .loop {
  display: flex !important;
}

.monshin {
  text-align: center;
}

/*2020/05/15*/

.topimportant {
    margin: 50px 0 100px 0;
}

.topimportant .in {
    width: 80%;
    margin: auto;
}

.topimportant .in00 {
    margin-top: 10px;
}


.topimportant a {
    text-align: center;
    display: block;
    font-size: 22px;
    background: #237f92;
    color: #fff;
    font-weight: bold;
    padding: 15px 0px;
    line-height: 140%;
}

@media only screen and (max-width:1024px){
  .topimportant {
    margin: 50px 0 80px 0;
}
}
@media only screen and (max-width:599px){
  .topimportant {
    margin: 30px 0 60px 0;
}
.topimportant a {
    font-size: 16px;
}
}
.mb0 {
  margin-bottom: 0px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}

.pix {
  width: 100%;
}

.pix img {
  width: 100%;
}
.tc {
  text-align: center
}

.fs16 {
  font-size: 16px;
}


/*****2021/05/25*****/
.img001 {
  width: 33.3%;
}
.tbox001 {
  width: 57%;
  padding: 28px;
  background-color: #ffffff;
}

@media only screen and (max-width: 599px) {
  .img001 {
    width: 90%;
    margin: auto;
  }
  .tbox001 {
    width: 90%;
    margin: 20px auto;
  }
}

/*****2021/06/01*****/
.l_icon {
  line-height: 2;
}

.line0 {
  display: block;
  position: fixed;
  width: 150px;
  bottom: 10px;
  left: 20px;
  padding: 10px 0;
  background: #56abe0;
  border-radius: 15px;
  font-size: 16px;
}
.line0 p {
  text-align: center;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
.line0 img {
  width: 70%;
  margin: 0 15%;
}
.insta_icon {
  width: 50px;
  float: right;
  margin-left: 10px;
  display: block;
}
.insta_icon02 {
  width: 50px;
  margin: auto;
}

@media only screen and (max-width: 1024px) {
  .line0 {
  display: none;
}
  .insta_icon {
  display: none;
}
}

/******recruit******/
.mt100 {
  margin-top: 100px;
}
.recruit01 .linkbox {
  margin-bottom: 50px;
}
.recruit01 .linkbox ul {
  display: flex;
}
.recruit01 .linkbox li {
  border-bottom: initial;
  margin: 0 auto;
  width: 300px;
}
.recruit01 .linkbox li a {
  color: #fff;
  background: #237f92;
  padding: 5%;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.re-inner {
  margin-bottom: 100px;
}
.recruit01 .midashi01 {
  font-size: 26px;
  font-weight: bold;
  color: #FF9800;
  text-align: center;
  margin-bottom: 30px;
}
.re-box , .re-box02 {
  display: flex;
  margin-bottom: 30px;
}
.re-box .img {
  width: 35%;
  margin-right: 5%;
}
.re-box .img img , .re-box02 .img img {
  width: 100%;
}
.re-box .txt , .re-box02 .txt {
  width: 60%;
}
.re-box02 .img {
  width: 35%;
  margin-left: 5%;
}
.re-03 {
  background: #237f92;
  padding: 5%;
}
.re-03 .midashi01 {
  color: #fff;
}
.re-03 .txt {
  color: #fff;
}
.re-07 ul {
  width: 80%;
  margin: auto;
}
.re-08 .con {
  width: 50%;
  margin: auto;
  position: relative;
}
.re-08 .con .b-img {
  border: 3px solid #237f92;
}
.re-08 .con .b-img img {
  opacity: 0.5;
}
.re-08 .con .txt {
  position: absolute;
  top: 45%;
  left: 5%;
  font-size: 30px;
  font-weight: bold;
  color: #237f92;
  width: 90%;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .recruit01 .linkbox li {
    width: 280px;
  }
   .re-08 .con {
    width: 60%;
  }
  .re-08 .con .txt {
    top: 39%;
  }
}

@media only screen and (max-width: 599px) {
  .re-inner {
    margin-bottom: 80px;
  }
  .recruit01 .linkbox ul {
    display: block;
  }
  .recruit01 .linkbox li {
    margin: 0 auto 10px;
  }
  .re-box {
    flex-direction: column;
  }
  .re-box02 {
    flex-direction: column-reverse;
  }
  .recruit01 .midashi01 {
    font-size: 22px;
  }
  .re-box .img , .re-box02 .img {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .re-box .txt , .re-box02 .txt {
    width: 96%;
    margin: auto;
  }
  .re-07 ul {
    width: 100%;
  }
  .re-08 .con {
    width: 96%;
  }
  .re-08 .con .txt {
    top: 44%;
    font-size: 26px;
  }
}

/***スタッフの声***/
.staff-voice.left {
  position: relative;
  display: block;
  margin: 1.5em auto 1.5em 0;
  padding: 7px 10px;
  width: 700px;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  border-radius: 15px;
}
.staff-voice.left:before {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}
.staff-voice.right {
  position: relative;
  display: block;
  margin: 1.5em 0 1.5em auto;
  padding: 7px 10px;
  width: 700px;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  border-radius: 15px;
  
}
.staff-voice.right:before {
  content: "";
  position: absolute;
  top: 30%;
  right: 0;
  margin-right: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}
.staff-voice.left p , .staff-voice.right p {
  margin: 0;
  padding: 10px;
}

@media only screen and (max-width: 1024px) {
  .r-staff {
    padding: 3%;
  }
  .staff-voice.left , .staff-voice.right {
    width: 600px;
  }
}

@media only screen and (max-width: 599px) {
  .staff-voice.left , .staff-voice.right {
    width: 95%;
  }
}

/*****共通要素・TOP変更*****/
#mainimg .uk-slidenav-position, .uk-slidenav-position {
  max-height: 70vh !important;
}
.home-nayami .wrap .box:nth-child(5) {
  background: #d6e6f3;
}

.home-nayami .wrap .box:nth-child(6) {
  background: #ffe6de;
}

.home-nayami .wrap .box:nth-child(7) {
  background: #e3d2e7;
}

.home-nayami .wrap .box:nth-child(8) {
  background: #f2f2b8;
}
.t-recruit {
  padding: 80px 0;
}
.t-recruit .bnr {
  width: 600px;
  position: relative;
  margin: auto;
}
.t-recruit .bnr .img {
  width: 100%;
}
.t-recruit .bnr .img img {
  width: 100%;
}
.t-recruit .bnr .txt {
  position: absolute;
  width: 70%;
  top: 16%;
  left: 10%;
  padding: 5%;
  background: #ffffffbf;
}
.t-recruit .bnr .txt .mi {
  font-size: 30px;
  text-align: center;
  color: #237f92;
  font-weight: bold;
}


/*****sp固定ボタン*****/
.sp-btn {
  display: none;
}

@media only screen and (max-width: 599px){
  #header .hinner .right {
    display: none;
  }
  .sp-btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    border-top: 1px solid #fff; 
  }
  .sp-btn ul { 
    display: flex;
    flex-wrap: wrap;
  }
  .sp-btn ul li {
    width: 50%;
    background: #e9f1db;
  }
  .sp-btn ul li a {
    background: #e9f1db;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 15px 0;
    color: #237f92;
    font-weight: bold;
    font-size: 16px;
  }
  .sp-btn ul li:nth-child(2) a {
    background: #237f92;
    color: #fff;
  }
  .sp-btn ul li:nth-child(3) a {
    background: #237f92;
    color: #fff;
  }
  .sp-btn ul li a i {
    padding-right: 5px;
  }
  .sp-btn ul li a img {
    padding-right: 5px;
  }
  #footer .footnav .inner {
    padding: 20px 0 80px 0;
  }
  #footer .box .right {
    padding-left: 0;
  }
  #footer .copy {
    padding: 20px 0 120px 0;
  }
}

/**2024/10/30**/
.accordion-004 {
    width: 800px;
    margin: 0 auto 50px;
    border: 2px solid #237f92;
    border-radius: 5px;
}

.accordion-004 summary {
    position: relative;
    padding: 1em 2em;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    background: #237f92;
    color: #fff;
}

.accordion-004 summary::-webkit-details-marker {
    display: none;
}

.accordion-004 summary:hover {
  opacity: 0.6;
}
  
.accordion-004 div {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 2%;
    color: #333333;
    transition: transform .5s, opacity .5s;
    display: flex;
    flex-wrap: wrap;
}

.accordion-004[open] div {
    transform: none;
    opacity: 1;
}

.accordion-004 div ul {
  width: 48%;
  margin: 0 auto auto;
}

@media (max-width: 1024px){
  .accordion-004 {
    width: 600px;
  }
}

@media (max-width: 599px){
  .accordion-004 {
    width: 80%;
  }
  .accordion-004 div {
    padding: 5%;
  }
  .accordion-004 div ul {
    width: 98%;
  }
}

.w80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.pb50 {
  padding-bottom: 50px;
}

@media (max-width: 1024px){
  .w80 {
    width: 100%;
  }
}
