@charset "UTF-8";
/* スライダボタンの背景色 */
/* clearfix */
.clearfix {
  zoom: 1; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

/* グラデーション */
.body {
  background: transparent; }

/* */
/* アイコン表示 */
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes zoomUpAnime {
  0% {
    transform: scale(100%); }
  100% {
    transform: scale(110%); } }

@keyframes zoomDwonAnime {
  0% {
    transform: scale(110%); }
  100% {
    transform: scale(100%); } }

@keyframes pushBtn {
  0% {
    transform: translateY(0px);
    border-bottom-width: 3px; }
  100% {
    transform: translateY(3px);
    border-bottom-width: 0; } }

/******************************************************************************
* ファミリードクターとは
******************************************************************************/
@media screen {
  #about {
    text-align: center; }
  #about-tail {
    text-align: center; }
  #about-tail img {
    max-width: 350px;
    width: 100%;
    height: auto; } }

@media screen and (min-width: 480px) {
  /*タブレット CSS*/ }

@media screen and (min-width: 960px) {
  /*PC CSS*/
  #about {
    float: left;
    text-align: left;
    width: 600px; }
  #about-tail {
    float: left;
    width: 350px; }
  #about-tail img {
    width: 350px;
    height: auto; } }

/******************************************************************************
* 人間ドックを検索
******************************************************************************/
.doc-banner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.doc-banner a {
  width: 48.5%;
  margin-bottom: 15px;
  display: inline-block; }

.doc-banner img {
  width: 100%;
  height: auto; }

@media screen and (max-width: 480px) {
  .doc-banner {
    justify-content: none;
    flex-direction: column; }
  .doc-banner a {
    width: 100%; } }

/*
@media screen {
	.doc-banner {
		text-align: center;
	}
	.doc-banner img{
		height: auto;
		width: 160px;
	}
}

@media screen and (min-width:480px) { ///// タブレット
	.doc-banner img{
		height: auto;
		width: 225px;
	}
}

@media screen and (min-width:960px) { ///// PC
	.doc-banner img {
		height: auto;
		width: 300px;
	}
}
*/
/******************************************************************************
* 体の悩み
******************************************************************************/
@media screen {
  #nayami-part td {
    padding: 1px;
    vertical-align: bottom; } }

@media screen and (min-width: 480px) {
  /*タブレット CSS*/
  #nayami-part td {
    padding: 10px;
    vertical-align: bottom; } }

@media screen and (min-width: 960px) {
  /*PC CSS*/ }

/******************************************************************************
* hos
******************************************************************************/
#hos,
#sales,
#titles,
#contact,
#photos,
#notes,
.secHead,
#timetable,
#timetableNote,
#timetableNotSub,
#timetableNoteNotSub,
#headDoc1,
#headDoc2,
#news,
#kuchikomi {
  box-sizing: border-box;
  float: left;
  margin-bottom: 6px;
  padding-right: 3px;
  /* ガーター */
  padding-left: 3px;
  /* ガーター */
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

#timetableNote hr {
  height: 0;
  background-color: transpart;
  border-top: 1px dashed #cccccc; }

.search-res-item.search-where-freeword {
  background: #fdfde2; }

@media screen {
  #sales {
    text-align: center; }
  #titles {
    text-align: center; }
  #nettel {
    margin: 0 auto 0 auto; }
  #nettel tr {
    display: block; }
  #nettel td {
    display: list-item; }
  #contact-zip {
    text-align: center; }
  .hosCource-namePrice {
    float: left;
    width: 100%; }
  #hos-news-list {
    display: table;
    margin: 0 10px;
    width: 100%; } }

@media screen and (min-width: 480px) {
  /*タブレット CSS*/
  #nettel tr {
    display: table-row; }
  #nettel td {
    display: table-cell; } }

@media screen and (min-width: 960px) {
  /*PC CSS*/
  .container {
    margin: 0 auto;
    width: 960px; }
  #titles {
    width: 58.33333%;
    /* 3.5c */ }
  #contact {
    width: 41.66666%;
    /* 2.5c */ }
  #photos {
    width: 75.00000%;
    /* 4c */ }
  #notes {
    width: 25.00000%;
    /* 2c */ }
  .secHead {
    width: 100.0000%;
    /* 6c */ }
  #timetable {
    width: 100.0000%;
    /* 6c */ }
  #timetableNote {
    width: 100.0000%;
    /* 6c */ }
  #headDoc1 {
    width: 66.66666%;
    /* 4c */ }
  #headDoc2 {
    width: 33.33333%;
    /* 2c */ }
  #news {
    width: 100.0000%;
    /* 6c */ }
  #kuchikomi {
    width: 100.0000%;
    /* 6c */ }
  #sales {
    text-align: left; }
  #titles {
    text-align: left; }
  #nettel {
    margin: 0 0 0 auto; }
  #contact-zip {
    text-align: right; }
  .hosCource-namePrice {
    display: table;
    float: left;
    max-width: 680px;
    width: 100%; }
  #hos-news-list {
    display: table;
    float: left;
    margin: 0 10px;
    width: 640px; } }

/******************************************************************************
* single
******************************************************************************/
#single {
  box-sizing: border-box;
  float: left;
  margin-bottom: 6px;
  padding-right: 3px;
  /* ガーター */
  padding-left: 3px;
  /* ガーター */
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

/******************************************************************************
* top
******************************************************************************/
#quickSearch,
#sliders {
  box-sizing: border-box;
  float: left;
  margin-bottom: 6px;
  padding-right: 3px;
  /* ガーター */
  padding-left: 3px;
  /* ガーター */
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

@media screen {
  #quicks {
    text-align: center; } }

@media screen and (min-width: 960px) {
  /*PC CSS*/
  #quickSearch {
    width: 33.33333%;
    /* 2c */ }
  #sliders {
    width: 66.66666%;
    /* 4c */ }
  #quicks {
    text-align: left; } }

/******************************************************************************
* header
******************************************************************************/
@media screen {
  #hd-left {
    text-align: center; }
  #hd-left img {
    width: 100%;
    max-width: 360px; }
  #hd-right {
    text-align: center; }
  #hd-msg {
    display: none; }
  .menusep {
    background-color: #5ac8a0;
    padding: 0;
    margin: 0;
    width: 1px; }
  div.menu1 {
    margin: 0 auto 0 auto;
    background-image: url("../img/menu1s.png");
    width: 60px;
    height: 50px; }
  div.menu2 {
    margin: 0 auto 0 auto;
    background-image: url("../img/menu2s.png");
    width: 60px;
    height: 50px; }
  div.menu3 {
    margin: 0 auto 0 auto;
    background-image: url("../img/menu3s.png");
    width: 60px;
    height: 50px; }
  div.menu4 {
    margin: 0 auto 0 auto;
    background-image: url("../img/menu4s.png");
    width: 60px;
    height: 50px; }
  div.menu6 {
    margin: 0 auto 0 auto;
    background-image: url("../img/menu6s.png");
    width: 60px;
    height: 50px; }
  div.menu7 {
    margin: 0 auto 0 auto;
    background-image: url("../img/menu7s.png");
    width: 60px;
    height: 50px; }
  div.menu8 {
    margin: 0 auto 0 auto;
    background-image: url("../img/menu8s.png");
    width: 60px;
    height: 50px; }
  div.menu9 {
    margin: 0 auto 0 auto;
    background-image: url("../img/menu9s.png");
    width: 60px;
    height: 50px; } }

@media screen and (min-width: 480px) {
  /*タブレット CSS*/
  div.menu1 {
    margin: 0 auto 0 auto;
    background-image: url("../img/menu1s.png");
    width: 60px;
    height: 50px; }
  div.menu2 {
    margin: 0 auto 0 auto;
    background-image: url("../img/menu2s.png");
    width: 60px;
    height: 50px; }
  div.menu3 {
    margin: 0 auto 0 auto;
    background-image: url("../img/menu3s.png");
    width: 60px;
    height: 50px; }
  div.menu4 {
    margin: 0 auto 0 auto;
    background-image: url("../img/menu4s.png");
    width: 60px;
    height: 50px; }
  div.menu6 {
    margin: 0 auto 0 auto;
    background-image: url("../img/menu6s.png");
    width: 60px;
    height: 50px; }
  div.menu7 {
    margin: 0 auto 0 auto;
    background-image: url("../img/menu7s.png");
    width: 60px;
    height: 50px; }
  div.menu8 {
    margin: 0 auto 0 auto;
    background-image: url("../img/menu8s.png");
    width: 60px;
    height: 50px; }
  div.menu9 {
    margin: 0 auto 0 auto;
    background-image: url("../img/menu9s.png");
    width: 60px;
    height: 50px; } }

@media screen and (min-width: 960px) {
  /*PC CSS*/
  #hd-left {
    float: left;
    text-align: left; }
  #hd-right {
    text-align: right; }
  #hd-msg {
    display: block; }
  div.menu1 {
    margin: 0 auto 0 auto;
    background-image: url("../img/menu1.png");
    width: 190px;
    height: 40px; }
  div.menu2 {
    margin: 0 auto 0 auto;
    background-image: url("../img/menu2.png");
    width: 190px;
    height: 40px; }
  div.menu3 {
    margin: 0 auto 0 auto;
    background-image: url("../img/menu3.png");
    width: 190px;
    height: 40px; }
  div.menu4 {
    margin: 0 auto 0 auto;
    background-image: url("../img/menu4.png");
    width: 190px;
    height: 40px; }
  div.menu6 {
    margin: 0 auto 0 auto;
    background-image: url("../img/menu6.png");
    width: 190px;
    height: 40px; }
  div.menu7 {
    margin: 0 auto 0 auto;
    background-image: url("../img/menu7.png");
    width: 190px;
    height: 40px; }
  div.menu8 {
    margin: 0 auto 0 auto;
    background-image: url("../img/menu8.png");
    width: 190px;
    height: 40px; }
  div.menu9 {
    margin: 0 auto 0 auto;
    background-image: url("../img/menu9.png");
    width: 190px;
    height: 40px; } }

/******************************************************************************
* footer
******************************************************************************/
@media screen {
  .ft-sep {
    display: none; } }

@media screen and (min-width: 480px) {
  /*タブレット CSS*/
  .ft-sep {
    display: inline; }
  #ft-left {
    text-align: center; }
  #ft-right {
    text-align: center;
    padding-bottom: 10px; } }

@media screen and (min-width: 960px) {
  /*PC CSS*/
  #ft-left {
    text-align: center; }
  #ft-right {
    text-align: center;
    padding-bottom: 10px; }
  /*
	#ft-left {
		text-align: left;
	}
	#ft-right {
		text-align: right;
		float: right;
	}
*/ }

/******************************************************************************
* br
******************************************************************************/
@media screen {
  br.able-s {
    display: inline; } }

@media screen and (min-width: 480px) {
  /*タブレット CSS*/
  br.able-s {
    display: none; } }

@media screen and (min-width: 960px) {
  /*PC CSS*/ }

/******************************************************************************
* all
******************************************************************************/
* {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none; }

header,
#headContents,
#mainContents,
#footContents,
aside,
#media li,
footer {
  box-sizing: border-box;
  float: left;
  margin-bottom: 6px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

@media screen {
  #media li {
    width: 50.00000%;
    /* 3c */ }
  aside {
    text-align: center; } }

@media screen and (min-width: 480px) {
  /*タブレット CSS*/
  #media li {
    width: 33.33333%;
    /* 2c */ } }

@media screen and (min-width: 960px) {
  /*PC CSS*/
  .container {
    margin: 0 auto;
    width: 960px; }
  #mainContents {
    width: 66.66666%;
    /* 4c */ }
  aside {
    text-align: right;
    width: 33.33333%;
    /* 2c */ } }

/******************************************************************************
* 20170605 plus adjust css
******************************************************************************/
@media screen and (min-width: 960px) {
  .container {
    margin: 0 auto;
    width: 960px; }
  #photos {
    width: 73%;
    margin-right: 2%; } }

@media screen and (max-width: 959px) {
  .container {
    margin: 0 auto;
    width: 90%; }
  #photos {
    width: 100%;
    margin-right: 0; } }

.slide-area {
  /* new */
  margin-bottom: 20px;
  position: relative;
  line-height: 0; }

@media screen and (min-width: 480px) {
  .PhotoCap {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 15px;
    text-align: left;
    width: 100%;
    box-sizing: border-box; } }

@media screen and (max-width: 479px) {
  .PhotoCap {
    display: none; } }

/******************************************************************************
* 20180907　運営会社について
******************************************************************************/
@media screen {
  #company {
    text-align: left; }
  #company-tail {
    text-align: center; }
  #company-tail img {
    max-width: 350px;
    width: 100%;
    height: auto; } }

@media screen and (min-width: 480px) {
  /*タブレット CSS*/ }

@media screen and (min-width: 960px) {
  /*PC CSS*/
  #company {
    float: left;
    text-align: left;
    width: 600px; }
  #company-tail {
    float: left;
    width: 350px; }
  #company-tail img {
    width: 350px;
    height: auto; } }

/******************************************************************************
* 2018.10.turn
******************************************************************************/
@media screen and (max-width: 479px) {
  div.menu1 {
    margin: 0 auto 0 auto;
    background: url(../img/menu1s.png) no-repeat center bottom;
    background-size: contain;
    width: calc(48px + 1vw);
    height: calc(40px + 1vw); }
  div.menu2 {
    margin: 0 auto 0 auto;
    background: url(../img/menu2s.png) no-repeat center bottom;
    background-size: contain;
    width: calc(48px + 1vw);
    height: calc(40px + 1vw); }
  div.menu3 {
    margin: 0 auto 0 auto;
    background: url(../img/menu3s.png) no-repeat center bottom;
    background-size: contain;
    width: calc(48px + 1vw);
    height: calc(40px + 1vw); }
  div.menu4 {
    margin: 0 auto 0 auto;
    background: url(../img/menu4s.png) no-repeat center bottom;
    background-size: contain;
    width: calc(48px + 1vw);
    height: calc(40px + 1vw); }
  div.menu5 {
    margin: 0 auto 0 auto;
    background: url(../img/menu5s.png) no-repeat center bottom;
    background-size: contain;
    width: calc(48px + 1vw);
    height: calc(40px + 1vw); }
  div.menu6 {
    margin: 0 auto 0 auto;
    background: url(../img/menu6s.png) no-repeat center bottom;
    background-size: contain;
    width: calc(48px + 1vw);
    height: calc(40px + 1vw); }
  div.menu7 {
    margin: 0 auto 0 auto;
    background: url(../img/menu7s.png) no-repeat center bottom;
    background-size: contain;
    width: calc(48px + 1vw);
    height: calc(40px + 1vw); }
  div.menu8 {
    margin: 0 auto 0 auto;
    background: url(../img/menu8s.png) no-repeat center bottom;
    background-size: contain;
    width: calc(48px + 1vw);
    height: calc(40px + 1vw); }
  div.menu9 {
    margin: 0 auto 0 auto;
    background: url(../img/menu9s.png) no-repeat center bottom;
    background-size: contain;
    width: calc(48px + 1vw);
    height: calc(40px + 1vw); }
  #ft-left {
    margin-top: 10px; }
  #kd-head br {
    display: none; } }

@media screen and (max-width: 380px) {
  .search-where-freeword .vm input.search-field {
    width: 100% !important; }
  .container aside a img {
    width: 100%;
    height: auto; }
  .search-where {
    border: none;
    margin-bottom: 20px; }
  .search-where-checks {
    padding: 0; }
  .search-where-checks .dots {
    margin: 15px 0; }
  .search-where-checks > div > div > ul > li {
    min-width: 120px !important; }
  #titles .f-XXX-large {
    font-size: calc(1.8rem + 0.9vw);
    line-height: 1.3em; }
  #titles > span {
    font-size: calc(0.8rem + 0.2vw);
    line-height: 1.3em; }
  #headDoc1 > img {
    float: none !important;
    margin: 10px auto !important;
    display: block; }
  .headDoc-info {
    text-align: center; }
  .headDoc-info > em {
    display: block; }
  .innerbox > a > img {
    width: 100%;
    height: auto; }
  #hos-news-pic {
    margin: 0; }
  #hos-news-pic > a[href^="http://localhost:8888/fd/?page_id=9944"] > img {
    width: 100%;
    height: auto; }
  #hos-news-list {
    margin: 0; }
  #hos-news-list > div {
    margin: 10px 0;
    box-sizing: border-box; } }

.container .pans {
  margin-bottom: 20px !important; }

.container .pans:before, .container .pans:after {
  content: "";
  display: table; }

.container .pans:after {
  clear: both; }

hr.green_new {
  clear: both;
  height: 3px;
  margin: 15px 0;
  border-top: 1px solid #5ac8a0;
  border-bottom: 1px solid #5ac8a0; }

img.ChangePhoto {
  margin: 0 0.8% 0 0;
  box-sizing: border-box; }

img.ChangePhoto:last-child {
  margin: 0; }

#timetableNote {
  line-height: 1.3em; }

.kutikomi_part_btn {
  float: right; }

@media screen and (max-width: 479px) {
  .kutikomi_part_btn {
    float: none; } }

.kuchikomi_part_gate {
  text-align: center;
  margin: 30px 0; }

.kuchikomi_part_gate > strong {
  margin-bottom: 15px;
  display: inline-block; }

/* サイドバーのP保管によるBRの整形 */
aside br,
.home .widget .textwidget br {
  display: none; }

aside a {
  display: inline-block;
  padding-bottom: 6px; }

.home aside a {
  display: inline-block;
  padding-bottom: 7px; }

.fb_iframe_widget {
  padding-bottom: 13px; }

/* 自由診療や人間ドックの表示の修正 */
.hosCource hr.dots {
  visibility: hidden;
  clear: both; }

/* 人間ドックなどのスマホ表示の際の画像へのフロート対応 */
@media screen and (max-width: 481px) {
  #hdo-photo {
    float: none;
    display: block;
    margin: 0 auto; }
  #hdo-photo img {
    width: 100%;
    height: auto; } }

/* sliderについて */
.slick_slider div img {
  width: 100%;
  height: auto; }

/* 当番医の日付表示のレイアウト変更 */
@media screen and (max-width: 481px) {
  .tb-days {
    display: block; }
  .tb-days li.near,
  .tb-days li {
    display: block;
    height: 30px;
    margin-top: 10px;
    line-height: 30px; } }

.tb-days .near a:before {
  content: "";
  height: 0;
  width: 0px;
  display: inline-block;
  border-left: #000 6px solid;
  border-right: transparent 6px solid;
  border-top: transparent 4px solid;
  border-bottom: transparent 4px solid;
  margin-bottom: 1px; }

.tb_memo {
  border: 1px solid #ed98ba;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center; }

.tb_memo + .f-XX-large {
  margin-top: 30px; }

.tb_memo span {
  font-weight: bold; }

@media screen and (max-width: 481px) {
  .tb_memo {
    padding: 5px;
    margin-bottom: 20px; }
  .tb_memo span {
    font-weight: bold;
    font-size: 12px; }
  .tb_memo p {
    font-size: 10px; } }

/* スライダ関係 */
.slider_box {
  display: none; }

.slick-slide img {
  width: 100%;
  height: auto; }

.slick-dots {
  text-align: center;
  padding-top: 1em; }
  .slick-dots li {
    display: inline-block;
    margin: 0.5em; }
    .slick-dots li button {
      box-sizing: border-box;
      border: none;
      background: #5ac8a0;
      width: 1.4em;
      padding-top: 1.4em;
      overflow: hidden;
      height: 0;
      border-radius: 0.7em;
      cursor: pointer; }
      .slick-dots li button:hover {
        opacity: 0.8; }
  .slick-dots .slick-active button {
    background: #ffffff;
    border: 1px solid #5ac8a0; }
  @media screen and (max-width: 599px) {
    .slick-dots {
      font-size: 10px; } }

.slider_hos_nav li {
  padding: 15px;
  box-sizing: border-box; }
  @media screen and (max-width: 599px) {
    .slider_hos_nav li {
      padding: 5px; } }
  .slider_hos_nav li img:hover {
    opacity: 0.8;
    cursor: pointer; }

.slider_hos_nav .slick-active {
  opacity: 0.8; }

.slider_hos_nav_not_sub {
  margin: 0 auto;
  width: 40%; }
  .slider_hos_nav_not_sub li {
    padding: 15px;
    box-sizing: border-box; }
    @media screen and (max-width: 599px) {
      .slider_hos_nav_not_sub li {
        padding: 5px; } }
    .slider_hos_nav_not_sub li img:hover {
      opacity: 0.8;
      cursor: pointer; }
  .slider_hos_nav_not_sub .slick-active {
    opacity: 0.8; }

.home #quicks_top {
  padding: 20px;
  box-sizing: border-box; }

.home #quicks {
  box-sizing: border-box; }
  .home #quicks h2 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 15px; }
  .home #quicks h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px; }
  .home #quicks h3:before {
    content: "";
    display: inline-block;
    background: #5ac8a0;
    width: 0.6em;
    height: 0.6em;
    border-radius: 0.3em;
    margin-right: 0.3em;
    margin-bottom: 0.1em; }
  .home #quicks .range {
    margin-bottom: 15px;
    padding-left: 10px; }
    .home #quicks .range ul {
      margin-top: 5px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .home #quicks .range ul li {
        width: 30%; }
        .home #quicks .range ul li span {
          display: block;
          font-size: 14px;
          padding: 0.5em 0;
          text-align: center;
          line-height: 1;
          background: #ffffff;
          border: 1px solid #999;
          margin-bottom: 0.5em;
          border-radius: 0.2em;
          cursor: pointer; }
          @media screen and (max-width: 599px) {
            .home #quicks .range ul li span {
              font-size: 12px; } }
        .home #quicks .range ul li span:hover {
          opacity: 0.8; }
  .home #quicks .ctrls {
    padding-left: 10px; }
    .home #quicks .ctrls ul {
      margin-top: 5px;
      /* @include flex_js; */ }
      .home #quicks .ctrls ul li {
        display: inline-block; }
        .home #quicks .ctrls ul li a {
          display: block;
          font-size: 14px;
          padding: 0.5em;
          line-height: 1;
          background: #ffffff;
          border: 1px solid #999;
          margin-bottom: 0.5em;
          border-radius: 0.2em; }
          @media screen and (max-width: 599px) {
            .home #quicks .ctrls ul li a {
              font-size: 12px; } }
    .home #quicks .ctrls ul:before {
      display: none; }
    .home #quicks .ctrls ul:after {
      display: none; }
  .home #quicks div.vm:first-child {
    font-size: 16px; }
  .home #quicks div.vm {
    font-weight: bold; }

