@charset "UTF-8";
body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #333;
  font-feature-settings: "palt" 1;
  line-height: 1.6;
  letter-spacing: 1px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, body {
    font-feature-settings: "pkna";
  }
}

label, input[type='checkbox'], button:hover {
  cursor: pointer;
}

main {
  margin-top: 60px;
  margin-bottom: 130px;
}
@media all and (-ms-high-contrast: none) {
  main {
    display: block;
  }
}

footer {
  text-align: center;
}

/* 文字 */
h1 {
  font-size: 12px;
  font-weight: normal;
  line-height: 2;
  color: #626262;
}

h2 {
  font-size: 24px;
  font-weight: bold;
  color: #f2572d;
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 40px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

h3 {
  font-size: 20px;
  font-weight: normal;
  color: #0d8ca5;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 40px;
}

.sub-ttl {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}

.serif {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

span.org {
  color: #f2572d;
}

/* レイアウト */
.inner {
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.inner-s {
  max-width: 820px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.wrapper {
  display: flex;
}

.flx-main {
  width: auto;
  flex: 1;
  min-width: 0;
}

.flx-side {
  width: 330px;
  padding-left: 30px;
}

.flx-side .side-banner ul li {
  margin-bottom: 10px;
}

.flx-side .side-banner ul li img {
  width: 100%;
  display: block;
}

.flx-3 {
  width: 30%;
}

.flx-4 {
  width: 40%;
}

.flx-6 {
  width: 60%;
}

.flx-7 {
  width: 70%;
}

.img-box {
  width: 100%;
  line-height: 1;
}

.img-box img {
  width: 100%;
  display: block;
}

/* ヘッダー */
.header-wrap {
  padding-top: 10px;
  padding-bottom: 5px;
}

.header-wrap .header-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-wrap .header-logo .logo {
  line-height: 1;
}

.header-wrap .header-logo .logo img {
  max-width: 280px;
}

.header-wrap .header-logo .header-btn ul {
  display: flex;
}

.header-wrap .header-logo .header-btn ul li {
  margin-left: 20px;
  font-size: 12px;
  border-radius: 3px;
  transition: all  0.3s ease;
}

.header-wrap .header-logo .header-btn ul li.login {
  color: #5bb99d;
}

.header-wrap .header-logo .header-btn ul li.login a {
  border: 1px solid #5bb99d;
  border-radius: 3px;
}

.header-wrap .header-logo .header-btn ul li.login:hover {
  background-color: #92d8c4;
  color: #fff;
}

.header-wrap .header-logo .header-btn ul li.regist {
  background-color: #5bb99d;
  color: #fff;
}

.header-wrap .header-logo .header-btn ul li.regist a {
  border: 1px solid #5bb99d;
  border-radius: 3px;
}

.header-wrap .header-logo .header-btn ul li.regist:hover {
  background-color: #92d8c4;
}

.header-wrap .header-logo .header-btn ul li a {
  display: block;
  padding: 5px 25px;
}

span.nowrap {
  white-space: nowrap;
  word-break: keep-all;
  display: inline-block;
}

.topmenu li:nth-child(1) a::before {
  background: url(../img/icon1.svg) center center/contain no-repeat;
}

.topmenu li:nth-child(2) a::before {
  background: url(../img/icon2.svg) center center/contain no-repeat;
}

.topmenu li:nth-child(3) a::before {
  background: url(../img/icon3.svg) center center/contain no-repeat;
}

.topmenu li:nth-child(4) a::before {
  background: url(../img/icon5.svg) center center/contain no-repeat;
  border-right: 1px solid #ededed;
}

.header-box * {
  transition: 0.2s;
}

.header-box.do {
  background: rgba(255, 255, 255, 0.95);
}

.header-box_wrapper_right {
  display: flex;
}

.h-right {
  display: flex;
}

#sp-nav {
  position: fixed;
  top: 0;
  z-index: 12;
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.2);
  display: none;
}

#sp-nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sp-nav-button {
  width: 50px;
  padding: 15px;
  display: none;
}

.sp-nav-button label {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.sp-nav-button div {
  perspective: 40px;
  position: relative;
  top: 9px;
}

.sp-nav-button span {
  width: 100%;
  height: 3px;
  background: #3c3c3c;
  display: block;
  position: relative;
  transition: 0.2s;
}

.sp-nav-button span::before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #3c3c3c;
  transition: 0.2s;
  transform-origin: center center;
  position: absolute;
  top: 6px;
}

.sp-nav-button span::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #3c3c3c;
  transition: 0.2s;
  transform-origin: center center;
  bottom: 6px;
  position: absolute;
}

