@charset "UTF-8";

/* lead
---------------------------------------------------------*/
#lead{
	margin-bottom: 120px;
}
#lead p{
	font-size: min(130%,2.3vw);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#lead{
	margin-bottom: 8%;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#lead{
	margin-bottom: 10%;
}
#lead p{
	font-size: 110%;
}
}


/* list
---------------------------------------------------------*/
#list{
	margin-bottom: 150px;
}
#list .open_list > li{
	margin-bottom: 10px;
}
#list .open_btn{
	background: #e4e5e9;
	text-align: center;
	font-size:160%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	padding: .7em 0;
}
#list .open_box{
	padding-top: 40px;
	padding-bottom: 80px;
}
#list li:last-child .open_box{
	padding-bottom: 0!important;
}
#list .open_box ul li{
	border-bottom: 1px solid #bebebe;
	padding-bottom: 60px;
	margin-bottom: 60px;
}
#list .open_box ul li:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#list .open_box ul li .inbox{
	max-width: 1000px;
	margin: 0 auto;
}
#list .open_box ul li .name{
	position: relative;
	font-size:155%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	padding-left: .7em;
	box-sizing: border-box;
}
#list .open_box ul li .name::before{
	position: absolute;
	display: block;
	content: "";
	background: #416e8b;
	background-size: 100% auto;
	width: 3px;
	height: 1.1em;
	top:.2em;
	left: 0;
}
#list .open_box ul li .address,
#list .open_box ul li .free{
	margin-top: 1em;
}
#list .open_box ul li .btn{
	margin-top: 1.5em;
}
#list .open_box ul li .btn a{
	position: relative;
	background: #3b4757;
	border-radius: 50px;
	display: inline-block;
	padding: .6em 5.1em .6em 1.8em;
	color: #fff;
}
#list .open_box ul li .btn a:hover{
	background: #417ba5;
}
#list .open_box ul li .btn a::before{
	position: absolute;
	display: block;
	content: "";
	background: url(../images/list/icon-out.svg) no-repeat top right;
	background-size: 100% auto;
	width: .9em;
	height: .9em;
	top: 50%;
	transform: translateY(-50%);
	right: 1.5em;
}

#list .open_box {
	display: block;
}
#list .icon_open::after{
  transform:rotate(0deg);
}
#list .open_btn.active .icon_open::after{
  transform: rotate(90deg);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#list{
	margin-bottom: 10%;
}
#list .open_list > li{
	margin-bottom: 8px;
}
#list .open_btn{
	font-size:140%;
}
#list .open_box{
	padding-top: 4%;
	padding-bottom: 8%;
}
#list .open_box ul li{
	padding-bottom: 5%;
	margin-bottom: 5%;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#list{
	margin-bottom: 12%;
}
#list .open_list > li{
	margin-bottom: 5px;
}
#list .open_btn{
	font-size:140%;
}
#list .open_box{
	padding-top: 6%;
	padding-bottom: 12%;
}
#list .open_box ul li{
	padding-bottom: 10%;
	margin-bottom: 10%;
}
#list .open_box ul li .name{
	font-size:130%;
	letter-spacing: 0.05em;
}
#list .open_box ul li .address,
#list .open_box ul li .free{
	margin-top: .6em;
}
#list .open_box ul li .btn{
	margin-top: 1em;
}
}