@charset "utf-8";
/*
 * ================================================
 *
 * [news]
 *
 * ================================================
 */

#container{
	margin-top: 170px;
}

/**
 * ---------------------------------------------------
 * pageTitleVox
 * ---------------------------------------------------
 */
#pageTitleVox {
	width: 100%;
	height: 300px;
	text-align: left;
	position: relative;
	overflow: hidden;
	background-image: url(../../images/content/content/pageTitleBg.jpg);
}
#pageTitleVox::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

/**
 * ---------------------------------------------------
 * pageTitle
 * ---------------------------------------------------
 */
#pageTitle {
	top: 50%;
	left: 14%;
	width: 100%;
	position: absolute;
	text-align: center;
	color: #ffffff;
	z-index: 999;
	font-size: 3rem;
	letter-spacing: 1rem;
	font-family: 'NotoSansJP-M';
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

/**
 * ---------------------------------------------------
 * main
 * ---------------------------------------------------
 */
#contact {
	padding: 50px 0 0;
}
	#contact .inner {
		width: 100%;
		margin: 0 auto;
	}
	#contact .inner h2{
		width: 1200px;
		color: #008ed4;
		margin: 0 auto 30px;
		font-size: 4rem;
		text-align: center;
		position: relative;
		letter-spacing: 0.5rem;
		font-family: 'NotoSansJP-M';
	}
#contact .inner .tel{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	}
#contact .inner .tel dl{
	width: 1200px;
	margin: 0 auto 80px;
	}
#contact .inner .tel dl dt{
	width: 40%;
	color: #333;
	padding: 20px 0;
	font-size: 2.5rem;
	margin: 30px auto 20px;
	border: 1px solid #cccccc;
	font-family: 'NotoSansJP-M';
	}
#contact .inner .tel dl dd{
	color: #008ed4;
	font-size: 2.5rem;
	margin: 0 auto;
	font-family: 'NotoSansJP-M';
	}
#contact .inner .tel dl dd span{
	font-size: 3.1875rem;
	font-family: 'NotoSansJP-B';
	}
#contact .inner .form{
	width: 100%;
	background: #edf0f0;
	padding: 60px 0 80px;
	}
#contact .inner .form form{
	width: 1200px;
	margin: 0 auto;
	}
/**
 * formList
 */
.formList {
	display: table;
	width: 100%;
	padding: 14px 12px;
	font-size: 1.6875rem;
	font-family: 'NotoSansJP';
	border-bottom: 1px solid #008ed4;
}
.formList:first-child{
	border-top: 1px solid #008ed4;
}
p{
	margin-top: 30px;
	text-align: center;
	font-size: 1.6875rem;
	font-family: 'NotoSansJP';
}
	.formList dt,
	.formList dd {
		display: table-cell;
	}
	.formList dt span{
		display: block;
		font-size: 1rem;
		font-family: 'NotoSansJP';
	}
	.formList dt {
		width: 21em;
		padding-left: 18px;
		letter-spacing: 2px;
		vertical-align: middle;
		font-family: 'NotoSansJP-B';
	}
	.formList dt.top {
		vertical-align: top;
		padding-top: 10px;
	}
	.formList dt.required {
		position: relative;
		line-height: 1;
	}
	.formList dt.required::after {
		content: '必須';
		color: #de1c24;
		font-size: 0.9375rem;
		position: absolute;
		top: 40%;
		right: 20%;
		padding: 2px 1px 2px 3px;
		border: 1px solid #de1c24;
	}
	.formList .top.required::after {
		top: 10px;
		margin-top: 0;
	}
	.formList .radioList {
		list-style: none;
		padding: 15px 10px;
		margin: 0;
		/* display: inline-block; */
	}
		.formList .radioList li {
			display: inline-block;
			margin-right: 20px;
		}
			.formList .radioList li label {
				padding-left: 5px;
			}
