  @charset "utf-8";

/* ======================================================
 * form.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * SP Media Queries
====================================================== */
/* ------------------------------------------------------
 * Fonts
------------------------------------------------------ */
/**
 * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
 */
@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 100;
  src: url(https:https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format('woff'),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 300;
  src: url(https:https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'),
       url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans CJK JP';
   font-style: normal;
   font-weight: 400;
   src: url(https:https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans CJK JP';
   font-style: normal;
   font-weight: 500;
   src: url(https:https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans CJK JP';
   font-style: normal;
   font-weight: 700;
   src: url(https:https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}
/* -------------------------------------
Base
-------------------------------------*/
body {
  font: 1.6rem/1.75 "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Myriad Pro, Myriad, Arial, sans-serif;
  color: #333;
}

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  .pc-hidden {
    display: none !important;
  }
  /* -------------------------------------
  Layout
  -------------------------------------*/
  .form-primary-header {
    width: 100%;
    min-width: 1240px;
    border-bottom-color: #ddd;
  }
  .form-primary-header .form-primary-header_body {
    max-width: 1240px;
    min-width: 1240px;
    width: 1240px;
    padding: 25px 20px;
  }
  .form-primary-header .form-primary-header_branding {
    overflow: hidden;
    display: block;
    width: 351px;
    height: 30px;
    background: url(/jp/common/img/com_logo01.png) no-repeat 0 50%;
    white-space: nowrap;
    text-indent: 100%;
  }
  .form-contents_body {
    min-width: 1240px;
    padding: 40px 20px 50px;
  }
  .form-pagetop {
    bottom: 105px;
  }
  .form-pagetop .form-pagetop_link {
    overflow: hidden;
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    background-image: none;
    background-color: #e50014;
    border: 1px solid #e50014;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: background .2s ease-out 0s, color .2s ease-out 0s, border .2s ease-out 0s;
    transition: background .2s ease-out 0s, color .2s ease-out 0s, border .2s ease-out 0s;
  }
  .form-pagetop .form-pagetop_link::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin: -3px 0 0 -7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .form-pagetop .form-pagetop_link:hover {
    background-color: #fff;
  }
  .form-pagetop .form-pagetop_link:hover::after {
    border-color: #e50014;
  }
  
  .form-primary-footer {
    min-width: 1240px;
    border-top: none;
    background: #e50014;
    color: #fff;
  }
  .form-primary-footer .form-primary-footer_body {
    min-width: 1240px;
    max-width: 1240px;
    padding: 30px 20px;
  }
  .form-primary-footer .form-primary-footer_legal {
    text-align: right;
  }
  .form-primary-footer .form-primary-footer_copyright {
    font-family: 'Noto Sans CJK JP';
    font-style: normal;
    font-weight: 100;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
  }
  
  /* -------------------------------------
  .form-heading 
  -------------------------------------*/
  h1.form-heading {
    position: relative;
    margin-bottom: 84px;
    padding: 0 0 1px 30px;
    font-size: 50px;
    font-size: 5.0rem;
    font-family: 'Noto Sans CJK JP';
    font-style: normal;
    font-weight: 500;
    line-height: 1.1;
  }
  h1.form-heading::before {
    position: absolute;
    display: block;
    height: 100%;
    width: 4px;
    top: 1px;
    left: 0;
    background: #e50014;
    content: "";
  }
  
  .form-app, .form-correct, .form-exit {
    margin-top: 30px;
  }
  
  /* -------------------------------------
  .form-flow 
  -------------------------------------*/
  .form-flow-chart {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .form-flow-chart > li {
    padding-top: 70px;
  }
  .form-flow-chart.form-flow-input > li:nth-child(1):before,
  .form-flow-chart.form-flow-confirm > li:nth-child(1):before,
  .form-flow-chart.form-flow-finish > li:nth-child(1):before {
    display: none;
  }
  .form-flow-chart > li:nth-child(3):before {
    width: 100%;
  }
  .form-flow-chart > li:before {
    background-image: linear-gradient(to right, #b1b1b1, #b1b1b1 2px, transparent 2px, transparent 6px);
    background-size: 6px 2px;
    background-color: transparent !important;
    background-repeat: repeat-x;
    background-position: 2px 1px;
  }
  .form-flow-chart > li:after {
    border-radius: 0;
    background: transparent !important;
    font-weight: normal;
    color: #999 !important;
  }
  .form-flow-chart > li > span {
    display: block;
    position: relative;
    font-size: 1.4rem;
    font-weight: normal;
    color: #999;
  }
  .form-flow-chart > li > span::after {
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -24px;
    display: block;
    width: 48px;
    height: 48px;
    background: #fff;
    border: 1px solid #999;
    transform: rotate(45deg);
    content: "";
    z-index: 2;
  }
  /* 現在地表示の色 */
  .form-flow-chart.form-flow-input > li:nth-child(1):after,
  .form-flow-chart.form-flow-confirm > li:nth-child(2):after,
  .form-flow-chart.form-flow-finish > li:nth-child(3):after {
    background: transparent;
    color: #e50014 !important;
  }
  .form-flow-chart.form-flow-input > li:nth-child(1) > span,
  .form-flow-chart.form-flow-confirm > li:nth-child(2) > span,
  .form-flow-chart.form-flow-finish > li:nth-child(3) > span {
    color: #e50014;
    font-weight: bold;
  }
  .form-flow-chart.form-flow-input > li:nth-child(1) > span::after,
  .form-flow-chart.form-flow-confirm > li:nth-child(2) > span::after,
  .form-flow-chart.form-flow-finish > li:nth-child(3) > span::after {
    border-color: #e50014;
  }
  
  /* -------------------------------------
  .form-component
  -------------------------------------*/
  .form-component {
    display: -webkit-flex;
    display: flex;
    padding: 0;
    border: 1px solid #ddd;
  }
  .form-component .form-component_name,
  .form-component .form-component_field {
    margin-top: 0;
    float: none;
    padding: 20px;
  }
  .form-component .form-component_name {
    width: 280px;
    -webkit-flex: 280px 0 0;
    flex: 280px 0 0;
    background: #f7f7f7;
    border-right: 1px solid #ddd;
  }
  .form-component .form-component_field {
    -webkit-flex: auto 1 1;
    flex: auto 1 1;
  }
  .form-component .form-component_label {
    position: relative;
    padding-right: 45px;
  }
  .form-component .form-component_label:after {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: normal;
  }
  .form-tag-required,
  .form-required .form-component_label:after {
    background: #f37927;
  }
  .form-tag-optional,
  .form-optional .form-component_label:after {
    background: #58a6ee;
  }
  .form-component .form-component_label > label {
    margin-bottom: 0;
  }
  .form-textfield {
    border-radius: 0;
    border-color: #ccc;
  }
  .form-required .form-textfield:not(.state-done),
  .form-required .form-selectfield:not(.state-done),
  .form-required .form-ticksfield:not(.state-done),
  .form-required .form-ticksfield.state-error input[type="radio"] + label{
    background: #fff;
  }
  .form-textfield .eg-label,
  .form-selectfield:not(.state-focused):not(.state-error):not(.state-done) select {
    color: #ddd;
  }
  .form-textfield.state-error,
  .form-selectfield.state-error,
  .form-ticksfield.state-error,
  .form-ticksfield.state-error input[type="radio"] + label,
  .form-required .form-textfield.state-error,
  .form-required .form-selectfield.state-error,
  .form-required .form-ticksfield.state-error,
  .form-required .form-ticksfield.state-error input[type="radio"] + label {
    border-color: #f37927;
    background: #fce9eb;
  }
  .form-error-comment {
    font-size: 14px;
    font-size: 1.4rem;
    color: #f37927;
  }
  .form-component .form-component_field > .form-component_comment {
    margin-bottom: 5px;
  }
  .form-ticksfield input[type="checkbox"] + label:before {
    left: 15px;
    width: 25px;
    height: 25px;
    margin-top: -13px;
  }
  .form-ticksfield input[type="checkbox"] + label:after {
    width: 10px;
    height: 17px;
    margin-top: -12px;
    left: 23px;
    border-width: 0 1px 1px 0;
    border-color: #e50014;
  }
  .form-ticksfield input[type="checkbox"]:checked + label:after {
    border-color: #e50014;
  }
  
  /* agree */
  .form-agree-component {
    text-align: center;
  }
  .form-agree-component .form-ticksfield {
    -webkit-justify-content: center;
    justify-content: center;
    border: none;
    border-radius: 0;
  }
  .form-agree-component .form-ticksfield input[type="checkbox"] + label {
    width: auto;
    min-height: 1px;
    padding: 3px 40px 0;
  }
  .form-agree-component .form-ticksfield input[type="checkbox"] + label:hover,
  .form-agree-component .form-ticksfield input[type="checkbox"]:checked + label {
    background: transparent;
  }
  .form-agree-component .form-ticksfield input[type="checkbox"] + label::before {
    left: 0;
  }
  .form-agree-component .form-ticksfield input[type="checkbox"] + label::after {
    left: 8px;
  }
  
  
  /* -------------------------------------
  .form-privacy
  -------------------------------------*/
  .form-privacy-box .form-privacy-box_text {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .form-privacy-box .form-privacy-box_guidance {
    margin-bottom: 25px;
  }
  .form-privacy-v2 {
    margin: 70px 0 50px;
  }
  .form-privacy-v2 .form-privacy-box {
    height: auto;
    overflow: hidden;
    border: none;
  }
  .form-privacy-v2 .form-privacy-box + .form-privacy-box {
    margin-top: 50px;
  }
  .form-privacy-v2 .form-privacy-box_title {
    margin: 0;
    padding: 18px 27px;
    background: #f1f1f1;
    font-size: 20px;
    font-size: 2.0rem;
    font-family: 'Noto Sans CJK JP';
    font-style: normal;
    font-weight: 700;
  }
  .form-privacy-v2 .form-privacy-box_body {
    max-height: 400px;
    padding: 25px;
    border: 1px solid #ddd;
    border-top: none;
    overflow-y: auto;
  }
  
  /* -------------------------------------
  .form-order-list
  -------------------------------------*/
  .form-order-list {
    margin-top: 1.0em;
  }
  .form-order-list > li {
    position: relative;
    padding-left: 1.5em;
  }
  .form-order-list > li > .form-order_num {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .form-order-list > li + li {
    margin-top: .3em;
  }
  
  
  /* -------------------------------------
  .form-submit-button
  -------------------------------------*/
  .form-submit-button,
  .form-comfirmed-button {
    width: 440px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 30px 21px;
    border: 1px solid #999;
    border-radius: 0;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out;
  }
  .form-submit-button,
  .form-comfirmed-button,
  .form-exit-button,
  .form-submit-button[type="button"] {
    background: #fff;
    color: #333;
  }
  .form-submit-button[type="button"] {
    background: #efefef;
    color: #888;
  }
  [data-form-submit="false"] .form-submit-button[type="button"] {
    opacity: .7;
  }
  .form-correct {
    margin: 0;
    position: relative;
  }
  .form-correct-button {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: auto;
    margin: 0 0 24px;
    padding: 0 0 0 20px;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    -webkit-transition: color .2s ease-out, opacity .2s ease-out;
    transition: color .2s ease-out, opacity .2s ease-out;
  }
  
  /* hover */
  [data-form-submit=""] .form-submit-button[type="submit"]:hover,
  [data-form-submit="true"] .form-submit-button[type="submit"]:hover,
  .form-comfirmed-button[type="submit"]:hover {
    opacity: 1;
  }
  [data-form-submit="true"] .form-submit-button:hover,
  [data-form-submit="true"] .form-comfirmed-button:hover,
  [data-form-submit="true"] .form-exit-button:hover {
    background: #efefef;
  }
  .form-correct-button:hover {
    background: #fff;
    color: #aaa;
    opacity: .6;
  }
  
  /* icon */
  .form-submit-button[type="submit"]:before,
  .form-comfirmed-button[type="submit"]:before,
  .form-submit-button[type="button"]:before {
    left: 12px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background-image: none;
    border-top: 1px solid #e90f0f;
    border-right: 1px solid #e90f0f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .form-correct-button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 2px;
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-top: 1px solid #e90f0f;
    border-left: 1px solid #e90f0f;
  }
  
  
  /* -------------------------------------
  .form-thanks
  -------------------------------------*/
  .form-thanks {
    margin-bottom: 220px;
  }
  .form-thanks_message {
    margin-bottom: 15px;
    font-size: 32px;
    font-size: 3.2rem;
    font-family: 'Noto Sans CJK JP';
    font-style: normal;
    font-weight: 700;
    text-align: center;
  }
  .form-thanks_message + * {
    margin-top: 0 !important;
  }
  .form-thanks_paragraph {
    margin-top: 1.0em;
    text-align: center;
  }
  .form-thanks_navi {
    margin-top: 40px;
  }
  .form-thanks_button-center {
    text-align: center;
  }
  .form-thanks_button-right {
    text-align: right;
  }
  .form-thanks_button > li > a {
    display: inline-block;
    position: relative;
    min-width: 280px;
    padding: 14px 40px 13px;
    border: 1px solid #999;
    background-color: #fff;
    color: #333;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out;
  }
  .form-thanks_button > li > a:hover {
    background-color: #efefef;
  }
  .form-thanks_button > li > span {
    display: inline;
    line-height: 1.5;
  }
  
  /* icon */
  .form-thanks_button > li > a::before {
    position: absolute;
    top: 50%;
    left: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #e90f0f;
    border-right: 1px solid #e90f0f;
    content: "";
  }
/* -------------------------------------
  .form-thanks-v2
  -------------------------------------*/
  .form-thanks-v2 {
    margin-bottom: 30px;
  }
/* -------------------------------------
  .form-card
  -------------------------------------*/
  .form-card-wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 33px;
  }
  .form-card {
    display: flex;
    justify-content: center;
  }
  .form-card + .form-card {
    margin-top: 20px;
  }
  .form-card a {
   
  }
  a[class*="form-card__type"] {
    text-decoration: none;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    background-color: #ededed;
    padding: 28px;
    width: 912px;
    align-items: center;
    -webkit-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
  }
  a[class*="form-card__type"]:hover {
    opacity: 0.7;
  }
  .form-card__type--nolink {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    background-color: #ededed;
    padding: 28px;
    width: 912px;
    align-items: center;
  }
  .form-card__head {
    margin-right: 28px;
  }
  .form-card__image {
    width: 218px;
  }
  .form-card__image img {
    border: 1px solid #dfdfdf;
  }
  .form-card__body {
    flex-grow: 1;
  }
  .form-card-list-wrap > li {
    display: inline-block;
    position: relative;
    padding-left: 22px;
    color: #333;
    text-decoration: none;
  }
  .form-card-list-wrap > li::before {
    position: absolute;
    top: .45em;
    left: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 12px;
    height: 12px;
    border-top: 2px solid #e50216;
    border-right: 2px solid #e50216;
    content: "";
  }
  .form-card-list-wrap li {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Noto Sans CJK JP';
    line-height: 1.44;
  }
  .form-card-list-wrap li::after {
    display: inline-block;
    margin: .3em 0 0 12px;
    width: 17px;
    height: 17px;
    vertical-align: top;
    background: url(/jp/common/img/com_sprite01.png) no-repeat;
    background-position: -80px 0;
    content: ""
  }
   .form-card__type--pdf .form-card-list-wrap li::after {
    background-position: -80px 0;
  }
  .form-card__type--blank .form-card-list-wrap li::after {
    background-position: 0 0;
  }
  .form-card__type .form-card-list-wrap li::after {
    display: none;
  }
  .form-card__type--nolink .form-card-list-wrap  li::before,
  .form-card__type--nolink .form-card-list-wrap li::after {
    display: none;
  }
  .form-card__type--nolink .form-card-list-wrap > li {
    padding-left: 0;
  }
  .form-card-text {
    margin-top: 1em;
  }
  a:link, a:visited, a:hover, a:active .form-card-text {
    font-size: 1.6rem;
    color: #333;
    line-height: 1.75;
  }
}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  .sp-hidden {
    display: none !important;
  }
  /* -------------------------------------
  Layout
  -------------------------------------*/
  .form-primary-header {
    border-bottom-color: #ddd;
  }
  .form-primary-header .form-primary-header_body {
    padding: 15px 3.9%;
  }
  .form-primary-header .form-primary-header_branding {
    overflow: hidden;
    display: block;
    width: 234px;
    height: 20px;
    margin: 0;
    background: url(/jp/common/img/com_logo01.png) no-repeat 0 50%;
    white-space: nowrap;
    text-indent: 100%;
    -webkit-background-size: 234px auto;
    background-size: 234px auto;
  }
  .form-contents_body {
    padding-top: 20px;
  }
  .form-primary-footer {
    border-top: none;
  }
  .form-pagetop {
    position: static;
    display: block !important;
    opacity: 1 !important;
  }
  .form-pagetop .form-pagetop_link {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    background-color: #333;
    background-image: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .form-pagetop .form-pagetop_link::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin: -3px 0 0 -6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .form-primary-footer .form-primary-footer_body {
    background: #e50014;
    color: #fff;
    padding: 15px 3.9%;
  }
  .form-primary-footer .form-primary-footer_copyright {
    font-size: 11px;
    font-size: 1.1rem;
    color: #fff;
    line-height: 1.1;
  }
  
  /* -------------------------------------
  .form-heading 
  -------------------------------------*/
  h1.form-heading {
    position: relative;
    margin-bottom: 38px;
    padding: 0 0 1px 14px;
    font-size: 25px;
    font-size: 2.5rem;
    font-family: 'Noto Sans CJK JP';
    font-style: normal;
    font-weight: 500;
    line-height: 1.1;
  }
  h1.form-heading::before {
    position: absolute;
    display: block;
    height: 100%;
    width: 3px;
    top: 1px;
    left: 0;
    background: #e50014;
    content: "";
  }
  
  /* -------------------------------------
  .form-flow 
  -------------------------------------*/
  .form-flow {
    margin-bottom: 30px;
  }
  .form-flow-chart > li {
    font-size: 1.0rem;
  }
  .form-flow-chart.form-flow-input > li:nth-child(1):before,
  .form-flow-chart.form-flow-confirm > li:nth-child(1):before,
  .form-flow-chart.form-flow-finish > li:nth-child(1):before {
    display: none;
  }
  .form-flow-chart > li:nth-child(3):before {
    width: 100%;
  }
  .form-flow-chart > li:before {
    background-image: linear-gradient(to right, #b1b1b1, #b1b1b1 1px, transparent 1px, transparent 3px);
    background-size: 3px 2px;
    background-color: transparent !important;
    background-repeat: repeat-x;
    background-position: 3px 1px;
  }
  .form-flow-chart > li:after {
    border-radius: 0;
    background: transparent !important;
    font-weight: normal;
    color: #999 !important;
  }
  .form-flow-chart > li > span {
    display: block;
    position: relative;
    font-weight: normal;
    color: #999;
  }
  .form-flow-chart > li > span::after {
    position: absolute;
    top: -45px;
    left: 50%;
    margin-left: -14px;
    display: block;
    width: 28px;
    height: 28px;
    background: #fff;
    border: 1px solid #999;
    transform: rotate(45deg);
    content: "";
    z-index: 2;
  }
  /* 現在地表示の色 */
  .form-flow-chart.form-flow-input > li:nth-child(1):after,
  .form-flow-chart.form-flow-confirm > li:nth-child(2):after,
  .form-flow-chart.form-flow-finish > li:nth-child(3):after {
    background: transparent;
    color: #e50014 !important;
  }
  .form-flow-chart.form-flow-input > li:nth-child(1) > span,
  .form-flow-chart.form-flow-confirm > li:nth-child(2) > span,
  .form-flow-chart.form-flow-finish > li:nth-child(3) > span {
    color: #e50014;
    font-weight: bold;
  }
  .form-flow-chart.form-flow-input > li:nth-child(1) > span::after,
  .form-flow-chart.form-flow-confirm > li:nth-child(2) > span::after,
  .form-flow-chart.form-flow-finish > li:nth-child(3) > span::after {
    border-color: #e50014;
  }
  
  /* -------------------------------------
  .form-component
  -------------------------------------*/
  .form-component {
    margin: 25px 0;
    padding: 0;
    border: 1px solid #ddd;
  }
  .form-component .form-component_name {
    margin: 0;
    padding: 15px;
    background: #f7f7f7;
  }
  .form-component .form-component_field {
    padding: 15px;
    font-size: 1.4rem;
    border-top: 1px solid #ddd;
  }
  .form-component .form-component_label {
    position: relative;
    padding-right: 40px;
  }
  .form-component .form-component_label > label {
    font-size: 1.4rem;
  }
  .form-component .form-component_label:after {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: normal;
  }
  .form-tag-required,
  .form-required .form-component_label:after {
    background: #f37927;
  }
  .form-tag-optional,
  .form-optional .form-component_label:after {
    background: #58a6ee;
  }
  .form-textfield {
    border-radius: 0;
    border-color: #ccc;
  }
  .form-required .form-textfield:not(.state-done),
  .form-required .form-selectfield:not(.state-done),
  .form-required .form-ticksfield:not(.state-done),
  .form-required .form-ticksfield.state-error input[type="radio"] + label{
    background: #fff;
  }
  .form-textfield .eg-label,
  .form-selectfield:not(.state-focused):not(.state-error):not(.state-done) select {
    color: #ddd;
  }
  .form-textfield.state-error,
  .form-selectfield.state-error,
  .form-ticksfield.state-error,
  .form-ticksfield.state-error input[type="radio"] + label,
  .form-required .form-textfield.state-error,
  .form-required .form-selectfield.state-error,
  .form-required .form-ticksfield.state-error,
  .form-required .form-ticksfield.state-error input[type="radio"] + label {
    border-color: #f37927;
    background: #fce9eb;
  }
  .form-error-comment {
    font-size: 1.2rem;
    color: #f37927;
  }
  .form-component .form-component_field > .form-component_comment {
    margin-bottom: 5px;
  }
  .form-ticksfield input[type="checkbox"] + label:after {
    width: 6px;
    height: 10px;
    left: 16px;
    margin-top: -7px;
    border-width: 0 1px 1px 0;
    border-color: #e50014;
  }
  .form-ticksfield input[type="checkbox"]:checked + label:after {
    border-color: #e50014;
  }
  /* agree */
  .form-agree-component {
    text-align: center;
  }
  .form-agree-component .form-ticksfield {
    -webkit-justify-content: center;
    justify-content: center;
    border: none;
    border-radius: 0;
  }
  .form-agree-component .form-ticksfield input[type="checkbox"] + label {
    width: auto;
    min-height: 1px;
    padding: 1px 30px 0;
  }
  .form-agree-component .form-ticksfield input[type="checkbox"] + label:hover,
  .form-agree-component .form-ticksfield input[type="checkbox"]:checked + label {
    background: transparent;
  }
  .form-agree-component .form-ticksfield input[type="checkbox"] + label::before {
    left: 0;
  }
  .form-agree-component .form-ticksfield input[type="checkbox"] + label::after {
    left: 6px;
  }
  .form-agree-component .form-error-comment {
    text-align: left;
  }
  
  /* -------------------------------------
  .form-privacy
  -------------------------------------*/
  .form-privacy-box .form-privacy-box_text {
    font-size: 1.4rem;
  }
  .form-privacy-box .form-privacy-box_guidance {
    margin-bottom: 10px;
  }
  .form-privacy-v2 {
    margin: 30px 0 40px;
  }
  .form-privacy-v2 .form-privacy-box {
    height: auto;
    overflow: hidden;
    border: none;
  }
  .form-privacy-v2 .form-privacy-box + .form-privacy-box {
    margin-top: 20px;
  }
  .form-privacy-v2 .form-privacy-box_title {
    margin: 0;
    padding: 14px 20px;
    background: #f1f1f1;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'Noto Sans CJK JP';
    font-style: normal;
    font-weight: 500;
  }
  .form-privacy-v2 .form-privacy-box_body {
    max-height: 400px;
    padding: 20px 15px;
    border: 1px solid #ddd;
    border-top: none;
    overflow-y: auto;
  }
  
  /* -------------------------------------
  .form-order-list
  -------------------------------------*/
  .form-order-list {
    margin-top: 1.0em;
  }
  .form-order-list > li {
    position: relative;
    padding-left: 1.5em;
  }
  .form-order-list > li > .form-order_num {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .form-order-list > li + li {
    margin-top: .3em;
  }
  
  /* -------------------------------------
  .form-submit-button
  -------------------------------------*/
  .form-submit-button,
  .form-comfirmed-button {
    padding: 18px 28px;
    border: 1px solid #999;
    border-radius: 0;
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
  }
  .form-submit-button,
  .form-comfirmed-button,
  .form-exit-button,
  .form-submit-button[type="button"] {
    background: #fff;
    color: #333;
  }
  .form-submit-button[type="button"] {
    background: #efefef;
    color: #888;
  }
  [data-form-submit="false"] .form-submit-button[type="button"] {
    opacity: .7;
  }
  .form-correct {
    margin: 25px 0 15px;
    text-align: center;
  }
  .form-correct-button {
    display: inline-block;
    width: auto;
    min-width: 1px;
    margin: 0;
    padding: 0 0 0 16px;
    border: none;
    border-radius: 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
  }
  /* icon */
  .form-submit-button[type="submit"]:before,
  .form-comfirmed-button[type="submit"]:before,
  .form-submit-button[type="button"]:before {
    left: 8px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background-image: none;
    border-top: 1px solid #e90f0f;
    border-right: 1px solid #e90f0f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .form-correct-button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 2px;
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-top: 1px solid #e90f0f;
    border-left: 1px solid #e90f0f;
  }
  
  /* -------------------------------------
  .form-thanks
  -------------------------------------*/
  .form-thanks {
  }
  .form-thanks_message {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'Noto Sans CJK JP';
    font-style: normal;
    font-weight: 700;
    text-align: center;
  }
  .form-thanks_message + * {
    margin-top: 0 !important;
  }
  .form-thanks_paragraph {
    margin-top: 1.0em;
  }
  .form-thanks_navi {
    margin-top: 25px;
  }
  .form-thanks_button-center {
    text-align: center;
  }
  .form-thanks_button-right {
    text-align: right;
  }
  .form-thanks_button > li > a {
    display: inline-block;
    position: relative;
    width: 100%;
    min-width: 61.11%;
    padding: 15px 32px 14px;
    border: 1px solid #aaa;
    background-color: #fff;
    color: #333;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
  }
  .form-thanks_button .link_label {
    display: inline;
    line-height: 1.5;
  }
  
  /* icon */
  .form-thanks_button > li > a::before {
    position: absolute;
    top: 50%;
    left: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #e90f0f;
    border-right: 1px solid #e90f0f;
    content: "";
  }
  .form-thanks_button > li > span {
    display: inline;
    line-height: 1.3;
  }
/* -------------------------------------
  .form-thanks-v2
  -------------------------------------*/
  .form-thanks-v2 {
    margin-bottom: 20px;
  }
/* -------------------------------------
  .form-card
  -------------------------------------*/
  .form-card-wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .form-card {
    display: flex;
    justify-content: center;
  }
  .form-card + .form-card {
    margin-top: 20px;
  }
  a[class*="form-card__type"] {
    display: block;
    padding: 20px;
    background-color: #ededed;
     width: 100%
  }
  .form-card__type--nolink {
    display: block;
    padding: 20px;
    background-color: #ededed;
    width: 100%
  }
  .form-card__head {
    margin-bottom: 18px;
    display: flex;
    justify-content: center;
  }
  .form-card__image {
    width: 87%;
    text-align: center;
  }
  .form-card__image img {
    border: 1px solid #dfdfdf;
  }
  .form-card-list-wrap > li {
    display: inline-block;
    position: relative;
    padding-left: 14px;
    color: #333;
    text-decoration: none;
  }
  .form-card-list-wrap > li::before {
    position: absolute;
    top: 0.7em;
    left: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    margin-top: -2px;
    border-top: 1px solid #e50014;
    border-right: 1px solid #e50014;
    content: "";
  }
  .form-card-list-wrap li {
    display: inline-block;
    font-size: 19px;
    font-weight: 500;
    font-family: 'Noto Sans CJK JP';
    line-height: 1.52;
  }
  .form-card-list-wrap li::after {
    display: inline-block;
    margin: .3em 0 0 12px;
    width: 13px;
    height: 13px;
    background: url(/jp/common/img/com_sprite01.png) no-repeat;
    background-size: 240px auto;
    content: ""
  }
  .form-card__type--pdf .form-card-list-wrap li::after {
    background-position: -160px 0;
  }
  .form-card__type--blank .form-card-list-wrap li::after {
    background-position: -120px 0;
  }
  .form-card__type .form-card-list-wrap li::after {
    display: none;
  }
  .form-card__type--nolink .form-card-list-wrap  li::before,
  .form-card__type--nolink .form-card-list-wrap li::after {
    display: none;
  }
  .form-card__type--nolink .form-card-list-wrap > li {
    padding-left: 0;
  }
  .form-card-text {
    margin-top: 1em;
  }
  a:link, a:visited, a:hover, a:active .form-card-text {
    font-size: 1.4rem;
    color: #333;
    line-height: 1.5;
  }
}
