@charset "UTF-8";
/* CSS Document */


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

.sp-no {
	display: none;
}

.pc-no {
	display: inline;
}

.main input[type=checkbox] {
	display: inline;
}

.header {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.temp-logo {
	width: 100%;
	max-width: 400px;
	margin: 40px auto 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	transition: all 0.3s;
}

/***MAIN CONTENTS***/

/*
.main {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	min-height: 500px;
}

.main-wrap {
	width: 100%;
	margin: 0;
	padding: 30px 0 100px;
	position: relative;
	overflow: hidden;
}
*/

/***SEARCH***/

.searchwrap {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: fixed;
	overflow: visible;
	
	z-index: 1000;
    left: 4%;
    top: 12%;
}

.searchwrap .searchbox {
	width: 70%;
	max-width: 900px;
	margin: 0 auto;
	padding: 20px 2.5%;
	float: none;
	background-color: #FFFFFF;
	border-radius: 10px;
	
	display: block;
	justify-content: center;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
}

.searchopen {
	width: 90%;
	margin: 0 auto;
	padding: 2px 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	background-color: #F7CC3E;
	border: solid 2px #000000;
	border-radius: 10px;
	font-weight: normal;
	font-size: 80%;
	line-height: 120%;
	letter-spacing: 0.02em;
	
	display: block !important;
	
	 transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
}

input.search-opener {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.pandorabox {
	width: 95%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	
	height: 0;
	opacity: 0;
	 transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
}

input.search-opener:checked ~ .pandorabox {
	height: 100%;
	opacity: 1.0;
	padding: 10px 0;
	display: block !important;
}

input.search-opener:checked ~ .searchopen {
	background-color: #3ea2f7;
}

.searchbox .txt {
	width: 100%;
	margin: 0 0 5px;
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
	text-align: center;
}

.searchwrap .searchbox input {
	width: 95%;
	margin: 0 auto 10px;
	border-radius: 5px;
	border: solid 1px #000000;
	padding: 5px 2%;
	font-size: 80%;
}

.searchwrap .searchbox select {
	border-radius: 5px;
	padding: 5px;
}

.searchbox .searchtxt {
	width: 100%;
	margin: 0 0 10px;
}

.searchbox .searcharea {
	width: 100%;
	margin: 0 0 10px;
}

.searchbox .searchgenre {
	width: 100%;
	margin: 0 0 10px;
}

.searchbox input.searchsubmit {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	background-color: #F7CC3E;
	border: solid 2px #000000;
	border-radius: 10px;
	font-weight: normal;
	font-size: 80%;
	letter-spacing: 0.02em;
}

/***ABOUT***/

.kikaku-wrap {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 0;
	position: relative;
	overflow: hidden;
}

.searchout-wrap {
	margin: 50px 0 0;
}

.kikaku-toplogo {
	width: 60%;
	max-width: unset;
	margin: 0 auto 10px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.kikaku-toptxt {
	width: 80%;
	max-width: 800px;
	margin: 0 auto 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.kikaku-topdate {
	width: 90%;
	max-width: 500px;
	margin: 0 auto 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.kikaku-ctrtxt {
	width: 90%;
	max-width: 500px;
	margin: 0 auto 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 90%;
	line-height: 210%;
}

.bigpop-wrap {
	width: 100%;
	margin: 0 0 50px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.main #bigpop-present {
	 background: none;
}

.main #bigpop-coupon {
	 background: rgb(1,152,101);
background: linear-gradient(0deg, rgba(1,152,101,1) 90%, rgba(1,152,101,0.7884220582764356) 100%); 
}

.main #bigpop-treasure {
	background-color: #1BA8E8;
}

.bigpop-wrap .bigpop {
	width: 80%;
	max-width: 700px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.apply-area {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto 100px;
	padding: 0;
	position: relative;
	overflow: hidden;
	background-color: #FFFFFF;
}

.apply-hdr {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	position: relative;
	overflow: hidden;
	background-color: #1B232F;
	color: #FFFFFF;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 0.3em;
}

.apply-wrap {
	width: 95%;
	margin: 0 auto;
	padding: 60px 0;
	position: relative;
	overflow: hidden;
}

.apply-mds {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 140%;
	font-weight: bold;
	color: #1B232F;
}

.apply-area section.apply-sec {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.apply-area h3.orange-mds {
	width: 100%;
	margin: 0 0 10px;
	padding: 0 0 0 1.5%;
	position: relative;
	overflow: hidden;
	border-left:solid 10px #CA4709;
	color: #CA4709;
	font-size: 130%;
	font-weight: bold;
}

.apply-area h3.green-mds {
	width: 100%;
	margin: 0 0 10px;
	padding: 0 0 0 1.5%;
	position: relative;
	overflow: hidden;
	border-left:solid 10px #179666;
	color: #179666;
	font-size: 130%;
	font-weight: bold;
}

.apply-area .apply-submds {	
	width: 95%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 120%;
	line-height: 210%;
}

.apply-area .apply-txt {
	width: 95%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 90%;
	line-height: 210%;
}

.datewarning {
	width: 95%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	color: #E30909;
	font-weight: bold;
}

.apply-area .present-img {
	width: 70%;
	margin: 60px auto 5px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.apply-area .sample-img {
	width: 70%;
	margin: 60px auto 5px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.apply-area .present-img-txt {
	width: 70%;
	margin: 0 auto 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 80%;
	line-height: 160%;
}

h2.shoplist-hdr {
	width: 98%;
	margin: 0 auto 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 140%;
	font-weight: bold;
	line-height: 210%;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 0.1em;
}

.part-shoplist-area {
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.part-shoplist-area h2.participate-shops-hdr {
	width: 100%;
	margin: 0 0 60px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 180%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.part-shoplist-area ul.part-shoplist {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
	display: block;
	justify-content: center;
	flex-wrap: wrap;
}

.part-shoplist-area ul.part-shoplist li.part-shopitem {
	width: 98%;
	margin: 0 auto 20px;
	padding: 0;
	border: solid 3px #1B232F;
	background-color: #FFFFFF;
	border-radius: 40px;
}

ul.part-shoplist li.part-shopitem a {
	width: 100%;
	height: 100%;
	display: block;
}

ul.part-shoplist li.part-shopitem .part-shopimg {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	line-height: 70%;
}

ul.part-shoplist li.part-shopitem .part-shopimg img {
	border-radius: 37px 37px 0 0;
}

ul.part-shoplist li.part-shopitem .part-shopregion {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	position: relative;
	overflow: hidden;
	background-color: #1B232F;
	
	color: #FFFFFF;
	text-align: center;
}

ul.part-shoplist li.part-shopitem .part-shopname-box {
	width: 100%;
	margin: 0;
	padding: 5px 0 15px;
	position: relative;
	overflow: hidden;
	color: #000000;
	text-align: center;
	letter-spacing: 0.1em;
}

.seemore-link {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	text-align: right;
	font-size: 100%;
}

.seemore-link a {
	color: #FFFFFF;
	text-decoration: none;
}

.part-shopname-box .part-shoptype {
	width: 80%;
	margin: 0 auto 5px;
	padding: 0 0 5px;
	position: relative;
	overflow: hidden;
	border-bottom: solid 1px #1B232F; 
	font-size: 90%;
	font-weight: bold;
}

.part-shopname-box .part-shopname {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 120%;
	font-weight: bold;
}



/***SHOP DETAILS***/

.shopdetails-area {
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
}

h2.shopdetails-hdr {
	width: 98%;
	margin: 0 auto 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 180%;
	font-weight: bold;
	line-height: 210%;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 0.1em;
}

.shopdetails-box {
	width: 98%;
	margin: 0 auto 100px;
	padding: 0;
	position: relative;
	overflow: hidden;
	background-color: #FFFFFF;
	border: solid 3px #1B232F;
	border-radius: 30px;
}

.shopdetails-box .shopdetails-wrap {
	width: 92%;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
	overflow: hidden;
}

.shopdetails-box .shopdetails-mds {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	
	font-size: 100%;
	font-weight: bold;
}

.shopdetails-box .shopdetails-mds .shopdetails-type {
	width: 20%;
	background-color: #1B232F;
	color: #FFFFFF;
	margin: 0 1% 0 0;
	padding: 10px 1%;
	text-align: center;
	font-size: 60%;
}

.shopdetails-box .shopdetails-mds .shopdetails-name {
	width: 80%;
	font-size: 100%;
}

.shopdetails-box .carousel-wrapper {
	width: 95%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: block;
	justify-content: center;
	
	line-height: 70%;
}

.shopdetails-box .carousel-wrapper .maincarousel {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	overflow: visible;
}

.shopdetails-box .carousel-wrapper .maincarousel .slick-prev,
.slick-next {
	height: 20px;
	width: 20px;
}

.maincarousel .slick-prev {
	left: 5px;
}

.maincarousel .slick-next {
	right: 5px;
}

.shopdetails-box .carousel-wrapper .subcarousel-pc {
	display: none;
}

.maincarousel .slick-prev:before, .slick-next:before {
	font-size: 20px;
}

.shopdetails-box .carousel-wrapper .subcarousel-sp {
	display: block;
	width: 100%;
	margin: 0 auto 10px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.shopdetails-box .carousel-wrapper .subcarousel-sp .sc-img {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: block !important;
}

.subcarousel-sp .slick-prev {
	left: 5px;
}

.subcarousel-sp .slick-next {
	right: 5px;
}

.subcarousel-sp .slick-prev:before, .slick-next:before {
	font-size: 20px;
}



.shopdetails-box .shop-message {
	width: 90%;
	margin: 0 auto 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: block;
	justify-content: center;
}

.shopdetails-box .shop-message .shop-message-img {
	width: 30%;
	margin: 0 auto 10px;
}

.shopdetails-box .shop-message .shop-message-txt {
	width: 100%;	
	margin: 0 ;
	font-size: 90%;
	line-height: 210%;
}

.shopdetails-box .shop-info-area {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: block;
	justify-content: center;
}

.shopdetails-box .shop-info-area .shop-info {
	width: 100%;
	margin: 0 0 30px;
}

.shopdetails-box .shop-info .shop-info-name {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 120%;
	font-weight: bold;
	line-height: 180%;
	
	border-bottom: solid 1px #1B232F;
}

.shop-info ul.shop-info-list {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
}

.shop-info ul.shop-info-list li.shop-info-item {
	width: 95%;
	margin: 0 auto;
	padding: 10px 2.5%;
	position: relative;
	overflow: hidden;
	border-bottom: solid 1px #1B232F;
	
	font-size: 80%;
	display: flex;
	justify-content: space-between;
}

.shop-info ul.shop-info-list li.shop-info-item .shop-info-det {
	width: 20%;
	
}

.shop-info ul.shop-info-list li.shop-info-item .shop-info-txt {
	width: 75%;
}


.shopdetails-box .shop-info-area .shop-map {
	width: 100%;
}

/***SHOP REGISTRATION***/

.reg-intro-box {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 50px;
	padding: 0;
	position: relative;
	overflow: hidden;
	background-color: #FFFFFF;
	border-radius: 10px;
}

.reg-intro-wrap {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
	overflow: hidden;
}

.reg-intro-box section.reg-intro-sec {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.reg-intro-box section.reg-intro-sec:last-child {
	margin: 0;
}

section.reg-intro-sec h3.reg-mds {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
}

section.reg-intro-sec ul.reg-intro-list {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: visible;
	list-style: none;
	font-size: 80%;
}

section.reg-intro-sec ul.reg-intro-list li.reg-intro-item {
	width: 90%;
	margin: 0 auto 10px;
	padding: 0;
	position: relative;
	overflow: visible;
}

section.reg-intro-sec ul.reg-intro-list li.reg-intro-item:before {
	content: "●";
    color: #000000;
    font-size: 90%;
    display: inline;
    width: 1.5em;
    margin: 0 0.1em 0 -1.5em;
}

section.reg-intro-sec ul.reg-intro-list .reg-notes {
	width: 100%;
	margin: 10px 0 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 80%;
	line-height: 180%;
}

.form-btn {	
	width: 80%;
    max-width: 400px;
    margin: 30px auto 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: block;
    text-align: center;
    font-size: 100%;
    font-weight: normal;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    background-color: #e53477;
    border-radius: 40px;
    border: none;
}

.form-btn a {
	display: block;
	color: #FFFFFF;
	padding: 20px 0;
}

form.present-form {
    width: 98%;
    margin: 0 auto;
    padding:10px 1%;
    position: relative;
    overflow: hidden;
    background-color: rgba(255,255,255,0.7);
}

.register-area {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.register-area h2.register-hdr {
	width: 98%;
	margin: 0 auto 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 180%;
	font-weight: bold;
	line-height: 160%;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 0.1em;
}

.reg-line {
	border-bottom: solid 5px #1b232f;
	margin: 0 auto 60px !important;
}

.register-formarea {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-weight: bold;
}

.register-row {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: block;
	justify-content: center;
	align-items: flex-start;
}

.col-20 {
	width: 96%;
	margin: 0 auto 10px;
	padding: 10px 2%;
	background-color: #A6DFE3;
	color: #454545;
	font-size: 100%;
	font-weight: bold;
	line-height: 210%;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
}

.required {
	width: 20%;
	max-width: 100px;
	margin: 0;
	padding: 8px;
	color: #FFFFFF;
	background-color: #FA5858;
	border-radius: 5px;
	text-align: center;
	font-size: 90%;
	line-height: 100%;
	letter-spacing: 0.1em;
}

.col-75 {
	width: 100%;
	margin: 0 auto;
	font-size: 90%;
	line-height: 160%;
	color: #212121;
}

.confirm-area .col-75 {
    width: 92%;
    margin: 0 auto;
    padding: 20px 10px;
    border: solid 2px #e5e5e5;
}

.col-75 label {
	font-weight: normal;
	font-size: 100%;
    line-height: 210%;
}

.col-75 .s-txt {
	font-size: 80%;
	font-weight: normal;
}

.reg-white {
	width: 96%;
	margin: 0 auto;
	padding: 20px 1%;
	background-color: #FFFFFF;
	border: solid 1px #6d6d6d;
	display: inline-block;
}

.register-formarea input {
	width: 96%;
	margin: 0 auto;
	padding: 20px 1%;
}

.register-formarea input.notwide {
	width: 3% !important;
	margin: 0 2px 0 0;
	padding: 0;
}

.register-formarea input#shoppostal {
	width: 30%;
	margin: 0 0 10px;
}

.register-formarea input.formshort {
	width: 60% !important;
	margin: 0 10px 0 0;
}

.image_area {
	width: 90%;
	margin: 0 auto 10px;
	float: none;
	display: grid;
}

.image_area:nth-child(even) {
	margin: 0 auto 10px;
}


.register-formarea textarea {
	width: 97%;
	margin: 0 auto;
	padding: 20px 1%;
}


input[type="radio"] {
	width: unset;
	vertical-align: middle;
}

input[type="checkbox"] {
	width: unset;
	vertical-align: middle;
}

input[type="file"] {
	width: unset;
	margin: 0;
}

.bselect select {
	margin: 0 0 10px;
	padding: 10px 0;
	font-size: 110%;
}

input.bn {
	width:90%;
	display: block;
	margin: 0 0 10px;
}

.bank img{
	width: unset;
}

input[type="submit"] {
	width: 20%;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	overflow: hidden;
	display: block;
}

.register-formarea .rf-small {
	font-size: 80%;
}

.register-formarea .rf-red {
	color: #ff2c2c;
}

h4.register-mds {	
	width: 96%;
	margin: 30px auto 0;
	padding: 15px 2%;
	position: relative;
	overflow: hidden;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	color: #454545;
	background-color: #A6DFE3;
}

h4.re-blue {
	background-color: #1B232F;
}

h4.re-brown {
	background-color: #400707;
}

.register-privacy {
	width: 98%;
	margin: 0 auto 20px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 110%;
}

.register-privacy .privacy-txt{
	width: 94%;
	margin: 20px auto 30px;
	padding: 20px 2.5%;
	position: relative;
	overflow: hidden;
	background-color: #FFFFFF;
	font-size: 80%;
	font-weight: normal;
	line-height: 210%;
}

.privacy-area {
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: block;
	justify-content: space-around;
	align-items: center;
}

.privacy-area .required-select {
	width: 100%;
	font-size: 80%;
}

input[type="submit"].final-submit {
	width: 80%;
	max-width: 350px;
	margin: 60px auto 0;
	padding: 20px 0;
	position: relative;
	overflow: hidden;
	display: block;
	text-align: center;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: 0.1em;
    color: #FFFFFF;
    background-color: #008ED9;
	border-radius: 40px;
	border:none;
	
	cursor: pointer;
	
	
	-webkit-appearance: none;
}

input[type="submit"].submit-coupon {
	background-color: #008ED9;
}

input[type="submit"].submit-back {
    background-color: #e45b7e;
}

.flexwrap {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.flex-two {
	width: 45% !important;
}

.formbtn-wrap {
    display: block;
}

/**SUBMIT**/

.form-submit {
	width: 90%;
	max-width: 1000px;
	margin: 100px auto;
	padding: 60px 2.5%;
	position: relative;
	overflow: hidden;
	background-color: #FFFFFF;
	border-radius: 10px;
	text-align: center;
}

.form-submit .fsubmit-mds {
	margin: 0 0 30px;
	font-size: 140%;
	line-height: 180%;
	font-weight: bold;
}

.form-submit .fsubmit-txt {
	font-size: 100%;
	line-height: 180%;
}


/**SHINSEI TOP**/

.sub-icon {
	width: 50%;
	max-width: 600px;
	margin: 0 auto 10px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.form-btn-wrap {
	width: 95%;
	max-width: 800px;
	margin: 50px auto 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.form-btn-wrap .fb {
	width: 45%;
	text-align: center;	
	font-size: 100%;
	line-height: 160%;
	font-weight: bold;
	color: #1B232F;
	background-color: #FFFFFF;
	border: solid 2px #1D232E;
	border-radius: 10px;
	
	transition: all 0.3s;
}

.form-btn-wrap .fb:hover {
	opacity: 0.7;
}

.form-btn-wrap .fb a {
	width: 100%;
	display: block;
	padding: 15px 0;
	color: #1B232F;
}

h2.qandaintro-hdr {
	width: 100%;
	margin: 30px 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	line-height: 120%;
}

.qanda-area {
	width: 95%;
	max-width: 900px;
	margin: 0 auto 100px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.qanda-area:last-child {
	margin: 0 auto;
}

.qanda-area h2.qanda-hdr {
	width: 100%;
	margin: 0;
	padding: 20px 0;
	position: relative;
	overflow: hidden;
	background-color: #1B232F;
	color: #FFFFFF;
	text-align: center;
	font-size: 140%;
	font-weight: bold;
}

.qanda-white {
	width: 100%;
	margin: 0;
	padding: 60px 0;
	position: relative;
	overflow: hidden;
	background-color: #FFFFFF;
}

.qa-yellow {
	background-color: #FFFEEA;
}

.qanda-sec {
	width: 90%;
	max-width: 800px;
	margin: 0 auto 60px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.qanda-sec:last-child {
	margin: 0 auto;
}

h3.qanda-mds {
	width: unset;
	margin: 0 0 30px;
	padding: 5px 10px;
	display: inline-block;
	background-color: #F7CC3E;
	font-size: 120%;
	font-weight: bold;
	color: #1B232F;
}

ul.qanda-list {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
}

ul.qanda-list li.qanda-item {
	width: 100%;
	margin: 0;
	padding: 20px 0;
	position: relative;
	overflow: hidden;
	border-bottom: solid 1px #000000;
}

ul.qanda-list li.qanda-item:first-child {
	border-top: solid 1px #000000;
}

input.qanda-opener {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

label.qanda-q {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: visible;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	display: inline-flex;
	cursor: pointer;
	
	opacity: 1.0;
     transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
}

label.qanda-q:before {
	content: "";
	width: 25px;
	height: 25px;
	display: inline-block;
	margin: 0 10px 0 0;
	background-image: url("../img/common/qanda_question.png");
	background-size: contain;
	background-repeat: no-repeat;
}

label.qanda-q:after {
	content: "";
	width: 20px;
	height: 20px;	
	display: inline-block;
	background-image: url("../img/common/qanda_arr-down.png");
	background-size: contain;
	background-repeat: no-repeat;	
	transform: perspective(1) scaleZ(1) rotateX(0deg);
	transition: ease-in-out 0.1s;
}

.q-wrap {
	width: 80%;
	margin: 0 auto;
}

.a-wrap {
	width: 80%;
	margin: 0;
}

.qanda-a {
	width: 100%;
	max-height: 0;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	border-radius: 40px;
	
	transition: ease-in-out 0.1s;
	opacity: 0;
}

.qanda-a:before {
	content: "";
	width: 25px;
	height: 25px;
	display: inline-block;
	margin: 0 10px 0 0;
	background-image: url("../img/common/qanda_answer.png");
	background-size: contain;
	background-repeat: no-repeat;
}

input.qanda-opener:checked ~ .qanda-a {
	max-height: 100%;
	margin:10px 0 0;
	padding: 10px 0;
	opacity: 1.0;
}

input.qanda-opener:checked ~ .qanda-q:after {
	transform: perspective(500px) scaleZ(2) rotateX(180deg);
}

/****アンケート****/

.enquete {
    width: 100%;
    margin: 0 0 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 100%;
}

.enquete .enq-q {
    width: 96%;
    margin: 0 auto 10px;
    padding: 15px 2%;
    background-color: #CAEBFB;
    color: #454545;
    font-size: 100%;
    font-weight: bold;
    line-height: 150%;
    display: block;
}

.enquete .enq-q .required {
    width: 15%;
    font-size: 90%;
    margin: 20px 0 0;
}

.enquete .enq-a {
    width: 96%;
    margin: 0 auto 10px;
    padding: 10px 2% 0;
    background-color: #FFF;
    color: #454545;
    font-weight: bold;
    line-height: 210%;
    display: block;
}

.enquete .enq-a label {
    margin: 0 15px 10px 0;
}

.enquete .enq-a .sub-enq {
    margin: 0 0 20px;
    display: block;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.enquete .enq-a .sub-enq:last-child {
    margin: 0;
}

.enquete .enq-a input[type="radio"],.enquete .enq-a input[type="checkbox"] {
    margin: 0 5px;
}

}