.logo-sp {
  display: flex;
  align-items: center;
  flex: 1;
}

.logo-sp img {
  display: block;
  width: 100%;
  max-width: 150px;
  padding-left: 10px;
}

#sp-nav li.login a {
  padding: 10px;
  display: inline-block;
  line-height: 1;
  color: #5bb99d;
  font-size: 10px;
  margin-right: 10px;
  border: 1px solid #5bb99d;
  border-radius: 3px;
}

#sp-nav li.regist a {
  padding: 10px;
  display: inline-block;
  background-color: #5bb99c;
  border-radius: 5px;
  line-height: 1;
  color: #fff;
  font-size: 10px;
  border: 1px solid #5bb99c;
}

.menu-status:checked ~ .header-box .sp-nav-button span {
  background: transparent;
  transform: rotateY(180deg);
}

.menu-status:checked ~ .header-box .sp-nav-button span::before {
  transform: translateY(-6px) rotate(45deg);
}

.menu-status:checked ~ .header-box .sp-nav-button span::after {
  transform: translateY(6px) rotate(-45deg);
}

#menu-status {
  display: none;
}

#menu-status:checked ~ header .header-top {
  opacity: 0;
}

#menu-status:checked ~ .drop-down-menu {
  height: 100vh;
  padding: 50px 0;
}

#menu-status:checked ~ .drop-down-menu nav > ul {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.drop-down-menu {
  position: fixed;
  display: flex;
  align-items: center;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 0;
  background: rgba(255, 255, 255, 0.95);
  -webkit-transition: background 0.35s linear, height 0.55s ease-in 200ms;
  transition: background 0.35s linear, height 0.55s ease-in 200ms;
  overflow: hidden;
}

.drop-down-menu nav > ul {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
}

.drop-down-menu nav a {
  display: block;
  color: #444;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px solid #636363;
  text-decoration: none;
  position: relative;
  line-height: 1.5;
}

.drop-down-menu nav a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  margin-top: -5px;
}

.drop-down-menu .sub-menu {
  height: 0;
  overflow: hidden;
  transition: 0.5s;
}

.drop-down-menu .sub-menu.show {
  height: 100%;
}

.drop-down-menu .sub-menu a {
  padding: 10px 1em;
  font-size: 14px;
}

.drop-down-menu span {
  display: block;
  text-transform: uppercase;
}

nav {
  background-color: #eeeeee;
}

nav ul {
  display: flex;
  justify-content: center;
}

nav ul li {
  transition: all  0.3s ease;
}

nav ul li:hover {
  background-color: #dedede;
}

nav ul li a {
  display: block;
  padding: 18px;
}

#cl-link {
  position: fixed;
  bottom: 10px;
  z-index: 13;
  width: 100%;
  line-height: 1.75;
}

#cl-link a {
  padding: 10px;
  text-align: center;
}

/* フッター */
.footer-link {
  background-color: #f5ad92;
  padding: 30px 0 50px;
}

.footer-link P {
  margin-bottom: 50px;
  line-height: 2;
  letter-spacing: 0;
}

