@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/* base
==================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr {
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

.pc {
  display: none !important;
}

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

img {
  max-width: 100%;
  height: auto;
}

/* main
==================================*/
main {
  display: block; /*IE対策*/
  margin-top: 55px;
}
main #Pan {
  display: none;
}
main .container {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
}
main .row {
  display: block;
}
main .sec_ttl {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  font-feature-settings: "palt";
}
main .sec_ttl span {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #007e33;
  line-height: 1;
  display: block;
  margin-bottom: 7px;
}
main .page_ttl {
  height: 250px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
main .page_ttl .container {
  height: 100%;
  margin: 0 15px;
}
main .page_ttl .container .text_wrap {
  position: absolute;
  left: 0px;
  bottom: 20px;
}
main .page_ttl .container .text_wrap .ja {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 8px;
  line-height: 1;
}
main .page_ttl .container .text_wrap .ja > span {
  font-size: 26px;
  font-weight: 500;
  padding: 5px 10px 10px;
  background: rgba(255, 255, 255, 0.85);
  display: inline-block;
  font-feature-settings: "palt";
}
main .page_ttl .container .text_wrap .ja > span:nth-of-type(n + 2) {
  margin-top: 5px;
}
@media (max-width: 375px) {
  main .page_ttl .container .text_wrap .ja > span {
    font-size: 24px;
  }
}
main .page_ttl .container .text_wrap .ja > span .small {
  font-size: 23px;
}
main .page_ttl .container .text_wrap .en > span {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  padding: 5px 16px 5px 11px;
  background: rgba(255, 255, 255, 0.85);
  display: inline-block;
}
main .page_ttl .container .text_wrap .en > span .small {
  font-size: 12px;
  margin-right: 5px;
}
main .line_ttl {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.2;
  font-feature-settings: "palt";
}
@media (max-width: 375px) {
  main .line_ttl {
    font-size: 19px;
  }
}
main .line_ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 1px;
  background: #008b38;
  left: 0;
  bottom: 0;
}
main .link_btn {
  display: inline-block;
  width: 230px;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  color: #007e33;
  border: 1px solid #007e33;
  box-sizing: border-box;
  position: relative;
  font-feature-settings: "palt";
}
main .link_btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 11px;
  height: 10px;
  background: url(../images/common/arrow.svg) no-repeat 0/contain;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
main .row_contents {
  margin-top: -40px;
  margin-bottom: 70px;
}
main .row_contents .side_nav {
  z-index: 9000;
  position: fixed;
  top: 55px;
  left: 0;
  width: 100%;
}
main .row_contents .side_nav dt a {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  background: #515151;
  line-height: 45px;
  padding-left: 20px;
  box-sizing: border-box;
  display: block;
  position: relative;
  z-index: 1;
}
main .row_contents .side_nav dt a::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 62px;
  height: 100%;
  background: #313131;
  right: 0;
  top: 0;
}
main .row_contents .side_nav dt a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 9px;
  background: url(../images/common/arrow_nav.svg) no-repeat 0/contain;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
main .row_contents .side_nav dt a.open::after {
  transform: rotate(180deg);
}
main .row_contents .side_nav dd {
  padding-top: 15px;
  padding-bottom: 120px;
  box-sizing: border-box;
  background: #313131;
  height: calc(100vh - 100px);
  overflow: auto;
  display: none;
}
main .row_contents .side_nav dd a {
  display: block;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
  position: relative;
}
main .row_contents .side_nav dd a.here {
  background: #404040;
}
main .row_contents .side_nav dd > ul {
  overflow: auto;
}
main .row_contents .side_nav dd > ul > li {
  margin-bottom: 1px;
}
main .row_contents .side_nav dd > ul > li > a {
  padding: 7px 0 6px 23px;
  font-weight: 500;
}
main .row_contents .side_nav dd > ul .sec > li > a {
  padding-left: 35px;
  line-height: 34px;
}
main .row_contents .side_nav dd > ul .sec > li > a::before {
  content: "-";
  color: #54cb85;
  margin-right: 5px;
}
main .row_contents .side_nav dd > ul .third li a {
  padding-left: 65px;
  line-height: 34px;
}
main .row_contents .side_nav dd > ul .third li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-left: 1px solid #54cb85;
  border-bottom: 1px solid #54cb85;
  box-sizing: border-box;
  left: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
}
main .row_contents .main_area {
  padding-top: 70px;
}
main .contact_link {
  background: #f3f3f3;
  padding: 35px 0;
}
main .contact_link .container .contact_wrap p {
  line-height: 1;
}
main .contact_link .container .contact_wrap .ttl {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 2px;
}
main .contact_link .container .contact_wrap .left_wrap {
  padding: 0 10px 25px;
  box-sizing: border-box;
}
main .contact_link .container .contact_wrap .left_wrap ul {
  margin-bottom: 5px;
}
main .contact_link .container .contact_wrap .left_wrap ul li {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
}
main .contact_link .container .contact_wrap .left_wrap ul li:first-of-type {
  color: #007e33;
  font-size: 17px;
}
main .contact_link .container .contact_wrap .left_wrap ul li:first-of-type a {
  color: #007e33;
  font-size: 34px;
}
main .contact_link .container .contact_wrap .left_wrap ul li:nth-of-type(2) {
  font-size: 13px;
  margin-top: 5px;
}
main .contact_link .container .contact_wrap .left_wrap ul li:nth-of-type(2) span {
  font-size: 23px;
}
main .contact_link .container .contact_wrap .left_wrap small {
  font-size: 13px;
}
main .contact_link .container .contact_wrap .right_wrap {
  padding: 18px 10px 0;
  box-sizing: border-box;
  border-top: 1px solid #d5d5d5;
}
main .contact_link .container .contact_wrap .right_wrap .btn_area {
  margin: 0 -5px;
}
main .contact_link .container .contact_wrap .right_wrap .btn_area .contact_btn a {
  width: 100%;
  height: 65px;
  line-height: 65px;
  font-size: 16px;
  border-radius: 33px;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  color: #007e33;
  border: 1px solid #007e33;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
main .contact_link .container .contact_wrap .right_wrap .btn_area .contact_btn a::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 18px;
  height: 17px;
  background: url(../images/common/icon_mail_gr.svg) no-repeat 0/contain;
  margin-right: 10px;
  top: 2px;
}
main .contact_link .container .contact_wrap .right_wrap .btn_area .contact_btn a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 11px;
  background: url(../images/common/arrow.svg) no-repeat 0/contain;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
main .wrap {
  position: relative;
}
main .wrap:not(:last-of-type) {
  margin-bottom: 30px;
}
main .img_text figure {
  width: 49%;
  margin: 18px 0 3px 15px;
  float: right;
}
main .gray_check {
  margin: 0 -10px;
  padding: 28px 20px 30px;
  box-sizing: border-box;
  background: #f3f3f3;
}
main .gray_check li {
  position: relative;
  padding-left: 30px;
  line-height: 1.4;
  font-weight: 400;
}
main .gray_check li:not(:last-of-type) {
  margin-bottom: 15px;
}
main .gray_check li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 19px;
  background: url(../images/common/icon_check.svg) no-repeat 0/contain;
  left: 0;
  top: 2px;
}
main .link_list dl {
  background: #eee;
  padding: 17px 13px 20px;
  box-sizing: border-box;
}
main .link_list dl:not(:last-of-type) {
  margin-bottom: 15px;
}
main .link_list dl dt a {
  display: flex;
  position: relative;
}
main .link_list dl dt a::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 11px;
  background: url(../images/common/arrow.svg) no-repeat 0/contain;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
main .link_list dl dt a figure {
  width: 35%;
  margin-right: 13px;
}
main .link_list dl dt a p {
  width: calc(65% - 13px);
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
}
main .link_list dl dt a p span {
  font-size: 19px;
  font-weight: 500;
  color: #007e33;
  line-height: 1.3;
}
main .link_list dl dd {
  margin-top: 15px;
}
main .link_list dl dd ul li {
  margin-top: 8px;
}
main .link_list dl dd ul li::before {
  content: "・";
  color: #007e33;
  margin-right: 5px;
}
main .link_list dl dd ul li a {
  border-bottom: 1px solid #232323;
}
main .square_ttl {
  position: relative;
  padding-left: 20px;
  font-weight: 400;
  line-height: 1.4;
}
main .square_ttl::before {
  content: "■";
  position: absolute;
  color: #008c38;
  left: 0;
  top: 0;
}
main .gr_ttl {
  font-size: 18px;
  font-weight: 500;
  color: #007e33;
  line-height: 1.3;
  margin-bottom: 10px;
}
main .belt_ttl {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #008c38;
  border-radius: 20px;
  text-align: center;
  padding: 9px 10px;
  box-sizing: border-box;
  margin-bottom: 15px;
  line-height: 1.3;
}
main .belt_ttl.belt2 {
  border-radius: 60px;
  border-radius: 32px;
}
@media (max-width: 375px) {
  main .belt_ttl {
    font-size: 16px;
  }
}
main .gray_wrap {
  margin: 0 -10px;
  padding: 20px 20px 30px;
  box-sizing: border-box;
  background: #f3f3f3;
}
main .gray_wrap:nth-of-type(n + 2) {
  margin-top: 10px;
}
main .gray_wrap .border_ttl {
  font-size: 18px;
  font-weight: 500;
  color: #007e33;
  padding-bottom: 7px;
  line-height: 1.3;
  border-bottom: 1px solid #d8d8d8;
}
main .gray_wrap .mt {
  margin-top: 5px;
  line-height: 1.8;
}
main .gray_wrap .ml {
  margin-left: 20px;
  line-height: 1.4;
}
main .gray_wrap .arrow_list {
  margin: -30px -5px -20px;
}
main .gray_wrap .arrow_list li {
  padding: 30px 0 20px;
  box-sizing: border-box;
  position: relative;
}
main .gray_wrap .arrow_list li:not(:last-of-type) {
  border-bottom: 1px solid #d8d8d8;
}
main .gray_wrap .arrow_list li:not(:last-of-type)::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 12px solid #545454;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: auto;
}
main .num_text {
  position: relative;
  padding-left: 23px;
}
main .num_text span {
  position: absolute;
  left: 0;
  top: 0;
}
main .half_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -10px;
}
main .half_row li {
  width: calc(50% - 5px);
  margin-bottom: 10px;
}
main .side_arrow {
  margin: 20px auto 4px;
  width: 80%;
}
main .side_arrow li {
  position: relative;
}
main .side_arrow li figure {
  margin-bottom: -2px;
}
main .side_arrow li:first-of-type {
  margin-bottom: 25px;
}
main .side_arrow li:first-of-type::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 14px solid #3e3e3e;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  left: 0;
  right: 0;
  bottom: -7px;
  margin: auto;
}
main .side_arrow + p {
  width: 80%;
  margin: auto;
  line-height: 1.2;
}
main .round_text {
  position: relative;
  padding-left: 20px;
}
main .round_text::before {
  content: "●";
  position: absolute;
  color: #007e33;
  left: 0;
  top: 0;
}
main .text_link {
  border-bottom: 1px solid #232323;
  padding-bottom: 3px;
}
main .text_link:hover {
  opacity: 0.7;
}
main .anchor {
  position: absolute;
  top: -105px;
}

