@charset "UTF-8";
@media (max-width: 960px) {
  .pc-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .tablet-wider {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media (max-width: 960px) {
  .pc_only {
    display: none !important;
  }
}

/* etkcms
-----------------------------------------------------------*/
body, p, div, form, ul, th, td, h1, h2, h3, h4 {
  font-family: Quicksand, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro';
  position: relative;
  margin: 0;
  padding: 0;
  color: #484848;
  font-size: 10pt;
  line-height: 150%;
  list-style-type: none;
  -webkit-text-size-adjust: none;
  max-height: 99999px;
}

a {
  text-decoration: none;
  color: #669900;
}

a.bt {
  padding: 5px 20px;
  background: #E3C65D;
  border: 1px #999 solid;
  color: #333;
}

a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

img {
  border: none;
}

strong {
  font-weight: 100;
  text-decoration: none;
}

/* ------------------------------------------------------- */
#etk_message {
  position: absolute;
  width: 400px;
  overflow: auto;
  padding: 5px;
  margin: 5px;
  z-index: 99;
}

.lnsClear {
  clear: both;
  height: 0;
}

.DEBT {
  padding: 5px;
}

.alert {
  color: #f00;
}

.box {
  margin-bottom: 30px;
}

.content_text {
  height: 0;
  overflow: hidden;
}

.bt_more {
  text-align: right;
  margin-right: 15px;
}

.tel {
  font-size: 16pt;
}

.center {
  text-align: center;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mx-4 {
  margin-right: 1rem;
  margin-left: 1rem;
}

.px-4 {
  padding-right: 1rem;
  padding-left: 1rem;
}

/* ------------------------------------------------------- */
body {
  background: #fff;
}

h1 {
  height: 0;
  overflow: hidden;
  display: none;
}

h2 {
  text-align: center;
  margin-bottom: 30px;
}

h3 {
  background: url(/img/bg_h3.png) 0 0 no-repeat;
  font-size: 15pt;
  line-height: 33px;
  border-bottom: 1px #b2b2b2 solid;
  padding-left: 15px;
  margin: 0 0 15px;
}

h2 span {
  height: 0;
  overflow: hidden;
  display: none;
}

#top h2 {
  margin-bottom: 15px;
}

/* ------------------------------------------------------- */
#wrap {
  overflow: hidden;
}

.wrap {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.cont {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.cont_wrap {
  width: 1100px;
  width: 100%;
  margin: 0 auto;
}

/* ------------------------------------------------------- */
#top {
  background: url(/img/bg_top.jpg?0208) 50% 0 no-repeat;
  padding: 25px 0;
}

#top_image {
  width: 100%;
  height: 400px;
  margin: 0 auto;
}

#top_image_wrap {
  height: 400px;
  position: relative;
}

@media (max-width: 767px) {
  #top_image_wrap img {
    position: relative;
    right: 22rem;
  }
}

#top_image_text {
  position: absolute;
  color: white;
  font-weight: normal;
  top: 39%;
  left: 17%;
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.2rem;
  text-shadow: 0 0 15px black, 0 0 15px black;
}

@media (max-width: 767px) {
  #top_image_text {
    left: 6%;
    font-size: 1.4rem;
  }
}

#top_image1 {
  width: 100%;
  text-align: center;
  background-image: url(/img/bg_top_image1.jpg?1225);
  background-size: cover;
  background-position: center;
  height: 100%;
}

#top_image1 img {
  width: auto;
  right: 0;
  max-height: 400px;
}

@media (max-width: 960px) {
  #top_image1 img {
    max-width: 100%;
  }
}

#top_image2 {
  width: 100%;
  text-align: center;
  background-image: url(/img/bg_top_image2.jpg?1225);
  background-size: cover;
  background-position: center;
  height: 100%;
  padding-bottom: 1rem;
}

#top_image2 img {
  width: 100%;
  right: 0;
  max-height: 400px;
}

#top_image3 {
  width: 100%;
  text-align: center;
  background-image: url(/img/bg_top_image3.jpg?1225);
  background-size: cover;
  background-position: center;
  height: 100%;
}

#top_image3 img {
  width: 100%;
  right: 0;
  max-height: 400px;
}

#top_image_tel {
  width: 310px;
  top: 275px;
  left: 295px;
}

@media (max-width: 960px) {
  #top_image_tel {
    left: 80px;
  }
}

