@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1rem;
}

body {
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  color: #333;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
}

ul,
ol {
  list-style: none;
}

em,
i {
  font-style: normal;
}

/* フォントサイズ
-------------------------------------------*/
html {
  font-size: 52.5%;
}

@media screen and (min-width: 350px) {
  html {
    font-size: 62.5%;
  }
}

@media screen and (min-width: 414px) {
  html {
    font-size: 70.5%;
  }
}

@media screen and (min-width: 992px) {
  html {
    font-size: 62.5%;
  }
}

/* body
-------------------------------------------*/
body {
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
  width: 100%;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 992px) {
  body {
    font-size: 1.6rem;
  }
}

/* コンテンツ幅
-------------------------------------------*/
.inner {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 991px) {
  .inner {
    padding: 0 6%;
  }
}

.inner_s {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 991px) {
  .inner_s {
    padding: 0 6%;
  }
}

.inner_l {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 991px) {
  .inner_l {
    padding: 0 6%;
  }
}

/*------------------------------------
clearfix 
------------------------------------*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clearfix {
  display: block;
}

/* End IE-mac */
.clear {
  clear: both;
}

/*------------------------------------
リンク 
------------------------------------*/
a {
  color: #333333;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  /* ホバーアクション */
  .hover {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .hover:hover {
    opacity: 0.6 !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*------------------------------------
テキスト
------------------------------------*/
.bold {
  font-weight: bold;
}

.txt_co_orange {
  color: #ff7f00;
}

/*------------------------------------
タイトル
------------------------------------*/
.ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ttl > img {
  display: block;
  margin: 0 auto 10px;
}

@media screen and (max-width: 991px) {
  .ttl > img {
    max-height: 17px;
  }
}

.ttl > span {
  display: block;
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (max-width: 991px) {
  .ttl > span {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

.caution {
  margin-top: 10px;
}

.caution > li {
  position: relative;
  padding-left: 1.3em;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .caution > li {
    font-size: 1.1rem;
  }
}

.caution > li::before {
  content: "※";
  position: absolute;
  display: block;
  left: 0;
  font-size: inherit;
}

/*------------------------------------
table
------------------------------------*/
.tbl_bd {
  margin: 0;
  padding: 0px;
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
  white-space: normal;
}

.tbl_bd th,
.tbl_bd td {
  font-size: 1.5rem;
  vertical-align: middle;
  border-bottom: 2px solid #bbbbbb;
  padding: 20px 15px;
  line-height: 1.6;
}

.tbl_bd th {
  font-weight: bold;
  border-bottom-color: #07a2de;
  width: 20%;
}

.tbl_bd td {
  padding-left: 20px;
}

/* SP */
@media screen and (max-width: 991px) {
  .tbl_bd th,
  .tbl_bd td {
    font-size: 1.2rem;
    padding: 10px 10px;
    border-bottom-width: 1px;
  }
  .tbl_bd th {
    width: 30%;
    padding-left: 0;
    padding-right: 0;
  }
  .tbl_bd td {
    padding-left: 25px;
  }
}

/*------------------------------------
スマホ　非表示
------------------------------------*/
@media screen and (min-width: 992px) {
  .disp_sp {
    display: none !important;
  }
}

/*------------------------------------
PC　非表示
------------------------------------*/
@media screen and (max-width: 991px) {
  .disp_pc {
    display: none !important;
  }
}

/*------------------------------------
margin
------------------------------------*/
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.header {
  display: flex;
  justify-content: center;
  padding-top: 15px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .header {
    padding: 10px 4% 0;
  }
}

.mv {
  position: relative;
  height: 80vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: -30px 0 0;
  padding-bottom: 10px;
  max-height: 700px;
  position: relative;
  background: url(../img/img-kakaku1/mv_bg.png) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .mv {
    background-image: url(../img/img-kakaku1/mv_bg_sp.png);
    height: auto;
    margin: -10px 0 0;
    max-height: inherit;
  }
}

.mv picture {
  height: 93%;
}

@media screen and (max-width: 991px) {
  .mv picture {
    height: auto;
  }
}

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

@media screen and (max-width: 991px) {
  .mv img {
    width: 97%;
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .mv {
    padding: 10px 0 25px;
  }
}

.rankingBlk {
  padding: 60px 0;
}

@media screen and (max-width: 991px) {
  .rankingBlk {
    padding: 35px 0;
  }
}

@media screen and (max-width: 991px) {
  .rankingBlk .inner {
    padding: 0;
  }
}

.rankingBlk-ttl {
  margin: 0 auto 45px;
  display: table;
  padding: 0 80px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .rankingBlk-ttl {
    margin: 0 auto 35px;
    padding: 0;
  }
}

@media screen and (max-width: 450px) {
  .rankingBlk-ttl {
    width: 90%;
  }
}

.rankingBlk-ttl:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/img-kakaku1/bg_ranking_left.png) left center no-repeat;
  background-size: contain;
  width: 51px;
  height: 106px;
}

@media screen and (max-width: 991px) {
  .rankingBlk-ttl:before {
    width: 40px;
    height: 120%;
  }
}

.rankingBlk-ttl:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../img/img-kakaku1/bg_ranking_right.png) right center no-repeat;
  background-size: contain;
  width: 51px;
  height: 106px;
}

@media screen and (max-width: 991px) {
  .rankingBlk-ttl:after {
    width: 40px;
    height: 120%;
  }
}

.rankingBlk-ttl > div:nth-child(1) {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .rankingBlk-ttl > div:nth-child(1) {
    width: 70%;
    margin: auto;
  }
}

.rankingBlk-ttl > div:nth-child(2) {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .rankingBlk-ttl > div:nth-child(2) {
    display: table;
    margin: auto;
  }
}

.rankingBlk-ttl > div:nth-child(2) .txt_marker {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 0 0 0 10px;
}

.rankingBlk-ttl > div:nth-child(2) .txt_marker::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 20px;
  background: #e1f2fd;
}

@media screen and (max-width: 991px) {
  .rankingBlk-ttl > div:nth-child(2) .txt_marker::after {
    height: 10px;
    bottom: -3px;
  }
}

.rankingBlk-ttl > div:nth-child(2) .txt_marker > div {
  position: relative;
  z-index: 2;
}

.rankingBlk-ttl > div:nth-child(2) .t1 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 0.2em;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 991px) {
  .rankingBlk-ttl > div:nth-child(2) .t1 {
    font-size: 1.1rem;
  }
}

.rankingBlk-ttl > div:nth-child(2) .t1 > b {
  font-size: 2.4rem;
}

@media screen and (max-width: 991px) {
  .rankingBlk-ttl > div:nth-child(2) .t1 > b {
    font-size: 1.4rem;
  }
}

.rankingBlk-ttl > div:nth-child(2) .t2 {
  font-size: 4.4rem;
  font-weight: 700;
  color: #0556af;
}

@media screen and (max-width: 991px) {
  .rankingBlk-ttl > div:nth-child(2) .t2 {
    font-size: 2.4rem;
  }
}

.rankingBlk-ttl > div:nth-child(2) .t2 > b {
  font-size: 5.4rem;
  padding-right: 0.1em;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 991px) {
  .rankingBlk-ttl > div:nth-child(2) .t2 > b {
    font-size: 3.4rem;
  }
}

.rankingBlk-ttl > div:nth-child(2) .t2 > b > span {
  font-size: 6.7rem;
}

@media screen and (max-width: 991px) {
  .rankingBlk-ttl > div:nth-child(2) .t2 > b > span {
    font-size: 3.7rem;
  }
}

.rankingBlk-ttl > div:nth-child(2) .t3 {
  font-size: 1.5rem;
}

@media screen and (min-width: 992px) {
  .rankingBlk-ttl > div:nth-child(2) .t3 {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -2.5em;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .rankingBlk-ttl > div:nth-child(2) .t3 {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -2.2em;
    font-size: 1.1rem;
    white-space: nowrap;
    text-align: center;
  }
}

.rankingBlk-image {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .rankingBlk-image img {
    margin-left: -30px;
  }
}
.rankingBlk p.update{
    text-align: right;
}
@media screen and (max-width: 991px) {
  .rankingBlk p.update {
      padding-right: 20px;
  }
}


.selectBlk {
  position: relative;
  padding: 85px 0 70px;
  background: #e1f2fd;
}

@media screen and (max-width: 991px) {
  .selectBlk {
    padding: 35px 0 30px;
  }
}

.selectBlk .ttl > span {
  position: relative;
}

.selectBlk .ttl > span::after {
  content: "";
  position: absolute;
  bottom: -51px;
  right: -83px;
  margin: auto;
  background: url(../img/img-kakaku1/txt_select.png) left center no-repeat;
  background-size: contain;
  width: 150px;
  height: 58px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .selectBlk .ttl > span::after {
    width: 110px;
    height: 35px;
    bottom: -34px;
    right: -34px;
  }
}

.selectBlk-wrap {
  position: relative;
  z-index: 1;
}

.selectBlk .flex {
  padding: 45px 0 40px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .selectBlk .flex {
    flex-direction: column;
    padding: 0 0 30px;
    align-items: center;
  }
}

.selectBlk .flex .item {
  width: 48%;
  max-width: 420px;
}

@media screen and (max-width: 991px) {
  .selectBlk .flex .item {
    width: 100%;
  }
}

.selectBlk .flex .item + .item {
  margin-left: 30px;
}

@media screen and (max-width: 991px) {
  .selectBlk .flex .item + .item {
    margin: 25px 0 0 0;
  }
}

.selectBlk .flex .item img {
  width: 100%;
}

.selectBlk .image {
  display: flex;
  justify-content: center;
}

.selectBlk .image + .image {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .selectBlk .image + .image {
    margin-top: 20px;
  }
}

.hikakuBlk {
  position: relative;
  padding: 150px 0 30px;
  background: #e1f2fd;
  overflow: hidden;
}

.hikakuBlk h2 {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .hikakuBlk {
    padding: 85px 0 50px;
  }
}

.hikakuBlk::after {
  background-image: url(../img/img-kakaku1/wave_w.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 201px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .hikakuBlk::after {
    background-image: url(../img/img-kakaku1/wave_w_sp.png);
    height: 100px;
  }
}

.hikakuBlk::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 201px);
  width: 100%;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .hikakuBlk::before {
    height: calc(100% - 100px);
  }
}

.hikakuBlk .ttl > span {
  position: relative;
}

.hikakuBlk .ttl > span::after {
  content: "";
  position: absolute;
  bottom: -35px;
  right: -50px;
  margin: auto;
  background: url(../img/img-kakaku1/txt_price.png) left center no-repeat;
  background-size: contain;
  width: 135px;
  height: 42px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .hikakuBlk .ttl > span::after {
    width: 120px;
    height: 28px;
    bottom: -25px;
    right: -60px;
  }
}

.hikakuBlk .ttl + .img01 {
  margin-top: -3em;
}

.hikakuBlk .inner {
  position: relative;
  z-index: 1;
}

.hikakuBlk .bg-circle {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .hikakuBlk .bg-circle {
    top: -50px;
  }
}

.hikakuBlk .img01 {
  text-align: center;
  max-width: 880px;
  margin: auto;
}

.hikakuBlk .img01 + .img01 {
  margin: 20px auto 30px;
}

.hikakuBlk .img01 h3 {
  text-align: left;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #00a9eb;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .hikakuBlk .img01 h3 {
    font-size: 1.6rem;
    margin-bottom: 2px;
  }
}

.hikakuBlk .img01 h3 > span {
  font-size: 2rem;
}

@media screen and (max-width: 991px) {
  .hikakuBlk .img01 h3 > span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 991px) {
  .hikakuBlk .img01 {
    margin-bottom: 20px;
  }
}

.hikakuBlk .box01 img {
  display: block;
  margin: 0 auto 20px;
  max-width: 100px;
}

@media screen and (max-width: 991px) {
  .hikakuBlk .box01 img {
    max-width: 70px;
    margin: 0 auto 15px;
  }
}

.hikakuBlk .box01 p {
  text-align: center;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
}

.hikakuBlk .box01 p .t1 {
  display: block;
  text-align: center;
  font-size: 2.8rem;
}

