.goback_wrap { 
	margin-left: auto;
	margin-right: auto;
	max-width: 900px; }
	
input.gobacktop { 
	color:#966f4a;
	border: 0px #fff solid;
	background:#fff;
	text-decoration: underline;
	padding: 4px 20px;
	border-radius: 10px 10px 0 0;
	margin-left: 40px;}

#qst_top { 
    margin: 0 0 20px 0;
    }
    
#video-area{
    position: fixed;
    z-index: -1;
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
    object-fit: fill;
}

#video { opacity: 0.5; width: 100%; 
	@media only screen and (max-width: 768px) {	
	height: 100%; width: auto; 
	}
}

#qst_wrapper { 
	background-color: #fff;
	border-top: 15px solid #777;
    border-bottom: 10px solid #777;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 30px 50px;
    text-align: center;
    width: 100%;
    max-width: 900px;
    box-shadow: rgba(73, 73, 73, 0.25) 0px 17px 45px 0px;
    text-align: left;
    opacity: 0.95;
    margin-bottom: 120px;
	@media only screen and (max-width: 768px) {	
	width: 98%;
	padding: 25px 0 50px;
	margin-bottom: 0;
	}
}

#qst_wrapper .qst_kv { 
    position: relative;
    margin: 40px auto 0;
    text-align: center;
}

#qst_wrapper .ttl { width:40%; padding: 0 0 7px;
	@media only screen and (max-width: 768px) {	
		width:70%;
	}  
}

#qst_wrapper .products { width:35%; padding: 25px 0;
	@media only screen and (max-width: 768px) {	
	width: 70%; padding: 20px 0;
	}  
}

#qst_wrapper .top_txt { font-weight:bold; font-size:32px;
	@media only screen and (max-width: 768px) {	
	font-size:30px;
	}  
}
#qst .top_txt_sub { font-size:18px; padding-top:8px;
	@media only screen and (max-width: 768px) {	
	font-size:16px; padding-top:7px;
	}  
}

#qst_wrapper .top_line { 
	border-bottom: 1px solid #ddd;
    width: 50%;
    margin: 30px auto 40px;
	@media only screen and (max-width: 768px) {	
	margin: 20px auto 30px;
	}  
}

#qst_wrapper .line { 
	border-bottom: 1px solid #ddd;
    width: 50%;
    margin: 40px auto 10px;
	@media only screen and (max-width: 768px) {	
	margin: 30px auto 10px;
	}  
}

#qst .avatar { 	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    margin: 10px 0; }
    
#qst .avatar_icon { 	
    margin: 0 14px 2px 0;
    vertical-align: top;
    width:70px;
    height:70px;
    border-radius: 50%;
    background-image: url('/template/default/img/sp/question/furuya.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center;
	@media only screen and (max-width: 768px) {
    margin: 0 5px 0 3px;
    vertical-align: top;
    width: 45px;
    height: 45px;
	}    
}

#qst .furuya { 	
	word-break: break-word;
    position: relative;
    opacity: 1;
    background: transparent;
    color: black;
    line-height: 23px;
    display: inline-block;
    min-width: 100px;
    border-radius: 0 20px 20px;
    margin-bottom: 20px;
	@media only screen and (max-width: 768px) {
	margin: 0 5px 15px 0;
	}
}
    
#qst .furuya p { 
	box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    display: inline-block;
    min-width: 100px;
    background: #d3ddef;
    color: #000;
    padding: 14px;
    border-radius: 0 15px 15px;
    border: none;
    line-height: 22px;
    margin: 0 0 10px 0;
	@media only screen and (max-width: 768px) {
	margin: 0 5px 10px 0;
	font-size: 15px;
	padding:8px 8px 8px 11px;
	}
}


#qst .ans_wrap { text-align: right; }

#qst .ans_btn { 
	 display:inline-block;
	 min-width:100px;
	 border:2px solid #000;
	 font-size:16px; 
	 color:#000;
	 padding:14px;
	 border-radius:15px 15px 0;
	 background:#fff;
	 line-height: 15px;
	 margin: 0 0 10px 5px;
	 text-align: left;
	@media only screen and (max-width: 768px) {
	margin: 0 8px 10px 5px;
	font-size: 15px;
	padding:10px 8px 10px 11px;
	}
}

