#top_hd {
  background: url(../img/header/mv_bg-sp.png) no-repeat top right/90%;
  height: 230px;
  position: relative;
}
#top_hd .top_hd_contents {
  display: none;
}
#top_hd .catch-copy {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 2%;
}

#ft .copy_right {
  background: #02774F;
  padding: 10px 0;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 55px;
}
#ft .copy_right span {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}
#ft .sp_bottom-nav {
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #02774F;
  padding: 8px;
  box-sizing: border-box;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
#ft .sp_bottom-nav .sp_bottom-nav_tel {
  width: 49%;
  margin-right: 2%;
  flex-direction: column;
  align-items: end;
}
#ft .sp_bottom-nav .sp_bottom-nav_tel span:first-child {
  display: block;
}
#ft .sp_bottom-nav .sp_bottom-nav_tel span:first-child a {
  display: block;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  opacity: 1;
  position: relative;
}
#ft .sp_bottom-nav .sp_bottom-nav_tel span:first-child a::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/header/top_hd_tel_ic.png) no-repeat center/contain;
  position: absolute;
  top: 35%;
  left: -20px;
}
#ft .sp_bottom-nav .sp_bottom-nav_tel span:last-child {
  display: block;
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: -2px;
}
#ft .sp_bottom-nav .sp_bottom-nav_tel span:last-child a {
  color: #ffffff;
  font-size: 12px;
}
#ft .sp_bottom-nav .sp_bottom-nav_contact {
  width: 49%;
  background: #ffffff;
  padding: 8px;
  border-radius: 25px;
  text-align: center;
}
#ft .sp_bottom-nav .sp_bottom-nav_contact a {
  color: #02774F;
  font-weight: 600;
  font-size: 16px;
}

