@charset "UTF-8";
/**********************************************************************************************

　詳細ページ全体

**********************************************************************************************/
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mainDetail {
  line-height: 1.6;
  background: #fff;
  margin-top: 8.55rem;
  /*background:#FFF6ED;ピンク*/
  /*background:url(../../img/common/pc/bg-yello.png);*/
  /*background:url(../../img/common/pc/bgBorder04.png);
	background-size:40px;*/
  /*background:url(../../img/common/pc/bg_pt.png) repeat-y top center ;*/
  /*background:url(../../img/common/pc/bg01.jpg) repeat-y top center ;*/
}
@media screen and (min-width: 768px) {
  .mainDetail {
    margin-top: 0;
  }
}

article {
  width: 900px;
  margin: 0 auto;
  padding: 20px 0;
}
.pImg01 {
  margin: 0 auto 80px;
  text-align: center;
}
.pImg02 {
  text-align: center;
}
.pImg03 {
  margin: 0 0 200px;
  text-align: center;
}
.detailTit {
  text-align: center;
  background: #f5f5e9;
  /*background:#e8e8d8;*/
  padding: 40px 0;
  margin: 0 auto;
}
.detailTit h2 {
  margin: 0 0 20px;
  font-size: 3.214em;
}
.titComments {
  font-size: 0.857em;
  margin: 0 0 5px;
}
.spanBorder03 {
  margin: 0 auto;
  display: block;
  height: 4px;
  width: 100px;
  background: #f59297;
}
.detailDescription {
  text-align: center;
  font-size: 1.286em;
  margin: 0 0 50px;
}
.discriptionComments {
  font-size: 0.667em;
}
.detailDescription02 {
  text-align: center;
  font-size: 1.286em;
  margin: 50px 0;
}
.detailDescription02 a {
  color: #f59297;
  text-decoration: underline;
}
.ulPagelink01 {
  text-align: center;
  margin: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.ulPagelink01 li {
  text-align: left;
  width: 280px;
  border-bottom: 1px solid #bfb8af;
}
.ulPagelink01 li:nth-child(2),
.ulPagelink01 li:nth-child(5),
.ulPagelink01 li:nth-child(8) {
  margin: 0 30px 0;
}
.mainDetail .ulPagelink01 li a {
  padding: 15px 0 15px 20px;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
}
.ulPagelink01 li a::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #f6abac;
  border-right: solid 2px #f6abac;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  left: 2%;
  margin-top: -4px;
}
.mainDetail section {
  margin: 0 0 80px;
}
.mainDetail section a {
  text-decoration: underline;
  color: #f59297;
}
.sectionTit,
.mainDetail section h3 {
  border-bottom: 4px solid #f59297;
  padding: 20px 60px;
  font-size: 2.429em;
  line-height: 1;
  color: #7c6762;
  margin: 0 0 20px;
  background: url(../../img/ambulatory/pc/amb-icon01.png) no-repeat left center;
}
.mainDetail section h4 {
  font-size: 1.286em;
  color: #f59297;
}
.mainDetail section p {
  margin: 0 0 25px;
}
.divPregnantImg {
  position: relative;
}
.btnPregnant01,
.btnPregnant02,
.btnPregnant03,
.btnPregnant04,
.btnPregnant05,
.btnPregnant06 {
  position: absolute;
  right: 13px;
}
.btnPregnant01 {
  top: 40px;
}
.btnPregnant02 {
  bottom: 300px;
}
.btnPregnant03 {
  bottom: 220px;
}
.btnPregnant04 {
  bottom: 145px;
}
.btnPregnant05 {
  bottom: 65px;
}
.btnPregnant06 {
  bottom: 10px;
}
.divWave {
  display: flex;
  justify-content: space-between;
}
.ulWave li:before {
  content: "■";
  color: #f59297;
  font-size: 0.625em;
  margin: 0 5px 0 -10px;
}
#secEcho a {
  width: 440px;
  display: inline-block;
  margin: 0 230px;
}
.ulBirth01 {
  display: table;
}
.ulBirth01 li {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
}
.ulBirth01 li:first-child {
  width: 210px;
  background: #ffdfdc;
  display: table-cell;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.ulBirth01 li:last-child {
  margin: 0;
}
.ulBirth01 .liBirth01 {
  margin: 0;
  color: #f59297;
  font-size: 1.286em;
}
.ulBirth02 li {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 105px 0 105px;
  border-color: #ffdfdc transparent transparent transparent;
  margin: 0 0 20px;
}
.ulBreadcrumb {
  margin: 120px 0 10px;
}
.ulBreadcrumb li {
  display: inline-block;
}
.ulBreadcrumb li a {
  color: #f59297;
  text-decoration: underline;
}
.ulBreadcrumb li:last-child a {
  color: #4f4946;
  text-decoration: none;
}
.ulBreadcrumb li:after {
  content: ">";
  color: #4f4946;
  padding: 0 0 0 2px;
}
.ulBreadcrumb li:last-child:after {
  content: "";
}
.liTxtIndent,
.ulIndent li {
  text-indent: -1em;
  padding-left: 1em;
}
.indentItem,
.pink.icon,
li > span.pink {
  text-indent: 0;
  display: inline-block;
  width: 1em;
  text-align: center;
}
.wid120 {
  width: 120px;
  height: auto;
}
.wid150 {
  width: 150px;
  height: auto;
}
.wid180 {
  width: 180px;
  height: auto;
}
.wid380 {
  width: 100%;
  height: auto;
}
.wid268 {
  width: 268px;
  height: auto;
}
.wid386 {
  width: 386px;
  height: auto;
}
@media only screen and (min-width: 641px) {
  .mr20 {
    margin-right: 20px !important;
  }
  .wid340 {
    width: 340px !important;
  }
}
@media only screen and (max-width: 640px) {
  .mb10 {
    margin-bottom: 3%;
  }
  .mb20 {
    margin-bottom: 6%;
  }
  article {
    width: 94%;
  }
  .pImg01 {
    margin: 0 0 14%;
  }
  .pImg03 {
    margin: 0 0 30%;
  }
  .detailTit {
    padding: 6% 0;
    margin: 0 auto;
  }
  .detailTit h2 {
    margin: 0 auto 4%;
    font-size: 2.25em;
  }
  .spanBorder03 {
    height: 100%;
    padding: 1.6% 0 0;
    width: 16%;
  }
  .detailDescription {
    font-size: 1.071em;
    margin: 0 0 14%;
  }
  .detailDescription02 {
    font-size: 1.071em;
    margin: 14% 0;
  }
  .ulPagelink01 {
    margin: 0 0 14%;
  }
  .ulPagelink01 li {
    width: 48%;
  }
  .ulPagelink01 li:nth-child(2),
  .ulPagelink01 li:nth-child(5),
  .ulPagelink01 li:nth-child(8) {
    margin: 0;
  }
  .ulPagelink01 li:nth-child(odd) {
    margin: 0 4% 0 0;
  }
  .ulPagelink01 li a {
    padding: 8% 10%;
  }
  .mainDetail section {
    margin: 0 0 14%;
  }
  .sectionTit,
  .mainDetail section h3 {
    font-size: 1.5em;
    padding: 0 0 3% 29px;
    margin: 0 0 2%;
    background-size: auto 32px;
    background-position: top left;
    line-height: 1.2;
  }
  .mainDetail section p {
    margin: 0 0 6%;
  }
  .btnPregnant01,
  .btnPregnant02,
  .btnPregnant03,
  .btnPregnant04,
  .btnPregnant05,
  .btnPregnant06 {
    width: 46%;
    position: absolute;
    right: 1.6%;
  }
  .btnPregnant01 {
    top: 3%;
  }
  .btnPregnant02 {
    bottom: 56.4%;
  }
  .btnPregnant03 {
    bottom: 48.4%;
  }
  .btnPregnant04 {
    bottom: 40.4%;
  }
  .btnPregnant05 {
    bottom: 28.6%;
  }
  .btnPregnant06 {
    bottom: 20%;
  }
  .divWave {
    display: block;
  }
  .divWave img {
    width: 100%;
  }
  .divWave p:first-child {
    margin: 0 0 4%;
  }
  .ulWave li {
    margin: 0 0 2%;
    padding-left: 5px;
  }
  #secEcho a {
    margin: 0 3%;
    width: 94%;
  }
  #secEcho p img {
    width: 94%;
  }
  .ulBirth01 li {
    margin: 0 0 6%;
    padding: 0;
  }
  .ulBirth01 li:first-child {
    display: block;
    width: 100%;
    padding: 4% 0;
  }
  .ulBirth01 li:last-child {
    margin: 0 0 6%;
  }
  .birthImg01 {
    width: 46%;
  }
  .birthImg02 {
    width: 36%;
  }
  .birthImg03 {
    width: 50%;
  }
  .ulBirth02 li {
    margin: 0 auto 6%;
    border-width: 15px 55px 0 55px;
  }
  .ulBreadcrumb {
    margin: 32% 0 3%;
  }
  .spIndent {
    padding-left: 1em;
  }
}

