@charset "UTF-8";
/*front_common*/
.heading_img{
  text-align: center;
}
@media screen and (max-width: 767px) {
  .heading_img img{
    width: 50px;
  }
}
h2.heading{
  margin-bottom: 9px;
  color: #074c51;
  font-size: 35px;
  font-family: "Zen Maru Gothic Bold", sans-serif;
  text-align: center;
  letter-spacing: 0.2em;
}
h2.heading + .sub_heading{
  margin-bottom: 50px;
  color: #8fd9dd;
  font-size: 16px;
  font-family: 'Segoe_Script_B', sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  h2.heading{
    font-size: 30px;
  }
  h2.heading + .sub_heading{
    margin-bottom: 65px;
  }
}
.p-front {
  position: relative;
}
.p-front-mv {
  position: relative;
  height: 808px;/*50.5vw*/
}
@media screen and (max-width: 1090px) {
  .p-front-mv {
    height: 518px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-mv {
    height: 440px;
  }
}
.vegas-content-scrollable/*.vegas-content*/{
  background: url(../img/front/sec_bg_img01.webp) no-repeat bottom center,url(../img/front/mv_bg.webp) no-repeat top left;
  background-size: contain,632px auto;
}
@media screen and (max-width: 1090px) {
  .vegas-content-scrollable/*.vegas-content*/{
    background: url(../img/front/sec_bg_img01.webp) no-repeat bottom center,url(../img/front/mv_bg.webp) no-repeat top -20px left -200px;
    background-size: contain,632px auto;
  }
}
@media screen and (max-width: 767px) {
  .vegas-content-scrollable/*.vegas-content*/{
    background: url(../img/front/sec_bg_img01_sp.webp) no-repeat bottom center;
    background-size: contain;
  }
}
.p-front-mv__title {
  margin-bottom: 20px;
  margin-left: -74px;
  padding-top: 110px;
  display: flex;
}
.p-front-mv__title h1 {
  font-size: 52px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: left;
  color: #02496c;
}
@media screen and (max-width: 1090px) {
  .p-front-mv__title {
    margin-bottom: 20px;
    padding-top: 40px;
  }
  .p-front-mv__title h1 {
    width: 400px;
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-mv_title-pc{
    display: none;
  }
  .p-front-mv_title-sp{
    margin-top: -52vw;
    text-align: center;
    margin-bottom: 10px;
  }
}

.p-front-mv-schedule{
  display: flex;
  margin-top: -100px;
  margin-left: 127px;
}
.p-front-mv-schedule.sponly{
  display: none;
}
.p-front-mv-schedule .l-inner{
  background: #fff;
  padding: 10px 26px 20px 30px;
  color: #074c51;
  border-radius: 20px;
}
.p-front-mv-schedule table th{
  background: transparent;
  padding: 10px 8px ;
  font-size: 11px;
  font-weight: normal;
  border:none;
}
.p-front-mv-schedule table th.heading{
  font-size: 13px;
  text-align: left;
}
.p-front-mv-schedule table tr th,
.p-front-mv-schedule table tr td{
  border-bottom:solid 1px #072f514f;
}
.p-front-mv-schedule table td{
  background: transparent;
  font-size: 12px;
  text-align: center;
  border:none;
}
.p-front-mv-schedule table td.heading{
  padding: 10px 6px 10px 0;
  font-size: 15px;
  font-family: "dinr_R";
  letter-spacing: -0.01px;
}
.p-front-mv-schedule table tr td:first-of-type{
  text-align: left;
}
.p-front-mv-schedule table td span.time{
  background: #C49562;
  margin-right: 7px;
  padding: 5px 3px 2px 4px;
  color: #fff;
  font-size: 10px;
  border-radius: 3px;
  vertical-align: 2px;
}
.p-front-mv-schedule span.brown{
  background: inherit;
  margin-right: 0;
  color: #C49562;
  font-size: 12px;
}
.p-front-mv-schedule span.blue{
  background: inherit;
  margin-right: 0;
  color: #12b5be;
  font-size: 12px;
}
@media screen and (max-width: 1090px) {
  .p-front-mv-schedule{
    margin-top: -70px;
    margin-left: 110px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-mv-schedule.pconly{
    display: none;
  }
  .p-front-mv-schedule.sponly{
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 45px;
    display: block;
  }
  .p-front-mv-schedule .l-inner{
    margin: 0 20px;
    padding: 5px 0 15px;
    border-top: solid 1px #064C51;
    border-bottom: solid 1px #064C51;
    border-radius: 0;
  }
  .p-front-mv-schedule table{
    width: 100%;
    margin-bottom: 10px;
  }
  .p-front-mv-schedule table td.heading{
    font-size: 15px;
  }
  .p-front-mv-schedule table td{
    padding: 10px 6px;
  }
  .p-front-mv-schedule table td span.time{
    margin-right: 5px;
    padding: 5px 5px 2px;
  }
}
.p-front-mv-schedule_text{
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-front-mv-schedule_text .item02 span{
  background: #c49562;
  padding: 2px 6px 4px 5px;
  color: #fff;
  border-radius: 5px;
}

.p-front-mv-banner {
  margin-left: -57px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1090px) {
  .p-front-mv-banner{
    margin-left: 0;
  }
  .p-front-mv-banner p:first-of-type{
    width: 150px;
  }
  .p-front-mv-banner p:nth-of-type(2),
  .p-front-mv-banner p:nth-of-type(3){
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-mv-schedule_text{
    padding: 0 6px;
  }
  .p-front-mv-banner {
    display: none;
  }
}
.p-front-mv-banner > p {
  margin: 0 10px 0 0;
}
.p-front-mv-banner-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-front-mv-banner-sp {
    width: 88.5vw;
    display: block;
    position: relative;
    top: -50vw;
    left: 50%;
    transform:translateX(-50%);
    margin-bottom: -10px;
  }
}
.p-front-mv-banner02{
  position: absolute;
  bottom: -140px;/*-9vw*/
  right: -80px;
}
@media screen and (max-width: 1090px) {
  .p-front-mv-banner02{
    width: 200px;
    right: 0;
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-mv-banner02{
    display: none;
  }
}
.p-front-mv-area{
  display: none;
}
@media screen and (max-width: 767px) {
  .p-front-mv-area{
    background: #fff;
    display: block;
  }
}

.p-front-news {
    background: url(../img/front/sec_bg_img02.webp) no-repeat bottom center,#fbfbfb;
    background-size: contain;
    padding-bottom: 180px;
    padding-top: 40px;
    display: flex;
}
@media screen and (max-width: 767px) {
  .p-front-news {
    background: url(../img/front/sec_bg_img02_sp.webp) no-repeat bottom center,#fff;
    padding-bottom: 140px;
  }
}

.p-front-news-block01 {
  width: 1000px;
  max-width: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-front-news-block01 {
    padding: 65px 23px 0;
    text-align: center;
    flex-direction: column;
  }
}
.p-front-news-block01__left {
  width: 235px;
  padding: 113px 0 0;
}
@media screen and (max-width: 1090px) {
  .p-front-news-block01__left {
      padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-news-block01__left {
    width: 100%;
    padding-top: 0;
    margin-bottom: 20px;
    padding-left: 0;
  }
}
.p-front-news-block01__left h2 {
  margin-right: 0;
  margin-bottom: 35px;
  color: #fff;
  font-size: 25px;
  font-family: "Zen Maru Gothic Bold", sans-serif;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.p-front-news-block01__left h2::after{
  content: "";
  background: #12b5be;
  width: 155px;
  height: 155px;
  outline: solid 10px rgba(18, 181, 190, 0.3);
  display: block;
  border-radius: 150px;
  position: absolute;
  top: -58px;
  left: -24px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-front-news-block01__left h2 {
    color: #fff;
    font-size: 26px;
  }
  .p-front-news-block01__left h2::after{
    left: 50%;
    transform: translateX(-50%);
  }
}
.news_subttl{
  margin-left: 75px;
  margin-bottom: 50px;
  color: #12b5be;
  font-size: 16px;
  font-family: 'Segoe_Script_B', sans-serif;
  position: relative;
  z-index: 1;
}
.news_subttl::before{
  content: "";
  background: #feeb43;
  width: 81px;
  height: 81px;
  border-radius: 81px;
  display: block;
  position: absolute;
  top:-24px;
  left: -16px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .news_subttl{
    margin-left: 17vw;
    margin-bottom: 30px;
  }
  .news_subttl::before{
    left: auto;
    right: 26vw;
  }
}
.p-front-news-block01__btn.sponly {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-front-news-block01__btn.pconly{
    display: none;
  }
  .p-front-news-block01__btn.sponly {
    width: 100%;
    text-align: center;
    display: block;
  }
}
.p-front-news-block01__btn > a {
  padding-right: 25px;
  padding-bottom: 5px;
  color: #12B5BE;
  z-index: 2;
  font-size: 14px;
  font-family: "Zen Maru Gothic Medium", sans-serif;
  border-bottom: dashed 1px #12B5BE;
  position: relative;
}
.p-front-news-block01__btn > a::after {
  content: "";
  position: absolute;
  top: 28%;
  right: 3px;
  width: 16px;
  height: 6px;
  border-right: 1px solid #12B5BE;
  border-bottom: 1px solid #12B5BE;
  transform: skew(45deg);
}
.p-front-news-block01__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
  padding: 10px 0 12px 65px;
  border-left: 1px solid rgba(6, 76, 81, 0.3);
}
@media screen and (max-width: 767px) {
  .p-front-news-block01__right {
    width: 100%;
    padding: 0px 0 0px 0px;
    border-left: none;
    overflow: hidden;
  }
}

.p-front-post-list {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-front-post-list {
    width: 100%;
    margin-bottom: 15px;
    padding: 30px 0 20px 0;
    border-top: 1px dashed #13B5BE;
  }
}
.p-front-post-list__item {
  background: url(../img/icon_news.svg) no-repeat right center;
  background-size: 20px 20px;
  padding-bottom: 20px;
  border-bottom: dashed 1px #13B5BE;
  display: flex;
  justify-content: flex-start;
}
.p-front-post-list__item:not(:first-of-type){
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-front-post-list__item {
    background: none;
    flex-wrap: wrap;
  }
}
.p-front-post-list__info {
  width: 120px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-front-post-list__info {
    width: 100%;
    margin-bottom: 5px;
    flex-direction: row;
  }
}
.p-front-post-list__time {
  font-size: 16px;
  font-family: "dinr_B", sans-serif;
  color: #074C51;
}
@media screen and (max-width: 767px) {
  .p-front-post-list__time {
    margin-top: -3px;
    margin-right: 20px;
    line-height: 1.6;
  }
}
.p-front-post-list__category{
  width: 120px;
  margin-top: -0.25em;
}
.p-front-post-list__category ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-front-post-list__category ul li/* a*/ {
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
  list-style: none;
  letter-spacing: -0.5px;
}
.p-front-post-list__category ul li a {
  padding: 1px 8px 3px 8px;
  border-radius: 3px;
  display: block;
}
.p-front-post-list__category ul li a.influenza{
  background: #088086;
}
.p-front-post-list__category ul li a.news{
  background: #3ba3d5;
}
.p-front-post-list__category ul li a.closing{
  background: #8fd9dd;
}
.p-front-post-list__category ul li a.health{
  background: #FEEB43;
}
.p-front-post-list__category ul li a.corona{
  background: #ffdd9a;
}
.p-front-post-list__category ul li a.fever{
  background: #c49562;
}
.p-front-post-list__category ul li a.blog{
  background: #12b5be;
}
.p-front-post-list__text{
  display: flex;
  flex-direction: column;
}
.p-front-post-list__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #12B5BE;
}
@media screen and (max-width: 767px) {
  .p-front-post-list__title {
    line-height: 1.6;
    text-align: left;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
.p-front-post-list__body{
  height: 1.75em;
  color: #074c51;
  font-size: 13px;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

/*当院の特徴*/
.p-front-sec01 {
  background: url(../img/front/sec01_bg_img02.webp) no-repeat center center,url(../img/front/sec_bg_img03.webp) no-repeat bottom center,#E0F8FA;
  background-size: contain;
  padding: 0 0 280px 0;
}
@media screen and (max-width: 767px) {
  .p-front-sec01 {
    background: url(../img/front/sec_bg_img03_sp.webp) no-repeat bottom center, #E0F8FA;
    background-size: 100vw ,164px auto;
    margin-top: 0;
    padding: 20px 0 200px 0;
  }
}
.p-front-sec01 .l-container{
  width: 1000px;
}
.p-front-sec01-block01__content {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1090px) {
  .p-front-sec01-block01__content {
    gap: 40px;
  }
  .p-front-sec01-block01__content a{
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .p-front-sec01 .l-container{
    width: 100%;
  }
  .p-front-sec01-block01__content {
    width: 100%;
    padding: 0 7.5vw;
    justify-content: center;
    flex-wrap: wrap;
    gap: 80px;
  }
  .p-front-sec01-block01__content a{
    width: 100%;
  }
}
.p-front-sec01-block01__item{
  background: #12b5be;
  width: 280px;
  padding: 25px 20px 130px;
  border-radius: 40px;
  position: relative;
  outline: solid 10px rgba(18, 181, 190, 0.2);
}
.p-front-sec01-block01__content a:nth-of-type(2) .p-front-sec01-block01__item{
  background: #088086;
}
@media screen and (max-width: 1090px) {
  .p-front-sec01-block01__item{
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-front-sec01-block01__item{
    width: 100%;
    padding: 25px 5vw 104px;
  }
}
.p-front-sec01-block01__icon{
  min-height: 95px;
  margin-bottom: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.p-front-sec01-block01__title {
  color: #fff;
  font-size: 30px;
  font-family: "Zen Maru Gothic Bold", sans-serif;
  font-weight: 700;
  text-align: center;
}
.p-front-sec01-block01__subtitle {
  color: rgba(255, 255, 255, 0.49);
  margin-bottom: 55px;
  font-size: 15px;
  font-family: 'Segoe_Script_B', sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-sec01-block01__title {
    font-size: 25px;
  }
  .p-front-sec01-block01__subtitle{
    margin-bottom: 40px;
  }
  br.pconly{
    display: none;
  }
}
.p-front-sec01-block__arrow{
  position: relative;
}
.p-front-sec01-block__arrow::before{
  content: "";
  position: absolute;
  top: -40px;
  right: 44%;
  width: 30px;
  height: 9px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skew(45deg);
}
@media screen and (max-width: 767px) {
  .p-front-sec01-block__arrow::before{
    top: -36px;
  }
}
.p-front-sec01-block01__body{
  background: #fff;
  width: 240px;
  padding: 12px 25px 20px;
  border-radius: 10px;
  position: absolute;
  bottom: -35px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1090px) {
  .p-front-sec01-block01__body{
    width: 84%;
    padding: 7px 25px 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-sec01-block01__body{
    width: 65vw;
  }
}
.p-front-sec01-block01__body ul{
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.p-front-sec01-block01__body ul li{
  padding-top: 5px;
  font-family: "Zen Maru Gothic Bold", sans-serif;
  text-align: center;
  letter-spacing: 0.2em;
  position: relative;
}
.p-front-sec01-block01__body ul li:not(:last-of-type){
  padding-bottom: 5px;
  border-bottom: dashed 1px #13B5BE;
}
.p-front-sec01-block01__body ul li::before{
  content: "●";
  color: #feeb43;
  font-size: 10px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-front-sec01-block01__body ul li{
    font-size: 15px;
  }
}


/* 当院の特徴 */
.p-front-feature {
  background: url(../img/front/sec_bg_img04.webp) no-repeat bottom center,#fff;
  background-size: contain;
  position: relative;
  padding: 25px 0 180px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-front-feature {
    background: url(../img/front/sec_bg_img02_sp.webp) no-repeat bottom center,#fff;
    background-size: contain;
    padding: 20px 0 40px 0;
  }
}
.p-front-feature__btn a{
  background: #074c51;
  margin: 0 auto;
  padding: 9px 20px 11px;
  color: #fff;
  font-family: "Zen Maru Gothic Medium", sans-serif;
  text-align: center;
  border-radius: 10px;
  display: block;
  position: relative;
  overflow: hidden;
}
.p-front-feature__btn a{
  width: 340px;
}
.p-front-feature__btn.btn_s a{
  width: 260px;
  margin-left: auto;
}
.p-front-feature__btn a::before{
  content: "";
  position: absolute;
  top: 38%;
  right: 15px;
  width: 16px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skew(45deg);
  z-index: 2;
}
.p-front-feature__btn a::after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 38px solid transparent;
  border-bottom: 38px solid transparent;
  border-left: 38px solid #135072;
  border-right: 0;
  transform: rotate(45deg);
  opacity: 0.15;
  position: absolute;
  bottom: -24px;
  right: -5px;
  z-index: 0;
  background-blend-mode: multiply;
}
.p-front-feature__btnarea{
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1090px) {
  .p-front-feature__btnarea{
    flex-wrap: wrap;
  }
  .p-front-feature__btn.btn_s:not(:last-of-type){
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-feature__btn a{
    width: calc(100% - 20px);
    margin-left: 0;
  }
  .p-front-feature__btn.btn_s:not(:last-of-type){
    margin-bottom: 20px;
  }
  .p-front-feature__btn.btn_s a{
    width: 100%;
  }
  .p-front-feature__btnarea{
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.p-front-feature-block01,
.p-front-feature-block03 {
  padding: 80px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-front-feature-block01{
  background: url(../img/front/sec02_bg_img01.webp) no-repeat left 30% center;
  background-size: 730px auto;
}
.p-front-feature-block03{
  background: url(../img/front/sec02_bg_img03.webp) no-repeat left 30% center;
  background-size: 730px auto;
}
.p-front-feature-block01__img,
.p-front-feature-block03__img {
  position: relative;
  width: 50%;
  height: 350px;
}
@media screen and (max-width: 767px) {
  .p-front-feature-block01 {
    background: none;
    margin-bottom: 100px;
    padding: 0;
  }

  .p-front-feature-block03 {
    background: none;
    margin-bottom: 70px;
    padding: 0;
  }
  .p-front-feature-block01__img,
  .p-front-feature-block03__img {
    width: 100%;
    height: auto;
    margin-bottom: 60px;
  }
}
.p-front-feature-block01__img--01::before {
  content: "";
  position: absolute;
  top: 0;
  right: 80px;
  width: 500px;
  height: 350px;
  border-radius: 30px;
  background: url("../img/front/sec02_img01.webp") no-repeat 50% 50%;
  background-size: cover;
}
.p-front-feature-block03__img--01::before {
  content: "";
  position: absolute;
  top: 0;
  right: 80px;
  width: 500px;
  height: 350px;
  border-radius: 30px;
  background: url("../img/front/sec02_img03.webp") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 1090px) {
  .p-front-feature-block01__img--01::before,
  .p-front-feature-block03__img--01::before {
    right: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-feature-block01__img--01::before,
  .p-front-feature-block03__img--01::before {
    display: block;
    position: relative;
    left: 20px;
    right: 0;
    width: calc(100% - 40px);
    height: auto;
    aspect-ratio: 360/235;
    border-radius: 20px;
  }
}

.p-front-feature-block01__number,
.p-front-feature-block03__number {
  position: absolute;
  top: 108px;
  right: 0px;
  width: 150px;
  height: 150px;
  padding-top: 36px;
  border-radius: 150px;
  background-color: #12B5BE;
  color: #fff;
  font-size: 55px;
  font-family: "dinr_M", sans-serif;
  text-align: center;
  line-height: 1.2;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-front-feature-block01__number,
  .p-front-feature-block03__number {
    top: auto;
    bottom: -40px;
    left: 45px;
    right: auto;
    width: 100px;
    height: 100px;
    padding-top: 24px;
    font-size: 40px;
    border-radius: 20rcap;
  }
}
.p-front-feature-block01__number::after,
.p-front-feature-block03__number::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-radius: 150px;
  border-style: solid;
  border-width: 0 0 150px 150px;
  border-color: transparent transparent #12B5BE transparent;
  opacity: 0.29;
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .p-front-feature-block01__number::after,
  .p-front-feature-block03__number::after {
    border-radius: 150px;
    border-width: 0 0 100px 100px;
  }
}
.p-front-feature-block01__number span,
.p-front-feature-block03__number span {
  display: block;
  font-size: 20px;
  font-family: 'Segoe_Script', sans-serif;
  font-weight: 700;
  letter-spacing: -0.5px;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-front-feature-block01__number span,
  .p-front-feature-block03__number span {
    font-size: 9px;
  }
}
.p-front-feature-block01__number-inner,
.p-front-feature-block03__number-inner {
  font-family: "dinr_R", sans-serif;
  position: relative;
  z-index: 2;
}
.p-front-feature-block01__content,
.p-front-feature-block03__content {
  width: 50%;
  height: 100%;
  padding: 0px 0 0px 0px;
}
@media screen and (max-width: 767px) {
  .p-front-feature-block01__content,
  .p-front-feature-block03__content {
    width: 100%;
    height: auto;
    padding: 0px 20px;
  }
}
.p-front-feature-block01__content p,
.p-front-feature-block03__content p {
  margin-bottom: 30px;
}
.p-front-feature-block01__content-inner,
.p-front-feature-block03__content-inner {
  width: 600px;
  max-width: 100%;
  padding: 0px 0px 0 50px;
}
@media screen and (max-width: 1090px) {
  .p-front-feature-block01__content-inner,
  .p-front-feature-block03__content-inner {
    padding: 70px 20px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-feature-block01__content-inner,
  .p-front-feature-block03__content-inner {
    padding: 0 0px 0 0px;
    font-size: 15px;
  }
}
.p-front-feature-block01__title,
.p-front-feature-block03__title {
  margin-bottom: 25px;
  font-size: 30px;
  font-family: "Zen Maru Gothic Bold", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.83;
}
@media screen and (max-width: 1090px) {
  .p-front-feature-block01__title,
  .p-front-feature-block03__title {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-feature-block01__title,
  .p-front-feature-block03__title {
    margin-bottom: 30px;
    padding-left: 0px;
    font-size: 22px;
    line-height: 1.9;
  }
}

.p-front-feature-block02,
.p-front-feature-block04 {
  padding: 80px 0;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-front-feature-block02{
  background: url(../img/front/sec02_bg_img02.webp) no-repeat right 25% center;
  background-size: 810px auto;
}
.p-front-feature-block04{
  background: url(../img/front/sec02_bg_img04.webp) no-repeat right 25% center;
  background-size: 730px auto;
}
.p-front-feature-block02__img,
.p-front-feature-block04__img {
  position: relative;
  width: 50%;
  height: 350px;
  order: 2;
}
@media screen and (max-width: 767px) {
  .p-front-feature-block02,
  .p-front-feature-block04{
    background: none;
    margin-bottom: 100px;
    padding: 0;
  }
  .p-front-feature-block02__img,
  .p-front-feature-block04__img {
    width: 100%;
    height: auto;
    order: 1;
  }
}
.p-front-feature-block02__img--01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 80px;
  width: 500px;
  height: 350px;
  border-radius: 30px;
  background: url("../img/front/sec02_img02.webp") no-repeat 50% 50%;
  background-size: cover;
}
.p-front-feature-block04__img--01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 80px;
  width: 500px;
  height: 350px;
  border-radius: 30px;
  background: url("../img/front/sec02_img04.webp") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 1090px) {
  .p-front-feature-block02__img--01::before,
  .p-front-feature-block04__img--01::before {
    left: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-feature-block02__img--01::before,
  .p-front-feature-block04__img--01::before {
    display: block;
    position: relative;
    left: 20px;
    right: 0;
    width: calc(100% - 40px);
    height: auto;
    aspect-ratio: 360/235;
    border-radius: 20px;
  }
}

.p-front-feature-block02__number,
.p-front-feature-block04__number {
  position: absolute;
  top: 108px;
  left: 0px;
  width: 150px;
  height: 150px;
  padding-top: 37px;
  border-radius: 150px;
  background-color: #12B5BE;
  color: #fff;
  font-size: 55px;
  font-family: "dinr_M", sans-serif;
  text-align: center;
  line-height: 1.2;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-front-feature-block02__number,
  .p-front-feature-block04__number {
    top: auto;
    left: 45px;
    right: auto;
    bottom: -40px;
    width: 100px;
    height: 100px;
    padding-top: 24px;
    font-size: 40px;
  }
}
.p-front-feature-block02__number::after,
.p-front-feature-block04__number::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-radius: 150px;
  border-style: solid;
  border-width: 0 0 150px 150px;
  border-color: transparent transparent #12B5BE transparent;
  opacity: 0.29;
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .p-front-feature-block02__number::after,
  .p-front-feature-block04__number::after {
    border-radius: 150px;
    border-width: 0 0 100px 100px;
  }
}
.p-front-feature-block02__number span,
.p-front-feature-block04__number span {
  display: block;
  /* margin-bottom: 5px; */
  font-size: 20px;
  font-family: 'Segoe_Script', sans-serif;
  font-weight: 700;
  letter-spacing: -0.5px;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-front-feature-block02__number span,
  .p-front-feature-block04__number span {
    font-size: 9px;
  }
}
.p-front-feature-block02__number-inner,
.p-front-feature-block04__number-inner {
  font-family: "dinr_R", sans-serif;
  position: relative;
  z-index: 2;
}
.p-front-feature-block02__content,
.p-front-feature-block04__content {
  display: flex;
  justify-content: flex-end;
  width: 50%;
  height: 100%;
  padding: 0px 0 0px 0px;
  order: 1;
}
@media screen and (max-width: 767px) {
  .p-front-feature-block02__content,
  .p-front-feature-block04__content {
    width: 100%;
    height: auto;
    padding: 0px 20px;
    order: 2;
  }
}
.p-front-feature-block02__content p,
.p-front-feature-block04__content p {
  margin-bottom: 30px;
}
.p-front-feature-block02__content-inner,
.p-front-feature-block04__content-inner {
  width: 600px;
  max-width: 100%;
  padding: 0px 50px 0 0px;
}
@media screen and (max-width: 1090px) {
  .p-front-feature-block02__content-inner,
  .p-front-feature-block04__content-inner {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-feature-block02__content-inner,
  .p-front-feature-block04__content-inner {
    padding: 55px 0px 0 0px;
  }
}
.p-front-feature-block02__title,
.p-front-feature-block04__title {
  margin-bottom: 25px;
  /* padding-right: 48px; */
  font-size: 30px;
  font-family: "Zen Maru Gothic Bold", sans-serif;
  font-weight: bold;
  text-align: right;
  line-height: 1.83;
  letter-spacing: 0;
}
@media screen and (max-width: 1090px) {
  .p-front-feature-block02__title,
  .p-front-feature-block04__title {
    padding-right: 25px;
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-feature-block02__title,
  .p-front-feature-block04__title {
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 22px;
    line-height: 1.9;
    text-align: left !important;
  }
}


/* ごあいさつ */
.p-front-greeting {
  padding: 20px 0 100px 0;
  background-color: #EAF9FA;
}
@media screen and (max-width: 767px) {
  .p-front-greeting {
    padding-bottom: 100px;
    padding-top: 40px;
    background: #e0f8fa;
  }
  .p-front-greeting .l-container{
    padding: 0 0 0 20px;
  }
}

.p-front-greeting-block01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.p-front-greeting-block01:not(:first-of-type){
  margin-bottom: -20px;
}
.p-front-greeting-block01:last-of-type{
  margin-bottom: 60px;
}
.p-front-greeting-block01__left {
  padding-left: 100px;
  position: relative;
  max-width: 51%;
  /* order: 2; */
}
.reverse .p-front-greeting-block01__left {
  padding-left: 0;
  padding-right: 50px;
  padding-top: 100px;
  order: 2;
}
@media screen and (max-width: 1090px) {
  .p-front-greeting-block01:not(:first-of-type){
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .reverse .p-front-greeting-block01__left{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .p-front-greeting-block01:not(:first-of-type){
    margin-bottom: auto;
  }

  .p-front-greeting-block01__left {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    order: 2;
  }
}
.p-front-greeting-block01__positon {
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 500;
  font-family: "Zen Maru Gothic Bold", sans-serif;
  letter-spacing: 0.47em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-front-greeting-block01__positon {
    margin-bottom: 25px;
    font-weight: bold;
  }
}
.p-front-greeting-block01 h3 {
  margin-bottom: 0px;
  font-size: 30px;
  font-family: "Zen Maru Gothic Bold", sans-serif;
  font-weight: 500;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 767px) {
  .p-front-greeting-block01 h3 {
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 1.2;
  }
}
.p-front-greeting-block01__kana {
  color: #12B5BE;
  font-size: 18px;
  font-family: 'Segoe_Script_B', sans-serif;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 767px) {
  .p-front-greeting-block01__kana {
    font-size: 18px;
  }
}
.p-front-greeting-block01__text {
  margin-top: 50px;
}
.p-front-greeting-block01__text p {
  font-weight: 500;
}
.p-front-greeting-block01__btn {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-front-greeting-block01__text{
    margin-top: 30px;
  }
  .p-front-greeting-block01__text p{
    padding-right: 20px;
  }
  .p-front-greeting-block01__btn {
    text-align: center;
  }
}
.p-front-greeting-block01__btn a {
  width: 294px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-front-greeting-block01__btn a {
    width: 73.5%;
    margin: 0 auto;
  }
}
.p-front-greeting-block01__right {
  position: relative;
  width: 518px;
  max-width: 45%;
  /* order: 1; */
}
.reverse .p-front-greeting-block01__right {
  order: 1;
}
.reverse .p-front-greeting-block01__right img {
  margin-left: 0;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-front-greeting-block01__right {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 5px auto;
    order: 1;
  }
  .p-front-greeting-block01__right img {
    width: 100%;
    margin-bottom: 10px;
  }
  .p-front-greeting-block01__right source {
    margin-left: 0;
  }
  .p-front-greeting-block01.reverse .p-front-greeting-block01__right source {
    margin-left: -20px;
  }
}

/* 当院の感染症対策 */
.p-front-hygiene {
  padding: 90px 0 115px 0;
  background: url("../img/front/sec05_img01.webp") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-front-hygiene {
    background: url("../img/front/sec05_img01-sp.webp") no-repeat 50% 50%;
    background-size: cover;
    padding: 90px 0 50px 0;
  }
}
.p-front-hygiene-block01 {
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 0 20px;
  color: #252929;
}
@media screen and (max-width: 767px) {
  .p-front-hygiene-block01 {
    margin-bottom: 25px;
    padding: 0 20px 0 30px;
  }
}
.p-front-hygiene-block01__inner {
  width: 900px;
  max-width: 100%;
  margin: auto;
  padding: 35px 0;
}
.p-front-hygiene-block01__titie {
  position: relative;
  margin-bottom: 13px;
  padding-left: 32px;
  font-size: 20px;
  font-family: "Zen Maru Gothic Medium", sans-serif;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-front-hygiene-block01__titie {
    font-size: 20px;
    font-weight: bold;
    color: #252929;
  }
}
.p-front-hygiene-block01__titie::before {
  content: "";
  position: absolute;
  top: 6.5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/front/icon_list01.svg") no-repeat 0px 0px;
  background-size: 20px;
}
.p-front-hygiene-block01__text {
  font-size: 14px;
  line-height: 1.64;
  font-weight: normal;
}
.p-front-hygiene-block01__text{
}
@media screen and (max-width: 767px) {
  .p-front-hygiene-block01__text {
    line-height: 2.14;
  }
}
.p-front-hygiene-block01__text ul {
  margin: 0;
}
.p-front-hygiene-block01__text ul li {
  margin-bottom: 5px;
}

/* --------------------------
共通
--------------------------- */
.heading_02{
  background: #12b5be;
  margin-bottom: 45px;
  padding: 18px 25px 20px;
  color: #fff;
  font-size: 25px;
  font-family: "Zen Maru Gothic Bold", sans-serif;
  border-radius: 8px;
}
.heading_02::before{
  content:"●";
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 28px;
  vertical-align: -1px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .heading_02{
    margin-bottom: 45px;
    padding: 10px 15px 12px 43px;
    font-size: 20px;
    text-indent: -0.7em;
  }
  .heading_02::before{
    font-size: 24px;
  }
}
.heading_03{
  color: #475555;
  margin-bottom: 25px;
  padding-bottom: 10px;
  padding-left: 1.7em;
  font-size: 20px;
  font-family: "Zen Maru Gothic Bold", sans-serif;
  text-indent: -1.6em;
  border-bottom: solid 3px #475555;
}
.heading_03::before{
  content: "";
  background: #12B5BE;
  margin-right: 20px;
  margin-bottom: -10px;
  width: 12px;
  height: 32px;
  border-radius: 2px;
  display: inline-block;
}
.heading_03 + p,
.heading_04 + p {
  color: #475555;
}
.heading_04{
  margin-bottom: 15px;
  font-size: 18px;
}
.heading_04::before{
  content:"●";
  margin-right: 8px;
  color: #12B5BE;
  font-size: 20px;
  vertical-align: -1px;
  display: inline-block;
}
.p-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.p-block01__content {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-block01__content {
    width: 100%;
    order: 2;
  }
  .heading_03{
    font-size: 18px;
  }
  .heading_03::before{
    margin-right: 14px;
    width: 12px;
    height: 30px;
  }
}
.p-block01__img {
  width: 500px;
  max-width: calc(50% - 40px);
}
.p-block01__img img {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p-block01__img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    order: 1;
  }
  .p-block01__img img{
    border-radius: 0;
  }
}

.block-area{
  background: #eafbfc;
  padding: 50px 65px 45px;
  border-radius: 34px;
}
.block-area ul{
  margin: 0;
  padding-left: 0;
  color: #475555;
}
.block-area li{
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  list-style: none;
}
.block-area li::before{
  content: "●";
  margin-right: 8px;
  color: #12b5be;
  font-size: 13px;
  display: inline-block;
}
.block-area li span {
  font-size: 16px;
  font-weight: 500;
}
.sponly{
  display: none;
}
@media screen and (max-width: 767px) {
  .block-area{
    padding: 25px 30px 25px;
  }
  .block-area li{
    padding-left: 26px;
    text-indent: -11px;
    font-size: 16px;
        line-height: 1.7;
        margin: 15px 0;
  }
  br.sponly{
    display: inline;
  }
}
.txt_center{
  text-align: center;
}

/* --------------------------
糖尿病
--------------------------- */
/*糖尿病とは*/
.p-diabetes-sec01{
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .p-diabetes-sec01{
    margin-bottom: 100px;
  }
}
.heading-bg {
  font-family: "Zen Maru Gothic Bold", sans-serif;
  text-align: center;
}
.heading-bg span{
  background: #12B5BE;
  margin: 0 auto;
  padding: 11px 110px 13px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  border-radius: 50px;
  display: inline-block;
}
.p-block02__item{
  background: #fff;
  margin-top: -31px;
  padding: 55px 100px 40px;
  border: solid 5px #DFF8FA;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p-block02__item{
    margin-top: -31px;
    padding: 45px 20px 30px;
  }
}
.p-list-01{
  padding-left: 0;
  color: #475555;
  font-size: 18px;
  font-weight: bold;
  list-style: none;
}
.p-diabetes .p-list-01{
  padding-bottom: 45px;
  border-bottom: dashed 1px #13B5BE;
}
.p-list-01 ul{
  padding-left: 0;
}
.p-list-01 li{
  padding: 15px 0;
}
.p-list-01 li::before{
  content:'';
  background:url(../img/icon_check_gr.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 19px;
  margin-right: 12px;
  display: inline-block;
  position: relative;
  top: 4px;
}
.p-block02__item .note{
  padding-left: 1em;
  font-size: 15px;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .p-block01{
    margin-bottom: 0px;
  }
  .heading-bg span{
    padding: 11px 28px 13px;
    font-size: 20px;
  }
  .p-list-01{
    /* margin-bottom: 50px; */
    grid-template-columns: 1fr;
  }
  .p-list-01 li{
    padding-left: 28px;
    text-indent: -28px;
    font-size: 16px;
    line-height: 1.7;
  }
}

/*糖尿病の分類*/
.p-diabetes-sec02{
  margin-bottom: 140px;
}
.p-block03:not(:last-of-type){
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-diabetes-sec02{
    margin-bottom: 100px;
  }
  .p-block03:not(:last-of-type){
    margin-bottom: 60px;
  }
}

/*糖尿病の診断基準 */
.p-diabetes-sec03{
  margin-bottom: 190px;
}
@media screen and (max-width: 767px) {
  .p-diabetes-sec03{
    margin-bottom: 100px;
  }
}

/*糖尿病の合併症*/
.p-block03__content:not(:last-of-type){
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-block03__content:not(:last-of-type){
    margin-bottom: 40px;
  }
}

/*糖尿病の分類*/
.p-diabetes-sec04{
  margin-bottom: 190px;
}
@media screen and (max-width: 767px) {
  .p-diabetes-sec04{
    margin-bottom: 100px;
  }
}

/*糖尿病の治療*/
.p-diabetes-sec05{
  margin-bottom: 270px;
}
@media screen and (max-width: 767px) {
  .p-diabetes-sec05{
    margin-bottom: 100px;
  }
}
.p-list-check{
  padding-left: 0;
}
.p-list-check li{
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 28px;
  text-indent: -28px;
  color: #475555;
  font-size: 16px;
  font-weight: bold;
  list-style: none;
  line-height: 1.7;
}
.p-list-check li::before{
  content:'';
  background:url(../img/icon_check_gr.svg) no-repeat;
  background-size: cover;
  width: 18px;
  height: 16px;
  margin-right: 13px;
  display: inline-block;
  position: relative;
    top: 3px;
}

/*より詳しく知りたい方へ*/
.p-diabetes-sec06{
  background: #e9f8f8;
  padding: 125px 0;
}
.p-diabetes-sec06 .p-block06{
  background: #fff;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 205px;
  text-align: center;
  border-radius: 20px;
}
.p-diabetes-sec06 .p-block06 h3{
  color: #475555;
  font-size: 25px;
  font-family: "Zen Maru Gothic Bold", sans-serif;
}
.p-diabetes-sec06 .p-block06 h3 + p{
  opacity: 0.49;
}
@media screen and (max-width: 767px) {
  .p-diabetes-sec06{
    padding: 60px 0;
  }
  .p-diabetes-sec06 .p-block06{
    max-width: 100%;
    margin: 0 20px;
    padding: 25px 20px;
  }
  .p-diabetes-sec06 .p-block06 h3{
    margin-bottom: 10px;
    font-size: 21px;
  }
}
.Diagnostic-criteria-img {
  margin-top: 60px;
  margin-bottom: 120px;
  text-align: center;
}
.Diagnostic-criteria-img img {
  width: 60%;
  margin: auto;
}
.p-block__btn a{
  background: #067c83;
  padding: 10px 0 13px;
  color: #fff;
  font-size: 20px;
  font-family: "Zen Maru Gothic Bold", sans-serif;
  text-align: center;
  border-radius: 50px;
  display: block;
  position: relative;
  letter-spacing: 2px !important;
}
.p-block__btn a::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 38px;
  width: 26px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: skew(45deg);
}
@media screen and (max-width: 767px) {
  .p-block__btn a{
    padding: 10px 0 13px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.025em;
  }
  .p-block__btn a::after {
    top: 42%;
    right: 18px;
    width: 20px;
    height: 8px;
  }
  .Diagnostic-criteria-img img {
    width: 100%;
    margin: auto;
}
}

/* --------------------------
生活習慣病
--------------------------- */
.p-lifestyle-disease-sec01{
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .p-lifestyle-disease-sec01{
    margin-bottom: 70px;
  }
}
.p-lifestyle-disease-sec02{
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .p-lifestyle-disease-sec02{
    margin-bottom: 70px;
  }
}
.p-lifestyle-disease-sec02 .p-block__btn a{
  width: 500px;
  margin: 0 auto;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 767px) {
  .p-lifestyle-disease-sec02 .p-block__btn a{
    width: 100%;
    font-size: 16px;
  }
}
.p-lifestyle-disease-sec02 .block-area ul{
  display: flex;
}
.p-lifestyle-disease-sec02 .block-area li{
  margin-right: 50px;
}
.p-lifestyle-disease-sec02 .block-area.no-flex ul{
  display: block;
}
@media screen and (max-width: 767px) {
  .p-lifestyle-disease-sec02 .block-area ul{
    display: block;
  }
  .p-lifestyle-disease-sec02 .block-area li{
    margin-right: 0;
  }
}
.p-block03__sub:not(:last-of-type){
    margin-bottom: 70px;
}
.p-block03__sub h5{
  margin-bottom: 15px;
  margin-left: 50px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-block03__sub h5{
    font-size: 21px;
        margin: 20px 0px 30px;
  }
}
.table_blood-pressure{
  width: calc(100% - 100px);
  margin: 0 50px 50px;
  border-top: solid 1px #777;
  border-bottom: solid 1px #777;
}
@media screen and (max-width: 767px) {
  .table_blood-pressure{
    width: 800px;
    margin: 0;
  }
}
.table_blood-pressure th{
  border: 0;
  font-weight: normal;
  border-bottom: solid 1px #777;
}
.table_blood-pressure th,
.table_blood-pressure td{
  padding: 10px;
}
.table_blood-pressure td{
  text-align: center;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: solid 1px #777;
}
.table_blood-pressure .brdr_r{
  border-right: solid 1px #777;
}
@media screen and (max-width: 767px) {
  .table_blood-pressure .brdr_r{
    border-right: none;
  }
  .table_blood-pressure .brdr_r:first-of-type{
    border-right: solid 1px #777;
  }
}
.table_nomal{
  background: #e9f8f8;
}
.table_little-high{
  background: #ffe9bd;
}
.table_high{
  background: #ffdfdf;
}

/*脂質異常症*/
.table_dyslipemia{
  width: calc(100% - 100px);
  margin: 0 50px 20px;
  border-top: solid 1px #777;
}
@media screen and (max-width: 767px) {
  .table_dyslipemia{
    width: 800px;
    margin: 0 0 20px;
  }
  .table_scroll{
    overflow-x: auto;
  }
}
.table_dyslipemia th,
.table_dyslipemia td{
  padding: 10px;
  text-align: center;
}
.table_dyslipemia .cel_20{
  width: 20%;
}
.table_dyslipemia .cel_15{
  width: 15%;
}
.table_dyslipemia .cel_10{
  width: 10%;
}
.table_dyslipemia .bg_gray{
  background: #efefef;
}
.table_dyslipemia .txt_small{
  font-size: 14px;
  line-height: 1.6;
  display: inline-block;
}
table .txt_left{
  text-align: left;
}
.table_dyslipemia  sup{
  vertical-align: top;
  font-size: 0.6em;
}
.table_dyslipemia + ul{
  font-size: 14px;
  margin: 0 50px;
}

/*生活習慣病の治療の流れ*/
.p-lifestyle-disease-sec03{
  margin-bottom: 190px;
}
@media screen and (max-width: 767px) {
  .p-lifestyle-disease-sec03{
    margin-bottom: 90px;
  }
}

.p-ol01__item {
  display: flex;
  justify-content: space-between;
}
.p-ol01__item:last-of-type .p-ol01__no::before {
  inset: auto 0 50px 0;
  height: 120%;
}
.p-ol01__no {
  position: relative;
  width: 70px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-ol01__no {
    width: 45px;
  }
}
.p-ol01__no::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  width: 2px;
  height: 100%;
  margin: auto;
  border-left: solid 3px #8FD8DD;
  z-index: -1;
}
.p-ol01__no--last::before {
  inset: auto 0 100px 0;
  height: calc(100% - 100px);
}
.p-ol01__no > p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  background-color: #12B5BE;
  color: #fff;
  text-align: center;
  font-size: 35px;
  font-family: "dinr_R", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-ol01__no > p {
    width: 45px;
    height: 45px;
    font-size: 30px;
    padding-bottom: 2px;
  }
}
.p-ol01__content {
  flex: 1;
  padding: 0px 70px 80px 34px;

  font-weight: 500;
}
@media screen and (max-width: 1090px) {
  .p-ol01__content {
    padding: 0px 34px 80px 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-ol01__content {
    flex: none;
    width: calc(100% - 60px);
    padding: 0px 0px 40px 0px;
  }
}
.p-ol01__title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.15em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-ol01__title {
    font-size: 18px;
    font-weight: 800;
  }
}
.p-ol01__text{
  color: #475555;
}
.p-ol01__img {
  width: 280px;
  max-width: 100%;
}
.p-ol01__img img {
  border-radius: 20px;
}

/* --------------------------
内分泌疾患
--------------------------- */
.p-endocrine-disease-sec02{
  padding-bottom: 100px;
}
.p-endocrine-disease-sec02 .p-list-01{
  display: flex;
  flex-wrap: wrap;
}
.p-endocrine-disease-sec02 .p-list-01 li{
  margin-right: 40px;
}
.p-endocrine-disease-sec02 .p-block02__item{
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-endocrine-disease-sec02 .p-list-01 li{
    margin-right: 0;
  }
}

.p-endocrine-disease-sec03{
  padding-bottom: 100px;
}
.p-endocrine-disease-sec04{
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .p-endocrine-disease-sec04{
    padding-bottom: 100px;
  }
}

/* --------------------------
一版内科
--------------------------- */
.p-general-internal-medicine-sec01{
  padding-bottom: 100px;
}
.p-general-internal-medicine-sec02,
.p-general-internal-medicine-sec03,
.p-general-internal-medicine-sec04,
.p-general-internal-medicine-sec05{
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .p-general-internal-medicine-sec02,
  .p-general-internal-medicine-sec03,
  .p-general-internal-medicine-sec04,
  .p-general-internal-medicine-sec05{
    padding-bottom: 100px;
  }
}
.p-general-internal-medicine-sec02 h3{
  color: #475555;
  font-size: 25px;
  font-family: "Zen Maru Gothic Bold", sans-serif;
}
.p-general-internal-medicine-sec02 .note{
  margin-bottom: 50px;
  padding: 0 180px;
}
@media screen and (max-width: 767px) {
  .p-general-internal-medicine-sec02 .note{
    padding: 0;
  }
}
.p-block__btn.btn_m{
  width: 500px;
  margin: 0 auto 30px;
}
.p-block__btn.btn_m span{
  margin-top: -15px;
  font-size: 13px;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-block__btn.btn_m{
    width: 100%;
    line-height: 1.6;
  }
  .p-block__btn.btn_m span{
    margin-top: 0;
    font-size: 14px;
  }
}

/*カウンセリング*/
.p-block04{
  background: #eafbfc;
  padding: 50px 65px 45px;
  display: flex;
  border-radius: 34px;
}
.p-block04__img{
  margin-right: 50px;
}
.p-block04__text{
  line-height: 1.8;
}
.p-block04__name{
  font-size: 22px;
  font-weight: bold;
}
.p-block04__name span{
  margin-left: 1em;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-block04{
    padding: 25px 30px 25px;
    flex-direction: column;
  }
  .p-block04__img{
    margin-right: 0;
    margin-bottom: 20px;
  }
  .p-block04__img img{
    width: 100%;
  }
  .p-block04__name span{
    margin-left: 0;
  }
}

/* --------------------------
健康診断
--------------------------- */
.p-health-check-sec01,
.p-health-check-sec02,
.p-health-check-sec03,
.p-health-check-sec04{
  padding-bottom: 100px;
}

.table_health-check{
  width: calc(100% - 100px);
  margin: 0 50px 20px;
}
.table_health-check th,
.table_health-check td{
  padding: 10px 20px;
  color: #475555;
}
.table_health-check ul,
.table_health-check ol{
  margin: 0;
}
@media screen and (max-width: 767px) {
  .table_health-check{
    width: 100%;
    margin: 0 0 20px;
  }
  .table_health-check th,
  .table_health-check td{
    padding: 10px 10px;
  }
  .table_health-check th{
    width: 25%;
  }
  .table_health-check td{
    width: 75%;
  }
}

/*各種ウイルス抗体検査*/
.table_virustest{
  width: 60%;
  margin: 0 auto 20px;
  border: none;
}
.table_virustest tr{
  border-bottom: solid 1px #777;
}
.table_virustest tr:first-of-type{
  border-top: solid 1px #777;
}
.table_virustest tr:nth-of-type(odd){
  background: #efefef;
}
.table_virustest td{
  padding: 10px 30px;
  border: none;
}
.table_virustest td:last-of-type{
  text-align: right;
}
@media screen and (max-width: 767px) {
  .table_virustest{
    width: 100%;
  }
}

/*その他の検査*/
.p-health-check-sec03 .p-block03:not(:last-of-type){
  margin-bottom: 70px;
}

/*料金表*/
.table_pricelist{
  width: calc(100% - 100px);
  margin: 0 50px 20px;
}
.table_pricelist tr{
  border-bottom: solid 1px #777;
}
.table_pricelist tr:first-of-type{
  border-top: solid 1px #777;
}
.table_pricelist th,
.table_pricelist td{
  padding: 15px 30px;
  border: none;
}
.table_pricelist th:first-of-type{
  text-align: left;
}
.table_pricelist td:last-of-type{
  text-align: right;
}
@media screen and (max-width: 767px) {
  .table_pricelist{
    width: 100%;
    margin: 0 0 20px;
  }
  .table_pricelist th,
  .table_pricelist td{
    padding: 20px 10px;
    border: none;
  }
  .table_pricelist th:first-of-type{
    width: 40%;
  }
}

/* --------------------------
各種ワクチン（自費・公費扱い）
--------------------------- */
.p-vaccine-sec01,
.p-vaccine-sec02,
.p-vaccine-sec03,
.p-vaccine-sec04,
.p-vaccine-sec06,
.p-vaccine-sec07{
  padding-bottom: 100px;
}
.p-vaccine-sec05{
  padding-bottom: 150px;
}

/*予防接種を受けるにあたっての注意点*/
.p-vaccine-sec06 h2{
  margin-bottom: 20px;
  font-size: 25px;
  text-align: center;
}
.p-vaccine-sec06 h3{
  margin-bottom: 20px;
  font-size: 22px;
  text-align: center;
}
.p-vaccine-sec06 .p-list-01{
  margin-bottom: 20px;
}
.p-vaccine-sec06 .note{
  font-size: 14px;
  text-align: center;
}
.p-vaccine-sec07 .table_pricelist{
  width: 100%;
  margin: 0;
}
.p-vaccine-sec07 .table_pricelist th:first-of-type{
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-vaccine-sec07 .table_pricelist{
    width: 100%;
    margin: 0;
    line-height: 1.7;
  }
  .p-block03 li {
    line-height: 1.7;
        margin-bottom: 20px;
  }

}
/* --------------------------
医院紹介
--------------------------- */
/* 院内紹介 */
.p-clinic-sec01,
.p-clinic-sec02{
  padding-bottom: 100px;
}
.p-clinic-sec01-block01{
  width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 80px 45px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-clinic-sec01-block01__item{
  width: 300px;
  font-weight: 500;
  text-align: center;
}
.p-clinic-sec01-block01__item img{
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-clinic-sec01-block01{
    width: 100%;
    gap: 30px;
  }
  .p-clinic-sec01-block01__item{
    width: 100%;
  }
}

.p-clinic-sec02-block01{
  width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 100px;
  flex-wrap: wrap;
}
.p-clinic-sec02-block01__item{
  width: 450px;
}
.p-clinic-sec02-block01__item img{
  margin-bottom: 20px;
}
.p-clinic-sec02-block01__item h3{
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-clinic-sec02-block01{
    width: 100%;
    gap: 30px;
  }
}


/* 院長紹介 */
.p-clinic-sec03{
  background: #e9f9fa;
  padding: 110px 0;
}
.p-clinic-doctor{
  background: #F7EBDA;
  padding: 150px 0 110px;
}
.p-clinic-doctors-block01:not(:last-of-type){
  margin-bottom: 230px;
}
@media screen and (max-width: 767px) {
  .p-clinic-doctors-block01:not(:last-of-type){
    margin-bottom: 100px;
  }
}
.p-clinic-doctors-block01__left {
  width: 50%;
}
.p-clinic-doctors-block01__left.v-02 {
  width: 66.67%;
}
@media screen and (max-width: 767px) {
  .p-clinic-doctor{
    background: #F7EBDA;
    padding: 70px 0 20px;
  }
  .p-clinic-doctors-block01__left {
    width: 100%;
  }
  .p-clinic-doctors-block01__left.v-02 {
    width: 100%;
  }
}
.p-clinic-doctors-block01__lead {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.47em;
}
.p-clinic-doctors-block01__name {
  margin-bottom: 10px;
  font-size: 30px;
  font-family: "Zen Maru Gothic Bold", sans-serif;
  letter-spacing: 0.25em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-clinic-doctors-block01__name {
    font-size: 22px;
  }
}
.p-clinic-doctors-block01__name-en {
  font-family: 'Segoe_Script_B', sans-serif;
  font-size: 16px;
  text-align: left;
  color: #12B5BE;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-clinic-doctors-block01__name-en {
    font-size: 14px;
  }
}
.p-clinic-doctors-block01__profile .note{
  font-size: 14px;
}
.p-clinic-doctors-block01__profile span{
  color: #12b5be;
}
.p-clinic-doctors-block01__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 2.19;
}
.p-clinic-doctors-block01__right {
  position: relative;
  width: 500px;
  max-width: 47%;
  overflow: hidden;
}
.p-clinic-doctors-block01__right.is-sticky{
  align-self: stretch;
  overflow: visible;
}
.p-clinic-doctors-block01__right.v-02 {
  width: 300px;
  max-width: 25%;
}
.p-clinic-doctors-block01__img{
  margin-bottom: 40px;
  border-radius: 30px;
}
.is-sticky .p-clinic-doctors-block01__img{
  position: sticky;
  top: 0;
}
.p-clinic-doctors-block01__right-sp{
  display: none;
}
.p-clinic-doctors-block01__item__img{
  display: flex;
  /* gap: 20px; */
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-clinic-doctors-block01__right figure{
    display: none;
  }
  .p-clinic-doctors-block01__right-sp {
    max-width: 100%;
    margin: 0 auto 50px auto;
    display: block;
  }
  .p-clinic-doctors-block01__right {
    width: 100%;
    max-width: 100%;
  }
  .p-clinic-doctors-block01__right.v-02 {
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
  }
  .p-clinic-doctors-block01__right.v-02 img {
    width: 80px;
  }
}

/* アクセス */
.p-clinic-sec04{
  padding-top: 100px;
  padding-bottom: 180px;
}
.p-clinic-sec04__address {
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  padding-left: 30px;
  background: url("../img/icon_map.png") no-repeat 0% 50%;
  background-size: 15px auto;
  font-weight: 500;
  line-height: 1.56;
}
.p-clinic-sec04-block02__img{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.p-clinic-sec04-block02__img + p{
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-clinic-sec04{
    padding: 80px 0 90px;
  }
}
.p-clinic-sec04__map iframe {
  border-radius: 25px;
}
.p-clinic-sec04-block01 {
  margin-bottom: 40px;
}
.p-clinic-sec04-block01__text {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.19;
}
@media screen and (max-width: 767px) {
  .p-clinic-sec04-block01__text {
    font-size: 14px;
  }
}
.p-clinic-sec04-block02__youtube iframe {
  border-radius: 20px;
  aspect-ratio: 16/9;
  height: auto;
}

/*お知らせ*/
.l-blog__main .imgFloat dl,
.l-blog__main .l-blog__post .imgFlex ul,
.l-blog__main .l-blog__post .imgFlex2 ul,
.l-blog__main .l-blog__post .imgFlex3 ul,
.l-blog__main .l-blog__post .imgFlex4 ul{
  list-style-type: none;
  margin: 0 0 1em;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-between;
}
.l-blog__main .l-blog__post .imgFlex ul,
.l-blog__main .l-blog__post .imgFlex2 ul,
.l-blog__main .l-blog__post .imgFlex3 ul,
.l-blog__main .l-blog__post .imgFlex4 ul{
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .l-blog__main .imgFloat dl,
  .l-blog__main .l-blog__post .imgFlex ul,
  .l-blog__main .l-blog__post .imgFlex2 ul,
  .l-blog__main .l-blog__post .imgFlex3 ul,
  .l-blog__main .l-blog__post .imgFlex4 ul{
    display: block;
  }
}
.l-blog__main .imgFloat dl dt{
  width: 60%;
}
.l-blog__main .imgFloat dl dd{
  width: 38%;
}
.l-blog__main .l-blog__post .imgFlex ul li,
.l-blog__main .l-blog__post .imgFlex2 ul li{
  width: 46%;
}
.l-blog__main .l-blog__post .imgFlex3 ul li{
  width: 31%;
}
.l-blog__main .l-blog__post .imgFlex4 ul li{
  width: 24%;
}
.l-blog__main .l-blog__post .alignleft{
  width: 40%;
  margin: 0 1em 1em 0;
  float: left;
}
@media screen and (max-width: 767px) {
  .l-blog__main .imgFloat dl dt{
    width: 100%;
  }
  .l-blog__main .imgFloat dl dd{
    width: 100%;
  }
  .l-blog__main .l-blog__post .imgFlex ul li,
  .l-blog__main .l-blog__post .imgFlex2 ul li{
    width: 100%;
  }
  .l-blog__main .l-blog__post .imgFlex3 ul li{
    width: 100%;
  }
  .l-blog__main .l-blog__post .imgFlex4 ul li{
    width: 100%;
  }
}
.l-blog__main .imgFloat dl dt .alignleft,
.l-blog__main .l-blog__post .imgFlex2 .alignleft,
.l-blog__main .l-blog__post .imgFlex3 .alignleft,
.l-blog__main .l-blog__post .imgFlex4 .alignleft{
  width: 100%;
}

.l-blog__main .l-blog__post img{
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto 1em;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 5px 5px 5px #ccc;
  transition-duration: .3s;
}
@media screen and (max-width: 767px) {
  .l-blog__main .l-blog__post .alignleft{
    width: 100%;
    margin: 0 0 1em;
    float: none;
  }
}
br.cls{
  clear: both;
}
.textRight {
  text-align: right;
  margin: 0 1em 0 0;
  font-size: 18px;
}
.l-blog__main .l-blog__post img.shadowNone {
  border-radius: 0;
  box-shadow:none;
  transition-duration: .3s;
  }
  .l-blog__main .l-blog__post img.shadowLineNone {
  border-radius: 0;
  box-shadow:none;
  border:none;
  transition-duration: .3s;
  }
.l-blog__main .l-blog__post .CreamBl01 {
  background-color:#fffde4;
  border-radius: 10px;
  border:2px solid #0099d9;
  max-width:80%;
  margin:0 auto;
  }
  .l-blog__main .l-blog__post .CreamBl01 p {
  margin:0 20px 10px 30px;
  font-size:14px;
  }

  .l-blog__main .l-blog__post .CreamBl01 dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin:10px;
  }
  .CreamBl01 dl h2 {
  margin:0;
  color:#fff;
  background-color:#0099d9;
  padding:0 15px;
  border-radius:10px;
  }
  .l-blog__main .l-blog__post .CreamBl01 dl dt {
  margin:0 10px 0 0;
  }
  .l-blog__main .l-blog__post .CreamBl01 dl dd {
  margin:0;
  }
  .l-blog__main .l-blog__post .CreamBl01 dl dd img {
  margin:0;
  border-radius: 50%;
  }

  .l-blog__main .l-blog__post .CreamBl {
  list-style-type:none;
  }
  .l-blog__main .l-blog__post .CreamBl li {
  text-align:center;
  margin:0;
  }
  .l-blog__main .l-blog__post .CreamBl img {
  margin:0 auto;
  border-radius:0;
  border:none;
  box-shadow:none;
  transition-duration: .3s;
  }
  .l-blog__main .l-blog__post .CreamBl02 {
  margin:0 20px 0 30px;
  }
  .l-blog__main .l-blog__post .CreamBl02 li {
  margin:0 0 10px;
  padding:0;
  color:#333;
  font-weight:bold;
  font-size:15px;
  }
  .l-blog__main .l-blog__post .CreamBl03 {
  list-style-type:none;
  margin:0 1em;
  }
  .l-blog__main .l-blog__post .CreamBl03 li {
  text-align:center;
  margin:0 0 10px;
  padding:10px 0;
  color:#fff;
  background-color:#0099d9;
  border-radius:5px;
  }
  .l-blog__main .l-blog__post .CreamBl05 ul.CreamBl03 span {
  color:#ffe33f;
  }
  .l-blog__main .l-blog__post .CreamBl01 .CreamBl04 {
  display:block;
  margin:10px;
  }
  .l-blog__main .l-blog__post .CreamBl01 .CreamBl04 dt {
  margin:0;
  }

  .l-blog__main .l-blog__post .CreamBl05 dl dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin:10px;
  }
  .CreamBl05 dl h2 {
  margin:0;
  color:#fff;
  background-color:#d00;
  padding:0 15px;
  border-radius:10px;
  }
  .l-blog__main .l-blog__post .CreamBl05 dl dt {
  margin:0 10px 0 0;
  }
  .l-blog__main .l-blog__post .CreamBl05 dl dd {
  margin:0;
  }
  .l-blog__main .l-blog__post .CreamBl05 dl dd img {
  margin:0;
  border-radius: 50%;
  }
  .l-blog__main .l-blog__post .CreamBl05 ul {
  max-width:80%;
  margin:0 auto;
  }
  .l-blog__main .l-blog__post .CreamBl05 ul li {
  margin:0 30px 10px;
  padding:10px 0;
  }
  .l-blog__main .l-blog__post .CreamBl05 p {
  text-align:center;
  font-size:14px;
  }
  .l-blog__main .l-blog__post .CreamBl06 {
  list-style-type:none;
  }
  .l-blog__main .l-blog__post .CreamBl06 li {
  text-align:center;
  margin:0;
  }
  .l-blog__main .l-blog__post .CreamBl06 li dt {
  text-align:left;
  margin:0;
  background-color:#ffe33f;
  color:#333;
  padding:10px;
  border-radius: 5px;
  position: relative;
  }
  .l-blog__main .l-blog__post .CreamBl06 li dt::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 30px;
  bottom:-17px;
  border-right: 30px solid #ffe33f;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  transform: rotate(120deg);
  }

  .l-blog__main .l-blog__post .CreamBl06 img {
  margin:0 auto;
  border-radius:0;
  border:none;
  box-shadow:none;
  transition-duration: .3s;
  }

  .l-blog__main .l-blog__post .CreamBl07 dt p {
  text-align:left;
  margin:0;
  background-color:#ffe33f;
  color:#333;
  padding:10px;
  border-radius: 5px;
  position: relative;
  }
  .l-blog__main .l-blog__post .CreamBl07 dt p::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 30px;
  bottom:-17px;
  border-right: 30px solid #ffe33f;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  transform: rotate(120deg);
  }


  #contents .CreamBl07 dd p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  width:170px;
  height:170px;
  text-align:center;
  margin:0 auto;
  padding:10px 0;
  color:#fff;
  font-weight:bold;
  background-color:#0099d9;
  border-radius:50%;
  }
  #contents .CreamBl07 dd p span {
  display:block;
  border-radius: 16px;
  background-color:#d00;
  margin-bottom:10px;
  padding:5px 32px;
  }
  .l-blog__main .l-blog__post .CreamBl08 h2 {
  background-color:#0099d9;
  color:#fff;
  line-height:1.2;
  margin:0;
  padding:5px 0;
  }
  .l-blog__main .l-blog__post .CreamBl08 h2 span {
  color:#ffe33f;;
  display:inline-block;
  margin-right:10px;
  }
  .l-blog__main .l-blog__post .CreamBl08 h3 {
  text-align:center;
  background-color:#d00;
  color:#fff;
  line-height:1.2;
  margin:0;
  padding:5px 0;
  }
  .l-blog__main .l-blog__post .CreamBl09 {
  background-color:#ffe33f;
  padding:30px 10px 10px;
  }
  .l-blog__main .l-blog__post .CreamBl09 ul {
  list-style-type:none;
  margin:30px 0 0;
  padding:0;
  }
  .l-blog__main .l-blog__post .CreamBl09 ul li {
  background-color:#fff;
  margin:0 0 60px;
  padding:0 0 5px;
  border-radius:10px;
  }
  .l-blog__main .l-blog__post .CreamBl09 ul li:last-child {
  margin:0;
  }

  .l-blog__main .l-blog__post .CreamBl09 ul li span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  width:40px;
  height:40px;
  position: relative;
  transform: translateY(-20px);
  text-align:center;
  margin:-20px auto 0;
  padding:10px 0;
  color:#fff;
  font-weight:bold;
  background-color:#0099d9;
  border-radius:50%;
  }

  .l-blog__main .l-blog__post .CreamBl09 ul li h4 {
  margin:-20px 0 0;
  padding:0;
  text-align:center;
  }


  .l-blog__main .l-blog__post .CreamBl09 ul li ul {
  width:200px;
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  flex-direction:column;
  margin:0 auto 10px;
  padding:0;
  }
  .l-blog__main .l-blog__post .CreamBl09 ul li ul li {
  margin:0;
  padding:0;
  }

  .l-blog__main .l-blog__post .CreamBl10{
    margin-top: 75px;
  }
  .l-blog__main .l-blog__post .CreamBl10 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  width:100%;
  margin:0;
  padding: 0;
  list-style-type:none;
  }
  .l-blog__main .l-blog__post .CreamBl10 ul li {
  width:32%;
  margin:0;
  padding:5px 10px;
  background-color:#bfe5f5;
  color:#f2fafd;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align:center;
  }
  .l-blog__main .l-blog__post .CreamBl10 ul li.currentTab {
  background-color:#fffde4;
  color:#0099d9;
  border-top:2px solid #0099d9;
  border-left:2px solid #0099d9;
  border-right:2px solid #0099d9;
  }
  .l-blog__main .l-blog__post .CreamBl11 {
  width: 100%;
  padding:20px 0 0;
  position: relative;
  background-color:#fffde4;
  color:#0099d9;
  border-left:2px solid #0099d9;
  border-right:2px solid #0099d9;
  }


  .l-blog__main .l-blog__post .CreamBl11 h3 {
  width:300px;
  background-color:#fff;
  color:#d00;
  margin:0 auto;
  padding:20px;
  border-radius: 50%;
  line-height:1;
  text-align:center;
  box-shadow:3px 3px 6px rgba(0, 0, 0, 0.3);
  }
  .l-blog__main .l-blog__post .CreamBl11 h4 {
  background-color:#fffde4;
  color:#0099d9;
  font-size:17px;
  margin:0;
  line-height:1;
  text-align:center;
  }

  .l-blog__main .l-blog__post .CreamBl12 dl dd {
  margin:0;
  padding:10px;
  }


  .l-blog__main .l-blog__post .CreamBl12::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 68.1%;
  height: 1.6px;
  background-color: #0099d9;
  transform: translateY(-50%);
  }
  .l-blog__main .l-blog__post .CreamBl13 {
  margin:0;
  padding:0 10px 1em;
  background-color:#fffde4;
  border-left:2px solid #0099d9;
  border-right:2px solid #0099d9;
  border-bottom:2px solid #0099d9;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  }
  .l-blog__main .l-blog__post .CreamBl13 ul {
  list-style-type:none;
  margin:0;
  }
  .l-blog__main .l-blog__post .CreamBl13 ul li i {
  color: #0099d9;
  padding-right:8px;
  }
  .l-blog__main .l-blog__post .CreamBl13 h4 {
  margin:0;
  background-color:#0099d9;
  color:#fff;
  text-align:center;
  padding:5px;
  border-radius: 18px;
  }
  .l-blog__main .l-blog__post .CreamBl13 ul li dl dt {
  border-radius: 5px;
  border:3px dotted #0099d9;
  margin:10px;
  padding:10px;
  color:#0099d9;
  text-align:center;
  }
  .l-blog__main .l-blog__post .CreamBl13 ul dd img {
  width:80%;
  max-width:400px;
  height:auto;
  margin:0 auto;
  padding:0;
  }
  .l-blog__main .l-blog__post .CreamBl13 ul li ul li dl dt {
  border-radius: 0;
  border:none;
  margin:0;
  padding:0;
  color:#738180;;
  }

  .l-blog__main .l-blog__post .CreamBl13 ul li.img3x2 dt {
  border-radius: 0;
  border:none;
  margin:0;
  padding:10px 0 0;
  line-height:2;
  font-weight:bold;
  color:#0099d9;
  }
  .l-blog__main .l-blog__post .CreamBl13 ul li.img3x2 dd p {
  text-align:center;
  }
  .l-blog__main .l-blog__post .CreamBl13 ul li.img3x2 ul li:last-child {
  margin-bottom:0;
  }
  .l-blog__main .l-blog__post .CreamBl14 {
  width: 100%;
  padding:20px 0 0;
  position: relative;
  background-color:#fffde4;
  color:#738180;
  border-left:2px solid #0099d9;
  border-right:2px solid #0099d9;
  }
  .l-blog__main .l-blog__post .CreamBl14 dd {
  margin:0;
  }
  .l-blog__main .l-blog__post .CreamBl14 h3 {
  width:300px;
  background-color:#fff;
  color:#d00;
  margin:0 auto;
  padding:20px;
  border-radius: 50%;
  line-height:1;
  text-align:center;
  box-shadow:3px 3px 6px rgba(0, 0, 0, 0.3);
  }
  .l-blog__main .l-blog__post .CreamBl14 h4 {
  background-color:#fffde4;
  color:#0099d9;
  font-size:18px;
  margin:10px 0 0;
  line-height:1;
  text-align:center;
  }
  .l-blog__main .l-blog__post .CreamBl14 p {
  padding:20px 10px;
  color:#738180;
  margin:0;
  }
  .l-blog__main .l-blog__post .CreamBl15 {
  position: relative;
  display: inline-block;
  width:100%;
  margin-top: 75px;
  }
  .l-blog__main .l-blog__post .CreamBl15 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  width:100%;
  margin:0;
  padding: 0;
  list-style-type:none;
  }
  .l-blog__main .l-blog__post .CreamBl15 ul li {
  width:32%;
  margin:0;
  padding:5px 10px;
  background-color:#bfe5f5;
  color:#f2fafd;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align:center;
  }
  .l-blog__main .l-blog__post .CreamBl15 ul li.currentTab {
  background-color:#fffde4;
  color:#0099d9;
  border-top:2px solid #0099d9;
  border-left:2px solid #0099d9;
  border-right:2px solid #0099d9;
  }

  .l-blog__main .l-blog__post .CreamBl15::before, .l-blog__main .l-blog__post .CreamBl15::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 34%;
  border-bottom: 2px solid #0099d9;
  }
  .l-blog__main .l-blog__post .CreamBl15::before {
  left: 0;
  }
  .l-blog__main .l-blog__post .CreamBl15::after {
  right: 0;
  }



  .l-blog__main .l-blog__post .CreamBl16 {
  margin:0 0 75px;
  padding:0 10px 1em;
  background-color:#fffde4;
  border-left:2px solid #0099d9;
  border-right:2px solid #0099d9;
  border-bottom:2px solid #0099d9;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  }
  .l-blog__main .l-blog__post .CreamBl16 ul {
  list-style-type:none;
  margin:0;
  }
  .l-blog__main .l-blog__post .CreamBl16 h4 {
  margin:0;
  background-color:#0099d9;
  color:#fff;
  text-align:center;
  padding:5px;
  border-radius: 18px;
  }
  .l-blog__main .l-blog__post .CreamBl16 h5 {
  border-radius: 5px;
  border:3px dotted #0099d9;
  margin:10px;
  padding:10px;
  color:#0099d9;
  font-weight:normal;
  text-align:center;
  }
  .l-blog__main .l-blog__post .CreamBl16 h6 {
  border-radius: 0;
  border:none;
  margin:0;
  padding:10px 0 0;
  line-height:2;
  font-weight:bold;
  color:#0099d9;
  }
  .l-blog__main .l-blog__post .CreamBl16 ul li ul li h6 {
  color:#333;
  }
  .l-blog__main .l-blog__post .CreamBl16 ul li {
  position: relative;
  }
  .l-blog__main .l-blog__post .CreamBl16 ul li ul li::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 50px;
  background-image: url('https://mikura-clinic.jp/images/img-Arrow0099d9BG01.jpg');
  background-position: center center;
  background-size: cover;
  background-color:#fffde4;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  }

  .l-blog__main .l-blog__post .CreamBl16 ul li ul li:last-child::after {
  content: none;
  }
  .l-blog__main .l-blog__post .CreamBl16 ul img {
  width:80%;
  max-width:400px;
  height:auto;
  margin:0 auto;
  padding:0;
  }
  .l-blog__main .l-blog__post .CreamBl16 ul img.w200 {
  max-width:200px;
  }


  .l-blog__main .l-blog__post .CreamBl16 ul li ul li {
  margin-bottom:20px;
  }
  .l-blog__main .l-blog__post .CreamBl16 ul li ul.bottom8050 li {
  margin-bottom:50px;
  }
  .l-blog__main .l-blog__post .CreamBl16 ul li ul.bottom8050 li:last-child {
  margin-bottom:0;
  }



  .l-blog__main .l-blog__post .CreamBl17 dl dd {
  margin:0;
  padding:10px;
  }


  .l-blog__main .l-blog__post .CreamBl17::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 68.1%;
  height: 1.6px;
  background-color: #0099d9;
  transform: translateY(-50%);
  }

  .l-blog__main .l-blog__post .CreamBl17 h4 {
  margin:10px 0 0;
  }

  .l-blog__main .l-blog__post .CreamBl17 p {
  padding:20px 10px 10px;
  color:#738180;
  margin:0;
  }

  .l-blog__main .l-blog__post .CreamBl18{
    margin-bottom: 75px;
  }

  .l-blog__main .l-blog__post .CreamBl18 ul {
  list-style-type:none;
  margin:0;
  padding:0 10px;
  }
  .l-blog__main .l-blog__post .CreamBl18 ul li ul li {
  position: relative;
  padding-left: 1em;
  }
  .l-blog__main .l-blog__post .CreamBl18 ul li ul li::before {
  content: '●';
  position: absolute;
  left: 0;
  color: #0099d9;
  font-size: 1em;
  line-height: 1;
  }

  .l-blog__main .l-blog__post .CreamBl19 h2 {
  background-color:#0099d9;
  color:#fff;
  line-height:1.2;
  margin:0;
  padding:5px 0;
  }
  .l-blog__main .l-blog__post .CreamBl19 h3 {
  background-color:#fff;
  color:#0099d9;
  line-height:1.2;
  margin:0 auto;
  padding:5px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  }
  .l-blog__main .l-blog__post .CreamBl19 h3 span {
  background-color:#ffe33f;
  color:#d00;
  font-size:16px;
  line-height:1;
  margin:0 10px 0 0;
  padding:2px 5px 2px 10px;
  }
  .l-blog__main .l-blog__post .CreamBl19 ul {
  list-style-type:none;
  border-top:3px dotted #666;
  }
  .l-blog__main .l-blog__post .CreamBl19 ul li {
  margin:10px 0 50px;
  position:relative;
  }
  .l-blog__main .l-blog__post .CreamBl19 ul li p {
  margin:0 0 10px;
  }

  .l-blog__main .l-blog__post .CreamBl19 ul li::after  {
  content: "";
  display: inline-block;
  width: 80px;
  height: 50px;
  background-image: url('https://mikura-clinic.jp/images/img-Arrow0099d9.jpg');
  background-position: center center;
  background-size: cover;
  background-color:#fffde4;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  }
  .l-blog__main .l-blog__post .CreamBl19 ul li ul li::after {
  content: none;
  }
  .l-blog__main .l-blog__post .CreamBl19 ul li:last-child::after {
  content: none;
  }



  .l-blog__main .l-blog__post .CreamBl19 dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  }

  .l-blog__main .l-blog__post .CreamBl19 dl dt {
  width:70px;
  }
  .l-blog__main .l-blog__post .CreamBl19 dl dt img {
  width:100%;
  height:auto;
  margin-bottom:0;
  }

  .l-blog__main .l-blog__post .CreamBl19 dl dd {
  width:calc(100% - 80px);
  margin-bottom:0;
  }
  .l-blog__main .l-blog__post .CreamBl19 dl dd h4 {
  margin:0;
  font-size:20px;
  color:#333;
  line-height:1.2;
  }
  .l-blog__main .l-blog__post .CreamBl19 dl dd h4 span {
  display:block;
  }


  .l-blog__main .l-blog__post .CreamBl19 ul li ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin:0;
  border-top:none;
  }
  .l-blog__main .l-blog__post .CreamBl19 ul li ul li {
  width:48%;
  margin:0 auto;
  }


  .l-blog__main .l-blog__post .CreamBl19 ul li ul.div3 li {
  width:32%;
  margin:0 auto;
  }



  .l-blog__main .l-blog__post .CreamBl19 ul li ul li p {
  text-align:center;
  }

  .l-blog__main .l-blog__post .CreamBl19 ul li ul li img {
  width:100%;
  max-width:180px;
  height:auto;
  margin:0 auto;
  }

  .l-blog__main .l-blog__post .CreamBl20 {
  background-color:#f7e5d1;
  position: relative;
  }

  .l-blog__main .l-blog__post .CreamBl20:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #0099d9 transparent transparent transparent;
  }
  .l-blog__main .l-blog__post .CreamBl20:after {
  position: absolute;
  content: "";
  transform: rotate(315deg);
  display: block;
  white-space: pre;
  top: 12px;
  left: 4px;
  z-index: 2;
  line-height: 1.2;
  }


  .l-blog__main .l-blog__post .CreamBl20 dl dt h3 {
  color:#333;
  text-align:center;
  padding-top:10px;
  }
  .l-blog__main .l-blog__post .CreamBl20 dl dt p {
  margin:0;
  padding:10px;
  }

  .l-blog__main .l-blog__post .CreamBl20 ul {
  list-style-type:none;
  margin:0;
  padding:0;
  display: flex;
flex-wrap: wrap;
justify-content: space-around;
  }
  .l-blog__main .l-blog__post .CreamBl20 ul li {
  margin:0;
  padding:0;
  }
  .l-blog__main .l-blog__post .CreamBl20 ul li h4 {
  padding:10px;
  text-align:center;
  position:relative;
  }


  .l-blog__main .l-blog__post .CreamBl20 ul li h4::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 30px;
  bottom:-14px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  transform: rotate(120deg);
  border-right: 30px solid #ee86a1;
  }
  .l-blog__main .l-blog__post .CreamBl20 ul li:last-child h4::before {
  border-right: 30px solid #0099d9;
  }


  .l-blog__main .l-blog__post .CreamBl20 ul li:first-child h4 {
  background-color:#ee86a1;
  color:#fff;

  }
  .l-blog__main .l-blog__post .CreamBl20 ul li:last-child h4 {
  background-color:#0099d9;
  color:#fff;
  }
  .l-blog__main .l-blog__post .CreamBl20 ul img {
  width:80%;
  max-width:400px;
  height:auto;
  margin:0 auto;
  padding:0;
  }
  .l-blog__main .l-blog__post .CreamBl01 p {
    text-align:center;
    margin:0;
    }
    .l-blog__main .l-blog__post .CreamBl01 {
    width:auto;
    max-width:100%;
    margin:0 auto;
    padding:20px;
    }
    .l-blog__main .l-blog__post .CreamBl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    }
    @media screen and (max-width: 767px) {
      .l-blog__main .l-blog__post .CreamBl {
        display: block;
      }
    }
    .l-blog__main .l-blog__post .CreamBl li {
    width:31%;
    }
    @media screen and (max-width: 767px) {
      .l-blog__main .l-blog__post .CreamBl li {
        width: 100%;
      }
    }
    .l-blog__main .l-blog__post .CreamBl img {
    margin:0;
    width:100%;
    height:auto;
    }
    .l-blog__main .l-blog__post .CreamBl03 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }
    @media screen and (max-width: 767px) {
      .l-blog__main .l-blog__post .CreamBl03{
        display: block;
      }
    }
    .l-blog__main .l-blog__post .CreamBl03 li {
    width:24%;
    }
    @media screen and (max-width: 767px) {
      .l-blog__main .l-blog__post .CreamBl03 li {
        width: 100%;
      }
    }
    .l-blog__main .l-blog__post .CreamBl03 li span {
    display:block;
    }
    @media screen and (max-width: 767px) {
      .l-blog__main .l-blog__post .CreamBl03 li span {
        display: inline;
      }
    }
    .l-blog__main .l-blog__post .CreamBl05 ul.CreamBl03 {
    width:auto;
    max-width:100%;
    margin:0 45px 10px;
    }

    .l-blog__main .l-blog__post .CreamBl05 ul li {
    width:24%;
    margin:0;
    }
    @media screen and (max-width: 767px) {
      .l-blog__main .l-blog__post .CreamBl05 ul{
        padding: 0;
      }
      .l-blog__main .l-blog__post .CreamBl05 ul li {
        margin: 0 auto 10px;
        padding: 10px 0;
        width: 100%;
      }
    }

    .l-blog__main .l-blog__post .CreamBl06 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }
    @media screen and (max-width: 767px) {
      .l-blog__main .l-blog__post .CreamBl06{
        display: block;
        padding: 0;
      }
    }
    .l-blog__main .l-blog__post .CreamBl06 li {
    width:50%;
    margin:0 0 30px;
    }
    @media screen and (max-width: 767px) {
      .l-blog__main .l-blog__post .CreamBl06 li {
        width:100%;
        }
    }
    .l-blog__main .l-blog__post .CreamBl06 li dl{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
    }
    @media screen and (max-width: 767px) {
      .l-blog__main .l-blog__post .CreamBl06 li dl{
        display: block;
      }
    }
    .l-blog__main .l-blog__post .CreamBl06 li dl dt {
    width:35%;
    }
    .l-blog__main .l-blog__post .CreamBl06 li dl dd {
    width:65%;
    margin-top:50px;
    }
    @media screen and (max-width: 767px) {
      .l-blog__main .l-blog__post .CreamBl06 li dl dt{
        width: 100%;
      }
      .l-blog__main .l-blog__post .CreamBl06 li dl dd {
        width: 100%;
      }
    }
    .l-blog__main .l-blog__post .CreamBl06 li dt::before{
    left: 90px;
    bottom:-17px;
    }

    .l-blog__main .l-blog__post .CreamBl07 dl {
    justify-content: flex-start;
    }
    .l-blog__main .l-blog__post .CreamBl07 dd {
    justify-content: flex-start;
    }
    .l-blog__main .l-blog__post .CreamBl09 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
    margin:20px 0 0;
    }
    @media screen and (max-width: 767px) {
      .l-blog__main .l-blog__post .CreamBl09 ul {
        display: block;
      }
    }
    .l-blog__main .l-blog__post .CreamBl09 ul li {
    width:31%;
    margin:0 0 20px;
    }
    @media screen and (max-width: 767px) {
      .l-blog__main .l-blog__post .CreamBl09 ul li{
        width: 100%;
      }
    }
    .l-blog__main .l-blog__post .CreamBl09 ul li:last-child {
    margin:0 0 20px;
    }
    .l-blog__main .l-blog__post .CreamBl09 ul li span {
    transform: translateY(-10px);
    margin:-10px auto 0;
    }
    .l-blog__main .l-blog__post .CreamBl09 ul li h4 {
    margin:0;
    }
    .l-blog__main .l-blog__post .CreamBl09 ul li ul li {
    width:100%;
    }
    .l-blog__main .l-blog__post .CreamBl09 ul li ul li:last-child {
    margin:0;
    }

    .l-blog__main .l-blog__post .CreamBl12 dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom:20px;
    }
    .l-blog__main .l-blog__post .CreamBl12 dt {
    width:50%;
    }
    .l-blog__main .l-blog__post .CreamBl12 dd {
    width:48%;
    }
    @media screen and (max-width: 767px) {
      .l-blog__main .l-blog__post .CreamBl12 dl {
        display: block;
        }
        .l-blog__main .l-blog__post .CreamBl12 dt {
        width:100%;
        }
        .l-blog__main .l-blog__post .CreamBl12 dd {
        width:100%;
        }
    }


    .l-blog__main .l-blog__post .CreamBl14 dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    }
    .l-blog__main .l-blog__post .CreamBl14 dt {
    width:50%;
    }
    .l-blog__main .l-blog__post .CreamBl14 dd {
    width:48%;
    }
    @media screen and (max-width: 767px) {
      .l-blog__main .l-blog__post .CreamBl14 dl {
        display: block;
        }
        .l-blog__main .l-blog__post .CreamBl14 dt {
        width:100%;
        }
        .l-blog__main .l-blog__post .CreamBl14 dd {
        width:100%;
        }
    }
    .l-blog__main .l-blog__post .CreamBl17 dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    }
    .l-blog__main .l-blog__post .CreamBl17 dt {
    width:50%;
    }
    .l-blog__main .l-blog__post .CreamBl17 dd {
    width:48%;
    }
    @media screen and (max-width: 767px) {
      .l-blog__main .l-blog__post .CreamBl17 dl {
        display: block;
        }
        .l-blog__main .l-blog__post .CreamBl17 dt {
        width:100%;
        }
        .l-blog__main .l-blog__post .CreamBl17 dd {
        width:100%;
        }
    }
    .l-blog__main .l-blog__post .CreamBl18 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }
    .l-blog__main .l-blog__post .CreamBl18 ul li {
    width:50%;
    padding:0 10px;
    }
    .l-blog__main .l-blog__post .CreamBl18 ul li:first-child {
    border-right:3px dotted #333;
    width:48%;
    padding:0 20px 0 0;
    }
    @media screen and (max-width: 767px) {
      .l-blog__main .l-blog__post .CreamBl18 ul {
        display: block;
        }
        .l-blog__main .l-blog__post .CreamBl18 ul li {
        width:100%;
        }
        .l-blog__main .l-blog__post .CreamBl18 ul li:first-child {
        width:100%;
        border-right:none;
        }
    }

    .l-blog__main .l-blog__post .CreamBl18 ul li ul {
    display: block;
    padding:0;
    }
    .l-blog__main .l-blog__post .CreamBl18 ul li ul li {
    width:100%;
    padding-left: 1em;
    }
    .l-blog__main .l-blog__post .CreamBl18 ul li ul li:first-child {
    width:100%;
    border-right:none;
    padding:10px 20px 0 1em;
    }
    .l-blog__main .l-blog__post .CreamBl18 h3 {
    margin:0 0 10px;
    }

    .l-blog__main .l-blog__post .CreamBl19 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }
    .l-blog__main .l-blog__post .CreamBl19 ul li {
    width:43%;
    padding:0;
    margin:10px 50px 0 0;
    }
    .l-blog__main .l-blog__post .CreamBl19 ul li:last-child {
    padding:0;
    margin:10px 0 0;
    }
    @media screen and (max-width: 767px) {
      .l-blog__main .l-blog__post .CreamBl19 ul {
        padding: 0;
        display: block;
        }
        .l-blog__main .l-blog__post .CreamBl19 ul li {
        width:100%;
        }
    }


    .l-blog__main .l-blog__post .CreamBl19 ul li::after  {
    width:30px;
    height:50px;
    background-image: url('https://mikura-clinic.jp/images/img-Arrow0099d9White.jpg');
    top:60%;
    right:0;
    transform: translate(-50%, -50%) translateX(200px);
    }
    @media screen and (max-width: 767px) {
      .l-blog__main .l-blog__post .CreamBl19 ul li::after{
        width: 0;
        height: 0;
      }
    }
    .l-blog__main .l-blog__post .CreamBl19 ul li ul li {
    width:48%;
    margin:0 auto;
    }
    .l-blog__main .l-blog__post .CreamBl19 ul li ul.div3 {
    margin:40px auto 30px;
    }