@media screen and (max-width: 959px) {
  div#emBtns ul li:nth-of-type(4) .none-sp {
    display: none; } }

@media screen and (max-width: 959px) {
  div#emBtns ul li:nth-of-type(4) .none-pc {
    display: block; } }

div#emBtns ul li:nth-of-type(5) {
  display: none; }
  @media screen and (max-width: 959px) {
    div#emBtns ul li:nth-of-type(5) {
      display: block; } }
  div#emBtns ul li:nth-of-type(5) .long {
    display: none; }
  @media screen and (max-width: 599px) {
    div#emBtns ul li:nth-of-type(5) {
      width: 95%;
      margin: 10px auto; }
      div#emBtns ul li:nth-of-type(5) .long {
        display: block; }
      div#emBtns ul li:nth-of-type(5) .min {
        display: none; } }

@media screen and (max-width: 959px) {
  aside #text-2 .none-sp {
    display: none; } }

@media screen and (max-width: 599px) {
  .single-offer .obox {
    padding: 0;
    border: none; } }

@media screen and (min-width: 960px) {
  .single-offer main > .new_inner {
    margin-bottom: 120px; } }

@media screen and (max-width: 959px) {
  .single-offer main > .new_inner {
    margin-bottom: 100px; } }

@media screen and (max-width: 599px) {
  .single-offer main > .new_inner {
    margin-bottom: 80px; } }

.single-offer #os-title {
  padding: 0.5em 0.7em; }
  @media screen and (min-width: 960px) {
    .single-offer #os-title {
      font-size: 22px; } }
  @media screen and (max-width: 959px) {
    .single-offer #os-title {
      font-size: 18px; } }
  @media screen and (max-width: 599px) {
    .single-offer #os-title {
      font-size: 14px; } }

.single-offer .os-tbl-base {
  border: 1px solid #cccccc;
  width: 100%; }
  @media screen and (max-width: 599px) {
    .single-offer .os-tbl-base {
      display: block;
      border-bottom: none; } }
  @media screen and (max-width: 599px) {
    .single-offer .os-tbl-base tbody {
      display: block; } }
  .single-offer .os-tbl-base th, .single-offer .os-tbl-base td {
    padding: 0.6em 0.8em;
    box-sizing: border-box; }
    @media screen and (min-width: 960px) {
      .single-offer .os-tbl-base th, .single-offer .os-tbl-base td {
        font-size: 16px; } }
    @media screen and (max-width: 959px) {
      .single-offer .os-tbl-base th, .single-offer .os-tbl-base td {
        font-size: 14px; } }
    @media screen and (max-width: 599px) {
      .single-offer .os-tbl-base th, .single-offer .os-tbl-base td {
        font-size: 12px; } }
  @media screen and (max-width: 599px) {
    .single-offer .os-tbl-base tr {
      display: block; } }
  .single-offer .os-tbl-base th {
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    background: rgba(90, 190, 150, 0.1);
    font-weight: bold;
    width: 20%; }
    @media screen and (max-width: 599px) {
      .single-offer .os-tbl-base th {
        width: 100%;
        display: block;
        border-right: none; } }
  .single-offer .os-tbl-base td {
    border-bottom: 1px solid #cccccc; }
    @media screen and (max-width: 599px) {
      .single-offer .os-tbl-base td {
        display: block; } }

.single-offer .os-sub-h2 {
  font-weight: bold;
  margin-top: 1.2em;
  margin-bottom: 0.8em;
  padding: 0.3em 0.5em;
  border-top: 1px solid #5ac8a0;
  border-bottom: 1px solid #5ac8a0; }
  @media screen and (min-width: 960px) {
    .single-offer .os-sub-h2 {
      font-size: 20px; } }
  @media screen and (max-width: 959px) {
    .single-offer .os-sub-h2 {
      font-size: 18px; } }
  @media screen and (max-width: 599px) {
    .single-offer .os-sub-h2 {
      font-size: 16px; } }

.single-offer .os-sub-title {
  margin-top: 2.8em;
  margin-bottom: 0.8em; }
  @media screen and (min-width: 960px) {
    .single-offer .os-sub-title {
      font-size: 18px; } }
  @media screen and (max-width: 959px) {
    .single-offer .os-sub-title {
      font-size: 16px; } }
  @media screen and (max-width: 599px) {
    .single-offer .os-sub-title {
      font-size: 14px; } }
  .single-offer .os-sub-title:before {
    content: "●";
    display: inline-block;
    font-size: 0.9em;
    margin-right: 0.3em;
    color: #fa648c; }

.single-offer #os-photo {
  float: none;
  width: 100%;
  display: block;
  width: 75%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 960px) {
    .single-offer #os-photo {
      margin-bottom: 30px; } }
  @media screen and (max-width: 959px) {
    .single-offer #os-photo {
      margin-bottom: 20px; } }
  @media screen and (max-width: 599px) {
    .single-offer #os-photo {
      margin-bottom: 10px; } }
  @media screen and (min-width: 960px) {
    .single-offer #os-photo {
      margin-top: 30px; } }
  @media screen and (max-width: 959px) {
    .single-offer #os-photo {
      margin-top: 20px; } }
  @media screen and (max-width: 599px) {
    .single-offer #os-photo {
      margin-top: 10px; } }
  .single-offer #os-photo img {
    width: 100%;
    height: auto; }

.single-offer #map {
  height: 450px; }
  @media screen and (min-width: 960px) {
    .single-offer #map {
      margin-top: 20px; } }
  @media screen and (max-width: 959px) {
    .single-offer #map {
      margin-top: 15px; } }
  @media screen and (max-width: 599px) {
    .single-offer #map {
      margin-top: 10px; } }
  @media screen and (min-width: 960px) {
    .single-offer #map {
      margin-bottom: 20px; } }
  @media screen and (max-width: 959px) {
    .single-offer #map {
      margin-bottom: 15px; } }
  @media screen and (max-width: 599px) {
    .single-offer #map {
      margin-bottom: 10px; } }
  @media screen and (max-width: 599px) {
    .single-offer #map {
      height: 300px; } }

@media screen and (min-width: 960px) {
  .single-offer #os-note {
    font-size: 16px; } }

@media screen and (max-width: 959px) {
  .single-offer #os-note {
    font-size: 14px; } }

@media screen and (max-width: 599px) {
  .single-offer #os-note {
    font-size: 12px; } }

@media screen and (min-width: 960px) {
  .single-offer .offer_list_box {
    margin-bottom: 80px; } }

@media screen and (max-width: 959px) {
  .single-offer .offer_list_box {
    margin-bottom: 70px; } }

@media screen and (max-width: 599px) {
  .single-offer .offer_list_box {
    margin-bottom: 60px; } }

@media screen and (min-width: 960px) {
  .single-offer .offer_list_box ul li {
    font-size: 16px; } }

@media screen and (max-width: 959px) {
  .single-offer .offer_list_box ul li {
    font-size: 14px; } }

@media screen and (max-width: 599px) {
  .single-offer .offer_list_box ul li {
    font-size: 12px; } }

.single-offer .offer_list_box ul li + li {
  border-top: 1px dotted #3e3a39;
  padding-top: 15px;
  margin-top: 10px; }
  @media screen and (max-width: 599px) {
    .single-offer .offer_list_box ul li + li {
      padding-top: 10px;
      margin-top: 5px; } }

.single-offer .add_content h2 {
  font-weight: bold;
  margin-top: 1.2em;
  margin-bottom: 0.8em;
  padding: 0.3em 0.5em;
  border-top: 1px solid #5ac8a0;
  border-bottom: 1px solid #5ac8a0; }
  @media screen and (min-width: 960px) {
    .single-offer .add_content h2 {
      font-size: 20px; } }
  @media screen and (max-width: 959px) {
    .single-offer .add_content h2 {
      font-size: 18px; } }
  @media screen and (max-width: 599px) {
    .single-offer .add_content h2 {
      font-size: 16px; } }

@media screen and (min-width: 960px) {
  .single-offer .add_content p {
    font-size: 16px; } }

@media screen and (max-width: 959px) {
  .single-offer .add_content p {
    font-size: 14px; } }

@media screen and (max-width: 599px) {
  .single-offer .add_content p {
    font-size: 12px; } }

.single-offer .prof_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px dashed #cccccc;
  box-sizing: border-box; }
  @media screen and (min-width: 960px) {
    .single-offer .prof_box {
      padding-top: 30px; } }
  @media screen and (max-width: 959px) {
    .single-offer .prof_box {
      padding-top: 25px; } }
  @media screen and (max-width: 599px) {
    .single-offer .prof_box {
      padding-top: 20px; } }
  @media screen and (min-width: 960px) {
    .single-offer .prof_box {
      margin-top: 30px; } }
  @media screen and (max-width: 959px) {
    .single-offer .prof_box {
      margin-top: 25px; } }
  @media screen and (max-width: 599px) {
    .single-offer .prof_box {
      margin-top: 20px; } }
  .single-offer .prof_box.top {
    border-top: none;
    padding-top: 0;
    margin-top: 0; }
  .single-offer .prof_box .photo_box {
    flex-basis: 250px; }
    .single-offer .prof_box .photo_box img {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 959px) {
      .single-offer .prof_box .photo_box {
        flex-basis: auto;
        width: 200px;
        margin: 0 auto; } }
    @media screen and (max-width: 599px) {
      .single-offer .prof_box .photo_box {
        flex-basis: auto;
        width: 200px;
        margin: 0 auto; } }
    .single-offer .prof_box .photo_box + .text_box1 {
      flex-basis: calc(100% - 280px); }
      @media screen and (max-width: 959px) {
        .single-offer .prof_box .photo_box + .text_box1 {
          flex-basis: calc(100% - 220px); } }
      @media screen and (max-width: 599px) {
        .single-offer .prof_box .photo_box + .text_box1 {
          flex-basis: 100%; } }
  .single-offer .prof_box .text_box1 {
    margin-bottom: 2em; }
    @media screen and (min-width: 960px) {
      .single-offer .prof_box .text_box1 p {
        font-size: 16px; } }
    @media screen and (max-width: 959px) {
      .single-offer .prof_box .text_box1 p {
        font-size: 14px; } }
    @media screen and (max-width: 599px) {
      .single-offer .prof_box .text_box1 p {
        font-size: 12px; } }
    .single-offer .prof_box .text_box1 h3 {
      margin-bottom: 0.8em; }
      @media screen and (min-width: 960px) {
        .single-offer .prof_box .text_box1 h3 {
          font-size: 16px; } }
      @media screen and (max-width: 959px) {
        .single-offer .prof_box .text_box1 h3 {
          font-size: 14px; } }
      @media screen and (max-width: 599px) {
        .single-offer .prof_box .text_box1 h3 {
          font-size: 12px; } }
      @media screen and (max-width: 599px) {
        .single-offer .prof_box .text_box1 h3 {
          text-align: center;
          margin-top: 1em; } }
      .single-offer .prof_box .text_box1 h3 em {
        font-size: 1.5em;
        margin: 0 0.2em;
        display: inline-block; }
  .single-offer .prof_box .text_box2 {
    flex-basis: 100%;
    box-sizing: border-box;
    padding-top: 30px;
    border-top: 1px solid #ebebeb;
    margin-bottom: 30px;
    margin-top: 30px; }
    @media screen and (max-width: 959px) {
      .single-offer .prof_box .text_box2 {
        flex-basis: 100%;
        margin-top: 1em; } }
    @media screen and (min-width: 960px) {
      .single-offer .prof_box .text_box2 p {
        font-size: 16px; } }
    @media screen and (max-width: 959px) {
      .single-offer .prof_box .text_box2 p {
        font-size: 14px; } }
    @media screen and (max-width: 599px) {
      .single-offer .prof_box .text_box2 p {
        font-size: 12px; } }
    .single-offer .prof_box .text_box2 h3 {
      margin-bottom: 1em;
      color: #5ac8a0;
      font-weight: bold; }
      @media screen and (min-width: 960px) {
        .single-offer .prof_box .text_box2 h3 {
          font-size: 18px; } }
      @media screen and (max-width: 959px) {
        .single-offer .prof_box .text_box2 h3 {
          font-size: 16px; } }
      @media screen and (max-width: 599px) {
        .single-offer .prof_box .text_box2 h3 {
          font-size: 14px; } }

@media screen and (max-width: 599px) {
  .os-tbl-base-head {
    width: 80px;
    box-sizing: border-box; }
  #os-photo {
    float: none;
    width: 100%; }
    #os-photo img {
      width: 100%;
      height: auto; }
  .so-res-img img {
    float: none;
    display: block;
    width: 100%;
    height: auto; } }

@media screen and (min-width: 960px) {
  .single-offer #os-msg p {
    font-size: 16px; } }

@media screen and (max-width: 959px) {
  .single-offer #os-msg p {
    font-size: 14px; } }

@media screen and (max-width: 599px) {
  .single-offer #os-msg p {
    font-size: 12px; } }

.single-offer #os-msg + .btn_box {
  text-align: center;
  clear: both; }
  @media screen and (min-width: 960px) {
    .single-offer #os-msg + .btn_box {
      margin-top: 30px; } }
  @media screen and (max-width: 959px) {
    .single-offer #os-msg + .btn_box {
      margin-top: 20px; } }
  @media screen and (max-width: 599px) {
    .single-offer #os-msg + .btn_box {
      margin-top: 10px; } }
  .single-offer #os-msg + .btn_box a {
    display: inline-block;
    font-weight: bold;
    padding: 1em 2.5em;
    border-radius: 0.5em;
    background: #fa648c;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold; }
    @media screen and (min-width: 960px) {
      .single-offer #os-msg + .btn_box a {
        font-size: 16px; } }
    @media screen and (max-width: 959px) {
      .single-offer #os-msg + .btn_box a {
        font-size: 14px; } }
    @media screen and (max-width: 599px) {
      .single-offer #os-msg + .btn_box a {
        font-size: 12px; } }

.single-offer .hos_link {
  padding-left: 5%;
  padding-right: 5%;
  border-top: 1px dashed #cccccc;
  border-bottom: 1px dashed #cccccc;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 960px) {
    .single-offer .hos_link {
      padding-top: 40px; } }
  @media screen and (max-width: 959px) {
    .single-offer .hos_link {
      padding-top: 30px; } }
  @media screen and (max-width: 599px) {
    .single-offer .hos_link {
      padding-top: 20px; } }
  @media screen and (min-width: 960px) {
    .single-offer .hos_link {
      padding-bottom: 40px; } }
  @media screen and (max-width: 959px) {
    .single-offer .hos_link {
      padding-bottom: 30px; } }
  @media screen and (max-width: 599px) {
    .single-offer .hos_link {
      padding-bottom: 20px; } }
  @media screen and (min-width: 960px) {
    .single-offer .hos_link {
      margin-top: 60px; } }
  @media screen and (max-width: 959px) {
    .single-offer .hos_link {
      margin-top: 45px; } }
  @media screen and (max-width: 599px) {
    .single-offer .hos_link {
      margin-top: 30px; } }
  @media screen and (min-width: 960px) {
    .single-offer .hos_link {
      font-size: 16px; } }
  @media screen and (max-width: 959px) {
    .single-offer .hos_link {
      font-size: 14px; } }
  @media screen and (max-width: 599px) {
    .single-offer .hos_link {
      font-size: 12px; } }
  .single-offer .hos_link a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 1em; }
    @media screen and (max-width: 599px) {
      .single-offer .hos_link a {
        display: block; } }
    .single-offer .hos_link a .img_box {
      flex-basis: 40%; }
      .single-offer .hos_link a .img_box img {
        width: 100%;
        height: auto; }
    .single-offer .hos_link a .text_box {
      flex-basis: 55%;
      position: relative; }
      .single-offer .hos_link a .text_box h3 {
        font-weight: bold;
        margin-bottom: 0.4em; }
        .single-offer .hos_link a .text_box h3 span {
          display: inline-block;
          padding: 0.4em 1em;
          background: #5ac8a0;
          font-size: 0.8em;
          color: #ffffff;
          border-radius: 0.4em;
          margin-bottom: 0.2em; }
        .single-offer .hos_link a .text_box h3 i {
          display: block;
          font-size: 1.2em;
          padding: 0.4em 0 0;
          font-weight: bold; }
      .single-offer .hos_link a .text_box .btn {
        position: absolute;
        bottom: 0.4em;
        right: 0;
        padding: 0.4em 1em;
        background: #00b4ff;
        font-size: 0.8em;
        color: #ffffff;
        border-radius: 0.4em; }
        .single-offer .hos_link a .text_box .btn:before {
          font-family: 'Font Awesome 6 Pro';
          content: '\f105';
          font-weight: 900;
          margin-right: 0.3em; }
        @media screen and (max-width: 599px) {
          .single-offer .hos_link a .text_box .btn {
            position: static;
            margin-top: 1em;
            display: inline-block; } }

@media screen and (min-width: 960px) {
  .single-offer .os-buttons {
    margin-top: 60px; } }

@media screen and (max-width: 959px) {
  .single-offer .os-buttons {
    margin-top: 45px; } }

@media screen and (max-width: 599px) {
  .single-offer .os-buttons {
    margin-top: 30px; } }

.single-offer .os-buttons a {
  display: inline-block;
  font-weight: bold;
  padding: 1em 2.5em;
  border-radius: 0.5em;
  background: #f18e1d;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold; }
  @media screen and (min-width: 960px) {
    .single-offer .os-buttons a {
      font-size: 18px; } }
  @media screen and (max-width: 959px) {
    .single-offer .os-buttons a {
      font-size: 16px; } }
  @media screen and (max-width: 599px) {
    .single-offer .os-buttons a {
      font-size: 14px; } }

body.single-offer main .new_inner {
  max-width: 800px;
  width: 90%;
  min-width: auto; }

#offer_list {
  color: #444; }
  #offer_list section {
    padding-top: 20px; }
    #offer_list section article h2 {
      color: #5ac8a0;
      font-size: 18px;
      line-height: 1.3;
      border-top: 1px solid #5ac8a0;
      border-bottom: 1px solid #5ac8a0;
      padding: 0.5em 0.2em; }
      @media screen and (max-width: 599px) {
        #offer_list section article h2 {
          font-size: 16px; } }
    #offer_list section article h2 + p {
      padding: 0.8em 0.5em;
      margin: 0 0.5em 0.5em 0.5em;
      font-size: 15px;
      line-height: 1.8;
      border-bottom: 1px dashed #ccc; }
      @media screen and (max-width: 599px) {
        #offer_list section article h2 + p {
          font-size: 13px; } }
      #offer_list section article h2 + p img {
        float: left;
        width: 150px;
        height: auto; }
    #offer_list section article h3, #offer_list section article h4 {
      font-size: 14px;
      padding: 0 0.8em; }
      @media screen and (max-width: 599px) {
        #offer_list section article h3, #offer_list section article h4 {
          font-size: 13px; } }
    #offer_list section article h3 {
      font-weight: bold; }
    #offer_list section article dl {
      padding: 1em;
      margin: 0; }
      #offer_list section article dl dt {
        float: left;
        clear: left;
        width: 7em;
        box-sizing: border-box;
        padding-bottom: 0.3em; }
      #offer_list section article dl dd {
        margin-left: 7em;
        padding-bottom: 0.3em; }
      #offer_list section article dl dt:last-child,
      #offer_list section article dl dd:last-child {
        padding-bottom: 0 !important; }
    #offer_list section article dl.note {
      background: #ffffe6;
      font-size: 12px; }
    #offer_list section article dl.paid {
      padding: 0.5em 1em;
      font-size: 14px; }
      #offer_list section article dl.paid dd,
      #offer_list section article dl.paid dt {
        line-height: 1.2; }
    #offer_list section article a {
      display: block;
      width: 9em;
      box-sizing: border-box;
      padding: 0.7em 0.4em 0.6em 0.6em;
      margin: 1em auto 3em;
      background: #5ac8a0;
      border-radius: 0.2em;
      color: #ffffff;
      position: relative;
      line-height: 1; }
    #offer_list section article a:after {
      content: "";
      width: 0.5em;
      height: 0.5em;
      border-top: 2px solid #ffffff;
      border-right: 2px solid #ffffff;
      display: block;
      position: absolute;
      top: 43%;
      right: 15px;
      transform: rotate(45deg) translateY(-50%); }
    #offer_list section article + article {
      margin-top: 90px; }
      @media screen and (max-width: 599px) {
        #offer_list section article + article {
          margin-top: 45px; } }

/* page-firstaid
----------------------------------------------------------- */
@media screen and (max-width: 599px) {
  .page-id-11975 .pans_box li span {
    display: none; } }

.firstaid img {
  width: 100%;
  height: auto; }

.firstaid .title {
  line-height: 1;
  background: #eff9f7;
  color: #64c0ab;
  padding: 1em 1.6em;
  border-radius: 10px;
  font-weight: bold;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 960px) {
    .firstaid .title {
      font-size: 48px; } }
  @media screen and (max-width: 959px) {
    .firstaid .title {
      font-size: 38px; } }
  @media screen and (max-width: 599px) {
    .firstaid .title {
      font-size: 28px; } }
  @media screen and (min-width: 960px) {
    .firstaid .title {
      margin-bottom: 100px; } }
  @media screen and (max-width: 959px) {
    .firstaid .title {
      margin-bottom: 80px; } }
  @media screen and (max-width: 599px) {
    .firstaid .title {
      margin-bottom: 60px; } }
  @media screen and (max-width: 599px) {
    .firstaid .title {
      border-radius: 5px;
      font-size: 18px;
      margin-bottom: 30px; } }
  .firstaid .title:before {
    content: "";
    width: 0.41667em;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #64c0ab; }

.firstaid .title2 {
  color: #4c4c4c;
  border-bottom: 2px solid #4c4c4c;
  padding-bottom: 0.75em;
  font-weight: bold;
  margin-bottom: 2em; }
  @media screen and (min-width: 960px) {
    .firstaid .title2 {
      font-size: 32px; } }
  @media screen and (max-width: 959px) {
    .firstaid .title2 {
      font-size: 28px; } }
  @media screen and (max-width: 599px) {
    .firstaid .title2 {
      font-size: 24px; } }

.firstaid .bannerGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em; }
  @media screen and (min-width: 960px) {
    .firstaid .bannerGrid {
      margin-bottom: 100px; } }
  @media screen and (max-width: 959px) {
    .firstaid .bannerGrid {
      margin-bottom: 80px; } }
  @media screen and (max-width: 599px) {
    .firstaid .bannerGrid {
      margin-bottom: 60px; } }
  @media screen and (max-width: 599px) {
    .firstaid .bannerGrid {
      gap: 1em;
      grid-template-columns: repeat(1, 1fr); } }

