@charset "UTF-8";
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;
}

a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/*--- iosのスタイルリセット  ---*/
input[type=submit],
input[type=button] {
  border-radius: 10px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wrapper {
  position: relative;
}

/* =============================================================================
Image
========================================================================== */
a {
  display: block;
}

img {
  width: 100%;
  height: inherit;
}

/* =============================================================================
Basic style
========================================================================== */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
    position: relative;
    overflow-x: hidden;
    word-break: break-all;
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Arial, Helvetica, sans-serif;
  }

/*==============================================================================
Media
============================================================================= */

/*==============================================================================
Accessibility
============================================================================= */
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.hidden {
  display: none;
}

/*==============================================================================
font-size
============================================================================= */
/*
	  mobile
  ----------------------------------------------- */
@media screen and (max-width: 767px) {
  html {
    font-size: 2.1333333333vw;
  }
  p {
    font-size: 1rem;
  }
}
/*
  PC
  ----------------------------------------------- */
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1111111111vw;
  }
  p {
    font-size: 1rem;
  }
}

/*
  xl-PC
  ----------------------------------------------- */
@media screen and (min-width: 1400px) {
    html {
      font-size: 16px;
    }
    p {
      font-size: 1rem;
    }
  }
/*==============================================================================
Responsive
============================================================================= */
@media screen and (max-width: 767px) {
  .inner {
    width: 43.125rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .inner {
    /* width: 75rem; */
    width: 62.5rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*==============================================================================
font-family
============================================================================= */
@font-face {
    font-family: 'Century Gothic';
    src: url("../../assets/fonts/CenturyGothicBold.ttf") format("opentype");
}
  
.century {
    font-family: "Century Gothic", sans-serif;
}

/*==============================================================================
header PC
============================================================================= */
@media screen and (min-width: 768px) {
    .header-inner {
        width: 62.5rem;
        margin: 0 auto;
        padding: .27rem 0;
    }

    .header-logo {
        width: 15rem;
    }

    .form-bg {
        background: #eff3f6;
        padding-top: 3.7rem;
        padding-bottom: 6.2rem;
    }
}

/*==============================================================================
contact SP
============================================================================= */
@media screen and (max-width: 767px) {
    .header-inner {
        padding: 1.15rem 0;
        width: 42rem;
        margin: 0 auto;
    }

    .header-logo {
        width: 15rem;
    }

    .form-bg {
        background: #eff3f6;
        padding-top: 5.1rem;
        padding-bottom: 6.3rem;
    }
}
/*==============================================================================
contact PC
============================================================================= */
@media screen and (min-width: 768px) {
    .form-inner {
        width: 62.5rem;
        margin: 0 auto;
    }

    .form-head-ttl {
        font-size: 3.2rem;
        letter-spacing: .06em;
        font-weight: bold;
        text-align: center;
    }

    .form-head-txt {
        font-size: 1.4rem;
        text-align: center;
        background: #1bbc9c;
        color: #fff;
        width: 33rem;
        margin: 2.6rem auto .42rem;
        border-radius: 5rem 5rem;
        line-height: 1;
        padding: .55rem 0;
        font-weight: bold;
    }
    
    .form-head-link {
        text-decoration: none;
        color: #000;
    }

    .form-head-tel {
        font-size: 4.2rem;
        position: relative;
        text-align: center;
        padding-left: 5rem;
        line-height: 1.1;
        text-decoration: none;
    }

    .form-head-tel::before {
        position: absolute;
        content: "";
        background: url(../images/form/icon-tel.png) no-repeat center/ cover;
        width: 3.25rem;
        height: 3.3rem;
        top: 18%;
        left: 25%;
    }

    .form-head-time {
        text-align: center;
        font-size: 1.3rem;
        margin: .7rem 0;
    }

    .form-head-flow {
        width: 83%;
        margin: 3.5rem auto 2.1rem;
    }

    .form-head-flow.confirm {
        margin: .05rem auto 2rem;
    }

    .form-head-flow.finish {
        margin: .05rem auto 0;
    }

    .form-thanks {
        width: 19rem;
        margin: 6rem auto 3.7rem;
    }

    .form-thanks-ttl {
        font-size: 2.5rem;
        text-align: center;
        color: #016491;
        position: relative;
        line-height: 1.8;
        font-weight: bold;
    }

    .form-thanks-txt {
        text-align: center;
        font-size: 1.2rem;
        line-height: 2.6;
        margin-top: 3rem;
        padding-bottom: 1.4rem;
    }

    .form-head-desc {
        font-size: 1.1rem;
        text-align: center;
        line-height: 1.75;
        margin-bottom: 1.6rem;
    }

    .form-block {
        width: 62.5rem;
        margin: 0 auto;
    }

    .form-block-container {
        position: relative;
        padding: 1.25rem 2.5rem 1.1rem;
        background: #fff;
        border-radius: 1rem;
        margin-bottom: 3.1rem;
        box-sizing: border-box;
        width: 62.5rem;
        margin-top: 2.4rem;
    }

    .form-block-container.confirm {
        margin-top: 2rem;
        margin-bottom: 2.5rem;
    }

    .form-block-container.confirm .form-block-title {
        color: #016491;
    }

    .form-block-item {
        align-items: center;
        padding: 1.9rem 0;
        display: flex;
        align-items: center;
        border-bottom: #e5e5e5 solid .1rem;
        gap: 2.5rem;
    }

    .form-block-container.confirm .form-block-item {
        padding: 1rem 0;
        border: none;
    }

    .form-block-item02 {
        padding: 2.47rem 0;
    }

    .form-block-title {
        font-size: 1.25rem;
        padding: 0;
        position: relative;
        width: 13.5rem;
        padding-left: .5rem;
        font-weight: bold;
        letter-spacing: .04em;
    }

    .form-block-label {
        font-size: .8rem;
        color: #d40000;
        font-weight: bold;
        position: absolute;
        right: 0;
        top: .25rem;
    }

    .form-block-content {
        font-size: 1.25rem;
        display: flex;
        width: 38rem;
        align-items: center;
        flex-wrap: wrap;
    }

    .form-block-content dl {
        display: flex;
        align-items: center;
        width: 50%;
    }

    .form-block-content dl dt {
        font-size: 1.25rem;
        width: 3rem;
    }

    input[type="text"], input[type="url"], input[type="search"], input[type="email"], input[type="tel"] {
        font-size: 1.25rem;
        border: solid .07rem #708ea4;
        border-radius: .15rem;
        padding: .05rem .7rem;
        line-height: 1.8;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Arial, Helvetica, sans-serif;
    }

    input[type="email"] {
        width: 30rem;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Arial, Helvetica, sans-serif;
    }

    input[type="checkbox"] {
        width: 1.5rem;
        height: 1.5rem;
        margin-right: 1rem;
        cursor: pointer;
    }

    input[type="radio"] {
        width: 1.5rem;
        height: 1.5rem;
        margin: 0 .5rem 0 0;
        cursor: pointer;
    }

    .form-block-content02 input[type="text"] {
        padding: .1rem 1.5rem;
    }

    .form-block-labels label {
        font-size: 1.25rem;
        display: flex;
        align-items: center;
    }

    .form-block-labels {
        padding: 0;
        display: flex;
        gap: 2rem;
    }

    select {
        border-radius: .15rem;
        padding: 0 .7rem;
        height: 2.5rem;
        width: 31.5rem;
        border: solid .07rem #708ea4;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Arial, Helvetica, sans-serif;
        background: #fff;
    }
    :placeholder-shown {
        color: #666;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Arial, Helvetica, sans-serif;
    }

    .select {
        font-size: 1.25rem;
    }

    .select-year select{
        width: 9rem;
        text-align: center;
        font-size: 1.25rem;
        margin-right: .6rem;
    }

    .select-month select,.select-day select {
        width: 7rem;
        text-align: center;
        font-size: 1.25rem;
        margin-right: .6rem;
    }

    .form-block-content .select-year {
        margin-right: 3rem;
    }

    .form-block-content .select-month,.form-block-content .select-day {
        margin-right: 2rem;
    }

    .form-block-input.name {
        width: 13rem;
    }

    .form-block-input.short {
        width: 6rem;
        margin-right: 2%;
        padding-left: 1.5rem;
    }

    .form-block-input.long {
        width: 7rem;
        margin-right: 2%;
        padding-left: 1.5rem;
    }

    .form-block-item:last-child {
        border: none;
    }

    .form-block-select {
        border-radius: .15rem;
    }

    .form-block-select select {
        background: #fff;
        font-size: 1.25rem;
    }
    
    .form-block-privacy {
        border: none;
        padding: 0;
        font-size: 1.25rem;
        margin-bottom: 1.5rem;
        text-align: center;
        font-weight: bold;
    }

    .form-block-privacy-txt {
        width: 47rem;
        height: 25.15rem;
        margin: 0 auto;
        text-align: left;
        overflow-y: scroll;
        border: .07rem solid #708ea4;
        background: #fff;
        padding: 1rem 2rem;
        border-radius: .15rem;
        box-sizing: border-box;
    }

    .form-block-privacy-txt p {
        font-size: 1rem;
        line-height: 1.9;
        letter-spacing: 0;
        font-weight: 300;
        margin-bottom: 1.85rem;
    }

    .form-block-privacy-txt p .notel {
        pointer-events: none;
        color: #000;
        text-decoration: none;
    }

    .form-block-agreecheck {
        margin-bottom: .7rem;
    }

    .form-block-agreecheck label {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
      .form-block-button {
        position: relative;
        border: none;
        background: #999;
        width: 31rem;
        height: 5rem;
        font-size: 2rem;
        color: #fff;
        font-weight: bold;
        border-radius: 3.75rem;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        pointer-events: none;
    }

    .form-btn-contents.true {
        background: url(../images/form/c-button-bg.png) no-repeat center/ cover;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c91818", endColorstr="#ab0d0d", GradientType=1);
        pointer-events: auto;
    }

    .form-btn-contents:hover {
        opacity: 1;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
        -webkit-box-shadow: 0 4px 3px 0 rgba(82, 17, 17, 0.8);
        box-shadow: 0 4px 3px 0 rgba(82, 17, 17, 0.8);
        cursor: pointer;
    }

    .form-block-submit {
        margin: 2.55rem auto 0;
        text-align: center;
    }    

    .form-btn-back {
        background: #5c5c5c;
        width: 20rem;
        height: 3.8rem;
        font-size: 1.5rem;
        border-radius: 2.5rem;
        color: #fff;
        border: none;
    }

    .form-block-confirm {
        display: flex;
        justify-content: center;
        gap: 2rem;
        align-items: center;
    }

    .form-btn-back:hover {
        opacity: 1;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
        -webkit-box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.8);
        box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.8);
        cursor: pointer;
    }

    .c-error{
        background:#f00;
        border-radius:.15rem;
        padding:.5rem .8rem;
        margin-top:.2rem;
        font-size:.85rem;
        margin-right:.3rem;
    }
    .c-error em{
        color:#fff;
        font-style:normal
    }

    .error-inner {
        width: 62.5rem;
        margin: 0 auto;
    }

    .error-inner h2 {
        font-size: 2rem;
        margin-top: 2.2rem;
        margin-bottom: 1.2rem;
        font-weight: bold;
    }

    .error-inner p {
        font-size: 1.1rem;
        line-height: 1.6;
        letter-spacing: .08em;
    }

    .error-inner h3 {
        font-size: 1.8rem;
        margin-top: 1.9rem;
        margin-bottom: 1.2rem;
        font-weight: bold;
    }

    .error-inner a {
        text-decoration: underline;
        font-weight: bold;
        color: #25b9c2;
        display: inline-block;
    }
}


/*==============================================================================
form SP
============================================================================= */
@media screen and (max-width: 768px) {
    .form-inner {
        width: 42rem;
        margin: 0 auto;
    }

    .form-head-ttl {
        font-size: 3.7rem;
        letter-spacing: .06em;
        font-weight: bold;
        text-align: center;
        margin: .6rem 0 0 0;
    }

    .form-head-txt {
        font-size: 2.1rem;
        text-align: center;
        background: #1bbc9c;
        color: #fff;
        width: 90%;
        margin: 3.6rem auto 1.1rem;
        border-radius: 5rem 5rem;
        line-height: 1;
        padding: .85rem 0;
        font-weight: bold;
    }
    
    .form-head-link {
        text-decoration: none;
        color: #000;
    }

    .form-head-tel {
        font-size: 5rem;
        position: relative;
        text-align: center;
        padding-left: 5rem;
        line-height: 1;
        text-decoration: none;
    }

    .form-head-tel::before {
        position: absolute;
        content: "";
        background: url(../images/form/icon-tel.png) no-repeat center/ cover;
        width: 3.85rem;
        height: 3.9rem;
        top: .7rem;
        left: 2.4rem;
    }

    .form-head-time {
        text-align: center;
        font-size: 1.6rem;
        margin: 1.5rem 0;
    }

    .form-head-flow {
        width: 100%;
        margin: 3.75rem auto 2rem;
    }

    .form-head-flow.confirm {
        margin: .55rem auto 1.9rem;
    }

    .form-head-flow.finish {
        margin: .6rem auto 0;
    }

    .form-thanks {
        width: 23rem;
        margin: 8.6rem auto 4.8rem;
    }

    .form-thanks-ttl {
        font-size: 3.1rem;
        text-align: center;
        color: #016491;
        position: relative;
        line-height: 1.66;
        font-weight: bold;
    }

    .form-thanks-txt {
        text-align: center;
        font-size: 1.9rem;
        line-height: 2;
        margin-top: 4.2rem;
        padding-bottom: 1.3rem;
    }

    .form-head-desc {
        font-size: 1.76rem;
        text-align: center;
        line-height: 1.43;
        margin-bottom: 2.5rem;
    }

    .form-head-desc.confirm {
        margin-bottom: -.5rem;
    }

    .form-block {
        width: 42rem;
        margin: 0 auto;
    }

    .form-block-container {
        position: relative;
        padding: .6rem 2rem 1.8rem;
        background: #fff;
        border-radius: 1rem;
        margin-bottom: 4.8rem;
        box-sizing: border-box;
        width: 42rem;
        margin-top: 2.4rem;
    }

    .form-block-container.confirm {
        margin-top: 2rem;
        margin-bottom: 3.65rem;
    }

    .form-block-container.confirm .form-block-title {
        color: #016491;
        width: 21rem;
    }

    .form-block-item {
        padding: 1.9rem 0;
        display: flex;
        align-items: flex-start;
        border-bottom: .1rem solid #CBCBCB;
        gap: 1rem;
    }

    .form-block-item.sp {
        padding: 2.9rem 0;
    }

    .form-block-item.sp02 {
        padding: 2.4rem 0;
    }

    .form-block-container.confirm .form-block-item {
        padding: 1.8rem 0;
        border: none;
    }

    .form-block-title {
        font-size: 1.85rem;
        padding: 0;
        position: relative;
        width: 12rem;
        display: block;
        line-height: 1;
        font-weight: bold;
    }

    .form-block-title.sp {
        margin-top: .9rem;
    }

    .form-block-title.sp02 {
        margin-top: -.9rem;
    }

    .form-block-title.sp03 {
        margin-top: .6rem;
    }

    .form-block-item.confirm .form-block-title span {
        color: #016491;
    }

    .form-block-label {
        font-size: 1.2rem;
        color: #d40000;
        font-weight: bold;
        position: absolute;
        left: 0;
        top: 3rem;
    }

    .form-block-label.sp {
        top: 4.5rem;
    }

    .form-block-container.confirm .form-block-label{
        top: 2.3rem;
    }

    .form-block-container.confirm .form-block-label.sp{
        top: 4.3rem;
    }

    .form-block-content {
        font-size: 1.8rem;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
    }

    .form-block-content dl {
        display: flex;
        align-items: center;
    }

    .form-block-content .dl01 {
        margin-bottom: 1.9rem;
    }

    .form-block-content dl dt {
        font-size: 1.85rem;
        width: 4.5rem;
        padding-right: .5rem;
    }

    .form-block-content dl .dt01 {
        padding-right: 1.85rem;
    }

    input[type="text"], input[type="url"], input[type="search"], input[type="email"], input[type="tel"] {
        font-size: 2.1rem;
        border: solid .07rem #708ea4;
        border-radius: .15rem;
        padding: .56rem .6rem;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Arial, Helvetica, sans-serif;
        width: 100%;
    }

    .form-block-content02 input[type="text"] {
        padding: .1rem 1.5rem;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Arial, Helvetica, sans-serif;
    }

    input[type="checkbox"] {
        width: 2rem;
        height: 2rem;
        margin-right: 1rem;
        cursor: pointer;
    }

    input[type="radio"] {
        width: 2.5rem;
        height: 2.5rem;
        margin-right: .7rem;
        cursor: pointer;
    }

    input[type="email"] {
        width: 100%;
    }

    .form-block-labels label {
        margin-right: 2.6rem;
        display: flex;
        align-items: center;
    }

    .form-block-labels {
        padding: 0;
        display: flex;
    }

    select {
        border: solid .07rem #708ea4;
        border-radius: .25rem!important;
        padding: 0;
        height: 4.2rem;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Arial, Helvetica, sans-serif;
         background: #fff;
    }
    :placeholder-shown {
        color: #666;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Arial, Helvetica, sans-serif;
    }

    .select {
        font-size: 1.8rem;
        margin-right: 1.5rem;
    }

    .select-year select{
        width: 12rem;
        text-align: center;
        font-size: 2rem;
        margin-right: .6rem;
        margin-bottom: 1.5rem;
    }

    .select-month select,.select-day select {
        width: 9.5rem;
        text-align: center;
        font-size: 2rem;
        margin-right: .6rem;
    }

    .form-block-input.name {
        width: 22rem;
    }

    .form-block-input.short {
        width: 8.3rem;
        text-align: center;
        box-sizing: border-box;
        margin-right: .6rem;
    }

    .form-block-input.long {
        width: 9.3rem;
        text-align: center;
        box-sizing: border-box;
    }

    .form-block-input.long01 {
        margin-right: .6rem;
    }

    .form-block-item:last-child {
        border: none;
    }

    .form-block-select {
        border-radius: .15rem;
        width: 100%;
    }

    .form-block-select select {
        background: #fff;
        font-size: 1.8rem;
        height: 4rem;
        width: 100%;
        padding-left: 1rem;
    }
        
    .form-block-privacy {
        border: none;
        padding: 0;
        font-size: 2rem;
        margin-bottom: 2.2rem;
        text-align: center;
        font-weight: bold;
    }

    .form-block-privacy-txt {
        width: 95%;
        height: 25.1rem;
        margin: 0 auto;
        text-align: left;
        overflow-y: scroll;
        border: .07rem solid #708ea4;
        background: #fff;
        padding: 1.1rem 1.5rem;
        border-radius: .15rem;
        box-sizing: border-box;
    }

    .form-block-privacy-txt p {
        font-size: 1rem;
        line-height: 1.9;
        letter-spacing: 0;
        font-weight: 300;
    }

     .form-block-privacy-txt p .notel {
        pointer-events: none;
        color: #000;
        text-decoration: none;
    }

    .form-block-agreecheck {
        margin-bottom: 1.5rem;
    }

    .form-block-agreecheck span {
        font-size: 1.7rem;
        text-align: center;
        line-height: 1.4;
    }

    .form-block-agreecheck label {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .form-block-button {
        position: relative;
        border: none;
        background: #999;
        width: 37rem;
        height: 6.2rem;
        font-size: 2.5rem;
        color: #fff;
        font-weight: bold;
        border-radius: 3.75rem;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        pointer-events: none;
    }

    .form-btn-contents.true {
        background: url(../images/form/c-button-bg.png) no-repeat center/ cover;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c91818", endColorstr="#ab0d0d", GradientType=1);
        pointer-events: auto;
    }

    .form-btn-contents:hover {
        opacity: 1;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
        -webkit-box-shadow: 0 4px 3px 0 rgba(82, 17, 17, 0.8);
        box-shadow: 0 4px 3px 0 rgba(82, 17, 17, 0.8);
        cursor: pointer;
    }

    .form-block-submit {
        margin: 2.2rem auto 0;
        text-align: center;
    }    

    .form-block-confirm {
        display: flex;
        justify-content: center;
        gap: 1.5rem;
        align-items: center;
    }

    .form-block-confirm .form-block-button {
        position: relative;
        border: none;
        background: #999;
        width: 25rem;
        height: 6.2rem;
        font-size: 2.5rem;
        color: #fff;
        font-weight: bold;
        border-radius: 3.75rem;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        pointer-events: none;
    }

    .form-block-confirm  .form-btn-contents.true {
        background: url(../images/form/c-button-bg.png) no-repeat center/ cover;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c91818", endColorstr="#ab0d0d", GradientType=1);
        pointer-events: auto;
    }

    .form-btn-back {
        background: #5c5c5c;
        width: 15.2rem;
        height: 5rem;
        font-size: 1.6rem;
        border-radius: 2.5rem;
        color: #fff;
        border: none;
        font-weight: bold;
    }

    .form-btn-back:hover {
        opacity: 1;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
        -webkit-box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.8);
        box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.8);
        cursor: pointer;
    }

    .c-error{
        background:#f00;
        border-radius:.35rem;
        padding:.5rem 1.2rem;
        margin-top:.2rem;
        font-size:1.6rem;
        margin-right:.3rem;
        line-height: 1.8;
    }
    .c-error em{
        color:#fff;
        font-style:normal
    }

     .error-inner {
        width: 42rem;
        margin: 0 auto;
    }

    .error-inner h2 {
        font-size: 3.5rem;
        margin-top: 3rem;
        margin-bottom: 3rem;
        font-weight: bold;
    }

    .error-inner p {
        font-size: 1.6rem;
        line-height: 1.6;
        letter-spacing: .06em;
    }

    .error-inner h3 {
        font-size: 3rem;
        margin-top: 3rem;
        margin-bottom: 3rem;
        font-weight: bold;
    }

    .error-inner a {
        text-decoration: underline;
        font-weight: bold;
        color: #25b9c2;
        display: inline-block;
    }
}


/*==============================================================================
footer PC
============================================================================= */
@media screen and (min-width: 768px) {
    .footer {
        background: #8fa1a1;
        padding: 2.6rem 0;
    }

    .footer p {
        color: #fff;
        font-weight: 300;
        text-align: center;
    }
}

/*==============================================================================
footer SP
============================================================================= */
@media screen and (max-width: 767px) {
    .footer {
        background: #8fa1a1;
        padding: 3.15rem 0;
    }

    .footer p {
        color: #fff;
        font-weight: 300;
        font-size: 1.2rem;
        text-align: center;
    }
}