@media (max-width: 767px) {
  #top_image_tel {
    width: 70%;
    margin: 0 auto;
    top: 19rem;
    left: initial;
    bottom: 0;
  }
}

#top_image_mail {
  width: 349px;
  top: 275px;
  left: 660px;
}

@media (max-width: 960px) {
  #top_image_mail {
    left: 400px;
  }
}

@media (max-width: 767px) {
  #top_image_mail {
    width: 70%;
    margin: 0 auto;
    top: 22rem;
    left: initial;
    bottom: 0;
  }
}

#top_image_contact {
  width: 334px;
  top: 280px;
  left: 475px;
}

@media (max-width: 960px) {
  #top_image_contact {
    left: 50%;
  }
}

@media (max-width: 767px) {
  #top_image_contact {
    width: 90%;
    margin: 0 auto;
    left: 0;
  }
}

#top_info {
  width: 365px;
  border-right: 1px dotted;
}

@media (max-width: 960px) {
  #top_info {
    padding-bottom: 2rem;
    margin-bottom: 4rem;
    border-right: none;
    border-bottom: 1px dotted;
  }
}

#top_info .office {
  margin-bottom: 25px;
}

#top_info .addr {
  margin-bottom: 60px;
}

#top_info_contact {
  text-align: center;
  margin-top: 55px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#top_info_contact p {
  margin-bottom: 40px;
}

#top_contact {
  width: 445px;
  float: right;
}

#top_contact .contact {
  margin-bottom: 10px;
}

#top_contact .bt_contact {
  margin-bottom: 35px;
}

#top_contact .bt_contact img {
  width: 100%;
}

#bt_top_image {
  width: 100%;
  height: 0;
  top: 160px;
  z-index: 30;
  margin: 0 auto;
}

#bt_top_image div {
  height: 0;
}

#bt_top_image div img {
  cursor: pointer;
}

#bt_next {
  text-align: right;
}

.bt_top_image {
  height: 0;
  z-index: 10;
  text-align: left;
}

#sub_image_image_info {
  background: url(/img/sub_image_info.jpg) 50% 50% no-repeat;
}

#sub_image_image_contact {
  background: url(/img/sub_image_contact.jpg) 50% 50% no-repeat;
}

.sub_image {
  text-align: center;
  padding: 87px 0;
  margin-bottom: 20px;
}

#main_cont {
  margin-bottom: 45px;
}

#bread_crumbs {
  border-bottom: 1px #6d8760 solid;
  margin-bottom: 45px;
}

#pagetop {
  text-align: right;
  margin-bottom: 70px;
}

/* ------------------------------------------------------- */
.subimage_info {
  margin-bottom: 30px;
}

.subimage_info img {
  width: 100%;
}

.tbl_form {
  background: #fff;
  width: 550px;
  margin: 0 auto;
}

.tbl_form th {
  background: #444;
  color: #fff;
  padding: 10px;
  text-align: right;
  font-weight: 100;
}

.tbl_form td {
  background: #ddd;
  color: #000;
  padding: 10px;
}

.tbl_form td input[Type=text] {
  border: 1px #999 solid;
  padding: 3px;
  width: 200px;
}

.tbl_form td textarea {
  width: 300px;
  height: 120px;
}

.tbl_form td input[Type=submit] {
  padding: 4px 20px;
}

.tbl_form .td_submit {
  background: #fff;
}

.tbl_list {
  width: 100%;
  margin: 0 0 50px;
  padding: 0 3.7rem 0 0.5rem;
  border-collapse: collapse;
}

@media (max-width: 767px) {
  .tbl_list {
    border-collapse: initial;
  }
}

.tbl_list th {
  width: 20%;
  background: #DCEBD4;
  color: #180e05;
  padding: 15px 25px;
  text-align: left;
  font-weight: normal;
}

.tbl_list td {
  color: #484848;
  padding: 15px 25px;
}

.tbl_list td input[Type=text] {
  border: 1px #999 solid;
  padding: 3px;
  width: 200px;
}

.tbl_list th,
.tbl_list td {
  border: solid 1px #c3c3c3;
}

@media (max-width: 767px) {
  .tbl_list th,
  .tbl_list td {
    width: 100%;
    display: block;
  }
}

#tbl_form td textarea {
  border: 1px #999 solid;
  padding: 3px;
  width: 200px;
}

