@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  font-size: 25px;
  font-family: kozuka-gothic-pr6n, sans-serif;
  color: #484848;
}


.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #000;/*文字色*/
    font-size: 0.65em;
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}

p {
  line-height: 1.5;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd {
  margin: 0;
}

.hidden {
  display: none !important;
}

/*---- 横余白 ----------------*/
.contents {
  padding: 32px 8px;
}

@media (min-width: 544px) {
  .contents {
    padding: 32px;
  }
}

@media (min-width: 768px) {
  .contents {
    max-width: 1300px;
    margin: 0 auto;
  }
}

/*---- ボタン ----------------*/
.btn-items .button {
  width: 280px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  color: white;
  background-color: #1a45ff;
  border-bottom: 5px solid #072bc4;
  cursor: pointer;
  margin: 24px auto;
}

@media (min-width: 768px) {
  .btn-items {
    width: 100vw;
    height: 80px;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0 -2px 2px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 -2px 2px 1px rgba(0, 0, 0, 0.05);
    padding: 20px calc((100vw - 600px) / 2);
  }
  .btn-items .button {
    margin: 0 20px;
  }
}

/*---- コンテンツ -------------------------------------------------*/
.contents {
  min-height: 100vh;
}

.contents picture source, .contents picture img {
  width: 100%;
}

.contents h2 {
  font-size: 30px;
  border-left: 4px solid #6ab5dd;
  padding-left: 8px;
  margin-bottom: 48px;
}

.contents .text {
  margin-bottom: 16px;
}

.contents .text.mb {
  margin-bottom: 32px;
}

.contents .text.center {
  text-align: center;
}

.contents .text .fs {
  font-size: 30px;
}

.contents .text .bold {
  font-weight: bold;
}

.contents .text .red {
  color: red;
}

.contents .box .text-box {
  margin-bottom: 32px;
}

.contents .box .img {
  text-align: center;
  margin-bottom: 32px;
}

.contents .box .img img {
  width: 100%;
  max-width: 400px;
}



@media (min-width: 768px) {
  .contents {
    padding-bottom: 80px;
  }
  .contents .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 48px;
  }
  .contents .box .text-box {
    width: 56%;
    margin: 0 16px 0 0;
  }
  .contents .box .img {
    margin-bottom: 0;
  }
}

.table {
  max-width: 800px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #ddd;
  margin: 0 auto 32px;
}

.table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
}

.table .row:last-child {
  border-bottom: none;
}

.table .row .right, .table .row .left {
  width: 50%;
  height: 48px;
  line-height: 48px;
}

.table .row .right {
  background-color: #f5f5f5;
}

.table .row .left span {
  font-size: 18px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .table {
    font-size: 16px;
  }
  .table .row .right, .table .row .left {
    height: 60px;
    line-height: 60px;
  }
  .table .row .left span {
    font-size: 22px;
  }
}

.bar-graph {
  max-width: 800px;
  border: 1px solid #ccc;
  margin: 0 auto 32px;
}

.bar-graph li {
  border-bottom: 1px solid #ccc;
}

.bar-graph li:last-child {
  border-bottom: 0;
}

.bar-graph li.header dl dt, .bar-graph li.header dl dd {
  font-size: 14px;
  font-weight: bold;
  background-color: #f5f5f5;
}

.bar-graph li.header dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bar-graph li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bar-graph li dl dt {
  width: 100px;
  height: 40px;
  font-size: 12px;
  border-right: 1px solid #ccc;
  text-align: center;
  line-height: 40px;
}

.bar-graph li dl dd {
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bar-graph li dl dd span {
  height: 24px;
  font-size: 14px;
  background-color: #ddd;
  text-align: right;
  line-height: 24px;
  padding-right: 8px;
}

.bar-graph li dl dd span.pink {
  color: white;
  background-color: #ff1493;
}

.bar-graph li dl dd span.blue {
  color: white;
  background-color: #1e90ff;
}

.bar-graph li dl dd span.green {
  color: bkack;
  background-color: #13d13f;
}

.bar-graph li dl dd span.gold {
  color: bkack;
  background-color: #c1ab05;
}


@media (min-width: 768px) {
  .bar-graph li.header dl dt, .bar-graph li.header dl dl {
    font-size: 18px;
  }
  .bar-graph li dl dt {
    width: 136px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
  }
  .bar-graph li dl dd {
    width: calc(100% - 136px);
  }
}

.graph-box {
  width: 100%;
  max-width: 800px;
  height: 200px;
  margin: 0 auto 32px;
}

@media (min-width: 544px) {
  .graph-box {
    height: 300px;
  }
}

@media (min-width: 768px) {
  .graph-box {
    height: 360px;
  }
}

.fee li {
  max-width: 300px;
  text-align: center;
  margin: 0 auto 32px;
}

.fee li .fee-text {
  margin-bottom: 8px;
}

.fee li .fee-title {
  height: 32px;
  font-size: 20px;
  color: white;
  background-color: #A09383;
  line-height: 32px;
}

.fee li .fee-box {
  height: 120px;
  text-align: center;
  border-left: 1px solid #A09383;
  border-right: 1px solid #A09383;
  position: relative;
  padding-top: 24px;
}

.fee li .fee-box::after {
  content: '';
  width: 90%;
  height: 1px;
  background-color: #A09383;
  position: absolute;
  bottom: 0;
  left: 5%;
}

.fee li .fee-box:last-child {
  border-bottom: 1px solid #A09383;
}

.fee li .fee-box:last-child::after {
  background-color: transparent;
}

.fee li .fee-box .fee-subtext {
  font-size: 18px;
  margin-bottom: 8px;
}

.fee li .fee-box .price {
  font-size: 30px;
}

.fee li .fee-box .price span {
  font-weight: bold;
}

@media (min-width: 544px) {
  .fee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fee li {
    width: 48%;
    max-width: 360px;
  }
}

@media (min-width: 768px) {
  .fee li .fee-title {
    height: 64px;
    line-height: 64px;
  }
  .fee li .fee-box {
    height: 152px;
    padding-top: 24px;
  }
  .fee li .fee-box .fee-subtext {
    font-size: 20px;
  }
  .fee li .fee-box .price {
    font-size: 40px;
  }
}

@media (min-width: 1080px) {
  .fee li {
    width: 24%;
  }
}
/*# sourceMappingURL=style.css.map */























h10 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
}

h10:before {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background:  #fa4141;
}