@media screen and (max-width: 991px) {
  .hikakuBlk .box01 p .t1 {
    font-size: 1.8rem;
  }
}

.hikakuBlk .box01 p .t2 {
  font-weight: 700;
  font-size: 3.4rem;
}

@media screen and (max-width: 991px) {
  .hikakuBlk .box01 p .t2 {
    font-size: 2.2rem;
  }
}

.hikakuBlk .box01 p .t3 {
  font-weight: 700;
  font-size: 4rem;
  color: #f66161;
  position: relative;
}

@media screen and (max-width: 991px) {
  .hikakuBlk .box01 p .t3 {
    font-size: 2.5rem;
  }
}

.hikakuBlk .box01 p .t3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/img-kakaku1/marker.png) left center no-repeat;
  background-size: contain;
  width: 140px;
  height: 22px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .hikakuBlk .box01 p .t3::after {
    width: 90px;
    height: 100%;
    background-position: left bottom;
  }
}

.benefitsBlk {
  position: relative;
  padding: 100px 0 100px;
}

@media screen and (max-width: 991px) {
  .benefitsBlk {
    padding: 60px 0 50px;
  }
}

@media screen and (max-width: 991px) {
  .benefitsBlk .inner {
    padding: 0 3% 0 0;
  }
}

.benefitsBlk::after {
  background-image: url(../img/img-kakaku1/wave02.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 201px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .benefitsBlk::after {
    background-image: url(../img/img-kakaku1/wave02_sp.png);
    height: 50px;
  }
}

.benefitsBlk::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 201px);
  width: 100%;
  background: #41b8ff;
  background: url(../img/img-kakaku1/bg_benefits.png) left center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .benefitsBlk::before {
    height: calc(100% - 49px);
    background-image: url(../img/img-kakaku1/bg_benefits_sp.png);
  }
}

.benefitsBlk .icon-now {
  position: absolute;
  z-index: 1;
  top: -10px;
  left: calc(50% - 300px);
  max-width: 95px;
}

@media screen and (max-width: 991px) {
  .benefitsBlk .icon-now {
    left: 4%;
    max-width: 80px;
    top: -35px;
  }
}

.benefitsBlk-image {
  display: flex;
  justify-content: center;
}

.benefitsBlk .inner {
  position: relative;
  z-index: 1;
}

.benefitsBlk .arrow01 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  margin: auto;
  width: 380px;
  height: 90px;
}

@media screen and (max-width: 991px) {
  .benefitsBlk .arrow01 {
    width: 200px;
    height: 50px;
    bottom: -30px;
  }
}

.benefitsBlk .arrow01 > span {
  position: relative;
}

.benefitsBlk .arrow01 > span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px 190px 0 190px;
  border-color: #ffff61 transparent transparent transparent;
  opacity: 0.7;
}

@media screen and (max-width: 991px) {
  .benefitsBlk .arrow01 > span::after {
    border-width: 50px 100px 0 100px;
  }
}

.applyBlk {
  padding: 70px 0 50px;
}

@media screen and (max-width: 991px) {
  .applyBlk {
    padding: 35px 0 40px;
  }
}

.applyBox-ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .applyBox-ttl {
    margin-bottom: 10px;
  }
  .applyBox-ttl img {
    margin-left: -7%;
  }
}

.applyBox .flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .applyBox .flex {
    flex-direction: column;
  }
}

.applyBox .flex .item {
  width: 48%;
  max-width: 450px;
}

@media screen and (max-width: 991px) {
  .applyBox .flex .item {
    width: 100%;
  }
}

.applyBox .flex .item + .item {
  margin-left: 30px;
}

@media screen and (max-width: 991px) {
  .applyBox .flex .item + .item {
    margin: 15px 0 0 0;
  }
}

.applyBox .flex .item a {
  position: relative;
}

@media screen and (min-width: 992px) {
  .applyBox .flex .item a {
    display: block;
    height: 88px;
  }
}

@media screen and (min-width: 992px) {
  .applyBox .flex .item a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
  }
}

@media screen and (max-width: 991px) {
  .applyBox .flex .item a img:nth-child(1) {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .applyBox .flex .item a:hover img:nth-child(2) {
    opacity: 0;
  }
}

.applyBox-caution {
  text-align: center;
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .applyBox-caution {
    font-size: 1.2rem;
    letter-spacing: 0.01em;
  }
}

.freeBlk {
  position: relative;
  padding: 90px 0 100px;
}

@media screen and (max-width: 991px) {
  .freeBlk {
    padding: 70px 0 50px;
  }
}

.freeBlk::after {
  background-image: url(../img/img-kakaku1/wave03.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 205px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .freeBlk::after {
    background-image: url(../img/img-kakaku1/wave03_sp.png);
    height: 100px;
  }
}

.freeBlk::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 205px);
  width: 100%;
  background: #fffcf2;
}

@media screen and (max-width: 991px) {
  .freeBlk::before {
    height: calc(100% - 100px);
    background: #fffae9;
  }
}

.freeBlk .txt-okenwater {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: calc(50% - 300px);
  max-width: 224px;
}

@media screen and (max-width: 991px) {
  .freeBlk .txt-okenwater {
    left: 7%;
    max-width: 200px;
    top: 8px;
  }
}

.freeBlk .ttl > span {
  position: relative;
}

.freeBlk .ttl > span > b {
  color: #ff4e4e;
}

.freeBlk .ttl > span::after {
  content: "";
  position: absolute;
  bottom: -45px;
  right: -60px;
  margin: auto;
  background: url(../img/img-kakaku1/txt_server.png) left center no-repeat;
  background-size: contain;
  width: 125px;
  height: 51px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .freeBlk .ttl > span::after {
    width: 90px;
    height: 100%;
    bottom: -34px;
    right: -52px;
  }
}

.freeBlk .inner {
  position: relative;
  z-index: 1;
}

.freeBlk .item01 {
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .freeBlk .item01 {
    margin-top: 15px;
  }
}

.typeBlk {
  position: relative;
  padding: 0 0 40px;
  background: #fffcf2;
}

@media screen and (max-width: 991px) {
  .typeBlk {
    padding: 0 0 30px;
    background: #fffae9;
  }
}

.typeBlk::after {
  background-image: url(../img/img-kakaku1/wave04.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 114px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -114px;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .typeBlk::after {
    background-image: url(../img/img-kakaku1/wave04_sp.png);
    height: 50px;
    bottom: -50px;
  }
}

.typeBlk .inner {
  position: relative;
  z-index: 1;
}

.typeBlk-item {
  background: #fff;
  padding: 50px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .typeBlk-item {
    padding: 25px 25px 30px 25px;
  }
}

.typeBlk-item + .typeBlk-item {
  margin-top: 95px;
}

@media screen and (max-width: 991px) {
  .typeBlk-item + .typeBlk-item {
    margin-top: 30px;
  }
}

.typeBlk-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  color: #fff;
  background: #099ed9;
  font-size: 3.8rem;
}

@media screen and (max-width: 991px) {
  .typeBlk-item::after {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 2.4rem;
  }
}

.typeBlk-item h3 {
  text-align: center;
  margin-bottom: 20px;
}

.typeBlk-item .t1 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #099ed9;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (max-width: 991px) {
  .typeBlk-item .t1 {
    font-size: 1.5rem;
    text-align: left;
  }
}

.typeBlk .item01::after {
  content: "1";
}

@media screen and (max-width: 991px) {
  .typeBlk .item01 h3 img {
    max-width: 200px;
  }
}

.typeBlk .item01 .box01 {
  text-align: center;
  margin: 20px 0 50px;
  position: relative;
  padding-top: 50px;
}

@media screen and (max-width: 991px) {
  .typeBlk .item01 .box01 {
    margin: 20px 0 30px;
  }
}

.typeBlk .item01 .box01 p {
  margin-top: 25px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .typeBlk .item01 .box01 p {
    text-align: left;
    margin-top: 15px;
  }
}

.typeBlk .item01 .box01 .icon-no1 {
  position: absolute;
  left: 120px;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .typeBlk .item01 .box01 .icon-no1 {
    left: 6%;
    max-width: 70px;
  }
}

.typeBlk .item01 .box01 .js_slider {
  max-width: 620px;
  margin: auto;
  width: 100%;
  opacity: 0;
}

.typeBlk .item01 .box01 .js_slider.slick-initialized {
  opacity: 1;
}

.slider_nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.slider_nav_main {
  position: relative;
}

.slider_nav .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider_nav .slick-prev {
  margin-right: 50px;
}

@media screen and (max-width: 991px) {
  .slider_nav .slick-prev {
    margin-right: 25px;
  }
}

.slider_nav .slick-next {
  margin-left: 50px;
}

@media screen and (max-width: 991px) {
  .slider_nav .slick-next {
    margin-left: 25px;
  }
}

.slider_nav .slick-dots {
  padding: 0;
}

.slider_nav .slick-dots > li {
  display: inline-block;
  margin: 0 10px;
}

@media screen and (max-width: 991px) {
  .slider_nav .slick-dots > li {
    margin: 0 6px;
  }
}

.slider_nav .slick-dots button {
  padding: 0;
  border: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #BBBBBB;
  color: transparent;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .slider_nav .slick-dots button {
    width: 10px;
    height: 10px;
  }
}

.slider_nav .slick-dots .slick-active button {
  background-color: #00b2f7;
}

.slick-prev {
  right: 100%;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  width: 20px;
  height: 20px;
}

.slick-prev::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 13px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #00b2f7;
  border-right: 3px solid #00b2f7;
  transform: rotate(-135deg);
}

@media screen and (max-width: 991px) {
  .slick-prev::after {
    width: 14px;
    height: 14px;
  }
}

.slick-next {
  left: 100%;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  width: 20px;
  height: 20px;
}

.slick-next::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 13px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #00b2f7;
  border-right: 3px solid #00b2f7;
  transform: rotate(45deg);
}

@media screen and (max-width: 991px) {
  .slick-next::after {
    width: 14px;
    height: 14px;
  }
}

.typeBlk .item01 .box02 {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .typeBlk .item01 .box02 {
    margin-bottom: 30px;
  }
}

.typeBlk .item01 .box02 .item {
  display: flex;
  flex-direction: column;
}

.typeBlk .item01 .box02 .item + .item {
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .typeBlk .item01 .box02 .item + .item {
    margin-left: 5px;
  }
}

.typeBlk .item01 .box02 .item > div {
  text-align: center;
  margin-top: auto;
  padding-top: 10px;
}

.typeBlk .item01 .box02 p {
    font-size: 1.4rem;
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
.typeBlk .item01 .box02 p {
    font-size: 1.2rem;
  margin-top: 0px;
}
}

@media screen and (max-width: 991px) {
  .typeBlk .item01 .box02 .item > div {
    min-height: 5em;
    line-height: 1.5;
  }
}

.typeBlk .item02::after {
  content: "2";
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 h3 img {
    max-width: 200px;
  }
}

.typeBlk .item02 .box01 {
  text-align: center;
  margin: 35px 0 50px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 .box01 {
    margin: 20px 0 30px;
  }
}

.typeBlk .item02 .box01 p {
  margin-top: 25px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 .box01 p {
    text-align: left;
    margin-top: 15px;
  }
}

.typeBlk .item02 .box02 {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 .box02 {
    margin-bottom: 30px;
  }
}

.typeBlk .item02 .box02 > .item {
  display: flex;
  flex-direction: column;
}

.typeBlk .item02 .box02 > .item + .item {
  margin-left: 30px;
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 .box02 > .item + .item {
    margin-left: 15px;
  }
}