.firstaid .linkNav {
  display: grid;
  grid-template-columns: repeat(4, 1fr); }
  @media screen and (min-width: 960px) {
    .firstaid .linkNav {
      margin-bottom: 120px; } }
  @media screen and (max-width: 959px) {
    .firstaid .linkNav {
      margin-bottom: 100px; } }
  @media screen and (max-width: 599px) {
    .firstaid .linkNav {
      margin-bottom: 80px; } }
  @media screen and (max-width: 599px) {
    .firstaid .linkNav {
      grid-template-columns: repeat(2, 1fr);
      gap: 1em; } }
  .firstaid .linkNav li {
    text-align: center;
    border-left: 1px solid #808080; }
    .firstaid .linkNav li:last-child {
      border-right: 1px solid #808080; }
    @media screen and (max-width: 599px) {
      .firstaid .linkNav li:nth-of-type(2) {
        border-right: 1px solid #808080; } }
    .firstaid .linkNav li a {
      font-weight: bold;
      line-height: 1.6;
      color: #4c4c4c; }
      @media screen and (min-width: 960px) {
        .firstaid .linkNav li a {
          font-size: 24px; } }
      @media screen and (max-width: 959px) {
        .firstaid .linkNav li a {
          font-size: 20px; } }
      @media screen and (max-width: 599px) {
        .firstaid .linkNav li a {
          font-size: 16px; } }
      @media screen and (max-width: 599px) {
        .firstaid .linkNav li a {
          display: block;
          padding: 0 0.5em; } }
      @media screen and (max-width: 599px) {
        .firstaid .linkNav li a br {
          display: none; } }
      .firstaid .linkNav li a:after {
        font-family: 'Font Awesome 6 Pro';
        content: '\f105';
        font-weight: 900;
        content: "\f078";
        display: block;
        width: 1em;
        margin: 1em auto 0; }

.firstaid .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3em; }
  @media screen and (min-width: 960px) {
    .firstaid .grid_box {
      margin-bottom: 64px; } }
  @media screen and (max-width: 959px) {
    .firstaid .grid_box {
      margin-bottom: 54px; } }
  @media screen and (max-width: 599px) {
    .firstaid .grid_box {
      margin-bottom: 44px; } }
  @media screen and (max-width: 599px) {
    .firstaid .grid_box {
      gap: 1em;
      grid-template-columns: repeat(1, 1fr); } }
  @media screen and (max-width: 599px) {
    .firstaid .grid_box + .grid_box {
      margin-top: 60px; } }

@media screen and (max-width: 599px) {
  .firstaid .text_box + .text_box {
    margin-top: 60px; } }

.firstaid .text_box h2 {
  font-weight: bold;
  color: #ffffff;
  background: #64c0ab;
  padding: 0.5em 0.75em;
  border-radius: 10px; }
  @media screen and (min-width: 960px) {
    .firstaid .text_box h2 {
      font-size: 24px; } }
  @media screen and (max-width: 959px) {
    .firstaid .text_box h2 {
      font-size: 20px; } }
  @media screen and (max-width: 599px) {
    .firstaid .text_box h2 {
      font-size: 16px; } }
  @media screen and (min-width: 960px) {
    .firstaid .text_box h2 {
      margin-bottom: 32px; } }
  @media screen and (max-width: 959px) {
    .firstaid .text_box h2 {
      margin-bottom: 27px; } }
  @media screen and (max-width: 599px) {
    .firstaid .text_box h2 {
      margin-bottom: 22px; } }
  @media screen and (max-width: 599px) {
    .firstaid .text_box h2 {
      border-radius: 5px; } }

.firstaid .text_box p {
  line-height: 1.8; }
  @media screen and (min-width: 960px) {
    .firstaid .text_box p {
      font-size: 16px; } }
  @media screen and (max-width: 959px) {
    .firstaid .text_box p {
      font-size: 15px; } }
  @media screen and (max-width: 599px) {
    .firstaid .text_box p {
      font-size: 14px; } }
  .firstaid .text_box p strong {
    display: block;
    color: #64c0ab;
    line-height: 2; }

.firstaid .text_box .area {
  margin: 0.8em 0; }
  .firstaid .text_box .area li {
    display: inline-block;
    color: #64c0ab;
    border: 1px solid #64c0ab;
    padding: 0.3em 0.6em;
    margin-right: 0.5em; }
    @media screen and (max-width: 599px) {
      .firstaid .text_box .area li {
        margin-top: 5px; } }

.firstaid .text_box .note {
  display: block;
  margin-top: 1em;
  background: #eff9f7;
  padding: 1em; }
  .firstaid .text_box .note span {
    display: block;
    color: #64c0ab; }

.firstaid .text_box dl {
  display: flex;
  align-items: center;
  margin-top: 1em; }
  @media screen and (min-width: 960px) {
    .firstaid .text_box dl {
      font-size: 16px; } }
  @media screen and (max-width: 959px) {
    .firstaid .text_box dl {
      font-size: 15px; } }
  @media screen and (max-width: 599px) {
    .firstaid .text_box dl {
      font-size: 14px; } }
  .firstaid .text_box dl dt {
    color: #64c0ab;
    border: 1px solid #64c0ab;
    padding: 0.3em 0.6em;
    margin-right: 0.5em; }
  .firstaid .text_box dl dd {
    color: #64c0ab;
    font-weight: bold;
    margin-left: 1em; }
    @media screen and (min-width: 600px) {
      .firstaid .text_box dl dd br {
        display: none; } }

@media screen and (min-width: 960px) {
  .firstaid .text_box .btn_box {
    margin-top: 32px; } }

@media screen and (max-width: 959px) {
  .firstaid .text_box .btn_box {
    margin-top: 27px; } }

@media screen and (max-width: 599px) {
  .firstaid .text_box .btn_box {
    margin-top: 22px; } }

.firstaid .text_box .btn_box a {
  display: block;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 0 2em;
  line-height: 3em;
  position: relative;
  font-weight: 400;
  text-align: center; }
  @media screen and (min-width: 960px) {
    .firstaid .text_box .btn_box a {
      font-size: 20px; } }
  @media screen and (max-width: 959px) {
    .firstaid .text_box .btn_box a {
      font-size: 17px; } }
  @media screen and (max-width: 599px) {
    .firstaid .text_box .btn_box a {
      font-size: 14px; } }
  .firstaid .text_box .btn_box a:after {
    font-family: 'Font Awesome 6 Pro';
    content: '\f105';
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 2em; }
  .firstaid .text_box .btn_box a[target='_blank']::after {
    font-family: 'Font Awesome 6 Pro';
    content: '\f35d';
    font-weight: 900; }

.firstaid .lang_other {
  background: #eff9f7;
  padding: 2em;
  border-radius: 10px; }
  .firstaid .lang_other > p {
    text-align: right;
    margin-top: 1em; }
    .firstaid .lang_other > p a {
      text-decoration: underline; }
  @media screen and (min-width: 960px) {
    .firstaid .lang_other {
      margin-top: 32px; } }
  @media screen and (max-width: 959px) {
    .firstaid .lang_other {
      margin-top: 27px; } }
  @media screen and (max-width: 599px) {
    .firstaid .lang_other {
      margin-top: 22px; } }
  @media screen and (max-width: 599px) {
    .firstaid .lang_other {
      border-radius: 5px;
      padding: 1em; } }
  .firstaid .lang_other .other_grid {
    display: grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em; }
    @media screen and (max-width: 599px) {
      .firstaid .lang_other .other_grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 1em; } }
    .firstaid .lang_other .other_grid > div {
      background: #ffffff;
      padding: 2em;
      border-radius: 10px; }
      @media screen and (max-width: 599px) {
        .firstaid .lang_other .other_grid > div {
          border-radius: 5px;
          padding: 1em; } }
      .firstaid .lang_other .other_grid > div p {
        color: #64c0ab;
        font-weight: bold;
        margin-bottom: 1em; }
        @media screen and (min-width: 960px) {
          .firstaid .lang_other .other_grid > div p {
            font-size: 16px; } }
        @media screen and (max-width: 959px) {
          .firstaid .lang_other .other_grid > div p {
            font-size: 15px; } }
        @media screen and (max-width: 599px) {
          .firstaid .lang_other .other_grid > div p {
            font-size: 14px; } }
      @media screen and (min-width: 960px) {
        .firstaid .lang_other .other_grid > div ul {
          font-size: 16px; } }
      @media screen and (max-width: 959px) {
        .firstaid .lang_other .other_grid > div ul {
          font-size: 15px; } }
      @media screen and (max-width: 599px) {
        .firstaid .lang_other .other_grid > div ul {
          font-size: 14px; } }
      .firstaid .lang_other .other_grid > div ul li {
        line-height: 2.2;
        padding-left: 1.5em;
        position: relative; }
        @media screen and (max-width: 599px) {
          .firstaid .lang_other .other_grid > div ul li {
            line-height: 2; } }
        .firstaid .lang_other .other_grid > div ul li:before {
          content: "・";
          position: absolute;
          top: 0;
          left: 0; }
        .firstaid .lang_other .other_grid > div ul li + li {
          margin-top: 0.8em; }
  .firstaid .lang_other + .btn_box a {
    max-width: 444px;
    margin-left: auto;
    margin-right: auto; }

.firstaid .grid_link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em; }
  @media screen and (min-width: 960px) {
    .firstaid .grid_link {
      padding-bottom: 120px; } }
  @media screen and (max-width: 959px) {
    .firstaid .grid_link {
      padding-bottom: 95px; } }
  @media screen and (max-width: 599px) {
    .firstaid .grid_link {
      padding-bottom: 70px; } }
  @media screen and (max-width: 599px) {
    .firstaid .grid_link {
      grid-template-columns: repeat(1, 1fr);
      gap: 1em; } }
  .firstaid .grid_link .btn_box a {
    display: block;
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 0 2em;
    line-height: 3em;
    position: relative;
    font-weight: 400;
    text-align: center; }
    @media screen and (min-width: 960px) {
      .firstaid .grid_link .btn_box a {
        font-size: 20px; } }
    @media screen and (max-width: 959px) {
      .firstaid .grid_link .btn_box a {
        font-size: 17px; } }
    @media screen and (max-width: 599px) {
      .firstaid .grid_link .btn_box a {
        font-size: 14px; } }
    .firstaid .grid_link .btn_box a:after {
      font-family: 'Font Awesome 6 Pro';
      content: '\f105';
      font-weight: 900;
      position: absolute;
      top: 0;
      right: 2em; }
    .firstaid .grid_link .btn_box a[target='_blank']::after {
      font-family: 'Font Awesome 6 Pro';
      content: '\f35d';
      font-weight: 900; }

.firstaid p {
  color: #4c4c4c; }

@media screen and (min-width: 960px) {
  .firstaid #cha04 {
    margin-top: 120px; } }

@media screen and (max-width: 959px) {
  .firstaid #cha04 {
    margin-top: 95px; } }

@media screen and (max-width: 599px) {
  .firstaid #cha04 {
    margin-top: 70px; } }

/* page-kyuukan-mental
----------------------------------------------------------- */
.kkm-hr {
  border: 1px #5ac8a0 solid;
  margin: 0 0 10px 0; }

.kkm-area-hr {
  border: 1px #848484 solid;
  margin: 0 0 10px 0; }

.kkm-area {
  width: 100%;
  margin: 2em 0 4em 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.kkm-area > li {
  width: 32%;
  text-align: center; }

.kkm-area > li a {
  font-size: calc(70% + 1vw);
  line-height: 1.2em;
  color: #000000;
  padding: calc(0.3em + 1vw);
  border-radius: 0.6em;
  box-shadow: 3px 3px 6px #c8c8c8;
  background-image: linear-gradient(#ffffff, #d9d9d9);
  display: block; }

.kkm-mb {
  margin-bottom: 6em; }

@media screen and (min-width: 960px) {
  .kkm-area {
    text-align: left; } }

.fa_table_wrap {
  width: 100%;
  margin-bottom: 5em; }

.fa_table {
  width: 100%; }

.fa_table th, .fa_table td {
  text-align: center;
  vertical-align: middle;
  padding: 0.4em;
  border: 1px solid #999999; }

.fa_table th {
  background-color: #e3fbe9; }

@media screen and (max-width: 799px) {
  .fa_table_wrap {
    width: 100%;
    overflow-x: auto; }
  .fa_table {
    width: 720px; } }

.fa_col {
  background-color: #c6fbc5 !important; }

.kkm-area-title {
  background-color: #daf0de;
  margin-bottom: 10px;
  padding: 5px 10px; }

.kkm-area-title-main {
  font-size: 1.6em;
  font-weight: bold; }

.kkm-area-title-sub {
  font-size: 0.9em; }

.kkm-hos table {
  width: 100%;
  margin: 10px 0px; }

.kkm-hos td {
  vertical-align: middle; }

.kkm-hos-area {
  display: none; }

.kkm-hos-name {
  display: block;
  text-align: center; }

.kkm-hos-name a > b {
  font-size: 1.6em;
  font-weight: bold;
  display: block; }

.kkm-hos-name a > b > span {
  display: block; }

.kkm-hos-sep {
  display: none; }

.kkm-hos-kamoku {
  display: block;
  text-align: center; }

.kkm-hos-call {
  display: block;
  text-align: center; }

@media screen and (min-width: 960px) {
  /*タブレット CSS*/
  .kkm-hos-area {
    display: table-cell;
    background-color: #15bd00;
    color: #ffffff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0px 20px;
    text-align: center;
    width: 120px; }
  .kkm-hos-name {
    display: table-cell;
    padding: 0px 20px;
    text-align: left; }
  .kkm-hos-name a > b > span {
    display: inline; }
  .kkm-hos-sep {
    display: table-cell; }
  .kkm-hos-kamoku {
    display: table-cell;
    padding: 0px 20px;
    text-align: left; }
  .kkm-hos-call {
    display: table-cell;
    text-align: right;
    padding: 0px 20px; } }

/* page-kyuukyuu-mental
----------------------------------------------------------- */
.kyuukyuu-mental {
  margin-bottom: 5em; }

.kyuukyuu-mental > img {
  width: 100%;
  height: auto;
  margin-bottom: 2em;
  display: block; }

.kyuukyuu-mental > p {
  text-indent: 1em; }

.kyuukyuu-mental-link a {
  width: 100%;
  padding: 1em;
  margin: 2em 0;
  border: 2px solid #0064ff;
  border-radius: 2em;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center; }

.kyuukyuu-mental-link a > b {
  font-size: calc(120% + 2vw);
  line-height: 1.2em;
  color: #0064ff;
  padding-left: 0.2em; }

.mb_txt2 {
  margin-bottom: 2em; }

.overseas {
  padding: 1.5em 2.5em;
  margin-top: 1.5em;
  box-sizing: border-box;
  border-radius: 2em;
  background-color: #fffcda; }

.overseas > li {
  margin-bottom: 1em; }

.overseas > li:last-child {
  text-align: right;
  margin-bottom: 0; }

/******************************************************************************
* 2019.10.turn
******************************************************************************/
footer {
  width: 100%;
  height: auto;
  margin: 30px 0 0 0;
  border-top: 2px solid #5ac8a0;
  background-image: linear-gradient(#e5f3f6, #fff);
  background-repeat: no-repeat;
  background-size: 100% 15px;
  display: block; }

footer > small {
  text-align: center;
  margin: 2em auto;
  display: block; }

#footer_wrap {
  padding: 2em 1em;
  display: flex;
  justify-content: space-between; }

.footer_logo {
  width: 23%; }

.footer_logo > img {
  width: 100%;
  height: auto; }

#footer_wrap > ul > li a {
  font-size: 90%;
  margin-bottom: 0.4em;
  display: block; }

#footer_wrap > ul > li a:before {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-right: 1px solid #5ac8a0;
  border-top: 1px solid #5ac8a0;
  transform: rotate(45deg);
  margin-right: 0.4em; }

@media screen and (min-width: 960px) {
  #footer_wrap {
    margin: 0 auto;
    width: 960px; } }

@media screen and (max-width: 959px) {
  #footer_wrap {
    margin: 0 auto;
    width: 90%; } }

@media screen and (max-width: 799px) {
  #footer_wrap {
    flex-wrap: wrap; }
  .footer_logo {
    width: 40%;
    margin: 0 30% 2em 30%; } }

@media screen and (max-width: 599px) {
  #footer_wrap {
    justify-content: none;
    flex-direction: column; }
  .footer_logo {
    width: 60%;
    margin: 0 20% 2em 20%; }
  #footer_wrap > ul > li a {
    padding: 0.4em 0;
    border-bottom: 1px dotted #b8b8b8; } }

#hd-right .vm a:nth-of-type(1),
#hd-right .vm a:nth-of-type(2) {
  margin-right: 0.4em; }

@media screen and (max-width: 599px) {
  #hd-right > div:nth-of-type(1),
  #hd-right + div {
    display: none; }
  #hd-right .vm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
    margin: 0em auto 1em; }
    #hd-right .vm a:nth-of-type(1),
    #hd-right .vm a:nth-of-type(2) {
      display: none; }
    #hd-right .vm a:nth-of-type(3),
    #hd-right .vm a:nth-of-type(4) {
      width: 40%; }
      #hd-right .vm a:nth-of-type(3) img,
      #hd-right .vm a:nth-of-type(4) img {
        width: 100%;
        height: auto; }
  .home #hd-right .vm {
    display: none; }
  #hd-left {
    width: 70%;
    margin: 1em auto 0.5em auto; }
  #quickSearch {
    display: none; }
  #atop {
    right: 20px; } }

#makehp br.none-pc {
  display: none; }
  @media screen and (max-width: 599px) {
    #makehp br.none-pc {
      display: block; } }

#makehp p.note {
  max-width: 786px;
  height: auto;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: left;
  line-height: 1.9; }
  #makehp p.note span {
    background: linear-gradient(to bottom, transparent 61%, #cbef6a 61%, #cbef6a); }
  @media screen and (max-width: 599px) {
    #makehp p.note {
      font-size: 12px; } }

#makehp section {
  width: 90%;
  max-width: 840px;
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: center; }
  @media screen and (max-width: 959px) {
    #makehp section {
      max-width: auto;
      width: 90%;
      padding-bottom: 30px; } }

#makehp h2.title img {
  width: 100%;
  height: auto; }

#makehp #opening {
  text-align: center; }
  #makehp #opening h3 {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    margin: 50px auto;
    padding-bottom: 10px;
    border-bottom: 4px solid #5ac8a0;
    position: relative;
    box-sizing: border-box; }
    @media screen and (max-width: 959px) {
      #makehp #opening h3 {
        font-size: 20px;
        margin: 30px auto; } }
    @media screen and (max-width: 599px) {
      #makehp #opening h3 {
        font-size: 14px; } }
  #makehp #opening h3:after {
    content: "";
    display: block;
    width: 50%;
    height: 4px;
    background: #3b9e78;
    position: absolute;
    bottom: -4px;
    left: 0; }
  #makehp #opening img {
    max-width: 786px;
    height: auto;
    width: 100%;
    margin-bottom: 10px; }

#aboutfd {
  text-align: center; }
  #aboutfd h3 {
    font-size: 28px;
    font-weight: bold;
    margin: 40px 0; }
    @media screen and (max-width: 959px) {
      #aboutfd h3 {
        font-size: 25px; } }
    @media screen and (max-width: 599px) {
      #aboutfd h3 {
        font-size: 16px;
        margin: 20px 0; } }
  #aboutfd h3:before {
    content: "";
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    background: #3b9e78;
    margin-right: 0.5em; }
  #aboutfd h3:after {
    content: "";
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    background: #5ac8a0;
    margin-left: 0.5em; }
  #aboutfd img {
    max-width: 310px;
    width: 100%;
    height: auto;
    margin: 50px auto 60px;
    display: block; }
    @media screen and (max-width: 599px) {
      #aboutfd img {
        max-width: 200px;
        margin: 30px auto; } }
  #aboutfd ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px auto;
    width: 100%; }
    @media screen and (max-width: 599px) {
      #aboutfd ul {
        margin: 25px auto; } }
    #aboutfd ul li {
      max-width: 260px;
      width: 32%; }
      #aboutfd ul li a {
        display: block;
        font-size: 16px;
        background: #5ac8a0;
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        padding: 0.7em 0 1.8em;
        position: relative; }
        @media screen and (max-width: 959px) {
          #aboutfd ul li a {
            font-size: 14px; } }
        @media screen and (max-width: 599px) {
          #aboutfd ul li a {
            font-size: 10px; } }
      #aboutfd ul li a:after {
        content: "";
        width: 1em;
        height: 1em;
        position: absolute;
        bottom: 8px;
        right: 47%;
        transform: rotate(45deg);
        display: block;
        border-right: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff; }

#inq > h3,
#point > h3,
#plan > h3 {
  display: block;
  margin: 0 auto 50px;
  padding: 0.7em 0;
  width: 90%;
  max-width: 660px;
  border-top: 4px solid #3b9e78;
  border-bottom: 4px solid #5ac8a0;
  text-align: center;
  font-size: 28px; }
  @media screen and (max-width: 959px) {
    #inq > h3,
    #point > h3,
    #plan > h3 {
      font-size: 25px;
      width: 100%; } }
  @media screen and (max-width: 599px) {
    #inq > h3,
    #point > h3,
    #plan > h3 {
      font-size: 14px;
      margin-bottom: 30px; } }
  #inq > h3 span,
  #point > h3 span,
  #plan > h3 span {
    position: relative;
    font-weight: bold; }
  #inq > h3 span:before,
  #point > h3 span:before,
  #plan > h3 span:before {
    content: "";
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    background: #3b9e78;
    margin-right: 0.5em;
    position: absolute;
    top: 50%;
    left: -1.5em;
    transform: translateY(-50%); }
  #inq > h3 span:after,
  #point > h3 span:after,
  #plan > h3 span:after {
    content: "";
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    background: #5ac8a0;
    margin-left: 0.5em;
    position: absolute;
    top: 50%;
    right: -1.5em;
    transform: translateY(-50%); }