/**********************************************************************************************

　施設案内

**********************************************************************************************/
.divFacilities {
  margin: 0 auto;
}
.ulPagelink02 {
  text-align: center;
  margin: 0 0 70px;
}
.ulPagelink02 li {
  text-align: left;
  display: inline-block;
  width: 70px;
  border-bottom: 1px solid #bfb8af;
  margin: 0 10px 0 0;
}
.ulPagelink02 li:last-child {
  margin: 0 0 0 130px;
}
.ulPagelink02 li a {
  padding: 20px;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.ulPagelink02 li a::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #f6abac;
  border-right: solid 2px #f6abac;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
@media only screen and (max-width: 640px) {
  .divFacilities {
    width: 94%;
    margin: 4% auto;
  }
  .ulPagelink02 {
    text-align: left;
    font-size: 0;
  }
  .ulPagelink02 li {
    font-size: 16px;
    width: 18%;
    margin: 0 2% 0 0;
    text-align: left;
    box-sizing: border-box;
  }
  .ulPagelink02 li:last-child {
    width: auto;
    /*float:left;*/
    margin: 0;
  }
}
/**********************************************************************************************

　詳細ページトップ

**********************************************************************************************/
.detailTop {
  width: 900px;
  margin: 0 auto;
}
.detailTop p {
  text-align: center;
}
.detailTopImg img {
  width: 100%;
  min-width: 1024px;
}
.detailTopDiscription {
  font-size: 1.286em;
  margin: 20px 0 30px;
}
.navDetailTop {
  text-align: center;
}
.navDetailTop li {
  margin: 0 0 20px;
}
.navDetailTop ul li:last-child {
  margin: 0;
}
.navDetailTop ul li:last-of-type {
  margin: 0 0 80px;
}
.ulflowPoint {
  width: 100%;
  padding: 25px;
  border: 1px solid #cec9c4;
  background: #f9f9ee;
  border-radius: 5px;
}
.ulFirstFlow li {
  margin: 0 auto 5px;
  text-align: center;
  font-size: 1.286em;
}
.liFirstFlowDL {
  font-size: 0.778em;
  position: relative;
}
.liFirstFlowDL::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../img/common/pc/icon_pdf.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: calc(100% + 5px);
  background-size: contain;
}
.mainDetail .flowPointTxt {
  margin: 0;
  font-size: 14px;
}
.ulFirstFlow .liArrow {
  border-width: 20px 20px 0 20px;
}
.ulFirstFlow li:nth-child(odd) {
  width: 290px;
  padding: 20px 0;
  background: #fff5f5;
  border: 1px solid #ffcac7;
  border-radius: 10px;
}
@media only screen and (max-width: 640px) {
  .detailTop {
    width: 100%;
    padding: 0 3%;
  }
  .detailTopImg img {
    min-width: 100%;
  }
  .detailTopDiscription {
    margin: 6% 0 8%;
    font-size: 1em;
  }
  .navDetailTop li {
    width: 100%;
    margin: 0 0 4%;
  }
  .navDetailTop ul li:last-child {
    margin: 0;
  }
.navDetailTop ul li:last-of-type {
	margin: 0 0 80px;
}
  .ulflowPoint {
    padding: 4%;
  }
  .ulFirstFlow li {
    margin: 0 auto 2%;
  }
  .ulFirstFlow li:nth-child(odd) {
    padding: 4% 0;
    width: 90%;
  }
}

/**********************************************************************************************

　お問い合わせ & 　住所変更された方へ  & 体外受精勉強会のご案内

**********************************************************************************************/
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
.tableContact01 {
  width: 100%;
  margin: 0 0 40px;
}
.tableContact01 th {
  vertical-align: middle;
  background: #f9f9ee;
  /*background:#e8e8d8;*/
}
.divTh01 {
  position: relative;
}
.tableContact01 th,
.tableContact01 td {
  padding: 20px;
  vertical-align: middle;
  border: 1px solid #cccccc;
}
.spanRequired01,
.spanRequired02 {
  font-weight: bold;
  color: #f59297;
}
.tableContact01 td p {
  margin: 5px 0 0 0px;
  font-size: 0.857em;
  display: inline-block;
  vertical-align: bottom;
}
.divWoman,
.divMan {
  display: inline;
  margin: 0 20px 0 0;
}
input[type="radio"] {
  margin: 4px 2px 0 0;
}
article .buttonSubmit {
  border: none;
  font-size: 1.286em;
  width: 20%;
  border-radius: 5px;
  padding: 0.5em;
  margin: 0 0 80px;
  color: #fff;
  background: #f59297;
  cursor: pointer;
}
article .buttonSubmit:hover {
  opacity: 0.5;
}
.divSubmit {
  text-align: center;
}
.tableContact01 input,
.tableContact01 textarea {
  box-shadow: none;
  border: 1px solid #cccccc;
  padding: 0.5em;
}
.spanTel {
  font-size: 1.286em;
}
.spanTime {
  display: inline-block;
}
.emphasis {
  color: #f00;
}
.divCheckbox {
  display: inline-block;
  margin: 0 10px 0 0;
}
.divCheckbox input,
.divCheckbox label {
  vertical-align: middle;
}
.tableContact01 td .postalMark {
  vertical-align: top;
  font-size: 1em;
  margin: 8px 3px 0 0;
}
.inpTreatment {
  vertical-align: middle;
  width: auto !important;
}
.selectEra {
  margin: 0 0 0 5px;
}
.secStudy table {
  margin: 0 0 20px;
}
.ulStudy01 li {
  margin: 0 0 20px;
}
.ulStudy01 li:last-child {
  margin: 0;
}
.ulStudy02 {
  margin: 0 0 20px;
}
.tableContact01 iframe {
  margin: 10px 0 0;
}
.verMiddle {
  vertical-align: middle;
}
.verBottom {
  vertical-align: bottom;
}
.mainDetail article .tdWork p {
  display: block;
  margin: 0;
}
.mainDetail article .tdTel p {
  display: block;
}
@media only screen and (min-width: 641px) {
  .inputName01 {
    margin: 0 10px 0 0;
  }
  .inpAddress {
    margin: 0 0 10px;
  }
  .spanRequired01 {
    position: absolute;
    top: 0;
    right: -5px;
  }
  .tableContact01 th {
    width: 180px;
  }
  .tableContact02 th {
    width: 200px;
  }
  input[type="checkbox"] {
    vertical-align: middle !important;
  }
}
@media only screen and (max-width: 640px) {
  .tableContact01 {
    margin: 0 0 8%;
    border-bottom: 1px solid #cccccc;
  }
  .tableContact01 th,
  .tableContact01 td {
    padding: 1em;
    width: 100%;
    display: block;
    border-bottom: none;
  }
  .tableContact01 input,
  .tableContact01 textarea {
    width: 100%;
    padding: 2%;
  }
  .inputName01,
  .inpAddress {
    margin: 0 0 4%;
  }
  .tableContact01 .inputAge {
    width: 20%;
  }
  input[type="radio"] {
    width: auto;
    margin: 4px 3px 0 0;
  }
  .divWoman {
    margin: 0 6% 0 0;
  }
  .spanRequired01,
  .spanRequired02 {
    margin: 0 0 0 4%;
  }
  article .buttonSubmit {
    font-size: 1.286em;
    width: 80%;
    padding: 2%;
    margin: 0 0 14%;
  }
  .tableContact01 td .postalMark {
    margin: 2% 1% 0 0;
  }
  .tableContact01 .inpAddress {
    width: 46%;
  }
  .selectEra {
    margin: 0 0 0 1%;
  }
  .divCheckbox {
    display: block;
    margin: 0;
  }
  .divCheckbox:nth-child(2) {
    margin: 2% 0;
  }
  .divCheckbox input {
    width: 4%;
  }
  .divCheckbox label {
    margin: 1% 0 0;
  }
  .ulStudy02 {
    margin: 0 0 4%;
  }
  .secStudy table {
    margin: 0 0 4%;
  }
  .ulStudy01 li {
    margin: 0 0 1em;
  }
  .tableContact01 iframe {
    margin: 4% 0 0;
  }
  .spFlex {
    display: flex !important;
  }
  input[type="checkbox"] {
    vertical-align: middle !important;
    width: auto !important;
  }
  .inpYear {
    width: 20% !important;
  }
}

