@charset "utf-8";
#mainContent br {
  display: inline;
}

.mainVis {
  margin-bottom: 40px;
}

.main-vis {
  position: relative;
}

.main-logo {
  background: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.main-vis .cap {
  color: #fff;
  position: absolute;
  left: 7px;
  bottom: 5px;
}

.Box.bBox {
  margin-bottom: 20px;
}

.sttlA {
  font-size: 18px;
  margin-bottom: 10px;
}

.main-logo {
  background: #fff;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width:640px) {
  .sttlA {
    font-size: 16px;
  }
}

.section-01 {
  margin-bottom: 40px;
}

.image {
  margin-bottom: 40px;
}

/* flexBox */

.flexBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flexBox+.flexBox {
  margin-top: 30px;
}

.flexBox__item--text {
  width: 78%;
}

.flexBox__item--logo {
  width: 20%;
}

/* flexBox--phHalf */

.flexBox--phHalf .flexBox__item--ph {
  width: 49%;
  text-align: center;
}

.flexBox--phHalf .flexBox__item--ph:nth-child(n+4) {
  margin-top: 20px;
}

.flexBox--phHalf .flexBox__item--ph p {
  margin-top: 10px;
}

/* flexBox--phThird */

.flexBox--phThird .flexBox__item--ph {
  width: 31%;
  text-align: center;
}

.flexBox--phThird .flexBox__item--ph:nth-child(n+4) {
  margin-top: 20px;
}

.flexBox--phThird .flexBox__item--ph p {
  margin-top: 10px;
}

.flexBox--phThird .flexBox__item--text {
  width: 31%;
  font-size: 12px;
  text-align: left;
  margin-top: 10px;
}

/* flexBox--outline */

.flexBox--outline+.flexBox--outline {
  margin-top: 50px;
}

.flexBox--outline .flexBox__item--text {
  width: 56%;
}

.flexBox--outline .flexBox__item--ph {
  width: 42%;
}

.flexBox.machizu {
  border: 1px #999 solid;
  padding: 20px;
}

.flexBox.machizu .flexBox-ph {
  width: 25%;
}

.flexBox.machizu .flexBox-text {
  width: 70%;
}

ul.list li {
  list-style: disc;
  padding-left: 0px;
  margin-left: 20px;
  margin-bottom: 10px;
}

@media only screen and (max-width:640px) {
  .flexBox--phThird .flexBox__item--ph, .flexBox--phThird .flexBox__item--text {
    width: 100%;
    text-align: left;
    margin-top: 20px;
  }
  .section-01 .flexBox--phThird div:nth-child(1) {
    order: 1;
  }
  .section-01 .flexBox--phThird div:nth-child(2) {
    order: 3;
  }
  .section-01 .flexBox--phThird div:nth-child(3) {
    order: 5;
  }
  .section-01 .flexBox--phThird div:nth-child(4) {
    order: 2;
    margin: 10px 0 20px!important;
  }
  .section-01 .flexBox--phThird div:nth-child(5) {
    order: 4;
    margin: 10px 0 20px!important;
  }
  .section-01 .flexBox--phThird div:nth-child(6) {
    order: 6;
    margin: 10px 0 20px!important;
  }
  .flexBox.machizu .flexBox-ph {
    width: 100%;
  }
  .flexBox.machizu .flexBox-text {
    width: 100%;
  }
  .flexBox__item--text {
    width: 100%;
  }
  .flexBox__item--logo {
    width: 55%;
    margin: 20px auto 0;
  }
  /* flexBox--outline */
  .flexBox--outline .flexBox__item--text {
    width: 100%;
  }
  .flexBox--outline .flexBox__item--ph {
    width: 100%;
    margin-top: 20px;
  }
}

.bukkenOutline {
  margin-bottom: 60px;
}

.bukkenOutline table {
  width: 100%;
  background: #f0f2f3;
  margin-top: 20px;
  font-size: 13px;
}

.bukkenOutline table th, .bukkenOutline table td {
  background: #fff;
  padding: 5px 10px;
  box-sizing: border-box;
  /*text-align: center;*/
}

.bukkenOutline table th {
  background: #f9f9f9;
}

.bukkenOutline table td {}

@media only screen and (max-width:640px) {
  .bukkenOutline table {
    font-size: 12px;
  }
}

.sTitle_square {
  display: inline-block;
  padding: 15px 5px 0 5px;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 30px;
}