@charset "UTF-8";
/* CSS Document */
.sp_block {
	display: none;
}
@media screen and (max-width: 767px) {
	.sp_block {
		display: block;
	}
	.sp_none {
		display: none;
	}
}



/*main_img---------------------*/
#main_img {
	width: 100%;
	margin: 0 auto;
	padding-top: 60px;
}
#main_img img {
	width: 100%;
}



/*about-----------------------*/
#about {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
	margin-top: 70px;
	text-align: center;
	margin-bottom: 80px;
}
#about h2 {
	font-weight: normal;
	font-size: 26px;
	margin-bottom: 30px;
}
#about h3 {
	margin: 0 auto 40px;
	text-align: center;
	max-width: 540px;
}
#about h3 img {
	width: 100%;
}
#about .txt1 {
	font-size: 20px;
	line-height: 1.8;
	margin-bottom: 40px;
}
#about .txt2 {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 30px;
}
#about .caution_txt {
	font-size: 12px;
	margin-bottom: 30px;
}
#about .more_bt {
	width: 446px;
	margin: 0 auto;
	height: 58px;
	line-height: 58px;
	font-size: 18px;
}
#about .more_bt a {
	display: block;
	background: url("../img/bt_bg.jpg") center center / cover no-repeat;
	color: #fff;
	text-decoration: none;
	transition: .3s;
}
#about .more_bt a:hover {
	opacity: 0.6;
}

@media screen and (max-width: 767px) {
	#about {
		margin-bottom: 40px;
	}
	#about h2 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	#about h3 {
		margin-bottom: 20px;
	}
	#about .txt1 {
		font-size: 16px;
	}
	#about .txt2 {
		font-size: 14px;
		margin-bottom: 15px;
	}
	#about .more_bt {
		width: 100%;
	}
	#about .more_bt a {
		background-size: 100%;
	}
}



/*worries---------------------------*/
#worries {
	background-color: #231815;
	padding: 70px 0 130px;
	color: #fff;
}
#worries .inner {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
#worries h3 {
	text-align: center;
	line-height: 1.8;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: 50px;
}
#worries h3 span {
	font-size: 22px;
	font-weight: bold;
}
#worries ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
#worries ul li {
	width: 194px;
	height: 194px;
	border-radius: 50%;
	border: 1px solid #fff;
	margin-left: 60px;
	position: relative;
}
#worries ul li:first-child {
	margin-left: 0;
}
#worries ul li p {
	text-align: center;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 1.5;
	position: absolute;
	top: 29%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
#worries ul li:first-child p {
	top: 37%;
}
@media screen and (max-width: 767px) {
	#worries {
		padding: 40px 0 60px;
	}
	#worries h3 {
		margin-bottom: 30px;
	}
	#worries ul {
		flex-wrap: wrap;
	}
	#worries ul li {
		width: 200px;
		height: 200px;
		margin-left: 0;
		margin-bottom: -30px;
	}
	#worries ul li:last-child {
		margin-bottom: 0;
	}
	#worries ul li p {
		font-size: 16px;
		top: 35%;
	}
	#worries ul li:first-child p {
		top: 40%;
	}
}



/*check_list-------------------*/
#check_list {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
	margin-top: 50px;
	margin-bottom: 130px;
}
#check_list .arrow {
	text-align: center;
	margin-bottom: 70px;
}
#check_list .arrow img {
	max-width: 146px;
	width: 100%;
}
#check_list h3 {
	text-align: center;
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 1.7;
	margin-bottom: 60px;
}
#check_list ul {
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
}
#check_list ul li {
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: 1px;
}
#check_list ul li span {
	padding-right: 5px;
}
#check_list ul li span img {
	width: 28px;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	#check_list {
		margin-top: 30px;
		margin-bottom: 60px;
	}
	#check_list .arrow {
		margin-bottom: 30px;
	}
	#check_list h3 {
		font-size: 18px;
		margin-bottom: 30px;
	}
	#check_list ul li {
		font-size: 16px;
		line-height: 1.8;
	}
	#check_list ul li span {
		padding-right: 0;
	}
	#check_list ul li span img {
		width: 20px;
	}
}