/* input {color: #bdbdbd;} */
input.formText[type=text], input.formText[type=password], input.formText[type=number], input.formText[type=email], input.formText[type=tel], textarea.formText {
    padding: 15px 10px;
    background-color: #fff;
	border-radius:5px;
	border: 1px solid #fff;
	display: block;
}
.formSubmitVox {
	width: 360px;
    text-align: center;
    margin: 50px auto;
    position: relative;
}
.formSubmitVox .formItem {
    display: inline-block;
    margin: 0 1.5em;
}
.formSubmit.confirmBt {
    color: #fff;
    background: #008ed4;
	font-size: 1.8125rem;
    border: 1px solid #008ed4;
	font-family: 'NotoSansJP-B';
}
.formSubmit {
    cursor: pointer;
    line-height: 1;
    padding: 25px 0 25px 0;
    background: #008ed4;
    color: #FFFFFF;
    border: none;
    display: inline-block;
    width: 360px;
    text-align: center;
    text-decoration: none !important;
    -webkit-appearance: none;
    -webkit-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}
.formSubmitVox span{
	z-index: 9997;
	position: absolute;
	top: 25%;
	right: -66px;
		display: inline-block;
		width: 76px;
		height: 14px;
		margin-bottom: 2px;
  		border-bottom: 1px solid #333;
  		border-right: 1px solid #333;
  		transform: skew(45deg);
}
.formSubmitVox span i{
	z-index: 9998;
	position: absolute;
	top: 100%;
	right: 61%;
		display: inline-block;
		width: 28px;
		height: 1px;
		margin-bottom: 2px;
  		border-bottom: 1px solid #fff;
  		transform: skew(45deg);
}
.w100p {
    width: 100%;
}
.formText.long {
    width: 100%;
}
.formText.middle {
    width: 50%;
}
/* form */
.formErrVox {
  display: none;
  border: 10px solid #ffdada;
  padding: 10px;
  color: #c00000 !important;
  /* margin-bottom: 30px; */
	max-width: 1200px;
	margin: 0 auto 50px;
	background: #fff;
}
body.error .formErrVox {
  display: block;
}
.caution {
  margin-top: 5px;
  color: #c00000;
}
/**
 ****************************************************
 *
 * screens smaller than 1024
 *
 ****************************************************
 */
@media only screen and (max-width: 1024px) {
	/**
	 * bread
	 */
.bread ul{
	width: 90%;
}
}

/**
 ****************************************************
 *
 * screens smaller than 767
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
#container{
	margin-top: 100px;
}
	/**
	 * pageTitleVox
	 */
	#pageTitleVox {
		background-size: cover;
		height: auto;
		padding: 12% 0;
	}
	/**
	 * pageTitle
	 */
#pageTitle {
	left: 28%;
	font-size: 2rem;
}
	/**
	 * bread
	 */
.bread ul{
	width: 90%;
}

	/**
	 * content
	 */
#contact {
	padding: 40px 0 0;
}
	#contact .inner {
		width: 100%;
		margin: 0 auto;
	}
	#contact .inner .tel{
		width: 100%;
		margin: 0 auto;
	}
	#contact .inner h2{
		width: 100%;
		font-size: 2.5rem;
	}
#contact .inner .tel dl{
	width: 100%;
	margin: 0 auto 60px;
	}
#contact .inner .tel dl dt{
	width: 80%;
	font-size: 2rem;
	}
#contact .inner .form{
	padding: 60px 0;
	}
#contact .inner .form form{
	width: 90%;
	}
	.formList dt,
	.formList dd {
		display: block;
	}
	.formList dt{
		width: 100%;
		margin-bottom: 20px;
		padding-left: 0;
		vertical-align: top;
	}
	.formList dt.required::after {
		top: 0;
		right: 40%;
	}
		.formList .radioList li {
			display: inline-block;
			margin: 0 0 10px -10px;
		}
.formSubmit {
    width: 60%;
}
.formSubmitVox span{
	top: 25%;
	right: 30px;
}
}