/**********************************************************************************************

　本の発売

**********************************************************************************************/
.tableBook01 {
  width: 100%;
}
.tableBook02 {
  width: 100%;
  margin: 0 auto;
}
.tableBook01 th,
.tableBook01 td {
  padding: 20px;
  vertical-align: middle;
  border: 1px solid #cccccc;
}
.tableBook01 a {
  text-decoration: underline;
  color: #f59297;
}
.tableBook01 th {
  text-align: center;
  background: #f9f9ee;
  /*background:#e8e8d8;*/
}
@media only screen and (min-width: 641px) {
  .tableBook01 tr:nth-child(1) td {
    text-align: center;
  }
  .tableBook02 th,
  .tableBook02 td {
    border: 1px solid #cccccc;
    padding: 10px;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .tableBook01 th,
  .tableBook01 td {
    text-align: center;
    width: 100%;
    display: block;
    padding: 3%;
    border-bottom: none;
  }
  .tableBook01 td p {
    text-align: left;
    width: 100%;
    margin: 0 auto;
  }
  .tableBook02 {
    margin: 2% 0;
    border-bottom: 1px solid #ccc;
  }
  .tableBook01 {
    border-bottom: 1px solid #ccc;
  }
}

/**********************************************************************************************

　研修・学会活動、院外活動

**********************************************************************************************/
.divDetail01 {
  width: 500px;
  margin: 0 auto;
}
.divDetail01 img {
  margin: 0 0 10px;
}
@media only screen and (max-width: 640px) {
  .divDetail01 {
    width: 100%;
  }
  .divDetail01 img {
    margin: 0 0 2%;
  }
}
/**********************************************************************************************

　スタッフ募集

**********************************************************************************************/

.notRecruit {
  color: #f00;
}
.ulRecruit {
  letter-spacing: -0.4em;
}
.ulRecruit li {
  font-size: 1.286em;
  text-align: center;
  background: #ebe2d4;
  color: #7c6762;
  letter-spacing: normal;
  display: table-cell;
  width: 205px;
  line-height: 1.4;
  height: 80px;
  box-sizing: border-box;
  vertical-align: middle;
}
.spanRecruit {
  margin: 5px 0 0;
  font-size: 0.571em;
  display: block;
}
.ulRecruit .arrowRecruit {
  background: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 20px;
  border-color: transparent transparent transparent #ebe2d4;
}
@media only screen and (min-width: 641px) {
  .ulRecruit .arrowRecruit {
    border-right: 6px solid #ffffff;
  }
}
@media only screen and (max-width: 640px) {
  .ulRecruit li {
    padding: 2% 0;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 4%;
  }
  .ulRecruit .arrowRecruit {
    padding: 0;
    border-width: 15px 25px 0 25px;
    border-color: #7c6762 transparent transparent transparent;
  }
}
.recruitWrap #tabs .tabSwitch {
  letter-spacing: -0.4em;
  margin-bottom: 1em;
}
.recruitWrap #tabs .tabSwitch li {
  letter-spacing: normal;
  display: inline-block;
}
.recruitWrap .table_recruit {
  width: 100%;
}
.recruitWrap .table_recruit th,
.recruitWrap .table_recruit td {
  border: 1px solid #cec9c4;
  padding: 2em;
}
.recruitWrap .mainDetail .div_recruit_section {
  margin-bottom: 4em;
}
.recruitWrap .mainDetail .div_recruit_section p {
  margin-bottom: 0;
}
.recruitWrap .table_recruit th {
  background: #f9f9ee;
  width: 12em;
  vertical-align: middle;
}
.recruitWrap .table_recruit td {
  vertical-align: middle;
}
.recruitWrap .table_recruit td.td_recruit {
  width: 12em;
  background: #e8e8d8;
}
.recruitWrap .btn {
  text-align: center;
  margin-bottom: 4em;
}
.recruitWrap .btn a {
  display: inline-block;
  font-size: 1.286em;
  border-radius: 5px;
  padding: 0.5em 2em;
  color: #ffffff;
  background: #f59297;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .recruitWrap .table_recruit th,
  .recruitWrap .table_recruit td {
    padding: 0.5em;
  }
  .recruitWrap .table_recruit th {
    width: 7em;
  }
  .recruitWrap .table_recruit td.td_recruit {
    width: 2em;
  }
}
/**********************************************************************************************

　リンク

**********************************************************************************************/
.secLink a {
  text-decoration: underline;
  color: #f59297;
  font-size: 1.125em;
}
/**********************************************************************************************

　プライバシー

**********************************************************************************************/
.secPrivacy ol {
  list-style: decimal;
  padding: 0 0 0 2em;
  margin: 0 0 20px;
}
.secPrivacy ul {
  margin: 0 0 20px;
}
.mainDetail .secPrivacy p {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .secPrivacy ol,
  .secPrivacy ul {
    margin: 0 0 4%;
  }
}
/**********************************************************************************************

　よくある質問

**********************************************************************************************/
.divTab01 {
  text-align: center;
  width: 100%;
  margin: 40px auto 20px;
  display: flex;
  justify-content: space-between;
}
.tab_item02 {
  cursor: pointer;
  width: 24%;
  padding: 1em 0;
  vertical-align: middle;
  font-size: 1.286em;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.labFaq {
  border-radius: 5px;
  background: #ebe2d4;
  color: #7c6762;
}
input:checked + .labFaq {
  background: #7c6762;
  color: #ffffff;
}
input[name="tab_item02"] {
  display: none;
}
.secFaq {
  border: 1px solid #7c6762;
  padding: 0 2em;
}
.mainDetail .secFaq a {
  position: relative;
  display: block;
  color: #f59297;
  text-decoration: none;
  cursor: pointer;
}
.mainDetail .secFaq dd p {
  margin: 0;
}
.mainDetail .secFaq li {
  padding: 20px 0;
  position: relative;
}
.secFaq dd {
  margin: 5px 0 0;
  display: none;
}
/*.secFaq ul{
	padding-left:1.5em;
	padding-right:1em;
}*/
.secFaq li:not(:last-child) dt::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  border-bottom: 1px dashed #f59297;
  position: absolute;
  left: 0;
  bottom: 0;
}
.secFaq .bold {
  width: 1.6em;
}
/*.secFaq dt a,
.secFaq dd{
	text-indent:-1.6em;
}*/
.secFfertilization,
.secFother,
.secFconsultation {
  display: none;
}
.faqIcon,
.faqIcon span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.faqIcon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #f59297;
  border-radius: 50%;
}
.faqIcon span {
  position: absolute;
  left: 5px;
  width: 10px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}
.faqIcon span:nth-of-type(1) {
  top: 9px;
  transform: rotate(0deg);
}
.faqIcon span:nth-of-type(2) {
  top: 9px;
  transform: rotate(90deg);
}
.faqIcon.active span:nth-of-type(1) {
  display: none;
}
.faqIcon.active span:nth-of-type(2) {
  top: 9px;
  transform: rotate(180deg);
}
input:checked + .tab_item02:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #7c6762;
  border-width: 8px;
  margin-left: -8px;
}
.faqBorder {
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
  margin: 1em 0;
}
.faqFlex {
  display: flex;
}
.faqFlexTxt {
  width: calc(100% - 1.6em);
  word-wrap: break-word;
}
@media only screen and (max-width: 640px) {
  .divTab01 {
    margin: 10% 0 4%;
  }
  .tab_item02 {
    font-size: 1.143em;
  }
  .secFaq dt a {
    padding-right: 30px;
  }
  .faqIcon {
    right: 0px;
  }
}
/**********************************************************************************************

　お知らせ　& お知らせ詳細ページ

**********************************************************************************************/
.divNews {
  border-bottom: 1px dotted #ccc;
  margin: 0 1em;
  padding: 1em 0;
  letter-spacing: -0.4em;
}
.divNews a {
  letter-spacing: normal;
  text-decoration: underline;
  color: #f59297;
  width: auto;
  display: inline-block;
}
.divNews time {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 15%;
}
@media only screen and (max-width: 640px) {
  .divNews time,
  .divNews a {
    width: 100%;
  }
}
/**********************************************************************************************

　初診の方へ & 再診の方へ

**********************************************************************************************/
.divVisit {
  padding: 60px 0;
  border-bottom: 1px dotted #ccc;
}
.first_pdfArea {
  margin: 20px 0 0;
}
.first_pdfArea .ulFirstFlow li {
  margin: 0;
  padding: 20px;
  text-align: left;
}
.first_pdfArea .ulFirstFlow a {
  color: #f59297;
}
.divVisitLast {
  border: none;
}
.divVisitLast p {
  line-height: 3;
}
.divVisitLast img {
  vertical-align: -2px;
}
.divVisit h3 {
  font-size: 1.286em;
}
.divVisit h4 {
  color: #f59297;
  font-size: 1.286em;
  margin: 40px 0 0;
}
.visitDiscription {
  margin: 0 0 25px;
}
.ulFirstBox01 {
  letter-spacing: -0.4em;
}
.imgBox01,
imgBox02 {
  width: 100%;
}
.imgBox02 {
  vertical-align: top;
}
.imgBox03 {
  width: 290px;
  height: 140px;
}
.ulFirstBox01 > li {
  width: 290px;
  height: 349px;
  display: inline-block;
  position: relative;
  margin: 0 15px 0 0;
}
.ulFirstBox01 > li:last-child {
  margin: 0;
}
.ulFirstList01 {
  padding: 10px 0 0 25px;
  height: 222px;
  letter-spacing: normal;
  background: url(../../img/first/pc/first-list02.gif) repeat-y left top;
  background-size: 100% 50%;
}
.ulFirstList02 li {
  padding: 75px 0 0;
}
.divFirstBox01 {
  background: #7c6762;
  width: 290px;
  height: 60px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}
