@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Saira+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Zen+Kaku+Gothic+New&display=swap");
/*
font-family: $font-gothic;
300 400 500 700
*/
/*
font-family: $font-min;
300 400 500 600 700
*/
/*
font-family: $font-en;
300 400 600
*/
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*
$c_primary:#1C4B96;
*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
.radios .wpcf7-list-item {
  display: block; }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  border-color: #dc3232 !important;
  color: #dc3232;
  font-size: 20px;
  font-weight: 600;
  margin: 0 5%;
  padding: 12px;
  position: fixed;
  top: 100px;
  left: 0;
  width: 90%;
  text-align: center; }

.attListBox {
  background: #FFF;
  border-radius: 12px;
  box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.03);
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 36px 16px 32px; }
  .attListBox ul li {
    margin-bottom: 4px;
    padding-left: 24px;
    position: relative; }
    .attListBox ul li:before {
      background: #E7211B;
      border-radius: 100%;
      display: inline-block;
      content: '';
      height: 6px;
      width: 6px;
      position: absolute;
      top: 12px;
      left: 0; }

.makerList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .makerList li {
    margin-bottom: 32px;
    width: 47.5%; }
    .makerList li a {
      background: url("/assets/img/common/icon_arrow_diagonal_red.svg") right 20px center no-repeat #FFF;
      background-size: 16px auto;
      border-radius: 12px;
      box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.03);
      color: #000;
      display: flex;
      align-items: center;
      min-height: 108px;
      padding: 20px 50px 20px 32px;
      text-decoration: none;
      transition: 0.3s; }
      .makerList li a .img {
        width: 32%; }
        .makerList li a .img img {
          height: 30px;
          width: auto; }
      .makerList li a .txt {
        letter-spacing: 0; }
      .makerList li a:hover {
        opacity: 0.5;
        transform: scale(1.06); }
    .makerList li:nth-child(1) a .img img {
      height: 36px; }
    .makerList li:nth-child(3) a .img img {
      height: 36px; }

.hissu {
  background: #C30100;
  border-radius: 6px;
  color: #FFF;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-right: 8px;
  padding: 3px 8px 4px;
  text-align: center;
  min-width: 42px;
  vertical-align: 3px; }
  @media only screen and (max-width: 960px) {
    .hissu {
      font-size: 10px;
      font-size: 1rem; } }

.cmnTbl01 table th, .cmnTbl01 table td {
  vertical-align: middle;
  padding: 36px 0; }
.cmnTbl01 table th {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  position: relative;
  width: 35%; }
  @media only screen and (max-width: 960px) {
    .cmnTbl01 table th {
      font-size: 15px;
      font-size: 1.5rem; } }
  .cmnTbl01 table th .hissu {
    margin-left: 8px; }

.contents button,
.contents input,
.contents textarea {
  background-color: #FFF;
  border: 1px solid #EEE;
  color: inherit;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  padding: 12px 24px;
  ime-mode: active; }
  @media only screen and (max-width: 960px) {
    .contents button,
    .contents input,
    .contents textarea {
      font-size: 15px;
      font-size: 1.5rem; } }

select {
  background-color: #FFF;
  border: 1px solid #EEE;
  border-radius: 4px;
  color: inherit;
  padding: 8px 24px 8px 24px;
  min-width: 150px; }

.inputL {
  width: 100%;
  max-width: 700px; }

.inputM {
  width: 100%;
  max-width: 500px; }

.inputS {
  width: 100%;
  max-width: 200px; }

.imeOff {
  ime-mode: disabled; }

.error {
  color: red;
  font-size: 12px;
  margin-left: 10px; }

.formRadioBox .vertical-item,
.formCheckBox .vertical-item {
  display: block;
  padding: 2px 0; }
  .formRadioBox .vertical-item label:hover,
  .formCheckBox .vertical-item label:hover {
    color: #E7211B;
    cursor: pointer;
    transition: 0.2s; }
  .formRadioBox .vertical-item input,
  .formCheckBox .vertical-item input {
    margin-right: 8px; }

.formRadioBox.flwxWrap {
  display: flex;
  flex-wrap: wrap; }
  .formRadioBox.flwxWrap span {
    width: 50%; }

