@charset "utf-8";

/********** l_reset_reset **********/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
  font-size: 16px;
  color: #474747;
}

/* コンタクトフォームのボタンをリセット（chromeのUA） */
input[type="button"i],
input[type="submit"i],
input[type="reset"i],
input[type="file"i]::-webkit-file-upload-button,
button {
  border-color: none;
  border-style: none;
  border-width: 0;
  padding: 0;
}

@media only screen and (max-width: 599px) {

  /********** m_reset_reset **********/
  body,
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  form,
  input,
  button,
  p {
    font-size: 14px;
  }
}


em {
  font-style: normal;
  text-decoration: underline;

}

.tel a {
  color: inherit;
}

h2,
h3,
h4,
h5 {
  font-weight: normal;
  margin: 0;
}

#gnav .toggle .bar,
#gnav .toggle .bar {
  border-style: inherit;
}

#gnav .toggle {
  background: #8ac25e;
}

figure {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}



/********** fonts / color **********/

.serif {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.l_black {
  color: #676767;
}

.l_green {
  color: #69b961;
}

.mb6p {
  margin-bottom: 6%;
}

.tac {
  text-align: center;
}

/********************************
/********************************
/********************************

l_common

********************************/
.tab_sm,
.sm_only {
  display: none !important;
}

.sec_title {
  font-size: 35px;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  margin-bottom: 2em;
}

.sec_title span {
  border-bottom: 1px solid #4e4240;
  padding-bottom: 5px;
}

.sec_title span .small {
  font-size: 24px;
  border-bottom: none;
}

.bb_heading {
  color: #8ac25d;
  text-decoration: underline;
  margin-bottom: 1rem;
}

.bl_heading {
  border-left: 5px solid #fbb03b;
  padding-left: 5px;
  color: #fbb03b;
  margin-bottom: 10px;
}

/********** 診療時間のtable **********/

.timetable {
  width: 100%;
  border: 1px solid #474747;
  border-collapse: collapse;
  border-spacing: 0;
}

.timetable th {
  border-right: 1px solid #474747;
  font-weight: normal;
}

.timetable tr {
  border-bottom: 1px solid #474747;
}

.timetable th,
.timetable td {
  text-align: center;
  padding: .5rem;
}

.timetable span,
.cap span {
  color: #8ac25d;
}

/********** リンクボタン **********/
.btn {
  display: block;
  text-align: center;
  padding: .75rem 0;
  color: #ffffff;
  width: 235px;
  background: #8ac25e;
  border-radius: 3px;
}

.btn:hover {
  color: #ffffff;
}

.btn_wrap .btn:first-of-type {
  margin-right: 20px;
}


/********** FAQ **********/
.faq-list dt {
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 1rem 3rem 1rem 4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.25rem;
  position: relative;
  background: #f6e9d5;
}

.faq-list dd {
  width: 100%;
  padding: 1rem 1rem 1rem 4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 1rem;
}

.faq-list dt:before,
.faq-list dd:before {
  content: "A";
  display: block;
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 2rem;
  color: #8ac25d;
  position: absolute;
  top: .75rem;
  left: 1rem;
}

.faq-list dt:before {
  content: "Q";
  color: #fbb03b;
}

.faq-list dt:after {
  font-size: 2rem;
  content: "\f078";
  font-family: FontAwesome;
  display: inline-block;
  color: #fbb03b;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  margin: auto;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.faq-list dt.action:after {
  content: "\f077";
}

/********************************
/********************************

m_common

********************************/
@media only screen and (max-width: 1024px) {
  .pc_only {
    display: none !important;
  }

  .tab_sm {
    display: block;
  }

  .page {
    margin-top: 169px;
  }


  .sec_title {
    font-size: 28px;
  }
}




/********************************

s_common

********************************/
@media only screen and (max-width: 599px) {
  .sm_only {
    display: block !important;
  }

  .pc_tab {
    display: none;
  }

  .page {
    margin-top: 100px;
  }

  .sec_title {
    font-size: 26px;
  }

  .btn_wrap .btn:first-of-type {
    margin: 0 auto 3%;
  }

  .btn {
    width: 80%;
    margin: 0 auto;
  }

}



/********************************
/********************************
/********************************

l_header

********************************/
header {
  position: relative;
}

header>.header_wrap {
  width: 100%;
}

header .logo_wrap {
  width: 70%;
}

header .clinic_name {
  color: #473e3b;
}

header .logo {
  width: 10%;
}

header .logo img {
  width: 43px;
}

header .clinic_name {
  width: 90%;
}

header .clinic_name [data-ruby] {
  position: relative;
}

header .clinic_name [data-ruby]:before {
  content: attr(data-ruby);
  position: absolute;
  top: -3rem;
  left: .75rem;
  right: 0;
  margin: auto;
  font-size: 0.45em;
  letter-spacing: 0.25rem;
}

header .clinic_name rt {
  display: none;
}

header .tel,
header .tel a {
  color: #8ac25e;
}

#gnav .toggle {
  display: none !important;
}

.pc_global {
  margin-top: 3rem;
}

.pc_global li {
  -webkit-transform: skewX(150deg);
  transform: skewX(150deg);
  border: none;
  border-right: 1px solid #474747;
  width: 16%;
  margin: 0 auto;
  z-index: 20;
}

.pc_global li:hover {
  cursor: pointer;
  opacity: 0.6;
}

.pc_global li:hover li{
  opacity: 1;
}

.pc_global li:last-child {
  border-right: none;
}

.pc_global li a,
.pc_global li .reset,
.pc_global li.parent ul {
  -webkit-transform: skewX(-150deg);
  transform: skewX(-150deg);
}

.pc_global li a,
.pc_global li .reset {
  display: block;
  padding: 0 10px;
  text-align: center;
}

.pc_global li .reset {
  position: relative;
}

.pc_global li ul {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease .40s;
  transition: all ease .40s;
}

.pc_global li ul.posi {
  left: 45px;
}

.pc_global li:hover ul {
  opacity: 1;
  visibility: visible;
}

.pc_global li ul li {
  width: 250px;
  -webkit-transform: skewX(150deg);
  transform: skewX(150deg);
  border-right: none;
}

.pc_global li.parent ul li a {
  text-align: left;
  display: block;
  padding: .5rem;
  background: #fff;
  border-bottom: 1px solid #474747;
}

.pc_global li.parent ul li a:hover {
  background: #8ac25e;
  color: #fff;
  opacity: 1;
}

.pc_global li.parent ul li:last-child a {
  border-bottom: none;
}

#gnav.action .accordion-body {
  width: 50%;
  right: 0;
  left: auto;
  padding-left: 2rem;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background: rgba(255, 255, 255, 0.9);
}

#gnav li {
  border: none;
}

