@charset "UTF-8";
/* CSS Document */

.txt-error {
  display: none;
}

/* ---------------------------------------------------------
form
----------------------------------------------------------*/
input,
select,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;

  font-size: 14px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #111;
}
textarea {
  width: 100%;
  height: 120px;
  padding: 10px;
}
.w100 {
  width: 100%;
}
.w50 {
  width: 290px;
}
.w2 {
  width: 290px;
}
.col2 {
  display: flex;
  width: 600px;
  justify-content: space-between;
}
.main {
  padding-bottom: 57px;
}
.txt-error {
  font-size: 14px;
  color: #E60012;
  letter-spacing: calc(.02em * 1.2);
  padding-top: 3px;
  margin-bottom: -5px;
}
.input-error {
  background: #FDF0F0;
}


/* ---------------------------------------------------------
article
----------------------------------------------------------*/
article {
  padding-bottom: 150px;
}
article h2,
.modal-contact-outer h2 {
  width: 1140px;
  font-size: 20px;
  font-family: "TazuganeGothicStdN-Bold";
  font-weight: bold;
  letter-spacing: calc(.24em * 1.2);
  margin: 0 auto 55px;
}
article .lead {
  width: 1140px;
  margin: -27px auto 72px;
}
article .inner {
  width: 1000px;
  margin: 0 auto;  
}
.table-form {
  position: relative;
}
table {
  width: 1000px;
}
th,
td {
  position: relative;
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
  vertical-align: top;
  text-align: left;
  letter-spacing: calc(.02em * 1.2);
  padding: 31px 0 29px;
}
th {
  width: 300px;
  text-align: left;
  padding-top: 36px;
  padding-left: 42px;
}
th .txt-red {
  margin-left: 10px;
}
.tr-pass1 th,
.tr-pass1 td {
  padding-top: 0;
}
.tr-pass1 th,
.tr-pass1 td,
/*
.tr-regist th,
.tr-regist td,
*/
.tr-mail1 th,
.tr-mail1 td {
  padding-bottom: 0;
}
.tr-pass2 th,
.tr-mail2 th {
  padding-top: 27px;
}
.tr-pass1 th .icon-req {
  top: 8px;
}
.tr-pass2 th .icon-req,
.tr-mail2 th .icon-req {
  top: 30px;
}
.tr-pass2 td,
.tr-mail2 td {
  padding-top: 20px;
}
.tr-pass1 th::after,
.tr-pass2 th::after,
.tr-mail2 th::after {
  content: none;
}
.tr-textarea td {
  padding-bottom: 25px;
}
.icon-req {
  position: absolute;
  top: 39px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 21px;
  font-size: 13px;
  font-family: "TazuganeGothicStdN-Bold";
  font-weight: bold;
  color: #fff;
  background: #E60012;
}
td {
  width: 700px;
  padding-right: 97px;
}
tr {
  position: relative;
}


.table-confirm td a {
  pointer-events: none;
  text-decoration: none;
}


.table-confirm::before,
.table-form::before,
th::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: radial-gradient(circle, #111, #111 20%, transparent 20%, transparent);
    background-size: 4px 4px;
    display: block;
    width: 1000px;
    height: 4px;
}
.table-confirm::before,
.table-form::before {
  top: auto;
  bottom: 0;
}
.table-confirm::before {
  width: 918px;
}

/* btn */
.btn-file,
.btn-send,
.btn a {
  position: relative;
  display: flex;
  align-items: center;
  width: 300px;
  height: 44px;
  font-size: 14px;
  font-family: "TazuganeGothicStdN-Bold";
  font-weight: bold;
  letter-spacing: calc(.15em * 1.2);
  color: #fff;
  background: #E60012;
  text-decoration: none;
  padding-left: 18px;
  border: 2px solid #E60012;
  transition: color .3s,background-color .3s;
}
.btn-file:hover,
.btn-send:hover,
.btn a:hover {
  color: #E60012;
  background: #fff;
}
.btn-file::before,
.btn-file::after,
.btn-send::before,
.btn-send::after,
.btn a::before,
.btn a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 8px;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: right top;
  transition: background-color .3s;
}
.btn-file::after,
.btn-send::after,
.btn a::after {
  transform: rotate(-45deg) translateY(-50%);
  margin-top: -1px;
}
.btn-file:hover::before,
.btn-file:hover::after,
.btn-send:hover::before,
.btn-send:hover::after,
.btn a:hover::before,
.btn a:hover::after {
  background-color: #E60012;
}