/* header
==================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  background: #fff;
  width: 100%;
  height: 55px;
  padding-left: 15px;
  padding-right: 14px;
  box-sizing: border-box;
}
header .header_inner {
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_inner .left_wrap {
  z-index: 1;
}
header .header_inner .left_wrap .text {
  font-size: 10px;
  color: #7c7c7c;
  line-height: 1;
}
header .header_inner .left_wrap .logo {
  width: 115px;
  position: relative;
}
header .header_inner .right_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .header_inner .right_wrap .contact a {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  width: 120px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background: green;
  border-radius: 25px;
}
header .header_inner .right_wrap .contact a::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 10px;
  background: url(../images/common/icon_mail.svg) no-repeat 0/contain;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
header .header_inner .right_wrap .open_btn {
  width: 35px;
  height: 21px;
  position: relative;
  margin-left: 15px;
}
header .header_inner .right_wrap .open_btn span {
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: #008c38;
  left: 0;
}
header .header_inner .right_wrap .open_btn span:nth-of-type(1) {
  top: 0;
}
header .header_inner .right_wrap .open_btn span:nth-of-type(2) {
  top: 9px;
}
header .header_inner .right_wrap .open_btn span:nth-of-type(3) {
  bottom: 0;
}
header nav {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  overflow: auto;
}
header nav::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 140px;
  background: url(../images/common/bg_nav.jpg) no-repeat 0/cover;
  left: 0;
  top: 0;
}
header nav .gr {
  background: #008b38;
  margin-top: 140px;
  padding: 7px 10px 20px;
  box-sizing: border-box;
}
header nav .gr a {
  color: #fff;
}
header nav .gr .fir {
  display: block;
  line-height: 50px;
  border-bottom: 1px solid #52b078;
  font-weight: 500;
}
header nav .gr .fir::before {
  content: "・";
  margin-right: 5px;
}
header nav .gr .row_list li:last-of-type .fir {
  border-bottom: none;
}
header nav .gr > li {
  width: 100%;
}
header nav .gr > li dl dt {
  position: relative;
}
header nav .gr > li dl dt .slide_btn {
  position: relative;
}
header nav .gr > li dl dt .slide_btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 0;
  right: 11px;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  transition: 0.3s;
}
header nav .gr > li dl dt .slide_btn.open::after {
  transform: rotate(-45deg);
}
header nav .gr > li dl dd {
  display: none;
}
header nav .gr .close_btn {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 14px;
  top: 16px;
}
header nav .gr .close_btn::before, header nav .gr .close_btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 0;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  transition: 0.2s;
}
header nav .gr .close_btn::before {
  left: 1px;
  transform: rotate(45deg);
  transition-delay: 0.3s;
  transform-origin: left top;
}
header nav .gr .close_btn::after {
  right: 1px;
  transform: rotate(-45deg);
  transition-delay: 0.5s;
  transform-origin: right top;
}
header nav ul dl dd {
  background: #007931;
  padding: 20px 30px;
  box-sizing: border-box;
}
header nav ul.sec > li:not(:first-of-type) {
  margin-top: 10px;
}
header nav ul.sec > li > a {
  font-size: 15px;
}
header nav ul.sec:nth-of-type(2) {
  margin-top: 10px;
}
header nav ul.third > li {
  margin-left: 14px;
  margin-top: 5px;
}
header nav ul.third > li > a {
  font-size: 14px;
}
header nav ul.third > li > a::before {
  content: "-";
  color: #54cb85;
  margin-right: 5px;
}
header nav ul.fourth > li {
  margin-left: 34px;
  margin-top: 3px;
}
header nav ul.fourth > li > a {
  font-size: 14px;
  position: relative;
}
header nav ul.fourth > li > a::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-left: 2px solid #54cb85;
  border-bottom: 2px solid #54cb85;
  left: -10px;
  top: 7px;
  box-sizing: border-box;
}
header.open .logo {
  background: url(../images/common/logo_wh.svg) no-repeat 0/contain;
}
header.open .logo img {
  opacity: 0;
}
header.open nav {
  pointer-events: auto;
  opacity: 1;
}
header.open nav .gr .close_btn::before, header.open nav .gr .close_btn::after {
  width: 32px;
}

body.fixed {
  position: fixed;
  width: 100%;
}

/* footer
==================================*/
footer nav {
  background: #008b38;
  padding: 20px 15px 27px;
  box-sizing: border-box;
}
footer nav > ul a {
  color: #fff;
  font-feature-settings: "palt";
}
footer nav > ul .fir {
  display: block;
  font-weight: 500;
  line-height: 50px;
  border-bottom: 1px solid #52b078;
}
footer nav > ul .fir::before {
  content: "・";
  margin-right: 5px;
}
footer nav > ul .row_list li:last-of-type .fir {
  border-bottom: none;
}
footer nav > ul > li dl dt {
  position: relative;
}
footer nav > ul > li dl dt .slide_btn {
  position: relative;
}
footer nav > ul > li dl dt .slide_btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 0;
  right: 11px;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  transition: 0.3s;
}
footer nav > ul > li dl dt .slide_btn.open::after {
  transform: rotate(-45deg);
}
footer nav > ul > li dl dd {
  display: none;
  background: #007931;
  padding: 10px 10px 20px 20px;
  box-sizing: border-box;
}
footer nav ul.sec > li:not(:first-of-type) {
  margin-top: 10px;
}
footer nav ul.sec > li > a {
  font-size: 15px;
}
footer nav ul.third > li {
  margin-left: 14px;
  margin-top: 5px;
}
footer nav ul.third > li > a {
  font-size: 14px;
}
footer nav ul.third > li > a::before {
  content: "-";
  color: #54cb85;
  margin-right: 5px;
}
footer nav ul.fourth > li {
  margin-left: 34px;
  margin-top: 3px;
}
footer nav ul.fourth > li > a {
  font-size: 14px;
  position: relative;
}
footer nav ul.fourth > li > a::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-left: 2px solid #54cb85;
  border-bottom: 2px solid #54cb85;
  left: -10px;
  top: 7px;
  box-sizing: border-box;
}
footer .wh_area {
  padding: 30px 10px 35px;
  box-sizing: border-box;
}
footer .wh_area .wh_inner .group_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px -8px;
}
footer .wh_area .wh_inner .group_list ul li {
  padding: 0 4px 8px;
  box-sizing: border-box;
  width: 50%;
}
footer .wh_area .wh_inner .group_list ul li img {
  width: 100%;
}
footer .wh_area .wh_inner .group_list p {
  width: 245px;
  font-weight: 400;
  text-align: center;
  line-height: 25px;
  color: #fff;
  background: #999;
  border-radius: 12px;
  margin: 30px auto 0;
}
footer .wh_area .wh_inner .link_list {
  margin-top: 17px;
}
footer .wh_area .wh_inner .link_list li :first-of-type {
  margin-bottom: 10px;
}
footer .wh_area .wh_inner .info_wrap {
  margin-top: 22px;
  text-align: center;
}
footer .wh_area .wh_inner .info_wrap .name {
  font-weight: 500;
  margin-bottom: 10px;
}
footer .wh_area .wh_inner .info_wrap .txt {
  text-align: center;
  margin-bottom: 30px;
  font-size: 15px;
}
footer .wh_area .wh_inner .info_wrap dl:not(:last-of-type) {
  margin-bottom: 10px;
}
footer .wh_area .wh_inner .info_wrap dl dt {
  font-size: 15px;
}
footer .wh_area .wh_inner .info_wrap dl dd {
  margin-left: 10px;
  font-size: 15px;
}
footer .gray_area {
  background: #565656;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
footer .gray_area .logo {
  width: 138px;
  margin: auto;
}
footer .gray_area .copy {
  margin-top: 7px;
}
footer .gray_area .copy small {
  color: #fff;
  font-size: 12px;
}
footer .gray_area .pagetop {
  position: absolute;
  width: 40px;
  height: 35px;
  right: 0;
  top: -35px;
}
footer .gray_area .pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #565656;
}
footer .gray_area .pagetop a img {
  width: 13px;
  height: 9px;
}

/* load_anim
==================================*/
#loading .load_anim {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 57px;
  height: 57px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#loading .load_anim > div {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  display: inline-block;
  background-color: #008b38;
  animation-fill-mode: both;
  animation-name: ball_load;
  animation-iteration-count: infinite;
  animation-delay: 0;
}
#loading .load_anim > div:nth-of-type(1) {
  animation-delay: 0.22s;
  animation-duration: 0.9s;
}
#loading .load_anim > div:nth-of-type(2) {
  animation-delay: 0.64s;
  animation-duration: 1s;
}
#loading .load_anim > div:nth-of-type(3) {
  animation-delay: -0.15s;
  animation-duration: 0.63s;
}
#loading .load_anim > div:nth-of-type(4) {
  animation-delay: -30ms;
  animation-duration: 1.24s;
}
#loading .load_anim > div:nth-of-type(5) {
  animation-delay: 80ms;
  animation-duration: 1.37s;
}
#loading .load_anim > div:nth-of-type(6) {
  animation-delay: 0.43s;
  animation-duration: 1.55s;
}
#loading .load_anim > div:nth-of-type(7) {
  animation-delay: 50ms;
  animation-duration: 0.7s;
}
#loading .load_anim > div:nth-of-type(8) {
  animation-delay: 50ms;
  animation-duration: 0.97s;
}
#loading .load_anim > div:nth-of-type(9) {
  animation-delay: 0.3s;
  animation-duration: 0.63s;
}
@keyframes ball_load {
  0% {
    opacity: 1;
    transform: none;
  }
  50% {
    opacity: 0.7;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-load,
.c-anim-load02,
.c-anim-up,
.c-anim-up01,
.c-anim-up02,
.c-anim-up03 {
  transform: translate(0, 30px);
  opacity: 0;
  transition: 0.3s ease;
}

.move {
  transform: translate(0, 0);
  opacity: 1;
}

.delay1 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.delay2 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.delay3 {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}

.delay4 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

.delay5 {
  -moz-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
}

.delay6 {
  -moz-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
}

.delay7 {
  -moz-transition-delay: 2100ms;
  -webkit-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
}

/*==================================
  Component
==================================*/
html {
  overflow: auto;
}
html.no_move {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}
@media (max-width: 899px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.row .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  box-sizing: border-box;
}
.row .col.col_4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

/*==========================================
  Layout
==========================================*/
/*==================================
  Top
==================================*/
#Top #loading {
  display: none;
}
#Top .top_load {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  transform: none;
  opacity: 1;
  transition: 0.3s 1.7s width;
  z-index: 9999;
}
#Top .top_load .logo {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 169px;
  height: 28px;
  margin: auto;
}
#Top .top_load .logo img {
  transition: 0.5s 1.1s;
}
#Top .top_load .logo::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 2;
}
#Top .top_load .logo.line {
  z-index: 2;
}
#Top .top_load .logo.line::before {
  transition: 0.4s 0.1s;
}
#Top .top_load .logo.fill {
  z-index: 1;
}
#Top .top_load .logo.fill::before {
  transition: 0.4s 0.7s;
}
#Top .top_load.move {
  width: 0;
}
#Top .top_load.move .logo img {
  opacity: 0;
}
#Top .top_load.move .logo::before {
  width: 0;
}

