@charset "UTF-8";
/* CSS Document */
/*@import url(//db.onlinewebfonts.com/c/bdd783af95402f000ddc1915d66acc79?family=KiroW01-ExtraBold);*/
body {
  /*font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";*/
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: justify;
}

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

a:hover {
  color: #323333;
}

::-moz-selection {
  background-color: #99c1da;
}

::selection {
  background-color: #99c1da;
}

::-moz-selection {
  background-color: #99c1da;
}

body,
#mainvisual .inner,
header,
footer {
  min-width: 1240px;
}

.sp_display {
  display: block;
}

.pc_display {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc_display {
    display: block;
  }
  .sp_display {
    display: none;
  }
}
/*============================================================================

	header

============================================================================*/
@media screen and (min-width: 641px) {
  header {
    position: fixed;
    top: 0;
    min-width: 1240px;
    z-index: 100;
  }
  #mainvisual {
    padding-top: 138px;
  }
  body.--loggedout #mainvisual {
    padding-top: 128px;
  }
}
header {
  width: 100%;
  background-color: #fff;
}

header .inner {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  justify-content: -ms-space-between;
  align-items: flex-end;
  position: relative;
  box-sizing: border-box;
  margin: auto;
  /* padding-top: 35px; */
  padding: 20px;
  height: 120px;
}

/* ロゴ */
header h1 {
  position: relative;
  display: flex;
  align-items: center;
}

/* header h1 p {
	padding-bottom: 5px;
	padding-right: 10px;
} */
header h1 a {
  display: inline-block;
}

.header_right {
  display: flex;
  display: -ms-flex;
  justify-content: flex-end;
  justify-content: -ms-flex-end;
  align-items: flex-end;
  right: 70px;
}

.header_info {
  margin-right: 20px;
}

.header_info .ad {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  justify-content: -ms-flex-end;
  margin-bottom: 9px;
  /* margin-right: 7px; */
  color: #666666;
  /*font-size: 12px;*/
  font-size: 11px;
  letter-spacing: 0.075em;
  padding-left: 8px;
}

@media all and (-ms-high-contrast: none) {
  .header_info .ad {
    width: 680px;
  }
}
.header_info .ad li {
  margin-bottom: 8px;
  margin-right: 10px;
}

.header_info .ad li:last-of-type {
  margin-right: 0;
}

/*.header_info .ad li:first-child {
	margin-right: 23px;
}
.header_info .ad li:last-child {
	margin-right: 37px;
}*/
.header_info .ad li span {
  display: inline-block;
  width: 50px;
  height: 20px;
  margin-right: 8px;
  background-color: #ea5514;
  color: #fff;
  line-height: 20px;
  letter-spacing: 0.1;
  text-align: center;
}

.header_info .ad li:nth-child(2) span {
  background-color: #00aa3a;
}

.header_info .ad li:nth-child(3) span {
  background-color: #ef7e0a;
}

.l_header_status {
  padding: 70px 20px 0;
}

.l_header_status_name {
  font-size: 18px;
  font-weight: bold;
  margin: auto 0;
}

.l_header_status_name a {
  text-decoration: underline;
}

.l_header_status_name a:hover {
  text-decoration: none;
}

.contact_btnWrapper {
  width: -moz-fit-content;
  width: fit-content;
  margin: 15px 0 0 auto;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  position: relative;
}

body.--loggedout .contact_btnWrapper {
  margin: 56px 0 0 auto;
}

@media screen and (max-width: 640px) {
  .contact_btnWrapper {
    width: 100%;
    margin: 56px 0 0;
    flex-direction: column;
  }
  body.--loggedout .contact_btnWrapper {
    margin: 15px 0 0;
    display: none !important; /*20250414*/
  }
}
.contact_notice {
  color: #eb5514;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.contact_notice span {
  display: inline-block;
}

.contact_btn {
  display: flex;
  justify-content: flex-end;
}

.contact_btnNotice {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  white-space: nowrap;
  color: #eb5514;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
  transform: translateY(-125%);
  border: 2px solid #eb5514;
  background: #fff;
  padding: 0.25em 1em;
}

.contact_btnNotice::before,
.contact_btnNotice::after {
  content: "";
  position: absolute;
  left: 80px;
  transform: translateX(-50%);
}

.contact_btnNotice::before {
  bottom: -11px;
  border: 6px solid transparent;
  border-top: 6px solid #fff;
  z-index: 2;
}

.contact_btnNotice::after {
  bottom: -16px;
  border: 8px solid transparent;
  border-top: 8px solid #eb5514;
  z-index: 1;
}

.contact_btn a,
.contact_btn button,
.swpm-button {
  display: flex;
  display: -ms-flex;
  justify-content: center;
  justify-content: -ms-center;
  align-items: center;
  align-items: -ms-center;
  position: relative;
  background-image: linear-gradient(90deg, #e95512, #feb716);
  border-radius: 30px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  transition: ease-in-out 0.5s;
  padding: 15px 20px;
}

@media screen and (max-width: 640px) {
  .contact_btn a,
  .contact_btn button,
  .swpm-button {
    width: 100%;
  }
}
.contact_btn button,
.swpm-button {
  border: unset;
  cursor: pointer;
}

.contact_btn a:hover,
.contact_btn button:hover,
.swpm-button:hover {
  background-image: linear-gradient(90deg, #feb716, #e95512);
  transition: 0.5s;
}

.contact_btn a img,
.contact_btn button img {
  display: block;
  width: 19px;
  height: 15px;
  margin-right: 8px;
}

.header_right .contact_btn ul {
  display: table;
}

.header_right .contact_btn ul li {
  display: table-cell;
  vertical-align: bottom;
}

.header_right .contact_btn ul li + li {
  padding-left: 10px;
}

.tel_btn {
  font-size: 22px;
  font-weight: bold;
  display: block;
  border-right: solid 1px #ddd;
  padding: 4px 20px 0 0px;
  line-height: 1.2;
}
.tel_btn span {
  display: block;
  text-align: center;
  font-size: 12px;
}
.tel_btn img {
  width: 15px;
  height: 15px;
  margin-right: 4px;
  margin-bottom: 4px;
}

/*============================================================================

	nav

============================================================================*/
nav {
  position: relative;
  z-index: 9999;
}

nav ul {
  margin: 0 auto;
  text-align: right;
  display: flex;
  padding-top: 10px;
}

nav li {
  display: inline-block;
  position: relative;
  height: inherit;
  white-space: nowrap;
}

nav li a {
  /*padding: 0 6px;*/
  padding: 0 15px;
  color: #323233;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1em;
}

nav li:last-child a {
  padding-right: 0;
}

nav li:last-child::after {
  display: none;
}

nav li a:hover,
nav li.active2 a {
  color: #e95512;
}

nav li a span {
  position: relative;
}

/* ホバーのボーダー */
/* ホバーで出てくるメニューを示すアイコン */
.nav_slidebtm {
  background-image: url(../images/arrow02.png);
  background-repeat: no-repeat;
  background-position: center bottom 10px;
  background-size: 8px;
}

/* ホバーで出てくるメニュー */
nav ul li div {
  position: absolute;
  display: none;
  width: 300%;
  top: 100%;
  left: 0%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  z-index: 10;
}

nav ul li:last-child div {
  left: initial;
  right: -40%;
}

nav ul li div a {
  display: block;
  position: relative;
  padding: 13px 20px;
  border-bottom: 1px solid #f0f0f0;
  line-height: 1.4;
  text-align: left;
  font-size: 16px;
  color: #333 !important;
}

nav ul li div a::after,
nav ul li div a::before {
  display: none;
}

nav ul li div a:hover {
  background-color: #f0f0f0;
}

/* 矢印 */
.nav_arrow img {
  display: block;
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
  transition: 0.2s ease-in-out;
}

nav ul li div a:hover .nav_arrow img {
  right: 3%;
}

/* スクロールで追加されるクラス */
.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

/*============================================================================

	#mainvisual

============================================================================*/
.mainvisual_wrap {
  height: 266px;
  background: #fafafa;
  margin-bottom: 40px;
}

#mainvisual {
  display: block;
  position: relative;
  height: calc(100% - 138px);
}

body.--loggedout #mainvisual {
  height: calc(100% - 128px);
}

@media screen and (max-width: 640px) {
  body.--loggedout #mainvisual {
    height: 180px;
  }
}
#mainvisual .inner {
  display: table;
  position: relative;
  height: 100%;
  width: 1240px;
  margin: 0 auto;
  background-repeat: no-repeat;
}

#mainvisual h2 {
  position: relative;
}

#mainvisual .under h2 {
  position: absolute;
  left: 4%;
  top: 24%;
}

/* キャッチフレーズ */
.mainvisual_catch_title {
  position: absolute;
  top: 20px;
  left: 0;
}

.mainvisual_catch_title h2 {
  font-family: "秀英角ゴシック銀 B";
  font-size: 26px;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px 15px;
}

.mainvisual_catch {
  position: absolute;
  /*top: 222px;*/
  top: 70px;
  left: 65px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 25px;
}

.mainvisual_catch h2,
.mainvisual_catch02 h2 {
  font-size: 22px;
  color: #323233;
  font-weight: bold;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.6);
  text-align: center;
}

.mainvisual_catch h2 img {
  width: 350px;
}

.mainvisual_catch p {
  position: absolute;
  /*bottom: -130px;
  right: 5px;*/
  bottom: -150px;
  left: 50px;
}

.mainvisual_catch02 p {
  position: absolute;
  top: 90px;
  left: 0;
  /*background-color: rgba(255, 255, 255, 0.4);*/
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 1.8;
  text-shadow: 2px 0 3px #758b9a, 0 2px 3px #758b9a, -2px 0 3px #758b9a, 0 -2px 3px #758b9a;
}

.mainvisual_catch02 span.under_line {
  border-bottom: 2px solid #323233;
}

.mainvisual_catch02 .mainvisual_catch_en {
  top: 220px;
  left: 0;
}

.mainvisual_catch02 .mainvisual_catch_en img {
  width: 250px;
  height: 96px;
}

/* 下層ページの見出し */
/* .mainvisual_headline {
	display: table-cell;
	padding-bottom: 2px;
	letter-spacing: 0.15em;
	vertical-align: middle;
	text-align: center;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
} */
.mainvisual_headline h2 {
  font-size: 36px;
  color: #006322;
}

.mainvisual_headline p {
  display: inline-block;
  font-size: 15px;
  color: #ea5513;
}

/* 飾りの英語の棒 */
.mainvisual_headline p::before,
.mainvisual_headline p::after {
  position: relative;
  content: "-";
}

.mainvisual_headline p::before {
  left: -0.5em;
}

.mainvisual_headline p::after {
  right: -0.5em;
}

/* 背景変更用 */
#mainvisual .bg_perth {
  background-image: url(../images/mainvisual_slide_under02.png);
  background-position: center 0%;
  background-size: cover;
}

#mainvisual.bg02 {
  background-image: url(../images/main_bg02.png);
  background-position: center 0%;
  background-size: cover;
}

#mainvisual.bg03 {
  background-image: url(../images/main_bg03.png);
  background-position: center 0%;
  background-size: cover;
}