.typeBlk .item02 .box02 > .item > dl {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.typeBlk .item02 .box02 > .item > dl > dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 .box02 > .item > dl > dt {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.typeBlk .item02 .box02 > .item > dl > dd {
  display: flex;
  justify-content: center;
  margin-top: auto;
}

.typeBlk .item02 .box02 > .item > dl > dd > .item + .item {
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 .box02 > .item > dl > dd > .item + .item {
    margin-left: 10px;
  }
}

.typeBlk .item02 .box02 > .item > dl > dd > .item > div {
  text-align: center;
  padding-top: 10px;
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 .box02 > .item > dl > dd > .item > div {
    padding-top: 5px;
  }
}

.typeBlk .item02 .ac-list .js_ac_box {
  height: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  visibility: hidden;
  overflow: hidden;
}

.typeBlk .item02 .ac-list .is_open + .js_ac_box {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.typeBlk .item02 .ac-list .item:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 .ac-list .item:not(:last-child) {
    margin-bottom: 15px;
  }
}

.typeBlk .item02 .ac-list dt {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px 80px 20px 0;
  border-right: 2px solid #929292;
  border-bottom: 1px solid #929292;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 .ac-list dt {
    font-size: 1.4rem;
    padding: 15px 35px 15px 0;
  }
}

.typeBlk .item02 .ac-list dt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 34px;
  margin: auto;
  width: 2px;
  height: 18px;
  background: #07a2de;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 .ac-list dt::before {
    right: 27px;
    width: 1px;
    height: 15px;
  }
}

.typeBlk .item02 .ac-list dt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 26px;
  margin: auto;
  width: 18px;
  height: 2px;
  background: #07a2de;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 .ac-list dt::after {
    right: 20px;
    width: 15px;
    height: 1px;
  }
}

.typeBlk .item02 .ac-list dt.is_open::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.typeBlk .item02 .ac-list dt b {
  color: #07a2de;
  padding-left: 5px;
}

.typeBlk .item02 .ac-list dd > div {
  padding: 20px 30px 30px 30px;
  background: #e1f2fd;
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 .ac-list dd > div {
    font-size: 1.2rem;
    padding: 0 20px 20px 20px;
  }
}

.typeBlk .spec-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #07a2de;
}

@media screen and (max-width: 991px) {
  .typeBlk .spec-ttl {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}

.typeBlk .spec .tbl_bd th {
  width: 30%;
}

@media screen and (max-width: 991px) {
  .typeBlk .spec .tbl_bd th {
    width: 35%;
  }
}

.featureBlk {
  background: url(../img/img-kakaku1/bg_dot.png) center center repeat;
  background-size: 33px auto;
  padding: 180px 0 100px;
}

@media screen and (max-width: 991px) {
  .featureBlk {
    background-size: 20px auto;
    padding: 95px 0 70px;
  }
}

.featureBlk .ttl .t1 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.featureBlk .ttl .t1::after {
  content: "";
  position: absolute;
  bottom: -46px;
  right: -50px;
  margin: auto;
  background: url(../img/img-kakaku1/txt_smartplus02.png) left center no-repeat;
  background-size: contain;
  width: 201px;
  height: 62px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .featureBlk .ttl .t1::after {
    width: 150px;
    height: 100%;
    bottom: -38px;
    right: -30px;
  }
}

.featureBlk .ttl .t1 img {
  max-width: 200px;
}

.featureBlk .ttl .t1 > span {
  display: block;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  padding-left: 10px;
}

@media screen and (max-width: 991px) {
  .featureBlk .ttl .t1 > span {
    font-size: 2.4rem;
  }
}

.featureBlk .inner {
  position: relative;
  z-index: 1;
}

.featureBlk-list {
  margin: 80px 0 70px;
}

@media screen and (max-width: 991px) {
  .featureBlk-list {
    margin: 60px 0 50px;
  }
}

.featureBlk-item {
  border: 2px solid #a4e3ff;
  background: #fff;
  padding: 50px 35px 50px 70px;
  box-shadow: 8px 8px #a4e3ff;
  position: relative;
}

.featureBlk-item::before {
  content: "";
  position: absolute;
  top: -33px;
  left: 15px;
  margin: auto;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 69px;
  height: 69px;
}

@media screen and (max-width: 991px) {
  .featureBlk-item::before {
    width: 50px;
    height: 50px;
    top: -28px;
    left: 0px;
  }
}

@media screen and (max-width: 991px) {
  .featureBlk-item {
    padding: 50px 15px 35px;
    box-shadow: 5px 5px #a4e3ff;
  }
}

.featureBlk-item + .featureBlk-item {
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .featureBlk-item + .featureBlk-item {
    margin-top: 50px;
  }
}

.featureBlk-item .icon {
  position: absolute;
  right: 35px;
  top: -25px;
  max-width: 108px;
}

@media screen and (max-width: 991px) {
  .featureBlk-item .icon {
    max-width: 90px;
    right: 15px;
  }
}

.featureBlk-item .t1 {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .featureBlk-item .t1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.6;
    margin-bottom: 20px;
    padding-left: 15px;
  }
}

.featureBlk-item .t1 > span {
  font-size: 2.6rem;
  font-weight: bold;
  color: #07a2de;
}

@media screen and (max-width: 991px) {
  .featureBlk-item .t1 > span {
    font-size: 1.8rem;
  }
}

.featureBlk-item .t1 > b {
  padding-left: 15px;
  font-size: 2.8rem;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .featureBlk-item .t1 > b {
    padding-left: 0;
    font-size: 2rem;
  }
}

.featureBlk-item .t2 {
  color: #ff4141;
}

.featureBlk-item .flex {
  display: flex;
}

@media screen and (max-width: 991px) {
  .featureBlk-item .flex {
    flex-direction: column;
  }
}

@media screen and (min-width: 992px) {
  .featureBlk-item .flex .item {
    width: 50%;
  }
  .featureBlk-item .flex .item:nth-child(1) {
    padding-right: 70px;
  }
}

@media screen and (max-width: 991px) {
  .featureBlk-item .flex .item:nth-child(2) {
    margin: 20px auto 0;
    width: 90%;
  }
}

.featureBlk-item .flex .item dt {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .featureBlk-item .flex .item dt {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

.featureBlk .no01::before {
  background-image: url(../img/img-kakaku1/txt_icon01.png);
}

.featureBlk .no01 .flex .item:nth-child(2) {
  padding-top: 30px;
}

@media screen and (max-width: 991px) {
  .featureBlk .no01 .flex .item:nth-child(2) {
    padding-top: 0;
  }
}

.featureBlk .no02::before {
  background-image: url(../img/img-kakaku1/txt_icon02.png);
}

.featureBlk .no03::before {
  background-image: url(../img/img-kakaku1/txt_icon03.png);
}

@media screen and (max-width: 991px) {
  .featureBlk .no03 .flex .item:nth-child(1) img {
    width: 90%;
    margin: auto;
    display: block;
  }
}

.featureBlk .no04::before {
  background-image: url(../img/img-kakaku1/txt_icon04.png);
}

@media screen and (max-width: 991px) {
  .featureBlk .no04 .flex .item:nth-child(1) img {
    width: 90%;
    margin: auto;
    display: block;
  }
}

.featureBlk .no05::before {
  background-image: url(../img/img-kakaku1/txt_icon05.png);
}

@media screen and (max-width: 991px) {
  .featureBlk .no05 .flex .item:nth-child(1) img {
    width: 90%;
    margin: auto;
    display: block;
  }
}

.naturalBlk {
  position: relative;
  padding: 150px 0 20px;
  margin-top: -30px;
}

@media screen and (max-width: 991px) {
  .naturalBlk {
    padding: 85px 0 50px;
    overflow: hidden;
    margin-top: -30px;
  }
}

.naturalBlk::after {
  background-image: url(../img/img-kakaku1/wave01.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 199px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .naturalBlk::after {
    background-image: url(../img/img-kakaku1/wave01_sp.png);
    height: 100px;
  }
}

.naturalBlk::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 199px);
  width: 100%;
  background: #e1f2fd;
}

@media screen and (max-width: 991px) {
  .naturalBlk::before {
    height: calc(100% - 100px);
    bottom: 50px;
  }
}

.naturalBlk-wrap::after {
  background-image: url(../img/img-kakaku1/wave05.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 114px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -114px;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .naturalBlk-wrap::after {
    background-image: url(../img/img-kakaku1/wave05_sp.png);
    height: 50px;
    bottom: 0;
  }
}

.naturalBlk .inner {
  position: relative;
  z-index: 1;
}

.naturalBlk .ttl > span {
  position: relative;
}

.naturalBlk .ttl > span > b {
  position: relative;
}

.naturalBlk .ttl > span > b::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  background: #29acdf;
  border-radius: 50%;
}

.naturalBlk .ttl > span::after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: -150px;
  margin: auto;
  background: url(../img/img-kakaku1/txt_natural.png) left center no-repeat;
  background-size: contain;
  width: 161px;
  height: 51px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .naturalBlk .ttl > span::after {
    width: 115px;
    height: 100%;
    bottom: -31px;
    right: -87px;
  }
}

.naturalBlk .mapbox {
  position: relative;
  padding-top: 20px;
  margin-bottom: 70px;
}

@media screen and (max-width: 991px) {
  .naturalBlk .mapbox {
    margin-bottom: 35px;
  }
}

.naturalBlk .mapbox > dl {
  width: 60%;
}

@media screen and (min-width: 992px) {
  .naturalBlk .mapbox > dl {
    position: absolute;
    left: 0;
    top: 55px;
  }
}

@media screen and (max-width: 991px) {
  .naturalBlk .mapbox > dl {
    width: 70%;
  }
}

.naturalBlk .mapbox > dl > dt {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 991px) {
  .naturalBlk .mapbox > dl > dt {
    font-size: 1.6rem;
  }
}

.naturalBlk .mapbox > dl > dt > b {
  color: #ff4949;
}

.naturalBlk .mapbox > dl > dd {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.naturalBlk .mapbox > .img {
  margin-left: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .naturalBlk .mapbox > .img {
    margin-top: -25%;
  }
}

.naturalBlk .box01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
  /* PC */
  /* SP */
}

@media screen and (max-width: 991px) {
  .naturalBlk .box01 {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 992px) {
  .naturalBlk .box01 {
    position: relative;
  }
  .naturalBlk .box01 .item {
    width: 31%;
  }
  .naturalBlk .box01 .item:nth-child(n + 4) {
    margin-top: 3.5%;
  }
  .naturalBlk .box01::after {
    content: "";
    display: block;
    width: 31%;
    height: 0;
  }
}

@media screen and (max-width: 991px) {
  .naturalBlk .box01 .item {
    width: 100%;
  }
  .naturalBlk .box01 .item:not(:last-child) {
    margin-bottom: 35px;
  }
}

.naturalBlk .box01 .box_menu {
  display: block;
}

.naturalBlk .box01 .box_menu_img {
  overflow: hidden;
}

.naturalBlk .box01 .box_menu_img > img {
  width: auto;
}

.naturalBlk .box01 .box_menu_main {
  width: 350px;
  margin: -85px 0 0 auto;
  padding: 30px;
  opacity: 0.9;
  background: #fff;
  position: relative;
}

.naturalBlk .box01 .box_menu_main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 30%;
  background: #54c0d6;
  height: 3px;
}

.naturalBlk .box01 .box_menu_ttl {
  margin-bottom: 15px;
}

.naturalBlk .box01 .box_menu_ttl > span {
  display: block;
}

.naturalBlk .box01 .box_menu_ttl > span {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #1797b6;
}

.naturalBlk .box01 .box_menu_description {
  font-size: 1.4rem;
}

.naturalBlk .box01 .box_menu_more {
  text-align: right;
}

.naturalBlk .box01 .box_menu_more > span {
  font-size: 1.4rem;
  color: #9c900d;
  display: inline-block;
  position: relative;
  padding-left: 30px;
}

