@charset "UTF-8";
/* ------------------------------------------
Reset Default Style
------------------------------------------ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
table,
th,
td,
div,
li,
label,
p,
dl,
dd,
dt,
ol,
ul,
map,
form,
em {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  padding: 0;
  margin: 0;
}

a {
  font-size: 100%;
  font-style: normal;
  padding: 0;
  margin: 0;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
}

img {
  border: none;
  line-height: 100%;
  overflow: hidden;
  vertical-align: top;
}

input,
textarea,
select,
table {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* ------------------------------------------
Base Settings
------------------------------------------ */
html {
  margin: 0;
  padding: 0;
  background-color: #fff;
  min-height: 100%;
  position: relative;
}

body {
  margin: 0 0;
  padding: 0;
}
@media screen and (max-width: 640px) {
  body {
    margin: 0;
  }
}

/* link */
a:link,
a:visited {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #000B5C;
  text-decoration: none;
  opacity: 0.8;
}

a:active {
  color: #333333;
  text-decoration: none;
}

/* font */
body {
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: -0.001em;
  -webkit-text-size-adjust: none;
}
@media screen and (max-width: 640px) {
  body img {
    max-width: 100%;
  }
}

p {
  font-size: 16px;
  line-height: 1.875;
}
li {
  color: #333333;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  li {
    font-size: 16px;
  }
}

select {
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: -0.001em;
  -webkit-text-size-adjust: none;
}

/* ------------------------------------------
contents
------------------------------------------ */
/* container */
.container {
  padding: 0 0 0;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  min-width: 1060px;
}
.container img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  .container {
    padding: 0 0 0;
    min-width: inherit;
  }
  .container img {
    max-width: 100%;
    height: auto;
  }
}
/* mv */
.mv {
  width: auto;
  background: url(../img/mv_bg.jpg) 0 center no-repeat;
  background-size: cover;
}
.mv .inner {
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.mv .inner .txt_01 {
  position: absolute;
  left: 8.3%;
  top: 47.6%;
  width: 484px;
}
.mv .inner img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  .mv {
    width: auto;
    background: url(../img/mv_bg_sp.jpg) 0 center no-repeat;
    background-size: cover;
  }
  .mv .inner {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 5.33vw 32px;
  }
  .mv .inner .txt_01 {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
  }
  .mv .inner img {
    width: 100%;
    height: auto;
  }
}
/* contents_body */
.contents_body {
  width: 1000px;
  margin: 60px auto 0;
  padding: 0 0;
}
@media screen and (max-width: 640px) {
  .contents_body {
    width: auto;
    margin: 40px auto 0;
    padding: 0 20px;
  }
}

/* txt */
.com_hl_01 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  padding: 20px 14px 20px 86px;
  background: #000B5C url(../img/icon_key.svg) 14px center no-repeat;
}
@media screen and (max-width: 640px) {
  .com_hl_01 {
    font-size: 26px;
    line-height: 1.3;
    color: #fff;
    padding: 40px 10px 15px;
    background: #000B5C url(../img/icon_key.svg) center 3px no-repeat;
    background-size: 39px auto;
  }
}

.com_hl_02 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  padding: 20px 0;
  border-top: 1px #707070 solid;
  border-bottom: 1px #707070 solid;
}
@media screen and (max-width: 640px) {
  .com_hl_02 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    padding: 20px 0;
    border-top: 1px #707070 solid;
    border-bottom: 1px #707070 solid;
  }
}

.com_hl_03 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #000B5C;
  margin: 50px 0 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .com_hl_03 {
    margin: 30px 0 0;
  }
}

/* intro_blk */
.intro_blk .txt_01 {
  text-align: center;
  margin: 0 auto;
}
.intro_blk .img_01 {
  margin: 45px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .intro_blk .img_01 {
    display: none;
  }
}
.intro_blk .img_01 .box_01 {
  width: 312px;
}
.intro_blk .img_01_sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .intro_blk .img_01_sp {
    display: block;
    margin: 30px 0 50px;
  }
}

