@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
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,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

html {
  font-size: 62.5%; }

body {
  -webkit-text-size-adjust: 100%; }

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold; }

table,
input,
textarea,
select,
option {
  line-height: 1.1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: middle; }

a {
  display: inline-block;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)"; }

form label {
  cursor: pointer; }

select,
input,
textarea,
button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background-color: #fff;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  box-shadow: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

button {
  cursor: pointer; }

select {
  width: 100%; }
  select::-ms-expand {
    display: none; }

input {
  width: 100%; }
  input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  input[type=number] {
    -moz-appearance: textfield; }
  input::-webkit-input-placeholder {
    color: #ccc; }
  input:-ms-input-placeholder {
    color: #ccc; }
  input::-moz-placeholder {
    color: #ccc; }
  input::-ms-input-placeholder {
    color: #ccc; }
  input::placeholder {
    color: #ccc; }
  input::-ms-clear {
    display: none; }
  input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 100px white inset !important; }

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none; }

textarea {
  resize: none;
  width: 100%;
  height: 100%;
  padding: 0 0; }
  textarea::-webkit-input-placeholder {
    color: #ccc; }
  textarea:-ms-input-placeholder {
    color: #ccc; }
  textarea::-moz-placeholder {
    color: #ccc; }
  textarea::-ms-input-placeholder {
    color: #ccc; }
  textarea::placeholder {
    color: #ccc; }

table,
thead,
tbody,
tfoot,
tr,
th,
td {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  border-spacing: 0;
  border-color: inherit;
  vertical-align: inherit;
  text-align: left;
  background: none;
  border-collapse: collapse;
  background-image: none;
  font-weight: inherit;
  -webkit-border-horizontal-spacing: 0;
  -webkit-border-vertical-spacing: 0; }

/* Flex
-------------------------------------------*/
/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important; }

.c-dev-title1 {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0; }

.c-dev-title2 {
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0; }

.c-dev-message1 {
  top: 0;
  left: 0;
  background: #f00;
  color: #fff;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 8px; }

@media screen and (min-width: 769px) {
  .sp-only {
    display: none; } }

@media screen and (max-width: 768px) {
  .pc-only {
    display: none; } }

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

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
layout
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
body {
  width: 100%;
  background-color: #eff2f1;
  color: #111;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: normal; }
  @media screen and (min-width: 769px) {
    body {
      min-width: 1200px;
      overflow: auto; } }
  body.is-fixed {
    position: fixed; }

.l-cont {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 768px) {
    .l-cont {
      padding: 0 20px; } }

/*------------------------------------------------------------
side
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-footer {
  padding: 28px 0 83px; }
  @media screen and (max-width: 768px) {
    .c-footer {
      padding: 21px 0 53px; } }
  .c-footer__copyright {
    font-size: 1.2rem;
    line-height: 2.8rem;
    letter-spacing: .35px;
    font-family: 'Roboto', sans-serif; }
    @media screen and (min-width: 769px) {
      .c-footer__copyright {
        padding-top: 5px;
        margin-right: 38px; } }
    @media screen and (max-width: 768px) {
      .c-footer__copyright {
        width: 100%;
        margin-bottom: 7px; } }
    @media screen and (max-width: 340px) {
      .c-footer__copyright {
        line-height: 2rem; } }
  .c-footer__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  @media screen and (min-width: 769px) {
    .c-footer__menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  .c-footer__menu__item:not(:last-child) {
    padding-right: 20px; }
    @media screen and (max-width: 768px) {
      .c-footer__menu__item:not(:last-child) {
        margin-bottom: 1px; } }
  .c-footer__menu__link {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: .2px; }
    .c-footer__menu__link:after {
      margin-left: 6px;
      width: 12px;
      height: 10px;
      background: url(../../common/img/common/icon-extend.png) no-repeat center/12px 10px;
      content: "";
      display: inline-block; }

/*------------------------------------------------------------
header
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-header {
  padding: 50px 0; }
  @media screen and (max-width: 768px) {
    .c-header {
      padding: 22px 0; } }
  .c-header__logo {
    width: 245px; }
    @media screen and (max-width: 768px) {
      .c-header__logo {
        width: 66%;
        max-width: 221px; } }
    .c-header__logo img {
      width: 100%; }

/*------------------------------------------------------------
btn
------------------------------------------------------------*/
.c-btn1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .c-btn1__text,
  .c-btn1 input,
  .c-btn1 button {
    padding: 24px 35px;
    line-height: 1.572;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    width: 100%;
    max-width: 480px;
    text-align: center;
    border-radius: 999px;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    white-space: pre-wrap;
    border: 2px solid #004688;
    word-break: break-all;
    background-color: #004688;
    font-family: 'Noto Sans JP', sans-serif; }
    @media screen and (min-width: 769px) {
      .c-btn1__text:hover,
      .c-btn1 input:hover,
      .c-btn1 button:hover {
        background-color: #fff;
        color: #004688;
        opacity: 1; } }
    @media screen and (max-width: 768px) {
      .c-btn1__text,
      .c-btn1 input,
      .c-btn1 button {
        padding: 17px 20px;
        font-size: 1.4rem;
        max-width: 335px; } }
  .c-btn1.is-style1 .c-btn1__text {
    background-color: #ededed;
    border-color: #ededed;
    color: #111; }
    @media screen and (min-width: 769px) {
      .c-btn1.is-style1 .c-btn1__text:hover {
        border-color: #111;
        background-color: #fff;
        color: #111; } }

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
title
------------------------------------------------------------*/
.c-title1 {
  text-align: center;
  color: #111;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.428; }
  @media screen and (max-width: 768px) {
    .c-title1 {
      font-size: 2.8rem; } }
  @media screen and (max-width: 374px) {
    .c-title1 {
      font-size: 7.465vw; } }

/*
------------------------------------------------------------*/
.c-title2 {
  padding: 15px 19px;
  border-radius: 3px;
  color: #fff;
  background-color: #004688;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5; }
  @media screen and (max-width: 768px) {
    .c-title2 {
      padding: 9px;
      font-size: 1.4rem;
      line-height: 2.2rem;
      border-radius: 1.5px; } }
  .c-title2.is-style1 {
    background-color: #eff2f1;
    color: #111; }

/*
------------------------------------------------------------*/
.c-title3 {
  padding-left: 14px;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 3.2rem;
  position: relative; }
  @media screen and (max-width: 768px) {
    .c-title3 {
      padding-left: 8px;
      font-size: 1.4rem;
      line-height: 2.46rem; } }
  .c-title3:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    height: calc(100% - 4px);
    width: 4px;
    background-color: #bc8716; }
    @media screen and (max-width: 768px) {
      .c-title3:before {
        width: 3px; } }
  .c-title3.is-style1:after {
    content: "*";
    color: #ff0000; }

/*
------------------------------------------------------------*/
.c-title4 {
  text-align: center; }
  @media screen and (max-width: 768px) {
    .c-title4 {
      padding: 0 10px; } }
  @media screen and (max-width: 340px) {
    .c-title4 {
      padding: 0 20px; } }
  .c-title4__text {
    padding: 0 14px;
    letter-spacing: .07px;
    background-color: #fff;
    font-size: 1.8rem;
    line-height: 3.2rem;
    font-weight: 500;
    color: #bc8716;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .c-title4__text {
        padding: 0 10px;
        font-size: 1.6rem;
        line-height: 1.75; } }
    @media screen and (max-width: 340px) {
      .c-title4__text {
        font-size: 1.2rem; } }

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-icon00 {
  position: fixed;
  z-index: 999;
  top: 25px;
  right: 25px;
  width: 20px;
  height: 13px;
  cursor: pointer; }
  .c-icon00::before {
    content: '';
    position: absolute;
    top: -13px;
    left: -10px;
    right: -10px;
    height: 60px;
    z-index: 9; }
    @media screen and (max-width: 768px) {
      .c-icon00::before {
        display: none; } }
  .c-icon00.is-active span {
    background: rgba(255, 255, 255, 0); }
    .c-icon00.is-active span::before {
      bottom: 0;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
    .c-icon00.is-active span::after {
      top: 0;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
  .c-icon00 span {
    width: 20px;
    height: 1px;
    position: relative;
    -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
            transform: translateY(6px);
    background: #a12d2d;
    -webkit-transition: all 0ms 300ms;
    transition: all 0ms 300ms;
    display: block; }
    .c-icon00 span::before {
      width: 20px;
      height: 1px;
      content: '';
      position: absolute;
      left: 0;
      bottom: 6px;
      background: #a12d2d;
      -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
    .c-icon00 span:after {
      width: 20px;
      height: 1px;
      content: '';
      position: absolute;
      left: 0;
      top: 6px;
      background: #a12d2d;
      -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }

/*------------------------------------------------------------
form
------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .c-form1 > .l-cont {
    padding: 0; } }

.c-form1 input[disabled] {
  font-size: 1.8rem;
  line-height: 1.81;
  letter-spacing: .05px; }
  @media screen and (max-width: 768px) {
    .c-form1 input[disabled] {
      font-size: 1.6rem; } }

.c-form1__grcontrols {
  margin-top: 35px; }
  @media screen and (max-width: 768px) {
    .c-form1__grcontrols {
      margin-top: 20px; } }
  .c-form1__grcontrols__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .c-form1__grcontrols__row:not(:last-child) {
      margin-bottom: 26px; }
      @media screen and (max-width: 768px) {
        .c-form1__grcontrols__row:not(:last-child) {
          margin-bottom: 10px; } }
    .c-form1__grcontrols__row.is-radios {
      margin: 33px 0 34px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 768px) {
        .c-form1__grcontrols__row.is-radios {
          margin: 20px 0 20px; } }
      .c-form1__grcontrols__row.is-radios .c-form1__label {
        margin-top: 0; }
  .c-form1__grcontrols__controls {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .c-form1__grcontrols .c-form1__label {
    margin-right: 0;
    width: 117px;
    padding-right: 10px; }
    @media screen and (max-width: 768px) {
      .c-form1__grcontrols .c-form1__label {
        width: 80px; } }
  .c-form1__grcontrols .c-form1__radios {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .c-form1__grcontrols .c-form1__radio__label:not(:last-child) {
    margin-right: 20px; }

.c-form1__box {
  margin: 52px 0 40px; }
  @media screen and (max-width: 768px) {
    .c-form1__box {
      margin: 0 0 30px; } }
  .c-form1__box__inner {
    padding: 71px 40px 69px;
    border: 1px solid #bc8716; }
    @media screen and (max-width: 768px) {
      .c-form1__box__inner {
        padding: 100px 20px; } }
    @media screen and (max-width: 340px) {
      .c-form1__box__inner {
        padding: 75px 20px; } }
  .c-form1__box .c-title4 {
    position: relative;
    z-index: 1; }
    .c-form1__box .c-title4:first-child {
      margin-bottom: -32px; }
      @media screen and (max-width: 768px) {
        .c-form1__box .c-title4:first-child {
          margin-bottom: -70px; } }
      @media screen and (max-width: 340px) {
        .c-form1__box .c-title4:first-child {
          margin-bottom: -55px; } }
    .c-form1__box .c-title4:last-child {
      margin-top: -32px; }
      @media screen and (max-width: 768px) {
        .c-form1__box .c-title4:last-child {
          margin-top: -70px; } }
      @media screen and (max-width: 340px) {
        .c-form1__box .c-title4:last-child {
          margin-top: -55px; } }

.c-form1__wrap {
  padding: 71px 100px 100px;
  background-color: #fff; }
  @media screen and (max-width: 768px) {
    .c-form1__wrap {
      padding: 40px 20px 50px; } }

.c-form1__privacy {
  padding: 22px 0 20px 20px;
  margin-bottom: 37px;
  border-radius: 3px;
  border: 1px solid #111;
  background-color: #f7f7f7; }
  @media screen and (max-width: 768px) {
    .c-form1__privacy {
      padding-top: 20px;
      margin-bottom: 35px;
      font-size: 1.4rem;
      border-radius: 1.5px; } }
  .c-form1__privacy__wrap {
    padding-right: 20px;
    height: 216px;
    overflow-y: auto;
    overflow-x: hidden; }
    @media screen and (max-width: 768px) {
      .c-form1__privacy__wrap {
        height: 216px; } }
  .c-form1__privacy__heading {
    padding-bottom: 18px;
    margin-bottom: 26px;
    border-bottom: 2px solid #ccc;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .c-form1__privacy__heading {
        margin-bottom: 20px;
        font-size: 1.6rem; } }
    .c-form1__privacy__heading + .c-list2 {
      margin-top: -4px; }
      @media screen and (max-width: 768px) {
        .c-form1__privacy__heading + .c-list2 {
          margin-top: 0; } }
  .c-form1__privacy__text1 {
    margin-bottom: 9px;
    text-indent: -15px;
    padding-left: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 1px; }
    @media screen and (max-width: 768px) {
      .c-form1__privacy__text1 {
        font-size: 1.4rem;
        margin-bottom: 5px; } }
  .c-form1__privacy__text2 {
    font-size: 1.6rem;
    line-height: 1.875; }
    @media screen and (max-width: 768px) {
      .c-form1__privacy__text2 {
        font-size: 1.4rem; } }
  .c-form1__privacy__row + .c-form1__privacy__row {
    margin-top: 40px; }
    @media screen and (max-width: 768px) {
      .c-form1__privacy__row + .c-form1__privacy__row {
        margin-top: 20px; } }
  .c-form1__privacy__row + .c-list1 {
    margin-top: 23px; }
    @media screen and (max-width: 768px) {
      .c-form1__privacy__row + .c-list1 {
        margin-top: 20px; } }
  .c-form1__privacy__row + .c-form1__privacy__heading {
    margin-top: 38px; }
    @media screen and (max-width: 768px) {
      .c-form1__privacy__row + .c-form1__privacy__heading {
        margin-top: 30px; } }
  .c-form1__privacy .c-list1 {
    margin-bottom: 38px; }
    @media screen and (max-width: 768px) {
      .c-form1__privacy .c-list1 {
        margin-bottom: 30px; } }
  .c-form1__privacy .c-list2 {
    margin-bottom: 38px; }
    @media screen and (max-width: 768px) {
      .c-form1__privacy .c-list2 {
        margin-bottom: 20px; } }

.c-form1__inputwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .c-form1__inputwrap {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .c-form1__inputwrap + .c-form1__inputwrap {
      margin-top: 16px; } }
  @media screen and (min-width: 769px) {
    .c-form1__inputwrap:not(:last-child) {
      margin-right: 20px; } }
  @media screen and (max-width: 768px) {
    .c-form1__inputwrap.is-style1 .c-form1__inputwrap__inner {
      width: auto;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; } }
  .c-form1__inputwrap.is-style1 .c-form1__label {
    padding-right: 18px;
    width: 126px;
    margin-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .c-form1__inputwrap.is-style1 .c-form1__label {
        padding-right: 11px;
        width: 95px; } }
  .c-form1__inputwrap__inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .c-form1__inputwrap__inner .c-form1__label {
      margin-right: 20px; }
    .c-form1__inputwrap__inner + .c-form1__label {
      margin-left: 10px; }
    .c-form1__inputwrap__inner.is-style1 {
      position: relative; }
      .c-form1__inputwrap__inner.is-style1 .c-form1__input__text {
        font-size: 1.8rem;
        line-height: 1;
        right: -1px;
        top: calc(50% - 1px);
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        position: absolute;
        font-weight: 500; }
        @media screen and (max-width: 768px) {
          .c-form1__inputwrap__inner.is-style1 .c-form1__input__text {
            right: 0;
            font-size: 1.6rem; } }
      .c-form1__inputwrap__inner.is-style1 .c-form1__input {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding-right: 20px;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #111; }
        .c-form1__inputwrap__inner.is-style1 .c-form1__input.is-total {
          text-align: right; }
        .c-form1__inputwrap__inner.is-style1 .c-form1__input.is-month {
          padding-right: 36px; }
          @media screen and (max-width: 768px) {
            .c-form1__inputwrap__inner.is-style1 .c-form1__input.is-month {
              padding-right: 30px; } }

@media screen and (max-width: 768px) {
  .c-form1__inputbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

.c-form1__inputbox .c-form1__label {
  margin: 0 0 0 10px; }
  @media screen and (max-width: 768px) {
    .c-form1__inputbox .c-form1__label {
      margin-right: 11px; } }

.c-form1__file:not(:last-child) {
  margin-bottom: 12px; }
  @media screen and (max-width: 768px) {
    .c-form1__file:not(:last-child) {
      margin-bottom: 10px; } }

.c-form1__file__input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.c-form1__label {
  margin: 19px 18px 0 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1; }
  @media screen and (max-width: 768px) {
    .c-form1__label {
      margin: 13px 11px 0 0;
      font-size: 1.4rem; } }

.c-form1__radios {
  width: 100%;
  margin-bottom: 20px; }

.c-form1__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .c-form1__controls + .c-form1__controls {
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      .c-form1__controls + .c-form1__controls {
        margin-top: 16px; } }

.c-form1__radio {
  width: 100%; }
  @media screen and (min-width: 769px) {
    .c-form1__radio {
      margin-top: -5px; } }
  .c-form1__radio:not(:last-child) {
    margin-bottom: 13px; }
    @media screen and (max-width: 768px) {
      .c-form1__radio:not(:last-child) {
        margin-bottom: 9px; } }
  .c-form1__radio__label {
    position: relative;
    display: inline-block; }
  .c-form1__radio__input {
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: 0;
    height: 0;
    top: 0;
    left: 0; }
    .c-form1__radio__input:checked ~ .c-form1__radio__text:after {
      opacity: 1; }
  .c-form1__radio__text {
    padding-left: 34px;
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1.8; }
    @media screen and (max-width: 768px) {
      .c-form1__radio__text {
        padding-left: 28px;
        font-size: 1.4rem; } }
    .c-form1__radio__text:before, .c-form1__radio__text:after {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      content: "";
      border-radius: 50%; }
    .c-form1__radio__text:before {
      top: 5px;
      width: 24px;
      height: 24px;
      left: 0;
      border: 1px solid #ccc; }
      @media screen and (max-width: 768px) {
        .c-form1__radio__text:before {
          top: 2px;
          width: 20px;
          height: 20px; } }
    .c-form1__radio__text:after {
      opacity: 0;
      top: 11px;
      left: 6px;
      width: 12px;
      height: 12px;
      background-color: #004688; }
      @media screen and (max-width: 768px) {
        .c-form1__radio__text:after {
          top: 7px;
          left: 5px;
          width: 10px;
          height: 10px; } }

.c-form1__checkbox {
  margin-bottom: 57px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 768px) {
    .c-form1__checkbox {
      margin-bottom: 35px; } }
  .c-form1__checkbox__label {
    position: relative;
    display: inline-block; }
  .c-form1__checkbox__input {
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: 0;
    height: 0;
    top: 0;
    left: 0; }
    .c-form1__checkbox__input:checked ~ .c-form1__checkbox__text:after {
      opacity: 1; }
  .c-form1__checkbox__text {
    padding-left: 50px;
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 500; }
    @media screen and (max-width: 768px) {
      .c-form1__checkbox__text {
        padding-left: 35px;
        font-size: 1.4rem; } }
    .c-form1__checkbox__text:before, .c-form1__checkbox__text:after {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      content: ""; }
    .c-form1__checkbox__text:before {
      top: 3px;
      left: 2px;
      width: 28px;
      height: 28px;
      border: 1px solid #ccc; }
      @media screen and (max-width: 768px) {
        .c-form1__checkbox__text:before {
          left: 1px;
          width: 24px;
          height: 24px; } }
    .c-form1__checkbox__text:after {
      top: 12px;
      left: 8px;
      opacity: 0;
      width: 16px;
      height: 12px;
      background: url(../../common/img/common/icon-checked.png) no-repeat center/16px 12px; }
      @media screen and (max-width: 768px) {
        .c-form1__checkbox__text:after {
          top: 11px;
          left: 7px;
          width: 13px;
          height: 9px;
          background-size: 13px 9px; } }

.c-form1__group {
  margin-bottom: 52px; }
  @media screen and (max-width: 768px) {
    .c-form1__group {
      margin-bottom: 40px; } }

.c-form1__sublabel {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 1.5;
  display: block;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .c-form1__sublabel {
      margin-top: 7px;
      font-size: 1.4rem; } }
  .c-form1__sublabel.is-style1 {
    margin-top: 5px; }
    @media screen and (max-width: 768px) {
      .c-form1__sublabel.is-style1 {
        margin-top: 11px; } }
  .c-form1__sublabel + textarea {
    margin-top: 16px; }
  .c-form1__sublabel + .c-form1__radio {
    margin-top: 22px; }
    @media screen and (max-width: 768px) {
      .c-form1__sublabel + .c-form1__radio {
        margin-top: 16px; } }

.c-form1__inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 768px) {
    .c-form1__inputs .c-form1__input.is-xs, .c-form1__inputs .c-form1__input.is-xs-m, .c-form1__inputs .c-form1__input.is-xs-s {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; } }
  .c-form1__inputs__symbol {
    margin: 0 8.5px;
    font-size: 1.8rem;
    font-weight: 500; }
    @media screen and (max-width: 768px) {
      .c-form1__inputs__symbol {
        margin: 0 9px;
        font-size: 1.4rem; } }

.c-form1__input {
  padding: 5px 20px;
  height: 58px;
  font-size: 1.6rem;
  line-height: 1;
  border-radius: 3px;
  border: 1px solid #ccc;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .c-form1__input {
      padding: 5px 15px;
      height: 40px;
      border-radius: 1.5px; } }
  .c-form1__input.is-xs {
    width: 180px; }
    @media screen and (max-width: 768px) {
      .c-form1__input.is-xs {
        width: 100%; } }
  .c-form1__input.is-xs-m {
    width: 142px; }
    @media screen and (max-width: 768px) {
      .c-form1__input.is-xs-m {
        width: 100%; } }
  .c-form1__input.is-xs-s {
    width: 80px; }
    @media screen and (max-width: 768px) {
      .c-form1__input.is-xs-s {
        width: 100%; } }
  .c-form1__input.is-month {
    text-align: center; }

.c-form1__row {
  padding-bottom: 36px;
  margin-bottom: 35px; }
  .c-form1__row:not(.no-bor-bottom) {
    border-bottom: 1px solid #ccc; }
  @media screen and (max-width: 768px) {
    .c-form1__row {
      padding-bottom: 26px;
      margin-bottom: 26px; } }
  .c-form1__row:last-child {
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
    padding-bottom: 0 !important; }
  .c-form1__row.no-bor-bottom {
    padding-bottom: 0;
    margin-bottom: 54px; }
    @media screen and (max-width: 768px) {
      .c-form1__row.no-bor-bottom {
        margin-bottom: 30px; } }
  .c-form1__row .c-title3 {
    margin-bottom: 27px !important; }
    @media screen and (max-width: 768px) {
      .c-form1__row .c-title3 {
        margin-bottom: 14px !important; } }
    .c-form1__row .c-title3 + .c-form1__sublabel {
      margin-top: -15px; }
      @media screen and (max-width: 768px) {
        .c-form1__row .c-title3 + .c-form1__sublabel {
          margin-top: 0; } }
    .c-form1__row .c-title3 + .c-text2 {
      margin-top: -15px; }
      @media screen and (max-width: 768px) {
        .c-form1__row .c-title3 + .c-text2 {
          margin-top: 0; } }

.c-form1__buttons .c-btn1 + .c-btn1 {
  margin-top: 31px; }
  @media screen and (max-width: 768px) {
    .c-form1__buttons .c-btn1 + .c-btn1 {
      margin-top: 20px; } }

.c-form1.is-style1 .c-form1__group {
  margin: 0 auto 39px;
  max-width: 600px; }
  @media screen and (max-width: 768px) {
    .c-form1.is-style1 .c-form1__group {
      margin-bottom: 40px; } }

.c-form1.is-style1 .c-form1__controls .c-form1__input {
  margin-top: 9px; }
  @media screen and (max-width: 768px) {
    .c-form1.is-style1 .c-form1__controls .c-form1__input {
      margin-top: 10px; } }

.c-form1.is-style1 .c-form1__controls + .c-form1__controls {
  margin-top: 31px; }
  @media screen and (max-width: 768px) {
    .c-form1.is-style1 .c-form1__controls + .c-form1__controls {
      margin-top: 16px; } }

.c-form1.is-style1 .c-title1 {
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .c-form1.is-style1 .c-title1 {
      margin-bottom: 16px; } }

.c-form1 textarea {
  padding: 20px;
  width: 100%;
  min-height: 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  line-height: 1.5;
  resize: vertical; }
  @media screen and (max-width: 768px) {
    .c-form1 textarea {
      padding: 12px 15px;
      border-radius: 1.5px; } }

.c-form1 .c-block2 {
  margin-bottom: 48px; }
  @media screen and (max-width: 768px) {
    .c-form1 .c-block2 {
      margin-bottom: 40px; } }

.c-form1 .c-title1 {
  margin-bottom: 44px; }
  @media screen and (max-width: 768px) {
    .c-form1 .c-title1 {
      margin-bottom: 16px; } }

.c-form1 .c-title2 {
  margin-bottom: 38px; }
  @media screen and (max-width: 768px) {
    .c-form1 .c-title2 {
      margin-bottom: 23px; } }
  @media screen and (min-width: 769px) {
    .c-form1 .c-title2.is-style1 {
      margin-bottom: 35px; } }

.c-form1 .c-step1 {
  margin: 73px 0 80px; }
  @media screen and (max-width: 768px) {
    .c-form1 .c-step1 {
      margin: 43px 0 39px; } }

.c-form1 .c-text2 + .c-text2 {
  margin-top: 16px; }

.c-form1 .c-text2 + .c-form1__controls {
  margin-top: 26px; }
  @media screen and (max-width: 768px) {
    .c-form1 .c-text2 + .c-form1__controls {
      margin-top: 16px; } }

.c-form1 .c-text2 + .c-form1__file {
  margin-top: 18px; }
  @media screen and (max-width: 768px) {
    .c-form1 .c-text2 + .c-form1__file {
      margin-top: 16px; } }

.c-form1 .c-text2 + textarea {
  margin-top: 40px; }
  @media screen and (max-width: 768px) {
    .c-form1 .c-text2 + textarea {
      margin-top: 16px; } }

.c-form1 .c-text2 + .c-title2 {
  margin-top: 54px; }
  @media screen and (max-width: 768px) {
    .c-form1 .c-text2 + .c-title2 {
      margin-top: 16px; } }

.c-form1 .c-text2 + .c-form1__radio {
  margin-top: 22px; }
  @media screen and (max-width: 768px) {
    .c-form1 .c-text2 + .c-form1__radio {
      margin-top: 16px; } }

/*
------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  .p-confirm .c-title3 {
    margin-bottom: 20px !important; } }

@media screen and (min-width: 769px) {
  .p-confirm .c-form1__row {
    padding-bottom: 32px;
    margin-bottom: 38px; } }

@media screen and (min-width: 769px) {
  .p-confirm .c-form1__row.is-style1 {
    padding-bottom: 32px;
    margin-bottom: 38px; } }

@media screen and (min-width: 769px) {
  .p-confirm .c-form1__group {
    margin-bottom: 73px; } }

.p-confirm .c-form1__grcontrols__row .c-form1__label {
  margin-top: 8px; }

.p-confirm .c-form1__inputwrap .c-form1__label {
  margin: 7px 0 0 0; }

.p-confirm .c-form1__inputwrap__inner {
  padding-left: 21px; }
  @media screen and (max-width: 768px) {
    .p-confirm .c-form1__inputwrap__inner {
      padding-left: 20px; } }
  .p-confirm .c-form1__inputwrap__inner + .c-form1__label {
    margin: 7px 0 0 4px; }
  .p-confirm .c-form1__inputwrap__inner:nth-child(1) {
    padding-left: 0; }

.p-confirm .c-form1__inputwrap.is-style1 .c-form1__inputbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .p-confirm .c-form1__inputwrap.is-style1 .c-form1__inputbox .c-form1__label {
    margin-left: 10px; }
    @media screen and (max-width: 768px) {
      .p-confirm .c-form1__inputwrap.is-style1 .c-form1__inputbox .c-form1__label {
        margin: 0 0 2px 11px; } }

.p-confirm .c-form1__controls + .c-form1__controls {
  margin-top: 15px; }

@media screen and (min-width: 769px) {
  .p-confirm .c-form1__box__inner {
    padding-bottom: 129px; } }

@media screen and (min-width: 769px) {
  .p-confirm .c-form1 .c-text2 + .c-form1__controls {
    margin-top: 37px; } }

.p-confirm .c-form1 input + .c-text1 {
  margin-top: 12px; }

/*
------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  .p-form5 .c-form1__wrap {
    padding-bottom: 130px; } }

@media screen and (min-width: 769px) {
  .p-form5 .c-form1 .c-title1 {
    margin-bottom: 54px; } }

@media screen and (min-width: 769px) {
  .p-form5 .c-form1 .c-step1 {
    margin: 93px 0 80px; } }

@media screen and (min-width: 769px) {
  .p-form5 .c-title2 + .c-block2 {
    margin-top: -8px; } }

/*
------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  .p-form6 .c-title1 {
    margin-bottom: 54px; } }

@media screen and (min-width: 769px) {
  .p-form6 .c-block2 {
    margin: -8px 0 0; } }

@media screen and (min-width: 769px) {
  .p-form6 .c-step1 {
    margin-top: 79px; } }

/*------------------------------------------------------------
text
------------------------------------------------------------*/
.c-text1 {
  font-size: 1.8rem;
  line-height: 1.81;
  letter-spacing: .05px;
  word-break: break-all; }
  @media screen and (max-width: 768px) {
    .c-text1 {
      font-size: 1.4rem; } }
  .c-text1.is-medium,
  .c-text1 .is-medium {
    font-weight: 500; }
  .c-text1.is-style1 {
    font-size: 2rem;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .c-text1.is-style1 {
        font-size: 1.5rem; } }
  .c-text1--center {
    text-align: center; }

/*
------------------------------------------------------------*/
.c-text2 {
  font-size: 1.6rem;
  line-height: 1.81;
  letter-spacing: .05px; }
  @media screen and (max-width: 768px) {
    .c-text2 {
      font-size: 1.4rem; } }
  .c-text2.is-medium,
  .c-text2 .is-medium {
    font-weight: 500; }

/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-navi00 {
  position: fixed;
  top: 65px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #b89090;
  z-index: 99;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 300ms;
  transition: 300ms; }
  .c-navi00.is-show {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }

/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
.c-list1 {
  counter-reset: li; }
  .c-list1__item {
    padding-left: 29px;
    position: relative;
    font-size: 1.6rem;
    line-height: 1.875; }
    @media screen and (max-width: 768px) {
      .c-list1__item {
        padding-left: 25px;
        font-size: 1.4rem; } }
    .c-list1__item:not(:last-child) {
      margin-bottom: 21.7px; }
      @media screen and (max-width: 768px) {
        .c-list1__item:not(:last-child) {
          margin-bottom: 15px; } }
    .c-list1__item:before {
      top: 0;
      left: 0;
      counter-increment: li;
      content: counter(li);
      position: absolute; }

/*
------------------------------------------------------------*/
.c-list2__item {
  padding-left: 16px;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8125; }
  @media screen and (max-width: 768px) {
    .c-list2__item {
      font-size: 1.4rem; } }
  .c-list2__item:before {
    content: "・";
    top: 0;
    left: 0;
    position: absolute; }

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
slide
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
MV
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
.c-step1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .c-step1__inner {
    width: 100%;
    max-width: 770px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media screen and (max-width: 768px) {
      .c-step1__inner {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  @media screen and (min-width: 769px) {
    .c-step1__point {
      padding: 0 15px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; } }
  @media screen and (max-width: 768px) {
    .c-step1__point {
      width: auto; } }
  .c-step1__point:not(:last-child) {
    position: relative; }
    @media screen and (max-width: 768px) {
      .c-step1__point:not(:last-child) {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .c-step1__point:not(:last-child).is-active:after {
      background-color: #004688; }
    .c-step1__point:not(:last-child):after {
      top: 7px;
      left: 50%;
      content: "";
      z-index: 0;
      height: 2px;
      width: 100%;
      background-color: #ababab;
      position: absolute; }
      @media screen and (max-width: 768px) {
        .c-step1__point:not(:last-child):after {
          top: 5px;
          left: 15px; } }
  .c-step1__text {
    font-size: 1.6rem;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 1;
    font-weight: 500; }
    @media screen and (max-width: 768px) {
      .c-step1__text {
        font-size: 1.3rem; } }
    .c-step1__text.is-active {
      color: #004688; }
      .c-step1__text.is-active:before {
        background-color: #004688; }
    .c-step1__text:before {
      margin-bottom: 16px;
      content: "";
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background-color: #ababab; }
      @media screen and (max-width: 768px) {
        .c-step1__text:before {
          margin-bottom: 9px;
          width: 12px;
          height: 12px; } }

/*
------------------------------------------------------------*/
.c-block1__wrap {
  padding: 71px 100px 90px;
  background-color: #fff; }
  @media screen and (max-width: 768px) {
    .c-block1__wrap {
      padding: 40px 20px 50px; } }

@media screen and (max-width: 768px) {
  .c-block1 > .l-cont {
    padding: 0; } }

.c-block1 .c-title1 {
  margin-bottom: 44px; }
  @media screen and (max-width: 768px) {
    .c-block1 .c-title1 {
      margin-bottom: 16px;
      padding: 0 5px; } }

.c-block1 .c-title2 {
  margin-bottom: 69px; }
  @media screen and (max-width: 768px) {
    .c-block1 .c-title2 {
      margin-bottom: 30px; } }

.c-block1 .c-step1 {
  margin: 73px 0 80px; }
  @media screen and (max-width: 768px) {
    .c-block1 .c-step1 {
      margin: 43px 0 39px; } }

/*
------------------------------------------------------------*/
.c-block2 {
  font-size: 1.6rem;
  line-height: 1.5;
  border-top: 1px solid #ccc; }
  @media screen and (max-width: 768px) {
    .c-block2 {
      font-size: 1.5rem; } }
  .c-block2__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .c-block2__heading, .c-block2__text {
    word-break: break-all; }
    @media screen and (max-width: 768px) {
      .c-block2__heading, .c-block2__text {
        padding: 5px 15px; } }
  .c-block2__heading {
    width: 222px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #eff2f1; }
    @media screen and (min-width: 769px) {
      .c-block2__heading {
        padding: 8px 9px; } }
    @media screen and (max-width: 768px) {
      .c-block2__heading {
        width: 100%; } }
  .c-block2__text {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media screen and (min-width: 769px) {
      .c-block2__text {
        padding: 8px 19px; } }
    @media screen and (max-width: 768px) {
      .c-block2__text {
        border-left: 1px solid #ccc; } }

/*
------------------------------------------------------------*/
.c-block3 {
  background-color: #fff; }
  @media screen and (min-width: 769px) {
    .c-block3 {
      padding-right: 60px; } }
  .c-block3 + .c-block3 {
    margin-top: 51px; }
    @media screen and (max-width: 768px) {
      .c-block3 + .c-block3 {
        margin-top: 30px; } }
  .c-block3__heading {
    margin-bottom: 14px;
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: 500;
    color: #bc8716; }
    .c-block3__heading__sub {
      display: inline-block;
      font-size: 1.6rem;
      color: #111;
      font-weight: normal; }
      @media screen and (min-width: 769px) {
        .c-block3__heading__sub {
          padding-top: 3px;
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          padding-left: 20px; } }
      @media screen and (max-width: 768px) {
        .c-block3__heading__sub {
          display: block;
          width: 100%; } }
      .c-block3__heading__sub.is-style1 {
        padding-left: 14px;
        text-indent: -16px;
        width: 100%; }
  .c-block3__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 40px; }
    @media screen and (max-width: 768px) {
      .c-block3__row {
        gap: 10px; } }
    .c-block3__row:not(:last-child) {
      margin-bottom: 14px; }
      @media screen and (max-width: 768px) {
        .c-block3__row:not(:last-child) {
          margin-bottom: 20px; } }
  @media screen and (min-width: 769px) {
    .c-block3__col:not(:nth-child(1)) {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; } }
  @media screen and (max-width: 768px) {
    .c-block3__col {
      width: calc(50% - 5px); } }
  .c-block3__col__heading {
    width: 100%;
    padding: 5px 10px;
    text-align: center;
    border-radius: 3px;
    background-color: #eff2f1; }
    @media screen and (max-width: 768px) {
      .c-block3__col__heading {
        border-radius: 1.5px; } }
  @media screen and (min-width: 769px) {
    .c-block3__col:nth-child(1) {
      width: 130px; } }
  @media screen and (min-width: 769px) {
    .c-block3__col:not(:last-child) .c-form1__controls {
      padding-right: 3px; } }
  .c-block3__col:not(:last-child) .c-form1__label {
    margin-left: 9px; }
  .c-block3__group .c-block3__row:not(:last-child) {
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .c-block3__group .c-block3__row:not(:last-child) {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px; } }
  .c-block3 .c-form1__label {
    margin: 0 0 0 12px !important; }
    @media screen and (min-width: 769px) {
      .c-block3 .c-form1__label {
        top: -1px;
        position: relative; } }
  .c-block3 .c-form1__controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .c-block3 .c-form1__input.is-result {
    text-align: right; }

@media screen and (min-width: 769px) {
  .u-tel {
    pointer-events: none; } }
