body {
  margin: 0;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; 
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: black;
}

.container {
  width: 99%;
  padding: 0 15px;
  margin: 0 auto;
}

.menu-left {
    float: left;
    width: 35%;
    height: 920px;
    background-color: #fff;
}
.menu-right {
    float: right;
    width: 65%;
    height: 100%;
    border-radius: 0px;
    background-color: #fff;
}
.group_img {
    background-image: url(images/01.jpg);
    background-size: cover;
    opacity: 0.8;
    margin:10px;
    height: 900px;
}

.header_logo {
    height: 100px;
}

.logo {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    display: block;
}

.question {
    color: #005111;
}



.group_vision {
    text-align: center;
    font-size: 20px;
    margin-bottom: 50px;
    color: #005111;
}

.faq {
    margin: 50px
}

#faq-list {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.faq-list-item {
  margin:10px;
  border-bottom:1px solid #ccc;
  position:relative;

  text-align: left;
}

.faq-list-item h3 {
  font-size: 14px;
}

.faq-list-item span {
  position:absolute;
  top:-3px;
  right:5px;
  color: #B3B3B3;
  font-size:16px;
}

.answer {
  font-size: 16px;
  display: none;
  padding: 0px 20px;
  line-height: 30px; 
  margin-bottom: 10px;
  cursor:pointer;
}

.answer:hover {
   /* border:3px #88ABDA solid;*/
}

.answer-a {
      color: #005111;
    display: block;
}
    
.message-wrapper {
  border-bottom: 1px solid #eee;
  padding-bottom: 80px;
  text-align: center;
}

.message-wrapper .heading h3 {
  font-weight: normal;
}

.message {
  padding: 15px 40px;
  background-color: #5dca88;
  cursor: pointer;
  box-shadow: 0px 7px #1a7940;
}

.message:active {
  position: relative;
  top: 7px;
  box-shadow: none;
}
.access {
    width: 100%;
}

footer {
    width: 100%;
}

.footer-div {
    text-align: right;
    margin: 0px 10px;
}
.sp-image {
    width: 100%;
    height: 100%;
}
.slider-pro img.sp-image { border-radius: 30px !important;}

.access-1 {
      margin: 20px;
}
.access-2 {
    display: inline-block;
    width: 60%;
    border: solid 1px;
}
