@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Contents */
/* ============================================ */
body {
  width: 100%;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  font-weight: 400;
  color: #454545;
  font-size: 16px;
  line-height: 1.6;
}

.appdl-body {
  position: relative;
}
.appdl-body img {
  width: 100%;
  vertical-align: top;
}
.appdl-body header {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 160px;
}
.appdl-body .con-inner {
  width: calc(1080 / 1366 * 100%);
  margin: 0 auto;
  max-width: 1300px;
  min-width: 1080px;
}
.appdl-body a {
  transition: all 0.5s;
}
.appdl-body a:hover {
  opacity: 0.7;
  transition: all 0.5s;
}
.sp-con {
  display: none;
}
@media (max-width: 1024px) {
  .appdl-body .con-inner {
    width: calc(335 / 375 * 100%);
    min-width: initial;
    min-width: auto;
  }
}
@media (max-width: 960px) {
  .appdl-body header {
    top: 40px;
    right: calc(20 / 375 * 100%);
    width: 200px;
  }
  .pc-con {
    display: none;
  }
  .sp-con {
    display: block;
  }
}
@media (max-width: 500px) {
  .appdl-body header {
    top: 20px;
    width: 100px;
  }
}

/* mv */
.mv {
  padding: 7.32vw 0 9.15vw;
  background-image: url(../img/img-mv-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.mv .txtbox {
  margin-left: calc(57 / 1080 * 100%);
}
.mv .lead-txt {
  margin-bottom: 17px;
  color: #fce29c;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
  line-height: 1;
  position: relative;
}
.mv .lead-txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  width: 28px;
  height: 31px;
  background-image: url(../img/icon-asirai-1.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.mv .lead-txt .bg {
  margin-right: 8px;
  font-size: 80px;
  font-weight: 700;
}
.mv .ttl {
  margin-bottom: 60px;
  font-size: 92px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.mv .ttl .sm {
  display: block;
  margin-bottom: 22px;
  font-size: 35px;
}
.mv .ttl .text {
  display: block;
  margin-top: 15px;
  font-size: 22px;
}

.dl-box {
  text-align: center;
  width: 380px;
}
.dl-box .txt {
  display: inline-block;
  margin-bottom: 27px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.dl-box .txt::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -30px;
  width: 20px;
  height: 35px;
  background-image: url(../img/icon-dl-left.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.dl-box .txt::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -30px;
  width: 20px;
  height: 35px;
  background-image: url(../img/icon-dl-right.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.dl-box .list {
  display: flex;
}
.dl-box .list .item {
  width: 198px;
}
.dl-box .list .item:first-of-type {
  width: 163px;
  margin-right: 20px;
}

.sp-dl-box {
  display: none;
}

@media (max-width: 1024px) {
  .mv .txtbox {
    margin-left: 0;
  }
}
@media (max-width: 960px) {
  .mv {
    padding: 100px 0 720px;
    background-image: url(../img/sp-img-mv-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .mv .lead-txt {
    font-size: 40px;
  }
  .mv .lead-txt::before {
    content: "";
    position: absolute;
    left: -30px;
    width: 30px;
    height: 40px;
  }
  .mv .lead-txt .bg {
    margin-right: 16px;
    font-size: 116px;
  }
  .mv .ttl {
    font-size: 130px;
  }
  .mv .ttl .sm {
    margin-bottom: 20px;
    font-size: 48px;
  }
  .mv .ttl .text {
    margin-top: 30px;
    font-size: 32px;
  }

  .dl-box {
    display: none;
  }
  .sp-dl-box {
    display: block;
    background-color: #7baee0;
    padding: 84px 0;
    width: 100%;
  }
  .dl-box .txt {
    margin-bottom: 27px;
    font-size: 46px;
  }
  .dl-box .txt::before {
    bottom: 5px;
    left: -50px;
    width: 30px;
    height: 50px;
  }
  .dl-box .txt::after {
    bottom: 5px;
    right: -50px;
    width: 30px;
    height: 50px;
  }
  .dl-box .list {
    justify-content: center;
  }
  .dl-box .list .item {
    width: 348px;
  }
  .dl-box .list .item:first-of-type {
    width: 286px;
    margin-right: 36px;
  }
}
@media (max-width: 500px) {
  .mv {
    padding: 50px 0 360px;
  }
  .mv .lead-txt {
    font-size: 20px;
  }
  .mv .lead-txt::before {
    left: -15px;
    width: 15px;
    height: 20px;
  }
  .mv .lead-txt .bg {
    margin-right: 8px;
    font-size: 58px;
  }
  .mv .ttl {
    font-size: 65px;
  }
  .mv .ttl .sm {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .mv .ttl .text {
    margin-top: 15px;
    font-size: 16px;
  }

  .dl-box {
    padding: 42px 0;
  }
  .dl-box .txt {
    margin-bottom: 13.5px;
    font-size: 23px;
  }
  .dl-box .txt::before {
    bottom: 2.5px;
    left: -25px;
    width: 15px;
    height: 25px;
  }
  .dl-box .txt::after {
    bottom: 2.5px;
    right: -25px;
    width: 15px;
    height: 25px;
  }
  .dl-box .list .item {
    width: 174px;
  }
  .dl-box .list .item:first-of-type {
    width: 143px;
    margin-right: 18px;
  }
}

/* why */
.why .head-block {
  padding: 16px 0 30px;
  background-color: #f5f5f5;
}
.why .head-block .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.why .head-block .wrap .comment {
  font-size: 36px;
  font-weight: bold;
}
.why .head-block .wrap .img {
  width: 264px;
  margin-left: 50px;
}
.why .ar-icon {
  width: 113px;
  margin: 0 auto;
}
.why .content-block {
  padding: 40px 0 90px;
}
.why .content-block .wrap {
  width: calc(1003 / 1080 * 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.why .content-block .wrap .icon {
  width: calc(230 / 1003 * 100%);
}
.why .content-block .wrap .txtbox {
  width: calc(648 / 1003 * 100%);
  background-color: #fdeec6;
  border-radius: 2px;
  padding: 40px 37px;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1.75;
  position: relative;
}
.why .content-block .wrap .txtbox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 35px;
  height: 30px;
  background-image: url(../img/icon-ar-4.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.why .content-block .wrap .txtbox .ttl {
  margin-bottom: 20px;
  font-size: 24px;
}

@media (max-width: 960px) {
  .why .head-block {
    padding: 14px 0 20px;
  }
  .why .head-block .wrap .comment {
    font-size: 36px;
    width: calc(100% - 113px);
  }
  .why .head-block .wrap .img {
    width: 190px;
    margin-left: 14px;
  }
  .why .ar-icon {
    width: 62px;
  }
  .why .content-block {
    padding: 40px 0 60px;
  }
  .why .content-block .wrap {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .why .content-block .wrap .icon {
    width: calc(180 / 335 * 100%);
    margin: 0 auto;
  }
  .why .content-block .wrap .txtbox {
    width: 100%;
    margin-bottom: 60px;
    padding: 60px 40px;
    font-size: 32px;
  }
  .why .content-block .wrap .txtbox::before {
    top: auto;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 36px;
    height: 32px;
    background-image: url(../img/sp-icon-ar-4.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .why .content-block .wrap .txtbox .ttl {
    margin-bottom: 30px;
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  .why .head-block {
    padding: 7px 0 10px;
  }
  .why .head-block .wrap .comment {
    font-size: 18px;
    width: calc(100% - 101px);
  }
  .why .head-block .wrap .img {
    width: 94px;
    margin-left: 7px;
  }
  .why .ar-icon {
    width: 31px;
  }
  .why .content-block {
    padding: 20px 0 30px;
  }
  .why .content-block .wrap .txtbox {
    margin-bottom: 30px;
    padding: 30px 20px;
    font-size: 16px;
  }
  .why .content-block .wrap .txtbox::before {
    bottom: -12px;
    width: 18px;
    height: 16px;
  }
  .why .content-block .wrap .txtbox .ttl {
    margin-bottom: 15px;
    font-size: 20px;
  }
}

/* flow */
.flow {
  padding: 30px 0 45px;
  background-color: rgba(114, 200, 255, 0.5);
}
.flow .ttl {
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.flow .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.flow .item {
  width: calc(200 / 1080 * 100%);
}
.flow .item .txt {
  text-align: center;
  margin-top: 16px;
  font-size: 18px;
  font-weight: bold;
}
.flow .item-icon {
  width: 28px;
  margin: 82px calc(18 / 1080 * 100%) 0;
}
@media (max-width: 960px) {
  .flow {
    padding: 60px 0;
    margin: 0 calc(20 / 375 * 100%) 40px;
  }
  .flow .ttl {
    margin-bottom: 40px;
    font-size: 40px;
  }
  .flow .list {
    display: block;
  }
  .flow .item {
    width: calc(160 / 335 * 100%);
    margin: 0 auto;
  }
  .flow .item .txt {
    margin-top: 12px;
    font-size: 32px;
  }
  .flow .item-icon {
    width: 28px;
    margin: 20px auto;
    transform: rotate(90deg);
  }
}
@media (max-width: 500px) {
  .flow {
    padding: 30px 0;
    margin: 0 calc(20 / 375 * 100%) 20px;
  }
  .flow .ttl {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .flow .item .txt {
    margin-top: 6px;
    font-size: 16px;
  }
  .flow .item-icon {
    width: 14px;
    margin: 10px auto;
  }
}

/* function */
.func {
  padding: 70px 0 80px;
  background-color: rgba(114, 200, 255, 0.2);
}
.func .ttl {
  text-align: center;
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: bold;
}
.func .list {
  margin-bottom: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.func .item {
  width: calc(210 / 1080 * 100%);
  margin: 0 calc(60 / 1080 * 100%) 30px;
  background-color: #fce29c;
  padding: 10px 8px 23px;
  border-radius: 10px;
  position: relative;
}
.func .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 72.6px;
  height: 16.3px;
  background-color: #fce29c;
  border-radius: 3px;
}
.func .item:nth-child(2n) {
  background-color: #69c3fc;
}
.func .item:nth-child(2n)::before {
  background-color: #69c3fc;
}

.func .item .inner-radius {
  border-radius: 10px;
  padding: 50px 10px 45px;
  background-color: #fff;
}
.func .item .img {
  width: 140px;
  height: 140px;
  margin: 0 auto 20px;
}
.func .item .txt {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.func .btn {
  width: 400px;
  margin: 0 auto;
}
.func .btn a {
  display: block;
  padding: 22.41px 30px;
  font-size: 22px;
  background-color: #b8e3ff;
  font-weight: bold;
  border-radius: 43px;
  box-shadow: 0 6px 0 #72c8ff;
  transition: all 0.5s;
  position: relative;
}
.func .btn a::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  background-image: url(../img/icon-ar-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 66px;
  height: 66px;
}
.func .btn a:hover {
  transition: all 0.5s;
  box-shadow: 0 0 0 #72c8ff;
}

@media (max-width: 1024px) {
  .func .item {
    width: calc(310 / 1080 * 100%);
    margin: 0 0 30px;
  }
}
@media (max-width: 960px) {
  .func {
    padding: 60px 0 70px;
  }
  .func .ttl {
    margin-bottom: 80px;
    font-size: 52px;
  }
  .func .list {
    margin-bottom: 20px;
  }
  .func .item {
    width: calc(128 / 335 * 100%);
    margin: 0 calc(19 / 337 * 100%) 40px;
    padding: 12px 10px 26px;
    border-radius: 14px;
  }
  .func .item::before {
    width: 88px;
    height: 20px;
  }

  .func .item .inner-radius {
    border-radius: 8px;
    padding: 60px 4px 40px;
  }
  .func .item .img {
    width: 170px;
    height: 170px;
    margin: 0 auto 20px;
  }
  .func .item .txt {
    font-size: 28px;
    min-height: 5em;
  }
  .func .btn {
    width: calc(244 / 335 * 100%);
  }
  .func .btn a {
    padding: 22.41px 40px;
    font-size: 32px;
    border-radius: 86px;
    box-shadow: 0 12px 0 #72c8ff;
  }
  .func .btn a::before {
    top: 8px;
    right: 8px;
    background-image: url(../img/sp-icon-ar-2.png);
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 500px) {
  .func {
    padding: 30px 0 35px;
  }
  .func .ttl {
    margin-bottom: 40px;
    font-size: 26px;
  }
  .func .list {
    margin-bottom: 10px;
  }
  .func .item {
    margin: 0 calc(19 / 337 * 100%) 20px;
    padding: 6px 5px 13px;
    border-radius: 7px;
  }
  .func .item::before {
    width: 44px;
    height: 10px;
  }

  .func .item .inner-radius {
    border-radius: 5px;
    padding: 30px 2px 20px;
  }
  .func .item .img {
    width: 85px;
    height: 85px;
    margin: 0 auto 10px;
  }
  .func .item .txt {
    font-size: 14px;
    min-height: 5em;
  }
  .func .btn a {
    padding: 11px 20px;
    font-size: 16px;
    border-radius: 43px;
    box-shadow: 0 6px 0 #72c8ff;
  }
  .func .btn a::before {
    top: 4px;
    right: 4px;
    width: 40px;
    height: 40px;
  }
}

/* faq */
.faq {
  padding: 75px 0;
}
.faq .ttl {
  text-align: center;
  margin-bottom: 60px;
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
.faq .item {
  margin-bottom: 10px;
}
.faq .item .qbox {
  background-color: #fce29c;
  position: relative;
  border-radius: 2px;
  cursor: pointer;
}
.faq .item .qbox .txt,
.faq .item .abox .txt {
  display: flex;
  align-items: center;
  padding: 5px 0 6.5px 20px;
}
.faq .item .abox .txt {
  align-items: flex-start;
}
.faq .item .abox .txt {
  padding: 10px 0 16.5px 20px;
}
.faq .item .qbox > .icon {
  position: absolute;
  top: 6px;
  right: 6px;
  background-color: #fff;
  width: 73px;
  height: 73px;
  border-radius: 2px;
}
.faq .item .qbox > .icon .icon-vertical {
  display: block;
  position: absolute;
  top: 22.5px;
  left: 34.5px;
  width: 4px;
  height: 28px;
  background-color: #454545;
}
.faq .item.open .qbox > .icon .icon-vertical {
  width: 0;
}
.faq .item .qbox > .icon .icon-horizon {
  display: block;
  position: absolute;
  top: 34.5px;
  left: 22.5px;
  width: 28px;
  height: 4px;
  background-color: #454545;
}

.faq .item .txt .icon {
  margin-right: 20px;
  font-size: 46px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #fff;
}

.faq .item .cont {
  width: calc(100% - 58px);
  font-size: 20px;
  font-weight: bold;
}
.faq .item .abox {
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  border: #fce29c 6px solid;
  border-top: none;
}
.faq .item .abox .cont {
  font-weight: 400;
}
.faq .item .abox.is-open {
  height: 100%;
  transition: all 0.5s;
}
.faq .item .abox .icon {
  color: #fce29c;
  line-height: 1.2;
}

@media (max-width: 960px) {
  .faq {
    padding: 48px 0;
  }
  .faq .ttl {
    margin-bottom: 60px;
    font-size: 52px;
  }
  .faq .item {
    margin-bottom: 20px;
  }
  .faq .item .qbox .txt,
  .faq .item .abox .txt {
    padding: 14px 100px 20px 20px;
  }
  .faq .item .qbox > .icon {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 66px;
    height: 66px;
  }
  .faq .item .qbox > .icon .icon-vertical {
    top: 20px;
    left: 30px;
    width: 4px;
    height: 26px;
  }
  .faq .item .qbox > .icon .icon-horizon {
    top: 30px;
    left: 20px;
    width: 26px;
    height: 4px;
    background-color: #454545;
  }

  .faq .item .txt .icon {
    margin-right: 24px;
    font-size: 48px;
  }

  .faq .item .cont {
    width: calc(100% - 72px);
    font-size: 32px;
  }
  .faq .item .abox {
    border: #fce29c 6px solid;
  }
}
@media (max-width: 500px) {
  .faq {
    padding: 24px 0;
  }
  .faq .ttl {
    margin-bottom: 30px;
    font-size: 26px;
  }
  .faq .item {
    margin-bottom: 10px;
  }
  .faq .item .qbox .txt {
    padding: 7px 50px 10px 10px;
  }
  .faq .item .abox .txt {
    padding: 7px 10px 15px 10px;
  }
  .faq .item .qbox > .icon {
    right: 10px;
    width: 33px;
    height: 33px;
  }
  .faq .item .qbox > .icon .icon-vertical {
    top: 10px;
    left: 15px;
    width: 2px;
    height: 13px;
  }
  .faq .item .qbox > .icon .icon-horizon {
    top: 15px;
    left: 10px;
    width: 13px;
    height: 2px;
  }

  .faq .item .txt .icon {
    margin-right: 12px;
    font-size: 24px;
  }

  .faq .item .cont {
    width: calc(100% - 36px);
    font-size: 16px;
  }
  .faq .item .abox {
    border: #fce29c 3px solid;
  }
}

/* footer */
.dl-box-bg {
  padding: 60px 0 70px;
  background-color: #72c8ff;
  width: 100%;
}
.dl-box-bg .ttl {
  margin-bottom: 30px;
  font-size: 31px;
  color: #fff;
  font-weight: bold;
}
.dl-box-bg .list {
  justify-content: center;
}
.dl-box-bg .list .item {
  width: 255px;
}
.dl-box-bg .list .item:first-of-type {
  width: 210px;
}

.notes {
  padding: 70px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 2.3;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.copyright {
  text-align: center;
  padding: 0.4px 0;
  background-color: #72c8ff;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

@media (max-width: 960px) {
  .dl-box-bg {
    display: block;
    padding: 60px 0;
  }
  .dl-box-bg .ttl {
    margin-bottom: 60px;
    font-size: 36px;
    line-height: 1.8;
  }
  .dl-box-bg .txt {
    margin-bottom: 52px;
    font-size: 36px;
  }
  .dl-box-bg .txt::before {
    bottom: -5px;
    left: -60px;
    width: 40px;
    height: 70px;
  }
  .dl-box-bg .txt::after {
    bottom: -5px;
    right: -60px;
    width: 40px;
    height: 70px;
  }
  .dl-box-bg .list .item {
    width: calc(154 / 335 * 100%);
  }
  .dl-box-bg .list .item:first-of-type {
    width: calc(122 / 335 * 100%);
  }

  .notes {
    padding: 100px 0;
    font-size: 32px;
    line-height: 1.75;
  }

  .copyright {
    padding: 7px 0;
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .dl-box-bg {
    padding: 30px 0;
  }
  .dl-box-bg .ttl {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .dl-box-bg .txt {
    margin-bottom: 26px;
    font-size: 18px;
  }
  .dl-box-bg .txt::before {
    bottom: -2.5px;
    left: -30px;
    width: 20px;
    height: 35px;
  }
  .dl-box-bg .txt::after {
    bottom: -2.5px;
    right: -30px;
    width: 20px;
    height: 35px;
  }

  .notes {
    padding: 50px 0;
    font-size: 16px;
  }

  .copyright {
    padding: 3.5px 0;
    font-size: 10px;
  }
}