#mainvisual.bg04 {
  background-image: url(../images/main_bg04.png);
  background-position: center 0%;
  background-size: auto;
}

#mainvisual.bg05 {
  background-image: url(../images/main_bg05.png);
  background-position: center 0%;
  background-size: cover;
}

/*==================================================================

	#contents

==================================================================*/
main {
  display: block;
}

#container {
  padding-top: 84px;
}

#contents {
  position: relative;
  width: 1140px;
  margin: 0 auto;
  /*padding-top: 70px;*/
  padding-bottom: 160px;
}

#contents::after {
  display: block;
  clear: both;
  content: "";
}

#contents_left {
  /*float: left;*/
  width: 100%;
}

#contents_right {
  /*float: right;
  width: 280px;*/
  width: 100%;
  font-size: 15px;
  line-height: 1.6;
}

.right_medical h3 {
  text-align: center;
}

.right_medical h3 a {
  display: block;
  padding: 7px 0;
  background-color: #262e7c;
  color: #fff;
  font-weight: bold;
  font-size: 19px;
  transition: 0.1s ease-in-out;
}

.right_medical h3 a:hover {
  background-color: #e0d6ce;
  color: #1f2774;
}

.right_medical ul {
  padding: 10px;
  background-color: #f0f0f0;
}

.right_medical li {
  margin-bottom: 15px;
}

.right_medical li:last-child {
  margin-bottom: 0;
}

.right_medical img {
  width: 100%;
}

.bg_gray_contents {
  background-color: #f7f7f7;
  padding-bottom: 30px;
  padding-top: 30px;
}

.bg_gray_contents.sugigroup {
  padding-top: 30px;
}

.sugigroup h3.tit01 {
  position: relative;
  /* margin-bottom: 35px; */
  letter-spacing: 0.2em;
  line-height: 1.4;
  color: #086837;
  font-size: 22px;
  font-weight: bold;
  font-family: "秀英角ゴシック銀 B";
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.sugigroup h3.tit01::before,
.sugigroup h3.tit01::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #00a93a;
}

.sugigroup h3.tit04 {
  color: #086837;
}

/*============================================================================

	$footer

============================================================================*/
footer {
  position: relative;
  width: 100%;
  padding: 40px 0 0;
  background-color: #f7f7f7;
}
footer .footer_sitemap {
  display: flex;
  width: 1100px;
  margin: 20px auto 0;
}
footer .footer_sitemap .footer_logo {
  padding-right: 40px;
}
footer .footer_sitemap .footer_list a:hover {
  text-decoration: underline;
}
footer .footer_sitemap .footer_list a:not([href]):hover {
  text-decoration: none; /* href 属性がない場合は下線を消す */
}
footer .footer_sitemap .footer_list .dcp_link {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px 0;
}
footer .footer_sitemap .footer_list .dcp_link .title {
  border-right: solid 2px #ddd;
  flex-grow: 0;
}
footer .footer_sitemap .footer_list .dcp_link .title li {
  width: 110px;
}
footer .footer_sitemap .footer_list .dcp_link .link_list {
  display: flex;
  flex-wrap: nowrap;
  margin: 6px 0 0 30px;
  justify-content: space-between;
  flex-grow: 1;
}
footer .footer_sitemap .footer_list .dcp_link .link_list .site_map02 dt a,
footer .footer_sitemap .footer_list .dcp_link .link_list .site_map04 a {
  display: block;
  margin-bottom: 12px;
  position: relative;
  line-height: 1;
  font-weight: bold;
}
footer .footer_sitemap .footer_list .dcp_link .link_list .site_map02 dt a::before,
footer .footer_sitemap .footer_list .dcp_link .link_list .site_map04 a::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -11px;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #e84500;
}
footer .footer_sitemap .footer_list .dcp_link .link_list .site_map02 dd a {
  line-height: 2;
  letter-spacing: 0;
  position: relative;
  padding-left: 15px;
}
footer .footer_sitemap .footer_list .dcp_link .link_list .site_map02 dd a::before {
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 8px;
  height: 1px;
  background-color: #e84500;
  content: "";
}
footer .footer_sitemap .footer_list .group_link {
  display: flex;
  margin: 0 0 20px 0;
}
footer .footer_sitemap .footer_list .group_link .title {
  border-right: solid 2px #ddd;
}
footer .footer_sitemap .footer_list .group_link .title li {
  width: 110px;
}
footer .footer_sitemap .footer_list .group_link .link_list {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  margin: 0 0 0 20px;
  line-height: 1.8em;
}
footer .footer_sitemap .footer_list .group_link .link_list li {
  border-right: solid 2px #ddd;
  padding-right: 10px;
  margin-right: 10px;
}
footer .footer_sitemap .footer_list .group_link .link_list li:nth-child(2) {
  width: 80%;
  border: 0;
}
footer .footer_sitemap .footer_list .group_link .link_list li:nth-child(5) {
  border: 0;
}
footer .footer_sitemap .footer_list .group_link .link_list li:nth-child(7) {
  border: 0;
}
footer .footer_contact {
  display: flex;
  justify-content: center;
}
footer .footer_contact .contact_btnWrapper {
  margin: 0 !important;
  padding: 0 0 20px;
}
footer .bg_black {
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #333333;
  padding: 50px 0;
  font-size: 10px;
}

@media screen and (max-width: 640px) {
  footer {
    padding: 0;
  }
  footer .footer_sitemap {
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
  footer .footer_sitemap .footer_logo {
    padding: 20px;
  }
  footer .footer_sitemap .footer_list {
    width: 100%;
    padding: 0px 20px;
  }
  footer .footer_sitemap .footer_list .dcp_link {
    justify-content: flex-start;
    margin: 0;
    flex-wrap: wrap;
  }
  footer .footer_sitemap .footer_list .dcp_link .title {
    border-bottom: solid 2px #ddd;
    border-right: 0;
    width: 100%;
    padding: 0 0 10px 0;
  }
  footer .footer_sitemap .footer_list .dcp_link .title li {
    width: 100%;
  }
  footer .footer_sitemap .footer_list .dcp_link .link_list {
    flex-wrap: wrap;
    margin: 10px 0 0 20px;
  }
  footer .footer_sitemap .footer_list .dcp_link .link_list .site_map02 {
    width: 100%;
    margin-bottom: 10px;
  }
  footer .footer_sitemap .footer_list .group_link {
    flex-wrap: wrap;
  }
  footer .footer_sitemap .footer_list .group_link .title {
    border-bottom: solid 2px #ddd;
    border-right: 0;
    width: 100%;
    padding: 0 0 10px 0;
  }
  footer .footer_sitemap .footer_list .group_link .title li {
    width: 100%;
  }
  footer .footer_sitemap .footer_list .group_link .link_list {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    margin: 10px 0 0 20px;
    line-height: 1.8em;
  }
  footer .footer_sitemap .footer_list .group_link .link_list li {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
    list-style: disc;
    line-height: 2.4em;
    width: 100%;
  }
  footer .footer_contact .contact_btnWrapper {
    margin: 0 !important;
    padding: 0px 20px 20px;
    display: block !important;
  }
  footer .footer_contact .contact_btnWrapper .tel_btn {
    font-size: 26px;
    font-weight: bold;
    display: block;
    border-right: 0;
    padding: 0 0 20px 0;
    line-height: 1.2;
    display: flex;
    justify-content: center;
  }
  footer .bg_black {
    padding: 30px 0 80px;
  }
}
/*==================================================================

	タイトル

==================================================================*/
/*中央寄せ*/
h3.tit01 {
  color: #333;
  font-size: 36px;
}
h3.tit01 span {
  font-size: 18px;
  margin-left: 1em;
  background: linear-gradient(to right, #005f35 0%, #19a568 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #005f35; /* グラデーションが適用されない場合のフォールバック色 */
}

h3.blue::before {
  background: url("../images/tit_icon02.svg") no-repeat;
}

h3.no_icon::before {
  display: none;
}

h3.tit01.green {
  color: #00a93a;
}

/* 左寄せ */
h3.tit02 {
  position: relative;
  margin-bottom: 30px;
  padding: 14px;
  letter-spacing: 0.15em;
  color: #1f2774;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
}

h3.tit02::before {
  position: absolute;
  width: 40px;
  height: 62px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url(../images/tit02_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  content: "";
}

/* アイコンの余白 */
h3.tit02 i {
  margin-right: 7px;
}

/* 飾りの英語 */
h3.tit02 span {
  display: inline-block;
  position: relative;
  letter-spacing: 2.5px;
  color: #c0ab9a;
  font-size: 14.5px;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  z-index: 2;
}

h3.tit02 span::before {
  margin-left: 15px;
  margin-right: 15px;
  content: "/";
}

h4.tit01 {
  position: relative;
  padding: 12px 0 10px;
  margin-bottom: 40px;
  /*letter-spacing: 0.15em;*/
  line-height: 1.4;
  font-size: 26px;
  font-family: "秀英角ゴシック銀 B";
  text-align: left;
  /*	border-bottom: 2px dotted #e2e2e2;*/
  /*background-color: #e3f3eb;
  color: #00a93a;*/
  background-color: #009051;
  color: #fff;
}

h4.tit02 {
  margin-bottom: 18px;
  letter-spacing: 0.15em;
  line-height: 1.4;
  font-size: 26px;
  font-family: "秀英角ゴシック銀 B";
  text-align: center;
}

h4.tit03 {
  padding-top: 24px;
  padding-bottom: 12px;
  margin-bottom: 40px;
  letter-spacing: 0.15em;
  line-height: 1.4;
  font-size: 26px;
  font-family: "秀英角ゴシック銀 B";
  text-align: center;
  border-bottom: 2px dotted #e2e2e2;
}

h5.tit01 {
  display: inline-block;
  position: relative;
  padding-top: 16px;
  padding-bottom: 8px;
  margin-bottom: 30px;
  border-bottom: 2px solid;
  letter-spacing: 0.12em;
  font-size: 20px;
  color: #eb5514;
  font-family: "秀英角ゴシック銀 B";
}

h5.tit02 {
  display: block;
  position: relative;
  margin-bottom: 30px;
  letter-spacing: 0.12em;
  font-size: 26px;
  color: #eb5514;
  font-family: "秀英角ゴシック銀 B";
  text-align: center;
}

h5.tit02 span {
  display: inline-block;
  padding-top: 16px;
  padding-bottom: 8px;
  /*border-bottom: 2px solid;*/
}

h6.tit01 {
  display: block;
  position: relative;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  font-size: 18px;
  color: #eb5514;
  font-family: "秀英角ゴシック銀 B";
}

h6.tit01::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-color: #eb5514;
  border-radius: 50%;
}

h6.tit02 {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  font-size: 18px;
  color: #eb5514;
  font-family: "秀英角ゴシック銀 B";
}

h6.tit02:before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: -18px;
  transform: rotate(50deg);
  width: 5px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  z-index: 2;
}

h6.tit02:after {
  content: "";
  position: absolute;
  top: 0.2em;
  left: -25px;
  width: 18px;
  height: 18px;
  border: 1px solid #00a93a;
  background-color: #00a93a;
  border-radius: 2px;
}

.tit04 {
  position: relative;
  padding-top: 12px;
  margin-bottom: 40px;
  line-height: 1.4;
  font-size: 28px;
  text-align: left;
  color: #333333;
  border-bottom: 4px solid transparent;
  -o-border-image: linear-gradient(to right, #00a93a 10%, #f1f1f1 10%);
     border-image: linear-gradient(to right, #00a93a 10%, #f1f1f1 10%);
  border-image-slice: 1;
  padding-bottom: 28px;
}

h3.tit05 {
  position: relative;
  padding-top: 24px;
  padding-bottom: 12px;
  margin-bottom: 40px;
  letter-spacing: 0.15em;
  line-height: 1.4;
  font-size: 26px;
  font-family: "秀英角ゴシック銀 B";
  text-align: left;
  border-bottom: 2px dotted #e2e2e2;
}

h3.tit05::before {
  position: relative;
  top: 6px;
  display: inline-block;
  height: 32px;
  width: 4px;
  margin-right: 12px;
  background: #eb5514;
  content: "";
}

.tit06 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 12px;
  font-family: "秀英角ゴシック銀 B";
  font-size: 20px;
  letter-spacing: 0.1em;
}

.tit06:nth-child(2) {
  margin-top: 0;
}

.tit06::before {
  position: relative;
  padding-right: 8px;
  content: "ー";
}

.tit07 {
  font-size: 20px;
  margin-bottom: 1em;
  color: #eb5514;
  font-weight: bold;
}

/*==================================================================

	共通

==================================================================*/
/*院長略歴*/
.list01 {
  margin: 0 0 15px;
  padding: 0;
  border-width: 0 1px 1px;
}

.list01 dt {
  margin: 0;
  padding: 14px 3px 0px;
}

.list01 dd {
  margin: -38px 0 0;
  padding: 12px 4px 10px 100px;
  border-bottom: 1px dotted #acacac;
}

/*院長略歴　年月無し*/
.list02 {
  margin: 0 0 15px;
  border-width: 0 1px 1px;
}

.list02 li {
  margin: 0 0px 0px;
  padding: 6px 4px 6px 0;
  border-bottom: 1px dotted #ddd;
}

/*まる*/
.list03 li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
}

.list03 li:last-child {
  margin-bottom: 0;
}

.list03 li:before {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #eb5514;
  border: 1px solid #eb5514;
  border-radius: 50%;
  content: "";
}

.list03 li i {
  margin-right: 8px;
}

/*さんかく*/
.list04 li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 22px;
  color: #223a70;
}