.naturalBlk .box01 .box_menu_more > span::before {
  content: "";
  position: absolute;
  background: #9c900d;
  height: 2px;
  width: 20px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

@media print, screen and (min-width: 992px) {
  .naturalBlk .box01 .box_menu {
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .naturalBlk .box01 .box_menu_img > img {
    width: 90%;
  }
  .naturalBlk .box01 .box_menu_description {
    padding-bottom: 30px;
  }
  .naturalBlk .box01 .box_menu_more {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .naturalBlk .box01 .box_menu_main {
    width: 90%;
    margin-top: -30px;
    padding: 20px;
    min-height: 220px;
  }
}

@media screen and (max-width: 991px) {
  .naturalBlk .box01 .box_menu_img > img {
    width: 86%;
  }
  .naturalBlk .box01 .box_menu_main {
    width: 85%;
    margin: -40px 0 0 auto;
    padding: 20px;
  }
  .naturalBlk .box01 .box_menu_ttl {
    margin-bottom: 10px;
  }
  .naturalBlk .box01 .box_menu_ttl > span {
    font-size: 1.8rem;
  }
  .naturalBlk .box01 .box_menu_description {
    font-size: 1.3rem;
  }
  .naturalBlk .box01 .box_menu_more {
    margin-top: 15px;
  }
  .naturalBlk .box01 .box_menu_more > span {
    font-size: 1.3rem;
  }
}

.naturalBlk .box02 {
  margin-bottom: 70px;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box02 {
    margin-bottom: 50px;
  }
}

.naturalBlk .box02 h3 {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box02 h3 {
    margin-bottom: 35px;
  }
}

.naturalBlk .box02 .list01 {
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box02 .list01 {
    width: 100%;
  }
}

.naturalBlk .box02 .list01 .item {
  display: flex;
  align-items: center;
  width: 85%;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box02 .list01 .item {
    width: 100%;
  }
}

.naturalBlk .box02 .list01 .item + .item {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box02 .list01 .item + .item {
    margin-top: 30px;
  }
}

.naturalBlk .box02 .list01 .item img {
  max-width: 193px;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box02 .list01 .item img {
    width: 40%;
    margin: 0 0 0 -10%;
  }
}

.naturalBlk .box02 .list01 .item dl {
  padding: 0 0 0 30px;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box02 .list01 .item dl {
    width: 70%;
    padding: 0 0 0 25px;
  }
}

.naturalBlk .box02 .list01 .item dl dt {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box02 .list01 .item dl dt {
    font-size: 1.8rem;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}

.naturalBlk .box02 .list01 .item dl dt > b {
  color: #07a2de;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box02 .list01 .item dl dd p {
    line-height: 1.5;
    font-size: 1.3rem;
  }
}

.naturalBlk .box02 .list01 .item:nth-child(even) {
  flex-direction: row-reverse;
  margin-left: auto;
}

.naturalBlk .box02 .list01 .item:nth-child(even) dl {
  padding: 0 30px 0 0;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box02 .list01 .item:nth-child(even) dl {
    padding: 0 25px 0 0;
  }
}

@media screen and (max-width: 991px) {
  .naturalBlk .box02 .list01 .item:nth-child(even) img {
    width: 40%;
    margin: 0 -10% 0 0;
  }
}

.naturalBlk .box03 h3 {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #666666;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box03 h3 {
    font-size: 1.5rem;
  }
}

.naturalBlk .box03 .tbl_scroll + p {
  text-align: right;
  margin-top: 10px;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box03 .tbl_scroll + p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 991px) {
  .naturalBlk .box03 .tbl_scroll {
    overflow: scroll;
  }
}

.naturalBlk .box03 .tbl {
  margin: 0;
  padding: 0px;
  width: 100%;
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  table-layout: fixed;
  word-wrap: break-word;
  white-space: normal;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box03 .tbl {
    width: 500px;
  }
}

.naturalBlk .box03 .tbl th,
.naturalBlk .box03 .tbl td {
  vertical-align: middle;
  border-bottom: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  padding: 20px 15px;
  line-height: 1.4;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box03 .tbl th,
  .naturalBlk .box03 .tbl td {
    padding: 15px 5px;
  }
}

.naturalBlk .box03 .tbl th {
  background: #00a2de;
  font-weight: 700;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box03 .tbl th {
    font-size: 1.2rem;
    position: sticky;
    left: 0;
    width: 140px;
  }
  .naturalBlk .box03 .tbl th::after {
    position: absolute;
    display: block;
    content: "";
    right: -10px;
    top: 0;
    width: 10px;
    height: 100%;
    z-index: 99;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0, transparent 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.1)), color-stop(100%, transparent));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0, transparent 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0, transparent 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.2) 0, transparent 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14000000', endColorstr='#00000000', GradientType=1);
  }
}

.naturalBlk .box03 .tbl td {
  background: #fff;
  text-align: center;
}

.naturalBlk .box03 .tbl .t1 {
  text-align: center;
}

.naturalBlk .box03 .tbl .t1 > b {
  display: block;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #00a2de;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box03 .tbl .t1 > b {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 992px) {
  .naturalBlk .box03 .caution {
    margin-left: auto;
    display: table;
  }
}

.naturalBlk .box04 {
  margin-top: 70px;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box04 {
    margin-top: 40px;
  }
}

.naturalBlk .box04 h3 {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #666666;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box04 h3 {
    font-size: 1.5rem;
  }
}

.naturalBlk .box04 .image {
  display: table;
  margin: auto;
  max-width: 781px;
  width: 100%;
}

.naturalBlk .box04 .image p {
  text-align: right;
  margin-top: 10px;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box04 .image p {
    font-size: 1.2rem;
    text-align: left;
  }
}

.qualityBlk {
  position: relative;
  padding: 160px 0 120px;
}

@media screen and (max-width: 991px) {
  .qualityBlk {
    padding: 50px 0 70px;
    overflow: hidden;
  }
}

.qualityBlk::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  padding: 50px 0;
  background-image: linear-gradient(#eee 1px, transparent 1px), linear-gradient(to right, #eee 1px, #fff 1px);
  background-size: 20px 20px;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .qualityBlk::before {
    padding: 30px 0;
    height: calc(100% + 50px);
    top: -50px;
  }
}

.qualityBlk .inner {
  position: relative;
  z-index: 1;
}

.qualityBlk .ttl {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .qualityBlk .ttl {
    margin-bottom: 10px;
  }
}

.qualityBlk .ttl > span {
  position: relative;
}

.qualityBlk .ttl > span::after {
  content: "";
  position: absolute;
  bottom: -35px;
  right: -120px;
  margin: auto;
  background: url(../img/img-kakaku1/txt_quality.png) left center no-repeat;
  background-size: contain;
  width: 143px;
  height: 52px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .qualityBlk .ttl > span::after {
    width: 105px;
    height: 100%;
    bottom: -31px;
    right: -76px;
  }
}

.qualityBlk .box01,
.qualityBlk .box03 {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .qualityBlk .box01,
  .qualityBlk .box03 {
    flex-direction: column;
  }
}

.qualityBlk .box01 .item,
.qualityBlk .box03 .item {
  width: 50%;
}

@media screen and (max-width: 991px) {
  .qualityBlk .box01 .item,
  .qualityBlk .box03 .item {
    width: 100%;
  }
}

.qualityBlk .box01 .item:nth-child(1),
.qualityBlk .box03 .item:nth-child(1) {
  max-width: 454px;
}

.qualityBlk .box01 .item:nth-child(2),
.qualityBlk .box03 .item:nth-child(2) {
  margin: 0 0 0 50px;
}

@media screen and (max-width: 991px) {
  .qualityBlk .box01 .item:nth-child(2),
  .qualityBlk .box03 .item:nth-child(2) {
    margin: 15px 0 0 0;
  }
}