#Top main {
  margin-bottom: 45px;
}
#Top main .btn_area {
  text-align: center;
}
#Top main .first_sec {
  overflow: hidden;
}
#Top main .first_sec .img_wrap {
  width: 100%;
  height: 550px;
  position: relative;
}
#Top main .first_sec .img_wrap.img01 {
  background: url(../images/top/sp_ph01.jpg) no-repeat 0 0;
  background-size: cover;
  background-position: center center;
}
#Top main .first_sec .img_wrap.img01 .ct {
  position: absolute;
  bottom: 55px;
  left: 20px;
}
#Top main .first_sec .img_wrap.img01 .ct img {
  width: 295px;
  height: auto;
}
#Top main .first_sec .img_wrap.img02 {
  background: url(../images/top/sp_ph02.jpg) no-repeat 0 0;
  background-size: cover;
}
#Top main .first_sec .img_wrap.img02 .ct {
  width: 100%;
  position: absolute;
  bottom: 248px;
  left: 0;
  text-align: center;
}
#Top main .first_sec .img_wrap.img02 .ct img {
  width: 330px;
  height: auto;
}
#Top main .first_sec .img_wrap.img03 {
  background: url(../images/top/sp_ph03.jpg) no-repeat 0 0;
  background-size: cover;
}
#Top main .first_sec .img_wrap.img03 .ct {
  width: 100%;
  position: absolute;
  bottom: 35px;
  left: 20px;
}
#Top main .first_sec .img_wrap.img03 .ct img {
  width: 330px;
  height: auto;
}
#Top main .first_sec .img_wrap.img03 .logo {
  position: absolute;
  top: -10px;
  left: -6px;
}
#Top main .first_sec .img_wrap.img03 .logo img {
  width: 130px;
  height: auto;
}
#Top main .service_sec {
  padding-top: 42px;
  position: relative;
}
#Top main .service_sec::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 425px;
  background: #f3f3f3;
  left: 0;
  top: 0;
  z-index: -2;
}
#Top main .service_sec::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 291px;
  height: 305px;
  background: url(../_images/top/bg_logo.svg) no-repeat 0/contain;
  left: -16px;
  top: -20px;
  z-index: -1;
}
#Top main .service_sec .container .row .left_wrap .sec_ttl {
  margin-bottom: 15px;
}
#Top main .service_sec .container .row .left_wrap .btn_area {
  margin-top: 25px;
}
#Top main .service_sec .container .row .left_wrap p {
  line-height: 1.8;
}
#Top main .service_sec .container .row .right_wrap .img_link {
  margin-top: 35px;
}
#Top main .service_sec .container .row .right_wrap .img_link li {
  box-sizing: border-box;
  border: 1px solid #ddd;
}
#Top main .service_sec .container .row .right_wrap .img_link li:nth-of-type(n + 2) {
  border-top: none;
}
#Top main .service_sec .container .row .right_wrap .img_link li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 12px 13px 22px;
  box-sizing: border-box;
}
#Top main .service_sec .container .row .right_wrap .img_link li a dl dt {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#Top main .service_sec .container .row .right_wrap .img_link li a dl dt img {
  width: 135px;
}
#Top main .service_sec .container .row .right_wrap .img_link li a dl dt > span {
  width: calc(100% - 135px);
  font-weight: 500;
  color: #007e33;
  text-align: center;
  font-size: 17px;
  font-feature-settings: "palt";
}
#Top main .service_sec .container .row .right_wrap .img_link li a dl dt > span .large {
  font-size: 20px;
  display: block;
}
#Top main .service_sec .container .row .right_wrap .img_link li a dl dd {
  font-size: 15px;
  line-height: 1.7;
}
#Top main .service_sec .container .row .right_wrap .link_text {
  margin-top: 15px;
}
#Top main .service_sec .container .row .right_wrap .link_text li {
  box-sizing: border-box;
  border: 1px solid #fff;
}
#Top main .service_sec .container .row .right_wrap .link_text li:nth-of-type(n + 2) {
  border-top: none;
}
#Top main .service_sec .container .row .right_wrap .link_text li a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 125px;
  background: #008b38;
  color: #fff;
}
#Top main .about_sec {
  margin-top: 40px;
  position: relative;
}
#Top main .about_sec::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: calc(100% - 283px);
  background: #f3f3f3;
  right: 0;
  top: 0;
  z-index: -1;
}
#Top main .about_sec > figure {
  width: 100%;
}
#Top main .about_sec .container {
  padding-top: 33px;
}
#Top main .about_sec .container .col .sec_ttl {
  margin-bottom: 15px;
}
#Top main .about_sec .container .col .btn_area {
  margin-top: 35px;
}
#Top main .about_sec .container .col .text {
  line-height: 1.8;
}
#Top main .about_sec .container .bn_link {
  margin-top: 50px;
}
#Top main .about_sec .container .bn_link li:nth-of-type(n + 1) {
  margin-top: 15px;
}
#Top main .about_sec .container .kyodocm {
  padding-top: 15px;
  margin: 0 auto;
}
#Top main .about_sec .container .modal_wrap {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#Top main .about_sec .container .modal_wrap .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  z-index: 9998;
}
#Top main .about_sec .container .modal_wrap iframe {
  position: absolute;
  display: none;
  width: 95%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
#Top main .info_sec {
  margin-top: 45px;
}
#Top main .info_sec .container .info_list {
  margin-top: 4px;
}
#Top main .info_sec .container .info_list li {
  margin: 0 -5px;
}
#Top main .info_sec .container .info_list li a {
  display: block;
  padding: 13px 5px 15px;
  box-sizing: border-box;
  position: relative;
}
#Top main .info_sec .container .info_list li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #eaeaea;
  right: 0;
  bottom: 0;
}
#Top main .info_sec .container .info_list li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 1px;
  background: #008b38;
  right: 0;
  bottom: 0;
}
#Top main .info_sec .container .info_list li a dl dt {
  font-weight: 400;
  color: #232323;
  margin-right: 8px;
  display: inline-block;
}
#Top main .info_sec .container .info_list li a dl .tag {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  width: 66px;
  text-align: center;
  line-height: 1;
  padding: 2px 0 3px;
  border-radius: 8px;
  background: #008b38;
  display: inline-block;
  position: relative;
  top: -1px;
}
#Top main .info_sec .container .info_list li a dl .text {
  width: 100%;
  font-weight: 400;
  margin-top: 5px;
  line-height: 1.4;
}
#Top main .info_sec .container .btn_area {
  margin-top: 35px;
}

/*==================================
  News
==================================*/
#News main .page_ttl {
  background-image: url(../images/sp/news/main.jpg);
  margin-bottom: 30px;
}
#News main .container {
  margin-left: 15px;
  margin-right: 15px;
}
#News main {
  /*---------------------
    List
  ---------------------*/
}
#News main .category {
  background: #f3f3f3;
  margin: 0 -5px 14px;
}
#News main .category ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
}
#News main .category ul li {
  border-right: #dbdbdb 1px solid;
  padding: 0 8px;
}
#News main .category ul li a {
  display: block;
  color: #007e33;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  padding: 5px 16px;
  border-radius: 12px;
}
#News main .category ul li a.here {
  color: #fff;
  background: #3b3b3b;
}
@media (max-width: 375px) {
  #News main .category ul li a {
    padding: 5px 10px;
  }
}
#News main .category ul li:first-child {
  padding-left: 0;
}
#News main .category ul li:last-child {
  padding-right: 0;
  border-right: none;
}
#News main .info_list ul {
  margin: 0 5px 32px;
}
#News main .info_list ul li {
  margin: 0 -5px;
}
#News main .info_list ul li a {
  display: block;
  padding: 13px 5px 15px;
  box-sizing: border-box;
  position: relative;
}
#News main .info_list ul li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #eaeaea;
  right: 0;
  bottom: 0;
}
#News main .info_list ul li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 1px;
  background: #008b38;
  right: 0;
  bottom: 0;
}
#News main .info_list ul li a dl dt {
  font-weight: 400;
  color: #232323;
  margin-right: 8px;
  display: inline-block;
}
#News main .info_list ul li a dl .tag {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  width: 66px;
  text-align: center;
  line-height: 1;
  padding: 2px 0 3px;
  border-radius: 8px;
  background: #008b38;
  display: inline-block;
  position: relative;
  top: -1px;
}
#News main .info_list ul li a dl .text {
  width: 100%;
  font-weight: 400;
  margin-top: 5px;
  line-height: 1.4;
}
#News main {
  /*---------------------
    Article
  ---------------------*/
}
#News main article {
  margin-bottom: 30px;
}
#News main article p {
  line-height: 1.8;
}
#News main article .newstl {
  margin-bottom: 19px;
  border-bottom: #e1e1e1 1px solid;
  padding: 0 5px;
}
#News main article .newstl h2 {
  font-size: 19px;
  line-height: 1.5;
  font-weight: 400;
  margin: 9px 0 12px;
}
#News main article .newstl .date {
  font-weight: 400;
}
#News main article .newstl .date .tag {
  margin-left: 7px;
  display: inline-block;
  font-size: 11px;
  color: #fff;
  width: 65px;
  text-align: center;
  line-height: 1;
  padding: 2px 0 2px;
  border-radius: 8px;
  background: #008b38;
}
#News main article .text {
  padding: 0 5px;
}
#News main article .text span {
  font-size: 16px !important;
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif !important;
}
#News main article .text p {
  padding: 0 0 0.5em 0;
}
#News main article .text h2 {
  font-size: 20px;
  font-weight: 500;
  padding-top: 40px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 25px;
  line-height: 1.2;
}
#News main article .text h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 1px;
  background: #008b38;
  left: 0;
  bottom: 0;
}
#News main {
  /*---------------------
    Pager
  ---------------------*/
}
#News main .pager {
  margin-bottom: 98px;
}
#News main .pager .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
}
#News main .pager .wp-pagenavi a {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 1;
  text-align: center;
  font-size: 16px;
  margin: 0 9px;
  padding: 14px 0 0;
  font-weight: 400;
  border-radius: 24px;
  border: #d1d1d1 1px solid;
  box-sizing: border-box;
}
#News main .pager .wp-pagenavi a.previouspostslink, #News main .pager .wp-pagenavi a.nextpostslink {
  margin: 0 0 0 17px;
  padding: 0;
  width: 15px;
  height: 13px;
  border: none;
  text-indent: -9999px;
}
#News main .pager .wp-pagenavi a.previouspostslink::before, #News main .pager .wp-pagenavi a.nextpostslink::before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 13px;
  margin: auto;
  background: url(../images/common/arrow.svg) no-repeat 0/contain;
  left: 0;
  top: 0;
}
#News main .pager .wp-pagenavi a.previouspostslink {
  margin: 0 17px 0 0;
}
#News main .pager .wp-pagenavi a.previouspostslink::before {
  background: url(../images/common/arrow_l.svg) no-repeat 0/contain;
}
#News main .pager .wp-pagenavi .current {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 1;
  text-align: center;
  font-size: 16px;
  margin: 0 9px;
  padding: 14px 0 0;
  font-weight: 400;
  border-radius: 24px;
  color: #fff;
  background: #3b3b3b;
  border: #3b3b3b 1px solid;
  box-sizing: border-box;
}
#News main .pager .comPageBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -15px;
}
#News main .pager .comPageBtn li.prev a, #News main .pager .comPageBtn li.next a {
  font-size: 15px;
  color: #007e33;
  font-weight: 500;
  position: relative;
}
#News main .pager .comPageBtn li.prev a::before, #News main .pager .comPageBtn li.next a::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 11px;
  margin: auto;
}
#News main .pager .comPageBtn li.prev a {
  padding-left: 17px;
}
#News main .pager .comPageBtn li.prev a::before {
  background: url(../images/common/arrow_l.svg) no-repeat 0/contain;
  left: 0;
  top: 6px;
}
#News main .pager .comPageBtn li.next a {
  padding-right: 17px;
}
#News main .pager .comPageBtn li.next a::before {
  background: url(../images/common/arrow.svg) no-repeat 0/contain;
  right: 0;
  top: 6px;
}
#News main .pager .comPageBtn li.back {
  margin: 0 15px;
}
#News main .pager .comPageBtn li.back a {
  width: 131px;
  font-size: 15px;
}
#News main .pager .comPageBtn li.back a::before {
  display: none;
}
@media (max-width: 375px) {
  #News main .pager .comPageBtn li a {
    font-size: 14px !important;
  }
  #News main .pager .comPageBtn li.back {
    margin: 0 8px;
  }
  #News main .pager .comPageBtn li.back a {
    width: 101px;
  }
}

