
#contactPage #top-head{
	background: rgba(0,0,0,.5);    
}



/* header h1 {
  color: #fff;
  padding: 25px 150px;
  font-size: 36px;
} */


@media screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }

  .br-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }
}
.alart.close {
        display: none;
      }

.policyContainer{
	background: #fff;
	width: calc(80% - 60px);
	padding: 30px;
	margin: 0 auto 60px;
}
.policyContainer p span{
	font-weight: 700;
}
.policyContainer p.name{
	text-align: right;
}
.policyContainer .Policy__list{
  padding-left: 30px;
}
.policyContainer .Policy__list1{
  padding-left: 40px;
}
.policyContainer .Policy__list2{
  padding-left: 50px;
}
.policyContainer .Policy__list3{
  padding-left: 60px;
}
@media screen and (max-width: 768px){
  .policyContainer{
    width: calc(88% - 10px);
    padding: 16px;
  }
  .policyContainer .Policy__list,.policyContainer .Policy__list1,.policyContainer .Policy__list2,.policyContainer .Policy__list3{
    padding-left: 0;
  }
}

/* contact */

#contact_section{
  background-color: #2fb3cc;
	padding: 100px 0px 30px;
}

.contact{
  max-width: 1110px;
  margin: 0px auto;
  color: #000;
}

.contact__heading__maintitle{
  font-size: 32px;
  margin: 0 0 50px;
  color: #222222;
  text-align: center;
  font-weight: bold;
  letter-spacing: 8px;
}
.maintitle__changecolor{
color: #fff;
letter-spacing: -10px;
}

.contact__heading{
  font-size: 22px;
  margin: 0 0 30px;
  color: #222222;
  text-align: center;
  font-weight: bold;
  letter-spacing: 8px;
}


.contact__wrap{
  
  padding: 50px 0 0 0;
	min-height: 75vh;
}

.contact__tel--btn{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin: 0 auto 0;
  background: #5695e0;
  padding: 30px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border: double 5px #c8dcf4;
  border-radius: 100px;
}

.contact__tel--btn:hover{
  background: #fff;
  color: #5695e0;
}

.contact__tel--btn:hover .contact__tel__icon{
  display: none;
}
.contact__tel--btn:hover .contact__tel__icon--hover{
  display: block;
}

.contact__tel__icon,.contact__tel__icon--hover{
  display: inline-block;
  width: 30px;
  height: auto;
  margin: 0 10px 0 0;
}
.contact__tel__icon--hover{
  display: none;
}
.confirmBox{
	width: 900px;
	margin:0 auto 60px;
}
.alart.close {
        display: none;
      }

      .contact__form__submit--back {
    padding: 20px 80px;
    border-radius: 10px;
    margin: 0 auto;
    font-size: 16px;
    display: inline-block;
    background-color: #8fe7f9;
    color: #fff;
    position: relative;
    line-height: 1;
    border: none;
    font-weight: bold;
		  box-shadow: 3px 3px 0px 0px #227d8f;
		  margin-right: 24px;
    }

    .contact__form__submit--back:hover {
      background: #fff;
		color: #2fb2cc;
		cursor: pointer;
		box-shadow: 3px 3px 0px 0px #333 ;
      }

.contact__form--content{
  display: table;
  padding: 15px;
}
.contact__form--content.alart{
  padding: 0px 20px;
}
.contact__form--title{
	display: table-cell;
  width: 300px;
  font-size: 16px;
  padding: 5px 20px 0 0;
  text-align: right;
  letter-spacing: 5px;
	vertical-align: middle;
}
.contact__form--title.last{
	vertical-align: top;
}
.confirmBox .contact__form--title{
  padding: 0px 30px 0 0;
}
input::placeholder {
  color: #ccc;
	font-family: 'Noto Sans JP',MS PGothic,Arial,Hiragino Kaku Gothic ProN,Osaka,sans-serif;
	font-weight: normal;
}
textarea::placeholder {
  color: #ccc;
	font-family: 'Noto Sans JP',MS PGothic,Arial,Hiragino Kaku Gothic ProN,Osaka,sans-serif;
	font-weight: normal;
}
.contact__form--input{
	display: table-cell;
  width: 500px;
}

