@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: linear-gradient(transparent 60%, #ff9 60%);
  color: #000;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  color: #333;
  font-size: 12px;
  font-family: "Open Sans", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.5;
  background: #fff;
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
}

* html body {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W6", "HIragino Kaku Gothic Pro W6", "HIragino Kaku Gothic Pro", Meryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.375em;
}

h1 {
  margin: 0.8em 0;
  padding-bottom: 0.2em;
  font-size: 2em;
  line-height: 1.2;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.8em;
    margin-bottom: 0.75em;
    line-height: 1.4;
  }
}
.header_logo_section h1 {
  margin: 0;
  padding-bottom: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

h2 {
  background-color: #f7f7f7;
  border-left: 6px solid #00bbbd;
  border-bottom: none;
  padding: 10px;
  margin: 30px 0 15px 0;
  color: #333;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  h2 {
    padding: 10px 5px 10px 10px;
    margin: 25px 0 15px 0;
    font-size: 19px;
    font-size: 1.2rem;
  }
}
h2.top_title, .top_center_visual h2 {
  background-color: transparent;
  border-left: none;
  border-bottom: none;
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

h3 {
  border-top: 1px solid #bccac7;
  border-bottom: 1px solid #bccac7;
  padding: 15px 0 15px 5px;
  margin: 45px 0 13px 0;
  font-size: 1.125em;
  color: #333;
}
@media screen and (max-width: 768px) {
  h3 {
    margin: 40px 0 13px 0;
    position: relative;
  }
}

h4 {
  font-size: 1.1em;
  font-weight: bold;
  color: #333;
  margin: 30px 0 10px 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1em;
    margin: 25px 0 10px 0;
  }
}

h5 {
  font-size: 1em;
  font-weight: bold;
  color: #333;
  margin: 20px 0 8px 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 0.95em;
    margin: 18px 0 8px 0;
  }
}

p {
  font-size: 14px;
}

em {
  font-size: 1.1em;
  font-weight: bold;
}

strong {
  font-weight: bold;
  color: #ff3030;
  background: linear-gradient(transparent 50%, rgba(255, 252, 107, 0.69) 50%);
}

a {
  color: #3261AB;
  text-decoration: none;
}
a:hover {
  color: #6A8CC7;
  text-decoration: none;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  border: solid 1px #00c2c2;
  background-color: #fff;
}

td {
  border: solid 1px #00c2c2;
  padding: 4px;
  min-width: 60px;
}

caption,
th {
  text-align: left;
}

input[type=submit] {
  -webkit-appearance: none;
}

.clearfix {
  min-height: 1px;
}
.clearfix::after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.widthset {
  margin: 0 auto;
  width: 96%;
  min-width: 320px;
  max-width: 1010px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 769px) {
  .widthset {
    min-width: 1010px;
    display: grid;
    grid-template-columns: 170px 590px 200px;
    grid-template-areas: "left center right";
    gap: 25px;
  }
}

#container {
  padding: 0;
}
#container::after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

@media screen and (min-width: 769px) {
  #left {
    grid-area: left;
    overflow: hidden;
  }
  #center {
    grid-area: center;
    min-height: 1720px;
  }
  #center_lp {
    grid-column: 1/-1;
    width: 100%;
  }
  .error-content {
    grid-area: center;
    min-height: 100% !important;
  }
  #right {
    grid-area: right;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
  .widthset {
    display: block;
  }
  #left,
  #center,
  #right {
    width: 100%;
    margin-bottom: 20px;
  }
}
header {
  display: block;
}
header::after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

