@charset "utf-8";

/* アンカーリンク用 */
#facility,#qa{
	padding-top: 130px;
    margin-top: -130px;
}
 #plan ,#access{
	padding-top:100px;
	margin-top:-100px;
} 
/* index
===============================*/
.l-inner {
	padding: 0 5rem;
    max-width: 1100px;
    margin: auto;
	}
.mv {
    padding-top: 130px;
	margin-bottom: 150px;
}
.concept {
    max-width: 1200px;
    margin: 0 auto 150px;
    text-align: center;
}
.concept p{
	line-height: 2;
}
.feature{
	background:url(../img/index/bg_dot_yellow.png);
	padding-bottom: 120px;
	margin-bottom: 80px;
}
.feature h2{
	padding-top: 150px;
}
.feature ul.feature_circle{
	display: flex;
    justify-content: space-between;
    max-width: 725px;
    width: 80%;
    margin: 0 auto 120px;
}
.feature ul.feature_circle li{
	width: 200px;
}
.feature .feature_01{
	background-color: #fff;
	border-radius: 20px;
	padding:45px 85px;
	max-width: 1100px;
	width: 94%;
	margin: 0 auto 140px;
	position: relative;
}
.feature .feature_01::before{
	content: "";
    display: inline-block;
    background-image: url(../img/index/bg_ribbon_pink.png);
    width: 120px;
    height: 100px;
    background-size: contain;
    position: absolute;
    top: -18px;
    left: -18px;
}
.feature .feature_01::after{
	content: "";
    display: inline-block;
    background-image: url(../img/index/bg_ribbon_pink.png);
    width: 120px;
    height: 100px;
    background-size: contain;
    position: absolute;
    bottom: -18px;
    right: -18px;
}
.feature .feature_title{
	width: 280px;
	text-align: center;
	margin:0 auto 60px;
}
.feature h3{
	text-align: center;
	position: relative;
	font-size: 22px;
	z-index: 1;
	margin-bottom: 40px;
}
.feature h3::after{
	content: "";
    position: absolute;
    top: -12px;
    background: url(../img/index/bg_line_yellow.png)no-repeat left 0px top 26px / 290px auto;
    display: block;
    width: 290px;
    height: 20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
	padding-bottom: 20px;
}
p.feature_text{
	font-size:18px;
	text-align: center;
	line-height: 2;
	margin-bottom: 40px;
}
.feature_illust{
	background-color:#fff5fb;
	padding:55px 80px 15px;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 85px;
}
.feature_illust li{
	width:150px;
	height: 150px;
	margin-right: 50px;
	background-color: #fff;
	border-radius: 20px;
	padding: 30px 0 20px;
	box-sizing: border-box;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}
.feature_illust li::before{
	content: "";
    background: url(../img/index/lesson_bg_circle.png) no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -37px;
    left: -40px;
    display: inline-block;
    z-index: -1;

}
.feature_illust li:nth-child(4),li:nth-child(8){
	margin-right: 0px;
}
p.feature_illust_box {
    width: 60%;
    margin: auto;
    height: 90px;
}
p.eiken {
    height: 77px;
}