.l-blog__main .l-blog__post .CreamBl06 li {
width:46%;
}
@media screen and (max-width: 767px) {
  .l-blog__main .l-blog__post .CreamBl06 li {
    width:100%;
    }
}
.l-blog__main .l-blog__post .CreamBl13 ul {
display: flex;
flex-wrap: wrap;
justify-content:space-around;
}
.l-blog__main .l-blog__post .CreamBl13 ul li {
width:48%;
}
@media screen and (max-width: 767px) {
  .l-blog__main .l-blog__post .CreamBl13 ul {
    padding: 0;
    display: block;
    }
    .l-blog__main .l-blog__post .CreamBl13 ul li {
    width:100%;
    }
}
.l-blog__main .l-blog__post .CreamBl13 ul.None {
display: block;
}
.l-blog__main .l-blog__post .CreamBl13 ul.None li {
width:100%;
}
.l-blog__main .l-blog__post .CreamBl13 ul li.img3x2 dl.None dt {
text-align:left;
margin:0;
padding:0;
}
.l-blog__main .l-blog__post .CreamBl13 ul li.img3x2 dl.None dd ul {
margin:0;
}
.l-blog__main .l-blog__post .CreamBl13 ul li.img3x2 dl.None dd ul li {
width:33%;
}
@media screen and (max-width: 767px) {
  .l-blog__main .l-blog__post .CreamBl13 ul li.img3x2 dl.None dd ul li {
    width:100%;
    }
}
.l-blog__main .l-blog__post .CreamBl13 ul li.img3x2 dl.None dd ul li p {
font-size:15px;
margin:0 0 12px;
}
.l-blog__main .l-blog__post .CreamBl16 ul {
display: flex;
flex-wrap: wrap;
justify-content:space-around;
}
@media screen and (max-width: 767px) {
  .l-blog__main .l-blog__post .CreamBl16 ul{
    padding: 0;
  }
}