#point {
  text-align: center; }
  #point ul.intro {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 599px) {
      #point ul.intro {
        display: block; } }
    #point ul.intro li {
      width: 50%;
      position: relative; }
      @media screen and (max-width: 959px) {
        #point ul.intro li {
          width: 40%; } }
      @media screen and (max-width: 599px) {
        #point ul.intro li {
          width: 100%; } }
      #point ul.intro li img {
        width: 110%;
        height: auto;
        position: absolute;
        top: -10px;
        left: -20px; }
        @media screen and (max-width: 959px) {
          #point ul.intro li img {
            top: 20%; } }
        @media screen and (max-width: 599px) {
          #point ul.intro li img {
            position: static;
            width: 80%;
            display: block;
            margin: 0 auto; } }
    #point ul.intro li:nth-of-type(2) {
      padding-top: 20px;
      width: 45%;
      text-align: left; }
      @media screen and (max-width: 959px) {
        #point ul.intro li:nth-of-type(2) {
          width: 55%; } }
      @media screen and (max-width: 599px) {
        #point ul.intro li:nth-of-type(2) {
          width: 100%; } }
      #point ul.intro li:nth-of-type(2) h4 {
        font-weight: bold;
        font-size: 18px;
        display: block; }
        @media screen and (max-width: 959px) {
          #point ul.intro li:nth-of-type(2) h4 {
            font-size: 16px; } }
      #point ul.intro li:nth-of-type(2) h4:before {
        content: "";
        display: inline-block;
        margin-right: 0.4em;
        height: 0.8em;
        width: 0.3em;
        background: #fa648c; }
      #point ul.intro li:nth-of-type(2) p {
        line-height: 2;
        font-size: 14px;
        padding: 20px 0; }
        @media screen and (max-width: 599px) {
          #point ul.intro li:nth-of-type(2) p {
            font-size: 12px;
            padding-bottom: 0px; } }

#point ul.point_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px auto 10px; }
  @media screen and (max-width: 599px) {
    #point ul.point_list {
      display: block;
      margin-top: 20px; } }
  #point ul.point_list li {
    width: 48%;
    max-width: 410px;
    border: 1px solid #5ac8a0;
    border-radius: 5px;
    position: relative;
    padding: 40px 30px 30px 30px;
    margin-bottom: 40px;
    box-sizing: border-box;
    text-align: left; }
    @media screen and (max-width: 959px) {
      #point ul.point_list li {
        padding-bottom: 20px; } }
    @media screen and (max-width: 599px) {
      #point ul.point_list li {
        width: 100%;
        padding: 30px 20px 20px 20px;
        margin-bottom: 20px; } }
    #point ul.point_list li h4 {
      font-size: 21px;
      font-weight: bold;
      text-align: center;
      line-height: 1;
      margin-bottom: 30px; }
      @media screen and (max-width: 959px) {
        #point ul.point_list li h4 {
          font-size: 18px;
          margin-bottom: 20px; } }
      @media screen and (max-width: 599px) {
        #point ul.point_list li h4 {
          font-size: 16px; } }
    #point ul.point_list li p {
      line-height: 1.6; }
      @media screen and (max-width: 599px) {
        #point ul.point_list li p {
          font-size: 12px;
          margin-bottom: 0; } }
      #point ul.point_list li p span {
        display: block;
        margin-top: 2em;
        font-size: 0.8em; }
  #point ul.point_list li:before {
    display: block;
    position: absolute;
    top: 0;
    right: 50%;
    line-height: 1;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    background: red;
    border-radius: 1em;
    padding: 0.2em 0.4em;
    transform: translateX(50%) translateY(-50%); }
    @media screen and (max-width: 959px) {
      #point ul.point_list li:before {
        font-size: 20px; } }
    @media screen and (max-width: 599px) {
      #point ul.point_list li:before {
        font-size: 16px; } }
  #point ul.point_list li:nth-of-type(1):before {
    content: "Point.1"; }
  #point ul.point_list li:nth-of-type(2):before {
    content: "Point.2"; }
  #point ul.point_list li:nth-of-type(3):before {
    content: "Point.3"; }
  #point ul.point_list li:nth-of-type(4):before {
    content: "Point.4"; }

#point ul.point_list + h4 {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative; }
  @media screen and (max-width: 599px) {
    #point ul.point_list + h4 {
      font-size: 14px;
      width: 80%;
      margin: 5px auto; } }
  #point ul.point_list + h4:before, #point ul.point_list + h4:after {
    content: "";
    width: 1em;
    height: 1em;
    border-radius: 1em;
    background: red;
    display: inline-block;
    font-size: 0.8em;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateX(2em) translateY(-50%); }
    @media screen and (max-width: 599px) {
      #point ul.point_list + h4:before, #point ul.point_list + h4:after {
        transform: translateX(1em) translateY(-50%); } }
  #point ul.point_list + h4:before {
    left: 0;
    transform: translateX(-2em) translateY(-50%); }
    @media screen and (max-width: 599px) {
      #point ul.point_list + h4:before {
        transform: translateX(-1em) translateY(-50%); } }

#point h4 + p {
  margin-bottom: 30px; }

#point ul.url_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px; }
  @media screen and (max-width: 599px) {
    #point ul.url_list {
      display: block;
      margin-bottom: 25px; } }
  #point ul.url_list li {
    width: 48%;
    max-width: 410px;
    margin-bottom: 20px;
    box-sizing: border-box;
    text-align: left; }
    @media screen and (max-width: 599px) {
      #point ul.url_list li {
        width: 100%;
        max-width: 100%; } }
    #point ul.url_list li a {
      display: block;
      background: #def4ec;
      position: relative;
      border-radius: 5px;
      padding: 1em 2em;
      font-weight: bold; }
      @media screen and (max-width: 959px) {
        #point ul.url_list li a {
          padding: 1em 1em;
          font-size: 12px; } }
      #point ul.url_list li a:after {
        content: "";
        width: 1em;
        height: 1em;
        display: block;
        border-right: 2px solid #3b9e78;
        border-bottom: 2px solid #3b9e78;
        position: absolute;
        top: 50%;
        right: 1em;
        transform: translateY(-50%) rotate(-45deg); }

#plan {
  text-align: center; }
  #plan h4 {
    font-size: 24px;
    font-weight: bold;
    display: inline-block; }
    @media screen and (max-width: 599px) {
      #plan h4 {
        font-size: 15px; } }
    #plan h4:before {
      content: "";
      width: 90%;
      max-width: 84px;
      height: 4px;
      background: #5ac8a0;
      display: block;
      margin: 0px auto 10px; }
    #plan h4:after {
      content: "";
      width: 8px;
      height: 8px;
      background: #3b9e78;
      display: block;
      margin: 10px auto 0px; }
  #plan table.main_plan {
    max-width: 600px;
    width: 90%;
    margin: 40px auto 5px;
    background: #5ac8a0;
    color: #ffffff;
    font-size: 35px;
    font-weight: bold;
    border-radius: 0.3em; }
    @media screen and (max-width: 959px) {
      #plan table.main_plan {
        font-size: 28px;
        width: 400px; } }
    @media screen and (max-width: 599px) {
      #plan table.main_plan {
        font-size: 16px;
        width: 90%; } }
    #plan table.main_plan th {
      font-size: 1em;
      padding: 0.8em 0;
      width: 30%;
      vertical-align: middle;
      text-align: center; }
      #plan table.main_plan th span {
        border-right: 1px solid #ffffff;
        display: block; }
    #plan table.main_plan td {
      vertical-align: middle;
      text-align: center; }
      #plan table.main_plan td span {
        font-size: 0.6em; }
    #plan table.main_plan td:nth-of-type(1) {
      width: 40%;
      font-size: 1.6em;
      font-weight: bold;
      text-align: right; }
  #plan table.main_plan + p {
    max-width: 600px;
    width: 90%;
    display: block;
    margin: 0 auto;
    text-align: right;
    padding-right: 1em;
    box-sizing: border-box; }
    @media screen and (max-width: 599px) {
      #plan table.main_plan + p {
        font-size: 12px;
        padding-right: 0;
        margin-bottom: 10px; } }
  #plan h6.set {
    font-size: 16px;
    position: relative;
    display: inline-block; }
    @media screen and (max-width: 599px) {
      #plan h6.set {
        font-size: 14px; } }
    #plan h6.set:before, #plan h6.set:after {
      content: "";
      width: 1em;
      height: 4px;
      background: #5ac8a0;
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateX(2em) translateY(-50%); }
    #plan h6.set:after {
      left: 0;
      transform: translateX(-2em) translateY(-50%); }
  #plan h6.set + ul {
    width: 90%;
    max-width: 640px;
    box-sizing: border-box;
    padding: 20px;
    margin: 10px auto 80px;
    background: rgba(255, 255, 220, 0.3);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 599px) {
      #plan h6.set + ul {
        display: block;
        padding: 10px 10px 10px 40px;
        margin-bottom: 30px; } }
    #plan h6.set + ul li {
      width: 42%;
      text-align: left;
      font-size: 16px;
      box-sizing: border-box;
      position: relative;
      margin: 0.5em auto; }
      @media screen and (max-width: 959px) {
        #plan h6.set + ul li {
          font-size: 14px; } }
      @media screen and (max-width: 599px) {
        #plan h6.set + ul li {
          width: 85%; } }
      #plan h6.set + ul li:before {
        content: "";
        font-size: 10px;
        width: 1em;
        height: 1em;
        display: block;
        position: absolute;
        top: 0.8em;
        left: -1.5em;
        background: #f0780a;
        border-radius: 1em; }
      #plan h6.set + ul li span {
        font-size: 0.8em; }
    #plan h6.set + ul li:nth-of-type(9) span,
    #plan h6.set + ul li:last-child span {
      display: block;
      font-size: 0.6em;
      letter-spacing: -1px; }
      @media screen and (max-width: 599px) {
        #plan h6.set + ul li:nth-of-type(9) span,
        #plan h6.set + ul li:last-child span {
          font-size: 0.8em;
          letter-spacing: normal; } }

#plan ul.course_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px auto 20px; }
  @media screen and (max-width: 599px) {
    #plan ul.course_list {
      margin: 20px auto 10px;
      display: block; } }
  #plan ul.course_list li {
    width: 50%; }
    @media screen and (max-width: 599px) {
      #plan ul.course_list li {
        width: 100%; } }
    #plan ul.course_list li table {
      width: 100%;
      max-width: 360px;
      box-sizing: border-box;
      border-left: 1px solid #5ac8a0;
      border-bottom: 1px solid #5ac8a0;
      margin-top: 60px;
      font-size: 15px; }
      @media screen and (max-width: 959px) {
        #plan ul.course_list li table {
          font-size: 13px; } }
      @media screen and (max-width: 599px) {
        #plan ul.course_list li table {
          font-size: 12px;
          margin-top: 10px; } }
      #plan ul.course_list li table th {
        width: 40%;
        background: #e8f9f2;
        border-right: 1px solid #5ac8a0;
        border-top: 1px solid #5ac8a0;
        padding: 0.6em 0;
        font-weight: bold; }
      #plan ul.course_list li table td {
        text-align: right;
        padding-right: 2em;
        border-right: 1px solid #5ac8a0;
        border-top: 1px solid #5ac8a0;
        font-weight: bold; }
    #plan ul.course_list li img {
      width: 100%;
      height: auto; }
      @media screen and (max-width: 599px) {
        #plan ul.course_list li img {
          display: block;
          width: 80%;
          margin: 0 auto; } }

#plan ul.course_list + p {
  width: 90%;
  max-width: 640px;
  display: block;
  margin: 40px auto 80px;
  text-align: left; }
  #plan ul.course_list + p span {
    display: block;
    font-size: 0.9em;
    margin-top: 1.5em; }
  @media screen and (max-width: 599px) {
    #plan ul.course_list + p {
      font-size: 12px;
      margin: 20px auto 40px; } }

#plan p.offer {
  margin: 40px auto; }
  @media screen and (max-width: 599px) {
    #plan p.offer {
      margin: 20px auto;
      font-size: 13px; } }
  #plan p.offer + table {
    width: 100%;
    max-width: 360px;
    box-sizing: border-box;
    border-left: 1px solid #5ac8a0;
    border-bottom: 1px solid #5ac8a0;
    font-size: 15px;
    margin: 0 auto 20px; }
    @media screen and (max-width: 599px) {
      #plan p.offer + table {
        font-size: 12px; } }
    #plan p.offer + table th {
      width: 30%;
      background: #e8f9f2;
      border-right: 1px solid #5ac8a0;
      border-top: 1px solid #5ac8a0;
      padding: 0.6em 0;
      font-weight: bold; }
    #plan p.offer + table td {
      text-align: center;
      border-right: 1px solid #5ac8a0;
      border-top: 1px solid #5ac8a0;
      font-weight: bold; }
    #plan p.offer + table + p {
      width: 90%;
      max-width: 640px;
      display: block;
      margin: 40px auto 80px;
      text-align: left; }
      #plan p.offer + table + p span {
        display: block;
        font-size: 0.9em;
        margin-top: 1.5em; }
      @media screen and (max-width: 599px) {
        #plan p.offer + table + p {
          font-size: 12px;
          margin: 20px auto 40px; } }

#plan ul.other {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 840px;
  margin-bottom: 80px; }
  @media screen and (max-width: 959px) {
    #plan ul.other {
      margin-bottom: 60px; } }
  @media screen and (max-width: 599px) {
    #plan ul.other {
      display: block;
      margin-bottom: 30px; } }
  #plan ul.other li {
    width: 50%;
    box-sizing: border-box;
    padding: 40px 0; }
    @media screen and (max-width: 599px) {
      #plan ul.other li {
        width: 100%;
        padding: 0;
        margin-bottom: 30px; } }
    #plan ul.other li:last-child {
      border-left: 1px solid #dbdbdb; }
      @media screen and (max-width: 599px) {
        #plan ul.other li:last-child {
          border: none; } }
    #plan ul.other li h5 {
      font-size: 18px;
      font-weight: bold;
      display: inline-block;
      margin-bottom: 30px; }
      @media screen and (max-width: 599px) {
        #plan ul.other li h5 {
          font-size: 14px; } }
      @media screen and (max-width: 599px) {
        #plan ul.other li h5 {
          font-size: 13px;
          margin-bottom: 15px; } }
      #plan ul.other li h5:before {
        content: "";
        width: 90%;
        max-width: 84px;
        height: 4px;
        background: #3b9e78;
        display: block;
        margin: 0px auto 10px; }
      #plan ul.other li h5:after {
        content: "";
        width: 90%;
        max-width: 84px;
        height: 4px;
        background: #5ac8a0;
        display: block;
        margin: 10px auto 0px; }
    #plan ul.other li h6 {
      margin-bottom: 10px; }
      @media screen and (max-width: 599px) {
        #plan ul.other li h6 {
          font-size: 12px;
          margin-bottom: 5px; } }
      #plan ul.other li h6:before {
        content: "";
        display: inline-block;
        width: 0.7em;
        height: 0.7em;
        background: #5ac8a0;
        margin-right: 0.5em;
        border-radius: 1em; }
      #plan ul.other li h6:after {
        content: "";
        display: inline-block;
        width: 0.7em;
        height: 0.7em;
        background: #5ac8a0;
        margin-left: 0.5em;
        border-radius: 1em; }
      #plan ul.other li h6 + p {
        margin-bottom: 15px; }
        @media screen and (max-width: 599px) {
          #plan ul.other li h6 + p {
            font-size: 13px; } }
        @media screen and (max-width: 959px) {
          #plan ul.other li h6 + p + p {
            width: 90%;
            display: block;
            margin: 0 auto 20px; } }
        @media screen and (max-width: 599px) {
          #plan ul.other li h6 + p + p {
            font-size: 12px; } }
    #plan ul.other li:nth-of-type(2) p {
      display: block;
      width: 330px;
      margin: 0 auto;
      line-height: 1.9;
      text-align: left; }
      @media screen and (max-width: 959px) {
        #plan ul.other li:nth-of-type(2) p {
          width: 90%; } }
      @media screen and (max-width: 599px) {
        #plan ul.other li:nth-of-type(2) p {
          font-size: 12px; } }
      #plan ul.other li:nth-of-type(2) p span {
        font-size: 0.8em;
        display: block;
        margin-top: 25px;
        letter-spacing: -1px; }
        @media screen and (max-width: 599px) {
          #plan ul.other li:nth-of-type(2) p span {
            letter-spacing: normal; } }

#inq > p {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 60px; }
  @media screen and (max-width: 599px) {
    #inq > p {
      font-size: 12px;
      margin-bottom: 30px; } }

#inq div.wpcf7 {
  width: 90%;
  max-width: 660px;
  border: 1px solid #5ac8a0;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px 65px;
  text-align: center; }
  @media screen and (max-width: 959px) {
    #inq div.wpcf7 {
      padding: 20px 45px; } }
  @media screen and (max-width: 599px) {
    #inq div.wpcf7 {
      width: 100%;
      padding: 10px; } }
  #inq div.wpcf7 dl {
    width: 100%;
    text-align: left; }
    @media screen and (max-width: 599px) {
      #inq div.wpcf7 dl {
        font-size: 12px; } }
    #inq div.wpcf7 dl dt {
      padding-top: 0.4em; }
      #inq div.wpcf7 dl dt span {
        color: red; }
    #inq div.wpcf7 dl dd input {
      width: 100%;
      border: 1px solid #5ac8a0;
      padding: 1em;
      box-sizing: border-box; }
      @media screen and (max-width: 959px) {
        #inq div.wpcf7 dl dd input {
          padding: 0.75em; } }
      @media screen and (max-width: 599px) {
        #inq div.wpcf7 dl dd input {
          padding: 0.5em 0.75em; } }
    #inq div.wpcf7 dl dd textarea {
      width: 100%;
      border: 1px solid #5ac8a0;
      padding: 1em;
      box-sizing: border-box;
      resize: none;
      height: 15em; }
      @media screen and (max-width: 959px) {
        #inq div.wpcf7 dl dd textarea {
          padding: 0.75em; } }
      @media screen and (max-width: 599px) {
        #inq div.wpcf7 dl dd textarea {
          height: 8em; } }
    #inq div.wpcf7 dl dd .tel-840,
    #inq div.wpcf7 dl dd .your-name {
      width: 60%;
      display: block; }
  #inq div.wpcf7 a {
    color: #175aff;
    display: inline-block;
    text-decoration: underline;
    padding: 2em 0; }
    @media screen and (max-width: 599px) {
      #inq div.wpcf7 a {
        padding: 1em 0;
        font-size: 12px; } }
  #inq div.wpcf7 dl + h4 {
    text-align: left;
    margin-top: 3em;
    margin-bottom: 1em; }
    @media screen and (min-width: 960px) {
      #inq div.wpcf7 dl + h4 {
        font-size: 16px; } }
    @media screen and (max-width: 959px) {
      #inq div.wpcf7 dl + h4 {
        font-size: 14px; } }
    @media screen and (max-width: 599px) {
      #inq div.wpcf7 dl + h4 {
        font-size: 12px; } }
  #inq div.wpcf7 textarea.policy {
    width: 100%; }
    @media screen and (min-width: 960px) {
      #inq div.wpcf7 textarea.policy {
        font-size: 14px; } }
    @media screen and (max-width: 959px) {
      #inq div.wpcf7 textarea.policy {
        font-size: 13px; } }
    @media screen and (max-width: 599px) {
      #inq div.wpcf7 textarea.policy {
        font-size: 12px; } }
  #inq div.wpcf7 input[type="submit"] {
    display: block;
    margin: 2em auto 0;
    background: #5ac8a0;
    color: #ffffff;
    border: none;
    font-size: 16px;
    padding: 1em 4em;
    cursor: pointer; }
    @media screen and (max-width: 599px) {
      #inq div.wpcf7 input[type="submit"] {
        padding: 0.5em 4em;
        font-size: 12px; } }
    #inq div.wpcf7 input[type="submit"]:hover {
      opacity: 0.8; }

.hp_create_banner {
  width: 90%;
  max-width: 640px;
  margin: 0px auto 80px; }
  .hp_create_banner img {
    width: 100%;
    height: auto; }