/*==================================
  Business
==================================*/
#Business main {
  margin-top: 100px;
}
#Business main .page_ttl {
  background-image: url(../images/sp/business/main.jpg);
}
#Business main p {
  line-height: 1.8;
}
#Business main .btn_area .link_btn {
  width: 100%;
}
#Business main .btn_area .link_btn::before {
  right: 35px;
}
#Business main table {
  width: 100%;
}
#Business main table tr th {
  background: #f3f3f3;
  border: 1px solid #ddd;
  box-sizing: border-box;
  font-weight: 400;
  padding: 9px 12px 10px;
  text-align: left;
  line-height: 1.3;
}
#Business main table tr td {
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 9px 12px 10px;
  display: table-cell;
  vertical-align: middle;
}
#Business main .photos {
  padding: 20px 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#Business main .photos dl {
  width: 49%;
}
#Business main .photos dl dd {
  padding: 10px 0 20px 0;
  text-align: center;
}
#Business main .contents_sec {
  padding-top: 40px;
  position: relative;
}
#Business main#BusiTop {
  margin-top: 55px;
  margin-bottom: 60px;
}
#Business main#BusiTop .contents_sec {
  padding-top: 30px;
  position: relative;
}
#Business main#BusiTop .contents_sec::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 622px;
  background: #f3f3f3;
  left: 0;
  top: 0;
  z-index: -2;
}
#Business main#BusiTop .contents_sec::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 291px;
  height: 305px;
  background: url(../images/top/bg_logo.svg) no-repeat 0/contain;
  left: -16px;
  top: -20px;
  z-index: -1;
}
#Business main#BusiTop .contents_sec .lead_area h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 15px;
  font-feature-settings: "palt";
}
@media (max-width: 375px) {
  #Business main#BusiTop .contents_sec .lead_area h2 {
    font-size: 22px;
  }
}
#Business main#BusiTop .contents_sec .business_list {
  margin-top: 27px;
}
#Business main#BusiTop .contents_sec .business_list li {
  box-sizing: border-box;
  border: 1px solid #ddd;
}
#Business main#BusiTop .contents_sec .business_list li:nth-of-type(n + 2) {
  border-top: none;
}
#Business main#BusiTop .contents_sec .business_list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 12px 13px 22px;
  box-sizing: border-box;
}
#Business main#BusiTop .contents_sec .business_list li a dl dt {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#Business main#BusiTop .contents_sec .business_list li a dl dt img {
  width: 135px;
}
#Business main#BusiTop .contents_sec .business_list li a dl dt > span {
  width: calc(100% - 135px);
  font-weight: 500;
  color: #007e33;
  text-align: center;
  font-size: 17px;
  font-feature-settings: "palt";
}
#Business main#BusiTop .contents_sec .business_list li a dl dt > span .large {
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 380px) {
  #Business main#BusiTop .contents_sec .business_list li a dl dt img {
    width: 120px;
  }
  #Business main#BusiTop .contents_sec .business_list li a dl dt > span {
    font-size: 16px;
    width: calc(100% - 120px);
  }
  #Business main#BusiTop .contents_sec .business_list li a dl dt > span .large {
    font-size: 18px;
  }
}
#Business main#BusiTop .contents_sec .business_list li a dl dd {
  font-size: 15px;
  line-height: 1.7;
}
#Business main#Management .img_text {
  margin-bottom: 15px;
}
#Business main#Management .belt_ttl {
  line-height: 1.3;
}
#Business main#Management .flex_wrap {
  display: flex;
  flex-direction: column-reverse;
}
#Business main#Management .flex_wrap .gr_ttl {
  line-height: 1.5;
}
#Business main#Management .flex_wrap .gr_ttl:nth-of-type(1) {
  margin-bottom: 3px;
}
#Business main#Management .flex_wrap p {
  margin-bottom: 15px;
}
#Business main#Management .flex_wrap figure {
  margin-top: -7px;
}
#Business main#Management .gray_wrap dd {
  line-height: 1.8;
}
#Business main#Management .gray_list {
  background: #f3f3f3;
  padding: 20px 20px 0px 20px;
}
#Business main#Management .gray_list .box h4 {
  padding: 17px 0 11px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #007e33;
}
#Business main#Management .gray_list .box ul {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 20px 0;
}
#Business main#Management .gray_list .box ul.ul1 {
  max-width: 90px;
}
#Business main#Management .gray_list .box ul.ul2 {
  max-width: 90px;
}
#Business main#Management .gray_list .box ul.ul3 {
  max-width: 120px;
}
#Business main#Management .gray_list .box ul.ul4 {
  max-width: 150px;
}
#Business main#Management .gray_list .box ul li {
  font-size: 16px;
  padding: 0 0 7px 15px;
  position: relative;
}
#Business main#Management .gray_list .box ul li span {
  color: #007e33;
  font-size: 10px;
  position: absolute;
  top: 5px;
  left: 0;
}
#Business main#Management .gray_list .box figure img {
  width: 100%;
}
#Business main#Management .bill_merit p.t {
  padding: 0 0 15px 0;
}
#Business main#Management .bill_merit .gray_wrap ul li:not(:last-of-type) {
  margin-bottom: 7px;
}
#Business main#Management .bill_merit .gray_wrap ul p.ml span {
  display: block;
  text-indent: -1em;
  margin: 0 0 0 1em;
}
#Business main#Management .bill_merit .gray_wrap figure {
  padding: 0 0 20px 0;
}
#Business main#Management .manage_wrap .gr_ttl {
  font-size: 18px;
  margin-bottom: 6px;
}
#Business main#Management .manage_wrap small {
  font-size: 14px;
}
#Business main#Management .manage_wrap .area1 {
  margin-top: 32px;
}
#Business main#Management .manage_wrap .area1 .side_arrow {
  margin: 20px auto 4px;
  width: 80%;
}
#Business main#Management .manage_wrap .area1 .side_arrow li {
  position: relative;
}
#Business main#Management .manage_wrap .area1 .side_arrow li figure {
  margin-bottom: -2px;
}
#Business main#Management .manage_wrap .area1 .side_arrow li:first-of-type {
  margin-bottom: 25px;
}
#Business main#Management .manage_wrap .area1 .side_arrow li:first-of-type::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 14px solid #3e3e3e;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  left: 0;
  right: 0;
  bottom: -7px;
  margin: auto;
}
#Business main#Management .manage_wrap .area1 .side_arrow + p {
  width: 80%;
  margin: auto;
  line-height: 1.2;
}
#Business main#Management .manage_wrap .area2 {
  margin-top: 30px;
  margin-bottom: 34px;
}
#Business main#Management .manage_wrap .area2 .row {
  margin-top: 15px;
}
#Business main#Management .manage_wrap .area2 .row .col {
  margin-bottom: 12px;
}
#Business main#Management .manage_wrap .area2 .row .col table {
  width: 100%;
  margin-bottom: 3px;
}
#Business main#Management .manage_wrap .area2 .row .col table tr th {
  width: 125px;
}
#Business main#Management .manage_wrap .area2 .row .col table tr td {
  width: calc(100% - 125px);
}
#Business main#Management .manage_wrap .area3 {
  margin-top: 15px;
}
#Business main#Management .manage_wrap .area3 .row {
  display: flex;
  margin-bottom: 14px;
  justify-content: space-between;
}
#Business main#Management .manage_wrap .area3 .row li {
  width: calc(50% - 2px);
}
#Business main#Management .manage_wrap .area3 .gr_ttl {
  margin-bottom: 5px;
}
#Business main#Management .manage_wrap .area3 .round_text:not(:last-of-type) {
  margin-bottom: 3px;
}
#Business main#Management .mb {
  margin-bottom: 20px;
}
#Business main#Mainte .gray_check {
  margin-top: 15px;
}
#Business main#Mainte .bt_wrap {
  border-top: 1px solid #eaeaea;
  padding-top: 30px;
}
#Business main#Mainte .bt_wrap .img_text {
  margin-bottom: 30px;
}
#Business main#Daily .gray_wrap ul {
  padding: 10px 5px 0;
  box-sizing: border-box;
}
#Business main#Daily .gray_wrap ul li:not(:last-of-type) {
  margin-bottom: 7px;
}
#Business main#Daily .img_row {
  margin-top: 20px;
}
#Business main#Daily .img_row figure:nth-of-type(2) {
  margin-top: 10px;
}
#Business main#Range .gray_wrap:nth-of-type(1) {
  margin-top: 30px;
}
#Business main#Range .gray_wrap:nth-of-type(2) {
  margin-top: 20px;
}
#Business main#Range .gray_wrap ul {
  padding: 10px 5px 0;
  box-sizing: border-box;
}
#Business main#Range .gray_wrap ul li:not(:last-of-type) {
  margin-bottom: 7px;
}
#Business main#Range .gray_wrap .border_list {
  padding-top: 0;
}
#Business main#Range .gray_wrap .border_list li {
  padding: 15px 5px;
  box-sizing: border-box;
  margin-bottom: 0;
}
#Business main#Range .gray_wrap .border_list li:first-of-type {
  padding-top: 0;
}
#Business main#Range .gray_wrap .border_list li:not(:last-of-type) {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 0;
}
#Business main#Range .img_row {
  margin-top: 20px;
}
#Business main#Range .img_row figure:nth-of-type(2) {
  margin-top: 10px;
}
#Business main#Range .half_row {
  margin: 30px 0 40px;
}
#Business main#Stone .side_arrow {
  margin-top: 40px;
}
#Business main#Stone small {
  display: block;
  margin-top: 20px;
  font-size: 15px;
  text-indent: -1em;
  margin-left: 1em;
}
#Business main#Hotel .gray_wrap ul li:not(:last-of-type) {
  margin-bottom: 7px;
}
#Business main#Hygiene .img_row {
  margin-top: 20px;
}
#Business main#Hygiene .img_row figure:nth-of-type(2) {
  margin-top: 10px;
}
#Business main#Apart .gray_wrap {
  margin-top: 20px;
}
#Business main#Apart .gray_wrap ul li:not(:last-of-type) {
  margin-bottom: 7px;
}
#Business main#Aircon .yell_ttl {
  font-size: 19px;
  font-weight: 700;
  color: #cb8f00;
  margin-bottom: 10px;
  line-height: 1.3;
}
#Business main#Aircon .point_list {
  margin: 0 -10px;
}
#Business main#Aircon .point_list dl {
  padding: 0px 13px;
  box-sizing: border-box;
  background: #008c38;
  border-radius: 16px;
  display: flex;
  position: relative;
  align-items: center;
  height: 62px;
}
#Business main#Aircon .point_list dl:not(:last-of-type) {
  margin-bottom: 5px;
}
#Business main#Aircon .point_list dl::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: calc(100% - 16px);
  background: #4daf74;
  left: 58px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#Business main#Aircon .point_list dl dt {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  width: 35px;
  margin-right: 20px;
  line-height: 1;
  text-align: center;
}
#Business main#Aircon .point_list dl dt span {
  font-size: 10px;
  display: block;
  margin-bottom: 1px;
}
#Business main#Aircon .point_list dl dd {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  width: calc(100% - 55px);
  line-height: 1.2;
  box-sizing: border-box;
  font-feature-settings: "palt";
}
@media (max-width: 375px) {
  #Business main#Aircon .point_list dl dd {
    font-size: 16px;
  }
}
#Business main#Aircon .flex_wrap {
  position: relative;
  width: 100%;
}
#Business main#Aircon .flex_wrap dl dt {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 38px;
}
@media (max-width: 375px) {
  #Business main#Aircon .flex_wrap dl dt {
    font-size: 17px;
  }
}
#Business main#Aircon .flex_wrap dl dt .num {
  position: absolute;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  left: 0;
  top: 0;
  color: #fff;
  background: #cb8f00;
  font-weight: 400;
}
#Business main#Aircon .flex_wrap dl dt .red {
  color: #da0000;
  margin-left: 5px;
}
#Business main#Aircon .flex_wrap dl dd {
  margin: 15px 0 20px;
}
#Business main#Aircon .flex_wrap .img_wrap {
  display: flex;
  justify-content: space-between;
}
#Business main#Aircon .flex_wrap .img_wrap > figure {
  left: 0;
  top: 0;
  width: 61%;
}
#Business main#Aircon .flex_wrap .img_wrap .set_wrap {
  width: 37%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#Business main#Aircon .fee_box {
  border: 1px solid #ddd;
  box-sizing: border-box;
}
#Business main#Aircon .fee_box:first-of-type {
  margin-bottom: 15px;
}
#Business main#Aircon .fee_box dt {
  background: #f3f3f3;
  border-bottom: 1px solid #ddd;
  padding: 12px 15px;
}
#Business main#Aircon .fee_box dt span {
  display: block;
  line-height: 1.3;
}
#Business main#Aircon .fee_box dd {
  padding: 13px 15px;
}
#Business main#Aircon .aircon_contact .ttl {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  font-feature-settings: "palt";
  line-height: 1.3;
  text-indent: -21px;
  margin-left: 21px;
}
#Business main#Aircon .aircon_contact .top_wrap {
  margin-top: 21px;
}
#Business main#Aircon .aircon_contact .top_wrap .box1 .row {
  align-items: flex-end;
}
#Business main#Aircon .aircon_contact .top_wrap .box1 .row li {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-left: 25px;
}
#Business main#Aircon .aircon_contact .top_wrap .box1 .row li:first-of-type {
  color: #007e33;
  font-size: 17px;
}
#Business main#Aircon .aircon_contact .top_wrap .box1 .row li:first-of-type a {
  color: #007e33;
  font-size: 34px;
}
#Business main#Aircon .aircon_contact .top_wrap .box1 .row li:nth-of-type(2) {
  font-size: 13px;
  margin-top: 3px;
}
#Business main#Aircon .aircon_contact .top_wrap .box1 .row li:nth-of-type(2) span {
  font-size: 23px;
}
#Business main#Aircon .aircon_contact .top_wrap .box1 .row + p {
  margin-left: 25px;
}
#Business main#Aircon .aircon_contact .top_wrap .box1 small {
  font-size: 13px;
}
#Business main#Aircon .aircon_contact .top_wrap .box2 {
  margin-top: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