@media screen and (min-width: 769px) {
  .headerWrapper {
    width: 100%;
  }
  .headerWrapper .header_logo_wrap {
    margin-bottom: 2px;
    background-color: #fff;
  }
  .headerWrapper .header_logo_wrap .header_logo_widthset {
    max-width: 1010px;
    height: 70px;
    margin: 0 auto;
  }
  .headerWrapper .header_logo_wrap .header_logo {
    margin: 6px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    min-width: 0;
  }
  .headerWrapper .header_logo_wrap .header_logo .header_logo_section {
    flex: 0 1 auto;
    min-width: 0;
    margin-right: 10px;
  }
  .headerWrapper .header_logo_wrap .header_logo .header_logo_section img {
    max-height: 40px;
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .headerWrapper .header_logo_wrap .header_logo .header_logo_section .sholder {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1em;
    color: #666;
    margin-top: 0;
  }
  .headerWrapper .header_logo_wrap .header_logo .header_pc_icons {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
  }
  .headerWrapper .header_logo_wrap .header_logo .header_tel {
    font-size: 15px;
    white-space: nowrap;
  }
  .headerWrapper .header_logo_wrap .header_logo .header_tel span {
    vertical-align: 13px;
    font-size: 19px;
    color: #666;
    font-weight: bold;
  }
  .headerWrapper .header_logo_wrap .header_logo .header_mail {
    font-size: 15px;
    flex-shrink: 0;
  }
  .headerWrapper .header_logo_wrap .header_logo .header_sp_nav {
    display: none;
  }
  .header_sp_nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .headerWrapper {
    background-color: #e8e8e8;
    position: relative;
  }
  .headerWrapper .header_logo_widthset {
    margin-top: 70px;
  }
  .headerWrapper .header_logo {
    max-width: 768px;
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    z-index: 100;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    min-width: 0;
    box-sizing: border-box;
  }
  .headerWrapper .header_logo .header_logo_section {
    flex: 0 1 auto;
    min-width: 0;
    margin-right: 5px;
  }
  .headerWrapper .header_logo .header_logo_section img {
    width: 100%;
    max-width: 220px;
    height: auto;
  }
  .headerWrapper .header_logo .header_logo_section .sholder {
    display: none;
  }
  .headerWrapper .header_logo .header_pc_icons {
    display: none;
  }
  .headerWrapper .header_logo .header_tel_sp {
    font-size: 15px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
  .headerWrapper .header_logo .header_tel_sp img {
    width: 70px;
    height: 70px;
    margin-right: 5px;
  }
  .headerWrapper .header_logo .header_mail_sp {
    font-size: 15px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
  .headerWrapper .header_logo .header_mail_sp img {
    width: 70px;
    height: 70px;
  }
  .headerWrapper .header_logo .header_sp_nav {
    display: block;
    flex-shrink: 0;
    position: relative;
  }
  .headerWrapper .header_logo .header_sp_nav .header_sp_item {
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
  }
  .headerWrapper .header_logo .header_sp_nav .header_sp_item .syncer_acdn {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
  }
  .headerWrapper .header_logo .header_sp_nav .header_sp_item .syncer_acdn img {
    width: 50px;
    height: 50px;
  }
  .navigationArea {
    display: none;
  }
  #syncer_acdn_01 {
    display: none;
  }
  .header_menu_list {
    position: absolute;
    top: 70px;
    right: 0;
    width: 200px;
    background: #fff;
    z-index: 999;
  }
  .header_menu_list .header_menu_caption {
    display: block;
    height: 25px;
    background-color: #f3f3f3;
    color: #5b5b5b;
    font-size: 1em;
    font-weight: bold;
    padding: 6px 0 0px 12.5px;
  }
  .header_menu_list .header_sp_tel {
    margin: 10px 0 10px 0;
    margin-left: 11px;
  }
  .header_menu_list .header_sp_tel span {
    vertical-align: 13px;
    font-size: 17px;
    color: #666;
    font-weight: bold;
  }
  .header_menu_list .header_sp_mail {
    margin: 10px 0 10px 0;
    margin-left: 12.5px;
  }
  .header_menu_list li {
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #00bbbd;
    border-right: 1px solid #efefef;
    background-color: #fff;
    height: 47px;
    position: relative;
  }
  .header_menu_list li a {
    display: block;
    padding: 14.5px 0 14.5px 12.5px;
    color: #5b5b5b;
    font-size: 1em;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .headerWrapper .header_logo {
    padding: 0 8px;
  }
  .headerWrapper .header_logo .header_logo_section img {
    max-width: 160px;
  }
  .headerWrapper .header_logo .header_tel_sp img {
    width: 50px;
    height: 50px;
  }
  .headerWrapper .header_logo .header_mail_sp img {
    width: 50px;
    height: 50px;
  }
  .headerWrapper .header_logo .header_sp_nav .header_sp_item {
    gap: 3px;
  }
  .headerWrapper .header_logo .header_sp_nav .header_sp_item .syncer_acdn {
    width: 40px;
    height: 40px;
  }
  .headerWrapper .header_logo .header_sp_nav .header_sp_item .syncer_acdn img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 425px) {
  .header_logo_widthset {
    margin-top: 50px;
  }
  .header_logo {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    min-width: 0;
    box-sizing: border-box;
  }
  .header_logo .header_logo_section {
    flex: 0 1 auto;
    min-width: 0;
  }
  .header_logo .header_logo_section img {
    width: 100%;
    max-width: 180px;
    height: auto;
    margin-top: 5px;
  }
  .header_logo .header_logo_section .sholder {
    display: none;
  }
  .header_logo .header_pc_icons {
    display: none;
  }
  .header_logo .header_tel_sp {
    font-size: 15px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
  .header_logo .header_tel_sp img {
    width: 50px;
    height: 50px;
    margin-right: 5px;
  }
  .header_logo .header_mail_sp {
    font-size: 15px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
  .header_logo .header_mail_sp img {
    width: 50px;
    height: 50px;
  }
  .header_logo .header_sp_nav {
    flex-shrink: 0;
    position: relative;
  }
  .header_logo .header_sp_nav .header_sp_item {
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
  }
  .header_logo .header_sp_nav .header_sp_item .syncer_acdn {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
  }
  .header_logo .header_sp_nav .header_sp_item .syncer_acdn img {
    width: 35px;
    height: 35px;
  }
  .header_menu_list {
    top: 50px;
  }
}
@media screen and (min-width: 769px) {
  nav.navigationArea {
    margin-bottom: 4px;
    margin-top: 4px;
  }
  nav.navigationArea ul.navigation_list {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  nav.navigationArea ul.navigation_list::after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
  }
  nav.navigationArea ul.navigation_list li.navigation_item {
    position: relative;
    display: table-cell;
    width: 14.28571%;
    z-index: 2;
  }
  nav.navigationArea ul.navigation_list li.navigation_item a {
    padding: 5px 0;
    border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
    color: #00bbbd;
    display: block;
    text-decoration: none;
  }
  nav.navigationArea ul.navigation_list li.navigation_item a:hover {
    border-bottom: 2px solid #00bbbd;
  }
  nav.navigationArea ul.navigation_list li.navigation_item a span {
    border-right: 1px dotted #d3d3d3;
    display: block;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    letter-spacing: -0.5px;
    font-size: 13px;
  }
  nav.navigationArea ul.navigation_list li.navigation_item a span#navigation_last {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .navigationArea {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .navigationArea {
    display: none;
  }
}
footer {
  display: block;
}
footer::after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.footer_contact .fa-phone {
  color: #aaa;
}

@media screen and (min-width: 769px) {
  footer {
    border-top: 1px solid #d3d3d3;
    background: #eee;
  }
  footer .footer_content {
    max-width: 1010px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5em 0;
    display: block;
  }
  footer .footer_content .footer_logo {
    float: left;
    margin-top: 20px;
    margin-right: 60px;
    text-align: center;
  }
  footer .footer_content .footer_logo::after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
  }
  footer .footer_content nav.footer_nav {
    display: block;
    width: 100%;
  }
  footer .footer_content nav.footer_nav ul {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  footer .footer_content nav.footer_nav ul::after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
  }
  footer .footer_content nav.footer_nav ul li {
    float: left;
    width: 32%;
    padding: 5px 0;
    margin-bottom: 0;
    text-align: left;
    font-size: 1.2em;
  }
  footer .footer_content nav.footer_nav ul li a {
    text-decoration: none;
    color: #333;
  }
  footer .footer_content nav.footer_nav ul li a:hover {
    color: #00bbbd;
  }
  footer .footer_contact {
    background: #fff;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    padding: 15px 0 5px;
  }
  footer .footer_contact a {
    margin: 0 10px;
    color: #00bbbd;
  }
  footer .footer_contact a span {
    font-size: 1.5em;
    margin-left: 5px;
    text-decoration: underline;
  }
  footer .copyright {
    padding: 0.75em 0;
    background-color: #00bbbd;
    font-size: 0.88889em;
    text-align: center;
    color: #fff;
  }
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  footer {
    border-top: 1px solid #d3d3d3;
    background: #eee;
  }
  footer .footer_content {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5em 0;
    display: block;
  }
  footer .footer_content .footer_logo {
    float: left;
    margin-top: 20px;
    margin-right: 60px;
    text-align: center;
  }
  footer .footer_content .footer_logo::after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
  }
  footer .footer_content nav.footer_nav {
    display: block;
    width: 100%;
  }
  footer .footer_content nav.footer_nav ul {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  footer .footer_content nav.footer_nav ul::after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
  }
  footer .footer_content nav.footer_nav ul li {
    float: left;
    width: 50%;
    padding: 5px 0;
    margin-bottom: 0;
    text-align: left;
    font-size: 1.2em;
  }
  footer .footer_content nav.footer_nav ul li a {
    text-decoration: none;
    color: #333;
  }
  footer .footer_content nav.footer_nav ul li a:hover {
    color: #00bbbd;
  }
  footer .footer_contact {
    background: #fff;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    padding: 15px 0 5px;
  }
  footer .footer_contact a {
    display: block;
    margin: 0 10px;
    color: #00bbbd;
  }
  footer .footer_contact a span {
    font-size: 1.2em;
    margin-left: 5px;
    text-decoration: underline;
  }
  footer .copyright {
    padding: 0.75em 0;
    background-color: #00bbbd;
    font-size: 0.88889em;
    text-align: center;
    color: #fff;
  }
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  footer .footer_content {
    max-width: 425px;
  }
  footer .footer_content nav.footer_nav ul {
    max-width: 425px;
  }
  .sp_only {
    display: block;
  }
  #footer_bn {
    position: fixed;
    bottom: -5px;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  #footer_bn #footer_bn_inner {
    position: relative;
    height: 100%;
    width: 100%;
  }
  #footer_bn #footer_bn_inner .footer_tab {
    float: left;
    width: 50%;
    text-align: center;
  }
  #footer_bn #footer_bn_inner .footer_tab .tab_top {
    position: relative;
    top: 0.7vw;
    width: 100%;
    color: #fff;
    background-color: #00bbbd;
    padding: 9px 0;
    border-bottom: 2px solid #b5b5b5;
  }
  #footer_bn #footer_bn_inner .footer_tab .tab_top#line_tab {
    background-color: #00B900;
  }
  #footer_bn #footer_bn_inner .footer_tab .tab_top#mail_tab {
    background-color: #4674c1;
  }
  #footer_bn #footer_bn_inner .footer_tab .tab_top::after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    right: 15px;
    font-size: 24px;
    line-height: 0.8;
  }
  #footer_bn #footer_bn_inner .footer_tab p.tab_top {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
  }
  #footer_bn #footer_bn_inner .footer_tab .tab_bottom {
    height: 45px;
    font-size: 2.8vw;
    letter-spacing: 0.1vw;
    line-height: 4vw;
  }
  #footer_bn #footer_bn_inner .footer_tab .tab_bottom:first-child {
    background-color: #00bbbd;
    color: #00bbbd;
  }
  #footer_bn #footer_bn_inner .footer_tab .tab_bottom#line_tab_bottom {
    background-color: #00b900;
    color: #00b900;
  }
  #footer_bn #footer_bn_inner .footer_tab .tab_bottom#mail_tab_bottom {
    background-color: #4674c1;
    color: #4674c1;
  }
  #footer_bn #footer_bn_inner .footer_tab .tab_bottom .tab_bottom_inner {
    height: 100%;
    width: 100%;
    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;
    background-color: hsla(0, 0%, 100%, 0.9);
  }
  #footer_bn #footer_bn_inner .footer_tab .tab_bottom .tab_bottom_inner p {
    font-size: 2.8vw;
    margin: 0;
  }
  .cf::after, .cf::before {
    content: " ";
    display: table;
  }
}
@media screen and (min-width: 769px) {
  #center_main {
    font-size: 16px;
    word-wrap: break-word;
    line-height: 30px;
    margin-bottom: 20px;
  }
  #center_main p {
    font-size: 16px;
    word-wrap: break-word;
    line-height: 30px;
    margin-bottom: 20px;
  }
  #center_main b {
    font-weight: bold;
    margin: 0;
  }
  #center_main strong a {
    font-weight: bold;
    color: #00bbbd;
    text-decoration: none;
  }
  #center_main strong a:hover {
    text-decoration: underline;
    color: #01dfd7;
  }
}
@media screen and (max-width: 768px) {
  #center_main p {
    font-size: 15px;
    word-wrap: break-word;
    line-height: 30px;
    margin-bottom: 20px;
  }
  #center_main b {
    font-weight: bold;
    display: block;
    margin: 0;
  }
  #center_main strong a {
    font-weight: bold;
    color: #00bbbd;
    text-decoration: none;
  }
  #center_main strong a:hover {
    text-decoration: underline;
    color: #01dfd7;
  }
}
.left-title-img {
  display: block;
  width: 170px;
  margin: 0 auto;
  margin-bottom: 10px;
}

