@charset "UTF-8";
/*!============================
	sub_visual
============================*/
.s_logo {
  filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}
@media screen and (max-width: 1024px) {
  .s_logo {
    filter: none;
  }
}
.s_kv {
  background: url(../images/common/s_kv.jpg) no-repeat 70% / cover;
  background-color: #515151;
  height: 350px;
  position: relative;
  /* color: #fff; */
}
.s_kv02 {
  background: url(../images/water/s_kv02.jpg) no-repeat 70% / cover;
  background-color: #515151;
  height: 350px;
  position: relative;
}
.s_kv03 {
  background: url(../images/reform/s_kv03.jpg) no-repeat 70% / cover;
  background-color: #515151;
  height: 350px;
  position: relative;
}
.s_kv__ttl {
  font-size: 36px;
  font-weight: 500;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  line-height: 1.5;
  /* letter-spacing: 0.075em; */
  /* padding: 0 1%; */
  text-align: left;
  /* color: #fff; */
}
.s_kv__ttl span {
  color: #3f7856;
}
.s_kv p {
  color: #009845;
  display: block;
  font-size: 20px;
  font-family: Rubik;
  text-align: left;
  /* background: transparent !important; */
  position: absolute;
  top: 68%;
  transform: translateY(-50%);
  line-height: 1.5;
  letter-spacing: 0.075em;
  padding-left: 0.3rem;
}
.s_kv .inner {
  max-width: calc(1280px + 2%);
  padding: 0 5%;
}
.sub_ttl {
  color: #fff;
  display: inline-block;
  font-size: 26px !important;
  border-bottom: 1px solid #fff;
  margin-bottom: 1rem;
}
.sub_li {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .s_kv {
    height: 200px;
    width: 100%;
    margin-left: 0;
    /* margin-top: 62px; */
  }
  .s_kv__ttl {
    font-size: 30px;
    top: 55%;
    /* left: 3%; */
    /* padding: 0 1%; */
  }
  .s_kv p {
    font-size: 17px;
    top: 72%;
  }
  .s_kv .inner {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .s_kv {
    /* margin-top: 52px; */
  }
  .s_kv__ttl {
    font-size: 22px;
    left: 5%;
  }
  .s_kv p {
    left: 5%;
    font-size: 16px;
    top: 70%;
  }
}

/*============================
	基本設定
============================*/
.sub_nav .pc-nav a {
  color: #111;
}
.sub_nav .pc-nav a:hover {
  color: #7f1210;
}

.sub_b .tel_link {
  color: #111;
  background: url(../images/common/hd_icon_tel02.png) no-repeat left center !important;
}

.sub_con .inner {
  max-width: calc(1280px + 2%);
  margin: 0 auto;
  padding: 0 1% 0;
}
@media screen and (max-width: 1024px) {
  .sub_con .inner {
    padding: 0 3% 0;
  }
}
@media screen and (max-width: 767px) {
  .sub_con .inner {
    padding: 0 5% 2%;
  }
}
.sub_con {
  background: url(../img/cmn/bg_ft.png);
  padding: 60px 0 20px;
}
@media screen and (max-width: 767px) {
  .sub_con {
    /* padding-bottom: 20px 0 60px; */
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.sub_con__txt {
  text-align: center;
  font-size: 26px;
  color: #00a0ea;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sub_con__txt {
    font-size: 20px;
  }
}
.sub_con p {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2em;
}
@media screen and (max-width: 1024px) {
  .sub_con p {
    font-size: 16px;
  }
}

.sub_con a:hover {
  text-decoration: none !important;
}

.sub_con .section__ttl {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}
.sub_con .section__ttl .txt {
  font-size: 3rem;
}
.sub_con .section__ttl .font-en {
  /* color: #171c60; */
  line-height: 1;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 3.6rem;
  letter-spacing: 0.075em;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .sub_con .section__ttl .font-en {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sub_con .section__ttl .font-en {
    font-size: 2.4rem;
  }
  .sub_con .section__ttl {
    margin-bottom: 1.5em;
  }
  .sub_con .section__ttl .txt {
    font-size: 2.5rem;
  }
}
.sub_con .section__ttl .color-ma {
  color: #f4810a;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
  font-weight: 400;
  margin-top: 0.5em;
  position: relative;
  width: fit-content;
}

.sub-ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .sub-ttl {
    margin-bottom: 30px;
  }
  .sub-ttl .txt {
    font-size: 1.6rem;
  }
}

.section__ttl02 {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  display: inline-block;
  margin-top: 20px;
  font-weight: bold;
  padding: 0px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .section__ttl02 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.section__ttl02:before {
  top: inherit;
  background: none;
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 100px;
  height: 1px;
  left: 0%;
  transform: translateX(0%);
  background-color: #003ea8;
}
@media screen and (max-width: 767px) {
  .section__ttl02:before {
    bottom: -15px;
    width: 100px;
    height: 2px;
  }
}

.section__ttl03 {
  position: relative;
  margin-bottom: 0.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid #00a0ea;
  font-weight: bold;
  font-size: 24px;
  color: #353535;
}
@media screen and (max-width: 767px) {
  .section__ttl03 {
    font-size: 20px;
    line-height: 2rem;
  }
}
.section__ttl03::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 15%;
  height: 2px;
  content: "";
  background: #003ea8;
}

.flex_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flex_box {
    display: block;
  }
}
.flex_box > figure,
.flex_box > div,
.flex_box > ol {
  flex-basis: 48%;
}
.flex_cp {
  text-align: left;
  font-size: 1.5rem;
  font-weight: bold;
}
.flex__txt {
  text-align: left;
  font-size: 17px;
}
.flex__txt span {
  font-weight: bold;
  display: block;
  background: #3f7856;
  padding-left: 1rem;
  color: #fff;
  margin-top: 1.3rem;
}
.row_r {
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .row_r {
    flex-flow: row;
  }
}

.mb15 {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .mb15 {
    margin-bottom: 15px;
  }
}

.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 20px;
  }
}

.mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .mb100 {
    margin-bottom: 50px;
  }
}

.mb130 {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .mb130 {
    margin-bottom: 70px;
  }
}

.mb150 {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .mb150 {
    margin-bottom: 70px;
  }
}

.pb80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .pb80 {
    padding-bottom: 30px;
  }
}
.pb60 {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .pb60 {
    padding-bottom: 30px;
  }
}

.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.sp_block {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp_block {
    display: inline-block !important;
  }
}

@media screen and (max-width: 767px) {
  .pc_block {
    display: none !important;
  }
}

.section__h3 {
  font-size: 2.6rem;
  position: relative;
  margin-bottom: 25px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section__h3 {
    font-size: 2rem;
  }
}
.section__h3::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #003ea8;
  margin: 0 auto;
}

.section__h4 {
  font-size: 1.5rem;
  border-left: 4px solid #003ea8;
  padding-left: 10px;
  margin-bottom: 25px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .section__h4 {
    font-size: 1.3rem;
  }
}

.section__h5 {
  font-size: 1.8rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .section__h5 {
    font-size: 1.6rem;
  }
}

.block__img {
  margin-bottom: 66px;
}
.block__txt {
  margin-bottom: 66px;
}

.flex__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 66px;
}
.flex__left {
  flex-basis: 50%;
}
.flex__right {
  flex-basis: 50%;
}
.flex__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 66px;
}
.flex__list::before,
.flex__list::after {
  content: "";
  display: block;
  flex-basis: 24%;
  order: 1;
}
.flex__list li {
  flex-basis: 24%;
}
.flex__list li:nth-child(n + 5) {
  margin-top: 25px;
}

.btn__01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 45px;
  border: #333 solid 1px;
  padding: 5px 15px;
  margin-left: auto;
  margin-right: auto;
}
.btn__01 a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

/*============================
	bread_crumb_list
============================*/
.bread_crumb_list {
  font-size: 14px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bread_crumb_list {
    font-size: 12px;
  }
}

.bread_crumb {
  position: relative;
  max-width: calc(2% + 1280px);
  margin: 0 auto;
  padding: 9px 1%;
  text-align: left;
  /* color: #fff; */
}
@media screen and (max-width: 1024px) {
  .bread_crumb {
    padding: 9px 3%;
  }
}
@media screen and (max-width: 767px) {
  .bread_crumb {
    text-align: left;
    padding: 9px 5%;
    margin: 0px auto 0px;
  }
}
.bread_crumb li {
  display: inline;
  text-transform: uppercase;
}
.bread_crumb li:last-child:after {
  content: "";
}
.bread_crumb li a {
  text-decoration: underline;
  text-decoration: none;
  color: #009845;
}
.bread_crumb li:after {
  content: "ー";
  padding-left: 5px;
}

/*============================
	コンテンツ
============================*/
.table-type-a {
  width: 100%;
  font-size: 18px;
  text-align: left;
  line-height: 1.8;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .table-type-a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .table-type-a {
    font-size: 15px;
  }
}
.table-type-a th {
  background: #460e44;
  color: #fff;
  border-top: solid 1px #e8eaf1;
  border-bottom: solid 1px #e8eaf1;
  padding: 20px 20px;
  text-align: left;
  font-weight: 500;
  width: 250px;
}
@media screen and (max-width: 767px) {
  .table-type-a th {
    display: block;
    width: 100%;
    padding: 11px 0;
    border-top: none;
    border-bottom: none;
  }
}
.table-type-a td {
  border-top: solid 1px #e8eaf1;
  border-right: solid 1px #e8eaf1;
  border-bottom: solid 1px #a59f8e;
  padding: 20px 20px;
}
.table-type-a td:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .table-type-a td {
    display: block;
    width: 100%;
    padding: 11px 0;
    border-top: none;
    border-bottom: none;
  }
}