#gnav ul li a {
  padding: 10px 5px;
}

#gnav .accordion-body ul {
  width: 50%;
  margin-bottom: 3rem;
}

#gnav .accordion-body ul li ul {
  width: 95%;
  margin-top: 1rem;
  margin-left: -1rem;
  padding-top: 1rem;
  border-left: 1px solid #8ac25e;
  height: 100%;
}

#gnav .accordion-body .list_heading {
  padding-left: 2.5rem;
  width: 90%;
  position: relative;
}

#gnav .accordion-body .list_heading:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url(/import/tenant_1/160.16.78.78/html/images/common/g_leaf.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 3%;
}

.overlay:after {
  opacity: .5;
  z-index: 240;
}


header .sns_area {
  position: fixed;
  right: 0;
  top: 15%;
  z-index: 245;
}

header .sns_wrap {
  position: relative;
}

header .sns_area ul {
  position: absolute;
  right: -115px;
}

header .sns_area ul li {
  margin-bottom: 5px;
  display: block;
  width: 150px;
  padding: .75rem .75rem .75rem .5rem;
  border-radius: 5px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all ease .40s;
  transition: all ease .40s;
}

header .sns_area ul li.action {
  -webkit-transform: translateX(-70%);
  transform: translateX(-70%);
}

header .sns_area ul li i {
  display: inline-block;
  font-size: 1.5rem;
  color: #ffffff;
  padding-right: .5rem;
}

header .sns_area ul li i:hover {
  cursor: pointer;
}

header .sns_area ul li a {
  color: #fff;
}

header .sns_area ul li.fix_reserv {
  background: #8ac25d;
}

header .sns_area ul li.fix_access {
  background: #64b4d0;
}

header .sns_area ul li.fix_rec {
  background: #e8a743;
}

header .sns_area ul li.fix_tel {
  background: #2E873E;
  display: none;
}

/********************************
/********************************

m_header

********************************/
@media only screen and (max-width: 1024px) {

  .header_wrap>.inner {
    width: 100%;
    max-width: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 240;
    background: #FFF;
  }

  #gnav .toggle {
    z-index: 999;
  }

  header .logo_wrap {
    width: 65%;
    margin: 0;
  }

  header .add_wrap {
    width: 35%;
  }

  header .clinic_name [data-ruby]:before {
    top: -2rem;
    letter-spacing: 0;
  }

  #gnav .toggle {
    display: block !important;
  }

}

/********************************

s_header

********************************/
@media only screen and (max-width: 599px) {
  .header_wrap>.inner {
    padding: 20px 0;
  }

  header .logo_wrap {
    width: auto;
    margin: auto;
  }

  header .logo {
    width: 10%;
    margin: auto;
  }

  header .clinic_name {
    width: auto;
    margin: 1.5rem auto 0;
    font-size: 22px;
  }

  #gnav.action .accordion-body {
    width: 90%;
  }

  header .sns_area ul li.fix_tel {
    display: block;
  }

}


/********************************
/********************************
/********************************

l_footer

********************************/
footer .f_logo {
  width: 92px;
  margin: 0 auto 6%;
}

footer .f_info_wrap {
  margin-bottom: 6%;
}

footer .f_tel_wrap {
  width: 45%;
}

footer .f_address {
  width: 55%;
}

footer .f_tel_wrap .tel {
  position: relative;
  display: inline-block;
  padding-left: 3rem;
}

footer .f_tel_wrap .tel:before {
  position: absolute;
  display: inline-block;
  top: 4px;
  left: 7px;
  content: url(/import/tenant_1/160.16.78.78/html/images/common/tel.png);
  width: 28px;
  height: 28px;
  z-index: 1;
}

footer .f_address {
  text-align: right;
  font-size: 0.875rem;
}

footer .f_nav {
  margin-bottom: 6%;
}

footer .f_list_col {
  width: 23%;
}

footer .f_list_col .heading {
  font-size: 24px;
  padding-bottom: 1rem;
  color: #69b961;
}

footer .f_list li {
  padding-bottom: .5rem;
}

footer .f_list li a {
  padding: .25rem 0;
}

footer .f_list a {
  color: #474747;
}

footer .copyright {
  font-size: 12px;
  text-align: center;
}

footer .gotop {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  position: fixed;
  bottom: 12%;
  right: 5%;
  background: #8ac25d;
  z-index: 1000;
}