#left h3 {
  text-align: center;
  color: #00bbbd;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
}

#left ul {
  width: 100%;
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
}

#left ul li {
  width: 100%;
  font-size: 12px;
}

#left ul li a {
  display: block;
  width: 100%;
  font-weight: bold;
  color: #333;
  font-size: 1em;
  padding: 10px 0 10px 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
#left ul li a:hover {
  background-color: #eee;
}
#left ul li a.current {
  background-color: #eee;
}

#left ul.left-catalog-list li a {
  padding: 10px 0 10px 28px;
}

#left ul li a.catalog-icon-1 {
  background-image: url("/img/common/catalog-icon/1.png");
  background-repeat: no-repeat;
  background-position: 4px 12px;
}

#left ul li a.catalog-icon-2 {
  background-image: url("/img/common/catalog-icon/2.png");
  background-repeat: no-repeat;
  background-position: 6px 12px;
}

#left ul li a.catalog-icon-3 {
  background-image: url("/img/common/catalog-icon/3.png");
  background-repeat: no-repeat;
  background-position: 4px 12px;
}

#left ul li a.catalog-icon-4 {
  background-image: url("/img/common/catalog-icon/4.png");
  background-repeat: no-repeat;
  background-position: 6px 9px;
}

#left ul li a.catalog-icon-5 {
  background-image: url("/img/common/catalog-icon/5.png");
  background-repeat: no-repeat;
  background-position: 5px 18px;
}

#left ul li a.catalog-icon-6 {
  background-image: url("/img/common/catalog-icon/6.png");
  background-repeat: no-repeat;
  background-position: 4px 12px;
}

#left ul li a.catalog-icon-7 {
  background-image: url("/img/common/catalog-icon/7.png");
  background-repeat: no-repeat;
  background-position: 5px 12px;
}

#left ul li a.catalog-icon-8 {
  background-image: url("/img/common/catalog-icon/8.png");
  background-repeat: no-repeat;
  background-position: 8px 12px;
}

#left ul li a.catalog-icon-9 {
  background-image: url("/img/common/catalog-icon/9.png");
  background-repeat: no-repeat;
  background-position: 4px 12px;
}

#left ul li a.catalog-icon-10 {
  background-image: url("/img/common/catalog-icon/10.png");
  background-repeat: no-repeat;
  background-position: 4px 12px;
}

#left ul li a.catalog-icon-11 {
  background-image: url("/img/common/catalog-icon/11.png");
  background-repeat: no-repeat;
  background-position: 4px 11px;
}

#left ul li a.catalog-icon-12 {
  background-image: url("/img/common/catalog-icon/12.png");
  background-repeat: no-repeat;
  background-position: 4px 12px;
}

#left ul li a.catalog-icon-13 {
  background-image: url("/img/common/catalog-icon/13.png");
  background-repeat: no-repeat;
  background-position: 4px 12px;
}

#left ul li a.catalog-icon-14 {
  background-image: url("/img/common/catalog-icon/14.png");
  background-repeat: no-repeat;
  background-position: 4px 15px;
}

#left ul li a.catalog-icon-15 {
  background-image: url("/img/common/catalog-icon/15.png");
  background-repeat: no-repeat;
  background-position: 4px 12px;
}

#left ul li a.catalog-icon-16 {
  background-image: url("/img/common/catalog-icon/16.png");
  background-repeat: no-repeat;
  background-position: 8px 12px;
}

#left ul li a.catalog-icon-17 {
  background-image: url("/img/common/catalog-icon/17.png");
  background-repeat: no-repeat;
  background-position: 6px 12px;
}

#left ul li a.catalog-icon-18 {
  background-image: url("/img/common/catalog-icon/18.png");
  background-repeat: no-repeat;
  background-position: 4px 12px;
}

#left ul li a.catalog-icon-19 {
  background-image: url("/img/common/catalog-icon/19.png");
  background-repeat: no-repeat;
  background-position: 4px 12px;
}

#left ul li a.catalog-icon-20 {
  background-image: url("/img/common/catalog-icon/20.png");
  background-repeat: no-repeat;
  background-position: 4px 12px;
}

.right-img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.right-img img {
  width: 100%;
}

