@charset "utf-8";
*{
    box-sizing: border-box;
}
body {
    font-family: Arial, "qMmpS Pro W3", HiraKakuPro-W3, sans-serif;
    font-size: 16px;
    margin: 0px auto;
    width: 1200px;
    min-height: 100vh;
    display: grid;
    grid-template: 
    "header     header    header  " 30px
    "nav        nav       nav     " 60px
    "main       main      article " 460px
    "container  container article " 310px
    "footer     footer    fopter  " 50px
    /500px 400px 300px;
    background-color: #fff;
}
header {
    grid-area: header;
}
header h2{
    color: #313131;
    font-size: 16px;
}
header img {
    padding-top: 5px;
}
nav {
    grid-area: nav;
}
.inner {
    width: 160px;
    margin-right: 40px;
    background-color: #fff;
}
main {
    grid-area: main;
    /*--background-color: rgb(201, 232, 245); --*/
    display: flex;
}
.navi0 {
    padding-top: 10px;
    color: #fff;
    background-color:  #3f4f38;
}
ul li .navi00 {
    background-color: #fff;
}
.navi {
    /*width: 200px;*/
    margin-left: 2px;
    background-color:  #667a5e;   
}
.navi a {
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.navibtn {
    width: 160px;
    margin-left: 2px;
    background-color: #9db68d;/**/
}
.navibtn a {
    color: #fff;
}
.content {
    width: 350px;
    margin-top: 45px;
    margin-left: 10px;
    /*--background-color: rgb(200, 201, 241); --*/
}
h2 {
    text-align: center;
    width: 300px;
    height: 27px;
    line-height: 27px;
    margin-top: 20px;
    margin-left: 5px;
    font-size: 14px;
    color: #fff;
    background-color: #617459;
}
.content a {
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.content a:hover {
    color: #e6a8d6;
    transition: 0.3;
}
.content span {
    font-size: 13px;
}
.content p {
    font-size: 13px;
    padding-left: 5px;
}
.fact, .sara {
    padding-left: 5px;
    font-size: 13px;
    font-weight: bold;
}
.fact::before {
    content: '■';
    font-size: 27px;
    color: #667a5e;
}
.sara::before {
    content: '■';
    font-size: 27px;
    color: #667a5e;
}
.entry {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}
.img3 {
    position: absolute;
    margin-top: -85px;
    padding-left: 160px;
    z-index: 10;
}
.img4 {
    position: absolute;
    padding-top: 244px;
    padding-left: 160px;
    z-index: 10;
}
h3 {
    width: 300px;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    font-weight: normal;
    padding-top: 7px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 15px;
    background-color: #9db68d;
}
.container {
    grid-area: container;
    display: flex;
    position: relative;
}
.item1 {
    width: 485px;    
}
.item1 p {
    position: absolute;
    margin-top: 100px;
    margin-left: 120px;
    font-size: 12px;
    color: #fff;
}
.container h2 {
    width: 383px;
    font-size: 12px;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    margin-left: 15px;
    background-color: #93a48a ;
    margin-bottom: 20px;
}
.item1 span {
    font-size: 11px;
}
.container img {
    padding-left: 15px;
}
.item2 {
    font-size: 13px;
    height: 200px;
    width: 383px;
}
.Message {
    width: 383px;
    margin-top: 20px;
    text-align: center;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 20px;
    background-color: #93a48a ;
}
.Message1 {
    width: 383px;
    height: 216px;
    padding-top: 0;
}
.Message2 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 20px;
}
.item2 img {
    float: left; 
    padding-left:70px;
}
.item2 p {
    margin-left: 150px;
}
.Message3 {
    position: absolute;
    margin-top: 290px;
    margin-left: 150px;
    font-size: 11px;
}
article {
    grid-area: article;
    margin-top: 45px;
}
article h3 {
    width: 300px;
    height: 27px;
}
article p {
    font-size: 13px;
    padding: 3px 5px;
}
h4::before {
    content: '■';
    font-size: 27px;
    color: #667a5e;
}
h5 {
    font-weight: normal;
    font-size: 13px;
}
h5::before {
    content: '■';
    font-size: 27px;
    color: #9db68d;
}
article span {
    padding-left: 10px;
}
footer {
    grid-area: footer;
    background-color: #898989;
    width: 1200px;
}