/* point_01_blk */
.point_01_blk {
  margin: 0 0 0;
}
.point_01_blk .inner_01 {
  padding: 50px 86px 100px;
}
@media screen and (max-width: 640px) {
  .point_01_blk .inner_01 {
    padding: 25px 0 50px;
  }
}
.point_01_blk .inner_01 .img_01 {
  width: 800px;
  margin: 50px auto 0;
}
@media screen and (max-width: 640px) {
  .point_01_blk .inner_01 .img_01 {
    width: auto;
    margin: 25px auto 0;
  }
}
.point_01_blk .inner_01 .hl_01 {
  margin: 50px 0 25px;
}
@media screen and (max-width: 640px) {
  .point_01_blk .inner_01 .hl_01 {
    margin: 40px 0 25px;
  }
}
.point_01_blk .inner_01 .img_02 {
  width: 484px;
  margin: 50px auto 0;
}
@media screen and (max-width: 640px) {
  .point_01_blk .inner_01 .img_02 {
    width: auto;
    margin: 30px auto 0;
  }
}
.point_01_blk .inner_01 .cap_01 {
  font-size: 12px;
  color: #999999;
}
.point_01_blk .inner_01 .cap_01 a {
  color: #999999;
}
.point_01_blk .inner_01 .txt_01 {
  margin: 50px 0 0;
}
@media screen and (max-width: 640px) {
  .point_01_blk .inner_01 .txt_01 {
    margin: 30px 0 0;
  }
}
.point_01_blk .inner_01 .txt_02 {
  margin: 30px 0 0;
}
@media screen and (max-width: 640px) {
  .point_01_blk .inner_01 .txt_02 {
    margin: 30px 0 0;
  }
}
.point_01_blk .inner_01 ul.img_blk_01 {
  margin: 35px -86px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .point_01_blk .inner_01 ul.img_blk_01 {
    margin: 20px 0 0;
  }
}
.point_01_blk .inner_01 ul.img_blk_01 li {
  width: 22.6%;
  margin-right: 3.2%;
  margin-top: 3.2%;
}
.point_01_blk .inner_01 ul.img_blk_01 li:nth-child(4n) {
  margin-right: 0;
}
.point_01_blk .inner_01 ul.img_blk_01 li:nth-child(-n+4) {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .point_01_blk .inner_01 ul.img_blk_01 li {
    width: 48.5%;
    margin-right: 3%;
    margin-top: 3%;
  }
  .point_01_blk .inner_01 ul.img_blk_01 li:nth-child(2n) {
    margin-right: 0;
  }
  .point_01_blk .inner_01 ul.img_blk_01 li:nth-child(-n+4) {
    margin-top: 3%;
  }
  .point_01_blk .inner_01 ul.img_blk_01 li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.point_01_blk .inner_01 .check_blk_01 {
  margin: 30px auto 0;
  background: #E4F4FA;
  padding: 25px 27px 45px;
}
@media screen and (max-width: 640px) {
  .point_01_blk .inner_01 .check_blk_01 {
    margin: 40px auto 0;
    padding: 25px 12px 25px;
  }
}
.point_01_blk .inner_01 .check_blk_01 h3 {
  font-size: 30px;
  color: #000B5C;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .point_01_blk .inner_01 .check_blk_01 h3 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 20px;
  }
}
.point_01_blk .inner_01 .check_blk_01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 25px 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .point_01_blk .inner_01 .check_blk_01 ul {
    margin: 15px 0 0;
  }
}
.point_01_blk .inner_01 .check_blk_01 ul li {
  padding: 20px 10px 20px 64px;
  background: #77C0DB url(../img/icon_check.svg) 21px center no-repeat;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
  width: 371px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.point_01_blk .inner_01 .check_blk_01 ul li:nth-child(-n+2) {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .point_01_blk .inner_01 .check_blk_01 ul li {
    padding: 15px 10px 15px 40px;
    background: #77C0DB url(../img/icon_check.svg) 12px center no-repeat;
    background-size: 18px auto;
    font-size: 18px;
    margin-top: 10px;
    width: 100%;
  }
  .point_01_blk .inner_01 .check_blk_01 ul li:nth-child(-n+2) {
    margin-top: 10px;
  }
  .point_01_blk .inner_01 .check_blk_01 ul li:first-child {
    margin-top: 0;
  }
}
.point_01_blk .inner_01 .shiki_blk_01 {
  margin: 0 -86px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .point_01_blk .inner_01 .shiki_blk_01 {
    margin: 0 0 30px;
  }
}
.point_01_blk .inner_01 .shiki_blk_01 .box_01 {
  width: 484px;
  min-height: 150px;
  background-color: #E4F4FA;
  position: relative;
  padding: 32px;
  margin: 25px 0 0;
}
.point_01_blk .inner_01 .shiki_blk_01 .box_01 h3 {
  color: #000B5C;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .point_01_blk .inner_01 .shiki_blk_01 .box_01 h3 {
    font-size: 20px;
  }
}
.point_01_blk .inner_01 .shiki_blk_01 .box_01 p {
  font-size: 16px;
  margin: 15px 0 0;
}
.point_01_blk .inner_01 .shiki_blk_01 .box_01 .num_01 {
  width: 50px;
  height: 50px;
  border-bottom-right-radius: 100%;
  background-color: #77C0DB;
  padding: 5px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.2;
}
.point_01_blk .inner_01 .prd_blk_01 {
  margin: 40px 0 0;
}
.point_01_blk .inner_01 .prd_blk_01 .prd_hl_01 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #000B5C;
}
@media screen and (max-width: 640px) {
  .point_01_blk .inner_01 .prd_blk_01 .prd_hl_01 {
    font-size: 22px;
  }
}
.point_01_blk .inner_01 .prd_blk_01 .prd_txt_01 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #000B5C;
  margin: 25px 0 0;
}
@media screen and (max-width: 640px) {
  .point_01_blk .inner_01 .prd_blk_01 .prd_txt_01 {
    margin: 15px 0 0;
    line-height: 1.5;
  }
}
.point_01_blk .inner_01 .prd_blk_01 .merit {
  width: 620px;
  margin: 28px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .point_01_blk .inner_01 .prd_blk_01 .merit {
    margin: 0;
    display: block;
    width: auto;
  }
}
.point_01_blk .inner_01 .prd_blk_01 .merit .box_01 {
  width: 274px;
}
@media screen and (max-width: 640px) {
  .point_01_blk .inner_01 .prd_blk_01 .merit .box_01 {
    width: auto;
    margin: 25px 0 0;
  }
}
.point_01_blk .inner_01 .prd_blk_01 .merit .merit_txt_01 {
  width: 204px;
  margin: 0 auto;
  text-align: center;
  border-radius: 27px;
  font-size: 20px;
  color: #fff;
  background: #77C0DB;
  font-weight: 700;
  padding: 10px;
  line-height: 1;
}
.point_01_blk .inner_01 .prd_blk_01 .merit ul {
  margin: 15px 0 0;
}
.point_01_blk .inner_01 .prd_blk_01 .merit ul li {
  font-size: 16px;
  padding-left: 1em;
  text-indent: -1em;
}
.point_01_blk .inner_01 .prd_blk_01 .merit ul li:before {
  content: "●";
  color: #77C0DB;
}
.point_01_blk .inner_01 .prd_blk_01 .merit_icon {
  margin: 38px auto 0;
  width: 723px;
}
@media screen and (max-width: 640px) {
  .point_01_blk .inner_01 .prd_blk_01 .merit_icon {
    width: auto;
    margin: 30px 0 0;
  }
}
.point_01_blk .inner_01 .prd_blk_01 .merit_icon ul {
  margin: 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .point_01_blk .inner_01 .prd_blk_01 .merit_icon ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
}
.point_01_blk .inner_01 .prd_blk_01 .merit_icon ul li {
  width: 110px;
}
@media screen and (max-width: 640px) {
  .point_01_blk .inner_01 .prd_blk_01 .merit_icon ul li {
    width: 33%;
    margin: 15px 0 0;
  }
}
.point_01_blk .inner_01 .prd_blk_01 .prd_ttl_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 500px;
  margin: 50px auto 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .point_01_blk .inner_01 .prd_blk_01 .prd_ttl_01 {
    width: auto;
  }
}
.point_01_blk .inner_01 .prd_blk_01 .prd_ttl_01:before,
.point_01_blk .inner_01 .prd_blk_01 .prd_ttl_01:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #4C524C;
}
.point_01_blk .inner_01 .prd_blk_01 .prd_ttl_01:before {
  margin-right: 1rem;
}
.point_01_blk .inner_01 .prd_blk_01 .prd_ttl_01:after {
  margin-left: 1rem;
}
.point_01_blk .inner_01 .prd_blk_01 .prd_ttl_02 {
  font-size: 24px;
  color: #000B5C;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .point_01_blk .inner_01 .prd_blk_01 .prd_ttl_02 {
    font-size: 18px;
    line-height: 1.3;
    margin: 10px 0 0;
  }
}
.point_01_blk .inner_01 .prd_blk_01 .prd_img_01 {
  width: 376px;
  margin: 30px auto 0;
}
@media screen and (max-width: 640px) {
  .point_01_blk .inner_01 .prd_blk_01 .prd_img_01 {
    width: auto;
  }
}
.point_01_blk .inner_01 .prd_blk_01 .riyu_blk_01 {
  margin: 0 -86px 30px;
}
@media screen and (max-width: 640px) {
  .point_01_blk .inner_01 .prd_blk_01 .riyu_blk_01 {
    margin: 0 0 30px;
  }
}
.point_01_blk .inner_01 .prd_blk_01 .riyu_blk_01 .sugoi_ttl_01 {
  margin: 30px 0 0;
}
.point_01_blk .inner_01 .prd_blk_01 .riyu_blk_01 .sugoi_ttl_01 span {
  display: block;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  background: #E4F4FA;
  line-height: 1.2;
  padding: 15px;
}
@media screen and (max-width: 640px) {
  .point_01_blk .inner_01 .prd_blk_01 .riyu_blk_01 .sugoi_ttl_01 span {
    font-size: 20px;
    text-align: left;
    padding: 10px 20px;
  }
}
.point_01_blk .inner_01 .prd_blk_01 .riyu_blk_01 .sugoi_ttl_01:after {
  content: url(../img/ttl_arw_01.svg);
  text-align: center;
  display: block;
  line-height: 1;
}
.point_01_blk .inner_01 .prd_blk_01 .riyu_blk_01 .blk_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .point_01_blk .inner_01 .prd_blk_01 .riyu_blk_01 .blk_01 {
    display: block;
    margin: 0;
  }
}
.point_01_blk .inner_01 .prd_blk_01 .riyu_blk_01 .blk_01 .box_01 {
  width: 313px;
}
@media screen and (max-width: 640px) {
  .point_01_blk .inner_01 .prd_blk_01 .riyu_blk_01 .blk_01 .box_01 {
    width: auto;
    margin: 20px 0 0;
  }
}
.point_01_blk .inner_01 .prd_blk_01 .riyu_blk_01 .blk_01 .box_01 .riyu_hl_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.point_01_blk .inner_01 .prd_blk_01 .riyu_blk_01 .blk_01 .box_01 .riyu_hl_01 .clm_01 {
  width: 40px;
  background: #E4F4FA;
  font-size: 30px;
  color: #77C0DB;
  text-align: center;
  font-weight: 700;
}
.point_01_blk .inner_01 .prd_blk_01 .riyu_blk_01 .blk_01 .box_01 .riyu_hl_01 .clm_02 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  width: 258px;
}
@media screen and (max-width: 640px) {
  .point_01_blk .inner_01 .prd_blk_01 .riyu_blk_01 .blk_01 .box_01 .riyu_hl_01 .clm_02 {
    width: calc(100% - 60px);
  }
}
.point_01_blk .inner_01 .prd_blk_01 .riyu_blk_01 .blk_01 .box_01 p {
  margin: 10px 0 0;
}
.point_01_blk .inner_01 .prd_blk_01 .riyu_blk_01 .riyu_btn_01 {
  width: 344px;
  margin: 30px auto 0;
}
.point_01_blk .inner_01 ul.yoso_blk_01 {
  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;
  margin: 66px -86px 80px;
}
@media screen and (max-width: 640px) {
  .point_01_blk .inner_01 ul.yoso_blk_01 {
    display: block;
    margin: 65px 0 50px;
  }
}
.point_01_blk .inner_01 ul.yoso_blk_01 li {
  border: #77C0DB 1px solid;
  border-radius: 10px;
  padding: 0 16px 30px;
  width: 312px;
  margin: 36px 0 0;
}
.point_01_blk .inner_01 ul.yoso_blk_01 li:nth-child(-n+3) {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .point_01_blk .inner_01 ul.yoso_blk_01 li {
    margin-top: 32px;
    width: auto;
  }
  .point_01_blk .inner_01 ul.yoso_blk_01 li:nth-child(-n+3) {
    margin-top: 32px;
  }
}
.point_01_blk .inner_01 ul.yoso_blk_01 li .num {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  background: #77C0DB;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  margin: -20px auto 0;
  text-align: center;
}
.point_01_blk .inner_01 ul.yoso_blk_01 li .hl {
  font-size: 22px;
  margin: 20px 0 0;
  color: #000B5C;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.point_01_blk .inner_01 ul.yoso_blk_01 li .txt {
  margin: 20px 0 0;
}
.point_01_blk .inner_01 ul.yoso_blk_01 li .txt span {
  font-weight: 700;
}