.right-box {
  width: 96%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.right-box h4 {
  font-size: 1.2em;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
}
.right-box p {
  margin-bottom: 10px;
  font-size: 0.9em;
  line-height: 1.5;
  color: #333;
}
.right-box span {
  font-size: 1.4em;
  color: #00bbbd;
  font-weight: bold;
}
.right-box a.underline {
  font-weight: bold;
  font-size: 1.1em;
  border-bottom: 1px solid #00bbbd;
  color: #00bbbd;
  text-decoration: none;
  transition: color 0.3s ease;
}
.right-box a.underline:hover {
  color: #01dfd7;
  border-bottom-color: #01dfd7;
}
.right-box table {
  border: none;
  width: 100%;
}
.right-box td {
  border: none;
  padding: 0;
}

.left-line {
  border-left: 3px solid #00bbbd;
  width: 190px;
  width: 96%;
  padding-left: 10px;
}

.pankuzu_wrap {
  width: 100%;
  background-color: #eee;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  #pankuzu {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    overflow: hidden;
    padding: 9px 0 9px 6px;
    background-color: #eee;
  }
  #pankuzu ul {
    padding: 0.4em 0;
    list-style: none;
    display: table;
  }
  #pankuzu ul li {
    margin: 0;
    padding: 0.4em 0.6em 0.6em 0;
    line-height: 1;
    color: #666;
    display: table-cell;
    white-space: nowrap;
    font-size: 10px;
  }
  #pankuzu ul li a {
    display: block;
    color: #666;
    font-size: 10px;
  }
  #pankuzu ul li a:hover {
    color: #00bbdd;
  }
}
@media screen and (max-width: 768px) {
  #pankuzu {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    padding: 4px 0 4px 6px;
    background-color: #eee;
  }
  #pankuzu ul {
    padding: 0.4em 0;
    list-style: none;
    display: table;
  }
  #pankuzu ul li {
    margin: 0;
    padding: 0.4em 0.6em 0.4em 0;
    line-height: 1;
    color: #666;
    display: table-cell;
    white-space: nowrap;
    font-size: 10px;
  }
  #pankuzu ul li a {
    display: block;
    color: #666;
    font-size: 10px;
  }
  #pankuzu ul li a:hover {
    color: #00bbdd;
  }
}
@media screen and (max-width: 425px) {
  #pankuzu {
    max-width: 425px;
  }
}
@media screen and (min-width: 769px) {
  .topVisual .top_inner-top {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: lightcyan;
    border-bottom: solid 2px #00bbbd;
  }
  .topVisual .top_inner .top_inner_desktop {
    position: relative;
    max-width: 1010px;
    margin: 0 auto;
    text-align: center;
  }
  .topVisual .top_inner .top_inner_desktop .top_left_img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
  .topVisual .top_inner .top_inner_desktop .top_left_img img {
    max-width: 100%;
    height: auto;
  }
  .topVisual .top_inner .top_inner_desktop .top_right_img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
  .topVisual .top_inner .top_inner_desktop .top_right_img img {
    max-width: 110%;
    height: auto;
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 20px 0;
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop .top_title {
    margin: 0.8em 0;
    font-size: 30px;
    line-height: 1.4;
    font-weight: bold;
    color: #00bbbd;
    padding-top: 10px;
    padding-bottom: 0;
    border-bottom: 0;
    text-shadow: 0px 2px 4px rgba(116, 137, 128, 0.2);
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop .top_description {
    font-size: 16px;
    color: #666;
    font-weight: bold;
    margin: 0 auto;
    width: 100%;
    padding: 0 0 10px 0;
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop .top_description p {
    margin: 0;
    text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.6), 1px -1px 0 rgba(255, 255, 255, 0.6), -1px 1px 0 rgba(255, 255, 255, 0.6), 1px 1px 0 rgba(255, 255, 255, 0.6);
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop .top_button_wrap {
    height: auto;
    min-height: 90px;
    padding-top: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop .top_button_wrap .top_button {
    position: relative;
    padding: 8px;
    text-align: center;
    background: #00bbbd;
    color: #fff;
    border-radius: 10px;
    margin: 0 auto;
    width: 250px;
    transition: opacity 0.3s ease;
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop .top_button_wrap .top_button:hover {
    opacity: 0.9;
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop .top_button_wrap .top_button a {
    padding: 5px 0;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop .top_button_wrap .top_button a:hover {
    text-decoration: underline;
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop .top_button_wrap .top_tel_link a {
    font-size: 18px;
    text-decoration: none;
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop .top_button_wrap .top_tel_link a:hover {
    color: #00bbbd;
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop .top_button_wrap .contact_tel_link a {
    font-size: 20px;
    text-decoration: none;
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop .top_button_wrap .contact_tel_link a:hover {
    color: #00bbbd;
  }
}
@media screen and (max-width: 768px) {
  .topVisual {
    margin-bottom: 30px;
  }
  .topVisual .top_inner-top {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: lightcyan;
    border-bottom: solid 2px #00bbbd;
  }
  .topVisual .top_inner .top_inner_desktop {
    position: relative;
    text-align: center;
    padding: 15px 0;
  }
  .topVisual .top_inner .top_inner_desktop .top_left_img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    min-width: 60px;
  }
  .topVisual .top_inner .top_inner_desktop .top_left_img img {
    max-width: 100%;
    height: auto;
  }
  .topVisual .top_inner .top_inner_desktop .top_right_img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    min-width: 60px;
  }
  .topVisual .top_inner .top_inner_desktop .top_right_img img {
    max-width: 110%;
    height: auto;
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 10px 15px;
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop .top_title {
    margin: 0.8em 0;
    font-size: 25px;
    line-height: 1.4;
    font-weight: bold;
    color: #00bbbd;
    padding-top: 10px;
    padding-bottom: 0;
    border-bottom: 0;
    text-shadow: 0px 2px 4px rgba(116, 137, 128, 0.2);
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop .top_description {
    font-size: 14px;
    color: #666;
    font-weight: bold;
    margin: 0 auto;
    width: 100%;
    padding: 0 0 10px 0;
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop .top_description p {
    margin: 0;
    text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.6), 1px -1px 0 rgba(255, 255, 255, 0.6), -1px 1px 0 rgba(255, 255, 255, 0.6), 1px 1px 0 rgba(255, 255, 255, 0.6);
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop .top_button_wrap {
    height: auto;
    min-height: 90px;
    padding-top: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop .top_button_wrap .top_button {
    position: relative;
    padding: 8px;
    text-align: center;
    background: #00bbbd;
    color: #fff;
    border-radius: 10px;
    margin: 0 auto;
    width: 250px;
    transition: opacity 0.3s ease;
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop .top_button_wrap .top_button:hover {
    opacity: 0.9;
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop .top_button_wrap .top_button a {
    padding: 5px 0;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop .top_button_wrap .top_button a:hover {
    text-decoration: underline;
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop .top_button_wrap .top_tel_link a {
    font-size: 18px;
    text-decoration: none;
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop .top_button_wrap .top_tel_link a:hover {
    color: #00bbbd;
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop .top_button_wrap .contact_tel_link {
    padding-top: 10px;
    z-index: 2;
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop .top_button_wrap .contact_tel_link a {
    font-size: 20px;
    color: #333;
    text-decoration: none;
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop .top_button_wrap .contact_tel_link a:hover {
    color: #00bbbd;
  }
}
@media screen and (max-width: 767px) {
  .topVisual .top_inner .top_inner_desktop .top_left_img img {
    width: 90px;
    height: auto;
  }
  .topVisual .top_inner .top_inner_desktop .top_right_img img {
    width: 120px;
    height: auto;
  }
}
@media screen and (max-width: 650px) {
  .topVisual .top_inner .top_inner_desktop .top_left_img img {
    width: 80px;
    height: auto;
  }
  .topVisual .top_inner .top_inner_desktop .top_right_img img {
    width: 100px;
    height: auto;
  }
}
@media screen and (max-width: 550px) {
  .topVisual .top_inner .top_inner_desktop .top_left_img img {
    width: 70px;
    height: auto;
  }
  .topVisual .top_inner .top_inner_desktop .top_right_img img {
    width: 85px;
    height: auto;
  }
}
@media screen and (max-width: 450px) {
  .topVisual .top_inner .top_inner_desktop .top_left_img img {
    width: 65px;
    height: auto;
  }
  .topVisual .top_inner .top_inner_desktop .top_right_img img {
    width: 80px;
    height: auto;
  }
}
@media screen and (max-width: 425px) {
  .topVisual .top_inner-top {
    background-color: lightcyan;
    border-bottom: solid 2px #00bbbd;
  }
  .topVisual .top_inner .top_inner_desktop {
    font-size: 14px;
    position: relative;
    padding-bottom: 30px;
    padding: 15px 10px 30px;
  }
  .topVisual .top_inner .top_inner_desktop .top_left_img {
    display: block;
    width: 80px;
    height: 133px;
    position: absolute;
    background-size: contain;
    bottom: -7px;
    left: 0;
    z-index: 0;
  }
  .topVisual .top_inner .top_inner_desktop .top_left_img img {
    width: 60px;
    height: auto;
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0;
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop .top_title {
    width: 100%;
    margin: 0 auto 14px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    color: #00bbbd;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop .top_description {
    width: 100%;
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop .top_description p {
    font-size: 10px;
    line-height: 15px;
    text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.6), 1px -1px 0 rgba(255, 255, 255, 0.6), -1px 1px 0 rgba(255, 255, 255, 0.6), 1px 1px 0 rgba(255, 255, 255, 0.6);
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop .top_button_wrap {
    height: auto;
    min-height: auto;
    padding-top: 0;
    gap: 8px;
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop .top_button_wrap .top_button {
    position: relative;
    border-radius: 10px;
    width: 45%;
    max-width: 180px;
    margin: 0 auto;
    padding: 6px;
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop .top_button_wrap .top_button a {
    font-size: 14px;
    padding: 4px 0;
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop .top_button_wrap .top_tel_link {
    padding-top: 10px;
    z-index: 2;
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop .top_button_wrap .top_tel_link a {
    font-size: 13px;
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop .top_button_wrap .contact_tel_link {
    padding-top: 10px;
    z-index: 2;
  }
  .topVisual .top_inner .top_inner_desktop .top_center_visual .top_wrap_desktop .top_button_wrap .contact_tel_link a {
    font-size: 15px;
  }
  .topVisual .top_inner .top_inner_desktop .top_right_img {
    display: block;
    width: 85px;
    height: 122px;
    position: absolute;
    right: 0;
    background-size: contain;
    bottom: 0px;
    z-index: 1;
    flex: none;
  }
  .topVisual .top_inner .top_inner_desktop .top_right_img img {
    width: 80px;
    height: auto;
  }
}
#center .service-btn,
#center_lp .service-btn {
  display: flex;
  margin: 1.8em 2%;
  width: 96%;
  list-style: none;
  padding: 0;
  gap: 0;
}
@media screen and (max-width: 768px) {
  #center .service-btn,
  #center_lp .service-btn {
    flex-direction: column;
    gap: 10px;
  }
}
#center .service-btn li,
#center_lp .service-btn li {
  flex: 1;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  #center .service-btn li,
  #center_lp .service-btn li {
    width: 100%;
  }
}
#center .service-btn li a,
#center .service-btn li div,
#center_lp .service-btn li a,
#center_lp .service-btn li div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 0.4em 0.8em;
  text-align: center;
  background: #00bbbd;
  color: #fff;
  font-size: 1.1em;
  padding: 0.4em 0.8em;
  text-decoration: none;
  transition: background-color 0.3s ease;
  min-height: 50px;
  box-sizing: border-box;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  #center .service-btn li a,
  #center .service-btn li div,
  #center_lp .service-btn li a,
  #center_lp .service-btn li div {
    width: 90%;
    margin: 0.4em auto;
  }
}
#center .service-btn li a:hover,
#center_lp .service-btn li a:hover {
  background: #01DFD7;
}
#center .service-btn li div,
#center_lp .service-btn li div {
  background: #01DFD7;
}

#center_main .question-form p {
  color: #00bbbd;
  margin-bottom: 0;
  font-size: 12px;
}
#center_main .question-form dd {
  margin: 0 0 20px 0;
}
#center_main .question-form-content p {
  color: #00bbbd;
  margin-top: 10px;
  margin-bottom: -5px;
  font-size: 16px;
}

#center .underline,
#center_lp .underline {
  border-bottom: dotted 1px #ccc;
  margin: 0.8em 0;
}

.inner-link a {
  display: block;
  max-width: 460px;
  margin: 1em auto;
  border-radius: 5px;
  background: #00bbbd;
  border-bottom: 3px solid #009e7f;
  text-align: center;
  color: #fff;
  padding: 20px;
  position: relative;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.inner-link a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .inner-link a {
    width: 90%;
    max-width: 100%;
  }
}
.inner-link::after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  top: 25px;
  right: 15px;
  font-size: 24px;
  line-height: 0.9;
}
.inner-link.for-lp::after {
  content: "";
}
@media screen and (max-width: 768px) {
  .inner-link {
    width: 100%;
  }
  .inner-link::after {
    right: 8px;
    line-height: 0.3;
  }
}

a.inner-btn {
  display: block;
  width: 40%;
  margin: 0 auto;
  margin-bottom: 2em;
  text-align: center;
  background: #00bbbd;
  color: #fff;
  font-size: 1.1em;
  padding: 0.4em 0.8em;
  text-decoration: none;
  border-radius: 3px;
  transition: background-color 0.3s ease;
}
a.inner-btn:hover {
  background: #01DFD7;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  a.inner-btn {
    width: 90%;
  }
}

h2.category_title {
  font-size: 14px !important;
  padding: 15px 20px !important;
  box-sizing: border-box !important;
  border: 1px solid #eee !important;
  border-bottom: none !important;
  width: 100% !important;
  background: #fff !important;
  margin: 30px 0 0 0 !important;
  line-height: normal !important;
  color: #333 !important;
  font-weight: bold !important;
}
h2.category_title a {
  color: inherit;
  text-decoration: none;
}
h2.category_title a:hover {
  text-decoration: underline;
}

.syncer-acdn-ca {
  border: 1px solid #eee;
  text-align: center;
}

.category_contents {
  border: 1px solid #eee;
  background: #fff;
  box-sizing: border-box;
}
.category_contents ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.category_contents ul li {
  box-sizing: border-box;
  padding: 0 20px 0 12px;
  font-size: 14px;
  flex: 1 0 50%;
  max-width: 50%;
  min-width: 0;
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .category_contents ul li {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.category_contents a {
  width: 100%;
  margin: 14px 1px 14px 2px;
  box-sizing: border-box;
  display: block;
  position: relative;
  font-size: 0.9rem;
  color: #333;
  text-decoration: none;
  word-break: break-word;
  overflow-wrap: break-word;
}
.category_contents a:hover {
  text-decoration: underline;
  color: #00bbbd;
}
.category_contents a img {
  margin-right: 5px;
  vertical-align: middle;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .category_contents a {
    margin: 0;
    padding: 14px 1px 14px 2px;
  }
}
@media screen and (max-width: 768px) {
  .category_contents ul {
    background: #fafafa;
  }
}

.menuWrapper {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 25px;
}

[id^=menuButton] {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 25px;
  cursor: pointer;
  background: #f2f2f2;
}
[id^=menuButton] span, [id^=menuButton]::before, [id^=menuButton]::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  margin: auto;
  background: #8e8e8e;
}
[id^=menuButton] span {
  overflow: hidden;
  z-index: 1;
  color: #000;
}
[id^=menuButton]::before {
  z-index: 2;
  transform: translate(0, -6px);
  content: "";
}
[id^=menuButton]::after {
  z-index: 2;
  transform: translate(0, 6px);
  content: "";
}

#syncer-acdn-0,
#syncer-acdn-1,
#syncer-acdn-2,
#syncer-acdn-3,
#syncer-acdn-4,
#syncer-acdn-5,
#syncer-acdn-6,
#syncer-acdn-7,
#syncer-acdn-8,
#syncer-acdn-9,
#syncer-acdn-10,
#syncer-acdn-11,
#syncer-acdn-12,
#syncer-acdn-13,
#syncer-acdn-14,
#syncer-acdn-15,
#syncer-acdn-16,
#syncer-acdn-17,
#syncer-acdn-18 {
  display: none;
}

.sns-share-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0 20px 0;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .sns-share-buttons {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.sns-share-buttons .hatena-bookmark-button {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.sns-share-buttons .hatena-bookmark-button img {
  vertical-align: middle;
}

#center_main #index {
  padding: 2.35765%;
  border: 1px solid #dedede;
  margin-bottom: 1.5em;
}

#center_main #index h3 {
  border-top: none;
  border-bottom: 1px solid #dedede;
  padding: 0 0 2.35765%;
  font-weight: normal;
  line-height: 1.2;
  font-size: 14px;
  margin: 0 0 0.375em;
}

ol.h3_area {
  display: none;
}

input#label1 {
  display: none;
}

#center_main #index ol {
  padding-left: 1.75em;
}

input#label1:checked + .index_list {
  display: none;
}

input.nodisplay {
  display: none;
}

input.nodisplay:checked ~ .h3_area {
  display: block;
}

#center_main #index ol li {
  color: #666;
  position: relative;
  margin-bottom: 0.6em;
}

#center_main #index ol li.index_h3 {
  margin-left: 20px;
}

#center_main #index ol li:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 7px;
  left: -20px;
}

#center_main #index ol li.index_h3:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #d8d8d8;
  position: absolute;
  top: 7px;
  left: -20px;
}

#center_main #index ol li a {
  font-size: 1em;
  color: #333;
}

#center_main #index ol li a:hover {
  transition: 1s;
  color: #00bbbd;
}

.home_image_h2 {
  margin: 0;
  font-size: 0;
  line-height: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.center-title-img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}

#center .home_image_h2 + h3 {
  margin: 0.8em 0;
  line-height: 1.4;
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
  border: none;
  padding: 0;
}

.to-list {
  display: block;
  width: 120px;
  margin: 0 auto;
  margin-top: -20px;
  margin-bottom: 60px;
  padding: 0.6em 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #00bbbd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.to-list:hover {
  color: #fff;
  background: #01dfd7;
  text-decoration: none;
}

#article_bn {
  background: #fff;
  margin: 0;
  padding-bottom: 30px;
}

#article_bn #article_bn_inner {
  margin-top: 10px;
  display: table;
  width: 100%;
  font-size: 20px;
}

#article_bn #article_bn_inner .article_tab {
  display: table-cell;
  text-align: center;
  padding-right: 5px;
}

#article_bn #article_bn_inner .article_tab .tab_top {
  position: relative;
  top: 0.7vw;
  width: 100%;
  color: #fff;
  background-color: #00bbbd;
  padding: 15px 0;
  border-bottom: 2px solid #b5b5b5;
  border-radius: 5px;
}

