@charset "UTF-8";

h5 {
  font-size: 24px;
  color: #1fa3c1;
  letter-spacing: 0.1rem;
  display: inline-block;
  margin-bottom: 20px;
  font-family: ten-mincho, serif;
  font-weight: 400;
}

/* ----------------------------------------------------
	contact
--------------------------------------------------- */

#contact dl {
	padding: 18px 0 25px 0;
	text-align: left;
	border-bottom: 1px solid #DCDCDC;
}
#contact dl:last-of-type {
  border-bottom: none;
}
#contact dl dt , #contact dl dd {
	font-size: 16px;
	margin: 0;
	padding: 0;
}
#contact dl dt {
	line-height: 1.7;
	margin-bottom: 10px;
}
#contact dl dt span {
	color: #FFF;
	font-size: 12px;
	background: #e60012;
	border-radius: 8px;
	padding: 3px 10px;
	margin-left:5px;
}
#contact input[type="text"] {
	padding: 10px 5px;
	border: 2px solid #DCDCDC;
	font-size: 16px;
	width: 100%;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
}
#contact textarea {
	padding: 10px 5px;
	border: 2px solid #DCDCDC;
	width: 100%;
	font-size: 16px;
	height: 150px;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
}

input#submit_but {
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
	line-height: 42px;
  padding: 0;
  width: 250px;
	height:42px;
  display: block;
  color: #1486a0;
  font-size: 16px;
  text-align: center;
  margin: 50px auto 0;
  background-color: #fff;
  border: 1px solid #1486a0;
  letter-spacing: 0.2rem;
	cursor: pointer;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

input#submit_but:hover {
	opacity: 1;
  background: #1486a0;
  color: #fff;
}

/*------------------------
確認画面
--------------------------*/
input#f_submit_but,
input#f_back_but{
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
	line-height: 42px;
  padding: 0;
  width: 250px;
	height:42px;
  display: block;
  font-size: 16px;
  text-align: center;
  margin: 20px auto 15px;
  letter-spacing: 0.2rem;
	cursor: pointer;
  border: none;
}
input#f_submit_but {
  color: #fff;
  background-color: #e4488a;
  letter-spacing: 0.2rem;
	cursor: pointer;
}
input#f_back_but {
  color: #fff;
  background-color: #7f7f7f;
  letter-spacing: 0.2rem;
	cursor: pointer;
}

input#f_submit_but:hover,
input#f_back_but:hover{
	opacity: .7;
}

table.mailform {
	border-collapse:collapse;
	width:100%;
	margin : 0 auto 15px auto;
}

table.mailform tr td {
	font-size:15px;
	text-align:left;
	border-bottom:1px solid #b8b8b8;
	background-color:#FFFFFF;
	padding:10px 5px 10px 6px;
}

p.error_messe{
	margin:5px 0;
	color:red;
}








/* ----------------------------------------------------

	Media Queries

--------------------------------------------------- */
@media screen and (min-width: 1025px) {
  

}


@media screen and (max-width: 1024px) {
  

  

  
 
}
@media screen and (min-width: 769px) {
  

}

@media screen and (max-width: 768px) {



}

@media screen and (max-width: 600px) {


  
  
}