.sub_header {
  background: #fff;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
}
.sub_header .hd__left .hd__logo {
  max-width: 240px;
}
.bg_b {
  background: url(../images/common/bg_b.png);
  padding: 80px 0 80px;
}
/* sub_title */
.sub_sitetitle {
  padding: 0;
  top: 40px;
  width: 100%;
}
@media screen and (max-width: 1920px) {
  .sub_sitetitle {
    margin-left: 10px;
    top: 35px;
  }
}
@media screen and (max-width: 1400px) {
  .sub_sitetitle {
    width: 60%;
  }
}
@media screen and (max-width: 1410px) {
  .sub_sitetitle {
    max-width: 150px;
  }
}
@media screen and (max-width: 1040px) {
  .sub_sitetitle {
    max-width: 200px;
    /* width: 70%; */
    text-align: left;
    left: 0;
    top: 20px;
    margin-left: 0;
    padding: 0;
    background: none;
  }
}

.sub_sitetitle .h_logo01 {
  display: none;
}
.sub_sitetitle .h_logo02 {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1040px) {
  .sub_sitetitle .h_logo02 {
    width: 120%;
  }
}
.sub_con section {
  width: 100%;
}
.sub_con .wc_h3_01 .ff02 {
  margin-bottom: 2rem;
  font-size: 40px;
  color: #009846;
  display: block;
}
.sub_con .wc_h3_01 .ff01 {
  font-size: 20px;
  color: #000;
  display: block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .sub_con .wc_h3_01 {
    margin-bottom: 2rem;
  }
  .sub_con .wc_h3_01 .ff02 {
    font-size: 36px;
  }
}
.subcon_contact {
  margin-top: 0 !important;
}

/*============================
about
　===========================*/
.message_cp {
  font-size: 26px !important;
  color: #009846;
  margin-bottom: 20px;
}
.feature_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.feature_li {
  flex-basis: 32%;
  background: #009846;
  /* border: 1px solid #009846; */
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 20px;
}
.feature_box:after {
  content: "";
  display: block;
  width: 32%; /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}