p.illust_small {
    width: 50%;
}
p.illust_big {
    width: 65%;
}
.feature_illust li>p{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
p.eiken_text{
	line-height: 1.2;
	font-size: 15px!important;
}
.feature .feature_pic li{
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.feature .feature_pic_title{
	background: url(../img/index/lesson_bg.png) no-repeat;
    width: 200px;
    height: 55px;
    background-size: contain;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 55px;
    padding-left: 5px;
}
.feature .feature_pic_text{
	width: 500px;
	line-height: 1.5;
	font-size: 16px;
}
.feature .feature_pic_img{
	width: 200px;
}
.feature .feature_02{
	background-color: #fff;
	border-radius: 20px;
	padding:45px 85px;
	max-width: 1100px;
	width: 94%;
	margin: 0 auto 140px;
	position: relative;
}
.feature .feature_02::before{
	content: "";
    display: inline-block;
    background-image: url(../img/index/bg_ribbon_blue.png);
    width: 120px;
    height: 100px;
    background-size: contain;
    position: absolute;
    top: -18px;
    left: -18px;
}
.feature .feature_02::after{
	content: "";
    display: inline-block;
    background-image: url(../img/index/bg_ribbon_blue.png);
    width: 120px;
    height: 100px;
    background-size: contain;
    position: absolute;
    bottom: -18px;
    right: -18px;
}
.feature .feature_02_illust{
	max-width:730px;
	width: 80%;
	margin: 0 auto 70px;
}
.feature .feature_voice {
	background-color:#eff9ff;
	border-radius: 10px;
	padding: 120px 100px 80px;
	margin-bottom: 110px;
}
.feature .feature_voice h4{
	font-size: 22px;
    font-weight: bold;
    position: relative;
    width: 180px;
    margin:0 auto 60px;
}  
.feature .feature_voice h4::before{
	background-image: url(../img/index/bg_pin_blue.png);
    content: "";
    display: inline-block;
    width: 22px;
    background-size: contain;
    height: 30px;
    background-repeat: no-repeat;
    position: absolute;
    top: -5px;
    left: -40px;
}
.feature .feature_voice>p {
	border-bottom: 2px solid #fff;
	background-image: linear-gradient(180deg, #fff 4px, transparent 1px);
  	background-size: 100% 2.5em; 
  	line-height: 2.5em; 
  	padding-bottom: 2px; 
}
 .feature .feature_voice>p span{
	text-align: right;
	display: block;
} 
.feature .feature_03{
	background-color: #fff;
	border-radius: 20px;
	padding:45px 85px;
	max-width: 1100px;
	width: 94%;
	margin: 0 auto 0px;
	position: relative;
}
.feature .feature_03::before{
	content: "";
    display:inline-block;
    background-image:url(../img/index/bg_ribbon_yellow.png);
    width:120px;
    height:100px;
    background-size:contain;
    position:absolute;
    top:-18px;
    left:-18px;
}
.feature .feature_03::after{
	content: "";
    display: inline-block;
    background-image: url(../img/index/bg_ribbon_yellow.png);
    width: 120px;
    height: 100px;
    background-size: contain;
    position: absolute;
    bottom: -18px;
    right: -18px;
}
.feature .feature_03_box{
	display: flex;
	justify-content: space-between;
	margin: 0 auto 70px;
	align-items: center;
}

.feature .feature_03_box .feature_name{
	max-width:400px;
	width: 80%;
	}
.feature .feature_03_box .feature_cross{
	max-width:30px;
	width: 50%;
	}
.feature .feature_03_text{
		text-align: left;
		margin-bottom: 60px;
	}
.feature .feature_pic_box{
		display: flex;
		justify-content: space-between;
		margin-bottom: 100px;
	}
.feature .feature_pic_box>p{
		width: 320px;
	}
#ranking{
		padding-top: 60px;
		margin-bottom: -60px;
	}
.ranking{
	background-image:url(../img/index/bg_ranking.jpg) ;
	max-width: 1100px;
	width: 100%;
    margin: 0 auto 140px;
	position: relative;
	padding: 130px 60px 10px;
	border-radius: 10px;
}
.ranking h3{
	position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 480px;
}
.ranking .ranking_box{
	background-color: #fff;
	border-radius: 10px;
	padding:55px 30px;
	margin-bottom: 60px;
}
.ranking .ranking_box h4.ranking01{
	background: url(../img/index/ranking_bg01.png) no-repeat;
    width: 304px;
    height: 95px;
    background-size: contain;
    text-align: center;
    line-height: 139px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    padding-left: 25px;
	margin-bottom: 40px;
}
.ranking .ranking_box h4.ranking02{
	background: url(../img/index/ranking_bg02.png) no-repeat;
    width: 304px;
    height: 95px;
    background-size: contain;
    text-align: center;
    line-height: 139px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    padding-left: 25px;
	margin-bottom: 40px;
	
}
.ranking .ranking_box h4.ranking03{
	background: url(../img/index/ranking_bg03.png) no-repeat;
    width: 304px;
    height: 95px;
    background-size: contain;
    text-align: center;
    line-height: 139px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    padding-left: 25px;
	margin-bottom: 40px;
}
.ranking_box>p{
	font-size: 15px;
	line-height: 1.8;
	margin:0 auto 60px;
	padding: 0 40px;
}
.ranking_box p.ranking_pic{
	width:380px;
	margin: 0 auto;
}

.facility_map{
	max-width: 820px;
	width: 80%;
	margin: 0 auto 80px;
}
.facility ul{
	display: flex;
	justify-content: space-between;
	max-width: 1100px;
	margin: 0 auto 150px;
}
.facility ul li{
	width: 340px;
} 
.facility .facility_pic{
	margin-bottom: 20px;
}
.facility .facility_title{
	margin-bottom: 20px;
	font-size: 18px;
}
.facility .facility_text{
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.4;
}
.plan{
	background-image: url(../img/index/bg_dot.jpg);
	padding: 70px 0 60px;
	text-align: center;
	margin-bottom: 150px;
}
.plan_text{
	font-size: 18px;
    line-height: 2;
    width: 750px;
    margin: 0 auto 60px;
    position: relative;
}
.plan_text::before{
	content: "";
    display: inline-block;
    background-image: url(../img/index/plan_bg01.png);
    width: 250px;
    height: 260px;
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    top: -151px;
    left: -180px;
}
.plan_text::after{
	content: "";
    display: inline-block;
    background-image: url(../img/index/plan_bg02.png);
    width: 290px;
    height: 240px;
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    bottom: -80px;
    right: -200px;
}
.plan_btn a{
	background-color:#f2c230;
	color: #fff;
	width: 200px;
	padding: 20px 30px;
	font-size:18px;
	border-radius: 10px;
	display: block;
    margin: auto;
    box-sizing: border-box;
}
.qa{
	margin-bottom: 150px;
}
.qa ul li{
	border-top: 2px dotted #dddddd;
	padding: 20px;
}
.qa ul li:last-child{
	border-bottom: 2px dotted #dddddd;
	padding: 20px;
}
.qa ul li .qa_flex{
	display: flex;
	align-items: center;
	line-height: 1.4;
}
.qa ul li .qa_pic{
	width: 55px;
	padding: 10px 30px 10px 15px; 
}
.qa ul li .qa_text{
	width: 90%;
}

.access{
	background: url(../img/index/bg_map.jpg);
	padding:80px 0;
}
.gmap_box{
	max-width: 1100px;
	height: 340px;
	margin-bottom: 60px;
}
.gmap_box iframe{
	width: 100%;
	height: 340px;
}
.access_flex{
	display: flex;
	justify-content: space-between;
}
.access_flex p{
	width: 45%;
    border-bottom: 1px solid #3f6ca6;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-bottom: 30px;
}
.access_icon01::before{
	content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../img/index/ico_address.png);
    background-size: contain;
    vertical-align: middle;
    padding-right: 5px;
    background-repeat: no-repeat;
}
.access_icon02::before{
	content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../img/index/ico_train.png);
    background-size: contain;
    vertical-align: middle;
    padding-right: 5px;
    background-repeat: no-repeat;
}
.access_icon03::before{
	content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../img/index/ico_tel.png);
    background-size: contain;
    vertical-align: middle;
    padding-right: 5px;
    background-repeat: no-repeat;
}
.access_icon04::before{
	content: '';
    display: inline-block;
    width: 20px;
    height: 19px;
    margin-right: 7px;
    background-image: url(../img/index/ico_mail.png);
    background-size: contain;
    vertical-align: middle;
    padding-right: 5px;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
	/* アンカーリンク用 */
#facility,#qa{
	padding-top: 30px;
    margin-top: -30px;
}
 #plan ,#access{
	padding-top:0px;
	margin-top:0px;
} 

