@charset "utf-8";
@import url("../../assets/css/secondary.css");
@import url("../../assets/css/ttl.css");
@import url("../../assets/css/sub_ttl.css");
@import url("../../assets/css/line.css");
@import url("../../assets/css/btn.css");
@import url("../../assets/css/move.css");
.conta_menu{
	color: #fff;
	background-color: var(--main-color3) !important;
}
.conta_menu::before {
	content: "";
	width: 22px;
	height: 15px;
	top: 1.5em;
	margin-top: 0.1em;
	margin-right: 0.5em;
	display: block;
    background: url("../../assets/images/contact02.svg") center / 100% auto no-repeat !important
  }
@media print, screen and (min-width: 1025px) {
.conta_menu::before{
	content: "";
	width: 20px;
	height: 13px;
	display: block;
	position: absolute;
	top: 1.6em;
	left: 0.9em;
	background: url("../images/contact.svg") center / 100% auto no-repeat;
}
}
@media screen and (min-width: 1230px) {
.conta_menu::before{
	top: 1.35em;
}
}
@media screen and (min-width: 1600px) {
.conta_menu::before{
	width: 26px;
	height: 19px;
	top: 1.5em;
	left: 1.5em;
}
}
/*上書き*/
#first_sec{
	position: relative;
	background-image: url("../images/page_ttl.jpg");
	background-position: center;
}
.line{
	bottom: -1em;
}
.line::after{
	background: #D2D2D2;
	animation: pathmove-sp 2s ease-in-out infinite;
}

#contact{}
#contact>.first_txt{
	width: 80%;
	margin: 2em auto 4em auto;
	position: relative;
	font-size: 1em;
	line-height: 1.8em;
	text-align: left;
}
#contact>.first_txt br{
	display: none
}
.tel_box{
	width: 550px;
	max-width: 80%;
	margin: 0 auto 4em auto;
	padding: 1.5em 0;
	text-align: center;
	border: 1px solid #C4BBBB
}
.tel_box h2{
	margin-bottom: 0.5em;
	font-size: 1.15em;
}
.tel_box a{
	position: relative;
	font-family: 'Arial';
	color: #000;
	font-size: 1.65em;
	font-weight: bold;
}
.tel_box a::before{
	content: "";
	width: 31px;
  	height: 32px;
	position: absolute;
	left: -32px;
  	top: -2px;
	background: url("../images/contact_icon01.svg") center / 100% no-repeat
}
.tel_box p{
	color: #767676;
	font-size: 1.15em;
	font-weight: 500
}
@media screen and (min-width:480px) {
.tel_box{
	margin: 0 auto 6em auto;
	padding: 2em 0;
}
.tel_box h2{
	font-size: 1.3em;
}
.tel_box a{
	font-size: 2.3em;
}
.tel_box a::before{
	width: 42px;
	height: 37px;
	left: -42px;
}
.tel_box p{
	font-size: 1.3em;
}
}
@media screen and (min-width:768px) {
#contact>.first_txt{
	width: inherit;
	margin: 2em 0 5em 0;
	font-size: 1.1em;
	line-height: 2.2em;
	text-align: center;
}
#contact>.first_txt br{
	display: block
}
.tel_box h2{
	font-size: 1.5em;
}
.tel_box a{
	font-size: 2.6em;
}
.tel_box a::before{
	width: 46px;
	height: 46px;
	left: -48px;
}
}
@media screen and (min-width:1200px) {
#contact>.first_txt{
	margin: 3em 0 6em 0;
	font-size: 1.2em;
	line-height: 2.4em;
}
.tel_box a{
	font-size: 3.2em;
}
.tel_box h2{
	margin-bottom: 0.8em;
	font-size: 1.6em;
}
.tel_box p{
	font-size: 1.5em;
}
.tel_box{
	width: 700px;
	margin: 0 auto 8em auto;
	padding: 2.5em 0;
}
}

