/*========================================

広告用お問い合わせ

========================================*/
 body {
    font-family: YuGothic, "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    height: 100%;             /* #containerのmin-heightに対して必要なもの */
}

.contact-ad #header {
	background-color: #ffffff;
}
.contact-ad .header-inner {
  	display: block;
    max-width:1200px;
    width:100%;
    margin: 0 auto;
    padding: 50px 20px 5px 20px;
}
.contact-ad .header-inner .logo {
	width: 200px;
	margin: 0 auto;
}
.contact-ad .header-inner .logo p {
  margin-bottom : 2px;
}
.contact-ad #sub-main-visual {
      background-color: #ffffff;
}
.contact-ad #sub-main-visual h1 {
      color: #222222;
      font-size: 26px;
      text-align: center;
      margin: 0 auto;
      padding: 0 0 40px 0;
      max-width: 1200px;
      width: 100%;

}
.contact-ad {
	background-color: #fd0;
}
    #content {
        max-width:1000px;
        width: 100%;
        margin: 50px auto;
        padding: 0;
    }


.contact {
	background-color:#ffffff;
    padding: 80px 10%;
}
.contact .txt {
  text-align: center;
  padding-bottom: 50px;
}
.contact .tel-area {
	margin: 0 auto 100px auto;
	max-width: 1000px;
	width: 50%;
	text-align: center;
}
.contact .tel-area h3 {
	font-size: 20px;
	padding-bottom: 10px;
}
.contact .tel-area .tel {
	line-height: 1;
	margin: 20px 0 20px 0;
}
.contact .tel-area .tel a {
	background-image: url(images/common/tel_icon.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	background-size: 8%;
	color: #000000;
	font-size: 40px;
	font-weight: bold;
	padding-left: 30px;
}
.mail-area {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}
.required {
  background-color:#fa1616;
  border-radius: 10px;
  color:#ffffff;
  font-size: 12px;
  padding: 5px 8px;
}
.mail-area label {
  font-weight: bold;
}
form p {
  margin-top: 20px;
}
form p input , form p textarea {
  margin-top: 0;
}
.wpcf7-form-control-wrap input {
	font-size: 16px;
  width: 100%;
  padding: 20px;
  border-radius: 4px;
  border: none;
  background-color:#f5f5f5;
  margin-top: 10px;
  margin-bottom: 20px;
}
.wpcf7-checkbox {
  margin: 0;
}
.wpcf7-form-control-wrap input[type=text]    {
    font-size : 16px;
    border : none;
    -webkit-appearance : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
    margin-top: 10px;
    margin-bottom: 20px;
}

.wpcf7-form-control-wrap textarea {
  width: 100%;
  padding: 20px;
  border-radius: 4px;
  border: none;
  background-color:#f5f5f5;
  margin-top: 10px;
}
.wpcf7-submit, .wpcf7-confirm, .wpcf7-back {
  background-color: #d16e0e;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 16px;
  border: none;
}

.inquiry-checkbox-list {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(4, 1fr); /* ← 4列にする */
  gap: 10px 20px; /* 縦・横の間隔 */
  list-style: none;
  padding: 0;
  margin: 20px 0 20px 0;
}
.inquiry-checkbox-list li {
  display: flex;
  align-items: center;
}
.inquiry-checkbox-list input[type="checkbox"] {
  margin-right: 6px;
}
.label-title {
  font-weight: bold;
}
.wpcf7-submit {
    background: #f87a03;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 50px auto 0 auto;
    max-width: 300px;
    padding: 20px 75px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.wpcf7-submit:hover {
    background: #f57e06;
    color: #FFF;
}
.wpcf7-submit:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.wpcf7-submit:hover:after {
    border-color: #FFF;
}

.contact-ad footer {
	background-color: #ffffff;
}
.contact-ad .footer-inner {
  	margin: 0 auto;
    max-width: 0;
    width: 100%;
    padding: 0;
}
.contact-ad .footer-inner .footer-info .title {
	text-align: center;
}
.contact-ad .footer-inner .footer-info .title img{
	width: 40%;

}

.contact-ad footer .copy {
    background-color: #ffffff;
}
.contact-ad footer .copy p {
    color: #000000;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    padding: 15px 0;
    max-width: 1150px;
    width: 100%;
}

.contact.thanks h2 {
  font-size: 20px;
  padding-bottom: 20px;
}
/* タブレット（1024以下の端末） */
/*===========================================================================================================*/
@media screen and (max-width:1024px) {
.contact {
    width: 90%;
    margin: 50px auto;
}
  .inquiry-checkbox-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* タブレット（768以下の端末） */
/*===========================================================================================================*/
@media screen and (max-width:768px) {
.contact-ad .header-inner {
padding: 30px 20px 5px 20px;
}
  .contact-ad .header-inner .logo {
	width: 160px;
	margin: 0 auto;
}
.contact-ad #sub-main-visual h1 {
  font-size: 20px;
  padding: 0 0 20px 0;
}
.contact .txt {
  text-align: left;
  padding-bottom: 20px;
}
  .contact {
    padding: 80px 5%;
}
form p {
  margin-top: 20px;
}

}
/* スマホ横（667以下の端末） */
/*===========================================================================================================*/
@media screen and (max-width:667px) {
    .contact-ad .header-inner .logo {
        width: 130px;
    }
        .contact-ad #sub-main-visual h1 {
        font-size: 18px;
        padding: 0 0 20px 0;
    }
    .wpcf7-form-control-wrap input {
    padding: 15px;
}
  .inquiry-checkbox-list {
    grid-template-columns: repeat(1, 1fr);
  }

}
/* スマホ（640以下の端末） */
/*===========================================================================================================*/
@media screen and (max-width:640px) {
/*========================================

お問い合わせ

========================================*/

}
/* スマホ（320以下の端末） */
/*===========================================================================================================*/
@media screen and (max-width:320px) {
/*========================================

トップページ

========================================*/


}