.divFirstBox01 img {
  margin: 20px 0 0;
}
.divReservationMethod {
  display: flex;
  margin: 0 0 30px;
  align-items: center;
}
.divQrcode {
  display: flex;
  align-items: center;
  margin: 15px 0 0;
}
.ulFirstBox02 {
  max-width: 700px;
}
.ulFirstBox02 li {
  margin: 0 auto 25px;
  height: 100%;
}
.ulFirstBox02 li:nth-child(1),
.ulFirstBox02 li:nth-child(3),
.ulFirstBox02 li:nth-child(5) {
  border-radius: 5px;
  border: 1px solid #cec9c4;
  background: #f9f9ee;
  /*background:#e8e8d8;*/
  width: 100%;
  height: 100%;
  display: flex;
}
.divNumber01 {
  width: 60px;
  background: url(../../img/first/pc/number01.png), #ffdfdc;
  background-position: center center;
  background-repeat: no-repeat;
  border-right: 1px solid #cec9c4;
}
.divNumber02 {
  width: 60px;
  background: url(../../img/first/pc/number02.png), #ffdfdc;
  background-position: center center;
  background-repeat: no-repeat;
  border-right: 1px solid #cec9c4;
}
.divNumber03 {
  width: 60px;
  background: url(../../img/first/pc/number03.png), #ffdfdc;
  background-position: center center;
  background-repeat: no-repeat;
  border-right: 1px solid #cec9c4;
}
.divFcontents {
  padding: 25px;
}
.ulFirstBox02 li:nth-child(7) {
  background: #ffdfdc;
  width: 401px;
  border: 1px solid #cec9c4;
  border-radius: 5px;
  padding: 25px;
  margin: 0 auto;
}
.liArrow {
  margin: 0 auto 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #f59297 transparent transparent transparent;
}
.divFirstBox02 {
  padding: 13px 0 0 40px;
  margin: 0 0 0 20px;
  width: 270px;
  height: 91px;
  background: url(../../img/first/pc/first-box05.jpg) no-repeat left top;
}
.divFirstBox03 {
  width: 284px;
  height: 67px;
  background: url(../../img/first/pc/first-box06.png) no-repeat left top;
  padding: 12px 0 0 40px;
  color: #fff;
  margin: 0 0 0 10px;
}
.divFirstBox04 {
  width: auto;
  display: inline-block;
  /*height:136px;*/
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  background: #fff;
  padding: 13px;
  margin: 15px 0;
}
.spanAnnotation {
  font-size: 0.857em;
}
.divBelongings {
  margin: 0 0 20px;
}
.divBelongings:last-child {
  margin: 0;
}
.ulReturnBox {
  margin: 30px 0 0;
  width: 100%;
  padding: 25px;
  background: #f9f9ee;
  border: 1px solid #cec9c4;
  border-radius: 5px;
}
.divReturnBox {
  margin: 30px 0 0;
  width: 196px;
  padding: 15px;
  background: #f9f9ee;
  border: 1px solid #cec9c4;
  border-radius: 3px;
}
@media only screen and (max-width: 640px) {
  .divVisit {
    padding: 8% 0;
  }
  .divVisitLast p {
    line-height: 1.6;
  }
  .divVisit h4 {
    margin: 8% 0 0;
  }
  .visitDiscription {
    margin: 0 0 4%;
  }
  .pImg03box {
    text-align: center;
  }
  .imgBox03 {
    width: 92%;
    height: auto;
  }
  .ulFirstBox01 > li {
    width: 100%;
    height: auto;
    margin: 0 0 20%;
  }
  .ulFirstBox01 > li:last-child {
    margin: 0 0 14%;
  }
  .ulFirstList01 {
    width: 100%;
    padding: 4% 0 0 24%;
    height: auto;
  }
  .ulFirstList02 li {
    padding: 0;
  }
  .divNumber01,
  .divNumber02,
  .divNumber03 {
    flex-shrink: 0;
    flex-basis: 10%;
  }
  .divFcontents {
    padding: 4%;
  }
  .divFirstBox01 {
    background: #7c6762;
    width: 100%;
    height: auto;
    padding: 4% 0;
    bottom: unset;
    top: 104%;
  }
  .divFirstBox01 img {
    margin: 0;
  }
  .divReservationMethod {
    display: block;
    margin: 0;
  }
  .ulFirstBox02 {
    max-width: 100%;
  }
  .ulFirstBox02 li {
    margin: 0 auto 4%;
  }
  .ulFirstBox02 li:nth-child(7) {
    width: 80%;
    padding: 4%;
  }
  .liArrow {
    margin: 0 auto 4%;
  }
  .divQrcode {
    margin: 2% 0 0;
  }
  .divFirstBox03 {
    width: auto;
    height: auto;
    background: none;
    padding: 0;
    color: inherit;
    margin: 0;
  }
  .divQrcode img {
    width: 30%;
    height: 30%;
    margin: 0 2% 0 0;
  }
  .divFirstBox04 {
    /*width:56%;*/
    height: auto;
    padding: 4%;
    margin: 4% 0;
  }
  .divFirstBox02 {
    padding: 4%;
    margin: 0 0 4%;
    width: auto;
    height: auto;
    background: none;
  }
  .divBelongings {
    margin: 0 0 4%;
  }
  .divBelongings:last-child {
    margin: 0;
  }
  .ulReturnBox {
    margin: 4% 0 0;
    width: 100%;
    padding: 4%;
  }
  .divReturnBox {
    margin: 4% 0 0;
    width: auto;
    display: inline-block;
    padding: 4%;
  }
}
/**********************************************************************************************

　各種教室案内

**********************************************************************************************/
.tableDetail01 {
  width: 560px;
}
.tableHealth01 tr th,
.tableHealth01 td,
.tableDetail01 > tbody > tr > th,
.tableDetail01 > tbody > tr > td {
  border: 1px solid #cec9c4;
}
.tableDetail02 {
  margin: 0 0 10px;
}
.tableDetail01.tableDetailJr td {
  width: auto;
}
.tableDetailJr {
  width: 100%;
}
.tableDetailJr .ulJr {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px dotted #cec9c4;
}
.tableDetailJr .ulJr:last-child {
  border-bottom: none;
}
.tableDetailJr .ulJr li {
  width: auto;
  vertical-align: top;
  padding: 1em 0;
}
.tableDetailJr .ulJr li:nth-child(1) {
  width: 5em;
}
.tableDetailJr .ulJr li:nth-child(2) {
  width: 16em;
}
.tableDetailJr .ulJr li:nth-child(3) {
  width: auto;
}
@media only screen and (max-width: 640px) {
  .tableDetailJr .ulJr {
    display: block;
  }
  .tableDetailJr .ulJr li:nth-child(1) {
    width: 100%;
  }
  .tableDetailJr .ulJr li:nth-child(2) {
    width: 100%;
  }
  .tableDetailJr .ulJr li:nth-child(3) {
    width: auto;
  }
  .tableDetailJr .ulJr li {
    padding: 1em 0 0;
  }
}

.tableHealth01 {
  width: 100%;
}
.tableHealth01 th {
  background: #7c6762;
  color: #fff;
  text-align: center;
  padding: 0.5em 0;
  font-size: 1.143em;
}
.tableHealth01 th:first-child {
  width: 35%;
}
.tableHealth01 th:last-child {
  width: 65%;
}
.tableHealth01 td {
  vertical-align: middle;
  padding: 2%;
  background: #f9f9ee;
  /*background:#e8e8d8;*/
}
.tableHealth01 td:first-child {
  font-size: 1.071em;
}
.tableHealth01 tr:nth-child(3) td {
  background: #ebe2d4;
}
.tableDetail01 th {
  background: #f9f9ee;
  /*background:#e8e8d8;*/
  padding: 0 0 0 25px;
  width: 160px;
  vertical-align: middle;
}
.tableDetail01 td {
  padding: 10px 20px;
  width: 400px;
  vertical-align: middle;
}
.tableComments01,
.tableComments02 {
  padding: 0.5em 0 0;
  font-size: 0.857em;
  text-align: right;
}
.tableComments02 {
  text-align: left;
}
.tableComments03 {
  margin: 0 0 25px;
}
#secSupport ul {
  padding: 1em 0 0;
}
.divFrame {
  z-index: 100;
  display: inline-block;
  position: relative;
  float: right;
}
.divFrame::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 20px #fff, inset 0 0 20px #fff, inset 0 0 20px #fff, inset 0 0 20px #fff;
}
.divYoga01 {
  float: left;
  width: 560px;
}
@media only screen and (max-width: 640px) {
  .tableDetail01 {
    width: 100%;
  }
  .tableDetail01 th {
    width: 26%;
    padding: 0 0 0 4%;
  }
  .tableDetail02 {
    margin: 0 0 2%;
  }
  .tableDetail01 td {
    width: 74%;
    padding: 1em;
  }
  .tableComments03 {
    margin: 0 0 4%;
  }
  .divYoga01,
  .divFrame {
    float: none;
    width: 100%;
  }
  .tableComments01,
  .tableComments02 {
    text-align: left;
  }
  .divFrame {
    width: 100%;
    margin: 0 auto 4%;
  }
  .divFrame img {
    width: 100%;
  }
}
/**********************************************************************************************

　入院・分娩

**********************************************************************************************/
.divPeriod {
  display: flex;
  align-items: flex-end;
}
#secPostpartum ul {
  margin: 0 0 25px;
}
#secPeriod h4 {
  margin: 0 0 10px;
}
#secPeriod .divPeriod p {
  margin: 0 0 0 15px;
}
.divRelief01 {
  width: 50%;
}
.divRelief01 h4 {
  padding: 10px 0;
  border-bottom: 1px solid #f59297;
  margin: 0 0 10px;
}
.divRelief01 table {
  width: 88%;
  margin: 0 0 50px;
}
.divRelief01 table th {
  text-align: center;
  width: 42%;
  font-size: 0.857em;
  vertical-align: middle;
  background: #ebe2d4;
  border: 1px solid #cec9c4;
}
.divRelief01 table td {
  padding: 1em;
  width: 58%;
  font-size: 0.714em;
  border: 1px solid #cec9c4;
}
.divRelief02 {
  padding: 0 0 25px;
}
@media only screen and (max-width: 640px) {
  .divPeriod {
    display: block;
  }
  .divPeriod img {
    width: 100%;
  }
  #secPostpartum ul {
    margin: 0 0 4%;
  }
  #secPeriod h4 {
    margin: 0 0 2%;
  }
  #secPeriod .divPeriod p {
    margin: 2% 0 0;
  }
  .divRelief01 {
    width: 100%;
  }
  .divRelief01 h4 {
    padding: 2% 0;
    margin: 0 0 2%;
  }
  .divRelief01 table {
    width: 100%;
    margin: 0 0 8%;
  }
  .divRelief01 table th {
    width: 32%;
  }
  .divRelief01 table td {
    width: 68%;
  }
  .divRelief02 {
    padding: 0 0 2%;
  }
}
/**********************************************************************************************

　入院・分娩

**********************************************************************************************/
.tablePediatrics {
  width: 100%;
  margin: 0 0 100px;
}
.tablePediatrics th {
  width: 22%;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #cec9c4;
  background: #fff5f5;
  font-size: 1.286em;
}
.tablePediatrics td {
  width: 78%;
  border: 1px solid #cec9c4;
  background: #f9f9ee;
  /*background:#e8e8d8;*/
  padding: 15px;
}
.tablePediatrics ul {
  margin: 0 250px 0 0;
}
.tablePediatrics li {
  float: left;
  margin: 0 1em 0 0;
}
@media only screen and (max-width: 640px) {
  .tablePediatrics {
    margin: 0 0 14%;
  }
  .tablePediatrics th {
    text-align: left;
    display: block;
    width: 100%;
    padding: 0.5em 1em;
    border-bottom: none;
  }
  .tablePediatrics td {
    display: block;
    width: 100%;
    padding: 1em;
  }
  .tablePediatrics ul {
    margin: 0;
  }
  .tablePediatrics li:last-child {
    float: right;
    margin: 0 1em 0 0;
    padding: 0 4% 0 0;
  }
}
/**********************************************************************************************

　一般婦人科外来

**********************************************************************************************/
#secGyn ul {
  margin: 0 0 25px;
  font-size: 0.857em;
}
.divTreatment {
  padding: 1em;
  border: 1px solid #cec9c4;
  background: #f9f9ee;
  /*background:#e8e8d8;*/
  border-radius: 3px;
  display: inline-block;
  position: relative;
  margin: 0 0 50px 55px;
}
.divTreatment h5 {
  color: #7c6762;
}
.divTreatment p {
  position: absolute;
  right: 0;
  top: 100%;
}
.tableDetail03 th {
  width: 46%;
}
.tableDetail03 td {
  width: 54%;
}
@media only screen and (max-width: 640px) {
  #secGyn ul {
    margin: 0 0 4%;
  }
  .divTreatment {
    margin: 0 0 10%;
  }
}
/**********************************************************************************************

　不妊専門外来

**********************************************************************************************/
/* 検査 */
.tableTreatment tr:nth-child(odd) {
  background: #ebe2d4;
}
.tableTreatment tr:nth-child(even) {
  background: #f9f9ee;
}
.tableTreatment .treatmentOdd {
  background: #ffdfdc;
  vertical-align: middle;
}
.tableTreatment .treatmentEven {
  background: #fff5f5;
  vertical-align: middle;
  white-space: nowrap;
}
.tableTreatment tr:nth-child(1) th {
  padding: 1em 0;
  text-align: center;
}
.tableTreatment th,
.tableTreatment td {
  border: 1px solid #cec9c4;
  padding: 1em;
}
.tableTreatment th {
  vertical-align: middle;
  white-space: nowrap;
}
.divFlex01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.divFlex02 {
  flex-direction: row-reverse;
  width: 40%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .divTableTreatment {
    width: 100%;
    overflow-x: scroll;
    position: relative;
  }
  .divTableTreatment .tableIcon {
    top: 100px;
  }
  .tableTreatment {
    width: 740px;
  }
  .tableTreatment th,
  .tableTreatment td {
    font-size: 1em;
    -webkit-text-size-adjust: 100%;
  }
  .divFlex01 {
    display: block;
    width: 100%;
  }
  .divFlex02 {
    width: 100%;
    margin: 0 0 6%;
    flex-direction: row;
  }
  .divFlex02 img {
    width: 50%;
    height: 50%;
    margin: auto;
  }
  .mainDetail .divFlex01 p {
    margin: 0 0 2%;
  }
}
.divTreatArea01 {
  background: #fff5f5;
  border: 1px solid #ffdfdc;
  border-radius: 5px;
  display: block;
  width: 100%;
  padding: 30px;
  white-space: nowrap;
  margin-bottom: 25px;
}
.divTreatArea01 .inner {
  display: flex;
  flex-wrap: wrap;
}
.mainDetail section .divTreatArea01 p {
  margin-bottom: 0;
  margin-right: 4em;
}
.divTreatArea02 ul {
  width: 100%;
  display: table;
  border-collapse: collapse;
}
.divTreatArea02 ul li {
  width: auto;
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #cec9c4;
  padding: 1em;
  border-collapse: separate;
  border-spacing: 0px;
}
.divTreatArea02 ul li:nth-child(1) {
  background: #f9f9ee;
}
#secRecurrentPregnancyLoss h4 {
  margin-bottom: 0.5em;
}
#secRecurrentPregnancyLoss .divTreatArea02 ul li p {
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 641px) {
  .divTreatArea02 ul li:nth-child(1) {
    width: 20em;
  }
  .divTreatArea02 ul + ul {
    margin-top: 5px;
  }
  #secRecurrentPregnancyLoss .divTreatArea02 ul li:nth-child(1) {
    width: 12em;
  }
}
@media only screen and (max-width: 640px) {
  .divTreatArea02 ul {
    width: 100%;
    display: block;
  }
  .divTreatArea02 ul + ul {
    margin-top: 10px;
  }
  .divTreatArea02 ul li {
    width: 100%;
    display: block;
  }
  .divTreatArea02 ul li:nth-child(1) {
    border-bottom: none;
  }
}