.list04 li:before {
  position: absolute;
  top: 0.5em;
  left: 7px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #4a577f;
  content: "";
}

/*やじるし*/
.list05 li {
  position: relative;
  margin-bottom: 10px;
  line-height: 1;
  padding-left: 15px;
}

.list05 li:before {
  position: absolute;
  left: 0;
  top: 0.3em;
  height: 5px;
  width: 5px;
  transform: rotate(45deg);
  background-color: transparent;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  content: "";
}

/* まる & 背景 */
.list06 {
  padding: 35px 15px 25px 45px;
  background-color: #f7f7f7;
}

.list06:after {
  display: block;
  clear: both;
  content: "";
}

.list06 li {
  position: relative;
  float: left;
  margin-bottom: 15px;
  padding-left: 0.9em;
  padding-right: 5%;
}

.list06 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #ef7e0a;
  border: 1px solid #ef7e0a;
  border-radius: 100%;
}

.list06 .tit01 {
  font-family: "秀英角ゴシック銀 B";
  text-align: left;
  border-bottom: 2px dotted #e2e2e2;
  font-size: 18px;
  margin-bottom: 1em;
}

/*まる & 枠 */
.list07 {
  border: 3px solid #eee;
  padding: 30px;
  font-size: 14.5px;
}

.list07 li {
  padding-left: 0.9em;
  margin-bottom: 10px;
  position: relative;
}

.list07 li:last-child {
  margin-bottom: 0;
}

.list07 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #e0d0bf;
  border: 1px solid #e0d0bf;
  border-radius: 100%;
}

.list07 li i {
  margin-right: 8px;
}

/*チェック*/
.list08 {
  margin-bottom: 30px;
  padding: 35px 8px 20px 26px;
  border: 1px solid #bbb;
}

.list08:after {
  display: block;
  clear: both;
  content: "";
}

.list08 > li {
  position: relative;
  float: left;
  margin-right: 5%;
  margin-bottom: 20px;
  margin-left: 28px;
  border-bottom: 1px dotted #cdcdcd;
}

.list08 > li:before {
  display: block;
  position: absolute;
  top: 0px;
  left: -28px;
  width: 20px;
  height: 20px;
  background-image: url(../images/check.svg);
  background-repeat: no-repeat;
  background-position: left center;
  content: "";
}

/* まる & 背景 */
.bg_gray {
  padding: 35px 15px 25px 45px;
  /*background-color: #f7f7f7;*/
}

.border_green {
  /*max-width: 610px;*/
  margin: 0 auto;
  /*padding: 50px 100px 30px;*/
  padding: 50px 50px 30px 170px;
  border: 2px solid #00aa3a;
  border-radius: 10px;
  font-size: 1.4em;
}

.list09 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.list09 li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  margin-right: 70px;
  margin-bottom: 20px;
  padding-left: 0.9em;
}

.list09 li:last-of-type {
  margin-right: 0;
}

.list09 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #ef7e0a;
  border: 1px solid #ef7e0a;
  border-radius: 100%;
}

.list09 .num {
  display: inline-block;
  color: #00aa3a;
  line-height: 1;
}

.list09 span {
  font-size: 2em;
  margin-right: 0.1em;
}

.list09 .num02 {
  display: inline-block;
  margin-left: 5px;
  padding: 5px 10px;
  background-color: #00aa3a;
  color: #fff;
  line-height: 1;
  font-size: 0.8em;
}

/*開業したドクタープロフィール*/
.list_prof li {
  padding: 3px 0;
}

.text .list09 p {
  margin-bottom: 0;
}

/*ボタン ゴースト*/
.btn01 {
  position: relative;
  top: 10px;
  margin-bottom: 10px;
}

.btn01 a {
  display: inline-block;
  padding: 5px 42px;
  position: relative;
  line-height: 1;
  text-align: center;
  color: #086837;
  background-color: #fff;
  border: 1px solid #086837;
  transition: ease-in-out 0.1s;
  /*font-size: 12px;*/
  letter-spacing: 0.1em;
}

.btn01 a:hover {
  color: #fff;
  background: #086837;
}

/*.btn01 a::after {
	position: absolute;
	right: 32px;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 6px;
	background: url(../images/arrow02.svg) no-repeat;
	content: "";
	transition: ease-in-out 0.2s;
}
.btn01 a:hover::after {
	right: 26px;
}*/
/*ボタン ゴーストの角丸*/
.btn01_A {
  margin-top: 20px;
  margin-bottom: 0;
}

.btn01_A a {
  border-radius: 30px;
}

/*ボタン 白抜き*/
.btn02 a {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #00408f;
  color: #00408f;
  /*font-weight: bold;*/
  transition: ease-in-out 0.2s;
}

.btn02 a i {
  margin-right: 7px;
}

.btn02 a:hover {
  background-color: #00408f;
  color: #fff;
}

.btn03 {
  margin-bottom: 10px;
}

.btn03 a {
  display: inline-block;
  min-width: 244px;
  padding: 5px 45px;
  position: relative;
  text-align: center;
  /*	color: #00a93a;*/
  color: #086837;
  background-color: #fff;
  border: 1px solid #086837;
  transition: ease-in-out 0.1s;
  letter-spacing: 0.2em;
  /*	font-weight: bold;*/
  font-size: 1.1em;
  box-sizing: border-box;
}

.btn03 a:hover {
  color: #fff;
  background: #086837;
}

.btn03 a::after {
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 2px solid #086837;
  border-right: 2px solid #086837;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 5px;
  content: "";
  vertical-align: middle;
  /*position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  background: url(../images/arrow02.svg) no-repeat;
  background-size: contain;
  content: "";
  transition: ease-in-out 0.2s;*/
}

.btn03 a:hover::after {
  /*right: 26px;*/
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.btn04 a {
  display: inline-block;
  min-width: 362px;
  padding: 15px 45px;
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #00a93a;
  box-shadow: 0px 0px 0px 3px #00a93a;
  border: solid 1px #fff;
  transition: ease-in-out 0.1s;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 1.1em;
  box-sizing: border-box;
}

.btn04 a:hover {
  color: #00a93a;
  background-color: #fff;
  box-shadow: 0px 0px 0px 1px #00a93a;
}

/* 画像を右寄せ　※画像サイズはhtmlで調整 */
.img_fr {
  display: block;
  position: relative;
  float: right;
  margin-left: 30px;
  margin-bottom: 0 !important;
  text-align: center;
}

.img_fr img {
  border-radius: 3px;
  margin-bottom: 7px;
}

/*img_fr　画像の下にタイトルがついているとき*/
.img_fr02 img {
  margin-bottom: 7px !important;
}

.img_fr02 span {
  display: block;
  background-color: #f7f7f7;
  padding: 2%;
  border-radius: 3px;
}

/* 画像に対して説明文がある場合は、dlで囲い、dtに画像を、ddにテキストを使う */
.img_fr dd {
  padding-left: 20px;
  line-height: 1.3;
  font-size: 15px;
  font-weight: bold;
  color: #1f2774;
  text-align: left;
}

/* 画像を左寄せ　※画像サイズはhtmlで調整 */
.img_fl {
  display: block;
  position: relative;
  float: left;
  margin-right: 30px;
  margin-bottom: 0 !important;
  text-align: center;
}

.img_fl img:nth-of-type(2) {
  margin-left: 10px;
}

.img_fr img {
  border-radius: 3px;
  margin-bottom: 7px;
}

/* 画像に対して説明文がある場合は、dlで囲い、dtに画像を、ddにテキストを使う */
.img_fr dd {
  padding-left: 20px;
  line-height: 1.3;
  font-size: 15px;
  font-weight: bold;
  color: #1f2774;
  text-align: left;
}

.img_flex {
  display: flex;
  justify-content: center;
}

.img_flex > div {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 30px;
}

.img_flex > div.zaidan_logo {
  position: relative;
  top: -14px;
}

.img_flex.img_flex_mb00 > div {
  margin-bottom: 0;
}

.img_flex > div:last-of-type {
  margin-right: 0;
}

.img_flex img {
  width: 100%;
}

.img_flex03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.img_flex03 li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.img_flex03 li:nth-of-type(3n) {
  margin-right: 0;
}

.img_flex03 img {
  width: 365px;
  flex-wrap: wrap;
}

.img_flex_auto {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.img_flex_auto dl:first-of-type {
  margin-right: 10px;
}

.img_flex_auto dl:nth-of-type(2) {
  margin-left: 10px;
}

.index_page .text {
  /*margin-bottom: 120px;*/
  margin-bottom: 50px;
}

.w90par {
  width: 90%;
  margin: 0 auto;
}

/*==================================================================

	table

==================================================================*/
.nowrap {
  white-space: nowrap;
}

/*フッターの診療時間*/
.tb01 {
  margin-bottom: 12px;
  border-spacing: 0;
  border-collapse: collapse;
  white-space: nowrap;
}

.tb01 td,
.tb01 th {
  border-bottom: 1px solid #e4e4e4;
  vertical-align: middle;
}

.tb01 tr:last-child td,
.tb01 tr:last-child th {
  border: none;
}

.tb01 th {
  padding: 10px 22px 8px 22px;
  line-height: 1;
  white-space: nowrap;
  font-weight: bold;
  text-align: left;
}

.tb01 td {
  padding: 10px 13px 8px 13px;
}

/*医院概要*/
.tb02 {
  border-spacing: 0;
  text-align: left;
}

.tb02 td,
.tb02 th {
  border-bottom: #ddd 1px dotted;
  line-height: 1.4;
  font-size: 15px;
  vertical-align: top;
}

.tb02 th {
  padding: 8px 24px 8px 0;
  white-space: nowrap;
  text-align: left;
  font-weight: normal;
  color: #333;
}

.tb02 td {
  padding: 8px 0;
  padding-right: 0 !important;
  text-align: left;
}

.tb02 tr:last-child td,
.tb02 tr:last-child th {
  border: none;
}

/* 料金表 */
.tb03 {
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
  background-color: #f0f0f0;
  white-space: nowrap;
}

.tb03 td,
.tb03 th {
  padding: 12px 36px;
}

.tb03 th {
  font-weight: bold;
  white-space: nowrap;
  text-align: left;
  color: #666;
  background-color: #fafafa;
  font-size: 16px;
}

.tb03 th span {
  font-size: 13px;
}

.tb03 td {
  background-color: #ffffff;
  color: #666666;
  text-align: center;
}

/*==================================================================

	アンカーリンンク

==================================================================*/
.ank_wrapper {
  z-index: 2;
}

/* 4個並び */
.ank01 {
  margin: 0 auto 100px;
}

.ank01 li {
  display: table;
  position: relative;
  float: left;
  width: 24%;
  height: 66px;
  margin-bottom: 1.5%;
  margin-left: 1.33%;
  line-height: 1.4;
}

.ank01 li:nth-child(1),
.ank01 li:nth-child(5),
.ank01 li:nth-child(9) {
  margin-left: 0;
}

.ank01 li a {
  display: table-cell;
  padding: 12px 5px 15px;
  border: 1px solid #00408f;
  font-weight: bold;
  font-size: 13px;
  color: #00408f;
  text-align: center;
  vertical-align: middle;
  transition: 0.1s ease-in-out;
}

.ank01 li a:hover {
  background-color: #00408f;
  color: #fff;
}

.ank01 li i {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  margin: auto;
}

.anchor {
  margin-top: -150px;
  padding-top: 150px;
}

.anchor100 {
  margin-top: -100px;
  padding-top: 100px;
}

.sugigroup .ank_wrapper {
  width: 90%;
  margin: 0 auto;
}

.mb_ank {
  margin-bottom: 150px !important;
}

/*==================================================================

	.layout

==================================================================*/
/* 1つ並びのレイアウト。画像は無し、左にタイトル、右に文章 */
.layout01 {
  padding-bottom: 20px;
}

.layout01 dl {
  display: table;
  position: relative;
  top: 5px;
  width: 100%;
  margin-bottom: 5px;
}

.layout01 dl:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  border-top: 1px solid #ededed;
  content: "";
}

.layout01 dl:last-child:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  content: "";
}

