@charset "UTF-8";

/* ▼▼▼ お問い合わせ
=====================================*/

h2{
	margin-bottom: 50px;
	color: #6EBA3E;
	font-size: 30px;
}
h2.common_title{
	text-align: center;
}
.read_area{
	padding: 50px 0;
}
.read_txt{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#mv_area{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

#prof_area{
	padding: 50px 0;
}
.prof_wrap{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}
.prof_wrap .img_wrap{
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	width: 50%;
	max-width: 50%;
}
.prof_wrap .txt_wrap{
	-webkit-flex: 0 0 45%;
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	width: 45%;
	max-width: 45%;
}
.prof_wrap .txt_wrap p:not(:last-child){
	margin-bottom: 30px;
}

#sns_area{
	padding: 50px 0;
}
.sns_block:not(:last-child){
	margin-bottom: 50px;
}
.sns_block h2{
	text-align: center;
}
.sns_box{
	max-width: 100%;
	width: 700px;
	margin: auto;
	height: 500px;
	overflow: auto;
}
.sns_link_wrap{
	text-align: center;
}
.sns_link_wrap a{
	display: inline-block;
	margin: 0 auto;
	padding: 10px;
	background: #FFF;
	border: 1px solid #4b7bdb;
	border-radius: 10px;
	color: #4b7bdb;
	font-size: 20px;
	text-align: center;
	text-decoration: underline;
}
.sns_link_wrap a span:nth-child(1){
	display: inline-block;
	max-width: 50px;
	margin-right: 10px;
	vertical-align: middle;
}
.sns_link_wrap a span:nth-child(2){
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.fb-page.fb_iframe_widget{
	width: 100%;
	height: 100%;
}

#access_area{
	padding: 50px 0;
}
.access_block:not(:last-child){
	margin-bottom: 50px;
}
.access_block .read_txt{
	margin-bottom: 20px;
}
.map_wrap{
	max-width: 800px;
	height: 500px;
	margin: 0 auto;
}
.map_wrap iframe{
	width: 100%;
	height: 100%;
}

#dl_area{
	padding: 50px 0;
}
.dl_list{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-around;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.dl_list a{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	text-align: center;
	width: 300px;
	height: 70px;
	margin: 0 10px 20px;
	background: #6EBA3E;
	border-radius: 10px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}

#entry_area{
	padding: 50px 0;
	background: #EEE;
}
#contact_area{
	padding: 50px 0;
}

.read {
	text-align: center;
	margin-bottom: 30px;
	}
	.read > span:before {
		content: "必須";
    border: 1px solid #E5012D;
    padding: 3px 10px;
    margin-right: 5px;
    color: #E5012D;
    font-size: 13px;
    font-weight: bold;
		}
table.info {
	width: 100%;
	border-top: 1px solid #ccc;
	margin: 0 auto 20px;
	font-size: 16px;
	overflow: hidden;
	}
	table.info th,
	table.info td {
		border-bottom: 1px solid #ccc;
		line-height: 1.5;
		font-weight: normal;
		vertical-align: top;
		overflow: hidden;
		vertical-align: middle;
		}
	table.info th {
		width: 25.5%;
		position: relative;
		vertical-align: middle;
		padding: 30px 10px;
		}
	table.info td {padding: 20px;}
	table.info .list {padding: 10px 10px 0 20px;}
	table.info th:after {
		content: "必須";
    border: 1px solid #E5012D;
    padding: 3px 10px;
    color: #E5012D;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    top: 30px;
    right: 5px;
		}
	table.info th.no:after {display: none;}
	table.info th.top {vertical-align: top;}
	table.info td .kome {
		font-size: 12px;
		color: #df0024;
		}
	table.info td input + .kome {
	    margin-top: 10px;
		}
		table.info td .check_list li {
			display: inline-block;
			margin: 0 10px 0 0;
			}
		table.info td .check_list li:last-child {margin-right: 0;}

			table.info td .check_list li label {
				border-radius: 5px;
				cursor: pointer;
				display: inline-block;
				}
		table.info td input,table.info td textarea {
			height: auto;
			background: #FAFAFA;
			border: none;
			padding: 15px;
			font-size: 16px;
			border-radius: 5px;
			border: 1px solid #ccc;
			}
			table.info td input::placeholder,table.info td textarea::placeholder {
				color: #999;
				}
		table.info td input.w01 {width: 100%;}
		table.info td input.w02 {
			width: 44%;
			margin: 0 10px 0 0;
			}
		table.info td input.w03 {width: 150px;}
		table.info td input.w04 {width: 100px;}
		table.info td.date span{
			display: inline-block;
			margin-right: 1em;
		}
		table.info td textarea {width: 100%;}
		table.info td div p:first-child {margin-bottom: 10px;}
		.postal_code {
			margin-bottom: 20px;
			}
			.postal_code li{
				display: inline-block;
				margin-right: 5px;
				}
/* チェックボックス */
input[type=checkbox]{
	display: none;
	}
	.checkbox01-parts{
		padding-left: 30px;
		position:relative;
		margin-right: 5px;
		color: #333;
		border: 1px solid #ccc;
		border-radius: 5px;
		cursor: pointer;
		display: inline-block;
		padding: 15px;
		}
		.checkbox01-parts::before{
			content: "";
			display: inline-block;
			margin-right: 10px;
			width: 15px;
			height: 15px;
			border: 1px solid #999;
			border-radius: 4px;
			vertical-align: middle;
			}
			input[type=checkbox]:checked + .checkbox01-parts{
				color: #E5012D;
				border: 1px solid #E5012D;
				}
				input[type=checkbox]:checked + .checkbox01-parts::after{
					content: "";
					display: inline-block;
					position: absolute;
					top: 23px;
					left: 21px;
					width: 3px;
					height: 8px;
					transform: rotate(40deg);
					border-bottom: 1px solid #fff;
					border-right: 1px solid #fff;
					}
					input[type=checkbox]:checked + .checkbox01-parts::before{
						border: none;
						background: #E5012D;
						border: 1px solid #E5012D;
						}

