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

body > img:first-child {
	position:absolute;	
}

.mailcontact-caution {
margin: 15px 0;
color: #cf2e2e;
}
#domain-info {
font-weight: bold;
margin:0 30px;
}
.mailcontact-title {
font-weight:bold;
}


@media print, screen and (min-width:680px){
#formArea{
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 75px;
}
/* ===============================================
#formHeader
=============================================== */
#formHeader{
  border-top:solid 10px #36ade9;
}
#formHeaderInner{
  position:relative;
  height: 185px;
  width: 920px;
  margin:0 auto;
  text-align:left;
}
#formHeaderLogo{
  padding-top:15px;
}
#formHeaderPhone{
  position:absolute;
  right: 0;
  top: 19px;
}

#contentArea{
  padding-top: 0;
}
	
	
#cfHeader {
  width: 920px;
  margin:0 auto;
  padding: 10px 5%;
 text-align: left;
position:relative;
}
	
	
/* ===============================================
#headlineBox
=============================================== */
#headlineBox{
  font-size: 0;
  line-height: 0;
  text-align:center;
}
#headlineRead{
  margin-top: 20px;
}
#headlineTxt{
  margin-top: 20px;
}

#headlineBox h2.compPage{
  margin-top:80px;
  font-size: 24px;
  line-height: 1;
  text-align:left;
  color:#36ade9;
  font-weight:bold;
  padding-bottom:10px;
  border-bottom:solid 1px #36ade9;
  margin-bottom:30px;
}

#completeBox {
	margin-bottom:50px;	
}

#completeBox h2 {
 margin-top:100px;
 font-size: 28px;
 color: #194c65;
 font-family:"Noto Sans JP" , "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
 font-weight:900;
 padding-bottom: 20px;
 border-bottom: solid 1px #194c65;
}
#completeBox h2 + p {
 margin-top:40px;
}	
	

	.inputText {
		margin-top: 30px;
		line-height: 1.8;
	}	
	
/* ===============================================
form
=============================================== */
.formList dt{
  font-size: 24px;
  color:#194c65;
  font-weight: bold;
  line-height: 24px;
  margin-top: 30px;
}
.formList dt .icRequired{
  color:#fff;
  font-size: 14px;
  font-weight: normal;
  background-color:#ff6a00;
  border-radius: 3px;
  text-align:center;
  width: 60px;
  display: inline-block;
  vertical-align:top;
  margin-left: 10px;
  line-height: 22px;
}
.formList dt .txtS{
  font-size: 16px;
}
.formList dd{
  margin-top: 10px;
}
.formList dd li{
  margin-top: 12px;
}
.formList input[type="text"],.formList input[type="tel"],
#cfform input[type="text"],#cfform input[type="tel"],
.formList textarea , #cfform textarea{
  appearance: none;
  -webkit-appearance: none;
}
.formList input[type="text"],.formList input[type="tel"],
#cfform input[type="text"],#cfform input[type="tel"] {
  border-radius: 3px;
  border:solid 1px #cfcfcf;
  padding: 6px;
  width: 360px;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
.formList input[type="radio"]{
  vertical-align:-0.2em;
  line-height:1;
}
.formList input[type="radio"] + label{
  margin-left: 5px;
}
.formList textarea{
  border-radius: 3px;
  border:solid 1px #cfcfcf;
  padding: 6px;
  width: 540px;
  height: 200px;
  box-sizing:border-box;
  display: block;
  resize: none;
}
.formList li textarea{
  margin-top: 12px;
}
.formList select , #cfform select{
  border-radius: 3px;
  border:solid 1px #cfcfcf;
  font-size: 16px;
  font-weight: bold;
  padding:3px ;
  box-sizing:border-box;
  width: 360px;
}
.formCaption{
  color:#666666;
  font-weight: bold;
  padding:8px 0;
}
.formList + .formCaption{
  padding:35px 0 15px;
}

#btSubmit{
  margin-top: 80px;
  text-align:center;
}
#btSubmit input{
  border:none;
  font-size: 0;
  margin: 0 auto;
  width: 440px;
  height: 85px;
  background:url(../img_contact/pc_bt_submit.png) center top no-repeat;
  cursor:pointer;
}
#btSubmit input:hover{
  opacity:.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
#formCaution{
  font-weight: bold;
  color:#194c65;
  margin-top: 40px;
}

#cfform {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
	text-align: left;
	margin: 30px auto 20px;
	font-family:"Noto Sans JP" , "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-weight:900;
	color: #194c65;
}
#cfform dt {
 width : 8em;
 padding: 20px 0 20px 1em;
 border-top:solid 3px #FFF;
 background-color: #f4f7f8;
 border-radius:6px 0px 0px 6px;
 box-sizing: border-box;
	
}
#cfform dd {
 width : calc(100% - 8em);
 padding: 20px 2em 20px 0;
 border-top:solid 3px #FFF;
 background-color: #f4f7f8;
 border-radius:0px 0px 6px 0px;
 box-sizing: border-box;
}
	
	
 #kabaraiQaa {
   margin-top: 80px;
 }
		
	
}

@media screen and (max-width: 679px){
#formArea{
  font-size: 14px;
  line-height: 19px;
  margin:0 10px;
  padding-bottom: 50px;
}