.hos_info {
  margin-top: 120px;
  box-sizing: border-box;
  width: 100%; }
  @media screen and (max-width: 959px) {
    .hos_info {
      margin-top: 80px; } }
  @media screen and (max-width: 599px) {
    .hos_info {
      margin-top: 50px; } }
  .hos_info #map {
    height: 350px; }
  .hos_info .innerbox {
    color: #323232; }
    .hos_info .innerbox address {
      padding: 5px 5px 5px 20px;
      background: #ffffe6;
      margin-top: 5px; }
      .hos_info .innerbox address span {
        font-size: 16px;
        padding: 0.1em 0;
        display: block; }
        @media screen and (max-width: 599px) {
          .hos_info .innerbox address span {
            font-size: 14px; } }
      .hos_info .innerbox address + ul li {
        list-style: disc;
        padding-left: 0.2rem;
        margin: 0.8rem 0.5rem 0.2rem 2rem; }
        @media screen and (max-width: 599px) {
          .hos_info .innerbox address + ul li {
            font-size: 12px; } }
    .hos_info .innerbox > .flex_box {
      border: 1px solid #5AC8A0;
      box-sizing: border-box;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media screen and (min-width: 960px) {
        .hos_info .innerbox > .flex_box {
          margin-top: 45px; } }
      @media screen and (max-width: 959px) {
        .hos_info .innerbox > .flex_box {
          margin-top: 30px; } }
      @media screen and (max-width: 599px) {
        .hos_info .innerbox > .flex_box {
          margin-top: 15px; } }
      @media screen and (min-width: 960px) {
        .hos_info .innerbox > .flex_box {
          padding: 30px; } }
      @media screen and (max-width: 959px) {
        .hos_info .innerbox > .flex_box {
          padding: 20px; } }
      @media screen and (max-width: 599px) {
        .hos_info .innerbox > .flex_box {
          padding: 10px; } }
      @media screen and (max-width: 599px) {
        .hos_info .innerbox > .flex_box {
          display: block; } }
      .hos_info .innerbox > .flex_box .img_box {
        flex-basis: 20%; }
        @media screen and (max-width: 599px) {
          .hos_info .innerbox > .flex_box .img_box {
            width: 60%;
            margin-left: auto;
            margin-right: auto; } }
        .hos_info .innerbox > .flex_box .img_box img {
          width: 100%;
          height: auto; }
      .hos_info .innerbox > .flex_box .text_box {
        flex-basis: calc(80% - 30px); }
        .hos_info .innerbox > .flex_box .text_box .headDoc-info {
          font-weight: bold;
          padding-top: 0; }
          @media screen and (min-width: 960px) {
            .hos_info .innerbox > .flex_box .text_box .headDoc-info {
              margin-bottom: 15px; } }
          @media screen and (max-width: 959px) {
            .hos_info .innerbox > .flex_box .text_box .headDoc-info {
              margin-bottom: 10px; } }
          @media screen and (max-width: 599px) {
            .hos_info .innerbox > .flex_box .text_box .headDoc-info {
              margin-bottom: 5px; } }
          @media screen and (min-width: 960px) {
            .hos_info .innerbox > .flex_box .text_box .headDoc-info {
              font-size: 16px; } }
          @media screen and (max-width: 959px) {
            .hos_info .innerbox > .flex_box .text_box .headDoc-info {
              font-size: 14px; } }
          @media screen and (max-width: 599px) {
            .hos_info .innerbox > .flex_box .text_box .headDoc-info {
              font-size: 12px; } }
        .hos_info .innerbox > .flex_box .text_box p {
          line-height: 1.8; }
          @media screen and (min-width: 960px) {
            .hos_info .innerbox > .flex_box .text_box p {
              font-size: 16px; } }
          @media screen and (max-width: 959px) {
            .hos_info .innerbox > .flex_box .text_box p {
              font-size: 14px; } }
          @media screen and (max-width: 599px) {
            .hos_info .innerbox > .flex_box .text_box p {
              font-size: 12px; } }
  .hos_info h2 {
    font-weight: bold;
    border-bottom: 2px solid #5AC8A0;
    padding-bottom: 0.4em;
    color: #5AC8A0;
    margin-bottom: 0.8em; }
    @media screen and (min-width: 960px) {
      .hos_info h2 {
        font-size: 24px; } }
    @media screen and (max-width: 959px) {
      .hos_info h2 {
        font-size: 22px; } }
    @media screen and (max-width: 599px) {
      .hos_info h2 {
        font-size: 20px; } }
  .hos_info h3 {
    font-weight: bold;
    margin-bottom: 0.5em; }
    @media screen and (min-width: 960px) {
      .hos_info h3 {
        font-size: 16px; } }
    @media screen and (max-width: 959px) {
      .hos_info h3 {
        font-size: 14px; } }
    @media screen and (max-width: 599px) {
      .hos_info h3 {
        font-size: 12px; } }
  .hos_info .pickup_hos {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px dashed #cccccc; }
    @media screen and (min-width: 960px) {
      .hos_info .pickup_hos {
        padding-bottom: 30px; } }
    @media screen and (max-width: 959px) {
      .hos_info .pickup_hos {
        padding-bottom: 20px; } }
    @media screen and (max-width: 599px) {
      .hos_info .pickup_hos {
        padding-bottom: 10px; } }
    @media screen and (max-width: 599px) {
      .hos_info .pickup_hos {
        display: block; } }
    .hos_info .pickup_hos .public_url {
      flex-basis: 100%; }
      @media screen and (min-width: 960px) {
        .hos_info .pickup_hos .public_url {
          margin-bottom: 22px; } }
      @media screen and (max-width: 959px) {
        .hos_info .pickup_hos .public_url {
          margin-bottom: 19px; } }
      @media screen and (max-width: 599px) {
        .hos_info .pickup_hos .public_url {
          margin-bottom: 16px; } }
      .hos_info .pickup_hos .public_url > div {
        text-align: center;
        overflow: hidden;
        box-sizing: border-box; }
        .hos_info .pickup_hos .public_url > div a {
          display: block;
          padding: 1em 0;
          color: #ffffff;
          width: 100%;
          max-width: 558px;
          background: #64c0ab;
          border-radius: 3em;
          line-height: 1; }
          @media screen and (min-width: 960px) {
            .hos_info .pickup_hos .public_url > div a {
              font-size: 20px; } }
          @media screen and (max-width: 959px) {
            .hos_info .pickup_hos .public_url > div a {
              font-size: 18px; } }
          @media screen and (max-width: 599px) {
            .hos_info .pickup_hos .public_url > div a {
              font-size: 16px; } }
          .hos_info .pickup_hos .public_url > div a:before {
            font-family: 'Font Awesome 6 Pro';
            content: '\f105';
            font-weight: 900;
            content: '\f0ac';
            margin-right: 0.3em;
            font-size: 1.2em;
            position: relative;
            top: 0.1em; }
    .hos_info .pickup_hos .hos_img {
      box-sizing: border-box;
      flex-basis: 23%; }
      @media screen and (max-width: 599px) {
        .hos_info .pickup_hos .hos_img {
          width: 80%;
          margin: 0 auto; } }
      .hos_info .pickup_hos .hos_img img {
        width: 100%;
        height: auto; }
        @media screen and (max-width: 599px) {
          .hos_info .pickup_hos .hos_img img {
            margin: 20px 0 0; } }
    .hos_info .pickup_hos .text_box {
      flex-basis: calc(77% - 30px); }

.hos_info .pickup_btn_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (min-width: 960px) {
    .hos_info .pickup_btn_list {
      margin-top: 120px; } }
  @media screen and (max-width: 959px) {
    .hos_info .pickup_btn_list {
      margin-top: 90px; } }
  @media screen and (max-width: 599px) {
    .hos_info .pickup_btn_list {
      margin-top: 60px; } }
  @media screen and (max-width: 959px) {
    .hos_info .pickup_btn_list {
      display: block; } }
  @media screen and (max-width: 599px) {
    .hos_info .pickup_btn_list {
      margin-top: 30px; } }
  .hos_info .pickup_btn_list a {
    display: block;
    color: #ffffff; }
  .hos_info .pickup_btn_list .public_hp {
    width: 100%;
    text-align: center; }
    .hos_info .pickup_btn_list .public_hp a {
      background: #feeff4;
      text-align: center;
      color: #561111;
      padding: 20px 0;
      font-size: 16px;
      border: 1px solid #fa648c;
      border-radius: 20px;
      display: inline-block;
      width: 60%;
      margin-bottom: 20px;
      box-sizing: border-box;
      box-shadow: 2px 4px 5px 3px rgba(21, 21, 21, 0.1); }
      @media screen and (max-width: 959px) {
        .hos_info .pickup_btn_list .public_hp a {
          width: 100%; } }
      @media screen and (max-width: 599px) {
        .hos_info .pickup_btn_list .public_hp a {
          font-size: 12px;
          padding: 8px 0; } }
      .hos_info .pickup_btn_list .public_hp a span {
        display: block; }
      .hos_info .pickup_btn_list .public_hp a span.hos_name {
        display: inline-block;
        font-weight: bold;
        font-size: 1.2em;
        position: relative; }
        .hos_info .pickup_btn_list .public_hp a span.hos_name:before, .hos_info .pickup_btn_list .public_hp a span.hos_name:after {
          content: "";
          display: block;
          width: 0.4em;
          height: 0.4em;
          border-radius: 0.4em;
          position: absolute;
          background: #561111; }
        .hos_info .pickup_btn_list .public_hp a span.hos_name:before {
          top: 50%;
          left: -0.7em;
          transform: translateY(-50%); }
        .hos_info .pickup_btn_list .public_hp a span.hos_name:after {
          top: 50%;
          right: -0.7em;
          transform: translateY(-50%); }
  .hos_info .pickup_btn_list .btn_go_hos,
  .hos_info .pickup_btn_list .btn_go_pickup {
    width: calc(50% - 60px);
    margin: 20px 30px;
    box-sizing: border-box; }
    @media screen and (max-width: 959px) {
      .hos_info .pickup_btn_list .btn_go_hos,
      .hos_info .pickup_btn_list .btn_go_pickup {
        width: 90%;
        margin: 20px auto; } }
    @media screen and (max-width: 599px) {
      .hos_info .pickup_btn_list .btn_go_hos,
      .hos_info .pickup_btn_list .btn_go_pickup {
        width: 100%;
        margin: 10px auto; } }
    .hos_info .pickup_btn_list .btn_go_hos a,
    .hos_info .pickup_btn_list .btn_go_pickup a {
      background: #5ac8a0;
      color: #ffffff;
      text-align: center;
      border-radius: 20px;
      padding: 1em 0;
      font-size: 16px;
      box-shadow: 2px 4px 4px 1px rgba(90, 190, 150, 0.3); }
      @media screen and (max-width: 599px) {
        .hos_info .pickup_btn_list .btn_go_hos a,
        .hos_info .pickup_btn_list .btn_go_pickup a {
          font-size: 12px; } }
      .hos_info .pickup_btn_list .btn_go_hos a span,
      .hos_info .pickup_btn_list .btn_go_pickup a span {
        display: block;
        font-size: 0.8em; }

.search #mainContents .search-where {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .search #mainContents .search-where .search-where-checks {
    width: 100%;
    order: 2; }
  .search #mainContents .search-where .search-where-freeword {
    width: 100%;
    order: 1; }

.net119 {
  width: 100%; }
  .net119 img {
    width: 100%;
    height: auto; }
  .net119 .kyuukyuu-title {
    width: 100%; }
  .net119 .pr-title {
    margin-top: 2em;
    margin-bottom: 1em;
    clear: both; }
  .net119 .img1 {
    width: 460px;
    float: right;
    margin-left: 60px; }
    @media screen and (max-width: 599px) {
      .net119 .img1 {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        float: none; } }
  .net119 .img2 {
    width: 300px;
    float: right;
    margin-left: 70px;
    margin-bottom: 4em; }
    @media screen and (max-width: 599px) {
      .net119 .img2 {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        float: none; } }
  .net119 .img3 {
    margin-top: 4em; }
  .net119 .img4 {
    margin-top: 3em; }
  .net119 .img5 {
    margin-top: 3em;
    margin-bottom: 2em; }
  .net119 .img6 {
    margin-top: 2em;
    margin-bottom: 2em; }
  .net119 p + .pr-sub-title {
    margin-top: 4em; }
  .net119 .pr-sub-title {
    clear: both; }
  .net119 .wall2_a span {
    border: 1px solid #3cb3dd;
    color: #3cb3dd;
    font-size: 1.5em;
    border-radius: 10px;
    padding: 0.3em;
    margin: 0.8em 0;
    display: inline-block; }
  .net119 .column2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 599px) {
      .net119 .column2 {
        display: block; } }
    .net119 .column2 li {
      width: 48%;
      padding: 1.5em 0; }
      @media screen and (max-width: 599px) {
        .net119 .column2 li {
          width: 100%; } }
  .net119 .attention b {
    display: block;
    padding-bottom: 0.5em; }
    .net119 .attention b img {
      width: 2em;
      height: auto;
      display: inline-block;
      margin-bottom: -0.3em; }
  .net119 .btn {
    margin-top: 1em; }
    .net119 .btn li {
      padding: 0; }
      .net119 .btn li a {
        margin: 0 0 1em 0;
        color: #000000; }
  .net119 .last {
    margin-bottom: 6em; }

.regist-banner {
  margin-top: 20px; }
  .regist-banner img {
    width: 100%; }

.register-btn {
  width: 300px;
  margin: 40px auto;
  text-align: center; }
  .register-btn a {
    display: block;
    width: 100%;
    padding: 0.9em 0;
    border-radius: 10px;
    background: #ffdb31;
    font-size: 18px;
    text-align: center; }
    .register-btn a::after {
      content: "";
      display: inline-block;
      width: 8px;
      height: 8px;
      margin-top: 4px;
      margin-left: 0.5em;
      border-top: 2px solid #000;
      border-right: 2px solid #000;
      transform: rotate(135deg);
      vertical-align: text-top; }
  @media screen and (max-width: 599px) {
    .register-btn {
      width: 100%; }
      .register-btn a {
        font-size: 14px; }
        .register-btn a::after {
          margin-top: 2px;
          border-width: 1px; } }

.register-description h2 img {
  width: 100%; }

.register-description > p {
  line-height: 1.8;
  margin: 40px 0;
  font-size: 16px;
  text-align: center; }

.register-description > ul {
  display: flex;
  justify-content: space-between;
  border-right: 2px dotted #cccccc; }
  .register-description > ul li {
    width: 33.3%;
    padding: 30px;
    border-left: 2px dotted #cccccc;
    box-sizing: border-box; }
    .register-description > ul li h3 {
      margin-bottom: 1em;
      font-size: 18px;
      font-weight: bold;
      text-align: center; }
    .register-description > ul li p {
      line-height: 1.8; }

@media screen and (max-width: 599px) {
  .register-description > p {
    margin: 20px 0;
    font-size: 14px; }
    .register-description > p br {
      display: none; }
  .register-description > ul {
    display: block;
    border-right: none;
    border-bottom: 2px dotted #cccccc; }
    .register-description > ul li {
      width: 100%;
      padding: 30px 0;
      border-left: none;
      border-top: 2px dotted #cccccc; }
      .register-description > ul li h3 {
        margin-bottom: 0.5em;
        font-size: 16px; } }

.register-image img {
  width: 100%; }

.register-form {
  margin-bottom: 40px;
  padding: 40px;
  border: 2px solid #ebebeb;
  border-radius: 10px;
  box-sizing: border-box; }
  .register-form h3 {
    margin-bottom: 1em;
    padding: 0.4em 1em;
    background: #59c79f;
    color: #fff;
    font-size: 20px;
    font-weight: bold; }
  .register-form h4 {
    margin-bottom: 1em; }
    .register-form h4::before {
      content: "●";
      margin-right: 0.5em;
      color: #59c79f; }
    .register-form h4 ~ h4 {
      margin-top: 40px; }
  .register-form table {
    width: 100%; }
    .register-form table th, .register-form table td {
      padding: 20px 0;
      border-top: 1px solid #595757;
      border-bottom: 1px solid #595757;
      text-align: left;
      vertical-align: middle; }
    .register-form table th {
      width: 30.68182%; }
    .register-form table td {
      width: 67.04545%;
      padding-left: 20px; }
      .register-form table td input, .register-form table td textarea {
        width: 100%;
        padding: 0.5em;
        border: 1px solid #cccccc;
        box-sizing: border-box; }
        .register-form table td input::placeholder, .register-form table td textarea::placeholder {
          color: #ccc; }
      .register-form table td textarea {
        height: 8em; }
      .register-form table td .wpcf7-list-item input {
        width: auto;
        vertical-align: middle; }
      .register-form table td .wpcf7-not-valid-tip {
        margin-top: 0.5em; }
  .register-form .required {
    display: inline-block;
    margin-left: 0.5em;
    padding: 2px 4px;
    background: #f9638b;
    color: #fff;
    font-size: 10px; }
  .register-form-btn {
    width: 300px;
    margin: 40px auto 0;
    text-align: center; }
    .register-form-btn input.wpcf7-submit {
      display: block;
      width: 100%;
      padding: 0.9em 0;
      border: none;
      border-radius: 10px;
      background: #59c79f;
      color: #fff;
      font-size: 18px;
      text-align: center; }
  .register-form textarea {
    width: 100%;
    margin-bottom: 2em; }
    @media screen and (min-width: 960px) {
      .register-form textarea {
        font-size: 16px; } }
    @media screen and (max-width: 959px) {
      .register-form textarea {
        font-size: 14px; } }
    @media screen and (max-width: 599px) {
      .register-form textarea {
        font-size: 12px; } }
  @media screen and (max-width: 599px) {
    .register-form {
      padding: 20px; }
      .register-form h3 {
        font-size: 16px; }
      .register-form-btn {
        width: 100%; }
        .register-form-btn input {
          font-size: 14px; } }

/******************************************************************************
* 背景
******************************************************************************/
.ft-pans {
  width: 100%;
  height: auto;
  padding: 0.7em 0;
  margin-bottom: -30px !important;
  background-color: #f3fbf9;
  display: block; }

.ft-pans:before, .ft-pans:after {
  content: "";
  display: table; }

.ft-pans:after {
  clear: both; }

.ft-pans a {
  text-decoration: underline; }

.ft-pans > small {
  display: block; }

@media screen and (min-width: 960px) {
  .ft-pans > small {
    margin: 0 auto;
    width: 960px; } }

@media screen and (max-width: 959px) {
  .ft-pans > small {
    margin: 0 auto;
    width: 90%; } }

#columnist_page {
  margin-top: 2em; }
  #columnist_page h2 img {
    width: 100%;
    height: auto; }
  #columnist_page h3 {
    font-size: 28px;
    text-align: center;
    padding: 1.5em 0 1em; }
    @media screen and (max-width: 599px) {
      #columnist_page h3 {
        font-size: 18px; } }
    #columnist_page h3 + div p {
      padding-bottom: 1.5em;
      line-height: 1.8; }
      #columnist_page h3 + div p span {
        background: linear-gradient(to bottom, transparent 61%, #fff462 61%, #fff462); }
      @media screen and (max-width: 599px) {
        #columnist_page h3 + div p {
          font-size: 12px; } }

.columnist_case {
  padding: 25px 45px;
  background: #faf5e6;
  border-radius: 20px; }
  @media screen and (max-width: 959px) {
    .columnist_case {
      padding: 15px 25px; } }
  @media screen and (max-width: 599px) {
    .columnist_case {
      border-radius: 10px;
      padding: 10px 15px; } }
  .columnist_case h2 {
    font-size: 21px;
    color: #5ac8a0;
    text-align: center;
    margin: 20px 0 35px;
    font-weight: bold; }
    @media screen and (max-width: 959px) {
      .columnist_case h2 {
        font-size: 18px; } }
    @media screen and (max-width: 599px) {
      .columnist_case h2 {
        font-size: 16px;
        margin: 10px 0 15px; } }
  .columnist_case ul {
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 599px) {
      .columnist_case ul {
        display: block; } }
    .columnist_case ul li {
      width: 50%;
      box-sizing: border-box; }
      .columnist_case ul li:nth-of-type(1) {
        border-bottom: 1px dashed #b5b5b6;
        border-right: 1px dashed #b5b5b6;
        padding: 0 40px 40px 0; }
        @media screen and (max-width: 959px) {
          .columnist_case ul li:nth-of-type(1) {
            padding: 0 20px 20px 0; } }
      .columnist_case ul li:nth-of-type(2) {
        border-bottom: 1px dashed #b5b5b6;
        padding: 0 0 40px 40px; }
        @media screen and (max-width: 959px) {
          .columnist_case ul li:nth-of-type(2) {
            padding: 0 0 20px 20px; } }
      .columnist_case ul li:nth-of-type(3) {
        border-right: 1px dashed #b5b5b6;
        padding: 40px 40px 0 0; }
        @media screen and (max-width: 959px) {
          .columnist_case ul li:nth-of-type(3) {
            padding: 20px 20px 0 0; } }
      .columnist_case ul li:nth-of-type(4) {
        padding: 40px 0 0 40px; }
        @media screen and (max-width: 959px) {
          .columnist_case ul li:nth-of-type(4) {
            padding: 20px 0 0 20px; } }
      @media screen and (max-width: 599px) {
        .columnist_case ul li {
          width: 100%;
          border: none !important;
          padding: 20px !important;
          border-bottom: 1px dashed #b5b5b6 !important; }
          .columnist_case ul li:last-child {
            border-bottom: none !important; } }
      .columnist_case ul li img {
        width: 100%;
        height: auto; }
      .columnist_case ul li h3 {
        margin: 25px 0 15px;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        line-height: 1; }
        @media screen and (max-width: 959px) {
          .columnist_case ul li h3 {
            font-size: 16px;
            margin: 20px 0 10px; } }
        .columnist_case ul li h3 span {
          color: #5ac8a0;
          font-size: 0.8em;
          font-weight: bold; }
          @media screen and (max-width: 959px) {
            .columnist_case ul li h3 span {
              display: block;
              padding-bottom: 0.6em; } }
          @media screen and (max-width: 599px) {
            .columnist_case ul li h3 span {
              display: block; } }
          .columnist_case ul li h3 span:after {
            content: ". "; }
            @media screen and (max-width: 959px) {
              .columnist_case ul li h3 span:after {
                display: none; } }
            @media screen and (max-width: 599px) {
              .columnist_case ul li h3 span:after {
                display: inline; } }
      .columnist_case ul li p {
        line-height: 2.3; }
        @media screen and (max-width: 959px) {
          .columnist_case ul li p {
            line-height: 1.8; } }

.columnist_btn_inq {
  text-align: center;
  padding: 25px 0; }
  @media screen and (max-width: 959px) {
    .columnist_btn_inq {
      padding: 15px 0; } }
  .columnist_btn_inq a {
    display: inline-block;
    width: 100%;
    max-width: 360px;
    background: #5ac8a0;
    color: #ffffff;
    border-radius: 10px;
    line-height: 60px;
    font-size: 16px;
    position: relative; }
    @media screen and (max-width: 959px) {
      .columnist_btn_inq a {
        line-height: 45px;
        font-size: 14px; } }
    .columnist_btn_inq a:after {
      content: "";
      width: 1em;
      height: 1em;
      font-size: 6px;
      display: inline-block;
      border: 2px solid #ffffff;
      border-top: none;
      border-right: none;
      position: relative;
      left: 1.4em;
      top: -3px;
      transform: rotate(-45deg); }

.columnist_info_box {
  margin: 100px 0; }
  .columnist_info_box h2 {
    font-size: 20px;
    color: #5ac8a0;
    line-height: 2em;
    border-bottom: 2px solid #5ac8a0;
    margin-bottom: 30px;
    font-weight: bold; }
    .columnist_info_box h2 + p {
      line-height: 2;
      margin-bottom: 2.5em; }
  .columnist_info_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px; }
    @media screen and (max-width: 599px) {
      .columnist_info_box ul {
        display: block; } }
    .columnist_info_box ul li {
      width: 17.5%; }
      @media screen and (max-width: 599px) {
        .columnist_info_box ul li {
          width: 80%;
          margin: 10px auto 40px; } }
      .columnist_info_box ul li img {
        width: 100%;
        height: auto;
        text-align: center; }
        @media screen and (max-width: 599px) {
          .columnist_info_box ul li img {
            width: 80%;
            margin: 20px auto;
            display: block; } }
      .columnist_info_box ul li h3 {
        font-size: 20px;
        text-align: center;
        font-weight: bold;
        border-top: 3px solid #5ac8a0;
        padding: 0.6em 0 0.4em;
        margin-top: 0.8em;
        position: relative; }
        @media screen and (max-width: 959px) {
          .columnist_info_box ul li h3 {
            font-size: 16px; } }
        .columnist_info_box ul li h3 span {
          font-size: 0.8em; }
          @media screen and (max-width: 959px) {
            .columnist_info_box ul li h3 span {
              display: block; } }
          @media screen and (max-width: 599px) {
            .columnist_info_box ul li h3 span {
              display: inline; } }
          .columnist_info_box ul li h3 span:before {
            content: " "; }
            @media screen and (max-width: 959px) {
              .columnist_info_box ul li h3 span:before {
                display: none; } }
            @media screen and (max-width: 599px) {
              .columnist_info_box ul li h3 span:before {
                display: inline; } }
        .columnist_info_box ul li h3:before {
          content: "";
          display: block;
          width: 0;
          height: 0;
          border: 8px solid #5ac8a0;
          border-bottom-color: transparent;
          border-left-color: transparent;
          position: absolute;
          top: -15px;
          left: 50%;
          transform: rotate(-45deg) translateX(-50%); }
      .columnist_info_box ul li p {
        font-size: 12px;
        text-align: center;
        line-height: 1.5;
        display: block; }
        @media screen and (max-width: 959px) {
          .columnist_info_box ul li p {
            font-size: 10px; } }
        @media screen and (max-width: 599px) {
          .columnist_info_box ul li p {
            font-size: 12px; }
            .columnist_info_box ul li p br {
              display: none; } }
      .columnist_info_box ul li div a {
        display: block;
        border: 1px solid #5ac8a0;
        line-height: 2;
        border-radius: 5px;
        font-size: 14px;
        text-align: center;
        margin-top: 1.2em;
        position: relative; }
        @media screen and (max-width: 959px) {
          .columnist_info_box ul li div a {
            font-size: 12px; } }
        .columnist_info_box ul li div a:before {
          content: "";
          display: block;
          font-size: 5px;
          width: 1em;
          height: 1em;
          position: absolute;
          border: 2px solid #5ac8a0;
          border-left: none;
          border-top: none;
          left: 50%;
          top: 50%;
          transform: translateX(-800%) translateY(-60%) rotate(-45deg); }

.columnist_form_box h2 {
  font-size: 20px;
  color: #5ac8a0;
  line-height: 2em;
  border-bottom: 2px solid #5ac8a0;
  margin-bottom: 30px;
  font-weight: bold; }
  .columnist_form_box h2 + p {
    line-height: 2;
    margin-bottom: 2.5em; }

.columnist_form_box dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 599px) {
    .columnist_form_box dl {
      display: block; } }
  .columnist_form_box dl dt {
    background: #b5b5b6;
    color: #ffffff;
    width: 31.25%;
    box-sizing: border-box;
    padding: 25px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ffffff; }
    .columnist_form_box dl dt:last-child {
      border-bottom: none; }
    @media screen and (max-width: 599px) {
      .columnist_form_box dl dt {
        display: block;
        width: 100%;
        padding: 10px 0 10px 25px;
        text-align: left; } }
  .columnist_form_box dl dd {
    width: calc(100% - 31.25%);
    box-sizing: border-box;
    background: rgba(181, 181, 182, 0.12);
    padding: 25px;
    border-bottom: 1px solid #b5b5b6; }
    .columnist_form_box dl dd textarea {
      height: 250px;
      width: 100%;
      border: none;
      resize: none;
      line-height: 1.8; }
    .columnist_form_box dl dd input {
      width: 100%;
      border: none;
      line-height: 3; }
    .columnist_form_box dl dd:last-child {
      border-bottom: none; }
    @media screen and (max-width: 599px) {
      .columnist_form_box dl dd {
        width: 100%;
        padding: 10px 25px; } }

.columnist_form_box div {
  text-align: center;
  padding: 50px 0; }
  .columnist_form_box div input[type="submit"] {
    display: inline-block;
    width: 100%;
    max-width: 360px;
    background: #5ac8a0;
    color: #ffffff;
    border-radius: 10px;
    line-height: 60px;
    font-size: 16px;
    border: none;
    cursor: pointer; }
    .columnist_form_box div input[type="submit"]:hover {
      opacity: 0.8; }

/******************************************************************************
* 2019.12.turn
******************************************************************************/
.re-search a {
  width: 100%;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #5ac8a0;
  padding: 0.5em;
  margin: 1em 0;
  border: 1px solid #5ac8a0;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 5px 5px 5px #c7c7c7;
  display: block; }

.re-search a:hover {
  color: #ffffff;
  background-color: #5ac8a0; }

/* 個別での対応 */
/* 病院詳細に開院予定の表示に伴うレイアウト */
.single .open_date {
  border: 1px solid red;
  color: red;
  padding: 0.4em 0.5em;
  margin-top: 1em;
  clear: both;
  display: inline-block; }

/* 病院詳細 */
img.post_thumbnail {
  width: 100%;
  height: auto; }

/* 新規病院 */
.new_hos_box {
  position: relative;
  width: 100%;
  margin-top: 50px; }
  .new_hos_box > div {
    padding: 0px 0 50px;
    font-size: 16px;
    margin-bottom: 50px;
    border-bottom: 1px dashed #cccccc;
    clear: both; }
    @media screen and (max-width: 599px) {
      .new_hos_box > div {
        margin-bottom: 20px;
        padding: 0px 0 20px; } }
    .new_hos_box > div span {
      width: auto;
      margin: 15px 30px 0px 30px;
      display: inline-block;
      line-height: 30px;
      padding: 0 0.7em;
      background: #64c0ab;
      color: #ffffff;
      font-size: 16px; }
      @media screen and (max-width: 599px) {
        .new_hos_box > div span {
          margin: 15px 15px 0 15px;
          font-size: 14px; } }
    .new_hos_box > div img {
      border-radius: 10px;
      float: left;
      width: 30%;
      box-sizing: border-box; }
      @media screen and (max-width: 959px) {
        .new_hos_box > div img {
          border-radius: 0px;
          float: none;
          width: 100%;
          max-width: 100%; } }
    .new_hos_box > div h3 {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 20px;
      font-weight: bold;
      padding: 20px 30px 0 30px; }
      @media screen and (max-width: 599px) {
        .new_hos_box > div h3 {
          font-size: 16px;
          padding: 10px 15px 0 15px; } }
    .new_hos_box > div h3 + p {
      padding: 10px 30px 10px 30px;
      line-height: 1; }
      @media screen and (max-width: 599px) {
        .new_hos_box > div h3 + p {
          padding: 5px 15px; } }
    .new_hos_box > div p + p {
      padding: 0px 30px 30px 30px;
      line-height: 1; }
    .new_hos_box > div p {
      font-size: 16px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .new_hos_box > div h4 {
      padding: 0 30px 30px 30px;
      font-weight: bold; }

/* コメント一覧 */
.kuchikomi_list_box > div {
  margin: 30px;
  padding: 20px;
  border-bottom: 1px dashed #cccccc; }
  @media screen and (max-width: 599px) {
    .kuchikomi_list_box > div {
      padding: 10px 0 25px;
      margin: 15px 0; } }
  .kuchikomi_list_box > div a ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .kuchikomi_list_box > div a ul > li:nth-of-type(1) {
      width: 160px;
      box-sizing: border-box; }
      @media screen and (max-width: 599px) {
        .kuchikomi_list_box > div a ul > li:nth-of-type(1) {
          width: 100%;
          order: 2; } }
      .kuchikomi_list_box > div a ul > li:nth-of-type(1) img {
        display: block;
        width: 90%;
        height: auto;
        margin: 0 auto 20px; }
        @media screen and (max-width: 599px) {
          .kuchikomi_list_box > div a ul > li:nth-of-type(1) img {
            width: 50%;
            margin: 20px auto; } }
      .kuchikomi_list_box > div a ul > li:nth-of-type(1) span {
        display: block;
        text-align: center;
        line-height: 2.5em;
        font-size: 14px;
        letter-spacing: 1px;
        color: #ffffff; }
        @media screen and (max-width: 599px) {
          .kuchikomi_list_box > div a ul > li:nth-of-type(1) span {
            width: 80%;
            margin: 0 auto; } }
      .kuchikomi_list_box > div a ul > li:nth-of-type(1) span.sex_m {
        background-color: #65aadd; }
      .kuchikomi_list_box > div a ul > li:nth-of-type(1) span.sex_f {
        background-color: #ee869a; }
    .kuchikomi_list_box > div a ul > li:nth-of-type(2) {
      width: calc(100% - 160px);
      box-sizing: border-box;
      padding-left: 40px; }
      @media screen and (max-width: 599px) {
        .kuchikomi_list_box > div a ul > li:nth-of-type(2) {
          width: 100%;
          padding: 10px; } }
      .kuchikomi_list_box > div a ul > li:nth-of-type(2) h2 {
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 0.6em;
        color: #64c0ab; }
        @media screen and (max-width: 599px) {
          .kuchikomi_list_box > div a ul > li:nth-of-type(2) h2 {
            font-size: 16px; } }
      .kuchikomi_list_box > div a ul > li:nth-of-type(2) h3 {
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 0.6em; }
        @media screen and (max-width: 599px) {
          .kuchikomi_list_box > div a ul > li:nth-of-type(2) h3 {
            font-size: 16px;
            padding-bottom: 0.5em; } }
      .kuchikomi_list_box > div a ul > li:nth-of-type(2) p + p {
        padding-top: 2em;
        text-align: right; }
        @media screen and (max-width: 599px) {
          .kuchikomi_list_box > div a ul > li:nth-of-type(2) p + p {
            font-size: 0.8em; } }

/* ページャー */
@media screen and (max-width: 959px) {
  .pager_box {
    font-size: 14px; } }

@media screen and (max-width: 599px) {
  .pager_box {
    font-size: 12px; } }

.pager_box .page_counter {
  text-align: center; }
  .pager_box .page_counter li {
    display: inline-block;
    padding: 0.2em 1em; }

.pager_box .pager {
  display: block;
  padding: 1em 0;
  text-align: center; }
  .pager_box .pager li {
    display: inline-block;
    padding: 0.3em; }
    .pager_box .pager li a {
      text-decoration: none;
      display: block;
      text-align: center;
      background: #e4e4e4;
      width: 2em;
      line-height: 2em;
      border-radius: 2em;
      color: #434343; }
    .pager_box .pager li a:visited {
      color: #434343; }
    .pager_box .pager li a:hover {
      opacity: 0.8; }
  .pager_box .pager li.active a {
    background: #5ac8a0;
    color: #ffffff; }

.pager_box:last-child {
  padding: 1em 0 4em 0; }

/* お知らせ詳細 */
.single-news #single {
  margin: 0 auto 80px;
  padding: 50px 50px 70px;
  border: 1px solid #efefef;
  box-sizing: border-box;
  float: none; }
  @media screen and (max-width: 599px) {
    .single-news #single {
      margin: 0 auto 20px;
      padding: 20px 20px 30px; } }
  .single-news #single > h2 {
    color: #5ac8a0; }
  .single-news #single .news_date {
    padding: 1em 0; }
  .single-news #single .news_content p {
    padding-bottom: 2em; }

/* お知らせ用画像レイアウト */
.single-news img.size-auto,
.single-news img.size-full,
.single-news img.size-large,
.single-news img.size-medium,
.single-news .attachment img {
  max-width: 100%;
  height: auto; }

.single-news .alignleft,
.single-news img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em; }

.single-news .alignright,
.single-news img.alignright {
  display: inline;
  float: right;
  margin-left: 1em; }

.single-news .aligncenter,
.single-news img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.single-news img.alignleft,
.single-news img.alignright,
.single-news img.aligncenter {
  margin-top: 1em;
  margin-bottom: 1em; }

/******************************************************************************
* 2019.12.16.turn
******************************************************************************/
.ft-pans > section {
  font-size: 0.8em; }
  @media screen and (min-width: 960px) {
    .ft-pans > section {
      margin: 0 auto;
      width: 960px; } }
  @media screen and (max-width: 959px) {
    .ft-pans > section {
      margin: 0 auto;
      width: 90%; } }

.ft-pans h2, .ft-pans h4 {
  display: inline-block; }

.search-where-checks ul {
  padding-left: 0.5em; }
  .search-where-checks ul li {
    display: inline-block;
    padding-left: 1em;
    margin: 0.2em;
    min-width: 135px;
    box-sizing: border-box; }
    .search-where-checks ul li span {
      cursor: pointer;
      display: block;
      padding: 0.3em;
      line-height: 1;
      font-weight: normal;
      text-decoration: underline; }
      .search-where-checks ul li span:hover {
        text-decoration: none;
        background: #5ac8a0;
        color: #ffffff; }
    .search-where-checks ul li .sl_rang,
    .search-where-checks ul li strong {
      cursor: pointer;
      display: block;
      padding: 0.3em;
      line-height: 1;
      font-weight: normal;
      background: #5ac8a0;
      color: #ffffff; }

.search-where-checks-title {
  padding: 5px 10px; }
  .search-where-checks-title span {
    font-weight: normal;
    display: inline-block;
    margin-left: 0.5em;
    padding: 0.2em 1em;
    background: #ffffff;
    border: 1px solid #5ac8a0;
    border-radius: 10px;
    color: #5ac8a0;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-size: 0.9em; }
    .search-where-checks-title span:hover {
      opacity: 0.8;
      color: #ffffff;
      background: #5ac8a0; }
  .search-where-checks-title strong {
    font-weight: normal;
    display: inline-block;
    margin-left: 0.5em;
    padding: 0.2em;
    font-size: 0.9em; }

.get_geo_load {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0; }
  .get_geo_load:before {
    content: "現在地取得中";
    padding: 0.5em 1em;
    background: #ffffff;
    color: #5ac8a0;
    border: 1px solid #5ac8a0;
    position: absolute;
    top: 50vh;
    right: 50%;
    transform: translateY(-50%) translateX(50%); }

.search-where-freeword .vm p {
  font-size: 0.8em;
  padding-bottom: 0.8em; }

.search-where-freeword .vm .search-field {
  width: 70%;
  padding: 0.3em; }

#offer_list_box {
  border: 1px solid #64c0ab;
  border-radius: 10px;
  padding: 1.5em 1.5em 1em; }
  #offer_list_box h3 {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #64c0ab; }
  #offer_list_box ul {
    padding: 0.5; }
    #offer_list_box ul li {
      padding: 0.3em;
      border-bottom: 1px dashed #64c0ab; }
      #offer_list_box ul li:last-child {
        border-bottom: none; }

body.page-id-12892 #main > .container {
  width: 100%; }

body.page-id-12892 #main .pans {
  width: 960px;
  margin: 0 auto; }

@media screen and (max-width: 959px) {
  body.page-id-12892 #main .pans {
    width: 90%; } }

.aiti {
  font-size: 14px; }
  @media screen and (max-width: 599px) {
    .aiti {
      font-size: 12px; } }

.aiti-intro {
  padding-bottom: 80px;
  background: url(../img/aiti/bg_01.svg) no-repeat 50% 100%;
  text-align: center; }
  .aiti-intro h2 {
    margin-bottom: 35px; }
    .aiti-intro h2 img {
      width: 100%; }
    .aiti-intro h2 + p {
      line-height: 1.6;
      margin-bottom: 35px;
      color: #5AC8A0;
      font-size: 50px; }
      .aiti-intro h2 + p br {
        display: none; }
  .aiti-intro h3:nth-of-type(1) {
    margin-bottom: 30px;
    font-size: 25px; }
    .aiti-intro h3:nth-of-type(1) span {
      background: #FFF8CC; }
  .aiti-intro h3:nth-of-type(2) {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 30px;
    color: #EA6D93; }
  .aiti-intro p {
    line-height: 2;
    font-size: 16px; }
  .aiti-intro a {
    display: block;
    width: 500px;
    line-height: 60px;
    margin: 0 auto;
    border: 2px solid #EA6D93;
    border-radius: 30px;
    background: #fff;
    color: #EA6D93;
    font-size: 18px;
    text-align: center; }
    .aiti-intro a::after {
      display: inline-block;
      width: 8px;
      height: 8px;
      margin-left: 0.5em;
      border-right: 2px solid #EA6D93;
      border-bottom: 2px solid #EA6D93;
      content: "";
      transform: rotate(45deg) translateY(-5px); }
  @media screen and (max-width: 959px) {
    .aiti-intro {
      background: none;
      text-align: left; }
      .aiti-intro h3:nth-of-type(1) br {
        display: none; }
      .aiti-intro h3:nth-of-type(2) br {
        display: none; }
      .aiti-intro p br {
        display: none; }
      .aiti-intro p ~ p {
        margin-top: 1em; } }
  @media screen and (max-width: 599px) {
    .aiti-intro h2 + p {
      font-size: 25px; }
      .aiti-intro h2 + p br {
        display: block; }
    .aiti-intro h3:nth-of-type(1) {
      font-size: 20px; }
    .aiti-intro h3:nth-of-type(2) {
      font-size: 20px; }
    .aiti-intro p {
      font-size: 14px; }
    .aiti-intro a {
      width: 100%;
      font-size: 16px; } }

.aiti-about {
  /* アクティブなタブ */
  /* ラジオボタン非表示 */ }
  .aiti-about .tab-wrap {
    display: flex;
    flex-wrap: wrap; }
  .aiti-about .tab-label {
    position: relative;
    order: -1;
    z-index: 1;
    flex: 1;
    padding: 23px 0;
    border-radius: 15px 15px 0 0;
    background: #F5AD54;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer; }
    .aiti-about .tab-label:not(:last-of-type) {
      margin-right: 10px; }
  .aiti-about .tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    background: rgba(250, 100, 140, 0.1);
    font-size: 16px; }
    .aiti-about .tab-content h3 {
      margin-bottom: 0.8em;
      color: #EA6D93;
      font-size: 24px; }
    .aiti-about .tab-content p {
      line-height: 1.8; }
      .aiti-about .tab-content p img {
        width: 100%; }
    .aiti-about .tab-content dl {
      margin-top: 2em;
      font-size: 14px; }
      .aiti-about .tab-content dl dt {
        color: #EA6D93; }
      .aiti-about .tab-content dl dd {
        line-height: 1.8; }
    .aiti-about .tab-content ul {
      margin-top: 1.5em;
      margin-bottom: 1em;
      margin-left: 1em; }
      .aiti-about .tab-content ul li {
        line-height: 1.8;
        text-indent: -1em; }
        .aiti-about .tab-content ul li::before {
          content: "●";
          margin-right: 0.5em;
          color: #EA6D93; }
  .aiti-about .tab-switch:checked + .tab-label {
    position: relative;
    background: #EA6D93; }
    .aiti-about .tab-switch:checked + .tab-label::before {
      position: absolute;
      left: 50%;
      bottom: -15px;
      content: "";
      width: 0;
      height: 0;
      margin-left: -9px;
      border-style: solid;
      border-width: 15px 9px 0 9px;
      border-color: #EA6D93 transparent transparent transparent; }
    .aiti-about .tab-switch:checked + .tab-label + .tab-content {
      overflow: auto;
      height: auto;
      opacity: 1;
      padding: 60px;
      transition: .5s opacity; }
  .aiti-about .tab-switch {
    display: none; }
  .aiti-about .aiti-about-block1 {
    display: flex;
    justify-content: space-between; }
    .aiti-about .aiti-about-block1 p:nth-of-type(1) {
      width: 65.47619%; }
    .aiti-about .aiti-about-block1 p:nth-of-type(2) {
      width: 29.7619%; }
  .aiti-about .aiti-about-block2 {
    display: flex;
    justify-content: space-between; }
    .aiti-about .aiti-about-block2 p:nth-of-type(1) {
      width: 65.47619%; }
    .aiti-about .aiti-about-block2 p:nth-of-type(2) {
      width: 29.7619%; }
  @media screen and (max-width: 959px) {
    .aiti-about .aiti-about-block1 {
      display: block; }
      .aiti-about .aiti-about-block1 p:nth-of-type(1) {
        width: 100%; }
      .aiti-about .aiti-about-block1 p:nth-of-type(2) {
        width: 75%;
        margin: 1em auto 0; }
    .aiti-about .aiti-about-block2 {
      display: block; }
      .aiti-about .aiti-about-block2 p:nth-of-type(1) {
        width: 100%; }
      .aiti-about .aiti-about-block2 p:nth-of-type(2) {
        width: 75%;
        margin: 1em auto 0; } }
  @media screen and (max-width: 599px) {
    .aiti-about .tab-content {
      font-size: 14px; }
      .aiti-about .tab-content h3 {
        font-size: 20px; }
    .aiti-about .tab-label {
      padding: 15px 10px;
      font-size: 14px; }
    .aiti-about .tab-switch:checked + .tab-label + .tab-content {
      padding: 30px; } }

.aiti-backnumber {
  margin-top: 100px;
  padding: 100px 0;
  background: #FFFBDC url(../img/aiti/backnumber_bg.svg) repeat 0 0; }
  .aiti-backnumber h3 {
    margin-bottom: 50px;
    padding: 0.4em;
    border: 2px dashed #fff;
    border-radius: 10px;
    background: #F5AD54;
    box-shadow: 0px 0px 0px 4px #F5AD54;
    color: #fff;
    font-size: 30px;
    text-align: center; }
    .aiti-backnumber h3 + p {
      line-height: 1.8;
      font-size: 16px;
      text-align: center; }
  .aiti-backnumber-btn label {
    display: block;
    width: 500px;
    line-height: 60px;
    margin: 50px auto 0;
    border: 2px solid #F5AD54;
    border-radius: 30px;
    background: #F5AD54;
    color: #fff;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    transition: .2s opacity; }
    .aiti-backnumber-btn label::after {
      display: inline-block;
      width: 8px;
      height: 8px;
      margin-left: 0.5em;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      content: "";
      transform: rotate(45deg) translateY(-5px); }
    .aiti-backnumber-btn label:hover {
      opacity: 0.6; }
    @media screen and (max-width: 599px) {
      .aiti-backnumber-btn label {
        width: 100%;
        margin-top: 30px;
        font-size: 16px; } }
  .aiti-backnumber-btn + input {
    display: none; }
    .aiti-backnumber-btn + input + div {
      visibility: hidden;
      opacity: 0;
      height: 0;
      transition: .5s opacity; }
      .aiti-backnumber-btn + input + div .aiti-backnumber-list {
        margin-top: 0; }
    .aiti-backnumber-btn + input:checked + div {
      visibility: visible;
      opacity: 1;
      height: auto;
      margin-top: 50px; }
      @media screen and (max-width: 599px) {
        .aiti-backnumber-btn + input:checked + div {
          margin-top: 30px; } }
  .aiti-backnumber-list {
    margin-top: 40px; }
    .aiti-backnumber-list > li {
      border: 2px solid #F5AD54;
      border-radius: 15px;
      background: #fff; }
      .aiti-backnumber-list > li ~ li {
        margin-top: 20px; }
      .aiti-backnumber-list > li a {
        position: relative;
        display: flex;
        justify-content: space-between;
        padding: 40px; }
        .aiti-backnumber-list > li a::before {
          position: absolute;
          bottom: 20px;
          right: 20px;
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 0 18px 18px;
          border-color: transparent transparent #F5AD54 transparent; }
        .aiti-backnumber-list > li a > p {
          width: 18.26484%; }
          .aiti-backnumber-list > li a > p img {
            width: 100%;
            border: 1px solid #ccc; }
        .aiti-backnumber-list > li a > div {
          width: 77.62557%; }
          .aiti-backnumber-list > li a > div h4 {
            font-size: 20px; }
            .aiti-backnumber-list > li a > div h4 span {
              font-size: 14px; }
          .aiti-backnumber-list > li a > div h5 {
            margin: 0.2em 0 0.4em;
            color: #F5AD54;
            font-size: 25px; }
          .aiti-backnumber-list > li a > div ul {
            margin-left: 1em; }
            .aiti-backnumber-list > li a > div ul li {
              line-height: 1.8;
              text-indent: -1em; }
              .aiti-backnumber-list > li a > div ul li::before {
                content: "●";
                margin-right: 0.5em;
                color: #F5AD54; }
      .aiti-backnumber-list > li:nth-child(2n) {
        border-color: #EA6D93; }
        .aiti-backnumber-list > li:nth-child(2n) a::before {
          border-color: transparent transparent #EA6D93 transparent; }
        .aiti-backnumber-list > li:nth-child(2n) a > div h5 {
          color: #EA6D93; }
        .aiti-backnumber-list > li:nth-child(2n) a > div ul li::before {
          color: #EA6D93; }
  @media screen and (max-width: 959px) {
    .aiti-backnumber h3 + p {
      text-align: left; }
      .aiti-backnumber h3 + p br {
        display: none; } }
  @media screen and (max-width: 959px) {
    .aiti-backnumber-list {
      margin-top: 30px; }
      .aiti-backnumber-list > li a {
        display: block; }
        .aiti-backnumber-list > li a > p {
          width: 50%;
          margin: 0 auto; }
        .aiti-backnumber-list > li a > div {
          width: 100%;
          margin-top: 1em; } }
  @media screen and (max-width: 599px) {
    .aiti-backnumber {
      margin-top: 50px;
      padding: 50px 0; }
      .aiti-backnumber h3 {
        margin-bottom: 30px;
        font-size: 20px; }
        .aiti-backnumber h3 + p {
          font-size: 14px; }
      .aiti-backnumber-list > li a {
        padding: 20px; }
        .aiti-backnumber-list > li a > div h5 {
          font-size: 20px; } }

.aiti-voice {
  margin-top: 100px; }
  .aiti-voice h3 {
    margin-bottom: 50px;
    padding: 0.4em;
    border: 2px dashed #fff;
    border-radius: 10px;
    background: #EA6D93;
    box-shadow: 0px 0px 0px 4px #EA6D93;
    color: #fff;
    font-size: 30px;
    text-align: center; }
  .aiti-voice > div {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .aiti-voice > div ~ div {
      margin-top: 40px; }
    .aiti-voice > div > p {
      width: 29.16667%; }
      .aiti-voice > div > p img {
        width: 100%; }
    .aiti-voice > div div {
      width: 67.70833%;
      padding: 40px;
      border-radius: 10px;
      background: #FFF5D7;
      font-size: 16px;
      box-sizing: border-box; }
      .aiti-voice > div div p {
        line-height: 1.8; }
      .aiti-voice > div div ul {
        margin-left: 1em; }
        .aiti-voice > div div ul li {
          line-height: 1.6;
          text-indent: -1em; }
          .aiti-voice > div div ul li::before {
            content: "●";
            margin-right: 0.5em;
            color: #EA6D93; }
    .aiti-voice > div:nth-of-type(1) div {
      position: relative;
      order: 2; }
      .aiti-voice > div:nth-of-type(1) div::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -30px;
        margin-top: -15px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 30px 15px 0;
        border-color: transparent #FFF5D7 transparent transparent; }
    .aiti-voice > div:nth-of-type(2) div {
      position: relative; }
      .aiti-voice > div:nth-of-type(2) div::before {
        content: "";
        position: absolute;
        top: 50%;
        right: -30px;
        margin-top: -15px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0 15px 30px;
        border-color: transparent transparent transparent #FFF5D7; }
  @media screen and (max-width: 959px) {
    .aiti-voice > div {
      display: block; }
      .aiti-voice > div div {
        width: 100%; }
      .aiti-voice > div > p {
        width: 40%;
        margin: 20px auto 0; }
      .aiti-voice > div:nth-of-type(1) div::before, .aiti-voice > div:nth-of-type(2) div::before {
        top: auto;
        bottom: -30px;
        left: 50%;
        margin-top: 0;
        margin-left: -15px;
        border-width: 30px 15px 0 15px;
        border-color: #FFF5D7 transparent transparent transparent; } }
  @media screen and (max-width: 599px) {
    .aiti-voice {
      margin-top: 50px; }
      .aiti-voice h3 {
        margin-bottom: 30px;
        font-size: 20px; }
        .aiti-voice h3 + p {
          font-size: 14px; }
          .aiti-voice h3 + p br {
            display: none; }
      .aiti-voice > div div {
        padding: 20px;
        font-size: 14px; }
      .aiti-voice > div > p {
        width: 60%;
        margin: 10px auto 0; } }

.aiti-qa {
  margin-top: 100px; }
  .aiti-qa h3 {
    margin-bottom: 50px;
    padding: 0.4em;
    border: 2px dashed #fff;
    border-radius: 10px;
    background: #EA6D93;
    box-shadow: 0px 0px 0px 4px #EA6D93;
    color: #fff;
    font-size: 30px;
    text-align: center; }
  .aiti-qa dl dt {
    position: relative;
    line-height: 1.8;
    margin-left: 50px;
    padding: 0.8em 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #EA6D93; }
    .aiti-qa dl dt ~ dt {
      margin-top: 20px; }
    .aiti-qa dl dt::before {
      position: absolute;
      top: 0.6em;
      left: -50px;
      content: "";
      width: 35px;
      height: 35px;
      border-radius: 17.5px;
      background: #EA6D93; }
    .aiti-qa dl dt::after {
      position: absolute;
      top: 0.3em;
      left: -40px;
      content: "Q";
      color: #fff;
      font-size: 20px; }
  .aiti-qa dl dd {
    position: relative;
    line-height: 1.8;
    margin-top: 10px;
    margin-left: 50px;
    padding: 0.8em 20px;
    border: 1px solid #ccc;
    border-radius: 10px; }
    .aiti-qa dl dd::before {
      position: absolute;
      top: 0.6em;
      left: -50px;
      content: "";
      width: 35px;
      height: 35px;
      border-radius: 17.5px;
      background: #999999; }
    .aiti-qa dl dd::after {
      position: absolute;
      top: 0.3em;
      left: -40px;
      content: "A";
      color: #fff;
      font-size: 20px; }
  @media screen and (max-width: 599px) {
    .aiti-qa {
      margin-top: 50px; }
      .aiti-qa h3 {
        margin-bottom: 30px;
        font-size: 20px; }
        .aiti-qa h3 + p {
          font-size: 14px; }
          .aiti-qa h3 + p br {
            display: none; } }

.aiti-contact {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 30px 40px;
  background: #FFFBDC;
  text-align: center; }
  .aiti-contact h3 {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #000;
    font-size: 22px;
    font-weight: bold; }
  .aiti-contact p {
    line-height: 1.8; }
  @media screen and (max-width: 599px) {
    .aiti-contact h3 {
      font-size: 16px; } }

.aiti-qanda-banner {
  margin-top: 100px; }
  .aiti-qanda-banner img {
    width: 100%; }
  @media screen and (max-width: 599px) {
    .aiti-qanda-banner {
      margin-top: 50px; } }

.qanda {
  margin-bottom: 50px;
  padding: 50px 40px;
  background: #F9F4E5; }
  @media screen and (max-width: 599px) {
    .qanda {
      padding: 30px 20px; } }

.qanda-intro {
  text-align: center; }
  .qanda-intro h2 img {
    width: 100%; }
  .qanda-intro h3 {
    margin-top: -1em;
    color: #634500;
    font-size: 29px; }
    .qanda-intro h3 small {
      font-size: 24px; }
  .qanda-intro p {
    line-height: 2;
    margin-top: 1em;
    font-size: 16px; }
  .qanda-intro ul {
    display: flex;
    justify-content: space-between;
    margin-top: 60px; }
    .qanda-intro ul li {
      width: 48.9%; }
      .qanda-intro ul li:nth-child(1) a {
        background: #F9638B; }
      .qanda-intro ul li:nth-child(2) a {
        background: #59C79F; }
    .qanda-intro ul a {
      display: block;
      width: 100%;
      padding: 0.9em;
      border-radius: 10px;
      color: #fff;
      font-size: 18px;
      box-sizing: border-box; }
      .qanda-intro ul a::after {
        display: inline-block;
        width: 8px;
        height: 8px;
        margin-left: 15px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        content: "";
        transform: rotate(135deg) translateY(5px); }
      .qanda-intro ul a br {
        display: none; }
  @media screen and (max-width: 959px) {
    .qanda-intro h3 {
      margin-top: 0.5em; }
    .qanda-intro p {
      text-align: left; }
      .qanda-intro p br {
        display: none; } }
  @media screen and (max-width: 959px) {
    .qanda-intro h3 br {
      display: none; } }
  @media screen and (max-width: 599px) {
    .qanda-intro h3 {
      font-size: 22px; }
      .qanda-intro h3 small {
        font-size: 16px; }
      .qanda-intro h3 br {
        display: none; }
    .qanda-intro p {
      font-size: 14px;
      text-align: left; }
    .qanda-intro ul a {
      font-size: 16px; }
      .qanda-intro ul a br {
        display: block; } }

.qanda-list-sanfujinka {
  padding-top: 60px; }
  .qanda-list-sanfujinka h3 {
    margin-bottom: 50px;
    color: #F9638B;
    font-size: 35px;
    text-align: center; }
    .qanda-list-sanfujinka h3 span {
      padding-bottom: 10px;
      border-bottom: 4px solid #F9638B; }
    .qanda-list-sanfujinka h3 + p {
      text-align: center; }
  .qanda-list-sanfujinka > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .qanda-list-sanfujinka > ul > li {
      width: 48.86364%;
      margin-top: 20px;
      padding: 30px;
      border-radius: 10px;
      background: #fff;
      box-sizing: border-box; }
      .qanda-list-sanfujinka > ul > li:nth-child(-n+2) {
        margin-top: 0; }
      .qanda-list-sanfujinka > ul > li > div {
        color: #F9638B;
        font-size: 13px; }
      .qanda-list-sanfujinka > ul > li h4 {
        margin-top: 5px;
        color: #634500;
        font-size: 20px; }
      .qanda-list-sanfujinka > ul > li ul {
        margin-top: 10px;
        margin-left: 1.1em; }
        .qanda-list-sanfujinka > ul > li ul li {
          line-height: 1.8;
          font-size: 16px;
          text-indent: -1.1em; }
          .qanda-list-sanfujinka > ul > li ul li::before {
            content: "Q ";
            color: #F9638B; }
      .qanda-list-sanfujinka > ul > li > p {
        margin-top: 20px; }
        .qanda-list-sanfujinka > ul > li > p a {
          display: block;
          width: 275px;
          margin: 0 auto;
          padding: 0.8em;
          border-radius: 10px;
          box-sizing: border-box;
          background: #F9638B;
          color: #fff;
          font-size: 16px;
          text-align: center; }
  @media screen and (max-width: 959px) {
    .qanda-list-sanfujinka > ul > li > p a {
      width: 100%; } }
  @media screen and (max-width: 959px) {
    .qanda-list-sanfujinka h3 {
      margin-bottom: 40px; }
    .qanda-list-sanfujinka > ul > li {
      width: 100%; }
      .qanda-list-sanfujinka > ul > li:nth-child(2) {
        margin-top: 20px; } }
  @media screen and (max-width: 599px) {
    .qanda-list-sanfujinka > h3 {
      font-size: 24px; }
    .qanda-list-sanfujinka > ul > li h4 {
      font-size: 18px; }
    .qanda-list-sanfujinka > ul > li ul li {
      font-size: 14px; }
    .qanda-list-sanfujinka > ul > li > p a {
      font-size: 14px; } }

.qanda-list-shonika {
  padding-top: 60px; }
  .qanda-list-shonika h3 {
    margin-bottom: 50px;
    color: #59C79F;
    font-size: 35px;
    text-align: center; }
    .qanda-list-shonika h3 span {
      padding-bottom: 10px;
      border-bottom: 4px solid #59C79F; }
    .qanda-list-shonika h3 + p {
      text-align: center; }
  .qanda-list-shonika > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .qanda-list-shonika > ul > li {
      width: 48.86364%;
      margin-top: 20px;
      padding: 30px;
      border-radius: 10px;
      background: #fff;
      box-sizing: border-box; }
      .qanda-list-shonika > ul > li:nth-child(-n+2) {
        margin-top: 0; }
      .qanda-list-shonika > ul > li > div {
        color: #59C79F;
        font-size: 13px; }
      .qanda-list-shonika > ul > li h4 {
        margin-top: 5px;
        color: #634500;
        font-size: 20px; }
      .qanda-list-shonika > ul > li ul {
        margin-top: 10px;
        margin-left: 1.1em; }
        .qanda-list-shonika > ul > li ul li {
          line-height: 1.8;
          font-size: 16px;
          text-indent: -1.1em; }
          .qanda-list-shonika > ul > li ul li::before {
            content: "Q ";
            color: #59C79F; }
      .qanda-list-shonika > ul > li > p {
        margin-top: 20px; }
        .qanda-list-shonika > ul > li > p a {
          display: block;
          width: 275px;
          margin: 0 auto;
          padding: 0.8em;
          border-radius: 10px;
          box-sizing: border-box;
          background: #59C79F;
          color: #fff;
          font-size: 16px;
          text-align: center; }
  @media screen and (max-width: 959px) {
    .qanda-list-shonika > ul > li > p a {
      width: 100%; } }
  @media screen and (max-width: 959px) {
    .qanda-list-shonika h3 {
      margin-bottom: 40px; }
    .qanda-list-shonika > ul > li {
      width: 100%; }
      .qanda-list-shonika > ul > li:nth-child(2) {
        margin-top: 20px; } }
  @media screen and (max-width: 599px) {
    .qanda-list-shonika > h3 {
      font-size: 24px; }
    .qanda-list-shonika > ul > li h4 {
      font-size: 18px; }
    .qanda-list-shonika > ul > li ul li {
      font-size: 14px; }
    .qanda-list-shonika > ul > li > p a {
      font-size: 14px; } }

.qanda-list-shonika {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 2px dashed #634500; }

.qanda-single-intro h2 {
  text-align: center; }
  .qanda-single-intro h2 img {
    width: 100%; }

.qanda-single-intro h3 {
  margin-top: 1.5em;
  color: #634500;
  font-size: 35px;
  text-align: center; }

.qanda-single-intro p {
  line-height: 2;
  margin-top: 1em;
  font-size: 16px;
  text-align: center; }

@media screen and (max-width: 959px) {
  .qanda-single-intro p {
    text-align: left; }
    .qanda-single-intro p br {
      display: none; } }

@media screen and (max-width: 599px) {
  .qanda-single-intro h3 {
    font-size: 24px; }
  .qanda-single-intro p {
    font-size: 14px; } }

.qanda-single-text {
  margin-top: 50px;
  padding: 50px;
  border-radius: 10px;
  background: #fff; }
  .qanda-single-text h4 {
    position: relative;
    padding-left: 45px;
    font-size: 20px; }
    .qanda-single-text h4::before {
      position: absolute;
      left: 0;
      content: "";
      width: 35px;
      height: 35px;
      margin-top: -2px;
      border-radius: 17.5px; }
    .qanda-single-text h4::after {
      position: absolute;
      top: 0;
      left: 10px;
      content: "Q";
      color: #fff; }
    .qanda-single-text h4 ~ h4 {
      margin-top: 50px;
      padding-top: 50px;
      border-top: 2px dashed #634500; }
      .qanda-single-text h4 ~ h4::after {
        top: 50px; }
  .qanda-single-text h5 {
    position: relative;
    margin-top: 13px;
    padding-left: 45px;
    font-size: 20px;
    color: #634500; }
    .qanda-single-text h5::before {
      position: absolute;
      left: 0;
      content: "";
      width: 35px;
      height: 35px;
      margin-top: -2px;
      border-radius: 17.5px;
      background: #634500; }
    .qanda-single-text h5::after {
      position: absolute;
      top: 0;
      left: 11px;
      content: "A";
      color: #fff; }
    .qanda-single-text h5 ~ p {
      line-height: 1.8;
      margin-top: 1.5em;
      padding-left: 45px;
      font-size: 16px; }
    .qanda-single-text h5 + p {
      margin-top: 10px; }
  @media screen and (max-width: 599px) {
    .qanda-single-text {
      padding: 30px; }
      .qanda-single-text h4 {
        font-size: 18px; }
      .qanda-single-text h5 {
        font-size: 18px; }
        .qanda-single-text h5 ~ p {
          font-size: 14px; } }

.qanda-single-sanfujinka .qanda-single-text h4 {
  color: #F9638B; }
  .qanda-single-sanfujinka .qanda-single-text h4::before {
    background: #F9638B; }

.qanda-single-shonika .qanda-single-text h4 {
  color: #59C79F; }
  .qanda-single-shonika .qanda-single-text h4::before {
    background: #59C79F; }

.qanda-single-doctor {
  margin-top: 50px; }
  .qanda-single-doctor h4 {
    position: relative;
    padding: 0.65em 1em;
    border-radius: 10px;
    background: #634500;
    color: #fff;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.05em; }
    .qanda-single-doctor h4::after {
      position: absolute;
      bottom: -20px;
      left: 50%;
      content: "";
      width: 0;
      height: 0;
      margin-left: -10px;
      border-style: solid;
      border-width: 20px 10px 0 10px;
      border-color: #634500 transparent transparent transparent; }
  .qanda-single-doctor-info {
    display: table;
    width: 420px;
    margin: 50px auto 0; }
    .qanda-single-doctor-info > p,
    .qanda-single-doctor-info > div {
      display: table-cell;
      vertical-align: middle; }
    .qanda-single-doctor-info > p {
      width: 160px; }
      .qanda-single-doctor-info > p img {
        width: 100%; }
    .qanda-single-doctor-info > div {
      line-height: 1.8;
      padding-left: 30px;
      font-size: 16px; }
      .qanda-single-doctor-info > div h5 {
        margin-bottom: 5px;
        font-size: 20px; }
      .qanda-single-doctor-info > div p ~ p {
        margin-top: 1em; }
    .qanda-single-doctor-info + p {
      width: 420px;
      margin: 40px auto 0;
      text-align: center; }
      .qanda-single-doctor-info + p a {
        display: block;
        width: 100%;
        padding: 0.75em;
        border: 1px solid #634500;
        border-radius: 10px;
        box-sizing: border-box;
        background: #fff;
        color: #634500;
        font-size: 16px; }
  @media screen and (max-width: 599px) {
    .qanda-single-doctor h4 {
      font-size: 16px; }
    .qanda-single-doctor-info {
      display: block;
      width: 100%; }
      .qanda-single-doctor-info > p,
      .qanda-single-doctor-info > div {
        display: block; }
      .qanda-single-doctor-info > p {
        margin: 0 auto; }
      .qanda-single-doctor-info > div {
        margin-top: 1em;
        padding-left: 0;
        text-align: center; }
        .qanda-single-doctor-info > div h5 {
          font-size: 18px; }
        .qanda-single-doctor-info > div p {
          font-size: 14px; }
      .qanda-single-doctor-info + p {
        width: 100%; }
        .qanda-single-doctor-info + p a {
          font-size: 14px; } }

#admin_link {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0.5em;
  background: rgba(0, 0, 0, 0.2);
  font-size: 0.8em;
  z-index: 150; }

#kuchikomi_cp,
.page-id-9703 header {
  margin-bottom: 0; }

.page-id-9703 footer {
  margin-top: 0; }

.page-id-9703 #main .container {
  width: 100%; }

#kuchikomi_cp .inner {
  width: 980px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8; }
  @media screen and (max-width: 959px) {
    #kuchikomi_cp .inner {
      width: 90%; } }

#kuchikomi_cp .main_img {
  clear: both;
  background: url("../img/kuchikomi/main_bg.png");
  background-size: cover;
  padding: 50px 0 60px; }
  @media screen and (max-width: 599px) {
    #kuchikomi_cp .main_img {
      padding: 25px 0 30px; } }
  #kuchikomi_cp .main_img img {
    width: 100%;
    height: auto; }

#kuchikomi_cp .read_box {
  box-shadow: 5px 5px 5px 5px rgba(100, 100, 100, 0.15); }
  #kuchikomi_cp .read_box .inner {
    position: relative;
    padding: 85px 0 120px; }
    @media screen and (max-width: 599px) {
      #kuchikomi_cp .read_box .inner {
        padding: 40px 0 60px; } }
    #kuchikomi_cp .read_box .inner:before {
      content: "";
      width: 1em;
      height: 0.81719em;
      font-size: 78px;
      background: url("../img/kuchikomi/icon_d.png") no-repeat;
      background-size: cover;
      display: block;
      position: absolute;
      top: 0;
      right: 50%;
      transform: translateX(50%) translateY(-50%); }
      @media screen and (max-width: 599px) {
        #kuchikomi_cp .read_box .inner:before {
          font-size: 39px; } }
    #kuchikomi_cp .read_box .inner h2 {
      text-align: center;
      margin-bottom: 30px; }
      #kuchikomi_cp .read_box .inner h2:after {
        content: "";
        display: block;
        width: 12.5%;
        height: 0;
        border-top: 1px solid #5e3f12;
        margin: 30px auto; }
      @media screen and (max-width: 599px) {
        #kuchikomi_cp .read_box .inner h2 img {
          width: 100%;
          height: auto; } }
    #kuchikomi_cp .read_box .inner h2 + p {
      font-size: 18px;
      line-height: 1.9; }
      @media screen and (max-width: 599px) {
        #kuchikomi_cp .read_box .inner h2 + p {
          font-size: 14px; } }
      #kuchikomi_cp .read_box .inner h2 + p span {
        background: linear-gradient(to bottom, transparent 61%, #fffe9f 61%, #fffe9f);
        font-weight: bold; }
    #kuchikomi_cp .read_box .inner p {
      text-align: center;
      margin-bottom: 30px; }
      @media screen and (max-width: 599px) {
        #kuchikomi_cp .read_box .inner p {
          font-size: 12px;
          text-align: left; } }
      #kuchikomi_cp .read_box .inner p a {
        color: red;
        text-decoration: underline; }
      @media screen and (max-width: 599px) {
        #kuchikomi_cp .read_box .inner p br {
          display: none; } }
    #kuchikomi_cp .read_box .inner h3 {
      font-size: 19px;
      font-weight: bold;
      text-align: center;
      margin-top: 90px; }
      @media screen and (max-width: 599px) {
        #kuchikomi_cp .read_box .inner h3 {
          margin-top: 60px; } }
      #kuchikomi_cp .read_box .inner h3:after {
        content: "";
        display: block;
        width: 9.5%;
        height: 0;
        border-top: 1px solid #5e3f12;
        margin: 25px auto; }
    #kuchikomi_cp .read_box .inner .note_box {
      text-align: center; }
      #kuchikomi_cp .read_box .inner .note_box p {
        display: inline-block;
        margin: 0 auto;
        padding: 1.2em 1.5em;
        border: 1px solid #dbdbdb;
        background: #f9fcfc;
        border-radius: 5px; }

#kuchikomi_cp .read_box .btn_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px; }
  #kuchikomi_cp .read_box .btn_box li {
    width: 45%; }
    @media screen and (max-width: 599px) {
      #kuchikomi_cp .read_box .btn_box li {
        width: 90%;
        margin: 0 auto; } }
    #kuchikomi_cp .read_box .btn_box li .btn {
      display: block;
      color: #ffffff;
      background: #ff0000;
      border-radius: 5px;
      padding: 1.4em 1.3em 1.4em 6em;
      font-size: 16px;
      position: relative;
      box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 959px) {
        #kuchikomi_cp .read_box .btn_box li .btn {
          font-size: 14px; } }
      @media screen and (max-width: 599px) {
        #kuchikomi_cp .read_box .btn_box li .btn {
          font-size: 12px; } }
      #kuchikomi_cp .read_box .btn_box li .btn:before {
        content: "";
        display: block;
        font-size: 1em;
        width: 4.125em;
        height: 4.75em;
        background: url("../img/kuchikomi/icon_c.png") no-repeat;
        background-size: cover;
        position: absolute;
        top: 50%;
        left: 1em;
        transform: translateY(-85%); }
      @media screen and (max-width: 599px) {
        #kuchikomi_cp .read_box .btn_box li .btn.user {
          margin-top: 40px; } }
      #kuchikomi_cp .read_box .btn_box li .btn.user:before {
        background: url("../img/kuchikomi/icon_b.png") no-repeat;
        background-size: cover; }

#kuchikomi_cp .tour_box {
  background: url("../img/kuchikomi/main_bg.png");
  padding: 95px 0;
  text-align: center; }
  @media screen and (max-width: 599px) {
    #kuchikomi_cp .tour_box {
      padding: 48px 0; } }
  #kuchikomi_cp .tour_box h2 {
    background: #5ac8a0;
    display: inline-block;
    padding: 1em 3em;
    border-radius: 2.5em;
    line-height: 1;
    margin-bottom: 20px; }
    @media screen and (max-width: 599px) {
      #kuchikomi_cp .tour_box h2 {
        margin-bottom: 10px; }
        #kuchikomi_cp .tour_box h2 img {
          width: 70%; } }
  #kuchikomi_cp .tour_box h2 + ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #kuchikomi_cp .tour_box h2 + ul > li {
      width: 100%;
      margin-top: 75px;
      text-align: left; }
      @media screen and (max-width: 599px) {
        #kuchikomi_cp .tour_box h2 + ul > li {
          margin-top: 35px; } }
      #kuchikomi_cp .tour_box h2 + ul > li dl {
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
        background: #ffffff;
        border-radius: 5px;
        padding: 2em;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        @media screen and (max-width: 599px) {
          #kuchikomi_cp .tour_box h2 + ul > li dl {
            display: block;
            padding: 1em; } }
        #kuchikomi_cp .tour_box h2 + ul > li dl dt {
          width: 18%;
          box-sizing: border-box; }
          @media screen and (max-width: 599px) {
            #kuchikomi_cp .tour_box h2 + ul > li dl dt {
              font-size: 8px;
              width: 100%; } }
          #kuchikomi_cp .tour_box h2 + ul > li dl dt span {
            font-size: 2.2em;
            font-weight: bold;
            display: block;
            text-align: center;
            padding-bottom: 0.5em;
            border-bottom: 0.2em solid #fce0c8;
            margin-right: 0.7em; }
            @media screen and (max-width: 599px) {
              #kuchikomi_cp .tour_box h2 + ul > li dl dt span {
                margin: 0; } }
        #kuchikomi_cp .tour_box h2 + ul > li dl dd {
          width: calc(100% - 18%);
          padding: 0 2em;
          box-sizing: border-box;
          border-left: 1px solid #dddddd; }
          @media screen and (max-width: 599px) {
            #kuchikomi_cp .tour_box h2 + ul > li dl dd {
              width: 100%;
              border: none;
              padding: 1em; } }
          #kuchikomi_cp .tour_box h2 + ul > li dl dd img {
            width: 100%;
            height: auto;
            box-sizing: border-box;
            border: 1px solid #dddddd; }
          #kuchikomi_cp .tour_box h2 + ul > li dl dd p {
            padding-top: 0.5em; }
            @media screen and (max-width: 599px) {
              #kuchikomi_cp .tour_box h2 + ul > li dl dd p {
                font-size: 12px; }
                #kuchikomi_cp .tour_box h2 + ul > li dl dd p br {
                  display: none; } }
            #kuchikomi_cp .tour_box h2 + ul > li dl dd p span {
              display: block;
              padding-top: 0.5em;
              font-size: 0.9em; }