#Business main#Aircon .aircon_contact .top_wrap .box2 .btn_area {
  margin-top: 0;
}
#Business main#Aircon .aircon_contact .top_wrap .box2 .btn_area .contact_btn a {
  width: 100%;
  height: 65px;
  line-height: 65px;
  font-size: 16px;
  border-radius: 33px;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  color: #007e33;
  border: 1px solid #007e33;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  font-feature-settings: "palt";
}
#Business main#Aircon .aircon_contact .top_wrap .box2 .btn_area .contact_btn a::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 18px;
  height: 17px;
  background: url(../images/common/icon_mail_gr.svg) no-repeat 0/contain;
  margin-right: 10px;
  top: 2px;
}
#Business main#Aircon .aircon_contact .top_wrap .box2 .btn_area .contact_btn a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 11px;
  background: url(../images/common/arrow.svg) no-repeat 0/contain;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#Business main#Aircon .aircon_contact .bottom_wrap {
  padding-top: 20px;
}
#Business main#Aircon .aircon_contact .bottom_wrap ul li {
  position: relative;
  padding-left: 21px;
  line-height: 1.3;
}
#Business main#Aircon .aircon_contact .bottom_wrap ul li:not(:last-of-type) {
  margin-bottom: 5px;
}
#Business main#Aircon .aircon_contact .bottom_wrap ul li::before {
  content: "・";
  position: absolute;
  left: 4px;
  top: 0;
}
#Business main#Common .arrow_list li figure {
  margin-bottom: 15px;
}
#Business main#Floor .gray_wrap ul li:not(:last-of-type) {
  margin-bottom: 7px;
}
#Business main#Floor .gray_wrap.gray1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#Business main#Floor .gray_wrap.gray2 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#Business main#Floor .arrow_list li figure {
  margin-bottom: 15px;
}
#Business main#Equ .gray_wrap {
  margin-top: 20px;
}
#Business main#Equ .gray_wrap ul li:not(:last-of-type) {
  margin-bottom: 7px;
}
#Business main#Equ .mt {
  margin-top: 20px;
}
#Business main#Envi dl.gray_wrap {
  margin-top: 20px;
}
#Business main#Envi .gray_wrap li:not(:last-of-type) {
  margin-bottom: 7px;
}
#Business main#Envi .formaldehyde {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
#Business main#Envi .formaldehyde li {
  width: calc(50% - 10px);
}
#Business main#Envi .kome {
  margin-left: 1em;
  text-indent: -1em;
}
#Business main#Pipe .img_wrap {
  display: flex;
  padding: 18px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  justify-content: center;
  margin: 30px -10px 0;
  flex-wrap: wrap;
}
#Business main#Pipe .img_wrap li {
  width: calc(50% - 8px);
}
#Business main#Pipe .img_wrap li:first-of-type {
  margin-right: 15px;
}
#Business main#Pipe .img_wrap li:last-of-type {
  margin-top: 15px;
}
#Business main#Pipe .arrow_list li {
  display: flex;
  flex-direction: column-reverse;
}
#Business main#Pipe .arrow_list li figure {
  margin-top: 15px;
}
#Business main#Pipe .arrow_list li dl dt {
  margin-bottom: 6px;
}
#Business main#Pipe table tr th {
  width: 135px;
}
#Business main#Pipe table tr td {
  width: calc(100% - 135px);
}
#Business main#Pipe .img_wrap2 {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
#Business main#Pipe .img_wrap2 li {
  width: calc(33.33% - 2px);
}
#Business main#Support .mt {
  margin-top: 20px;
}
#Business main#Support .gray_wrap {
  margin-top: 30px;
}
#Business main#Support .gray_wrap li:not(:last-of-type) {
  margin-bottom: 7px;
}
#Business main#Support .gr_ttl {
  line-height: 1.3;
}
#Business main#Support small {
  font-size: 15px;
  display: block;
  text-indent: -1em;
  margin-left: 1em;
}
#Business main#Support .wrap_akutoku {
  background: #f3f3f3;
  padding: 20px 20px 30px;
}
#Business main#Support .wrap .text {
  padding-bottom: 40px;
}
#Business main#Support .wrap .zirei {
  padding-bottom: 20px;
}
#Business main#Support .wrap .zirei dl {
  padding-bottom: 20px;
}
#Business main#Support .wrap .zirei dt {
  margin-bottom: 10px;
  text-decoration: underline;
}
#Business main#Support .wrap .zirei dd {
  line-height: 1.8;
}
#Business main#Support .wrap .danger {
  padding-bottom: 30px;
}
#Business main#Support .wrap .danger .danger_text dd {
  line-height: 1.8;
}
#Business main#Support .wrap .danger .danger_img {
  width: 50%;
  margin: 0 auto;
}
#Business main#Support .wrap .last_text p {
  padding-bottom: 40px;
}
#Business main#Support .wrap .last_text .last_text_img {
  margin: 0 auto;
  text-align: center;
}
#Business main#Support .wrap .last_text .last_text_img .ninteisyo {
  padding-bottom: 40px;
  width: 50%;
}
#Business main#Support .wrap .last_text .last_text_img .senjou {
  width: 50%;
}
#Business main#Qa .wrap .qa_wrap {
  padding: 15px 10px;
}
#Business main#Qa .wrap .qa_wrap:not(:last-of-type) {
  margin-bottom: 10px;
}
#Business main#Qa .wrap .qa_wrap dt {
  line-height: 1.2;
  padding: 0 30px 10px 27px;
  margin-bottom: -10px;
  position: relative;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}