#article_bn #article_bn_inner .article_tab .tab_top:hover {
  opacity: 0.8;
}

#article_bn #article_bn_inner .article_tab .tab_top span {
  font-size: 21px;
}

#article_bn #article_bn_inner .article_tab #line_tab {
  background-color: #4674c1;
}

#article_bn #article_bn_inner .article_tab p.tab_top {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

@media screen and (max-width: 768px) {
  #article_bn #article_bn_inner .article_tab {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    padding-right: 0;
  }
  #article_bn #article_bn_inner .article_tab .tab_top #telnum {
    font-size: 20px;
  }
  #article_bn #article_bn_inner {
    font-size: 20px;
  }
  #article_bn #article_bn_inner .article_tab .tab_top {
    padding: 0 0;
  }
  #article_bn #article_bn_inner .article_tab .tab_top span {
    font-size: 18px;
  }
  #article_bn #article_bn_inner .article_tab p.tab_top {
    line-height: 26px;
  }
}
.btn_2,
a.btn_2,
button.btn_2 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn_2--orange {
  color: #fff;
  background-color: #00bbbd;
  border-bottom: 5px solid #4674c1;
}
a.btn_2--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #00bbbd;
  border-bottom: 2px solid #4674c1;
}

a.btn_2--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.btn_2--width {
  display: block;
  padding: 1rem 0rem;
  margin: 0 auto;
}

