@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

/*-------------------------------------------------------------
 メディアクエリ
-------------------------------------------------------------*/
/*-------------------------------------------------------------
 アイコンフォント読み込み
-------------------------------------------------------------*/
/*-------------------------------------------------------------
 ボタン
-------------------------------------------------------------*/
/*-------------------------------------------------------------
 マウスオーバー
-------------------------------------------------------------*/
/*-------------------------------------------------------------
 カラー設定
-------------------------------------------------------------*/
/*-------------------------------------------------------------
 フォント設定
-------------------------------------------------------------*/
/*-------------------------------------------------------------
カラム余白設定　　→　common.scss
-------------------------------------------------------------*/
/*-------------------------------------------------------------
 見出し
-------------------------------------------------------------*/
[class^=ttl-] {
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0.9em;
}

.ttl-1 {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  font-size: 3rem;
  margin-bottom: 0.89em;
}
.ttl-1 .en {
  margin-bottom: 1rem;
  height: 3rem;
  line-height: 1;
}
.ttl-1 .en img {
  height: 100%;
  width: auto;
}
@media (min-width: 769px) {
  .ttl-1 .en {
    height: 5.2rem;
    margin-bottom: 1.68rem;
  }
}
.ttl-1 .jp {
  letter-spacing: 0.08em;
}
@media (min-width: 769px) {
  .ttl-1 {
    font-size: 4.4rem;
  }
}

.ttl-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  margin-bottom: 1.7em;
}
.ttl-2 span {
  color: #003A85;
}
.ttl-2 b {
  font-size: 3rem;
}
@media (min-width: 769px) {
  .ttl-2 b {
    font-size: 3.6rem;
  }
}
.ttl-2 small {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  color: #000;
}
@media (min-width: 769px) {
  .ttl-2 small {
    font-size: 2rem;
  }
}

.ttl-2-1 {
  font-size: 2.4rem;
  color: #003A85;
  margin-bottom: 0.74em;
}
@media (min-width: 769px) {
  .ttl-2-1 {
    font-size: 2.8rem;
  }
}

.ttl-3 {
  font-size: 1.8rem;
  border-bottom: 0.2rem solid #003A85;
  padding-bottom: 0.33em;
  margin-bottom: 0.74em;
}
@media (min-width: 769px) {
  .ttl-3 {
    font-size: 2rem;
  }
}

.ttl-3-1 {
  font-size: 1.8rem;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .ttl-3-1 {
    font-size: 2.2rem;
    margin-bottom: 0.84em;
  }
}

.ttl-4 {
  font-size: 1.6rem;
}
@media (min-width: 769px) {
  .ttl-4 {
    font-size: 2rem;
  }
}

.ttl-5 {
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .ttl-5 {
    font-size: 1.8rem;
  }
}

.lead {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #003A85;
}
@media (min-width: 769px) {
  .lead {
    font-size: 2.8rem;
  }
}

/*-------------------------------------------------------------
 テキスト
-------------------------------------------------------------*/
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.t-link {
  color: #003A85;
}
.t-link:after {
  content: "";
  display: inline-block;
  width: 0.9rem;
  height: 1.1rem;
  background: url(../../img/common/ico-arrow.png) no-repeat center/contain;
  margin-left: 0.5rem;
}

.txt-strong {
  color: #003A85;
  font-weight: bold;
}

.txt-small {
  font-size: 0.8em;
}

.caution {
  color: #f00;
}

/*-------------------------------------------------------------
 ヘッダー
-------------------------------------------------------------*/
.header {
  width: 100%;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10;
  height: 6.4rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.3s;
  line-height: 1;
}
@media (min-width: 769px) {
  .header {
    height: 9.4rem;
  }
}
.header .container-wide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  max-width: none;
  padding: 0 2.4rem;
}
@media (min-width: 769px) {
  .header .container-wide {
    justify-content: flex-start;
  }
}
.header .logo {
  width: 9.8rem;
  max-width: 26.4rem;
  position: relative;
  margin-right: -5.5rem;
}
.header .logo .parts_b {
  display: none;
  fill: #000;
}
.header .logo .parts_c {
  display: none;
  fill: #7B7B7B;
}
@media (min-width: 769px) {
  .header .logo {
    width: 100%;
    max-width: 26.4rem;
    margin-right: 0;
  }
  .header .logo img {
    width: 100%;
    position: static;
  }
  .header .logo .parts_b {
    display: block;
  }
  .header .logo .parts_c {
    display: block;
  }
}
.header .logo a {
  line-height: 1;
}
.header .logo .parts_a {
  fill: #D11405;
}
.header .logo .parts_b {
  fill: #000;
}
.header .logo .parts_c {
  fill: #7B7B7B;
}
.header .logo2 {
  width: 11.3rem;
  max-width: 19.9rem;
}
.header .logo2 .parts {
  fill: #00449C;
}
.header .logo2 img {
  width: 100%;
}
@media (min-width: 769px) {
  .header .logo2 {
    width: 22.38%;
    margin-left: 3.2rem;
  }
}
.header .logo2 a {
  line-height: 1;
}
.header .mod-btn {
  display: none;
}
@media (min-width: 870px) {
  .header .mod-btn {
    display: block;
    margin-left: auto;
  }
}
.header .btn-link {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #D11405;
  padding: 1.4rem 5rem 1.4rem 2.4rem;
  border: 0.25rem solid #D11405;
  border-radius: 0.8rem;
  position: relative;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.header .btn-link:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5em;
  -webkit-transform: skewX(-45deg) translateX(0);
          transform: skewX(-45deg) translateX(0);
  transition: none;
}
.header .btn-link:hover {
  background-color: #D11405;
  color: #fff;
  opacity: 1;
}
.header .btn-link:hover:before {
  -webkit-transform: skewX(-45deg) translateX(26em);
          transform: skewX(-45deg) translateX(26em);
  transition: all 0.5s ease-in-out;
}
.header .btn-link:hover:after {
  background: url(../img/common/ico-arrow.svg) no-repeat center/contain;
}
.header .btn-link:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/common/ico-arrow_red.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin: auto;
}