#Business main#Qa .wrap .qa_wrap dt::before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}
#Business main#Qa .wrap .qa_wrap dt::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 11px;
  height: 12px;
  background: url(../images/common/arrow.svg) no-repeat 0/contain;
  transform: rotate(90deg);
  right: 10px;
  top: 0;
  bottom: 6px;
  margin: auto;
  transition: 0.3s;
}
#Business main#Qa .wrap .qa_wrap dt.open {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 10px;
}
#Business main#Qa .wrap .qa_wrap dt.open::after {
  transform: rotate(-90deg);
}
#Business main#Qa .wrap .qa_wrap dd {
  padding: 0px 6px;
  line-height: 1.6;
  display: none;
}
#Business main#Pfi .row_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
#Business main#Pfi .row_box li {
  width: calc(50% - 5px);
  margin-bottom: 10px;
}

/*==================================
  About
==================================*/
#About main {
  margin-top: 100px;
}
#About main .page_ttl {
  background-image: url(../images/sp/about/main.jpg);
}
#About main .gr_ttl2 {
  margin-top: 20px;
}
#About main .group_wrap {
  margin-bottom: 40px;
}
#About main p {
  line-height: 1.8;
}
#About main .btn_area .link_btn {
  width: 100%;
}
#About main .btn_area .link_btn::before {
  right: 35px;
}
#About main table {
  width: 100%;
}
#About main table tr th {
  background: #f3f3f3;
  border: 1px solid #ddd;
  box-sizing: border-box;
  font-weight: 400;
  padding: 9px 12px 10px;
  text-align: left;
  line-height: 1.3;
}
#About main table tr td {
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 9px 12px 10px;
  display: table-cell;
  vertical-align: middle;
}
#About main .contents_sec {
  padding-top: 40px;
  position: relative;
}
#About main .contents_sec .container .wrap:not(:last-of-type) {
  margin-bottom: 30px;
}
#About main#AboutTop {
  margin-top: 55px;
  margin-bottom: 60px;
}
#About main#AboutTop .contents_sec {
  padding-top: 30px;
  position: relative;
}
#About main#AboutTop .contents_sec::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 622px;
  background: #f3f3f3;
  left: 0;
  top: 0;
  z-index: -2;
}
#About main#AboutTop .contents_sec::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 291px;
  height: 305px;
  background: url(../images/top/bg_logo.svg) no-repeat 0/contain;
  left: -16px;
  top: -20px;
  z-index: -1;
}
#About main#AboutTop .contents_sec .lead_area h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 15px;
  font-feature-settings: "palt";
}
@media (max-width: 375px) {
  #About main#AboutTop .contents_sec .lead_area h2 {
    font-size: 22px;
  }
}
#About main#AboutTop .contents_sec .about_list {
  margin-top: 27px;
}
#About main#AboutTop .contents_sec .about_list li {
  box-sizing: border-box;
  border: 1px solid #ddd;
}
#About main#AboutTop .contents_sec .about_list li:nth-of-type(n + 2) {
  border-top: none;
}
#About main#AboutTop .contents_sec .about_list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 12px 13px 22px;
  box-sizing: border-box;
}
#About main#AboutTop .contents_sec .about_list li a dl dt {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#About main#AboutTop .contents_sec .about_list li a dl dt img {
  width: 135px;
}
#About main#AboutTop .contents_sec .about_list li a dl dt > span {
  width: calc(100% - 135px);
  font-weight: 500;
  color: #007e33;
  text-align: center;
  font-size: 17px;
  font-feature-settings: "palt";
}
#About main#AboutTop .contents_sec .about_list li a dl dt > span .large {
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 380px) {
  #About main#AboutTop .contents_sec .about_list li a dl dt img {
    width: 120px;
  }
  #About main#AboutTop .contents_sec .about_list li a dl dt > span {
    font-size: 16px;
    width: calc(100% - 120px);
  }
  #About main#AboutTop .contents_sec .about_list li a dl dt > span .large {
    font-size: 18px;
  }
}
#About main#AboutTop .contents_sec .about_list li a dl dd {
  font-size: 15px;
  line-height: 1.7;
}
#About main#Company .messa_wrap .gray_wrap {
  padding-bottom: 45px;
}
#About main#Company .messa_wrap .gray_wrap .dot_line span {
  position: relative;
  line-height: 35px;
  padding-bottom: 6px;
  background: linear-gradient(to right, #c6c6c6, #c6c6c6 3px, transparent 3px, transparent 8px) repeat-x bottom/8px 1px;
}
#About main#Company .messa_wrap .gray_wrap .dot_line span::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 5px;
  background: #f3f3f3;
  bottom: 0;
  left: 0;
}
#About main#Company .messa_wrap .gray_wrap > figure {
  float: right;
  margin-left: 20px;
  margin-bottom: 5px;
  width: 135px;
  margin-top: 5px;
}
#About main#Company .messa_wrap .gray_wrap .name {
  text-align: right;
  margin-top: 9px;
  margin-right: 10px;
}
#About main#Company table tr th {
  width: 95px;
}
#About main#Company table tr td {
  width: calc(100% - 95px);
}
#About main#Company table tr td dl:not(:last-of-type) {
  margin-bottom: 10px;
}
#About main#Company table tr td dl dd small {
  font-size: 14px;
}
#About main#Company .map_wrap iframe {
  width: 100%;
  height: 250px;
}
#About main#Company .half_wrap {
  margin-top: 30px;
}
#About main#Company .half_wrap .gray_wrap .border_ttl {
  padding-left: 32px;
  position: relative;
  line-height: 1.2;
}
#About main#Company .half_wrap .gray_wrap .border_ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 21px;
  height: 17px;
  background: url(../images/about/company/icon_car.svg) no-repeat 0/21px 17px;
  left: 0;
  top: 2px;
}
#About main#Company .half_wrap .gray_wrap ul {
  margin-top: 10px;
  margin-left: 7px;
}
#About main#Company .half_wrap .gray_wrap ul li {
  position: relative;
  padding-left: 16px;
  line-height: 1.8;
  font-feature-settings: "palt";
}
#About main#Company .half_wrap .gray_wrap ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#About main#Company .half_wrap .gray_wrap:nth-of-type(2) .border_ttl::before {
  width: 18px;
  height: 24px;
  left: 2px;
  top: -1px;
  background: url(../images/about/company/icon_train.svg) no-repeat 0/18px 24px;
}
#About main#Inde .img_text + figure {
  margin: 20px 5px 35px;
}
#About main#Inde .img_text + figure img {
  width: 100%;
}
#About main#Inde .gray_wrap .bn {
  margin-top: 30px;
}
#About main#Inde .gray_wrap .bn a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  position: relative;
  background: #fff;
  margin: auto;
}
#About main#Inde .gray_wrap .bn a::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 12px;
  background: url(../images/common/arrow.svg) no-repeat 0/contain;
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#About main#Inde .gray_wrap .bn a div {
  width: 223px;
}
#About main#Inde .gray_wrap .bn a p {
  font-size: 12px;
  color: #757575;
  margin-top: 2px;
}
#About main#Inde .gray_wrap .bn.bn2 a div {
  width: 142px;
}
#About main#Inde dl.gray_wrap dd {
  line-height: 1.8;
}
#About main#Edu .mt {
  margin-top: 20px;
}
#About main#Edu .img_text strong {
  font-weight: 500;
}
#About main#Edu .img2 .img_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
#About main#Edu .img2 .img_box figure {
  width: 49%;
}
#About main#Edu .img2 ul li:not(:last-of-type) {
  margin-bottom: 7px;
}
#About main#Edu .img2 ul li dt {
  text-indent: -1em;
  margin-left: 1em;
}
#About main#Edu .img2 ul li dt strong {
  color: #007e33;
  font-weight: 500;
}
#About main#Edu .img2 ul li dd {
  margin-left: 1em;
}
#About main#Edu small {
  font-size: 15px;
  display: block;
  margin-top: 20px;
}
#About main#Edu .small {
  font-size: 15px;
  text-align: right;
}
#About main#Edu .gray_wrap ul li strong {
  color: #007e33;
  font-weight: 500;
  display: block;
  text-indent: -1em;
  margin-left: 1em;
}
#About main#Edu .wrap > figure {
  margin: 20px 0 10px;
}
#About main#Edu .img_row {
  margin-top: 20px;
}
#About main#Edu .img_row figure:nth-of-type(2) {
  margin-top: 10px;
}
#About main#Social .gr_ttl {
  margin-top: 20px;
  line-height: 1.3;
}
#About main#Social .gr_ttl.ttl1 {
  margin-top: 25px;
}
#About main#Social .img_text.img2:not(:last-of-type) {
  margin-bottom: 30px;
}
#About main#Social .mt {
  margin-top: 20px;
}
#About main#Social .img_text.img_s figure {
  width: 42%;
  margin-top: 15px;
}
#About main#Social .row_table {
  justify-content: space-between;
}
#About main#Social .row_table table {
  margin-top: 20px;
}
#About main#Social .wrap > figure {
  margin: 20px 0;
}
#About main#Social .row_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
#About main#Social .row_box li {
  width: calc(50% - 5px);
  margin-bottom: 10px;
}
#About main#Social .row_box li figure figcaption {
  font-size: 14px;
}
#About main#Envi .img_text.rev:nth-of-type(1) {
  margin-top: 20px;
}
#About main#Envi .img_text.rev:nth-of-type(2) {
  margin-top: 20px;
  margin-bottom: 20px;
}
#About main#Envi .gray_wrap ul li {
  text-indent: -1.5em;
  margin-left: 1.5em;
}
#About main#Envi .gray_wrap ul li:not(:last-of-type) {
  margin-bottom: 7px;
}
#About main#Envi .gray_wrap .name {
  line-height: 1.1;
  font-size: 20px;
  width: 197px;
  margin: 20px 0 0 auto;
}
#About main#Envi .gray_wrap .name small {
  font-size: 14px;
}
#About main#Decree .main_area .wrap p a.text_link {
  color: #007e33;
  border-bottom-color: #007e33;
}
#About main#Award .page_ttl .container .text_wrap .ja > span .small {
  line-height: 1.3;
  font-size: 18px;
}
#About main#Award .mb {
  margin-bottom: 20px;
}
#About main#Award .gr_ttl {
  margin-top: 30px;
  margin-bottom: 10px;
}
#About main#Award .gr_list {
  margin-top: 10px;
  margin-bottom: 30px;
}
#About main#Award .gr_list li {
  color: #007e33;
  text-indent: -1.5em;
  margin-left: 1.5em;
}
#About main#Award .gr_list li:not(:last-of-type) {
  margin-bottom: 7px;
}
#About main#Award .gr_list li strong {
  font-weight: 500;
}
#About main#Award .row_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
#About main#Award .row_box li {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
#About main#Award .main_area .what .logo {
  width: 150px;
  margin: 0 auto 20px;
}

