@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
  }
  body,
  #mainvisual .inner,
  header,
  footer {
    min-width: 100%;
  }
  *,
  *:before,
  *:after {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  /*============================================================================

  header

  ============================================================================*/
  .mainvisual_wrap {
    position: relative;
    background: #fafafa;
  }
  header {
    display: none;
  }
  /*============================================================================

  nav

  ============================================================================*/
  .fixed {
    width: 100%;
  }
  .fixed .sp_link li a {
    display: block;
    padding: 4% 0;
    padding-left: 30px;
  }
  .fixed .sp_link li {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 0;
  }
  .sp_navi_btn_area {
    position: absolute;
    width: calc(100% - 66px);
    z-index: 1;
    margin-left: 4px;
  }
  .sp_navi_btn_area li {
    display: block;
    width: 50% !important;
    float: left;
    text-align: center;
  }
  .sp_navi_btn_area li a {
    display: block;
    color: #bf9a71;
    height: 54px;
    line-height: 54px;
    margin: 4px;
    border-radius: 5px;
    font-family: "Noto Sans Japanese";
    font-size: 4vw;
    background: #a7dcf7;
  }
  .sp_navi_btn_area li i {
    position: relative;
    font-size: 1.3em !important;
    top: 2px;
    left: -5px;
    color: #bf9a71;
  }
  .sp_navi_btn_area li:nth-child(2) i {
    font-size: 1.6em !important;
  }
  .fixed .sp_navi {
    background-color: rgb(255, 255, 255);
  }
  nav {
    display: none;
  }
  .sp_navi {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    z-index: 999999;
    /*height: 76px;*/
    height: 66px;
    -webkit-overflow-scrolling: touch;
    transition: ease-in-out 0.4s;
    background-color: #fff;
    border-bottom: 1px solid #cdcdcd;
  }
  .sp_navi h1 {
    position: absolute;
    top: 0;
    /*display: block;*/
    width: auto;
    text-align: left;
    padding-left: 2%;
    /*height: 76px;*/
    height: 68px;
    box-sizing: border-box;
  }
  .sp_navi h1 .h1_inner {
    display: flex;
    align-items: center;
    padding-top: 5px;
  }
  .sp_navi h1 a {
    display: block;
    height: inherit;
    /*padding-top: 8px;*/
  }
  .sp_navi h1 span,
  .sp_navi h1 img {
    display: block;
    width: auto;
    /*	height: 56px;
      margin: auto;
    */
    padding-top: 8px;
  }
  .sp_navi h1 img {
    z-index: 9999;
    position: relative;
  }
  .sp_navi h1 p:first-of-type {
    margin-right: 10px;
  }
  .sp_navi h1 p:first-of-type img {
    height: 60px;
    width: auto;
  }
  .sp_navi h1 p:nth-of-type(2),
  .sp_navi h1 p:nth-of-type(2) img {
    width: 150px;
    height: auto;
  }
  .sp_navi dl dt {
    position: relative;
    /*height: 80px;*/
    font-weight: bold;
    padding: 0 4%;
    font-size: 18px;
    display: block;
    color: #fff;
    line-height: 2;
  }
  .sp_navi dl dt i {
    position: relative;
    top: 20px;
    font-size: 9px;
    font-style: normal;
    margin-right: 2%;
  }
  .sp_navi_list {
    display: none;
    /*margin-top: 4%;*/
    transition: ease-in-out 0s;
    opacity: 0;
  }
  .fixed .sp_navi_list {
    opacity: 1;
  }
  .sp_navi ul {
    /*padding:4% 2% 4% 8%;*/
    /* padding-top: 70px; */
    padding-top: 0;
    margin: 30px 0 0;
    border-top: 1px solid #ccc;
  }
  .sp_navi ul.sp_navi_children {
    padding-top: 0;
  }
  .sp_navi_list li {
    display: block;
    width: 100%;
    float: left;
    line-height: 1.4;
    font-size: 16px;
    font-weight: normal;
    /*text-align: center;*/
    padding-left: 30px;
  }
  .sp_navi_list li i {
    margin-right: 4%;
    color: #ba9275;
    font-size: 11px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: -6px;
  }
  .sp_navi_list i.fa-facebook-square,
  .sp_navi ul li i.fa-home {
    font-size: 16px;
  }
  .sp_navi_children li a {
    background: #f7f7f7 !important;
  }
  .sp_navi_parent > div {
    padding: 15px 0 15px 30px;
  }
  .sp_navi_parent > div::after {
    position: absolute;
    right: 17px;
    content: "\f067";
    font-family: FontAwesome;
    font-size: 1em;
  }
  .sp_navi_parent_active > div::after {
    position: absolute;
    right: 17px;
    content: "\f068";
    font-family: FontAwesome;
    font-size: 1em;
  }
  .sp_navi_list li a::after {
    position: absolute;
    right: 20px;
    content: ">";
  }
  /*ボタンの動き*/
  .sp_navi dt a {
    display: block;
    /*width: 62px;
    height: 62px;*/
    width: 48px;
    height: 48px;
    position: absolute;
    top: 10px;
    right: 6px;
    z-index: 9999999;
    text-align: center;
    background-color: #086837;
  }
  .sp_navi dt a i {
    position: relative;
    top: 25px;
    font-size: 9px;
    font-style: normal;
    color: #fff;
    font-weight: 600;
  }
  .sp_navi dt a span {
    display: block;
    background: #fff;
    /*width: 33px;*/
    width: 24px;
    height: 2px;
    position: absolute;
    left: 12px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }
  .sp_navi dt a span:nth-child(1) {
    /*top: 14px;*/
    /*top: 9px;*/
    top: 7px;
  }
  .sp_navi dt a span:nth-child(2) {
    margin-top: -10px;
    top: 50%;
  }
  .sp_navi dt a span:nth-child(3) {
    /*bottom: 29px;*/
    bottom: 25px;
  }
  .sp_navi dt a i {
    position: relative;
    left: 0px;
    /*bottom: 6px;*/
    top: 15px;
  }
  .sp_navi dt a.active {
    background: #086837;
  }
  .sp_navi dt a.active i {
    color: #fff;
  }
  .sp_navi dt a.active span {
    background: #fff;
  }
  .sp_navi dt a.active span:nth-child(1) {
    transform: translateY(8px) rotate(225deg);
  }
  .sp_navi dt a.active span:nth-child(2) {
    opacity: 0;
  }
  .sp_navi dt a.active span:nth-child(3) {
    transform: translateY(-6px) rotate(-225deg);
  }
  .sp_under_nav {
    z-index: 999999;
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 54px;
  }
  .sp_under_nav ul {
    display: flex;
    justify-content: center;
    height: 100%;
  }
  .sp_under_nav ul li {
    width: -webkit-fill-available;
    width: -moz-available;
    text-align: center;
    background-color: #009051;
    box-sizing: border-box;
  }
  .sp_under_nav ul li:nth-child(2) {
    background-color: #2ca62c;
  }
  .sp_under_nav ul li:last-child {
    background-color: #ee7e07;
  }
  .sp_under_nav ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    line-height: 1.4em;
  }
  .sp_under_nav li a i {
    margin-right: 5px;
    font-size: 1.2em;
  }
  .fa-archive::before {
    content: "\f187";
  }
  .fa fa-user ::before {
    content: "\f007";
  }
  .fa-envelope-o::before {
    content: "\f003";
  }
  /*============================================================================

  #mainvisual

  ============================================================================*/
  .mainvisual_wrap {
    height: 200px;
  }
  #mainvisual {
    background-position: center;
    background-attachment: scroll;
    height: 180px;
  }
  #mainvisual .inner {
    width: auto;
    height: inherit;
    z-index: 1;
  }
  /* 下層ページヘッドライン */
  .mainvisual_headline {
    padding-top: 70px;
  }
  #mainvisual .under h2 {
    top: 52%;
  }
  #mainvisual h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  /* トップページキャッチフレーズ */
  .mainvisual_catch {
    width: 100%;
    /*top: 106px;*/
    top: 460px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    text-align: center;
  }
  .mainvisual_catch h2 {
    /*left: 5%;*/
    /*width: 60%;*/
    /*width: 90%;*/
  }
  .mainvisual_catch p {
    /*right: 8%;
    bottom: -60px;
    width: 50%;*/
    right: unset;
    bottom: unset;
    top: -362px;
    width: 70%;
    left: 15%;
    z-index: -1;
    opacity: 0.7;
  }
  .mainvisual_catch02 p {
    position: absolute;
    top: 370px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 17px;
    color: #333;
    text-shadow: none;
  }
  .mainvisual_catch02 .mainvisual_catch_en {
    top: 150px;
    left: 10px;
    text-align: left;
  }
  .mainvisual_catch02 .mainvisual_catch_en img {
    width: 200px;
    height: 77px;
  }
  #mainvisual::after {
    height: 80px;
    background-size: cover;
  }
  .mainvisual_catch_title {
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;
    text-align: center;
  }
  /*============================================================================

  #contents

  ============================================================================*/
  .box1 {
    width: auto;
    margin: 0 6% 0px;
    padding-bottom: 0px;
  }
  .box2 {
    width: auto;
    margin: 0 6% 0px;
    /*padding-bottom: 80px;*/
    padding-bottom: 50px;
  }
  .box3 {
    padding-left: 6%;
    padding-right: 6%;
  }
  #contents {
    width: auto;
  }
  #contents_left {
    width: auto;
    float: none;
    margin-right: 0;
  }
  #contents_right {
    width: auto;
    padding: 0 6%;
    float: none;
  }
  .bg_gray_contents {
    padding: 15px !important;
  }
  .box_topic {
    width: 100%;
  }
  /*============================================================================

  $top

  ============================================================================*/
  /*----- top_property_info -----*/
  .top_property_info .list_box {
    width: 100%;
    flex-wrap: wrap;
  }
  .bkn_box .info {
    box-sizing: border-box;
  }
  .bkn_box {
    padding-bottom: 60px;
  }
  .bkn_box .info dd {
    margin-bottom: 15px;
  }
  .property_info_list {
    width: 100%;
  }
  .property_info_list h4 {
    font-size: 16px;
  }
  .property_info_list {
    margin-bottom: 30px;
  }
  .property_info_list .btn a {
    width: 100%;
    transition: none;
  }
  .property_info_list .btn02 {
    right: 16px;
  }
  .property_info_list .btn02 a {
    padding: 5px 20px;
    transition: none;
  }
  .property_info_list .bkn_box .info .btn {
    left: 20px;
  }
  .kansai h4 span {
    padding-left: 0;
  }
  /*----- top_about -----*/
  .top_about {
    /*padding-bottom: 82px;*/
    padding-bottom: 0;
  }
  .top_about .box1 .out_line {
    /*position: relative;
    flex-wrap: wrap;
    z-index: 1;*/
    display: block;
    margin-bottom: 40px;
  }
  .out_line_text {
    width: auto;
    margin-left: 0;
    padding-top: 0;
  }
  .top_about .box1 .out_line h3 {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 1.75;
  }
  .top_about .box1 .out_line h3::after {
    bottom: -18px;
    background-size: contain;
    z-index: -1;
  }
  .out_line_text p {
    width: auto;
    margin-bottom: 32px;
    line-height: 1.9;
  }
  .top_about .box1 .out_line figure {
    width: 86%;
    height: auto;
    margin: auto;
  }
  .top_about .list_box {
    flex-wrap: wrap;
  }
  .about_us .list_box .list {
    position: relative;
    width: 48%;
    margin-bottom: 12px;
  }
  .about_us .list_box .list:before {
    content: "";
    display: block;
    padding-top: 86%; /* 高さを幅の75%に固定 */
  }
  .about_us .list_box a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .about_us .list_box a h4 {
    height: auto;
    line-height: normal;
    font-size: 14px;
    padding: 2% 4%;
    letter-spacing: 0.06em;
  }
  /*.top_movie {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  #iframe_player_api {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }*/
  .top_movie {
    width: 100%;
    /*margin-top: 50px;*/
    margin: 0 auto 10px;
  }
  /*----- top_message -----*/
  .top_message .bg01 {
    /*top: 67px;*/
    top: 20px;
    width: 96vw;
    height: 84%;
    min-width: inherit;
  }
  .top_message .bg02 {
    min-width: inherit;
    width: 96vw;
    height: 84%;
  }
  .top_message .box1 {
    margin-left: 10%;
    margin-right: 6%;
    padding-bottom: 60px;
  }
  .top_message .box1 h3.tit01 {
    margin-bottom: 48px;
  }
  .top_message .box1 .text {
    padding-left: 0;
  }
  .top_message .box1 .text h4 {
    font-size: 24px;
    line-height: 1.65;
  }
  .top_message .box1 .text h4 span {
    font-size: 18px;
    margin-top: 18px;
  }
  .message_text {
    line-height: 1.8;
    margin-bottom: 40px;
  }
  .text .message_text p {
    margin-bottom: 18px;
  }
  .company_president_name span {
    display: block;
    padding-right: 0;
    padding-bottom: 8px;
  }
  /*----- top_info -----*/
  .top_info {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .top_info .top_info_cate {
    padding: 0 10px;
    font-size: 14px;
    margin-right: 10px;
  }
  .top_info .contents h4 {
    margin-top: 4px;
  }
  .top_info_cate {
    padding: 0 10px;
    font-size: 14px;
    margin-right: 10px;
  }
  /*============================================================================

  $breadcrumb ぱんくず

  ============================================================================*/
  .breadcrumb {
    bottom: -10px;
    width: 90%;
  }
  .breadcrumb li {
    font-size: 12px;
  }
  .breadcrumbs {
    margin: 10px 3%;
    font-size: 12px !important;
  }
  /*============================================================================

  $共通

  ============================================================================*/
  #contents {
    padding-bottom: 70px;
  }
  .box {
    width: auto;
    padding: 0 6% 8%;
  }
  .text {
    float: none;
    width: auto;
    padding: 0;
    border: none;
  }
  h3.tit01,
  h3.tit02,
  h3.tit03,
  h3.tit04,
  h3.tit05 {
    text-align: left;
  }
  h3.tit01 {
    font-size: 24px;
  }
  h3.tit01 span {
    font-size: 14px;
  }
  h3.tit01 span.tit01_ja {
    margin-bottom: 25px;
    font-size: 13px;
  }
  h4.tit01,
  h4.tit02,
  h4.tit04,
  h4.tit03,
  h5.tit02,
  .tit04 {
    font-size: 19px;
  }
  h5.tit01 {
    font-size: 17px;
  }
  h3.tit02::before {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 57px;
    background-image: url(../images/tit02_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  h3.tit04 span span::before {
    display: none;
  }
  h4.tit01,
  h3.tit05 {
    display: flex;
  }
  h4.tit01 {
    padding: 10px;
  }
  h3.tit05 {
    text-align: left;
    font-size: 19px;
  }
  h4.tit01::before,
  .tit04::before,
  h3.tit05::before {
    top: 0;
    display: block;
    height: inherit;
  }
  .cate_bkn_box .info_list h4.tit01 {
    font-size: 16px;
  }
  .sugigroup h3.tit01 {
    font-size: 21px;
    /*margin-bottom: 12px;*/
    margin-bottom: 3px;
  }
  .property_contact_box h3 {
    margin-left: 20px;
  }
  .tit06 {
    font-size: 17px;
  }
  .nowrap {
    white-space: normal;
  }
  .h3_box {
    margin-bottom: 20px;
  }
  /* リスト */
  .list08 {
    padding: 6%;
  }
  /* テーブル */
  .tb01 {
    white-space: inherit;
  }
  .tb01 td,
  .tb01 th {
    padding: 2% 3%;
  }
  .tb01 th {
    width: 105px;
    font-size: 12.5px;
  }
  .tb01 td {
    font-size: 11px;
  }
  .tb03,
  .tb03 th {
    white-space: inherit;
  }
  .tb03.w075par {
    width: 100%;
  }
  .tb04,
  .tb04 th {
    white-space: normal;
  }
  .tb04 th {
    font-size: 13px;
  }
  .tb04 td,
  .tb04 th {
    padding: 2%;
  }
  /* ボタン */
  .btn01 a {
    display: block;
    padding: 16px 0;
    transition: none;
  }
  .btn03 a {
    display: block;
    min-width: unset;
    padding: 15px 20px;
    transition: none;
  }
  .btn03 a::after {
    right: 12px;
  }
  .btn04 a {
    min-width: auto;
    width: 100%;
  }
  /* アンカーリンク */
  .ank01 {
    width: 88%;
    padding: 0 6%;
  }
  .ank01 li {
    width: 49%;
    margin-bottom: 3%;
    margin-left: 0;
  }
  .ank01 li:nth-child(even) {
    margin-left: 2%;
  }
  .ank02 li {
    float: none;
    width: 100%;
    height: auto !important;
    margin-bottom: 3%;
    margin-left: 0;
  }
  .ank01 li span {
    font-size: 12.5px;
  }
  /* 画像右寄せ */
  .img_fr {
    float: none;
    margin-left: 0;
    text-align: center;
  }
  .img_fr img {
    margin-bottom: 15px;
  }
  .img_fr02 span {
    margin-bottom: 10px;
  }
  .flex_box1 {
    flex-wrap: wrap;
  }
  .side_area li {
    width: 48%;
    margin-right: 0;
  }
  /*============================================================================

  $company

  ============================================================================*/
  .message .box1 {
    width: auto;
  }
  .message .bg01 {
    height: 92%;
  }
  .message .bg02 {
    height: 92%;
  }
  .campany_table {
    width: 88%;
    margin: auto;
  }
  .campany_table th {
    width: 100%;
    display: block;
  }
  .campany_table td {
    width: 100%;
    display: block;
  }
  .company_table01 {
    white-space: normal;
  }
  .company_table01 td,
  .company_table01 th {
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #ddd;
    text-align: left;
  }
  .company_table01 th {
    padding: 15px 15px 0;
    white-space: normal;
    border-bottom: none;
    font-size: 1.1em;
  }
  .company_table01 td {
    padding: 5px 15px 15px;
  }
  .company_table01 td .title {
    font-size: inherit;
  }
  .campany_thought {
    padding-bottom: 80px;
  }
  .campany_thought h4 {
    margin-bottom: 32px;
  }
  .campany_thought .text {
    width: 88%;
    line-height: 1.7;
  }
  .campany_logo {
    width: 50%;
    margin: 0 auto;
  }
  .campany_logo img {
    width: 100%;
  }
  /*============================================================================

  $strength02

  ============================================================================*/
  .strength02 .layout09 {
    width: auto;
  }
  .strength02 .flex_box1 {
    flex-direction: column-reverse;
  }
  .strength02 ul.list03 {
    width: auto;
  }
  .strength02 .box_center,
  .box_center {
    width: 100%;
  }
  .about_img {
    width: 80%;
    margin-bottom: 32px;
    position: relative;
    right: 5px; /*画像の中心線が右寄りなため調整*/
  }
  .strength_img {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
  .strength_img img {
    width: 100%;
  }
  /*============================================================================

  $group

  ============================================================================*/
  .layout_health {
    width: 100%;
  }
  .mb_ank {
    margin-bottom: 80px !important;
  }
  /*============================================================================

  $achievement

  ============================================================================*/
  /*開業したドクターの声*/
  .caption_box dl {
    margin-bottom: 48px;
  }
  .caption_box dl dd {
    width: 96%;
    position: relative;
    top: -12px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
  }
  .caption_box dl dd .title {
    font-size: 14px;
  }
  .caption_box dl dd .doctor_name {
    font-size: 12px;
  }
  .caption_box .text {
    margin-bottom: 40px;
  }
  .img_fl {
    margin-right: auto;
  }
  .img_fl img:nth-of-type(2) {
    margin: 10px 0;
  }
  .voice_block:last-of-type {
    margin-bottom: 0;
  }
  .voice_block h5 {
    font-size: 17px;
  }
  .case_box div:nth-last-child(-n+3) {
    margin-bottom: 32px;
  }
  /*============================================================================

  $medical

  ============================================================================*/
  .layout01 dt {
    line-height: 1.5;
    font-size: 15px;
  }
  .layout01 dt em {
    display: block;
    margin-right: 0;
    font-size: 28px;
    text-align: center;
  }
  .layout04_A dt {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .layout04_A dd {
    display: block;
    width: 100%;
  }
  .layout04_A dd .tit07 {
    margin-bottom: 0.5em;
  }
  .layout04_A dd .btn01_A {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .layout07 {
    display: block;
  }
  .layout07 > dl {
    width: 100%;
    margin-right: 0%;
    padding: 3% 5%;
  }
  .layout07 > dl > dt {
    font-size: 16px;
  }
  .layout07.jirei dl {
    width: 100%;
  }
  .layout10 {
    display: block;
  }
  .layout10 dl {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .layout10 dt {
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 0;
    height: 48px;
    line-height: 48px;
  }
  .layout11 dl {
    display: block;
    margin-bottom: 20px;
  }
  .layout11 dt {
    width: 100%;
  }
  .layout11 dd {
    width: 100%;
  }
  .layout11 dd p {
    display: block;
    margin: 0;
  }
  .layout12_wrapper {
    display: block;
  }
  .layout12 {
    margin-bottom: 30px;
  }
  .layout12:first-of-type {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .layout12:first-of-type::after {
    display: none;
  }
  .layout12:first-of-type dl {
    width: 100%;
    margin-right: 0;
  }
  .layout12:nth-of-type(2) {
    width: 100%;
  }
  .layout12 dt {
    font-size: 16px;
  }
  .layout12 p {
    margin-bottom: 1em;
  }
  .layout13_wrapper {
    display: block;
  }
  .layout13_wrapper > div {
    width: 100%;
    margin-right: 0%;
  }
  .layout13_wrapper > div:last-of-type dl {
    margin-top: 0;
    margin-bottom: 0;
  }
  .layout13 {
    height: auto;
    margin-bottom: 30px;
  }
  .layout13 dt {
    font-size: 16px;
  }
  .layout13 .img_flex {
    width: 70%;
    margin: 0 auto;
  }
  .layout13 .img_flex img {
    width: 100%;
  }
  .bg_gray {
    padding: 5%;
  }
  .list09 li {
    padding: 0 6% 0 0.6em;
  }
  .img_flex {
    display: block;
  }
  .img_flex > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .img_flex.img_flex_mb00 > div {
    margin-bottom: 20px;
  }
  .img_flex.img_flex_mb00 > div:last-of-type {
    margin-bottom: 0;
  }
  .img_flex03 {
    display: flex;
    flex-wrap: wrap;
  }
  .img_flex03 li {
    width: 49%;
    margin-right: 2%;
  }
  .img_flex03 li:nth-of-type(3n) {
    margin-right: 2%;
  }
  .img_flex03 li:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  .img_flex03 img {
    width: 100%;
  }
  .homecare_volume_wrapper {
    display: block;
  }
  .homecare_volume:first-of-type {
    padding-top: 50px;
  }
  .homecare_volume:first-of-type img {
    width: 80%;
  }
  .homecare_volume_wrapper img {
    width: auto;
    height: auto;
  }
  .homecare_volume_text {
    top: 10px;
    border: 1px solid #00aa3a;
    margin-right: 0;
  }
  .txt_large {
    line-height: inherit;
  }
  .txt_small {
    font-size: 0.9em;
  }
  .list09 .txt_small {
    text-align: left;
  }
  .anchor {
    margin-top: -80px;
    padding-top: 80px;
  }
  .img_flex_zaidan {
    width: 100%;
    margin-bottom: 30px;
  }
  .img_flex_zaidan > div:first-of-type {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .img_flex_zaidan .border_green {
    padding: 3% 5%;
  }
  .img_flex > div.zaidan_logo {
    margin-bottom: 0;
  }
  .cp_box_wrapper {
    display: block;
    margin-top: 30px;
  }
  .cp_box_wrapper > .cp_box {
    width: 100%;
    margin-right: 0%;
    padding: 3% 5%;
  }
  .cp_box_wrapper > .cp_box > .tit {
    font-size: 16px;
  }
  .border_green {
    /*padding: 3% 5%;*/
    padding: 20px 0 20px 50px;
    border: 2px solid #00aa3a;
    border-radius: 5px;
    font-size: 1em;
  }
  .list09 {
    align-items: center;
    font-size: 1em;
    display: block;
  }
  .list09 li {
    margin-right: 0;
  }
  .img_flex_auto {
    display: block;
  }
  .img_flex_auto dl {
    margin-bottom: 30px;
  }
  .img_flex_auto dl:first-of-type {
    margin-right: 0;
  }
  .img_flex_auto dl:nth-of-type(2) {
    margin-left: 0;
  }
  .img_flex_auto dl:last-of-type {
    margin-bottom: 0;
  }
  .load_info_box {
    margin: 0 auto 30px;
    display: block !important;
  }
  .load_info_box .contents {
    display: block;
  }
  .cp_tab > label {
    height: 60px;
    line-height: inherit;
    font-size: 1em;
    padding: 0;
    width: 25%;
  }
  .cp_tab > label:hover span::before,
  .cp_tab > input:focus + label span::before,
  .cp_tab > input:checked + label span::before {
    bottom: 0;
  }
  .cp_tab > label[for=tab1_4] {
    margin: 0;
    padding: 0;
  }
  .cp_tab > label span {
    top: 22px;
    font-size: 0.9em;
  }
  .cp_tab > label[for=tab1_4] span {
    top: 50%;
    margin-top: -1.8em;
  }
  .cp_tab .cp_tabpanel {
    padding: 2% 4%;
    margin-top: 10px;
  }
  .cp_tab {
    width: 100%;
    /*font-size: 0.8em;*/
  }
  #tab {
    padding: 4%;
  }
  #tab li {
    font-size: 1em;
  }
  .contents a {
    flex-wrap: wrap;
    padding: 10px;
  }
  .top_information a {
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .top_info_date {
    min-width: unset;
    margin-right: 1em;
  }
  .top_information a .top_info_cate {
    min-width: unset;
    margin-bottom: 10px;
  }
  .top_information h4 {
    width: 86%;
    margin-right: 2%;
  }
  .contents h4 {
    /*width: 85%;*/
    width: 100%;
    margin-top: 15px;
    margin-right: 0;
    white-space: normal;
    order: 2;
  }
  .pager {
    margin-bottom: 48px;
    padding-bottom: 30px;
  }
  .top_information .pager a {
    padding: 0;
  }
  .w90par {
    width: 100%;
    margin: 0 auto;
  }
  .top_info_new {
    margin-top: 0;
    min-width: unset;
  }
  .cp_menu label::before {
    right: 10px;
  }
  #cp_menu_bar1:checked ~ #link01 li,
  #cp_menu_bar1:checked ~ #link01 .btn03,
  #cp_menu_bar2:checked ~ #link02 li,
  #cp_menu_bar2:checked ~ #link02 .btn03,
  #cp_menu_bar3:checked ~ #link03 li,
  #cp_menu_bar3:checked ~ #link03 .btn03,
  #cp_menu_bar4:checked ~ #link04 li,
  #cp_menu_bar4:checked ~ #link04 .btn03 {
    max-height: 300px;
  }
  .pc_center {
    text-align: left;
  }
  .pagetop {
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  #contents.topics_index {
    padding: 20px;
    background-color: #ededed;
  }
  .topics_index .cp_menu {
    margin-bottom: 0;
  }
  .topics_index #contents_left {
    margin-bottom: 0 !important;
  }
  .topics_index #contents_left .box {
    padding-bottom: 0;
  }
  .topics_index .contents,
  .topics_index .btn03 {
    margin: 0 2%;
  }
  .topics_index .top_information {
    background-color: #fff;
  }
  .characteristic {
    font-size: inherit;
  }
  .cate_bkn_box .characteristic {
    height: 83px;
    margin-bottom: 15px;
  }
  .detail_box2 .characteristic {
    margin-bottom: 10px;
  }
  .property_info_list .article + .btn a {
    font-size: 16px;
    padding: 10px 40px;
  }
  .property_info_list .article + .btn02 a {
    font-size: 16px;
    padding: 10px 0;
    width: 100%;
  }
  .property_info_list .article + .btn.long a {
    letter-spacing: 0;
    font-size: 14px;
  }
  .property_info_list .btn a::after {
    right: 20px;
  }
  .info_list img {
    width: 100%;
    margin-right: 0;
  }
  .tb03 input {
    font-size: 16px;
  }
  .cntact_btn_box input[type=submit],
  input[type=button],
  .back_btn a {
    min-width: auto;
    width: 100%;
  }
  .tb03 .seminar_box input {
    width: 10px !important;
  }
  .topics_list_inner {
    flex-wrap: wrap;
    padding: 10px;
  }
  .topics_list_tit {
    width: 100%;
    margin-top: 15px;
    margin-right: 0;
    white-space: normal;
    order: 2;
  }
}
/*============================================================================

  $iphone5

  ============================================================================*/
@media screen and (min-width: 320px) and (max-width: 374px) {
  .top_message .box1 .text h4 {
    font-size: 20px;
  }
  .mainvisual_headline p {
    font-size: 13px;
  }
  .caption_box dl dd br {
    display: none;
  }
  .caption_box dl dd .doctor_name span {
    display: block;
  }
  .campany_table td,
  .campany_table th {
    padding: 4% 8%;
  }
  .site_map01 a {
    font-size: 12px;
  }
}
/*============================================================================

  $スマホ横画面

  ============================================================================*/
@media (min-width: 667px) and (max-width: 800px) {
  /* style */
  body,
  header,
  footer {
    min-width: 1300px;
  }
  .message,
  .campany_thought {
    margin-right: calc(50% - 650px);
    margin-left: calc(50% - 650px);
    padding-right: calc(650px - 50%);
    padding-left: calc(650px - 50%);
  }
}/*# sourceMappingURL=sp.css.map */