@charset "utf-8";
/* CSS Document */

.contact-phote {
  padding: 0 0 7rem;
}
.contact-phote .heading-large {
  margin-bottom: 2rem;
}
.contact-phote-box {
  display: flex;
  background: #fff;
  margin-bottom: 5%;
}
.contact-phote__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5.5rem 2rem;
  width: 50%;
  text-align: center;
}
.contact-phote__item + .contact-phote__item {
  border-left: 1px solid #f5f5f5;
}
.contact-phote .office {
  padding: 0.6rem 1rem;
  margin-bottom: 0.5rem;
  width: 100%;
  max-width: 14rem;
  background: #f0f0f0;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.contact-phote .tel {
  letter-spacing: 0.06em;
  font-weight: 600;
  font-size: 4rem;
}
.contact-phote .tel:before {
  content:"Tel.";
  font-size: 0.6em;
  font-weight: 400;
}
.contact-phote .time {
  letter-spacing: 0.06em;
  font-weight: 500;
  font-size: 1.4rem;
}

.contact-form .contact-precautions {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.contact-form .contact-precautions .contact-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  border: 0.2rem solid #808080;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-size: 1.4rem;
}
.contact-form .contact-precautions .contact-info {
  width: calc(100% - 22.5rem); 
}
.contact-form .contact-precautions .contact-info li + li {
  margin-top: 0.6rem;
}
.contact-form .contact-precautions .contact-info li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.78;
  letter-spacing: 0.06em;
  font-size: 1.4rem;
}

.contact-form {
  overflow: hidden;
}
.contact-form .heading-large {
  margin-bottom: 4rem;
}
.contact-formtab {
  display: flex;
  position: relative;
  margin-bottom: 4rem;
}
.contact-formtab:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 192rem;
  border-bottom: 0.2rem solid #dbdbdb;
}
.contact-formtab a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  width: calc(100%/3);
  height: 7rem;
  letter-spacing: 0.06em;
  text-align: center;
  color: #999;
  font-size: 2rem;
  font-weight: bold;
}
.contact-formtab a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0rem;
  width: 100%;
  border-bottom: 0.3rem solid transparent;
}
.contact-formtab .is-active,
.contact-formtab a:hover {
  text-decoration: none;
  color: #111111;
}
.contact-formtab .is-active:after,
.contact-formtab a:hover:after {
  border-bottom-color: #111;
} 
.contact-form form {
  padding: 4rem 4rem 6rem;
  background: #fff;
}
.contact-steps {
  display: flex;
  margin: 0 0 3rem -0.8rem;
}
.contact-steps li {
  clip-path: polygon(0% 0%, calc(100% - 2rem) 0%, 100% 50%, calc(100% - 2rem) 100%, 0% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.8rem;
  height: 5rem;
  width: calc(100%/3 - 0.8rem);
  background: #999999;
  text-align: center;
  letter-spacing: 0.06em;
  color: #fff;
  font-weight: 500;
}
.contact-steps li .step {
  margin: 0 0.6rem -0.4rem 0;
  font-size: 1.8rem;
  font-weight: 600;
}
.contact-steps li:last-child {
  clip-path:inherit;
}
.contact-steps li.on {
  background: #000;
}
.contact-form form .contact-must {
  padding: 0.6rem 1.2rem;
  background: #f0f0f0;
  letter-spacing: 0.06em;
  font-size: 1.4rem;
}
.contact-form form table {
  width: 100%;
}
.contact-form form th {
  vertical-align: top;
  padding: 3rem 2rem 3rem 0;
  width: 23rem;
  text-align: left;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.contact-form form th .contact-must {
  float: right;
}
.contact-form form td {
  /*vertical-align: top;*/
  vertical-align: middle;
  padding: 1rem 0;
  letter-spacing: 0.06em;
}
.contact-form form input[type=text] {
  padding: 0 2rem;
  width: 100%;
  height: 7rem;
  border: 0.1rem solid #cccccc;
  border-radius: 0.3rem;
  font-size: 1.6rem;
}
.contact-form form textarea {
  resize: none;
  padding: 2rem;
  width: 100%;
  height: 15rem;
  border: 0.1rem solid #cccccc;
  border-radius: 0.3rem;
  font-size: 1.6rem;
}
::-webkit-input-placeholder { 
  color: #aaaaaa;
} 
::-moz-placeholder {
  color: #aaaaaa;
} 
::-ms-input-placeholder {
  color: #aaaaaa;
} 
::-ms-input-placeholder {
  color: #aaaaaa;
} 
::placeholder {
  color: #aaaaaa;
}
.contact-form .contact-agree {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
  text-align: center;
}
.contact-form .contact-agree label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.6rem;
}

.contact-checkbox .checkbox_btn {
  display: inline-block;
  margin: 0;
  width: 3.4rem;
  height: 3.4rem;
  background: url("../img/common/icon_checkbox.png")no-repeat center;
  background-size: 100%;
}
.contact-checkbox .checkbox_btn:checked {
  background-image: url("../img/common/icon_checkbox_on.png");
}

.mwform-checkbox-field-text {display: none;}
.contact-form .contact-agree input {
  margin-right: 1rem;
} 
.contact-form .contact-agree a {
  display: inline-block;
  padding: 0.5rem 0;
  border-bottom: 1px solid #111;
}
.contact-form .contact-agree a:hover {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.contact-btns {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  text-align: center;
}
.contact-btns .btn {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 2rem;
  margin: 0 1rem;
  width: 100%;
  max-width: 36rem;
  height: 7rem;
  background: #111;
  border: 0;
  border-radius: 8rem;
  letter-spacing: 0.04em;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
} 

.contact-btns .btn.disable {
  /*pointer-events: none;*/
  background: #666666;
  border: 1px solid #666;
}

.contact-btns .btn:hover {
  background: #fff;
  color: #666;
  border: 1px solid #666;
}


.contact-btns .edit {
  background: #eee;
}
a#line-contact{
	color:#000;
	margin: 50px 0 0;
	text-align: center;
	font-size: 14px;
	line-height: 1em;
	display: flex;
	justify-content: flex-end;
	text-decoration: none;
}


a#line-contact i{
	margin-right: 5px;
}