#kuchikomi_cp .search_box {
  box-shadow: 5px 5px 5px 5px rgba(100, 100, 100, 0.15); }
  #kuchikomi_cp .search_box .inner {
    position: relative;
    padding: 85px 0 66px;
    text-align: center; }
    @media screen and (max-width: 599px) {
      #kuchikomi_cp .search_box .inner {
        padding: 40px 0 33px; } }
    #kuchikomi_cp .search_box .inner:before {
      content: "";
      width: 0.87em;
      height: 1em;
      font-size: 100px;
      background: url("../img/kuchikomi/icon_a.png") no-repeat;
      background-size: cover;
      display: block;
      position: absolute;
      top: 0;
      right: 50%;
      transform: translateX(50%) translateY(-50%); }
      @media screen and (max-width: 599px) {
        #kuchikomi_cp .search_box .inner:before {
          font-size: 50px; } }
    #kuchikomi_cp .search_box .inner h2 {
      margin-bottom: 55px; }
      @media screen and (max-width: 599px) {
        #kuchikomi_cp .search_box .inner h2 {
          margin-bottom: 28px; } }
      @media screen and (max-width: 599px) {
        #kuchikomi_cp .search_box .inner h2 img {
          width: 70%;
          height: auto; } }
      #kuchikomi_cp .search_box .inner h2:after {
        content: "";
        display: block;
        width: 12.5%;
        height: 0;
        border-top: 1px solid #5e3f12;
        margin: 30px auto; }
    #kuchikomi_cp .search_box .inner p {
      display: block;
      margin-bottom: 30px; }
      @media screen and (max-width: 599px) {
        #kuchikomi_cp .search_box .inner p {
          font-size: 12px;
          margin-bottom: 18px; } }
    #kuchikomi_cp .search_box .inner input {
      margin-bottom: 43px;
      width: 80%;
      padding: 1em;
      box-sizing: border-box;
      text-align: center; }
      @media screen and (max-width: 599px) {
        #kuchikomi_cp .search_box .inner input {
          font-size: 14px;
          width: 100%;
          padding: 0.5em;
          margin-bottom: 21px; } }
    #kuchikomi_cp .search_box .inner button {
      display: block;
      margin: 0 auto;
      border-radius: 5px;
      box-shadow: 5px 5px 5px 5px rgba(100, 100, 100, 0.15);
      padding: 1.2em 2.5em;
      background: #f7527a;
      border: none;
      color: #ffffff;
      letter-spacing: 2px;
      cursor: pointer; }
      #kuchikomi_cp .search_box .inner button:hover {
        opacity: 0.8; }
      @media screen and (max-width: 599px) {
        #kuchikomi_cp .search_box .inner button {
          font-size: 12px; } }

