/* ============================================
  contact
============================================ */
.information h2{
  text-align: center;
  font-size: 25px;
  margin-bottom: 40px;
}
.flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.input-form{
  padding: 25px 0;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
}
/* .input-name{
  margin-right: 25px;
} */
.input-name2{
  margin:0 25px;
}
.inner{
  width: 750px;
  margin: 0 auto;
}
.sub-txt{
  line-height: 1.7;
}

@media only screen and (max-width: 750px) {
  .inner{
    width: 90%;
  }
  .form-item{
    margin: 10px 0;
  }
  dt {
    width: 100%!important;
    margin-bottom: 15px;
  }
  .information input[type="text"] {
    padding: 6px 90px 5px 15px !important;
  }
  
  .information input[type="email"] {
    padding: 6px 90px 5px 15px !important;
  }
  .information textarea {
    width: 90%!important;
  }
  .information textarea {
    margin: 10px 0;
  }
}


dt{
  width: 200px;
}
dd{
  width: 500px;
}
.information{
  margin-top: 200px;
}
.information input[type="text"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 6px 12px;
  height: 35px;
  color: #555;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.information input[type="email"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 6px 12px;
  height: 35px;
  color: #555;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.information textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 6px;
  width: 100%;
  min-height: 150px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

.information button[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

.information button {
  color: #fff;
  font-size: 16px;
  line-height: 70px;
  background: #f04d4d;
  width: 260px;
  margin: 25px auto 0;
  text-align: center;
  cursor: pointer;
  display: block;
  border: none;
  
}
.button-wrapper{
  margin: 25px 0 100px;
}
.return-button{
  margin: 50px auto 100px;
  text-align: center;
}
.submit-button_return{
  font-size: 17px;
}
.thaks-txt{
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 15px;
}
.messege{
  line-height: 2;
}





.contact_ttl {
  background: #f3f3f3;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 8px;
  margin-bottom: 20px;
}
.group-contact {
  margin-bottom: 70px;
}
.group-contact ul {
  width: 600px;
  padding-top: 20px;
}
.group-contact li {
  font-size: 16px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  position: relative;
}
.group-contact li a {
  display: table;
  width: 100%;
  height: 70px;
  padding: 0 20px;
}
.group-contact li a:hover {
  background: #f7f7f7;
}
.group-contact li .company_logo {
  text-align: center;
  width: 90px;
  padding-right: 35px;
}
.group-contact li .company_logo img {
  width: 50px;
  vertical-align: middle;
}
.group-contact li.tnk .company_logo img {
  width: 45px;
}
.group-contact li span {
  display: table-cell;
  vertical-align: middle;
}
.group-contact li::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/common/icn_circle_red_arw_wh.png) no-repeat right center / 100%;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
}

p.confirmNote { text-align: center; margin: 60px 0; font-weight: bold;}