.qualityBlk .box01 .item h3,
.qualityBlk .box03 .item h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 991px) {
  .qualityBlk .box01 .item h3,
  .qualityBlk .box03 .item h3 {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
}

.qualityBlk .box01 .item h3 > b,
.qualityBlk .box03 .item h3 > b {
  color: #0088dc;
}

.qualityBlk .box01 .item p,
.qualityBlk .box03 .item p {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 992px) {
  .qualityBlk .box03 {
    flex-direction: row-reverse;
  }
  .qualityBlk .box03 p.caution {
    text-align: right;
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .qualityBlk .box03 .item {
    width: 50%;
  }
  .qualityBlk .box03 .item:nth-child(1) {
    max-width: 454px;
  }
  .qualityBlk .box03 .item:nth-child(2) {
    margin: 0 50px 0 0;
  }
}

@media screen and (max-width: 991px) {
  .qualityBlk .box03 p.caution {
    text-align: right;
    margin: 10px 0 0;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .qualityBlk .box03 .item h3 {
    margin-bottom: 15px;
  }
  .qualityBlk .box03 .item:nth-child(2) {
    margin: 0;
  }
  .qualityBlk .box03 .item:nth-child(2) img {
    margin-bottom: 10px;
    display: block;
  }
}

.qualityBlk .box02 {
  width: 80%;
  margin: auto;
  padding: 50px 0 80px;
}

@media screen and (max-width: 991px) {
  .qualityBlk .box02 {
    width: 100%;
    padding: 35px 0 50px;
  }
}


.qualityBlk .box02 h3{
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 991px) {
  .qualityBlk .box02 h3{
    font-size: 1.7rem;
    margin-bottom: 20px;
    text-align: left;
  }
}

.qualityBlk .box02 h3 > span{
  color: #0088dc;
}

.qualityBlk .box02 .flex{
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 991px) {
  .qualityBlk .box02 .flex{
    align-items: flex-start;
  }
}

.qualityBlk .box02 .flex + .flex{
  margin-top: 25px;
}

.qualityBlk .box02 > .flex >.item:nth-child(1) {
  width: 70%;
  padding-right: 30px;
}

@media screen and (max-width: 991px) {
  .qualityBlk .box02 > .flex >.item:nth-child(1) {
    width: 55%;
    padding-right: 20px;
  }
}

.qualityBlk .box02 > .flex >.item:nth-child(2) {
  width: 30%;
}

@media screen and (max-width: 991px) {
  .qualityBlk .box02 > .flex >.item:nth-child(2) {
    width: 45%;
  }
}

.qualityBlk .box02 > .flex >.item:nth-child(2) img {
  display: block;
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .qualityBlk .box02 > .flex >.item:nth-child(2) img {
    width: 100%;
  }
}

.qualityBlk .box02 > .flex >.item dl dt {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 991px) {
  .qualityBlk .box02 > .flex >.item dl dt {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}

.qualityBlk .box02 > .flex >.item dl dd>ul>li {
  border-bottom: 1px dotted #333;
  padding: 10px 0;
}

@media screen and (max-width: 991px) {
  .qualityBlk .box02 > .flex >.item dl dd>ul>li {
    font-size: 1.2rem;
  }
}

.qualityBlk .box02 > .flex >.item dl dd>ul>li .flex {
  display: flex;
  align-items: flex-start;
}

.qualityBlk .box02 > .flex >.item dl dd>ul>li .flex .item+.item {
  margin-left: 5px;
}

@media screen and (max-width: 991px) {
  .qualityBlk .box02 > .flex >.item dl dd>ul>li .flex .item+.item {
    margin-left: 0;
  }
}

.qualityBlk .box02 > .flex >.item dl dd>ul>li .list-pdf li+li {
  margin-top: 3px;
}

.qualityBlk .box02 > .flex >.item dl dd>ul>li .list-pdf li a {
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .qualityBlk .box02 > .flex >.item dl dd>ul>li .list-pdf li a:hover {
    text-decoration: none;
  }
}

.qualityBlk .box02 > .flex >.item dl dd>ul>li .list-pdf li a>span {
  position: relative;
}

.qualityBlk .box02 > .flex >.item dl dd>ul>li .list-pdf li a>span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  margin: auto;
  width: 19px;
  height: 23px;
  background: url(../img/img-kakaku1/icon_pdf.png) left center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .qualityBlk .box02 > .flex >.item dl dd>ul>li .list-pdf li a>span::before {
    width: 15px;
    height: 20px;
    right: -22px;
  }
}

.onewayBlk {
  position: relative;
  padding: 130px 0 70px;
  margin-top: -143px;
}

@media screen and (max-width: 991px) {
  .onewayBlk {
    padding: 80px 0 50px;
    margin-top: -30px;
    overflow: hidden;
  }
}

.onewayBlk::after {
  background-image: url(../img/img-kakaku1/wave06.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 143px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .onewayBlk::after {
    background-image: url(../img/img-kakaku1/wave06_sp.png);
    height: 30px;
  }
}

.onewayBlk::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 143px);
  width: 100%;
  background: #fffae9;
}

@media screen and (max-width: 991px) {
  .onewayBlk::before {
    height: calc(100% - 30px);
    background: #fffae9;
  }
}

.onewayBlk .inner {
  position: relative;
  z-index: 1;
}

.onewayBlk .ttl {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .onewayBlk .ttl {
    margin-bottom: 10px;
  }
}

.onewayBlk .ttl > span {
  position: relative;
}

.onewayBlk .ttl > span::after {
  content: "";
  position: absolute;
  bottom: -35px;
  right: -70px;
  margin: auto;
  background: url(../img/img-kakaku1/txt_oneway.png) left center no-repeat;
  background-size: contain;
  width: 141px;
  height: 44px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .onewayBlk .ttl > span::after {
    width: 86px;
    height: 100%;
    bottom: -33px;
    right: -17px;
  }
}

.onewayBlk .box01 {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .onewayBlk .box01 {
    flex-direction: column;
    width: 100%;
  }
  .onewayBlk .box01 .item + .item {
    margin-top: 30px;
  }
}

.priceBlk {
  position: relative;
  padding: 120px 0 60px;
  background: #fffae9;
}

@media screen and (max-width: 991px) {
  .priceBlk {
    padding: 80px 0 80px;
  }
}

.priceBlk::after {
  background-image: url(../img/img-kakaku1/wave07.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 143px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .priceBlk::after {
    background-image: url(../img/img-kakaku1/wave07_sp.png);
    height: 30px;
  }
}

.priceBlk::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 143px);
  width: 100%;
  background: #e1f2fd;
}

@media screen and (max-width: 991px) {
  .priceBlk::before {
    height: calc(100% - 30px);
  }
}

.priceBlk-wrap {
  position: relative;
}

.priceBlk-wrap::after {
  background-image: url(../img/img-kakaku1/wave05.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 114px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -174px;
  width: 100%;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .priceBlk-wrap::after {
    background-image: url(../img/img-kakaku1/wave05_sp.png);
    height: 50px;
    bottom: -80px;
  }
}

.priceBlk .ttl > img {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .priceBlk .ttl > img {
    max-height: 25px;
    margin-bottom: 10px;
  }
}

.priceBlk .ttl > span {
  position: relative;
}

.priceBlk .ttl > span::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -150px;
  margin: auto;
  background: url(../img/img-kakaku1/txt_price.png) left center no-repeat;
  background-size: contain;
  width: 135px;
  height: 42px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .priceBlk .ttl > span::after {
    width: 120px;
    height: 28px;
    bottom: -12px;
    right: -110px;
  }
}

.priceBlk .inner {
  position: relative;
  z-index: 1;
}

.priceBlk .box01 + .box01 {
  margin-top: 40px;
}

.guideBlk {
  position: relative;
  padding: 180px 0 70px;
}

@media screen and (max-width: 991px) {
  .guideBlk {
    padding: 50px 0 50px;
  }
}

.guideBlk::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  padding: 50px 0;
  background-image: linear-gradient(#eee 1px, transparent 1px), linear-gradient(to right, #eee 1px, #fff 1px);
  background-size: 20px 20px;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .guideBlk::before {
    padding: 30px 0;
    height: calc(100% + 50px);
    top: -50px;
  }
}

.guideBlk .inner {
  position: relative;
  z-index: 2;
}

.guideBlk .ttl > span {
  position: relative;
  margin-bottom: 10px;
  line-height: 1.4;
}

.guideBlk .ttl > span::after {
  content: "";
  position: absolute;
  top: -35px;
  left: -70px;
  margin: auto;
  background: url(../img/img-kakaku1/txt_guide.png) left center no-repeat;
  background-size: contain;
  width: 99px;
  height: 58px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .guideBlk .ttl > span::after {
    width: 75px;
    height: 48px;
    top: -35px;
    left: -31px;
  }
}

.guideBlk .leadtxt {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .guideBlk .leadtxt {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

.guideBlk .leadtxt .t1 {
  font-size: 2.4rem;
  color: #f76666;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .guideBlk .leadtxt .t1 {
    font-size: 1.6rem;
  }
}

.guideBlk .leadtxt .t2 {
  color: #f76666;
  font-weight: 700;
}

.guideBlk .leadtxt .t3 {
  font-size: 3.8rem;
  color: #f76666;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .guideBlk .leadtxt .t3 {
    font-size: 2.8rem;
  }
}

.guideBlk .box01 {
  margin-bottom: 50px;
  width: 85%;
  margin: 0 auto 30px;
}

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

.guideBlk .box01 .block_flow03_item {
  background-color: #e0f5ff;
  position: relative;
  padding: 35px 35px 35px 170px;
  background-position: left 35px center;
  background-repeat: no-repeat;
  background-size: 90px auto;
  min-height: 160px;
}

.guideBlk .box01 .block_flow03_item:nth-child(2n) {
  background-color: #fffae9;
}

.guideBlk .box01 .block_flow03_item:nth-child(2n)::after {
  border-color: #fffae9 transparent transparent transparent !important;
}

.guideBlk .box01 .block_flow03_item:nth-child(1) {
  background-image: url(../img/img-kakaku1/icon_flow01.png);
  z-index: 4;
}

.guideBlk .box01 .block_flow03_item:nth-child(2) {
  background-image: url(../img/img-kakaku1/icon_flow02.png);
  z-index: 3;
}

.guideBlk .box01 .block_flow03_item:nth-child(3) {
  background-image: url(../img/img-kakaku1/icon_flow03.png);
  z-index: 2;
}

.guideBlk .box01 .block_flow03_item:nth-child(4) {
  background-image: url(../img/img-kakaku1/icon_flow04.png);
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .guideBlk .box01 .block_flow03_item:nth-child(4) {
    background-size: 75px auto;
    min-height: 200px;
    background-position: left 50px center;
  }
}

.guideBlk .box01 .block_flow03_item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 55px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 22px 0 22px;
  border-color: #e0f5ff transparent transparent transparent;
  z-index: 1;
}

.guideBlk .box01 .block_flow03_item dt {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .guideBlk .box01 .block_flow03_item {
    padding: 20px 20px 20px 110px;
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 80px auto;
    min-height: auto;
  }
  .guideBlk .box01 .block_flow03_item:not(:last-child)::after {
    bottom: -18px;
    left: 35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 0 18px;
    border-color: #e0f5ff transparent transparent transparent;
    z-index: 1;
  }
  .guideBlk .box01 .block_flow03_item dt {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 5px;
  }
  .guideBlk .box01 .block_flow03_item:nth-child(4) {
    min-height: 150px;
  }
}

@media screen and (max-width: 991px) and (min-width: 992px) {
  .guideBlk .box01 .block_flow03_item:nth-child(4) {
    background-size: 75px auto;
    background-position: left 50px center;
  }
}

@media screen and (max-width: 991px) and (max-width: 991px) {
  .guideBlk .box01 .block_flow03_item:nth-child(4) {
    background-position: left 15px center;
    background-size: 70px auto;
  }
}

.cvbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cvbox > img {
  width: 80%;
  max-width: 321px;
}

@media screen and (max-width: 991px) {
  .cvbox > img {
    width: 80%;
  }
}

.cvbox > a {
  margin-top: -5px;
}

.voiceBlk {
  position: relative;
  padding: 100px 0 150px;
  background: url(../img/img-kakaku1/bg_voice.png) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (max-width: 991px) {
  .voiceBlk {
    padding: 70px 0 90px;
    background-attachment: inherit;
  }
}

.voiceBlk .inner {
  position: relative;
  z-index: 2;
}

.voiceBlk .ttl > span {
  position: relative;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #fff;
}

.voiceBlk .ttl > span::after {
  content: "";
  position: absolute;
  top: -35px;
  left: -118px;
  margin: auto;
  background: url(../img/img-kakaku1/txt_voice.png) left center no-repeat;
  background-size: contain;
  width: 193px;
  height: 36px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .voiceBlk .ttl > span::after {
    width: 133px;
    height: 25px;
    top: -30px;
    left: -61px;
  }
}

.voiceBlk .leadtxt {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 30px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .voiceBlk .leadtxt {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.voiceBlk-slide {
  display: flex;
}

.voiceBlk-slide .slick-track,
.voiceBlk-slide .slick-list {
  display: flex !important;
}

.voiceBlk-slide .slick-list {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.voiceBlk-slide .item {
  background: #fff;
  padding: 35px 30px;
  display: flex !important;
  height: 100%;
  margin: 0 10px;
  border-radius: 15px;
  position: relative;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 991px) {
  .voiceBlk-slide .item {
    padding: 30px 25px;
  }
}

.voiceBlk-slide .item::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 15px;
  margin: auto;
  background: url(../img/img-kakaku1/icon_voice_top.png) left center no-repeat;
  background-size: contain;
  width: 48px;
  height: 42px;
}

@media screen and (max-width: 991px) {
  .voiceBlk-slide .item::before {
    width: 38px;
    height: 30px;
    top: -15px;
  }
}

.voiceBlk-slide .item::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 15px;
  margin: auto;
  background: url(../img/img-kakaku1/icon_voice_bottom.png) left center no-repeat;
  background-size: contain;
  width: 48px;
  height: 42px;
}

@media screen and (max-width: 991px) {
  .voiceBlk-slide .item::after {
    width: 38px;
    height: 30px;
    bottom: -15px;
  }
}

.voiceBlk-slide .item dl {
  position: relative;
  padding-bottom: 3em;
}

.voiceBlk-slide .item dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .voiceBlk-slide .item dl dt {
    font-size: 1.6rem;
  }
}

.voiceBlk-slide .item dl dd .t1 {
  right: 0;
  bottom: 0;
  position: absolute;
  color: #1fbfa3;
  display: block;
  text-align: right;
  margin-top: 20px;
  font-weight: 700;
}

.voiceBlk .slick-next::after,
.voiceBlk .slick-prev::after {
  border-color: #fff;
}

.voiceBlk .slider_nav .slick-dots .slick-active button {
  background-color: #fff;
}

.faqBlk {
  position: relative;
  padding: 180px 0 130px;
  margin-top: -100px;
}

@media screen and (max-width: 991px) {
  .faqBlk {
    padding: 80px 0 50px;
    margin-top: -50px;
  }
}

.faqBlk .applyBox {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .faqBlk .applyBox {
    margin-top: 20px;
    padding-bottom: 70px;
  }
}

.faqBlk::after {
  background-image: url(../img/img-kakaku1/wave03.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 205px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .faqBlk::after {
    background-image: url(../img/img-kakaku1/wave03_sp.png);
    height: 100px;
  }
}

.faqBlk::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 205px);
  width: 100%;
  background: #fffcf2;
}

@media screen and (max-width: 991px) {
  .faqBlk::before {
    height: calc(100% - 99px);
    background: #fffae9;
  }
}

.faqBlk .inner {
  position: relative;
  z-index: 2;
}

.faqBlk .ttl > span {
  position: relative;
  margin-bottom: 20px;
}

.faqBlk .ttl > span::after {
  content: "";
  position: absolute;
  top: -39px;
  left: -60px;
  margin: auto;
  background: url(../img/img-kakaku1/txt_question.png) left center no-repeat;
  background-size: contain;
  width: 147px;
  height: 45px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .faqBlk .ttl > span::after {
    width: 107px;
    height: 30px;
    top: -30px;
    left: -45px;
  }
}

.faqBlk .qabox {
  padding-top: 30px;
}

@media screen and (max-width: 991px) {
  .faqBlk .qabox {
    padding-top: 10px;
  }
}

.faqBlk .qabox .js_ac_box {
  height: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  visibility: hidden;
  overflow: hidden;
}

.faqBlk .qabox .is_open + .js_ac_box {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.faqBlk .qabox .list_ac_item {
  box-shadow: 0px 0px 3px 1px #ccc;
}

.faqBlk .qabox .list_ac_item:not(:first-child) {
  margin-top: 30px;
}

.faqBlk .qabox .list_ac_link {
  position: relative;
  font-weight: bold;
  padding: 25px 70px 25px 70px;
  cursor: pointer;
  background: #fff url(../img/img-kakaku1/icon_q.png) no-repeat left 20px center;
  background-size: 30px auto;
  color: #07a2de;
  font-size: 1.8rem;
}

.faqBlk .qabox .list_ac_link::before,
.faqBlk .qabox .list_ac_link::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #929292;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px;
  width: 20px;
  height: 4px;
}

.faqBlk .qabox .list_ac_link::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 0.4s ease;
}