#kuchikomi_cp .hr {
  height: 6em; }
  #kuchikomi_cp .hr hr {
    height: 0;
    visibility: hidden; }

#kuchikomi_cp .policy_box {
  padding: 95px 0;
  text-align: center;
  box-shadow: 5px 5px 15px -5px rgba(100, 100, 100, 0.25) inset;
  background-size: auto auto;
  background-color: #c6f7e3;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 13px, #bef6e1 13px, #bef6e1 23px); }
  @media screen and (max-width: 599px) {
    #kuchikomi_cp .policy_box {
      padding: 48px 0; } }
  #kuchikomi_cp .policy_box .inner {
    padding: 60px 50px 40px 50px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 5px;
    position: relative; }
    @media screen and (max-width: 599px) {
      #kuchikomi_cp .policy_box .inner {
        padding: 30px 25px 20px 25px; } }
    #kuchikomi_cp .policy_box .inner:before {
      content: "";
      font-size: 1em;
      width: 4.125em;
      height: 4.75em;
      background: url("../img/kuchikomi/icon_c.png") no-repeat;
      background-size: cover;
      display: block;
      position: absolute;
      top: 0;
      right: 50%;
      transform: translateX(50%) translateY(-50%); }
      @media screen and (max-width: 599px) {
        #kuchikomi_cp .policy_box .inner:before {
          font-size: 12px; } }
    @media screen and (max-width: 599px) {
      #kuchikomi_cp .policy_box .inner h2 img {
        width: 80%; } }
    #kuchikomi_cp .policy_box .inner h2:after {
      content: "";
      display: block;
      width: 25.5%;
      height: 0;
      border-top: 5px solid #5ac8a0;
      margin: 30px auto 50px; }
    #kuchikomi_cp .policy_box .inner p {
      margin-top: 1.5em;
      text-align: left;
      line-height: 1.8; }
      @media screen and (max-width: 599px) {
        #kuchikomi_cp .policy_box .inner p {
          font-size: 12px; } }
      #kuchikomi_cp .policy_box .inner p a {
        text-decoration: underline;
        color: #ff0000; }