footer .gotop span {
  color: #fff;
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/********************************
/********************************

m_footer

********************************/
@media only screen and (max-width: 1024px) {

  footer .f_tel_wrap,
  footer .f_address {
    width: 100%;
    text-align: center;
  }

  footer .f_tel_wrap {
    margin-bottom: 1rem;
  }

  footer .f_list_col {
    width: 48%;
  }

}




/********************************

s_footer

********************************/
@media only screen and (max-width: 599px) {

  footer .f_list_col {
    width: 80%;
    margin: 0 auto 3rem;
  }

  footer .f_list_col .heading {
    text-align: center;
  }

}






/********************************
/********************************
/********************************

l_01. | TOP（index)

********************************/
.topimage {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.topimage .lead {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  text-align: center;
  width: 60%;
  max-width: 800px;
}

.topimage .lead .i_lead {
  display: block;
  padding: 3rem;
  background-color: #fff;
  opacity: .8;
}

.top_intro {
  position: relative;
  background-color: #fff;
  opacity: .8;
  top: -100px;
  padding: 5%;
}

.top_intro .intro {
  line-height: 2;
  margin-bottom: 100px;
}

.top_intro .vertical {
  position: absolute;
  right: 5%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.top_intro .text {
  width: 70%;
  margin-bottom: 40px;
}

.big_inner {
  width: 100%;
  background: #f1f7e6;
}

.topics_bgi {
  max-width: 1500px;
  background: url(/upload/tenant_1/3f1a7da8d7640d75ef2fa0b24fef64de.jpg)no-repeat;
  background-size: cover;
  padding: 8% 0;
  margin: 0 auto;
}

.topics_wrap {
  border: 1px solid #b5b5b5;
  border-radius: 7px;
  background-color: #fff;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2% 4%;
}

.top_news {
  width: 40%;
  padding-right: 4%;
  border-right: 1px solid #474747;
}

.top_blog {
  width: 60%;
  padding-left: 4%;
}

.topic_heading {
  margin-bottom: 0;
}

.topic_heading span {
  font-size: 0.75rem;
  padding-left: 1em;
}

.topic_btn {
  display: inline-block;
  border: 1px solid #474747;
  font-size: 0.875rem;
  padding: .25rem .5rem;
  border-radius: 3px;
}

.topics_wrap .dl_wrap dl {
  margin-bottom: 1rem;
}

.topics_wrap .dl_wrap dt {
  width: 27%;
}

.topics_wrap .dl_wrap dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topics_wrap .top_news .dl_wrap dd {
  width: 100%;
}

.topics_wrap .top_blog .dl_wrap dd {
  width: 65%;
}

.top_four_pillar .box {
  margin-bottom: 10%;
}

.top_four_pillar .box .pic {
  width: 15%;
}

.top_four_pillar .box .content {
  width: 80%;
}

.top_four_pillar .box .no {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px dotted #474747;
}

.top_four_pillar .box .no span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top_four_pillar .box_heading {
  margin-bottom: .5rem;
}

.top_four_pillar .box_heading h3 {
  padding-left: .5em;
}

.top_four_pillar .box .text {
  margin-bottom: 2rem;
}

.top_four_pillar .s_items .item {
  width: 31%;
}

.top_four_pillar .s_items .heading_wrap {
  border: 2px dotted #474747;
  border-radius: 5px;
  padding: 1em .5em;
  margin-bottom: 1em;
}

.top_four_pillar .s_items .heading_wrap .pic {
  width: 3em;
  padding-right: 1em;
}

.top_symptom .menu {
  display: block;
  width: 30%;
  border: 2px dotted #474747;
  border-radius: 5px;
  padding: 1em .5em;
  margin-bottom: 2%;
  background: #ffffff;
}

.top_symptom .menu .pic {
  width: 80%;
  margin: 0 auto .5rem;
}

.top_symptom .menu .link_heading {
  text-align: center;
  color: #676767;
}

.top_symptom .menu .link_heading span {
  border-bottom: 1px solid #4e4240;
  padding-bottom: 5px;
}

.top_symptom .menu-contact .flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_symptom .menu-contact .text {
  text-align: center;
  line-height: 2;
  margin: 2rem 0;
}

.top_symptom .menu-contact .btn {
  margin: 0 auto;
}

.top_external .heading {
  color: #8ac25e;
  margin-bottom: 1rem;
}

.top_access .heading {
  font-weight: bold;
  display: inline-block;
  padding-bottom: .5rem;
  border-bottom: 1px solid #474747;
  margin-bottom: 2rem;
  font-size: 1.125rem;
}

.top_access .text {
  margin-bottom: 2rem;
}

.top_access .text .btn {
  margin-left: auto;
}

.top_access .text .tel {
  display: inline-block;
}

.top_access .gmap_wrap {
  border: 10px solid #fff;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.top_access .gmap_wrap iframe,
.top_access .gmap_wrap object,
.top_access .gmap_wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top_access .cap {
  font-size: .875rem;
  padding-top: 1em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.top_recruit .border_box {
  border: 7px solid #8ac25e;
}

.top_recruit .heading {
  font-weight: bold;
}

.top_recruit .l_col {
  margin-bottom: 3%;
}

.top_recruit .l_col .pic {
  width: 50%;
}

.top_recruit .content_wrap {
  width: 50%;
  padding: 1rem 2rem;
}

.top_recruit .heading,
.top_recruit .text {
  margin-bottom: 1.5rem;
}

.top_recruit .s_col {
  width: 30%;
  padding: 1rem .5rem;
}

.top_recruit .s_col .heading {
  height: 3em;
}

.top_recruit .border_box-rev {
  border: 7px solid #8ac25e;
  background: #8ac25e;
  position: relative;
}

.top_recruit .border_box-rev .heading,
.top_recruit .border_box-rev .text {
  color: #fff;
}

.top_recruit .border_box-rev:after {
  position: absolute;
  content: "";
  background: url(/import/tenant_1/160.16.78.78/html/images/top/triangle.png) no-repeat;
  bottom: 3px;
  right: 3px;
  width: 18px;
  height: 18px;
  background-size: contain;
}

.top_fb_wrap {
  width: 50%;
  margin: 0 auto;
  max-width: 500px;
}

/********************************
/********************************

m_01. | TOP（index)

********************************/
@media only screen and (max-width: 1024px) {
  .top_intro {
    top: -30px;
  }


  .top_four_pillar .s_items .item {
    width: 32%;
  }

  .top_four_pillar .s_items .heading_wrap .pic {
    width: 2.5em;
  }

  .top_symptom .menu {
    width: 44%;
  }

  .top_symptom .menu-contact,
  .top_symptom .menu-contact .text {
    width: 100%;
  }

  .top_symptom .menu-contact .text {
    margin: 1rem 0;
  }

  .top_access .heading {
    display: block;
  }


}


/********************************

s_01. | TOP（index)

********************************/
@media only screen and (max-width: 599px) {
  .topimage .pic {
    width: 100%;
  }

  .top_intro {
    top: 0;
  }

  .topimage .lead {
    width: 70%;
  }

  .topimage .lead .i_lead {
    padding: 0;
  }

  .top_intro .intro {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .top_intro .vertical {
    position: relative;
    right: 0;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    margin-bottom: 2em;
    text-align: center;
  }

  .top_intro .text {
    width: 100%;
  }

  .top_blog {
    padding-left: 0;
  }

  .top_news,
  .top_blog {
    width: 100%;
  }

  .top_news {
    margin-bottom: 2rem;
    border-right: none;
    padding-right: 0;
  }

  .topics_wrap .top_news .dl_wrap dd {
    width: 65%;
  }

  .topics_wrap .topic_h_wrap {
    margin-bottom: 1rem;
  }

  .top_four_pillar .s_items .item {
    width: 100%;
    margin-bottom: 6%;
  }

  .top_four_pillar .s_items .heading_wrap .pic {
    margin: 0;
    width: 3em;
  }

  .top_external .pic {
    width: 100%;
    margin-bottom: 1rem;
  }

  .top_symptom .menu {
    width: 100%;
  }

  .top_access .text .btn {
    margin-top: 2rem;
  }

  .top_recruit .l_col .pic,
  .top_recruit .content_wrap {
    width: 100%;
  }

  .top_recruit .s_col {
    width: 100%;
    margin-bottom: 6%;
  }

}

/********************************
/********************************
/********************************

l_underpage

********************************/
.underpage .breadcrumb {
  width: 1000px;
  margin: 20px auto 0;
}

.underpage .breadcrumb a {
  color: #8ac25e;
}

.underpage .up_mainimg {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.underpage .up_mainimg .pic:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #8ac25d;
  opacity: 0.7;
}

.underpage .up_mainimg .up_heading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 3;
  text-align: center;
}

.underpage .side_nav {
  width: 20%;
}

.underpage .side_nav .side_menu {
  width: 90%;
  position: -webkit-sticky;
  position: sticky !important;
  top: 2%;
}

.underpage .side_nav .side_menu li {
  background: #f0f7da;
  border: 1px solid #abd02c;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5%;
}

.underpage .side_nav .side_menu li a {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 5%;
  width: 100%;
  height: 100%;
  font-size: 14px;
}

.underpage .main_wrap {
  width: 80%;
}


.underpage .box_li_wrap {
  margin-bottom: 6%;
}

.underpage .box_li_wrap li {
  width: 48%;
  border: 2px dotted #474747;
  border-radius: 7px;
  padding: 1rem;
  margin-bottom: 2%;
}

.underpage .box_li_wrap.triple li {
  width: 32%;
}

.underpage .box_li_wrap li .heading {
  color: #8ac25d;
  text-align: center;
  margin-bottom: 3rem;
}

.underpage .box_li_wrap li ul li {
  text-indent: -1rem;
  padding-left: 1rem;
  width: 100%;
  border: none;
  padding: 0 0 0 1rem;
}

.underpage .box_li_wrap li ul li:before {
  content: "・";
}

/********** 黄色い番号のリスト **********/
.reserve_list {
  margin-bottom: 6%;
}

.reserve_list li {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  padding-bottom: .75rem;
}

.reserve_list li span {
  color: #fbb03b;
  padding-right: 1rem;
}

.reserve_list .pic {
  width: 35%;
}

.reserve_list .text {
  padding-right: 2rem;
}


.reserve_list.double_no li {
  text-indent: 0;
  padding-left: 0;
}

.reserve_list.double_no .no {
  width: 3.5rem;
  display: block;
  color: #fbb03b;
}

.reserve_list.double_no .list_text {
  width: calc(100% - 3.5rem);
}

/********** footer上部の予約領域 **********/

.underpage .border_box {
  border: 7px solid #8ac25e;
  margin-bottom: 2rem;
}

.underpage .footer_reserve .pic {
  width: 50%;
}

.underpage .footer_reserve .res_text_wrap {
  margin: auto;
  width: 50%;
}

.underpage .footer_reserve .tel {
  color: #8ac25e;
  text-align: center;
  font-size: 48px;
}

.underpage .footer_reserve .res_text_wrap span {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}

.underpage .footer_reserve .btn {
  background: #fbb03b;
  width: 80%;
  padding: 1rem;
  margin: 0 auto;
}

/********************************
/********************************

m_underpage

********************************/
@media only screen and (max-width: 1024px) {
  .underpage .breadcrumb {
    width: 93%;
    max-width: 768px;
  }

  .underpage .side_nav .side_menu {
    top: 179px;
  }

  .underpage .footer_reserve .tel {
    font-size: 40px;
  }
}




/********************************

s_underpage

********************************/
@media only screen and (max-width: 599px) {
  .underpage .breadcrumb {
    width: 94%;
    max-width: 450px;
  }

  .underpage .up_mainimg .pic {
    width: 100%;
  }

  .underpage .main_wrap {
    width: 100%;
  }

  .underpage .side_nav {
    display: none;
  }

  .underpage .box_li_wrap li {
    width: 100%;
  }

  /********** footer上部の予約領域 **********/
  .underpage .footer_reserve .pic {
    width: 100%;
    margin-bottom: 2rem;
  }

  .underpage .footer_reserve .res_text_wrap {
    width: 100%;
  }

  .underpage .footer_reserve .btn {
    padding: 1rem;
    margin-bottom: 2rem;
    width: 80%;
  }
}

/********************************
/********************************
/********************************

l_02. | 医院情報（clinic)

********************************/
.clinic .greeting_wrap,
.clinic .introduction,
.clinic .information,
.clinic .clinic_time,
.clinic .access,
.clinic .introduce,
.clinic .firsttime,
.clinic .flow {
  margin-bottom: 6%;
}

.clinic .director {
  width: 30%;
}

.clinic .greeting {
  width: 70%;
  padding-left: 4rem;
}

.clinic .director figcaption {
  font-size: 1.125rem;
}

.clinic .director figcaption span {
  font-size: .875rem;
}

.clinic .intro_wrap {
  border: 1px solid #b5b5b6;
  border-radius: 7px;
  padding: 2rem 0;
}

.clinic .intro_wrap .bio {
  width: 33%;
  padding: 0 2rem;
}

.clinic .intro_wrap .bio:not(:first-of-type) {
  border-left: 1px solid #000;
  padding-right: 0;
}

.clinic .intro_wrap .bio .heading {
  font-size: 1.125rem;
  color: rgba(138, 194, 93, 255);
  margin-bottom: 1rem;
}

.clinic .information .pic {
  margin-bottom: 1rem;
}

.clinic .information dl {
  border-bottom: 1px solid #474747;
  padding: 1rem 0;
}

.clinic .information dt {
  width: 28%;
  font-weight: bold;
}

.clinic .information dd {
  width: 72%;
}

.clinic .green_heading {
  margin: 2rem 0;
}

.clinic .green_heading span {
  border-bottom: 2px solid #8ac25d;
  color: #8ac25d;
  margin-left: .5rem;
}

.clinic .green_heading .icon {
  width: 26px;
  display: inline-block;
}

.clinic .cap {
  font-size: .875rem;
  padding-top: 1em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.clinic .access_text {
  margin-top: 2rem;
}

.clinic .from_karasuma .image_wrap {
  width: 100%;
  position: relative;
}

.clinic .from_karasuma .box {
  width: 32%;
  margin-bottom: 2rem;
}

.clinic .from_karasuma .no,
.clinic .flow .no {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: #8ac25d;
}

.clinic .from_karasuma .no span,
.clinic .flow .no span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.clinic .firsttime .illust {
  margin: 1rem 0;
}

.clinic .firsttime .illust li {
  width: 23%;
  border: 2px dotted #474747;
  border-radius: 5px;
  padding: 1rem;
}

.clinic .firsttime .illust li .pic {
  width: 50%;
  margin: 0 auto;
}

.clinic .firsttime .illust .col {
  width: 100%;
}

.clinic .firsttime .illust .col .cap {
  text-align: center;
}

.clinic .firsttime .illust .col .heading {
  text-align: center;
  color: #8ac25d;
}

.clinic .flow {
  position: relative;
  margin-bottom: 100px;
}

.clinic .flow:after {
  position: absolute;
  display: block;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #fbb03b;
  font-size: 34px;
}

.clinic .flow:last-of-type:after {
  content: none;
}

.clinic .flow .image_wrap {
  position: relative;
  width: 30%;
}

.clinic .flow .flow_text {
  width: 70%;
  padding-left: 2rem;
}

.clinic .flow .flow_text .heading {
  color: #8ac25d;
  margin-bottom: 1rem;
}



/********************************
/********************************

m_02. | 医院情報（clinic)

********************************/
@media only screen and (max-width: 1024px) {
  .clinic .greeting {
    padding-left: 2rem;
  }


  .clinic .from_karasuma .box {
    width: 48%;
  }

  .clinic .firsttime .illust li {
    width: 48%;
    margin-bottom: 2%;
  }

  .clinic .intro_wrap .bio:not(:first-of-type) {
    border-left: none;
  }

}


/********************************

s_02. | 医院情報（clinic)

********************************/
@media only screen and (max-width: 599px) {
  .clinic .director {
    width: 100%;
    margin-bottom: 6%;
  }

  .clinic .greeting {
    width: 100%;
    padding-left: 0;
  }

  .clinic .intro_wrap .bio {
    width: 100%;
    margin-bottom: 1rem;
  }

  .clinic .information .pic {
    width: 100%;
  }

  .clinic .information dt,
  .clinic .information dd {
    width: 100%;
  }

  .clinic .from_karasuma .box,
  .clinic .from_karasuma .box .pic {
    width: 100%;
  }

  .clinic .introduce .pic {
    width: 100%;
  }

  .clinic .flow .image_wrap {
    width: 100%;
    margin-bottom: 2%;
  }

  .clinic .flow .image_wrap .pic {
    width: 100%;
  }

  .clinic .flow .flow_text {
    width: 100%;
    padding-left: 0;
  }
}

/********************************
/********************************
/********************************

l_03. | 予約診療（reserve)
l_04. | オンライン診療（online)

********************************/
.reserve .dl_wrap dl {
  padding: 1rem;
}

.reserve .dl_wrap dl:nth-of-type(odd) {
  background: #e2efd1;
}

.reserve .dl_wrap dl:nth-of-type(even) {
  background: #f1f7e9;
}

.reserve .dl_wrap dt {
  font-weight: bold;
  width: 25%;
}

.reserve .res_wrap {
  margin-bottom: 6%;
}

.reserve .text {
  margin-bottom: 4%;
}

.reserve .text a {
  text-decoration: underline;
}

.reserve .para,
.explain .para {
  text-align: center;
  margin-bottom: 2rem;
}





/********************************
/********************************

m_03. | 予約診療（reserve)
m_04. | オンライン診療（online)

********************************/
@media only screen and (max-width: 1024px) {}


/********************************

s_03. | 予約診療（reserve)
s_04. | オンライン診療（online)

********************************/
@media only screen and (max-width: 599px) {
  .reserve .dl_wrap dt {
    width: 30%;
  }

}




/********************************
/********************************
/********************************

l_05. | 磁気刺激療法・TMS（tms)
l_07. | 精神科のセカンドオピニオン（second-opinion)

********************************/
.explain .heading_icon {
  width: 71px;
  margin: 0 auto;
}

.explain .text {
  margin-bottom: 4%;
}

.explain .explain_wrap {
  margin-bottom: 10%;
}

.explain .text {
  margin-bottom: 4%;
}

.explain .text a {
  text-decoration: underline;
}

.explain .text.left {
  padding-right: 4rem;
}

.explain .checklist li {
  font-size: 24px;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 1rem;
}

.explain .checklist li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-weight: 900;
  font-size: 1.25em;
  padding-right: .5rem;
}

.explain .checklist li span {
  display: block;
  width: 90%;
}

.explain .checklist.green li:before {
  color: #b7d99c;
}

.explain .checklist.org li:before {
  color: #fbb03b;
}

.explain .faq {
  margin-bottom: 6%;
}

.explain .patern {
  margin-bottom: 1rem;
}

.explain .patern dt {
  font-weight: bold;
  width: 15%;
}

.explain .patern dd {
  width: 75%;
}

.explain .small_checklist li {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  margin-bottom: .5rem;
}

.explain .small_checklist li a {
  text-decoration: underline;
  color: #e8a743;
}

.explain .small_checklist li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-weight: 900;
  color: #fbb03b;
  padding-right: .5rem;
}

.explain .small_checklist.square li:before {
  content: "\f45c";
  color: #8ac25d;
}

.explain .overflow {
  overflow: hidden;
}

.explain .symptom_wrap {
  background: #f1f7e6;
  padding: 2rem 2%;
  margin-top: 6%;
}

.explain .symptom_wrap .menu {
  width: 22%;
  border: 2px dotted #474747;
  border-radius: 7px;
  background: #FFF;
  margin-bottom: 2%;
}

.explain .symptom_wrap .menu .pic {
  width: 50%;
  margin: 1rem auto;
}

.explain .symptom_wrap .menu .link_heading {
  text-align: center;
  color: #676767;
  font-size: 18px;
}

/********************************
/********************************

m_05. | 磁気刺激療法・TMS（tms)

********************************/
@media only screen and (max-width: 1024px) {
  .explain .checklist li {
    font-size: 20px;
  }

  .explain .checklist li span {
    width: 85%;
  }

  .explain .symptom_wrap .menu .link_heading {
    font-size: 16px;
  }

  .explain .patern dt {
    width: 25%;
  }

  .explain .patern dd {
    width: 75%;
  }

  .explain .text.left {
    padding-right: 2rem;
  }

}


/********************************

s_05. | 磁気刺激療法・TMS（tms)

********************************/
@media only screen and (max-width: 599px) {
  .explain .symptom_wrap .menu {
    width: 48%;
    margin-right: auto;
    margin-left: auto;
  }

  .explain .symptom_wrap .menu .link_heading {
    font-size: 14px;
  }

  .explain .text.left {
    padding-right: 0;
  }


}

/********************************
/********************************
/********************************

l_06. | 療養の手引き（resource)

********************************/
.resource .block_heading {
  background: #8ac25d;
  color: #ffffff;
  padding: .5rem 1rem;
  margin-bottom: 2rem;
  width: 100%;
}

.resource .folding_heading {
  width: 94%;
  background: #b7d99c;
  color: #ffffff;
  border-radius: 7px;
  position: relative;
  margin: 0 auto 2rem;
  padding: 1rem 0 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}

.resource .folding_heading span {
  padding-left: 1rem;
  width: 85%;
}

.resource .acc-btns span:before,
.resource .acc-btns span:after {
  content: "”";
}

.resource .folding_heading:before {
  position: absolute;
  display: block;
  top: 1rem;
  left: .5rem;
  content: "";
  background: url(/import/tenant_1/160.16.78.78/html/images/common/leaf.png) no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  z-index: 1;
}

.resource .folding_heading:after {
  display: block;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  margin-left: auto;
  padding-right: 1rem;
  color: #8ac25d;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.resource .folding_heading.action:after {
  content: "\f077";
}

.resource .resource_dl_wrap {
  width: 100%;
  padding: 0 2rem 0 3rem;
}

.resource dl {
  width: 100%;
  margin-bottom: 2rem;
}

.resource dt,
.resource dd {
  width: 100%;
}

.resource dt {
  border-bottom: 1px solid #000;
  padding: 0 0 1rem 0;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.resource dt:after {
  display: block;
  font-family: "Font Awesome 5 Free";
  content: "\f13a";
  font-weight: 900;
  margin-left: auto;
  color: #fbb03b;
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.resource dt.action:after {
  content: "\f139";
}

.resource dd {
  padding: 1rem 0 0 0;
}

.resource .folding_heading:hover,
.resource dt:hover {
  cursor: pointer;
  opacity: .7;
}

div.leadtext a,
dd.acc-content a {
  color:#025f80
}

.text_margin {
  margin-bottom: 40px;
}
/********************************
/********************************

m_06. | 療養の手引き（resource)

********************************/
@media only screen and (max-width: 1024px) {}


/********************************

s_06. | 療養の手引き（resource)

********************************/
@media only screen and (max-width: 599px) {
  .resource .resource_dl_wrap {
    padding: 0 1rem;
  }
}

/********************************
/********************************
/********************************

l_07. | 精神科のセカンドオピニオン（second-opinion)

********************************/



/********************************
/********************************

m_07. | 精神科のセカンドオピニオン（second-opinion)

********************************/
@media only screen and (max-width: 1024px) {}


/********************************

s_07. | 精神科のセカンドオピニオン（second-opinion)

********************************/
@media only screen and (max-width: 599px) {}

/********************************
/********************************
/********************************

l_08. | 障害年金の相談（pention)

********************************/


/********************************
/********************************

m_08. | 障害年金の相談（pention)

********************************/
@media only screen and (max-width: 1024px) {}


/********************************

s_08. | 障害年金の相談（pention)

********************************/
@media only screen and (max-width: 599px) {}

/********************************
/********************************
/********************************

l_09. | うつ病（depression)

********************************/



/********************************
/********************************

m_09. | うつ病（depression)

********************************/
@media only screen and (max-width: 1024px) {}


/********************************

s_09. | うつ病（depression)

********************************/
@media only screen and (max-width: 599px) {}

/********************************
/********************************
/********************************

l_10. | 躁うつ病（bipolar)

********************************/



/********************************
/********************************

m_10. | 躁うつ病（bipolar)

********************************/
@media only screen and (max-width: 1024px) {}


/********************************

s_10. | 躁うつ病（bipolar)

********************************/
@media only screen and (max-width: 599px) {}

/********************************
/********************************
/********************************

l_11. | 大人の発達障害(ASD・ADHD)（adhd)

********************************/



/********************************
/********************************

m_11. | 大人の発達障害(ASD・ADHD)（adhd)

********************************/
@media only screen and (max-width: 1024px) {}


/********************************

s_11. | 大人の発達障害(ASD・ADHD)（adhd)

********************************/
@media only screen and (max-width: 599px) {}

/********************************
/********************************
/********************************

l_12. | パニック障害（panic)

********************************/



/********************************
/********************************

m_12. | パニック障害（panic)

********************************/
@media only screen and (max-width: 1024px) {}


/********************************

s_12. | パニック障害（panic)

********************************/
@media only screen and (max-width: 599px) {}

/********************************
/********************************
/********************************

l_13. | PTSD（ptsd)

********************************/



/********************************
/********************************

m_13. | PTSD（ptsd)

********************************/
@media only screen and (max-width: 1024px) {}


/********************************

s_13. | PTSD（ptsd)

********************************/
@media only screen and (max-width: 599px) {}

/********************************
/********************************
/********************************

l_14. | 統合失調症（schizophrenia)

********************************/



/********************************
/********************************

m_14. | 統合失調症（schizophrenia)

********************************/
@media only screen and (max-width: 1024px) {}


/********************************

s_14. | 統合失調症（schizophrenia)

********************************/
@media only screen and (max-width: 599px) {}

/********************************
/********************************
/********************************

l_15. | 身体にかかわる症状がある方（body)

********************************/



/********************************
/********************************

m_15. | 身体にかかわる症状がある方（body)

********************************/
@media only screen and (max-width: 1024px) {}


/********************************

s_15. | 身体にかかわる症状がある方（body)

********************************/
@media only screen and (max-width: 599px) {}

/********************************
/********************************
/********************************

l_16. | 心にかかわる症状がある方（mind)

********************************/



/********************************
/********************************

m_16. | 心にかかわる症状がある方（mind)

********************************/
@media only screen and (max-width: 1024px) {}


/********************************

s_16. | 心にかかわる症状がある方（mind)

********************************/
@media only screen and (max-width: 599px) {}

/********************************
/********************************
/********************************

l_17. | お問い合わせ（contact)

********************************/
.contact figure {
  width: 70%;
  margin: 0 auto 50px;

}

.contact figcaption {
  text-align: center;
  padding-top: 1rem;
}

.contact .sec_title {
  font-size: 38px;
}

.contact .contact_tel,
.contact .contact_tel a {
  color: #8ac25e;
  font-size: 48px;
  text-decoration: none;
  padding-top: 1rem;
}

.contact_form {
  margin-bottom: 6%;
}

.contact_form dl {
  width: 100%;
  margin-bottom: 2em;
}

.contact_form dt {
  width: 25%;
}

.contact_form dt .require {
  font-size: 0.9em;
  color: #fff;
  background: #fbb03b;
  padding: .15em 1em;
}

.contact_form dd {
  width: 70%;
  margin-left: 5%;
}

.contact_form dd .inputtext {
  border: 1px solid #8ac25d;
  padding: .5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact_form dd label {
  margin-right: 1em;
}

.contact_form .btn_wrap li {
  padding: 0;
  margin: 0 auto;
  width: 350px;
}

.contact_form .btn_wrap li.double {
  width: 350px;
}

.contact_form .contact-btn {
  width: 100%;
}

.contact_form .btn {
  background: #fbb03b;
}

.contact_form .btn:hover {
  cursor: pointer;
  opacity: .6;
}




/********************************
/********************************

m_17. | お問い合わせ（contact)

********************************/
@media only screen and (max-width: 1024px) {
  .contact_form dt .label {
    padding-left: 0.5em;
  }

  .contact_form dt {
    width: 30%;
    margin: 0;
    padding: 0 0 .5em 0;
  }

  .contact_form dd {
    width: 100%;
    margin-left: 0;
  }

  .contact_form .btn_wrap li.double {
    width: 45%;
  }
}


/********************************

s_17. | お問い合わせ（contact)

********************************/
@media only screen and (max-width: 599px) {
  .contact_form dt {
    width: 60%;
  }

  .contact_form .btn_wrap li {
    width: 80%;
  }

  .contact .reserve_list .text {
    padding-right: 0;
  }
}

/********************************
/********************************
/********************************

l_18. | 求人情報（recruit)

********************************/

.recruit .sec_title {
  width: 100%;
}

.recruit .rec_pic {
  width: 32%;
}

.recruit .rec_text {
  width: 68%;
}

.even_rev_wrap .explain_wrap:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.even_rev_wrap .explain_wrap:nth-of-type(odd) .rec_text {
  padding-left: 2rem;
}

.even_rev_wrap .explain_wrap:nth-of-type(even) .rec_text {
  padding-right: 2rem;
}

.rec_flow .sec_title {
  margin-bottom: 1.5rem;
}

.rec_flow .sub_title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 1rem;
}

.rec_flow li {
  margin-bottom: 3rem;
}

.rec_flow li .time {
  width: 25%;
  position: relative;
  font-size: 20px;
  padding: 1em;
  background: #fff;
  text-align: center;
}

.rec_flow li .time:after {
  content: "";
  display: block;
  width: 5px;
  height: calc(100% + 3em);
  background-color: #8ac25d;
  position: absolute;
  right: 50%;
}

.rec_flow li:last-child .time:after {
  display: none;
}

.rec_flow li .corner_wrap {
  position: relative;
  width: 75%;
  background: #f9f0e3;
  padding: 1.5rem;
}

.rec_flow li .corner_wrap:after {
  display: block;
  position: absolute;
  content: "";
  top: 1.5rem;
  left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 22.5px 13px 0;
  border-color: transparent #f9f0e3 transparent transparent;
}

.rec_flow li .corner_wrap .corner_text {
  width: 66%;
  padding-right: 2rem;
}

.rec_flow li .corner_wrap .corner_heading {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: .5em;
}

.rec_flow li .corner_wrap .pic {
  width: 33%;
}

.recruit .rec_box .box {
  width: 31%;
  margin-right: 2%;
  margin-bottom: 6%;
  position: relative;
}

.recruit .rec_box .box:nth-last-child(3n) {
  margin-right: 0;
}

.recruit .rec_box .box .no {
  position: absolute;
  display: inline-block;
  color: #ffffff;
  z-index: 3;
  background: #8ac25d;
  width: 40px;
  height: 40px;
  top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.recruit .rec_box .box .no span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.recruit .rec_box .box .heading {
  margin: 1rem auto;
}

.recruit .dl_wrap {
  margin-bottom: 6%;
}

.recruit .dl_wrap dl {
  border-bottom: 1px solid #b5b5b6;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.recruit .dl_wrap dt {
  width: 25%;
  font-weight: bold;
}

.recruit .dl_wrap dd {
  width: 75%;
}

/********************************
/********************************

m_18. | 求人情報（recruit)

********************************/
@media only screen and (max-width: 1024px) {

  .recruit .rec_box .box {
    width: 48%;
  }

  .recruit .rec_box .box:nth-last-child(3n) {
    margin-right: 2%;
  }

}


/********************************

s_18. | 求人情報（recruit)

********************************/
@media only screen and (max-width: 599px) {

  .recruit .rec_pic,
  .recruit .rec_text {
    width: 100%;
  }

  .recruit .rec_pic {
    padding-bottom: 2rem;
  }

  .even_rev_wrap .explain_wrap:nth-of-type(odd) .rec_text,
  .even_rev_wrap .explain_wrap:nth-of-type(even) .rec_text {
    padding-left: 0;
    padding-right: 0;
  }

  .rec_flow li .time {
    width: 100%;
  }

  .rec_flow li .time:after {
    height: calc(100% + 20em);
  }

  .rec_flow li .corner_wrap {
    width: 100%;
  }

  .rec_flow li .corner_wrap:after {
    display: none;
  }

  .rec_flow li .corner_wrap .corner_text {
    width: 100%;
    padding-right: 0;
  }

  .rec_flow li .corner_wrap .corner_heading {
    font-size: 16px;
  }

  .rec_flow li .corner_wrap .pic {
    width: 100%;
  }

  .recruit .rec_box .box {
    width: 100%;
    margin: 0 auto 10% !important;
  }

  .recruit .dl_wrap dt,
  .recruit .dl_wrap dd {
    width: 100%;
  }


}

/********************************
/********************************
/********************************

l_19. | ブログ（一覧）（blog)

********************************/
.blog .blog_wrap {
  width: 75%;
}

.blog .article {
  border-bottom: 1px solid #474747;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.blog .article .date {
  color: #959595;
}

.blog .blog_title,
.blog .blog_title a {
  color: #8ac25d;
  margin-bottom: 1rem;
}

.blog .side_category {
  width: 25%;
  padding-left: 4rem;
}

.blog .side_category .category_wrap {
  margin-bottom: 10%;
}

.blog .side_category .category_wrap li a {
  color: #474747;
}

/********** l_pager **********/
.list-pager {
  width: 60%;
  margin: 5%auto;
}

.list-pager li {
  display: block;
  width: 30px;
  height: 20px;
  font-size: 24px;
}

.list-pager li span,
.list-pager li a {
  display: block;
  width: 100%;
  text-align: center;
}

.list-pager li a {
  color: #474747;
}

.list-pager li.prev a,
.list-pager li.next a {
  color: #8ac25d;
}

.list-pager li.prev {
  padding-right: 1.5rem;
}

.list-pager li.next {
  padding-left: 1rem;
}

.list-pager li span {
  color: #8ac25d;
  text-decoration: underline;
}

/********************************
/********************************

m_19. | ブログ（一覧）（blog)

********************************/
@media only screen and (max-width: 1024px) {
  .blog .side_category {
    padding-left: 1rem;
  }
}


/********************************

s_19. | ブログ（一覧）（blog)

********************************/
@media only screen and (max-width: 599px) {

  .blog .side_category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog .blog_wrap {
    width: 100%;
    margin-bottom: 10%;
  }

  .blog .side_category {
    width: 100%;
    padding-left: 0;
  }

  .blog .side_category .category_wrap {
    width: 48%;
  }

  /********** s_pager **********/

  .list-pager {
    width: 60%;
    margin: 5%auto;
  }

  .bgimage {
    width: 100%;
  }

  .main_heading {
    font-size: 24px;
  }

  .up_logo img {
    width: 45%;
  }
}

/********************************
/********************************
/********************************

l_20. | ブログ（詳細）（blog_detail)

********************************/
.blog .article.detail {
  border-bottom: none;
}

.blog .btn {
  margin: auto;
  width: 350px;
}

.blog .recommend {
  width: 100%;
  border: 1px solid #b5b5b6;
  border-radius: 7px;
  padding: 2rem 1rem;

}

.blog .recommend .bb_heading {
  text-align: center;
  margin: 0 0 3rem;
}

.blog .recommend li {
  width: 33%;
  border-right: 1px solid #474747;
  padding: 0 1rem;
}

.blog .recommend li a:hover .blog_title,
.blog .recommend li a:hover .reco_content {
  cursor: pointer;
  opacity: 0.6;
}

.blog .recommend li:last-child {
  border-right: none;
}

.blog .recommend li .blog_title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/********************************
/********************************

m_20. | ブログ（詳細）（blog_detail)

********************************/
@media only screen and (max-width: 1024px) {}


/********************************

s_20. | ブログ（詳細）（blog_detail)  

********************************/
@media only screen and (max-width: 599px) {
  .blog .btn {
    width: 80%;
  }

  .blog .recommend li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #474747;
    padding: 1rem 0;
  }

  .blog .recommend li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .blog .recommend .bb_heading {
    margin-bottom: 2rem;
  }
}


/********** Abisu 管理画面用 **********/
.pc_global li[data-element-id] {
  z-index: 99;
}

header .sns_area ul[data-element-id] {
  right: 0;
}

header .sns_area ul li.fix_tel[data-element-id] {
  display: block;
}

header .sns_area ul li.action[data-element-id] {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#gnav .toggle[data-element-id] {
  display: block !important;
  right: 75px;
}

.resource .resource_dl_wrap dl[data-element-id] {
  display: none;
}

.resource .resource_dl_wrap dl:first-of-type[data-element-id] {
  display: block;
}

.resource .resource_dl_wrap .leadtext {
  margin-bottom: 2rem;
}

.resource .resource_dl_wrap .leadtext a {
  text-decoration: underline;
}

.resource .custom_wrap {
  margin-bottom: 10%;
}

.top_recruit .border_box-rev a:hover h3 {
  opacity: .6;
}

@media only screen and (max-width: 1024px) {
  .underpage .up_mainimg .up_heading {
    width: 70%;
  }


  .underpage .up_mainimg .pic {
    position: relative;
    padding-top: 25%;
    height: 0;
    overflow: hidden;
  }

  .underpage .up_mainimg .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
  }

  .sec_title {
    margin-top: -169px;
    padding-top: 169px;
  }

  .explain .heading_icon {
    margin: -169px auto 0;
    padding-top: 169px;
  }

  .resource .custom_wrap .for_anker {
    margin-top: -169px;
    padding-top: 169px;
  }

}

@media only screen and (max-width: 599px) {
  header .sns_area ul li {
    opacity: .5;
  }

  header .sns_area ul li.action {
    opacity: 1;
  }

  footer .gotop {
    bottom: 5%;
    right: 0;
    width: 35px;
    height: 45px;
    opacity: .8;
  }

  .top_fb_wrap {
    width: 80%;
  }

  .underpage .up_mainimg .pic {
    padding-top: 40%;
  }


}

/* ブログ関連 */
.aligncenter {
    margin: 0 auto 10px;
    display: block;
}
.va-social-buzz{
  display: none;
}
.blog_wrap .article .content div section p{
   margin-bottom: 30px;
}
#toc_container {
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 1em;
    width: auto;
    display: table;
    font-size: 95%;
}
#toc_container li{
  padding-bottom: 5px;
}
#toc_container p.toc_title {
    text-align: center;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
#toc_container p.toc_title+ul.toc_list {
    margin-top: 1em;
}
#toc_container a {
    text-decoration: underline;
    color: #026666;
}
.contents h3 {
    background-color: #aaaaaa;
}
.blog_wrap section h3 {
    font-size: 25px;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    margin: 20px 0;
    padding: 5px 5px 5px 15px;
    background: #0099FF;
    background-color: #aaaaaa;
    box-sizing: border-box;
}
.blog_wrap section h4 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 -10px 20px;
    padding: 5px 5px 5px 10px;
    border-left: 10px solid #aaaaaa;
    background: #EEE;
}
.blog_wrap section h5 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 -10px 20px;
    padding: 5px 5px 2px 15px;
    border-bottom: 3px solid #aaaaaa;
    background: #EEE;
}
.blog_wrap section a {
    text-decoration: underline;
}