#tbl_form td textarea {
  border: 1px #999 solid;
  padding: 3px;
  width: 200px;
}

.tbl_list td textarea {
  width: 300px;
  height: 120px;
}

.tbl_list td input[Type=submit] {
  padding: 4px 20px;
}

/* ------------------------------------------------------- */
ul.rss_list {
  margin: 15px;
}

ul.rss_list li {
  border-bottom: 1px #999 dotted;
  margin-bottom: 5px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
}

ul.rss_list li a {
  color: #6B5446;
}

/* ------------------------------------------------------- */
.top-all-wrap li {
  float: left;
  padding-top: 200px;
  width: 50%;
}

.top-all-wrap li:nth-child(1) {
  background: url(/img/bg-top-enbi.jpg) no-repeat center/cover;
}

.top-all-wrap li:nth-child(2) {
  background: url(/img/bg-top-sanpai.jpg) no-repeat center/cover;
}

.top-all-wrap li .txt {
  padding: 30px 30px 60px;
}

.top-all-wrap li:nth-child(1) .txt {
  background: rgba(0, 28, 88, 0.7);
}

.top-all-wrap li:nth-child(2) .txt {
  background: rgba(0, 86, 31, 0.7);
}

.top-all-wrap li .inner {
  max-width: 540px;
}

.top-all-wrap li:nth-child(1) .inner {
  margin: 0 0 0 auto;
}

.top-all-wrap li .title {
  border-bottom: #fff100 1px solid;
  color: #fff100;
  font-size: 2em;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
}

.top-all-wrap li .sub-title {
  color: #fff100;
  font-size: 1.8em;
  text-align: center;
}

.top-all-wrap li .inner-box {
  padding: 15px 10px 30px;
}

.top-all-wrap li .top-enbi-more {
  font-size: 1.2em;
  padding: 2px 0 10px;
  text-align: center;
}

.top-all-wrap li .top-enbi-more a {
  border-bottom: #fff 1px solid;
  color: #fff;
  display: inline-block;
}

.top-all-wrap li .top-enbi-more a .fa {
  margin-left: 20px;
}

.top-all-wrap li .point {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.8em;
  padding: 0 10px 10px;
}

.top-all-wrap li .point .fa {
  margin-right: 10px;
}

.top-all-wrap li .note {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.8;
}

.top-all-wrap li .more {
  text-align: center;
}

.top-all-wrap li .more img {
  width: 100%;
}

.top-foot-wrap {
  margin-top: -41px;
}

/* ---------------------- */
#about_ppfa {
  position: absolute;
  width: 22%;
  top: 46%;
  left: 37%;
}

@media (max-width: 767px) {
  #about_ppfa {
    width: 40%;
    top: 46.5%;
    left: 45%;
  }
}

#about_ppfa img {
  width: 100%;
}

.top_box {
  margin: 50px 0 25px;
  text-align: center;
}

.top_box img {
  width: 100%;
}

.top_flow {
  width: 50%;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.top_flow_box {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.map {
  border: 1px #c3c3c3 solid;
  margin: 0 auto 10px;
  width: 95%;
}

.map_addr {
  border-bottom: 1px #c3c3c3 solid;
  margin-bottom: 30px;
}

.map iframe {
  width: 100%;
}

.contact_box {
  margin-bottom: 15px;
}

.contact_info {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 960px) {
  .contact_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact_info .txt {
  width: 372px;
  margin-bottom: 1rem;
}

@media (max-width: 960px) {
  .contact_info .txt {
    margin: 0 auto 1rem;
  }
}

.contact_info .bt {
  width: 328px;
  margin-left: auto;
}

@media (max-width: 960px) {
  .contact_info .bt {
    margin: 0 auto 1rem;
    width: 100%;
    text-align: center;
  }
}

.contact_info .bt img {
  width: 90%;
}

.contact_info .bt div {
  margin-bottom: 15px;
}

#waste_image {
  margin: 5px 0 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#waste_image img {
  margin: 0.5rem 1rem;
}

@media (max-width: 960px) {
  #waste_image img {
    display: block;
    margin: auto;
    width: 100%;
  }
}

/************************************************************************
 max-width: 980px
************************************************************************/
@media screen and (max-width: 980px) {
  .top-all-wrap li {
    float: none;
    width: auto;
  }
  .top-all-wrap li .inner, .top-all-wrap li:nth-child(1) .inner {
    margin: 0 auto;
  }
}

/************************************************************************
 max-width: 780px
************************************************************************/
@media screen and (max-width: 780px) {
  .top-all-wrap li .title {
    font-size: 1.8em;
  }
  .top-all-wrap li .sub-title {
    font-size: 1.6em;
  }
}

/************************************************************************
 max-width: 640px
************************************************************************/
@media screen and (max-width: 640px) {
  .top-all-wrap li .title {
    font-size: 1.6em;
  }
  .top-all-wrap li .sub-title {
    font-size: 1.2em;
  }
}

#foot {
  background: #2E9277;
  padding: 25px 0;
}

