@charset "UTF-8";

/* ! CSSの構成 お問い合わせ ================================================== 

フォーム
  
-------------------------------------------------- */
main > .container > section + section {
  margin: 40px 0 0;
}



/* ! フォーム ================================================== */
a.btn_.connect_fb,a.btn_.connect_tw{
	position: absolute;
  right: 30px;
  top: 35px;
  border: solid 2px transparent;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
}
a.btn_.connect_fb:hover,a.btn_.connect_tw:hover{
	transform: translate(0,0);
	border: solid 2px #3e4c7d;
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,.08)inset;
		  box-shadow: 0px 0px 8px rgba(0,0,0,.08)inset;
}
a.btn_.connect_tw:hover{
	border: solid 2px #1791ca;
}
a.btn_.connect_tw{
	top: 75px;
}
.area_contact form,
.area_contact .form {
  padding: 60px;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0,0,0,.1);
  box-shadow:0px 2px 4px 1px rgba(0,0,0,.1);
}
.area_contact [class*="list_form"] {
  max-width:  800px;
  margin: 0 auto;
}
.step{
	max-width: 900px;
	margin: auto;
}
.step ul{
	margin: 0 -15px 30px;
}
.step li p {
  padding: 10px 10px 15px 20px;
  text-align: left;
/*   background: #eee; */
  border-bottom: solid 1px #ddd;
  font: 600 16px/1.6em 'Hiragino Sans', sans-serif;
  position: relative;
  height: 100%;
   display: -webkit-flex; display: flex;
    -webkit-flex-wrap: wrap; flex-wrap: wrap;
    -webkit-align-items: center; align-items: center;
}
.step li + li p:before{
	content: '';
	display: block;
	left: 0; top: 50%;
	position: absolute;
	transform: translate(-150%,-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent #ddd;
}
.step li.active p{
/* 	background: #1D608C; */
	color: white;
	border-bottom: solid 1px #1D608C;
	color: #1D608C;
}
.step li p span{
	margin: 0 12px 0 0;
	letter-spacing: 1px;
  font: 900 14px/1.6em 'Hiragino Sans', sans-serif;
}
/*
.step li.active p:before{
	border-color: #1D608C;
	opacity: 1;
}
*/

.area_contact form h2,
.area_contact .form h2{
	text-align: center;
	margin: 0 0 40px;
	font-size: 18px;
}
.area_contact.ab_btn form{
	position: relative;
}
.area_contact .form .scroll_wrap{
	height: 400px;
	background: #F7F7F7;
	overflow: auto;
	padding: 0px 30px 30px;
	margin: 40px 0 40px;
}
.area_contact .form .scroll_wrap h3{
	font: 600 16px/1em 'Hiragino Sans', sans-serif;
	margin: 30px 0 20px;
	padding: 30px 10px 0;
	border-top: solid 1px #ccc;
}
.area_contact .form .scroll_wrap h3:nth-of-type(1){
	border: none;
	margin: 10px 0 20px;
}
.area_contact .form .scroll_wrap ul,
.area_contact .form .scroll_wrap h3 + p{
	padding: 0 10px;
}
.area_contact .form .scroll_wrap p{
	font: 300 14px/1.5 'Hiragino Sans', sans-serif;
}
.area_contact .form .scroll_wrap ol p{
	font: 300 13px/1.5 'Hiragino Sans', sans-serif;
}
.area_contact .form .scroll_wrap ul > li,
.area_contact .form .scroll_wrap ol > li{
	padding: 0 0 0 20px;
	position: relative;
}
.area_contact .form .scroll_wrap ol > li{
	padding: 0 0 0 30px;
}
.area_contact .form .scroll_wrap ol{
	margin: 10px 0 20px;
}
.area_contact .form .scroll_wrap ul > li:before,
.area_contact .form .scroll_wrap ol > li:before{
	content: '1.';
	left: 0;
	top: 2px;
	font: 500 13px/1.5 'Hiragino Sans', sans-serif;
	position: absolute;
}
.area_contact .form .scroll_wrap ol > li:before{
	content: '(1)';
	font: 400 13px/1.5 'Hiragino Sans', sans-serif;
	top: 0px;
}
.area_contact .form .scroll_wrap ul > li:nth-of-type(2):before{
	content: '2.';
}
.area_contact .form .scroll_wrap ol > li:nth-of-type(2):before{
	content: '(2)';
}
.area_contact .form .scroll_wrap ul > li:nth-of-type(3):before{
	content: '3.';
}
.area_contact .form .scroll_wrap ol > li:nth-of-type(3):before{
	content: '(3)';
}
.area_contact .form .scroll_wrap ul > li:nth-of-type(4):before{
	content: '4.';
}
.area_contact .form .scroll_wrap ol > li:nth-of-type(4):before{
	content: '(4)';
}
.area_contact .form .scroll_wrap ul > li:nth-of-type(5):before{
	content: '5.';
}
.area_contact .form .scroll_wrap ol > li:nth-of-type(5):before{
	content: '(5)';
}
.area_contact .form .scroll_wrap ul > li:nth-of-type(6):before{
	content: '6.';
}
.area_contact .form .scroll_wrap ol > li:nth-of-type(6):before{
	content: '(6)';
}
.area_contact .form .scroll_wrap ul > li:nth-of-type(7):before{
	content: '7.';
}
.area_contact .form .scroll_wrap ol > li:nth-of-type(7):before{
	content: '(7)';
}
.area_contact .form .scroll_wrap ul > li:nth-of-type(8):before{
	content: '8.';
}
.area_contact .form .scroll_wrap ol > li:nth-of-type(8):before{
	content: '(8)';
}
.area_contact .form .scroll_wrap li + li{
	margin: 15px 0 0;
}

.area_contact .form .btnarea button{
	margin: 0 5px;
}
.white_box.gray + .top_new_tech{
	margin: 40px 0 0;
}

.complete .form p{
	text-align: center;
}

@media screen and (max-width: 910px){
	.step li{
		width: 50%;
	}
	.step li:nth-of-type(3) p:before{
		display: none;
	}
}
@media screen and (max-width: 840px){
  .area_contact form {
  padding: 40px;
  }
  a.btn_.connect_fb, a.btn_.connect_tw{
	  position: inherit;
	  margin: 10px 5px 50px;
  }
}
@media screen and (max-width: 768px){
	.area_contact [class*="list_form"]{
		max-width: none;
	}
	.area_contact .input_400{
		max-width: none;
	}
	li.required_none {
    margin: 20px 0 0;
	}
	.form_ttl{
		flex: 0 0 100%;
		margin: 0;
	}
	.form_ttl p br{
		display: none;
	}
}
@media screen and (max-width: 760px){
	.area_contact .form .btnarea button {
    margin: 7px 5px;
    width: 220px;
	}

}
@media screen and (max-width: 586px){
	a.btn_.connect_fb, a.btn_.connect_tw{
		margin: 5px auto;
	}

}
@media screen and (max-width: 480px){
	.area_contact form, .area_contact .form {
    padding: 20px 10px;
    box-shadow: none;
  }
  li.required_none{
	  padding: 0;
  }
  li.required_none button{
	  width: 230px;
	  margin: 15px 0 0;
	  padding: 1em 2em;
  }
  #contacts li.required_none button{
  }
  .step + .white_box,
  #contacts.white_box.gray{
	  padding: 4px;
  }
  .area_contact .form .scroll_wrap{
	  padding: 0 10px 30px;
  }
  .area_contact form {
    padding: 10px;
    text-align: justify;
  }
  .area_contact form.complete{
	  padding: 20px;
  }
  .area_contact + .top_new_tech .container{
	  padding: 0;
  }
  .step li p{
	  padding: 10px 10px 15px 10px;
  }
  .step li + li p:before{
	  left: -5px;
  }
  [class*="list_form"] > li:empty{
	  display: none;
  }
}