.btn-back a {
  width: 140px;
  color: #E60012;
  background: #fff;
}
.btn-back a:hover {
  color: #fff;
  background: #E60012;
}
.btn-back a::before,
.btn-back a::after {
  content: '';
  width: 12px;
  height: 11px;
  background: url("../img/icon_back.svg") no-repeat;
  background-size: 12px 11px;
  transform: rotate(0) translateY(-50%);
  transition: background .3s,opacity .3s;
}
.btn-back a::after {
  background-image: url("../img/icon_back_white.svg");
  opacity: 0;
}
.btn-back a:hover::before,
.btn-back a:hover::after {
  background-color: transparent;
}
.btn-back a:hover::after {
  opacity: 1;
}
.btn-send {
  width: 140px;
}

.btn-confirm {
  margin: 30px 0 0 300px;
}
.list-caution {
  font-size: 13px;
  line-height: 2;
  letter-spacing: calc(.02em * 1.2);
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 73px;
  margin-left: 42px;
}

/* chkbox */
.tr-chkbox td {
  padding-right: 0;
}
.col2-chkbox {
  display: flex;
  justify-content: space-between;
  width: 640px;
}
.col2-chkbox > div {
  width: 290px;
}
.tr-chkbox input[type="checkbox"] {
  display: none;
}
.tr-chkbox .txt-red {
  font-family: "TazuganeGothicStdN-Bold";
  font-weight: bold;
  padding-top: 5px;
  margin-bottom: 9px;
}
.tr-chkbox .txt-caution {
  width: 218px;
  font-size: 13px;
  letter-spacing: calc(.02em * 1.2);
  margin-top: 8px;
}
.tr-chkbox li {
  margin-bottom: 7px;
}
.tr-chkbox li:last-child {
  margin-bottom: 0;
}
.tr-chkbox li label {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 2;
  letter-spacing: calc(.02em * 1.2);
  cursor: pointer;
  transition: color .3s;
}
.tr-chkbox li label::before {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #111;
  margin-right: 10px;
  box-sizing: border-box;
}
.tr-chkbox li label:hover {
  color: #E60012;
}
.tr-chkbox li input:checked + label::before {
  background: #E60012 url("../img/icon_check.svg") no-repeat center;
  background-size: 13px 10px;
}

/* radio */
.tr-radio input[type="radio"] {
  display: none;
}
.tr-radio li {
  margin-bottom: 7px;
}
.tr-radio li:last-child {
  margin-bottom: 0;
}
.tr-radio li label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 2;
  letter-spacing: calc(.02em * 1.2);
  cursor: pointer;
  transition: color .3s;
}
.tr-radio li label::before {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #111;
  margin-right: 10px;
  box-sizing: border-box;
  border-radius: 50%;
}
.tr-radio li label::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #E60012;
  border-radius: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.tr-radio li label:hover {
  color: #E60012;
}
.tr-radio li input:checked + label::after {
  opacity: 1;
}