.faqBlk .qabox .list_ac_link.is_open::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.faqBlk .qabox .list_ac_main {
  padding: 10px 70px 30px 70px;
  background: #fff url(../img/img-kakaku1/icon_a.png) no-repeat left 20px top 10px;
  background-size: 30px auto;
}

@media screen and (max-width: 991px) {
  .faqBlk .qabox .list_ac_item {
    box-shadow: 0px 0px 2px 1px #ccc;
  }
  .faqBlk .qabox .list_ac_item:not(:first-child) {
    margin-top: 20px;
  }
  .faqBlk .qabox .list_ac_link {
    font-size: 1.5rem;
    padding: 15px 40px 15px 55px;
    background-size: 25px auto;
    background-position: left 15px center;
    line-height: 1.5;
  }
  .faqBlk .qabox .list_ac_link::before,
  .faqBlk .qabox .list_ac_link::after {
    right: 15px;
    width: 15px;
    height: 3px;
  }
  .faqBlk .qabox .list_ac_main {
    padding: 0 40px 20px 55px;
    background-size: 25px auto;
    background-position: left 15px top 2px;
  }
}

.cvBlk {
  padding: 80px 0 50px;
}

@media screen and (max-width: 991px) {
  .cvBlk {
    padding: 35px 0 40px;
  }
}

.supportBlk {
  position: relative;
  padding: 150px 0 200px;
  margin-top: -100px;
}

@media screen and (max-width: 991px) {
  .supportBlk {
    padding: 100px 0 100px;
  }
}

.supportBlk::after {
  background-image: url(../img/img-kakaku1/wave01.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 199px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .supportBlk::after {
    background-image: url(../img/img-kakaku1/wave01_sp.png);
    height: 100px;
  }
}

.supportBlk::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 199px);
  width: 100%;
  background: #e1f2fd;
}

@media screen and (max-width: 991px) {
  .supportBlk::before {
    height: calc(100% - 100px);
    bottom: 0;
  }
}

.supportBlk .inner {
  position: relative;
  z-index: 2;
}

.supportBlk .ttl > span {
  position: relative;
}

.supportBlk .ttl > span::after {
  content: "";
  position: absolute;
  top: -51px;
  left: -77px;
  margin: auto;
  background: url(../img/img-kakaku1/txt_support.png) left center no-repeat;
  background-size: contain;
  width: 148px;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .supportBlk .ttl > span::after {
    width: 128px;
    height: 100%;
    top: -42px;
    left: -36px;
  }
}

.supportBlk-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 60px;
}

.supportBlk-list .item {
  width: 48%;
  background: #fff;
  padding: 45px 30px 30px 30px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .supportBlk-list .item:nth-child(2n) {
    margin-left: 4%;
  }
  .supportBlk-list .item:nth-child(n + 3) {
    margin-top: calc(75px + 4%);
  }
}

@media screen and (max-width: 991px) {
  .supportBlk-list .item {
    width: 100%;
    padding: 40px 25px 25px 25px;
  }
  .supportBlk-list .item + .item {
    margin-top: 90px;
  }
  .supportBlk-list .item:nth-child(1) .icon img {
    width: 42%;
  }
  .supportBlk-list .item:nth-child(2) .icon img {
    width: 35%;
  }
}

.supportBlk-list .item .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: -75px;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: #fff;
  border-radius: 50%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .supportBlk-list .item .icon {
    width: 130px;
    height: 130px;
    top: -65px;
  }
}

.supportBlk-list .item .icon img {
  width: 35%;
  display: block;
  margin: 30px auto 0;
}

@media screen and (max-width: 991px) {
  .supportBlk-list .item .icon img {
    width: 40%;
    margin: 25px auto 0;
  }
}

.supportBlk-list .item dl {
  position: relative;
  z-index: 2;
}

.supportBlk-list .item dl dt {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .supportBlk-list .item dl dt {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.supportBlk-list .item dl dt > span {
  position: relative;
  padding-left: 50px;
}

@media screen and (max-width: 991px) {
  .supportBlk-list .item dl dt > span {
    padding-left: 35px;
    margin-left: -15px;
  }
}

.supportBlk-list .item dl dt > span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 32px;
  height: 24px;
  background: url(../img/img-kakaku1/icon_check.png) left center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .supportBlk-list .item dl dt > span::before {
    width: 25px;
    height: 18px;
  }
}
/*安心サポート追加*/
.optBlk-item{
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .optBlk-item {
    margin-top: 30px;
  }
}
.optBlk-item h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #60b5e6;
  padding: 7px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 991px) {
  .optBlk-item h3 {
    padding: 10px;
  }
}

.optBlk-item h3 > span {
  background: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  color: #60b5e6;
  padding: 7px 15px;
  border-radius: 20px;
  margin-right: 15px;
}
.optBlk-item h3 > span.yellow {
  background-color:transparent;
  font-size: 1.8rem;
  color: #fefb00;
  margin-right: 0px;
}

@media screen and (max-width: 991px) {
  .optBlk-item h3 > span {
    font-size: 1.2rem;
    padding: 7px 10px;
    margin-right: 5px;
  }
.optBlk-item h3 > span.yellow {
  font-size: 1.3rem;
  padding:0 5px 0 0;
}
}

.optBlk-item h3 > b {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .optBlk-item h3 > b {
    font-size: 1.8rem;
  }

}

.optBlk-item .wbox {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #fff;
  padding: 30px 10px 50px;
}

@media screen and (max-width: 991px) {
  .optBlk-item .wbox {
    padding: 10px 15px 20px;
  }
}

.optBlk-item .wbox .t1 {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .optBlk-item .wbox .t1 {
    text-align: left;
    font-size: 1.3rem;
  }
}

.optBlk-item .wbox .t1 b {
    font-size: 2.4rem;
    font-weight: 700;
    color: #02b2db;
}

.optBlk-item .wbox .t1 + .t2 {
  margin-top: 8px;
}

.optBlk-item .wbox .t2 {
  width: 90%;
  display: flex;
  justify-content: flex-end;
  font-size: 1.6rem;
}

@media screen and (max-width: 991px) {
  .optBlk-item .wbox .t2 {
    width: 100%;
    font-size: 1.3rem;
  }
}

.optBlk-item .wbox .t2 > b {
  font-weight: 700;
  color: #ff4343;
}

.optBlk-item .wbox .t2 > span {
  color: #444444;
}

.optBlk-item .wbox .box01 {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .optBlk-item .wbox .box01 dl {
    position: relative;
    padding-left: 90px;
  }
  .optBlk-item .wbox .box01 dl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 70px;
    border-left: 1px dashed #787878;
    width: 1px;
    height: 100%;
  }
}

.optBlk-item .wbox .box01 dl dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .optBlk-item .wbox .box01 dl dt {
    margin-bottom: 5px;
    align-items: flex-start;
  }
}

.optBlk-item .wbox .box01 dl dt img {
  height: 65px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 991px) {
  .optBlk-item .wbox .box01 dl dt img {
    position: absolute;
    left: 10px;
    width: 40px;
    height: auto;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .optBlk-item .wbox .box01 dl dt img.opt02 {
    left: 5px;
    width: 55px;
  }
}

.optBlk-item .wbox .box01 dl dt > span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3em;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .optBlk-item .wbox .box01 dl dt > span {
    justify-content: flex-start;
    text-align: left;
    font-size: 1.3rem;
    height: auto;
  }
}

.optBlk-item .wbox .box01 dl dd p {
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .optBlk-item .wbox .box01 dl dd p {
    line-height: 1.5;
    font-size: 1.3rem;
  }
}

.optBlk-item .wbox .box01 dl dd .list_caution {
  margin-top: 10px;
}

.optBlk-item .wbox .box01 dl dd .list_caution li {
  font-size: 1.2rem;
}

@media screen and (min-width: 992px) {
  .optBlk-item .wbox .box01 {

    position: relative;
  }
  .optBlk-item .wbox .box01 .item {
    width: 33.3333%;
    padding: 0 30px;
  }

  .optBlk-item .wbox .box01 .item:nth-child(2) {
    border-left: 1px dashed #131313;
    border-right: 1px dashed #131313;
  }
}

@media screen and (max-width: 991px) {
  .optBlk-item .wbox .box01 .item {
    width: 100%;
  }
  .optBlk-item .wbox .box01 .item:not(:last-child) {
    margin-bottom: 25px;
  }
}
.optBlk-item .box02{
  margin: 0 auto;
}
.optBlk-item .box02.opt01 img{
    margin-top: 50px;
}
@media screen and (max-width: 991px) {
.optBlk-item .box02.opt01 img{
    margin: 0px 0 10px;
}
}

.optBlk-item .wbox .flex01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 820px;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .optBlk-item .wbox .flex01 {
    flex-direction: column-reverse;
  }
}

.optBlk-item .wbox .flex01 .item:nth-child(1) {
  padding-top: 30px;
}

@media screen and (max-width: 991px) {
  .optBlk-item .wbox .flex01 .item:nth-child(1) {
    padding-top: 20px;
  }
}

.optBlk-item .wbox .flex01 .item p + p {
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .optBlk-item .wbox .flex01 .item {
    width: 48%;
  }
  .optBlk-item .wbox .flex01 .item:nth-child(n + 3) {
    margin-top: 4%;
  }
}

@media screen and (max-width: 991px) {
  .optBlk-item .wbox .flex01 .item {
    width: 100%;
  }
  .optBlk-item .wbox .flex01 .item .image img {
    width: 80%;
    margin: auto;
    display: block;
  }
}

.optBlk-item .wbox .box02 {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.optBlk-item .wbox .box02 .item {
  display: flex;
  flex-direction: column;
}

.optBlk-item .wbox .box02 .item dl {
  padding-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .optBlk-item .wbox .box02 .item dl {
    width: 85%;
    margin: auto;
    padding-bottom: 15px;
  }
}

.optBlk-item .wbox .box02 .item dl dt {
  margin-bottom: 10px;
}

.optBlk-item .wbox .box02 .item dl dt img {
  margin: 0 auto 15px;
  display: block;
}

@media screen and (min-width: 992px) {
  .optBlk-item .wbox .box02 .item dl dt img {
    max-width: 200px;
  }
}

.optBlk-item .wbox .box02 .item dl dt span {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  text-align: center;
}

.optBlk-item .wbox .box02 .item dl dd {
  width: 90%;
  margin: auto;
}

@media screen and (min-width: 992px) {
  .optBlk-item .wbox .box02 .item dl dd {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 991px) {
  .optBlk-item .wbox .box02 .item dl dd {
    width: 100%;
  }
}

.optBlk-item .wbox .box02 .item .price {
  margin-top: auto;
  border-top: 1px solid #ccc;
  padding-top: 15px;
}

.optBlk-item .wbox .box02 .item .price > span {
  display: block;
  text-align: center;
}

.optBlk-item .wbox .box02 .item .price > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .optBlk-item .wbox .box02 .item .price > div {
    align-items: flex-end;
  }
}

.optBlk-item .wbox .box02 .item .price > div > b {
  color: #ff0000;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .optBlk-item .wbox .box02 .item .price > div > b {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 992px) {
  .optBlk-item .wbox .box02 {
    position: relative;
  }
  .optBlk-item .wbox .box02 .item {
    width: 33.3333%;
    padding: 0 30px;
  }
  .optBlk-item .wbox .box02 .item:nth-child(2) {
    border-left: 1px dashed #aaa;
    border-right: 1px dashed #aaa;
  }
}

@media screen and (max-width: 991px) {
  .optBlk-item .wbox .box02 {
    padding-bottom: 10px;
  }
  .optBlk-item .wbox .box02 .item {
    width: 100%;
  }
  .optBlk-item .wbox .box02 .item:not(:last-child) {
    margin-bottom: 35px;
  }
}
/*安心サポート追加*/


.pointBlk {
  position: relative;
  padding: 40px 0;
  margin-top: -100px;
}

@media screen and (max-width: 991px) {
  .pointBlk {
    padding: 45px 0 50px;
    margin-top: -50px;
  }
}

.pointBlk::after {
  background-image: url(../img/img-kakaku1/wave08.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 179px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .pointBlk::after {
    background-image: url(../img/img-kakaku1/wave08_sp.png);
    height: 100px;
  }
}

.pointBlk::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 179px);
  width: 100%;
  background: #fffcf2;
}