/* ! お問い合わせ完了 ================================================== */
.area_contact .copy {
  font: 800 24px/1em 'Hiragino Sans', sans-serif;
  margin: 0 0 36px;
  text-align: center;
}
.area_contact p + p {
  margin: 16px 0 0;
}
.area_contact .info {
  color: #fff;
  padding: 30px;
  margin: 30px 0 0;
  background: #024a6d;
}
.area_contact .info p {
  font: 600 16px/1em 'Hiragino Sans', sans-serif;
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: center; justify-content: center;
}
.area_contact .info p span {
  font: 900 32px/1em 'Hiragino Sans', sans-serif;
  display: inline-block;
  margin: 0 0 0 16px;
}


@media screen and (max-width: 750px){
  .area_contact .info p{
    -webkit-flex-direction:column; flex-direction:column;
  }
  .area_contact .info p span {
    font: 800 28px/1em 'Hiragino Sans', sans-serif;
    margin: 10px 0 0 0;
  }
  .area_contact .info{
    padding: 20px;
    width: 90%;
    margin: 30px auto 20px;
  }
  
}

@media screen and (max-width: 480px){
	main{
		padding: 40px 0 50px;
	}
  .area_contact .copy {
    font: 800 20px/1em 'Hiragino Sans', sans-serif;
    margin: 20px 0 36px;
  }
  .area_contact .info p span {
    font: 800 22px/1em 'Hiragino Sans', sans-serif;
  }
  .area_contact .info p {
    font: 600 14px/1em 'Hiragino Sans', sans-serif;
  }
  .complete.area_contact form{
    padding: 20px;
  }
  li.required_none {
    margin: 10px 0 20px;
	}
}

@media screen and (max-width: 420px){
	.step li p {
    padding: 10px 4px 15px 4px;
	}
	li.required_none {
    margin: 10px 0 20px;
	}
}
@media screen and (max-width: 400px){
	.step li p {
    padding: 10px 4px 15px 45px;
    font: 600 14px/1.2 'Hiragino Sans', sans-serif;
	}
	.step li p span{
    position: absolute;
    margin: 0;
    left: 5px;
    top: 50%;
    transform: translate(0,-60%);
	}

}


/* ! お問い合わせC ================================================== */