.btn_2--cubic {
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

@media only screen and (max-width: 640px) {
  .btn_2,
  a.btn_2,
  button.btn_2 {
    padding: 1rem 2rem;
  }
}
.scroll-box-biyo {
  overflow-x: auto;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.scroll-box-biyo img {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.13);
  border-radius: 7px;
}
.scroll-box-biyo table {
  width: 200%;
  border: 1px solid #ccc;
  table-layout: fixed;
}
.scroll-box-biyo p {
  margin: 0;
}
.scroll-box-biyo .kotei {
  position: sticky;
  left: 0;
  width: 100px;
  z-index: 9;
}
.scroll-box-biyo table th {
  padding: 8px;
  background-color: #ecffff;
  color: gray;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align: center;
  line-height: 1.35;
}
.scroll-box-biyo table td {
  padding: 8px;
  background: #fff;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align: center;
  line-height: 1.35;
}

#main .scroll-box-biyo p {
  margin: 0;
}

.boxosusume-biyo {
  margin: 2em 0;
  background: #ecffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
  white-space: normal;
}
.boxosusume-biyo .boxbiyo-title {
  font-size: 1em;
  background: #00bbbd;
  padding: 2px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.boxosusume-biyo p {
  padding: 15px 20px;
  font-weight: bold;
  margin: 0;
}

.btn-flat-div {
  text-align: center;
}
.btn-flat-div a {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8;
  color: #fff;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.btn-flat-div:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
}

.b-table table {
  font-size: 13px;
  width: 100%;
  margin: 1em 0;
  border: 2px solid #e0e0e0;
}
.b-table tr:not(:last-child) {
  border-bottom: 2px solid #e0e0e0;
}
.b-table th {
  color: #222;
  width: 30%;
  background: #f2f2f2;
  text-align: left;
  padding: 10px 16px;
  padding: 7px;
  border-right: 2px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
  background: #f8f9fa;
}
.b-table td:last-child,
.b-table .entry-content th:last-child {
  border-right: 0;
}
.b-table td {
  padding: 7px;
  border-right: 2px solid #e0e0e0;
  word-break: break-all;
}

blockquote {
  display: block;
  background-color: #f0f0f0;
  padding: 1em 1em 1em 1em;
  position: relative;
  white-space: normal;
  word-break: break-all;
}
blockquote good-title,
blockquote bad-title {
  display: inline-block;
  font-weight: bold;
  font-size: 1.1em;
  width: 100%;
  padding-bottom: 0.2em;
}
blockquote good-title:after {
  content: "満足";
  line-height: 1em;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
  background-color: #FA58F4;
  font-weight: initial;
  padding: 3px;
  color: white;
}
blockquote bad-title:after {
  content: "不満";
  line-height: 1em;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
  background-color: #58D3F7;
  font-weight: initial;
  padding: 3px;
  color: white;
}
blockquote li content {
  display: inline-block;
  font-size: 1em;
  padding-top: 0.3em;
}
blockquote li quote-name {
  display: inline-block;
  font-size: 0.9em;
  border-bottom-color: #CCCCCC;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  width: 100%;
  padding-bottom: 0.3em;
}

#center_main .post-meta {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
  border-top: 1px #efefef solid;
}
#center_main .post-meta li {
  background: #fff;
  float: left;
  margin-top: -1em;
  margin-right: 20px;
  padding-right: 10px;
  font-size: 16px;
}
#center_main .copyblock {
  width: 100%;
}
#center_main .clear {
  clear: both;
}

img.interview_icatch {
  width: 100%;
  margin-bottom: 10px;
}

div.profile {
  background-image: url("/img/interview/common/profile_back_1.png"), url("/img/interview/common/profile_back_3.png"), url("/img/interview/common/profile_back_2.png");
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: top, bottom, top;
  width: 509px;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  div.profile {
    width: 100%;
    background: #f8e0e0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 641px) {
  div.editors_comment_title {
    display: none;
  }
  div.editors_comment {
    background: url("/img/interview/common/editors_comment_back.png") no-repeat;
    position: relative;
    margin: 0 auto;
    width: 509px;
    height: 272px;
  }
  div.editors_comment img {
    position: absolute;
    top: 108px;
    left: 58px;
    width: 160px;
    height: 120px;
  }
  div.editors_comment div.editors_comment_copy {
    position: absolute;
    width: 210px;
    top: 30px;
    left: 260px;
    font-size: 12px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 640px) {
  div.editors_comment_title {
    margin: 20px;
    font-size: 14px;
    font-weight: bold;
  }
  div.editors_comment {
    background: #efefef;
    margin: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  div.editors_comment img {
    display: none;
  }
  div.editors_comment div.editors_comment_copy {
    margin: 20px;
  }
}
img.interviewer {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 0;
  max-width: 517px;
}

@media only screen and (min-width: 641px) {
  div.clinic {
    background-image: url("/img/interview/common/clinic_back_1.png");
    background-repeat: no-repeat;
    background-position: top;
    width: 509px;
    margin: 0 auto;
    margin-bottom: 5px;
    overflow: hidden;
  }
  div.clinic img {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    width: 200px;
    margin-bottom: 10px;
  }
  div.clinic_copy {
    width: 230px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 1em;
    min-height: 100px;
    float: right;
  }
  div.clinic_name {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
  }
  div.clinic2 {
    background-image: url("/img/interview/common/clinic_back_2.png");
    background-repeat: no-repeat;
    background-position: bottom;
    width: 509px;
    margin: 0 auto;
    margin-top: 10px;
    padding-bottom: 40px;
  }
  div.clinic_tel {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.8em;
    font-weight: bold;
  }
  div.clinic_info {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  div.clinic_url {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  div.doctor_name {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  div.doctor_profile {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  div.clinic {
    background: #fff;
    width: 100%;
    margin-bottom: 5px;
    overflow: visible;
  }
  div.clinic img {
    width: 100%;
    float: none;
    margin: 0;
  }
  div.clinic_copy {
    margin: 20px;
    float: none;
    width: auto;
  }
  div.clinic_name {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
  }
  div.clinic2 {
    background: #fff;
    padding-bottom: 40px;
  }
  div.clinic_tel {
    margin: 10px 20px;
    font-size: 1.8em;
    font-weight: bold;
  }
  div.clinic_info {
    margin: 10px 20px;
  }
  div.clinic_url {
    margin: 10px 20px;
  }
  div.doctor_name {
    font-size: 1.2em;
    font-weight: bold;
    margin: 20px;
  }
  div.doctor_profile {
    margin: 0 20px;
  }
}
#center_main:not(.guide_article) .interview_img {
  width: 100%;
  max-width: 250px;
}

#center_main:not(.guide_article) .interview_question {
  margin: 10px 0;
  color: #eb7490;
}

#center_main:not(.guide_article) .interview_p {
  margin: 20px 0;
}

#center_main:not(.guide_article) .interview_title {
  border-top: 3px solid #74c8eb;
  border-bottom: 2px dotted #74c8eb;
  padding: 20px 10px;
  margin: 20px 0;
  font-size: 1.5em;
}

#center_main:not(.guide_article) .left {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

#center_main:not(.guide_article) .right {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  #center_main:not(.guide_article) .left {
    float: none;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  #center_main:not(.guide_article) .right {
    float: none;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
#center_main .post-meta {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
  border-top: 1px #efefef solid;
}
#center_main .post-meta li {
  background: #fff;
  float: left;
  margin-top: -1em;
  margin-right: 20px;
  padding-right: 10px;
  font-size: 16px;
}
#center_main .copyblock {
  width: 100%;
}
#center_main .clear {
  clear: both;
}

#center_main .guide_copyblock {
  font-size: 16px;
  word-wrap: break-word;
  line-height: 30px;
  margin-bottom: 20px;
  white-space: pre-line;
}
#center_main .guide_copyblock h3 {
  margin: 0.8em 0;
  line-height: 1.4;
  font-size: 1.2em;
}

.sb-box {
  position: relative;
  overflow: hidden;
  display: flex;
}

.sb-box_right {
  justify-content: right;
}