.layout01 dt,
.layout01 dd {
  display: table-cell;
  box-sizing: border-box;
}

.layout01 dt {
  min-width: 28%;
  padding: 0 3%;
  background-color: #f7f7f7;
  letter-spacing: 0.1em;
  color: #1f2774;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

/* 数字 */
.layout01 dt em {
  display: block;
  line-height: 1;
  margin: 0 8px;
  font-family: "Times New Roman", Times, serif;
  font-size: 38px;
  font-weight: normal;
  color: #c3af97;
}

.layout01 dd {
  padding: 3%;
}

/* 2つ並びのレイアウト。最初(dt)にタイトル、画像がその下(dd)、画像の下に文章 */
.layout02::after {
  display: block;
  clear: both;
  content: "";
}

.layout02 dl {
  width: 40.2%;
  float: left;
  margin-right: 4%;
  margin-bottom: 25px;
  padding: 3% 3.9% 4%;
  background-color: #f7f7f7;
}

.layout02 dl:nth-child(even) {
  margin-right: 0;
}

.layout02 dl dt {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
}

/* 数字 */
.layout02 dl dt em {
  margin-right: 10px;
  color: #bda087;
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: normal;
}

.layout02 dl dd {
  line-height: 1.6;
  font-size: 14.5px;
  text-align: center;
}

.layout02 dl dd img {
  width: 160px;
  margin-bottom: 15px;
}

.layout02 dl dd p {
  margin-bottom: 0;
  text-align: justify;
}

/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章 */
.layout03 {
  padding-bottom: 20px;
}

.layout03 dl {
  display: table;
  position: relative;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  padding: 2%;
}

.layout03 dt,
.layout03 dd {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
}

.layout03 dt {
  width: 27%;
  padding: 3%;
  background-color: #fff;
  text-align: center;
}

.layout03 dt img {
  width: 100%;
  padding-bottom: 10px;
}

.layout03 dd {
  width: 73%;
  padding: 1% 3%;
}

.layout03 dd h5 {
  color: #1f2774;
  font-size: 18px;
  font-weight: bold;
}

.layout03 dd h5 em {
  margin-right: 10px;
  color: #bda087;
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: normal;
}

/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章、タイトルと文章のエリア(dd)は背景色が別の色 */
.layout04 {
  padding-bottom: 20px;
}

.layout04 dl {
  display: table;
  position: relative;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  padding: 2%;
}

.layout04 dt,
.layout04 dd {
  display: table-cell;
  box-sizing: border-box;
}

.layout04 dt {
  width: 27%;
  padding-right: 2%;
  vertical-align: middle;
}

.layout04 dt img {
  width: 100%;
}

.layout04 dd {
  width: 73%;
  padding: 3%;
  background-color: #fff;
  vertical-align: middle;
}

.layout04 dd h5 {
  color: #1f2774;
  font-size: 18px;
  font-weight: bold;
}

.layout04 dd h5 span {
  margin-right: 10px;
  color: #bda087;
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: normal;
}

/*開発支援実績*/
.layout04_A dl {
  background: #fff;
  padding-top: 0;
  border-bottom: 1px solid #f7f7f7;
}

.layout04_A dl:last-child {
  border-bottom: none;
}

.layout04_A dd {
  padding: 2%;
  padding-top: 0;
}

.layout04_A dd .name {
  padding-top: 5px;
  display: inline-block;
  padding-left: 5px;
}

/* 1つ並びで3列に区切られたレイアウト。画像が左、画像の下にタイトル、右に文章 */
.layout05 {
  padding-bottom: 20px;
}

.layout05 dl {
  display: table;
  position: relative;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  padding: 2%;
  font-size: 14px;
}

.layout05 dt,
.layout05 dd {
  display: table-cell;
  box-sizing: border-box;
}

.layout05 dt {
  width: 25%;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
}

.layout05 dt img {
  width: 100%;
  padding-bottom: 10px;
}

.layout05 dd {
  padding: 1% 3%;
  vertical-align: top;
}

.layout05 dd:nth-child(2) {
  width: 36.5%;
}

.layout05 dd:nth-child(3) {
  width: 38.5%;
  border-left: 1px solid #e2e2e2;
}

.layout05 dd h5 em {
  margin-right: 10px;
  color: #bda087;
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: normal;
}

.layout05 dd h5 {
  font-size: 15px;
  font-weight: bold;
}

.layout05_text1 ul {
  margin-bottom: 15px;
}

.layout05_text1 ul li {
  text-indent: -1em;
  margin-left: 1em;
}

/* 1つ並びで3列に区切られたレイアウト。左がタイトル、真ん中と右に文章 */
.layout06 {
  padding-bottom: 20px;
}

.layout06 dl {
  display: table;
  position: relative;
  padding-bottom: 5px;
  font-size: 14px;
}

.layout06 dl:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  border-top: 1px solid #ededed;
  content: "";
}

.layout06 dl:last-child:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  content: "";
}

.layout06 dt,
.layout06 dd {
  display: table-cell;
  box-sizing: border-box;
}

