﻿.w-100{
    width: 100%;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-25{
  margin-bottom: 25px;
}
.mb-30{
  margin-bottom: 30px;
}
.mb-35{
  margin-bottom: 35px;
}
.mb-40{
  margin-bottom: 40px;
}
.mb-45{
  margin-bottom: 45px;
}
.mb-50{
  margin-bottom: 50px;
}
.mb-55{
  margin-bottom: 55px;
}

.font-w600{
  font-weight: 600;
}
.fonts-20{
  font-size: 20px;
}


.container--our-bland {
    margin: 0 auto;
    padding: 0 15px;
}
@media (min-width: 768px){
  .container--our-bland {
      max-width: 720px;
  }
}
@media (min-width: 992px){
  .container--our-bland {
      max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container--our-bland {
      max-width: 1160px;
  }
}

.row--flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.d-flex {
    display: -ms-flexbox;
    display: flex;
}
.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.align-center {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-center {
    -ms-flex-pack: center;
    justify-content: center;
}
.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.col--md-4,
.col--md-5,
.col--md-7,
.col--md-8{
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .col--md-4{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col--md-5{
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col--md-7{
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col--md-8{
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
  }
}
/*==============*/
#content{
  padding-top: 20px;
}
#main{
  max-width: 1160px;
  padding-bottom: 0;
  width: auto;
}
@media screen and (min-width: 768px) {
    .our-bland-wrap .m-breadcrumb{
        margin-bottom: 2.3rem;
    }
    .our-bland-wrap .l-container-wrap__body{
        padding-bottom: 0;
    }
}
/*=====*/
.our-bland--wapper .title--h1{
  font-size: 32px;
  margin-bottom: 55px;
}
.our-bland--wapper .title--h2{
  font-size: 40px;
}
.our-bland--wapper .title--h3{
  font-size: 28px;
}
.our-bland--wapper{
  position: relative;
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.our-bland--wapper .background--page{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 215px;
  position: relative;
}
.background--page .page-head-body{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-head-body .page-title{
  text-transform: uppercase;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.page-head-body .page-sub-title{
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 0;
}

.mai--block-option1{
  padding-top: 40px;
}
.mai--block-option1 .block--item{
  padding-bottom: 90px;
}
.mai--block-option1 .block--item:not(:last-child){
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.mai--block-option1 .item--text .text--i{
  font-size: 20px;
  line-height: 1.8;
  color: #25343b;
}
@media (min-width: 1024px) {
  .mai--block-option1 .item--text .col--md-5{
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
  .mai--block-option1 .item--text .col--md-7{
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }
}
.mai--block-option1 .item--text .col--md-7{
  padding-left: 30px;
}
.mai--block-option1 .item--text:nth-child(2n) .col--md-7{
  padding-left: 0;
  padding-right: 30px;
}


.mai--block-option1 .list--item li{
  position: relative;
  align-items: center;
}
.mai--block-option1 .list--item li:not(:last-child){
  margin-bottom: 30px;
}
.mai--block-option1 .list--item .image-block{
  flex:  0 0 250px;
  max-width: 250px;
}
.mai--block-option1 .list--item .image-block img{
  border-radius: 50%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.mai--block-option1 .list--item .text--content{
  flex:  0 0 calc(100% - 250px);
  max-width: calc(100% - 250px);
  padding-left: 55px;
}
.mai--block-option1 .list--item .title--h4{
  font-size: 24px;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
}
.mai--block-option1 .list--item .text--i{
  color: #25343b;
  font-size: 20px;
  line-height: 1.8;
}

.mai--block-option1 .text--block2{
  color: #25343b;
}
.mai--block-option1 .text--block2 p{
  margin-bottom: 1.5rem;
}
.mai--block-option2{
  background-color: #f2f5f7;
  padding: 96px 0 131px;
}
.mw-770{
  max-width: 770px;
  margin: 0 auto 105px;
}
.mw-830{
  max-width: 830px;
  margin: 0 auto;
}
.table--row .item--tr{
  display: flex;
}
.table--row .item--tr:not(:last-child){
  margin-bottom: 10px;
}
.table--row .item--td{
  font-size: 24px;
  color: #333;
}
.table--row .item--td .text--h3{
  font-size: 24px;
}
.table--row .item--td:first-child{
  max-width: 245px;
  flex: 0 0 245px;
  color: #55637e;
}
.table--row .item--td:last-child{
  padding-left: 30px;
}


@media (max-width: 991px) {
  .mai--block-option1 .item--text .post-image{
    margin-bottom: 12px;
  }
  .mai--block-option1 .item--text .post-image img{
      margin: 0 auto;
  }
  .mai--block-option1 .item--text .col--md-7{
    padding: 0 15px !important;
  }
  .mw-770{
    max-width: 510px;
  }
  .our-bland--wapper .title--h2{
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  .mb-sp25{
    margin-bottom: 25px;
  }
  .mb-sp35{
    margin-bottom: 35px;
  }
  .page-head-body .page-title{
    font-size: 24px;
    margin-bottom: 7px;
  }
  .page-head-body .page-sub-title{
    font-size: 14px;
  }
  .our-bland--wapper .title--h1{
    font-size: 21px;
    margin-bottom: 30px;
  }
  .mai--block-option1 .list--item li{
    flex-wrap: wrap;
  }
  .our-bland--wapper .title--h2{
    font-size: 24px;
  }
  .our-bland--wapper .title--h3{
    font-size: 20px;
  }
  .mai--block-option1 .block--item{
    padding-bottom: 40px;
  }
  .mai--block-option1 .block--item:last-child{
    padding-bottom: 30px;
  }
  .table--row .item--td:first-child,
  .mai--block-option1 .list--item .image-block,
  .mai--block-option1 .list--item .text--content{
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .mai--block-option1 .list--item .image-block{
    text-align: center;
    margin-bottom: 15px;
  }
  .mai--block-option1 .list--item .title--h4{
    font-size: 20px;
  }
  .mai--block-option1 .item--text .text--i,
  .mai--block-option1 .list--item .text--i,
  .mai--block-option1 .text--block2,
  .table--row .item--td,
  .table--row .item--td .text--h3{
    font-size: 16px;
  }
  .table--row .item--tr{
    flex-wrap: wrap;
  }
  .table--row .item--tr:not(:last-child){
    margin-bottom: 15px;
  }
  .table--row .item--td{
    text-align: center;
  }
  .table--row .item--td:last-child{
    width: 100%;
    padding-left: 0;
  }
  .mai--block-option2{
    padding: 40px 0 40px;
  }
  .mai--block-option1 .item--text .post-image img,
  .mai--block-option1 .list--item .image-block img{
      margin: 0 auto;
  }
  .our-bland-wrap .l-container-wrap__body{
      padding-top: 0;
  }
  .our-bland-wrap .l-container-wrap__head{
      display: none;
  }
}