.footer-link ul {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.footer-link ul li {
  color: #fff;
  padding: 0 10px;
  line-height: 1;
  border-right: 1px solid #fff;
}

.footer-link ul li:last-child {
  border-right: 0;
}

.fotter-copy {
  padding: 40px 0 50px;
}

.fotter-copy .fotter-logo img {
  max-width: 200px;
}

.fotter-copy .fotter-sns ul {
  margin-top: 34px;
  display: flex;
  justify-content: center;
}

.fotter-copy .fotter-sns ul li {
  padding: 0 12px;
}

.fotter-copy .fotter-sns ul li img {
  max-width: 30px;
  width: 100%;
}

.fotter-copy p.copyright {
  margin-top: 40px;
  font-size: 12px;
}

/* サイド */
.side-pickup {
  margin: 30px 0;
}

ul.side-list {
  margin: 20px 0 40px;
}

ul.side-list li {
  margin-bottom: 20px;
}

.side-item {
  display: flex;
}

.side-item .side-item-img {
  position: relative;
  width: 100px;
  margin-right: 10px;
}

.side-item .side-item-img img {
  display: block;
  width: 100%;
}

.side-item .side-item-txt {
  flex: 1;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.side-item .side-item-txt .side-item-ttl {
  font-weight: bold;
}

.side-item .side-item-txt .side-more {
  font-size: 12px;
  text-align: right;
}

h2.clm-sec {
  position: relative;
  text-align: center;
}

h2.clm-sec span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
  text-shadow: none;
}

h2.clm-sec::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 3px;
}

.sec-list {
  color: #0fab79;
}

.sec-list::before {
  background-color: #0fab79;
}

.sec-pick {
  color: #f2572d;
}

.sec-pick::before {
  background-color: #f2572d;
}

.sec-rank {
  color: #0fab79;
}

.sec-rank::before {
  background-color: #0fab79;
}

.flx-side h2.clm-sec {
  margin-bottom: 0;
}

.flx-side h2.clm-sec span {
  font-size: 18px;
}

.flx-side h2.clm-sec::before {
  height: 2px;
}

/* 装飾 */
.breadcrumb {
  padding-bottom: 30px;
  white-space: nowrap;
  overflow-x: auto;
}

.breadcrumb::-webkit-scrollbar {
  display: none;
}

.breadcrumb li {
  display: inline;
}

.breadcrumb li:after {
  content: '>';
  padding: 0 3px;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  color: #5bb99c;
}

.checkbox-sc {
  display: none;
}

.checkbox-sc-txt {
  padding-left: 25px;
  position: relative;
  margin-right: 20px;
}

.checkbox-sc-txt::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 4px;
}

.checkbox-sc:checked + .checkbox-sc-txt {
  color: #138ea7;
}

.checkbox-sc:checked + .checkbox-sc-txt::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 9px;
  height: 16px;
  transform: rotate(40deg);
  border-bottom: 3px solid #138ea7;
  border-right: 3px solid #138ea7;
}

.checkbox-bg {
  display: none;
}

.checkbox-bg-txt {
  position: relative;
  font-size: 14px;
  height: 100%;
  padding: 15px;
  transition: .3s;
  color: #444;
  border: 1px solid #b0c3ca;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkbox-bg:checked + .checkbox-bg-txt {
  background-color: #5bb99d;
  color: #fff;
}

.checkbox-bg:checked + .checkbox-bg-txt::before {
  border: 1px solid #ff555e;
}

.more-btn {
  max-width: 530px;
  padding: 12px 0;
  margin: 0 auto;
  display: block;
  position: relative;
  text-align: center;
  background-color: #f97754;
  font-weight: bold;
  border-radius: 26px;
  transition: all  0.3s ease;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
}

.more-btn span {
  font-size: 16px;
  letter-spacing: 4px;
  color: #FFF;
}

.more-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}

.more-btn:hover {
  background-color: #ff9477;
}

.disp-btn {
  text-align: center;
}