.imageBox {
  text-align: center; }
  .imageBox h2 span {
    color: #1b3659;
    display: inline-block;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 34px;
    position: relative; }
    .imageBox h2 span:before {
      background: #1b3659;
      content: '';
      display: inline-block;
      margin-right: 34px;
      height: 30px;
      vertical-align: -6px;
      width: 2px;
      transform: rotate(-30deg); }
    .imageBox h2 span:after {
      background: #1b3659;
      content: '';
      display: inline-block;
      margin-left: 34px;
      height: 30px;
      vertical-align: -6px;
      width: 2px;
      transform: rotate(30deg); }
  .imageBox .txt01 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.06em;
    margin-bottom: 16px; }
  .imageBox .txt02 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.06em;
    margin-bottom: 32px; }
  .imageBox dl {
    border-bottom: 1px solid #1b3659;
    border-top: 1px solid #1b3659;
    color: #1b3659;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 110px;
    max-width: 800px;
    padding: 40px; }
    .imageBox dl dt {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 1;
      padding-right: 12px; }
    .imageBox dl dd {
      font-family: "trajan-pro-3", serif;
      font-size: 38px;
      font-size: 3.8rem;
      font-weight: 600;
      line-height: 1;
      padding-left: 12px; }
      .imageBox dl dd i {
        font-size: 32px;
        font-size: 3.2rem;
        margin-right: 8px;
        transform: rotate(10deg); }
      @media (min-width: 960px) {
        .imageBox dl dd a[href*="tel:"] {
          pointer-events: none;
          cursor: default;
          text-decoration: none; } }

.submitArea {
  color: #000000;
  margin-top: 20px;
  padding: 30px 0 0;
  text-align: center; }
  .submitArea h3 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 2;
    line-height: 1.8;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 24px;
    text-align: center; }
    @media only screen and (max-width: 960px) {
      .submitArea h3 {
        font-size: 21px;
        font-size: 2.1rem; } }
  .submitArea .submitBtn {
    background: #333;
    border-radius: 12px;
    color: #FFF;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.01em;
    padding: 24px 60px;
    min-width: 320px;
    transition: 0.3s; }
    @media only screen and (max-width: 960px) {
      .submitArea .submitBtn {
        font-size: 15px;
        font-size: 1.5rem; } }
    .submitArea .submitBtn.prev {
      background: #999999;
      color: #FFF;
      margin-right: 24px; }
    .submitArea .submitBtn:hover {
      opacity: 0.7; }
  .submitArea .submitAreaWhiteBox {
    background: #FFF;
    border: 1px solid #EBEBEB;
    border-radius: 12px;
    margin-bottom: 44px;
    padding: 44px; }
    .submitArea .submitAreaWhiteBox h3 {
      margin-bottom: 28px; }
    .submitArea .submitAreaWhiteBox label {
      display: block;
      border-top: 1px solid #DDD;
      cursor: pointer;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 2;
      font-weight: 600;
      margin-top: 28px;
      padding-top: 28px;
      transition: 0.2s; }
      @media only screen and (max-width: 960px) {
        .submitArea .submitAreaWhiteBox label {
          font-size: 15px;
          font-size: 1.5rem; } }
      .submitArea .submitAreaWhiteBox label:hover {
        opacity: 0.7; }
      .submitArea .submitAreaWhiteBox label input {
        margin-right: 8px; }
    .submitArea .submitAreaWhiteBox a {
      color: #E7211B; }

.thanksArea {
  padding: 20px 0 20px;
  text-align: center; }
  .thanksArea h1 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 2;
    line-height: 1.8;
    font-weight: 600;
    margin-bottom: 40px; }
    @media only screen and (max-width: 960px) {
      .thanksArea h1 {
        font-size: 24px;
        font-size: 2.4rem; } }
  .thanksArea p {
    letter-spacing: 0.1em;
    line-height: 2.2;
    margin-bottom: 32px; }

.inputConfArea {
  background: #FFF;
  border: 1px solid #EEE;
  margin-top: 24px;
  padding: 24px;
  text-align: center; }
  .inputConfArea label {
    cursor: pointer;
    font-weight: 600;
    transition: 0.2s; }
    .inputConfArea label:hover {
      opacity: 0.7; }
  .inputConfArea input {
    margin-right: 8px; }

.confirmTbl .hissu {
  display: none !important; }

