/* ------------------------------
 width: all
------------------------------ */
main section.s01 .wrapper .maincontents .mainphoto {
  border: 1px solid #231815;
}
main section.s01 .wrapper .maincontents .mainphoto img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .maincontents .dl01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s01 .wrapper .maincontents .dl01 dt {
  width: calc(100% - 300px);
}
main section.s01 .wrapper .maincontents .dl01 dt h2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 5px;
}
main section.s01 .wrapper .maincontents .dl01 dd {
  width: 286px;
}
main section.s01 .wrapper .maincontents .dl01 dd .catbox {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s01 .wrapper .maincontents .dl01 dd .catbox span {
  border: 1px solid #3E3A39;
  display: block;
  width: calc(50% - 5px);
  margin: 0 5px;
  text-align: center;
  font-size: 15px;
  padding: 2px 0;
  color: #3E3A39;
}
main section.s01 .wrapper .maincontents h3 {
  font-size: 20px;
  margin-top: 35px;
  border-bottom: 1px solid #3E3A39;
  padding-bottom: 4px;
}
main section.s01 .wrapper .maincontents h4 {
  font-size: 17px;
  margin-top: 55px;
  border-bottom: 2px dotted #3E3A39;
}
main section.s01 .wrapper .maincontents .box01 {
  padding-left: 15px;
}
main section.s01 .wrapper .maincontents .detailbox {
  width: 610px;
  margin-top: 20px;
  background-color: #DCDDDD;
  border-radius: 12px;
  padding: 20px 10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
main section.s01 .wrapper .maincontents .detailbox .type {
  background-color: #B5B5B6;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 15px;
  letter-spacing: 0;
  border-radius: 5px;
  position: absolute;
  top: 15px;
  left: 15px;
  text-align: center;
}
main section.s01 .wrapper .maincontents .detailbox .ul01 {
  width: 55%;
}
main section.s01 .wrapper .maincontents .detailbox .ul01 li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s01 .wrapper .maincontents .detailbox .ul01 li + li {
  margin-top: 5px;
}
main section.s01 .wrapper .maincontents .detailbox .ul01 li .t02 {
  width: 44%;
  font-size: 16px;
  text-align: right;
}
main section.s01 .wrapper .maincontents .detailbox .ul01 li .t03 {
  width: 12%;
  font-size: 16px;
  text-align: center;
}
main section.s01 .wrapper .maincontents .detailbox .ul01 li .t04 {
  width: 45%;
  font-size: 16px;
}
main section.s01 .wrapper .maincontents .detailbox .ul02 {
  width: 45%;
  border-left: 2px dotted #3E3A39;
}
main section.s01 .wrapper .maincontents .detailbox .ul02 li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s01 .wrapper .maincontents .detailbox .ul02 li + li {
  margin-top: 5px;
}
main section.s01 .wrapper .maincontents .detailbox .ul02 li .t02 {
  width: 63%;
  font-size: 16px;
  text-align: right;
}
main section.s01 .wrapper .maincontents .detailbox .ul02 li .t03 {
  width: 12%;
  font-size: 16px;
  text-align: center;
}
main section.s01 .wrapper .maincontents .detailbox .ul02 li .t04 {
  width: 25%;
  font-size: 16px;
}
main section.s01 .wrapper .maincontents h5 {
  font-size: 17px;
  margin-top: 55px;
  border-bottom: 2px dotted #3E3A39;
}
main section.s01 .wrapper .maincontents .flow {
  margin-top: 5px;
}
main section.s01 .wrapper .maincontents .flow li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 29px;
}
main section.s01 .wrapper .maincontents .flow li span {
  width: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
main section.s01 .wrapper .maincontents .pointbox {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #D3D3D4;
  padding: 10px;
  margin-top: 30px;
}
main section.s01 .wrapper .maincontents .pointbox img {
  width: 72px;
  display: block;
}
main section.s01 .wrapper .maincontents .pointbox p {
  font-size: 16px;
  line-height: 28px;
  width: calc(100% - 90px);
}
main section.s01 .wrapper .maincontents .itembox {
  position: relative;
  border-top: 1px solid #3E3A39;
  margin-top: 80px;
}
main section.s01 .wrapper .maincontents .itembox::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #3E3A39;
  display: block;
}
main section.s01 .wrapper .maincontents .itembox .t05 {
  font-size: 17px;
  margin-top: 10px;
}
main section.s01 .wrapper .maincontents .itembox .list03 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 0 10px;
}
main section.s01 .wrapper .maincontents .itembox .list03 li {
  width: 200px;
  margin-right: 40px;
}
main section.s01 .wrapper .maincontents .itembox .list03 li:nth-child(3n) {
  margin-right: 0;
}
main section.s01 .wrapper .maincontents .itembox .list03 li a {
  display: block;
  text-decoration: none;
}
main section.s01 .wrapper .maincontents .itembox .list03 li a img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
main section.s01 .wrapper .maincontents .itembox .list03 li a p {
  text-align: center;
  font-size: 16px;
  color: #3E3A39;
  margin-top: 20px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 768px) {
  main section.s01 .wrapper .maincontents {
    padding: 0 15px;
  }
  main section.s01 .wrapper .maincontents .mainphoto {
    border: 1px solid #231815;
  }
  main section.s01 .wrapper .maincontents .mainphoto img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .maincontents .dl01 {
    display: block;
    margin-top: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main section.s01 .wrapper .maincontents .dl01 dt {
    width: 100%;
  }
  main section.s01 .wrapper .maincontents .dl01 dt h2 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
  }
  main section.s01 .wrapper .maincontents .dl01 dd {
    width: 100%;
  }
  main section.s01 .wrapper .maincontents .dl01 dd .catbox {
    display: block;
    margin-top: 5px;
    letter-spacing: 0;
    font-size: 0;
  }
  main section.s01 .wrapper .maincontents .dl01 dd .catbox span {
    border: 1px solid #3E3A39;
    display: inline-block;
    width: auto;
    padding: 0 10px;
    margin-top: 10px;
    text-align: center;
    font-size: 11px;
    color: #3E3A39;
    margin: 0 5px 0 0 !important;
  }
  main section.s01 .wrapper .maincontents h3 {
    font-size: 12px;
    margin-top: 25px;
    border-bottom: 1px solid #3E3A39;
    padding-bottom: 4px;
  }
  main section.s01 .wrapper .maincontents h4 {
    font-size: 13px;
    margin-top: 20px;
    border-bottom: 2px dotted #3E3A39;
  }
  main section.s01 .wrapper .maincontents .box01 {
    padding-left: 10px;
  }
  main section.s01 .wrapper .maincontents .detailbox {
    width: 335px;
    margin-top: 10px;
    background-color: #DCDDDD;
    border-radius: 6px;
    padding: 20px 10px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  main section.s01 .wrapper .maincontents .detailbox .type {
    background-color: #B5B5B6;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    letter-spacing: 0;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
  }
  main section.s01 .wrapper .maincontents .detailbox .ul01 {
    width: 55%;
  }
  main section.s01 .wrapper .maincontents .detailbox .ul01 li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    letter-spacing: 0;
  }
  main section.s01 .wrapper .maincontents .detailbox .ul01 li + li {
    margin-top: 3px;
  }
  main section.s01 .wrapper .maincontents .detailbox .ul01 li .t02 {
    width: 42%;
    font-size: 10px;
    text-align: right;
  }
  main section.s01 .wrapper .maincontents .detailbox .ul01 li .t03 {
    width: 12%;
    font-size: 10px;
    text-align: center;
  }
  main section.s01 .wrapper .maincontents .detailbox .ul01 li .t04 {
    width: 46%;
    font-size: 10px;
  }
  main section.s01 .wrapper .maincontents .detailbox .ul02 {
    width: 45%;
    border-left: 2px dotted #3E3A39;
  }
  main section.s01 .wrapper .maincontents .detailbox .ul02 li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    letter-spacing: 0;
  }
  main section.s01 .wrapper .maincontents .detailbox .ul02 li + li {
    margin-top: 3px;
  }
  main section.s01 .wrapper .maincontents .detailbox .ul02 li .t02 {
    width: 70%;
    font-size: 10px;
    text-align: right;
  }
  main section.s01 .wrapper .maincontents .detailbox .ul02 li .t03 {
    width: 12%;
    font-size: 10px;
    text-align: center;
  }
  main section.s01 .wrapper .maincontents .detailbox .ul02 li .t04 {
    width: 18%;
    font-size: 10px;
  }
  main section.s01 .wrapper .maincontents h5 {
    font-size: 13px;
    margin-top: 20px;
    border-bottom: 2px dotted #3E3A39;
  }
  main section.s01 .wrapper .maincontents .flow {
    margin-top: 5px;
  }
  main section.s01 .wrapper .maincontents .flow li {
    position: relative;
    padding-left: 16px;
    font-size: 13px;
    line-height: 24px;
  }
  main section.s01 .wrapper .maincontents .flow li span {
    width: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s01 .wrapper .maincontents .pointbox {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #D3D3D4;
    padding: 10px;
    margin-top: 20px;
  }
  main section.s01 .wrapper .maincontents .pointbox img {
    width: 40px;
    display: block;
  }
  main section.s01 .wrapper .maincontents .pointbox p {
    font-size: 9px;
    line-height: 12px;
    width: calc(100% - 50px);
  }
  main section.s01 .wrapper .maincontents .itembox {
    position: relative;
    border-top: 1px solid #3E3A39;
    margin-top: 30px;
  }
  main section.s01 .wrapper .maincontents .itembox::before {
    content: "";
    position: absolute;
    top: -4px;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #3E3A39;
    display: block;
  }
  main section.s01 .wrapper .maincontents .itembox .t05 {
    font-size: 11px;
    margin-top: 10px;
  }
  main section.s01 .wrapper .maincontents .itembox .list03 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    padding: 0 10px;
  }
  main section.s01 .wrapper .maincontents .itembox .list03 li {
    width: 50%;
    margin-right: 0;
  }
  main section.s01 .wrapper .maincontents .itembox .list03 li:nth-child(3n) {
    margin-right: 0;
  }
  main section.s01 .wrapper .maincontents .itembox .list03 li a {
    display: block;
    text-decoration: none;
  }
  main section.s01 .wrapper .maincontents .itembox .list03 li a img {
    max-width: 100%;
    width: 110px;
    display: block;
    margin: 0 auto;
  }
  main section.s01 .wrapper .maincontents .itembox .list03 li a p {
    text-align: center;
    font-size: 11px;
    color: #3E3A39;
    margin-top: 10px;
  }
}