@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;
  text-align: center;
}
.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;
}


/* -------------------------------- 
.main-visual
-------------------------------- */
.main-visual{
  width: 100vw;
  margin: 0 auto;
}


/* -------------------------------- 
.area-lead
-------------------------------- */
section[class=area-lead]{
	width: 92vw;
	margin: 8vw auto 0;
  padding: 10vw 4vw;
  background: #fff;
  box-sizing: border-box;
}
.area-lead .inner{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	align-items: flex-end;
  margin: 8vw auto 0;
}
.area-lead .block{
  width: 48%;
}
.area-lead .qr{
  display: none;
}
.area-lead .txt{
  margin: 1.5vw auto 0;
  text-align: right;
}
.area-lead .btn{
  margin: 5vw auto 0;
  text-align: center;
}
.area-lead .btn a{
	display: inline-block;
	position: relative;
	padding: 3vw 7.5vw 3vw 4.5vw;
	background: #1d508d;
	color: #fff;	
}
.area-lead .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-function
-------------------------------- */
section[class=area-function]{
	width: 92vw;
	margin: 8vw auto 0;
  padding: 10vw 4vw;
  background: #fff;
  box-sizing: border-box;
}
.area-function .block{
  margin: 8vw 0 0;
}
.area-function .block + .block,
.area-function .caution + .block{
  margin: 15vw 0 0;
}
.area-function .block h3{
  margin: 0 auto;
}
.area-function .in{
  margin: 4vw auto 0;
}
.area-function .txt{
  margin: 1vw 0 0;
  line-height: 1.75;
}
.area-function .ttl{
  margin: 4vw auto 0;
  font-weight: bold;
}
.area-function .table-block{
  width: 100%;
  overflow-x: scroll;
  margin: 4vw auto 0;
}
.area-function .table-block table{
  width: 160vw;
  border: 1px solid #F5F5F5;
}
.area-function .table-block th{
  background: #F5F5F5;
  padding: 5vw 2vw;
  box-sizing: border-box;
}
.area-function .table-block thead th:nth-of-type(2){
  background: #e8d75d;
}
.area-function .table-block thead th:nth-of-type(3){
  background: #d0e0ea;
}
.area-function .table-block thead th:nth-of-type(4){
  background: #3a4349;
  color: #fff;
}
.area-function .table-block thead th:nth-of-type(5){
  background: #2d4d68;
  color: #fff;
}
.area-function .table-block td{
  padding: 5vw 2vw;
  border-right: 1px solid #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
  box-sizing: border-box;
  text-align: right;
}
.area-function .table-block td:last-of-type{
  border-right: none;
}
.area-function .table-block tr:last-of-type td{
  border-bottom: none;
}
.area-function .caution{
  margin: 1vw auto 0;
}
.area-function .btn{
  margin: 5vw auto 0;
  text-align: center;
}
.area-function .btn a{
	display: inline-block;
	position: relative;
	padding: 3vw 7.5vw 3vw 4.5vw;
	background: #1d508d;
	color: #fff;	
}
.area-function .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: 90px auto 0;
}
section[class^=area] h2{
	font-size: 3.6rem;
}
section[class^=area] h2 br{
	display: none;
}
.more-btn{
	margin: 100px auto 0;
	text-align: center;
}
.more-btn a{
	display: inline-block;
	position: relative;
	padding: 25px 110px 23px 55px;
	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: 23px;
	height: 35px;
	margin: -17.5px 0 0;
	background: url(https://www.free-spirits.co.jp/img/top_arrow-type02.png) no-repeat;
	background-size: contain;
}


/* -------------------------------- 
.main-visual
-------------------------------- */
.main-visual{
  width: 1050px;
  margin: 0 auto;
}


/* -------------------------------- 
.area-lead
-------------------------------- */
section[class=area-lead]{
	width: 1050px;
	margin: 100px auto 100px;
  padding: 80px 80px;
  background: #fff;
  box-sizing: border-box;
}
.area-lead .sub-txt{
	margin: 20px auto 0;
}
.area-lead .inner{
	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: 520px;
  margin: 0 auto;
}
.area-lead .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: flex-end;
	align-items: flex-end;
  width: 41%;
  margin: 80px auto 0;
}
.area-lead .img{
  width: 55%;
}
.area-lead .qr{
  width: 38%;
}
.area-lead .txt{
  width: 480px;
  margin: 10px auto 0;
  font-size: 1.1rem;
}
.area-lead .btn{
  width: 590px;
  margin: 50px auto 0;
  text-align: center;
}
.area-lead .btn a{
	display: inline-block;
	position: relative;
	padding: 15px 60px 15px 45px;
	background: #1d508d;
	color: #fff;	
	font-weight: bold;
	font-size: 2rem;
}
.area-lead .btn a:hover{
	background: #ed8863;
}
.area-lead .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-function
-------------------------------- */
section[class=area-function]{
	width: 1050px;
	margin: 100px auto 0;
  padding: 80px 80px;
  background: #fff;
  box-sizing: border-box;
}
.area-function .inner{
  width: 660px;
  margin: 35px auto 0;
}
.area-function .block{
  margin: 50px 0 0;
}
.area-function .block + .block,
.area-function .caution + .block{
  margin: 100px 0 0;
}
.area-function .block h3{
  width: 800px;
  margin: 0 auto;
}
.area-function .in{
	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: 800px;
  margin: 30px auto 0;
}
.area-function .img{
  width: 50%;
}
.area-function .txt{
  width: 48%;
  line-height: 1.75;
}
.area-function .ttl{
  width: 800px;
  margin: 20px auto 0;
  font-weight: bold;
}
.area-function .table-block{
  width: 800px;
  margin: 20px auto 0;
}
.area-function .table-block table{
  width: 800px;
  border: 1px solid #F5F5F5;
}
.area-function .table-block th{
  background: #F5F5F5;
  padding: 20px 10px;
  box-sizing: border-box;
}
.area-function .table-block thead th:nth-of-type(2){
  background: #e8d75d;
}
.area-function .table-block thead th:nth-of-type(3){
  background: #d0e0ea;
}
.area-function .table-block thead th:nth-of-type(4){
  background: #3a4349;
  color: #fff;
}
.area-function .table-block thead th:nth-of-type(5){
  background: #2d4d68;
  color: #fff;
}
.area-function .table-block td{
  padding: 20px 10px;
  border-right: 1px solid #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
  box-sizing: border-box;
  text-align: right;
}
.area-function .table-block td:last-of-type{
  border-right: none;
}
.area-function .table-block tr:last-of-type td{
  border-bottom: none;
}
.area-function .caution{
  width: 800px;
  margin: 10px auto 0;
  font-size: 1.1rem;
}
.area-function .btn{
  width: 590px;
  margin: 50px auto 0;
  text-align: center;
}
.area-function .btn a{
	display: inline-block;
	position: relative;
	padding: 15px 60px 15px 45px;
	background: #1d508d;
	color: #fff;	
	font-weight: bold;
	font-size: 2rem;
}
.area-function .btn a:hover{
	background: #ed8863;
}
.area-function .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;
}
}