.back_btn { 
	background: #999;
    color: #fff;
    font-size: 11px;
    padding: 0;
    margin: 0 0 0 8px;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
	@media only screen and (max-width: 768px) {
	margin: -5px 0 0 0;
	}
}

.q_check input[type=checkbox]{ 	
	width:18px;
	height:18px;
	-moz-transform:scale(1.4);
	-webkit-transform:scale(1.4);
	transform:scale(1.4);
	margin: 10px 10px 10px 5px;
	vertical-align: middle;
	cursor: pointer; }
	
label { cursor: pointer; }

.next_btn {
	background: #333;
	color:#fff;
    padding: 8px 24px;
    border: none; }

*:disabled {
  opacity: 0.4;
}

input[type=radio]{ 	
	width:18px;
	height:18px;
	-moz-transform:scale(1.4);
	-webkit-transform:scale(1.4);
	transform:scale(1.4);
	margin: 10px 4px 10px 14px;
	vertical-align: middle;
	cursor: pointer; }


/* Result*/

.result_wrap { text-align: center; }

.top_furuya {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    justify-content: center; align-items:center;
	@media only screen and (max-width: 768px) {
	display: block;
	}
}
.top_furuya_txt { font-family: sans-serif; font-size: 15px; text-align: left; width: 40%; margin: 20px 0 0 0;
	@media only screen and (max-width: 768px) {
	font-size: 16px;
	text-align: center; width: 100%;
	}
}
.tnk { font-family: serif; margin-bottom:16px; font-size: 24px;
	@media only screen and (max-width: 768px) {
	font-size: 22px;
	margin-bottom:14px;
	}
}
.top_furuya_img {
	vertical-align: top;
    width:150px;
    height:150px;
    border-radius: 50%;
    background-image: url('/template/default/img/sp/question/furuya.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center;
	@media only screen and (max-width: 768px) {
	margin: 15px auto 5px;
    width:120px;
    height:120px;
	}
}

.prod_sub_txt { font-size: 18px; margin-bottom: 25px; }
.prod_order { 
	font-size: 22px; font-weight: 600;
    border-bottom: 2px solid #c2a284;
    width: 90%;
    margin: 30px auto 20px;
    padding: 0 0 8px 0;
	@media only screen and (max-width: 768px) {
	width: 85%;
	}
}
.prod_top3 { color: #966f4a; }

.list_wrap { display:inline-block; width:30%;}

.product__info {
    padding: 10px 1px;
    border: 1px solid #ddd;
    min-height: 310px;
    margin-bottom: 10px;
	@media only screen and (max-width: 768px) {
		min-height: 280px;
	}
}

.prod__name {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    line-height: 16px;
    padding: 0;
    min-height: 26px;
	@media only screen and (max-width: 768px) {
	min-height: 36px;
	}
}

.prod_disc {
	font-size: 13px;
    text-align: left;
    padding: 0 5px;
    line-height: 20px;
    min-height: 60px; }

.prod__price {
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    padding: 0;
		@media only screen and (max-width: 768px) {
	padding: 10px 0 0 0;
	}
}

.result_txt_1{ 
	font-size: 16px;
    margin: 50px 0 20px; }
    
.result_txt_2{ 
	font-size: 19px;
	font-weight: 600;
    border-bottom: 2px solid #c2a284;
    width: 40%;
    margin: 30px auto 20px;
    padding: 0 0 8px 0;
	@media only screen and (max-width: 768px) {
	font-size: 17px;
	width: 85%;
	}
}

.prod_set_img{
    height: 100%;
    width: 100%;
}

.sticky_price {
    position: sticky;
    bottom: -1px;
    left: 0;
    background-color: #f4f4f4;
    color: #966f4a;
    width: 100%;
    margin: 0 auto 20px;
    padding: 10px 0;
    z-index: 10;
    opacity: 0.9;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
}

.Selected__Products__items { display: block; }
.Selected__Images { margin: 0 auto; padding: 20px 0; }
.Selected__Items ul li { height:60%; width:60%; }
.Cart__Nav { margin: 0 auto; }
.Cart__Nav a { margin-top:5px; height: 50px; }

.tabs__item:first-child.is-active label {
	border: 3px solid #33afb0;
	background-color: #f7fdff;
    padding-top: 8px;
    padding-right: 2px; }
    

.swiper-wrapper { display: block; margin: 0 auto;}

.SelectProducts__tabContentsArea .tabContents .content {
	@media only screen and (max-width: 768px) {
    padding: 0;
    }
}

.result_trial_wrap {
	margin: 20px 10px;
	@media only screen and (max-width: 768px) {
	}
}
.trial_img { margin-bottom:10px; }
.trial_name { font-weight:bold; font-size:16px; }
.trial_price { font-size:16px; margin-bottom: 20px;  }
.trial_sub { font-size:18px; margin-bottom:10px; font-weight:bold;
		@media only screen and (max-width: 768px) {
	text-align: left;
	}
}
.trial_disc { line-height: 24px; margin-bottom: 20px; text-align: left; width: 400px; margin: 0 auto 20px;
		@media only screen and (max-width: 768px) {
	width: 90%;
	}
}

.btm_furuya {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    justify-content: center; align-items:center;
	text-align: center; text-align: center;
    border: 1px solid #c2a284;
    padding: 30px 10px;
    gap: 30px;
    width: 75%;
    margin: 0 auto;
	@media only screen and (max-width: 768px) {
	display: block;
	width: 95%;
	}
}

.btm_furuya_box {
	text-align: left;
	@media only screen and (max-width: 768px) {
	text-align: center;
	}
}

.btm_furuya_box_t1 { font-size: 20px; font-weight:600; padding-bottom: 10px; border-bottom: 1px solid #ccc; margin: 0 0 14px; width: 80%;
	@media only screen and (max-width: 768px) {
	margin: 0 auto 14px;
	text-align: center;
	width: 70%;
	}
}
.btm_furuya_box_t2 { line-height: 24px; }
.btm_furuya_box_t3 { font-size: 18px; margin-bottom: 10px; }
.btm_furuya_box_t3 span { font-weight: 600; }

#contents2 {
	padding-top: 30px;
	padding-bottom: 0;
	@media ($mobile) { padding-top: 30px; padding-bottom: 0; }
	.contents2_title { margin-bottom: 150px;}
	.contents2_txt1 { margin-bottom: 0; font-weight: normal; font-size: 18px;}
	.contents2_txt2 { margin-top: 0; font-weight: bold; font-size: 22px;}
	.icon_list {
		max-width: 300px;
		margin: 0 auto;
		display: flex;
		justify-content: space-around;
	}
	.contents_wrap {
	    display: flex;
	    gap: 0;
	    justify-content: center;
	    flex-wrap: wrap;
	    max-width: 900px;
		margin: 0 auto;
		@media ($mobile) { display: block; width: 100%; }
	}
	.contents2_card {
		background: #fff;
		padding: 20px;
		border-radius: 20px;
		box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
		width: 400px;
		margin: 0 auto 120px;
		.card_txt { 
			margin: 0 auto 5px;
			font-size: 14px;
			color: #777;
			@media ($tablet-and-up) { font-size: 15px; line-height: 26px; }
		}
		@media ($mobile) { max-width: 400px; width: 94%;}
		img { margin-top: -120px;}
		.card_title { font-weight: bold; font-size: 25px; margin-bottom: 0; margin-top: 10px;}
		.btn_line { background: #01C301; color: #fff; margin-top: 15px; font-size: 15px; width: 70%; }
		.btn_phone　{ margin-top: 15px; font-size: 15px; width: 70%; }
		.btn_livechat { margin-top: 15px; font-size: 15px; width: 70%; }
		.btn_zoom { background: #2F66E5; color: #fff; margin-top: 15px; font-size: 15px; width: 70%; }
	}
	.last { margin: 0 auto 30px;}
}