.layout06 dt {
  min-width: 28%;
  padding: 0 3%;
  background-color: #f7f7f7;
  letter-spacing: 0.1em;
  color: #1f2774;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

/* 数字 */
.layout06 dt em {
  display: block;
  line-height: 1;
  margin: 0 8px;
  font-family: "Times New Roman", Times, serif;
  font-size: 38px;
  font-weight: normal;
  color: #c3af97;
}

.layout06 dd {
  padding: 2% 3%;
  vertical-align: top;
}

.layout06 dd:nth-child(2) {
  width: 40%;
}

.layout06 dd:nth-child(3) {
  width: 35%;
  border-left: 1px solid #e2e2e2;
}

.layout06 dd h5 {
  font-size: 15px;
  font-weight: bold;
}

.layout06_text1 ul {
  margin-bottom: 15px;
}

.layout06_text1 ul li span {
  display: block;
}

/* 3つ並びのレイアウト。 */
.layout07 {
  display: flex;
  flex-wrap: wrap;
}

.layout07 > dl {
  width: 26%;
  margin-right: 2%;
  margin-bottom: 20px;
  padding: 3%;
  background-color: #f7f7f7;
}

.layout07 > dl:nth-child(3n) {
  margin-right: 0;
}

.layout07 > dl > dt {
  margin-bottom: 20px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.layout07 > dl > dt em {
  margin-right: 8px;
  font-size: 24px;
  font-family: "Quicksand", sans-serif;
}

.layout07 > dl > dd {
  line-height: 1.5;
}

.layout07 .list08 {
  border: none;
  margin: 0;
  padding: 0;
}

.layout07 .list08 > li {
  border: none;
}

.layout07 .list08 dt {
  margin-bottom: 10px;
}

/*ドクターの声　layout07を2つ並びにしたレイアウト*/
.layout07_A {
  justify-content: space-around;
}

.layout07_A dl {
  width: 42%;
  margin-right: 0;
}

.layout07_A .tit {
  color: #4c5a7d;
  font-weight: bold;
}

/*開業事例 */
.layout07.jirei {
  justify-content: space-between;
}

.layout07.jirei dl {
  background-color: #fff;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 3% 0;
  width: 30%;
}

.layout07.jirei > dl > dt {
  border-bottom: none;
  color: #eb5514;
  font-size: 1.2em;
  margin-bottom: 0;
}

.layout07.jirei > dl > dd {
  text-align: center;
}

.layout07.jirei dd img {
  width: 100%;
  margin-bottom: 10px;
}

/* 3つ並びのレイアウト。矢印付き */
.layout08 {
  overflow: hidden;
}

.layout08 dl {
  position: relative;
  float: left;
  width: 24.6%;
  margin-right: 4.1%;
  margin-bottom: 25px;
  padding: 3%;
  border-radius: 10px;
  background-color: #f7f7f7;
}

.layout08 dl::before {
  position: absolute;
  right: -17px;
  top: 0;
  height: 7px;
  width: 7px;
  transform: rotate(45deg);
  background-color: transparent;
  border-top: 2px solid #33409a;
  border-right: 2px solid #33409a;
  content: "";
  bottom: 0;
  margin: auto;
}

.layout08 dl:nth-child(3n) {
  margin-right: 0;
}

.layout08 dl dt {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.layout08 dl dt em {
  margin-right: 8px;
  font-size: 24px;
  font-family: "Quicksand", sans-serif;
}

.layout08 dl dd {
  line-height: 1.5;
}

.layout09 dl {
  padding: 3% 4%;
  background: #f7f7f7;
  margin-bottom: 16px;
}

.layout09 dt {
  padding-bottom: 8px;
  font-size: 17px;
  font-weight: bold;
}

.layout10 {
  display: flex;
}

.layout10 dl {
  width: 33%;
  margin-right: 20px;
}

.layout10 dt {
  position: relative;
  padding: 10px 0;
  background-color: #00aa3a;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}

.layout10 dt::after {
  position: absolute;
  content: "";
  top: 0px;
  bottom: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 0 24px 20px;
  border-color: transparent transparent transparent #00aa39;
}

.layout10 dt::before {
  position: absolute;
  content: "";
  top: 0px;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 0 24px 20px;
  border-color: transparent transparent transparent #fff;
}

.layout10 dl:first-of-type dt::before {
  display: none;
}

.layout10 dd img {
  width: 100%;
}

.layout10 dt span {
  margin-left: 0.2em;
  font-size: 0.8em;
}

.layout11 dl {
  display: flex;
  margin-bottom: 1%;
  font-size: 1.1em;
}

.layout11 dt {
  /*width: 30%;*/
  width: 20%;
  padding: 10px 0;
  background-color: #00aa3a;
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}

.layout11 dd {
  width: 80%;
  padding: 10px 20px;
  border: 1px solid #00aa3a;
  color: #00aa3a;
  font-weight: bold;
  box-sizing: border-box;
}

.layout11 dd p {
  display: inline-block;
  margin: 0 12px 0 0;
}

.layout11 dd p:last-of-type {
  margin-right: 0;
}

.layout12_wrapper {
  display: flex;
}

.layout12 {
  box-sizing: border-box;
  margin-bottom: 30px;
}

.layout12:first-of-type {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 66%;
  margin-right: 1.5%;
  position: relative;
}

.layout12:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1.2%;
  border-right: 1px dashed #aaa;
}

.layout12:first-of-type dl {
  width: 49%;
  margin-right: 2%;
}

.layout12:first-of-type dl:nth-of-type(2n) {
  margin-right: 0;
}

.layout12:nth-of-type(2) {
  width: 32.5%;
}

.layout12:nth-of-type(2) dl {
  width: 100%;
}

.layout12 dl {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f7f7f7;
  box-sizing: border-box;
  min-height: 265px;
}

.layout12 dt {
  padding-bottom: 7px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.layout12 dd {
  text-align: center;
  line-height: 1;
}

.layout12 img {
  max-width: 100%;
}

.layout12 p {
  width: 100%;
  margin-bottom: 1em;
}

.layout13_wrapper {
  display: flex;
}

.layout13_wrapper > div {
  width: 32%;
  margin-right: 2%;
}

.layout13_wrapper > div:last-of-type {
  margin-right: 0;
}

.layout13_wrapper > div:last-of-type dl {
  /*margin-top: 38px;*/
  margin-bottom: -38px;
}

.layout13 {
  box-sizing: border-box;
  height: calc(100% - 38px);
}

.layout13 dl {
  padding: 15px;
  background-color: #f7f7f7;
  box-sizing: border-box;
  height: 100%;
}

.layout13 dt {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.layout13 dd {
  position: relative;
  margin-bottom: 10px;
}

.layout13 dd:last-of-type {
  margin-bottom: 0;
}

.layout13 img {
  max-width: 100%;
}

.layout13_cap {
  position: absolute;
  display: block;
  left: 5px;
  right: 5px;
  bottom: 5px;
  z-index: 2;
  padding: 5px 0;
  background-color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
  text-align: center;
}

.layout14 dl {
  margin-bottom: 15px;
}

.layout14 dt {
  font-weight: bold;
  font-size: 1.2em;
}

.layout14 dt span {
  color: #eb5514;
}

.layout_health {
  text-align: start !important;
  width: 960px;
  margin: 50px auto;
}

.layout_health h6 {
  color: #fff;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 3px solid #00a93a;
  margin-bottom: 10px;
}

.layout_health h6 span {
  background-color: #00a93a;
  padding: 15px;
}

.layout_health h6 span.small {
  font-size: 12px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.layout_health h6 span.small::after {
  position: absolute;
  content: "";
  top: -3px;
  bottom: 0;
  right: -34px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 0 23px 20px;
  border-color: transparent transparent transparent #00a93a;
}

.layout_health dt {
  border-bottom: 1px dashed #00a93a;
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 12px;
}

/*==================================================================

	breadcrumb

==================================================================*/
.breadcrumb {
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  left: 4%;
}

.breadcrumb li {
  display: inline; /*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:last-child a {
  color: #3e3a3a;
}

.breadcrumb li:after {
  /* >を表示*/
  content: ">";
  padding: 0 8px;
  color: #555;
}

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

.breadcrumb li a {
  text-decoration: none;
  color: #2b3654; /*色*/
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.breadcrumbs {
  max-width: 1140px !important;
  margin: 32px auto 24px;
  /*padding: 1% 2% !important;*/
  padding: 1% 0;
  /*background: #f7f7f7 !important;*/
  box-sizing: border-box !important;
  font-size: 14px !important;
}

.breadcrumbs span a {
  display: inline-block !important; /*横に並ぶように*/
  list-style: none !important;
  white-space: nowrap !important;
}

/*.breadcrumbs li:last-child a{
  color: #3e3a3a !important;
}*/
/*.breadcrumbs li:after {/* >を表示*/
/*content: '>';
  padding: 0 8px;
  color: #555;
}*/
/*.breadcrumbs li:last-child:after {
  content: '';
}*/
.breadcrumbs li a {
  text-decoration: none !important;
  color: #2b3654 !important; /*色*/
}

.breadcrumbs li a:hover {
  text-decoration: underline !important;
}

/*==================================================================

	box

==================================================================*/
.box1 {
  position: relative;
  width: 1240px;
  margin: 0 auto 0px;
}

.box2 {
  padding-bottom: 180px;
}

.box2.detail_box {
  padding-bottom: 50px;
}

.box2:last-child {
  padding-bottom: 0;
}

.flex_box1 {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  justify-content: -ms-space-between;
}

.flex_box2 {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  justify-content: -ms-space-between;
  flex-wrap: wrap;
  flex-wrap: -ms-wrap;
}

.text {
  position: relative;
  margin-bottom: 50px;
}

.text p {
  margin-bottom: 1em;
}

.text:last-child {
  margin-bottom: 0;
}

.box_topic {
  width: 86%;
  margin: 0 auto;
}

/*==================================================================

	$top_property_info

==================================================================*/
.top_property_info .list_box {
  display: flex;
  display: -ms-flex;
  /*justify-content: space-around;
  justify-content: -ms-space-around;*/
  justify-content: space-between;
  justify-content: -ms-space-between;
  flex-wrap: wrap;
  flex-wrap: -ms-wrap;
  width: 86%;
  padding-bottom: 93px;
  margin: auto;
}

.property_info_list {
  width: 46%;
  margin-bottom: 80px;
}

.property_info_list h4 {
  /*margin-bottom: 18px;*/
  /*padding-right: 5px;*/
  padding: 10px 0;
  color: #fff;
  font-family: "秀英角ゴシック銀 B";
  font-size: 19px;
  text-align: center;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  /*	background-color: #e95513;*/
  background-color: #009051;
}

.property_info_list.nagoya h4 {
  /*	background-color: #00a93a;*/
}

.property_info_list.kansai h4 {
  /*	background-color: #ee7e07;*/
}

.property_info_list.hokuriku h4 {
  /*	background-color: #717071;*/
}

.property_info_list h4 span {
  display: block;
  width: 52px;
  height: 43px;
  margin: 0 auto 12px;
}

.nagoya h4 span {
  width: 40px;
}

.kansai h4 span {
  width: 30px;
  padding-left: 18px;
}

.property_info_list h4 span img {
  width: 100%;
  height: 100%;
}

.property_info_list .article {
  position: relative;
  /*overflow: hidden;*/
  display: flex;
  display: -ms-flex;
  justify-content: center;
  justify-content: -ms-center;
  align-items: center;
  align-items: -ms-center;
  flex-wrap: wrap;
  /*height: 250px;*/
}

.property_info_list .no_bkn {
  background: #eeeeee;
  letter-spacing: 0.3em;
}

.property_info_list .btn,
.property_info_list .btn02 {
  margin: 21px auto 0;
}

.property_info_list .btn:hover a {
  background-color: #fff;
  color: #086837;
}

.property_info_list .btn02:hover a {
  background-color: #fff;
  color: #086837;
}

.property_info_list .btn a {
  position: relative;
  display: inline-block;
  margin: auto;
  padding: 5px 35px;
  color: #086837;
  background-color: #fff;
  /*box-shadow: 0px 0px 0px 3px #00a93a;*/
  border: solid 1px #086837;
  letter-spacing: 0.1em;
  text-align: center;
  box-sizing: border-box;
  transition: ease-in-out 0.2s;
}

.property_info_list .btn02 {
  margin: 11px auto 0;
  position: absolute;
  right: 42px;
  bottom: 15px;
}

.property_info_list .btn02 a {
  position: relative;
  display: block;
  margin: auto;
  padding: 5px 25px;
  color: #086837;
  background-color: #fff;
  border: 1px solid #086837;
  letter-spacing: 0.1em;
  text-align: center;
  box-sizing: border-box;
  transition: ease-in-out 0.2s;
  font-weight: normal;
}

.property_info_list .btn02 a:hover,
.property_info_list .btn a:hover {
  color: #fff;
  background-color: #086837;
}

.property_info_list .article + .btn,
.property_info_list .article + .btn02 {
  text-align: center;
}

.property_info_list .article + .btn a,
.property_info_list .article + .btn02 a {
  display: inline-block;
  width: auto;
  padding: 5px 55px;
}

.property_info_list .btn a::after {
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 2px solid #086837;
  border-right: 2px solid #086837;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 5px;
  content: "";
  vertical-align: middle;
  /*position: absolute;
  right: 31px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 6px;
  background: url("../images/arrow02.svg") no-repeat;
  content: "";
  transition: ease-in-out 0.2s;*/
}

.property_info_list .btn02 a::after {
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 2px solid #086837;
  border-right: 2px solid #086837;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 5px;
  content: "";
  vertical-align: middle;
}

.property_info_list .btn:hover a::after {
  /*right: 24px;*/
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.property_info_list .btn02:hover a::after {
  /*right: 24px;*/
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.bkn_box {
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*	position: relative;*/
  /*width: 90%;*/
  width: 100%;
  height: 100%;
  padding: 0px 20px 70px;
  border: 1px solid #8c8c8c;
}

.bkn_box::before {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  background: #eeeeee;
  content: "";
  z-index: -1;
}

.bkn_box figure {
  width: 100%;
}

.bkn_box figure img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}

.bkn_box .info dt {
  padding-bottom: 8px;
  /*font-family: "KiroW01-ExtraBold";*/
  font-size: 16px;
  letter-spacing: 0.075em;
}

.bkn_box .info dd {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 12px;
}

/*.bkn_box .info dl:nth-child(2) dd {
	margin-bottom: 0;
}*/
.bkn_box .info dl:last-of-type dd {
  margin-bottom: 0;
}

.bkn_box .info {
  display: flex;
  display: -ms-flex;
  flex-direction: column;
  flex-direction: -ms-column;
  justify-content: center;
  justify-content: -ms-center;
}

.property_info_list .bkn_box .info .btn {
  position: absolute;
  left: 33px;
  bottom: 15px;
}

.property_info_list .bkn_box .info a {
  /*width: 70px;
  height: 20px;
  font-size: 11px;
  line-height: 20px;*/
}

.property_info_list .bkn_box .info a::after {
  right: 8px;
}

.article_tokyo .info dt {
  color: #ea5514;
}

.article_kansai .info dt {
  color: #ea5514;
}

.article_nagoya .info dt {
  color: #ea5514;
}

.article_hokuriku .info dt {
  color: #ea5514;
}

.error_msg {
  word-break: break-all;
}

/*==================================================================

	$top_about

==================================================================*/
.top_about {
  /*padding-top: 94px;
  padding-bottom: 170px;
  background: url("../images/top_about_bg01.png") no-repeat center top;
  background-size: auto;*/
  /*padding-top: 94px;*/
  padding-top: 40px;
  /*padding-bottom: 40px;
    margin-bottom: 80px;*/
  background-size: auto;
  background: linear-gradient(#def1fb, #fff);
}

.top_about .box1 .out_line {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  justify-content: -ms-space-between;
  /*margin-bottom: 108px;*/
  margin-bottom: 40px;
}

.top_about .box1 .out_line h3 {
  position: relative;
  /*margin-bottom: 64px;*/
  margin-bottom: 10px;
  color: #3c404c;
  font-size: 26px;
  font-family: "秀英角ゴシック銀 B";
  letter-spacing: 0.1em;
  line-height: 2.11;
}

.top_about .box1 .out_line h3::after {
  position: absolute;
  bottom: -57px;
  right: -14px;
  background: url("../images/about_tit_en.svg") no-repeat;
  width: 255px;
  height: 95px;
  content: "";
}

.top_about .box1 .out_line p {
  font-size: 1.1em;
}

.out_line_text {
  width: 50%;
  margin-left: 20px;
  padding-top: 47px;
}

.out_line_text p {
  width: 500px;
  color: #333333;
  font-size: 15px;
  line-height: 3;
  letter-spacing: 0.035em;
}

.top_about .box1 .out_line figure {
  width: 457px;
  height: 442px;
  margin-right: 82px;
}

.top_about .about_us h3.tit01 {
  margin-bottom: 42px;
}

.top_about .about_us .list_box {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  justify-content: -ms-space-between;
}

.about_us .list_box a {
  display: flex;
  display: -ms-flex;
  justify-content: center;
  justify-content: -ms-center;
  align-items: center;
  align-items: -ms-center;
  width: 300px;
  height: 260px;
  background: url("../images/about_img02.png") no-repeat center;
  background-size: cover;
  transition: all 0.3s ease-out;
}

.about_us .list_box .list a:hover {
  background-size: 110% 110%;
}

.about_us .list:nth-child(2) a {
  background: url("../images/about_img03.png") no-repeat center;
}

.about_us .list:nth-child(3) a {
  background: url("../images/about_img04.png") no-repeat center;
}

.about_us .list:nth-child(4) a {
  background: url("../images/about_img05.png") no-repeat center;
}

.about_us .list_box a h4 {
  display: inline-block;
  background: #fff;
  height: 40px;
  padding: 0 28px;
  color: #333333;
  font-size: 17px;
  line-height: 40px;
  font-family: "秀英角ゴシック銀 B";
  letter-spacing: 0.1em;
}

/*.top_movie {
	text-align: center;
	margin: 0 auto;
}*/
/*#iframe_player_api {
	width: 800px;
	height: 450px;
}*/
.top_movie {
  position: relative;
  width: calc(100% - 539px);
  margin: 0 auto 30px;
}

.top_movie:before {
  content: "";
  display: block;
  padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

.top_movie.mt40 {
  margin-top: 40px !important;
}

#iframe_player_api {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe {
  max-width: 100% !important;
}

/*==================================================================

	$top_message

==================================================================*/
.top_message {
  position: relative;
  padding-bottom: 93px;
}

.top_message .box1 h3.tit01 {
  margin-bottom: 72px;
}

.top_message .box1 .text {
  padding-left: 152px;
  box-sizing: border-box;
}

.top_message .box1 .text h4 {
  margin-bottom: 37px;
  color: #222222;
  font-size: 30px;
  font-family: "HonMincho-U";
  line-height: 1;
  letter-spacing: 0.05em;
}

.top_message .box1 .text h4 span {
  display: block;
  margin-top: 35px;
  font-size: 26px;
}

.top_message h4 {
  padding-top: 40px;
}

.message_text {
  margin-bottom: 55px;
  color: #444444;
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.05em;
}

.text .message_text p {
  margin-bottom: 30px;
}

.company_president_name {
  color: #222222;
  font-size: 15px;
  font-family: "HonMincho-U";
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: right;
}

.company_president_name span {
  padding-right: 32px;
}

.top_message .btn01 {
  text-align: right;
}

.top_message .bg01 {
  position: absolute;
  /*top: 57px;*/
  top: 0;
  right: 0;
  width: 88.5vw;
  min-width: 1220px;
  height: 91%;
  background: #f7f7f7;
  z-index: -1;
}

.top_message .bg02 {
  position: absolute;
  top: 103px;
  left: 0;
  width: 90.2vw;
  min-width: 1220px;
  height: 89%;
  background: url("../images/top_about_bg02.png") no-repeat left bottom, #abccb2;
  z-index: -2;
}

/*==================================================================

	$top_info

==================================================================*/
.top_info {
  padding-top: 50px;
  padding-bottom: 106px;
  background: #f7f7f7;
  margin-bottom: 80px;
}

.top_info h3.tit01 {
  /*margin-bottom: 58px;*/
}

.seminar_load {
  position: relative;
  overflow: hidden;
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
  height: 190px;
  margin: 0 20px 40px;
}

.blog_information,
.column_box {
  position: relative;
  width: 360px;
  height: 180px;
  margin-bottom: 10px;
  margin-right: 60px;
  padding: 2.7%;
  border-bottom: 1px solid #3c404c;
  background: rgb(247, 247, 247);
  box-sizing: border-box;
}

.column_box {
  margin-right: 30px;
}

.blog_information:hover,
.column_box:hover {
  opacity: 0.6;
}

.blog_information:nth-child(3),
.column_box:nth-child(3) {
  margin-right: 0;
}

.blog_information dt,
.column_box dt {
  margin-bottom: 26px;
  font-size: 14px;
  color: #ef7e0a;
  letter-spacing: 0.1em;
}

.blog_information dd h4,
.column_box dd h4 {
  position: relative;
  height: 50px;
  overflow: hidden;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ W5 JIS2004";
  line-height: 2.14;
}

.blog_information dd .btn,
.column_box dd .btn {
  display: flex;
  display: -ms-flex;
  justify-content: center;
  justify-content: -ms-center;
  align-items: center;
  align-items: -ms-center;
  position: absolute;
  bottom: -10px;
  right: 32px;
  width: 70px;
  height: 20px;
  padding-right: 3px;
  background: #3c404c;
  box-sizing: border-box;
  font-size: 10px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff;
}

.blog_information dd .btn::after,
.column_box dd .btn::after {
  position: absolute;
  right: 15%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #ffffff;
  content: "";
}

/*==================================================================

	$top_banner_area

==================================================================*/
.top_banner_area {
  padding-top: 96px;
  padding-bottom: 104px;
  background: url("../images/banner_area_bg.png") no-repeat;
  background-size: cover;
}

.top_banner_area .banner_list {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  justify-content: -ms-space-between;
  margin: 0 110px 0 121px;
}

.top_banner_area .banner_list a:hover {
  opacity: 0.7;
}

.top_banner_area h3.tit01 {
  font-size: 1.4em;
  color: inherit;
}

/*==================================================================

	$.campany01

==================================================================*/
.message .box1 {
  width: 1140px;
  box-sizing: border-box;
}

.message {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}

/*==================================================================

	.campany02

==================================================================*/
.campany_table {
  width: 90%;
  margin: auto;
}

.campany_table td {
  text-align: left;
}

.campany_table th {
  width: 20%;
  background: #2b3654;
  color: #fff;
  padding: 2% 3%;
}

.campany_table td .title {
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 17px;
}

.company_table01 {
  width: 100%;
  white-space: nowrap;
}

.company_table01 td,
.company_table01 th {
  padding: 12px 36px;
  border-bottom: 1px solid #ddd;
}

.company_table01 th {
  width: 20%;
  padding: 2% 3%;
  font-weight: bold;
  white-space: nowrap;
  color: #999;
  font-size: 16px;
  text-align: center;
}

.company_table01 th span {
  font-size: 13px;
}

.company_table01 td {
  text-align: left;
  background-color: #ffffff;
  color: #666666;
}

.company_table01 td .title {
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 17px;
}

.company_table01 .border_none {
  border-bottom: none;
}

.company_table01 a {
  /*color: #00aa3a;*/
  color: #2c70b8;
  transition: 0.15s;
}

.company_table01 a:hover {
  opacity: 0.7;
}

.campany_thought {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  margin-top: 80px;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 120px;
  background: url("../images/top_about_bg01.png") no-repeat;
  background-size: cover;
}

.campany_thought h4 {
  margin-bottom: 64px;
  color: #3c404c;
  font-size: 26px;
  font-family: "秀英角ゴシック銀 B";
  letter-spacing: 0.1em;
  text-align: center;
}

.campany_thought .text {
  width: 80%;
  margin: auto;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.12em;
}

.campany_table a {
  color: #00aa3a;
  transition: 0.15s;
}

.campany_table a:hover {
  opacity: 0.7;
}

/*==================================================================

	$facilities

==================================================================*/
/* 機器紹介1 */
.facilities_equip dl {
  float: left;
  width: 42.3%;
  min-height: 280px;
  margin-bottom: 30px;
  margin-left: 3.4%;
  padding: 3%;
  border-top: 4px solid #9397be;
  background-color: #f7f7f7;
  text-align: justify;
  font-size: 14px;
}

.facilities_equip dl:nth-child(odd) {
  margin-left: 0;
}

/* 機器紹介名前 */
.facilities_equip dt {
  margin-bottom: 14px;
  padding-bottom: 10px;
  line-height: 1.7;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
}

.facilities_equip dt span {
  display: block;
  font-size: 15px;
}

.facilities_equip_img {
  float: right;
  width: 50%;
  margin-left: 20px;
}

.facilities_equip_img img {
  width: 100%;
}

/* 機器紹介2 */
.facilities_equip2 dl {
  float: left;
  width: 31%;
  margin-bottom: 30px;
  margin-right: 3.5%;
  background-color: #f7f7f7;
  text-align: justify;
  font-size: 14px;
}

.facilities_equip2 dl:nth-child(3n) {
  margin-right: 0;
}

/* 機器紹介名前 */
.facilities_equip2 dt img {
  width: 100%;
}

.facilities_equip2 dd {
  padding: 10px 15px 18px;
  line-height: 1.35;
}

.facilities_equip2 dd h4 {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}

.facilities_equip2 dd p {
  margin-top: 7px;
}

/* 機器紹介3 */
.facilities_equip3 dl {
  float: left;
  width: 47.5%;
  margin-bottom: 35px;
  margin-right: 5%;
  background-color: #f7f7f7;
  text-align: justify;
  font-size: 14px;
}

.facilities_equip3 dl:nth-child(even) {
  margin-right: 0;
}

/* 機器紹介名前 */
.facilities_equip3 dt img {
  width: 100%;
}

.facilities_equip3 dd {
  padding: 10px 15px 18px;
  line-height: 1.35;
}

.facilities_equip3 dd h4 {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}

.facilities_equip3 dd p {
  margin-top: 7px;
}

/*==================================================================

	$qa

==================================================================*/
.qa1 dl {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #c1c1c1;
}

.qa1 dl dt {
  position: relative;
  margin-bottom: 15px;
  padding-left: 40px;
  font-weight: bold;
}

.qa1 dl dt:before {
  position: absolute;
  top: -5px;
  left: 0;
  margin-right: 7px;
  line-height: 1;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 28px;
  color: #262e7c;
  content: "Q.";
}

.qa1 dl dd {
  position: relative;
  padding-left: 40px;
}

.qa1 dl dd:before {
  position: absolute;
  top: -5px;
  left: 0;
  margin-right: 7px;
  line-height: 1;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 28px;
  color: #c0ab9a;
  content: "A.";
}

/*==================================================================

	$strength

==================================================================*/
.strength_box1 .flex_box2 p {
  width: 33%;
  margin-bottom: 24px;
  text-align: center;
}

.strength_box1 .flex_box2 div {
  width: 48%;
  box-sizing: border-box;
}

.strength_box1 .list08 {
  min-height: 150px;
  box-sizing: border-box;
}

.strength02 .layout09 {
  width: 46%;
}

.strength02 {
  text-align: center;
}

.strength02 ul.list03 {
  width: 30%;
  margin: 0 auto;
  text-align: left !important;
}

.strength02 .box_center,
.box_center {
  width: 70%;
  margin: 0 auto;
}

.about_img {
  width: 40%;
  margin: auto;
}

/*==================================================================

	$achievement

==================================================================*/
.case_box {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  justify-content: -ms-space-between;
  flex-wrap: wrap;
  flex-wrap: -ms-wrap;
}

.case_box div {
  margin-bottom: 32px;
}

.case_box div:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.case_box h4 {
  padding: 3% 0;
  font-family: "秀英角ゴシック銀 B";
  color: #fff;
  background: #3c404c;
  text-align: center;
  letter-spacing: 0.1em;
}

/*==================================================================

	$contact

==================================================================*/
.contact_box {
  padding-bottom: 0;
}

.contact_box .tb03 td {
  text-align: left;
}

.req {
  margin-top: 0px;
  display: block;
  font-size: 11px;
  color: #ea5513;
}

.cntact_btn_box input[type=submit],
input[type=button],
.back_btn a {
  display: inline-block;
  min-width: 260px;
  padding: 5px 20px;
  position: relative;
  text-align: center;
  color: #086837;
  background-color: #fff;
  border: 1px solid #086837;
  transition: ease-in-out 0.1s;
  letter-spacing: 0.2em;
  font-size: 1.1em;
  box-sizing: border-box;
}

.cntact_btn_box input[type=submit]:hover,
input[type=button]:hover,
.back_btn a:hover {
  color: #fff;
  background: #086837;
}

.contact_box .tb03,
.property_contact_box .tb03,
.tb03.contact_bkn {
  border-spacing: 1px;
  border-collapse: collapse;
  background-color: none;
  white-space: normal;
}

.contact_box .tb03 th,
.property_contact_box .tb03 th,
.tb03.contact_bkn th {
  background-color: #fff;
}

.contact_box .tb03 tr,
.property_contact_box .tb03 tr,
.tb03.contact_bkn tr {
  border-bottom: #f0f0f0 solid 1px;
}

.contact_box .tb03 td.radio input,
.property_contact_box td.radio input,
.tb03.contact_bkn td.radio input {
  height: 14px;
  width: auto !important;
}

.tb03 {
  width: 100%;
}

.tb03 input {
  height: 40px;
  border: 1px solid #dddddd;
  padding: 0 10px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
  font-weight: 500;
}

.contact_box .tb03 input,
.property_contact_box .tb03 input,
.tb03.contact_bkn input {
  border: none;
  background-color: #f1f1f1;
  width: 450px;
}

.tb03 .seminar_box input {
  width: auto;
  height: auto !important;
}

.tb03 textarea {
  border: 1px solid #dddddd;
  padding: 10px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
  font-size: 16px;
}

.contact_box .tb03 textarea,
.property_contact_box .tb03 textarea,
.tb03.contact_bkn textarea {
  border: none;
  background-color: #f1f1f1;
}

.tb03 textarea[name=content] {
  width: 450px;
  background-color: #f1f1f1;
}

.tb03 radio[name=class] {
  height: auto;
}

.property_contact_box .tb03 td .class {
  height: 40px;
}

.tb03 .class input {
  height: 14px;
  margin-bottom: 16px;
  width: auto;
}

.contact_box .contact_btn:first-child {
  margin-right: 10px;
}

.tb03.contact_bkn td {
  text-align: left;
}

/*==================================================================

	$voice

==================================================================*/
.caption_box dl {
  position: relative;
  margin-bottom: 120px;
}

.caption_box dl dd {
  position: absolute;
  bottom: -76px;
  right: 36px;
  padding: 2% 3%;
  background-color: #eb5514;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

.caption_box dl dd .title {
  margin-bottom: 18px;
  font-size: 22px;
  font-family: "秀英角ゴシック銀 B";
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.caption_box dl dd .doctor_name {
  text-align: right;
  font-size: 16px;
}

.caption_box .text {
  margin: 0 auto 80px;
  letter-spacing: 0.12em;
  line-height: 1.8;
  font-size: 16px;
}

.caption_box .text p {
  margin-bottom: 0;
}

.voice_block {
  margin-bottom: 80px;
}

.voice_block h5 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 12px;
  font-family: "秀英角ゴシック銀 B";
  font-size: 20px;
  letter-spacing: 0.1em;
}

.voice_block h5:nth-child(2) {
  margin-top: 0;
}

.voice_block h5::before {
  position: relative;
  padding-right: 8px;
  content: "ー";
}

.voice_block p {
  margin-bottom: 18px;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

.voice_block .img_fr img,
.voice_block .img_fl img {
  margin-bottom: 20px;
}

.homecare_volume_wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.homecare_volume_wrapper img {
  width: auto;
  height: 400px;
}

.homecare_volume {
  text-align: right;
}

.homecare_volume_text {
  position: absolute;
  top: 20px;
  left: 0;
  text-align: left;
  white-space: nowrap;
  border: 2px solid #00aa3a;
  margin-right: 20px;
  padding: 2% 3%;
}

.txt_large {
  font-size: 1.2em;
  line-height: 1;
}

.txt_large02 {
  font-size: 17px;
  line-height: 2;
}

.txt_small {
  font-size: 0.8em !important;
  text-align: right;
  display: block;
}

.txt_green {
  font-size: 1.3em;
  color: #00a93a;
  font-weight: bold;
}

.img_flex_zaidan {
  width: 80%;
  margin: 0 auto;
}

.img_flex_zaidan img {
  max-width: 100%;
}

.img_flex_zaidan .img_flex .zaidan_logo img {
  width: 250px !important;
}

.img_flex_zaidan .border_green {
  max-width: unset;
  padding: 0 10px;
  display: flex;
  align-items: center;
}

.cp_box *,
.cp_box *:before,
.cp_box *:after {
  box-sizing: border-box;
}

.cp_box label {
  position: relative;
  display: block;
  margin: auto;
  cursor: pointer;
  transition: all 0.3s;
}

.cp_box label:hover {
  transition: all 0.3s;
  color: #00aa3a;
}

.cp_box label::after {
  font-family: "FontAwesome";
  content: " \f107";
  color: #00aa3a;
  font-size: 1.2em;
}

.cp_box label:hover::after {
  color: #00aa3a;
}

.cp_box input:checked ~ label::after {
  font-family: "FontAwesome";
  content: " \f106";
  color: #00aa3a;
  font-size: 1.2em;
}

.cp_box input:checked ~ label:hover::after {
  color: #00aa3a;
}

.cp_box input {
  display: none;
}

.cp_box .cp_container {
  position: relative;
  z-index: 10;
  overflow: hidden;
  height: 0;
  margin-top: -1px;
  transition: height 0.3s ease-in-out;
}

.cp_box input:checked ~ div {
  transition: height 0.5s ease-in-out;
}

/* 続きを読むを押すと表示されるテキストの高さ */
.cp_box input:checked ~ div.cp_container {
  height: calc(100% - 36px);
}

.cp_box_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.cp_box_wrapper > .cp_box {
  width: 26%;
  margin-right: 2%;
  margin-bottom: 20px;
  padding: 3%;
  /*background-color: #F7F7F7;*/
  background-color: #fff;
}

.cp_box_wrapper > .cp_box:nth-child(3n) {
  margin-right: 0;
}

.cp_box_wrapper > .cp_box > .tit {
  /*margin-bottom: 20px;*/
  padding-bottom: 7px;
  border-bottom: 1px dashed #ddd;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #717071;
}

.cp_box_wrapper > .cp_box > .tit em {
  margin-right: 8px;
  font-size: 24px;
  font-family: "Quicksand", sans-serif;
}

.cp_box_wrapper > .cp_box > .cp_container {
  padding-top: 20px;
  line-height: 1.5;
}

.cp_box_wrapper .list08 {
  border: none;
  margin: 0;
  padding: 0;
}

.cp_box_wrapper .list08 > li {
  border: none;
}

.cp_box_wrapper .list08 .tit {
  margin-bottom: 10px;
}

.sugigroup .cp_box_wrapper {
  justify-content: space-between;
}

.load_info_box .contents {
  margin: 0 auto;
  display: none;
}
.load_info_box .info_newinfo_box_pc .contents {
  display: block;
}
.load_info_box .info_newinfo_box_pc,
.load_info_box .info_open_box_pc,
.load_info_box .info_column_box_pc,
.load_info_box .info_seminar_box_pc {
  margin-bottom: 30px;
}
.load_info_box .top_information_list a {
  display: flex;
  padding: 12px 0;
  border-bottom: 1px dotted #cdcdcd;
}

.top_info_date {
  min-width: 8%;
  margin-right: 2%;
  font-size: 14px;
}

.top_info_cate {
  display: inline-block;
  padding: 0;
  min-width: 10%;
  margin-right: 1%;
  text-align: center;
  color: #fff;
  background-color: #555;
  border-radius: 20px;
  font-weight: normal;
}

.contents h4 {
  width: 65%;
  margin-right: 2%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  font-size: 16px;
}

.top_info_new {
  display: inline-block;
  font-weight: 600;
  color: #ea5514;
  min-width: 4%;
}

.group_box {
  max-width: 960px;
  margin: 0 auto;
}

.group_box img {
  max-width: 100%;
}

.pc_center {
  text-align: center;
}

.zindex01 {
  position: relative;
  z-index: 2;
}

.pagetop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 60px;
  height: 60px;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 40px;
  background: #fff;
  color: #333;
  z-index: 9999;
  border: solid 2px #e95512;
}
.pagetop i {
  font-size: 24px;
}

.pagetop:hover {
  cursor: pointer;
}

.jquery-tab-pager-tabbar li {
  position: relative;
  display: block;
  margin: auto;
  cursor: pointer;
  transition: all 0.3s;
}

.jquery-tab-pager-tabbar li:hover {
  transition: all 0.3s;
  color: #00aa3a;
}

.load_info_box .wrapper {
  width: 100%;
}

.load_info_box > li {
  width: 26%;
  margin-right: 2%;
  margin-bottom: 20px;
  padding: 3%;
  background-color: #f7f7f7;
}

.load_info_box > li:nth-child(3n) {
  margin-right: 0;
}

.load_info_box > li > h4 {
  padding-bottom: 7px;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.load_info_box > li > .cp_container {
  padding-top: 20px;
  line-height: 1.5;
}

.load_info_box #tab li {
  position: relative;
  cursor: pointer;
  border-bottom: 0;
  text-align: center;
  font-size: 1.3em;
  background-color: #fff;
  /*color: #00a93a;*/
  color: #086837;
  padding: 5px 20px;
  /*	border: solid 2px #00a93a;*/
  border: solid 1px #086837;
  /*box-shadow: 0px 0px 0px 3px #00a93a;
     border: solid 1px #fff;
  border-radius: 0;
  transition: 0.15s;*/
  width: 25%;
  margin-right: 30px;
}

.load_info_box #tab li:last-child {
  margin-right: 0;
}

.load_info_box #tab li:hover,
.load_info_box #tab li.current {
  color: #fff;
  /*	background-color: #00a93a;*/
  background-color: #086837;
}

.load_info_box #tab {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  /*padding: 15px;
  border: 20px solid #F7F7F7;*/
  box-sizing: border-box;
}

#jquery-tab-pager-navi {
  display: none !important;
}

.cp_menu {
  margin: 0 auto 30px;
  padding: 0;
}

.cp_menu label {
  display: block;
  position: relative;
  padding: 10px 20px;
  background-color: #fff;
  color: #086837;
  margin-bottom: 15px;
  /* box-shadow: 0px 0px 0px 3px #00a93a; */
  border: solid 1px #086837;
  /*border-bottom: 1px solid #eb5514;*/
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
}

.cp_menu label::before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f107";
  font-weight: 900;
  right: 45px;
  top: 50%;
  margin-top: -0.6em;
  font-size: 1.2em;
  line-height: 1;
}

.cp_menu input {
  display: none;
}

.cp_menu li,
.cp_menu .btn03 {
  overflow-y: hidden;
  max-height: 0;
  transition: all 0.5s;
}

.cp_menu li:nth-of-type(n + 6) {
  display: none;
}

.cp_menu .btn03 {
  margin-bottom: 0;
}

.cp_menu .btn03 a {
  margin-top: 20px;
  margin-bottom: 20px;
}

/*リストが増えたらULごとに追加してください*/
#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: 100px;
  opacity: 1;
}

.bkn_box_tit {
  padding-bottom: 8px;
  /*font-family: "KiroW01-ExtraBold";*/
  font-size: 16px;
  letter-spacing: 0.075em;
  width: 100%;
  /*margin: 10px 0 10px auto;*/
  margin: 10px auto 10px;
  padding: 10px 0;
  box-sizing: border-box;
}

.topics_index .top_information .contents {
  margin-bottom: 30px;
}

.flexslider {
  max-width: 620px !important;
  /*margin: -30px auto 50px!important;*/
  margin: 0 auto 50px !important;
}

.contents_bg01_02 a {
  border-bottom: 1px solid;
}

.box2.contents_bg01_02 {
  padding-bottom: 0;
  margin-bottom: 30px;
}

.wpcf7c-conf,
input:-internal-autofill-selected {
  background-color: #f9fdbd !important;
}

.wpcf7 .ajax-loader {
  display: none !important;
}

#contents.contents02 {
  margin-top: 20px;
  padding-bottom: 30px;
}

#contents.contents03 {
  margin-top: 0;
  padding-bottom: 0;
}

#contents.contents04 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

#contents.contents05 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 30px;
}

#contents.contents06 {
  padding-top: 0;
  padding-bottom: 60px;
}