.wpcf7-form {
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  padding: 35px 15px;
  box-sizing: border-box;
}
.wpcf7-form .cf7 .cf7_lists {
  width: 100%;
  margin-bottom: 45px;
  box-sizing: border-box;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list {
  display: block;
  margin-bottom: 20px;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list:last-child {
  margin-bottom: 0;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dt {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 15px 0;
  box-sizing: border-box;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dt span {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dt .cf7_required {
  color: #ffffff;
  background: #E53935;
  padding: 0 10px 2px;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dt .cf7_optional {
  color: #333333;
  background: #E4E4E4;
  padding: 0 10px 2px;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd {
  width: 100%;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd span {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd span input[type=text], .wpcf7-form .cf7 .cf7_lists .cf7_list dd span input[type=tel], .wpcf7-form .cf7 .cf7_lists .cf7_list dd span input[type=email] {
  display: block;
  width: 100%;
  padding: 15px 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 16px;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd span input[type=text]::-moz-placeholder, .wpcf7-form .cf7 .cf7_lists .cf7_list dd span input[type=tel]::-moz-placeholder, .wpcf7-form .cf7 .cf7_lists .cf7_list dd span input[type=email]::-moz-placeholder {
  color: #a5a5a5;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd span input[type=text]::placeholder, .wpcf7-form .cf7 .cf7_lists .cf7_list dd span input[type=tel]::placeholder, .wpcf7-form .cf7 .cf7_lists .cf7_list dd span input[type=email]::placeholder {
  color: #a5a5a5;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd span input[type=text]:focus, .wpcf7-form .cf7 .cf7_lists .cf7_list dd span input[type=tel]:focus, .wpcf7-form .cf7 .cf7_lists .cf7_list dd span input[type=email]:focus {
  outline: 1px solid #333333;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd span textarea {
  display: block;
  width: 100%;
  height: 225px;
  padding: 15px 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 16px;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd span textarea::-moz-placeholder {
  color: #a5a5a5;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd span textarea::placeholder {
  color: #a5a5a5;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd span textarea:focus {
  outline: 1px solid #333333;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd span .wpcf7-radio, .wpcf7-form .cf7 .cf7_lists .cf7_list dd span .wpcf7-checkbox {
  display: block;
  width: 100%;
  padding: 15px 0;
  box-sizing: border-box;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd span .wpcf7-radio .first, .wpcf7-form .cf7 .cf7_lists .cf7_list dd span .wpcf7-checkbox .first {
  margin-left: 0;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd span .wpcf7-not-valid-tip {
  font-size: 12px;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd .cf7_list_zip {
  display: flex;
  align-items: center;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd .cf7_list_zip span:first-child {
  width: 5%;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd .cf7_list_zip span:nth-child(2) {
  width: 95%;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd .cf7_list_date {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd .cf7_list_date:last-child {
  margin-bottom: 0;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd .cf7_list_date span {
  font-size: 16px;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd .cf7_list_date span:first-child {
  width: 15%;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd .cf7_list_date span:nth-child(2) {
  width: 85%;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd .cf7_list_date span input[type=date] {
  display: block;
  width: 100%;
  padding: 15px 20px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #ccc;
  color: #333333;
  font-size: 15px;
  position: relative;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd .cf7_list_date span input[type=date]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd .cf7_list_date span input[type=date]::after {
  content: "\f133";
  color: #333333;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 20px;
  pointer-events: none;
}
.wpcf7-form .cf7 .cf7_lists .cf7_list dd .cf7_list_date span .wpcf7-not-valid-tip {
  font-size: 12px;
}
.wpcf7-form .cf7_accepted {
  margin-bottom: 45px;
}
.wpcf7-form .cf7_accepted .cf7_accepted_txt p {
  font-size: 12px;
  color: #000000;
  text-align: center;
  line-height: 2;
}
.wpcf7-form .cf7_accepted .cf7_accepted_txt p a {
  border-bottom: 1px solid #333333;
}
.wpcf7-form .cf7_button {
  text-align: center;
}
.wpcf7-form .cf7_button input[type=submit] {
  display: block;
  width: 320px;
  margin: 0 auto;
  font-style: normal;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 2px;
  background: #02774F;
  padding: 20px 0;
  box-sizing: border-box;
  border-radius: 50px;
}
.wpcf7-form .cf7_button input[type=submit]:hover {
  opacity: 0.6;
}

#not_found_sec {
  padding: 60px 0;
  box-sizing: border-box;
}
#not_found_sec .contents_box {
  width: 95%;
}
#not_found_sec .contents_box .not_found_ttl {
  margin-bottom: 35px;
}
#not_found_sec .contents_box .not_found_ttl h3 {
  text-align: center;
}
#not_found_sec .contents_box .not_found_txt p {
  line-height: 2;
  text-align: center;
}
#not_found_sec .contents_box .not_found_txt p a {
  border-bottom: 1px solid #000000;
}

#about_sec {
  padding: 60px 0;
  box-sizing: border-box;
}
#about_sec .contents_box {
  width: 95%;
  flex-direction: column-reverse;
}
#about_sec .contents_box .about_contents .about_ttl {
  margin-bottom: 25px;
}
#about_sec .contents_box .about_contents .about_ttl h3 .en {
  display: block;
  color: #02774F;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.05em;
  padding-left: 20px;
  position: relative;
}
#about_sec .contents_box .about_contents .about_ttl h3 .en::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #FED141;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
#about_sec .contents_box .about_contents .about_ttl h3 .ja {
  display: block;
  color: #02774F;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#about_sec .contents_box .about_contents .about_txt {
  margin-bottom: 25px;
}
#about_sec .contents_box .about_contents .about_txt p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 35px;
}
#about_sec .contents_box .about_contents .about_txt p:last-child {
  margin-bottom: 0;
}
#about_sec .contents_box .about_contents .about_txt p .txt_bg {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  background: #C3E3E1;
}

#trouble_sec {
  background: #F9F7F0;
  padding: 30px 0;
  box-sizing: border-box;
}
#trouble_sec .trouble_ttl {
  margin: 0 auto 30px;
}
#trouble_sec .trouble_ttl h3 {
  text-align: center;
}
#trouble_sec .trouble_ttl h3 .en {
  display: inline-block;
  color: #02774F;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.05em;
  padding-left: 20px;
  position: relative;
}
#trouble_sec .trouble_ttl h3 .en::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #FED141;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
#trouble_sec .trouble_ttl h3 .ja {
  display: block;
  color: #02774F;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#trouble_sec .trouble_lists_box {
  background: #ffffff;
  padding: 35px 0;
  box-sizing: border-box;
}
#trouble_sec .trouble_lists_box .trouble_lists {
  flex-wrap: wrap;
  justify-content: center;
}
#trouble_sec .trouble_lists_box .trouble_lists .trouble_list {
  width: 49%;
  margin: 0 2% 30px 0;
  position: relative;
}
#trouble_sec .trouble_lists_box .trouble_lists .trouble_list:nth-child(2n) {
  margin-right: 0;
}
#trouble_sec .trouble_lists_box .trouble_lists .trouble_list .trouble_list_txt {
  text-align: center;
}
#trouble_sec .trouble_lists_box .trouble_lists .trouble_list .trouble_list_txt span {
  color: #02774F;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