.l-blog__main .l-blog__post .CreamBl16 h5 {
width: 70%;
margin: 10px auto;
padding: 10px;
text-align: center;
}
.l-blog__main .l-blog__post .CreamBl16 ul li {
width:48%;
}
@media screen and (max-width: 767px) {
  .l-blog__main .l-blog__post .CreamBl16 ul {
    display: block;
    }
    .l-blog__main .l-blog__post .CreamBl16 ul li {
      width: 100%;
    }
}
.l-blog__main .l-blog__post .CreamBl16 ul li ul li img {
width:120px;
height:auto;
margin:0;
}
@media screen and (max-width: 767px) {
  .l-blog__main .l-blog__post .CreamBl16 ul li ul li img{
    width: 80%;
    max-width: 400px;
  }
}
.l-blog__main .l-blog__post .CreamBl16 ul li ul li::after  {
transform: translate(-50%, -50%) translateX(60px);
}

.l-blog__main .l-blog__post .CreamBl16 ul li ul.bottom8050 li::after  {
transform: translate(-50%, -50%) translateX(120px);
}
.l-blog__main .l-blog__post .CreamBl16 ul li ul.bottom8050 li {
width:65%;
}
.l-blog__main .l-blog__post .CreamBl16 ul li ul.bottom8050 li:last-child {
width:30%;
}

