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

h2.medical {
  color: #7c0404;
  text-align: center;
  font-size: 166%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.4em;
}
@media (max-width : 500px) {
  h2.medical {
    font-size: 131%;
  }
}
h2.medical span {
  position: relative;
}
h2.medical span::before {
	content: "";
	display: inline-block;
	width: 98px;
	height: 98px;
  border-radius: 50%;
  background-color: #f1e3e3;
	position: absolute;
	top: -25px;
	left: -50px;
  z-index: -1;
}
@media (max-width : 500px) {
  h2.medical span::before {
    width: 60px;
	  height: 60px;
    top: -15px;
	  left: -25px;
  }
}
.explanation-wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 50px;
}
@media (max-width : 500px) {
  .explanation-wrap {
    display: block;
    margin-top: 15px;
  }
}
/*
.explanation-wrap .icns {
  display: flex;
  justify-content: center;
}
.explanation-wrap.m01 .icns {
  width: 20%;
}
.explanation-wrap.m02 .icns {
  width: 18%;
}
@media (max-width : 500px) {
  .explanation-wrap.m01 .icns,
  .explanation-wrap.m02 .icns {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  } 
}
.explanation-wrap.m01 .lead {
  width: 74%;
}
.explanation-wrap.m02 .lead {
  width: 76%;
}
@media (max-width : 500px) {
  .explanation-wrap.m01 .lead,
  .explanation-wrap.m02 .lead {
    width: 100%;
    padding-top: 15px;
    text-align: justify;
  }
}
*/
.explanation-wrap .imgs {
  width: 35%;
}
.explanation-wrap .imgs img {
  box-shadow: 15px 15px 0px 0px #ece8e7;
}
@media (max-width : 500px) {
  .explanation-wrap .imgs {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .explanation-wrap .imgs img {
    box-shadow: 10px 10px 0px 0px #ece8e7;
  }
}
.explanation-wrap .lead {
  width: 60%;
}
@media (max-width : 500px) {
  .explanation-wrap .lead {
    width: 100%;
    padding-top: 20px;
     text-align: justify;
  }
}

.main-symptoms {
  width: 100%;
  background-color: #f9f8f7;
  padding: 60px 0 70px 0;
  margin-top: 70px !important;
}
@media (max-width : 500px) {
  .main-symptoms {
    margin-top: 50px !important;
    padding: 30px 0 35px 0;
  }
}
.main-symptoms h2 {
  color: #40210f;
  text-align: center;
  font-size: 166%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.2em;
}
@media (max-width : 500px) {
  .main-symptoms h2 {
    font-size: 130%;
    width: 80%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    border-bottom: #40210f solid 2px;
  }
}
.main-symptoms h2 span {
  position: relative;
}
.main-symptoms h2 span::before,
.main-symptoms h2 span::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #40210f;
  width: 110px;
  height: 3px;
  top: 50%;
}
@media (max-width : 500px) {
  .main-symptoms h2 span::before,
  .main-symptoms h2 span::after {
    content: none;
  }
  .main-symptoms h2 {
    position: relative;
  }
  .main-symptoms span {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .main-symptoms h2.mm01 span {
    padding-left: 46px;
  }
  .main-symptoms h2.mm01::before {
    content: "";
    display: inline-block;
    width: 44px;
    height: 52px;
    background-image: url("../medical/images/icn01.png");
    background-size: contain;
    position: absolute;
    top: 1px;
    left: 40px;
}
  .main-symptoms h2.mm02 span{
    padding-left: 46px;
  }
  .main-symptoms h2.mm02::before {
    content: "";
    display: inline-block;
    width: 38px;
    height: 52px;
    background-image: url("../medical/images/icn02.png");
    background-size: contain;
    position: absolute;
    top: 1px;
    left: 16px;
}
}
.main-symptoms h2 span::before {
  left: -130px;
}
.main-symptoms h2 span::after {
  right: -130px;
}
.main-symptoms p {
  color: #7c0404;
  text-align: center;
  padding-top: 10px;  
}
.main-symptoms ul.symptoms {
  max-width: 940px;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media (max-width : 500px) {
  .main-symptoms ul.symptoms {
    margin-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: space-between;
  }
}
.main-symptoms ul.symptoms li {
  width: 32%;
  margin-top: 10px;
  margin-left: 1.3%;
  background-color: rgba(255,255,255,1.00);
  padding: 12px 15px 12px 30px;
  line-height: 1.4em;
}
@media (max-width : 500px) {
  .main-symptoms ul.symptoms li {
    width: 49%;
    margin-top: 6px;
    margin-left: 0;
    padding: 10px 15px 10px 30px;
  }
}
.main-symptoms ul.symptoms li span {
  position: relative;
  padding-left: 0px;
}
.main-symptoms ul.symptoms li span::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #7c0404;
  width: 7px;
  height: 7px;
  left: -14px;
  top: 10px;
}


.examples h2 {
  margin-top: 90px;
}
@media (max-width : 500px) {
  .examples h2 {
    margin-top: 40px;
  }
}
.examples .examples-box {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px 50px 50px;
  border: #939393 solid 1px;
  box-shadow: 15px 15px 0px 0px #ece8e7;
  margin-top: 110px;
  border-radius: 15px;
}
.examples .examples-box:nth-of-type(1) {
  margin-top: 80px;
}
@media (max-width : 500px) {
  .examples .examples-box {
    padding: 0 20px 30px 20px;
    box-shadow: 10px 10px 0px 0px #ece8e7;
    margin-top: 60px;
    border-radius: 10px;
  }
  .examples .examples-box:nth-of-type(1) {
    margin-top: 40px;
  }
}
.examples .examples-box h3 {
  color: #fff;
  background-color: #6e4c40;
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-size: 145%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  padding: 8px 56px 10px 56px;
  position: relative;
  z-index: 1;
  top: -22px;
  box-shadow: 7px 7px 0px 0px #d2c8c4;
}
@media (max-width : 500px) {
  .examples .examples-box h3 {
    font-size: 125%;
    padding: 5px 36px 7px 36px;
  }
}
.examples .examples-box .flex-inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width : 500px) {
  .examples .examples-box .flex-inner {
    display: block;
  }
}
.examples .examples-box .flex-inner .leadbox {
  width: 67%;
  order: 1;
  text-align: justify;
}
.examples .examples-box .flex-inner .leadbox p:nth-of-type(n+2) {
  padding-top: 25px;
}
@media (max-width : 500px) {
  .examples .examples-box .flex-inner .leadbox {
    width: 100%;
    padding-top: 13px;
  }
}
.examples .examples-box .flex-inner .imgs {
  width: 26%;
  order: 2;
}
@media (max-width : 500px) {
  .examples .examples-box .flex-inner .imgs {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.examples .examples-box table.costs {
  margin-top: 30px;
}
h4.mtype04 + table.costs {
  margin-top: 0px !important;
}
.examples .examples-box .btn {
  display: table;
  position: relative;
  margin-top: 40px;
}
@media (max-width : 500px) {
  .examples .examples-box .btn {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.examples .examples-box .btn a {
  display: block;
  /*color: #7c0404;*/
  border: #000 solid 1px;
  padding: 8px 25px 10px 45px;
  border-radius: 50vh;
  line-height: 1.3em;
  position: relative;
  font-size: 90%;
  /*background-color: rgba(123,4,4,0.05)*/
  
}
@media (max-width : 500px) {
  .examples .examples-box .btn a {
    padding: 8px 25px 10px 48px;
  }
}
.examples .examples-box .btn a:hover {
  background-color: rgba(123,4,4,0.2)
}

.examples .examples-box h4.mtype01 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #40210f;
  font-size: 160%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media (max-width : 500px) {
  .examples .examples-box h4.mtype01 {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 130%;
    font-weight: 600;
  }
}
.examples .examples-box h4.mtype02 {
  text-align: center;
  padding-bottom: 10px;
  color: #7c0404;
  font-size: 150%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  border-bottom: #939393 solid 1px;
  margin-bottom: 8px;
}
@media (max-width : 500px) {
  .examples .examples-box h4.mtype02 {
    font-size: 130%;
  }
}
.examples .examples-box h4.mtype03 {
  padding-bottom: 10px;
  color: #40210f;
  font-size: 130%;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  position: relative;
}
@media (max-width : 500px) {
  .examples .examples-box h4.mtype03 {
    margin-top: 25px;
    padding-bottom: 4px;
    font-size: 115%;
  }
}
.examples .examples-box h4.mtype03:nth-of-type(2) {
  border-top: #939393 solid 1px;
  margin-top: 80px;
  padding-top: 80px;
}
@media (max-width : 500px) {
  .examples .examples-box h4.mtype03:nth-of-type(2) {
    margin-top: 40px;
    padding-top: 30px;
  }
}
.examples .examples-box h4.mtype04 {
  color: #40210f;
  font-size: 100%;
  font-weight: 600;
  position: relative;
  padding-bottom: 4px;
  margin-top: 25px;
}
.examples .examples-box h5 {
  margin-top: 25px;
  margin-bottom: 4px;
}
.examples .examples-box h5 span {
  color: #fff;
  background-color: #6e4c40;
  font-weight: 500;
  padding: 3px 15px 5px 15px;
}
.examples .examples-box .flex-inner .hbox {
  width: 48%;
}
@media (max-width : 500px) {
  .examples .examples-box .flex-inner .hbox {
    width: 100%;
  }
  .examples .examples-box .flex-inner .hbox:nth-of-type(n+2) {
    padding-top: 60px;
  }
}
ul.ultype01 {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
ul.ultype01 li {
  position: relative;
  padding-left: 22px;
  width: 33%;
  margin-top: 5px;
}
@media (max-width : 500px) {
  ul.ultype01 {
    display: block;
  }
  ul.ultype01 li {
    width: 100%;
    padding-left: 18px;
  }
}
ul.ultype01 li::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #40210f;
  width: 18px;
  height: 18px;
  border-radius: 50vh;
  left: 0px;
  top: 8px;
}
@media (max-width : 500px) {
  ul.ultype01 li::before {
    width: 14px;
    height: 14px;
    top: 7px
  }
}