@media screen and (max-width: 991px) {
  .pointBlk::before {
    height: calc(100% - 99px);
    background: #fffcf2;
  }
}

.pointBlk .inner {
  position: relative;
  z-index: 2;
}

.pointBlk .ttl {
  margin-bottom: 20px;
  position: relative;
  display: table;
  margin: 0 auto 20px;
}

@media screen and (max-width: 991px) {
  .pointBlk .ttl {
    margin: 0 auto 10px;
  }
}

.pointBlk .ttl::after {
  content: "";
  position: absolute;
  top: -46px;
  left: -61px;
  margin: auto;
  background: url(../img/img-kakaku1/txt_point.png) left center no-repeat;
  background-size: contain;
  width: 136px;
  height: 43px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .pointBlk .ttl::after {
    width: 100px;
    height: 30px;
    top: -32px;
    left: -36px;
  }
}

@media screen and (max-width: 991px) {
  .pointBlk .ttl img {
    max-height: 45px;
  }
}

.pointBlk .ttl > span {
  position: relative;
  margin-bottom: 0;
}

.pointBlk .box01 {
  text-align: center;
}

.pointBlk + .benefitsBlk {
  background: #fffcf2;
}

.enqueteBlk {
  position: relative;
  margin-top: -70px;
  padding: 150px 0 220px;
}

@media screen and (max-width: 991px) {
  .enqueteBlk {
    padding: 60px 0 60px;
    margin-top: -40px;
  }
}

.enqueteBlk::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 179px);
  width: 100%;
  background: #013080;
}

@media screen and (max-width: 991px) {
  .enqueteBlk::before {
    height: calc(100% - 100px);
  }
}

.enqueteBlk::after {
  background-image: url(../img/img-kakaku1/wave09.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 179px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .enqueteBlk::after {
    background-image: url(../img/img-kakaku1/wave09_sp.png);
    height: 100px;
  }
}

.enqueteBlk .inner {
  position: relative;
  z-index: 1;
}

.enqueteBlk .ttl > span {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .enqueteBlk .ttl > span {
    margin-bottom: 0;
  }
}

.enqueteBlk .ttl > span > b {
  color: #fdf849;
}

@media screen and (max-width: 991px) {
  .enqueteBlk .ttl {
    line-height: 1.5;
  }
}

.enqueteBlk-bnr {
  padding-top: 30px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .enqueteBlk-bnr {
    padding-top: 20px;
  }
}

.cautionBlk {
  padding: 50px 0 90px;
}

@media screen and (max-width: 991px) {
  .cautionBlk {
    padding: 20px 0 50px;
  }
}

.cautionBlk-wrap {
  max-width: 800px;
  margin: auto;
}

.cautionBlk-item + .cautionBlk-item {
  margin-top: 70px;
}

@media screen and (max-width: 991px) {
  .cautionBlk-item + .cautionBlk-item {
    margin-top: 35px;
  }
}

.cautionBlk-item dl dt {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: #07a2de;
}

@media screen and (max-width: 991px) {
  .cautionBlk-item dl dt {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
}

.cautionBlk-item dl dd {
  font-size: 1.5rem;
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .cautionBlk-item dl dd {
    font-size: 1.3rem;
  }
}

.cautionBlk-item dl dd .t1 {
  font-weight: 700;
}

.cautionBlk-item dl dd .t2 {
  color: #ff0000;
}

.cautionBlk-links {
  margin-top: 10px;
}

.cautionBlk-links .link {
  position: relative;
  padding-left: 2em;
}

.cautionBlk-links .link::before {
  content: '>>';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  line-height: 1;
  display: flex;
  align-items: center;
  color: #333;
}

.cautionBlk .link {
  text-decoration: underline;
  color: #0000ff;
  font-weight: 700;
}

@media screen and (min-width: 992px) {
  .cautionBlk .link:hover {
    text-decoration: none;
  }
}

.footer {
  padding: 120px 0 120px;
  position: relative;
}

.footer::after {
  background-image: url(../img/img-kakaku1/wave_footer.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 147px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .footer::after {
    background-image: url(../img/img-kakaku1/wave_footer_sp.png);
    height: 50px;
  }
}

.footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 147px);
  width: 100%;
  background: #07a2de;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .footer::before {
    height: calc(100% - 50px);
  }
}

@media screen and (max-width: 991px) {
  .footer {
    padding: 70px 0 90px;
  }
}

.footer .inner {
  position: relative;
  z-index: 2;
}

.footer_logo {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .footer_logo {
    margin-bottom: 25px;
  }
}

.footer_logo a {
  display: block;
}

.footer_logo img {
  max-width: 164px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .footer_logo img {
    max-width: 150px;
  }
}

.footer_text {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .footer_text {
    margin-bottom: 20px;
  }
}

.footer_btn {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .footer_btn {
    margin-bottom: 35px;
  }
}

.footer_btn > a {
  display: flex;
  justify-content: center;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 15px 25px 15px 15px;
  margin: auto;
  width: 80%;
  max-width: 250px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.footer_btn > a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: url(../img/img-kakaku1/icon_blank_w.png) left center no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 991px) {
  .footer_btn > a::before {
    width: 15px;
    height: 15px;
    right: 15px;
  }
}

.footer_btn > a > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
}

