@charset "UTF-8";
/*
Description: https://mrt-onlineclinic.com
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
0.0 valiavle
  0.1 breakpoints
  0.2 reset
  0.3 init
1.0 header
2.0 footer
3.0 common
  3.1 list
  3.2 buttons
  3.3 parts
4.0 top
9.0 layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
0.0 valiavle
--------------------------------------------------------------*/
:root {
  font-size: 14px;
}

.horizontal_calum {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between;
}

.text-right {
  text-align: right !important;
}

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

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

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

@media (max-width: 768px) {
  .d-md-none {
    display: none;
  }
  :root {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .d-sm-none {
    display: none;
  }
}
.letter-spacing_half {
  letter-spacing: -0.5em;
}

/*--------------------------------------------------------------
1.0 mixin
--------------------------------------------------------------*/
/*--------------------------------------------------------------
0.2 reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1,
.h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p,
blockquote, pre, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s,
samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article,
aside, canvas, details, embed, figure, figcaption, footer, header,
hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.8;
}

@media (max-width: 992px) {
  html, body, div, span, applet, object, iframe,
h1,
.h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p,
blockquote, pre, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s,
samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article,
aside, canvas, details, embed, figure, figcaption, footer, header,
hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    line-height: 1.8;
  }
}
/*--------------------------------------------------------------
0.3 init
--------------------------------------------------------------*/
html, body, main {
  color: #444444;
  font-size: 1rem;
  /*min-height: 100vh;*/
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, li, td, dd, a, button, span, dt, dl {
  font-family: "メイリオ", "M PLUS 1p", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  transform: rotate(0.03deg);
}

h1, .h1 {
  font-size: 2.75rem;
  color: #012169;
}

h2, .h2 {
  font-size: 2.5rem;
  color: #012169;
}

h3, .h3 {
  font-size: 2rem;
  color: #012169;
}

h4, .h4 {
  font-size: 1.75rem;
  color: #012169;
}

h5, .h5 {
  font-size: 1.5rem;
  color: #012169;
}

h6, .h6 {
  font-size: 1.25rem;
  color: #012169;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .bigger {
  font-weight: 700;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a, .bigger a {
  text-decoration: none !important;
}

p {
  margin-bottom: 1em;
}

ul, li {
  list-style: none;
}

small {
  font-size: 0.8rem;
}

a {
  text-decoration: none;
  color: #444444;
}

p a,
p .link_mark, li a,
li .link_mark {
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
  color: #012169;
}

.bigger {
  font-size: 3.75rem;
}

.text-notice {
  color: #A70909;
}

@media (max-width: 992px) {
  html, body, main {
    font-size: 0.94rem;
  }
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 1.925rem;
  }
  h2, .h2 {
    font-size: 1.75rem;
  }
  h3, .h3 {
    font-size: 1.4rem;
  }
  h4, .h4 {
    font-size: 1.225rem;
  }
  h5, .h5 {
    font-size: 1.05rem;
  }
  h6, .h6 {
    font-size: 0.875rem;
  }
}
/*--------------------------------------------------------------
1.0 header
--------------------------------------------------------------*/
.site_header {
  height: 78px;
  box-shadow: 0px 0px 5px #ccc;
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: #fff;
  z-index: 20;
}
.site_header .title {
  color: #012169;
  font-size: 18px;
  font-weight: 600;
  line-height: 78px;
}
.site_header .title .site_logo {
  height: 36px;
  width: 106px;
  vertical-align: middle;
}

/*--------------------------------------------------------------
2.0 footer
--------------------------------------------------------------*/
.site_footer {
  padding: 2rem 0 0 0;
}
.site_footer .contact_company {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #e5e5e5;
}
.site_footer .contact_company .text {
  width: 100%;
  margin: 0;
  padding: 0 1rem;
}
.site_footer .contact_company .title {
  font-size: 2rem;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .site_footer .contact_company {
    display: block;
  }
  .site_footer .contact_company .text {
    padding: 0;
  }
  .site_footer .contact_company .title {
    white-space: break-spaces;
    font-size: 1.5rem;
  }
  .site_footer .contact_company .button_box {
    text-align: center;
  }
}
.site_footer .footer_notice {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.site_footer .footer_notice .title {
  font-size: 1.5rem;
  color: #444444;
  text-align: center;
  padding-top: 0;
}
@media (max-width: 768px) {
  .site_footer .footer_notice .title {
    font-size: 1.25rem;
  }
}
.site_footer .address {
  background-color: #ccc;
  margin-top: 3rem;
  padding: 1rem 0;
}
.site_footer .address .info_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.site_footer .address .info_box .info_company,
.site_footer .address .info_box .info_mark {
  width: 50%;
}
@media (max-width: 768px) {
  .site_footer .address .info_box .info_company,
.site_footer .address .info_box .info_mark {
    width: 100%;
  }
}
.site_footer .address .info_box .info_company dl dt,
.site_footer .address .info_box .info_company dl dd {
  margin-bottom: 0;
}
.site_footer .address .info_box .info_mark ul {
  text-align: right;
}
.site_footer .address .info_box .info_mark ul li {
  text-indent: 0;
  display: inline-block;
  margin-bottom: 0;
}
.site_footer .address .info_box .info_mark ul li::before {
  content: " ";
}
.site_footer .address .info_box .info_mark ul li img {
  max-height: 140px;
}
@media (max-width: 576px) {
  .site_footer .address .info_box .info_mark ul li img {
    max-height: 80px;
  }
}
.site_footer .copyright {
  background-color: #444444;
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
  padding: 1rem;
}
.site_footer .copyright p {
  margin: 0;
}

/*--------------------------------------------------------------
3.0 common
--------------------------------------------------------------*/
section {
  padding: 2rem 0;
}

.inner {
  max-width: 1200px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
  box-sizing: border-box;
  display: block;
}

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

.text-cnter {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.layout_box01 {
  border: solid 1px #e5e5e5;
  border-radius: 1rem;
  padding: 1rem 2rem;
  max-width: 750px;
  text-align: left;
  margin: auto;
}
.layout_box01 .title {
  font-size: 1rem;
  margin: 0 0 1rem 0;
  padding-bottom: 1rem;
  border-bottom: solid 1px #e5e5e5;
  color: #444444;
}

figure {
  margin: 2rem;
}
figure img {
  height: auto;
  width: 100%;
}

/*--------------------------------------------------------------
3.1 list
--------------------------------------------------------------*/
ul {
  list-style: none;
  padding-left: 0.5em;
}
ul li {
  padding-left: 1rem;
  text-indent: -0.75em;
  word-break: break-all;
  margin-bottom: 1rem;
}
ul li:last-child {
  margin-bottom: 0;
}
ul li::before {
  content: "●";
  display: inline-block;
  color: #00b0f0;
  margin-right: 0.5em;
}

ol {
  padding: revert;
}
ol li {
  list-style: number;
}

dl {
  display: flex;
  flex-wrap: wrap;
}
dl dt {
  font-weight: 700;
  width: 5rem;
  margin-bottom: 1rem;
}
dl dd {
  width: calc(100% - 5rem);
  margin-bottom: 1rem;
}

/*--------------------------------------------------------------
3.2 buttons
--------------------------------------------------------------*/
.primary_botton {
  border: solid 1px #012169;
  color: #fff;
  background-color: #012169;
  padding: 0.5rem 2rem;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.25rem;
  text-decoration: none;
  font-size: 1.25rem;
  white-space: nowrap;
  height: auto;
}
.primary_botton:hover {
  border: solid 1px #012169;
  background-color: #fff;
  text-decoration: none;
  transition: all 0.5s;
}
.primary_botton.disable {
  border: solid 1px #777;
  background-color: #777;
  opacity: 0.5;
  cursor: not-allowed;
}
.primary_botton.disable:hover {
  border: solid 1px #777;
  background-color: #777;
  color: #fff;
}

@media (max-width: 576px) {
  .primary_botton {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}
.top_top_button {
  background-color: #00b0f0;
  color: #fff;
  border: solid 2px #fff;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  display: inline-block;
  font-size: 2.2rem;
  line-height: 70px;
  text-align: center;
  text-decoration: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.button_s {
  border: solid 1px #012169;
  color: #012169;
  cursor: pointer;
  border-radius: 2rem;
  margin: 0.5rem;
  padding: 0 0.5rem;
}
.button_s:hover {
  background-color: #012169;
  color: #fff;
  transition: all 0.3s;
}

.link {
  border-bottom: solid 1px #012169;
  color: #012169;
  cursor: pointer;
  margin: 0.5rem;
  padding: 0 0.5rem;
}
.link:hover {
  background-color: #E9F5FE;
  transition: all 0.3s;
}

.link {
  border: none;
  color: #012169;
  cursor: pointer;
  margin: 0.5rem;
  padding: 0 0.5rem;
  width: 350px;
  text-decoration: underline;
}
.link:hover {
  background-color: #E9F5FE;
  transition: all 0.3s;
  background-color: #E9F5FE;
}

/*--------------------------------------------------------------
4.0 top
--------------------------------------------------------------*/
.top .main_image {
  height: 750px;
  width: 100%;
  background-color: #D4D9DD;
  background-image: url(../img/top_main_img.jpg);
  background-repeat: no-repeat;
  background-position-x: left;
  background-size: auto 100%;
  transition: all 0.1s;
}
.top .main_image .inner {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 750px;
}
.top .main_image .inner .main_title {
  width: 50%;
  color: #012169;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.top .main_image .inner .main_title .main_title_text {
  font-size: 4.5rem;
  line-height: 7rem;
  margin-bottom: 1.5em;
  width: 100%;
}
@media (max-width: 1050px) {
  .top .main_image .inner .main_title .main_title_text {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .top .main_image .inner .main_title .main_title_text {
    margin-bottom: 11rem;
    width: 100%;
  }
}
.top .main_image .inner .main_title .main_title_subtext {
  color: #444444;
  margin-bottom: 0;
}
@media (max-width: 1050px) {
  .top .main_image .inner .main_title .main_title_subtext .is_pc {
    display: none;
  }
}
.top .main_image .inner .main_title .time_table {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.15rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.top .main_image .inner .main_title .time_table .consultation_hours {
  width: 50%;
  justify-content: space-around;
}
.top .main_image .inner .main_title .time_table .consultation_hours dt {
  flex-shrink: 0;
  margin-bottom: 0;
  line-height: 42px;
  max-width: 135px;
  width: 135px;
}
.top .main_image .inner .main_title .time_table .consultation_hours dt img {
  vertical-align: middle;
  display: inline-block;
}
.top .main_image .inner .main_title .time_table .consultation_hours dt img.icon_time {
  width: 36px;
  height: 42px;
  vertical-align: middle;
  margin: 0 1rem 0 0;
}
.top .main_image .inner .main_title .time_table .consultation_hours dt img.icon_uketuke {
  width: 28px;
  height: 42px;
  vertical-align: middle;
  margin: 0 calc(1rem + 4px) 0 4px;
}
.top .main_image .inner .main_title .time_table .consultation_hours dd {
  flex-shrink: 1;
  margin-bottom: 0;
  padding-right: 0;
  text-align: left;
  width: calc(100% - 135px);
  min-width: 0;
  line-height: 42px;
  font-weight: bolder;
}
@media (max-width: 1110px) {
  .top .main_image .inner .main_title .time_table .main_title_subtext .is_pc {
    display: none !important;
  }
  .top .main_image .inner .main_title .time_table .consultation_hours {
    width: 100%;
    max-width: 270px;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .top .main_image .inner .main_title .time_table .consultation_hours {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 1rem;
    max-width: 750px;
  }
  .top .main_image .inner .main_title .time_table .consultation_hours dd {
    width: calc(100% - 150px);
    text-align: left;
  }
  .top .main_image .inner .main_title .time_table .consultation_hours dd .icon_uketuke {
    margin: 0 1.5rem 0 0 !important;
  }
}
.top .main_image .inner .main_title .time_table .cv_btn_item {
  width: 50%;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .top .main_image .inner .main_title .time_table .cv_btn_item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .top .main_image .inner .main_title {
    width: 100%;
  }
  .top .main_image .inner .main_title .main_title_text {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
}
@media (max-width: 576px) {
  .top .main_image .inner .main_title {
    width: 100%;
  }
}
@media (max-width: 2200px) {
  .top .main_image {
    background-position-x: center;
    background-image: url(../img/top_main_img.jpg);
    transition: all 0.1s;
  }
}
@media (max-width: 992px) {
  .top .main_image {
    background-position-x: center;
    background-image: url(../img/top_main_img_md.jpg);
    transition: all 0.1s;
  }
}
@media (max-width: 768px) {
  .top .main_image {
    background-image: url(../img/top_main_img_sp.jpg);
    background-color: #E9F5FE;
    height: auto;
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
  .top .main_image .inner {
    height: auto;
  }
  .top .main_image .inner .main_title .time_table {
    margin-bottom: 0;
  }
}
.top .consultation_onlineclinic {
  text-align: center;
}
.top .consultation_onlineclinic .consultation_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  background-color: #E9F5FE;
  padding: 3rem;
  border-radius: 1rem;
  max-width: 1200px;
  margin: 2rem auto;
}
.top .consultation_onlineclinic .consultation_items .consultation_item {
  width: calc(25% - 2rem);
  margin-bottom: 0;
}
.top .consultation_onlineclinic .consultation_items .consultation_item::before {
  content: "";
}
.top .consultation_onlineclinic .consultation_items .consultation_item .consultation_item_img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .top .consultation_onlineclinic .consultation_items .consultation_item {
    width: calc(29% - 2rem);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 576px) {
  .top .consultation_onlineclinic .consultation_items .consultation_item {
    width: calc(50% - 2rem);
  }
}
@media (max-width: 768px) {
  .top .consultation_onlineclinic .consultation_items {
    padding: 2rem 0;
    justify-content: space-around;
  }
}
@media (max-width: 576px) {
  .top .consultation_onlineclinic .consultation_items {
    padding: 1rem 0;
  }
}
@media (max-width: 768px) {
  .top .consultation_onlineclinic p {
    text-align: left;
  }
}
.top .about_onlineclinic .inner {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top .about_onlineclinic .inner .about_item {
  width: 32%;
  text-align: left;
  background-color: #E9F5FE;
  border-radius: 1rem;
  padding: 0 2rem 2rem;
}
.top .about_onlineclinic .inner .about_item .about_item_title {
  color: #444444;
  padding-left: 2.7rem;
  font-size: 1.35rem;
}
.top .about_onlineclinic .inner .about_item .about_item_title .about_item_num {
  color: #012169;
  font-weight: bolder;
  font-size: 1.75rem;
  margin-left: -2.7rem;
}
@media (max-width: 768px) {
  .top .about_onlineclinic .inner .about_item .about_item_title {
    font-size: 1rem;
  }
}
.top .about_onlineclinic .inner .about_item figure {
  margin: 0 auto;
  max-width: 230px;
}
@media (max-width: 576px) {
  .top .about_onlineclinic .inner .about_item {
    width: 100%;
    margin-bottom: 1rem;
    padding: 0 1rem 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top .about_onlineclinic .inner .about_item .about_item_title {
    width: 100%;
  }
  .top .about_onlineclinic .inner .about_item p {
    width: calc(100% - 170px);
  }
  .top .about_onlineclinic .inner .about_item figure {
    width: 170px;
    text-align: right;
  }
  .top .about_onlineclinic .inner .about_item .w-100 {
    max-width: 170px;
    height: auto;
  }
}
.top .about_onlineclinic .inner .flow_onlineclinic {
  text-align: center;
  width: 100%;
  padding: 2rem 0 5rem;
}
.top .about_onlineclinic .inner .flow_onlineclinic .flow_onlineclinic_menus {
  display: flex;
  margin: 2rem auto 0;
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}
.top .about_onlineclinic .inner .flow_onlineclinic .flow_onlineclinic_menus .notice {
  padding: 2rem;
  text-align: center;
  width: 100%;
}
.top .about_onlineclinic .inner .flow_onlineclinic .flow_onlineclinic_menus .flow_onlineclinic_menu {
  width: 100%;
  max-width: 375px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  border: solid 1px #012169;
  border-radius: 1rem;
  flex-shrink: 1;
}
.top .about_onlineclinic .inner .flow_onlineclinic .flow_onlineclinic_menus .flow_onlineclinic_menu ol {
  padding: 0 2rem;
}
.top .about_onlineclinic .inner .flow_onlineclinic .flow_onlineclinic_menus .flow_onlineclinic_menu ol .link {
  list-style-position: inside;
  width: auto;
  text-decoration: underline;
  font-size: 1.25rem;
  font-weight: 700;
}
.top .about_onlineclinic .inner .flow_onlineclinic .flow_onlineclinic_menus .flow_onlineclinic_menu ol .link:not(:first-child) {
  text-decoration: none;
  font-weight: 400;
}
@media (max-width: 768px) {
  .top .about_onlineclinic .inner .flow_onlineclinic .flow_onlineclinic_menus .flow_onlineclinic_menu ol .link {
    font-size: 1rem;
  }
}
.top .about_onlineclinic .inner .flow_onlineclinic .flow_onlineclinic_menus .flow_onlineclinic_menu .flow_onlineclinic_menu_title {
  padding: 0 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  width: 100%;
}
@media (max-width: 820px) {
  .top .about_onlineclinic .inner .flow_onlineclinic .flow_onlineclinic_menus .flow_onlineclinic_menu {
    max-width: 775px;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    order: 1;
  }
  .top .about_onlineclinic .inner .flow_onlineclinic .flow_onlineclinic_menus .flow_onlineclinic_menu .flow_onlineclinic_menu_title {
    font-size: 1.15rem;
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .top .about_onlineclinic .inner .flow_onlineclinic .flow_onlineclinic_menus .notice {
    order: 3;
    padding: 0;
    text-align: left;
  }
}
.top .about_onlineclinic .inner .step_items {
  max-width: 775px;
  width: 100%;
  min-height: 400px;
  height: auto;
  overflow: hidden;
  position: relative;
  flex-shrink: 2;
}
@media (max-width: 1200px) {
  .top .about_onlineclinic .inner .step_items {
    max-width: calc(100% - 389px);
    width: 100%;
  }
}
@media (max-width: 820px) {
  .top .about_onlineclinic .inner .step_items {
    max-width: 100%;
    margin-bottom: 1rem;
    order: 2;
    min-height: 400px;
  }
  .top .about_onlineclinic .inner .step_items .step {
    padding: 1rem;
  }
}
.top .about_onlineclinic .inner .step {
  max-width: 775px;
  min-height: 400px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-align: left;
  background-color: #E9F5FE;
  padding: 2rem;
  border-radius: 1rem;
  position: absolute;
  top: 0;
}
.top .about_onlineclinic .inner .step:not(#step01) {
  opacity: 0;
}
.top .about_onlineclinic .inner .step .step_screen {
  width: 140px;
  height: auto;
  margin-bottom: 1rem;
  margin-right: 1rem;
  border: solid 1px #efefef;
}
.top .about_onlineclinic .inner .step .step_text .title {
  margin-top: 0;
  color: #444444;
  font-weight: 400;
}
.top .about_onlineclinic .inner .step .step_text .title .icon_num {
  font-size: 2rem;
  color: #00b0f0;
  padding-right: 1rem;
}
@media (max-width: 820px) {
  .top .about_onlineclinic .inner .step {
    min-height: 400px;
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .top .about_onlineclinic .inner .step .step_text {
    padding-right: 1rem;
  }
  .top .about_onlineclinic .inner .step .step_text .title {
    font-size: 1.15rem;
    font-weight: 700;
  }
  .top .about_onlineclinic .inner .step .step_text .title .icon_num {
    font-size: 1.15rem;
  }
  .top .about_onlineclinic .inner .step .step_screen {
    margin-right: 0;
    width: 160px;
    height: auto;
  }
}
@media (max-width: 576px) {
  .top .about_onlineclinic .inner .step_items {
    min-height: 440px;
  }
  .top .about_onlineclinic .inner .step {
    min-height: 430px;
  }
  .top .about_onlineclinic .inner .step .step_screen {
    width: 120px;
  }
}
@media (max-width: 576px) {
  .top .about_onlineclinic .flow_onlineclinic p {
    text-align: left;
  }
}

.faq_onlineclinic {
  text-align: center;
  background-color: #E9F5FE;
  padding-bottom: 10rem;
}
.faq_onlineclinic .question {
  background-color: #012169;
  color: #fff;
  text-align: left;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.15rem;
  padding: 1rem;
  margin-bottom: 0;
  border-radius: 1rem 1rem 0 0;
}
.faq_onlineclinic .question::before {
  content: "Q.";
  font-weight: 700;
}
.faq_onlineclinic .answer {
  padding: 1rem;
  background-color: #fff;
  text-align: left;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0 0 1rem 1rem;
}
.faq_onlineclinic .answer::before {
  content: "A.";
  font-weight: 700;
}

/*--------------------------------------------------------------
9.0 layout
--------------------------------------------------------------*/
.d-none,
.d-sm-block {
  display: none;
}

.is_pc {
  display: block;
}

@media (max-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-none,
.d-sm-block {
    display: block;
  }
}
@media (max-width: 992px) {
  .is_pc {
    display: none;
  }
  .d-lg-none {
    display: none !important;
  }
}
.horizontal_calum {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between;
}

.text-right {
  text-align: right !important;
}

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

@media (max-width: 768px) {
  .d-md-none {
    display: none;
  }
}
@media (max-width: 576px) {
  .d-sm-none {
    display: none;
  }
}/*# sourceMappingURL=common.css.map */