/*==================================
  Partner
==================================*/
#Partner main .page_ttl {
  background-image: url(../images/sp/partner/main.jpg);
}
#Partner main p {
  line-height: 1.8;
}
#Partner main .row_contents {
  margin-top: 40px;
}
#Partner main .row_contents .leadbox {
  margin-bottom: 30px;
  clear: both;
  overflow: hidden;
}
#Partner main .row_contents .leadbox figure {
  width: 49%;
  margin: 18px 0 3px 15px;
  float: right;
}
#Partner main .row_contents .prefbox {
  margin-bottom: 30px;
}
#Partner main .row_contents .prefbox .gray_wrap figure {
  margin: 0 15px 15px;
}
#Partner main .row_contents .prefbox .gray_wrap .work ul {
  margin: 7px 0 10px;
}
#Partner main .row_contents .prefbox .gray_wrap .work ul li {
  margin-left: 1.3em;
  text-indent: -1.3em;
  padding-bottom: 6px;
}
#Partner main .row_contents .prefbox .gray_wrap .work ul li.kome {
  margin-left: 1em;
  text-indent: -1em;
}
#Partner main .row_contents .prefbox:last-child {
  margin-bottom: 0;
}

/*==================================
  Carefacility
==================================*/
#Carefacility main .page_ttl {
  background-image: url(../images/sp/carefacility/main.jpg);
}
#Carefacility main p {
  line-height: 1.8;
}
#Carefacility main .row_contents {
  margin-top: 40px;
}
#Carefacility main .row_contents .leadbox {
  margin-bottom: 30px;
  clear: both;
  overflow: hidden;
}
#Carefacility main .row_contents .leadbox figure {
  width: 49%;
  margin: 18px 0 3px 15px;
  float: right;
}
#Carefacility main .row_contents .carebox {
  margin-bottom: 30px;
  clear: both;
  overflow: hidden;
}
#Carefacility main .row_contents .carebox figure {
  width: 49%;
  margin: 18px 0 3px 15px;
  float: right;
}
#Carefacility main .row_contents .others .carebox {
  margin-bottom: 10px;
}
#Carefacility main .row_contents .others .gray_wrap h3 {
  margin-bottom: 12px;
}

/*==================================
  Enterprise
==================================*/
#Enterprise main .page_ttl {
  background-image: url(../images/sp/enterprise/main.jpg);
}
#Enterprise main p {
  line-height: 1.8;
}
#Enterprise main .row_contents {
  margin-top: 40px;
}
#Enterprise main .row_contents .leadbox {
  margin-bottom: 30px;
  clear: both;
  overflow: hidden;
}
#Enterprise main .row_contents .leadbox figure {
  width: 49%;
  margin: 18px 0 3px 15px;
  float: right;
}
#Enterprise main .row_contents .spabox {
  margin-bottom: 30px;
  clear: both;
  overflow: hidden;
}
#Enterprise main .row_contents .spabox figure {
  width: 49%;
  margin: 18px 0 3px 15px;
  float: right;
}
#Enterprise main .row_contents .others .otherbox {
  margin-top: 10px;
}
#Enterprise main .row_contents .others .otherbox .gray_wrap h3 {
  margin-bottom: 12px;
}

/*==================================
  Government
==================================*/
#Government main .page_ttl {
  background-image: url(../images/sp/government/main.jpg);
}
#Government main p {
  line-height: 1.8;
}
#Government main .row_contents {
  margin-top: 40px;
}
#Government main .row_contents .leadbox {
  margin-bottom: 30px;
  clear: both;
  overflow: hidden;
}
#Government main .row_contents .leadbox figure {
  width: 49%;
  margin: 18px 0 3px 15px;
  float: right;
}
#Government main .row_contents .others .otherbox {
  margin-top: 10px;
}
#Government main .row_contents .others .otherbox .gray_wrap h3 {
  margin-bottom: 12px;
}

/*==================================
  Contact_reset
==================================*/
#Contact main {
  /*------ Reset CSS ------*/
}
#Contact main :-moz-placeholder {
  color: #c0c0c0 !important;
  opacity: 1;
}
#Contact main ::-moz-placeholder {
  color: #c0c0c0 !important;
  opacity: 1;
}
#Contact main :-ms-input-placeholder {
  color: #c0c0c0 !important;
  opacity: 1;
}
#Contact main ::-ms-input-placeholder {
  color: #c0c0c0 !important;
  opacity: 1;
}
#Contact main ::-webkit-input-placeholder {
  color: #c0c0c0 !important;
  opacity: 1;
}
#Contact main ::placeholder {
  color: #c0c0c0 !important;
  opacity: 1;
}
#Contact main input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#Contact main input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
#Contact main input[type=radio] {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
}
#Contact main input[type=radio]:checked + label {
  background: #ff0000;
}
#Contact main input[type=checkbox] {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
}
#Contact main input[type=checkbox]:checked + label {
  background: #ff0000;
}
#Contact main input::placeholder, #Contact main input:-ms-input-placeholder, #Contact main input::-ms-input-placeholder {
  color: #c0c0c0;
}
#Contact main button,
#Contact main input[type=button],
#Contact main input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
}
#Contact main textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
}
#Contact main select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
}
#Contact main {
  /*------ Reset END ------*/
}

/*==================================
  Contact_base
==================================*/
/* input, textarea
--------------------------------*/
/* radio_button
--------------------------------*/
#Contact main {
  /*------ Form Base ------*/
}
@keyframes onAutoFillStart {}
#Contact main span.error {
  color: #cc0303;
  display: block;
  margin: 7px 0 0;
}
#Contact main input:-webkit-autofill {
  animation-name: onAutoFillStart;
  background: rgb(255, 255, 255) !important;
  transition: background-color 50000s ease-in-out 0s;
}
#Contact main input[type=text]:focus,
#Contact main input[type=email]:focus,
#Contact main input[type=tel]:focus,
#Contact main input[type=search]:focus,
#Contact main input[type=url]:focus,
#Contact main textarea:focus {
  color: #000;
  background-color: #f3f3f3;
}
#Contact main .ERR {
  color: #cc0303;
}
#Contact main input[type=text] {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  padding: 12px 21px;
  border: 1px solid #f3f3f3;
  background: #f3f3f3;
  box-sizing: border-box;
  color: #000;
  width: 100%;
}
#Contact main input[type=text].zip {
  max-width: 277px;
  width: 48%;
}
#Contact main .zip-wrap {
  display: block;
  position: relative;
  padding-left: 24px;
}
#Contact main .zip-wrap::before {
  content: "〒";
  font-size: 16px;
  position: absolute;
  top: 16px;
  left: 0;
}
#Contact main .zip-wrap input {
  padding: 12px 21px 12px 55px;
  width: 100%;
}
#Contact main .zip-wrap .kome {
  font-size: 14px;
  padding-left: 16px;
}
#Contact main input[type=button] {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #000;
  max-width: 140px;
  width: 100%;
  background: #f3f3f3;
  border: 3px solid #f3f3f3;
  padding: 10px 19px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  cursor: pointer;
}
#Contact main input[type=button]:hover {
  background: none;
}
#Contact main input[type=checkbox] + label {
  padding-left: 33px;
  position: relative;
  margin-right: 4px;
  min-width: 40px;
  display: inline-block;
  cursor: pointer;
}
#Contact main input[type=checkbox] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 26px;
  height: 26px;
  border: 3px solid #008c38;
  background: #ffffff;
  box-sizing: border-box;
}
#Contact main input[type=checkbox] + label::after {
  content: "";
  opacity: 0;
  border-right: 3px solid #008c38;
  border-bottom: 3px solid #008c38;
  display: block;
  height: 6px;
  left: 10px;
  margin-top: -6px;
  opacity: 0;
  position: absolute;
  top: 12px;
  transform: rotate(45deg);
  width: 4px;
}
#Contact main input[type=checkbox]:checked + label {
  background: none;
}
#Contact main input[type=checkbox]:checked + label::after {
  opacity: 1;
}
#Contact main input[type=radio] + label {
  padding-left: 27px;
  position: relative;
  margin-right: 27px;
  cursor: pointer;
}
#Contact main input[type=radio] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #f3f3f3;
  background: #f3f3f3;
  box-sizing: border-box;
  border-radius: 50%;
}
#Contact main input[type=radio] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  background: #008c38;
  border-radius: 50%;
  opacity: 0;
}
#Contact main input[type=radio]:checked + label {
  background: none;
}
#Contact main input[type=radio]:checked + label::after {
  opacity: 1;
}
#Contact main .select-box {
  overflow: hidden;
  width: 60%;
  text-align: center;
  position: relative;
  border-radius: 2px;
  background: #f3f3f3;
}
#Contact main .select-box select {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.035em;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 12px 38px 12px 21px;
}
#Contact main .select-box select::-ms-expand {
  display: none;
}
#Contact main .select-box::before {
  position: absolute;
  top: 1.25em;
  right: 21px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  pointer-events: none;
}
#Contact main textarea {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  border: 1px solid #f3f3f3;
  background: #f3f3f3;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 21px;
  min-height: 174px;
}
#Contact main .overscroll {
  overflow-y: scroll;
  height: 237px;
  padding: 25px 21px;
  background: #f3f3f3;
}
#Contact main .overscroll ul > li {
  margin-bottom: 25px;
}
#Contact main .overscroll ul > li strong {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.03em;
  display: block;
  margin-bottom: 5px;
  color: #000;
}
#Contact main .overscroll ul > li p {
  font-size: 14px;
  line-height: 1.42;
}
#Contact main .overscroll ul > li > ol {
  margin-top: 5px;
}
#Contact main .overscroll ul > li > ol li {
  text-indent: -1.25em;
  padding-left: 1.25em;
}
#Contact main .overscroll ul > li:first-child strong {
  margin-bottom: 20px;
}
#Contact main .overscroll ul > li:last-child {
  margin-bottom: 0;
}
#Contact main .submit_area {
  margin: 56px 0 131px;
  text-align: center;
}
#Contact main .submit_area span {
  font-size: 18px;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #008c38;
  width: 390px;
  background: #fff;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #008c38;
  border-radius: 35px;
  transition: all 0.3s ease;
}
#Contact main .submit_area span input[type=submit] {
  font-size: 18px;
  color: #008c38;
  cursor: pointer;
  width: 100%;
  height: 68px;
  letter-spacing: 0.03em;
  font-weight: 500;
  box-sizing: border-box;
}
#Contact main .submit_area span:hover {
  color: #fff;
  background: #3b3b3b;
  border: 1px solid #3b3b3b;
}
#Contact main .submit_area span:hover::before {
  animation: arrow 0.3s;
}
#Contact main .submit_area span:hover input[type=submit] {
  color: #fff;
}
#Contact main .submit_area ul.koumoku {
  max-width: 590px;
  margin: 20px auto 0;
}
#Contact main .submit_area ul.koumoku li {
  font-size: 18px;
  width: 270px;
}
#Contact main .submit_area ul.koumoku li span {
  width: 270px;
}
#Contact main .submit_area ul.koumoku li span input[type=submit] {
  font-size: 18px;
}
#Contact main .submit_area ul.koumoku li span:hover {
  color: #fff;
  background: #3b3b3b;
  border: 1px solid #3b3b3b;
}
#Contact main .submit_area ul.koumoku li span:hover::before {
  animation: arrow 0.3s;
}
#Contact main .submit_area ul.koumoku li span:hover input[type=submit] {
  color: #fff;
}
#Contact main .btn_back {
  text-align: center;
}
#Contact main .btn_back input {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #fff;
  width: 262px;
  background: #f3f3f3;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #f3f3f3;
  transition: all 0.3s ease;
  height: 58px;
  padding: 15px 15px 14px;
}
#Contact main .contact_back {
  margin-top: 56px;
  margin-bottom: 131px;
  text-align: center;
}
#Contact main .contact_back a {
  font-size: 18px;
  width: 390px;
  padding: 9px 0 10px;
  border-radius: 35px;
}
#Contact main {
  /*------ Form Base END ------*/
}