#cta_sec {
  background: url(../img/top/cta_bg_ic.png) no-repeat top center/20%, url(../img/top/cta_bg.png) no-repeat center/cover, #B4B4B4;
  padding: 70px 0 60px;
  box-sizing: border-box;
}
#cta_sec .contents_box {
  width: 95%;
}
#cta_sec .contents_box .cta_ttl {
  margin-bottom: 35px;
}
#cta_sec .contents_box .cta_ttl h3 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}
#cta_sec .cta_contents {
  flex-direction: column;
}
#cta_sec .cta_contents .cta_contents_ttl {
  margin-bottom: 5px;
}
#cta_sec .cta_contents .cta_contents_ttl h4 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
#cta_sec .cta_contents .cta_contents_ttl h4 span {
  color: #FED141;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#cta_sec .cta_contents .cta_btn a {
  display: block;
  width: 95%;
  margin: 0 auto;
  color: #02774F;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: #ffffff;
  padding: 15px 0 15px 0;
  box-sizing: border-box;
  border-radius: 50px;
  text-align: center;
  position: relative;
}
#cta_sec .cta_contents .cta_btn a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/top/cta_btn_ic.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 45px;
}

#reason_sec {
  padding: 45px 0;
  box-sizing: border-box;
}
#reason_sec .contents_box {
  width: 95%;
}
#reason_sec .contents_box .reason_ttl {
  margin-bottom: 30px;
}
#reason_sec .contents_box .reason_ttl h3 {
  text-align: center;
}
#reason_sec .contents_box .reason_ttl h3 .en {
  display: inline-block;
  color: #02774F;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.05em;
  padding-left: 20px;
  position: relative;
}
#reason_sec .contents_box .reason_ttl h3 .en::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #FED141;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
#reason_sec .contents_box .reason_ttl h3 .ja {
  display: block;
  color: #02774F;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#reason_sec .contents_box .reason_lists {
  justify-content: center;
  flex-wrap: wrap;
}
#reason_sec .contents_box .reason_lists .reason_list {
  width: 49%;
  margin: 0 2% 30px 0;
}
#reason_sec .contents_box .reason_lists .reason_list:nth-child(2n) {
  margin-right: 0;
}
#reason_sec .contents_box .reason_lists .reason_list .reason_list_ttl {
  display: block;
  margin-bottom: 10px;
}
#reason_sec .contents_box .reason_lists .reason_list .reason_list_ttl .num {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  background: #FED141;
  padding: 2px 8px;
  box-sizing: border-box;
}
#reason_sec .contents_box .reason_lists .reason_list .reason_list_ttl .ja {
  display: block;
  color: #02774F;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#reason_sec .contents_box .reason_lists .reason_list .reason_list_img {
  box-shadow: 0px 4px 8px 0px rgba(2, 119, 79, 0.3);
}

#other_sec {
  background: #F9F7F0;
  padding: 45px 0;
  box-sizing: border-box;
}
#other_sec .contents_box {
  width: 95%;
}
#other_sec .contents_box .other_ttl {
  margin-bottom: 30px;
}
#other_sec .contents_box .other_ttl h3 {
  text-align: center;
}
#other_sec .contents_box .other_ttl h3 .en {
  display: inline-block;
  color: #02774F;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.05em;
  padding-left: 20px;
  position: relative;
}
#other_sec .contents_box .other_ttl h3 .en::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #FED141;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
#other_sec .contents_box .other_ttl h3 .ja {
  display: block;
  color: #02774F;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#other_sec .contents_box .other_lists {
  justify-content: center;
  flex-wrap: wrap;
}
#other_sec .contents_box .other_lists .other_list {
  margin: 0 0 40px 0;
}
#other_sec .contents_box .other_lists .other_list .other_list_img {
  width: 80%;
  margin: 0 auto;
}
#other_sec .contents_box .other_lists .other_list .other_list_ttl {
  margin-bottom: 15px;
}
#other_sec .contents_box .other_lists .other_list .other_list_ttl h4 {
  color: #02774F;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