/* 不妊治療 */
.divStepArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 80px;
}
.divStepbox {
  width: 198px;
  height: 204px;
  border: 1px solid #cec9c4;
  border-radius: 20px;
  background: #f9f9ee;
  /*background:#e8e8d8;*/
  position: relative;
}
.divStep01 {
  background: url(../../img/sterility/ste-step01.png), #ffdfdc;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 77px;
}
.divStep02 {
  background: url(../../img/sterility/ste-step02.png), #ffdfdc;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 77px;
}
.divStep03 {
  background: url(../../img/sterility/ste-step03.png), #ffdfdc;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 77px;
}
.divStep04 {
  background: url(../../img/sterility/ste-step04.png), #ffdfdc;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 77px;
}
.divStepContents {
  padding: 20px 0 0;
  text-align: center;
  font-size: 1.286em;
}
.stepComments {
  position: absolute;
  top: 100%;
  right: 0;
  font-size: 0.857em;
}
.divArrow {
  width: 18px;
  height: 30px;
  background: url(../../img/sterility/ste-arrow.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}
.tableInfertility {
  width: 440px;
}
.tableInfertility th {
  text-align: center;
  padding: 0.5em 0;
  vertical-align: middle;
  background: #f9f9ee;
  /*background:#e8e8d8;*/
  border: 1px solid #cec9c4;
}
.tableInfertility td {
  text-align: center;
  vertical-align: middle;
  padding: 1em 0;
  border: 1px solid #cec9c4;
}
.tableInfertility th:nth-child(1) {
  width: 28%;
}
.tableInfertility th:nth-child(2) {
  width: 30%;
}
.tableInfertility th:nth-child(3) {
  width: 42%;
}
.divInfertility01 {
  background: #f9f9ee;
  /*background:#e8e8d8;*/
  border: 1px solid #cec9c4;
  border-radius: 5px;
  display: inline-block;
  padding: 30px;
  margin: 0 0 15px;
  white-space: nowrap;
}

.divInfertility01 table th {
  vertical-align: middle;
  padding: 0 1em 0 0;
}
.divInfertility01 ul {
  width: 312px;
}
.divInfertility01 ul li {
  width: 50%;
  float: left;
}
.divInfertility02 ul {
  width: 580px;
}
.divInfertility02 ul li:nth-child(odd) {
  width: 60%;
}
.divInfertility02 ul li:nth-child(even) {
  width: 40%;
}
.divInfertility02 ul li:last-child {
  width: 40%;
}
.mainDetail section .tableHeader {
  margin: 0 0 10px;
}
@media only screen and (max-width: 640px) {
  .divStepArea {
    display: block;
    margin: 0 0 14%;
  }
  .divStepbox {
    width: 100%;
    height: auto;
  }
  .divStep01 {
    width: 100%;
    height: 60px;
  }
  .divStep02 {
    width: 100%;
    height: 60px;
  }
  .divStep03 {
    width: 100%;
    height: 60px;
  }
  .divStep04 {
    width: 100%;
    height: 60px;
  }
  .divStepContents {
    padding: 1em 0;
  }
  .divStepContents ul li {
    display: inline-block;
    margin: 0 0.5em;
  }
  .divArrow {
    transform: rotate(90deg);
    margin: 2% auto;
  }
  .tableInfertility {
    width: 100%;
  }
  .divInfertility01 {
    width: 100%;
    padding: 4%;
    margin: 0 0 4%;
    white-space: normal;
  }
  .divInfertility01 ul {
    width: auto;
  }
  .divInfertility01 table {
    width: 100%;
  }
  .divInfertility01 table th {
    width: 28%;
  }
  .divInfertility01 table td {
    width: 82%;
  }
  .divInfertility01 ul li {
    width: auto;
    float: none;
  }
  .divInfertility02 ul {
    width: auto;
  }
  .divInfertility02 ul li:nth-child(odd) {
    width: auto;
  }
  .divInfertility02 ul li:nth-child(even) {
    width: auto;
  }
  .divInfertility02 ul li:last-child {
    width: auto;
  }
  .mainDetail section .tableHeader {
    margin: 0 0 2%;
  }
}
/* 体外受精／顕微授精 */
#secIvf h4 {
  font-size: 1.429em;
  color: #f59297;
}
#secIvf h5 {
  font-size: 1.286em;
  color: #f59297;
}
#secIvf h6 {
  color: #f59297;
}
.tableIvf {
  width: 728px;
  border-collapse: separate;
  margin: 0 0 60px;
}
.tableIvf th {
  border: 1px solid #cec9c4;
  vertical-align: middle;
  text-align: center;
  padding: 1em 0;
  width: 16%;
}
.tableIvf td {
  vertical-align: middle;
  width: 42%;
  padding: 19px;
  border: 1px solid #cec9c4;
}
.tableIvf tr:nth-child(odd) th {
  background: #7c6762;
  color: #fff;
}
.tableIvf tr:nth-child(1) th:nth-child(2),
.tableIvf tr:nth-child(1) th:nth-child(3) {
  color: #333;
  background: #ebe2d4;
}
.tableIvf tr:nth-child(even) th {
  background: #b3a49b;
  color: #fff;
}
.tableIvf tr:nth-child(odd) td {
  background: #ebe2d4;
}
.tableIvf tr:nth-child(even) td {
  background: #f9f9ee;
  /*background:#e8e8d8;*/
}
.ulIvf01 li {
  background: url(../../img/sterility/arrow-ivf01.png) no-repeat left 3px;
  padding: 0 0 0 12px;
}
.ulIvf02 li {
  background: url(../../img/sterility/arrow-ivf02.png) no-repeat left 3px;
  padding: 0 0 0 12px;
}
.ulIvf03 li {
  background: url(../../img/sterility/arrow-ivf03.png) no-repeat left 3px;
  padding: 0 0 0 12px;
}
.ulIvf04 li {
  background: url(../../img/sterility/arrow-ivf04.png) no-repeat left 5px;
  padding: 0 0 0 12px;
}
.ivfImg01 {
  margin: 0 0 110px;
}
.ivfImg02 {
  margin: 0 0 60px;
}
@media only screen and (max-width: 640px) {
  .tableIvf {
    width: 100%;
    margin: 0 0 10%;
  }
  .tableIvf th {
    width: 16%;
  }
  .tableIvf td {
    width: 42%;
    padding: 2%;
    border: 1px solid #cec9c4;
  }
  .ulIvf01 li {
    background: url(../../img/sterility/arrow-ivf01.png) no-repeat left 3px;
    padding: 0 0 0 12px;
  }
  .ulIvf02 li {
    background: url(../../img/sterility/arrow-ivf02.png) no-repeat left 3px;
    padding: 0 0 0 12px;
  }
  .ulIvf03 li {
    background: url(../../img/sterility/arrow-ivf03.png) no-repeat left 3px;
    padding: 0 0 0 12px;
  }
  .ulIvf04 li {
    background: url(../../img/sterility/arrow-ivf04.png) no-repeat left 5px;
    padding: 0 0 0 12px;
  }
  .ivfImg01 {
    margin: 0 0 14%;
  }
  .ivfImg02 {
    margin: 0 0 10%;
  }
}
/* 先進医療 */
.mainDetail #secAdvanced .mb25 {
  margin-bottom: 25px;
}
.mainDetail #secAdvanced p {
  margin: 0;
}
#secAdvanced picture {
  margin: 0 auto;
}
#secAdvanced picture img {
  margin-bottom: 60px;
}
#secAdvanced .gridAdv {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 22em 18em 22em;
  gap: 2em;
}
#secAdvanced .gridAdv .gridAdvItem {
  background-color: #fff;
  border: 1px solid #cec9c4;
}
#secAdvanced .gridAdv .gridAdvItem .gridAdvInner {
  padding: 1.5em 1em;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  height: calc(100% - 3em);
}
#secAdvanced .gridAdv .gridAdvItem .gridAdvInner .mb1 {
  margin-bottom: 1em;
}
#secAdvanced .gridAdv .gridAdvItem .gridAdvInner div:first-child {
  margin-bottom: 2em;
}
#secAdvanced .gridAdv .gridAdvItem h5 span {
  font-size: 0.714em;
  line-height: 25px;
}
#secAdvanced .gridAdv .gridAdvItem .bgBrown01,
#secAdvanced .gridAdv .gridAdvItem .bgBrown02,
#secAdvanced .gridAdv .gridAdvItem .bgBrown03 {
  font-size: 1.143em;
  padding: 0.5em;
  text-align: center;
  border-bottom: 1px solid #cec9c4;
}
#secAdvanced .gridAdv .gridAdvItem .bgBrown01 {
  background-color: #7c6762;
  color: #fff;
}
#secAdvanced .gridAdv .gridAdvItem .bgBrown02 {
  background-color: #ebe2d4;
}
#secAdvanced .gridAdv .gridAdvItem .bgBrown03 {
  background-color: #f9f9ee;
}
#secAdvanced .gridAdvList li:first-child {
  margin-top: 0em;
}
#secAdvanced .gridAdvList li {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0.5em;
}
#secAdvanced .gridAdvSmall li:first-child {
  margin-top: 0.5em;
}
#secAdvanced .gridAdv .gridAdvItem .brown01 {
  color: #7c6762;
  text-indent: 0;
  display: inline-block;
  width: 1em;
  text-align: center;
}
#secAdvanced .gridAdv .gridAdvItem .gridAdvBox .gridAdvTxt {
  text-align: center;
}
#secAdvanced .gridAdv .gridAdvItem .gridAdvBox .gridAdvTxt p {
  display: inline-block;
  padding: 0.5em;
  line-height: 100%;
  margin-top: 2em;
  background-color: #f59297;
  color: #fff;
}
#secAdvanced .gridAdv .gridAdvItem .gridAdvPrice {
  margin-top: 0.5em;
  text-align: center;
}
#secAdvanced .gridAdv .gridAdvItem .gridAdvPrice span {
  color: #f59297;
  font-weight: bold;
  font-size: 1.5em;
}
#secAdvanced .gridAdv .gridAdvItem .gridAdvSmall li {
  font-size: 0.857em;
  margin-bottom: 0;
  text-align: left;
}
#secAdvanced .gridAdv .gridAdvItem .colorPink {
  color: #f59297;
}
@media only screen and (max-width: 640px) {
  #secAdvanced .gridAdv {
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 1em;
  }
  #secAdvanced .gridAdv .gridAdvItem .gridAdvInner {
    padding: 1em 0.5em;
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
    height: calc(100% - 3em);
  }
  .mainDetail #secAdvanced .mb25 {
    margin-bottom: 6%;
  }
  #secAdvanced .gridAdv .gridAdvItem .gridAdvPrice span {
    color: #f59297;
    font-weight: bold;
    font-size: 1.286em;
  }
  #secAdvanced .gridAdv .gridAdvItem .gridAdvBox .gridAdvTxt p {
    font-size: 0.857em;
  }
  #secAdvanced .gridAdv .gridAdvItem .gridAdvInner div:first-child {
    margin-bottom: 1em;
  }
}
/* 勉強会・教室 */
.divLessonBox01 {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: row-reverse;
}
.divLessonBox01 img {
  width: 320px;
  border-radius: 5px;
}
.divLessonBox02 {
  display: flex;
  width: 100%;
  border: 1px solid #cec9c4;
  border-radius: 5px;
  background: #f9f9ee;
  /*background:#e8e8d8;*/
  margin: 20px 0 0;
}
.divLessonTit {
  width: 18%;
  background: #fff5f5;
  border-right: 1px solid #cec9c4;
  border-radius: 5px 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.286em;
}
.divLessonBox02 ul {
  padding: 20px;
}
.mainDetail section .tableDetail01 p,
.mainDetail section .divLessonBox02 ul p {
  margin-bottom: 0;
}
.divAtHomeBox {
  position: relative;
  width: 100%;
  margin: 0 0 15px;
}
.atHomeImg01 {
  position: absolute;
  top: 0;
  right: 0;
}
.atHomeImg02 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 640px) {
  .divLessonBox01 {
    display: block;
  }
  .divLessonBox02 {
    display: block;
    margin: 4% 0 0;
  }
  .divLessonBox02 span {
    width: 1em;
    display: inline-block;
    text-indent: 0;
    text-align: center;
  }
  .divLessonBox02 li {
    text-indent: -1em;
  }
  .divLessonBox01 img {
    width: 100%;
    margin: 0 0 4%;
  }
  .divLessonTit {
    width: 100%;
    padding: 3% 0;
    border-right: none;
    border-bottom: 1px solid #cec9c4;
    border-radius: 5px 5px 0 0;
  }
  .divLessonBox02 ul {
    padding: 4% 4% 4% 2em;
  }
  .divAtHomeBox {
    margin: 0 0 4%;
  }
  .atHomeImg01,
  .atHomeImg02 {
    width: 100%;
    margin: 0 0 4%;
    position: static;
  }
}
/* 費用 */
.mainDetail .articleCost h4 {
  color: #333;
  margin: 0 0 10px;
}
.articleCost h5 {
  font-size: 1.429em;
}
.mainDetail .articleCost .h4Cost {
  color: #f59297;
  border-bottom: 1px solid #f59297;
  padding: 0 0 5px;
  margin: 0 0 40px;
}
.articleCost .tableDetail01 tr:first-child th {
  background: #7c6762;
  padding: 0.5em 20px;
  color: #fff;
}
.imgCost01 {
  margin: 0 0 30px;
}
.imgCost02 {
  margin: 0 0 50px;
}
.imgCost03 {
  margin: 0 0 20px;
}
.spanMark {
  font-size: 0.714em;
}
@media only screen and (min-width: 641px) {
  .mainDetail .articleCost .h4Cost {
    font-size: 1.429em;
  }
}
@media only screen and (max-width: 640px) {
  .mainDetail .articleCost h4 {
    margin: 0 0 4%;
  }
  .mainDetail .articleCost h4,
  .articleCost h5 {
    font-size: 1em;
  }
  .mainDetail .articleCost .h4Cost {
    padding: 0 0 1%;
    margin: 0 0 6%;
  }
  .imgCost01 {
    margin: 0 0 4%;
  }
  .imgCost02 {
    margin: 0 0 6%;
  }
  .imgCost03 {
    margin: 0 0 4%;
  }
  .spCostBox .tableDetail01 tr:first-child th {
    width: 30%;
    background: #f9f9ee;
    color: #333;
  }
}

