
/* --- .main_title --- */
.main_title .mv::before{
	background-image:url(/images/contact/main-title.jpg);	
}


/* --- .title_main --- */
.title_main{
	margin-bottom:4rem;
}
.title_main span{
	display:block;
	color:#000f74;
	font-size:2.6rem;
	line-height:1.5;	
}



/* --- thanks.html --- */

/* .thanks_sec01 */
.thanks_sec01{
	padding-top:9rem;
}


/* .thanks_conts */
.thanks_conts{
	text-align:center;	
}
.thanks_conts .msg{
	margin-bottom:4rem;	
}
.thanks_conts .msg p{
	font-size:1.4rem;
	line-height:1.5;	
}
.thanks_conts .return_top a{
	margin:0 auto;
	width:270px;	
}



/* --- contact.html --- */


/* .contact_sec01 */
.contact_sec01{
	padding-top:9rem;
}


/*  container  */

.container,
.container p {
	line-height:2em;
}

.tac {
    text-align: center;
}

.container p {
	margin-bottom:1em;
}

.fz-xl {
    font-size: 3.6rem;
}

.contact-info2 .fz-m {
	font-size:1.8rem;
}

.contact-info a.hel {
	letter-spacing: 0.4rem;
}

button {
	transition:all .4s;
	cursor:pointer;
	border:none;
	font-family: 'Noto Sans JP', sans-serif;
	border-radius:30px;
}

button.btn.invalid {
    background: #999;
	color:#fff;
}

button.btn_bl {
	background:#fff;
	border:#000f74 solid 2px;
	color:#000f74;
}
button.btn_bl:hover{
	background:#000f74;
	color:#fff;
}

button.btn_bl.invalid {
	border:1px solid #999;
	color:#fff;
}

button.btn {
	width:380px;
	margin:0 auto;
	height:60px;
	line-height:58px;
}



/* -----------------------------------
  Form
 ----------------------------------- */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  color:inherit;
  font-size: 1.6rem;
  vertical-align:middle;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  outline:0;
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Noto Sans JP', sans-serif;
}
textarea {
  width: 100%;
  height: 140px;
  padding-top: 6px;
  padding-bottom: 6px;
}
select::-ms-expand {
  display: none;
}
.select {
  position: relative;
  display: inline-block;
  margin: 10px 0
}
.select select {
    width: 100%;
    padding-right: 40px;
  }

  .select::before {
	content:"";
	position: absolute;
	top: 1.1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
  }

/*
.select::after {
	content:"";
	position: absolute;
	top: 1.1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
*/
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #000f74;
  outline: 0;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  vertical-align: middle;
}
/* フォームテーブル */
.form {
  margin: 40px 0
}
.form table {
    width: 100%;
    border-top: 1px solid #ccc;
    background: #fff;
  }
.form th,
  .form td {
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
  }
.form th {
    position: relative;
    width: 25%;
    background: #f6f6f6;
  }
.form th .label-required {
    margin-left: 5px;
    vertical-align: middle;
  }
.form input[type="checkbox"],
  .form input[type="radio"] {
    position: relative;
    top: -2px;
    margin-right: 5px;
  }
.form .input-zip {
    width: 10em;
  }
.form .block {
    display: block;
  }
.label-required {
  display: inline-block;
  padding: 0 10px;
  background: #e61801;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
.contact-info {
  max-width: 800px;
  line-height: 1.5;
  margin: 40px auto 60px;
  padding-bottom: 20px;
  background: #f6f6f6;
  text-align: center;
}
.contact-info__heading {
  padding: 10px;
  background: #000f74;
  color: #fff;
}

.contact-info .tel{
	padding:1.5rem 0 0;
	margin-bottom:0;
}
.contact-info .tel span{
	background:url(/images/icon-tel-bk.png) no-repeat 0 1rem;
	-moz-background-size:2.1rem auto;
	background-size:2.1rem auto;
	font-size:3.4rem;
	display:inline-block;
	padding:.3rem 0 .3rem 3.8rem;	
}
.contact-info .tel a{
	display:none;	
}

.contact-info2 {
  max-width: 800px;
  line-height: 1.5;
  margin: 50px auto;
  padding: 20px;
  border: 1px solid #ccc;
}
.contact-info2_ttl{
	text-align:center;
}

.form-table {
	margin-bottom:3em;
}


@media (min-width: 60.001em) {

    .form th .label-required {
      position: absolute;
      right: 0;
      top: 0;
    }
    .form th,
    .form td {
      padding: 20px;
    }

}


@media (max-width: 45em) {

    .form table,
    .form thead,
    .form tbody,
    .form tr,
    .form th,
    .form td {
      display: block;
      width: 100%;
      border: none;
    }
    .form th {
      padding: 10px;
      border-bottom: 1px solid #ccc;
    }
    .form td {
      padding: 15px 10px 20px;
	}
	
@media (max-width: 35em) {
	/* レスポンシブ */
	.table th,
	.table td {
		padding: 0.5em 1em;
	}

}

}
/* --- ver.sp --- */


@media screen and (max-width:768px){

	.contact-info a.hel {
		font-size:2.8rem;
		letter-spacing: 0.2rem;
	}

	.thanks_block .btn_green {
		max-width:100%;
	}



}



/* ---------  ver.SmartPhone ------------ */

@media screen and (max-width:768px){
	
/* --- .title_main --- */
.title_main span{
	font-size:2.2rem;	
}

/* --- thanks.html --- */

/* .thanks_sec01 */
.thanks_sec01{
	padding-top:4rem;
}


/* .thanks_conts */
.thanks_conts .msg p{
	font-size:1.4rem;
	line-height:1.5;
	text-align:left;	
}



/* --- contact.html --- */

/* .contact_sec01 */
.contact_sec01{
	padding-top:4rem;
}

		
}