.privacy-box{
	padding: 4rem 4rem 6rem;
	background: #fff;
}

p.pp-txt {
	font-size: 1.4rem;
	line-height: 2;
}

p.pp-txt01 {
	text-align: right;
	font-size: 1.4rem;
	line-height: 2;
}

.mb5 {margin-bottom: 5%;}

h3.thanks-ttl {
	font-size: 2rem;
	line-height: 2;
	font-weight: bold;
	margin-bottom: 1%;
	text-align: center;
}

p.thanks-txt {
	font-size: 1.4rem;
	line-height: 2;
	text-align: center;
}
.mw_wp_form_confirm .contact-agree label span{
	display: none;
}

.contact-submit .wpcf7-list-item-label {display: none;}

.contact-btns01 {
	width: 360px;
	margin: 0 auto;
}
.contact-btns01 .wpcf7-submit {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 2rem;
    margin: 50px auto 0;
    width: 100%;
    max-width: 36rem;
    height: 7rem;
    background: #666666;
    border: 1px solid #666;
    border-radius: 8rem;
    letter-spacing: 0.04em;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
}

.contact-btns01 .wpcf7-submit:hover {
	color: #666;
	border: 1px solid #666;
	background: #fff;
}


@media screen and (min-width: 768px) {
  
}
@media screen and (max-width: 767px) {
  .contact-phote {
    padding: 0 0 4rem;
  }
  .contact-phote-box {
    display: block;
  }
  .contact-phote__item {
    padding: 3.6rem 2rem;
    width: auto;
  }
  .contact-phote__item + .contact-phote__item {
    border-left: 0;
    border-top: 1px solid #f5f5f5;
  }
  .contact-phote .office {
    padding: 0.4rem 0rem; 
    width: 120px;
    font-size: 1.2rem;
  }
  .contact-phote .tel {
    font-size: 2.0rem;
  }
  .contact-phote .time {
    font-size: 1.2rem;
  }

  .contact-form .contact-precautions {
    display: block; 
    margin-bottom: 3rem;
  }  
  .contact-form .contact-precautions .contact-notice {
    padding: 0.3rem;
    margin: 0 auto 1.6rem; 
    border-width: 0.1rem; 
    font-size: 1.4rem;
  }
  .contact-form .contact-precautions .contact-info {
    width: auto;      
  }
  .contact-form .contact-precautions .contact-info li {
    line-height: 1.5;
    font-size: 1rem;
  }
  
  .contact-formtab {
    margin-bottom: 2.4rem;
  }
  .contact-formtab a {
    height: 4.8rem;
    line-height: 1.2;
    font-size: 1.4rem;
  }
  .contact-formtab a:after {
    border-bottom-width: 0.2rem;
  }
  .contact-form form {
    padding: 1.6rem 1.6rem 3rem;
  }
  
  .contact-steps {
    margin-bottom: 1.6rem;
  }
  .contact-steps li {
    clip-path: polygon(0% 0%, calc(100% - 1rem) 0%, 100% 50%, calc(100% - 1rem) 100%, 0% 100%);
    height: 4rem;
    font-size: 0;
  }
  .contact-steps li .step {
    margin: 0 0.6rem 0 0;
    font-size: 1.2rem; 
  }
  .contact-form form .contact-must {
    padding: 0.3rem 1rem; 
    font-size: 1.2rem;
  }
  .contact-form form th {
    display: block;
    padding: 0 0 1rem;
    width: 100%;
    font-size: 1.3rem;
  }
  .contact-form form td {
    display: block;
    padding: 0 0 2rem;
    font-size: 1.2rem;
    width: 100%;
  }
  .contact-form form input[type=text] {
    padding: 0 1rem; 
    height: 4rem; 
    font-size: 1.3rem;
  }
  .contact-form form textarea { 
    padding: 1rem; 
    height: 10rem; 
    font-size: 1.3rem;
  }
  .contact-checkbox input { 
    width: 1.6rem;
    height: 1.6rem;  
  }
  .contact-form .contact-agree {
    margin-top: 0.5rem;
    font-size: 1.2rem;
  }
  .contact-form .contact-agree label {
    margin-left: 1rem;
  }
  .contact-form .contact-agree input {
    margin-right: 0.6rem;
  }
  .contact-btns {
    margin-top: 2.4rem;
  }
  .contact-btns .btn {
    margin: 0 0.4rem;
    max-width: 90%;
    height: 4rem; 
    font-size: 1.4rem; 
  }
  
	 p.pp-txt {
		font-size: 1.2rem;
		line-height: 2;
	}
	
	p.pp-txt01 {
		text-align: left;
		font-size: 1.2rem;
		line-height: 2;
		padding-top: 5%;
	}
	
	.mwform-radio-field label{
		display: block;
	}
	
	.contact-checkbox .checkbox_btn{
		width: 1.6rem;
    height: 1.6rem; 
	}
	
	.contact-form .heading-large{
		margin-bottom: 2rem;
	}
	
	.contact-btns01 {width: 90%;margin: 0 auto;}
  
  
}