/* point_02_blk */
.point_02_blk {
  margin: 0 0 0;
}
@media screen and (max-width: 640px) {
  .point_02_blk {
    margin: 0;
  }
}
.point_02_blk .inner_01 {
  padding: 50px 86px 100px;
}
@media screen and (max-width: 640px) {
  .point_02_blk .inner_01 {
    padding: 25px 0 50px;
  }
}
.point_02_blk .inner_01 .hl_01 {
  margin: 50px 0 25px;
}
.point_02_blk .inner_01 .txt_01 {
  margin: 50px 0 0;
}
@media screen and (max-width: 640px) {
  .point_02_blk .inner_01 .txt_01 {
    margin: 30px 0 0;
  }
}
.point_02_blk .inner_01 .txt_02 {
  margin: 30px 0 0;
}
@media screen and (max-width: 640px) {
  .point_02_blk .inner_01 .txt_02 {
    margin: 30px 0 0;
  }
}
.point_02_blk .inner_01 .p2_img_01 {
  margin: 63px auto 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .point_02_blk .inner_01 .p2_img_01 {
    margin: 40px 0 0;
  }
}
.point_02_blk .inner_01 ul.img_blk_01 {
  margin: 35px -86px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.point_02_blk .inner_01 ul.img_blk_01 li {
  width: 31.2%;
  margin-right: 3.2%;
}
.point_02_blk .inner_01 ul.img_blk_01 li:nth-child(3n) {
  margin-right: 0;
}
.point_02_blk .inner_01 ul.img_blk_01 li h4 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  padding: 15px 0 5px;
  border-bottom: #707070 1px solid;
}
.point_02_blk .inner_01 ul.img_blk_01 li .icon_01 {
  margin: 20px auto 15px;
  display: block;
}
@media screen and (max-width: 640px) {
  .point_02_blk .inner_01 ul.img_blk_01 {
    margin: 30px 0 0;
    display: block;
  }
  .point_02_blk .inner_01 ul.img_blk_01 li {
    width: 100%;
    margin-right: 0;
    margin-top: 35px;
  }
  .point_02_blk .inner_01 ul.img_blk_01 li:nth-child(3n) {
    margin-right: 0;
    margin-top: 35px;
  }
  .point_02_blk .inner_01 ul.img_blk_01 li:first-child {
    margin-top: 0;
  }
}
.point_02_blk .inner_01 .jirei_blk_01 {
  margin: 80px -86px 0;
}
.point_02_blk .inner_01 .jirei_blk_01 h3 {
  font-size: 20px;
  font-weight: bold;
  color: #000B5C;
  text-align: center;
}
.point_02_blk .inner_01 .jirei_blk_01 .blk_01 {
  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;
}
.point_02_blk .inner_01 .jirei_blk_01 .blk_01 .box_01 {
  width: 484px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 32px 0 0;
  background: #E4F4FA;
}
.point_02_blk .inner_01 .jirei_blk_01 .blk_01 .box_01 .clm_01 {
  width: 140px;
  padding: 0 10px 10px;
}
.point_02_blk .inner_01 .jirei_blk_01 .blk_01 .box_01 .clm_01 img {
  width: 100%;
  height: auto;
}
.point_02_blk .inner_01 .jirei_blk_01 .blk_01 .box_01 .clm_01 .icon_01 {
  margin: 0 auto 0;
  padding: 40px 0 0;
  height: 143px;
  width: 71px;
  text-align: center;
}
.point_02_blk .inner_01 .jirei_blk_01 .blk_01 .box_01 .clm_01 .icon_02 {
  margin: 0 auto 0;
  padding: 35px 0 0;
  height: 143px;
  width: 92px;
  text-align: center;
}
.point_02_blk .inner_01 .jirei_blk_01 .blk_01 .box_01 .clm_01 .icon_03 {
  margin: 0 auto 0;
  padding: 43px 0 0;
  height: 143px;
  width: 72px;
  text-align: center;
}
.point_02_blk .inner_01 .jirei_blk_01 .blk_01 .box_01 .clm_01 .icon_04 {
  margin: 0 auto 0;
  padding: 39px 0 0;
  height: 143px;
  width: 77px;
  text-align: center;
}
.point_02_blk .inner_01 .jirei_blk_01 .blk_01 .box_01 .clm_01 .icon_05 {
  margin: 0 auto 0;
  padding: 43px 0 0;
  height: 143px;
  width: 72px;
  text-align: center;
}
.point_02_blk .inner_01 .jirei_blk_01 .blk_01 .box_01 .clm_01 .icon_06 {
  margin: 0 auto 0;
  padding: 37px 0 0;
  height: 143px;
  width: 64px;
  text-align: center;
}
.point_02_blk .inner_01 .jirei_blk_01 .blk_01 .box_01 .clm_01 p {
  font-size: 16px;
  font-weight: 700;
  color: #000B5C;
  text-align: center;
  line-height: 1.25;
}
.point_02_blk .inner_01 .jirei_blk_01 .blk_01 .box_01 .clm_02 {
  width: 344px;
  padding: 27px 27px 27px 0;
}
.point_02_blk .inner_01 .jirei_blk_01 .blk_01 .box_01 .clm_02 h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 5px;
}
@media screen and (max-width: 640px) {
  .point_02_blk .inner_01 .jirei_blk_01 {
    margin: 40px 0 0;
  }
  .point_02_blk .inner_01 .jirei_blk_01 .blk_01 {
    display: block;
  }
  .point_02_blk .inner_01 .jirei_blk_01 .blk_01 .box_01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 10px 0 0;
    background: #E4F4FA;
  }
  .point_02_blk .inner_01 .jirei_blk_01 .blk_01 .box_01 .clm_01 {
    width: 30%;
    padding: 0 12px 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .point_02_blk .inner_01 .jirei_blk_01 .blk_01 .box_01 .clm_01 img {
    width: 100%;
    height: auto;
  }
  .point_02_blk .inner_01 .jirei_blk_01 .blk_01 .box_01 .clm_01 .icon_01 {
    margin: 0 auto 0;
    padding: 62px 0 0;
    height: 133px;
    width: 50px;
    text-align: center;
  }
  .point_02_blk .inner_01 .jirei_blk_01 .blk_01 .box_01 .clm_01 .icon_02 {
    margin: 0 auto 0;
    padding: 51px 0 0;
    height: 133px;
    width: 50px;
    text-align: center;
  }
  .point_02_blk .inner_01 .jirei_blk_01 .blk_01 .box_01 .clm_01 .icon_03 {
    margin: 0 auto 0;
    padding: 51px 0 0;
    height: 133px;
    width: 50px;
    text-align: center;
  }
  .point_02_blk .inner_01 .jirei_blk_01 .blk_01 .box_01 .clm_01 .icon_04 {
    margin: 0 auto 0;
    padding: 62px 0 0;
    height: 133px;
    width: 50px;
    text-align: center;
  }
  .point_02_blk .inner_01 .jirei_blk_01 .blk_01 .box_01 .clm_01 .icon_05 {
    margin: 0 auto 0;
    padding: 65px 0 0;
    height: 133px;
    width: 50px;
    text-align: center;
  }
  .point_02_blk .inner_01 .jirei_blk_01 .blk_01 .box_01 .clm_01 .icon_06 {
    margin: 0 auto 0;
    padding: 51px 0 0;
    height: 133px;
    width: 64px;
    text-align: center;
  }
  .point_02_blk .inner_01 .jirei_blk_01 .blk_01 .box_01 .clm_02 {
    width: 70%;
    padding: 20px 10px 20px 0;
  }
}

