@charset "UTF-8";

#contents_blk {
	width: auto;
	float: none;
}
#base_blk {
	background-color: #EDEDED;
	padding: 40px;
	border-radius: 20px;
}
#base_blk h1 {
	line-height: 1;
	color: #4496D3;
	padding: 0 0 5px 0;
	border-bottom: 2px solid #4496D3;
	margin-bottom: 40px;
}
#base_blk h2 {
	line-height: 1;
	font-weight: bold;
	color: #333;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
#mimg {
	width: 440px;
	float: right;
}
#mimg img {
	width: 100%;
	height: auto;
}
#mmes_set {
	float: left;
}
#mmes {
	width: 440px;
	line-height: 1.6;
	color: #000;
}
#mmes a {
	display: block;
	text-decoration: none;
	color: #006eb0;
	border: 1px solid #006eb0;
	padding: 14px;
	white-space: nowrap;
	line-height: 1;
	width: 9em;
	margin-top: 20px;
	font-size: 18px;
}
#minfo {
	background-color: #FFF;
	width: 440px;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 20px;
	margin-top: 30px;
}
#minfo strong {
	font-weight: bold;
}
#minfo p {
	line-height: 1.5;
}
#minfo p b {
	font-weight: bold;
}
#minfo p.tel {
	font-weight: bold;
	color: #E17B34;
	line-height: 1;
	padding: 5px 0;
}
#minfo p.addr {
	line-height: 1.25;
}

#base_blk form {
	clear: both;
	padding-top: 40px;
}
#base_blk form dl {
	clear: both;
	border-top: 1px solid #FFF;
	padding: 20px 0;
	overflow: hidden;
}
#base_blk form dl.lastdl {
	border-bottom: 1px solid #FFF;
}
#base_blk form.fcheck dl {
	border-top: 1px solid #ccc;
}
#base_blk form.fcheck dl.lastdl {
	border-bottom: 1px solid #ccc;
}
#base_blk form dt {
	line-height: 1;
	padding: 10px 0;
	width: 260px;
	float: left;
}
#base_blk form dt.ta {
	line-height: 1.5;
	padding: 0;
}
#base_blk form dt span {
	color: #BC611E;
}
#base_blk form dt span.nm {
	color: #000;
}
#base_blk form dd {
	width: 650px;
	line-height: 1.5;
	float: right;
}
#base_blk form dd input {
	width: 100%;
	box-sizing: border-box;
	background-color: #FFF;
	border: 1px solid #DCDCDC;
	line-height: 1;
	padding: 10px;
}
#base_blk form dd textarea {
	width: 100%;
	height: 190px;
	box-sizing: border-box;
	background-color: #FFF;
	border: 1px solid #DCDCDC;
	line-height: 1.5;
	padding: 10px;
}
#base_blk form > div {
	text-align: center;
	padding-top: 40px;
}
#base_blk form > div input[type="button"] {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	width: 230px;
	padding: 10px 0;
	text-align: center;
	color: #006EB0;
	background-color: #FFF;
	border: 1px solid #006EB0;
	cursor: pointer;
	margin: 0 15px;
}
#base_blk form > div input[type="submit"] {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	width: 230px;
	padding: 10px 0;
	text-align: center;
	color: #FFF;
	background-color: #006EB0;
	border: 1px solid #006EB0;
	cursor: pointer;
	margin: 0 15px;
}
#base_blk form > div input:hover {
	opacity: 0.7;
}
#base_blk form p {
	color: #F00;
	line-height: 1.5;
	padding-top: 5px;
}
#endmes {
	line-height: 1.8;
	color: #000;
}