.under_line {
  border-bottom: 1px solid;
}

.flexslider {
  border: none !important;
}

.topics_list_inner {
  display: flex;
  padding: 20px 40px;
  border-bottom: 1px dotted #cdcdcd;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.bg_gray .breadcrumbs {
  margin: 0 auto !important;
  padding: 0 !important;
}

.bg_gray #contents_left {
  background-color: #fff;
  padding-bottom: 20px;
}

.topics_list_tit {
  width: 70%;
  margin-right: 2%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
  text-align: left;
}

.column_load .pager {
  display: none;
}

.text .column_load p {
  margin-bottom: 0;
}

/*  l-modal
----------------------------------------------------------------- */
.l-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 0.3s, visibility 0.3s;
}

.l-modal.is-show {
  opacity: 1;
  visibility: visible;
}

.l-modal__inner {
  position: relative;
}

.l-modal__close {
  position: absolute;
  right: -60px;
  top: -60px;
  padding: 30px;
  cursor: pointer;
}

.l-modal__close::before,
.l-modal__close::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}

.l-modal__close::before {
  transform: translateX(-50%) rotate(45deg);
}

.l-modal__close::after {
  transform: translateX(-50%) rotate(-45deg);
}

.l-modal__box {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.l-modal__box__title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 1em;
  font-weight: bold;
}

