@charset "utf-8";

.clear:after {
    display: block;
    content: "clear";
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

input[type="submit"], input[type="reset"], input[type="button"], button {
    -webkit-appearance: none;
}

/*-------------------- contact_form --------------------*/



.contact_content {
	border: 3px solid #db3714;
	border-radius: 20px;
	overflow: hidden;
}

.contact_list{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 72px 100px 60px 60px;
	border-radius: 20px;
}
.contact_line {
	width: 100%;
	display: table;
	table-layout: fixed;
	padding: 0px 0 16px;
}
.contact_type {
	width: 190px;
	display: table-cell;
	vertical-align: middle;
	font-size: 1.6rem;
	line-height: 1;
	color: #000000;
	font-weight: bold;
	text-align: right;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 27px 0 0px;
}
.contact_type p span{
	
}
.contact_type p sup{
	color: #db3714;
	font-size: 1.2rem;
	font-weight: normal;
}
.contact_type p sup.op_0{
	opacity: 0;
}

.contact_line03{
	padding-bottom: 0;
}
.contact_line03 .contact_type {
	vertical-align: top;
	padding-top: 17px;
	
}

/* .contact_line02 .contact_type {
	vertical-align: top;
	width: 215px;
	
} */

/* .check .contact_line02 .contact_type {
	padding-top: 15px;
} */

.contact_write {
	width: auto;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0px 0 0px;
	/* height: 48px; */
}
/* .contact_write02 {
	padding: 0 0px 0 25px;
} */

.contact_nameBox{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact_nameBox>li{
	
}
.contact_nameBox>li:nth-child(1),.contact_nameBox>li:nth-child(3){
	width: calc(50% - 40px);
}
.contact_nameBox>li:nth-child(2){
	width: 80px;
}
.contact_nameBox>li:nth-child(2) p{
	font-size: 1.6rem;
	line-height: 1;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.contact_nameBox>li:nth-child(2) p sup {
    color: #ec6a3e;
    font-size: 1.2rem;
    font-weight: normal;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #afafaf;
	font-size: 14px;
	font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 400;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #afafaf;
	font-size: 14px;
	font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 400;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #afafaf;
	font-size: 14px;
	font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 400;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #afafaf;
	font-size: 14px;
	font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 400;
}

input.input_text,
textarea {
	display: block;
	width: 100%;
	height: 56px;
	border: none;
	background: #f4f5fa;
	font-size: 1.4rem;
	color: #000000;
	font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	padding: 3px 15px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	/* border: 1px solid #9acc82; */
	border-radius: 10px;
}

textarea {
	height: auto;
	padding: 15px 15px;
	resize: none;
}

.radio_list {
	width: 100%;
}

.radio_list li {
	/* width: 110px;
	float: left;
	position: relative;
	font-size: 16px;
	padding-left: 13px; */
	float: left;
	position: relative;
	font-size: 1.6rem;
	padding-right: 20px;
	margin-bottom: 10px;
}
.radio_list02 li {
	width: 150px;
}

.radio_left {
	/* width: 18px;
	display: table-cell;
	vertical-align: middle; */
	width: 18px;
	display: table-cell;
	vertical-align: top;
	padding-top: 2px;
}

.radio_right {
	/* display: table-cell;
	padding-left: 8px;
	vertical-align: middle;
	font-size: 1.6rem;
	line-height: 1;
	padding-top: 2px; */
	
	width: auto;
	display: table-cell;
	padding-left: 5px;
	vertical-align: top;
	color: #000000;
	font-size: 1.6rem;
}

.radio_list li input[type="radio"] {
	width: 16px;
	height: 16px;
	/* opacity: 0; */
	display: block;
}

.radio_list li label {
	/* position: absolute;
	left: 13px;
	top: 0;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	background: #FFFFFF;
	border-radius: 50%;
	border: 1px solid #e0e4ec; */
	
	position: absolute;
	left: 0;
	top: 2px;
	margin: auto;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: #FFFFFF;
	border: 1px solid #818181;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.radio_list li input.input_radio:checked+label {
	background: #f39801;
}

.radio_list li input.input_radio:checked+label::after {
	/* content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 6px;
	height: 6px;
	background-color: #0650cb;
	border-radius: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%); */
	
	content: "";
	position: absolute;
	left: 3px;
	bottom: 6px;
	width: 7px;
	height: 3px;
	border: 2px solid #FFFFFF;
	border-top: none;
	border-right: none;
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}



.birthdayBox{
		
}
.birthdayBox ul{
		
}
.birthdayBox ul li{
	display: inline-block;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.birthdayBox ul li:last-child{
	padding-right: 0px;
}
.birthdayBox ul li span{
	font-size: 1.6rem;
	margin-left: 12px;
}
.birthdayBox02{
		
}
.birthdayBox02 ul{
		
}
.birthdayBox02 ul li{
	display: inline-block;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.birthdayBox02 ul li:last-child{
	padding-right: 0px;
}
.birthdayBox02 ul li span{
	font-size: 1.6rem;
	margin-left: 12px;
}
.contact_write select {
    position: relative;
    width: 112px;
    padding: 10px 28px 10px 16px;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1;
    background: url(../img/select_bg.png) no-repeat scroll right center;
    border: 1px solid #e0e4ec;
    border-radius: 5px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
select::-ms-expand { display: none; }
.contact_type03{
	display: block;
	width: 435px;
	padding-right: 0;
	margin-right: 0;
	margin-top: 10px;
	padding-right: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact_type03.mast:after {
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.contact_write03{
	padding-top: 22px;
	padding-bottom: 20px
}
.checkbox_list {
	margin-bottom: -10px;
}
.checkbox_list li {
    /*width: 110px;*/
    float: left;
    position: relative;
    font-size: 1.6rem;
    padding-right: 20px;
    margin-bottom: 10px;
}

.checkbox_left {
	width: 18px;
	display: table-cell;
	vertical-align: top;
	padding-top: 2px;
}

.input_chb {
	width: 18px;
	height: 18px;
	/*visibility: hidden;*/
	opacity: 0;
	vertical-align: middle;
}

.checkbox_list label {
	position: absolute;
	left: 0;
	top: 2px;
	margin: auto;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: #FFFFFF;
	border: 1px solid #818181;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.checkbox_list input.input_chb:checked+label {
	background: #f39801;
}

.checkbox_list input.input_chb:checked+label::after {
	content: "";
	position: absolute;
	left: 3px;
	bottom: 6px;
	width: 7px;
	height: 3px;
	border: 2px solid #FFFFFF;
	border-top: none;
	border-right: none;
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.checkbox_right {
	width: auto;
	display: table-cell;
	padding-left: 5px;
	vertical-align: top;
	color: #000000;
	font-size: 1.6rem;
}

.experienceBox{
	width: 100%;
	
	/*display: table;*/
    border-collapse: separate;
    /*box-sizing: border-box;
    border-spacing: 4px;
    border-color: grey;
    border-right: none;*/
}
.experienceBox td.eC_borderB{
	border-bottom: 4px solid #FFFFFF;
}
.experienceBox td.eC_borderR{
	border-right: 4px solid #FFFFFF;
}
.experienceBox td.eC_th{
	width: 285px;
	padding: 22px 20px 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	
	font-size: 1.6rem;
	color: #000000;
	font-weight: bold;
	line-height: 2.2rem;
	text-align: justify;
}
.experienceBox td.eC_td{
	padding: 20px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}
.experienceBox td.eC_td .checkbox_list li {
    padding-right: 0px;
    margin-bottom: 0px;
    top: 1px;
}
.experienceBox select {
    position: relative;
    width: 112px;
    padding: 10px 28px 10px 16px;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1;
    background: url(../img/select_bg.png) no-repeat scroll right center,#FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.computationTime{
	width: 98%;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 5px;
}
.computationTime table{
	width: 100%;
}
.computationTime table td:nth-child(1){
	width: 43px;
	font-size: 1.6rem;
	line-height: 1;
}
.computationTime input.input_text {
    height: 38px;
    border: 1px solid #FFFFFF;
}
.computationTime p{
	font-size: 1.4rem;
	padding-top: 10px;
}

.eB_pink{
	background-color: #ffe8e9;
}
.eB_blue{
	background-color: #d2ecf6;
}
.eB_yellow{
	background-color: #f7e8ad;
}
.eB_green{
	background-color: #cce198;
}
.mg_bottom20{
	margin-bottom: 20px;
}
.font_normal{
	font-weight: normal;
}
.contact_type04 {
    display: block;
    width: auto;
    padding-right: 0;
    margin-right: 0;
    margin-top: 10px;
    padding-right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact_annotation02{
	font-size: 1.4rem;
	line-height: 2.2rem;
	padding-top: 10px;
}


.agree {
	position: relative;
	margin-top: 17px;
}

.agree_left {
	width: 12px;
	display: table-cell;
	vertical-align: top;
	/* padding-top: 2px; */
}
.agree .input_chb {
    width: 12px;
    height: 12px;
}
.agree label {
	position: absolute;
	left: 0;
	/* top: calc(50% - 6px); */
	top: 0px;
	margin: auto;
	width: 12px;
	height: 12px;
	cursor: pointer;
	background: #FFFFFF;
	border: 1px solid #adadad;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.agree input.input_chb:checked+label {
	background: #000000;
}

.agree input.input_chb:checked+label::after {
	content: "";
	position: absolute;
	left: 2px;
	bottom: 4px;
	width: 6px;
	height: 3px;
	border: 1px solid #FFFFFF;
	border-top: none;
	border-right: none;
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.agree_right {
	width: auto;
	display: table-cell;
	padding-left: 5px;
	vertical-align: top;
	color: #000000;
	font-size: 1.4rem;
	line-height: 1.2;
	position: relative;
	top: -1px;
}
.agree_right a{
	color: #000000;
	text-decoration: underline;
}
.agree_right a:hover{
	color: #db3714;
}
.agree_right sup {
    color: #ec6a3e;
    font-size: 1.2rem;
    font-weight: normal;
	line-height: 1;
}

.agree_right span {
    color: #db3714;
    font-size: 1.2rem;
    font-weight: normal;
	line-height: 1;
	position: relative;
	top: -3px;
}

#submit{
	display: block;
	margin: 60px auto 0;
	width: 90%;
	max-width: 577px;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #db3714;
	padding: 32px 20px 30px;
	text-align: center;
	font-size: 3.0rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	outline: none;
	cursor: pointer;
	border-radius: 50px;
}
#submit:hover{
	opacity: 0.8;
}
.contact_part{
	/* display: none; */
}
.contact_annotation{
	padding-top: 23px;
	font-size: 1.4rem;
	line-height: 2.8rem;
}
.contact_annotation a{
	text-decoration: underline;
	color: #000000;
}
.contact_annotation a:hover{
	text-decoration: underline;
	color: #9acc82;
}

.btn_shop {
	text-align: center;
	margin-top: 25px;
}

.btn_shop a {
	color: #000000;
	font-size: 1.6rem;
	text-decoration: underline;
}

.btn_shop a:hover {
	text-decoration: none;
}
/* ----------- contact_check ----------- */
.check {
	display: none;
	/* padding-top: 95px;
	padding-bottom: 95px; */
	background: rgba(0,0,0,0.8);
	color: #000000;
	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.check_content {
	width: 1100px;
	max-width: 95%;
	max-height: 90%;
	overflow-y: auto;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 80px 60px 80px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.check_content .contact_line {
	
}

.check_content .contact_line02 {
	
}

.check_content .contact_line:last-of-type .contact_type {
	vertical-align: top;
}

.check_txt {
	font-size: 14px;
	color: #000000;
	background: #f4f5fa;
	padding: 15px 20px 12px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 10px;
}

.check_btn {
	width: 100%;
	margin: 0 auto;
	/* overflow: hidden; */
	/* clear: both; */
	padding: 45px 0 0;
}

.check_btn a {
	width: 48%;
	display: block;
	float: right;
	font-size: 2.0rem;
	line-height: 1;
	background: #a0a0a0;
	text-align: center;
	color: #FFFFFF;
	padding: 22px 20px 19px;
	padding: 22px 20px 15px\0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 35px;
	font-weight: bold;
}

.check_btn a.form_next {
	margin-left: 4%;
	color: #FFFFFF;
	background: #db3714;
}

.check_btn a:hover {
	/* transform: translateY(-5px); */
	/* background-color: #9acc82; */
	opacity: 0.8;
}
.check_btn::after {
    content: "";
    width: 100%;
    height: 0;
    clear: both;
    display: block;
}

pre {
	font-size: 14px;
	color: #000000;
	white-space: pre-wrap;
	word-wrap: break-word;
	background: #f4f5fa;
	padding: 15px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	border-radius: 10px;
}
/*thankapage pop*/
.thankspage_pop {
	color: #000000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.thankspage_pop_content {
	text-align: center;
	padding: 100px 0;
	font-size: 2rem;
	font-weight: bold;
	background-color: #FFFFFF;
}

.btn_top {
	display: block;
	margin: 46px auto 0;
	width: 90%;
	max-width: 465px;
	border: 2px solid #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #db3714;
	padding: 24px 20px 18px;
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	outline: none;
	cursor: pointer;
	border-radius: 40px;
}

.btn_top:hover {
	opacity: 0.8;
}

.thankspage_content02{
	display: none;
}





@media only screen and (max-width: 1024px) {

	/* ----------- contact ----------- */
	.contact_list {
	    padding: 60px 40px;
	}
	.contact_type {
	    
	}
	input.input_text, textarea {
		height: 55px;
	    padding: 0 15px;
	}
	textarea {
		height: auto;
	    padding: 15px;
	}
	.contact_line03 .contact_type {
	    padding-top: 20px;
	}
	.contact_write {
	    padding: 0 0px 0 0px;
	}
	
	/* ----------- contact_check ----------- */
	.check_content {
	    padding: 60px 30px 60px;
	}
	.check_txt {
	    padding: 15px 15px 12px;
	}
	
}

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

	/* ----------- contact ----------- */
	.contact_content {
	    margin-top: 30px;
	}
	.contact_list {
	    padding: 40px 30px;
		border-radius: 10px;
	}
	.contact_line {
	    
	}
	.contact_type {
	    width: auto;
	    display: block;
	    padding-right: 0px;
		text-align: left;
		padding-bottom: 10px;
		/* font-size: 1.8rem; */
	}
	.contact_write {
	    display: block;
	    padding: 0 0px 0 0px;
	}
	.contact_nameBox {
	    display: flex;
	    justify-content: flex-start;
	    align-items: center;
		flex-wrap: wrap;
		
	}
	.contact_nameBox>li:nth-child(1), .contact_nameBox>li:nth-child(3) {
	    width: 100%;
	}
	.contact_nameBox>li:nth-child(2) {
	    width: 100%;
		display: flex;
		justify-content: flex-start;
		padding-top: 16px;
		padding-bottom: 10px;
	}
	
	.contact_line02 .contact_type {
	    width: auto;
	}
	.contact_line02 {
	    margin-bottom: 10px;
	}
	input.input_text, textarea {
	    height: 50px;
		border-radius: 5px;
	}
	textarea {
	    height: auto;
	}
	.contact_line03 .contact_type {
	    padding-top: 0px;
	}
	.contact_type p{
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
	}
	.contact_type.mast:after {
		vertical-align: middle;
	    right: 0px;
	    top: -2px;
		position: relative;
		font-size: 1.2rem;
		padding: 4px 0 3px;
		width: 35px;
	}
	
	#submit {
	    width: 90%;
	    max-width: 350px;
	    padding: 18px 20px 15px;
	    font-size: 1.8rem;
		margin: 40px auto 0;
	}
	.btn_shop {
		margin-top: 20px;
	}

	.btn_shop a {
		font-size: 1.4rem;
	}
	
	/* ----------- contact_check ----------- */
	.check_content {
	    padding: 40px 20px 40px;
	}
	.check_txt {
	    border-radius: 5px;
	}
	pre{
		border-radius: 5px;
	}
	.check_btn {
	    padding: 20px 0 0;
	}
	.check_btn a {
		width: 49%;
	    padding: 18px 10px 15px;
		font-size: 1.8rem;
	}
	.check_btn a.form_next {
	    margin-left: 2%;
	}
	
	.btn_top{
		width: 90%;
		max-width: 400px;
		padding: 18px 10px 14px;
		font-size: 1.8rem;
		margin: 40px auto 0;
	}
	.thankspage_pop_content {
	    padding: 60px 0;
	    font-size: 1.8rem;
	}
	
	
	

}

@media only screen and (max-width: 480px) {

	
	
	/* ----------- contact ----------- */
	.contact_content {
	    margin-top: 20px;
	}
	.contact_list {
	    padding: 20px 15px 20px;
	}
	
	.contact_synopsis {
	    font-size: 1.4rem;
	    line-height: 2.4rem;
	    padding-bottom: 20px;
	}
	
	.contact_type {
	    padding-bottom: 10px;
	    font-size: 1.6rem;
	}
	
	input.input_text, textarea {
	    font-size: 1.4rem;
	    padding: 0 10px;
		height: 40px;
	}
	textarea {
		height: auto;
	    padding: 10px;
	}
	.checkbox_right {
	    font-size: 1.4rem;
	    padding-top: 1px;
	}
	.radio_right {
	    font-size: 1.4rem;
	    padding-top: 1px;
	}
	#submit {
	    width: 90%;
	    padding: 15px 20px 14px;
	    font-size: 1.6rem;
		margin: 25px auto 0;
	}
	
	
	/* ----------- contact_check ----------- */
	.check_content {
	    padding: 30px 15px 40px;
	}
	.check_txt {
	    font-size: 14px;
	    padding: 10px;
	}
	pre {
	    font-size: 14px;
	    padding: 10px;
	}
	.check_btn {
	    padding: 10px 0 0;
	}
	.check_btn a {
		display: block;
		margin: 0 auto;
	    width: 90%;
	    float: none;
	    font-size: 1.6rem;
	    padding: 15px 20px 14px;
	}
	.check_btn a.form_next {
	    margin: 0 auto 20px;
	}
	
	.thankspage_pop_content {
	    padding: 40px 0;
	    font-size: 1.6rem;
	}
	.btn_top{
		width: 90%;
		padding: 16px 20px 14px;
		font-size: 1.6rem;
		margin-top: 20px;
	}
	
	
	

}