#other_sec .contents_box .other_lists .other_list .other_list_txt p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

#feature_sec .feature_lists {
  flex-direction: column;
}
#feature_sec .feature_lists .feature_list {
  padding: 140px 0;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#feature_sec .feature_lists .feature_list:first-child {
  background: url(../img/top/feature_list_bg-01.png) no-repeat top right/100%;
}
#feature_sec .feature_lists .feature_list:first-child .feature_list_contents::before {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  background: url(../img/top/feature_list_contents_ic-01.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  bottom: -90px;
}
#feature_sec .feature_lists .feature_list:nth-child(2n) {
  flex-direction: column-reverse;
  background: url(../img/top/feature_list_bg-02.png) no-repeat top left/100%;
}
#feature_sec .feature_lists .feature_list:nth-child(2n) .feature_list_contents {
  margin: 0 0 0 auto;
}
#feature_sec .feature_lists .feature_list:nth-child(2n) .feature_list_contents::before {
  content: "";
  display: block;
  width: 135px;
  height: 135px;
  background: url(../img/top/feature_list_contents_ic-02.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  bottom: -115px;
}
#feature_sec .feature_lists .feature_list:nth-child(3) {
  background: url(../img/top/feature_list_bg-03.png) no-repeat top right/100%;
  margin-bottom: 0;
}
#feature_sec .feature_lists .feature_list:nth-child(3) .feature_list_contents::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url(../img/top/feature_list_contents_ic-03.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  bottom: -90px;
}
#feature_sec .feature_lists .feature_list .contents_box {
  width: 95%;
}
#feature_sec .feature_lists .feature_list .contents_box .feature_list_contents {
  background: #ffffff;
  padding: 25px;
  box-sizing: border-box;
  position: relative;
}
#feature_sec .feature_lists .feature_list .contents_box .feature_list_contents .feature_list_ttl {
  margin-bottom: 20px;
}
#feature_sec .feature_lists .feature_list .contents_box .feature_list_contents .feature_list_ttl h3 {
  color: #02774F;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#feature_sec .feature_lists .feature_list .contents_box .feature_list_contents .feature_list_txt p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

#contact_sec {
  background: #02774F;
  padding: 45px 0;
  box-sizing: border-box;
}
#contact_sec .contents_box {
  width: 95%;
}
#contact_sec .contents_box .contact_ttl {
  margin-bottom: 30px;
}
#contact_sec .contents_box .contact_ttl h3 {
  text-align: center;
}
#contact_sec .contents_box .contact_ttl h3 .en {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.05em;
  padding-left: 20px;
  position: relative;
}
#contact_sec .contents_box .contact_ttl h3 .en::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #FED141;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
#contact_sec .contents_box .contact_ttl h3 .ja {
  display: block;
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

#company_sec {
  padding: 45px 0;
  box-sizing: border-box;
}
#company_sec .contents_box {
  width: 95%;
}
#company_sec .contents_box .company_contents {
  flex-direction: column;
  margin-bottom: 35px;
}
#company_sec .contents_box .company_contents .company_ttl {
  padding: 20px 0;
  box-sizing: border-box;
}
#company_sec .contents_box .company_contents .company_ttl h3 .en {
  display: block;
  color: #02774F;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.05em;
  padding-left: 20px;
  position: relative;
}
#company_sec .contents_box .company_contents .company_ttl h3 .en::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #FED141;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
#company_sec .contents_box .company_contents .company_ttl h3 .ja {
  display: block;
  color: #02774F;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#company_sec .contents_box .company_contents .company_info_lists .company_info_list {
  padding: 20px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #C7C7C7;
  flex-direction: column;
}
#company_sec .contents_box .company_contents .company_info_lists .company_info_list dt {
  color: #02774F;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-bottom: 5px;
}
#company_sec .contents_box .company_contents .company_info_lists .company_info_list dd {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.6;
}
#company_sec .contents_box .company_contents .company_info_lists .company_info_list dd a {
  display: inline-block;
  vertical-align: middle;
}
#company_sec .contents_box .google-map iframe {
  width: 100%;
  height: 350px;
}/*# sourceMappingURL=style_sp.css.map */