@charset "UTF-8";
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*---------------------------------------
global
---------------------------------------*/
html,
body {
  height: 100%; }

body {
  padding-top: 0px;
  /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */ }

/*---------------------------------------
 typo
---------------------------------------*/
a {
  color: #ef91a0;
  word-break: break-all; }

a:hover {
  color: #e46e81;
  font-style: normal; }

.bold {
  font-weight: bold; }

.fc-primary {
  color: #ef91a0; }

.fc-primary-dark {
  color: #b35464; }

.bg-primary {
  background: #ef91a0; }

.bg-primary-4 {
  background: #fff1f1; }

.fc-secondary {
  margin: 0 6px 0 0;
  color: #e46e81; }

.bg-secondary {
  background: #e46e81; }

.fc-third {
  color: #b36d6d; }

.bg-third {
  background: #b36d6d; }

.fc-light {
  color: #fff; }

.bg-light {
  background: #fff; }

.fc-line1-5 {
  line-height: 1.5; }

.fc-line2 {
  line-height: 2; }

.fc-red {
  color: #f5414f; }

.fc-gray-1 {
  color: #333; }

.fc-gray-2 {
  color: #666; }

.fc-gray-3 {
  color: #555; }

/*---------------------------------------
common Width
---------------------------------------*/
.w-100 {
  height: auto;
  min-width: 1px;
  max-width: 100%; }

.w-75 {
  height: auto;
  min-width: 1px;
  max-width: 75%; }

.w-50 {
  height: auto;
  min-width: 1px;
  max-width: 50%; }

.w-250 {
  height: auto;
  min-width: 1px;
  max-width: 25%; }

/*---------------------------------------
common margin
---------------------------------------*/
.mg0 {
  margin: 0; }

.mgy-1rem {
  margin-right: 1rem;
  margin-left: 1rem; }

.mgy-2rem {
  margin-right: 2rem;
  margin-left: 2rem; }

.mgy-5rem {
  margin-right: 5rem;
  margin-left: 5rem; }

.mgt-1rem {
  margin-top: 1rem; }

.mgt-2rem {
  margin-top: 2rem; }

.mgt-3rem {
  margin-top: 3rem; }

.mgt-4rem {
  margin-top: 4rem; }

.mgt-6rem {
  margin-top: 6rem; }

.mgt-10rem {
  margin-top: 10rem; }

.mgt-16rem {
  margin-top: 16rem; }

.mgb-1rem {
  margin-bottom: 1rem; }

.mgb-2rem {
  margin-bottom: 2rem; }

.mgb-4rem {
  margin-bottom: 4rem; }

.mgb-6rem {
  margin-bottom: 6rem; }

.mgb-10rem {
  margin-bottom: 10rem; }

.mgl-1rem {
  margin-left: 1rem; }

.mgr-1rem {
  margin-right: 1rem; }

/*---------------------------------------
common padding
---------------------------------------*/
.pd0 {
  padding: 0; }

.pd-05rem {
  padding: 0.5rem; }

.pd-1rem {
  padding: 1rem; }

.pd-2rem {
  padding: 2rem; }

.pdt-1rem {
  padding-top: 1rem; }

.pdt-2rem {
  padding-top: 2rem; }

.pdt-4rem {
  padding-top: 4rem; }

.pdt-8rem {
  padding-top: 8rem; }

.pdt-10rem {
  padding-top: 10rem; }

.pdb-2rem {
  padding-bottom: 2rem; }

.pdtb-1rem {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.pdtb-2rem {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.pdlr-1rem {
  padding-left: 1rem;
  padding-right: 1rem; }

.pdlr-2rem {
  padding-left: 2rem;
  padding-right: 2rem; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

/*---------------------------------------
border
---------------------------------------*/
/* border指定 */
.border_t1 {
  border-top: 1px #ccc solid; }

.border_b1 {
  border-bottom: 1px #ccc solid; }

.border_b1-primary {
  border-bottom: 2px #ef91a0 solid; }

.border_b1-dot {
  border-bottom: 1px #ccc dotted; }

.border_l1 {
  border-left: 1px #ccc solid; }

.border_r1 {
  border-right: 1px #ccc solid; }

.border_1 {
  border: 1px #ccc solid; }

.border_2 {
  border: 2px #ccc solid; }

.border_primary_1 {
  border: 1px #ef91a0 solid; }

hr {
  border-top: 1px #ccc solid; }

hr.hr_references {
  border: 1px #ccc solid; }

hr.hr_secondary {
  border: 1px #e46e81 solid; }

/*---------------------------------------
角丸指定
---------------------------------------*/
.radi_4 {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }

.radi_10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

/*---------------------------------------
行間
---------------------------------------*/
.lineh-15 {
  line-height: 1.5; }

.lineh-2 {
  line-height: 2; }

.lineh-2rem {
  line-height: 2rem; }

/*---------------------------------------
センタリング
---------------------------------------*/
.pcleft_spcenter-block {
  display: inline-block;
  margin-right: auto;
  margin-left: 0; }

/*PC用表記*/
@media (max-width: 768px) {
  .pcleft_spcenter-block {
    display: block;
    margin-right: auto;
    margin-left: auto; } }

/*---------------------------------------
 PDF リンクセレクタ
---------------------------------------*/
/*
a[href$=".pdf"]:after {
  content:" ";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left:1rem;
  vertical-align: middle;
  background: url(../img/pdf_icon.svg) no-repeat;
}*/
/*---------------------------------------
 link-box
---------------------------------------*/
.link-box {
  cursor: pointer; }

/*---------------------------------------
 Text Decoration
---------------------------------------*/
.txt_underline {
  text-decoration: underline; }

.references_1em {
  text-indent: -1.1em;
  padding-left: 1.1em; }

.references_2em {
  text-indent: -1.6em;
  padding-left: 1.6em; }

/*---------------------------------------
 nav-bar
---------------------------------------*/
.nav-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 200px;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
  .nav-brand .nav-logo {
    width: 100%;
    text-align: center; }
    .nav-brand .nav-logo img {
      max-height: 60px; }
  .nav-brand .nav-movie {
    max-width: 50%;
    margin-right: 1rem; }
    .nav-brand .nav-movie img {
      max-height: 50px; }
  .nav-brand .nav-access {
    max-width: 40%; }
    .nav-brand .nav-access img {
      max-height: 50px; }

@media (min-width: 768px) {
  .nav-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 0%;
    flex: 0 1 0%;
    height: auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 10px;
    padding-bottom: 10px;
   }
    .nav-brand .nav-logo {
      max-width: 30%;
      margin-right: auto; }
    .nav-brand .nav-movie {
      max-width: 30%; }
    .nav-brand .nav-access {
      max-width: 30%; } }

.navbar {
  background-color: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  -webkit-box-shadow: 2px 3px 6px rgba(100, 100, 100, 0.1);
  box-shadow: 2px 3px 6px rgba(100, 100, 100, 0.1);
  padding: 0.2rem 1rem; }

.navbar-toggler {
  border: 0; }

.navbar-toggler-icon {
  width: 24px;
  height: 24px; }

.nav-link {
  font-weight: 400; }

@media (min-width: 768px) {
  .navbar {
    padding: 0.3rem 1rem; } }

/*---------------------------------------
 btn　クラスの色設定
---------------------------------------*/
.btn-primary {
  color: #fff;
  background-color: #ef91a0 !important;
  border-color: #ef91a0 !important; }

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #b35464 !important;
  border-color: #b35464 !important; }

.btn-primary:hover {
  color: #fff;
  background-color: #b35464 !important;
  border-color: #b35464 !important; }

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #b35464 !important;
  border-color: #b35464 !important; }

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #b35464 !important;
  border-color: #b35464 !important; }

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #ef91a0 !important;
  border-color: #ef91a0 !important; }

.btn-primary .badge {
  color: #ef91a0 !important;
  background-color: #fff !important; }

.btn-info {
  color: #fff;
  background-color: #ef91a0;
  border-color: #ef91a0; }

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #e4576e;
  border-color: #e4576e; }

.btn-info:hover {
  color: #fff;
  background-color: #e4576e;
  border-color: #e4576e; }

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #b35464;
  border-color: #b35464; }

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #b35464; }

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #b35464;
  border-color: #b35464; }

.btn-info .badge {
  color: #ef91a0;
  background-color: #fff; }

/*---------------------------------------
Common 設定
---------------------------------------*/


/*ページジャンプ時のズレ調整用*/
#aboutaddiction,
#adiexample,
#contact,
#greeting,
#basic_principle {
  margin-top: -50px;
  padding-top: 50px; }

/*img設定*/
#about img,
# img,
.teltime img {
  max-width: 100%; }

/*---------------------------------------
パンくず用
---------------------------------------*/
.panku p > a {
  color: #333; }

/*---------------------------------------
 TOP sidebar
---------------------------------------*/
.well {
  background-color: #fff;
  color: #333;
  padding: 0 10px; }

#top_sidebar > .well > h5 {
  margin: 0 auto 0.4rem; }

#top_sidebar li {
  margin-bottom: 10px; }

#top_sidebar .bannerd {
  /*バナー数が2個以上になった時のスペース調整用*/
  margin-bottom: 0rem; }

#top_sidebar .bannerd img {
  width: 100%;
  height: auto; }

@media (min-width: 992px) {
  /*バナー数が2個以上になった時のスペース調整用*/
  #top_sidebar .bannerd {
    margin-bottom: 0rem; } }

/*---------------------------------------
 TOP sidebarのbannerのSP切り替え用
---------------------------------------*/
.bnr_control_PCdisp {
  display: none; }

.bnr_control_SPdisp {
  display: block; }

@media (min-width: 992px) {
  .bnr_control_PCdisp {
    display: block; }
  .bnr_control_SPdisp {
    display: none; } }

/*---------------------------------------
 bottom Sidebar
---------------------------------------*/
#bottom_sidebar {
  display: block; }

@media (min-width: 992px) {
  #bottom_sidebar {
    display: block;
    padding-right: 4rem; } }

#bottom_sidemenu ul {
  list-style: none;
  padding: 0;
  margin: 0; }

#bottom_sidemenu li {
  width: 100%;
  margin: 0;
  border-bottom: 1px #ccc solid;
  display: inline-block; }

#bottom_sidemenu li:last-child {
  border-bottom: 0px #ccc solid; }

#bottom_sidemenu li > a {
  display: block;
  color: #333;
  width: 100%;
  padding: 2rem 0 2rem 1rem; }

#bottom_sidemenu li > a:hover {
  color: #ef91a0;
  text-decoration: none; }

/*---------------------------------------
 TOP page jumbotron
---------------------------------------*/
#myCarousel {
  background-color: #fcf3ec; }
  #myCarousel .jumbotron {
    background: url("../img/TOP/mainvisual02.jpg") center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 0px;
    padding: 0;
    height: 300px; }
  @media (min-width: 768px) {
    #myCarousel .jumbotron {
      background: url("../img/TOP/mainvisual01.jpg") center no-repeat;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center top;
      margin-top: 0px;
      padding: 0;
      height: 400px; } }

/*---------------------------------------
 404 Page Styles
---------------------------------------*/
.error-404 {
  font-size: 100px; }

/* Pricing Page Styles */
.price {
  display: block;
  font-size: 50px;
  line-height: 50px; }

.price sup {
  top: -20px;
  left: 2px;
  font-size: 20px; }

.period {
  display: block;
  font-style: italic; }

/*---------------------------------------
 Page TOP back
---------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 4rem;
  right: 0rem; }

#pageTop a {
  display: block;
  z-index: 999;
  padding: 7px 0 0 0px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #ef91a0;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center; }

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7; }

#pageTop > a > i .fa-arrow-up:before {
  content: "\f062"; }

#news .h5 {
  text-align: center; }

#news .days {
  max-width: 100%; }

/*---------------------------------------
Footer Styles
---------------------------------------*/
footer {
  margin: 8rem 0 0; }

footer .footermenu {
  padding: 2rem 0 1rem;
  background: #ef91a0;
  color: #fff; }

footer .footermenu a {
  color: #333; }

footer .footermenu a:hover {
  color: #fff;
  text-decoration: none; }

footer .footermenu li {
  margin-left: 2rem;
  display: inline-block; }

footer .copyright {
  background: #ef91a0;
  color: #fff;
  padding: 1rem 0; }

/* Responsive Styles */
@media (max-width: 991px) {
  .customer-img,
  .img-related {
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .img-portfolio {
    margin-bottom: 15px; }
  header.carousel .carousel {
    height: 70%; }
  footer .footermenu li {
    display: block;
    text-align: left; } }

/*---------------------------------------
 Schedule
---------------------------------------*/
#Schedule table {
  border-spacing: 0;
  border-collapse: separate;
  text-align: center;
  padding: 2px;
  width: 100%;
  margin: 10px 0 10px; }

#Schedule th, td {
  border-top: 2px solid #fff1f1;
  border-left: 2px solid #fff1f1; }

#Schedule th {
  padding: 1.4rem 1rem;
  background: #fff1f1;
  color: #666;
  text-align: center;
  border-bottom: 1px solid #fff; }

#Schedule tr:nth-child(even) th {
  background: #fff1f1; }

#Schedule td {
  height: 6rem;
  font-size: 2rem;
  padding: 2px 5px;
  background: #fff;
  color: #666;
  border-bottom: 1px solid #fff1f1; }

#Schedule tr:nth-child(even) td {
  background: #fff; }

#Schedule th:last-child, td:last-child {
  border-right: 2px solid #fff1f1; }

#Schedule tr:last-child th, tr:last-child td {
  border-bottom: 2px solid #fff1f1; }

#Schedule tr:first-child :first-child {
  border-top-left-radius: 3px; }

#Schedule tr:first-child :last-child {
  border-top-right-radius: 3px; }

#Schedule tr:last-child :first-child {
  border-bottom-left-radius: 3px; }

#Schedule tr:last-child :last-child {
  border-bottom-right-radius: 3px; }

#Schedule tr:not(:first-child) th, tr:not(:first-child) td {
  border-top: none; }

#Schedule .category_01 {
  padding-top: 1.2rem;
  padding-bottom: 1rem; }

#Schedule .category_02 {
  background-color: #fff;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  margin-top: 2rem; }

/*---------------------------------------
 Table like dt dl dd
---------------------------------------*/
dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: none;
  margin-bottom: 8px; }

dt {
  background: #fff;
  width: 50%;
  padding: 10px 10px 4px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px #ccc dotted;
  font-size: 1rem;
  font-weight: 400;
  color: #666; }

dd {
  padding: 10px 10px 4px 10px;
  margin: 0;
  border-bottom: 1px #ccc dotted;
  width: 50%;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
  font-weight: 400;
  text-align: right; }

@media screen and (max-width: 768px) {
  dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  dt {
    font-size: 0.8rem;
    width: 40%; }
  dd {
    width: 60%; }
  dd {
    text-align: right;
    border-left: none; } }

.diagnosticcost-title {
  position: relative;
  color: #333; }
  .diagnosticcost-title h5 {
    font-size: 1.8rem;
    position: relative;
    padding: 0 .4em .1em; }
  .diagnosticcost-title::after {
    position: absolute;
    bottom: 25px;
    left: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 10px;
    background-color: #ffb4c0; }

/*---------------------------------------
 Access
---------------------------------------*/
.maps {
  width: 100%; }

.maps iframe {
  width: 100%;
  height: 500px; }

/*---------------------------------------
 About Addiction
---------------------------------------*/
#adiexample img {
  width: 100%; }

.privacybtn {
  color: #ef91a0; }
.youtube_about {
  text-align:center;
  padding-top: 2rem;
  max-width:80%;
}

/*---------------------------------------
patient-voice
---------------------------------------*/
#patient-voice h5 {
  margin: 1rem 0; }

#patient-voice p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #666;
  letter-spacing: 110%;
  line-height: 1.8; }

#patient-voice .baloon {
  background-color: #fff;
  border: #fff 1px solid;
  border-radius: 10px;
  padding: 1rem; }

/*---------------------------------------
 webmediex
---------------------------------------*/
#webmediex .telguide {
  max-width: 400px; }

.all-width {
  width: calc((50vw - 50%) * -1); }
/*---------------------------------------
 laboratory
---------------------------------------*/
.profile {
  max-width: 100%;
  display: flex;
  padding-bottom:1rem;
}
.profile_img{
  padding-right: 1rem;
}
.profile_txt{
  text-align: left;
  padding-top:1rem;
}
.uline {
  text-decoration: underline;
}
.txint1 {
  padding-left: 1em;
}
.tx-1 {
  text-indent: 1rem;
}
/*---------------------------------------
 Examination
---------------------------------------*/
.courseLeft,
.courseRight{
  width: 50%;
  position: absolute;
  top:0;
}
.courseLeft{
  left:0;
}
.courseRight{
  right: 0;
}
.courseLeft ul,
.courseRight ul{
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.courseLeft ul,
.courseRight ul{
  width: 96%;
  margin-top: 30%;
  margin-left: auto;
  margin-right: auto;
}
.courseLeft ul li,
.courseRight ul li{
  display: inline-block;
  width: 33.333333%;
}
.courseLeft ul li a,
.courseRight ul li a{
  display: block;
  width: 95%;
  height: 80px;
  margin: 0 auto;
  opacity: 0;
}
.courseRight ul li.wide{
  width: 66.666666%;
  margin-right: auto;
}
.courseLeft ul li.advanced{
  margin-top: 60px;
}
@media (max-width: 1200px){
  .courseLeft ul li a,
  .courseRight ul li a{
    height: 70px;
  }
  .courseLeft ul li.advanced{
    margin-top: 50px;
  }
}
@media (max-width: 992px){
  .courseLeft ul li a,
  .courseRight ul li a{
    height: 60px;
  }
  .courseLeft ul li.advanced{
    margin-top: 30px;
  }
}
@media (max-width: 768px){
  .courseLeft,
  .courseRight{
    width: 100vw;
  }
  .courseRight{
    top:55%;
  }
  .courseLeft ul,
  .courseRight ul {
    width: 96vw;
    margin-top: 30vw;
  }
  .courseLeft ul:nth-of-type(2){
    margin-top: 41vw;
  }
  .courseRight ul:nth-of-type(2) {
    margin-top: 40vw;
  }
  .courseLeft ul li a,
  .courseRight ul li a{
    height: 16vw;
  }
  .courseLeft ul li.advanced{
    margin-top: 14vw;
  }
}
.btn_course{
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  font-size: 1.0rem;
  border-radius: 20px;
}
.btn_course:hover{
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .btn_course{
    height: 32vw;
    font-size: 1.4rem;
    border-radius: 3vw;
  }
}

.info_txt{
  font-size: 2rem;
  text-align: center;
  margin: 12px 0;
  color: #e7211a;
}
@media screen and (max-width: 768px) {
  .info_txt{
    font-size: 1.75rem;
    text-align: left;
    margin: 12px 10px;
  }
  .info_txt br {
    display: none;
  }
}


.pc_disp_none{
  display: none;
}
.sp_disp_none{
  display: block;
}

.navbar-nav {
  flex-wrap: wrap;
}
.navbar-nav li.nav-item{
  text-align: center;
}
.navbar-nav li.nav-item a.nav-link{
  display: flex;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
.flex{
  display: flex;
}

.mg_top{
  margin: 80px -15px 0;
}




/* 院長・スタッフ紹介 */
.idt_hero{
  display: block;
  max-width: 760px;
  padding: 0 15px;
  margin: 0 auto;
}

.idt_hero .idt_content .img_box{
  width: 250px;
  height: 310px;
}
.idt_hero .idt_content .img_box img{
  width: 100%;
}

.idt_hero .idt_content .idt_box{
  margin: 0 0 0 40px;
  width: calc(100% - 288px);
}
.idt_hero .idt_content .idt_box h3{
  font-size: 24px;
  color: #EF91A0;
  line-height: 1.5;  
}
.idt_hero .idt_content .idt_box h3::before{
  display: none;
}
.idt_hero .idt_content .idt_box p{
  font-size: 16px;
  color: #212529;
  line-height: 1.5;
}
.idt_hero .idt_content .idt_box .name{
  font-size: 20px;
  font-weight: bold;
  margin: 19px 0 0;  
}
.idt_hero .idt_content .idt_box .name span{
  margin: 0 6px 0 0;  
}
.idt_hero .idt_content .idt_box .furigana{
  font-size: 16px;
  margin: 8px 0 0;
}
.idt_hero .idt_content .idt_box .cat_txt{

}

.idt_hero .staff_content{
  margin: 64px 0 120px;
}
.idt_hero .staff_content .idt_content{ 
  background-color: #FFF3F5;
  border-radius: 10px;
  padding: 40px;
}
.idt_hero .staff_content .idt_content:not(:first-of-type){ 
  margin: 32px 0 0;
}
.idt_hero .staff_content .idt_content .img_box{ 
  width: 180px;
  height: 218px;
}
.idt_hero .staff_content .idt_content .idt_box{ 
  margin: 0 0 0 40px;
  width: calc(100% - 220px);
}
.idt_hero .staff_content .idt_content .idt_box .name{ 
  margin: 0;
}

.idt_hero .idt_content .idt_box .note{
  margin: 32px 0 0;
}

.idt_hero .idt_txt{
  font-size: 16px;
  color: #212529;
  line-height: 1.5;
  margin: 20px 0 0
}
.idt_hero .idt_sec{
  margin: 40px 0 0
}
.idt_hero h3{
  font-size: 16px;
  font-weight: bold;
  color: #212529;
  line-height: 1.5;
  display: flex;
}
.idt_hero h3::before{
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #EF91A0;
  border-radius: 100%;
  margin: 4px 8px 0 0;
}
.idt_hero .sec_txt{
  font-size: 16px;
  color: #212529;
  line-height: 1.5;
  margin: 16px 0 0;
}
.idt_hero ul{
  font-size: 16px;
  color: #212529;
  line-height: 1.5;
  margin: 16px 0 0;
  padding: 0;
}
.idt_hero ul li{
  display: flex;
}
.idt_hero ul li:not(:first-child){
  margin: 24px 0 0;
}
.idt_hero ul li span{
  min-width: 144px;
}
.idt_hero .guide_link{
  margin: 40px 0 0;
}
.idt_hero .guide_link a{
  display: block;
  width: 200px;
  padding: 9px 0;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  background-color: #EF91A0;
  border-radius: 6px;
  transition: .5s all; 
}
.idt_hero .guide_link a:hover{
  opacity: .8;
  transition: .5s all;
}

.pfm_list_content{
  display: block;
  max-width: 760px;
  padding: 0 15px;
  margin: 0 auto;
}
.pfm_list_content .txt_box{
  display: flex;
  align-items: center;
  margin: 32px 0 0;
}
.pfm_list_content .txt_box:nth-child(n+2){
  margin: 40px 0 0;
}
.pfm_list_content .txt_box p{
  font-size: 16px;
  color: #212529;
  line-height: 1.5;
  margin: 0;
}
.pfm_list_content .txt_box p:nth-of-type(1){
  margin: 0 24px 0 0;
}
.pfm_list_content .txt_box p.gray{
  background-color: #E1E1E1;
  padding: 8px 16px;
}
.pfm_list_content ol{
  margin: 16px 0 0;
  padding: 0;
}
.pfm_list_content ol li{
  list-style: none;
  counter-increment: chapter;
  display: flex;
}
.pfm_list_content ol li:not(:first-child){
  margin: 24px 0 0;
}
.pfm_list_content ol li:before{
  content: counter(chapter) ")";
  padding: 0 16px 0 0;
}
.pfm_list_content ol li div a{
  color: #1E73BE;  
  transition: .5s all;
  text-decoration: underline;
}
.pfm_list_content ol.en li div a{
  display: inline-block;
}
.pfm_list_content ol li div a:hover{
  transition: .5s all;
  opacity: .8;
}

.tbl_content{
  width: 100%;
  border: 2px solid #212529;
  text-align: center;
  margin: 24px 0 1rem;
}

.tbl_content tr td{
  border: 2px solid #212529;
  padding: 6px;
}

/* 初めての方へ */
.beginner_hero{
  
}

.beginner_hero .flow{
  font-size: 16px;
  text-align: center;
  position: relative;
  margin: 20px 0 0;
}
.beginner_hero .flow span{
  position: relative;
}
.beginner_hero .flow span::before{
  content: "";
  background-color: #B36D6D;
  width: 21px;
  height: 21px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: -30px;
}
.beginner_hero .flow span::after{
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 7px;
  right: -22px;
}

.beginner_hero .flow_list{
  margin: 32px 0 0;
}

.beginner_hero .flow_list ul{
  padding: 0;
  margin: 0;
}
.beginner_hero .flow_list ul li{
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
}
.beginner_hero .flow_list ul li:not(:first-child){
  margin: 16px 0 0;
}
.beginner_hero .flow_list ul li::before{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 11px;
  border-color: transparent transparent transparent #B36D6D;
  margin: 7px 8px 0 0;
}

.beginner_hero .step_flow_content{
  margin: 80px 0 0;
}
.beginner_hero .step_flow_content .step_flow_list:nth-child(n+2){
 margin: 80px 0 0;
}
.beginner_hero .step_flow_content .step_flow_list h4{
 font-size: 22px;
 color: #F29180;
 line-height: 1.5; 
 display: flex;
}
.beginner_hero .step_flow_content .step_flow_list h4::before{
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background-color: #F29180;
  margin: 6px 8px 0 0;
}

.beginner_hero .step_flow_content .step_flow_list ul{
  padding: 0 0 0 30px;
 }
.beginner_hero .step_flow_content .step_flow_list ul li{
  list-style: none;
  display: flex;
  position: relative;
 }
.beginner_hero .step_flow_content .step_flow_list ul li:not(:last-child)::before{
  content: "";
  display: block;
  position: absolute;
  top: 31px;
  left: 30px;
  width: 1px;
  height: calc(100% + 5px);
  background-color: #F29180;
  z-index: -1;
 }
.beginner_hero .step_flow_content .step_flow_list ul li:not(:first-child){
  padding: 36px 0 0;
 }
.beginner_hero .step_flow_content .step_flow_list ul li .step{
  margin: 0 16px 0 0;
  width: 62px;
  height: 32px;
  min-width: 62px;
  min-height: 32px;
  background-color: #fff;
 }
.beginner_hero .step_flow_content .step_flow_list ul li .txt_box{
  line-height: 1.5;
  align-self: center;
 }
.beginner_hero .step_flow_content .step_flow_list ul li .txt_box .step_txt{
  font-size: 16px;
  margin: 0;
 }
 .beginner_hero .step_flow_content .step_flow_list ul li .txt_box .step_txt span{
  display: block;
  margin: 4px 0 0;
 }
.beginner_hero .step_flow_content .step_flow_list ul li .txt_box .caution{
  font-size: 14px;
  margin: 8px 0 0;
 }
.beginner_hero .remarks_box{
  margin: 32px 0 0;
  border: 1px solid #F29180;
  padding: 24px;
}
.beginner_hero .remarks_box.diagnose{
  margin: 45px 0 0;
}
.beginner_hero .remarks_box h4{
  font-size: 20px;
  font-weight: bold;
  color: #F29180;
}
.beginner_hero .step_flow_content  .step_flow_list .remarks_box h4::before{
  display: none;
}

/* 備考 */
.beginner_hero .remarks_box p{
  font-size: 16px;
  line-height: 1.6;
  margin: 16px 0 0;
}
.beginner_hero .remarks_box p+p{
  margin: 25px 0 0;
}
.beginner_hero .remarks_box p .num{
  color: #F29180;
  margin: -3px 8px 0 0;
  font-size: 19px;
}
.beginner_hero .remarks_box .sub_txt{
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 0 24px;
}
.beginner_hero .remarks_box .caution {
  font-size: 14px;
  line-height: 1.5;
  margin: 4px 0 0 24px;
}
.beginner_hero .remarks_box .course_flow{
  max-width: 409px;
  margin: 30px auto 0;
  
}
.beginner_hero .remarks_box .course_flow .flow_box{

}
.beginner_hero .remarks_box .course_flow .flow_box:nth-child(n+2){
  margin: 64px 0 0;

}
.beginner_hero .remarks_box .course_flow .flow_box p{
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin: 0;
}
.beginner_hero .remarks_box .course_flow .flow_box p span{  
  padding: 8px 24px;
  border-radius: 10px;
  position: relative;
}
.beginner_hero .remarks_box .course_flow .flow_box p span::after{  
  content: "";
  display: block;
  background-image: url('../img/sns/arrow_short.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 44px;
  position: absolute;
  bottom: -47%;
  left: 50%;
  transform: translate(-50%,50%);
}
.beginner_hero .remarks_box .course_flow .flow_box:nth-of-type(2) p span::after{  
  bottom: -67%;
}
.beginner_hero .remarks_box .course_flow .flow_box p span.green{  
  background-color: #61C16E;
}
.beginner_hero .remarks_box .course_flow .flow_box p span.orange{  
  background-color: #F29180;
}
.tag_box{
  display: block;
  width: 250px;
  margin: 0 auto;
}

.beginner_hero .remarks_box .course_flow .inner_bdr{  
  border: 1px solid #707070;
  border-radius: 10px;
  margin: 60px 0 0;
  padding: 16px 32px;
  text-align: center;
}
.beginner_hero .remarks_box .course_flow .inner_bdr p{  
  margin: 0;
  font-size: 18px;
}
.beginner_hero .remarks_box .course_flow .inner_bdr p span{  
  font-size: 24px;
  color: #F29180;
  line-height: 1;
  display: block;
  font-weight: bold;
  margin: 8px 0;
}
.beginner_hero .remarks_box .small_txt{  
  font-size: 14px;
  margin: 16px 0 0;
  text-align: center;
}

.beginner_hero .caution_txt_box{
  margin: 32px 0 0 30px;
}
.beginner_hero .caution_txt_box p{
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}
.beginner_hero .caution_txt_box p+p{
  margin: 8px 0 0;
}


/* 発達障害アセスメント */
.beginner_hero .flow_img_content{
  margin: 80px 0 0;
}
.beginner_hero .flow_img_content .diagnose_content{
  
}
.beginner_hero .flow_img_content .diagnose_content .diagnose_list{
  display: flex;
  padding: 0;
}
.beginner_hero .flow_img_content .diagnose_content .diagnose_list li{
  list-style: none;
  width: 192px;
}
.beginner_hero .flow_img_content .diagnose_content .diagnose_list li:not(:first-child){
  margin: 0 0 0 30px;
}
.beginner_hero .flow_img_content .diagnose_content .diagnose_list li div:nth-of-type(1){
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  padding: 24px 0;
  border-radius: 20px;
  position: relative;
}
.beginner_hero .flow_img_content .diagnose_content .diagnose_list li div:nth-of-type(1)::after{
  content: "";
  display: block;
  background-image: url('../img/sns/arrow_short.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 44px;
  position: absolute;
  bottom: -25%;
  left: 50%;
  transform: translate(-50%,50%);
}
.beginner_hero .flow_img_content .diagnose_content .diagnose_list li div:nth-of-type(2){
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  height: 98px;
  margin: 60px 0 0;
  position: relative;
}
.beginner_hero .flow_img_content .diagnose_content .diagnose_list li div:nth-of-type(2) span{
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%,0);
  font-size: 14px;
  border-radius: 5px;
  background-color: #EDA7C8;
  padding: 5px 11px;
  color: #fff;
  width: 148px;
  height: 30px;
}
.beginner_hero .flow_img_content .diagnose_content .diagnose_list li div p{
  margin: 0;
  font-size: 14px;
}
.bg_yelgreen{
  background-color: #61C16E;
}
.bdr_yelgreen{
  border: 1px solid #61C16E;
  color: #61C16E;
}
.bg_yelgreen{
  background-color: #61C16E;
}
.bdr_yelgreen{
  border: 1px solid #61C16E;
  color: #61C16E;
}
.bg_pink{
  background-color: #EDA7C8;
}
.bdr_pink{
  border: 1px solid #EDA7C8;
  color: #EDA7C8;
}
.bg_green{
  background-color: #3CAFA4;
}
.bdr_green{
  border: 1px solid #3CAFA4;
  color: #3CAFA4;
}

.link_cnr{
  width: 100%;
}
.link_cnr a{
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3CAFA4;
}
.link_cnr a:hover{
  text-decoration: none;
}

/* 当院で治療をご希望の方 */
.beginner_hero .hope_box{
  display: flex;
}
.beginner_hero .hope_box div{
  padding: 24px;
  border-radius: 10px;
  text-align: center;
  width: 50%;
}
.beginner_hero .hope_box div h4{
  font-weight: bold;
  line-height: 1.5;
  font-size: 18px;
}
.beginner_hero .hope_box div p{
  line-height: 1.6;
  font-size: 16px;
  margin: 13px 0 0;
}
.beginner_hero .hope_box div:nth-child(1){
  border: 1px solid #28CFBE;
  margin: 0 18px 0 0;  
}
.beginner_hero .hope_box div:nth-child(1) h4{
  color: #28CFBE;
}
.beginner_hero .hope_box div:nth-child(2){
  border: 1px solid #F7A0BA;
}
.beginner_hero .hope_box div:nth-child(2) h4{
  color: #F7A0BA;
}

/* 各アセスメントコース対象者 */
.beginner_hero .course_box{
 max-width: 682px;
}
.beginner_hero .course_box img{
  width: 100%;
}
.beginner_hero .worries_flow_content{
  display: flex;
}
.beginner_hero .worries_flow_content .wrs_flow_box{
  width: 100%;
}
.beginner_hero .worries_flow_content .wrs_flow_box:nth-child(1){
  margin: 0 22px 0 0;
}
.beginner_hero .worries_flow_content .wrs_flow_box p{
  font-size: 18px;
  line-height: 1.5;
}
.beginner_hero .worries_flow_content .wrs_flow_box p span{
  font-size: 14px;
  margin: 8px 0 0;
}
.beginner_hero .worries_flow_content .wrs_flow_box p:nth-of-type(1){
  height: 104px;
  padding: 0 12px;
  border: 1px solid #707070;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.beginner_hero .worries_flow_content .wrs_flow_box p:nth-of-type(1)::after{
  content: "";
  display: block;
  background-image: url('../img/sns/arrow_long.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 113px;
  position: absolute;
  bottom: -65%;
  right: 17%;
  transform: translate(-17%,50%);
}
.beginner_hero .worries_flow_content .wrs_flow_box p:nth-of-type(2){
  margin: 64px 0 0;
  padding: 8px 4px;
  background-color: #F29180;
  border-radius: 10px;
  color: #fff;
  width: 216px;
  text-align: center;
  position: relative;
}
.beginner_hero .worries_flow_content .wrs_flow_box p:nth-of-type(2)::before{
  content: "";
  display: block;
  background-image: url('../img/sns/arrow_short.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 44px;
  position: absolute;
  top: -173%;
  left: 50%;
  transform: translate(-50%,50%);
}
.beginner_hero .worries_flow_content .wrs_flow_box:nth-child(2) p:nth-of-type(2){
  margin: 64px 0 0 auto;
}
.beginner_hero .worries_flow_content .wrs_flow_box:nth-child(2) p:nth-of-type(1)::after{
  right: inherit;
  left: 17%;
  transform: translate(-17%,50%);
}
.beginner_hero .remarks_box .wrs_txt{
  font-size: 18px;
  line-height: 1.5;
  background-color: #EEEEEE;
  border-radius: 10px;
  padding: 8px 4px;
  text-align: center;
  margin: 25px 0 0;
  position: relative;
}
.beginner_hero .wrs_txt::after{
  content: "";
  display: block;
  background-image: url('../img/sns/arrow_short.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 44px;
  position: absolute;
  bottom: -65%;
  left: 50%;
  transform: translate(-50%,50%);
}
.beginner_hero .remarks_box .wrs_txt_small{
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  background-color: #3CAFA4;
  border-radius: 10px;
  padding: 8px 4px;
  text-align: center;
  margin: 60px auto 0;
  position: relative;
  width: 183px;
}
.beginner_hero .remarks_box .wrs_txt_small:hover{
  text-decoration: none;
}


.ft_size_m{
  font-size: 24px;
}
.box_size{
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}
.box_size_l{
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.box_size_s{
  width: 100%;
  max-width: 610px;
  margin: 0 auto;
}
.side_pd{
  padding: 0 15px;
}
.mg_right{
  margin: 0 8px 0 0;
}
@media screen and (max-width: 768px) {
  .pc_disp_none{
    display: block;
  }
  .sp_disp_none{
    display: none;
  }
  .navbar-nav li.nav-item{
    text-align: left;
  }
  .mg_top{
    margin: 64px -15px 0;
  }
  .link_cnr{
    width: 100%;
  }
  .link_cnr a{
    height: 74px;
  }

  .navbar-nav li.nav-item a.nav-link{    
    padding-right: 0;
    padding-left: 0;
  }
  .idt_hero .idt_content{
    display: block;
  }
  .idt_hero .idt_content .img_box{
    margin: 0 auto;
  }
  .idt_hero .idt_content .idt_box{
    margin: 24px 0 0;
    width: 100%;
  }
  .idt_hero h3{
    align-items: center;
  }
  .idt_hero h3::before{
    margin: 0 8px 0 0;
  }
  .idt_hero ul li{
    display: block;
  }
  .idt_hero ul li:not(:first-child){
    margin: 24px 0 0;
  }
  .idt_hero ul li span{
    min-width: none;
    display: block;
    margin: 0 0 8px;
  }
  .idt_hero .staff_content .idt_content{ 
    padding: 32px;
  }
  .idt_hero .staff_content .idt_content .img_box{ 
    margin: 0 auto;
  }
  .idt_hero .staff_content .idt_content .idt_box{ 
    margin: 24px 0 0;
    width: 100%;
  }


  /* 初めての方へ */
  .beginner_hero .flow_list{
    margin: 6px 0 0;
  }

  .beginner_hero .flow_img_content{
    margin: 64px 0 0;
  }
  .beginner_hero .flow_img_content .diagnose_content .diagnose_list{
    display: block;
  }
  .beginner_hero .flow_img_content .diagnose_content .diagnose_list li{
    width: 100%;
  }
  .beginner_hero .flow_img_content .diagnose_content .diagnose_list li:not(:first-child){
    margin: 45px 0 0;
  }

  .beginner_hero .remarks_box .course_flow .inner_bdr{  
    padding: 12px;
  }

  /* 当院で治療をご希望の方 */
  .beginner_hero .hope_box{
    display: block;
  }
  .beginner_hero .hope_box div{
    width: 100%;
  }
  .beginner_hero .hope_box div p{
    text-align: left;
  }  
  .beginner_hero .hope_box div:nth-child(1){
    margin: 0 0 16px;  
  }

  .beginner_hero .flow_img_content .diagnose_content .diagnose_list li div:nth-of-type(1){
    padding: 24px;
    text-align: left;
  }
  .beginner_hero .flow_img_content .diagnose_content .diagnose_list li div:nth-of-type(2){
    text-align: center;
    height: auto;
    padding: 24px;
    margin: 60px 0 0;
    position: relative;
  }
  .beginner_hero .flow_img_content .diagnose_content .diagnose_list li div.bdr_green{
    padding: 0;
  }
  .beginner_hero .flow_img_content .diagnose_content .diagnose_list li div:nth-of-type(2) span{
    bottom: -15px;
    transform: translate(-50%,0);
    padding: 5px 11px;
    width: 100%;
    max-width: 310px;
  }
  .beginner_hero .flow_img_content .diagnose_content .diagnose_list li div p{
    font-size: 16px;
  }
  .beginner_hero .flow_img_content .diagnose_content .diagnose_list li div:nth-of-type(1)::after{
    bottom: -32%;
  }
  .beginner_hero .remarks_box.diagnose{
    margin: 32px 0 0;
  }
  .beginner_hero .remarks_box .small_txt{      
    text-align: left;
  }

  /* 各種アセスメントコース */
  .beginner_hero .worries_flow_content {
    display: block;
  }
  .beginner_hero .worries_flow_content .wrs_flow_box{
    width: 100%;
  }
  .beginner_hero .worries_flow_content .wrs_flow_box:nth-of-type(2){
    margin: 24px 0 0;
  }
  .beginner_hero .worries_flow_content .wrs_flow_box p:nth-of-type(2){
    max-width: 159px;
    width: 100%;
    height: 43px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .beginner_hero .worries_flow_content .wrs_flow_box:nth-of-type(2) p:nth-of-type(2){
    max-width: 216px;
    width: 100%;
    height: 43px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .beginner_hero .worries_flow_content .wrs_flow_box:nth-child(2) p:nth-of-type(2) {
    margin: 64px 0 0;
  }

  .beginner_hero .worries_flow_content .wrs_flow_box p:nth-of-type(2)::before{
    top: -175%;
    transform: translate(-50%,50%);
  }
  .beginner_hero .worries_flow_content .wrs_flow_box p:nth-of-type(1)::after{
    bottom: -65%;
    right: 23%;
    transform: translate(-17%,50%);
  }
  .beginner_hero .worries_flow_content .wrs_flow_box:nth-child(2) p:nth-of-type(1)::after{
    right: 10%;
    left: inherit;
    transform: translate(-17%,50%);
  }
  .beginner_hero .remarks_box .wrs_txt{
    margin: 24px 0 0;
    padding: 8px 42px;
    text-align: left;
  }
  .beginner_hero .wrs_txt::after{
    bottom: -43%;
    left: 50%;
    transform: translate(-50%,50%);
  }
  .beginner_hero .remarks_box .wrs_txt_small{
    width: 100%;
  }

  .beginner_hero .step_flow_content .step_flow_list ul{
    padding: 0;
    margin: 12px 0 0;
   }
  .beginner_hero .step_flow_content .step_flow_list ul li{
    display: block;
   }
  .beginner_hero .step_flow_content .step_flow_list ul li:not(:last-child)::before{
    display: none;
   }
  .beginner_hero .step_flow_content .step_flow_list ul li:not(:first-child){
    padding: 32px 0 0;
   }
  .beginner_hero .step_flow_content .step_flow_list ul li .step{
    margin: 0 0 8px;
   }
  .beginner_hero .step_flow_content .step_flow_list ul li .txt_box{
    line-height: 1.5;
    align-self: center;
   }
  .beginner_hero .step_flow_content .step_flow_list ul li .txt_box .step_txt{
    font-size: 16px;
    margin: 0;
   }
  .beginner_hero .step_flow_content .step_flow_list ul li .txt_box .caution{
    font-size: 14px;
    margin: 8px 0 0;
   }
   .beginner_hero .caution_txt_box{
    margin: 15px 0 0 0;
  }
   .beginner_hero .caution_txt_box p span{
    margin: 0 4px 0 0;
  }
  .beginner_hero .caution_txt_box p+p{
    margin: 8px 0 0;
  }
}
