﻿@charset "UTF-8";

html {
  font: normal normal normal 62.5%/1 "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
}
body {
	text-align: center;
}

div {
	text-align: center;
}

img {
	width: 100%;
}
.main {
    position: relative;
    width: 100%;
    min-width:1400px;
    background:#fef4e1;
    padding-bottom: 85px;
}
.main figure {
}
.main img {
    max-width:1400px;
}
.link_btn{
    width: 400px;
    height: 80px;
    border-radius:5px;
    background:#1b8761;
    color:#fff;

    display: flex;
    align-items: center;
    justify-content: center; 
    margin:0 auto;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.link_btn:hover{
    opacity:.7;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;

}
.footer {
    position: relative;
    width: 100%;
    min-width:1400px;
}
.footer img{
    max-width:1400px;
}

.video{
    width: 827px;
    margin:0 auto 80px;
}