@charset "UTF-8";

/* CSS Document */

main {
  margin-top: 84px;
}


/*#mv*/

.contents {
  width: 100%;
  background: url(../img/mv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin-top: 0px;
  text-align: center;
  position: relative;
  margin-bottom: 250px;
}

.contents h2 {
  padding: 50px 0;
}

.member {
  position: absolute;
  display: flex;
  justify-content: space-between;
  left: 0;
  right: 0;
  z-index: 10;
}

.member .col {
  width: 33%;
}

.member .middle.col {
  width: 83%;
}

.member .col p {
  line-height: 1.6em;
  margin-top: 10px;
  letter-spacing: -0.3px;
}

.member .col img {
  display: block;
  width: 100%;
  margin: auto;
}

.member .col span {
  display: block;
}
/*
.member .middle {
  text-align: center;
}

.member .middle .image {
  display: flex;
}

.member .middle .image:before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: 15%;
  background: url(../img/cross.png) 50%;
}

.member .middle .image:after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: 15%;
  background: url(../img/cross.png) 50%;
}*/

.red {
  color: #ce002a;
}

.grn {
  color: #1d704f;
}

.gray {
  color: #888;
}

section.talk {
  padding: 0px 0 50px;
  margin-bottom: 100px;
}

.talk {
  background-color: #f6f6f6;
  position: relative;
}

.talk img {
  max-width: 100%;
}

.talk .theme {
  background: url(../../cmn/cmn_img/green_bg.jpg);
  background-size: cover;
  color: #FFF;
  padding: 40px 40px;
  position: absolute;
  left: 0;
  right: 0;
  width: 90%;
  margin: auto auto 50px auto;
  bottom: 43%;
  font-size: 1.4em;
}

.talk .theme .en2 {
  padding: 10px;
  border: 1px solid #FFF;
  margin-right: 20px;
}

.talk .talk_cont {
  padding: 60px 20px 20px 20px;
}
.talk .talk_cont dl {
  padding: 10px 0;
}
.talk .talk_cont dt {
  clear: left;
  float: left;
  width: 8%;
  height: 50px;
  font-weight: normal;
  padding:0 0 5px 10px;
}

.talk .talk_cont dd {
  margin-bottom: 20px;
}
.talk .talk_cont dd:last-child{
  margin-bottom: 0
}



/*SP*/

@media only screen and (max-width: 768px) {
  .contents {
    margin-top: 0px;
    margin-bottom: 150px;
  }
  .contents h2 {
    padding: 10px 0px;
  }
  .contents h2 img {
    max-width: 50%;
  }
	
	
.member {
  margin: 20px 10px 0 10px;
}	
  .talk .theme {
    position: relative;
    width: 100%;
    font-size: 1rem;
    letter-spacing: 0px;
    padding: 10px 10px;
    margin: auto auto 0px auto;
  }
  .talk .theme .en2 {
    padding: 3px;
    margin-right: 10px;
  }
  .talk .talk_cont dl {
    padding: 15px 0;
  }
  .talk .talk_cont dt {
    padding-bottom: 5px;
    float: none;
    height:auto;
    width: 100%;
    padding: 0px;
  }
  section.talk {
    padding: 0px 0 10px;
    margin-bottom: 30px;
  }
  .talk .talk_cont {
    padding: 20px 10px;
  }
}


/*tab*/

@media only screen and (max-width: 1150px) {
  main {
    margin-top: 0px;
  }
}


/*SP*/

@media only screen and (max-width: 800px) {}