.page-title::before {
  background-image: url(/img/common/info-icon4.png);
}
.checkup-section-title{
  font-size: 2rem;
  text-align:center;
  padding: .5em 0;
  margin-bottom: 2em;
  border-top:2px solid #FF7063;
  border-bottom:2px solid #FF7063;
  background-color:#FFFBF6;
}
.notes{
  margin-top: 2em;
  margin-bottom:1em;
}
.notes .note{
  font-size: 90%;
}
.checkup-price {
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .checkup-price {
	font-size: 2rem; 
  }
}

.checkup-self-wrap {
  margin: 50px 0;
}
.checkup-self-inner{
  max-width: 800px;
  margin: 0 auto 80px;
}
.checkup-self-block1 {
  margin-bottom: 50px;
}
.checkup-self-block1::before {
  content: url(/img/checkup/checkup-self1.png);
  display: block;
  width: 204px;
  margin: 0 auto 20px;
}
.checkup-self b{
  font-size:120%;
  font-weight:700;
}
.checkup-self-block2{
  background:url(/img/checkup/checkup-self2.png);
  background-repeat: no-repeat;
  background-size:40px auto;
}
.checkup-self-block3{
  background:url(/img/checkup/checkup-self3.png);
  background-repeat: no-repeat;
  background-size:40px auto;
}
.checkup-self-block4{
  background:url(/img/checkup/checkup-self4.png);
  background-repeat: no-repeat;
  background-size:40px auto;
}
.checkup-self-item{
  border-left:1px solid #FF7063;
  margin:5% 0 5% 50px;
}
.checkup-self-item .item-title{
  color:#7B685A;
  font-size: 1.7rem;
  border-bottom:1px solid #FF7063;
  margin-bottom: 1em;
  padding:0 0 0.5em 1em;
}
.checkup-self-item .text{
  padding: 0 1.5em 1em;
}
.checkup-self-item dl{
  counter-reset: my-counter;
  list-style: none;
  padding:0 1.5em 1em;
}
.checkup-self-item dl dt{
  font-size: 1.5rem;
  position: relative;
  font-weight:700;
  line-height:1.5em;
  margin-bottom:0.25em;
  padding-left: 2em;
}
.checkup-self-item dl dd{
  margin-bottom:2em;
}
.checkup-self-item dl dt::before{
  content: counter(my-counter);
  counter-increment: my-counter;
  display: block;
  position:absolute;
  top:0;
  left:0;
  background-color: #FF7063;
  color: #FFF;
  text-align: center;
  line-height:1.5em;
  height: 1.5em;
  width: 1.5em;
  border-radius: 50%;
}
.checkup-self-item dl dd .notes{
  flex-direction: column;
  border:1px solid #7B685A;
  padding:1em;
}
.checkup-self-item dl dd .notes .title{
  font-weight:bold;
}
.checkup-self-item dl dd .notes .list .item{
  margin-left:1em;
  text-indent:-1em;
}

@media (min-width: 768px) {
  .checkup-wrap {
    margin:70px 0 100px;
  }
  .checkup-self-block1 {
    display: flex;
  	justify-content: center;
    margin-bottom: 70px;
	  gap: 4%;
  }
  .checkup-self-block1::before {
    margin: 0;
  }
  .checkup-self-item{
    margin: 5% 12.5%;
  }
  .checkup-self-block2{
    background-size:71px auto;
  }
  .checkup-self-block3{
    background-size:71px auto;
  }
  .checkup-self-block4{
    background-size:71px auto;
  }
  .checkup-self-item .item-title{
    font-size: 2.4rem;
	margin-bottom: 2em;
  }
  .checkup-self-item .text{
    padding: 0 1.8em 2em;
  }
  .checkup-self-item dl dt{
    font-size: 1.7rem;
  }
}
.checkup-office-wrap {
  margin: 50px 0;
}
.checkup-office-block1 {
  margin-bottom: 30px;
}
.checkup-office-subtitle{
  position: relative;
  color:#FF7063;
  font-size: 1.7rem;
  border-bottom: 2px solid #FF7063;
  margin-bottom:2em;
}
.checkup-office-subtitle::before{
  content:'';
  width: 0;
  height: 0;
  border-top: calc(16px / 2 * 1.732) solid #FFF;
  border-left: calc(16px / 2) solid transparent;
  border-right: calc(16px / 2) solid transparent;
  position:absolute;
  top:99%;
  left:calc(2.5em + 2px);
  z-index:10;
}
.checkup-office-subtitle::after{
  content:'';
  width: 0;
  height: 0;
  border-top: calc(20px / 2 * 1.732) solid #FF7063;
  border-left: calc(20px / 2) solid transparent;
  border-right: calc(20px / 2) solid transparent;
  position:absolute;
  top:100%;
  left:2.5em;
  z-index:5;
}
.checkup-office-item{
  margin-bottom: 50px;
}
.checkup-office-item .item-title{
  font-size: 1.5rem;
  border-bottom: 1px solid #634f4f;
  margin-bottom: 1.5em;
}
.checkup-office-item ul{
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
} 
.checkup-office-item ul li{
  position: relative;
  line-height:1.5em;
  margin-bottom: 1em;
  padding-left: 2em;
}
.checkup-office-item ul li::before{
  content: counter(my-counter);
  counter-increment: my-counter;
  display: block;
  position:absolute;
  top:0;
  left:0;
  background-color: #FF7063;
  color: #FFF;
  text-align: center;
  line-height:1.5em;
  height: 1.5em;
  width: 1.5em;
  border-radius: 50%;
}
.checkup-office-item .notes a {
  color: #0a58ca;
  text-decoration: underline;
}
.checkup-office-item .notes a:hover {
  text-decoration: none;
}
.checkup-option-title {
  font-size: 1.2rem;
}
.checkup-office-option1 {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px dotted #634f4f;
}
.checkup-office-option2 dl {
  padding-left: 1em;
  margin: 1em 0 2em;
  border-left: 1px solid #595959;
}
.checkup-office-option2 .price.margin {
  margin-right: 1.5em;
}
@media (min-width: 768px) {
  .checkup-office-wrap {
    margin: 70px 0 100px;
  }
  .checkup-office-block1 {
    margin-bottom: 50px;
  }
  .checkup-office-title{
    font-size: 2.6rem;
  }
  .checkup-office-subtitle{
    font-size: 2.4rem;
  }
  .checkup-office-item{
    margin-bottom: 70px;
  }
  .checkup-office-item .item-title {
	font-size: 2rem; 
  }
  .checkup-option-title {
    font-size: 1.4rem;
  }
}

.page-medical-checkup .footer-block1 {
  background-color: #fff;
}