.sec-block:not(:first-of-type) {
  margin-top: 70px; }
  @media screen and (max-width: 768px) {
    .sec-block:not(:first-of-type) {
      margin-top: 40px; } }
.sec-block__inner {
  padding: 0 30px; }
  @media screen and (max-width: 768px) {
    .sec-block__inner {
      padding: 0; } }
.sec-block .sec-text {
  font-size: 16px; }

.dot-title {
  position: relative;
  padding: 4px 0  0 30px;
  color: #3a4e6e;
  font-size: 24px;
  line-height: 3.0rem;
  font-weight: normal; }
  .dot-title:before, .dot-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 9px; }
  .dot-title:before {
    height: 27px;
    top: 50%;
    left: 0;
    margin-top: -13.5px;
    background: linear-gradient(#3a4e6e 0px, #3a4e6e 9px, #fff 9px, #fff 18px, #3a4e6e 18px, #3a4e6e 27px); }
  .dot-title:after {
    height: 9px;
    top: 50%;
    left: 9px;
    margin-top: -4.5px;
    background: #3a4e6e; }
  .dot-title + .sec-block__inner {
    margin-top: 20px; }

.three-points {
  margin: 20px 0; }
  .three-points li {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    list-style: none;
    font-size: 18px; }
    @media screen and (max-width: 768px) {
      .three-points li {
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .three-points li:not(:first-child) {
      margin-top: 15px; }
    .three-points li .points-head .title-wrap {
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
      .three-points li .points-head .title-wrap .number {
        margin-right: 5px;
        color: #2180b1;
        font-size: 24px; }
      .three-points li .points-head .title-wrap .title {
        display: block;
        padding: 5px 9px 4px;
        color: #fff;
        background: #2180b1;
        border-radius: 5px; }
    .three-points li .points-text {
      margin-left: 10px; }
      @media screen and (max-width: 768px) {
        .three-points li .points-text {
          margin-top: 6px;
          margin-left: 0; } }

.attention {
  margin-top: 10px; }
  .attention li {
    text-indent: -1em;
    padding-left: 1em;
    list-style: none;
    font-size: 16px; }
    .attention li:before {
      content: "\203b"; }

.link-box {
  display: flex;
  margin-top: 5px;
  padding: 15px 45px 20px;
  background: #d8efff; }
  @media screen and (max-width: 768px) {
    .link-box {
      display: block;
      padding: 10px 7px 7px; } }
  .link-box__title {
    width: 50px;
    padding-right: 15px;
    text-align: right;
    color: #3a4e6e;
    font-size: 16px; }
  .link-box .link-list {
    width: calc(100% - 50px); }
    @media screen and (max-width: 768px) {
      .link-box .link-list {
        width: 100%; } }
    .link-box .link-list__title {
      color: #3a4e6e;
      font-size: 16px; }
    .link-box .link-list ul {
      margin-top: 6px; }
      .link-box .link-list ul li {
        list-style: none; }
        .link-box .link-list ul li:nth-child(odd) {
          background: #fff; }
        .link-box .link-list ul li a {
          display: block;
          padding: 15px 13px 13px;
          text-decoration:underline;
          font-size: 18px;
          font-weight: bold;
          color: #3a4e6e; }
          .link-box .link-list ul li a span {
            margin-left: 12px;
            font-size: 16px;
            font-weight: normal;
            color: #000; }
            @media screen and (max-width: 768px) {
              .link-box .link-list ul li a span {
                display: block; } }

.price-block {
  margin-top: 30px;
  padding: 15px;
  background: #d8efff; }
  @media screen and (max-width: 768px) {
    .price-block {
      padding: 0;
      background: none; } }
  .price-block__inner {
    padding: 15px;
    background: #fff; }
    @media screen and (max-width: 768px) {
      .price-block__inner {
        padding: 0;
        background: none; } }
  .price-block__title {
    display: inline-block;
    padding: 3px 14px 1px;
    background: #3a4e6e;
    color: #fff;
    font-size: 18px;
    border-radius: 5px; }
  .price-block .table-wrap * {
    box-sizing: border-box; }
  .price-block .table-wrap:first-of-type {
    margin-top: 20px; }
  .price-block .table-wrap:not(:first-of-type) {
    margin-top: 50px; }
  .price-block .table-wrap.is-full table {
    width: 890px; }
  .price-block .table-wrap.is-medium table {
    width: 667.5px; }
  .price-block .table-wrap.is-narrow table {
    width: 445px; }
  @media screen and (max-width: 768px) {
    .price-block .table-wrap .table-cover {
      overflow: auto; } }
  .price-block .table-wrap .caption {
    margin-bottom: 7px;
    font-size: 16px; }
    .price-block .table-wrap .caption span {
      margin-left: 10px; }
  .price-block .table-wrap table {
    border-collapse: collapse;
    border: 2px solid #c2c2c2; }
    .price-block .table-wrap table tr:not(:last-child) {
      border-bottom: 2px solid #c2c2c2; }
    .price-block .table-wrap table tr td {
      width: 222.5px;
      padding: 15px;
      font-size: 16px; }
      .price-block .table-wrap table tr td:not(:last-child) {
        border-right: 2px solid #c2c2c2; }
      .price-block .table-wrap table tr td.tright {
        text-align: right; }
      .price-block .table-wrap table tr td.tcenter {
        text-align: center; }
      .price-block .table-wrap table tr td.gray {
        background: #eee; }
    .price-block .table-wrap table.type-four tr td:nth-child(1) {
      width: 120px; }
    .price-block .table-wrap table.type-four tr td:nth-child(2) {
      width: 445px; }
    .price-block .table-wrap table.type-four tr td[rowspan="6"] {
      width: 165px; }
    .price-block .table-wrap table.type-four tr td[rowspan="2"] {
      width: 160px; }
      .price-block .table-wrap table.type-four tr td[rowspan="2"] + td {
        width: 120px; }
        .price-block .table-wrap table.type-four tr td[rowspan="2"] + td + td {
          width: 445px; }
    .price-block .table-wrap table.medium-two tr td:nth-child(2) {
      width: 445px; }
    .price-block .table-wrap table.medium-three tr td:nth-child(2) {
      width: 110px; }
    .price-block .table-wrap table.medium-three tr td:nth-child(3) {
      width: 335px; }
    .price-block .table-wrap table.medium-three tr td[rowspan="2"] {
      width: 222.5px; }
      .price-block .table-wrap table.medium-three tr td[rowspan="2"] + td {
        width: 110px; }
        .price-block .table-wrap table.medium-three tr td[rowspan="2"] + td + td {
          width: 335px; }
    .price-block .table-wrap table.medium-three tr:nth-child(3) td:first-child {
      width: 110px; }
    .price-block .table-wrap table.medium-three tr:nth-child(3) td:last-child {
      width: 335px; }
    .price-block .table-wrap table.full-three tr td[rowspan="2"] {
      width: 165px; }
      .price-block .table-wrap table.full-three tr td[rowspan="2"] + td {
        width: 160px; }
        .price-block .table-wrap table.full-three tr td[rowspan="2"] + td + td {
          width: 342.5px; }
    .price-block .table-wrap table.full-three tr td:first-child {
      width: 160px; }
    .price-block .table-wrap table.full-three tr td:last-child {
      width: 342.5px; }
  .price-block .table-wrap .price-note {
    margin-top: 15px;
    text-indent: -2em;
    padding-left: 2em;
    font-size: 16px; }

.link-guide {
  margin-top: 50px; }
  .link-guide__title {
    font-size: 18px; }
  .link-guide__anchor {
    display: inline-block;
    margin-left: 20px;
    padding: 4px 10px 3px;
    background: #2180b1;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 5px; }
  .link-guide__text {
    margin-top: 5px;
    font-size: 14px;
    -ms-word-break: break-all;
    word-break: break-all; }