.sb-box_left {
  justify-content: left;
}

.icon-img {
  position: absolute;
  overflow: hidden;
  top: 0;
  width: 80px;
  height: 80px;
  border-radius: 0.75rem;
}

.icon-img-left {
  left: 0;
}

.icon-img-right {
  right: 0;
}

.icon-img img {
  width: 100%;
}

.icon-name {
  color: #777;
  font-size: 13px;
}

.icon-name-left {
  left: 0;
}

.icon-name-right {
  right: 0;
}

.sb-side {
  position: relative;
  float: left;
  margin: 0 105px 0px 105px;
}

.sb-side-right {
  text-align: right;
  margin-left: 0;
}

.sb-side-left {
  margin-right: 0;
}

.sb-txt {
  position: relative;
  border-radius: 6px;
  background: rgb(245, 245, 245);
  color: #333;
  font-size: 15px;
  line-height: 1.7;
  padding: 18px;
  overflow-wrap: anywhere;
  text-align: left;
}

.sb-txt > p:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}

.sb-txt:before {
  content: "";
  position: absolute;
  border-style: solid;
  top: 16px;
  z-index: 3;
}

.sb-txt:after {
  content: "";
  position: absolute;
  border-style: solid;
  top: 15px;
  z-index: 2;
}

.sb-txt-left:before {
  left: -7px;
  border-width: 7px 10px 7px 0;
  border-color: transparent rgb(245, 245, 245) transparent transparent;
}

.sb-txt-left:after {
  left: -10px;
  border-width: 8px 10px 8px 0;
  border-color: transparent rgb(245, 245, 245) transparent transparent;
}

.sb-txt-right:before {
  right: -7px;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent rgb(245, 245, 245);
}

.sb-txt-right:after {
  right: -10px;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent rgb(245, 245, 245);
}

@media screen and (max-width: 768px) {
  .icon-img {
    width: 60px;
    height: 60px;
  }
  .icon-name {
    top: 62px;
    font-size: 12px;
  }
  .sb-side-left {
    margin: 0 0 0px 78px;
  }
  .sb-side-right {
    margin: 0 78px 0px 0;
  }
  .sb-txt {
    padding: 12px;
  }
}
.search-col {
  -webkit-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%;
  margin: 10px 0 30px 0;
}

.search_zone {
  display: flex;
  color: #333;
}

.search_zone button {
  width: 80px;
  border: 1px solid rgb(166, 166, 166);
  border-left: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  color: #333;
  transition: 0.4s;
  margin: 0;
}
.search_zone button:hover {
  background-color: #00bbbd;
  border-color: #00bbbd;
  color: white;
}

input#word,
input#query {
  border: 1px solid rgb(166, 166, 166);
  padding: 10px 18px;
  width: 100%;
  height: 48px;
  outline: none;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  color: #333;
  text-decoration: none;
  font-size: 1rem;
  background-color: #fff;
  border-radius: 0;
}

.row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-col-40 {
  -webkit-flex: 1 0 40%;
  flex: 1 0 40%;
  max-width: 100%;
}

.list_devide {
  font-size: 2rem;
  color: #666;
  margin: 0px 10px 0;
}

select.prefecture_list {
  width: 99%;
  height: 48px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #333;
  text-decoration: none;
  font-size: 1rem;
  background-color: #fff;
  border: 1px solid rgb(166, 166, 166);
  padding: 10px 18px;
  outline: none;
  box-sizing: border-box;
}

select.city_list {
  width: 99%;
  height: 48px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #333;
  text-decoration: none;
  font-size: 1rem;
  background-color: #fff;
  border: 1px solid rgb(166, 166, 166);
  padding: 10px 18px;
  outline: none;
  box-sizing: border-box;
}

select.part_list {
  width: 99%;
  height: 48px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #333;
  text-decoration: none;
  font-size: 1rem;
  background-color: #fff;
  border: 1px solid rgb(166, 166, 166);
  padding: 10px 18px;
  outline: none;
  box-sizing: border-box;
}

select.cure_list {
  width: 99%;
  height: 48px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #333;
  text-decoration: none;
  font-size: 1rem;
  background-color: #fff;
  border: 1px solid rgb(166, 166, 166);
  padding: 10px 18px;
  outline: none;
  box-sizing: border-box;
}

.button_wrapper {
  display: flex;
  width: 100%;
  text-align: center;
}

.square_btn {
  text-decoration: none;
  color: white;
  border: solid 2px #00bbbd;
  border-radius: 3px;
  transition: 0.4s;
  font-size: 1.2em;
  background-color: #00bbbd;
  width: 100%;
  margin: 10px 25% 20px 25%;
  padding: 10px 0;
  cursor: pointer;
}
.square_btn:hover {
  background: white;
  color: #00bbbd;
}

@media screen and (max-width: 768px) {
  .flex-col-40 {
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .square_btn {
    margin: 10px 0 10px 0;
  }
}
ul#tabs-list {
  display: flex;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
  border-bottom: 3px solid #00bbbd;
}

ul#tabs-list li {
  display: flex;
  text-align: center;
  font-size: 0.875em;
  width: 100%;
  border: 1px solid #dfdfdf;
  border-bottom: none;
  position: relative;
}

ul#tabs-list li a {
  position: relative;
  padding: 15px 0;
}

a.panel-label {
  display: block;
  width: 100%;
  color: #000;
  cursor: pointer;
  background-color: white;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

a.panel-label:hover {
  color: #00bbbd;
}

a.no-panel-label {
  pointer-events: none;
  display: block;
  width: 100%;
  color: #dfdfdf;
  background-color: white;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

li#now_select {
  border: 1px solid #00bbbd !important;
}

li#now_select a.panel-label {
  background: #00bbbd;
  color: #fff;
}

.pre-list {
  background-color: #e8f7f8;
  background-image: url(/img/clinic/ea279b9934a2581d3c3682deadcd92fa.png);
  background-size: 300px auto;
  background-repeat: no-repeat;
  background-position: 170px 100px;
  height: 500px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.rgbabg {
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}

.pre-list .area-box {
  width: 95px;
  box-sizing: border-box;
  padding: 10px 0 0;
  background: #00bbbd;
  position: absolute;
  list-style: none;
  margin: 0;
  padding-left: 0;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease;
}
.pre-list .area-box:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.pre-list .area-box .title {
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: -6px 0 6px 0;
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  border: none;
  font-size: 12px;
  padding: 0 5px;
  line-height: 1.4;
}

.pre-list .area-box li {
  width: 100%;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #999;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
.pre-list .area-box li:first-child {
  border-top: none;
}

.pre-list .area-box li a {
  background: #fff;
  color: #333;
  padding: 3.5px 0;
  display: block;
  font-size: 80%;
  border-radius: 2px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.pre-list .area-box li a:hover {
  background-color: #00bbbd;
  color: #fff;
}
.pre-list .area-box li a:focus {
  outline: 2px solid #4674c1;
  outline-offset: 2px;
}

.pre-list .area-box.area-1 {
  top: 30px;
  right: 20px;
}

.pre-list .area-box.area-2 {
  bottom: 15px;
  right: 20px;
}

.pre-list .area-box.area-3 {
  top: 30px;
  right: 210px;
}

.pre-list .area-box.area-4 {
  bottom: 15px;
  right: 130px;
}

.pre-list .area-box.area-5 {
  top: 30px;
  right: 310px;
}

.pre-list .area-box.area-6 {
  top: 30px;
  right: 410px;
}

.pre-list .area-box.area-7 {
  bottom: 15px;
  right: 290px;
}

.pre-list .area-box.area-8 {
  bottom: 15px;
  left: 30px;
  line-height: 1.5;
}

.pre-list .area-box.wide {
  width: 150px;
}

.pre-list .area-box.wide li {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  div.pre-list {
    display: none;
  }
}
.clinic_result {
  margin-bottom: 10px;
  clear: both;
}

#center_main .clinic_result p {
  margin-bottom: 5px;
}

.review_index {
  padding-bottom: 10px;
}

.review_list {
  border-bottom: 2px solid #dfdfdf;
  background: #eee;
  padding: 5px;
}

#center_main .review_list p {
  margin: 0;
  font-size: 15px;
  margin-bottom: 0;
}

span.review_cure {
  box-sizing: border-box;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  line-height: 1.5;
  text-align: center;
  border: 1px solid #00bbbd;
  color: white;
  background: #00bbbd;
  padding: 0 5px;
  margin-right: 5px;
  display: inline-block;
}

.review_info {
  color: #00bbbd;
}

@media screen and (max-width: 768px) {
  #center_main .clinic_result p {
    margin-bottom: 5px;
  }
}
.review-list {
  background: #eee;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  clear: both;
}