/*==================================
  Contact
==================================*/
#Contact main .page_ttl {
  background-image: url(../images/sp/contact/main.jpg);
  margin-bottom: 40px;
}
#Contact main .container {
  margin-left: 15px;
  margin-right: 15px;
}
#Contact main .container p.lead {
  padding: 0 5px 35px;
  border-bottom: #eaeaea 1px solid;
}
#Contact main .container input[type=checkbox] + label {
  padding-left: 33px;
  margin-right: 35px;
}
#Contact main .container input[type=checkbox] + label::before {
  width: 25px;
  height: 25px;
}
#Contact main .container input[type=checkbox] + label::after {
  left: 9px;
}
#Contact main .container.send_comp {
  margin-left: 20px;
  margin-right: 20px;
}
#Contact main .container.send_comp p span.dot {
  margin-left: 1em;
  text-indent: -1em;
  display: block;
}
#Contact main .agree_area {
  margin: 40px auto 0;
  text-align: center;
}
#Contact main .agree_area input[type=checkbox] + label::before {
  top: 0px;
}
#Contact main .agree_area input[type=checkbox] + label::after {
  top: 13px;
}
#Contact main .agree_area .checkAgree {
  margin-right: 0 !important;
}
#Contact main .agree_area .checkAgree a {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
#Contact main .agree_area .checkAgree a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background: #727272;
}
@media (max-width: 375px) {
  #Contact main .agree_area {
    width: 100%;
    font-size: 4vw;
  }
  #Contact main .agree_area .checkAgree a {
    margin-right: 0;
  }
}
#Contact main .submit_area {
  margin: 40px 0 75px;
  text-align: center;
}
#Contact main .submit_area span {
  width: 100%;
  max-width: 335px;
}
#Contact main .submit_area span input[type=submit] {
  height: 58px;
}
#Contact main .submit_area ul.koumoku {
  width: 100%;
  max-width: 335px;
  margin: 20px auto 0;
}
#Contact main .submit_area ul.koumoku li {
  float: none;
  width: 100%;
}
#Contact main .submit_area ul.koumoku li span {
  width: 100%;
}
#Contact main .submit_area ul.koumoku li.back {
  margin-bottom: 20px;
}
#Contact main .contact_back {
  margin: 40px 0 75px;
  text-align: center;
}
#Contact main .contact_back a {
  width: 100%;
  max-width: 335px;
  padding: 4px 0;
  border-radius: 30px;
}
#Contact main .input[type=text] {
  -webkit-appearance: none;
}
#Contact main .need {
  color: #be3939;
}
#Contact main table {
  display: block;
}
#Contact main table tbody {
  display: block;
}
#Contact main table tr {
  display: block;
  padding: 20px 5px;
  border-bottom: #eaeaea 1px solid;
}
#Contact main table tr.tdtop span.kome {
  font-size: 14px;
  display: block;
  text-indent: -1.2em;
  margin-left: 1.2em;
}
#Contact main table tr th {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  display: block;
  text-align: left;
  margin-bottom: 11px;
}
#Contact main table tr th .need {
  color: #ffffff;
  background: #be3939;
  border-radius: 9px;
  font-size: 13px;
  line-height: 1;
  width: 46px;
  display: inline-block;
  text-align: center;
  padding: 2px 0 3px;
  margin-left: 10px;
}
#Contact main table tr td {
  display: block;
  word-break: break-all;
}
#Contact main table tr td input[type=text] {
  padding: 9px 10px;
}
#Contact main table tr td textarea {
  min-height: 246px;
  padding: 9px 10px;
}
#Contact main table tr td .zip-wrap {
  padding-left: 26px;
  display: flex;
  align-items: center;
}
#Contact main table tr td .zip-wrap::before {
  top: 11px;
}
#Contact main table tr td .zip-wrap .kome {
  font-size: 13px;
  text-indent: -1.2em;
  margin-left: 1.2em;
}
#Contact main table tr td .text02 {
  margin-top: 10px;
}
#Contact main table tr td .checkbox2 ul:nth-of-type(2) li:last-child {
  margin-bottom: 0;
}
#Contact main .check-list li {
  display: inline-block;
}
#Contact main .check-list.type > li {
  display: block;
  margin-bottom: 20px;
}
#Contact main .check-list.type > li input[type=checkbox] + label {
  margin-right: 0;
}

/*==================================
  Privacy
==================================*/
#Privacy main .page_ttl {
  background-image: url(../images/sp/contact/main.jpg);
}
#Privacy main p {
  line-height: 1.8;
}
#Privacy main p.sign {
  text-align: right;
}
#Privacy main .row_contents {
  margin-top: 40px;
}
#Privacy main .row_contents .pribox {
  margin-bottom: 30px;
}
#Privacy main .row_contents .pribox .gray_check {
  margin: 15px 0;
}
#Privacy main .row_contents .pribox .gray_check li {
  line-height: 1.8;
  text-indent: 0;
  position: relative;
  padding-left: 0;
}
#Privacy main .row_contents .pribox .gray_check li::before {
  display: none;
}
#Privacy main .row_contents .pribox .gray_check li strong {
  font-weight: 500;
}
#Privacy main .row_contents .pribox .gray_check li ul {
  margin-top: 5px;
  padding-left: 17px;
}
#Privacy main .row_contents .pribox .gray_check li ul li {
  list-style: none;
  margin: 0 0 0 1em;
  padding-left: 0;
  text-indent: -1em;
  margin-bottom: 5px;
}
#Privacy main .row_contents .pribox .gray_check li dl dt {
  margin-bottom: 5px;
}
#Privacy main .row_contents .pribox .gray_check li dl {
  margin-bottom: 5px;
}
#Privacy main .row_contents .pribox .gray_check li dl dd {
  margin-bottom: 5px;
}
#Privacy main .row_contents .pribox .gray_check li a {
  text-decoration: underline;
}
#Privacy main .row_contents .pribox .gray_check li a.not {
  text-decoration: none;
}
#Privacy main .row_contents .pribox .gray_check li .content1 {
  margin-bottom: 40px;
}
#Privacy main .row_contents .pribox .gray_check li .content1 p:nth-child(1) {
  margin-bottom: 10px;
}
#Privacy main .row_contents .pribox .gray_check li .content1 p:nth-child(2) {
  margin-bottom: 20px;
}
#Privacy main .row_contents .pribox .gray_check li .content1 table {
  margin-bottom: 20px;
}
#Privacy main .row_contents .pribox .gray_check li .content1 table td {
  position: relative;
}
#Privacy main .row_contents .pribox .gray_check li .content1 table td ul li {
  text-indent: 0;
}
#Privacy main .row_contents .pribox .gray_check li .content1 table td ul li::before {
  content: "・";
  position: absolute;
  left: -15px;
  top: 0;
  display: block !important;
  background: none;
}
#Privacy main .row_contents .pribox .gray_check li .content2 {
  margin-bottom: 30px;
}
#Privacy main .row_contents .pribox .gray_check li .content2 p:nth-child(1) {
  margin-bottom: 10px;
}
#Privacy main .row_contents .pribox .gray_check li .content2 p:nth-child(2) {
  margin-bottom: 10px;
}
#Privacy main .row_contents .pribox .gray_check li .content2 ul {
  margin-bottom: 10px;
}
#Privacy main .row_contents .pribox .gray_check li .content2 ul li {
  margin: 0 0 0 1em;
  text-indent: -1em;
  margin-bottom: 3px;
}
#Privacy main .row_contents .pribox .gray_check li .content3 {
  margin-bottom: 30px;
}
#Privacy main .row_contents .pribox .gray_check li .content3 p:nth-child(1) {
  margin-bottom: 10px;
}
#Privacy main .row_contents .pribox .gray_check li .content4 {
  margin-bottom: 30px;
}
#Privacy main .row_contents .pribox .gray_check li .content4 p {
  margin-bottom: 10px;
}
#Privacy main .row_contents .pribox .gray_check li .content4 p:last-child {
  margin-bottom: 30px;
}
#Privacy main .row_contents .pribox .gray_check li .content4 dl:last-child {
  margin-bottom: 0;
}
#Privacy main .row_contents .pribox .gray_check li .content4 dl dt {
  margin-bottom: 5px;
}
#Privacy main .row_contents .pribox .gray_check li .content4 dl dd {
  margin-bottom: 10px;
  line-height: 1.8;
}
#Privacy main .row_contents .pribox .gray_check li .content4 dl dd.not {
  margin-bottom: 0;
}
#Privacy main .row_contents .pribox .gray_check li .content5 ul li {
  margin-bottom: 5px;
  line-height: 1.8;
}
#Privacy main .row_contents .pribox .gray_check li .content5 {
  margin-bottom: 30px;
}
#Privacy main .row_contents .pribox .gray_check li .content5 p {
  margin-bottom: 10px;
}
#Privacy main .row_contents .pribox .gray_check li .content5 p:last-child {
  padding-left: 1em;
  text-indent: -1em;
}
#Privacy main .row_contents .pribox .gray_check li .content5 p.not_bottom {
  margin-bottom: 5px;
}
#Privacy main .row_contents .pribox .gray_check li .content5 ul {
  margin-bottom: 20px;
}
#Privacy main .row_contents .pribox .gray_check li .content6 p {
  margin-bottom: 20px;
}
#Privacy main .row_contents .pribox .gray_check li .content6 ul li {
  line-height: 1.8;
  margin-bottom: 0;
}
#Privacy main .row_contents .pribox .gray_check table th {
  border: 1px solid #232323;
  padding: 5px;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
}
#Privacy main .row_contents .pribox .gray_check table td {
  border: 1px solid #232323;
  padding: 5px;
  vertical-align: middle;
  font-weight: 400;
  line-height: 1.8;
}
#Privacy main .row_contents .pribox:last-child {
  margin-bottom: 0;
}

#Privacy main .sbox h3 {
  padding: 1.5em 0 10px 0;
}

#Privacy main .sbox ul li {
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 0.5em;
}

#Privacy main .sbox ul li::before {
  content: "・";
  padding-right: 0.5em;
}