.l-blog__main .l-blog__post .CreamBl20 dl {
display: flex;
flex-wrap: wrap;
justify-content:space-between;
}
.l-blog__main .l-blog__post .CreamBl20 dl dt {
width:40%;
}
.l-blog__main .l-blog__post .CreamBl20 dl dd {
width:60%;
}
.l-blog__main .l-blog__post .CreamBl20 ul li {
width:44%;
}
@media screen and (max-width: 767px) {
  .l-blog__main .l-blog__post .CreamBl20 dl {
    display: block;
    }
    .l-blog__main .l-blog__post .CreamBl20 dl dt {
    width:100%;
    }
    .l-blog__main .l-blog__post .CreamBl20 dl dd {
    width:100%;
    }
    .l-blog__main .l-blog__post .CreamBl20 ul li {
    width:100%;
    }
}

  .l-blog__main .l-blog__post .CreamBl13 ul.None {
  display: block;
  }
  .l-blog__main .l-blog__post .CreamBl13 ul.None li {
  width:100%;
  }
  .l-blog__main .l-blog__post .CreamBl13 ul li.img3x2 dl.None dt {
  text-align:left;
  margin:0;
  padding:0;
  }
  .l-blog__main .l-blog__post .CreamBl13 ul li.img3x2 dl.None dd ul {
  margin:0;
  }

  .l-blog__main .l-blog__post .CreamBl13 ul li.img3x2 dl.None dd ul li p {
  font-size:15px;
  margin:0 0 12px;
  }
  .l-blog__main .l-blog__post .CreamBl16 h5 {
  width: 70%;
  margin: 10px auto;
  padding: 10px;
  text-align: center;
  }

  .l-blog__main .l-blog__post .CreamBl16 ul li ul.bottom8050 li::after  {
  transform: translate(-50%, -50%) translateX(120px);
  }
  .l-blog__main .l-blog__post .CreamBl16 ul li ul.bottom8050 li {
  width:65%;
  }
  .l-blog__main .l-blog__post .CreamBl16 ul li ul.bottom8050 li:last-child {
  width:30%;
  }

  .l-blog__main .l-blog__post ul li ul.bottom8050 li img {
    width: 200px;
    height: auto;
    margin: 0;
  }
  .l-blog__main .l-blog__post .CreamBl16 ul li ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
  .l-blog__main .l-blog__post .CreamBl16 ul li ul li{
    width: 35%;
    margin: 0;
    padding: 0;
  }
  .l-blog__main .l-blog__post .CreamBl16 ul li ul li:last-child {
    width: 30%;
  }
  @media screen and (max-width: 767px) {
    .l-blog__main .l-blog__post .CreamBl16 ul li ul{
      display: block;
    }
    .l-blog__main .l-blog__post .CreamBl16 ul li ul li{
      width: 100%;
    }
    .l-blog__main .l-blog__post .CreamBl16 ul li ul li:last-child {
      width: 100%;
    }
  }
  .l-blog__main .l-blog__post .CreamBl16 ul li ul li::after {
    width: 30px;
    height: 50px;
    background-image: url(https://mikura-clinic.jp/images/img-Arrow0099d9BG02.jpg);
    top: 60%;
    right: 0;
    transform: translate(-50%, -50%) translateX(80px);
}
@media screen and (max-width: 767px) {
  .l-blog__main .l-blog__post .CreamBl16 ul li ul li::after{
    background-image: url(https://mikura-clinic.jp/images/img-Arrow0099d9BG01.jpg);
    background-position: center center;
    background-size: cover;
    background-color: #fffde4;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.l-blog__main .l-blog__post .CreamBl16 ul li ul.bottom8050 li {
  width: 65%;
  margin: 0 0 10px;
  padding: 0;
}

.l-blog__main .l-blog__post .table01 table {
  width: 100%;
  border-spacing: 0;
  margin: 0 auto 1em;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  }

  .l-blog__main .l-blog__post .table01 th {
  background-color:#fff;
  color:#333;
  font-weight:bold;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding:5px;
  width:40%;
  }
  .l-blog__main .l-blog__post .table01 th:first-child {
  width:20%;
  }
  .l-blog__main .l-blog__post .table01 tr:nth-child(even) {
  background-color:#dae3f3;
  }

  .l-blog__main .l-blog__post .table01 td {
  font-weight:normal;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding:5px;
  }
  .l-blog__main .l-blog__post .table01 td:first-child {
  text-align:center;
  }

  .l-blog__main .l-blog__post .table01 table {
width: 100%;
border-spacing: 0;
margin: 0 auto 1em;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
}

.l-blog__main .l-blog__post .table01 th {
background-color:#fff;
color:#333;
font-weight:bold;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
padding:5px;
width:40%;
}
.l-blog__main .l-blog__post .table01 th:first-child {
width:20%;
}
.l-blog__main .l-blog__post .table01 tr:nth-child(even) {
background-color:#dae3f3;
}

.l-blog__main .l-blog__post .table01 td {
font-weight:normal;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
padding:5px;
}
.l-blog__main .l-blog__post .table01 td:first-child {
text-align:center;
}
.l-blog__main .l-blog__post .table02 ul {
list-style-type:none;
margin:0 0 20px;
padding-left: 0;
}
.l-blog__main .l-blog__post .table02 ul li {
list-style-type:none;
margin:0 0 20px;
}
.l-blog__main .l-blog__post .table02 dl {
display: flex;
flex-wrap: wrap;
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
}
.l-blog__main .l-blog__post .table02 dt {
width:30%;
padding:5px;
text-align:center;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
}

.l-blog__main .l-blog__post .table03 {
width:100%;
border-spacing:0;
margin:0 auto 20px;
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
}
.l-blog__main .l-blog__post .table03 th {
width:12%;
padding:5px;
font-weight:normal;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
}
.l-blog__main .l-blog__post .table03 td {
width:22%;
padding:5px;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
}

.l-blog__main .l-blog__post .table03 dl {
display: flex;
flex-wrap: wrap;
margin:0;
padding:0;
border-left:1px solid #ccc;
border-top:1px solid #ccc;
}
.l-blog__main .l-blog__post .table03 dt {
width:140px;
text-align:center;
margin:0;
padding:5px;
}
.l-blog__main .l-blog__post .table03 dd {
width:calc(100% - 140px);
margin:0;
padding:0;
}
.l-blog__main .l-blog__post .table03 ul {
list-style-type:none;
display: flex;
flex-wrap: wrap;
margin:0;
padding:0;
}
.l-blog__main .l-blog__post .table03 li {
width:25%;
margin:0;
padding:5px;
border-left:1px solid #ccc;
}
.l-blog__main .l-blog__post .table03  span {
color:#333;
text-decoration:underline;
}

.l-blog__main .l-blog__post .table03 dl:first-child {
font-weight:bold;
color:#333;
text-align:center;
}
.l-blog__main .l-blog__post .table03 dl:nth-child(even) {
background-color:#dae3f3;
}
.l-blog__main .l-blog__post .table03 dl.LiDiv3 li:first-child {
width:50%;
}
.l-blog__main .l-blog__post .table03 dl.LiDiv3 li:nth-child(2) {
text-align:center;
}
.l-blog__main .l-blog__post .table04 dt {
width:120px;
}
.l-blog__main .l-blog__post .table04 dd {
width:calc(100% - 120px);
}

.l-blog__main .l-blog__post .table03a dl {
display: flex;
flex-wrap: wrap;
margin:0;
padding:0;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
}

.l-blog__main .l-blog__post .table03a dl:last-child {
border-bottom:1px solid #ccc;
margin:0 0 2em;
}
.l-blog__main .l-blog__post .table03a dl:first-child {
text-align:center;
}
.l-blog__main .l-blog__post .table03a dl:nth-child(even) {
background-color:#dae3f3;
}


.l-blog__main .l-blog__post .table03a dt {
width:60px;
text-align:center;
margin:0;
padding:5px;
}
.l-blog__main .l-blog__post .table03a dd {
width:calc(100% - 60px);
margin:0;
padding:0;
}
.l-blog__main .l-blog__post .table03a ul {
list-style-type:none;
display: flex;
flex-wrap: wrap;
margin:0;
padding:0;
}
.l-blog__main .l-blog__post .table03a li {
width:calc(100% / 3);
margin:0;
padding:5px;
border-left:1px solid #ccc;
}



.l-blog__main .l-blog__post .table04 dl:first-child dt {
text-align:center;
color:#333;
font-weight:bold;
}
.l-blog__main .l-blog__post .table04 dl:first-child dd {
text-align:center;
color:#333;
font-weight:bold;
}


.l-blog__main .l-blog__post .table02 dd {
width:70%;
padding:5px;
margin-bottom:0;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
}
.l-blog__main .l-blog__post .table02 .bg {
background-color:#dae3f3;
}
.l-blog__main .l-blog__post .table02  span {
color:#333;
text-decoration:underline;
}
.l-blog__main .l-blog__post .table04 dl {
display: flex;
flex-wrap: wrap;
margin:0;
padding:0;
}

.l-blog__main .l-blog__post .table04 dl:nth-child(even) {
background-color:#dae3f3;
}
.l-blog__main .l-blog__post .table04 dl:last-child {
border-bottom:1px solid #ccc;
margin:0 0 20px;
}



.l-blog__main .l-blog__post .table04 dt {
width:30%;
padding:5px;
text-align:center;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
}
.l-blog__main .l-blog__post .table04 dd {
width:70%;
padding:5px;
margin-bottom:0;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
}
.l-blog__main .l-blog__post .table04  span {
color:#333;
text-decoration:underline;
}

.l-blog__main .l-blog__post .table04a dl {
display: flex;
flex-wrap: wrap;
margin:0;
padding:0;
border-bottom:1px solid #ccc;
}
.l-blog__main .l-blog__post .table04a dl:first-child {
margin-top:1em;
}
.l-blog__main .l-blog__post .table04a dl:nth-child(even) {
background-color:#dae3f3;
}
.l-blog__main .l-blog__post .table04a dl:last-child {
margin-bottom:1em;
}
.l-blog__main .l-blog__post .table04a dl dt {
color:#333;
text-align:center;
width:30%;
padding:5px;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
}
.l-blog__main .l-blog__post .table04a dl dd {
color:#333;
width:70%;
margin:0;
padding:5px;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
}
.l-blog__main .l-blog__post .table3070 dl {
  width:100%;
  display:flex;
  flex-wrap: wrap;
  justify-content:space-between;
  border-right:1px solid #91d2d8;
  border-bottom:1px solid #91d2d8;
  margin-bottom:1em;
  }

  .l-blog__main .l-blog__post .table3070 dl dt {
  width:30%;
  display:flex;
  flex-wrap: wrap;
  align-items: center;
   justify-content: center;
  text-align:center;
  margin:0;
  padding:10px;
  font-weight:normal;
  border-top:1px solid #91d2d8;
  border-left:1px solid #91d2d8;
  background-color:#e3f4f5;
  }
  .l-blog__main .l-blog__post .table3070 dl dd {
  width:70%;
  margin:0;
  padding:10px;
  font-weight:normal;
  border-top:1px solid #91d2d8;
  border-left:1px solid #91d2d8;
  }

  .l-blog__main .l-blog__post .table3070 dl p {
  margin:0;
  padding:10px;
  }
  .l-blog__main .l-blog__post .table7030 ul {
  list-style-type:none;
  }
  .l-blog__main .l-blog__post .table7030 ul li {
  margin:0;
  }

  .l-blog__main .l-blog__post .table7030 ul li dl {
  border-bottom:none;
  }

  .l-blog__main .l-blog__post .table7030 ul {
  border-bottom:1px solid #91d2d8;
  }





  .l-blog__main .l-blog__post .table7030 dl {
  width:100%;
  display:flex;
  flex-wrap: wrap;
  justify-content:space-between;
  border-right:1px solid #91d2d8;
  border-bottom:1px solid #91d2d8;
  }

  .l-blog__main .l-blog__post .table7030 dl dt {
  width:70%;
  display:flex;
  flex-wrap: wrap;
  align-items: center;
   justify-content: center;
  text-align:center;
  margin:0;
  padding:10px;
  font-weight:normal;
  border-top:1px solid #91d2d8;
  border-left:1px solid #91d2d8;
  background-color:#e3f4f5;
  }
  .l-blog__main .l-blog__post .table7030 dl dd {
  width:30%;
  margin:0;
  padding:10px;
  font-weight:normal;
  border-top:1px solid #91d2d8;
  border-left:1px solid #91d2d8;
  text-align:center;
  }





  .l-blog__main .l-blog__post .table333333 dl {
  width:100%;
  display:flex;
  flex-wrap: wrap;
  justify-content:space-between;
  border-right:1px solid #fff;
  border-bottom:1px solid #fff;
  }

  .l-blog__main .l-blog__post .table333333 dl dt {
  width:calc(100% / 3);
  margin:0;
  padding:10px;
  font-weight:normal;
  border-top:1px solid #fff;
  border-left:1px solid #fff;
  }

  .l-blog__main .l-blog__post .table333333 dl dt.color01 {
  background-color:#2683c6;
  color:#fff;
  }
  .l-blog__main .l-blog__post .table333333 dl dd.color01 {
  background-color:#2683c6;
  color:#fff;
  }
  .l-blog__main .l-blog__post .table333333 dl dt.color02 {
  background-color:#cbd8ea;
  }
  .l-blog__main .l-blog__post .table333333 dl dd.color02 {
  background-color:#cbd8ea;
  }
  .l-blog__main .l-blog__post .table333333 dl dt.color03 {
  background-color:#e7ecf5;
  }
  .l-blog__main .l-blog__post .table333333 dl dd.color03 {
  background-color:#e7ecf5;
  }




  .l-blog__main .l-blog__post .table333333 dl dd {
  width:calc(100% / 3 * 2);
  text-align:center;
  margin:0;
  padding:0;
  font-weight:normal;
  border-top:1px solid #fff;
  border-left:1px solid #fff;
  }
  .l-blog__main .l-blog__post .table333333 dl dd ul {
  display:flex;
  flex-wrap: wrap;
  list-style-type:none;
  margin:0;
  height:100%;
  }
  .l-blog__main .l-blog__post .table333333 dl dd li {
  width:calc(100% / 2);
  margin:0;
  padding:10px;
  font-weight:normal;
  display: flex;
  align-items: center;
  }
  .l-blog__main .l-blog__post .table333333 dl dd li:first-child {
  border-right:1px solid #fff;
  }
  .l-blog__main .l-blog__post .dtW25 img{
    border-radius: 0;
    box-shadow: none;
  }
  .l-blog__main .l-blog__post .imgFloat dl.dtW25 dt{
    width: 25%;
  }
  .l-blog__main .l-blog__post .imgFloat dl.dtW25 dd{
    width: 73%;
    text-align: left;
  }
  @media screen and (max-width: 767px) {
    .l-blog__main .l-blog__post .imgFloat dl.dtW25 dt{
      width: 100%;
    }
    .l-blog__main .l-blog__post .imgFloat dl.dtW25 dd{
      width: 100%;
    }
  }
  .l-blog__main .l-blog__post .Parallel ul {
  list-style-type:none;
  margin:0 0 20px;
  }
  @media screen and (min-width: 1100px) {
    .l-blog__main .l-blog__post .Parallel ul {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
  }
  @media screen and (max-width: 767px) {
    .l-blog__main .l-blog__post .Parallel ul {
      padding: 0;
    }
  }
@media screen and (min-width: 1100px) {
  .l-blog__main .l-blog__post .Parallel ul li {
      width: 49%;
  }
}

  .l-blog__main .l-blog__post .Parallel ul dt {
  margin:0 0 20px;
  color:#333;
  font-weight:bold;
  }

  .l-blog__main .l-blog__post .Parallel ul dd {
  margin:0 0 0 20px;
  }
  .l-blog__main .l-blog__post .Parallel ul dd ul {
  margin:0;
  }

  .l-blog__main .l-blog__post .Parallel ul ul {
  list-style-type:disc;
  }
  @media screen and (min-width: 1100px) {
    .l-blog__main .l-blog__post .Parallel ul ul li {
        width: 100%;
    }
  }



  .l-blog__main .l-blog__post .Parallel ul li.bgColor01 {
  background-color:#fbe5d6;
  border:2px solid #ed7d31;
  padding:10px;
  }
  @media screen and (max-width: 767px) {
    .l-blog__main .l-blog__post .Parallel ul li.bgColor01 {
      margin-bottom: 20px;
      }
  }

  .l-blog__main .l-blog__post .Parallel ul li.bgColor01 ul li {
  background-color:transparent;
  border:none;
  padding:0;
  }

  .l-blog__main .l-blog__post .Parallel ul li.bgColor02 {
  background-color:#dae3f3;
  border:2px solid #2f5597;
  padding:10px;
  }

  .l-blog__main .l-blog__post .Parallel ul li.bgColor02 ul li {
  background-color:transparent;
  border:none;
  padding:0;
  }
  .fsBlack {
  font-weight: bold;
}
.fsBig2 {
  font-size: 1.2em;
  margin: 0 0 1em;
  line-height: 1.6;
}
.mobileOnly {
  display:none;
}
@media screen and (max-width: 767px) {
  .mobileOnly {
    display:block;
  }
  .pcOnly{
    display: none;
  }
}