/* point_03_blk */
.point_03_blk {
  margin: 0 0 0;
}
@media screen and (max-width: 640px) {
  .point_03_blk {
    margin: 0;
  }
}
.point_03_blk .inner_01 {
  padding: 50px 86px 100px;
}
@media screen and (max-width: 640px) {
  .point_03_blk .inner_01 {
    padding: 25px 0 50px;
  }
}
.point_03_blk .inner_01 .hl_01 {
  margin: 80px 0 25px;
}
@media screen and (max-width: 640px) {
  .point_03_blk .inner_01 .hl_01 {
    margin: 40px 0 25px;
  }
}
.point_03_blk .inner_01 .txt_01 {
  margin: 50px 0 0;
}
@media screen and (max-width: 640px) {
  .point_03_blk .inner_01 .txt_01 {
    margin: 30px 0 0;
  }
}
.point_03_blk .inner_01 .txt_02 {
  margin: 30px 0 0;
}
@media screen and (max-width: 640px) {
  .point_03_blk .inner_01 .txt_02 {
    margin: 30px 0 0;
  }
}
.point_03_blk .inner_01 .p3_img_01 {
  margin: 50px 0 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .point_03_blk .inner_01 .p3_img_01 {
    margin: 30px 0 0;
  }
}
.point_03_blk .inner_01 .p3_img_02 {
  margin: 25px auto 0;
  text-align: center;
  width: 404px;
}
@media screen and (max-width: 640px) {
  .point_03_blk .inner_01 .p3_img_02 {
    margin: 15px 0 0;
    width: auto;
  }
}
.point_03_blk .inner_01 .souba_blk {
  margin: 25px 0 0;
  background-color: #E4F4FA;
  text-align: center;
  padding: 25px 54px;
}
.point_03_blk .inner_01 .souba_blk h3 {
  font-size: 20px;
  color: #000B5C;
  font-weight: 700;
  line-height: 1.4;
}
.point_03_blk .inner_01 .souba_blk .p_01 {
  font-size: 24px;
  font-weight: 500;
  margin: 15px 0 0;
  line-height: 1.4;
}
.point_03_blk .inner_01 .souba_blk .p_02 {
  margin: 10px 0 0;
}
.point_03_blk .inner_01 .souba_blk .p_03 {
  margin: 10px 0 0;
  font-size: 20px;
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .point_03_blk .inner_01 .souba_blk {
    margin: 20px 0 0;
    padding: 20px 40px;
  }
  .point_03_blk .inner_01 .souba_blk h3 {
    line-height: 1.4;
  }
  .point_03_blk .inner_01 .souba_blk .p_01 {
    font-size: 24px;
    font-weight: 500;
    margin: 15px 0 0;
    line-height: 1.4;
  }
  .point_03_blk .inner_01 .souba_blk .p_02 {
    margin: 10px 0 0;
    text-align: left;
  }
  .point_03_blk .inner_01 .souba_blk .p_03 {
    margin: 10px 0 0;
    font-size: 18px;
    text-align: left;
    font-weight: 500;
  }
}
.point_03_blk .inner_01 ul.kessai_blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 25px 0 0;
}
.point_03_blk .inner_01 ul.kessai_blk li {
  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;
  background: #77C0DB;
  width: 110px;
  height: 110px;
  border-radius: 50%;
}
.point_03_blk .inner_01 ul.kessai_blk li p {
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .point_03_blk .inner_01 ul.kessai_blk {
    margin: 0 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .point_03_blk .inner_01 ul.kessai_blk li {
    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;
    background: #77C0DB;
    width: 26.66vw;
    height: 26.66vw;
    border-radius: 50%;
    margin: 20px 0 0;
  }
  .point_03_blk .inner_01 ul.kessai_blk li p {
    font-size: 18px;
    color: #fff;
  }
}
.point_03_blk .inner_01 .syorui_blk_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 25px 0 0;
}
@media screen and (max-width: 640px) {
  .point_03_blk .inner_01 .syorui_blk_01 {
    display: block;
    margin: 0;
  }
}
.point_03_blk .inner_01 .syorui_blk_01 .box_01 {
  width: 398px;
  background: #E4F4FA;
}
@media screen and (max-width: 640px) {
  .point_03_blk .inner_01 .syorui_blk_01 .box_01 {
    width: auto;
    margin: 20px 0 0;
  }
}
.point_03_blk .inner_01 .syorui_blk_01 .box_01 .hl {
  background: #77C0DB;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 10px;
}
.point_03_blk .inner_01 .syorui_blk_01 .box_01 .body {
  padding: 25px 40px 20px;
}
.point_03_blk .inner_01 .saitaku_blk_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.point_03_blk .inner_01 .saitaku_blk_01 .box_01 {
  width: 398px;
}
@media screen and (max-width: 640px) {
  .point_03_blk .inner_01 .saitaku_blk_01 {
    display: block;
  }
  .point_03_blk .inner_01 .saitaku_blk_01 .box_01 {
    width: auto;
    margin: 25px 0 0;
  }
}
.point_03_blk .inner_01 .saitaku_point_01 {
  margin: 50px 0 0;
}
@media screen and (max-width: 640px) {
  .point_03_blk .inner_01 .saitaku_point_01 {
    margin: 40px 0 0;
  }
}
.point_03_blk .inner_01 .saitaku_point_01 .blk_01 {
  background: #E4F4FA;
  display: table;
  min-height: 200px;
  width: 100%;
  margin: 30px 0 0;
}
.point_03_blk .inner_01 .saitaku_point_01 .blk_01:first-child {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .point_03_blk .inner_01 .saitaku_point_01 .blk_01 {
    display: block;
  }
}
.point_03_blk .inner_01 .saitaku_point_01 .blk_01 .box_01 {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  width: 140px;
}
@media screen and (max-width: 640px) {
  .point_03_blk .inner_01 .saitaku_point_01 .blk_01 .box_01 {
    display: block;
    width: auto;
    padding: 20px 20px 15px;
  }
}
.point_03_blk .inner_01 .saitaku_point_01 .blk_01 .box_01 p {
  font-size: 16px;
  font-weight: 700;
  color: #000B5C;
}
.point_03_blk .inner_01 .saitaku_point_01 .blk_01 .box_01 p span {
  font-size: 40px;
  line-height: 1;
}
.point_03_blk .inner_01 .saitaku_point_01 .blk_01 .box_02 {
  vertical-align: middle;
  padding: 20px 54px 15px 0;
  display: table-cell;
}
@media screen and (max-width: 640px) {
  .point_03_blk .inner_01 .saitaku_point_01 .blk_01 .box_02 {
    display: block;
    width: auto;
    padding: 0 11px 30px;
  }
}
.point_03_blk .inner_01 .saitaku_point_01 .blk_01 .box_02 .hl {
  font-size: 20px;
  font-weight: 700;
  color: #000B5C;
  margin: 0 0 5px;
}
.point_03_blk .inner_01 .saitaku_point_01 .blk_01 .box_02 .sub {
  font-size: 14px;
  font-weight: 300;
  margin: 5px 0 0;
}
.point_03_blk .inner_01 .saitaku_point_01 .blk_01 .box_02 p span {
  font-weight: 700;
}

