.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}
.clearfix::after {
	clear: both;
}


* {
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
}

a {
	outline: none !important;
	cursor: pointer;
	color: inherit;
	transition: .3s;
}
a:hover {
	text-decoration: underline;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

ol,
ul,
li,
form {
	list-style: none;
	padding: 0;
	margin: 0;
}

label {
	font-weight: normal;
}

.hidden {
	display: none;
}


@font-face {
	font-family: "HelveticaNeue";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/HelveticaNeue/HelveticaNeue/HelveticaNeue.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue/HelveticaNeue/HelveticaNeue.woff") format("woff"), url("../fonts/HelveticaNeue/HelveticaNeue/HelveticaNeue.ttf") format("truetype")
}

@font-face {
	font-family: "HelveticaNeueBold";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/HelveticaNeue/HelveticaNeueBold/HelveticaNeueBold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue/HelveticaNeueBold/HelveticaNeueBold.woff") format("woff"), url("../fonts/HelveticaNeue/HelveticaNeueBold/HelveticaNeueBold.ttf") format("truetype")
}


body {
	position: relative;
	min-width: 320px;
	font-family: 'HelveticaNeue', sans-serif;
	font-size: 30px;
	line-height: 1.2;
	font-weight: normal;
	color: #000;
	-webkit-font-smoothing: antialiased;
	background-color: #E7E5E5
}


/* Main style */

ul li {
	position: relative;
	padding-left: 25px;
}

ul li::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 17px;
	width: 15px;
	height: 2px;
	background-color: #000;
}



.choice-site-box {
	
}
.choice-site-line {
	display: flex;
	min-height: 100vh;
}
.choice-site-left,
.choice-site-right {
	flex: 1;
	position: relative;
}
.choice-site-left {
	z-index: 2;
}
.choice-site-left::after {
	content: '';
	display: block;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-color: #E7E5E5;
	height: 400px;
	width: 100px;
}
.choice-site-right {
	background-color: #ABC4AA;
	color: #fff;
}
.choice-site-top {
	text-align: center;
	margin-bottom: 70px;
	min-height: 125px;
}
.logo {
	display: block;
	margin: 0 auto;
	max-width: 250px;
}
.logo img {
	display: block;
	width: 100%;
	margin: 0;
}
.choice-itm-inner {
	padding: 0 45px 55px;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.choice-site-middle {
	flex: 1;
	padding-bottom: 50px;
}
.choice-site-bottom {

}
.site-title {
	margin-bottom: 50px;
}

h2 {
	font-family: "HelveticaNeueBold", sans-serif;
	font-size: 45px;
}


.btn {
	display: inline-flex;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 5px 18px;
	font-size: 20px;
	line-height: 1.25;
	min-height: 46px;
	border-radius: 4px;
	border: 2px solid #E5322C;
	color: #E5322C;
}
.btn:hover {
	text-decoration: none;
	background-color: #E5322C;
	color: #fff;
}


.choice-site-right ul li::before {
	background-color: #fff;
}

.choice-site-right .btn {
	border-color: #356734;
	color: #356734;
}
.choice-site-right .btn:hover {
	background-color: #356734;
	color: #fff;
}


/* MEDIA */
@media only screen and (max-width : 1200px) {
	body {
		font-size: 19px;
	}
	.logo {
		max-width: 200px;
	}
	.choice-site-top {
		margin-bottom: 40px;
		min-height: 100px;
	}
	h2 {
		font-size: 33px;
	}
	.site-title {
		margin-bottom: 30px;
	}
	ul li {
		padding-left: 18px;
	}
	ul li::before {
		top: 11px;
		width: 10px;
	}
	.btn {
		font-size: 18px;
	}
	.choice-site-left::after {
		width: 60px;
		height: 250px;
	}
	.choice-itm-inner {
		max-width: 400px;
		padding-bottom: 45px;
	}
	.choice-site-middle {
		padding-bottom: 35px;
	}
}


@media only screen and (max-width : 767px) {
	.choice-site-line {
		display: block;
	}
	.choice-site-top {
		min-height: 0;
	}
	.choice-site-left::after {
		width: 250px;
		height: 35px;
		left: 50%;
		top: 100%;
		transform: translate(-50%,0)
	}
	.choice-site-left .choice-itm-inner {
		padding-bottom: 15px;
	}
	.choice-site-right {
		padding-top: 35px;
	}
	.btn-wrap {
		text-align: center;
	}
}



@media only screen and (max-width : 576px) {
	.logo {
		max-width: 165px;
	}
}




@media only screen and (min-width : 577px) {
	.btn br {
		display: none;
	}
}