@media screen and (min-width: 992px) {
  .footer_btn > a {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .footer_btn > a::before {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .footer_btn > a:hover {
    background-color: #fff;
    color: #07a2de;
  }
  .footer_btn > a:hover::before {
    background-image: url(../img/img-kakaku1/icon_blank.png);
  }
}

@media screen and (max-width: 991px) {
  .footer_btn > a {
    font-size: 1.4rem;
  }
}

.footer_nav ul {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .footer_nav ul {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 991px) {
  .footer_nav ul li {
    width: 40%;
  }
  .footer_nav ul li:nth-child(n + 3) {
    margin-top: 15px;
  }
}

.footer_nav ul li + li {
  margin-left: 5%;
}

@media screen and (max-width: 991px) {
  .footer_nav ul li + li {
    margin-left: 0;
  }
}

.footer_nav ul li a {
  position: relative;
  padding-left: 10px;
  color: #fff;
  font-size: 1.4rem;
}

.footer_nav ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
  width: 5px;
  height: 1px;
}

@media screen and (min-width: 992px) {
  .footer_nav ul li a:hover {
    text-decoration: underline;
  }
}

.footer_copyright {
  margin: 70px auto 0;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .footer_copyright {
    margin: 30px auto 0;
    font-size: 1.2rem;
  }
}

.fixNav {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -1px 2px #eee;
  opacity: 0;
  z-index: 9999;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 991px) {
  .fixNav {
    padding: 0;
    height: 80px;
  }
}

.fixNav.active {
  opacity: 1;
  z-index: 9999;
  pointer-events: all;
}

.fixNav .inner {
  padding: 0;
}

.fixNav-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .fixNav-wrap {
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 992px) {
  .fixNav-wrap .item:last-child {
    margin-left: 15px;
  }
}

@media screen and (max-width: 991px) {
  .fixNav-wrap .item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fixNav-wrap .item:nth-child(1) {
    width: 100%;
    margin-bottom: 0;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fixNav-wrap .item:nth-child(3), .fixNav-wrap .item:nth-child(4) {
    width: 50%;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fixNav-wrap .item:nth-child(3) picture, .fixNav-wrap .item:nth-child(4) picture {
    height: 62%;
  }
  .fixNav-wrap .item:nth-child(3) picture img, .fixNav-wrap .item:nth-child(4) picture img {
    height: 100%;
  }
  .fixNav-wrap .item:nth-child(4) .fixNav-btn {
    background: #f03834;
    border-left: 1px solid #fff;
  }
}

@media screen and (min-width: 992px) {
  .fixNav-wrap .item:nth-child(2) {
    padding: 0 20px;
  }
}

.fixNav .t1 {
  font-size: 2rem;
  font-weight: 700;
  color: #444444;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .fixNav .t1 {
    font-size: 1.3rem;
    line-height: 1;
  }
}

.fixNav .t2 {
  font-size: 2rem;
  font-weight: 700;
  color: #ff413c;
  padding-left: 5px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .fixNav .t2 {
    font-size: 1.3rem;
    line-height: 1;
  }
}

.fixNav .tel {
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.fixNav .footer_time{
	font-size:1.4rem;
	display: block;
	text-align: center;
    line-height: 1;
	padding-left:10px;
}

@media screen and (max-width: 991px) {
  .fixNav .tel {
    width: 100%;
    justify-content: center;
    height: 100%;
    background: #f3f1eb;
  }
}

.fixNav .tel > span {
  font-size: 2.6rem;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  padding-left: 10px;
}

@media screen and (max-width: 991px) {
  .fixNav .tel > span {
    font-size: 1.4rem;
    color: #444444;
    padding-left: 7px;
  }
}

@media screen and (max-width: 991px) {
  .fixNav .tel img {
    width: 22px;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .fixNav-btn {
    width: 100%;
    padding: 0;
    height: 100%;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #39b795;
    position: relative;
  }
  .fixNav-btn::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.fixNav-btn > span {
  position: relative;
  padding-left: 35px;
  margin-left: -15px;
}

@media screen and (max-width: 991px) {
  .fixNav-btn > span {
    padding-left: 23px;
    margin-left: 0;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    font-size: 1.6rem;
  }
}

.fixNav-btn > span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/img-kakaku1/icon_apply.png) left center no-repeat;
  background-size: contain;
  width: 22px;
  height: 26px;
}

@media screen and (max-width: 991px) {
  .fixNav-btn > span::before {
    width: 16px;
    height: 100%;
  }
}

.scroll-hint-icon {
  width: 120px;
  height: 90px !important;
}

/*===================================
  
  animation設定

===================================*/
/* フェードイン */
.fade {
  opacity: 0;
}

.fade.started,
.started .fade {
  animation: fadeIn 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* 下からふわっと */
.fade_b {
  opacity: 0;
}

.fade_b.started,
.started .fade_b {
  animation: fadeIn_b 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}

@keyframes fadeIn_b {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



/*===================================
  
  basic01追加

===================================*/

.voiceBlk-slide .item dl dd .img {
  margin-bottom:15px;
}



/*===================================
  
  block_accordion

===================================*/
.block_accordion {
  margin-top: 30px;
}

.block_accordion {
  position: relative;
}

.block_accordion::after{
	background-image: url(../img/img-basic01/img_plan_bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 42px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: -14px;
    max-width: 880px;
    z-index: -1;
}

.block_accordion:not(:last-child) {
  margin-bottom: 60px;
}

.block_accordion_img {
  position: relative;
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #FFF 50%, #FFF 100%);
  max-width: 880px;
  margin: 0 auto;
  padding-bottom:60px;
}

.block_accordion_img > picture {
  display: block;
}
/*
.block_accordion_img img {
  width: 100%;
}
*/
.block_accordion_main {
  background: #fff;
  padding: 0px 0px 50px 0px;
  max-width: 880px;
  margin: 0 auto;
}

.block_accordion_item:not(:last-child) {
  margin-bottom: 30px;
}

.block_accordion_lead {
  position: absolute;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 55%;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  padding: 20px 30px 20px 0;
}

.block_accordion_lead > dt {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  height: 50%;
  border-bottom: 1px solid #fff;
}

.block_accordion_lead > dd {
  height: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
}

.block_accordion_name > span {
  font-weight: bold;
  color: #fff;
  display: block;
  text-align: left;
}

.block_accordion_name > span:nth-child(2) {
  font-size: 2rem;
}

.block_accordion_name > span:nth-child(2) > b {
  font-size: 1.4rem;
  font-weight: normal;
  padding-left: 1em;
}

.block_accordion_more p{
	text-align: center;
    padding-bottom: 10px;
	position: absolute;
	left: 0;
  right: 0;
	bottom: 3px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color:#787878;
}

.block_accordion_more span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -34px;
  margin: auto;
  width: 46px;
  height: 46px;
  background: #07a2de;
  /*border: 1px solid #FFF;*/
  border-radius: 50%;
  cursor: pointer;
}

.block_accordion_more span::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  margin: auto;
  width: 14px;
  height: 14px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: all .3s;
}

.block_accordion_more.is_open p{
	display: none;
}

.block_accordion_more.is_open span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 12px;
}

.block_accordion_flex {
  display: flex;
}

.block_accordion_flex > p {
  width: 60%;
}

.block_accordion_flex > img {
  display: block;
  margin: 5px 0 0 20px;
  width: 40%;
}
/* アコーディオン */
.block_accordion .js_ac_box {
  height: 0;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
  visibility: hidden;
  overflow: hidden;
	background: #FFF;
	max-width: 880px;
    margin: 0 auto;
}

.block_accordion_more.is_open + .js_ac_box {
  height: auto;
  opacity: 1;
  visibility: visible;
  margin-top: -45px;
}

/* SP */
@media screen and (max-width: 991px) {
	
	.block_accordion {
	  position: relative;
	  background: #FFF;
		border-radius: 10px 10px 0 0;
		max-width: 560px;
		margin: 30px auto 40px;	
	}
	
	.block_accordion_img {
    	background: none;
		max-width: 560px;
    	margin: 60px auto 0px;
		padding-bottom: 15px;
}

	.block_accordion_img .image{
		position: relative;
	}	
	
	.block_accordion_img .image::before {
  	content: "";
    position: absolute;
    left: -13px;
    right: 0;
    top: -40px;
    margin: auto;
    height: calc(100% - 201px);
    background: #41b8ff;
    background: url(../img/img-basic01/ico_01.png) left center no-repeat;
    height: 100px;
    background-size: contain;
}
	
	.block_accordion.icon02 .block_accordion_img .image::before {
  	content: "";
    position: absolute;
    left: -13px;
    right: 0;
    top: -32px;
    margin: auto;
    height: calc(100% - 201px);
    background: #41b8ff;
    background: url(../img/img-basic01/ico_02.png) left center no-repeat;
    height: 101px;
    background-size: contain;
}
	
	.block_accordion.icon02{
		margin: 30px auto 10px;
	}
	
  .block_accordion::after{
	background-image: url(../img/img-basic01/img_plan_bg_sp.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: -23px;
    max-width: 100%;
    z-index: -1;
}	
	
	
	
  .block_accordion:not(:last-child) {
    margin-bottom: 40px;
  }
  .block_accordion_main {
    padding: 20px 20px 30px 20px;
  }
  .block_accordion_item .ttl_bd {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
  .block_accordion_item:not(:last-child) {
    margin-bottom: 25px;
  }
  .block_accordion_lead {
    height: 62%;
    width: 55%;
    top: 50%;
    right: 7%;
    padding: 0;
  }
  .block_accordion_lead > dt {
    font-size: 1.5rem;
    padding-bottom: 10px;
    height: auto;
  }
  .block_accordion_lead > dd {
    height: 100%;
  }
  .block_accordion_name > span {
    text-align: right;
  }
  .block_accordion_name > span:nth-child(2) {
    font-size: 1.1rem;
  }
  .block_accordion_name > span:nth-child(2) > b {
    font-size: 0.9rem;
    letter-spacing: 0.01em;
  }
  .block_accordion_more {
    bottom: -19px;
    width: 38px;
    height: 38px;
	padding: 10px;  
  }
  .block_accordion_more::after {
    bottom: 13px;
    width: 14px;
    height: 14px;
  }
  .block_accordion_more.is_open::after {
    bottom: 8px;
  }
  .block_accordion_flex {
    flex-direction: column;
  }
  .block_accordion_flex > p {
    width: 100%;
  }
  .block_accordion_flex > img {
    margin: 10px 0 0 0;
    width: 100%;
  }
	
	.block_accordion_more.is_open + .js_ac_box {
  margin-top: -60px;
}
	.block_accordion_more span{
		bottom: -30px;
	}
	.block_accordion_more p {
		bottom: 8px;
	}

}

/*===================================
  
  basicフッター追加

===================================*/

.basic .fixNav .tel{
	line-height: 1.5;
}

.basic .fixNav .footer_time{
	font-size:1.4rem;
	display: block;
	text-align: center;
    line-height: 1;
	padding-left:10px;
}

@media screen and (max-width: 1000px) {
	.basic .fixNav-wrap .item:nth-child(2) {
    padding: 0 10px;
}
}


/*===================================
  
  basic02

===================================*/
.basic02 .ouboBlk{
	padding: 80px 0 100px;
}

.basic02 .mv{
	margin: -54px 0 30px;
	max-height: 745px;
	background: url(../img/img-basic02/mv_bg.png) center top no-repeat;
	background-size: cover;

}

.basic02 .mv .picture{
	height:auto;
}

.basic02 .mv picture{
	padding-top: 20px;
	margin-left: -105px;
}

.basic02 .ouboBlk .flex {
    padding: 20px 0 40px;
    display: flex;
	justify-content: center;
    align-items: flex-start;
}

.basic02 .ouboBlk .ttl{
	font-size: 3.4rem;
    font-weight: 700;
	color: #07a2de;
}

.basic02 .ouboBlk .flex .item{
	width:50%;
	padding: 0 30px;
	margin-top :0;
	text-align: center;
}

.basic02 .ouboBlk .flex dl{
	text-align: center;
	padding-bottom:10px;
}

.basic02 .ouboBlk .flex dt{
	display: inline-block;
	background:#07a2de;
	border-radius: 30px;
	padding:2px 20px;
	text-align: center;
	color:#FFF;
	font-size: 1.6rem;
	margin: 0 auto;
}

.basic02 .ouboBlk .flex dd{
	padding-top:20px;
	text-align: left;
	font-size: 1.3rem;
}
.basic02 .ouboBlk .flex dd span{
	font-weight: bold;
}

.basic02 .ouboBlk .flex .item:nth-child(2) dl{
	padding-bottom:30px;
}

.basic02 .ouboBlk .flex .item:nth-child(1){
	background: url(../img/img-basic02/line.png) right top no-repeat;
	background-size:contain;
}

.basic02 .ouboBlk .flex .item:nth-child(1) picture{
	padding-right: 30px;
}

.basic02 .link_btn{
	text-align: center;
}

.basic02 .link_btn a{
	border: 2px solid #07a2de;
    border-radius: 30px;
    padding: 15px 80px 15px 70px;
    color: #07a2de;
    font-weight: bold;
    font-size: 1.8rem;
    position: relative;
}

.basic02 .link_btn a:hover{
	background:#07a2de;
	color:#FFF;
}
.basic02 .link_btn a:before{
	content: '';
    position: absolute;
    right: 30px;
    bottom: 24px;
    margin: auto;
    width: 15px;
    height: 15px;
    border-top: 3px solid #07a2de;
    border-right: 3px solid #07a2de;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: all .3s;
}

.basic02 .link_btn a:hover:before{
	border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}

.basic02 .benefitsBlk::before{
	background: #41b8ff url(../img/img-kakaku1/bg_benefits.png) left top no-repeat;
    background-size: contain;
}

.basic02 .cautionBlk .waterserver{
	display: flex;
}

.basic02 .cautionBlk .waterserver ul{
	width:50%;
}

.basic02 .cautionBlk dd p{
	padding-bottom:20px;
}

.basic02 .cautionBlk ul{
	padding-bottom:15px;
}
.basic02 .cautionBlk ul li{
	text-indent: -1.8rem;
    padding-left: 1.8rem;
	line-height: 2.3;
}
	
.basic02 .cautionBlk li:before{
	content:  "";     /* 空の要素作成 */
    width:  7px;               /* 幅指定 */
    height:  7px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #07a2de;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
	margin-bottom: 2px;                  /* 位置調整 */
    margin-right: 10px;          /* 余白指定 */
}


@media screen and (max-width: 991px) {
	.basic02 .mv picture{
		margin-left: 0;
		padding-top: 40px;
}
	.basic02 .mv {
    	margin: -30px 0 15px;
		background: url(../img/img-basic02/mv_bg_sp.png) center top no-repeat;
		background-size: cover;
		max-height: inherit;
	}

	.basic02 .mv img {
    width: 100%;
    height: auto;
	}
	
	.basic02 .ouboBlk .ttl{
		font-size: 2.0rem;
	}
	
	.basic02 .ouboBlk {
    padding: 55px 0 60px;
	}
	
	.basic02 .ouboBlk .flex {
    padding: 20px 0 40px;
    display: block;
	}
	
	.basic02 .ouboBlk .flex .item{
		width:100%;
		padding: 0 10px;
	}
	.basic02 .ouboBlk .flex dl{
		padding-bottom:15px;
	}
	
	.basic02 .ouboBlk .flex dd {
    	padding-top: 10px;
		line-height: 1.5;
	}
	
	.basic02 .ouboBlk .flex .item:nth-child(1){
	padding-bottom:30px;
	}
	
	.basic02 .ouboBlk .flex .item:nth-child(1){
		background:none;
	}
	
	.basic02 .ouboBlk .flex .item:nth-child(2) img {
    	    width: 85%;
	}
	
	.basic02 .ouboBlk .flex dt{
		width:95%;
	}
	
	.basic02 .link_btn a {
    font-size: 1.4rem;
}
	.basic02 .cautionBlk .waterserver{
		display: block;
		padding-bottom: 15px;
	}
	.basic02 .cautionBlk .waterserver ul {
    	width: 100%;
	}
	.basic02 .cautionBlk ul {
    padding-bottom: 0;
	}
	
	.basic02 .cautionBlk dd p {
    padding-bottom: 10px;
	}
	.basic02 .benefitsBlk::before{
	background: #41b8ff url(../img/img-kakaku1/bg_benefits_sp.png) left top no-repeat;
    background-size: contain;
}
  .benefitsBlk .inner {
    padding: 0 0% 0 0;
  }
}
/*===================================
  
  災害対策LP（disaster.html）

===================================*/
.mv.disaster{
  position: relative;
  height: 80vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 0 0;
  padding-bottom: 10px;
  max-height: 820px;
  position: relative;
  background: url(../img/img-disaster/mv_bg.png) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .mv.disaster{
    background-image: url(../img/img-disaster/mv_bg_sp.png);
    height: auto;
    margin: 0 0 0 0;
    max-height: inherit;
  }
}
@media screen and (max-width: 991px) {
  .mv.disaster img {
    width: 100%;
    height: auto;
  }
}
.disasterBlk {
  position: relative;
  padding: 70px 0 70px;
  background: #fffcdb;
}
@media screen and (max-width: 991px) {
  .disasterBlk {
  padding: 50px 0;
  }
}
.disasterBlk .image{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
    gap:30px;
}
.disasterBlk .arrow01 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  margin: auto;
  width: 95px;
  height: 70px;
}

@media screen and (max-width: 991px) {
  .disasterBlk .arrow01 {
    width: 75px;
    height: 55px;
    bottom: -30px;
  }
}

.disasterBlk .arrow01 > span {
  position: relative;
}

.disasterBlk .arrow01 > span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 95px;
  height: 70px;
  background-image: url(../img/img-disaster/arrow01.png);
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .disasterBlk .arrow01 > span::after  {
    background-size: 75px 55px;
  }
}
.stockpilingBlk .image{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
    gap:40px;
    margin: 40px 0 70px;
}
@media screen and (max-width: 991px) {
.stockpilingBlk .image{
    gap:30px;
    margin: 50px 0 0px;
  }
}
.benefitsBlk.disaster {
  position: relative;
  padding: 100px 0 100px;
}

@media screen and (max-width: 991px) {
  .benefitsBlk.disaster {
    padding: 60px 0 50px;
  }
  .benefitsBlk.disaster .benefitsBlk-image:nth-child(2) {
    padding-left:3%;
  }
}

@media screen and (max-width: 991px) {
  .benefitsBlk.disaster .inner {
    padding: 0 3% 0 0;
  }
}

.benefitsBlk.disaster::after {
background-image: none;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .benefitsBlk.disaster::after {
    background-image: none;
    height: 50px;
  }
}
.benefitsBlk.disaster::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  background: #41b8ff;
  background: url(../img/img-kakaku1/bg_benefits.png) left center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .benefitsBlk.disaster::before {
    height: calc(100% - 49px);
    background-image: url(../img/img-kakaku1/bg_benefits_sp.png);
  }
}