.contact-form {
  width: 650px;
  margin: 0 auto 80px;
}
.contact-form tr {
  border-bottom: 1px solid #ccc;
}
.contact-form tr:last-child {
  border-bottom: none;
}
.contact-form th,
.contact-form td {
  padding: 25px 0;
  vertical-align: middle;
}
.contact-form th {
  text-align: left;
  width: 180px;
}
.contact-form .contact-content th {
  vertical-align: top;
}
.contact-form td {
  font-size: 16px;
}
.contact-form .name input,
.contact-form .kana input {
  width: 190px;
}
.contact-form td span {
  padding-left: 2px;
  font-size: 13px;
  width: 35px;
  display: inline-block;
  vertical-align: middle;
}
.contact-form.confirm-form td span {
  width: auto;
}
.contact-form .mei {
  margin-left: 15px;
}
.contact-form .tel input {
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 80px;
  height: 35px;
  margin: 0 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.contact-form .tel input:first-of-type {
  margin-left: 0;
}
.contact-form .email input {
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.privacy-check {
  background: #f3f3f3;
  margin: 10px auto 40px;
  text-align: center;
}
.privacy-check label {
  display: block;
  padding: 30px 0;
}
.privacy-check label a {
  text-decoration: underline;
}

/*  form parts
-------------------------------------------- */

.contact-form .btnBox {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-top: 40px;
}

.contact-form input.btn_confirm[type="submit"],
.contact-form input.btn_confirm[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
.contact-form input.btn_confirm[type="submit"]::-webkit-search-decoration,
.contact-form input.btn_confirm[type="button"]::-webkit-search-decoration {
  display: none;
}
.contact-form input.btn_confirm[type="submit"]::focus,
.contact-form input.btn_confirm[type="button"]::focus {
  outline-offset: -2px;
}

.contact-form .btn_confirm {
  color: #fff;
  font-size: 16px;
  line-height: 70px;
  background: #f04d4d;
  width: 260px;
  margin: auto;
  text-align: center;
  cursor: pointer;
  display: block;
  border: none;
}
.contact-form .btn_confirm_2 {
  color: #fff;
  font-size: 16px;
  line-height: 70px;
  background: #f04d4d;
  width: 260px;
  margin: auto;
  text-align: center;
  cursor: pointer;
  display: block;
  border: none;
}
.contact-form .btn_return {
  color: #fff;
  font-size: 16px;
  line-height: 70px;
  background: gray;
  width: 40%;
  margin: auto;
  text-align: center;
  cursor: pointer;
  display: block;
  border: none;
}
.contact-form .btn_confirm:hover,
.contact-form .btn_confirm_2:hover,
.contact-form .btn_return:hover {
  opacity: 0.7;
}

.contact-form textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 6px;
  width: 100%;
  min-height: 150px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

.contact-form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  appearance: none;
  margin: 0;
  padding: 6px 40px 6px 12px;
  background: url(../images/common/icn_select.png);
  background-repeat: no-repeat;
  background-size: 5%;
  background-position: right 5% top 50%;
  vertical-align: middle;
  font-size: 12px;
  color: inherit;
  box-sizing: content-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
}

.contact-form select::-ms-expand {
	display: none;
}

.contact-form input[type="text"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 6px 12px;
  height: 35px;
  color: #555;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.contact-form label {
  margin: 0;
  font-weight: normal;
  cursor: pointer;
}

.contact-form input[type="checkbox"] {
  cursor: pointer;
  border: 1px solid #dfdcd2;
  vertical-align: -6px;
  -webkit-appearance: none;
  position: relative;
  margin: 0;
  margin-right: 7px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  width: 22px;
  height: 22px;
  background: #fff;
}
.contact-form input[type="checkbox"]:checked {
  background: #fff;
  border: 1px solid #dfdcd2;
}
.contact-form input[type="checkbox"]:checked:before {
  position: absolute;
  left: 0px;
  top: 15px;
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  border-radius: 5px;
  background: #333;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center;
}
.contact-form input[type="checkbox"]:checked:after {
  display: block;
  position: absolute;
  left: 8px;
  top: 15px;
  content: "";
  width: 16px;
  height: 3px;
  border-radius: 5px;
  background: #333;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center;
}
p.thanks { width: 100%; max-width: 700px; margin: 100px auto;}
p.thanks span { display: block; text-align: center; font-size: 16px; font-weight: bold;}
@media only screen and (max-width: 750px) {

  .contact_ttl {
    font-size: 15px;
    letter-spacing: 0;
    padding: 15px 0;
  }
  .group-contact {
    margin-bottom: 40px;
  }
  .group-contact ul {
    width: auto;
  }
  .group-contact li {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .group-contact li a {
    padding: 0 15px;
  }
  .group-contact li .company_logo {
    padding-right: 15px;
    width: 70px;
  }

  .contact-form {
    width: 100%;
    margin-bottom: 40px;
  }
  .contact-form tr {
    display: block;
    padding: 10px 10px 15px;
  }
  .contact-form th,
  .contact-form td {
    width: 100%;
    display: block;
    padding: 0;
  }
  .contact-form th {
    margin-bottom: 10px;
  }
  .contact-form .sei,
  .contact-form .mei {
    display: none;
  }
  .contact-form .name input,
  .contact-form .kana input {
    width: 49%;
  }
  .contact-form .name input:first-of-type,
  .contact-form .kana input:first-of-type {
    margin-right: 2%;
  }

  .privacy-check {
    font-size: 11px;
    margin: 0 auto 30px;
  }
  .privacy-check label {
    padding: 20px 0;
  }
  p.thanks { margin: 50px 0; padding: 0 15px;}

}