.l-modal__box__list {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 640px) {
  .l-modal__close {
    padding: 20px;
    right: -6px;
    top: -52px;
  }
  .l-modal__close::before,
  .l-modal__close::after {
    width: 30px;
  }
  .l-modal__box {
    padding: 20px;
    width: 100%;
  }
}
/*  p_contact
----------------------------------------------------------------- */
.p_contact_btnWrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 280px));
  justify-content: center;
  gap: 20px;
}

.p_contact_btnWrapper .contact_btn a,
.p_contact_btnWrapper .contact_btn button {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .p_contact_btnWrapper {
    grid-template-columns: minmax(0, 1fr);
  }
}
/*  会員登録
----------------------------------------------------------------- */
.swpm-fieldset {
  max-width: 800px;
  margin: 0 auto;
}

.swpm-notion {
  color: #ea5513;
}

li.swpm-item {
  display: grid;
  gap: 0 4%;
  border-top: 1px solid #f0f0f0;
  padding: 2em;
}

.swpm-section-div li.swpm-item + li.swpm-item {
  border-top: unset;
  padding-top: 0;
}

li.swpm-item-text,
li.swpm-item-email,
li.swpm-item-phone,
li.swpm-item-select,
li.swpm-item-date,
li.swpm-item-password,
li.swpm-item-checkbox {
  grid-template-columns: 30% minmax(0, 1fr);
  align-items: center;
}

