@charset "UTF-8";
@import "/css/reset.css";
img{vertical-align: middle;}
li{ list-style: none; }
*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.clearfix::after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
a{
	display: block;
	text-decoration: none;
	color: #666;
}
body{
	font-size: 20px;
	color: #666;
	font-family: "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN";
	background: #f4f4f4;
	animation: fadein .5s ease;
	-webkit-animation: fadein .5s ease;
}
@keyframes fadein{
	0%{opacity: 0;}
	100%{opacity: 1;}
}
@-webkit-keyframes fadein{
	0%{opacity: 0;}
	100%{opacity: 1;}
}
body.login{
	background: #fff;
}
#wrapper{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
header{
	text-align: center;
	height: 50px;
	line-height: 50px;
	display: table;
	background: #fff;
	width: 100%;
	color: #58cb58;
	font-size: 1rem;
	font-weight: bold;
	position: relative;
}
header>p{
	display: table-cell;
	vertical-align: middle;
}
header>p:first-child, header>p:nth-of-type(2){
	width: 100px;
}
header>p.lang{
	width: 300px;
	text-align: right;
	padding-right: 10px;
	position: absolute;
	top: 0;
	right: 0;
}

header>p:first-child {
  padding-left: 40px;
  text-align: left;
	position: absolute;
	top: 0;
	left: 0;
}
header>p:nth-of-type(2){
	position: absolute;
	top: 0;
	right: 0;
}
header>p:first-child a{
	position: relative;
}
header>p:first-child a::before{
	content: "";
	position: absolute;
	top: 50%;
	left: -16px;
	border-top: 2px solid #58cb58;
	border-left: 2px solid #58cb58;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	width: 8px;
	height: 8px;
	margin-top: -5px;
}
header p:nth-child(2) span{
	font-weight: bold;
	margin-right: 5px;
}
header>p a{
	color: #58cb58;
}
header img{
	height: 40px;
}
.login #wrapper{
	padding-top: calc((100vh - 510px) / 2);
	background: #fff;
}
.login #wrapper header{
	height: auto;
	line-height: auto;
	display: block;
}
.login #wrapper header img{
	width: 178px;
	height: auto;
}
.login #wrapper input{
	border: 1px solid #eaeaea;
	border-radius: 3px;
}
.login #wrapper input{
	margin-bottom: 20px;
}
main{
	/*padding: 0 60px;*/
}
.login-frame ul{
	width: 400px;
	margin: 0 auto;
	padding: 100px 0 40px 0;
}
input{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 14px;
	font-size: 20px;
	color: #58cb58;
	background: none;
	border: 0;
	border-radius: 0;
	/*border-bottom: 4px solid #58cb58;*/
	width: 100%;
	display: inline-block;
	margin-bottom: 50px;
}
input::-webkit-input-placeholder{
	color: #9dd29d;
}
input::-moz-placeholder{
	color: #9dd29d;
}
input:focus{
	outline: 0;
}
.button{
	background: #58cb58;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 330px;
	height: 70px;
	line-height: 70px;
	margin: 0 auto;
	border-radius: 3px;
	font-size: 24px;
}
.button a{
	color: #fff;
}
h2{
	/* border: 4px solid #fff; */
	padding: 20px 0;
	text-align: center;
	/* margin: 50px 0; */
	 line-height: 1;
	font-size: 1rem;
}
.container{
	background: #fff;
	margin: 0 40px;
	height: calc(100vh - 50px - 56px - 58px - 40px);
	overflow: hidden;
	position: relative;
}
#copyright{
	height: 58px;
	line-height: 78px;
	font-size: .6rem;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	text-align: right;
	padding: 0 40px;
}
#copyright img{
	height: 30px;
	margin-left: 10px;
	vertical-align: baseline;
}
.staff{
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	font-size: 1rem;
	font-weight: bold;
}
.counseling li{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	font-size: 1rem;
	font-weight: bold;
}
.staff ul{
	height: inherit;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.staff ul.store_ul,
.counseling li p:first-child{
	width: 280px;
}
.staff ul.therapist_ul,
.counseling li p:nth-child(2){
	width: calc(100% - 280px);
	border-left: 2px solid #f4f4f4;
}
.staff ul li{ width: 100%; }
.staff li a,
.staff ul:first-child li,
.counseling li p{
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #f4f4f4;
	display: block;
}
.staff ul:first-child li{
	color: #58cb58;
}
.staff ul:first-child li.on{
	background: #58cb58;
	color: #fff;
}
.gray{color: #c4c4c4;}
.green{color: #58cb58;}
.stars{
	background: #fff;
}
.stars > ul{
	display: table;
	width: 100%;
	padding: 50px 50px 30px 50px;
	/*margin-bottom: 50px;*/
	font-size: 60px;
}
.stars > ul > li{
	display: table-cell;
	width: 20%;
	text-align: center;
	color: #c4c4c4;
}
.stars li.active{
	color: #58cb58;
	animation: star 1s ease;
	-webkit-animation: star 1s ease;
}
@keyframes star {
	0%{transform: scale(1,1);}
	50%{transform: scale(1.2,1.2);}
	100%{transform: scale(1,1);}
}
@-webkit-keyframes star {
	0%{-webkit-transform: scale(1,1);}
	50%{-webkit-transform: scale(1.2,1.2);}
	100%{-webkit-transform: scale(1,1);}
}
.medal{
	width: 90px;
	height: 0;
	background: url("/img/medal.png") no-repeat center center;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	text-align: center;
	line-height: 100px;
	margin: 0 auto 50px auto;
	color: #fff;
	font-weight: bold;
	font-size: 58px;
	overflow: hidden;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	display:none;
}
.medal span{
	opacity: 0;
}
.medal.active{
	height: 110px;
	display:block;
}
.medal.active span{
	opacity: 1;
	display: inline-block;
	transition: all .5s ease .5s;
	-webkit-transition: all .5s ease .5s;
	-moz-transition: all .5s ease .5s;
	animation: star .5s ease .5s;
	-webkit-animation: star .5s ease .5s;
}
.stars.number > ul > li{
	position: relative;
	counter-increment : chapter;
}
.stars.number > ul > li::before{
	content: counter(chapter);
	position: absolute;
	color: #a4a4a4;
	font-size: .9rem;
	text-align: center;
	width: 100%;
	height: 100%;
	top: -1.5rem;
	left: 0;
}
.thanks{
	text-align: center;
}
.thanks img{
	margin-top: 50px;
	width: 307px;
}
.course ul{
	display: table;
	width: 100%;
	height: inherit;
}
.course ul li:first-child{
	border-right: 2px solid #f4f4f4;
}
.course ul li{
	display: table-cell;
	vertical-align: middle;
	height: inherit;
	width: calc(100% / 3);
	text-align: center;
}
.course ul li a{
	color: #58cb58;
	font-size: 2rem;
	font-weight: bold;
	display: block;
	/*padding: 200px 0;*/
}
.course.three ul li {
	display: block;
	width: 100%;
	height: calc(100% / 3);
	border-right: 0;
	border-bottom: 2px solid #f4f4f4;
}
.course.three ul li:last-child{
	border-bottom: 0;
}
.course.three li p{
	display: table;
	width: 100%;
	height: 100%;
}
.course.three ul li a{
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}
.course.three ul li.new{
	position: relative;
	overflow: hidden;
}
.course.three ul li.new::after{
	content: "NEW";
	position: absolute;
	top: -100px;
	left: -100px;
	width: 200px;
	height: 200px;
	background: #ff5b5b;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	color: #fff;
	font-weight: bold;
	/* padding-top: 100px; */
	line-height: 330px;
	font-size: 2rem;
}
/*.course li a{
	background: #fff;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	height: 100px;
	line-height: 100px;
	font-size: 2rem;
}*/
/*.course li a img{
	height: 100%;
}*/
/*-- 20161024 カウンセリングシート追加 --*/
/*.counseling{
	background: #fff;
	margin-top: -20px;
}
.counseling .cate{
  padding: 0 20px;
}
.counseling .ttl{
	letter-spacing: .2em;
	border-bottom: 2px solid #58cb58;
	padding: 20px 0 10px 0;
}
.counseling .ttl:before{
	content: "◆";
	color: #58cb58;
	display: inline-block;
}
.counseling .radio{
	width: 100%;
	display: table;
	table-layout: fixed;
}
.counseling .radio > div{
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.counseling .radio label{
  height: 48px;
  line-height: 48px;
  border-radius: 3px;
	color: #666;
	background: #eee;
	margin: 16px;
	display: block;
	position: relative;
	font-size: 1.1rem;
}
.counseling .radio input[type="radio"]{
	display: none;
}
.counseling .radio input[type="radio"]:checked + label{
	color: #fff;
	background: #58cb58;
}*/
@media (orientation: landscape){
	.counseling > form {
		height: calc(100% - 70px);
		overflow-y: scroll;
	}
	.counseling li.motive p:last-child {
		/* height: 140px !important; */
	}
	.counseling li p:first-child {
		/* height: 50px !important;
    line-height: 50px !important; */
	}
}
.counseling input{
	width: auto;
	padding: 0;
	margin: 0;
	display: none;
}
.counseling label{
	color: #58cb58;
	border: 2px solid #f4f4f4;
	width: 110px;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
	display: inline-block;
	text-align: center;
	margin-right: 5px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.counseling li.motive.off{
	display: none;
}
.counseling li.motive p{
	height: 200px;
}
.counseling li.motive p:last-child{
	line-height: 1;
	padding-top: 10px;
}
.counseling li.motive label{
	width: auto;
	padding: 0 16px;
	margin-bottom: 10px;
}
.counseling input:checked + label{
	color: #fff;
	background: #58cb58;
	border: 2px solid #58cb58;
}
.counseling li p{
	font-size: 1.1rem;
	height: 90px;
  line-height: 90px;
}
.counseling li p:first-child{
	color: #58cb58;
	padding: 0 30px;
}
.buttonframe{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #66e966;
	height: 70px;
	line-height: 70px;
}
.button_skip{
	/* background: #ccc; */
	/* color: #58cb58; */
	font-weight: bold;
	text-align: center;
	/* letter-spacing: .1em; */
	width: 330px;
	height: 60px;
	line-height: 60px;
	font-size: 1.1rem;
	margin: 5px 0 5px 5px;
}
.button_skip a{
	color: #66e966;
	background: #fff;
	border-radius: 3px;
}
.buttonframe .button{
	width: 100%;
	background: none;
}
/*-- 20161103 チェックリスト追加 --*/
.checklist{
	line-height: 1.4em;
	background: #fff;
	/*padding: 40px;*/
	/*margin-top: 40px;*/
}
.checklist .ttl{
	border-bottom: 2px solid #58cb58;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
p.subtitle{
	padding: 20px 40px;
	border-bottom: 2px solid #f4f4f4;
	text-align: center;
	line-height: 2rem;
}
p.subtitle-last{
	padding: 40px;
	border-bottom: 2px solid #f4f4f4;
	text-align: center;
	line-height: 2rem;
}
.cn-text {
	font-size: 15px !important;
	line-height: 1.5 !important;
}
.cn-line {
	margin-top: 0;
	border-top: none !important;
}
.cn-flex {
	display: flex;
	flex-direction:row;
}
.cn-flex > div {
	width: 50%;
	padding: 16px;
	box-sizing: border-box;
}
@media screen and (max-width:849px) {
	.cn-line {
		margin-top: 16px;
		border-top: 2px solid #f4f4f4 !important;
	}
	.cn-flex {
		flex-direction: column;
	}
	.cn-flex > div {
		width: 100%;
		padding: 0;
	}
}
.checklist ul{
	padding: 20px 0;
	width: 700px;
	margin: 0 auto;
}
.checklist ul li{
	margin-left: 20px;
 	list-style: disc;
}
.last-text {
	margin-top: 16px;
	text-align: center;
}
.agreement input[type="checkbox"]{
	display: none;
}
/*.agreement a{
	background: #58cb58;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 330px;
	height: 70px;
	line-height: 70px;
	margin: 20px auto;
	border-radius: 3px;
	font-size: 24px;
	display: block;
	position: relative;
}*/
.agreement a span{
	position: relative;
}
.agreement a span:before{
	content: "";
	display: block;
	width: 12px;
	height: 24px;
	border: 6px solid #fff;
	border-top: transparent;
	border-left: transparent;
	margin-right: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: -4px;
	left: -40px;
}

/*言語切り替え*/
.language {
	width:60px;
	height:40px;
	line-height:41px;
	display:inline-block;
	/*background:#c4c4c4;*/
	border-radius:3px;
	font-size:0.8rem;
	text-align: center;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	cursor: pointer;
}
.l-active {
	background:#58cb58;
	color:#fff;
}
main[class^="lang-"],
p[class*="lang-"]{
	display: none;
}
main[class^="lang-"].on,
p[class*="lang-"].on{
	display: block;
}
main.lang-en .button.agreement a{
	font-size: 1.3rem;
	padding-left: 50px;
}
#turndown{
	/*display: block;*/
	border: 4px solid #fff;
	padding: 0 13px;
	height: 40px;
	line-height: 32px;
	position: absolute;
	bottom: 10px;
	left: 40px;
	font-weight: bold;
	cursor: pointer;
	z-index: 10;
}
#turndown img{
	height: 20px;
	margin-right: 6px;
	margin-bottom: 2px;
}
#waiting1 {
	border: 4px solid #fff;
	padding: 0 13px;
	height: 40px;
	line-height: 32px;
	position: absolute;
	bottom: 10px;
	left: 180px;
	font-weight: bold;
	cursor: pointer;
	z-index: 10;
}
#waiting2 {
	border: 4px solid #fff;
	padding: 0 13px;
	height: 40px;
	line-height: 32px;
	position: absolute;
	bottom: 10px;
	left: 365px;
	font-weight: bold;
	cursor: pointer;
	z-index: 10;
}
#waiting-controller {
	border: 4px solid #fff;
	height: 40px;
	line-height: 32px;
	position: absolute;
	bottom: 10px;
	right: 40px;
	font-weight: bold;
	cursor: pointer;
	z-index: 10;
	display: flex;
}
.waiting-controller__minus,
.waiting-controller__plus {
	width: 40px;
	background: #f4f4f4;
	position: relative;
}
.waiting-controller__minus::before {
	content: "";
	width: 20px;
	height: 4px;
	position: absolute;
	background: #66E966;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.waiting-controller__plus::before,
.waiting-controller__plus::after {
	content: "";
	width: 20px;
	height: 4px;
	position: absolute;
	background: #66E966;
	left: 50%;
	top: 50%;
}
.waiting-controller__plus::before {
	transform: translate(-50%, -50%);
}
.waiting-controller__plus::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.waiting-controller__message {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 104px;
	background: #fff;
	font-size: 12px;
	text-align: center;
}
.waiting-controller__message__num {
	font-size: 20px;
}
.waiting-controller__message__flg {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: gray;
	margin-left: 6px;
}
.waiting-controller__message__flg.green { background: #66E966; }
.waiting-controller__message__flg.yellow { background: #FFE148; }
.waiting-controller__message__flg.red { background: #FF8863; }

.waiting-change {
	width: 50px;
	height: 50px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.waiting-ball {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	box-shadow: 0 0 4px rgba(0,0,0,.4);
}
.waiting-ball--white { background: #fff; }
.waiting-ball--blue { background: #0078d7; }
.waiting-ball--green { background: #07b84e; }
.waiting-ball--yellow { background: #fbe200; }
.waiting-ball--red { background: #ff6363; }

.modalShadow {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	position: absolute;
	top:0;
	left: 0;
	z-index: 1000;
	display:none;
}
.waiting-balloon {
	width: 400px;
	height: 400px;
	background: #fff;
	position: absolute;
	top: 65px;
	left: 20px;
	padding: 16px;
	box-sizing: border-box;
}
.waiting-balloon::after {
	content: '';
	position: absolute;
	top: -13px;
	left: 79px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 14px 6px;
	border-color: transparent transparent #ffffff transparent;
}
.waiting-list {
	border: 2px solid #eee;
	border-bottom: none;
}
.waiting-list li {
	height: 73px;
	border-bottom: 2px solid #eee;
	display: flex;
	align-items: center;
	font-weight: bold;
	cursor: pointer;
}
.waiting-check {
	height: 16px;
	width: 16px;
	border: 1px solid #eee;
	border-radius: 4px;
	margin: 0 8px;
	position:relative;
}
.waiting-check.is-checked {
	background: #555;
}
.waiting-check.is-checked::before,
.waiting-check.is-checked::after {
	content: '';
	height: 2px;
	position: absolute;
	background: #fff;
}
.waiting-check.is-checked::before {
	width: 4px;
	top: 6px;
	left: 2px;
	transform: rotate(45deg);
}
.waiting-check.is-checked::after {
	width: 8px;
	top: 6px;
	left: 4px;
	transform: rotate(-45deg);
}

.u-mRight8 {
	margin-right: 8px;
}

.reason_selecct {
	line-height:1.2;
	text-align:center;
	display:none;
}
.reason_selecct ul {
	margin-top:30px;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-around;
  justify-content: space-around;
}
.reason_selecct li {
	width:30%;
	height:60px;
	line-height:60px;
	background:#c4c4c4;
	text-align:center;
	color:#fff;
	font-size:2rem;
	position:relative;
}
.reason_selecct li.on {
	background:#58cb58;
}
.reason_selecct li span {
	width:34px;
	height:34px;
	border:3px solid #fff;
	top:13px;
	left:12px;
	display:block;
	box-sizing: border-box;
	position:absolute;
}
.reason_selecct li.on span::before,
.reason_selecct li.on span::after {
	content:"";
	height:3px;
	background:#fff;
	position:absolute;
}
.reason_selecct li.on span::before {
	top:15px;
	left:5px;
	width:8px;
	transform:rotate(45deg);
}
.reason_selecct li.on span::after {
	top:13px;
	left:9px;
	width:17px;
	transform:rotate(-45deg);
}
.en-size {
	font-size:60%;
}
@media screen and (max-width:849px) {
	.buttonframe > div{
		display: block;
	}
	.buttonframe > div > div{
		width: 80%;
		margin: 16px auto;
	}
}
@media only screen and (max-width: 850px) {
	.staff ul.store_ul{
		width: 210px;
	}
	.staff ul.therapist_ul{
		width: calc(100% - 210px);
	}
	.counseling li{
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
	}
	.counseling li p{
		width: 100%;
	}
	.counseling li p:first-child{
		width: 100%;
		height: auto;
		line-height: 3.4rem;
	}
	.counseling li p:nth-child(2){
		width: 100%;
		border-left: 0;
		border-width: 5px;
	}
	.course ul{
		display: block;
	}
	.course ul li{
		display: block;
		width: 100%;
		border-bottom: 2px solid #f4f4f4;
		height: calc(100% / 2);
	}
	.course ul li:last-child{
		border-bottom: 0;
	}
	.course li a img{
		height: auto !important;
	}
	.course li p{
		display: table;
		width: 100%;
		height: 100%;
	}
	.course ul li a{
		display: table-cell;
		vertical-align: middle;
		padding: 0;
	}
	.stars > ul{
		padding: 80px 0 40px 0;
	}
	.reason_selecct ul {
		/*display: flex;
		display: -webkit-flex;*/
		/*-webkit-justify-content: space-around;
	  justify-content: space-around;*/
		-webkit-flex-direction: column; /* Safari */
	  flex-direction:         column;
	}
	.reason_selecct li {
		width:100%;
		margin-bottom:20px;
	}
	.checklist ul {
		width: auto;
		margin: 0 36px;
	}
	p.subtitle {
		padding: 20px;
	}
	.last-text {
		padding: 0 20px;
	}
}

.badge {
	display:inline-block;
	position:relative;
}
.badge::after {
	position:absolute;
	top:14px;
	right:-25px;
	width:20px;
	height:20px;
	border-radius:50%;
	background:#ff8863;
	text-align:center;
	line-height:20px;
	color:#fff;
	font-size:12px;
	animation: purun 0.8s linear 0s 2;
}
.badge1::after { content:"1"; }
.badge2::after { content:"2"; }
.badge3::after { content:"3"; }
.badge4::after { content:"4"; }
.badge5::after { content:"5"; }
.badge6::after { content:"6"; }
.badge7::after { content:"7"; }
.badge8::after { content:"8"; }
.badge9::after { content:"9"; }


@keyframes purun {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  15%  { transform: scale(0.9, 0.9) translate(0%, 5%); }
  30%  { transform: scale(1.3, 0.8) translate(0%, 10%); }
  50%  { transform: scale(0.8, 1.3) translate(0%, -10%); }
  70%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}




@media only screen and (max-width: 700px) {
	.counseling form {
		position: relative;
		height: 100%;
	}
	.counseling-item {
		height: calc(100% - 70px);
		overflow-y: scroll;
	}
	.counseling li p {
		height: auto;
	}
	.counseling li:last-child p:last-child {
		display: flex;
		flex-wrap: wrap;
		padding: 20px;
	}
	.counseling li:last-child p:last-child label {
		margin-bottom: 10px;
	}
	.button_skip {
		font-size: .9rem;
	}
	.stars > ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 40px 0 10px 0;
	}
	.stars.number > ul > li {
		width: 70px !important;
		margin-bottom: 30px;
	}
	.subtitle-last {
		font-size: 1rem;
	}
	p.subtitle-last {
		padding: 20px;
	}
	.reason_selecct {
		margin-top: -20px;
	}
	.reason_selecct p {
		font-size: .9rem;
	}
	.reason_selecct li {
		height: 40px;
    line-height: 40px;
	}
	.reason_selecct li span {
		width: 24px;
    height: 24px;
    top: 9px;
    left: 8px;
	}
	.reason_selecct li.on span::before {
		top: 10px;
    left: 0px;
	}
	.reason_selecct li.on span::after {
		top: 8px;
		left: 4px;
	}

}