.contact__input__text[type='text']{
  border: solid 1px #ccc;
  font-size: 16px;
  padding: 10px;
  width: calc(100% - 20px);
  letter-spacing: 3px;
}

.contact__input__textarea{
  border:solid 1px #ccc;
  font-size: 16px;
  padding: 10px;
  width: calc(100% - 20px);
}
.contact__required{
	
  font-size: 12px;
  border-radius: 3px;
  line-height: 1;
}

.contact__form__submit{
  display: block;
  justify-content: center;
 width:304px; 
  margin: 20px auto 30px;
}
.contact__form__submit.confirm{
	width: 478px;
  margin: 20px auto 30px;
}
.contact__form__submit--btn{
  padding: 20px 60px;
  border-radius: 10px;
  margin: 0 auto;
  font-size: 16px;
  display: inline-block;
  background-color: #f2c52c;
  color: #fefeff;
  position: relative;
  line-height: 1;
  border: none;
  font-weight: bold;
	box-shadow: 3px 3px 0px 0px #a7881f;
	width: 304px;
}
.confirm .contact__form__submit--btn{
	width: 224px;
}

.contact__form__submit--btn:hover{
  background: #fefeff;
  color: #2fb3cc;
	cursor: pointer;
	box-shadow: 3px 3px 0px 0px #333 ;
}

.contact__attention{
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px; 
  max-width: 500px;
  margin-left: 337px;
}

.contact__thanks{
  text-align: center;
}

.contact__attention{
  text-align: center;
  color: #fff;
}

.contact__attention__link{
  color: #fff;
}

.contact__attention__box{
  background-color: #fff;
  color: #222222;
  max-width: 500px;
  margin: auto;
  margin-left: 337px;
  height: 400px;
  overflow: scroll;
  overflow-x: hidden;
}
.contact__attention__box__content{
 padding: 30px;
 line-height: 1.5em;
}
.contact__attention__box__content .title{
  font-weight: bold;
  text-align: center;
 }
.contact__attention__box__content p,ul{
 font-size: 12px;
 text-align: start;
}
.contact__attention__box__content ul li{
  list-style: disc;
}
.contact__attention__box__content .name{
  text-align: end;
 }

@media screen and (max-width: 1024px) {
  .contact__attention__box{
    max-width: 100%;
    margin-left: 0px;
  }
  .contact__attention {
    width: 100%;
    margin: auto;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .contact__attention__box{
    max-width: 95%;
    margin: auto;
  }
}

.alart{
	font-size: 14px;
	color: #fff;
	margin-top: -5px;
}


@media screen and (max-width: 768px) {
    /* contact */
    .contact{
        margin: 0;
    }
	
    .contact__heading{
        font-size: 1rem;
        margin: 0 0 20px;
        line-height: 1.4;
    }

    .contact__tel--btn{
        padding: 20px;
        font-size: 18px;
    }

    .contact__tel__icon{
        width: 20px;
        margin: 0 5px 0 0;
    }

    
.contact__form--content.alart .contact__form--title{
		display: none;
    }
.confirmBox{
	width: 94%;
	}
    

}
@media screen and (max-width: 1024px) {
	form{
		width:70%;
		margin: 0 auto;
	}
	.contact__wrap{
		margin-bottom: 50px;
	}
.contact__form--content{
        display: block;
        padding: 15px 10px;
    }

    .contact__form--title{
		display: block;
        width: 90%;
        margin: 0 0 10px;
        text-align: left;
    }
	.contact__form__submit {
    display: block;
    justify-content: center;
    margin: 20px auto 0px;
		width: 90%;
}
	.contact__form__submit.confirm {
    width: 100%;
    margin: 20px auto 0px;
}
	.contact__form__submit--back {
		width: 60%;
		margin: 0 auto 30px;
    display: block;
}
	.contact__form__submit--btn {
		width: 60%;
		margin: 0 auto;
    display: block;
}
.confirm .contact__form__submit--btn{
	width: 60%;
}	
.contact__form--input{
        width: 100%;
		display: block;
    }
.confirmBox	.contact__form--title{
	font-weight: 700;
    }
}

@media screen and (max-width: 480px) {

form{
		width:100%;
		margin: 0 auto;
	}

}
h2 {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: .35em;
    line-height: 1.2;
  color: #000;
}
h2.white {
    color: #fff;
}
h2 span.white {
    color: #fff;
}
