/* -------------------  FV  --------------------- */
/* 問い合わせ　と　サンクス*/
#contact .mainv::after,
#thanks .mainv::after  {
    background: url(../images/contact/mainv_pc.jpg) no-repeat center center /cover;
}
/* ------------------- 入力エリア--------------------- */

.form-area{
	max-width: 1100px;
    margin: 0 auto 80px;
    width: 100%;
    border-radius: 20px;
}
input{
	-webkit-appearance: auto;
	font-size:16px;
}
input, select{
	vertical-align: inherit;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    background-color: #F2F2F2;
    margin: 15px 0;
    padding: 5px 10px;
	color: #333;
    box-sizing: border-box;
    border-radius: 5px;
    max-width: 350px;
}
select {
    border: solid 1px #707070;
    margin: 15px 0;
    padding: 5px 10px;
	color: #333;
    box-sizing: border-box;
    border-radius: 5px;
    max-width: 350px;
}
.form .form-item {
	border-top: 1px solid #4093db;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-item.last{
	border-bottom: solid 1px #4093db;
}
.req{
    margin-left: 30px;
	padding:0 10px;
	background:#E1F2F8;
	color:#141414;
    border-radius: 5px;
}
.form .item {
    width: 40%;
    max-width: 350px;
	padding: 10px;
    margin: 0;
}
.form .item p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lineup {
    width: 100%;
    max-width: 400px;
	padding: 0;
	display: flex;
    align-items: center;
}
/* .lineup p {
    width: 50%;
} */
input[type="submit"]{
    font-family: 'Noto Sans JP', sans-serif;
    border-radius: 50px;
    border: solid 3px #4392cf;
    background-color: #4392cf;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    font-size: 20px;
    transition: 0.3;
	width: 250px;
    display: block;
	box-sizing: border-box;
	margin: 60px auto 0;
}
input[type="submit"]:hover {
	background-color: #fff;
    color: #4392cf;
}
::placeholder {
    color: #aaaaaa;
}
main {
    border-bottom: solid 1px #035B7B;
}
/* ------------------- サンクスページ--------------------- */
#thanks .common-container-wrap {
    text-align: center;
}
#thanks .common-container-wrap h2 {
    color: #1840A0;
}
#thanks .common-container-wrap .tel-btn {
    width: 500px;
    margin: 50px auto 0;
    text-align: center;
    padding: 15px 20px;
}
/* ------------------- エントリー仕様--------------------- */
#entry .fv-area {
    position: relative;
    padding: 80px 0 40px;
    text-align: center;
}
#entry .fv-area h1 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 4.5rem;
}
#entry .fv-area h1 span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #FFA700;
}
#entry .sircle {
  position: absolute;
  top: 30px;
  z-index: -10;
  background: #FFFDF0;
  height: 500px;
  width: 500px;
  border-radius: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
#entry .info-text {
    text-align: center;
}
#entry .form .form-item {
	border-top: 1px solid #FFA700;
}
#entry .form-item.last{
	border-bottom: solid 1px #FFA700;
}
#entry .req{
	background:#FFF1CB;
}
#entry input[type="submit"]{
    border: solid 3px #FFA700;
    background-color: #FFA700;
}
#entry input[type="submit"]:hover {
    color: #FFA700;
    background-color: #ffffff;
}
#entry .thanks {
    text-align: center;
}
#entry .thanks h2 {
    font-size: 2rem;
    color: #FFA700;
}
#entry .thanks p {
    padding: 10px 0;
}
#entry  .common-container-wrap .tel-btn {
    width: 500px;
    margin: 50px auto 0;
    text-align: center;
    padding: 15px 20px;
}

@media screen and (max-width:768px) {
    .item-ttl {
        font-weight: 500;
    } 
    .form-area {
        width: 96%;
        padding: 0;
    }
    .form .form-item {
        display: block;
    }
    input[type="submit"], 
    input.wpcf7-previous {
        width: 100%;
    }
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea {
        margin: 10px 0 15px 0;
        width: 100%;
    }
    .lineup {
        display: block;
    }
    .form .item {
        width: 100%;
        padding: 15px 0 0 0;
    }
    .form .item p {
        justify-content: flex-start;
    }
    #thanks .common-container-wrap h2  {
        font-size: 17px;
    }
    #thanks .common-container-wrap .tel-btn,
    #entry .common-container-wrap .tel-btn {
        width: 86%;
        padding: 10px 20px;
    }
    #thanks .common-container-wrap  .tel-btn p {
        font-size: 1.5rem;
        padding-top: 0;
    }
    #thanks .common-container-wrap  .tel-btn span {
        font-size: 1.7rem;
    }

    #entry .fv-area h1 {
        font-size: 2.6rem;
        line-height: 3.5rem;
      }
      #entry .fv-area h1 span {
        font-size: 1.8rem;
      }
      #entry h2 {
        font-size: 18px;
        padding: 5px 0 5px 30px;
        margin-bottom: 10px;
      }
      #entry .sircle {
        height: 350px;
        width: 350px;
        bottom: 50px;
      }
}