.disp-btn a {
  padding: 10px 70px 10px 60px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  background-color: #f97754;
  font-weight: bold;
  border-radius: 26px;
  transition: all 0.3s ease;
  display: inline-block;
  color: #fff;
  transition: all  0.3s ease;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
}

.disp-btn a:before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 20px;
  font-weight: 600;
}

.disp-btn a:hover {
  background-color: #ff9477;
}


.show-btn {
  text-align: center;
}

.show-btn a {
  padding: 10px 70px 10px 60px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  background-color: #f97754;
  font-weight: bold;
  border-radius: 26px;
  transition: all 0.3s ease;
  display: inline-block;
  color: #fff;
  transition: all  0.3s ease;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
}

.show-btn a:before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 20px;
  font-weight: 600;
}

.show-btn a:hover {
  background-color: #ff9477;
}

.back-btn {
  text-align: center;
  margin-top: 30px;
}

.back-btn a {
  padding: 10px 20px 10px 40px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  background-color: #f97754;
  font-weight: bold;
  border-radius: 26px;
  transition: all 0.3s ease;
  display: inline-block;
  color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
}

.back-btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-135deg);
  margin-top: -5px;
}

.ratio-43:before {
  content: "";
  display: block;
  padding-top: 75%;
}

.ratio-32:before {
  content: "";
  display: block;
  padding-top: 66.7%;
}

.ratio-169:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg-wrap .bg-wrap-img {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
}

.bg-wrap .bg-wrap-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: auto;
}

.only-pc {
  display: block;
}

.only-sp {
  display: none;
}

.register-table {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

.register-table tr {
  border-bottom: 1px dashed #ccc;
}

.register-table td {
  padding: 25px 10px;
}

.register-table th {
  padding: 25px 10px;
  width: 170px;
  vertical-align: middle;
}

.register-table input[type='text'], .register-table textarea, .register-table input#user_pass1 {
  font: 15px/24px sans-serif;
  box-sizing: border-box;
  width: 100%;
  padding: 0.3em;
  transition: 0.3s;
  letter-spacing: 1px;
  color: #aaaaaa;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.register-table select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.register-table select::-ms-expand {
  display: none;
}

.register-table .form-select {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #ffffff;
}

.register-table .form-select::before {
  position: absolute;
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

.register-table .form-select select {
  padding: 8px 38px 8px 14px;
  color: #666666;
  font-size: 14px;
}

.register-table .form-check ul {
  display: flex;
  list-style: none;
}

.register-table .form-check .check-item {
  margin: 0 0 0.5rem 0;
  padding: 0;
}

.register-table .form-check .check-item label {
  line-height: 135%;
  position: relative;
  margin: 0.5rem;
  cursor: pointer;
}

.register-table .form-check .check-item .check-input {
  position: relative;
  margin: 0 10px 0 0;
  cursor: pointer;
}

.register-table .form-check .check-item .check-input:before {
  position: absolute;
  z-index: 1;
  top: 0.125rem;
  left: 0.1875rem;
  width: 0.75rem;
  height: 0.375rem;
  content: '';
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
  transform: rotate(-45deg) scale(0, 0);
  border: 2px solid #f2572d;
  border-top-style: none;
  border-right-style: none;
}

.register-table .form-check .check-item .check-input:checked:before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
}

.register-table .form-check .check-item .check-input:after {
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  content: '';
  cursor: pointer;
  border: 2px solid #f2f2f2;
  background: #ffffff;
}

.register-table .form-radio ul {
  display: flex;
  list-style: none;
}

.register-table .form-radio .radio-item {
  margin: 0 0 0.5rem 0;
  padding: 0;
}

.register-table .form-radio .radio-item label {
  line-height: 135%;
  position: relative;
  margin: 0.5rem;
  cursor: pointer;
}

.register-table .form-radio .radio-input {
  position: relative;
  margin: 0 10px 0 0;
  cursor: pointer;
}

.register-table .form-radio .radio-input:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  content: '';
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  border-radius: 50%;
  background: #f2572d;
}