/* reco_foot */
.reco_foot {
  background: #E4F4FA;
  width: auto;
  padding: 60px 0 100px;
}
@media screen and (max-width: 640px) {
  .reco_foot {
    padding: 30px 20px 50px;
  }
}
.reco_foot .inner_01 {
  width: 1000px;
  margin: 0 auto;
}
.reco_foot .inner_01 .reco_hl_01 {
  font-size: 38px;
  font-weight: 700;
  color: #000B5C;
  text-align: center;
}
.reco_foot .inner_01 .reco_txt_01 {
  margin: 50px auto 0;
  width: 828px;
}
.reco_foot .inner_01 .reco_hl_02 {
  margin: 57px auto 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .reco_foot .inner_01 {
    width: auto;
  }
  .reco_foot .inner_01 .reco_hl_01 {
    font-size: 30px;
    line-height: 1.33;
  }
  .reco_foot .inner_01 .reco_txt_01 {
    margin: 25px auto 0;
    width: auto;
  }
  .reco_foot .inner_01 .reco_hl_02 {
    margin: 35px auto 0;
    text-align: center;
  }
}
.reco_foot .inner_01 .company_blk_01 {
  width: auto;
  padding: 50px 86px 56px;
  margin: 50px auto 0;
  background: #fff;
}
.reco_foot .inner_01 .company_blk_01 .hl_01 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #333333;
  text-align: center;
}
.reco_foot .inner_01 .company_blk_01 .hl_02 {
  margin: 50px auto 0;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.reco_foot .inner_01 .company_blk_01 .hl_03 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #000B5C;
}
.reco_foot .inner_01 .company_blk_01 .txt_01 {
  margin: 50px auto 0;
}
.reco_foot .inner_01 .company_blk_01 .blk_01 {
  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;
}
.reco_foot .inner_01 .company_blk_01 .blk_01 .box_01 {
  width: 398px;
  margin: 40px 0 0;
}
.reco_foot .inner_01 .company_blk_01 .blk_01 .box_01 .img_01 {
  margin: 5px 0 10px;
}
.reco_foot .inner_01 .company_blk_01 .btn_01 {
  width: auto;
  margin: 40px 0 0;
}
@media screen and (max-width: 640px) {
  .reco_foot .inner_01 .company_blk_01 {
    width: auto;
    padding: 30px 12px 30px;
    margin: 30px auto 0;
    background: #fff;
  }
  .reco_foot .inner_01 .company_blk_01 .hl_01 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #333333;
    text-align: center;
  }
  .reco_foot .inner_01 .company_blk_01 .hl_02 {
    margin: 40px auto 0;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }
  .reco_foot .inner_01 .company_blk_01 .hl_03 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    color: #000B5C;
  }
  .reco_foot .inner_01 .company_blk_01 .txt_01 {
    margin: 25px auto 0;
  }
  .reco_foot .inner_01 .company_blk_01 .blk_01 {
    display: block;
  }
  .reco_foot .inner_01 .company_blk_01 .blk_01 .box_01 {
    width: 100%;
    margin: 25px 0 0;
  }
  .reco_foot .inner_01 .company_blk_01 .blk_01 .box_01 .img_01 {
    margin: 5px 0 10px;
  }
  .reco_foot .inner_01 .company_blk_01 .btn_01 {
    width: auto;
    margin: 40px 0 0;
  }
}