/*eye_img-----------------------*/
#eye_img {
	width: 100%;
}
#eye_img img {
	width: 100%;
}

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


/*time--------------------------*/
#time {
	max-width: 1120px;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 100px;
}
#time h3 {
	text-align: center;
	position: relative;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 70px;
}
#time h3::after {
	content: "";
	width: 60px;
	height: 1px;
	background-color: #000;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}
#time ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#time ul li {
	width: 31.333%;
	margin: 0 1%;
	box-sizing: border-box;
	border: 2px solid #000;
	padding: 30px 10px 10px;
	margin-bottom: 60px;
}
#time ul li .data_txt {
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 15px;
}
#time ul li .data_txt span {
	font-size: 16px;
	padding-left: 5px;
}
#time ul li .time_txt {
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px;
}
#time ul li .dead_txt {
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}
#time ul li .more_bt {
	text-align: center;
	margin: 0 auto;
	max-width: 446px;
	width: 100%;
	height: 38px;
	line-height: 38px;
}
#time ul li .more_bt a {
	display: block;
	background:  url("../img/bt_bg.jpg") center center / cover no-repeat;
	color: #fff;
	text-decoration: none;
	transition: .3s;
}
#time ul li .more_bt a:hover {
	opacity: 0.6;
}
#time .caution_txt {
	font-size: 16px;
	line-height: 1.8;
}

@media screen and (max-width: 767px) {
	#time {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	#time h3 {
		font-size: 22px;
		margin-bottom: 50px;
	}
	#time ul li {
		margin: 0 auto 30px;
		width: 100%;
	}
	#time .caution_txt {
		font-size: 14px;
	}
}



/*course------------------*/
#course {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 100px;
}
#course h3 {
	font-weight: normal;
	text-align: center;
	font-size: 26px;
	position: relative;
	margin-bottom: 70px;
}
#course h3::after {
	content: "";
	width: 100px;
	height: 1px;
	background-color: #000;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}
#course .txt1 {
	text-align: center;
	line-height: 1.8;
	letter-spacing: 1px;
	font-size: 16px;
	margin-bottom: 40px;
}
#course ul li {
	margin-bottom: 15px;
	padding: 20px 0 15px;
	background: rgba(220,220,220,0.3);
	text-align: center;
	font-size: 18px;
	letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
	#course {
		margin-bottom: 60px;
	}
	#course h3 {
		font-size: 22px;
		margin-bottom: 50px;
	}
	#course .txt1 {
		font-size: 14px;
		margin-bottom: 20px;
	}
	#course ul li {
		font-size: 14px;
	}
}



/*item--------------------------*/
#item {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 140px;
}
#item h3 {
	text-align: center;
	font-size: 26px;
	font-weight: normal;
	position: relative;
	margin-bottom: 70px;
}
#item h3::after {
	content: "";
	width: 100px;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}
#item ol li {
	text-align: center;
	margin-bottom: 30px;
	font-size: 16px;
	letter-spacing: 1px;
}
#item ol li:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	#item {
		margin-bottom: 60px;
	}
	#item h3 {
		font-size: 22px;
		margin-bottom: 50px;
	}
	#item ol li {
		margin-bottom: 20px;
	}
}


/*price---------------------*/
#price {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 120px;
}
#price h3 {
	text-align: center;
	font-size: 26px;
	font-weight: normal;
	position: relative;
	margin-bottom: 80px;
}
#price h3::after {
	content: "";
	width: 100px;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
}
#price .txt1 {
	text-align: center;
	font-size: 16px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
