@charset "Shift_JIS";
.inner{
	max-width: 1140px;
	margin: 0 auto 50px auto;
}
.inner h2 {
	position: relative;
	display: inline-block;
	margin: 75px auto;
	width: 100%;
}
.inner h2:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
}



table#contact-list{
	margin: 10px auto 20px;
	width: 75%;
	color: #000;
	font-size: 1.1em;
}
#contact-list th{
	width: 200px;
	margin: 0;
	padding: 15px 10px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted #e8e8e8;
	white-space: nowrap;
}
#contact-list td{
	padding: 15px;
	margin: 0;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px dotted #e8e8e8;
}
hr{
	display: block;
}
p.contact-intro{
	text-align: center;
	font-size: 1.2em;
}
p.contact-intro b{
	color: #ff0000;
}

#contents {
	padding-bottom: 50px;
}
#contents span{
	/*color: #ff33ff;*/
}
#contents b{
	font-weight: bold;
}

.input-area{
	display: block;
	width: 90%;
	margin-top: 7px;
	padding: 0.5em;
	font-size: 1em;
	font-family: inherit;
}
#contents h3{
	font-size: 1em;
	border-bottom: 3px solid #000000;
	margin: 0 0 10px 0;
	clear: both;
}
#formWrap h4{
	font-weight: normal;
}
#formWrap p.error_messe{
	margin: 25px auto;
	padding: 15px;
	font-size: 1em;
	color: #ff0000;
	border: 1px solid #ff0000;
}

button.btn{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	appearance: none;
	
	color: #ffffff;
	padding: 10px 50px;
	background-color: #0099cc;
	letter-spacing: 1px;
}
button.btn:hover{
	background-color: #555555;
}
button.form-back{
	padding-left: 10px;
	padding-right: 10px;
}
button.btn-back{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	appearance: none;
	
	color: #ffffff;
	padding: 10px 50px;
	background-color: #999999;
	letter-spacing: 1px;
}



#introduction{
	border: 3px double #ccc;
	width: 1110px;
	margin: 0 auto;
	padding: 60px 25px 15px 25px;
	box-sizing: border-box;

	position: relative;
	top: -55px;
}

#contents h3#h-introduction{
	border-bottom: none;
	background: none;
	position: relative;
	padding: .5em 1em .5em 2em;
	background-color: #dddddd;
	z-index: 9;
	font-size: 1.3em;
	text-align: center;
}
h3#h-introduction::before,
h3#h-introduction::after {
	content: '';
	position: absolute;
	top: 100%;
	border-style: solid;
	border-color: transparent;
}
h3#h-introduction::before {
	left: 0;
	border-width: 0 15px 15px 0;
	border-right-color: #ccc;
}
h3#h-introduction::after {
	right: 0;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-top-color: #ccc;
}


#contents #introduction ul{
	margin: 0;
	display: flex;
	flex-direction: column;
	height: 70px;
	flex-wrap: wrap;
}
#contents #introduction ul li{
	list-style-type: none;
	margin-bottom: .5em;
	font-size: 1.1em;
	box-sizing: border-box;

	position: relative;
	padding-left: 20px;
}
#contents #introduction ul li:after,
#contents #introduction ul li:before {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 8px;
	height: 11px;
	width: 4px;
	background: #ff0000;
	border-radius: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

#contents #introduction ul li:before {
	top: 8px;
	left: 3px;
	height: 8px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

#contents #formWrap p {
	text-align: center;
}

#caution{
	width: 75%;
	margin: 20px auto;
	padding: 20px;
	background-color: #f5f4f4;
	box-sizing: border-box;
	color: #777777;
	font-size: 0.8em;
}
#disp div{
	border: 1px solid #dddddd;
	margin: 0 0 15px 15px;
	padding: 10px 20px;
	background-color: #ffffff;
}

input::placeholder, textarea::placeholder {color: #cccccc;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #cccccc;}/* IE */
input::-ms-input-placeholder, textarea::-ms-input-placeholder {color: #cccccc;}/* Edge */

#contents .note{
	font-size: 0.8em;
}
#contents .essential{
	font-size: 0.8em;
	color: #ffffff;
	background-color: #ff0000;
	border-radius: 5px;
	padding: 1px 5px;
}

@media screen and (max-width: 767px){
	.inner {
	    max-width: 100%;
	}
	.inner h2 {
	    margin: 0 auto 75px auto;
	}
	#introduction{
		width: 100%;
		padding: 60px 15px 15px 15px;
	}
	h3#h-introduction::before, h3#h-introduction::after {
	    border: none;
	}
	#contents h3#h-introduction {
	    padding: .5em 15px .5em 15px;
	}
	#contents #introduction ul {
	    height: auto;
	}
	#contents #introduction ul li {
		margin-left: 0;
	}
	#caution{
		width: 100%;
	}
	#disp div{
		border: 1px solid #dddddd;
		margin: 0;
		padding: 10px 20px;
		background-color: #ffffff;
	}
	table#contact-list {
	    margin: 10px auto 20px;
	    width: 100%;
	    color: #000;
	    font-size: 1.1em;
	}

	#contact-list th {
	    display: block;
	    width: 100%;
	    white-space: normal;
	}
	#contact-list td {
	    display: block;
	    padding: 15px;
	    margin: 0;
	    text-align: left;
	    vertical-align: top;
	    border-bottom: 1px dotted #e8e8e8;
	}
	p.contact-intro{
		text-align: left;
	}

	button.btn-back{
		margin-bottom: 10px;
	}
	button.btn {
		width: 100%;
	    font-size: 1.2em;
	}
	.input-area{
	  font-size: 16px;
	}

}