.review-list .review-title {
  width: 100%;
}

.review-list .review-title .review-treatment {
  flex: 0 1 70%;
}

.review-list .review-treatment h3 {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.review-list .review-info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.review-list .review-info .review-date {
  font-size: 15px;
  flex: 0 1 30%;
}

.review-list .review-info .review-user {
  font-size: 15px;
  flex: 0 1 50%;
}

.review-list .review-content {
  width: 100%;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #00bbbd;
}

.balloon {
  position: relative;
  width: 100%;
  min-height: 100px;
}

.balloon::before,
.balloon::after {
  clear: both;
  content: "";
  display: block;
}

.balloon figure {
  width: 60px;
  height: 60px;
}

.balloon-image-left {
  float: left;
  margin-right: 15px;
}

.balloon-image-right {
  float: right;
  margin-left: 15px;
}

.balloon figure img {
  width: 100%;
  height: 100%;
  border: 1px solid #aaa;
  border-radius: 50%;
  margin: 0;
  object-fit: cover;
  object-position: 0 0;
}

.balloon-text-right,
.balloon-text-left {
  position: relative;
  padding: 10px;
  border: 1px solid;
  border-radius: 10px;
  max-width: calc(100% - 100px);
  display: inline-block;
  background-color: white;
}

.balloon-text-right {
  border-color: #aaa;
  float: left;
}

.balloon-text-left {
  border-color: #aaa;
  float: right;
}

.balloon p {
  margin: 0 0 20px;
}

.balloon p:last-child {
  margin-bottom: 0;
}

.balloon-text-right::before {
  position: absolute;
  content: "";
  border: 10px solid transparent;
  border-right: 10px solid #aaa;
  top: 15px;
  left: -20px;
}

.balloon-text-right::after {
  position: absolute;
  content: "";
  border: 10px solid transparent;
  border-right: 10px solid #fff;
  top: 15px;
  left: -19px;
}

.balloon-text-left::before {
  position: absolute;
  content: "";
  border: 10px solid transparent;
  border-left: 10px solid #aaa;
  top: 15px;
  right: -20px;
}

.balloon-text-left::after {
  position: absolute;
  content: "";
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  top: 15px;
  right: -19px;
}

.balloon-image-description-no {
  font-size: 15px;
  text-align: center;
  background-color: #58D3F7;
  color: white;
  border-radius: 10px;
}

.balloon-image-description-ok {
  font-size: 15px;
  text-align: center;
  color: white;
  background-color: #FA58F4;
  border-radius: 10px;
}

.balloon-image-description-even {
  font-size: 15px;
  text-align: center;
  background-color: white;
  border-radius: 10px;
}

.review_tag {
  background: #eee;
  margin: 10px 0 20px 0;
  padding-bottom: 20px;
  border-radius: 5px;
}

.review_tag ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.review_tag ul li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  margin: 15px 10px 0 0;
}

.review_tag ul li a {
  color: #333;
  background-color: #fff;
  border: 1px solid #00bbbd;
  border-radius: 5px;
  margin: 2px -10px 2px 0;
  padding: 6px 12px;
  transition: 0.4s;
  text-decoration: none;
  display: inline-block;
}

.review_tag ul li a:hover {
  color: white;
  background-color: #00bbbd;
}

.review_tag_cure ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.review_tag_cure ul li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  margin: 5px 10px 15px 0;
}

.review_tag_cure ul li a {
  color: #333;
  background-color: #fff;
  border: 1px solid #00bbbd;
  border-radius: 5px;
  margin: 2px -10px 2px 0;
  padding: 6px 12px;
  transition: 0.4s;
  text-decoration: none;
  display: inline-block;
}

.review_tag_cure ul li a:hover {
  color: white;
  background-color: #00bbbd;
}

.more_contact {
  margin-right: 75px;
  margin-left: 4px;
  background-color: #00bbbd;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.36) inset;
  border-radius: 10px;
  text-align: center;
}

.more_contact a {
  width: 100%;
  line-height: 2.5;
  font-size: 15px;
  text-decoration: underline;
  color: white;
  display: block;
}

.twin-btn {
  width: 100%;
  margin: 20px 0;
  border-collapse: separate;
  border-spacing: 10px;
  table-layout: fixed;
}

.twin-btn td {
  background-color: #f0f0f0;
  padding: 15px;
  text-align: center;
  border-radius: 5px;
  vertical-align: middle;
}

.twin-btn td a {
  color: #00bbbd;
  text-decoration: underline;
  font-weight: bold;
  display: inline-block;
  margin-top: 5px;
}

.row {
  width: 100%;
  clear: both;
}

#center_main .center-keyword-list {
  margin: 0.4em 2% 1em;
}

#center_main .center-keyword-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

#center_main .center-keyword-list ul::after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}

#center_main .center-keyword-list ul li {
  display: flex;
  align-items: center;
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding: 0 5px;
  margin: 0.4em 0;
  white-space: nowrap;
  overflow: hidden;
}

#center_main .center-keyword-list ul li img {
  margin-right: 5px;
  vertical-align: middle;
  flex-shrink: 0;
}

#center_main .center-keyword-list ul li a {
  line-height: 2em;
  text-decoration: none;
  color: #333;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  min-width: 0;
}

#center_main .center-keyword-list ul li a:hover {
  color: #00bbbd;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .review-list {
    padding: 10px;
  }
  .review-list .review-title .review-treatment {
    flex: 0 1 100%;
    width: 100%;
  }
  .review-list .review-info {
    flex-direction: column;
  }
  .review-list .review-info .review-date {
    flex: 0 1 100%;
    width: 100%;
    margin-bottom: 5px;
  }
  .review-list .review-info .review-user {
    flex: 0 1 100%;
    width: 100%;
  }
  .balloon-text-right,
  .balloon-text-left {
    max-width: calc(100% - 100px);
  }
  .more_contact {
    margin-right: 0;
    margin-left: 0;
  }
  .twin-btn {
    border-spacing: 5px;
  }
  .twin-btn td {
    padding: 10px;
    font-size: 14px;
  }
  #center_main .center-keyword-list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 425px) {
  .review-list .review-title .review-treatment {
    flex: 0 1 70%;
  }
  .review-list .review-info .review-user {
    flex: 0 1 70%;
  }
  .review-list .review-info .review-date {
    flex: 0 1 50%;
  }
}
.treatment-list {
  width: 100%;
  border-top: 1px solid #eee;
  padding: 20px 0 0 0;
  margin: 20px 0 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-align-items: center;
  align-items: center;
}
.treatment-list:first-child {
  padding: 0;
  margin: 0;
  border: none;
}

.treatment-list .image_box {
  height: 70px;
  width: 70px;
  background-color: #eee;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  margin: 0 auto;
}

.treatment-list .image_box img {
  width: 100%;
  height: 70px;
  object-fit: cover;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.treatment-list .text-box {
  margin-left: 0;
  margin-top: 10px;
  vertical-align: middle;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  width: 100%;
}

.treatment-list .text-box .title {
  font-size: 1rem !important;
  font-weight: bold;
  max-height: 47px;
  overflow: hidden;
  position: relative;
  line-height: 1.5;
}

.treat-menu {
  width: 100%;
  border: 1px solid #eee;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  padding: 0;
  margin-top: 20px;
}

.treatment-list .treat-menu .treatment:first-child {
  border: none;
}

.treatment-list .treat-menu .treatment {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px solid #eee;
  padding: 10px 20px 7px;
  margin: 0;
  background: #fafafa;
}

.treatment-list .treat-menu .sub-treatment {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px solid #eee;
  padding: 10px 20px 7px;
  margin: 0;
  background: #fff;
}

.treatment-list .treat-menu .read-more {
  display: block;
  text-align: center;
  background: #fff;
  font-weight: bold;
}

.treatment-list .treat-menu .treat-name {
  line-height: 20px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.treatment-list .treat-menu .treat-price {
  margin-left: auto;
  text-align: right;
  color: #ff7c7c;
  font-weight: bold;
}

/*# sourceMappingURL=main.css.map */