#faq_blk {
	background-color: #EDEDED;
	padding: 40px;
	border-radius: 20px;
	margin-top: 40px;
}
#faq_blk.nm {
	margin-top: 0;
}
#faq_blk h1 {
	line-height: 1;
	color: #4496D3;
	padding: 0 0 5px 0;
	border-bottom: 2px solid #4496D3;
	margin-bottom: 40px;
}
.qablk {
	padding: 20px 0;
	border-bottom: 1px dotted #ccc;
}
.qblk {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	font-size: 20px;
	line-height: 1.8;
	color: #4496d3;
}
.qblk > div:first-child {
	font-weight: bold;
	white-space: nowrap;
	width: 55px;
}
.qblk > div:last-child {
	display: inline-block;
	text-decoration: underline;
	max-width: calc( 100% - 55px );
	cursor: pointer;
}
.ablk {
	display: none;
}
.ablk > div {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	font-size: 16px;
	line-height: 1.75;
	color: #000;
	padding-top: 15px;
}
.ablk > div > div:first-child {
	font-weight: bold;
	white-space: nowrap;
	width: 50px;
	font-size: 20px;
	line-height: 1.8;
	color: #e17b34;
}
.ablk > div > div:last-child {
	max-width: calc( 100% - 50px );
	text-align: justify;
	padding: 4px 0 0;
}
.ablk a {
	text-decoration: underline;
	color: #4496d3;
}
.ablk a:hover {
	opacity: 0.7;
}

#ssbanner {
	width: 700px;
	margin: 0 auto;
	font-size: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
#ssbanner span {
	width: 204px;
}
#ssbanner img {
	width: 204px;
	height: auto;
	margin-top: 20px;
}
#ssbanner a:nth-child(1) img,#ssbanner a:nth-child(2) img,#ssbanner a:nth-child(3) img {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	#contents_blk {
		padding: 0;
	}
	#base_blk {
        padding: 0;
        border-radius: 0;
		background-color: #FFF;
    }
	#base_blk h1 {
		background-color: #e17b34;
		color: #FFF;
		font-size: 16px;
		line-height: 40px;
		padding: 0 20px;
		border-bottom: none;
		margin-bottom: 20px;
	}
	#base_blk h2 {
		font-size: 14px;
		margin: 0 20px 20px;
	}
	#cbase {
		padding: 0 20px;
	}
	#mmes_set,#mimg,#mmes {
		width: 100%;
		box-sizing: border-box;
		float: none;
	}
	#mmes a {
		font-size: 100%;
		padding: 8px;
	}
	#mimg {
		padding: 20px 0 0 0;
	}
	#mimg iframe {
		width: 100%;
	}
	#minfo {
		width: 100%;
		box-sizing: border-box;
		margin: 20px 0 0;
	}
	#minfo strong {
		font-size: 16px;
	}
	#minfo p {
		font-size: 13px;
	}
	#minfo p.tel {
		font-size: 15px;
		padding: 8px 0 5px;
	}
	#base_blk form {
		padding: 20px 20px 0;
	}
	#base_blk form dt,#base_blk form dt.ta {
		padding-bottom: 10px;
	}
	#base_blk form dt,#base_blk form dd {
		width: auto;
		float: none;
	}
	#base_blk form dd textarea {
		height: 240px;
	}
	#base_blk form > div {
		padding: 20px 0;
	}
	#base_blk form > div input {
		font-size: 20px;
		width: 255px;
	}
	#base_blk form > div input[type="button"] {
		margin-bottom: 20px;
	}
	#endmes {
		padding: 20px 20px 40px;
	}
	#faq_blk {
		padding: 0;
        border-radius: 0;
		margin-top: 30px;
    }
	#faq_blk h1 {
		background-color: #e17b34;
		color: #FFF;
		font-size: 16px;
		line-height: 40px;
		padding: 0 20px;
		border-bottom: none;
		margin-bottom: 0;
	}
	.qablk {
		margin: 0 20px;
	}
	.qblk {
		line-height: 1.5;
	}
	.ablk > div {
		line-height: 1.5;
	}
	.ablk > div > div:first-child {
		line-height: 1.5;
	}
	#ssbanner {
		width: auto;
	}
	#ssbanner img {
		width: 162px;
		margin-top: 10px;
	}
	#ssbanner a:nth-child(3) img {
		margin-top: 10px;
	}
}