/* 費用 23年05月追加分 */
.articleCost .tableDetail01.tableCost01,
.articleCost .costInfertility01 {
  width: 60%;
}
.articleCost .tableDetail01.tableCost02 {
  width: 100%;
}
.articleCost .costInfertility01 {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.articleCost #secOvulationCycle h3,
.articleCost #secEmbryoCycle h3,
.articleCost #secItemsCycle h3 {
  background: url(../../img/ambulatory/pc/amb-icon01.png) no-repeat left center;
}
.articleCost .tableDetail01 tr td:last-of-type {
  text-align: right;
}
.articleCost .tableDetail01 tr .tableWidth60 {
  width: 60%;
  text-align: center;
}
.articleCost .tableDetail01 tr .tableWidth34 {
  width: calc(100% - 60%);
  text-align: center;
}
.articleCost .tableDetail01 tr .tableWidth50 {
  width: 55%;
  text-align: center;
}
.articleCost .tableDetail01 tr .tableWidth44 {
  width: calc(100% - 55%);
  text-align: center;
}
.articleCost .tableDetail01 th {
  width: 35%;
}
.articleCost .tableWrapper {
  margin-top: 6%;
}
.articleCost .tableWrapper .arrow {
  display: inline-block;
  margin: 0.4em 0.7em 0.4em 0.4em;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: #f59297 #f59297 transparent transparent;
  transform: rotate(45deg);
}
.articleCost .costWrapper {
  margin-top: 6%;
  margin-bottom: 15%;
}
.articleCost .tableDetail01.tablePink tr:last-of-type,
.articleCost .colorPink {
  color: #f59297;
}
.articleCost .costInfertility01 div {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  position: relative;
  width: 50%;
  padding: 30px;
}
.articleCost .costInfertility01,
.articleCost .costInfertility01 p {
  margin: 0;
}
.articleCost .costInfertility01 h5,
.articleCost .costInfertility01 .fz18Bold {
  font-size: 18px;
  font-weight: 600;
}
.articleCost .costInfertility01 .grayLine::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 70%;
  background-color: #cec9c4;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.articleCost .divInfertility01 {
  padding: 0;
}
.tableTreatment tr:nth-child(odd) {
  background-color: #f9f9ee;
}
.articleCost .tableWrapper .tableDetail01 td {
  background-color: #fff;
}
.mainDetail .articleCost section .costFlow {
  margin: 0 0 0.9em;
}
@media only screen and (max-width: 640px) {
  .articleCost .tableDetail01.tableCost01,
  .articleCost .tableDetail01.tableCost02 {
    table-layout: fixed;
    width: 94vw;
    min-width: 94vw;
  }
  .articleCost .tableDetail01 tr .tableWidth60 {
    width: 60vw;
    min-width: 60vw;
    text-align: center;
  }
  .articleCost .tableDetail01 tr .tableWidth34 {
    width: 34vw;
    min-width: 34vw;
    text-align: center;
  }
  .articleCost .tableDetail01 tr .tableWidth50 {
    width: 50vw;
    min-width: 50vw;
    text-align: center;
  }
  .articleCost .tableDetail01 tr .tableWidth44 {
    width: 44vw;
    min-width: 44vw;
    text-align: center;
  }
  .articleCost .tableDetail01 th,
  .articleCost .tableDetail01 td {
    padding: 3%;
  }
  .articleCost #secOvulationCycle h3,
  .articleCost #secEmbryoCycle h3,
  .articleCost #secItemsCycle h3 {
    background-size: auto 32px;
  }
  .articleCost .tableTreatment th,
  .articleCost .tableTreatment td {
    padding: 0.5em;
  }
  .articleCost .tableWrapper {
    margin-top: 10%;
  }
  .articleCost .tableWrapper h4 {
    font-size: 1.429em;
    line-height: 1.3em;
  }
  .articleCost .costWrapper {
    margin-top: 10%;
    margin-bottom: 20%;
  }
  .articleCost .costInfertility01 {
    display: block;
  }
  .articleCost .costInfertility01 div {
    width: 100%;
    padding: 30px 0;
  }
  .articleCost .costInfertility01 .grayLine::before {
    content: "";
    display: inline-block;
    width: 80%;
    height: 2px;
    background-color: #cec9c4;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  /*
  .articleCost .tableDetail01 tr td:last-of-type {
    text-align: left;
  }
  */
  .mainDetail .articleCost section .costFlow {
    margin: 0 0 3%;
  }
  .fz0857 {
    font-size: 0.857em;
  }
  .articleCost .inlineBlock {
    display: inline-block;
  }
}

