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


/**********************************************************/
/* PC */
/**********************************************************/

/**********************************
/*section共通
**********************************/
section{
  position: relative;
  margin-bottom: 50px;
}
section::after {
  background: url("../images/contact/contact.png") repeat-x;
  background-size: 100% 100%;
  position: absolute;
  width: 43.8%;
  height: 170px;
  content: "";
  left: 44%;
  top: 0;
  max-width: 632px;
}
section h3{
  margin: -60px auto 49px;
  text-align: center;
  line-height: 2.5;
  letter-spacing: 0.3em;
}
.h-adr{
  text-align: center;
  font-size: 1.4rem;
  margin: 0 auto;
}
.form-contents{
  width: 942px;
}
dl{
  letter-spacing: 0.2em;
  text-align: left;
  color: #000;
  align-items: center;
  margin-bottom: 33px;
}
dt{
  margin: 0 0 0 30px;
  width: 218px
}
.asterisk {
    color: red;
    font-weight: bold;
}
.pager{
  margin: 0 87px;
  width: 40px;
}
.pager li{
  margin-bottom: 117px;
  color: rgba(112,112,112,.35);
  position: relative;
}
.pager li::after{
  position: absolute;
  content: "";
  width: 1px;
  height: 88px;
  background: rgba(112,112,112,.35);
  top:28px;
  left:16px;
}
.pager li:last-of-type::after{
  display: none;
}
.pager li.this{
  color: #000;
}
/************
/*インプット共通
************/

input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea{
  border: solid 1px #AC7F62;
  font-size: 1.4rem;
  padding: 0 14px;
  width: 705px;
  height: 45px;
  border-radius: 0;
  background: #fff;
}
select option:first-of-type{
  display: none;
}
textarea{
  height: 320px;
}
.textarea{
  align-items: flex-start;
}
.textarea dt{
  margin-top: 15px;
}

/************
/*同意
************/

.checkbox {
  justify-content: center;
  align-items: center;
  margin: 0 auto 64px;
}
.checkbox input {
  width: 23px;
  height: 22px;
  vertical-align: middle;
}
.checkbox p{
  margin-left: 17px;
}
.checkbox a{
  text-decoration: underline;
  color: #000;
}







/************
/*ログイン
************/
input[type="submit"]{
  border:none;
  outline: 0;
  cursor: pointer;
  padding: 17px 0;
  font-size: 1.4rem;
  background: #fff;
  transition: all .2s linear;
  color: #000;
  width: 232px;
}
.submit {
  position: relative;
  border: 1px solid #AC7F62;
  display: inline-block;
  text-align: center;
  background: #fff;
}
.submit:hover{
  background:#AC7F62;
  opacity: 1;
  color: #fff;
}
.submit::before{
  content:"";
  position: absolute;
  top:50%;
  right: 16%;
  width:27px;
  height:1px;
  background:#AC7F62;
  transition: all .2s linear;
}
.submit::after{
  content:"";
  position: absolute;
  top: 41%;
  right: 17%;
  width:1px;
  height:7px;
  background:#AC7F62;
  transform:skewX(45deg);
  transition: all .2s linear;
}
.submit:hover::before{
  right:-30px;
}
.submit:hover::after{
  right:-25px;
}

/**********************************************************/
/* SP*/
/**********************************************************/
@media screen and (max-width:767px){
section {
  top: 30px;
  margin-bottom: 70px;
}
section::after {
  height: 52px;
  right: 10px;
  top: -64px;
  left:auto;
}
section h3 {
  margin: 30px auto 27px;
  font-size: 1.2rem;
}
.pager{
  display: flex;
  margin: 0 20px 50px auto;
  justify-content: space-between;
  width: 140px;
}
.pager li {
  margin-bottom: 0;
  font-size: 1.2rem;
}
.pager li::after {
  width: 70px;
  height: 1px;
  top: 7px;
  left: 32px;
}
.h-adr div.flex.inner{
   flex-direction: column-reverse;
}
.form-contents {
    width: 100%;
}
dl.flex{
  display: block;
  padding: 0 20px;
  margin-bottom: 25px;
}
dt {
  margin: 0 0 8px 0;
  width: auto;
  font-weight: 400!important;
}
input[type="text"], input[type="email"],
input[type="password"], select, textarea {
  font-size: 1.2rem;
  width: 100%;
  height: 28px;
}
 textarea {
  height: 161px;
}
.checkbox input {
  width: 18px;
  height: 17px;
}
input[type="submit"] {
  padding: 13px 0;
  width: 134px;
  line-height: 1;
}
.submit::before {
    width: 18px;
}
.submit::after {
    top: 43%;
    height: 4px;
}






}