#form{
	padding: 3em 0;
	background: linear-gradient(to top, #FFF, #F5F6F7);
}
#form>.first_txt{
	margin-bottom: 3em;
	text-align: center;
}
#form>.first_txt h2{
	margin-bottom: 1em;
	font-size: 1.15em;
}
#form>.first_txt p{
	width: 80%;
	margin: 0 auto;
	font-size: 1em;
	line-height: 1.8em;
	text-align: left;
}
.form_inner{
	width: 900px;
	max-width: 85%;
	margin: 0 auto;
	color: #222020;
	text-align: left;
}
.form_item {
	margin-bottom: 2.3em;
}
.label{
	width: 100%;
 	max-width: 100%;
	font-size: 1.1em
}
.inputs_select{
	width: 100%;
 	max-width: 100%;
}
.select_box{
	display:block;
}
.required,.any{
	width: 3.5em;
	height: 1.8em;
	margin-top: 0.7em;
	margin-right: 1em;
	margin-bottom: 0.5em;
	padding: 0.1em 0.5em 0.2em 0.5em;
	display: inline-block;
	color: #fff;
	font-size: 0.8em;
	font-weight: 500;
	text-align: center;
	border-radius: 0.3em;
}
.required{
	background-color: #AD0306
}
.any{
	background-color: #979797
}
.inputs_select small{
	margin: 0.5em 0 0 0;
	display: block;
	color: #AEA9A9;
	font-size: 1em
}
.form_item_input{
	width: 100%;
	height: 2.5em;
	padding: 0 1em;
	border: 1px solid #CBCFD4;
	border-radius: 0.5em;
}
input,textarea{
	font-size: 1em
}
.label_box{
	margin-left: 4em;
  margin-top: -1.8em;
}
.label_box label{
	margin-bottom: 0.3em;
	padding-left: 30px;
	position: relative;
	display: block;
	font-size: 1em;
}
.label_box input{
	width: 18px;
	height: 18px;
	margin: 0.35em 0.5em 0.5em 0;
	position: absolute;
	left: 0;
	top: -0.1em;
	font-size: 1.1em;
}
.t_box{
	width: 90%;
	height: 15em;
	padding: 1em;
	text-align: left;
	vertical-align: top;
	border: 1px solid #CBCFD4;
	border-radius: 0.5em;
	font-family: Arial;
	font-size: 17.6px
}

