@charset "UTF-8";

/*メインビジュアルキャッチコピー*/
.c-visual .catchcopy {
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}

/*グローバルナビ*/
.g-header {
  background: rgba(248, 244, 236, 1);
}
.g-header__logo-link-img {
  max-width: 200px;
}
.g-nav__list .nav-link {
  color: #000;
}
.g-nav .lower {
  background-color: #f5f5f5;
}
.g-header-100 {
  max-width: 100% !important;
}
/*フッター追尾ナビ*/
.g-fixarea-cta {
  background-color: rgba(1, 112, 54, 0.9);
}
/*フッターカラー*/
.g-footer--black {
  background-color: rgba(248, 244, 236, 1);
}
.g-footer nav a {
  color: #000;
}
/*お知らせ文字*/
.c-headline__type-sttl {
  color: #000;
}
/*トップ写真サイズ*/
.c-image__src--16:after {
  padding: calc(100% * 10 / 16) 0 0;
}
/*セクション強み・選ばれる理由*/
.c-after__black--9 {
  background-color: rgba(245, 245, 245, 1);
}
/*施工実績*/
.c-section--black {
  background-color: #f5f5f5 !important;
}
/*コピーライト色*/
.g-footer__copyright {
  background: #3085bd;
}
/*ボタン色*/
.c-btn {
  background-color: #017036;
}
.g-cta__mail-contact-btn {
  background-color: #017036;
}
.g-pagetop a {
  background-color: #017036;
}
.g-header__contact-btn a {
  background-color: #017036;
}
.g-cta__mail-icon {
  background-color: #017036;
}
.g-fixarea-footer__item {
  background-color: #017036;
}
/*トップ施工業者背景*/
.c-section:nth-child(odd) {
  background-color: #fff;
}
/*見出し色*/
.c-headline__type-ttl {
  color: #000;
  font-weight: bold;
}
/*見出し色*/
.c-em {
  color: #000;
}
.c-card-choice__box-ttl {
  color: #017036;
}
/*見出し色*/
.g-nav__list {
  background-color: #f8f4ec;
}
/*トップ写真角丸*/
.curtain {
  border-radius: 15px;
}

.mt30 {
  margin-top: 30px;
}

.g-footer__logo ul {
  display: inline-flex;
  align-items: center;
}

.ml20 {
  margin-left: 20px;
}

/*問い合わせフォーム　レスポンシブ*/
@media screen and (max-width: 767px) {
  .g-form input {
    width: 100%;
  }

  .g-form textarea {
    width: 100%;
  }

  .g-form th {
    display: block;
  }

  .g-form td {
    display: block;
  }

  .text-left {
    width: 100%;
    margin: 0 auto;
  }

  .sp_none {
    display: none;
  }

  .sp_text_left {
    text-align: left !important;
  }
}

.add_p_title {
  margin: 0 0 20px;
  text-align: center;
}

.add_p_text {
  margin: 0 0 40px;
  text-align: center;
}

.add_president {
  text-align: center;
  font-weight: bold;
  margin: 10px 0 0;
  font-size: 20px;
}

#disp {
  padding-top: 65px;
  background: #f8f4ec;
}

.c-visual {
  background: #f8f4ec;
}

.sbw {
  justify-content: space-around;
}

.c-image {
  border-radius: 20px;
}

.bk-wood {
  background-image: url(../img/common/body_bk02.jpg);
  background-color: rgba(255, 255, 255, 0.5) !important;
  background-blend-mode: lighten;
  background-size: cover;
}

.add_pd30 {
  padding: 0 0 30px;
}

a:not([class]) {
  color: #000;
}

.c-visual-news {
  position: inherit;
}

.c-visual-news__inner {
  width: 960px;
  margin: 0 auto;
  background: inherit;
}

.bk_yellow {
  background: #ffdd6c;
}

.new {
  background: #efff00;
  color: #000;
  padding: 5px 20px;
  margin-right: 10px;
  text-decoration: none;
  animation: blinkAnimeS2 1s infinite alternate;
}

.sn-list li {
  margin-left: 20px;
}

.sn-list li a img {
  width: 100px;
}

.sn-list li:first-child {
  margin-left: 0;
}

/*LINEで処方箋送信セクション*/

.section-line {
  background-color: #cfeee0 !important;
}

.l-ttl {
  background: #4bb477;
  padding: 10px 20px;
  border-radius: 50px;
  line-height: auto;
}

.animation-yura {
  transform-origin: center bottom;
  animation: yurayura 2s linear infinite;
}

@keyframes yurayura {
  0%,
  100% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
}

.dli-chevron-down {
  display: block;
  vertical-align: middle;
  color: #017036;
  line-height: 1;
  width: 6em;
  height: 6em;
  border: 1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin: 0 auto;
}

.speechBubble {
  position: relative;
  display: inline-block;
  margin-right: 16px;
  padding: 16px;
  border-radius: 12px;
  background-color: #9bee8c;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}

.speechBubble::after {
  content: "";
  position: absolute;
  top: 35%;
  right: 0;
  border-style: solid;
  border-width: 0 0 16px 16px;
  border-color: transparent transparent transparent #9bee8c;
  translate: 100% calc(-50% - 0.4px);
  transform: skew(0, -10deg);
  transform-origin: left;
}

.orange {
  color: orange;
}

.recommend {
  display: flex;
  justify-content: end;
  width: 70%;
}

.r-img {
  width: 15%;
  margin-left: 24px;
}

.speechBubble02 {
  position: relative;
  display: inline-block;
  margin-left: 16px;
  padding: 16px;
  border-radius: 12px;
  background-color: #9bee8c;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}

.speechBubble02::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 0 16px 16px 0;
  border-color: transparent #9bee8c transparent transparent;
  translate: -100% calc(-50% - 0.4px);
  transform: skew(0, -10deg);
  transform-origin: right;
}

.row-reverse {
  flex-direction: row-reverse;
}

.l-img {
  width: 15%;
  margin-right: 24px;
}

@keyframes blinkAnimeS2 {
  0% {
    color: #000;
    background: white;
  }
  100% {
    color: #000;
    background: #fbff00;
  }
}

@media screen and (max-width: 959px) {
  .c-visual-news__inner {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .c-visual-news__inner {
    height: 130px;
  }
  .c-visual-news__inner {
    background: #fff7006e;
    display: inherit;
  }
  .c-visual-news__title {
    display: block;
    width: 100%;
  }
  .c-visual-news h2 {
    line-height: 50px;
  }
  .c-visual-news__ticker {
    display: block;
    width: 100%;
  }
  .c-visual-news li {
    text-align: center;
    line-height: inherit;
  }

  .c-visual-news__ticker a {
    padding: 0;
  }

  .news_title {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