.blog_wrap section blockquote {
    margin: 10px;
    padding: 10px 20px 10px 5px;
    border: 1px solid #999;
    background-color: #F4F6FE;
    font-style: normal;
}
.blog_wrap section table {
    border: 1px solid #999;
    border-collapse: collapse;
    border-spacing: 0;
}
.blog_wrap section table td {
    border: 1px solid #999;
    padding: 5px;
}
.fa-check-square-o:before {
    font-family: "FontAwesome";
    content: "\f046";
}
.color-primary {
    color: #026666;
}

/* 10.28 */
.ubar{
      text-decoration-line: underline;
}


.innnertext {
    border: 1px solid #5397c2;
    padding: 20px;
    width: 100%;
    margin: auto;

}
.flow .no {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #8ac25d;
}
#actual_object_30{
  border: 1px solid #8ac25d;
    padding: 0.5em;
}
#actual_object_31{
  border: 1px solid #8ac25d;
    padding: 0.5em;
}
#actual_object_32{
  border: 1px solid #8ac25d;
    padding: 0.5em;
}
#actual_object_33{
  border: 1px solid #8ac25d;
    padding: 0.5em;
}


.shosin{
 display: none;
}


.flex dd.fs18 input.mosikomi:checked~.shosin {
    display: block;
}
@media screen and (max-width:599px) {
.spfs{
font-size: 12px;
}
}
@media only screen and (min-width: 1025px){
.fs15{
  font-size: 15px;
}
}
/* 11.01 */
@media screen and (max-width:599px) {
  .contact .sec_title {
    font-size: 28px;
}
}

.r{
  display: inline-block;
}

@media only screen and (max-width: 599px){
  .r{
    display: block;
  }
}
@media only screen and (min-width: 1025px){

.mr52{
  margin-right: 52%;
}
}

.toiawase{
 display: none;
}
.flex dd.fs18 input.mosikomi2:checked~.toiawase {
    display: block;
}
.wd100{
  width: 100%!important;
}
.pl2{
  padding-left: 2rem;
}
.txtbox{
  width: 98%;
}
.ls-2{
letter-spacing: -2px!important;
}
.mb5{
  margin-bottom: 5%!important;
}
.mb8{
  margin-bottom: 8%;
}

@media only screen and (min-width: 1025px){
.flex_li{
  display: flex;
}
.henkin_r{
width: 80%;
}
.henkin_l{
width: 50%;
}
}
.red{
  color: red;
}

.w10 {
  width: 10%;
}
@media only screen and (max-width: 599px){
  .w10 {
    width: 20%;
  }
}

.bluetxt{
  color: #509cc9;
  line-height: 3;
}

.redtxt{
  line-height: 2;
}

/* 20230712追記 */

.red.mt10{
  margin-top: 10px;
}
