@charset "utf-8";

#contactBox {
	padding: 0 0 60px;
}

.mainTitle {
	font-size: 3.0rem;
  font-weight: 600;
  line-height: 1.0;
  margin-bottom: 30px;
  letter-spacing: .1em;
	text-align: center;
    color: #2460a5;
}

.redCaution {
	color:#F00;
}

.redMini {
	color:#F00;
	font-size: 1.2rem;
	margin-left: 10px;
	line-height: 1.0;
}

.contTable {
	width: 100%;
	border-top: 1px solid #00193a;
}

.contTable th,
.contTable td {
	border-bottom: 1px solid #00193a;
	box-sizing: border-box;
	padding: 20px 0;
}

.contTable th {
	font-weight: 400;
	width: 250px;
	vertical-align:top;
}

#contactBox input[type="text"],
#contactBox input[type="tel"],
#contactBox input[type="email"] {
	border: 1px solid #2460a5;
	height: 40px;
	padding: 20px 2%;
	font-family: inherit;
	line-height: 1.2;
	background: #fff;
	box-sizing: border-box;
}

#contactBox input[type="radio"],
#contactBox input[type="checkbox"] {
	vertical-align: top;
	margin-top: 9px;
	margin-right: 10px;
}

#contactBox textarea {
	border: 1px solid #2460a5;
	padding: 10px 2%;
	width: 100%;
	height: 180px;
	font-family: inherit;
	line-height: 1.6;
	background: #fff;
	box-sizing: border-box;
}

#contactBox select {
	border: 1px solid #00193a;
	padding: 10px 3%;
	width: 100%;
	font-family: inherit;
	line-height: 1.4;
	background: #fff;
}

#contactBox .veryShort {
	width: 25%;
}

#contactBox .short {
	width: 50%;
}

#contactBox .middle {
	width: 70%;
}

#contactBox .long {
	width: 100%;
}

input::placeholder,
textarea::placeholder {
  color: #595959;
}

/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder{
  color: #595959;
}

.submitBtn {
	width:200px;
	background:#2460a5;
	color: #fff;
	display:inline-block;
	border:1px solid #2460a5 !important;
	text-align:center;
	vertical-align:middle;
	line-height:1.0;
	font-family: 'Noto Sans JP', sans-serif;
	transition:all,.4s;
	cursor: pointer;
	padding: 15px 0;
}

.submitBtn:hover {
	background: #fff;
	color:#2460a5;
}

.backBtn {
	width:200px;
	background: #8f8f8f;
	color:#fff;
	display:inline-block;
	border:1px solid #8f8f8f !important;
	text-align:center;
	vertical-align:middle;
	line-height:1.0;
	font-family: 'Noto Sans JP', sans-serif;
	transition:all,.4s;
	cursor: pointer;
	padding: 15px 0;
}

.backBtn:hover {
	background:#fff;
	color: #8f8f8f;
}

.submitArea {
	display: flex;
	justify-content: center;
}

.submitArea li:nth-child(n + 2) {
	margin-left: 30px;
}


.exCaution {
	margin: 30px 0 20px;
}

.checkArea {
	text-align: center;
	margin: 30px 0;
}


@media screen and (max-width: 767px){
	
	.contTable th,
	.contTable td {
		display: block;
		padding: 15px 0;
	}

	.contTable th {
		width: auto;
		border-top: none;
		border-bottom: none;
		text-align: center;
		border-bottom: 1px solid #00193a;
	}

	#contactBox textarea {
		height: 150px;
	}

	#contactBox .veryShort {
		width: 50%;
	}
	
	#contactBox .short,
	#contactBox .middle,
	#contactBox .long {
		width: 100%;
	}

	.submitBtn {
		width:80%;
	}

	.backBtn {
		width:80%;
	}

	.submitArea {
		display: block;
		margin: 30px 0 0;
	}
	
	.submitArea li {
		text-align: center;
	}

	.submitArea li:nth-child(n + 2) {
		margin: 30px 0 0;	
	}
	
}
    

/* privacy */

#privacy {
	padding: 0 0 60px;
}

.subTitle {
	font-size: 2.4rem;
	font-weight: 500;
  	line-height: 1.0;
  	margin-bottom: 20px;
	border-left: 5px solid #2460a5;
	padding: 5px 0 5px 20px;
	letter-spacing: .01em;
}

#privacy ol {
	margin-left: 20px;
}

.exIndent {
	text-indent: -2.5em;
	padding-left: 2.5em;
}

.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}

.borderBox {
	border: 1px solid #2460a5;
	padding: 10px 20px;
	display: inline-block;
	text-align: left;
}
.madoguchi {
	color: #2460a5;
	font-size: 2.0rem;
	font-weight: 500;
	margin-bottom: 5px;
}
.daihyou {
	font-size: 1.8rem;
	text-align: right;
}

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