@charset "UTF-8";
/* CSS Document */
html{
    min-width: 1270px;
    
}
body{
	background:url("../image/bk_body.jpg") no-repeat;
    background-size: 100%;
    min-width: 1100px;
	font-family: "A-OTF 秀英角ゴシック銀 Std";
}
.title{
    width: 20%;
    margin: 3% 6%;
}
img{
    width: 100%;
}
.e-img{
    width: 80%!important;
}
.flex{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.menuBox{
    min-width: 340px;
    margin: 4% 6%;
    border: 1px solid #333;
    height: 570px;
    position: relative;
    box-shadow: 5px 5px 5px #60430F;
}
.menuBox img{
    width: 90%;
}
.box_yellow{
    height:150px;
    background-color:#FFCC66;
}
.box_bluegreen{
    height:150px;
    background-color:#59C4C6;
}
.box_skyblue{
    height:150px;
    background-color:#7BC7FF;
}
.box_yellowgreen{
    height:150px;
    background-color:#A9DA26;
}
.box_yellow p,
.box_bluegreen p,
.box_skyblue p,
.box_yellowgreen p
{
    font-size:20px;
    text-align: center;
    padding: 60px 20px;
    line-height: 1.8rem;
    color: #333;
    text-decoration: none;
}

.center{
    padding: 46px 20px!important;
}
.text{
    margin: 15px 26px;
    height: 62px;
}
.linktext{
    text-decoration: none;
    color: #333;
}
.linktext:hover{
    color: #fff;
}
.link{
    width: 200px;
    margin: 20px auto;
    position: absolute;
    top: 83%;
    left: 0;
    right: 0;
}

.linkimg{
    margin: 20px;
}
.card{
    width: 30%;
    margin: 0 auto;
}