#foot_wrap {
  background: url(/img/bg_foot.png) 50% 0 repeat-x;
  border-bottom: 13px #1c483c solid;
  padding-top: 41px;
}

#foot_link {
  background: url(/img/bg_foot_line.png) 240px 0 repeat-y;
  margin-bottom: 10px;
}

@media (max-width: 960px) {
  #foot_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: none;
    padding: 0 1rem;
  }
}

#foot_link-mail {
  width: 240px;
  padding: 13px 0;
}

@media (max-width: 960px) {
  #foot_link-mail {
    padding: 1rem 0;
  }
}

@media (max-width: 767px) {
  #foot_link-mail {
    text-align: center;
    margin: 0 auto;
  }
}

#foot_link-tel {
  width: 260px;
  padding: 5px 1rem;
}

@media (max-width: 960px) {
  #foot_link-tel {
    padding: 1rem 0;
  }
}

@media (max-width: 767px) {
  #foot_link-tel {
    text-align: center;
    margin: 0 auto;
  }
}

#foot_link-fax {
  width: 255px;
  margin: auto 0;
}

@media (max-width: 960px) {
  #foot_link-fax {
    padding: 1rem 0;
  }
}

@media (max-width: 767px) {
  #foot_link-fax {
    text-align: center;
    margin: 0 auto;
  }
}

#foot_link-fax img {
  width: 200px;
}

#foot_link-ppfa {
  width: 225px;
  padding: 10px 0;
  text-align: center;
  margin-left: auto;
}

@media (max-width: 767px) {
  #foot_link-ppfa {
    margin: 0 auto;
  }
}

#foot_link-ppfa img {
  width: 204px;
}

#foot_logo {
  margin-bottom: 10px;
}

@media (max-width: 960px) {
  #foot_logo {
    text-align: center;
  }
}

@media (max-width: 767px) {
  #foot_logo img {
    width: 80vw;
  }
}

#foot_info_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#foot_info_l {
  width: 200px;
  margin-right: 10px;
}

@media (max-width: 960px) {
  #foot_info_l {
    width: 40%;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  #foot_info_l {
    width: 100%;
    padding-left: 4rem;
    margin-bottom: 1rem;
  }
}

#foot_info_c {
  width: 300px;
  margin-right: 10px;
}

@media (max-width: 960px) {
  #foot_info_c {
    width: 40%;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  #foot_info_c {
    width: 100%;
    padding-left: 4rem;
  }
}

#foot_info_r {
  width: 460px;
  text-align: right;
  margin-top: auto;
  margin-left: auto;
}

@media (max-width: 960px) {
  #foot_info_r {
    text-align: center;
    margin-top: 2rem;
  }
}

#foot_menu {
  line-height: 14px;
  margin-bottom: 10px;
}

#foot_menu a {
  display: inline-block;
  height: 14px;
}

#foot div {
  color: #fff;
}

#head {
  width: 100%;
  border-top: 10px #2e9277 solid;
  padding: 15px 0;
}

#head_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#head_left {
  width: 300px;
  padding: 0 1rem;
}

#head_right {
  width: 676px;
  margin-left: auto;
}

@media (max-width: 960px) {
  #head_right {
    display: none;
  }
}

#head_right .flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#head_open {
  width: 146px;
  float: right;
  margin: 0 20px 0 6px;
}

#head_tel {
  width: 214px;
  float: right;
}

#head p {
  color: #4d4d4d;
}

#head #logo {
  margin: 0 0 15px;
}

#head #bnr_ppfa {
  width: 204px;
}

#head #bnr_ppfa img {
  width: 204px;
}

#head #menu {
  margin-top: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#head #menu a {
  display: block;
  height: 40px;
}

