/* information */
#information {
  padding-top: 120px;
  padding-bottom: 150px;
  background: #E7E7E7;
  margin-bottom: 0;
}
#information article {
  margin-bottom: 0;
}

#information h2 {
    font-size: 164%;
    font-weight: bold;
    color: #8F2626;
    padding-left: 1em;
    font-family: 'Mukta', sans-serif;
}
#information h2 span{
    color: #113142;
    font-size: 50%;
    padding-left: 2.5em;
}

#information .box {
  width: 60%;
  margin: 0 auto;
}
#information .box .flex_box{
    justify-content: space-between;
    border-bottom: dotted 1px #808075;
    padding-bottom: .5em;
}
#information .box .flex_box a{
    color: #113142;
    font-weight: bold;
    font-size: 90%;
    padding-right: 1em;
}
#information .box .flex_box a:hover{
    text-decoration: none;
    opacity: .8;
}

#information iframe {
  width: 100%;
  height: 170px;
  margin-bottom: 40px;
}


.message {
  background-image: url(../images/top/bg.png);
  background-repeat: no-repeat,no-repeat;
  background-size: cover,cover;
  padding: 80px 0 100px;
  margin-bottom: 0;
    color: #fff;
}
.message h2{
    font-size: 180%;
    font-family: 'Mukta', sans-serif;
    text-align: center;
    margin-bottom: 2em;
}
.message .info{
    font-size: 160%;
    font-family: 'M PLUS 1p', sans-serif;
    text-align: center;
    margin-bottom: 2em;
    font-weight: 700;
}

.our_services{
    background: #E7E7E7;
    margin-bottom: 0;
    padding-top: 140px;
    padding-bottom: 140px;
}

.our_services .info{
    text-align: center;
    margin-bottom: 80px;
}
.our_services .flex_box{
    max-width: 90%;
    width: 1580px;
    margin-left: auto;
    margin-right: auto;
}
.our_services .flex_box > div{
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.our_services h3{
    font-size: 150%;
    font-weight: bold;
    color: #113142;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 1em;
    position: relative;
    padding-top: 15px;
}
.our_services h3:before{
    content: "";
    position: absolute;
    width: 6.5em;
    height: 2px;
    background: #113142;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.our_services .flex_box p{
    padding: 0 2em;
}
.our_services .btn_stl{
    max-width: 150px;
    width: 41%;
    padding-top: 20px;
}

    
@media screen and (max-width: 1360px) {
    #information .box{
        width: 90%;
    }
}
@media screen and (max-width: 768px) {
  
  #information {
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
    
  }
  #information article{
      margin-bottom: 0;
  }
  #information iframe{
      height: 250px;
      margin-bottom: 30px;
  }

  #information .box {
    position: static;
  }
  #information .box .flex_box{
      padding-bottom: .2em;
  }

  #information h2 {
    text-align: center;
    padding-left: 0.5em;
    font-size: 126%;
    line-height: 1;
  }
  #information h2 span{
    vertical-align: middle;
    padding-left: 1.5em;
  }
  #information .box .flex_box a{
    line-height: 1.4;
    font-size: 80%;
  }
  
  .message {
    padding-top: 40px;
    padding-bottom: 2em;
    background-image: url(../images/sp/bg01.png);
    background-repeat: no-repeat,no-repeat;
    background-size: cover,cover;
    background-position-x: center;
  }
  .message .info{
      font-size: 120%;
  }
  .our_services{
    padding-bottom: 20px;
    padding-top: 2em;
  }
  .our_services .info{
      margin-bottom: 2em;
      text-align: left;
  }
  .our_services .flex_box > div{
      width: 100%;
      margin-bottom: 3em;
  }
  .our_services .flex_box > div img{
    width: 90%;
    display: block;
    margin: auto;
  }
  .our_services h3{
      font-size: 110%;
      padding-top: 1em;
  }
  .our_services .flex_box p{
      padding: 0;
  }
  .our_services .flex_box > .kusabi h3:before{
      width: 8.5em;
  }
}
@media screen and (max-width: 480px) {
    #information{
        padding-top: 2.5em;
    }
  #information .box {
    width: 100%;
  }
  
  #information .box .flex_box a{
      padding-right: 0;
  }
  #information iframe{
      margin-bottom: 10px;
  }
  .message{
      padding-bottom: 1em;
  }
  .message h2{
      font-size: 140%;
  }
  .message .info {
        font-size: 110%;
    }
    .our_services {
        padding-bottom: 0;
    }
    .our_services .flex_box > div {
        margin-bottom: 4em;
    }
    .our_services .btn_stl{
        padding-top: 1em;
        width: 150px;
        max-width: 100%;
    }
}