﻿h4 {
  text-align: left;
}
h5,
h6 {
  font-family: sans-serif;
  font-size: 15px;
  font-weight: bold;
}
h5.bg-blue {
  display: block;
  padding: 0px 4px 0;
  font-family: sans-serif;
  font-weight: bold;
  color: #fff;
  background-color: #547fbb;
}
@media screen and (max-width: 670px) {
  .plusBox {
    display: block;
  }
}
.plusBox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 670px) {
  .plusBox .item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.plusBox .item h5 {
  color: #547fbb;
  text-align: center;
}
.plusBox .item.left h5 {
  background: #d1dff1;
}
.plusBox .item.left ul li {
  padding-left: 1rem;
  color: #547fbb;
  text-indent: -1rem;
}
.plusBox .item.left ul li::before {
  content: '・';
}
.plusBox .item.middle p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1rem;
  font-size: 4rem;
  font-weight: bold;
  color: #547fbb;
}
@media screen and (max-width: 670px) {
  .plusBox .item.middle p {
    padding: 1rem 0;
    margin: 0;
  }
}
@media screen and (max-width: 670px) {
  .plusBox .item.right .border {
    margin-top: 1em;
  }
}
.plusBox .item.right .border h5 {
  background: #ffc;
}
.borderBoxFrame {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.borderBoxFrame .item {
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
}
.borderBoxFrame .item .borderBox {
  padding: 0.5rem;
  margin: 1rem 1rem 0;
  text-align: center;
  border: 1px solid;
  border-radius: 9999px;
}
@media screen and (max-width: 670px) {
  .borderBoxFrame .item .borderBox {
    margin: 1rem 0.1rem 0;
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 767px) {
  .borderBoxFrame .item--auto-width {
    flex-basis: auto;
    width: auto;
    max-width: none;
    white-space: nowrap;
    -ms-flex-preferred-size: auto;
  }
}
@media screen and (max-width: 767px) {
  .borderBoxFrame .item--auto-width > p {
    padding: 0.5rem 1em !important;
  }
}
.blueline {
  border-color: #547fbb;
}
#price > ul.notice.num > li {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #sec03 .clearfix > .left {
    width: 55%;
  }
}
@media screen and (min-width: 768px) {
  #sec03 .clearfix > .right {
    width: 40%;
  }
}
#sec03 p {
  margin-bottom: 1.5em;
}
#sec10 > .basic-page-contents > .center > picture {
  display: block;
  margin: 5% auto;
}
