a {
	cursor: pointer;
}

img {
	width: 100%;
	height: auto;
	display: block;
}

p {
	margin: 0;
}


.sub-header-logo img{
	width:auto;
}

.fs-14 {
	position: relative;
	display: flex;
	justify-content: center;
	font-size: 15px;
	font-weight: 500;
}

.fs-14::before{
	content: '';
	position: absolute;
	width: 40%;
	height: 5px;
	background-color: #65b3ff;
	opacity: 0.3;
	transform: skewX(-30deg);
	top: 15px;
}

.area-select-wrap {
	padding: 5px 20px 35px;
}

.area-select-wrap section {
	margin-top: 15px;
	border-bottom: 1px solid #aaa;
	padding-bottom: 25px;
	font-size: 15px;
}

.area-select-wrap section:last-of-type {
	border: none;
}

.centered {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.section-head {
	font-size: 18px;
	font-weight: bold;
}

section:first-of-type .section-head {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

section:first-of-type .section-head img {
	width: 19px;
	height: 19px;
	margin-right: 5px;
}

section:nth-of-type(n+2) .section-head {
	text-align: center;
}

.program-link-wrap{
	display: flex;
	flex-wrap: wrap;
	margin: 10px auto;
}

a.program-link {
	width: calc(50% - 20px);
	height: 50px;
	border: 1px solid #707070;
	display: block;
	margin: 10px auto 10px;
	line-height: 52px;
	text-align: center;
	font-size: 15px;
	color: #2a2a2a;
	font-weight: bold;
	border-radius: 26px;
}

.lucky-code {
	margin-top: 25px;
}

.step-wrap {
	width: 270px;
}

.step-wrap b {
	color: #FF2E2E;
	font-size: 15px;
}

.step-wrap p {
	color: #4B4B4B;
	align-items: center;
	display: inline-flex;
}

.step-wrap p::before {
	background: #FFDAD9;
	color: #333;
	width: 37px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
}

.step-wrap p:nth-of-type(1)::before {
	content: '1';
}

.step-wrap p:nth-of-type(2)::before {
	content: '2';
}

.step-wrap p:nth-of-type(3)::before {
	content: '3';
}

.step-wrap p:nth-of-type(1),
.step-wrap p:nth-of-type(2) {
	margin-bottom: 20px;
}

.bullets-wrap {
	margin-top: 20px;
}

.bullets {
	display: flex;
	align-items: center;
}

.bullets::before {
	content: '';
	background: #2A2A2A;
	width: 4px;
	height: 4px;
	border-radius: 50px;
	margin-right: 6px;
}

.bullets img {
	width: 30px;
	height: 30px;
	display: inline-block;
}

.keypad {
	width: 60px;
	height: 60px;
	display: block;
}

.keypad+p {
	width: 260px;
}

.point-explain {
	margin-top: 15px;
}

.pay-kind {
	margin-top: 15px;
}

.gray-bullets-wrap {
	padding: 11px 16.5px;
	margin-top: 10px;
}

.arrow-box-top {
	position: relative;
	background: #EEEEEE;
	border-radius: 5px;
}

.arrow-box-top:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(238, 238, 238, 0);
	border-bottom-color: #EEEEEE;
	border-width: 8px;
	margin-left: -8px;
}

a.pay-link {
	width: 240px;
	height: 50px;
	border: 1px solid #333;
	line-height: 52px;
	text-align: center;
	border-radius: 26px;
	font-weight: bold;
	color: #333;
	margin-top: 20px;
}

.arrow-box-bottom {
	position: relative;
	background: #65B3FF;
}

.arrow-box-bottom:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(101, 179, 255, 0);
	border-top-color: #65B3FF;
	border-width: 8px;
	margin-left: -8px;
}

.recep-time-wrap {
	border-radius: 10px;
	color: #fff;
	padding: 10px;
	margin-top: 25px;
}

.recep-time-wrap p{
	display: flex;
	justify-content: center;
}


.recep-time-wrap hr {
	height: 1px;
	margin: 7px 0;
	padding: 0;
	background: rgba(255, 255, 255, .36);
	border: none;
}

.recep-time-wrap b {
	color: #F6FF8E;
}

.recep-link {
	display: flex;
	border: 1px solid #333;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 50px;
	border-radius: 26px;
	margin: 15px auto 20px ;
}

.recep-link p {
	display: flex;
	align-items: center;
	margin-right: 20px;
}

.recep-link img {
	width: 19px;
	height: 19px;
	margin-right: 12px;
}

.recep-link b {
	font-size: 16px;
	color: #333;
}

.program-label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 35px;
	line-height: 29px;
	background: #FFDAD9;
	font-weight: bold;
	/*display: inline-block;*/
	border-radius: 5px;
	margin: 20px auto 10px;
}

.report-link {
	width: 210px;
	height: 50px;
	background: #65B3FF;
	color: #fff !important;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	border-radius: 25px;
	margin-top: 40px;
}

p.annotation {
	margin-top: 30px;
	color: #EC2A2A;
	display: flex;
}

p.annotation::before {
	content: '※';
	display: block;
	margin-right: 5px;
}

.lucky-text {
	color: #FF7A7A;
	margin: 20px auto 15px;
	position: relative;
}

.lucky-text::before,
.lucky-text::after {
	content: '';
	height: 14px;
	width: 0;
	border-right: 1px solid #707070;
	display: block;
	position: absolute;
	bottom: 0px;
}

.lucky-text::before {
	transform: rotate(-45deg);
	left: -10px;
}

.lucky-text::after {
	transform: rotate(45deg);
	right: -10px;
}


.section-select-area {
	background: #8fa0fd;
	padding: 8px 12px 8px 35px;
	color: #FFF;
	border-radius: 8px;
	margin-left: 10px;
	position: relative;
	display: inline-block;
}

.section-select-area:before {
	content:"";
	display: block;
	position: absolute;
	width:20px;
	height: 20px;
	background: url('/img/icon_map_white.svg') no-repeat;
	background-size: contain;
	top: 0;
	bottom: 0;
	left: 10px;
	margin:auto;
}


h2.site-h1-container{
	margin:15px 0;
}