/* regist */
.tr-regist input[type="radio"] {
  display: none;
}
.tr-regist label {
  position: relative;
  display: flex;
  align-items: center;
  width: 180px;
  height: 44px;
  font-size: 14px;
  font-family: "TazuganeGothicStdN-Bold";
  font-weight: bold;
  letter-spacing: calc(.15em * 1.2);
  color: #fff;
  background: #E60012;
  text-decoration: none;
  padding-left: 18px;
  border: 2px solid #E60012;
  cursor: pointer;
  transition: color .3s,background-color .3s;
}
.tr-regist label:hover {
  color: #E60012;
  background: #fff;
}
/*
.tr-regist label::before,
.tr-regist label::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 8px;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: right top;
  transition: background-color .3s;
}
*/
.tr-regist input:checked + label::before,
.tr-regist input:checked + label::after,
.tr-regist label:hover::before,
.tr-regist label:hover::after {
  background-color: #E60012;
}
.tr-regist label::after {
  transform: rotate(-45deg) translateY(-50%);
  margin-top: -1px;
}
.tr-regist input:checked + label {
  color: #E60012;
  background: #fff;
}
.col2-radio ul {
  display: flex;
  justify-content: space-between;
  width: 380px;
}

/* select */
.tr-select select {
  width: 290px;
}
.tr-select .select-box {
  position: relative;
  width: 290px;
}
.tr-select .select-box::before,
.tr-select .select-box::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 19px;
  display: block;
  width: 8px;
  height: 2px;
  background-color: #E60012;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: right top;
  transition: background-color .3s;
  margin-top: 4px;
  pointer-events: none;
}
.tr-select .select-box::after {
  transform: rotate(135deg) translateY(-50%);
  margin-right: 1px;
}
.tr-caution th {
  font-size: 13px;
  letter-spacing: calc(.02em * 1.2);
  padding-top: 0;
  padding-bottom: 21px;
}
.tr-caution th::after {
  content: none;
}

/* file */
input[type=file] {
  display: none;
}
.tr-file label {
  display: flex;
}
.tr-file .btn-file {
  flex-grow: 0;
  flex-shrink: 0;
  width: 170px;
  height: 40px;
  line-height: 36px;
  cursor: pointer;
}



#modal {
  display: none;
}
.modaal-container {
  border: 1px solid #E60012;
}
.modaal-content-container {
  height: 562px;
  padding: 30px 0 40px;
  overflow-y: auto;
}
.confirm-inner {
  width: 918px;
  margin: 0 auto;  
}
.confirm-inner h2 {
  width: 100%;
  margin-bottom: 10px;
}
.confirm-inner .txt {
  font-size: 14px;
  letter-spacing: calc(.02em * 1.2);
  margin-bottom: 33px;
}
.table-confirm {
  position: relative;
  width: 918px;
  padding-top: 2px;
}
.table-confirm table {
  position: relative;
  width: 918px;
}
.table-confirm th::after {
  width: 918px;
}
.table-confirm th,
.table-confirm td {  
  padding-top: 13px;
  padding-bottom: 14px;
}
.table-confirm th {
  width: 311px;
}
.table-confirm td {
  width: 607px;
}
.confirm-inner .list-caution {
  margin-top: 33px;
}
.confirm-inner .btn-wrapper {
  display: flex;
  justify-content: space-between;
  width: 310px;
  margin: 53px auto 0;
}

/* ---------------------------------------------------------
#sec
----------------------------------------------------------*/
#sec-other {
  background: #F4F3EC;
  padding: 74px 0 80px;
  margin-top: 74px;
}
#sec-other h2 {
  margin-bottom: 55px;
}
#sec-other .wrapper {
  display: flex;
  width: 1000px;
  margin: 0 auto;
}
#sec-other .wrapper .btn {
  margin-right: 40px;
}

