@charset "UTF-8";
/*
ユーティリティ系おまとめファイル
*/
/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
.u-taL {
  text-align: left !important; }

.u-taC {
  text-align: center !important; }
  @media screen and (max-width: 568px) {
    .u-taC--xs-taL {
      text-align: left !important; } }
  @media screen and (max-width: 768px) {
    .u-taC--sm-taL {
      text-align: left !important; } }
  @media screen and (max-width: 1024px) {
    .u-taC--md-taL {
      text-align: left !important; } }
  @media screen and (max-width: 1280px) {
    .u-taC--lg-taL {
      text-align: left !important; } }

.u-taR {
  text-align: right !important; }

.u-only-xs {
  display: none !important; }
  @media screen and (max-width: 568px) {
    .u-only-xs {
      display: block !important; } }

.u-only-sm {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .u-only-sm {
      display: block !important; } }
  @media screen and (max-width: 568px) {
    .u-only-sm {
      display: none !important; } }

.u-only-md {
  display: none !important; }
  @media screen and (max-width: 1024px) {
    .u-only-md {
      display: block !important; } }
  @media screen and (max-width: 768px) {
    .u-only-md {
      display: none !important; } }

@media screen and (max-width: 1024px) {
  .u-only-lg {
    display: none !important; } }

.u-under-sm {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .u-under-sm {
      display: block !important; } }

.u-not-under-sm {
  display: block !important; }
  @media screen and (max-width: 768px) {
    .u-not-under-sm {
      display: none !important; } }

.u-overflow-hidden {
  overflow: hidden !important; }

.c-topicspath {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 5px;
  position: relative;
  color: white; }
  @media screen and (max-width: 768px) {
    .c-topicspath {
      text-align: left;
      padding-left: 0px;
      padding-right: 0px; } }
  .c-topicspath li {
    display: inline-block;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      .c-topicspath li {
        font-size: 0.7em; } }
    .c-topicspath li a {
      color: white; }
    .c-topicspath li::after {
      content: "\f105";
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      display: inline-block;
      margin-left: 8px; }
    .c-topicspath li:last-child::after {
      content: none; }

.l-lowerCaption {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 420px;
  overflow: hidden;
  background-image: url("/inc/image/common/bg_lowerCaption.jpg");
  background-size: cover;
  background-position: bottom;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  @media screen and (max-width: 768px) {
    .l-lowerCaption {
      height: 350px;
      background-image: url("/inc/image/common/bg_lowerCaption-sp.jpg"); } }
  .l-lowerCaption__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    font-size: 1.2rem;
    line-height: 3;
    font-weight: 900;
    color: white;
    letter-spacing: 0.05em; }
    .l-lowerCaption__title small {
      font-family: "Arial", sans-serif;
      font-size: 5rem;
      font-weight: 700;
      color: transparent;
      -webkit-text-stroke: 1px white;
      text-stroke: 1px white;
      letter-spacing: 0.05em;
      line-height: 0.6; }
      @media screen and (max-width: 768px) {
        .l-lowerCaption__title small {
          font-size: 3rem; } }
  .l-lowerCaption__bg {
    font-size: 200px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    bottom: -15px;
    color: #004098;
    opacity: .1;
    font-weight: 700;
    line-height: 1; }
    @media screen and (max-width: 1280px) {
      .l-lowerCaption__bg {
        font-size: 200px; } }
    @media screen and (max-width: 768px) {
      .l-lowerCaption__bg {
        font-size: 150px; } }
    @media screen and (max-width: 568px) {
      .l-lowerCaption__bg {
        font-size: 100px; } }
  @media screen and (max-width: 1280px) {
    .l-lowerCaption > .l-section {
      padding-top: 80px; } }
  .l-lowerCaption.is-lang--en .l-lowerCaption__title {
    font-size: 5em; }
    @media screen and (max-width: 768px) {
      .l-lowerCaption.is-lang--en .l-lowerCaption__title {
        font-size: 3em; } }

.l-mainContainer {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 80px; }
  @media screen and (max-width: 768px) {
    .l-mainContainer {
      display: block; } }

