/* ------------------------------
 width: all
------------------------------ */
header .common_header .wrapper .btnlist {
  display: none;
}

main {
  padding: 100px 0;
  width: 920px;
  margin: 0 auto;
}
main section.s01 .wrapper .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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F7CD00;
  border-radius: 10px;
  padding: 10px 40px;
}
main section.s01 .wrapper .dl01 dt {
  width: 111px;
  padding-bottom: 5px;
}
main section.s01 .wrapper .dl01 dt img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .dl01 dd {
  width: calc(100% - 111px);
  padding: 10px 0 10px 10px;
}
main section.s01 .wrapper .dl01 dd .h2 {
  font-size: 20px;
  line-height: 170%;
  font-weight: bold;
}
main section.s01 .wrapper .mainphoto {
  margin-top: 80px;
}
main section.s01 .wrapper .mainphoto img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .box01 {
  border: 2px solid #F7CD00;
  border-radius: 10px;
  padding: 20px 40px 40px;
  margin-top: 80px;
}
main section.s01 .wrapper .box01 .dl02 {
  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-bottom: 1px solid #BABABA;
  padding: 5px 0;
}
main section.s01 .wrapper .box01 .dl02 dt {
  width: 75px;
}
main section.s01 .wrapper .box01 .dl02 dt img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .box01 .dl02 dd {
  width: calc(100% - 75px);
  padding: 10px 0 10px 20px;
  font-size: 20px;
  line-height: 170%;
  font-weight: bold;
}
main section.s01 .wrapper .box01 .txtarea {
  margin-top: 30px;
}
main section.s01 .wrapper .box01 .txtarea p {
  font-size: 15px;
  line-height: 200%;
  font-weight: bold;
}
main section.s01 .wrapper .box01 .txtarea p + p {
  margin-top: 20px;
}
main section.s01 .wrapper .contactbox {
  background-color: #FFFCEB;
  border-radius: 10px;
  padding: 30px 40px 15px;
  border: 2px solid #F7CD00;
  margin-top: 70px;
}
main section.s01 .wrapper .contactbox .t01 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
main section.s01 .wrapper .contactbox .t02 {
  padding: 0 30px;
  font-size: 15px;
  line-height: 180%;
  font-weight: bold;
  margin-top: 20px;
}
main section.s01 .wrapper .contactbox .fixedmenu_scout {
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  margin-top: 30px;
}
main section.s01 .wrapper .contactbox .fixedmenu_scout li {
  width: 372px;
  display: inline-block;
  vertical-align: top;
}
main section.s01 .wrapper .contactbox .fixedmenu_scout li + li {
  margin-left: 70px;
}
main section.s01 .wrapper .contactbox .fixedmenu_scout li a {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .contactbox .fixedmenu_scout li a img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .h3 {
  padding: 15px 0 15px 25px;
  line-height: 100%;
  font-weight: bold;
  font-size: 20px;
  border-left: 3px solid #F7CD00;
  margin-top: 90px;
}
main section.s01 .wrapper table {
  width: 100%;
  margin-top: 40px;
  border-collapse: separate;
}
main section.s01 .wrapper table tr:first-child th {
  border-radius: 10px 0 0 0;
}
main section.s01 .wrapper table tr:first-child td {
  border-radius: 0 10px 0 0;
}
main section.s01 .wrapper table tr:last-child th {
  border-radius: 0 0 0 10px;
}
main section.s01 .wrapper table tr:last-child td {
  border-radius: 0 0 10px 0;
}
main section.s01 .wrapper table tr th,
main section.s01 .wrapper table tr td {
  border: 1px solid #D6D6D6;
  line-height: 200%;
}
main section.s01 .wrapper table tr th {
  width: 310px;
  text-align: center;
  vertical-align: middle;
  background-color: #F5F5F5;
  font-size: 15px;
  font-weight: bold;
  padding: 20px 15px;
}
main section.s01 .wrapper table tr td {
  font-size: 15px;
  font-weight: bold;
  padding: 20px 15px;
}

footer {
  padding-bottom: 140px;
  background-color: #fff;
  padding: 0 0 140px;
}
footer .wrapper {
  padding: 80px 0 40px;
  background-image: url(../../images/bg_footer_type2.jpg);
  background-size: cover;
  background-position: center center;
}
footer .wrapper .linklist01 {
  text-align: center;
}
footer .wrapper .linklist01 li {
  display: inline-block;
  vertical-align: top;
}
footer .wrapper .linklist01 li + li {
  border-left: 1px solid #212121;
}
footer .wrapper .linklist01 li a {
  display: block;
  text-decoration: none;
  color: #212121;
  font-size: 20px;
  line-height: 100%;
  padding: 10px 20px;
  font-weight: bold;
}
footer .wrapper .t01 {
  text-align: center;
  font-size: 15px;
  margin-top: 20px;
}
footer .wrapper .t02 {
  text-align: center;
  font-size: 15px;
  margin-top: 10px;
}
footer .wrapper .fixedmenu_scout {
  background-color: #FDFDFD;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 1160px;
  z-index: 1000000;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  height: 140px;
  padding-top: 25px;
  border-top: 2px solid #F7CD00;
}
footer .wrapper .fixedmenu_scout li {
  width: 372px;
  display: inline-block;
  vertical-align: top;
}
footer .wrapper .fixedmenu_scout li + li {
  margin-left: 70px;
}
footer .wrapper .fixedmenu_scout li a {
  width: 100%;
  display: block;
}
footer .wrapper .fixedmenu_scout li a img {
  width: 100%;
  display: block;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  header .common_header {
    padding: 15px 0 15px 15px;
    background-color: #212121;
    min-width: 375px;
    width: 100%;
  }
  header .common_header .wrapper .btnlist {
    display: none;
  }
  header .common_header .wrapper .msg {
    width: 180px;
    display: block;
    font-size: 8px;
  }
  main {
    padding: 50px 10px;
    width: 100%;
    margin: 0 auto;
  }
  main section.s01 .wrapper .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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #F7CD00;
    border-radius: 7px;
    padding: 0 20px 0 5px;
  }
  main section.s01 .wrapper .dl01 dt {
    width: 74px;
    padding-bottom: 5px;
  }
  main section.s01 .wrapper .dl01 dt img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .dl01 dd {
    width: calc(100% - 74px);
    padding: 10px 0 10px 5px;
  }
  main section.s01 .wrapper .dl01 dd .h2 {
    font-size: 18px;
    line-height: 140%;
    font-weight: bold;
  }
  main section.s01 .wrapper .mainphoto {
    width: calc(100% + 20px);
    margin: 20px -10px 0;
  }
  main section.s01 .wrapper .mainphoto img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .box01 {
    border: 2px solid #F7CD00;
    border-radius: 7px;
    padding: 10px 15px 20px;
    margin-top: 25px;
  }
  main section.s01 .wrapper .box01 .dl02 {
    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-bottom: 1px solid #BABABA;
    padding: 5px 0;
  }
  main section.s01 .wrapper .box01 .dl02 dt {
    width: 50px;
  }
  main section.s01 .wrapper .box01 .dl02 dt img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .box01 .dl02 dd {
    width: calc(100% - 50px);
    padding: 10px 0 10px 10px;
    font-size: 15px;
    line-height: 140%;
    font-weight: bold;
  }
  main section.s01 .wrapper .box01 .txtarea {
    margin-top: 20px;
  }
  main section.s01 .wrapper .box01 .txtarea p {
    font-size: 14px;
    line-height: 200%;
    font-weight: bold;
  }
  main section.s01 .wrapper .box01 .txtarea p + p {
    margin-top: 10px;
  }
  main section.s01 .wrapper .contactbox {
    background-color: #FFFCEB;
    border-radius: 7px;
    padding: 30px 15px 15px;
    border: 2px solid #F7CD00;
    margin-top: 30px;
  }
  main section.s01 .wrapper .contactbox .t01 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
  }
  main section.s01 .wrapper .contactbox .t02 {
    padding: 0 10px;
    font-size: 14px;
    line-height: 180%;
    font-weight: bold;
    margin-top: 20px;
  }
  main section.s01 .wrapper .contactbox .fixedmenu_scout {
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    margin-top: 30px;
  }
  main section.s01 .wrapper .contactbox .fixedmenu_scout li {
    width: 372px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  main section.s01 .wrapper .contactbox .fixedmenu_scout li + li {
    margin: 10px auto 0;
  }
  main section.s01 .wrapper .contactbox .fixedmenu_scout li a {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .contactbox .fixedmenu_scout li a img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .h3 {
    padding: 5px 0 5px 10px;
    line-height: 100%;
    font-weight: bold;
    font-size: 20px;
    border-left: 3px solid #F7CD00;
    margin-top: 40px;
  }
  main section.s01 .wrapper table {
    width: 100%;
    margin-top: 25px;
    border-collapse: separate;
  }
  main section.s01 .wrapper table tr:first-child th {
    border-radius: 7px 0 0 0;
  }
  main section.s01 .wrapper table tr:first-child td {
    border-radius: 0 7px 0 0;
  }
  main section.s01 .wrapper table tr:last-child th {
    border-radius: 0 0 0 7px;
  }
  main section.s01 .wrapper table tr:last-child td {
    border-radius: 0 0 7px 0;
  }
  main section.s01 .wrapper table tr th,
  main section.s01 .wrapper table tr td {
    border: 1px solid #D6D6D6;
    line-height: 200%;
  }
  main section.s01 .wrapper table tr th {
    width: 30px;
    text-align: center;
    vertical-align: middle;
    background-color: #F5F5F5;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 5px;
    line-height: 140%;
  }
  main section.s01 .wrapper table tr td {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px;
  }
  footer {
    padding: 0;
  }
  footer .wrapper {
    padding: 20px 0;
    background-image: url(../../images/bg_footer_type2.jpg);
    background-size: cover;
    background-position: center center;
  }
  footer .wrapper .linklist01 {
    text-align: center;
  }
  footer .wrapper .linklist01 li {
    display: inline-block;
    vertical-align: top;
  }
  footer .wrapper .linklist01 li + li {
    border-left: 1px solid #212121;
  }
  footer .wrapper .linklist01 li a {
    display: block;
    text-decoration: none;
    color: #212121;
    font-size: 12px;
    line-height: 100%;
    padding: 0 5px 0 10px;
    font-weight: bold;
  }
  footer .wrapper .t01 {
    text-align: center;
    font-size: 10px;
    margin-top: 5px;
  }
  footer .wrapper .t02 {
    text-align: center;
    font-size: 10px;
    margin-top: 5px;
    line-height: 140%;
  }
  footer .wrapper .fixedmenu_scout {
    background-color: #FDFDFD;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 1280px;
    z-index: 1000000;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    height: 140px;
    padding-top: 25px;
    display: none;
  }
  footer .wrapper .fixedmenu_scout li {
    width: 372px;
    display: inline-block;
    vertical-align: top;
  }
  footer .wrapper .fixedmenu_scout li + li {
    margin-left: 70px;
  }
  footer .wrapper .fixedmenu_scout li a {
    width: 100%;
    display: block;
  }
  footer .wrapper .fixedmenu_scout li a img {
    width: 100%;
    display: block;
  }
}