@charset "utf-8";

/* mv
---------------------------------------- */
.guide ul#sitenavi{
	margin: 0;
}
.guide .mv{
	padding: 40px 10px;
	background: url(../../guide/img/bg-mv.gif) 0 0 repeat;
}
.guide .mv h1{
	text-align: center;
}
.guide .mv ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    margin: 30px 0;
}
.guide .mv ul li{
    margin: 0 20px;
}
@media screen and (max-width:880px){
	.guide .mv{
		padding: 20px 10px;
	}
    .guide .mv ul{
        display: block;
    }
    .guide .mv ul li{
        width: auto;
        margin-bottom: 20px;
    }
}

.guide .inner{
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 10px;
}
.guide .inner *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* point
---------------------------------------- */
.guide .point{
	margin: 100px 0 0;
}
.guide .point .ttl{
	margin: 0 0 20px;
	text-align: center;
}
.guide .point .ttl span{
	display: block;
	margin: 15px 0 0;
	font-size: 50px;
	text-align: center;
	line-height: 1.3;
}
.guide .point .txt{
	text-align: center;
}
.guide .point .images{
	margin: 40px 0 0;
	text-align: center;
}
.guide div#point1.point .images img{
	border:1px #ccc solid;
}
.guide .point .point-list{
	max-width: 810px;
	margin: 30px auto 0;
	overflow: hidden;
}
.guide .point .point-list ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
	margin: 0 -12px;
}
.guide .point .point-list ul li{
	width: 33.3%;
	margin: 0 0 40px;
	padding: 0 12px;
}
.guide .point .point-list ul li figure{
	width: 100%;
	margin: 0;
}
.guide .point .point-list ul li figure img{
	border:5px #009e41 solid;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	-ms-border-radius:30px;
	overflow:hidden;
}
.guide .point .point-list ul li figure figcaption{
	margin: 10px 0 0;
	font-size: 18px;
	text-align: center;
}
@media screen and (max-width:640px){
	.guide .point{
		margin: 80px 0 0;
	}
	.guide .point .ttl span{
		font-size: 30px;
	}
	.guide .point .txt{
		font-size: 14px;
		text-align: left;
	}
	.guide .point .images{
		max-width: 300px;
		margin: 20px auto 0;
	}
	.guide .point .point-list{
		margin: 20px 0 0;
	}
	.guide .point .point-list ul{
		margin: 0 -5px;
	}
	.guide .point .point-list ul li{
		width: 50%;
		margin: 0 0 20px;
		padding: 0 5px;
	}
	.guide .point .point-list ul li figure img{
		width: 100%;
	}
	.guide .point .point-list ul li figure figcaption{
		margin: 5px 0 0;
		font-size: 12px;
	}
}

/* dl
---------------------------------------- */
.guide .dl{
	margin: 100px 0 0;
	padding: 45px;
	border: 6px solid #009e41;
	border-radius: 20px;
	background: #fff0b3;
}
.guide .dl .txt{
	margin: 30px 0 0;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
.guide .dl .dl-box{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
}
@media screen and (max-width:768px){
	.guide .dl .txt{
		font-size: 22px;
	}
    .guide .dl .dl-box{
        display: block;
    }
    .guide .dl .dl-box li{
        margin-bottom: 20px;
    }
}
@media screen and (max-width:640px){
	.guide .dl{
		margin: 80px 0 0;
		padding: 15px;
	}
	.guide .dl .txt{
		margin: 20px 0 0;
		font-size: 16px;
	}
}