.mv {
		padding-top: 87px;
		margin-bottom: 40px;
	}
	section.feature h2{
		padding-top: 40px;
	}	
	.l-inner {
		padding: 0 1rem;
	}
	.concept {
		margin: 0 auto 40px
	}
	.concept p {
		font-size: 15px;
		text-align: left;
	}
	.feature{
		background:url(../img/index/bg_dot_yellow.png);
		padding-bottom: 70px;
    	margin-bottom: 20px;
	}
	.feature h2{
		padding-top: 150px;
	}
	.feature ul.feature_circle{
		display: flex;
		justify-content: space-between;
		width: 80%;
		margin: 0 auto 60px;
	}
	.feature ul.feature_circle li{
		width: 30%;
	}
	.feature .feature_01{
		background-color: #fff;
		border-radius: 20px;
		padding:30px 20px;
		width: 94%;
		margin: 0 auto 70px;
		position: relative;
		box-sizing: border-box;
	}
	.feature .feature_01::before{
		content: "";
		display: inline-block;
		background-image: url(../img/index/bg_ribbon_pink.png);
		width: 80px;
		height: 60px;
		background-size: contain;
		position: absolute;
		top: -8px;
		left: 0px;
		background-repeat: no-repeat;
	
	}
	.feature .feature_01::after{
		content: "";
		display: inline-block;
		background-image: url(../img/index/bg_ribbon_pink.png);
		width: 80px;
		height: 60px;
		background-size: contain;
		position: absolute;
		bottom: -18px;
		right: 0px;
		background-repeat: no-repeat;
	}
	.feature .feature_title{
		width: 70%;
		text-align: center;
		margin:0 auto 60px;
	}
	.feature h3{
		text-align: center;
		position: relative;
		font-size: 18px;
		z-index: 1;
		margin-bottom: 40px;
		font-weight: bold;
	}
	.feature h3::after{
		content: "";
		position: absolute;
		top: -12px;
		background: url(../img/index/bg_line_yellow.png)no-repeat left 0px top 26px / 290px auto;
		display: block;
		width: 270px;
		height: 20px;
		left: 0;
		right: 0;
		margin: auto;
		z-index: -1;
		padding-bottom: 20px;
	}
	p.feature_text{
		font-size: 14px;
		text-align: left;
		line-height: 2;
		margin-bottom: 30px;
	}
	.feature_illust{
		background-color:#fff5fb;
		padding:55px 25px 15px;
		border-radius: 20px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 40px;
	}
	.feature_illust li{
		width: 120px;
    	height: 120px;
		margin-right: 0px;
		background-color: #fff;
		border-radius: 20px;
		padding: 15px 0 0px;
		box-sizing: border-box;
		margin-bottom: 20px;
		position: relative;
		z-index: 1;
	}
	.feature_illust li::before{
		content: "";
		background: url(../img/index/lesson_bg_circle.png) no-repeat;
		width: 50px;
		height: 50px;
		position: absolute;
		top: -37px;
		left: -40px;
		display: inline-block;
		z-index: -1;
	
	}
	.feature_illust li:nth-child(4),li:nth-child(7){
		margin-right: 0px;
	}
	p.feature_illust_box {
		width: 60%;
		margin: auto;
		height: 77px;
	}
	p.eiken {
		height: 65px!important;
	}
	p.illust_small {
		width: 50%;
	}
	p.illust_big {
		width: 60%;
	}
	.feature_illust li>p{
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}
	p.eiken_text {
		line-height: 1.2;
		font-size: 13px!important;
	}
	.feature .feature_pic li{
		display: block;
		justify-content: space-between;
		margin-bottom: 80px;
	}
	.feature .feature_pic_title{
		background: url(../img/index/lesson_bg.png) no-repeat;
		width: 200px;
		height: 55px;
		background-size: contain;
		text-align: center;
		line-height: 55px;
		font-weight: 600;
		font-size: 15px;
		margin-bottom: 20px;
	}
	.feature .feature_pic_text{
		width: 100%;
		line-height: 1.5;
		font-size: 14px;
		margin-bottom: 20px;
	}
	.feature .feature_pic_img{
		width: 80%;
    	text-align: center;
		margin: 0 auto 20px;
	}
	.feature .feature_02{
		background-color: #fff;
		border-radius: 20px;
		padding: 30px 20px;
		max-width: 1100px;
		width: 94%;
		margin: 0 auto 70px;
		position: relative;
		box-sizing: border-box;
	}
	.feature .feature_02::before{
		content: "";
		display: inline-block;
		background-image: url(../img/index/bg_ribbon_blue.png);
		width: 80px;
		height: 60px;
		background-size: contain;
		position: absolute;
		top: -8px;
		left:0px;
		background-repeat: no-repeat;
	}
	.feature .feature_02::after{
		content: "";
		display: inline-block;
		background-image: url(../img/index/bg_ribbon_blue.png);
		width: 80px;
		height: 60px;
		background-size: contain;
		position: absolute;
		bottom: -18px;
		right: 0px;
		background-repeat: no-repeat;
	}
	.feature .feature_02_illust{
		max-width:730px;
		width: 100%;
		margin: 0 auto 40px;
	}
	.feature .feature_voice {
		padding: 40px 25px 40px;
		margin-bottom: 40px;
	}
	.feature .feature_voice h4{
		font-size: 16px;
		font-weight: bold;
		position: relative;
		width: 140px;
		margin: 0 auto 30px;
	}  
	.feature .feature_voice h4::before{
		width: 18px;
		background-size: contain;
		height: 30px;
		background-repeat: no-repeat;
		position: absolute;
		top: -5px;
		left: -30px;
	}
	.feature .feature_voice>p {
		border-bottom: 2px solid #fff;
		background-image: linear-gradient(180deg, #fff 4px, transparent 1px);
		  background-size: 100% 2.5em; 
		  line-height: 2.5em; 
		  padding-bottom: 2px; 
		  font-size: 14px;
	}
	 .feature .feature_voice>p span{
		text-align: right;
		display: block;
	} 
	.feature .feature_03{
		background-color: #fff;
		border-radius: 20px;
		padding: 30px 20px;
		max-width: 1100px;
		width: 94%;
		margin: 0 auto 0px;
		position: relative;
		box-sizing: border-box;
	}
	.feature .feature_03::before{
		content: "";
		display: inline-block;
		background-image:url(../img/index/bg_ribbon_yellow.png);
		width: 80px;
		height: 60px;
		background-size:contain;
		position:absolute;
		top: -8px;
		left:0px;
		background-repeat: no-repeat;
	}
	.feature .feature_03::after{
		content: "";
		display: inline-block;
		background-image: url(../img/index/bg_ribbon_yellow.png);
		width: 80px;
		height: 60px;
		background-size: contain;
		position: absolute;
		bottom: -18px;
		right: 0px;
		background-repeat: no-repeat;
	}
	.feature .feature_03_box{
		display: flex;
		justify-content: space-between;
		margin: 0 auto 70px;
		align-items: center;
	}
	
	.feature .feature_03_box .feature_name{
		max-width:400px;
		width: 80%;
		}
	.feature .feature_03_box .feature_cross{
		max-width:30px;
		width: 30%;
		margin: 0 0.3em;
		}
	.feature .feature_03_text{
			text-align: left;
			margin-bottom: 30px;
		}
	.feature .feature_pic_box{
			display: block;
			justify-content: space-between;
			margin-bottom: 40px;
		}
	.feature .feature_pic_box>p{
			width: 80%;
			margin: 0 auto 20px;
		}
		#ranking{
			padding-top: 60px;
			margin-bottom: 80px;
		}
	.ranking{
		background-image:url(../img/index/bg_ranking.jpg) ;
		max-width: 1100px;
		width: 100%;
		margin: 0 auto 70px;
		position: relative;
		padding: 60px 20px 10px;
		border-radius: 10px;
		box-sizing: border-box;
	}
	.ranking h3{
		position: absolute;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		width: 75%;
		top: 0px;
	}
	.ranking .ranking_box{
		background-color: #fff;
		border-radius: 10px;
		padding: 20px 30px 30px;
		margin-bottom: 40px;	
	}
	.ranking .ranking_box h4.ranking01{
		background: url(../img/index/ranking_bg01.png) no-repeat;
		width: 230px;
		height: 100px;
		background-size: contain;
		text-align: center;
		line-height: 103px;
		font-weight: 600;
		font-size: 16px;
		color: #fff;
		padding-left: 45px;
		margin-bottom: 40px;
		box-sizing: border-box;
		margin-bottom: 0px;
	}
	.ranking .ranking_box h4.ranking02{
		background: url(../img/index/ranking_bg02.png) no-repeat;
		width: 230px;
		height: 100px;
		background-size: contain;
		text-align: center;
		line-height: 103px;
		font-weight: 600;
		font-size: 16px;
		color: #fff;
		padding-left: 40px;
		box-sizing: border-box;
		margin-bottom: 0px;
		
	}
	.ranking .ranking_box h4.ranking03{
		background: url(../img/index/ranking_bg03.png) no-repeat;
		width: 230px;
		height: 100px;
		background-size: contain;
		text-align: center;
		line-height: 103px;
		font-weight: 600;
		font-size: 16px;
		color: #fff;
		padding-left: 40px;
		box-sizing: border-box;
		margin-bottom: 0px;
	}
	.ranking_box>p{
		font-size: 14px;
		line-height: 1.8;
		margin:0 auto 20px;
		padding: 0px;
	}
	.ranking_box p.ranking_pic{
		width:90%;
		margin: 0 auto;
	}
	.facility{
		padding-top: 40px;
		margin-top: -40px;
		margin-bottom: 70px;
	}
	.facility_map{
		max-width: 820px;
		width: 100%;
		margin: 0 auto 40px;
	}
	.facility ul{
		display: block;
		justify-content: space-between;
		max-width: 1100px;
		margin: 0 auto 20px;
	}
	.facility ul li{
		width: 80%;
		margin: auto;
	} 
	.facility .facility_pic{
		margin-bottom: 10px;
	}
	.facility .facility_title{
		margin-bottom: 10px;
    	font-size: 15px;
	}
	.facility .facility_text{
		margin-bottom: 30px;
		font-size: 13px;
		line-height: 1.4;
	}
	.plan{
		background-image: url(../img/index/bg_dot.jpg);
		padding: 40px 0 40px;
		text-align: center;
		margin-bottom: 70px;
	}
	.plan_text{
		font-size: 14px;
		line-height: 2;
		width: 80%;
		margin: 0 auto 40px;
		position: relative;
		z-index: 100;
		text-align: left;
	}
	.plan_text::before{
		content: "";
		display: inline-block;
		background-image: url(../img/index/plan_bg01.png);
		width: 100px;
		height: 110px;
		background-size: cover;
		position: absolute;
		background-repeat: no-repeat;
		top: -80px;
		left:0px;
		z-index: -1;
	}
	.plan_text::after{
		content: "";
		display: inline-block;
		background-image: url(../img/index/plan_bg02.png);
		width: 100px;
		height: 80px;
		background-size: cover;
		position: absolute;
		background-repeat: no-repeat;
		bottom: -40px;
		right: 0px;
		z-index: -1;
	}
	.plan_btn a{
		background-color:#f2c230;
		color: #fff;
		width: 200px;
		padding: 20px 30px;
		font-size:16px;
		border-radius: 10px;
		display: block;
		margin: auto;
		box-sizing: border-box;
		z-index: 120;
	}
	.qa{
		margin-bottom: 70px;
		padding-top: 40px;
    margin-top: -40px;
	}
	.qa ul li{
		border-top: 2px dotted #dddddd;
		padding: 20px;
	}
	.qa ul li:last-child{
		border-bottom: 2px dotted #dddddd;
		padding: 20px;
	}
	.qa ul li .qa_flex{
		display: flex;
		align-items: center;
		line-height: 1.4;
		font-size: 14px;
		margin-bottom: 20px;
	}
	.qa ul li .qa_pic{
		width: 45px;
		padding: 10px 30px 10px 0px; 
	}
	.qa ul li .qa_text{
		width: 90%;
	}
	
	.access{
		background: url(../img/index/bg_map.jpg);
		padding:40px 0;
	}
	.gmap_box{
		width: 100%;
		height: 190px;
		margin-bottom: 30px;
	}
	.gmap_box iframe{
		width: 100%;
		height: 190px;
	}
	.access_flex{
		display: block;
		justify-content: space-between;
	}
	.access_flex p{
		width: 90%;
		border-bottom: 1px solid #3f6ca6;
		padding-bottom: 12px;
		padding-left: 20px;
		margin-bottom: 20px;
		font-size: 14px;
	}
	.access_icon01 span{
		display: inline-block;
		padding-left: 3em;
	}
	.access_icon01::before{
		content: '';
		display: inline-block;
		width: 25px;
		height: 25px;
		background-image: url(../img/index/ico_address.png);
		background-size: contain;
		vertical-align: middle;
		padding-right: 15px;
		background-repeat: no-repeat;
	}
	.access_icon02::before{
		content: '';
		display: inline-block;
		width: 25px;
		height: 25px;
		background-image: url(../img/index/ico_train.png);
		background-size: contain;
		vertical-align: middle;
		padding-right: 15px;
		background-repeat: no-repeat;
	}
	.access_icon03::before{
		content: '';
		display: inline-block;
		width: 25px;
		height: 25px;
		background-image: url(../img/index/ico_tel.png);
		background-size: contain;
		vertical-align: middle;
		padding-right: 15px;
		background-repeat: no-repeat;
	}
	.access_icon04::before{
		content: '';
		display: inline-block;
		width: 20px;
		height: 19px;
		margin-right: 7px;
		background-image: url(../img/index/ico_mail.png);
		background-size: contain;
		vertical-align: middle;
		padding-right: 5px;
		background-repeat: no-repeat;
	}
}

/* ipad用 */
@media screen and (max-width: 928px) and (min-width: 481px) and (orientation: portrait) {
	.feature .feature_title {
		width: 40%;
		text-align: center;
		margin: 0 auto 60px;
 }
 .ranking h3 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 50%;
 }
 footer .footer_contact li {
    width: auto;
}
footer .footer_contact {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 40px;
}
.feature .feature_voice h4 {
    width: 150px;
}
.feature_illust {
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 25px;
}
/* ipad用 ここまで*/
}