/******************************************
main
******************************************/
#main {
	position: relative;
	width: 100%;
	padding: 60px 0 10px 0;
}

#main .mainCont {
	position: relative;
}

#main .mainCont .mainV {
	position: relative;
	width: 100%;
	height: 623px;
	overflow: hidden;
	margin: auto;
	background-color: #9fc9cc;
}
#main .mainCont .copy {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	text-align: center;
}

#main .mainCont .copy img {
	display: block;
	margin: 0 auto;
	width: 90%;
	max-height: 500px;
	object-fit: contain;
}

.btnList {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	width: 85%;
	padding: 0;
	margin: 0 auto;
	list-style: none;
}

.btnList li {
	text-align: center;
	margin-bottom: 1.3em;
}

.btnList li a {
	display: block;
	padding: 0.7em 0.3em 0.5em 0.3em;
	margin: 0.5em 0.6em 0 0.6em;
	min-height: 50px;
	border-radius: 40px;
	background: #FC9200;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.4;
	color: #FFF;
	text-decoration: none;
	transition: background-color 0.5s;
}

.btnList li a:hover {
	background-color: #FCCA25;
}

@media screen and (min-width: 768px) and (max-width: 1024.9px) {
	#main .mainCont .mainV {
		height: 500px;
	}

	#main .mainCont .copy {
		top: calc(50% - 180px);
		left: 0;
		right: 0;
	}
}

@media screen and (min-width: 1025px) {
	#main {
		padding: 85px 0 10px 0;
	}

	#main .mainCont .mainV {
		height: 453px;
	}

	#main .mainCont .copy {
		top: 35px;
		left: 0;
		right: 0;
	}

	#main .mainCont .copy img {
		display: block;
		margin: 0 auto;
		width: auto;
	}

	.btnList {
		width: 300px;
		bottom: 10px;
		padding-left: 110px;
	}

	.btnList li a {
		font-size: 1.7em;
		min-height: 73px;
		min-width: 373px;
		padding: 0.7em 0.3em 0 0.3em;
	}
}


/******************************************
container
******************************************/
#container {
	margin: 0 auto 0 auto;
}

h1.LGreen,
h2.LGreen {
	margin: 0 0 3rem 0;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	color: #1AA8B7;
}

h1.LGreen mark,
h2.LGreen mark {
	background: linear-gradient(transparent 50%, #fff799 50%);
	font-weight: bold;
	color: #1AA8B7;
	border-radius: 6px;

	background-image: -webkit-linear-gradient(left, transparent 50%, #fff799 50%);
	background-repeat: repeat-x;
	background-position: 0 1em;
	background-size: 200% .8em;
	transition: background-position 1s ease;
	font-weight: bold;
}

h1.LGreen mark.marker-animation,
h2.LGreen mark.marker-animation {
	background-position: -100% .8em;
}

h2.MGreen {
	margin: 0;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0em;
	color: #1AA8B7;
}

p.widthS {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.image {
	text-align: center;
}

.image img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.textred {
	color: #B70610;
}

.fontbold {
	font-weight: bold;
}

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

@media screen and (min-width: 768px) and (max-width: 1024.9px) {

	h1.LGreen,
	h2.LGreen {
		font-size: 2rem;
		margin-bottom: 4rem;
	}

	h2.MGreen{
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 1025px) {

	h1.LGreen,
	h2.LGreen {
		font-size: 2.5rem;
		margin-bottom: 5rem;
	}

	h2.MGreen {
		font-size: 1.8rem;
	}

	p.widthS {
		width: 780px;
	}

	.image img {
		width: auto;
		max-width: 100%;
	}
}

ul.wraplist {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	list-style-type: none;
	padding: 2em;
}

ul.wraplist li {
	position: relative;
	width: 48%;
	padding: 1em;
	margin: 0.5em auto;
}

ul.wraplist li .image {
	text-align: center;
}

/*---summery---*/

#summery ul.wraplist {
	margin: 1.5em 0 3em 0;
}

#summery ul.wraplist li {
	background-color: #EFF5F5;
	border-radius: 10px;
	font-size: 1em;
	text-align: center;
	line-height: 1.4;
	color: #356065;
}

#summery ul.wraplist li.empty {
	background-color: transparent;
}

#summery .btnList {
	position: relative;
	width: 100%;
	padding: 3em 0 0 0;
}

.checklist li {
	margin-bottom: 1em;
	padding-left: 31px;
	text-indent: -31px;
}

@media screen and (min-width: 1025px) {

	#summery ul.wraplist li a.btn_green {
		position: absolute;
		left: 0;
		right: 0;
		bottom: -4em;
	}

	#summery ul.wraplist {
		width: 100%;
		justify-content: center;
		padding: 2em 0 2em 0;
		margin: 1.5em 0 4em 0;
	}

	#summery ul.wraplist li {
		max-width: none;
		width: 22%;
		margin: 0 0 1em 20px;
		padding: 1.3em 0.3em;
		font-size: 1.08em;
	}

	#summery ul.wraplist li:first-child,
	#summery ul.wraplist li:nth-child(4n+1) {
		margin-left: 0;
	}
}

/*---details---*/

.bg_gray {
	width: 100%;
	padding: 0 0 5em 0;
	background-color: #EFEFEF;
}

.bg_gray h2 {
	text-align: left;
	margin-bottom: 1em;
}