/*-------------------------------------------------------------
 フッター
-------------------------------------------------------------*/
.footer {
  background: transparent linear-gradient(98deg, #17C0FF 0%, #004298 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 7.2rem 0 2rem;
  position: relative;
}
@media (min-width: 769px) {
  .footer {
    padding: 8.5rem 0 2rem;
  }
}
.footer .mod-logo {
  line-height: 1;
}
@media (min-width: 769px) {
  .footer .mod-logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.footer .mod-logo .parts_a,
.footer .mod-logo .parts_b,
.footer .mod-logo .parts_c,
.footer .mod-logo .parts {
  fill: #fff;
}
.footer .mod-logo .logo {
  width: 52%;
  min-width: 19.5rem;
  max-width: 26.4rem;
  margin: 0 auto 2.68rem;
}
@media (min-width: 769px) {
  .footer .mod-logo .logo {
    margin: 0 1.6rem;
  }
}
.footer .mod-logo .logo img {
  width: 100%;
}
.footer .mod-logo .logo2 {
  width: 38.67%;
  max-width: 19.7rem;
  margin: 2.68rem auto 0;
}
@media (min-width: 769px) {
  .footer .mod-logo .logo2 {
    margin: 0 1.6rem;
  }
}
.footer .mod-logo .logo2 img {
  width: 100%;
}
.footer .txt-copyright {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  text-align: center;
  margin: 5.6rem 0 0;
}
@media (min-width: 769px) {
  .footer .txt-copyright {
    font-size: 1.2rem;
    margin: 5.5rem 0 0;
  }
}

.gototop {
  display: none;
  width: 4rem;
  height: 4rem;
  background: linear-gradient(180deg, #52A6D1 0%, #1954AB 100%);
  border-radius: 99999em;
  position: fixed;
  right: 2rem;
  bottom: 3rem;
}
@media (min-width: 769px) {
  .gototop {
    width: 7.2rem;
    height: 7.2rem;
  }
}
.gototop span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.gototop span img {
  width: 1.7rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.gototop.fix-btn {
  position: absolute;
  top: -5rem;
  right: 2rem;
}
@media (min-width: 1048px) {
  .gototop.fix-btn {
    top: -8.2rem;
  }
}

/*-------------------------------------------------------------
 フォーム
-------------------------------------------------------------*/
.form-cmn input[type=button] {
  /* reset */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* reset */
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.6rem;
}
.form-cmn input[type=text],
.form-cmn input[type=number],
.form-cmn input[type=email],
.form-cmn input[type=tel],
.form-cmn input[type=checkbox],
.form-cmn input[type=radio],
.form-cmn textarea,
.form-cmn select {
  /* reset */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  /* reset */
  border: 0.2rem solid #6690C4;
  border-radius: 4px;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.6rem;
  width: 100%;
  background-color: #fff;
}
@media (min-width: 769px) {
  .form-cmn input[type=text].form-w1,
.form-cmn input[type=number].form-w1,
.form-cmn input[type=email].form-w1,
.form-cmn input[type=tel].form-w1,
.form-cmn input[type=checkbox].form-w1,
.form-cmn input[type=radio].form-w1,
.form-cmn textarea.form-w1,
.form-cmn select.form-w1 {
    width: 10%;
  }
  .form-cmn input[type=text].form-w2,
.form-cmn input[type=number].form-w2,
.form-cmn input[type=email].form-w2,
.form-cmn input[type=tel].form-w2,
.form-cmn input[type=checkbox].form-w2,
.form-cmn input[type=radio].form-w2,
.form-cmn textarea.form-w2,
.form-cmn select.form-w2 {
    width: 20%;
  }
  .form-cmn input[type=text].form-w3,
.form-cmn input[type=number].form-w3,
.form-cmn input[type=email].form-w3,
.form-cmn input[type=tel].form-w3,
.form-cmn input[type=checkbox].form-w3,
.form-cmn input[type=radio].form-w3,
.form-cmn textarea.form-w3,
.form-cmn select.form-w3 {
    width: 30%;
  }
  .form-cmn input[type=text].form-w4,
.form-cmn input[type=number].form-w4,
.form-cmn input[type=email].form-w4,
.form-cmn input[type=tel].form-w4,
.form-cmn input[type=checkbox].form-w4,
.form-cmn input[type=radio].form-w4,
.form-cmn textarea.form-w4,
.form-cmn select.form-w4 {
    width: 40%;
  }
  .form-cmn input[type=text].form-w5,
.form-cmn input[type=number].form-w5,
.form-cmn input[type=email].form-w5,
.form-cmn input[type=tel].form-w5,
.form-cmn input[type=checkbox].form-w5,
.form-cmn input[type=radio].form-w5,
.form-cmn textarea.form-w5,
.form-cmn select.form-w5 {
    width: 50%;
  }
  .form-cmn input[type=text].form-w6,
.form-cmn input[type=number].form-w6,
.form-cmn input[type=email].form-w6,
.form-cmn input[type=tel].form-w6,
.form-cmn input[type=checkbox].form-w6,
.form-cmn input[type=radio].form-w6,
.form-cmn textarea.form-w6,
.form-cmn select.form-w6 {
    width: 60%;
  }
  .form-cmn input[type=text].form-w7,
.form-cmn input[type=number].form-w7,
.form-cmn input[type=email].form-w7,
.form-cmn input[type=tel].form-w7,
.form-cmn input[type=checkbox].form-w7,
.form-cmn input[type=radio].form-w7,
.form-cmn textarea.form-w7,
.form-cmn select.form-w7 {
    width: 70%;
  }
  .form-cmn input[type=text].form-w8,
.form-cmn input[type=number].form-w8,
.form-cmn input[type=email].form-w8,
.form-cmn input[type=tel].form-w8,
.form-cmn input[type=checkbox].form-w8,
.form-cmn input[type=radio].form-w8,
.form-cmn textarea.form-w8,
.form-cmn select.form-w8 {
    width: 80%;
  }
  .form-cmn input[type=text].form-w9,
.form-cmn input[type=number].form-w9,
.form-cmn input[type=email].form-w9,
.form-cmn input[type=tel].form-w9,
.form-cmn input[type=checkbox].form-w9,
.form-cmn input[type=radio].form-w9,
.form-cmn textarea.form-w9,
.form-cmn select.form-w9 {
    width: 90%;
  }
  .form-cmn input[type=text].form-w10,
.form-cmn input[type=number].form-w10,
.form-cmn input[type=email].form-w10,
.form-cmn input[type=tel].form-w10,
.form-cmn input[type=checkbox].form-w10,
.form-cmn input[type=radio].form-w10,
.form-cmn textarea.form-w10,
.form-cmn select.form-w10 {
    width: 100%;
  }
}
.form-cmn input[type=text],
.form-cmn input[type=number],
.form-cmn input[type=email],
.form-cmn input[type=tel],
.form-cmn select,
.form-cmn textarea {
  padding: 1.5rem 1rem;
}
@media (min-width: 769px) {
  .form-cmn input[type=text],
.form-cmn input[type=number],
.form-cmn input[type=email],
.form-cmn input[type=tel],
.form-cmn select,
.form-cmn textarea {
    padding: 1.2rem 1.4rem;
  }
}
.form-cmn input[type=submit] {
  -webkit-appearance: none;
}
.form-cmn input::-webkit-input-placeholder, .form-cmn textarea::-webkit-input-placeholder {
  color: #a8a8a8;
}
.form-cmn input::-moz-placeholder, .form-cmn textarea::-moz-placeholder {
  color: #a8a8a8;
}
.form-cmn input::placeholder,
.form-cmn textarea::placeholder {
  color: #a8a8a8;
}
.form-cmn .form-select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.form-cmn .form-select:after {
  background: url(../img/common/ico-select.svg) no-repeat center/100%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  width: 16px;
  height: 16px;
  margin-top: -7px;
  pointer-events: none;
}
.form-cmn .form-select select {
  background-color: #fff;
  padding: 0.5em 2.7em 0.5em 0.7em;
}
.form-cmn .form-select select::-ms-expand {
  display: none;
}
.form-cmn .form-checkbox,
.form-cmn .form-radio {
  border-radius: 4px;
  display: inline-block;
  line-height: 1;
}
.form-cmn .form-checkbox label,
.form-cmn .form-radio label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding: 0.5em 0.7em;
  position: relative;
}
.form-cmn .form-checkbox label:before,
.form-cmn .form-radio label:before {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 0.4em;
}
.form-cmn .form-checkbox input[type=checkbox],
.form-cmn .form-checkbox input[type=radio],
.form-cmn .form-radio input[type=checkbox],
.form-cmn .form-radio input[type=radio] {
  display: none;
}
.form-cmn .form-checkbox {
  background-color: #fff;
}
.form-cmn .form-checkbox label {
  display: flex;
  align-items: center;
}
.form-cmn .form-checkbox label:before {
  background-color: #fff;
  border: 1px solid #cccccc;
  width: 12px;
  height: 12px;
}
.form-cmn .form-checkbox input[type=checkbox]:checked + label:after {
  background: url(../img/common/ico-check.png) no-repeat center/cover;
  content: "";
  position: absolute;
  top: 50%;
  left: 1.4rem;
  width: 14px;
  height: 10px;
  margin-top: -2px;
  -webkit-transform: translate(3px, -50%);
          transform: translate(3px, -50%);
}
.form-cmn .form-radio {
  background-color: #fff;
}
.form-cmn .form-radio label:before {
  border: 6px solid #fff;
  border-radius: 9999px;
  width: 26px;
  height: 26px;
  box-shadow: 0 0 0 1px #cccccc;
  box-sizing: border-box;
}
.form-cmn .form-radio input[type=radio]:checked + label:before {
  background-color: #003A85;
}
.form-cmn input[type=text],
.form-cmn input[type=email],
.form-cmn input[type=tel],
.form-cmn textarea,
.form-cmn select {
  transition: 0.3s;
}
.form-cmn input[type=text]:focus,
.form-cmn input[type=email]:focus,
.form-cmn input[type=tel]:focus,
.form-cmn textarea:focus,
.form-cmn select:focus {
  border: 1px solid #FBAC10;
}
.form-cmn .required {
  background-color: #FBAC10;
}

body.windows input[type=text],
body.windows input[type=email],
body.windows input[type=tel],
body.windows input[type=checkbox],
body.windows input[type=radio],
body.windows textarea,
body.windows select {
  font-family: "M PLUS 1p", sans-serif;
}

.required {
  display: inline-block;
  width: 100%;
  max-width: 3.8em;
  background: #003A85;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 9999em;
  padding: 0.1rem;
  margin-left: 1.8rem;
  text-align: center;
}
@media (min-width: 769px) {
  .required {
    font-size: 1.6rem;
  }
}

.no-required {
  display: inline-block;
  width: 100%;
  max-width: 3.8em;
  border: 0.1rem solid #003A85;
  color: #003A85;
  font-size: 1.4rem;
  border-radius: 9999em;
  padding: 0.1rem;
  margin-left: 1.8rem;
  text-align: center;
}
@media (min-width: 769px) {
  .no-required {
    font-size: 1.6rem;
  }
}

.select-box {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: center;
  position: relative;
  border: 0.2rem solid #6690C4;
  border-radius: 0.5rem;
  background-color: #fff;
}
.select-box select {
  width: 100%;
  padding: 1.2rem 4rem 1.2rem 1.8rem;
  cursor: pointer;
  font-size: 1.6rem;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (min-width: 769px) {
  .select-box select {
    font-size: 2rem;
    padding: 1.8rem 4rem 1.8rem 1.8rem;
  }
}
.select-box select::-ms-expand {
  display: none;
}
.select-box select option {
  color: #313131;
}
.select-box select option:first-child {
  color: #f00;
  background: #ff0;
}
.select-box:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0.9em;
  padding: 0;
  width: 1.2rem;
  height: 6rem;
  background: url(../img/common/ico-arrow_blue.svg) no-repeat center center/contain;
  pointer-events: none;
}
.select-box + span {
  padding: 0 0.5em 0 0.3em;
}
@media (min-width: 769px) {
  .select-box + span {
    padding: 0 1em 0 0.5em;
  }
}

/*-------------------------------------------------------------
 基本設定
-------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #313131;
  font-size: 1.4rem;
  font-family: "M PLUS 1p", sans-serif;
  line-height: 1.74;
  letter-spacing: 0.08em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
@media (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}
body.windows {
  font-family: "M PLUS 1p", sans-serif;
}
body.is-open {
  position: fixed;
  width: 100%;
}
body.wrap-home:before {
  content: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

a {
  color: #313131;
  text-decoration: none;
}
a.link-external:before {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  margin-right: 0.3em;
}
@media (min-width: 769px) {
  a:hover {
    opacity: 0.6;
  }
}

main p:not(:last-child), main ul:not(:last-child), main ol:not(:last-child), main dl:not(:last-child), main table:not(:last-child) {
  margin-bottom: 2em;
}
main p {
  line-height: 1.875;
}

.fixed {
  position: fixed;
  height: 100%;
  width: 100%;
}

/*-------------------------------------------------------------
 レイアウト
-------------------------------------------------------------*/
.contents {
  display: block;
}
.contents.bottom-line {
  border-bottom: 2px solid #003A85;
}

.container {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 1246px;
  padding: 0 2rem;
}
.container-wide {
  display: block;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}
.container-narrow {
  display: block;
  width: 100%;
  max-width: 912px;
  padding: 0 2rem;
  margin: 0 auto;
}

/* グリッドレイアウト */
.col-set {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 1.6rem);
  margin: 0 calc(-1.6rem / 2);
}
.col-set.nospace {
  width: 100%;
  margin: 0;
}
.col-set.nospace .col {
  width: 100%;
  margin: 0;
}
@media (min-width: 769px) {
  .col-set.nospace .col.col_2 {
    width: 50%;
  }
  .col-set.nospace .col.col_3 {
    width: 33.3334%;
  }
  .col-set.nospace .col.col_5-2 {
    width: 40%;
  }
  .col-set.nospace .col.col_5-3 {
    width: 60%;
  }
  .col-set.nospace .col.col_3-2 {
    width: 66.6667%;
  }
  .col-set.nospace .col.col_4 {
    width: 25%;
  }
  .col-set.nospace .col.col_4-3 {
    width: 75%;
  }
}
@media (min-width: 769px) {
  .col-set.reverce {
    flex-direction: row-reverse;
  }
}
.col-set .col {
  width: 100%;
  margin: 1.2rem 1.5rem;
}
@media (min-width: 769px) {
  .col-set {
    width: calc(100% + (1.6rem * 2));
    margin: 0 -1.6rem;
  }
  .col-set .col {
    margin: 1.6rem;
  }
  .col-set .col.col_2 {
    width: calc(50% - (1.6rem * 2));
  }
  .col-set .col.col_3 {
    width: calc(33.3334% - (1.6rem * 2));
  }
}

/*-------------------------------------------------------------
 コンテンツ区切り／セクション
-------------------------------------------------------------*/
[class^=area-] {
  padding: 4rem 0;
}
@media (min-width: 769px) {
  [class^=area-] {
    padding: 10rem 0;
  }
}

[class^=sec-] {
  margin: 4rem 0;
}
@media (min-width: 769px) {
  [class^=sec-] {
    margin: 10rem 0;
  }
}

/*-------------------------------------------------------------
 ボックス
-------------------------------------------------------------*/
/*-------------------------------------------------------------
 テーブル
-------------------------------------------------------------*/
.table {
  width: 100%;
  margin-bottom: 4rem;
}
.table table {
  width: 100%;
}
.table tbody {
  border-right: 1px solid #CBD9EA;
  border-bottom: 1px solid #CBD9EA;
}
.table tbody th,
.table tbody td {
  border-top: 1px solid #CBD9EA;
  border-left: 1px solid #CBD9EA;
  display: block;
  padding: 0.5em 1em;
}
.table tbody th.empty,
.table tbody td.empty {
  display: none;
}
.table tbody th {
  background-color: rgba(203, 217, 234, 0.5);
  color: #003A85;
  text-align: center;
}
.table tbody td {
  text-align: center;
}
@media (min-width: 769px) {
  .table tbody th,
.table tbody td {
    display: table-cell;
    text-align: left;
  }
  .table tbody th.empty,
.table tbody td.empty {
    display: table-cell;
  }
}

/*-------------------------------------------------------------
 リスト
-------------------------------------------------------------*/
/* dl */
/* ul */
/*-------------------------------------------------------------
 ボタン
-------------------------------------------------------------*/
/* 矢印付き透明ボタン */
.btn-cmn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2.3rem;
  position: relative;
}
.btn-cmn + .btn-cmn {
  margin: 1.6rem 0 4rem;
}
.btn-cmn .ajax-loader {
  position: absolute;
  bottom: -2.5rem;
}

.btn {
  display: block;
  width: 100%;
  max-width: 30.4rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  border: none;
  border-radius: 0.8rem;
  color: #fff;
  padding: 1.8rem 3.2rem;
  margin: 0 1rem;
  background: transparent linear-gradient(90deg, #52A6D1 0%, #1954AB 100%) 0% 0% no-repeat padding-box;
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.btn:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -5em;
  -webkit-transform: skewX(-45deg) translateX(0);
          transform: skewX(-45deg) translateX(0);
  transition: none;
}
.btn:hover {
  opacity: 1;
}
.btn:hover:after {
  z-index: 0;
  left: 0;
  transition: 0.2s ease-in;
}
.btn span {
  width: 100%;
  display: block;
  text-align: center;
}
.btn span:after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/common/ico-arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.3rem;
  margin: auto;
  transition: 0.5s;
}
@media (min-width: 769px) {
  .btn {
    max-width: 49.6rem;
    padding: 2.8rem 7.1rem;
    font-size: 2.2rem;
  }
  .btn span:after {
    width: 1.8rem;
    height: 1.8rem;
    right: 3rem;
  }
  .btn:hover {
    background: transparent linear-gradient(90deg, #52A6D1 0%, #1954AB 150%) 0% 0% no-repeat padding-box;
  }
  .btn:hover span:after {
    right: 2rem;
    transition: 0.5s;
  }
  .btn:hover:before {
    -webkit-transform: skewX(-45deg) translateX(30em);
            transform: skewX(-45deg) translateX(30em);
    transition: all 0.5s ease-in-out;
  }
}
.btn.back {
  border: 0.1rem solid #00449C;
  background: transparent;
}
.btn.back span {
  color: #003A85;
  text-align: center;
}
.btn.back span:after {
  content: none;
}
.btn.back:before {
  background-color: rgba(0, 68, 156, 0.2);
}
@media (min-width: 769px) {
  .btn.back:hover span:before {
    left: -0.5rem;
    transition: 0.5s;
  }
}

/*-------------------------------------------------------------
 その他共通スタイル
-------------------------------------------------------------*/
/* 画面サイズごとの表示処理 */
.no-sp {
  display: none;
}
@media (min-width: 769px) {
  .no-sp {
    display: block !important;
  }
}

.only-phone {
  display: block;
}
@media (min-width: 470px) {
  .only-phone {
    display: none !important;
  }
}

.only-sp {
  display: block;
}
@media (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}

@media (min-width: 1146px) {
  .no-pc {
    display: none !important;
  }
}

.only-pc {
  display: none;
}
@media (min-width: 1146px) {
  .only-pc {
    display: block !important;
  }
}

/* リンクバナー */
@media (min-width: 1048px) {
  .link-banner {
    transition: 0.2s;
  }
  .link-banner:hover {
    opacity: 0.7;
  }
  .link-banner:hover img {
    opacity: 0.7;
  }
}

/* 前に戻るリンク */
.link-back {
  text-align: center;
}
.link-back a {
  transition: 0.2s;
}
.link-back a:hover {
  opacity: 0.7;
}
.link-back a:hover img {
  opacity: 0.7;
}
.link-back a:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  margin-right: 0.3em;
  margin-right: 0.5em;
}

.tel {
  pointer-events: auto;
}
@media (min-width: 769px) {
  .tel {
    cursor: default;
    pointer-events: none;
  }
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}

.modal_bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal_content {
  background: #fff;
  left: 50%;
  padding: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  height: 80vh;
  overflow: scroll;
}
@media (min-width: 769px) {
  .modal_content {
    padding: 4rem;
  }
}
.modal_content .ttl {
  font-size: 2.8rem;
  font-weight: bold;
  color: #003A85;
  text-align: center;
  margin-bottom: 4rem;
}
.modal_content .caution {
  color: #313131;
  font-size: 1.4rem;
}
.modal_content .caution:before {
  content: "※";
}
.modal_content .modal-close {
  display: block;
  text-align: center;
  text-decoration: underline;
  width: 4em;
  text-align: center;
  margin: 2rem auto 0;
}
@media (min-width: 769px) {
  .modal_content .modal-close {
    margin-top: 4rem;
  }
}

.modal-open {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font-size: 1.4rem;
  text-decoration: underline;
}
@media (min-width: 769px) {
  .modal-open {
    font-size: 1.6rem;
  }
}

.area-contact {
  padding: 1.2rem 2rem;
  background: rgba(0, 68, 156, 0.12);
  overflow: hidden;
}
@media (min-width: 769px) {
  .area-contact {
    padding: 8rem 2rem;
    position: relative;
  }
}
.area-contact .text {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0 auto 0.7rem;
  max-width: 39.7rem;
}
.area-contact .text span {
  display: none;
}
@media (min-width: 769px) {
  .area-contact .text {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 3rem;
    max-width: none;
  }
  .area-contact .text span {
    display: inline;
  }
  .area-contact .text b {
    font-size: 2.2rem;
  }
}
.area-contact .mod-btn {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.area-contact .pict {
  width: 17.33%;
  min-width: 6.5rem;
  max-width: 6.5rem;
  margin: -1.9rem 0 -1.2rem 2.9rem;
}
@media (min-width: 769px) {
  .area-contact .pict {
    width: 100%;
    max-width: 16.4rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateX(35rem);
            transform: translateX(35rem);
  }
  .area-contact .pict:after {
    content: "";
    display: block;
    width: 7.9rem;
    height: 5.1rem;
    background: url(../img/home/img-fukidashi.png) no-repeat center/contain;
    position: absolute;
    top: 4rem;
    right: -6.4rem;
  }
}
.area-contact .btn {
  margin: 0;
}

.box-border {
  border: 0.2rem solid #6690C4;
  background: rgba(0, 58, 133, 0.1);
  border-radius: 1rem;
  padding: 2rem;
}
@media (min-width: 769px) {
  .box-border {
    padding: 4rem;
  }
}

.caution {
  font-size: 1.4rem;
  color: #313131;
  line-height: 2;
}
.caution .item:before {
  content: "※";
}
.caution .modal-open {
  color: #003A85;
}

.sec-sheet.border {
  border: 0.2rem solid #003A85;
  background: rgba(0, 58, 133, 0.1);
  border-radius: 1rem;
  padding: 2rem;
}
@media (min-width: 769px) {
  .sec-sheet.border {
    padding: 4rem;
  }
}
.sec-sheet .ttl-2 {
  margin-bottom: 3rem;
}
@media (min-width: 769px) {
  .sec-sheet .ttl-2 {
    margin-bottom: 3rem;
  }
  .sec-sheet .ttl-2 + .txt-center {
    margin-bottom: 3.6rem;
  }
}
.sec-sheet .ttl-2 span {
  position: relative;
  padding: 0 5rem;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 769px) {
  .sec-sheet .ttl-2 span {
    line-height: 1.6;
  }
}
.sec-sheet .ttl-2 span:before, .sec-sheet .ttl-2 span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sec-sheet .ttl-2 span:before {
  width: 3.6rem;
  height: 3.6rem;
  background: url(../img/home/ico-wrench.png) no-repeat center/contain;
  left: 0;
}
.sec-sheet .ttl-2 span:after {
  width: 3rem;
  height: 3.2rem;
  background: url(../img/home/ico-gear.png) no-repeat center/contain;
  right: 0;
}
.sec-sheet .ttl-2 b {
  font-size: 3rem;
}
@media (min-width: 769px) {
  .sec-sheet .ttl-2 b {
    font-size: 3.6rem;
  }
}
.sec-sheet .mod-parts:nth-of-type(1) .list {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (min-width: 769px) {
  .sec-sheet .mod-parts:nth-of-type(1) .list {
    font-size: 1.8rem;
  }
}
.sec-sheet .mod-parts:nth-of-type(1) .list .item {
  width: 100%;
}
@media (min-width: 769px) {
  .sec-sheet .mod-parts:nth-of-type(1) .list .item {
    width: 33.33%;
  }
}
.sec-sheet .mod-parts:nth-of-type(2) .list {
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .sec-sheet .mod-parts:nth-of-type(2) .list {
    font-size: 1.6rem;
  }
}
.sec-sheet .mod-parts:nth-of-type(2) .list .item {
  width: 100%;
}
@media (min-width: 470px) {
  .sec-sheet .mod-parts:nth-of-type(2) .list .item {
    width: 50%;
  }
}
@media (min-width: 769px) {
  .sec-sheet .mod-parts:nth-of-type(2) .list .item {
    width: 25%;
  }
}
.sec-sheet .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1.94em;
}
.sec-sheet .list .item {
  display: flex;
  padding-right: 1em;
}
.sec-sheet .list .item:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #000;
  margin: 0.7em 0.833em 0 0;
  flex-shrink: 0;
}

.home .area-fv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: url(../img/home/img-shop_bl.jpg) no-repeat center/cover;
  padding: 3rem 2rem;
  position: relative;
}
.home .area-fv .logo-fv {
  max-width: 60rem;
  height: 100%;
}
@media (min-width: 769px) {
  .home .area-fv .logo-fv {
    width: 78.125%;
  }
}
.home .area-fv img {
  width: 100%;
  height: 100%;
}
.home .area-about {
  padding-bottom: 0;
}
.home .area-about .pict {
  max-width: 84.8rem;
  margin: 5.6rem auto;
}
.home .area-about .youtube {
  max-width: 84.8rem;
  width: 100%;
  height: 0;
  position: relative;
  padding: 56.25% 1.1rem 0;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 870px) {
  .home .area-about .youtube {
    height: 47.7rem;
    padding: 0;
  }
}
.home .area-about .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.home .sec-about {
  padding: 5rem 0;
}
@media (min-width: 769px) {
  .home .sec-about {
    padding: 10rem 0;
  }
}
.home .sec-about:nth-of-type(1) {
  background: #F8F8F8;
}
.home .sec-about:nth-of-type(1) .box-border {
  display: flex;
  align-items: center;
  padding: 2rem;
  height: 100%;
}
.home .sec-about:nth-of-type(2) {
  padding: 0;
}
.home .sec-about:nth-of-type(2) .box-border {
  display: block;
  padding: 2rem;
  height: 100%;
}
@media (min-width: 769px) {
  .home .sec-about:nth-of-type(2) .box-border {
    padding: 3.2rem;
  }
}
.home .sec-about:nth-of-type(3) {
  background: #F8F8F8;
  margin: 0;
}
.home .sec-about:nth-of-type(3) .col-set {
  justify-content: center;
}
@media (min-width: 470px) {
  .home .sec-about:nth-of-type(3) .col_3 {
    width: calc(50% - 3.2rem);
  }
}
@media (min-width: 769px) {
  .home .sec-about:nth-of-type(3) .col_3 {
    width: calc(33.3334% - 3.2rem);
  }
}
.home .sec-about:nth-of-type(3) .box-border {
  display: block;
  padding: 2rem;
  height: 100%;
}
.home .sec-about .ttl-2 span {
  color: #313131;
  text-align: center;
}
.home .sec-about .ttl-2 span:before, .home .sec-about .ttl-2 span:after {
  content: none;
}
.home .sec-about .ttl-2 .c-point {
  background: #FBAC10;
  color: #fff;
  border-radius: 0.6rem;
  padding: 0.8rem 1.4rem;
  line-height: 1;
  margin-bottom: 3rem;
}
.home .sec-about .ttl-sim {
  font-size: 2.8rem;
  color: #003A85;
  text-align: center;
}
@media (min-width: 769px) {
  .home .sec-about .ttl-sim {
    font-size: 3.2rem;
  }
}
.home .sec-about .txt-center {
  margin-bottom: 0.5em;
}
.home .sec-about .ttl-4 {
  text-align: center;
  margin: 5rem 0 4rem;
}
.home .sec-about .mod-point {
  justify-content: center;
}
.home .sec-about .mod-point .item {
  display: flex;
  flex-direction: column;
  margin: 1.6rem;
  width: calc(17.2rem - (1.6rem * 2));
}
.home .sec-about .mod-point .item .pict {
  display: flex;
  align-items: center;
  max-width: none;
  margin: 0 auto 0.6rem;
  min-height: 0.1rem;
  height: 8.1rem;
}
.home .sec-about .mod-point .item:nth-child(1) .pict {
  width: 7.7rem;
}
.home .sec-about .mod-point .item:nth-child(2) .pict {
  width: 6.8rem;
}
.home .sec-about .mod-point .item:nth-child(3) .pict {
  width: 6.7rem;
}
.home .sec-about .mod-point .item:nth-child(4) .pict {
  width: 7.2rem;
}
.home .sec-about .mod-point .item .text {
  font-weight: bold;
  text-align: center;
}
.home .sec-about .ttl-lead {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.112em;
}
@media (min-width: 769px) {
  .home .sec-about .ttl-lead {
    font-size: 2rem;
  }
}
.home .sec-about .ttl-lead span {
  display: block;
}
.home .sec-about .ttl-lead b {
  font-size: 2.4rem;
  color: #003A85;
}
.home .sec-about .ttl-lead b small {
  font-size: 1.8rem;
}
@media (min-width: 769px) {
  .home .sec-about .ttl-lead b {
    font-size: 2.8rem;
  }
  .home .sec-about .ttl-lead b small {
    font-size: 2rem;
  }
}
.home .sec-about .ttl-lead:before, .home .sec-about .ttl-lead:after {
  content: "";
  width: 0.2rem;
  height: 1.2em;
  background: #313131;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  margin-right: 0.6em;
  margin-top: 0.3em;
}
.home .sec-about .ttl-lead:after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  margin-right: 0;
  margin-left: 0.6em;
}
.home .sec-about .box-border .pict {
  max-width: 21.6rem;
  margin: 0;
  width: 40%;
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .home .sec-about .box-border .pict {
    width: 43.54%;
  }
}
.home .sec-about .box-border .text {
  margin-left: 2rem;
}
.home .sec-about .box-border .ttl {
  font-size: 1.8rem;
  font-weight: bold;
}
.home .sec-about .box-border .ttl small {
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .home .sec-about .box-border .ttl {
    font-size: 2.2rem;
  }
  .home .sec-about .box-border .ttl small {
    font-size: 1.8rem;
  }
}
.home .sec-about .box-border .price {
  font-family: "Roboto", sans-serif;
  font-size: 7.2vw;
  font-weight: bold;
  color: #003A85;
  line-height: 1;
  margin: 0;
}
@media (min-width: 769px) {
  .home .sec-about .box-border .price {
    font-size: 4.18vw;
  }
}
@media (min-width: 1146px) {
  .home .sec-about .box-border .price {
    font-size: 4.8rem;
  }
}
.home .sec-about .box-border .price span {
  background: linear-gradient(transparent 60%, #FBAC10 60%);
}
.home .sec-about .box-border .price small {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #313131;
}
@media (min-width: 769px) {
  .home .sec-about .box-border .price small {
    font-size: 2rem;
  }
}
.home .sec-about .box-border .note {
  font-size: 1.4rem;
  line-height: 1.43;
  margin: 1.4rem 0 0;
}
@media (min-width: 769px) {
  .home .sec-about .box-border .note {
    margin: 2rem 0 0;
  }
}
.home .sec-about .lead {
  font-size: 1.6rem;
  color: #313131;
  margin-bottom: 1em;
}
@media (min-width: 769px) {
  .home .sec-about .lead {
    font-size: 2rem;
    margin-bottom: 2em;
  }
}
.home .sec-about .lead b {
  color: #003A85;
  background: linear-gradient(transparent 60%, #FBAC10 60%);
}
.home .sec-about .lead b::first-letter {
  font-size: 2.6rem;
}
.home .box-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
@media (min-width: 769px) {
  .home .box-btn {
    margin-top: 8rem;
  }
}
.home .box-sim .item {
  padding: 1.4rem 0;
  border-top: 0.1rem solid #6690C4;
}
@media (min-width: 769px) {
  .home .box-sim .item {
    display: flex;
    align-items: center;
    padding: 1.7rem 0;
  }
}
.home .box-sim .item:nth-child(1) {
  border-top: none;
}
.home .box-sim .item:nth-child(1) .name:before {
  width: 2.9rem;
  height: 1.5rem;
  background: url(../img/home/ico-sim_01.png) no-repeat center/contain;
  margin-right: 1.1rem;
}
@media (min-width: 769px) {
  .home .box-sim .item:nth-child(1) .name:before {
    width: 4.4rem;
    height: 2.3rem;
    margin-right: 1.7rem;
  }
}
.home .box-sim .item:nth-child(2) .name:before {
  width: 2.6rem;
  height: 2.6rem;
  background: url(../img/home/ico-sim_02.png) no-repeat center/contain;
  margin-right: 1.2rem;
}
@media (min-width: 769px) {
  .home .box-sim .item:nth-child(2) .name:before {
    width: 4rem;
    height: 4rem;
    margin-right: 1.8rem;
  }
}
.home .box-sim .item:nth-child(3) .name:before {
  width: 1.9rem;
  height: 2.26rem;
  background: url(../img/home/ico-sim_03.png) no-repeat center/contain;
  margin-right: 1.5rem;
}
@media (min-width: 769px) {
  .home .box-sim .item:nth-child(3) .name:before {
    width: 2.9rem;
    height: 4.3rem;
    margin-right: 2.3rem;
  }
}
.home .box-sim .item:nth-child(4) {
  padding-bottom: 0;
}
.home .box-sim .item:nth-child(4) .name:before {
  width: 2.4rem;
  height: 2.1rem;
  background: url(../img/home/ico-sim_04.png) no-repeat center/contain;
  margin-right: 0.9rem;
}
@media (min-width: 769px) {
  .home .box-sim .item:nth-child(4) .name:before {
    width: 3.7rem;
    height: 3.3rem;
    margin-right: 1.5rem;
  }
}
.home .box-sim .name {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  .home .box-sim .name {
    font-size: 1.8rem;
    margin-bottom: 0;
    flex-grow: 1;
  }
}
.home .box-sim .name:before {
  content: "";
  display: block;
}
.home .box-sim .sim-select {
  width: 100%;
  max-width: 44rem;
  flex-shrink: 0;
}
.home .sec-care {
  padding: 0.2rem 0 0;
}
.home .sec-care .col .pict {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5.9rem;
  min-height: 1px;
  margin: 0 auto 0.9rem;
}
.home .sec-care .col .text {
  margin: 0;
}
.home .sec-care .col .text .ttl {
  font-size: 2.2rem;
  color: #003A85;
  text-align: center;
  margin-bottom: 0.6rem;
}
.home .sec-care .col .text .note {
  font-size: 1.6rem;
  margin: 0;
}
.home .sec-care .col .text sup {
  font-size: 60%;
  vertical-align: super;
}
.home .sec-care .col:nth-child(1) .pict {
  width: 4.5rem;
}
.home .sec-care .col:nth-child(2) .pict {
  width: 4.7rem;
}
.home .sec-care .col:nth-child(3) .pict {
  width: 5.6rem;
}
.home .sec-care .col:nth-child(4) .pict {
  width: 5.3rem;
}
.home .sec-care .col:nth-child(5) .pict {
  width: 8rem;
}
.home .sec-case {
  margin: 0;
  padding: 0.2rem 0 0;
}
.home .sec-case .box-case {
  align-items: flex-start;
  margin-top: 3.7rem;
}
.home .sec-case .box-case:nth-child(1) {
  margin-top: 0;
}
@media (min-width: 769px) {
  .home .sec-case .box-case:nth-child(1) {
    margin-top: 3.7rem;
  }
}
.home .sec-case .box-case:nth-child(2) {
  flex-direction: row-reverse;
}
@media (min-width: 769px) {
  .home .sec-case .box-case:nth-child(2) .box-border:before {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    left: auto;
    right: -0.8rem;
  }
}
.home .sec-case .head {
  display: flex;
  align-items: center;
  background: #F8F8F8;
  border-radius: 1rem;
  padding-right: 3rem;
  line-height: 1.6;
}
.home .sec-case .head .pict {
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .home .sec-case .head .pict {
    width: 29%;
    max-width: 14.4rem;
    margin-right: 2.6rem;
  }
}
.home .sec-case .head strong {
  display: block;
  font-family: "Roboto", sans-serif;
  color: #B72312;
  margin-bottom: 0.6rem;
}
.home .sec-case .head .text {
  margin: 2.6rem 0;
}
.home .sec-case .box-border {
  padding: 1.5rem 2rem;
  position: relative;
}
@media (min-width: 769px) {
  .home .sec-case .box-border {
    padding: 3rem;
    margin-top: 4.6rem;
  }
}
.home .sec-case .box-border:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid;
  background: #E0EBF5;
  border-color: transparent transparent #6690C4 #6690C4;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: -0.8rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 769px) {
  .home .sec-case .box-border:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 3.2rem;
    left: -0.8rem;
    right: auto;
    margin: 0;
  }
}
.home .sec-case .box-border strong {
  font-size: 1.6rem;
  font-weight: bold;
  color: #003A85;
  background: linear-gradient(transparent 60%, #FBAC10 60%);
}
@media (min-width: 769px) {
  .home .sec-case .box-border strong {
    font-size: 2.2rem;
  }
}
.home .area-flow {
  background: #F8F8F8;
}
.home .area-flow .box-border {
  position: relative;
}
.home .area-flow .box-border:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 14px solid #003A85;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-radius: 2rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  bottom: -2.6rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 769px) {
  .home .area-flow .box-border:after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    top: 0;
    bottom: 0;
    left: auto;
    right: -2.8rem;
  }
}
.home .area-flow .box-border:nth-child(1) {
  background: transparent url(../img/home/img-flow_01.jpg) no-repeat center/cover;
}
.home .area-flow .box-border:nth-child(2) {
  background: transparent url(../img/home/img-flow_02.jpg) no-repeat center/cover;
}
.home .area-flow .box-border:nth-child(3) {
  background: transparent url(../img/home/img-flow_03.jpg) no-repeat center/cover;
}
.home .area-flow .box-border:nth-child(3):after {
  content: none;
}
.home .area-flow .box-border .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.4rem;
}
@media (min-width: 769px) {
  .home .area-flow .box-border .ttl {
    display: block;
  }
}
.home .area-flow .box-border .ttl .num {
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 9999em;
  line-height: 1;
  background: #003A85;
  color: #fff;
  margin-right: 1rem;
  padding: 0.4rem 0.1rem 0.4rem 0.2rem;
}
@media (min-width: 769px) {
  .home .area-flow .box-border .ttl .num {
    width: 4.8rem;
    height: 4.8rem;
    width: 4.8rem;
    height: 4.8rem;
    margin: 0 auto 1.4rem;
    padding: 0.6em;
  }
}
.home .area-faq {
  margin: 0;
}
.home .area-faq .sec-faq {
  margin: 2.4rem 0;
  padding: 0;
}
.home .area-faq .sec-faq .box-border {
  padding: 0;
}
.home .area-faq .sec-faq .ac-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1.8rem 4rem 1.7rem 6.6rem;
  position: relative;
}
@media (min-width: 769px) {
  .home .area-faq .sec-faq .ac-ttl {
    font-size: 2.2rem;
    padding: 1.8rem 8rem 1.7rem 6.6rem;
    cursor: pointer;
  }
  .home .area-faq .sec-faq .ac-ttl:hover {
    opacity: 0.8;
  }
}
.home .area-faq .sec-faq .ac-ttl:before, .home .area-faq .sec-faq .ac-ttl:after {
  content: "";
  display: block;
  width: 2rem;
  height: 0.2rem;
  background: #003A85;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 769px) {
  .home .area-faq .sec-faq .ac-ttl:before, .home .area-faq .sec-faq .ac-ttl:after {
    right: 3rem;
  }
}
.home .area-faq .sec-faq .ac-ttl:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.home .area-faq .sec-faq .ac-ttl.open:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.home .area-faq .sec-faq .ac-ttl.open:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.home .area-faq .sec-faq .ac-ttl span:before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background: #003A85;
  border-radius: 9999em;
  position: absolute;
  left: 1.8rem;
  top: 1.5rem;
}
@media (min-width: 769px) {
  .home .area-faq .sec-faq .ac-ttl span:before {
    width: 4.2rem;
    height: 4.2rem;
    font-size: 2rem;
    top: 1.6rem;
    left: 1.8rem;
  }
}
.home .area-faq .sec-faq .cont {
  display: none;
  font-size: 1.4rem;
  padding: 1.6rem 4rem 1.7rem 6.6rem;
  position: relative;
}
@media (min-width: 769px) {
  .home .area-faq .sec-faq .cont {
    font-size: 2rem;
    padding: 1.6rem 8rem 1.7rem 8.2rem;
  }
}
.home .area-faq .sec-faq .cont:before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #003A85;
  background: #FBAC10;
  border-radius: 9999em;
  position: absolute;
  left: 1.8rem;
  top: 1.1rem;
}
@media (min-width: 769px) {
  .home .area-faq .sec-faq .cont:before {
    width: 4.2rem;
    height: 4.2rem;
    font-size: 2rem;
    left: 2.4rem;
    top: 1.1rem;
  }
}
.home .box-answer {
  display: none;
}
.home .box-answer .box-border-w {
  background: #fff;
  text-align: center;
  padding: 1.6rem 2rem;
  border: 0.2rem solid #6690C4;
  border-radius: 1rem;
}
@media (min-width: 769px) {
  .home .box-answer .box-border-w {
    padding: 3.6rem 2rem;
  }
}
.home .box-answer .box-border-w .ttl {
  font-size: 2rem;
  font-weight: bold;
  color: #003A85;
  margin-bottom: 2.4rem;
}
@media (min-width: 769px) {
  .home .box-answer .box-border-w .ttl {
    font-size: 2.4rem;
  }
}
@media (min-width: 769px) {
  .home .box-answer .box-border-w .box-price {
    display: flex;
    justify-content: center;
    align-items: baseline;
    max-width: none;
    margin: 0;
  }
}
.home .box-answer .box-border-w .box-price .name {
  width: auto;
}
.home .box-answer .box-border-w .box-price .price {
  font-family: "Roboto", sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  color: #D11405;
  line-height: 1;
  margin: 0;
}
@media (min-width: 769px) {
  .home .box-answer .box-border-w .box-price .price {
    font-size: 3.2rem;
  }
}
.home .box-answer .box-border-w .box-price .price b {
  font-size: 3.6rem;
}
@media (min-width: 769px) {
  .home .box-answer .box-border-w .box-price .price b {
    font-size: 4.8rem;
  }
}
.home .box-answer .box-border-w .box-price .price span {
  background: linear-gradient(transparent 60%, #FBAC10 60%);
}
.home .box-answer .box-border-w .box-price .price small {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #003A85;
}
@media (min-width: 769px) {
  .home .box-answer .box-border-w .box-price .price small {
    font-size: 2rem;
  }
}
.home .box-answer .box-price {
  max-width: 55.4rem;
  margin: 2rem auto 3rem;
}
@media (min-width: 640px) {
  .home .box-answer .box-price {
    margin: 3.2rem auto 5.6rem;
  }
}
.home .box-answer .box-price .item {
  margin: 1.6rem 0;
}
@media (min-width: 640px) {
  .home .box-answer .box-price .item {
    display: flex;
    align-items: baseline;
    margin: 3rem 0;
  }
}
.home .box-answer .box-price .name {
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .home .box-answer .box-price .name {
    width: 47%;
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
}
.home .box-answer .box-price .price {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #003A85;
  line-height: 1;
  margin: 0;
}
@media (min-width: 769px) {
  .home .box-answer .box-price .price {
    font-size: 2rem;
  }
}
.home .box-answer .box-price .price small {
  font-size: 1.4rem;
  font-weight: bold;
  color: #313131;
}
@media (min-width: 769px) {
  .home .box-answer .box-price .price small {
    font-size: 1.6rem;
  }
}
.home .box-answer .box-price .price span {
  background: none;
}
.home .box-answer .box-note {
  font-size: 1.4rem;
  margin-top: 3rem;
}
@media (min-width: 769px) {
  .home .box-answer .box-note {
    margin-top: 5.6rem;
  }
}
.home .box-answer .box-note .ttl {
  font-size: 1.4rem;
  font-weight: bold;
}
.home .box-answer .box-note .inline {
  margin: 0;
}
.home .box-answer .box-note .inline .item {
  display: inline-block;
}
.home .box-answer .box-note .inline .item:before {
  content: "・";
  margin-left: 1em;
}

.estimate .ttl-head {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 7.5rem 2rem;
  background: url(../img/common/back-ttl.jpg) no-repeat center/cover;
  margin-bottom: 0;
}
.estimate .ttl-head span {
  display: block;
  letter-spacing: 0.08em;
}
@media (min-width: 769px) {
  .estimate .ttl-head {
    font-size: 3.6rem;
    padding: 9.6rem 2rem;
  }
}
.estimate .nav {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  max-width: 92.1rem;
  width: 100%;
  padding: 0 2rem;
  margin: 4rem auto;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
}
@media (min-width: 769px) {
  .estimate .nav {
    font-size: 1.4rem;
    margin: 9.7rem auto;
  }
}
.estimate .nav:after {
  content: "";
  display: block;
  width: 72%;
  height: 0.1em;
  background: linear-gradient(180deg, #52A6D1 0%, #1954AB 100%);
  position: absolute;
  bottom: 3rem;
  z-index: -1;
}
.estimate .nav .item {
  display: flex;
  flex-direction: column;
  max-width: 11rem;
  width: 100%;
  text-align: center;
}
.estimate .nav .item span {
  margin-bottom: 1rem;
}
.estimate .nav .item:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  background: #D9E3F0;
  border-radius: 99999em;
  margin: auto auto 0;
  font-size: 2.4rem;
  color: #003A85;
  text-align: center;
  line-height: 1;
}
.estimate .nav .item.current:after {
  background: #003A85;
  color: #fff;
}
.estimate .nav .item:nth-child(1):after {
  content: "1";
}
.estimate .nav .item:nth-child(2):after {
  content: "2";
}
.estimate .nav .item:nth-child(3):after {
  content: "3";
}
.estimate .nav .item:nth-child(4):after {
  content: "4";
}
.estimate .area-reserve {
  padding: 5.6rem 0 4rem;
  background: rgba(0, 58, 133, 0.12);
  font-weight: bold;
}
.estimate .area-reserve .txt-center {
  padding: 0 2rem;
}
.estimate .area-reserve .col-set {
  max-width: 52.8rem;
  margin: 0 auto;
  flex-wrap: nowrap;
  width: calc(100% - 1.6rem);
}
@media (min-width: 769px) {
  .estimate .area-reserve .col-set {
    width: calc(100% + 1.6rem);
  }
}
.estimate .area-reserve .col {
  text-align: center;
}
.estimate .area-reserve .pict {
  margin-bottom: 0.6rem;
  border: 0.1rem soliu #cccccc;
}
.estimate .form-cmn label {
  font-size: 1.8rem;
  font-weight: bold;
}
.estimate .form-cmn .sec-cmn {
  counter-increment: title;
  margin: 4rem 0;
}
@media (min-width: 769px) {
  .estimate .form-cmn .sec-cmn {
    margin: 9rem 0;
  }
}
.estimate .form-cmn .sec-cmn .ttl-2-1 {
  margin-bottom: 3rem;
}
@media (min-width: 769px) {
  .estimate .form-cmn .sec-cmn .ttl-2-1 {
    margin-bottom: 5.6rem;
  }
}
.estimate .form-cmn .sec-cmn .ttl-2-1:before {
  content: counter(title) ".";
}
.estimate .form-cmn .sec-cmn:nth-child(1) .ttl-2-1 {
  margin-bottom: 3.2rem;
}
.estimate .form-cmn .select-box {
  max-width: 51.2rem;
}
.estimate .form-cmn .box-sim .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.6rem 0;
  border-bottom: 0.1rem solid #CBD9EA;
}
@media (min-width: 769px) {
  .estimate .form-cmn .box-sim .item {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 2.4rem 0;
  }
}
@media (min-width: 769px) {
  .estimate .form-cmn .box-sim .item:nth-child(3) .sim-select {
    width: 65.62%;
  }
}
@media (min-width: 769px) {
  .estimate .form-cmn .box-sim .item:nth-child(4) .sim-select {
    width: 65.62%;
  }
}
.estimate .form-cmn .box-sim .item:nth-child(5) .sim-select {
  max-width: 90%;
}
@media (min-width: 769px) {
  .estimate .form-cmn .box-sim .item:nth-child(5) .sim-select {
    max-width: 51.2rem;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .estimate .form-cmn .box-sim .item:nth-child(5) .select-box {
    width: 100%;
  }
}
.estimate .form-cmn .box-sim .item .name {
  font-size: 1.6rem;
  font-weight: bold;
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  .estimate .form-cmn .box-sim .item .name {
    font-size: 1.8rem;
    width: 34.38%;
    min-width: 16rem;
    max-width: 35.2rem;
    flex-shrink: 0;
    padding-right: 2.4rem;
    margin-bottom: 0;
  }
}
.estimate .form-cmn .box-sim .item dd {
  margin-left: 0.4rem;
  line-height: 1;
}
@media (min-width: 769px) {
  .estimate .form-cmn .box-sim .item dd {
    margin-left: 1rem;
  }
}
.estimate .form-cmn .box-sim .item dd.sim-select {
  margin-left: 1rem;
}
@media (min-width: 769px) {
  .estimate .form-cmn .box-sim .item dd.sim-select {
    margin-left: 2.4rem;
  }
}
.estimate .form-cmn .box-sim .item dd:nth-of-type(1) {
  margin-left: 0;
}
.estimate .box-btn {
  display: block;
}
.estimate .box-btn .btn {
  margin: 0 auto 2rem;
}
@media (min-width: 769px) {
  .estimate .box-btn {
    display: flex;
    justify-content: center;
  }
  .estimate .box-btn .btn {
    margin: 0 1rem;
  }
}
.estimate .no-required {
  border: 0.1rem solid #FBAC10;
  color: #FBAC10;
}
.estimate .box-data .item {
  display: block;
  border-bottom: 0.1rem solid #CBD9EA;
  padding: 1.4rem 0;
}
@media (min-width: 769px) {
  .estimate .box-data .item {
    display: flex;
    justify-content: space-between;
  }
}
.estimate .box-data .ttl {
  color: #003A85;
}
.estimate .box-data_cont {
  border-bottom: 0.1rem solid #CBD9EA;
  padding: 0.5rem 0 1.4rem;
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .estimate .box-data_cont {
    padding: 1.4rem 0;
    margin-bottom: 5.6rem;
  }
}
.estimate.step1 .area-cmn {
  padding-bottom: 8rem;
}
@media (min-width: 769px) {
  .estimate.step1 .area-cmn {
    padding-bottom: 18rem;
  }
}
@media (min-width: 769px) {
  .estimate.step1 .form-cmn .col-set {
    flex-wrap: nowrap;
  }
  .estimate.step1 .form-cmn .col-set .col {
    width: 42.45%;
    max-width: 51.2rem;
  }
  .estimate.step1 .form-cmn .col-set .col + .col {
    width: 54.89%;
    max-width: 66.2rem;
  }
}
.estimate.step1 .sec-map {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 60%;
  overflow: hidden;
  margin-top: 2rem;
}
@media (min-width: 769px) {
  .estimate.step1 .sec-map {
    margin: 0;
  }
}
.estimate.step1 .sec-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.estimate.step2 .area-cmn:nth-of-type(even) {
  background: #F8F8F8;
}
.estimate.step2 .area-cmn:nth-of-type(1) {
  padding-top: 0;
}
.estimate.step2 .area-cmn:last-of-type {
  padding-bottom: 8rem;
}
@media (min-width: 769px) {
  .estimate.step2 .area-cmn:last-of-type {
    padding-bottom: 18rem;
  }
}
.estimate.step2 .sec-cmn,
.estimate.step2 .sec-sheet {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .estimate.step2 .sec-price {
    margin-bottom: 5.6rem;
  }
}
.estimate.step2 .fukidashi {
  text-align: center;
}
.estimate.step2 .fukidashi span {
  display: inline-block;
  border: 0.2rem solid #6690C4;
  background: rgba(0, 58, 133, 0.1);
  border-radius: 1rem;
  padding: 2rem;
  position: relative;
}
.estimate.step2 .fukidashi span:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid;
  background: #E0EBF5;
  border-color: transparent transparent #6690C4 #6690C4;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  bottom: -0.8rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 769px) {
  .estimate.step2 .box-total {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-top: 3.9rem;
  }
}
.estimate.step2 .box-total .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 3.2rem;
  text-align: center;
}
@media (min-width: 769px) {
  .estimate.step2 .box-total .ttl {
    text-align: left;
  }
}
.estimate.step2 .box-total .price {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
@media (min-width: 769px) {
  .estimate.step2 .box-total .price {
    justify-content: flex-start;
  }
}
.estimate.step2 .box-total .price .data {
  font-family: "Roboto", sans-serif;
  font-size: 6.4rem;
  font-weight: bold;
  color: #D11405;
  line-height: 1;
}
@media (min-width: 769px) {
  .estimate.step2 .box-total .price .data {
    line-height: 1.74;
  }
}
.estimate.step2 .box-total .price .text {
  display: flex;
  flex-direction: column-reverse;
  line-height: 1;
  font-size: 3.6rem;
  font-weight: bold;
}
.estimate.step2 .box-total .price .text small {
  font-size: 1.2rem;
}
.estimate.step2 .box-price {
  display: flex;
  align-items: baseline;
  line-height: 1.2;
}
@media (min-width: 769px) {
  .estimate.step2 .box-price {
    justify-content: center;
    margin-top: 3.9rem;
  }
}
.estimate.step2 .box-price .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 3.2rem;
  text-align: center;
}
@media (min-width: 769px) {
  .estimate.step2 .box-price .ttl {
    text-align: left;
  }
}
.estimate.step2 .box-price .price {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
@media (min-width: 769px) {
  .estimate.step2 .box-price .price {
    justify-content: flex-start;
  }
}
.estimate.step2 .box-price .price .data {
  font-family: "Roboto", sans-serif;
  font-size: 6.4rem;
  font-weight: bold;
  color: #D11405;
  line-height: 1;
}
@media (min-width: 769px) {
  .estimate.step2 .box-price .price .data {
    line-height: 1.74;
  }
}
.estimate.step2 .box-price .price .text {
  display: flex;
  flex-direction: column-reverse;
  line-height: 1;
  font-size: 3.6rem;
  font-weight: bold;
}
.estimate.step2 .box-price .price .text small {
  font-size: 1.2rem;
}
.estimate.step2 .caution {
  margin-top: 4rem;
}
.estimate.step2 .ttl-2-1 {
  text-align: center;
  margin-bottom: 3rem;
}
@media (min-width: 769px) {
  .estimate.step2 .ttl-2-1 {
    margin-bottom: 5.6rem;
  }
}
.estimate.step2 .box-border-w {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
}
@media (min-width: 769px) {
  .estimate.step2 .box-border-w {
    padding: 3.2rem;
  }
}
.estimate.step2 .box-border-w .caution {
  margin-top: 0.4rem;
}
.estimate.step2 .box-border-w + .caution {
  margin-top: 2.6rem;
}
.estimate.step2 .price-board {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2.7rem;
  flex-wrap: wrap;
}
.estimate.step2 .price-board .ttl {
  margin-right: 1em;
}
.estimate.step2 .price-board .box-price {
  margin: 0;
}
.estimate.step2 .price-board .price {
  font-size: 2.6rem;
}
.estimate.step2 .sub-price-board .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.estimate.step2 .sub-price-board .item:last-of-type {
  margin-bottom: 0;
}
.estimate.step2 .sub-price-board .ttl {
  position: relative;
  padding-left: 2rem;
}
.estimate.step2 .sub-price-board .ttl:before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background: #003A85;
  border-radius: 0.2rem;
  margin: 1rem 0 0 0.8rem;
  position: absolute;
  left: 0;
  top: 0;
}
.estimate.step2 .sub-price-board .box-price {
  margin: 0;
}
.estimate.step2 .sub-price-board .price {
  font-size: 2.2rem;
  font-weight: bold;
}
.estimate.step2 .col:nth-child(2) .sub-price-board .price {
  font-size: 1.8rem;
}
.estimate.step2 .mod-caution {
  background: rgba(251, 172, 16, 0.12);
  border-radius: 1rem;
  padding: 2rem;
}
@media (min-width: 769px) {
  .estimate.step2 .mod-caution {
    padding: 4rem;
  }
}
.estimate.step2 .mod-caution .ttl-5 {
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .estimate.step2 .mod-caution .ttl-5 {
    margin-bottom: 3.1rem;
  }
}
.estimate.step2 .mod-caution .ttl-5 span {
  display: block;
}
.estimate.step2 .mod-caution .ttl-5 .coution {
  font-size: 1.6rem;
  color: #D11405;
  margin-bottom: 1.9rem;
}
.estimate.step2 .mod-caution .box-border-y {
  border: 0.1rem solid #FBAC10;
  border-radius: 1rem;
  padding: 3.2rem 2.4rem;
}
.estimate.step2 .mod-caution .box-border-y .item {
  margin: 1.4rem 0;
}
.estimate.step2 .mod-caution .box-border-y .item:last-child {
  margin-bottom: 3rem;
}
.estimate.step2 .mod-caution .box-border-y [class^=ttl-] {
  color: #FBAC10;
}
.estimate.step2 .mod-caution .box-border-y .ttl-6 {
  margin-bottom: 0.5rem;
}
.estimate.step3 .area-cmn {
  padding: 0 0 8rem;
}
@media (min-width: 769px) {
  .estimate.step3 .area-cmn {
    padding-bottom: 18rem;
  }
}
.estimate.step3 .form-cmn .box-sim .item:nth-of-type(1) dd.sim-select, .estimate.step3 .form-cmn .box-sim .item:nth-of-type(2) dd.sim-select, .estimate.step3 .form-cmn .box-sim .item:nth-of-type(3) dd.sim-select {
  max-width: 49.6rem;
  width: 100%;
}
.estimate.step3 .form-cmn .box-sim .item:nth-of-type(4) dd.sim-select {
  max-width: 33.6rem;
  width: 100%;
}
.estimate.step3 .form-cmn .box-sim .item:nth-of-type(5) {
  align-items: flex-start;
}
.estimate.step3 .form-cmn .box-sim .item:nth-of-type(5) .name {
  padding-top: 2rem;
}
.estimate.step3 .form-cmn .box-sim .item:nth-of-type(5) dd.sim-select {
  max-width: none;
  width: 100%;
}
.estimate.step4 .area-cmn:nth-of-type(1) {
  padding: 0 0 8rem;
}
@media (min-width: 769px) {
  .estimate.step4 .area-cmn:nth-of-type(1) {
    padding-bottom: 18rem;
  }
}
@media (min-width: 769px) {
  .estimate.step4 .box-data .item {
    justify-content: flex-start;
  }
  .estimate.step4 .box-data .item .ttl {
    padding-right: 1em;
    max-width: 17.6rem;
    width: 35.48%;
    flex-shrink: 0;
  }
}
.estimate.step4 .sec-price {
  margin: 4rem 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 769px) {
  .estimate.step4 .box-total {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-top: 3.9rem;
  }
}
.estimate.step4 .box-total .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 3.2rem;
  text-align: center;
}
@media (min-width: 769px) {
  .estimate.step4 .box-total .ttl {
    text-align: left;
  }
}
.estimate.step4 .box-total .price {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
@media (min-width: 769px) {
  .estimate.step4 .box-total .price {
    justify-content: flex-start;
  }
}
.estimate.step4 .box-total .price .data {
  font-family: "Roboto", sans-serif;
  font-size: 6.4rem;
  font-weight: bold;
  color: #D11405;
  line-height: 1;
}
@media (min-width: 769px) {
  .estimate.step4 .box-total .price .data {
    line-height: 1.74;
  }
}
.estimate.step4 .box-total .price .text {
  display: flex;
  flex-direction: column-reverse;
  line-height: 1;
  font-size: 3.6rem;
  font-weight: bold;
}
.estimate.step4 .box-total .price .text small {
  font-size: 1.2rem;
}
@media (min-width: 769px) {
  .estimate.step4 .box-total {
    margin-top: 0;
  }
}
.estimate.thanks .area-cmn {
  padding-bottom: 8rem;
}
@media (min-width: 769px) {
  .estimate.thanks .area-cmn {
    padding-bottom: 18rem;
  }
}
.estimate.thanks .box-btn {
  display: flex;
  justify-content: center;
  margin: 4rem 0 0;
}
@media (min-width: 769px) {
  .estimate.thanks .box-btn {
    margin: 8rem 0 0;
  }
}
.estimate.notfound .ttl-02 {
  text-align: center;
  font-size: 1.8em;
}
.estimate.notfound .text-center {
  text-align: center;
}