.l-sidebar {
  width: 220px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media screen and (max-width: 1200px) {
    .l-sidebar {
      width: 200px;
      padding-left: 30px; } }
  @media screen and (max-width: 768px) {
    .l-sidebar {
      display: none; } }
  .l-sidebar__inner {
    position: sticky;
    top: 88px;
    padding-bottom: 180px; }
  .l-sidebar__head {
    width: 100%;
    height: 72px;
    background-color: #F2F2F2;
    border-radius: 5px;
    padding-left: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .l-sidebar__head > span {
      color: #004098;
      font-size: 20px;
      font-weight: 600; }
  .l-sidebar__menu {
    padding: 5px 0; }
    .l-sidebar__menu:last-child {
      padding-bottom: 0; }
    .l-sidebar__menu > a {
      color: #a2a2a2;
      font-weight: 600; }
      .l-sidebar__menu > a::before {
        display: inline-block;
        position: relative;
        content: '';
        width: 8px;
        height: 8px;
        margin-right: 5px;
        top: -2px;
        border-radius: 10px;
        background-color: #a2a2a2; }
      @media (any-hover: hover) {
        .l-sidebar__menu > a:hover {
          color: #333; }
          .l-sidebar__menu > a:hover::before {
            background-color: #004098; } }
    .l-sidebar__menuList {
      padding-top: 10px; }
    .l-sidebar__menu--current > a {
      color: #333; }
      .l-sidebar__menu--current > a::before {
        background-color: #004098; }

.l-contents {
  max-width: 920px;
  margin: 0 0 0 auto;
  -ms-flex-positive: 1;
      flex-grow: 1; }

/*
モジュール系おまとめファイル
*/
input, textarea, select {
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  padding: 4px 10px;
  background: #fff; }
  @media screen and (max-width: 768px) {
    input, textarea, select {
      width: 100%;
      display: block; } }

input:not([type="radio"]):not([type="checkbox"]) {
  width: 100%; }

.txt {
  width: 100%;
  margin-bottom: 10px; }
  .txt:last-child {
    margin-bottom: 0; }
  .txt.small {
    max-width: 230px; }
    @media screen and (max-width: 768px) {
      .txt.small {
        max-width: 100%; } }
  .txt.medium {
    max-width: 500px; }
    @media screen and (max-width: 768px) {
      .txt.medium {
        max-width: 100%; } }
  .txt.long {
    max-width: 100%; }

textarea {
  width: 100%; }

.ico {
  font-size: 80%;
  padding: 3px 5px;
  border-radius: 10px;
  display: inline-block;
  color: #fff; }
  .ico.must {
    background: #c82e2e; }
  .ico.optional {
    background: #333333; }

fieldset {
  border: 0 none; }

.form_group_wrap .c-confirmTxt {
  line-height: 1.5;
  margin: 0; }

.agree fieldset {
  margin-bottom: 40px; }
  .agree fieldset label:hover {
    cursor: pointer; }

.c-inputList {
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .c-inputList > li {
    margin-right: 1em; }
    .c-inputList > li:last-child {
      margin-right: 0; }
  .c-inputList--box {
    margin-bottom: -10px; }
    @media screen and (max-width: 568px) {
      .c-inputList--box {
        -ms-flex-direction: column;
            flex-direction: column; } }
    .c-inputList--box > li {
      margin-bottom: 10px; }
      @media screen and (max-width: 568px) {
        .c-inputList--box > li {
          margin-right: 0; } }
      .c-inputList--box > li label {
        background-color: #004098;
        color: #FFFFFF;
        padding: 5px 10px;
        border-radius: 6px;
        display: block; }
      .c-inputList--box > li input[type="checkbox"] + label {
        padding-left: 30px; }
        @media screen and (max-width: 568px) {
          .c-inputList--box > li input[type="checkbox"] + label {
            width: 100%; } }
        .c-inputList--box > li input[type="checkbox"] + label::before {
          border-color: #FFFFFF;
          transition: none;
          top: .6em;
          left: 10px; }
        .c-inputList--box > li input[type="checkbox"] + label::after {
          top: .6em;
          left: 10px; }
      .c-inputList--box > li input[type="checkbox"]:checked + label::before {
        border-color: #004098;
        top: .7em; }

.c-inputName {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
  margin-bottom: 5px; }
  .c-inputName__block {
    margin-bottom: 20px; }
    .c-inputName__block:last-child {
      margin-bottom: 0; }

.c-example {
  font-size: 14px;
  color: #777;
  line-height: 1.2;
  margin-bottom: 15px; }
  .c-example:last-child {
    margin-bottom: 0; }

.c-formComment {
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 15px; }
  .c-formComment:last-child {
    margin-bottom: 0; }

.c-formCompleteBox {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  padding: 30px 20px;
  margin-bottom: 20px; }
  .c-formCompleteBox:last-child {
    margin-bottom: 0; }

input[type="radio"] {
  position: absolute;
  opacity: 0; }
  @media screen and (max-width: 768px) {
    input[type="radio"] {
      width: auto;
      display: inline-block; } }
  input[type="radio"] + label {
    cursor: pointer; }
    input[type="radio"] + label::before {
      content: '';
      background: #FFFFFF;
      border-radius: 100%;
      border: 1px solid #8c8c8c;
      display: inline-block;
      width: 1em;
      height: 1em;
      position: relative;
      top: 0.3em;
      margin-right: 0.5em;
      vertical-align: top;
      cursor: pointer;
      text-align: center;
      transition: all 0.3s ease; }
  input[type="radio"]:checked + label::before {
    background-color: #004098;
    box-shadow: inset 0 0 0 3px #FFFFFF; }

input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + label {
  position: relative;
  z-index: 0;
  cursor: pointer;
  padding-left: 25px; }
  @media screen and (max-width: 768px) {
    input[type="checkbox"] + label {
      width: auto;
      display: inline-block; } }
  input[type="checkbox"] + label::before {
    transition: transform 0.3s ease-in-out, border 0.3s ease-in-out, height 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 0.3em;
    left: 0;
    z-index: 1;
    width: 1rem;
    height: 1rem;
    border: 2px solid #CCCCCC; }
  input[type="checkbox"] + label::after {
    content: "";
    position: absolute;
    top: 0.3em;
    left: 0;
    width: 1rem;
    height: 1rem;
    background: #FFFFFF;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      input[type="checkbox"] + label::after {
        width: 1rem;
        height: 1rem; } }

input[type="checkbox"]:checked + label::before {
  transform: rotate(-45deg);
  height: .5rem;
  top: 0.4em;
  border-color: #004098;
  border-top-style: none;
  border-right-style: none; }

.c-formTbl {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .c-formTbl {
      border-bottom: 1px solid #CCCCCC;
      margin-bottom: 30px; } }
  .c-formTbl__head {
    text-align: left;
    background-color: #F2F2F2;
    width: 300px;
    border: 1px solid #CCCCCC;
    padding: 15px 10px;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      .c-formTbl__head {
        width: 100%;
        display: block; } }
    .c-formTbl__head .ico {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
  .c-formTbl__title {
    position: relative;
    width: 100%;
    padding-right: 45px; }
  .c-formTbl__input {
    width: calc(100% - 300px);
    border: 1px solid #CCCCCC;
    padding: 15px 10px;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      .c-formTbl__input {
        width: 100%;
        display: block;
        border-top: none;
        border-bottom: none; } }
    .c-formTbl__input-inner {
      margin-bottom: 10px; }
      .c-formTbl__input-inner:last-child {
        margin-bottom: 0; }
    .c-formTbl__input--zip .c-formTbl__input-inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
    .c-formTbl__input-ico {
      margin-right: 5px; }

.error {
  background: #f4cece;
  border: 2px solid #c82e2e;
  padding: 20px;
  color: #c82e2e;
  margin: 20px auto;
  border-radius: 10px; }

.form_error_wrap {
  display: none; }

.form_error_inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline; }
  .form_error_inner > i {
    margin-right: 4px; }

.form_error div.txt {
  position: relative;
  display: inline-block; }
  @media screen and (max-width: 768px) {
    .form_error div.txt {
      display: block; } }
  .form_error div.txt.wdh100 {
    width: 100%; }
  .form_error div.txt::before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #c82e2e;
    font-size: 1.6rem;
    position: absolute;
    top: 0;
    right: 10px; }

.form_error .form_error_wrap {
  display: block;
  color: #c82e2e; }
  .form_error .form_error_wrap ul {
    font-size: 90%;
    display: inline-block;
    margin-top: 5px; }
    .form_error .form_error_wrap ul i {
      display: inline; }

.form_error input, .form_error textarea, .form_error select {
  background: #f4cece;
  border: 2px solid #c82e2e;
  padding: 4px 10px;
  color: #c82e2e; }
  @media screen and (max-width: 768px) {
    .form_error input.medium, .form_error input.long, .form_error input.small, .form_error textarea.medium, .form_error textarea.long, .form_error textarea.small, .form_error select.medium, .form_error select.long, .form_error select.small {
      width: 100%;
      display: block; } }

textarea.has_error, textarea.has_success, input.has_error, input.has_success, select.has_error, select.has_success {
  background-repeat: no-repeat;
  background-position: right center; }

textarea.has_error, input.has_error, select.has_error {
  border: 2px solid #c82e2e; }

textarea.has_success, input.has_success, select.has_success {
  border: 2px solid #5cb85c;
  background-color: #e9fbe9; }
  textarea.has_success::before, input.has_success::before, select.has_success::before {
    /*  content: "\f00c";
      font-family: $FontAwesome;
      color: $keyColor;*/ }

textarea.has_error, textarea.has_success {
  background-position: right top; }

.l-btnArea .form_error_inner {
  -ms-flex-pack: center;
      justify-content: center; }
  @media screen and (max-width: 568px) {
    .l-btnArea .form_error_inner {
      text-align: left; } }

/*
ユーティリティ系おまとめファイル
*/
/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
.u-taL {
  text-align: left !important; }

.u-taC {
  text-align: center !important; }
  @media screen and (max-width: 568px) {
    .u-taC--xs-taL {
      text-align: left !important; } }
  @media screen and (max-width: 768px) {
    .u-taC--sm-taL {
      text-align: left !important; } }
  @media screen and (max-width: 1024px) {
    .u-taC--md-taL {
      text-align: left !important; } }
  @media screen and (max-width: 1280px) {
    .u-taC--lg-taL {
      text-align: left !important; } }

.u-taR {
  text-align: right !important; }

.u-only-xs {
  display: none !important; }
  @media screen and (max-width: 568px) {
    .u-only-xs {
      display: block !important; } }

.u-only-sm {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .u-only-sm {
      display: block !important; } }
  @media screen and (max-width: 568px) {
    .u-only-sm {
      display: none !important; } }

.u-only-md {
  display: none !important; }
  @media screen and (max-width: 1024px) {
    .u-only-md {
      display: block !important; } }
  @media screen and (max-width: 768px) {
    .u-only-md {
      display: none !important; } }

@media screen and (max-width: 1024px) {
  .u-only-lg {
    display: none !important; } }

.u-under-sm {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .u-under-sm {
      display: block !important; } }

.u-not-under-sm {
  display: block !important; }
  @media screen and (max-width: 768px) {
    .u-not-under-sm {
      display: none !important; } }

.u-overflow-hidden {
  overflow: hidden !important; }

.c-step {
  margin-bottom: 40px;
  display: -ms-flex;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (max-width: 768px) {
    .c-step {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .c-step__title {
    -ms-flex-direction: row;
        flex-direction: row;
    width: 40%;
    font-size: 24px;
    margin: 0;
    text-align: center;
    font-weight: normal; }
    @media screen and (max-width: 1024px) {
      .c-step__title {
        font-size: 100%; } }
    @media screen and (max-width: 768px) {
      .c-step__title {
        width: 100%;
        margin-bottom: 20px; } }
  .c-step__list {
    -ms-flex-direction: row;
        flex-direction: row;
    width: 60%;
    display: -ms-flex;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 768px) {
      .c-step__list {
        width: 100%; } }
  .c-step__item {
    -ms-flex-direction: row;
        flex-direction: row;
    width: 30%;
    margin: 1%;
    background: #CCCCCC;
    padding: 13px 20px;
    position: relative;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      .c-step__item {
        width: 32%;
        font-size: 81%;
        line-height: 23px; } }
    @media screen and (max-width: 568px) {
      .c-step__item {
        font-size: 66%;
        padding: 13px 5px; } }
    .c-step__item::after, .c-step__item::before {
      content: "";
      position: absolute;
      top: 0;
      width: 0; }
      @media screen and (max-width: 568px) {
        .c-step__item::after, .c-step__item::before {
          display: none; } }
    .c-step__item::after {
      right: -10px;
      border-top: 25px solid transparent;
      border-bottom: 25px solid transparent;
      border-left: 10px solid #CCCCCC;
      height: 100%; }

@-moz-document url-prefix() {
  .c-step__item::after {
    border-left: 11px solid #CCCCCC; } }
    .c-step__item::before {
      left: 0;
      border-top: 25px solid transparent;
      border-bottom: 25px solid transparent;
      border-left: 10px solid #ffffff; }
    .c-step__item:first-child::before {
      display: none; }
    .c-step__item.is-active {
      background: #004098;
      color: #004098;
      color: #fff; }
      .c-step__item.is-active::after {
        border-left-color: #004098; }
  #complete .c-step section .borderwrap {
    padding: 10px; }

.c-contact {
  max-width: 700px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .c-contact {
      max-width: 100%;
      padding: 30px 0; } }
  .c-contact__inner {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    padding: 30px 20px;
    margin-bottom: 20px; }
    .c-contact__inner:last-child {
      margin-bottom: 0; }
  .c-contact__title {
    text-align-last: center;
    margin-bottom: 10px; }
  .c-contact__tel {
    display: block;
    text-align-last: center;
    color: #004098;
    font-size: 180%; }
  .c-contact__term {
    display: block;
    text-align: center; }
  .c-contact__fax {
    font-size: 110%;
    margin-bottom: 0px;
    text-align: center; }

.l-btnArea {
  max-width: 1170px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .l-btnArea {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      width: 100%;
      margin: 0 auto; } }
  .l-btnArea input[type="checkbox"] + label.checkbox::before {
    width: 1.1rem;
    height: 1.1rem; }
  .l-btnArea input[type="checkbox"].has_success + label.checkbox::before {
    width: 1rem !important;
    height: 0.6rem !important;
    top: 6px;
    left: -18px; }
    @media screen and (max-width: 568px) {
      .l-btnArea input[type="checkbox"].has_success + label.checkbox::before {
        top: 4px;
        left: -19px; } }
  .l-btnArea__check {
    text-align: center; }
  .l-btnArea__confirm {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 768px) {
      .l-btnArea__confirm {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

.c-formBtn {
  display: inline-block; }
  .c-formBtn--check, .c-formBtn--submit, .c-formBtn--back {
    font-size: 18px;
    font-weight: 600;
    background-color: #333333;
    border: 1px solid #333333;
    border-radius: 6px;
    padding: 20px 30px;
    color: #FFFFFF;
    transition: all 0.2s ease; }
    .c-formBtn--check:hover, .c-formBtn--submit:hover, .c-formBtn--back:hover {
      background-color: #FFFFFF;
      color: #333333; }
  .c-formBtn--back {
    color: #FFFFFF !important;
    transition: all 0.2s ease !important; }
    .c-formBtn--back:hover {
      color: #333333 !important; }
  .c-formBtn--prev {
    font-size: 16px;
    font-weight: 400;
    margin-right: 40px; }
    @media screen and (max-width: 768px) {
      .c-formBtn--prev {
        margin-right: 0; } }
  .c-formBtn--submit {
    padding: 20px 39px; }
    @media screen and (max-width: 768px) {
      .c-formBtn--submit {
        margin-bottom: 20px; } }

.c-privacy {
  max-width: 800px;
  height: 200px;
  overflow-y: scroll;
  margin: 0 auto 40px;
  padding: 20px 15px;
  border: 1px solid #CCCCCC; }
  .c-privacy .l-section {
    padding: 0; }
    .c-privacy .l-section__inner {
      padding-bottom: 30px; }
  .c-privacy .p-analysisTool {
    margin-top: 20px;
    border: 1px solid #000;
    padding: 20px; }
    .c-privacy .p-analysisTool__heading {
      font-size: 18px;
      margin-bottom: 15px; }
      @media screen and (max-width: 568px) {
        .c-privacy .p-analysisTool__heading {
          font-size: 18px;
          margin-bottom: 10px; } }
    .c-privacy .p-analysisTool p:last-child {
      margin-bottom: 0; }

@media screen and (max-width: 1200px) {
  #contents {
    padding-top: 60px; } }

#complete .l-btnArea {
  padding-top: 30px; }

/*# sourceMappingURL=../_map/page/form.css.map */
