
body{
    font-size: 94%;
}
/* CSS Document */

#vid{
    border-bottom: #28a860 2px solid;
}
.pankuzu {
    width: 980px;
    margin: auto;
}
#tn_05 a{
    opacity: 1;
    border-bottom: #28a860 2px solid;
}
.main_visual{
    position: relative;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-content: center;
    background: url("../image/main_bg4.png") center no-repeat;
    background-size: cover;
    color: #fff;
}
.main_visual h2{
    font-size: 320%;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.main_visual p{
    font-size: 120%;
}
.main_content {
    max-width: 980px;
    margin: auto;
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main_text{
    text-align: center;
    background: url("../image/bg_01.png")no-repeat center;
    height: 420px;
    position: relative;
    margin-top: 10px;
}

.intro {
    font-size: 147%;
    text-align: center;
    margin-bottom: 35px;
    margin: auto;
}
.map_img{
    margin:30px auto 0;
    text-align: center;
}


.block {
    margin-top: 70px;
    background: #333333;
    color: #fff;
    max-width: 460px;
    width: 49%;
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
}
.video_title {
    margin-top: 30px;
}
.title {
    font-family: 'Roboto', sans-serif;
    font-size: 134%;
}
.sub_title {
    font-size: 107%;
}
.video_text {
    font-size: 87%;
    max-width: 400px;
    margin: auto;
    margin-top: 30px;
    line-height: 30px;
    text-align: left;
}
.more_button{
    margin-top: 45px;
}
.more_button a {
    color: #fff;
    border: #fff 1px solid;
    background:  url("../image/red_arrow.png") no-repeat center left 20px;
}
.more_button a:hover {
    opacity: 1;
    color: #333333;
    border: #fff 1px solid;
    background: #fff url("../image/red_arrow.png") no-repeat center left 20px;
}

@media screen and ( max-width: 767px ){
.pankuzu{
    margin: 0 5%;
}
.main_content {
    padding: 0 5%;
}
.main_content {
    flex-direction: column;
}
.block {
    max-width: none;
    width: 100%;
}
.sp_01{
	order: 1;
}
.sp_02{
	order: 2;
}
.sp_03{
	order: 3;
}
.sp_04{
	order: 4;
}
.sp_05{
	order: 5;
}
}
@media screen and ( max-width: 525px ){
}