/* ---------------------------------------------------------
#sec-thanks
----------------------------------------------------------*/
.page-thanks .contents-form,
.page-thanks .main,
.page-thanks #pagetop {
  display: none;
}
.page-thanks article {
  padding-bottom: 52px;
}
#sec-thanks {
  display: none;
  padding: 64px 0 0;
}
.page-thanks #sec-thanks {
  display: block;
}
#sec-thanks .thanks-inner {
  position: relative;
  width: 455px;
  height: 371px;
  padding: 60px 60px 0;
  margin: 0 auto;
  border: 1px solid #E60012;
}
#sec-thanks .thanks-inner::before,
#sec-thanks .thanks-inner::after,
#sec-thanks .thanks-inner h3::before,
#sec-thanks .thanks-inner h3::after {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: 5px;
  height: 5px;
  background: #E60012;
}
#sec-thanks .thanks-inner h3::after,
#sec-thanks .thanks-inner::after {
  top: auto;
  bottom: -3px;
}
#sec-thanks .thanks-inner h3::before,
#sec-thanks .thanks-inner h3::after {
  left: auto;
  right: -3px;
}
#sec-thanks .thanks-inner h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 335px;
  height: 76px;
  font-size: 20px;
  font-family: "TazuganeGothicStdN-Bold";
  font-weight: bold;
  letter-spacing: calc(.24em * 1.2);
  background: #F4F3EC;
  margin: 0 auto 33px;
}
#sec-thanks .txt-thanks {
  margin-bottom: 29px;
}