.form_txt{
	margin-bottom: 2em;
	font-size: 1em;
	line-height: 2em;
	text-align: left;
}
.form_txt br{
	display: none
}
.contact_txt{
	font-size: 1em;
	text-align: center;
	font-weight: 500
}
.contact_txt span{
	font-size: 0.85em
}
.contact_txt input{
	width: 20px;
	height: 20px;
	margin: 0.35em -0.5em 0.5em 0;
}
.form_btn{
	margin: 2em auto;
	padding: 1em 2em;
	display: block;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1rem;
	border-radius: 1.5em;
	border: none;
	cursor : pointer;
	background: linear-gradient(to top,#0457AA , #0F85DA);
	box-shadow: 0 0.3em 0.4em #00000033;
}
.form_btn input[type="submit"]:after{
	content: "→";
	
}
@media screen and (min-width:480px) {
#form{
	padding: 5em 0;
}
#form>.first_txt h2{
	font-size: 1.3em;
}
.label{
	margin-bottom: 0.8em;
}
.select_box{
	display: flex;
}
.inputs_select small{
	margin: 0.5em 0 0 3.5em;
}
.form_item_input{
	width: 90%;
}
.contact_txt{
	font-size: 1.1em;
}
}
@media screen and (min-width:768px) {
#form>.first_txt h2{
	font-size: 1.5em;
}
#form>.first_txt p{
	width: inherit;
	text-align: center
}
input,textarea{
	font-size: 1.1em
}
.form_item {
	display: flex;
}
.label{
	width: 25%;
	margin-top: 0.5em;
	margin-bottom: 0;
	font-size: 1.1em
}
.required,.any{
	margin-top: 1em;
	margin-right: 1.5em;
	margin-bottom: inherit
}
.inputs_select{
	width: 75%;
}
.form_item_input{
	width: 87%;
}
.inputs_select small{
	margin: 0.5em 0 0 4.5em;
}
.t_box{
	width: 80%;
}
.label_box{
	margin-left: 5em;
}
.form_txt{
	text-align: center;
}
.form_txt br{
	display: block
}
}
@media print, screen and (min-width:1024px) {
.label{
	font-size: 1.15em
}
.form_item_input{
	width: 89%;
}
.label_box label{
	font-size: 1.1em;
}
.label_box input{
	width: 20px;
	height: 20px;
	font-size: 1.2em;
}

}
@media screen and (min-width:1200px) {
#form{
	padding: 7em 0;
}	
.form_inner{
	width: 950px;
}
#form>.first_txt h2{
	margin-bottom: 1.5em;
	font-size: 1.6em;
}
#form>.first_txt p{
	font-size: 1.1em;
	line-height: 2em;
}
.label{
	font-size: 1.3em
}
.required,.any{
	margin-top: 0.8em;
	font-size: 1em;
}
.form_item_input{
	height: 3em;
}
.inputs_select small{
	font-size: 1.1em
}
.label_box label{
	font-size: 1.25em;
}
.label_box{
  margin-top: -2.3em;
}
.form_txt{
	margin-bottom: 3em;
	font-size: 1.1em;
}
.contact_txt{
	font-size: 1.2em;
}
.form_btn{
	font-size: 1.15em;
}
}
/*php確認画面*/
#form_wrap{
	width: 950px;
	max-width: 85%;
	margin: 7em auto 3em auto
}
#form_wrap .formWrap{
	padding: 2em 0;
	border-top: 1px solid #abb8c3;
	border-bottom: 1px solid #abb8c3
}
.form_wrap_inner h1{
	margin-bottom: 1em;
	font-size: 1.3em;
	font-weight: 500
}
.form_wrap_inner p{
	margin-bottom: 2em;
	font-size: 1em;
}
.formTable{
	width: 100%;
}
.formTable th{
	width: 100%;
	text-align: left;
	font-weight: bold
}
.formTable th,.formTable td{
	padding: 0.2em 0;
	font-size: 1em;
	display: block
}
.formTable td{
	margin-bottom: 1em
}
.form_wrap_btn{
	margin-top: 3em;
}
.form_wrap_btn1,.form_wrap_btn2{
	width: 260px;
	margin: 0 auto;
	padding: 1em 2em;
	display: block;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1rem;
	border-radius: 1.5em;
	border: none;
	cursor : pointer;
	border: 0.5px solid #abb8c3;
	box-shadow: 0 0.3em 0.4em #00000033;
}
.form_wrap_btn1{
	margin-bottom: 1.5em;
	color: #fff;
	background: linear-gradient(to top,#0457AA , #0F85DA);
	
}
.form_wrap_btn2{
	color: var(--main-color3);
	background:linear-gradient(to top,#DDF1FB , #FFF);
}
.send{
	margin: 2em 0;
	font-size: 1.1em;
	line-height: 2em;
}
  .btn1 {
    padding: 0.6em 0 0.7em 0;
  }

@media screen and (min-width:768px) {
#form_wrap .formWrap{
	padding: 3em 0;
}
.form_wrap_inner h1{
	font-size: 1.6em;
}
.form_wrap_inner p{
	font-size: 1.1em;
}
.formTable th{
	width: 250px;
	font-weight: 500
}
.formTable th,.formTable td{
	padding: 1em 0;
	display: table-cell;
	font-size: 1.1em
}
.formTable td{
	margin-bottom: 0
}
}
@media screen and (min-width:1024px) {
#form_wrap{
	margin: 10em auto 5em auto
}
.formTable th{
	width: 300px;
}
}