/* footer */
.footer {
  background: #77C0DB;
  padding: 70px 10px;
}
.footer .txt_01 {
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.footer .txt_01 a {
  color: #fff;
}
.footer .txt_02 {
  font-size: 14px;
  text-align: center;
  margin: 20px 0 0;
  color: #fff;
}
/* ------------------------------------------
pagetop
------------------------------------------ */
.pagetop {
  display: block;
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 60px;
  height: 60px;
  z-index: 10;
}

.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/pagetop.png) 0 0 no-repeat;
  background-size: contain;
}

@media screen and (max-width: 640px) {
  .pagetop {
    display: block !important;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 100;
    /*opacity: .9 ;*/
  }

  .pagetop a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/pagetop.png) 0 0 no-repeat;
    background-size: contain;
  }
}
/* ------------------------------------------
rsp
------------------------------------------ */
@media screen and (max-width: 640px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .sp_only {
    display: block !important;
  }
}

.sp_only_inline {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .sp_only_inline {
    display: inline !important;
  }
}

.sp_only_table {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .sp_only_table {
    display: table !important;
  }
}

/* ------------------------------------------
common
------------------------------------------ */
/* btn */
.btn_com_blk_01_mid {
  margin: 50px auto 0;
  width: 484px;
}

.com_btn_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff !important;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  position: relative;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F09400 url(../img/icon_arw_01.svg) 22px center no-repeat;
}
.com_btn_01.out {
  font-size: 26px;
  width: 100%;
  height: 70px;
  padding: 22px 46px 22px 46px;
  font-weight: 500;
  border-radius: 35px;
  background: #F09400 url(../img/icon_arw_04.svg) 22px center no-repeat;
}
.com_btn_01.mid {
  width: 484px;
  height: 70px;
  padding: 22px 46px 22px 46px;
  font-weight: 500;
  margin-left: 0;
  margin-right: 0;
  border-radius: 35px;
}
.com_btn_01.pop {
  font-size: 20px;
  width: 100%;
  height: 70px;
  padding: 22px 46px 22px 46px;
  font-weight: 500;
  border-radius: 35px;
  background: #F09400;
  background-image: none;
}
.com_btn_01.pop span {
  background: url(../img/icon_pop.svg) right center no-repeat;
  padding-right: 32px;
}

@media screen and (max-width: 640px) {
  .btn_com_blk_01_mid {
    margin: 30px auto 0;
    width: 100%;
  }

  .com_btn_01 {
    font-size: 16px;
    line-height: 1.5;
    background: #F09400 url(../img/icon_arw_01.svg) 22px center no-repeat;
  }
  .com_btn_01.out {
    font-size: 20px;
    width: 100%;
    padding: 22px 46px 22px 36px;
    line-height: 1.3;
  }
  .com_btn_01.mid {
    font-size: 16px;
    width: 100%;
    padding: 22px 46px 22px 36px;
    line-height: 1.3;
  }
  .com_btn_01.pop {
    font-size: 20px;
    width: 100%;
    padding: 22px 46px 22px 36px;
    line-height: 1.3;
  }
}
.btn_n_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #000B5C;
  color: #000B5C !important;
  font-weight: 700;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn_n_01.max {
  width: 100%;
  height: 52px;
  padding: 13px 55px;
  font-weight: 700;
}
.btn_n_01.mid {
  width: 410px;
  height: 52px;
  padding: 13px 55px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}

.btn_pop_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #000B5C;
  color: #000B5C !important;
  font-weight: 700;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/icon_pop.png) right 15px center no-repeat;
  background-size: 15px auto;
}
.btn_pop_01.max {
  width: 100%;
  height: 52px;
  padding: 13px 55px;
  font-weight: 700;
}
.btn_pop_01.mid {
  width: 410px;
  height: 52px;
  padding: 13px 55px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}