#head #menu li:nth-child(1) {
  width: 126px;
}

#head #menu li:nth-child(2) {
  width: 114px;
}

#head #menu li:nth-child(3) {
  width: 153px;
}

#head #menu li:nth-child(4) {
  width: 130px;
}

#head #menu li:nth-child(5) {
  width: 153px;
}

.drawer-hamburger {
  z-index: 556 !important;
}

.drawer-nav {
  right: -18.25rem;
  z-index: 555 !important;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateZ(0);
}

.drawer--right .drawer-nav {
  -webkit-transition: right 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer-open .drawer-nav {
  width: 20rem;
}

.drawer-open .drawer-hamburger {
  right: 0rem !important;
}

.drawer-open .drawer-hamburger-icon {
  top: -5px;
}

.drawer-open .drawer-hamburger-icon::before {
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
}

.drawer-hamburger {
  padding: 10px .75rem 30px;
  width: 3rem;
  position: fixed;
}

.drawer-hamburger-icon, .drawer-hamburger-icon::before, .drawer-hamburger-icon::after {
  height: 1px;
}

.drawer-hamburger-icon::before {
  background-color: white;
}

.drawer-hamburger-icon::after {
  background-color: white;
  top: 0;
}

.drawer-hamburger-text {
  color: white;
  display: inline-block;
  margin-top: 5px;
  font-size: 0.7rem;
}

.drawer-overlay {
  z-index: 500;
}

.drawer-nav {
  background-color: white;
  border-top: 10px #2e9277 solid;
  z-index: 500;
}

.drawer__content {
  padding: 2rem;
}

.drawer__content--item {
  margin: 2rem 0;
}

.drawer__content--item a {
  font-size: 1.2rem;
  color: black;
}

#wrap_a, #wrap_b {
  width: 100%;
  max-width: 1100px;
  margin: 80px auto 60px;
}

#wrap_b {
  margin: 0 auto;
}

#vehicle img {
  max-width: 980px;
}

#item .item_img {
  margin: 50px auto 50px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#item .item_img p {
  margin-top: 1rem;
}

#item .item_img img {
  width: 100%;
}

#flow p {
  margin: 30px 0 30px;
  line-height: 160%;
}

#flow ol {
  list-style-type: decimal;
  padding: 0;
  margin: 1em;
  font-size: 110%;
  line-height: 180%;
}

#flow li {
  color: #78ae0e;
}

.d_th5 {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 600;
  font-size: 160%;
  margin: 0 auto;
  padding-left: 1rem;
}

.box_g {
  margin: 50px 0;
  width: 100%;
  background-color: #057d47;
  padding: 10px;
}

.box_g p {
  color: #fff;
  text-align: center;
}

.box_w {
  margin: 2em 0;
  background: #fff;
  border: 1px solid #057d47;
}