/* 培養部門 */
#secCulture h4 {
  color: #f59297;
  border-bottom: 1px solid #f59297;
  padding: 0 0 5px;
  margin: 0 0 20px;
}
#secEggFlow h4 {
  width: 100%;
  color: #fff;
  font-size: 1.429em;
  background: #7c6762;
  padding: 0.5em 0;
  text-align: center;
  margin: 0 0 20px;
}
.flowBox01 {
  text-align: left;
  width: 425px;
  padding: 75px 15px 30px;
  background: #f9f9ee;
  /*background:#e8e8d8;*/
  position: relative;
}
.flowBox01 h5 {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff5f5;
  border: 1px solid #ffcac7;
  width: 100%;
  font-size: 1.429em;
  padding: 0.5em 0;
  text-align: center;
}
.flowBox02 {
  width: 100%;
  margin: 0 0 50px;
}
.divDays .flowBox03 {
  margin: 30px 0 0;
}
/*.flowBox03 h5{
	border:none;
	background:#EBE2D4;
}*/
.flowItem {
  margin: 15px 0 0;
  width: auto;
  display: inline-block;
  padding: 30px;
  text-align: center;
  border: 1px solid #cec9c4;
  border-radius: 5px;
  background: #fff;
}
#secEggFlow .flowBox01 p {
  margin: 0;
}
#secEggFlow .flowItem span {
  text-decoration: underline;
  color: #7c6762;
}
#secEggFlow .flowBox01 .flowDiscription {
  margin: 0 0 10px;
}
.flowNumber {
  font-size: 1.286em;
  color: #f59297;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
h5.flowNumber {
  width: auto;
  display: inline-block;
  border: 1px solid #cec9c4;
  border-radius: 5px;
  padding: 30px 30px 30px calc(30px + 1em);
  margin: 40px 0 40px;
  text-align: left;
  text-indent: -1em;
}
.divDays {
  width: 425px;
}
.flowArrow01 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 65px 0 65px;
  border-color: #b3a49b transparent transparent transparent;
  margin: 15px auto 10px;
}
.flowArrow02 {
  position: relative;
  top: 230px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 65px 0 65px 30px;
  border-color: transparent transparent transparent #b3a49b;
}
.flowItemBox {
  width: 610px;
  margin: 0 auto;
}
.divFlex03 {
  display: flex;
  justify-content: space-between;
}
.divFlex04 {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
/*#secRecord h4{
	border-bottom:1px solid #F59297;
	padding:0 0 5px;
	margin:0 0 20px;
}*/
#secRecord h4 {
  margin: 0 0 40px;
}
#secRecord #divEmbryoTransfer img {
  margin-bottom: 60px;
}
.mbBreeding01 {
  margin: 0 0 45px;
}
#secEmbryoTreatment h4 {
  border-bottom: 1px solid #f59297;
  padding: 0 0 5px;
  margin: 0 0 15px;
}
.mbBreeding02 {
  margin: 0 0 65px;
}
#secRecord h5,
#secEmbryoTreatment h5 {
  color: #f59297;
  font-size: 1.143em;
}
#secEmbryoTreatment .LaserAssist {
  margin: 45px 0 0;
}
.divFlex05 {
  display: flex;
}
.underLine {
  text-decoration: underline;
}
.bigTxt {
  font-size: 1.429em;
}
.total {
  text-align: center;
  margin-top: 10px;
  color: #7c6762;
  vertical-align: top;
  line-height: 1;
}
.total span {
  vertical-align: bottom;
}
#secTimeLapse h4 {
  border-bottom: 1px solid #f59297;
  padding: 0 0 5px;
  margin: 0 0 15px;
}
#secTimeLapse .divFlex04 {
  margin-bottom: 65px;
}
#secTimeLapse .divFlex04 .imgArea {
  width: calc(100% - 600px);
}
#secTimeLapse .divFlex04.features01 p {
  width: 560px;
}
#secTimeLapse .divFlex04.features02 {
  align-items: center;
}
#secTimeLapse .divFlex04.features02 p {
  margin: 0 0 0.5em;
}
#secTimeLapse .divFlex04.features02 .imgArea p {
  color: #f59297;
}
#secTimeLapse .divFlex04.features02 .txtArea {
  width: 600px;
  padding: 0 0 0 20px;
}