/* link */
.link_anime {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#000B5C), to(#000B5C));
  background-image: linear-gradient(90deg, #000B5C, #000B5C);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 2px;
  -webkit-transition: background-size 0.6s;
  transition: background-size 0.6s;
}
.link_anime:hover {
  background-size: 100% 2px;
}

/* clm2 */
.clm2_blk_01 {
  width: 100%;
  margin: 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.clm2_blk_01.oth_01 {
  margin: 30px 0 0;
}
.clm2_blk_01.oth_02 {
  margin: 0 0 0;
}
.clm2_blk_01 .box_01 {
  width: 48%;
  margin: 24px 0 0;
}
.clm2_blk_01 .box_01:nth-child(1) {
  margin-top: 0;
}
.clm2_blk_01 .box_01:nth-child(2) {
  margin-top: 0;
}
.clm2_blk_01 .box_01.bg_01 {
  padding: 20px;
  background: #d7f0ec;
}
.clm2_blk_01 .box_01_30 {
  width: 28%;
  margin: 24px 0 0;
}
.clm2_blk_01 .box_01_30:nth-child(1) {
  margin-top: 0;
}
.clm2_blk_01 .box_01_30:nth-child(2) {
  margin-top: 0;
}
.clm2_blk_01 .box_01_70 {
  width: 68%;
  margin: 24px 0 0;
}
.clm2_blk_01 .box_01_70:nth-child(1) {
  margin-top: 0;
}
.clm2_blk_01 .box_01_70:nth-child(2) {
  margin-top: 0;
}
.clm2_blk_01 .box_01_20 {
  width: 18%;
  margin: 24px 0 0;
}
.clm2_blk_01 .box_01_20:nth-child(1) {
  margin-top: 0;
}
.clm2_blk_01 .box_01_20:nth-child(2) {
  margin-top: 0;
}
.clm2_blk_01 .box_01_80 {
  width: 78%;
  margin: 24px 0 0;
}
.clm2_blk_01 .box_01_80:nth-child(1) {
  margin-top: 0;
}
.clm2_blk_01 .box_01_80:nth-child(2) {
  margin-top: 0;
}
.clm2_blk_01 .box_01_40 {
  width: 38%;
  margin: 24px 0 0;
}
.clm2_blk_01 .box_01_40:nth-child(1) {
  margin-top: 0;
}
.clm2_blk_01 .box_01_40:nth-child(2) {
  margin-top: 0;
}
.clm2_blk_01 .box_01_60 {
  width: 58%;
  margin: 24px 0 0;
}
.clm2_blk_01 .box_01_60:nth-child(1) {
  margin-top: 0;
}
.clm2_blk_01 .box_01_60:nth-child(2) {
  margin-top: 0;
}

@media screen and (max-width: 640px) {
  .clm2_blk_01 {
    width: auto;
    margin: 40px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .clm2_blk_01.oth_01 {
    margin: 20px 0 0;
  }
  .clm2_blk_01.oth_02 {
    margin: 0 0 0;
  }
  .clm2_blk_01 .box_01 {
    width: 100%;
    margin: 30px 0 0;
  }
  .clm2_blk_01 .box_01:nth-child(1) {
    margin-top: 0;
  }
  .clm2_blk_01 .box_01:nth-child(2) {
    margin-top: 25px;
  }
  .clm2_blk_01 .box_01_30 {
    width: 100%;
    margin: 30px 0 0;
  }
  .clm2_blk_01 .box_01_30:nth-child(1) {
    margin-top: 0;
  }
  .clm2_blk_01 .box_01_30:nth-child(2) {
    margin-top: 25px;
  }
  .clm2_blk_01 .box_01_70 {
    width: 100%;
    margin: 30px 0 0;
  }
  .clm2_blk_01 .box_01_70:nth-child(1) {
    margin-top: 0;
  }
  .clm2_blk_01 .box_01_70:nth-child(2) {
    margin-top: 25px;
  }
  .clm2_blk_01 .box_01_20 {
    width: 100%;
    margin: 30px 0 0;
  }
  .clm2_blk_01 .box_01_20:nth-child(1) {
    margin-top: 0;
  }
  .clm2_blk_01 .box_01_20:nth-child(2) {
    margin-top: 25px;
  }
  .clm2_blk_01 .box_01_80 {
    width: 100%;
    margin: 30px 0 0;
  }
  .clm2_blk_01 .box_01_80:nth-child(1) {
    margin-top: 0;
  }
  .clm2_blk_01 .box_01_80:nth-child(2) {
    margin-top: 25px;
  }
  .clm2_blk_01 .box_01_40 {
    width: 100%;
    margin: 30px 0 0;
  }
  .clm2_blk_01 .box_01_40:nth-child(1) {
    margin-top: 0;
  }
  .clm2_blk_01 .box_01_40:nth-child(2) {
    margin-top: 25px;
  }
  .clm2_blk_01 .box_01_60 {
    width: 100%;
    margin: 30px 0 0;
  }
  .clm2_blk_01 .box_01_60:nth-child(1) {
    margin-top: 0;
  }
  .clm2_blk_01 .box_01_60:nth-child(2) {
    margin-top: 25px;
  }
}
/* clm3 */
.clm3_blk_01 {
  width: 100%;
  margin: 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.clm3_blk_01.oth_01 {
  margin: 30px 0 0;
}
.clm3_blk_01.oth_02 {
  margin: 0 0 0;
}
.clm3_blk_01 .box_01 {
  width: 30%;
  margin: 24px 0 0;
}
.clm3_blk_01 .box_01:nth-child(1) {
  margin-top: 0;
}
.clm3_blk_01 .box_01:nth-child(2) {
  margin-top: 0;
}
.clm3_blk_01 .box_01:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 640px) {
  .clm3_blk_01 {
    width: auto;
    margin: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .clm3_blk_01.oth_01 {
    margin: 20px 0 0;
  }
  .clm3_blk_01.oth_02 {
    margin: 0 0 0;
  }
  .clm3_blk_01 .box_01 {
    width: 100%;
    margin: 30px 0 0;
  }
  .clm3_blk_01 .box_01:nth-child(1) {
    margin-top: 0;
  }
  .clm3_blk_01 .box_01:nth-child(2) {
    margin-top: 30px;
  }
  .clm3_blk_01 .box_01:nth-child(3) {
    margin-top: 30px;
  }
}
/* com_table */
.com_table_01 {
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.com_table_01.price td {
  text-align: right;
}
.com_table_01 th {
  text-align: left;
  border-right: #fff 1px solid;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #333;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
}
.com_table_01 th:last-child {
  border-right: none;
}
.com_table_01 td {
  border: #ccc 1px solid;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}
.com_table_01 td.oth_01 {
  background: #eee;
  text-align: left;
}
.com_table_01 .tw_50 {
  width: 50%;
}
.com_table_01 .tw_33 {
  width: 33.3%;
}
.com_table_01 .tw_25 {
  width: 25%;
}
.com_table_01.table_mar_01 {
  margin: 50px auto 0;
}
.com_table_01.table_mar_02 {
  margin: 30px auto 0;
}

@media screen and (max-width: 640px) {
  .com_table_01 {
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .com_table_01 th {
    font-size: 16px;
  }
  .com_table_01 td {
    font-size: 13px;
  }
  .com_table_01 .tw_50 {
    width: auto;
  }
  .com_table_01 .tw_33 {
    width: auto;
  }
  .com_table_01 .tw_25 {
    width: auto;
  }
  .com_table_01.table_mar_01 {
    margin: 35px auto 0;
  }
  .com_table_01.table_mar_02 {
    margin: 15px auto 0;
  }
}
/* table scroll */
@media screen and (max-width: 640px) {
  .scroll_table {
    overflow: auto;
  }

  .scroll::-webkit-scrollbar {
    height: 5px;
  }

  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }

  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}
/* txt */
ul.com_list_01 {
  margin: 0 0 0;
}
ul.com_list_01 li {
  font-size: 16px;
  padding-left: 1em;
  text-indent: -1em;
}
ul.com_list_01 li:before {
  content: "●";
  color: #77C0DB;
}

/* img */
.fld_img_blk_01 {
  width: 100%;
  display: block;
}

.fld_img_blk_01 img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.fld_img_01 {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.img_r_01 {
  float: right;
  padding: 0 0 12px 12px;
}

.img_l_01 {
  float: left;
  padding: 0 12px 12px 0;
}

.img_l_01.w200,
.img_r_01.w200 {
  width: 200px;
  text-align: center;
}

.img_box_01 {
  width: 200px;
  display: block;
}

.img_box_01 img {
  width: 100%;
  height: auto;
}

body .no_bg {
  background: none !important;
}

.relative {
  position: relative;
}

@media screen and (max-width: 640px) {
  .img_sp_80 {
    margin: 0 auto;
    width: 80%;
    display: block;
  }

  .img_sp_60 {
    margin: 0 auto;
    width: 60%;
    display: block;
  }
}
/* float */
.fl_l {
  float: left;
}

/* font */
.fs_l {
  font-size: 18px;
}

.fs_l_02 {
  font-size: 24px;
}

.fs_ma {
  font-size: 13px;
}

.fs_s {
  font-size: 12px;
}

.bold {
  font-weight: 700;
}

.color_dark {
  color: #444444;
}

.color_point {
  color: #F00000;
}

span.marker_line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #6AD7FF));
  background: linear-gradient(transparent 70%, #6AD7FF 70%);
}

.need {
  color: #F00000;
}

sup {
  font-size: 70%;
}

/* link */
.link_txt_01 {
  padding-left: 15px;
  background: url(../img/icon_arw_01.png) left 0px center no-repeat;
  background-size: 9px auto;
  text-decoration: none;
}

.link_txt_01_down {
  padding-right: 17px;
  background: url(../img/icon_arw_01_down.png) right 2px center no-repeat;
  background-size: 9px auto;
  text-decoration: none;
}

.link_txt_pdf_01 {
  font-size: 24px;
  padding-right: 30px;
  background: url(../img/icon_pdf.png) right 5px center no-repeat;
  background-size: 24px auto;
  text-decoration: none;
}

.link_pop_01 {
  padding-left: 24px;
  background: url(../img/icon_pop_01.png) left 0px center no-repeat;
  background-size: 14px auto;
  text-decoration: none;
}

a.tag-cloud-link {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#000B5C), to(#000B5C));
  background-image: linear-gradient(90deg, #000B5C, #000B5C);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 2px;
  -webkit-transition: background-size 0.6s;
  transition: background-size 0.6s;
}
a.tag-cloud-link:hover {
  background-size: 100% 2px;
}

.link_line_blk a {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#000B5C), to(#000B5C));
  background-image: linear-gradient(90deg, #000B5C, #000B5C);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 2px;
  -webkit-transition: background-size 0.6s;
  transition: background-size 0.6s;
}
.link_line_blk a:hover {
  background-size: 100% 2px;
}

/* caption */
.caption_01 {
  margin: 3px 0 0 0;
  font-size: 12px;
}

.caption_02 {
  margin: 3px 0 0 0;
}

/* align */
.txt_l {
  text-align: left !important;
}

.txt_r {
  text-align: right !important;
}

.txt_c {
  text-align: center !important;
}

.txt_c_pc {
  text-align: center !important;
}

@media screen and (max-width: 640px) {
  .txt_c_pc {
    text-align: left !important;
  }
}
html body .col_01 {
  color: #df5d0f !important;
}

/* Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  min-height: 1%;
  display: block;
}

.clearfix {
  height: 1%;
}

.clear {
  clear: both;
}

.clear_pc {
  clear: both;
}
@media screen and (max-width: 640px) {
  .clear_pc {
    clear: none;
  }
}

@media screen and (max-width: 640px) {
  .clear_sp {
    clear: both;
  }
}

.clear_dw {
  clear: both;
}

/* js */
/* other */
.dis_blk {
  display: block;
}

.dis_blk_none {
  display: none;
}

/* bottom pad mar settings */
.mar_b_0 {
  margin-bottom: 0 !important;
}

.mar_b_2 {
  margin-bottom: 2px !important;
}

.mar_b_3 {
  margin-bottom: 3px !important;
}

.mar_b_5 {
  margin-bottom: 5px !important;
}

.mar_b_10 {
  margin-bottom: 10px !important;
}

.mar_b_12 {
  margin-bottom: 12px !important;
}

.mar_b_15 {
  margin-bottom: 15px !important;
}

.mar_b_20 {
  margin-bottom: 20px !important;
}

.mar_b_25 {
  margin-bottom: 25px !important;
}

.mar_b_30 {
  margin-bottom: 30px !important;
}

.mar_b_35 {
  margin-bottom: 35px !important;
}

.mar_b_40 {
  margin-bottom: 40px !important;
}

.mar_b_45 {
  margin-bottom: 45px !important;
}

.mar_b_50 {
  margin-bottom: 50px !important;
}

.mar_t_0 {
  margin-top: 0 !important;
}

.mar_t_5 {
  margin-top: 5px !important;
}

.mar_t_10 {
  margin-top: 10px !important;
}

.mar_t_12 {
  margin-top: 12px !important;
}

.mar_t_15 {
  margin-top: 15px !important;
}

.mar_t_20 {
  margin-top: 20px !important;
}

.mar_t_25 {
  margin-top: 25px !important;
}

.mar_t_30 {
  margin-top: 30px !important;
}

.mar_t_35 {
  margin-top: 35px !important;
}

.mar_t_40 {
  margin-top: 40px !important;
}

.mar_t_45 {
  margin-top: 45px !important;
}

.mar_t_50 {
  margin-top: 50px !important;
}

.mar_t_55 {
  margin-top: 55px !important;
}

.mar_t_60 {
  margin-top: 60px !important;
}

.mar_l_0 {
  margin-left: 0 !important;
}

.mar_l_5 {
  margin-left: 5px !important;
}

.mar_l_10 {
  margin-left: 10px !important;
}

.mar_l_15 {
  margin-left: 15px !important;
}

.mar_l_20 {
  margin-left: 20px !important;
}

.mar_l_25 {
  margin-left: 25px !important;
}

.mar_l_30 {
  margin-left: 30px !important;
}

.mar_l_35 {
  margin-left: 35px !important;
}

.mar_l_40 {
  margin-left: 40px !important;
}

.mar_l_45 {
  margin-left: 45px !important;
}

.mar_l_50 {
  margin-left: 50px !important;
}

.mar_r_0 {
  margin-right: 0 !important;
}

.mar_r_5 {
  margin-right: 5px !important;
}

.mar_r_10 {
  margin-right: 10px !important;
}

.mar_r_15 {
  margin-right: 15px !important;
}

.mar_r_20 {
  margin-right: 20px !important;
}

.mar_r_25 {
  margin-right: 25px !important;
}

.mar_r_30 {
  margin-right: 30px !important;
}

.mar_r_35 {
  margin-right: 35px !important;
}

.mar_r_40 {
  margin-right: 40px !important;
}

.pad_b_0 {
  padding-bottom: 0 !important;
}

.pad_b_1 {
  padding-bottom: 1px !important;
}

.pad_b_2 {
  padding-bottom: 2px !important;
}

.pad_b_3 {
  padding-bottom: 3px !important;
}

.pad_b_5 {
  padding-bottom: 5px !important;
}

.pad_b_10 {
  padding-bottom: 10px !important;
}

.pad_b_12 {
  padding-bottom: 12px !important;
}

.pad_b_15 {
  padding-bottom: 15px !important;
}

.pad_b_20 {
  padding-bottom: 20px !important;
}

.pad_b_25 {
  padding-bottom: 25px !important;
}

.pad_b_30 {
  padding-bottom: 30px !important;
}

.pad_b_35 {
  padding-bottom: 35px !important;
}

.pad_b_40 {
  padding-bottom: 40px !important;
}

.pad_b_45 {
  padding-bottom: 45px !important;
}

.pad_b_50 {
  padding-bottom: 50px !important;
}

.pad_t_0 {
  padding-top: 0 !important;
}

.pad_t_5 {
  padding-top: 5px !important;
}

.pad_t_10 {
  padding-top: 10px !important;
}

.pad_t_15 {
  padding-top: 15px !important;
}

.pad_t_20 {
  padding-top: 20px !important;
}

.pad_t_25 {
  padding-top: 25px !important;
}

.pad_t_30 {
  padding-top: 30px !important;
}

.pad_t_35 {
  padding-top: 35px !important;
}

.pad_t_40 {
  padding-top: 40px !important;
}

.pad_l_0 {
  padding-left: 0 !important;
}

.pad_l_5 {
  padding-left: 5px !important;
}

.pad_l_10 {
  padding-left: 10px !important;
}

.pad_l_15 {
  padding-left: 15px !important;
}

.pad_l_20 {
  padding-left: 20px !important;
}

.pad_l_25 {
  padding-left: 25px !important;
}

.pad_l_30 {
  padding-left: 30px !important;
}

.pad_l_35 {
  padding-left: 35px !important;
}

.pad_l_40 {
  padding-left: 40px !important;
}

.pad_r_0 {
  padding-right: 0 !important;
}

.pad_r_5 {
  padding-right: 5px !important;
}

.pad_r_10 {
  padding-right: 10px !important;
}

.pad_r_15 {
  padding-right: 15px !important;
}

.pad_r_20 {
  padding-right: 20px !important;
}

.pad_r_25 {
  padding-right: 25px !important;
}

.pad_r_30 {
  padding-right: 30px !important;
}

.pad_r_35 {
  padding-right: 35px !important;
}

.pad_r_40 {
  padding-right: 40px !important;
}

.inline {
  display: inline !important;
}
/*# sourceMappingURL=style.css.map */