#price .price_txt {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
#price .price_txt span {
	font-weight: normal;
	font-size: 22px;
	padding-left: 5px;
}
#price .txt2 {
	text-align: center;
	letter-spacing: 1px;
	font-size: 16px;
	margin-bottom: 50px;
}
#price .box {
	padding: 50px 50px 60px;
	background-color: rgba(220,220,220,0.3);
	box-sizing: border-box;
}
#price .box h4 {
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 20px;
	margin-bottom: 40px;
}
#price .box ol {
	display: flex;
	flex-wrap: wrap;
}
#price .box ol li {
	width: 45%;
	position: relative;
	margin-bottom: 20px;
	font-size: 14px;
	padding-left: 20px;
}
#price .box ol li::before {
	content: "・";
}
#price .box figure {
	max-width: 250px;
	width: 100%;
	margin: 0 auto;
}
#price .box figure img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	#price {
		margin-bottom: 60px;
	}
	#price h3 {
		font-size: 22px;
		margin-bottom: 70px;
	}
	#price .box h4 {
		margin-bottom: 20px;
	}
	#price .price_txt {
		margin-bottom: 20px;
	}
	#price .price_txt span {
		font-size: 16px;
		padding-left: 0;
	}
	#price .txt2 {
		margin-bottom: 30px;
	}
	#price .box {
		padding: 30px 10px;
	}
	#price .box ol {
		margin-bottom: 20px;
	}
	#price .box ol li {
		padding-left: 0;
		line-height: 1.8;
		width: 100%;
		font-size: 12px;
		margin-bottom: 5px;
	}
}


/*flow----------------------*/
#flow {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 160px;
}
#flow h3 {
	text-align: center;
	font-size: 26px;
	font-weight: normal;
	position: relative;
	margin-bottom: 80px;
}
#flow h3::after {
	content: "";
	width: 100px;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
}
#flow ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 80px;
}
#flow ul li{
	width: 33.333%;
	border-left: 1px solid #000;
	position: relative;
	margin-bottom: 50px;
	padding: 10px 0 0;
	box-sizing: border-box;
}
#flow ul li:first-child,
#flow ul li:nth-child(4){
	border-left: none;
}
#flow ul li h4 {
	text-align: center;
	margin-bottom: 15px;
}
#flow ul li h4 img {
	width: 100px;
}
#flow ul li dl dt {
	text-align: center;
	line-height: 1.8;
	font-size: 16px;
	color: #000;
	margin-bottom: 20px;
	min-height: 50px;
}
#flow ul li dl dd {
	text-align: center;
	margin: 0 auto;
}
#flow ul li dl dd img {
	width: 50%;
}
#flow ul li span {
	position: absolute;
	right: -33px;
	top: 48%;
	z-index: 1;
}
#flow ul li:nth-child(3) span {
	right: 0;
	top: auto;
	bottom: 0;
	transform: rotate(140deg);
}
#flow .more_bt {
	width: 446px;
	height: 58px;
	line-height: 58px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
}
#flow .more_bt a {
	display: block;
	background: url("../img/bt_bg.jpg") center center / cover no-repeat;
	color: #fff;
	text-decoration: none;
	transition: .3s;
}
#flow .more_bt a:hover {
	opacity: 0.6;
}

@media screen and (max-width: 767px) {
	#flow h3 {
		font-size: 22px;
		margin-bottom: 80px;
	}
	#flow ul {
		margin-bottom: 0;
	}
	#flow ul li {
		width: 50%;
	}
	#flow ul li:nth-child(4) {
		border-left: 1px solid #666464;
	}
	#flow ul li:nth-child(odd) {
		border-left: none;
	}
	#flow ul li h4 img {
		width: 70px;
	}
	#flow ul li dl dt {
		min-height: 30px;
		font-size: 12px;
	}
	#flow ul li:nth-child(3) span {
		right: -18px;
		top: 48%;
		transform: rotate(0deg);
	}
	#flow ul li:nth-child(2n) span {
		right: 0;
		top: auto;
		bottom: 0;
		transform: rotate(140deg);
	}
	#flow ul li dl dd img {
		width: 50%;
	}
	#flow .more_bt {
		width: 100%;
		height: auto;
		font-size: 16px;
	}
	#flow .more_bt a {
		background-size: 100%;
	}
}



/*footer-----------------*/
footer {
	font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	text-align: center;
	padding-bottom: 20px;
}
footer small {
	font-size: 12px;
	margin: 0 auto;
	color: #a79c94;
}