@charset "utf-8";
@-webkit-keyframes ContentsSwitch{
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@media only screen and (max-width: 768px) {
/* -------------------------------- 

common

-------------------------------- */
.mainvisual{
	position: relative;
}
section[class^=area]{
	margin: 25vw auto 0;
}
h2{
	font-size: 7vw;
	line-height: 1.5;
}
.mb3{
	margin-bottom: 3vw;
}
.more-btn{
	margin: 10vw auto 0;
	text-align: center;
}
.more-btn a{
	display: inline-block;
	position: relative;
	padding: 3vw 10vw 2.5vw 5vw;
	border: 1vw solid #1d508d;
	color: #1d508d;
	font-weight: bold;
	font-size: 4.6vw;
}
.more-btn a::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 4vw;
	width: 3.2vw;
	height: 4vw;
	margin: -2vw 0 0;
	background: url(https://www.free-spirits.co.jp/img/top_arrow-type02.png) no-repeat;
	background-size: contain;
}
.hide{
	display:none;
}


/* -------------------------------- 
.area-tokuchou
-------------------------------- */
section[class=area-tokuchou]{
	width: 92vw;
	margin: 8vw auto 0;
}
.area-tokuchou ol{
	margin: 5vw 0 0;
}
.area-tokuchou li{
	position: relative;
	padding: 2vw 0 2vw 17vw;
	font-weight: bold;
	line-height: 1.25;
}
.area-tokuchou li:nth-of-type(2n){
	padding-left: 0;
	padding-right: 17vw;
}
.area-tokuchou li:nth-of-type(n+2){
	margin: 3vw 0 0;
}
.area-tokuchou li::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 11vw;
	height: 12.5vw;
	background: url(https://www.free-spirits.co.jp/img/name_tokuchou_ico-01.png) no-repeat;
	background-size: contain;
}
.area-tokuchou li:nth-of-type(1)::before{
	left: 5.5vw;
	width: 6vw;
	background: url(https://www.free-spirits.co.jp/img/name_tokuchou_ico-01.png) no-repeat;
	background-size: contain;
}
.area-tokuchou li:nth-of-type(2)::before{
	right: 6vw;
	width: 9vw;
	background: url(https://www.free-spirits.co.jp/img/name_tokuchou_ico-02.png) no-repeat;
	background-size: contain;
}
.area-tokuchou li:nth-of-type(3)::before{
	left: 4.5vw;
	width: 8vw;
	background: url(https://www.free-spirits.co.jp/img/name_tokuchou_ico-03.png) no-repeat;
	background-size: contain;
}
.area-tokuchou li:nth-of-type(4)::before{
	right: 6vw;
	width: 9vw;
	background: url(https://www.free-spirits.co.jp/img/name_tokuchou_ico-04.png) no-repeat;
	background-size: contain;
}
.area-tokuchou li:nth-of-type(5)::before{
	left: 4.5vw;
	width: 8vw;
	background: url(https://www.free-spirits.co.jp/img/name_tokuchou_ico-05.png) no-repeat;
	background-size: contain;
}

/* -------------------------------- 
.area-flow
-------------------------------- */
.area-flow{
	width: 92vw;
}
.area-flow h2 + .img{
	margin: 5vw auto 0;
}
.area-flow ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	margin: 10vw auto 0;
}
.area-flow li:nth-of-type(-n+2){
	width: 45vw;
	height: auto;
}
.area-flow li:nth-of-type(3){
	margin: 2vw 0 0;
}
.area-flow .sub-txt{
	margin: 5vw auto 0;;
}
.area-flow .btn{
	margin: 4vw auto 0;
	text-align: right;
}
.area-flow .btn a{
	display: inline-block;
	position: relative;
	padding: 3vw 7.5vw 3vw 4.5vw;
	background: #1d508d;
	color: #fff;	
}
.area-flow .btn a::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 3vw;
	width: 2vw;
	height: 3.2vw;
	margin: -1.6vw 0 0;
	background: url(https://www.free-spirits.co.jp/img/top_arrow-type01.png) no-repeat;
	background-size: contain;
}


/* -------------------------------- 
.area-name
-------------------------------- */
.area-name{
	width: 92vw;
}
.area-name .sub-txt{
	margin: 5vw auto 0;
}
.area-name .block{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	width: 60vw;
	margin: 5vw auto 0;
}
.area-name .img{
	width: 25vw;
	height: auto;
}
.area-name .btn{
	margin: 5vw auto 0;
	text-align: right;
}
.area-name .btn a{
	display: inline-block;
	position: relative;
	padding: 3vw 7.5vw 3vw 4.5vw;
	background: #1d508d;
	color: #fff;	
}
.area-name .btn a::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 3vw;
	width: 2vw;
	height: 3.2vw;
	margin: -1.6vw 0 0;
	background: url(https://www.free-spirits.co.jp/img/top_arrow-type01.png) no-repeat;
	background-size: contain;
}


/* -------------------------------- 
.area-mitsumori
-------------------------------- */
.area-mitsumori{
	width: 92vw;
}
.area-mitsumori .sub-txt{
	margin: 5vw 0 0;
}


/* -------------------------------- 
.area-tokuten
-------------------------------- */
.area-tokuten{
	width: 92vw;
}
.area-tokuten ol{
	margin: 5vw 0 0;
}
.area-tokuten li{
	position: relative;
	padding: 2vw 0 2vw 17vw;
	font-weight: bold;
	line-height: 1.25;
}
.area-tokuten li:nth-of-type(2n){
	padding-left: 0;
	padding-right: 17vw;
}
.area-tokuten li:nth-of-type(n+2){
	margin: 3vw 0 0;
}
.area-tokuten li::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 11vw;
	height: 12.5vw;
	background: url(https://www.free-spirits.co.jp/img/name_tokuchou_ico-01.png) no-repeat;
	background-size: contain;
}
.area-tokuten li:nth-of-type(1)::before{
	left: 5.5vw;
	width: 6vw;
	background: url(https://www.free-spirits.co.jp/img/name_tokuchou_ico-01.png) no-repeat;
	background-size: contain;
}
.area-tokuten li:nth-of-type(2)::before{
	right: 6vw;
	width: 9vw;
	background: url(https://www.free-spirits.co.jp/img/name_tokuchou_ico-02.png) no-repeat;
	background-size: contain;
}
.area-tokuten li:nth-of-type(3)::before{
	left: 4.5vw;
	width: 8vw;
	background: url(https://www.free-spirits.co.jp/img/name_tokuchou_ico-03.png) no-repeat;
	background-size: contain;
}
.area-tokuten li:nth-of-type(4)::before{
	right: 6vw;
	width: 9vw;
	background: url(https://www.free-spirits.co.jp/img/name_tokuchou_ico-04.png) no-repeat;
	background-size: contain;
}
.area-tokuten li:nth-of-type(5)::before{
	left: 4.5vw;
	width: 8vw;
	background: url(https://www.free-spirits.co.jp/img/name_tokuchou_ico-05.png) no-repeat;
	background-size: contain;
}
.area-tokuten h3{
	margin: 10vw 0 0;
	font-size: 4.6vw;
	line-height: 1.25;
	text-align: center;
}
.area-tokuten .more-btn{
	margin: 5vw auto 0;
}


/* -------------------------------- 
.area-wrapping
-------------------------------- */
.area-wrapping{
	width: 92vw;
}
.area-wrapping .block{
	margin: 8vw 0 0;
}
.area-wrapping .img{
	margin: 4.5vw 0 0;
}
.area-wrapping .txt{
	margin: 4vw 0 0;
	line-height: 1.5;
}
.area-wrapping h3{
	margin: 10vw 0 0;
	font-size: 4.6vw;
	line-height: 1.25;
	text-align: center;
}
.area-wrapping .more-btn{
	margin: 5vw auto 0;
}


/* -------------------------------- 
.area-voice
-------------------------------- */
.area-voice{
	width: 92vw;
}
.area-voice .sub-txt{
	margin: 5vw auto 0;
}
.area-voice .inner{
	margin: 10vw 0 0;
}
.area-voice h3{
	font-size: 4.6vw;
}
.area-voice .block{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	width: 82vw;
	margin: 5vw auto 0;
}
.area-voice .img{
	width: 35vw;
	height: auto;
}
.area-voice .in{
	width: 43.5vw;
	font-size: 3.4vw;
}
.area-voice .txt{
	line-height: 1.5;
}
.area-voice .block:nth-of-type(1) .txt{
	margin: 3vw 0 0;
}
.area-voice .name{
	margin: 5vw 0 0;
	text-align: right;
}
.area-voice .ttl{
	width: 100%;
	margin: 0 0 3vw;
	font-weight: bold;
}
.area-voice .label{
	margin: 3vw auto 0;
	font-weight: bold;
	line-height: 1.25;
}
.area-voice .price{
	margin: 2.8vw 0 0;
	color: #f23333;
	text-align: right;
}
.area-voice .price span{
	padding: 0 1vw;
	font-size: 2vw;
}
.area-voice .btn{
	margin: 5vw 0 0;
	text-align: right;
}
.area-voice .btn a{
	display: inline-block;
	position: relative;
	padding: 3vw 7.5vw 3vw 4.5vw;
	background: #1d508d;
	color: #fff;	
}
.area-voice .btn a::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 3vw;
	width: 2vw;
	height: 3.2vw;
	margin: -1.6vw 0 0;
	background: url(https://www.free-spirits.co.jp/img/top_arrow-type01.png) no-repeat;
	background-size: contain;
}


/* -------------------------------- 
.area-faq
-------------------------------- */
.area-faq{
	width: 92vw;
}
.area-faq .btn{
	margin: 4vw 0 0;
	text-align: right;
}
.area-faq .btn a{
	display: inline-block;
	position: relative;
	padding: 3vw 7.5vw 3vw 4.5vw;
	background: #1d508d;
	color: #fff;	
}
.area-faq .btn a::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 3vw;
	width: 2vw;
	height: 3.2vw;
	margin: -1.6vw 0 0;
	background: url(https://www.free-spirits.co.jp/img/top_arrow-type01.png) no-repeat;
	background-size: contain;
}
.area-faq dl{
	margin-top: 5vw;
}
.area-faq .acMenu dt{
	padding: 4.5vw;
	background: #cccccc;
}
.area-faq .acMenu dt:nth-of-type(2n){
	background: #e1e1e1;
}
.area-faq .ttl{
	position: relative;
	font-weight: bold;
	font-size: 4vw;
}
.area-faq .ttl::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 6vw;
	height: 6.5vw;
	margin: -3.25vw 0 0;
	background: url(https://www.free-spirits.co.jp/img/common_faq_ico-question.png) no-repeat;
	background-size: contain;
}
.area-faq .txt{
	display: inline-block;
	width: 67vw;
	margin: 0 0 0 10vw;
	line-height: 1.25;
}
.area-faq .acMenu .btn{
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 5.7vw;
	height: 5.7vw;
	margin: -2.85vw 0 0;
}
.area-faq .open .btn img{
	transition: all .4s;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.area-faq .btn img{
	transition: all .4s;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.area-faq .acMenu dd{
	display: none;
	position: relative;
	padding: 0 12vw 4.5vw 15vw;
	background: #cccccc;
	font-size: 4vw;
	line-height: 1.5;
}
.area-faq .acMenu dd:nth-of-type(2n){
	background: #e1e1e1;
}
.area-faq .acMenu dd::before{
	content: "";
	display: block;
	position: absolute;
	top: 4.5vw;
	left: 4.5vw;
	width: 6vw;
	height: 6vw;
	margin: -3.25vw 0 0;
	background: url(https://www.free-spirits.co.jp/img/common_faq_ico-answer.png) no-repeat;
	background-size: contain;
}


/* -------------------------------- 
.area-osusume
-------------------------------- */
.area-osusume{
	width: 92vw;
}
.area-osusume h2 + .img{
	margin: 5vw auto 0;
}
.area-osusume h3{
	margin: 7vw 0 0;
	font-size: 4.6vw;
	line-height: 1.25;
}
.area-osusume ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	margin: 5vw auto 0;
}
.area-osusume li{
	width: 49%;
	margin: 0 2% 0 0;
}
.area-osusume li:nth-of-type(2n){
	margin-right: 0;
}
.area-osusume li:nth-of-type(n+3){
	margin-top: 5vw;
}
.area-osusume .label{
	margin: 2vw auto 0;
	font-weight: bold;
	font-size: 4vw;
	line-height: 1.25;
}
.area-osusume .price{
	margin: 2vw auto 0;
	color: #f23333;
	text-align: right;
}
.area-osusume .price span{
	padding: 0 1vw;
	font-size: 2vw;
}


/* -------------------------------- 
.area-mokuteki
-------------------------------- */
.area-mokuteki{
	width: 92vw;
}
.area-mokuteki .block{
	margin: 10vw auto 0;
	padding: 9vw 5vw 5vw;
	border: 1px solid rgba(52,68,87,.6);
}
.area-mokuteki .block:nth-of-type(n+2){
	margin: 5vw auto 0;
}
.area-mokuteki .block:nth-of-type(1){
	background: url(https://www.free-spirits.co.jp/img/name_mokuteki_bg-01.jpg) no-repeat;
	background-size: cover;
}
.area-mokuteki .block:nth-of-type(2){
	background: url(https://www.free-spirits.co.jp/img/name_mokuteki_bg-02.jpg) no-repeat;
	background-size: cover;
}
.area-mokuteki .block:nth-of-type(3){
	background: url(https://www.free-spirits.co.jp/img/name_mokuteki_bg-03.jpg) no-repeat;
	background-size: cover;
}
.area-mokuteki .sub-txt{
	margin: 5vw 0 0;
}
.area-mokuteki .btn{
	margin: 4vw 0 0;
	text-align: right;
}
.area-mokuteki .btn a{
	display: inline-block;
	position: relative;
	padding: 3vw 7.5vw 3vw 4.5vw;
	background: #1d508d;
	color: #fff;	
}
.area-mokuteki .btn a::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 3vw;
	width: 2vw;
	height: 3.2vw;
	margin: -1.6vw 0 0;
	background: url(https://www.free-spirits.co.jp/img/top_arrow-type01.png) no-repeat;
	background-size: contain;
}
}


@media only screen and (min-width: 769px) {
/* -------------------------------- 

common

-------------------------------- */
section[class^=area]{
	position: relative;
	margin: 150px auto 0;
}
section[class^=area] h2{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	font-size: 3.6rem;
}
section[class^=area] h2 br{
	display: none;
}
.mb3{
	margin-bottom: 30px;
}
.more-btn{
	margin: 60px auto 0;
	text-align: center;
}
.more-btn a{
	display: inline-block;
	position: relative;
	padding: 25px 85px 23px 45px;
	border: 6px solid #1d508d;
	color: #1d508d;
	font-weight: bold;
	font-size: 2.4rem;
}
.more-btn a:hover{
	border: 6px solid #f3ed33;
	transition: .6s;
}
.more-btn a::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 45px;
	width: 21px;
	height: 30px;
	margin: -15px 0 0;
	background: url(https://www.free-spirits.co.jp/img/top_arrow-type02.png) no-repeat;
	background-size: contain;
}
.hide{
	display:none;
}


/* -------------------------------- 
.area-tokuchou
-------------------------------- */
section[class=area-tokuchou]{
	width: 1050px;
	margin: 50px auto 0;
}
.area-tokuchou ol{
	width: 980px;
	margin: 30px auto 0;
}
.area-tokuchou li{
	position: relative;
	padding: 20px 0 20px 120px;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.25;
}
.area-tokuchou li:nth-of-type(2n){
	padding-left: 0;
	padding-right: 150px;
	text-align: right;
}
.area-tokuchou li:nth-of-type(n+2){
	margin: 30px 0 0;
}
.area-tokuchou li::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 110px;
	height: 120px;
	background: url(https://www.free-spirits.co.jp/img/name_tokuchou_ico-01.png) no-repeat;
	background-size: contain;
}
.area-tokuchou li:nth-of-type(1)::before{
	left: 30px;
	width: 40px;
	background: url(https://www.free-spirits.co.jp/img/name_tokuchou_ico-01.png) no-repeat;
	background-size: contain;
}
.area-tokuchou li:nth-of-type(2)::before{
	right: 65px;
	width: 51px;
	background: url(https://www.free-spirits.co.jp/img/name_tokuchou_ico-02.png) no-repeat;
	background-size: contain;
}
.area-tokuchou li:nth-of-type(3)::before{
	left: 30px;
	width: 56px;
	background: url(https://www.free-spirits.co.jp/img/name_tokuchou_ico-03.png) no-repeat;
	background-size: contain;
}
.area-tokuchou li:nth-of-type(4)::before{
	right: 65px;
	width: 51px;
	background: url(https://www.free-spirits.co.jp/img/name_tokuchou_ico-04.png) no-repeat;
	background-size: contain;
}
.area-tokuchou li:nth-of-type(5)::before{
	left: 30px;
	width: 56px;
	background: url(https://www.free-spirits.co.jp/img/name_tokuchou_ico-05.png) no-repeat;
	background-size: contain;
}


/* -------------------------------- 
.area-flow
-------------------------------- */
.area-flow{
	width: 1050px;
}
.area-flow h2 + .img{
	width: 920px;
	margin: 50px auto 0;
}
.area-flow ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	width: 980px;
	margin: 80px auto 0;
}
.area-flow li:nth-of-type(-n+2){
	width: 49%;
	height: auto;
}
.area-flow li:nth-of-type(3){
	width: 100%;
	margin: 20px 0 0;
}
.area-flow .sub-txt{
	width: 980px;
	margin: 45px auto 0;;
}
.area-flow .btn{
	width: 980px;
	margin: 30px auto 0;
	text-align: right;
}
.area-flow .btn a{
	display: inline-block;
	position: relative;
	padding: 15px 60px 15px 45px;
	background: #1d508d;
	color: #fff;	
	font-weight: bold;
	font-size: 2rem;
}
.area-flow .btn a:hover{
	background: #f3ed33;
	color: #333;	
}
.area-flow .btn a::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 25px;
	width: 10px;
	height: 16px;
	margin: -8px 0 0;
	background: url(https://www.free-spirits.co.jp/img/top_arrow-type01.png) no-repeat;
	background-size: contain;
}


/* -------------------------------- 
.area-name
-------------------------------- */
.area-name{
	width: 1050px;
}
.area-name .sub-txt{
	margin: 25px auto 0;;
}
.area-name .block{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	width: 580px;
	margin: 30px auto 0;
}
.area-name .img{
	width: 250px;
	height: auto;
}
.area-name .btn{
	width: 980px;
	margin: 50px auto 0;
	text-align: right;
}
.area-name .btn a{
	display: inline-block;
	position: relative;
	padding: 15px 60px 15px 45px;
	background: #1d508d;
	color: #fff;	
	font-weight: bold;
	font-size: 2rem;
}
.area-name .btn a:hover{
	background: #f3ed33;
	color: #333;	
}
.area-name .btn a::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 25px;
	width: 10px;
	height: 16px;
	margin: -8px 0 0;
	background: url(https://www.free-spirits.co.jp/img/top_arrow-type01.png) no-repeat;
	background-size: contain;
}


/* -------------------------------- 
.area-mitsumori
-------------------------------- */
.area-mitsumori{
	width: 1050px;
}
.area-mitsumori .sub-txt{
	margin: 25px 0 0;
}


/* -------------------------------- 
.area-tokuten
-------------------------------- */
.area-tokuten{
	width: 1050px;
}
.area-tokuten ol{
	width: 980px;
	margin: 50px auto 0;
}
.area-tokuten li{
	position: relative;
	padding: 20px 0 20px 120px;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.25;
}
.area-tokuten li:nth-of-type(2n){
	padding-left: 0;
	padding-right: 120px;
}
.area-tokuten li:nth-of-type(n+2){
	margin: 30px 0 0;
}
.area-tokuten li::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 110px;
	height: 120px;
	background: url(https://www.free-spirits.co.jp/img/name_tokuchou_ico-01.png) no-repeat;
	background-size: contain;
}
.area-tokuten li:nth-of-type(1)::before{
	left: 30px;
	width: 60px;
	background: url(https://www.free-spirits.co.jp/img/name_tokuchou_ico-01.png) no-repeat;
	background-size: contain;
}
.area-tokuten li:nth-of-type(2)::before{
	right: 35px;
	width: 81px;
	background: url(https://www.free-spirits.co.jp/img/name_tokuchou_ico-02.png) no-repeat;
	background-size: contain;
}
.area-tokuten li:nth-of-type(3)::before{
	left: 20px;
	width: 76px;
	background: url(https://www.free-spirits.co.jp/img/name_tokuchou_ico-03.png) no-repeat;
	background-size: contain;
}
.area-tokuten h3{
	margin: 100px auto 0;
	font-size: 2.4rem;
	text-align: center;
}
.area-tokuten .more-btn{
	margin: 50px auto 0;
}


/* -------------------------------- 
.area-wrapping
-------------------------------- */
.area-wrapping{
	width: 1050px;
}
.area-wrapping .block{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	margin: 30px 0 0;
}
.area-wrapping .img{
	width: 50%;
}
.area-wrapping .txt{
	width: 47%;
	line-height: 1.75;
}
.area-wrapping h3{
	margin: 80px auto 0;
	font-size: 2.4rem;
	text-align: center;
}
.area-wrapping .more-btn{
	margin: 50px auto 0;
}


/* -------------------------------- 
.area-voice
-------------------------------- */
.area-voice{
	width: 1050px;
}
.area-voice .sub-txt{
	margin: 25px 0 0;
}
.area-voice .inner{
	width: 980px;
	margin: 100px auto 0;
}
.area-voice h3{
	font-size: 2.4rem;
}
.area-voice .block{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	width: 900px;
	margin: 50px auto 0;
}
.area-voice .img{
	width: 350px;
	height: auto;
}
.area-voice .in{
	width: 520px;
}
.area-voice .txt{
	line-height: 1.5;
}
.area-voice .block:nth-of-type(1) .txt{
	margin: 100px 0 0;
}
.area-voice .name{
	margin: 50px 0 0;
	text-align: right;
}
.area-voice .ttl{
	width: 100%;
	margin: 0 0 30px;
	font-weight: bold;
}
.area-voice .label{
	margin: 60px 0 0;
	font-weight: bold;
	line-height: 1.25;
}
.area-voice .price{
	margin: 20px 0 0;
	color: #f23333;
	font-size: 2rem;
	text-align: right;
}
.area-voice .price span{
	padding: 0 5px;
	font-size: 1.2rem;
}
.area-voice .btn{
	margin: 90px auto 0;
	text-align: right;
}
.area-voice .btn a{
	display: inline-block;
	position: relative;
	padding: 15px 60px 15px 45px;
	background: #1d508d;
	color: #fff;	
	font-weight: bold;
	font-size: 2rem;
}
.area-voice .btn a:hover{
	background: #f3ed33;
	color: #333;	
}
.area-voice .btn a::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 25px;
	width: 10px;
	height: 16px;
	margin: -8px 0 0;
	background: url(https://www.free-spirits.co.jp/img/top_arrow-type01.png) no-repeat;
	background-size: contain;
}


/* -------------------------------- 
.area-faq
-------------------------------- */
.area-faq{
	width: 1050px;
}
.area-faq .btn{
	margin: 30px 0 0;
	text-align: right;
}
.area-faq .btn a{
	display: inline-block;
	position: relative;
	padding: 15px 60px 15px 45px;
	background: #1d508d;
	color: #fff;	
	font-weight: bold;
	font-size: 2rem;
}
.area-faq .btn a:hover{
	background: #f3ed33;
	color: #333;	
}
.area-faq .btn a::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 25px;
	width: 10px;
	height: 16px;
	margin: -8px 0 0;
	background: url(https://www.free-spirits.co.jp/img/top_arrow-type01.png) no-repeat;
	background-size: contain;
}
.area-faq dl{
	margin: 50px auto 0;
}
.area-faq .acMenu dt{
	padding: 33px 50px;
	background: #cccccc;
	box-sizing: border-box;
	cursor: pointer;
}
.area-faq .acMenu dt:nth-of-type(2n){
	background: #e1e1e1;
}
.area-faq .ttl{
	position: relative;
	font-weight: bold;
	font-size: 2.4rem;
}
.area-faq .ttl::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 60px;
	height: 65px;
	margin: -32.5px 0 0;
	background: url(https://www.free-spirits.co.jp/img/common_faq_ico-question.png) no-repeat;
	background-size: contain;
}
.area-faq .txt{
	display: inline-block;
	width: 810px;
	margin: 0 50px 0 90px;
	line-height: 1.25;
}
.area-faq .acMenu .btn{
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 41px;
	height: 41px;
	margin: -21px 0 0;
}
.area-faq .open .btn img{
	transition: all .4s;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.area-faq .btn img{
	transition: all .4s;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.area-faq .acMenu dd{
	display: none;
}
.area-faq .acMenu dd{
	display: none;
	position: relative;
	padding: 0 100px 33px 140px;
	background: #cccccc;
	font-size: 2.4rem;
	line-height: 1.75;
}
.area-faq .acMenu dd:nth-of-type(2n){
	background: #e1e1e1;
}
.area-faq .acMenu dd::before{
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 50px;
	width: 60px;
	height: 55px;
	background: url(https://www.free-spirits.co.jp/img/common_faq_ico-answer.png) no-repeat;
	background-size: contain;
}


/* -------------------------------- 
.area-osusume
-------------------------------- */
.area-osusume{
	width: 1050px;
}
.area-osusume h2 + .img{
	margin: 50px auto 0;
}
.area-osusume h3{
	margin: 70px auto 0;
	font-size: 2.4rem;
	line-height: 1.25;
}
.area-osusume  ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	width: 980px;
	margin: 30px auto 0;
}
.area-osusume li{
	width: 230px;
	margin-right: calc(60px/3);
}
.area-osusume li:nth-of-type(4n){
	margin-right: 0;
}
.area-osusume .label{
	margin: 10px 0 0;
	font-weight: bold;
	line-height: 1.25;
}
.area-osusume .price{
	margin: 10px 0 0;
	color: #f23333;
	text-align: right;
}
.area-osusume .price span{
	padding: 0 5px;
	font-size: 1.2rem;
}


/* -------------------------------- 
.area-mokuteki
-------------------------------- */
.area-mokuteki{
	width: 1050px;
}
.area-mokuteki .block{
	margin: 50px auto 0;
	padding: 50px 50px 60px;
	background: url(https://www.free-spirits.co.jp/img/name_mokuteki_bg-01.jpg) no-repeat;
	background-size: cover;
	border: 1px solid rgba(52,68,87,.6);
}
.area-mokuteki .block:nth-of-type(n+2){
	margin: 50px auto 0;
}
.area-mokuteki .block:nth-of-type(1){
	background: url(https://www.free-spirits.co.jp/img/name_mokuteki_bg-01.jpg) no-repeat;
	background-size: cover;
}
.area-mokuteki .block:nth-of-type(2){
	background: url(https://www.free-spirits.co.jp/img/name_mokuteki_bg-02.jpg) no-repeat;
	background-size: cover;
}
.area-mokuteki .block:nth-of-type(3){
	background: url(https://www.free-spirits.co.jp/img/name_mokuteki_bg-03.jpg) no-repeat;
	background-size: cover;
}
.area-mokuteki h3{
	font-size: 2.4rem;
}
.area-mokuteki .sub-txt{
	margin: 50px 0 0;
}
.area-mokuteki .btn{
	margin: 50px 0 0;
	text-align: right;
}
.area-mokuteki .btn a{
	display: inline-block;
	position: relative;
	padding: 15px 60px 15px 45px;
	background: #1d508d;
	color: #fff;	
	font-weight: bold;
	font-size: 2rem;
}
.area-mokuteki .btn a:hover{
	background: #f3ed33;
	color: #333;	
}
.area-mokuteki .btn a::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 25px;
	width: 10px;
	height: 16px;
	margin: -8px 0 0;
	background: url(https://www.free-spirits.co.jp/img/top_arrow-type01.png) no-repeat;
	background-size: contain;
}
}