.feature_ttl {
  color: #fff;
  font-size: 20px !important;
  margin-bottom: 1rem;
  text-align: left;
  line-height: 2em !important;
  padding-bottom: 1em;
  border-bottom: 1px #fff solid;
}
.feature_ttl span {
  font-size: 40px;
  margin-right: 1rem;
  margin-bottom: 1rem;
  display: block;
}
.feature_txt {
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .feature_box {
    display: block;
  }
  .feature_li {
    margin-bottom: 40px;
  }
}
.product_box {
  max-width: 1000px;
  margin: 10px auto 30px;
  background: #ecf9f4;
  padding: 3rem 5rem 3rem;
  border-radius: 10px;
}
.product_flex {
  display: flex;
  justify-content: space-between;
}
.product_left {
  text-align: left;
  width: 65%;
}
.product_ttl {
  font-size: 26px !important;
}
.product_price {
  color: #009846;
  margin-bottom: 2rem;
}
.product_img {
  width: 35%;
}
.product_img img {
  max-width: 350px;
}
@media screen and (max-width: 1000px) {
  .product_left {
    text-align: left;
    width: 75%;
  }
  .product_img img {
    max-width: 300px;
  }
  .product_img {
    width: 25%;
  }
  .product_ttl {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 767px) {
  .product_box {
    padding: 2rem 1rem 2rem;
  }
  .product_flex {
    display: block;
  }
  .product_left {
    text-align: center;
    width: 100%;
  }
  .product_price {
    margin-bottom: 1rem;
  }
  .product_txt {
    margin-bottom: 2rem;
  }
  .product_img {
    width: 100%;
    margin: 0 auto;
  }
  .product_ttl {
    font-size: 20px !important;
  }
}
.sub_worryList {
  background: #ecf9f4;
  padding: 2rem 1rem 2rem;
  border-radius: 10px;
  max-width: 1000px;
  margin: 0 auto;
}
.sub_worryList h4 {
  font-size: 26px;
  color: #009846;
  margin-bottom: 1.8rem;
  margin-top: 1rem;
}
.bg_house {
  background: url(../images/common/bg_house.jpg);
}
.sub_worry li {
  font-size: 18px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .sub_worry li {
    font-size: 16px;
  }
}
/*============================
painting
　===========================*/
.bg_color {
  margin: 0;
}
.bg_color figure {
  width: 100%;
  margin: 0;
  max-height: 400px;
}
.condition_intro {
  margin-bottom: 2rem;
}
.condition_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.condition_li {
  flex-basis: 23%;
  background: #fff;
  /* border: 1px solid #009846; */
  border-radius: 10px;
  padding: 1rem 2rem 2rem;
  background: url(../images/common/bg_box.jpg);
}
.condition_ttl {
  color: #fff;
  font-size: 20px !important;
  margin-bottom: 1rem;
  text-align: center;
  line-height: 2em !important;
}
.condition_ttl span {
  font-size: 30px;
  margin-right: 1rem;
  display: block;
}
.condition_txt {
  text-align: left;
  color: #fff;
}
.condition__ttl {
  background: #ecf9f4;
  padding: 2rem;
  border-radius: 10px;
  margin-bottom: 50px;
}
.condition_icon {
  text-align: center;
}
.condition_icon img {
  max-width: 30px;
}
.cp_condition {
  font-size: 36px !important;
  color: #009846;
  line-height: 3rem !important;
  margin-bottom: 1rem;
}
.cp_condition span {
  font-size: 26px !important;
}
.arw_box {
  margin: 0 auto 0;
}
.triangle3 {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #009846;
  margin: 0 auto 2em;
}

@media screen and (max-width: 1024px) {
  .condition_box {
    display: block;
    width: 100%;
    /* margin-bottom: 1%; */
    text-align: left;
  }
  .condition_txt .wc_h3_01 {
    text-align: center;
  }
  .condition_li {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .cp_condition {
    font-size: 26px !important;
  }
  .cp_condition span {
    font-size: 22px !important;
  }
}
@media screen and (max-width: 767px) {
  .condition_li {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .feature_box {
    display: block;
  }
  .feature_li {
    margin-bottom: 40px;
  }
  .cp_condition {
    font-size: 20px !important;
    line-height: 1.7em !important;
  }
  .cp_condition span {
    font-size: 18px !important;
  }
}

/*============================
concept
　===========================*/
.concept_txt {
  flex-basis: 85% !important;
  text-align: left;
  padding-top: 1rem;
  background-image: url(../img/cmn/ttl_ico.png);
  background-repeat: no-repeat;
  background-size: 8%;
  background-position: 0% 10%;
}
.concept_ttl {
  margin-left: 5%;
  font-size: 30px !important;
  letter-spacing: 0.075em;
  line-height: 1.5em;
  margin-bottom: 1rem;
  border-bottom: 1px solid #2a6b21;
}
.concept_left {
  margin-left: 5%;
}
.row_r .concept_detail_txt {
  margin-left: 0;
  margin-right: 5%;
}
.concept__img {
  flex-basis: 50%;
  margin: 10px 40px 0 0;
  /* border-radius: 5px; */
}
.concept_detail_txt {
  margin-left: 5%;
}

.about__img img {
  border-radius: 5px;
}
@media screen and (max-width: 1280px) {
  .concept_txt {
    background-size: 8%;
    background-position: 0% 17%;
  }
  .sub_con .conc__atc {
    width: 48%;
    margin: 0 auto 100px;
  }
  .concept_ttl {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 767px) {
  .concept_txt {
    background-size: 12%;
    background-position: 0% 0%;
  }
  .sub_con .flex {
    display: block;
  }
  .sub_con .conc__atc {
    width: 90%;
    margin: 0 auto 80px;
  }
  .conc__atc_last {
    margin: 0 auto 0 !important;
  }
  .concept_left {
    margin-left: 0;
    margin-right: 0;
  }
  .concept_ttl {
    margin-left: 0;
    font-size: 24px;
    margin-top: 40px;
  }
  .font_b {
    margin-left: 0;
    font-size: 27px;
    margin-top: 40px;
  }
  .concept__img {
    margin: 0;
  }
  .about__img {
    margin-bottom: 3rem;
  }
  .concept_txt {
    margin-top: 0;
    padding-top: 0;
  }
  .concept_detail_txt {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .concept_ttl {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 350px) {
  .concept_ttl {
    font-size: 18px !important;
  }
}
/*
.concept_img {
  width: 100%;
} */

/*============================
merit
　===========================*/
.merit_box {
  padding: 20px 0 20px;
}
.merit_txt {
  flex-basis: 80% !important;
  text-align: left;
  margin-left: 3%;
  margin-top: 1rem;
  /* flex-basis: 65% !important; */
}
.merit_no {
  color: #3f7856;
  font-size: 24px;
  line-height: 1em;
  /* margin-bottom: 0.5rem; */
  font-family: "Impact", sans-serif;
}
.merit_no span {
  font-size: 42px;
}
.merit_ttl {
  color: #3f7856;
  font-size: 22px;
  letter-spacing: 0.075em;
  line-height: 1.5em;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}
.merit_ttl02 {
  border-bottom: 6px double #cde376;
}
.merit_left figure {
  margin-left: 3%;
}
/* .merit_img img {
  border-radius: 5px;
} */

.time_li {
  background: #e5eeea;
  padding: 25px 35px;
  /* border-radius: 10px; */
  width: 80%;
  margin: 0 auto;
  text-align: left;
  display: flex;
}
.time_txt {
  flex-basis: 70%;
  line-height: 4.5;
  padding-top: 1rem;
}
.time_li span {
  color: #3f7856;
  margin-right: 0.5em;
  font-family: "Impact", sans-serif;
  font-size: 2.5rem;
}
.time_ttl {
  font-size: 22px !important;
  font-weight: bold;
  line-height: 1.5em !important;
  color: #3f7856;
  margin-bottom: 1rem;
}
.triange {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 20px solid #00a448;
  border-bottom: 0;
  margin: 2rem auto;
}
.time_li .office__img {
  max-width: 200px;
}
.time__img {
  margin: 0 0 0 2%;
}
@media screen and (max-width: 1280px) {
  .sub_con .merit_txt {
    margin-bottom: 3rem;
  }
  .time_ttl {
    font-size: 20px !important;
    color: #3f7856;
  }
  .time_txt {
    padding-top: 0;
  }
  .time_li span {
    font-size: 2rem;
  }
  .time_li {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .sub_con .time_li {
    padding: 35px 35px;
    display: block;
    flex-wrap: wrap;
  }
  .time_txt {
    padding-top: 0;
    margin-bottom: 2rem;
  }
  .time_ttl {
    font-size: 18px !important;
    color: #3f7856;
  }
  .time__img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .merit_left {
    margin-left: 0;
  }
  .sub_con .merit_txt {
    margin-left: 0;
    margin-bottom: 1rem;
  }
  .merit_left .merit_txt {
    margin-left: 0;
  }
  .time_li span {
    font-size: 1.5rem;
  }
  .merit_box figure {
    margin: 0 auto 2rem;
  }
  .time_li .office__img {
    margin: 0 auto;
  }
}

/*============================
staff
  ===========================*/
.staff_box {
  display: flex;
  background: #e5eeea;
  padding: 2.5rem 3rem 2.5rem;
  margin-bottom: 60px;
  /* border-radius: 10px; */
}
/* .staff_box figure {
  flex-basis: 30%;
} */
.staff_img {
  margin: 0 5% 0 0;
}

.staff_txt {
  flex-basis: 70%;
  text-align: left;
}
.staff_name {
  position: relative;
  font-size: 26px;
  margin: 0 0 1.5rem;
  padding-bottom: 10px;
  text-align: left;
  border-bottom: 1px solid #3f7856;
  color: #3f7856;
}
.staff_ttl {
  font-size: 23px;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .staff_box {
    display: block;
    padding: 2rem 2rem 4rem;
  }
  .staff_box figure {
    display: block;
    margin: 0 auto 20px;
  }
  .staff_ttl {
    font-size: 21px;
    margin-bottom: 1rem;
  }
}
/*============================
company
  ===========================*/
.message_flex {
  background: url(../images/top/bg_greeting.jpg) no-repeat 125% -100%;
  background-size: 54%;
  padding-bottom: 2rem;
  text-align: left;
}
.message_txt .wc_h3_01 {
  text-align: left;
}
.message_txt {
  flex-basis: 75% !important;
}
.message__img {
  margin-top: 0;
  margin-left: 0;
}
.message__img img {
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .message_flex {
    display: block;
    width: 100%;
    /* margin-bottom: 1%; */
    text-align: left;
  }
  .message_txt .wc_h3_01 {
    text-align: center;
  }
  .message__img {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .message__img {
    margin-bottom: 20px;
  }
}

/*============================
  Waterproofing
  ===========================*/
.water_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.water02 {
  width: 48%;
  background: url(../images/common/bg_box.jpg);
  border-radius: 10px;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .water_flex {
    display: block;
  }
  .water02 {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*============================
Reform
===========================*/
.reform_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.reform_li {
  flex-basis: 31%;
  background: #fff;
  /* border: 1px solid #009846; */
  border-radius: 10px;
  padding: 1rem 2rem 2rem;
  background: url(../images/common/bg_box.jpg);
  margin-bottom: 30px;
}
.reform_box:after {
  content: "";
  display: block;
  width: 31%; /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}

.reform_ttl {
  color: #fff;
  font-size: 21px !important;
  margin-bottom: 1rem;
  text-align: center;
  line-height: 2em !important;
}
.reform_ttl span {
  font-size: 30px;
  margin-right: 1rem;
  display: block;
}
.reform_txt {
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .reform_box {
    display: block;
    width: 100%;
    /* margin-bottom: 1%; */
    text-align: left;
  }
  .reform_txt .wc_h3_01 {
    text-align: center;
  }
  .reform_li {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .reform_li {
    margin-bottom: 20px;
  }
}

/*============================
	work
  ===========================*/
.work_txt {
  width: 80%;
  margin: 4rem auto 0;
}
.work_ttl_box {
  max-width: 690px;
  margin: 0 auto 0;
}
.work_ttl {
  font-size: 24px;
  color: #3f7856;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #a59f8e;
}
.work_tbl th {
  background: none;
  color: #000;
  border-bottom: 1px solid #a59f8e;
  border-top: none;
  padding: 20px 20px 0 0;
}
.work_list {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .work_txt {
    width: 100%;
    margin-top: 3rem;
  }
  .work_tbl {
    margin-top: 1rem;
  }
  .work_tbl th {
    border-bottom: none;
    font-weight: bold;
    padding-top: 10px;
  }
}
.work_tbl td {
  border-top: none;
  padding: 20px 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .work_tbl td {
    border-bottom: solid 1px #a59f8e;
    padding-top: 0;
    padding-bottom: 10px;
  }
}
/* スライダー */
.slider {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .slider {
    width: 100%;
    margin: 0 auto;
  }
}
.slider img {
  width: 100%;
}
/*-----------height調整----------*/
.slick-slide {
  height: auto !important;
}

/*-----------矢印表示----------*/
.slick-next {
  right: 0 !important;
}
.slick-prev {
  left: 0 !important;
}
.slick-arrow {
  z-index: 2 !important;
  width: 60px !important;
  height: 60px !important;
}

.slick-next {
  right: 1% !important;
}

.slick-prev {
  left: 1% !important;
}
/*============================
	news
  ===========================*/
.sub_con .news__atcwrap {
  width: 100%;
}
.news__atc .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* padding-bottom: 1rem; */
  /* border-bottom: 1px solid #f3eadf; */
}
.news__date {
  width: 28%;
  font-weight: bold;
  text-align: left;
  line-height: 3em;
  margin-bottom: 0.5em;
  /* color: #460e44; */
}
.sub_con .s_news__atc--txt {
  width: 85%;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.s_news_img {
  margin-top: 1em;
  margin: 0;
}
.s_news_img img {
  width: 100%;
}
/* .s_news_img img {
    border-radius: 10px;
  } */
.s_news__atc--ttl {
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.075em;
  margin-top: 0.5em;
  text-align: left;
}
.blog_btn {
  width: 200px;
}
@media screen and (max-width: 1024px) {
  .news__atc .flex {
    display: block;
  }
  .sub_con .s_news__atc--txt {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .s_news_li {
    flex-basis: 48%;
  }
}
@media screen and (max-width: 767px) {
  .s_news {
    display: block;
  }
  .s_news_li {
    width: 100%;
  }
  .sub_con .news__atc--txt {
    margin-left: 0;
  }
}

/* news_detail */
.sub_con .news__btn a {
  margin: 0;
}

.blog_detail {
  text-align: left;
}
.s_news__date {
  /* color: #3f7856; */
  /* font-family: "Impact", sans-serif; */
}
.s_news_detail_img {
  max-width: 800px;
  margin: 30px 0;
}
.s_news_detail_img img {
  width: 100%;
}
.news {
  padding: 180px 0;
}

.news__ttlwrap {
  width: 25%;
}

.news__atcwrap {
  width: 74%;
  position: relative;
}

.news__btn a {
  width: 140px;
  line-height: 48px;
  font-size: 1.5rem;
}

.news__atc {
  position: relative;
  margin-bottom: 2em;
  background: url(../images/top/blog_line.png) repeat-x bottom;
}

/* .news__atc a {
    align-items: center;
  } */

.news__atc:last-child {
  margin-bottom: 0;
}

.news__date {
  width: 100px;
  font-weight: bold;
  /* color: #ffa2a7; */
}

.news__atc--ttl {
  width: calc(100% - 100px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.detail_title {
  margin-bottom: 30px;
  font-size: 22px !important;
}
@media screen and (max-width: 1024px) {
  .news {
    padding: 100px 0;
  }

  .news__ttlwrap {
    width: 25%;
  }

  .news__atcwrap {
    width: 74%;
  }

  .news__btn a {
    width: 120px;
    line-height: 38px;
    font-size: 1.2rem;
  }

  .news__atc {
    margin-bottom: 2em;
  }

  .news__date {
    width: 100px;
  }

  .news__atc--ttl {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 767px) {
  .news {
    padding: 60px 0;
  }

  .news__ttlwrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
  }

  .news__atcwrap {
    width: 100%;
  }

  .news__ttl {
    margin-bottom: 0;
  }

  .news__btn a {
    width: 120px;
    line-height: 38px;
    font-size: 1.2rem;
  }

  .news__atc {
    margin-bottom: 2em;
  }

  .news__date {
    width: 100%;
  }

  .news__atc--ttl {
    width: 100%;
  }

  .detail_title {
    margin-bottom: 5px;
    font-size: 20px !important;
  }
  .s_news_detail_img {
    margin: 15px 0;
  }
}
ul.pagenation {
  text-align: center;
  letter-spacing: 0;
  width: auto;
  min-width: 0;
  border: none;
  background: none;
  margin-top: 35px;
}

.pagenation li {
  display: inline-block;
  margin: 3px;
  line-height: 1.6;
  height: auto;
}

.pagenation li a,
.pagenation li span {
  display: block;
  padding: 16px 15px;
  font-size: 16px;
  margin-bottom: 0;
  text-decoration: none;
  border-bottom: 1px solid #f7f5f0;
  transition: 0.6s;
}

.pagenation li a:hover {
  color: #009846;
  border-bottom: 1px solid #009846;
  opacity: 1;
  font-weight: 600;
}

.pagenation li span {
  border-bottom: 1px solid #009846;
  color: #009846;
  font-weight: 600;
}
/*============================
	sitemap
  ===========================*/
ul.sitemap__list {
  margin-bottom: 10px;
  flex-wrap: wrap;
}

ul.sitemap__list::after {
  content: "";
  display: block;
  width: 32%; /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}

ul.sitemap__list li {
  width: 32%;
}
@media screen and (max-width: 767px) {
  ul.sitemap__list li {
    width: 100%;
  }
}
ul.sitemap__list li a {
  /* color: #7f1210; */
  position: relative;
  border: solid 1px #009846;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  padding: 20px;
  font-size: 19px;
  text-align: center;
  box-sizing: border-box;
  /* font-weight: bold; */
  background: #fff;
  margin-bottom: 35px;
  line-height: 100%;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  ul.sitemap__list li a {
    font-size: 15px;
    padding: 20px 50px;
  }
}
@media screen and (max-width: 767px) {
  ul.sitemap__list li a {
    font-size: 14px;
    padding: 10px;
    margin-bottom: 20px;
  }
}
ul.sitemap__list li a:hover {
  color: #fff;
  border: solid 1px #009846;
  background: #009846;
  transition: 0.6s;
  opacity: 1;
  text-decoration: none;
}

/*============================
	privacy
  ===========================*/
.privacy .tetel {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  display: inline-block;
  margin-top: 20px;
  font-weight: bold;
  padding: 0px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .privacy .tetel {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
}
.privacy .tetel:before {
  top: inherit;
  background: none;
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 100px;
  height: 1px;
  left: 0%;
  transform: translateX(0%);
  background-color: #009845;
}
@media screen and (max-width: 767px) {
  .privacy .tetel:before {
    bottom: -15px;
    width: 100px;
    height: 2px;
  }
}
.privacy .tetel:first-child {
  margin-top: 10px;
}
.privacy .tetel::after {
  display: none;
}
.privacy p {
  text-align: left;
}
.privacy hr {
  border: 0.5px solid #a8a8a8;
  margin: 55px auto 40px;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .privacy hr {
    margin: 40px auto 20px;
  }
}
.privacy ul li {
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2em;
}
@media screen and (max-width: 1024px) {
  .privacy ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .privacy ul li {
    font-size: 15px;
  }
}

.s_privacy .tetel {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  display: inline-block;
  margin-top: 20px;
  font-weight: bold;
  padding: 0px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .s_privacy .tetel {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.s_privacy .tetel:before {
  top: inherit;
  background: none;
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 100px;
  height: 1px;
  left: 0%;
  transform: translateX(0%);
  background-color: #003ea8;
}
@media screen and (max-width: 767px) {
  .s_privacy .tetel:before {
    bottom: -15px;
    width: 100px;
    height: 2px;
  }
}
.s_privacy .tetel:first-child {
  margin-top: 10px;
}
.s_privacy .tetel::after {
  display: none;
}
.s_privacy .f_right {
  text-align: right;
}
.s_privacy hr {
  border: 0.5px solid #b57a18;
  margin: 30px auto 20px;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .s_privacy hr {
    margin: 40px auto 20px;
  }
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .wp-pagenavi {
    margin-top: 30px;
  }
}
.wp-pagenavi a {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 2px 5px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  transition: 0.5s;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  .wp-pagenavi a {
    padding: 5px 5px;
  }
}
.wp-pagenavi a:hover {
  border-bottom: 1px solid #00a0ea;
}
.wp-pagenavi span {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 2px 5px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
  line-height: 1.6;
  font-size: 1.8rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  .wp-pagenavi span {
    padding: 5px 5px;
  }
}
.wp-pagenavi span.pages {
  display: none;
}
.wp-pagenavi span.current {
  font-weight: 600;
  border-bottom: 1px solid #00a0ea;
}

/*============================
	contact
  ===========================*/
.defTable01 {
  width: 100%;
}
.defTable01 th,
.defTable01 td {
  padding: 23px 0;
  border-bottom: 1px solid #d6d6d6;
  /* font-size: 1.6rem;/ */
  line-height: 1.6;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .defTable01 th,
  .defTable01 td {
    /* font-size: 1.4rem; */
    padding: 16px 0;
    display: block;
  }
}
.defTable01 th {
  width: 200px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .defTable01 th {
    border-bottom: none;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .defTable01 td {
    padding-top: 0;
  }
}
.defTable01 tr:first-child th,
.defTable01 tr:first-child td {
  padding-top: 0;
}
.defTable01 .clrred {
  font-size: 18px;
  color: #d30000;
  font-style: normal;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .defTable01__btn {
    display: block;
    margin-top: 10px;
  }
}
.defTable01__btn a {
  margin-left: 20px;
  color: #009846;
}
@media screen and (max-width: 767px) {
  .defTable01__btn a {
    margin-left: 0;
  }
}
.defTable01 input {
  padding: 8px 10px;
  background: #efefef;
  border: none;
  border-radius: 5px;
}
.defTable01 input[type="file"] {
  background: none;
}
.defTable01 input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
.defTable01 input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
.defTable01 input[type="submit"] {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 280px;
  line-height: 60px;
  text-align: center;
  background: #009846;
  color: #fff;
  font-size: 18px;
  /* font-family: "Zen Old Mincho", serif; */
  white-space: nowrap;
  letter-spacing: 0.1em;
  padding: 8px 10px;
  border-radius: 5px;
}
.defTable01 .contact__back {
  background: #000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .defTable01 input[type="submit"] {
    margin-top: 23px;
    width: 240px;
    line-height: 50px;
    font-size: 15px;
  }
}
.defTable01 .size100 input {
  width: 100%;
}
.defTable01 textarea {
  padding: 8px 10px;
  background: #efefef;
  border: none;
  font-weight: 500;
  width: 100%;
  resize: vertical;
}
.defTable01 .bbn th,
.defTable01 .bbn td {
  border-bottom: none;
}
.defTable01 .privacyBox {
  padding: 0px 20px 30px;
  width: calc(100% - 0px);
  height: 300px;
  overflow-y: scroll;
  margin-bottom: 20px;
  background: #eee;
  font-size: 90%;
  box-sizing: border-box;
}
.defTable01 .privacyBox .sub_ttl {
  margin: 20px 0px 15px 0px;
  font-size: 15px;
  padding: 2px 0px 2px 8px;
  border-left: 5px solid #666666;
  line-height: 120%;
}
.defTable01 .privacyBox p {
  text-align: left;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.075em;
}
.defTable01 .privacyBox ul.ulbox li {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 5px;
  font-size: 13px;
  line-height: 1.6;
}
.defTable01 .privacyBox::-webkit-scrollbar {
  width: 3px;
}
.defTable01 .privacyBox::-webkit-scrollbar-track {
  background: #ddd;
}
.defTable01 .privacyBox::-webkit-scrollbar-thumb {
  background: #666666;
  border-radius: 5px;
}

.form_btn {
  display: flex;
  justify-content: space-evenly;
}

.contact__back {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 280px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  /* font-family: "Zen Old Mincho", serif; */
  white-space: nowrap;
  letter-spacing: 0.1em;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .form_btn {
    display: block;
  }
  .contact__back {
    margin-top: 23px;
    width: 240px;
    line-height: 50px;
    padding: 0;
    font-size: 15px;
  }
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
  position: relative;
  margin: 0 50px 0 0 !important;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
    display: block;
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  border: 1px solid #333;
  width: 20px;
  height: 20px;
  position: relative;
  top: 0px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 3px;
  width: 22px;
  height: 22px;
  background: url("../img/cmn/check_icon.png") no-repeat center;
  background-size: contain;
}

.wpcf7-form-control.wpcf7-radio {
  display: flex;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-radio {
    flex-wrap: wrap;
  }
}
.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item {
  position: relative;
  margin: 0 50px 0 0 !important;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-radio span.wpcf7-list-item {
    display: block;
    flex-basis: 50%;
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.wpcf7-form-control.wpcf7-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  border: 1px solid #333;
  background: #fff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  position: relative;
  top: 0;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.wpcf7-form-control.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label:before {
  background-color: #666666;
  box-shadow: inset 0 0 0 2px #fff;
}

.wpcf7-form-control.wpcf7-acceptance {
  display: flex;
  flex-wrap: wrap;
}
.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
  position: relative;
  margin: 0 50px 0 0 !important;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
    display: block;
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  border: 1px solid #333;
  width: 20px;
  height: 20px;
  position: relative;
  top: 0px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 3px;
  width: 22px;
  height: 22px;
  background: url("../img/cmn/check_icon.png") no-repeat center;
  background-size: contain;
}

.select {
  display: inline-block;
  position: relative;
  width: 250px;
  border: 1px solid #333;
}
.select .wpcf7-form-control {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
}
.select::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 14px;
  right: 14px;
  pointer-events: none;
}
.select .wpcf7-form-control {
  appearance: none;
  -webkit-appearance: none; /*Google Chrome/Safari対応*/
  -moz-appearance: none; /*Firefox対応*/
  -o-appearance: none; /*Opera対応*/
} /*# sourceMappingURL=sub.css.map */

.company_tbl th span {
  color: #b92a28;
}

.company_tbl th {
  background: none;
  color: #000;
  border-bottom: 1px solid #a59f8e;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .company_tbl th {
    border-bottom: none;
    font-weight: bold;
  }
}
.company_tbl td {
  border-top: none;
}
@media screen and (max-width: 767px) {
  .company_tbl td {
    border-bottom: solid 1px #a59f8e;
    padding-top: 0;
  }
}
.plan_tbl th {
  width: 500px;
}
.plan_tbl td {
  text-align: right;
}
.plan_txt {
  margin-bottom: 60px;
}
.plan_txt02 {
  text-align: right;
  font-size: 14px !important;
}
.plan_ttl {
  text-align: left;
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  color: #494949; /*文字色*/
  background: transparent; /*背景透明に*/
  border-left: solid 5px #460e44; /*左線*/
}
@media screen and (max-width: 767px) {
  .plan_tbl th {
    max-width: 300px;
  }
  .plan_txt {
    font-size: 14px !important;
  }
  .plan_ttl {
    margin-bottom: 1rem;
  }
}