/* ===============================================
#formHeader
=============================================== */
#formHeader{
  border-top:solid 5px #36ade9;
}
#formHeaderInner{
  padding:10px 0 35px;
}
#formHeaderLogo{
  font-size: 0;
  line-height: 0;
}
#formHeaderPhone{
  display: none;
}
/* ===============================================
#headlineBox
=============================================== */
#headlineBox{
  font-size: 0;
  line-height: 0;
  text-align:center;
}
#headlineBox h2.inputPage{
  background-color:#ff6a00;
  border-radius: 5px;
  padding:6px 0;
}

#headlineBox h2.compPage{
  margin-top:20px;
  font-size: 30px;
  line-height: 1.4;
  color:#36ade9;
  font-weight:bold;
  padding-bottom:10px;
  border-bottom:solid 1px #36ade9;
  margin-bottom:30px;
}

#headlineRead{
  margin-top: 17px;
}
#headlineTxt{
  margin-top: 24px;
  text-align:center;
}

#completeBox {
	margin-bottom:50px;
	font-size:18px;
	line-height:1.7;
	padding:  0 3%;
	box-sizing: border-box;
}
	

#completeBox h2 {
 margin-top:50px;
 font-size: 28px;
 color: #194c65;
 font-family:"Noto Sans JP" , "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
 font-weight:900;
 padding-bottom: 20px;
 border-bottom: solid 1px #194c65;
}
#completeBox h2 + p {
 margin-top:40px;
}	
	

	.inputText {
		margin-top: 15px;
		line-height: 1.8;
		padding: 0 3%;
	}	

/* ===============================================
form
=============================================== */
.formList dt{
  font-size: 18px;
  color:#194c65;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 25px;
}
.formList dt .icRequired{
  color:#fff;
  font-size: 12px;
  font-weight: normal;
  background-color:#ff6a00;
  border-radius: 3px;
  text-align:center;
  width: 40px;
  display: inline-block;
  vertical-align:top;
  margin-left: 10px;
  line-height: 18px;
}
.formList dt .txtS{
  font-size: 14px;
  display: block;
}
.formList dd{
  margin-top: 10px;
}
.formList dd li{
  margin-top: 10px;
}
.formList input[type="text"],.formList input[type="tel"],
#cfform input[type="text"],#cfform input[type="tel"],
.formList textarea , #cfform textarea{
  appearance: none;
  -webkit-appearance: none;
}
.formList input[type="text"],.formList input[type="tel"],
#cfform input[type="text"],#cfform input[type="tel"]{
  border-radius: 3px;
  border:solid 1px #cfcfcf;
  padding: 6px;
  width: 100%;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
.formList input[type="radio"], #cfform input[type="radio"]{
  vertical-align:-0.2em;
  line-height:1;
}
.formList input[type="radio"] + label , #cfform input[type="radio"] + label{
  margin-left: 5px;
  display: block;
  padding-left: 20px;
  margin-top: -1.4em;
}
.formList .otherTxt{
  font-size: 10px;
  display: block;
}
.formList textarea{
  border-radius: 3px;
  border:solid 1px #cfcfcf;
  padding: 6px;
  width: 270px;
  height: 100px;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  display: block;
  resize: none;
}
.formList li textarea{
  margin-top: 10px;
}
.formList select{
  border-radius: 3px;
  border:solid 1px #cfcfcf;
  font-size: 14px;
  font-weight: bold;
  padding:3px 30px 3px 10px;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  width: 270px;
}
.formCaption{
  color:#666666;
  font-weight: bold;
  padding:8px 0;
}
.formList + .formCaption{
  padding:15px 0 ;
}


#formArea label {
  padding-left: 1em;
text-indent: -1em;
}

#btSubmit{
  margin-top:50px;
  text-align:center;
	
}
#btSubmit input{
  border:none;
  font-size: 0;
  margin: 0 auto;
  width: 270px;
  height: 58px;
  background:url(../img_contact/sp_bt_submit.png) center top no-repeat;
  -moz-background-size: 270px 58px;
  background-size: 270px 58px;
  cursor:pointer;
}
#btSubmit input:hover{
  opacity:.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
#formCaution{
  font-weight: bold;
  color:#194c65;
  margin-top: 30px;
  line-height:1.8;
}
	
#cfHeader {
  margin:0 auto;
  padding: 30px 6% 0px;
  text-align: left;
  position:relative;
	box-sizing: border-box;
}	
#cfHeader img {
 max-width: 100%;
}	
	
	
#cfform {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 text-align: left;
 margin: 20px auto 30px;
}
#cfform dt {
 width : 7em;
 padding: 20px 0 20px 1em;
 border-top:solid 3px #FFF;
 background-color: #f4f7f8;
 border-radius:6px 0px 0px 6px;
 box-sizing: border-box;
 font-family:"Noto Sans JP" , "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
 font-weight:900;
 color: #194c65;	
}
#cfform dd {
 width : calc(100% - 7em);
 padding: 20px 1em 20px 0;
 border-top:solid 3px #FFF;
 background-color: #f4f7f8;
 border-radius:0px 0px 6px 0px;
 box-sizing: border-box;
}

 #kabaraiQaa {
   margin-top: 40px;
 }
	
}