.register-table .form-radio .radio-input:checked:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.register-table .form-radio .radio-input:after {
  position: absolute;
  left: -0.125rem;
  top: -2px;
  width: 1rem;
  height: 1rem;
  content: '';
  border: 2px solid #f2f2f2;
  border-radius: 50%;
  background: #ffffff;
}

.register-table p.note {
  font-size: 12px;
}

.form-footer {
  padding-top: 30px;
}

.form-footer .form-check ul {
  justify-content: center;
}

.form-footer .form-regist {
  margin-top: 20px;
}

.form-footer .form-regist .form-regist-btn {
  padding: 10px 30px;
  margin: 0 auto;
  display: block;
  position: relative;
  text-align: center;
  background-color: #f97754;
  color: #fff;
  border: none;
  border-radius: 26px;
  transition: all 0.3s ease;
  font-size: 16px;
  letter-spacing: 2px;
  cursor: pointer;
}

.form-footer .form-regist .form-regist-btn:hover {
  background-color: #ff683f;
}

.form-footer .form-update {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-footer .form-update .form-update-btn {
  padding: 10px 30px;
  margin-right: 30px;
  display: block;
  position: relative;
  text-align: center;
  background-color: #f97754;
  color: #fff;
  border: none;
  border-radius: 26px;
  transition: all 0.3s ease;
  font-size: 16px;
  letter-spacing: 2px;
  cursor: pointer;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
}

.form-footer .form-update .form-update-btn:hover {
  background-color: #ff5527;
}

.form-footer .form-update .form-leave-btn {
  padding: 10px 30px;
  display: block;
  position: relative;
  text-align: center;
  background-color: #fff;
  color: #5d5d5d;
  border: 1px solid #5d5d5d;
  border-radius: 26px;
  transition: all 0.3s ease;
  font-size: 12px;
  letter-spacing: 2px;
  cursor: pointer;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
}

.form-footer .form-update .form-leave-btn:hover {
  background-color: #dedede;
}

.form-l {
  max-width: 320px;
}

.form-m {
  max-width: 240px;
}

.form-s {
  max-width: 160px;
}

.mt-10 {
  margin-top: 10px;
}

.pagination {
  display: flex;
  font-weight: bold;
  letter-spacing: 1px;
}

ul.pagination li {
  list-style: none;
  border: 1px solid #eee;
  margin: 2px;
  line-height: 1;
  color: #999;
}

ul.pagination li a, ul.pagination li span {
  padding: 10px;
  display: inline-block;
}

ul.pagination li.active {
  color: #000;
}
.area_brcrbs_li:after{
  display: none;
}
.pref-dlmt:last-child{
  display: none;
}

/*純広告クリニック*/
.ad-jyun-clinic-type img{
  margin: auto;
  width: 300px;
  height: 100px;
}

.h1-like-h2{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 40px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

@media (max-width: 780px) {
  main {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  h2 {
    margin-bottom: 20px;
  }
  /* ヘッダー */
  .header-wrap {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
  }
  .header-wrap .header-logo .header-btn ul li {
    margin-left: 10px;
    font-size: 10px;
  }
  .header-wrap .header-logo .logo img {
    max-width: 180px;
  }
  .header-wrap .header-logo .header-btn ul {
    align-items: center;
  }
  .header-wrap .header-logo .header-btn ul li a {
    padding: 5px;
    letter-spacing: 0;
  }
  .header-wrap_inner_right {
    display: flex !important;
    font-size: 10px;
    color: #989898;
  }
  .header-wrap_inner_right a {
    flex-direction: column;
  }
  .drop-down-menu .wrap {
    padding: 2em;
    max-width: 800px;
    width: 80%;
    min-width: 300px;
  }
  .topmenu {
    display: none;
  }
  .sp-nav-button {
    display: block;
  }
  .drop-down-menu nav a {
    font-size: 14px;
    display: flex;
    align-items: center;
  }
  nav {
    background-color: #fff;
  }
  nav ul {
    flex-flow: column;
  }
  nav ul li {
    color: #0d0d0d;
    transition: all  0.3s ease;
  }
  nav ul li:hover {
    background-color: #dedede;
  }
  nav ul li a {
    display: block;
    padding: 18px;
  }
  /* フッター */
  footer {
    margin-top: 60px;
  }
  .footer-link {
    padding: 10px 0 30px;
  }
  .footer-link ul {
    font-size: 10px;
    flex-wrap: wrap;
  }
  .footer-link ul li {
    margin-bottom: 10px;
  }
  .footer-link-bottom ul {
    flex-wrap: wrap;
  }
  .footer-link-bottom ul li {
    margin-bottom: 10px;
  }
  .fotter-copy {
    padding: 20px 0;
  }
  .fotter-copy .fotter-sns ul {
    margin-top: 15px;
  }
  .fotter-copy p.copyright {
    margin-top: 20px;
  }
  /* 文字 */
  h2 {
    font-size: 20px;
  }
  /* レイアウト */
  .wrapper {
    flex-wrap: wrap;
  }
  .flx-main {
    width: 100%;
    min-width: auto;
  }
  .flx-side {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .flx-side .side-banner ul li {
    margin-bottom: 10px;
  }
  .flx-side .side-banner ul li img {
    width: 300px;
    height: 100px;
    display: block;
    margin: 0 auto;
  }
  .wrapper {
    flex-wrap: wrap;
  }
  .more-btn {
    max-width: 330px;
    padding: 8px 0;
  }
  .more-btn span {
    font-size: 14px;
  }
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
  /* 装飾 */
  .disp-btn {
    margin-top: 30px;
  }
  .checkbox-bg-txt {
    font-size: 12px;
    padding: 15px 5px;
  }
  .side-ttl:before, .side-ttl:after {
    width: 60px;
  }
  .register-table td {
    display: block;
    padding: 5px 10px;
  }
  .register-table th {
    display: block;
    padding: 5px 10px;
    text-align: left;
    padding-top: 20px;
  }
  .register-table td {
    padding-bottom: 20px;
  }
  .register-table .form-radio ul {
    flex-wrap: wrap;
  }
  .form-footer .form-regist .form-regist-btn {
    max-width: 200px;
  }
  ul.pagination li.numlinks:nth-child(5),ul.pagination li.numlinks:nth-child(6),ul.pagination li.numlinks:nth-child(7),ul.pagination li.numlinks:nth-child(8),ul.pagination li.numlinks:nth-child(9) {
    display: none;
  }
  ul.pagination{justify-content: center;}
}

@media (max-width: 340px) {
.header-wrap .header-logo .logo img{
  max-width: 150px;
}
.logo-sp img{
  max-width: 120px;
}
}

/* 20240527 add */
.area_link {
  margin-top: 0;
  gap: 6%;
}

.footer-link .parent_menu p {
  position: relative;
  margin-bottom: 0;
  width: 38%;
}

.footer-link .parent_menu p::before,
.footer-link .parent_menu p::after {
  content: "";
  position: absolute;
  border-top: 2px solid;
  width: 10px;
  right: 0;
  top: 10px;
}

.parent_menu p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-align: left;
}

.parent_menu p::after {
  transform: rotate(90deg);
  transition: transform .5s;
}

.parent_menu.active p::after {
  transform: rotate(0deg);
  transition: transform .5s;
}

.parent_menu li {
  width: 100%;
}

.child_menu {
  display: none;
}

.parent_menu ul {
  display: flex;
}

footer .inner .footer-link .child_menu ul {
  justify-content: space-between;
}

.footer-link .child_menu ul {
  margin-top: 0;
}

.parent_menu ul li {
  margin-top: 0.5em;
  margin-bottom: 0;
  font-size: 12px;
  text-align: left;
  width: 40%;
}