.box_w .box-title {
  font-size: 1.2em;
  background: #057d47;
  padding: 10px;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.box_w p {
  padding: 20px 20px 0 20px;
  margin: 0;
}

.line_g {
  margin: 50px 0;
  width: 100%;
  padding: 2px 0;
  background-color: #057d47;
}

.line_lg {
  margin: 20px 0 10px;
  background-color: #78ae0e;
  text-align: center;
  padding: 10px 0;
}

.line_lg span {
  padding: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 120%;
}

.box_l {
  display: inline-block;
  width: calc(100% / 4 - 1rem);
  margin: 0 0.5rem;
  text-align: center;
}

@media (max-width: 960px) {
  .box_l {
    width: calc(100% / 2 - 1rem);
    margin-bottom: 1rem;
  }
}

.box_r {
  display: inline-block;
  width: calc(100% / 4 - 1rem);
  margin-right: 0;
}

.box_r p {
  text-align: center;
}

.box2_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box2 {
  width: calc(30% - 2rem);
  height: 15rem;
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .box2 {
    width: 100%;
  }
}

.box2 p {
  width: 92%;
  margin-left: 4%;
  font-size: 110%;
}

.box2 p span {
  display: block;
  color: #78ae0e;
  font-weight: 500;
  font-size: 110%;
  text-align: center;
}

.box2 p {
  margin-left: 4%;
  font-weight: 500;
  font-size: 110%;
}

.text_g {
  font-weight: 600;
  color: #057d47;
}

.text_bu {
  font-weight: 600;
  color: #41bee7;
}

.text_r {
  font-weight: 600;
  color: #e95555;
}

.text_lg {
  color: #78ae0e;
  font-weight: 600;
}

.text_b {
  font-weight: 600;
  color: #000;
}

.description_box {
  display: block;
  margin: 10px auto 20px;
  padding: 0 5% 0;
}

.description_box p {
  margin-bottom: 20px;
  line-height: 2;
}

.description_box .box_w p {
  line-height: 160%;
}

.h5_box {
  margin: 60px auto 0;
  text-align: center;
  border-bottom: 1px solid #057d47;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.h5_img {
  text-align: center;
  margin-bottom: 30px;
}

.h5_img img {
  width: 100%;
}

.h5_img2 {
  text-align: center;
  margin-bottom: 30px;
}

.top_com p {
  text-align: center;
  line-height: 180%;
  font-size: 110%;
}

h4 {
  letter-spacing: 5px;
  padding: 10px 0 10px;
  text-align: center;
  font-weight: 800;
  font-size: 200%;
  color: #fff;
}

.mincho {
  margin-bottom: 20px;
  font-size: 160%;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.top-img {
  margin: 50px auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-img img {
  width: 31%;
  margin-right: 3.5%;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .top-img img {
    width: calc(50% - 2rem);
    height: 100%;
    margin: 0;
    padding: 0 1rem;
  }
}

.top-img img:nth-child(2) {
  margin-top: 0;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .top-img img:nth-child(2) {
    margin: 0;
  }
}

.top-img img:nth-child(3) {
  margin-right: 0;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .top-img img:nth-child(3) {
    margin: 1rem auto 0;
  }
}

.sanpai_permission {
  background-color: white;
  border: solid 1px #8DBD2B;
  border-radius: 1.3rem;
}

.sanpai_permission-title {
  background-color: #8DBD2B;
  border-radius: 1.25rem 1.25rem 0 0;
  color: #575957;
  font-size: 180%;
  font-weight: normal;
  text-shadow: 2px  2px 1px white, -2px  2px 1px white, 2px -2px 1px white, -2px -2px 1px white, 2px  0px 1px white, 0px  2px 1px white, -2px  0px 1px white, 0px -2px 1px white;
  padding-right: 30%;
}

@media (max-width: 960px) {
  .sanpai_permission-title {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .sanpai_permission-title {
    font-size: 130%;
  }
}

.sanpai_permission-title .mid {
  font-size: 110%;
}

.sanpai_permission-title .lg {
  font-size: 140%;
  color: #F06602;
}

.sanpai_permission-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80%;
  padding: 1rem 2rem 1.5rem;
}

@media (max-width: 960px) {
  .sanpai_permission-list {
    padding: 1rem;
  }
}

@media (max-width: 767px) {
  .sanpai_permission-list {
    width: 100%;
    padding-bottom: 9rem;
  }
}

.sanpai_permission-item {
  width: calc(50% - 1rem);
  margin: 0 0.5rem;
  padding: 1rem 0;
  font-size: 1.3rem;
  color: #4B341B;
  border-bottom: 1px dotted #4B341B;
}

@media (max-width: 960px) {
  .sanpai_permission-item {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .sanpai_permission-item {
    font-size: 1rem;
  }
}

.sanpai_permission-item:nth-child(1), .sanpai_permission-item:nth-child(3) {
  width: calc(50% - 3em);
}

@media (max-width: 960px) {
  .sanpai_permission-item:nth-child(1), .sanpai_permission-item:nth-child(3) {
    width: 100%;
  }
}

.sanpai_permission-item:nth-child(2), .sanpai_permission-item:nth-child(4) {
  padding-right: 3%;
}

.sanpai_permission-item img {
  height: 2rem;
  margin: 0 1rem -0.4rem 0;
}

@media (max-width: 767px) {
  .sanpai_permission-item img {
    height: 1.5rem;
    margin-right: 0.5rem;
  }
}

.sanpai_permission-image {
  position: absolute;
  top: -2.8rem;
  right: 0.6rem;
  width: 15rem;
}

@media (max-width: 960px) {
  .sanpai_permission-image {
    top: 4.2rem;
  }
}

@media (max-width: 767px) {
  .sanpai_permission-image {
    top: 15rem;
    width: 10rem;
    right: 22%;
  }
}
/*# sourceMappingURL=common.css.map */