/* modal */
.flowModal li {
  display: none;
}
.modalTit {
  color: #f59297;
  border-bottom: 1px solid #f59297;
  padding: 0 0 5px;
  margin: 0 0 10px;
  font-weight: bold;
}
@media only screen and (min-width: 641px) {
  /*.divDays .flowBox01{
		margin:0;
	}*/
}
@media only screen and (max-width: 640px) {
  #secCulture h4 {
    padding: 0 0 1%;
    margin: 0 0 4%;
  }
  #secEggFlow h4 {
    margin: 0 0 4%;
  }
  .flowBox01 {
    width: 100%;
    padding: 20% 4% 4%;
    margin: 0 0 8%;
  }
  .flowBox02 {
    margin: 0 0 8%;
  }
  .divDays .flowBox03 {
    margin: 4% 0 8%;
  }
  .flowBox04 {
    height: auto;
  }
  .flowItem {
    width: 100%;
    margin: 4% 0 0;
    padding: 4%;
  }
  #secEggFlow .flowBox01 .flowDiscription {
    margin: 0 0 2%;
  }
  .flowNumber {
    text-align: left;
  }
  h5.flowNumber {
    padding: 4% 4% 4% calc(4% + 1em);
    margin: 8% 0 8%;
  }
  .divDays {
    width: 100%;
  }
  .flowArrow01 {
    margin: 0 auto 6%;
  }
  .flowArrow02 {
    position: relative;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 65px 0 65px 30px;
    border-color: transparent transparent transparent #b3a49b;
  }
  .flowItemBox {
    width: 100%;
  }
  .divFlex03 {
    display: block;
  }
  .divFlex04 {
    display: block;
  }
  .flowItemBox .divFlex04 div {
    width: 50%;
    margin: 0 0 4%;
  }
  .flowItemBox .divFlex04 {
    display: flex;
    flex-wrap: wrap;
  }
  #secEmbryoTransfer h4 {
    padding: 0 0 1%;
    margin: 0 0 4%;
  }
  #secEmbryoTransfer img {
    margin: 0 0 4%;
  }
  #secRecord h4 {
    margin: 0 0 30px;
  }
  #secRecord #divEmbryoTransfer img {
    margin-bottom: 40px;
  }
  .mbBreeding01 {
    margin: 0;
  }
  #secEmbryoTreatment h4 {
    padding: 0 0 1%;
    margin: 0 0 4%;
  }
  #secEmbryoTreatment .divFlex04 {
    display: flex;
    flex-direction: column-reverse;
  }
  #secEmbryoTreatment img {
    margin: 0 0 4%;
  }
  .mbBreeding02 {
    margin: 0;
  }
  #secEmbryoTreatment .LaserAssist {
    margin: 8% 0 0;
  }
  .LaserAssist p {
    width: 100%;
  }
  .divFlex05 {
    display: block;
  }
  .total {
    margin-top: 1%;
    font-size: 0.857em;
  }
  .microImg {
    margin: 0 0 6% !important;
    text-align: center;
  }
  #secTimeLapse h4 {
    padding: 0 0 1%;
    margin: 0 0 4%;
  }
  #secTimeLapse .divFlex04.features01 p {
    width: 100%;
  }
  #secTimeLapse .divFlex04 .imgArea {
    width: 80%;
    margin: 0 10% 0.5em;
  }
  #secTimeLapse .divFlex04.features02 .txtArea {
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }
}
/* 漢方 */
.dlMedicine01 {
  width: 16%;
  background: #fff;
  border: 1px solid #cec9c4;
}
.dlMedicine01 dt {
  padding: 12px;
  text-align: center;
  background: #7c6762;
  color: #fff;
  font-size: 1.286em;
  border-bottom: 1px solid #cec9c4;
}
.dlMedicine02 {
  border-top: 1px solid #cec9c4;
  border-right: 1px solid #cec9c4;
  border-bottom: 1px solid #cec9c4;
  width: 32%;
  background: #f9f9ee;
  /*background:#e8e8d8;*/
}
.dlMedicine02 dt,
.dlMedicine03 dt {
  border-bottom: 1px solid #cec9c4;
  background: #b3a49b;
  color: #fff;
  padding: 15px 0;
  text-align: center;
}
.dlMedicine02 dd,
.dlMedicine03 dd {
  padding: 20px;
}
.dlMedicine02 li,
.dlMedicine03 li {
  position: relative;
}
.dlMedicine02 li .pink,
.dlMedicine03 li .pink {
  position: absolute;
  top: 0;
  right: 100%;
}
.dlMedicine03 {
  border-top: 1px solid #cec9c4;
  border-right: 1px solid #cec9c4;
  border-bottom: 1px solid #cec9c4;
  background: #f9f9ee;
  /*background:#e8e8d8;*/
  width: 20%;
}
.divRecommendBox {
  padding: 10px;
  background: #ebe2d4;
  border-left: 1px solid #cec9c4;
  border-right: 1px solid #cec9c4;
  border-bottom: 1px solid #cec9c4;
  margin: 0 0 15px;
}
.divRecommendTit {
  padding: 10px 30px;
  display: inline-block;
  background: #b3a49b;
  color: #fff;
}
#secSupple .divRecommendBox p {
  display: inline-block;
  margin: 10px 0 0 5px;
}
#secMedicine .divFlex03 {
  flex-wrap: wrap;
}
.medicineBox {
  width: 445px;
  background: #f9f9ee;
  /*background:#e8e8d8;*/
  border: 1px solid #cec9c4;
  margin: 0 0 10px;
}
#secMedicine .medicineBox p {
  margin: 0;
}
.medicineTit {
  padding: 10px 20px;
  background: #ebe2d4;
  border-bottom: 1px solid #cec9c4;
  width: 100%;
  margin: 0 0 20px;
}
#secMedicine .medicineTit h4 {
  color: #333;
  font-size: 1.286em;
  float: left;
}
.medicineTit p {
  float: right;
}
#secMedicine .medicineTxt p {
  margin: 0 20px 20px 20px;
}
.medicineImg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 114px;
  text-align: center;
  height: 130px;
  margin: 0 20px 20px 0;
}
.medicineImg img {
  max-width: 100%;
}
.medicineTxt p {
  width: 262px;
}
@media only screen and (max-width: 640px) {
  .dlMedicine01 {
    width: 100%;
    border-bottom: none;
  }
  .dlMedicine01 dt {
    text-align: center;
    padding: 4% 0;
    border-bottom: 1px solid #cec9c4;
  }
  .dlMedicine01 dd {
    text-align: center;
  }
  .dlMedicine02 {
    border: 1px solid #cec9c4;
    width: 100%;
    border-bottom: none;
  }
  .dlMedicine02 dt,
  .dlMedicine03 dt {
    padding: 4% 0;
    text-align: center;
  }
  .dlMedicine02 dd,
  .dlMedicine03 dd {
    padding: 4% 4% 4% 6%;
  }
  .dlMedicine03 {
    border: 1px solid #cec9c4;
    width: 100%;
    border-bottom: none;
  }
  .divRecommendBox {
    padding: 0;
    border: 1px solid #cec9c4;
    margin: 0 0 4%;
  }
  .divRecommendTit {
    text-align: center;
    padding: 4% 0;
    display: block;
    border-bottom: 1px solid #cec9c4;
  }
  #secSupple .divRecommendBox p {
    display: inline-block;
    margin: 4%;
  }
  .medicineBox {
    width: 100%;
    margin: 0 0 4%;
  }
  .medicineTit {
    padding: 2% 4%;
    margin: 0 0 4%;
  }
  #secMedicine .medicineTxt p {
    margin: 0 4% 4% 4%;
  }
  .medicineImg {
    margin: 0 4% 4% 0;
    width: 28%;
  }
  #secMedicine .divFlex04 {
    display: flex;
  }
  .medicineTxt p {
    width: 60%;
  }
}

/**********************************************************************************************

　スタッフ紹介

**********************************************************************************************/
.divStaff01 h4,
.divStaff02 h4 {
  border-bottom: 1px solid #f59297;
  margin: 0 0 20px;
}
.divStaff02 {
  display: none;
}
.staffPrfile01 {
  display: flex;
  align-items: flex-start;
  margin: 0 0 20px;
}
.staffPrfile01 img {
  margin: 0 20px 0 0;
  flex-shrink: 0;
}
.positionList01 {
  background: #ffefef;
  padding: 1em;
  margin: 0 0 0 20px;
  width: 320px;
}
.positionList01 dl,
.positionList02 dl {
  margin: 0 0 1em;
}
.positionList01 dt,
.positionList02 dt {
  font-weight: bold;
}
.positionList02 {
  background: #ffefef;
  padding: 1em;
  text-align: left;
  height: 90%;
}
.staffList01 {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.staffList01 li {
  width: 32%;
  margin: 0 0 50px;
}
.staffList01 li p {
  margin: 0 0 10px;
}
.staffImg {
  text-align: center;
}
.staffList01 li:nth-child(2),
.staffList01 li:nth-child(5) {
  margin-right: 2%;
  margin-left: 2%;
}
.fontBig {
  font-size: 1.286em;
}
.fontSmall {
  font-size: 0.778em;
  display: inline-block;
  vertical-align: baseline;
}
.staffTab {
  width: 50%;
  margin-bottom: 40px;
}
.staffTab .tab_item02 {
  width: 48%;
}
@media only screen and (max-width: 640px) {
  .divStaff01 h4,
  .divStaff02 h4 {
    margin: 0 0 4%;
  }
  .staffPrfile01 {
    display: block;
    margin: 0;
    text-align: center;
  }
  .staffPrfile01 img {
    margin: 4%;
  }
  .staffPrfile01 p {
    text-align: left;
  }
  .positionList01 {
    margin: 0;
    width: 100%;
    text-align: left;
  }
  .divStaff01 .tableDetail01,
  .divStaff02 .tableDetail01 {
    margin-bottom: 6%;
    text-align: left;
  }
  .divStaff01 .tableDetail01 th,
  .divStaff02 .tableDetail01 th {
    padding: 0 0 0 1%;
    width: 28%;
  }
  .divStaff01 .tableDetail01 td,
  .divStaff02 .tableDetail01 td {
    width: 72%;
  }
  .staffList01 {
    display: block;
  }
  .staffList01 li {
    width: 100%;
    margin: 0 0 8%;
  }
  .staffList01 li:nth-child(2),
  .staffList01 li:nth-child(5) {
    margin-right: 2%;
    margin-left: 2%;
  }
  .staffTab {
    width: 100%;
    margin-bottom: 6%;
  }
}
/**********************************************************************************************

　アクセス

**********************************************************************************************/
.artAccess section p {
  margin: 0;
}
.accessImg,
.accessBox,
.artAccess table {
  float: left;
}
.artAccess section .accessImg {
  margin: 0 40px 0 0;
}
.accessBox {
  margin: 0 0 20px;
}
.accessBox p:first-child,
.accessBox .bold {
  font-size: 1.286em;
}
.artAccess table th {
  min-width: 100px;
  width: auto;
}
.artAccess table td {
  width: auto;
}
.mainDetail .artAccess section .accessTit {
  color: #f59297;
  border-bottom: 1px solid #f59297;
  font-size: 1.286em;
  padding: 0;
  background: none;
  line-height: 1.75;
}
.accessTit + p {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .artAccess table {
    float: none;
    clear: both;
  }
  .artAccess section .accessImg {
    margin: 0 5% 20px 0;
    width: 34%;
  }
  .accessBox {
    margin: 0 0 20px;
    width: 61%;
  }
  .accessBox p:first-child,
  .accessBox .bold {
    font-size: 1.071em;
  }
  .accessBox p:not(:first-child):not(:nth-child(2)) {
    text-indent: -1em;
    padding-left: 0.5em;
  }
  .mainDetail .artAccess section .accessTit {
    font-size: 1.071em;
    margin: 0 0 4%;
  }
  .mainDetail .artAccess section a {
    color: #333;
    text-decoration: none;
  }
}