/* ラジオボタンカスタム */
input[type=radio]{
	display: none;
	vertical-align: middle;
	}
	.radio_parts{
		padding-left: 25px;
		position:relative;
		vertical-align: middle;
		}
	.radio_parts::before{
		content: "";
		display: block;
		position: absolute;
		top: 3px;
		left: 0;
		width: 15px;
		height: 15px;
		border: 1px solid #999;
		border-radius: 50%;
		}
	input[type=radio]:checked + .radio_parts{
		color: #E5012D;
		}
	input[type=radio]:checked + .radio_parts::before{
		border: 1px solid #E5012D;
		}
	input[type=radio]:checked + .radio_parts::after{
		content: "";
		display: block;
		background: #E5012D;
		position: absolute;
		top: 8px;
		left: 5px;
		width: 7px;
		height: 7px;
		border-radius: 50%;
		}
/* ▼ プライバシー */
.privacy_read {
	margin-bottom: 10px;
	font-size: 16px;
	}
#privacy {
	height: 210px;
	border: 1px solid #CCD1D5;
	padding: 15px 15px 0 15px;
	margin-bottom: 20px;
	overflow-y: scroll;
	}
	#privacy .title {
		margin-bottom: 15px;
		font-weight: bold;
		font-size: 17px;
		}
	#privacy dl.privacy {margin-bottom: 15px;}
	#privacy ol.privacy {
		margin-bottom: 20px;
		overflow: hidden;
		counter-reset: number;
		}
		#privacy ol.privacy > li {
			margin-bottom: 15px;
			counter-increment: number;
			padding-left:1.5em;
			text-indent:-1.5em;
			font-size: 15px;
			}
		#privacy ol.privacy > li:before {
			content: counter(number, decimal) ".";
			margin-right: 0.5em;
			}
		#privacy ol.privacy > li:last-child {margin: 0;}
		#privacy ol.privacy li .privacy_care {margin: 5px 0 0 1.5em;}

	#privacy .supervisor {
		overflow: hidden;
		margin-bottom: 20px;
		}
		#privacy .supervisor dt {font-weight: bold;}

.btn_box {
	overflow: hidden;
	position: relative;
	}
	.btn_box .agree {
		margin-bottom: 20px;
		text-align: center;
		font-size: 16px;
		}
	.btn_box ul.btn {
			text-align: center;
			position: relative;
			}
		.btn_box ul.btn li {
			display: inline-block;
			width: 49%;
			background: #6EBA3E;
			border-radius: 5px;
			position: relative;
			margin-right: 10px;
			font-size: 18px;
			}
		.btn_box ul.btn li.back {
			background: #999;
			}
		.btn_box ul.btn li:last-child {margin-right: 0;}
		.btn_box ul.btn li a {
			display: block;
			padding: 20px;
			color: #fff;
			text-align: center;
			text-decoration: none;
			}
		.btn_box ul.btn li a:hover {opacity: 0.6;}

/* ▼▼▼ 768px
=====================================*/
@media screen and (max-width: 768px) {

	h2{
		margin-bottom: 30px;
		font-size: 20px;
	}
	.prof_wrap{
		display: block;
	}
	.prof_wrap .img_wrap,
	.prof_wrap .txt_wrap{
		width: 100%;
		max-width: 100%;
	}
	.prof_wrap .img_wrap{
		margin-bottom: 30px;
	}

.read {
	margin-bottom: 30px;
	font-size: 14px;
	}

	.sns_wrap{
		display: block;
	}
	.sns_block{
		width: 100%;
		max-width: 100%;
	}
	.sns_block:not(:last-child){
		margin-bottom: 30px;
	}
	.sns_box{
		height: 400px;
	}
	.fb-page.fb_iframe_widget{
		width: 100%;
		height: 100%;
	}
.access_block:not(:last-child){
	margin-bottom: 30px;
}

table.info {
	max-width: 100%;
	}
	table.info th,
	table.info td {
		display: block;
    padding: 25px 0;
		font-size: 16px;
		}
	table.info th {
		width: 100%;
		border: none;
		}
	table.info td {padding: 0 0 30px;}
	table.info .list {padding: 0 0 20px;}
	table.info th:after {
		position: static;
		margin-left: 10px;
		}
	table.info td .kome {
		padding-top: 5px;
		display: block;
		}
		table.info td .check_list li {
			display: block;
			margin: 0 0 10px 0;
			float: none;
			font-size: 16px;
			cursor: pointer;
			}
			table.info td .check_list li label {
				padding: 0;
				}

		table.info td span {
			margin-right: 0;
			}
		table.info td input, table.info td textarea {
			padding: 15px 10px;
			}
		table.info td input.w01 {width: 100%;}
		table.info td input.w02 {
			width: 100%;
			margin: 0 0 0 0;
			}
		table.info td input.w03 {width: 100px;}
		table.info td input.w04 {width: 100px;}


/* ▼ プライバシー */
#privacy {
	height: 150px;
	}
	.btn_box .agree {
		margin-bottom: 20px;
		font-size: 14px;
		}
	.btn_box ul.btn {
		width: 100%;
		margin: 0 auto;
		}
		.btn_box ul.btn li {
			width: 100%;
			margin: 0 0 10px;
			}
		.btn_box ul.btn li:last-child {margin-right: auto;}

}