/* ---------------------------------------------------------
media queries
----------------------------------------------------------*/
@media screen and (max-width:768px) {

/* ---------------------------------------------------------
form
----------------------------------------------------------*/
  input,
  select,
  textarea,
  button {
    font-size: calc(14 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
    padding: 0 calc(10 / 375 * 100vw);
  }
  input,
  textarea {
    font-size: 16px;
    width: calc(100% * 1.14);
    height: calc(40 / 375 * 100vw * 1.14);
    padding: 0 calc(10 / 375 * 100vw * 1.14);
    transform-origin: left top;
    transform: scale(.875);    
  }
  textarea {
    height: calc(120 / 375 * 100vw * 1.14);
    padding: calc(10 / 375 * 100vw * 1.14);
  }
  .w50 {
    width: calc(162 / 375 * 100vw * 1.14);
  }
  .w50:last-child {
    margin-left: calc(-162 / 375 * 100vw * .07);
  }
  .w100 {
    width: calc(100% * 1.14);
  }
  .w2 {
    width: calc(200 / 375 * 100vw * 1.14);
  }
  .col2 {
    width: 100%;
  }
  .main {
    padding-bottom: calc(40 / 375 * 100vw);
  }
  .txt-error {
    font-size: calc(14 / 375 * 100vw);
    padding-top: calc(3 / 375 * 100vw);
    margin-bottom: calc(-8 / 375 * 100vw)
  }

/* ---------------------------------------------------------
article
----------------------------------------------------------*/
  article {
    padding: 0 calc(20 / 375 * 100vw) calc(120 / 375 * 100vw);
  }
  article .inner {
    width: auto;
  }
  article h2,
  .modal-contact-outer h2 {
    width: 100%;
    font-size: calc(16 / 375 * 100vw);
    margin: 0 auto calc(31 / 375 * 100vw);
  }
  article .lead {
    width: 100%;
    margin: 0 auto calc(30 / 375 * 100vw);
  }
  .table-form {
    position: relative;
    width: 100%;
    padding-top: calc(2 / 375 * 100vw);
    margin: 0 auto;
  }  
  
  table,
  tbody,
  tr {
    display: block;
    width: 100%;
  }
  th,
  td {
    display: block;
    font-size: calc(14 / 375 * 100vw);
    padding: calc(3 / 375 * 100vw) 0 calc(19 / 375 * 100vw);
  }
  th {
    display: flex;
    align-items: center;
    width: 100%;
    padding: calc(16 / 375 * 100vw) 0 0;
  }
  .tr-regist th {
    padding-bottom: calc(6 / 375 * 100vw);
  }
  .tr-regist td {
/*    padding-bottom: calc(10 / 375 * 100vw);*/
  }
  .tr-pass1 th,
  .tr-pass1 td,
  .tr-mail1 th,
  .tr-mail1 td {
    padding-bottom: 0;
  }
  .tr-pass2 th,
  .tr-mail2 th {
    padding-top: calc(15 / 375 * 100vw);
  }
  .tr-pass1 th .icon-req,
  .tr-pass2 th .icon-req,
  .tr-mail2 th .icon-req {
    top: auto;
  }
  .tr-pass2 td,
  .tr-mail2 td {
    padding-top: calc(3 / 375 * 100vw);
  }
  
  .tr-pass1 input,
  .tr-pass2 input {
    width: calc(100% * 1.14);
  }
  .tr-textarea td {
    padding-bottom: calc(10 / 375 * 100vw);
  }
  .tr-textarea .txt-error {
    margin-bottom: 0;
  }
  .icon-req {
    position: relative;
    top: auto;
    right: auto;
    width: calc(34 / 375 * 100vw);
    height: calc(21 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
    margin-left: 11px;
  }
  td {
    width: 100%;
    padding-right: 0;
    overflow: hidden;
  }
  .table-confirm::before,
  .table-form::before,
  th::after {
    background-size: 4px 4px;
    width: 100%;
    height: 4px;
  }

  /* btn */
  .btn-file,
  .btn-send,
  .btn a {
    width: 100%;
    height: calc(44 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    padding-left: calc(18 / 375 * 100vw);
  }
  .btn-file::before,
  .btn-file::after,
  .btn-send::before,
  .btn-send::after,
  .btn a::before,
  .btn a::after {
    right: calc(20 / 375 * 100vw);
    width: calc(8 / 375 * 100vw);
    height: calc(2 / 375 * 100vw);
  }
  .btn-file::after,
  .btn-send::after,
  .btn a::after {
    margin-top: calc(-1 / 375 * 100vw);
  }

  .btn-back a::before,
  .btn-back a::after {
    width: calc(12 / 375 * 100vw);
    height: calc(11 / 375 * 100vw);
    background-size: calc(12 / 375 * 100vw) calc(11 / 375 * 100vw);
  }
  .btn-back a,
  .btn-send {
    width: calc(140 / 375 * 100vw);
  }

  .btn-confirm {
    margin: calc(19 / 375 * 100vw) 0 0 0;
  }
  .list-caution {
    font-size: calc(13 / 375 * 100vw);
    margin-top: calc(33 / 375 * 100vw);
    margin-left: 0;
  }


/* chkbox */
  .tr-chkbox td {
    padding-right: 0;
    padding-left: calc(20 / 375 * 100vw);
    padding-bottom: calc(8 / 375 * 100vw);
  }
  .col2-chkbox {
    display: block;
    width: 100%;
  }
  .col2-chkbox > div {
    width: 100%;
  }
  .tr-chkbox th {
    display: block;
  }
  .tr-chkbox .txt-red {
    padding-top: calc(2 / 375 * 100vw);
    margin-bottom: calc(4 / 375 * 100vw);
  }
  .tr-chkbox .txt-caution {
    width: 100%;
    font-size: calc(13 / 375 * 100vw);
    line-height: 1.8;
    padding-bottom: calc(13 / 375 * 100vw);
    margin-top: calc(8 / 375 * 100vw);
  }
  .tr-chkbox li {
    margin-bottom: calc(7 / 375 * 100vw);
  }
  .tr-chkbox li label {
    align-items: flex-start;
    font-size: calc(14 / 375 * 100vw);
  }
  .tr-chkbox li label::before {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(20 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
    margin-top: calc(5 / 375 * 100vw);
  }
  .tr-chkbox li input:checked + label::before {
    background-size: calc(13 / 375 * 100vw) calc(10 / 375 * 100vw);
  }

/* radio */
  .tr-radio ul {
    padding-top: calc(6 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
  }
  .tr-radio li {
    margin-bottom: calc(7 / 375 * 100vw);
  }
  .tr-radio li:last-child {
    margin-bottom: 0;
  }
  .tr-radio li label {
    font-size: calc(14 / 375 * 100vw);
  }
  .tr-radio li label::before {
    width: calc(20 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
  }
  .tr-radio li label::after {
    left: calc(5 / 375 * 100vw);
    width: calc(10 / 375 * 100vw);
    height: calc(10 / 375 * 100vw);
  }

/* regist */
  .tr-regist label {
    width: calc(164 / 375 * 100vw);
    height: calc(44 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    padding-left: calc(18 / 375 * 100vw);
  }
  .tr-regist label::before,
  .tr-regist label::after {
    right: calc(20 / 375 * 100vw);
    width: calc(8 / 375 * 100vw);
    height: calc(2 / 375 * 100vw);
  }
  .tr-regist label::after {
    margin-top: calc(-1 / 375 * 100vw);
  }
  .col2-radio ul {
    width: 100%;
  }

/* select */
  .tr-select select {
    width: 100%;
  }
  .tr-select .select-box {
    width: 100%;
  }
  .tr-select .select-box::before,
  .tr-select .select-box::after {
    right: calc(19 / 375 * 100vw);
    width: calc(8 / 375 * 100vw);
    height: calc(2 / 375 * 100vw);
    margin-top: calc(4 / 375 * 100vw);
  }
  .tr-select .select-box::after {
    margin-right: calc(1 / 375 * 100vw);
  }
  .tr-caution th {
    font-size: calc(13 / 375 * 100vw);
    line-height: 1.8;
    text-indent: -1em;
    padding-left: 1em;
    padding-bottom: calc(14 / 375 * 100vw);
  }
  

/* file */
  .tr-file .btn-file {
    width: calc(170 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
    line-height: calc(36 / 375 * 100vw);
  }  

  .modaal-content-container {
    padding: 0;
    overflow-y: auto;
  }
  
  .modal-contact-outer .modaal-inner-wrapper {
    padding: calc(60 / 375 * 100vw) calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
  .modal-contact-outer .modaal-content-container {
    height: calc( 100vh - 21.3vw);
    height: calc( var(--vh) * 100 - 21.3vw);
  }
  .modaal-wrapper.modal-contact-outer .modaal-close {
    top: 0;
    right: 0;
    margin: calc(-40 / 375 * 100vw) 0 0;
  }
  
  
  
  .confirm-inner {
    width: 100%;
    padding: calc(15 / 375 * 100vw) calc(18 / 375 * 100vw);
  }
  .confirm-inner h2 {
    margin-bottom: calc(12 / 375 * 100vw);
  }
  .confirm-inner .txt {
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(14 / 375 * 100vw);
  }
  .table-confirm {
    width: 100%;
    padding-top: calc(2 / 375 * 100vw);
    padding-bottom: calc(33 / 375 * 100vw);
  }
  .table-confirm table {
    width: 100%;
  }
  .table-confirm th::after {
    width: 100%;
  }
  .table-confirm th,
  .table-confirm td {
    padding-top: calc(10 / 375 * 100vw);
    padding-bottom: calc(8 / 375 * 100vw);
  }
  .table-confirm th {
    width: 100%;
    padding-bottom: 0;
  }
  .table-confirm td {
    width: 100%;
    margin-top: calc(-4 / 375 * 100vw);
    padding-top: calc(0 / 375 * 100vw);
  }
  .confirm-inner .list-caution {
    margin-top: calc(33 / 375 * 100vw);
  }
  .confirm-inner .btn-wrapper {
    width: 100%;
    margin: calc(33 / 375 * 100vw) auto 0;
  }

/* ---------------------------------------------------------
#sec
----------------------------------------------------------*/
  #sec-other {
    padding: calc(33 / 375 * 100vw) calc(20 / 375 * 100vw) calc(40 / 375 * 100vw);
    margin-top: calc(74 / 375 * 100vw);
  }
  #sec-other h2 {
    margin-bottom: calc(13 / 375 * 100vw);
  }
  #sec-other .wrapper {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  #sec-other .wrapper .btn {
    margin-right: 0;
  }
  #sec-other .wrapper .btn:first-child {
    margin-bottom: calc(20 / 375 * 100vw);
  }

/* ---------------------------------------------------------
#sec-thanks
----------------------------------------------------------*/
  .page-thanks article {
    padding-bottom: calc(80 / 375 * 100vw);
  }
  #sec-thanks {
    display: none;
    padding: 0;
  }
  #sec-thanks .thanks-inner {
    width: 100%;
    height: auto;
    padding: calc(20 / 375 * 100vw) 0 0;
    border: none;
  }
  #sec-thanks .thanks-inner::before,
  #sec-thanks .thanks-inner::after,
  #sec-thanks .thanks-inner h3::before,
  #sec-thanks .thanks-inner h3::after {
    content: none;
  }
  #sec-thanks .thanks-inner h3 {
    width: calc(335 / 375 * 100vw);
    height: calc(76 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    margin: 0 auto calc(33 / 375 * 100vw);
  }
  #sec-thanks .txt-thanks {
    margin-bottom: calc(26 / 375 * 100vw);
  }

}


/* update 202207 start =============================================================================================================== */
/*
table{background:url("/common/img/form-table-border.png") repeat-x left top;}
table tr{background:url("/common/img/form-table-border.png") repeat-x left bottom;}
*/
table tr th,
table tr td{border: 0 none;}
.tr-pass1 th, .tr-pass1 td, .tr-mail1 th, .tr-mail1 td{border-bottom:0;/* override */}
.tr-pass1 th, .tr-pass1 td{padding-top:31px;/* override */}
.tr-pass1 th .icon-req{top:39px;/* override */}
#sec-other{background:transparent; padding:0 0 40px; margin:0;}
#sec-other .wrapper{width:1140px; margin:0 auto;}
.btn em.current{position:relative; display:flex; align-items:center; width:300px; height:44px; font-size:14px; font-family:"TazuganeGothicStdN-Bold"; font-weight:bold; letter-spacing: calc(.15em * 1.2); color:#E60012; background:#fff; text-decoration:none; padding-left:18px; border: 2px solid #E60012; font-style:normal;}
.btn em.current::after{content:''; position:absolute; top:calc(50% - 6px); right:20px; display:block; width:6px; height:6px; border:2px #E60012 solid; border-width:2px 2px 0 0; transform:rotate(135deg);}
.page-thanks #sec-other{display:none;}

@media screen and (max-width:768px) {
	#sec-other{padding:0 calc(20 / 375 * 100vw); margin-bottom:calc(35 / 375 * 100vw);}
	#sec-other .wrapper{width:auto; display:flex; justify-content:space-between;}
	#sec-other .wrapper .btn{width:calc((100vw - 18vw) / 3); line-height:1.3;}
	#sec-other .wrapper .btn a,
	#sec-other .wrapper .btn em.current{height:100%; width:100%; padding:2vw 2.5vw 5vw; display:block; font-size:calc(13 / 375 * 100vw);}
	#sec-other .wrapper .btn:first-child{margin:0;}
	#sec-other .btn em.current::after,
	#sec-other .btn a::after{top:auto; right:2.5vw; bottom:2.5vw; width:calc(6 / 375 * 100vw); height:calc(6 / 375 * 100vw); content:''; display:block; border:2px #E60012 solid; border-width:2px 2px 0 0; transform:rotate(135deg); background:transparent;}
	#sec-other .btn a::after{border-color:#fff; transform:rotate(45deg); bottom:1.25vw; background:transparent;}
	#sec-other .btn a:hover::after{border-color:#E60012; background:transparent;}
	#sec-other .btn em.current::before,
	#sec-other .btn a::before{content:none;}
	.tr-pass1 th .icon-req{top:auto; /* override */}
	.tr-pass1 th, .tr-pass1 td{padding-top:calc(3 / 375 * 100vw);}
	
	
	
	
}
/* update 202207 end */





