li.swpm-item-checkbox {
  align-items: flex-start;
}

ul li.swpm-item-checkbox:not(:last-of-type) .swpm-checkbox-required {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
}

li.swpm-item-password {
  align-items: flex-start;
  gap: 1rem 4%;
}

.swpm-desc,
.swpm-username-label,
.swpm-password-label {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  text-align: left;
  color: #666;
}

li.swpm-item-password .swpm-desc {
  grid-area: 1/1/3/2;
}

.swpm-required-asterisk {
  color: #ea5513;
}

label.swpm-form-builder-error,
label.swpm-error {
  font-weight: bold;
  color: #ea5513;
  display: block;
  margin: 0.5em 0;
}

li.swpm-item input:not([type=checkbox]),
li.swpm-item select,
.swpm-text-field {
  border: none;
  background-color: #f1f1f1;
  height: 40px;
  padding: 0 10px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
  font-weight: 500;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
}

li.swpm-item div,
li.swpm-item label {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
  font-weight: 500;
  font-size: 16px;
}

li.swpm-item input.swpm-small,
li.swpm-item select.swpm-small {
  width: 50%;
}

li.swpm-item input + p {
  margin: 0.5em 0 0;
}

li.swpm-item input[type=checkbox] {
  margin: 0 1em 0 0;
}

.swpm-span a {
  color: #086837;
  text-decoration: underline;
}

.swpm-span a:hover {
  text-decoration: none;
}

.swpm-button {
  max-width: 160px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 640px) {
  li.swpm-item {
    gap: 1rem 4%;
    padding: 2em 0;
  }
  li.swpm-item-text,
  li.swpm-item-email,
  li.swpm-item-phone,
  li.swpm-item-select,
  li.swpm-item-date,
  li.swpm-item-password,
  li.swpm-item-checkbox {
    grid-template-columns: minmax(0, 1fr);
  }
  li.swpm-item input.swpm-small {
    width: 100%;
  }
  .swpm-button {
    max-width: unset;
  }
}
/*  ログイン
----------------------------------------------------------------- */
.swpm-login-widget-form {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.swpm-login-widget-form input[type=text],
.swpm-login-widget-form input[type=password] {
  width: 100% !important;
}

.swpm-password-label {
  margin: 0 0 0.5em;
}

.swpm-join-us-link {
  display: none;
}

.swpm-remember-me {
  text-align: center;
}

.swpm-forgot-pass-link {
  margin: 1em 0;
  text-align: center;
}

.swpm-forgot-pass-link a {
  color: #086837;
  text-decoration: underline;
}

.swpm-forgot-pass-link a:hover {
  text-decoration: none;
}

.sp_navi_notice {
  position: absolute;
  left: 50%;
  top: -12px;
  z-index: 0;
  color: #eb5514;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 0.1em;
  transform: translate(-50%, -100%);
  border: 2px solid #eb5514;
  background: #fff;
  padding: 0.5em;
  width: calc(100% - 8px);
  margin: 0 auto;
}

.sp_navi_notice::before,
.sp_navi_notice::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.sp_navi_notice::before {
  bottom: -11px;
  border: 6px solid transparent;
  border-top: 6px solid #fff;
  z-index: 2;
}

.sp_navi_notice::after {
  bottom: -16px;
  border: 8px solid transparent;
  border-top: 8px solid #eb5514;
  z-index: 1;
}

/*  パスワードリセット
----------------------------------------------------------------- */
.swpm-pw-reset-submit-button {
  margin: 20px 0 !important;
}

/*  Utility
----------------------------------------------------------------- */
.u_dis_ib {
  display: inline-block;
}

.u_underline {
  color: #086837;
  text-decoration: underline;
}

.u_underline:hover {
  color: #086837;
  text-decoration: none;
}

.u_ps_r {
  position: relative;
}/*# sourceMappingURL=style.css.map */