/* ====================
各見出し
======================= */
.contactform__topic {
  position: relative;
  text-align: center; /* 文字の中央寄せ */
}

.contactform__topic {
  position: relative;
  text-align: center; /* 文字の中央寄せ */
}

.contactform__topic::before {
  background: linear-gradient(90deg, #236194 0%, rgba(35, 97, 148, 0.40) 100%);
  bottom: -5px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100px;
}
.contactform__topic::before {
  background: linear-gradient(90deg, #236194 0%, rgba(35, 97, 148, 0.40) 100%);
  bottom: -10px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100px;
}

.section--contactform {
  margin-top: 0px;
}

.contactform__txt {
margin-top: 40px;
padding: 0 25px;
font-size: 1.5rem;
line-height: 1.6;
}
.contactform__important {
margin-top: 20px;
text-align: center;
font-size: 1.2rem;
font-weight: bold;
}

.mail__txt p {
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0 25px;
}
@media screen and (min-width:1023px) {
  .contactform__txt {
    text-align: center;
    }
  .mail__txt p {
    text-align: center;
  }
}


/* pc__contactform テキスト */
@media screen and (min-width:769px) {
.contactform__txt {
  font-size: 1.6rem;
}
.contactform__important {
  font-size: 1.5rem;
}
}



/* 入力フォーム */
.box_con02 {
max-width: 900px;
margin: 0  auto;
margin-top: 64px;
}
@media only screen and (max-width: 768px) {
  
.box_con02 {
  width: 95%;
}
}
.box_con02 form {
width: 100%;
}
.box_con02 form table {
width: 100%;
}
.box_con02 form table tr {
position: relative;
}
.box_con02 form table tr:first-child td:before {
content: "";
position: absolute;
width: 100%;
left: 0;
top: 0;
height: 1px;
border-bottom: solid 1px rgba(28, 46, 83, 0.5);
}
@media only screen and (max-width: 768px) {
.box_con02 form table tr:first-child td:before {
  display: none;
}
}
.box_con02 form table tr th {
width: 30%;
font-weight: normal;
padding: 1em .5em;
background: var(--primary-blue);
color: #fff;
font-size: 1.6rem;
position: relative;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
.box_con02 form table tr th {
  text-align: center;
  width: 100%;
  display: block;
  padding: .8em .2em;
}
}
.box_con02 form table tr th span {
background: #cd6f55;
padding: 0 .3em;
color: #fff;
margin-left: .5em;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.box_con02 form table tr th:after {
content: "";
position: absolute;
width: 100%;
left: 0;
bottom: 0;
height: 1px;
border-bottom: solid 1px #fff;
}
.box_con02 form table tr td {
position: relative;
padding: 2em .5em;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
.box_con02 form table tr td {
  padding: 1.5em .5em;
  display: block;
  width: 100%;
}
}
.box_con02 form table tr td:after {
content: "";
position: absolute;
width: 100%;
left: 0;
bottom: 0;
height: 1px;
border-bottom: solid 1px rgba(28, 46, 83, 0.5);
}
.box_con02 form table tr .box_br {
display: block;
}
.box_con02 form table tr select, .box_con02 form table tr textarea, .box_con02 form table tr .wide {
width: 100%;
height: 4em;
padding: .5em;
font-size: 1.6rem;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #cdcdcd;
}
.box_con02 form table tr textarea {
height: 10em;
}


.box_check {
text-align: center;
margin: 1em auto;
}
.box_check label {
display: inline-block;
}
.box_check label span {
margin-left: .3em;
}

.btn {
text-align: center;
margin-top: 28px;
}
.btn input {
display: inline-block;
background: #eee;
padding: 1.5em 4em;
color: var(--primary-black);
font-size: 1.4rem;
text-decoration: none;
cursor: pointer;
border: none;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
.btn input:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
opacity: 0.7;
}
/* プライバシーポリシー */
.privacy-policy {
margin-top: 40px;
text-align: left;
font-size: 1.5rem;
line-height: 1.5;
}
.privacy-policy h3 {
font-weight: bold;
}
.privacy-policy li {
margin-top: 16px;
}
.privacy-policy ul {
line-height: 0;
}
.privacy-policy ul li {
margin-top: 20px;
}
@media screen and (min-width:769px) {
.privacy-policy {
  font-size: 1.6rem;
}  
}




/* 同意チェックボックス */
.agree_btn {
text-align: center;
margin-top: 40px;
}

label[for] {
font-size: 1.6rem;
}
input[type="checkbox"] {
position: relative;
width: 22px;
height: 22px;
border: 1px solid #000;
vertical-align: -5px;
}

input[type="checkbox"]:checked:before {
position: absolute;
top: 1px;
left: 8px;
transform: rotate(50deg);
width: 6px;
height: 14px;
border-right: 2px solid #000;
border-bottom: 2px solid #000;
content: '';
}

/* 送信ボタン */
.submit-btn {
/* buttonタグのリセットCSS */
background-color: transparent;
border: none;
cursor: pointer;
outline: none;
appearance: none;

color: #fff;
padding: 8px 24px;
background-color: #3abec1;
cursor: pointer; /* ポインターカーソルを表示 */
}

.submit-btn[disabled] {
background-color: #ccc;
cursor: not-allowed; /* クリック不可のカーソルを表示 */
}


/* pc__contact */
@media screen and (min-width:769px) {
  .contactform_title {
      margin-top: 220px;
  }

  .box_con02 {
      margin-top: 82px;
  }    
  
}



/* ====================
FOOTER_contactform
======================= */

.footer__contactform {
  background-color: var(--background-color--black);

}
.footerContact__inner {
  background-color: var(--background-color--black);
  padding: 20px 20px ;
  margin-top: 64px;
}

.nav__list{
  background-color: var(--background-color--black);
  text-align: center;
}
.nav__item {
  color: var(--primary-white);
  font-size: 1.6rem;
  margin-top: 20px;
}

.footer__contactform .logo {
  display: block;
  text-align: center;
  margin-top: 32px;
  color: var(--primary-white);
  font-family: Roboto;
  font-size: 3.2rem;
}
.footer__contactform .instagram {
  display: block;
  text-align: center;
  margin-top: 32px;
}
.footer__contactform .copylight {
  display: block;
  margin-top: 32px;
  color: var(--primary-white);
  text-align: center;
  font-family: Roboto;
  font-size: 1.2rem;
}
/* pc__footer */
@media screen and (min-width:769px) {
  .nav__list {
      display: flex;
      margin: 0 auto;
      margin-top: 102px;
      max-width: 680px;
      gap: 55px;
  }
  .nav__item {
      font-size: 2.0rem;
  }
  .footer__content .logo {
      font-size: 4.0rem;
  }
  
}
/* footer__375px */


