/* reset
   ========================================================================== */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

dl {
  margin: 0;
  padding: 0;
}

dl dt {
  margin: 0;
  padding: 0;
}

dl dd {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0 0 0 0;
}

/* Utility
   ========================================================================== */
.reset {
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

.column2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column2 ul li {
  width: 49%;
  margin-top: 20px;
}

.column2 ul li:nth-child(-n+2) {
  margin-top: 0;
}

.column3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column3 ul li {
  width: 32%;
  margin-top: 20px;
}

.column3 ul li:nth-child(-n+3) {
  margin-top: 0;
}

.column3 ul li:nth-child(3n+2):last-child {
  margin-left: auto;
  margin-right: 34%;
}

.column3 ul::after {
  content: "";
  display: block;
  width: 32%;
}

.column4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column4 ul li {
  width: 23.5%;
  margin-top: 20px;
}

.column4 ul li:nth-child(-n+4) {
  margin-top: 0;
}

.column4 ul::before {
  content: "";
  display: block;
  width: 23%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.column4 ul::after {
  content: "";
  display: block;
  width: 23%;
}

.column5 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column5 ul li {
  width: 18.4%;
  margin-top: 20px;
}

.column5 ul li:nth-child(-n+5) {
  margin-top: 0;
}

/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/
/*** main 710px ***/
#boseki_flow ul > li {
  border-left: 1px solid #792D22;
  text-align: left;
}

#boseki_flow ul > li h2 {
  background: #792D22;
  color: white;
  padding: 0.5em 2em 0.3em 0.5em;
  display: inline-block;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

#boseki_flow ul > li div {
  padding: 20px 20px 40px 20px;
}

#boseki_flow ul > li div p {
  margin-top: 10px;
}

#boseki_flow ul > li div p:nth-child(1) {
  margin-top: 0;
}

#boseki_flow ul > li div ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#boseki_flow ul > li div ol li {
  width: 18.4%;
  margin-right: 2%;
  overflow: hidden;
}

#boseki_flow ul > li div ol li a {
  display: block;
  border: 1px solid #438ce7;
}

#boseki_flow ul > li div ol li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#boseki_flow ul > li div ol li:nth-child(5n) {
  margin-right: 0;
}

#boseki_flow ul > li:last-child {
  border-left: none;
}

@media only screen and (max-width: 768px) {
  #boseki_flow ul > li {
    border: 1px solid #792D22;
    margin: 30px 0 0 0;
    border-radius: 10px;
    overflow: hidden;
  }
  #boseki_flow ul > li h2 {
    display: block;
    padding: .5em 15px .3em 15px;
    border-radius: 0px;
  }
  #boseki_flow ul > li div ol li {
    width: 23.5%;
    margin-top: 10px;
  }
  #boseki_flow ul > li div ol li:nth-child(6n) {
    margin-right: 2%;
  }
  #boseki_flow ul > li div ol li:nth-child(4n) {
    margin-right: 0;
  }
  #boseki_flow ul > li div ol li:nth-child(-n+4) {
    margin-top: 0;
  }
  #boseki_flow ul > li:nth-child(1) {
    margin-top: 0;
  }
  #boseki_flow ul > li:last-child {
    border: 1px solid #792D22;
  }
}
/*# sourceMappingURL=index.css.map */