.arrowBtn01 {
  font-family: "Zen Kaku Gothic New", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2; }
  @media only screen and (max-width: 960px) {
    .arrowBtn01 {
      font-size: 15px;
      font-size: 1.5rem; } }

/*  /////////////////////////////////////////////////
Responsive Start 
*/
@media only screen and (max-width: 960px) {
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 16px;
    line-height: 1.5; }

  .attListBox {
    padding: 28px 7.5vw 24px; }
    .attListBox ul li {
      line-height: 1.6;
      margin-bottom: 12px;
      padding-left: 20px; }
      .attListBox ul li:before {
        height: 5px;
        width: 5px;
        top: 10px; }

  .makerList {
    display: block; }
    .makerList li {
      margin-bottom: 16px;
      width: 100%; }
      .makerList li a {
        border-radius: 8px;
        min-height: 88px;
        padding: 12px 50px 12px 32px;
        transition: 0; }
        .makerList li a .img {
          width: 50%; }
          .makerList li a .img img {
            height: 30px;
            width: auto; }
        .makerList li a .txt {
          line-height: 1.4; }
        .makerList li a:hover {
          opacity: 1;
          transform: scale(1); }
      .makerList li:nth-child(1) a .img img {
        height: 36px; }
      .makerList li:nth-child(3) a .img img {
        height: 36px; }

  .cmnTbl01 table th {
    padding: 16px 12px 6px 0 !important; }
  .cmnTbl01 table td {
    padding: 0 12px 20px 12px !important; }
  .cmnTbl01 table th {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    position: relative;
    width: 35%; } }
  @media only screen and (max-width: 960px) and (max-width: 960px) {
    .cmnTbl01 table th {
      font-size: 15px;
      font-size: 1.5rem; } }
@media only screen and (max-width: 960px) {
    .cmnTbl01 table th .hissu {
      margin-left: 8px; }

  .contents button,
  .contents input {
    font-size: 15px;
    padding: 8px 16px; }
  .contents textarea {
    font-size: 15px;
    padding: 16px 16px;
    height: 200px; }
  .contents select {
    font-size: 15px;
    padding: 8px 16px; }

  .inputS {
    width: 100%;
    max-width: 120px; }

  .formRadioBox .vertical-item,
  .formCheckBox .vertical-item {
    padding: 2px 0 2px 12px; }
    .formRadioBox .vertical-item span,
    .formCheckBox .vertical-item span {
      font-size: 15px; }
    .formRadioBox .vertical-item input,
    .formCheckBox .vertical-item input {
      margin-right: 4px; }

  .formRadioBox.flwxWrap {
    display: block; }
    .formRadioBox.flwxWrap span {
      width: 100%; }

  .error {
    display: block;
    font-size: 10px;
    margin-left: 0;
    padding-top: 7px; }

  .submitArea {
    padding: 12px 0 0; }
    .submitArea h3 {
      font-size: 18px;
      margin-bottom: 20px; }
    .submitArea .submitBtn {
      font-size: 15px;
      font-weight: 500;
      letter-spacing: 0;
      padding: 28px 12px;
      min-width: 100%; }
      .submitArea .submitBtn.prev {
        margin: 0 0 24px; }
    .submitArea .submitAreaWhiteBox {
      margin-bottom: 24px;
      padding: 28px 4vw; }
      .submitArea .submitAreaWhiteBox h3 {
        margin-bottom: 16px; }
      .submitArea .submitAreaWhiteBox p {
        text-align: left; }
      .submitArea .submitAreaWhiteBox label {
        margin-top: 24px;
        padding-top: 24px;
        transition: 0; }
        .submitArea .submitAreaWhiteBox label:hover {
          opacity: 1; }

  .thanksArea {
    padding: 20px 2.5vw 0;
    text-align: left; }
    .thanksArea h1 {
      font-size: 20px;
      letter-spacing: 0;
      margin-bottom: 24px;
      text-align: center; }
    .thanksArea p {
      letter-spacing: 0.04em;
      line-height: 1.8;
      margin-bottom: 20px; }

  .inputConfArea {
    margin-top: 0;
    padding: 24px 10px; }
    .inputConfArea label {
      transition: 0s; }
      .inputConfArea label:hover {
        opacity: 1; } }