#kuchikomi_cp .about_box {
  padding: 95px 0;
  text-align: center;
  box-shadow: 5px 5px 15px -5px rgba(100, 100, 100, 0.25) inset;
  background-size: auto auto;
  background-color: #ffeef2;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 13px, #fff0f3 13px, #fff0f3 23px); }
  @media screen and (max-width: 599px) {
    #kuchikomi_cp .about_box {
      padding: 48px 0; } }
  #kuchikomi_cp .about_box .inner {
    padding: 60px 50px 40px 50px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 5px;
    position: relative; }
    @media screen and (max-width: 599px) {
      #kuchikomi_cp .about_box .inner {
        padding: 30px 25px 20px 25px; } }
    #kuchikomi_cp .about_box .inner:before {
      content: "";
      font-size: 1em;
      width: 4.125em;
      height: 4.75em;
      background: url("../img/kuchikomi/icon_b.png") no-repeat;
      background-size: cover;
      display: block;
      position: absolute;
      top: 0;
      right: 50%;
      transform: translateX(50%) translateY(-50%); }
      @media screen and (max-width: 599px) {
        #kuchikomi_cp .about_box .inner:before {
          font-size: 12px; } }
    @media screen and (max-width: 959px) {
      #kuchikomi_cp .about_box .inner h2 img {
        width: 80%; } }
    @media screen and (max-width: 599px) {
      #kuchikomi_cp .about_box .inner h2 img {
        width: 100%; } }
    #kuchikomi_cp .about_box .inner h2:after {
      content: "";
      display: block;
      width: 25.5%;
      height: 0;
      border-top: 5px solid #ff5252;
      margin: 30px auto 50px; }

@media screen and (max-width: 599px) {
  #kuchikomi_cp .about_box h2 + p {
    font-size: 12px; } }

#kuchikomi_cp .about_box h2 + p span {
  background: linear-gradient(to bottom, transparent 61%, #fffe9f 61%, #fffe9f);
  font-weight: bold; }

#kuchikomi_cp .about_box ul.point {
  margin-top: 40px;
  padding-bottom: 35px;
  border-bottom: 1px dashed #cccccc;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 599px) {
    #kuchikomi_cp .about_box ul.point {
      margin-top: 20px;
      padding-bottom: 18px; } }
  #kuchikomi_cp .about_box ul.point:before {
    display: block;
    content: "";
    width: 0;
    border-right: 1px dashed #cccccc;
    order: 2; }
    @media screen and (max-width: 599px) {
      #kuchikomi_cp .about_box ul.point:before {
        display: none; } }
  #kuchikomi_cp .about_box ul.point li {
    width: 45%;
    text-align: left;
    box-sizing: border-box;
    position: relative; }
    @media screen and (max-width: 599px) {
      #kuchikomi_cp .about_box ul.point li {
        width: 100%; } }
    #kuchikomi_cp .about_box ul.point li:first-child {
      order: 2; }
      @media screen and (max-width: 599px) {
        #kuchikomi_cp .about_box ul.point li:first-child {
          border-top: 1px dashed #cccccc;
          padding-top: 1em;
          margin-top: 1em; } }
    #kuchikomi_cp .about_box ul.point li img {
      width: 100%;
      height: auto; }
    #kuchikomi_cp .about_box ul.point li h3 {
      font-size: 20px;
      font-weight: bold;
      position: relative;
      padding: 1em 0 1em 4em;
      margin-bottom: 1em; }
      @media screen and (max-width: 599px) {
        #kuchikomi_cp .about_box ul.point li h3 {
          font-size: 14px;
          padding: 0.5em 0 1em 3em;
          margin-bottom: 0em; } }
      #kuchikomi_cp .about_box ul.point li h3:before {
        content: "1.";
        font-size: 1.8em;
        line-height: 1;
        font-weight: bold;
        display: block;
        position: absolute;
        padding: 0.42em 0.45em;
        background: #ff5252;
        color: #ffffff;
        border-radius: 4px;
        top: 0;
        left: 0; }
        @media screen and (max-width: 599px) {
          #kuchikomi_cp .about_box ul.point li h3:before {
            font-size: 1.2em; } }
      #kuchikomi_cp .about_box ul.point li h3.num2:before {
        content: "2."; }
    #kuchikomi_cp .about_box ul.point li p {
      padding: 0 1em; }
      @media screen and (max-width: 599px) {
        #kuchikomi_cp .about_box ul.point li p {
          font-size: 12px; } }
    #kuchikomi_cp .about_box ul.point li div.memo {
      background: #eaeaea;
      padding: 0.7em 1em;
      font-size: 0.95em;
      margin-top: 1.5em; }

#kuchikomi_cp .about_box h4 {
  margin: 60px 0;
  display: inline-block;
  font-size: 18px;
  padding: 0 2em; }
  @media screen and (max-width: 599px) {
    #kuchikomi_cp .about_box h4 {
      font-size: 14px;
      margin: 30px 0; } }
  #kuchikomi_cp .about_box h4:after {
    content: "";
    display: block;
    max-width: 300px;
    width: 30%;
    height: 0;
    border-bottom: 1px solid #5e3f12;
    margin: 30px auto 0; }
  #kuchikomi_cp .about_box h4 span {
    font-weight: bold;
    position: relative; }
    #kuchikomi_cp .about_box h4 span:before, #kuchikomi_cp .about_box h4 span:after {
      content: "";
      width: 0.9em;
      height: 0.9em;
      display: inline-block;
      position: absolute;
      top: 50%;
      right: -1.5em;
      background: #ff5252;
      border-radius: 0.45em;
      transform: translateY(-50%); }
    #kuchikomi_cp .about_box h4 span:after {
      left: -1.5em; }
  @media screen and (max-width: 599px) {
    #kuchikomi_cp .about_box h4 + p {
      font-size: 12px; } }
  #kuchikomi_cp .about_box h4 + p a {
    color: red;
    text-decoration: underline; }
  #kuchikomi_cp .about_box h4 + img {
    width: 100%;
    height: auto; }

#kuchikomi_cp .about_box .entry_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 45px 2em;
  border-bottom: 1px dashed #cccccc;
  box-sizing: border-box; }
  @media screen and (max-width: 599px) {
    #kuchikomi_cp .about_box .entry_img {
      padding: 23px 1em; } }
  #kuchikomi_cp .about_box .entry_img > li {
    width: 48%;
    box-sizing: border-box;
    text-align: left;
    padding: 1em 0; }
    @media screen and (max-width: 599px) {
      #kuchikomi_cp .about_box .entry_img > li {
        width: 100%; } }
    #kuchikomi_cp .about_box .entry_img > li:first-child {
      border: 1px solid #cccccc;
      border-radius: 5px; }
    #kuchikomi_cp .about_box .entry_img > li img {
      width: 90%;
      height: auto;
      display: block;
      margin: 0 auto; }
    #kuchikomi_cp .about_box .entry_img > li > p {
      line-height: 1.8;
      padding: 1em;
      margin-bottom: 1em; }
      @media screen and (max-width: 599px) {
        #kuchikomi_cp .about_box .entry_img > li > p {
          font-size: 12px; } }
  #kuchikomi_cp .about_box .entry_img div.memo {
    background: #eaeaea;
    padding: 0.7em 1em;
    font-size: 0.9em;
    margin-top: 1.5em; }
    @media screen and (max-width: 599px) {
      #kuchikomi_cp .about_box .entry_img div.memo {
        font-size: 12px; } }

#kuchikomi_cp .about_box h5 {
  font-size: 18px;
  margin: 50px auto;
  font-weight: bold; }
  @media screen and (max-width: 599px) {
    #kuchikomi_cp .about_box h5 {
      font-size: 14px;
      margin: 25px auto; } }
  #kuchikomi_cp .about_box h5:after {
    content: "";
    display: block;
    max-width: 300px;
    width: 30%;
    height: 0;
    border-bottom: 3px solid #ff5252;
    margin: 30px auto 0; }
  #kuchikomi_cp .about_box h5 + p {
    text-align: left;
    line-height: 1.8; }
    @media screen and (max-width: 599px) {
      #kuchikomi_cp .about_box h5 + p {
        font-size: 12px; } }
    #kuchikomi_cp .about_box h5 + p span {
      background: linear-gradient(to bottom, transparent 61%, #fffe9f 61%, #fffe9f); }

#kuchikomi_cp .about_box .btn_box {
  margin: 50px auto; }
  #kuchikomi_cp .about_box .btn_box .btn {
    display: inline-block;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 5px 5px 5px 5px rgba(100, 100, 100, 0.15);
    padding: 1.2em 2.5em;
    background: #f7527a;
    border: none;
    color: #ffffff;
    letter-spacing: 2px;
    cursor: pointer; }
    #kuchikomi_cp .about_box .btn_box .btn:hover {
      opacity: 0.8; }
    @media screen and (max-width: 599px) {
      #kuchikomi_cp .about_box .btn_box .btn {
        font-size: 12px; } }

#kuchikomi_cp .about_box h6 {
  text-align: left;
  font-weight: bold;
  position: relative;
  padding: 0 1.2em; }
  @media screen and (max-width: 599px) {
    #kuchikomi_cp .about_box h6 {
      font-size: 14px; } }
  #kuchikomi_cp .about_box h6:before {
    content: "";
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    background: #ff5252;
    border-radius: 0.45em;
    transform: translateY(-50%); }
  #kuchikomi_cp .about_box h6 + p {
    margin: 1em 1em 1em 3em;
    text-align: left;
    line-height: 1.8; }
    @media screen and (max-width: 599px) {
      #kuchikomi_cp .about_box h6 + p {
        font-size: 12px; } }
    #kuchikomi_cp .about_box h6 + p a {
      color: red;
      text-decoration: underline; }

#kuchikomi_cp .about_box ol {
  text-align: left;
  padding-left: 3em;
  margin: 1em 0 3em; }
  @media screen and (max-width: 599px) {
    #kuchikomi_cp .about_box ol {
      font-size: 12px; } }
  #kuchikomi_cp .about_box ol li {
    list-style: circle;
    padding: 0.3em 0;
    line-height: 1.8; }
