@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

/* Start この記事のURLとタイトルをコピーする */
.copy_btn {
  width: 100%;
  max-height: 200px;
  display: block;
  border: 2px solid #666;
  text-align: center;
  font-weight: 700;
  padding: 15px 0 13px;
  margin: 0 auto 10px;
}
.copy_btn:hover {
  cursor: pointer;
  color: #fff;
  background: #111111;
  opacity: 0.6;
}
.copy_btn.copied {
  pointer-events: none;
  background: #333333;
  color: #ffffff;
}
.copy_btn.copied:hover {
  cursor: auto;
}

/* FontAwesome */
.copy_btn.copied:before,
.copy_btn:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 3px;
}
.copy_btn:before {
  content: "\f0c5";
}

/* End */

/* Start お問い合わせはこちらボタン */
.contact-btn {
  margin-top: 10px;
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #fff;
  background: #fd9535; /*背景色*/
  border: none;
  border-bottom: solid 1px #d27d00; /*少し濃い目の色に*/
  border-radius: 4px; /*角の丸み*/
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 1px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

.contact-btn:active {
  border-bottom: solid 1px #fd9535;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
/* End */

/* Start 問い合わせフォーム */
/* 必須マーク */
.must {
  color: #fff;
  margin-right: 10px;
  padding: 6px 10px;
  background: #ff8c00;
  border-radius: 20px;
  font-weight: bolder;
}

/* 任意マーク */
.free {
  color: #fff;
  margin-right: 10px;
  padding: 6px 10px;
  background: #9abed5;
  border-radius: 20px;
  font-weight: bolder;
}
.contact-text {
  font-weight: bold;
}
/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea,
.wpcf7-select {
  width: 100%;
  padding: 8px 15px;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #d0d5d8;
  border-radius: 3px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  height: 200px;
}

/* 必須項目の入力欄を黄色にする */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
select.wpcf7-validates-as-required {
  background: rgba(255, 255, 142, 0.46);
}

/* 送信ボタンを見やすくする */
input.wpcf7-submit {
  width: 50%;
  height: 40px;
  background: #ff8c00;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

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

div.contact-form-button {
  text-align: center;
}
/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: red;
  font-weight: 600;
}
/* End */

/* Swiper */
@media (min-width: 1030px) {
  .top-bar-container {
    display: flex;
    align-items: center;
    display: flex;
  }

  .swiper-container {
    width: 100%;
    max-height: 355px;
    border-radius: 5px 5px 8px 8px;
  }

  .swiper-slide img {
    border-radius: 5px;
  }

  .swiper-wrapper {
    display: flex;
    align-items: top;
  }

  /* 左右のスライダー */
  .swiper-slide-prev,
  .swiper-slide-next {
    opacity: 0.4;
    pointer-events: none;
    background-color: transparent;
  }

  /* ページネーションの〇 */
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    width: 70%;
    left: 15%;
  }
  .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 10px 20px;
  }

  .swiper-pagination {
    width: 80%;
  }

  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
  }

  /* 矢印 */
  .swiper-button-next,
  .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: rgba(192, 192, 192, 0.6);
    color: black;
  }

  .swiper-button-prev {
    left: 65px;
  }
  .swiper-button-next {
    right: 65px;
  }

  /* スライダー下のぼかし */
  .overlay::after {
    border-radius: 5px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10%;
    width: 100%;
    background: rgb(2, 0, 36);
    background: linear-gradient(
      0deg,
      rgba(2, 0, 36, 0.3) 0%,
      rgba(2, 0, 36, 0.3) 25%,
      rgba(2, 0, 36, 0.2) 50%,
      rgba(2, 0, 36, 0.1) 75%,
      rgba(2, 0, 36, 0) 100%
    );
  }
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px;
}

:root {
  --swiper-theme-color: #f60;
}

/* Swiper */

/* Rank Widget */

.no_thumb_popular_posts .widgettitle:before {
  content: "\f201";
}

.related_popular_posts .widgettitle:before {
  content: "\f521";
}

.rank-item-container {
  display: flex;
  flex-direction: row;
  border-bottom: solid #f60 2px;
}

.rank-num-container {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rank_num_text {
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #051282;
  text-align: center;
  line-height: unset;
  border-radius: 5px;
}

.badge a {
  display: inline-block !important;
  margin: 2px 2px 2px 6px;
  padding: 2px 10px !important;
  font-weight: 700;
  width: auto;
  border-radius: 15px;
}

.tag-popular-list .badge a {
  background-color: #f4f4f4;
  color: #666 !important;
}

.tag-popular-list .badge a:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.category-popular-list .badge a {
  background-color: #f60;
  color: #fff !important;
}

.widget h4 + * {
  padding: 10px 10px;
}

@media (min-width: 1030px) {
  .no_thumb_popular_posts {
    margin-bottom: 20px;
  }

  /* Search Box */
  .widget_search {
    margin-bottom: 10px;
  }
}

/* Rank Widget */

/* トップページカード */
@media (min-width: 1030px) {
  .cardtype {
    justify-content: space-between;
  }
  .cardtype__article {
    width: 32% !important;
  }
  .cardtype time {
    margin: 0px 0px 0px 0px;
    padding: 0px;
  }
  .cardtype__tag {
    margin: 0px 2px;
    display: flex;
    align-self: center;
  }
  .cardtype__tag a {
    background: #f4f4f4;
    color: #666;
    padding: 2px 0px;
    border-radius: 15px;
    transition: 0.3s ease-in-out;
  }
  .cardtype__tag a:hover {
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  .cardtype__link {
    padding-bottom: 10px;
  }
  .right-card {
    margin-right: 10px;
  }
  .middle-card {
    margin-right: 10px;
  }
  .left-card {
    margin-right: 0px;
  }
  .blog-meta-info {
    display: flex;
    align-items: center;
  }
}

/* タグ、カテゴリー用のテキスト */
.min-text {
  font-size: 11px;
  font-weight: 700;
  padding: 2px 6px !important;
}

/* トップページカード */

/* main */
.d-5of7 {
  padding-right: 10px;
}

.cardtype,
.sidelong {
  margin-bottom: 0px;
}

@media only screen and (min-width: 1030px) {
  .cardtype__article {
    width: 45%;
    /* margin: 0 4% 0 0; */
  }
}

/* main */

/* トップページに追加したタイトル(新着記事) */
@media (max-width: 1029px) {
  .new-title {
    margin: 5px 0px 25px 0px;
  }
}
/* トップページに追加したタイトル(新着記事) */

/* ページネーション */
@media (max-width: 1029px) {
  .pagination ul {
    padding: 0px;
  }
}
/* ページネーション */

/* start サイドバナー背景変更 */
.widget_custom_html {
  display: flex;
  background-color: #ffffff;
  border: none !important;
  justify-content: center;
  align-items: center;
}
/* end サイドバナー背景変更 */

/* start 記事内のテーブル */

.entry-content table {
  /* border: none; */
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
}

.entry-content tr {
  background: #fff;
}

.entry-content tr:not(:last-child) {
  /* border-bottom: 2px solid #fff; */
}

.entry-content tr:nth-child(odd) td {
  /* background: #f5f5f5; */
}

.entry-content tr:first-child td {
  /* color: #fff;
  background: #ffa366; */
  background: #f8f8f8;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.entry-content td {
  /* border-right: none; */
  text-align: left;
  font-size: 12px;
}

.wp-block-table {
  overflow: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.entry-content td {
  padding: 10px 12px;
}

/* end 記事内のテーブル */

/* start プライバシーポリシー削除 */
a.privacy-policy-link {
  display: none;
}
/* end プライバシーポリシー削除 */

/* start ヘッダー固定 */
@media only screen and (min-width: 769px) {
  .header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
  }

  #content {
    margin-top: 90px;
    padding-top: 20px;
  }

  .vendor-contact .header {
    position: relative;
    display: flex;
    background-color: #ff6d02;
    height: 80px;
  }
}
/* end ヘッダー固定 */

/* start 記事内のリスト */
.entry-content ul,
.entry-content ol {
  border: none;
  margin: 0em;
  margin-bottom: 1.5em;
  padding-top: 0em;
  padding-bottom: 0em;
}
/* end 記事内のリスト */

/* start 出典 */
figcaption {
  text-align: center;
  font-size: 14px;
}
/* end 出典 */

/* start 記事ページのヘッダー */

@media only screen and (min-width: 1030px) {
  .article-header {
    margin: 10px 40px 10px;
  }
  .single-title,
  .page-title {
    margin-top: 5px;
  }
  .entry-meta {
    margin-top: 5px;
  }
  .post-thumbnail {
    margin-top: 5px;
  }
}

/* end 記事ページのヘッダー */

/* start 会社情報 */
.company-info_container {
  display: flex;
}
.company-info-item.first {
  width: 45%;
}
.company-info-item.second {
  width: 55%;
}
.item-title {
  font-weight: bold;
  margin-left: 13px;
}
.item-title.first {
  margin-bottom: 10px;
}
.item-title.second {
  margin-bottom: 10px;
}

.footer-btn-wrapper {
  display: flex;
  justify-content: center;
}

/* end 会社情報 */

/* start 各種ご案内 */
.footer-btn {
  position: relative;
  margin-bottom: 10px;
  background-color: #051282;
  border-radius: 100vh;
  height: 40px;
  text-align: center;
  display: block;
  width: 90%; /*ボタンの横幅指定*/
  text-align: center; /*テキスト中央寄せ*/
  color: #fff;
  padding-left: 20px;
  line-height: 40px;
  font-size: 14px;
}

a.footer-btn {
  text-decoration: none;
}

.footer-btn:hover {
  color: #fff;
  background: #2e3aa2;
}

.btn-left-icon {
  position: absolute;
  top: 50%;
  left: 20px; /*右からの距離*/
  width: 13px; /*アイコンの横幅指定*/
  transform: translateY(-50%); /*この指定で上下中央に*/
  font-size: 20px;
}

/* end 各種ご案内 */

/* Mobile Footer menu */
.menu__item {
  background: #ff6600;
  color: #fff;
  cursor: pointer;
  display: block;
  margin-bottom: 1px;
}
.menu__item__link {
  color: #fff;
  display: block;
  line-height: 60px;
  padding: 0 1rem;
  position: relative;
  border-bottom: solid 1px #fff;
  border-top: solid 1px #fff;
  text-decoration: none;
}
.menu__item__link:after {
  background: #ff6600;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  display: block;
  line-height: 60px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 60px;
  font-weight: 900;
}
.menu__item__link.on:after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-weight: 900;
}

.submenu {
  background: #ff6600;
  display: none;
  color: #fff;
}

.submenu__item {
  border-bottom: 1px solid #fff;
  padding: 1rem;
}

.submenu__item__text {
  color: #fff;
}

li.submenu__item a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f531";
  font-weight: 900;
}

/* footer menu copy-right */
#footer-menu {
  padding: 0px;
  background-color: #ff6600 !important;
}

.footer p {
  color: #fff;
}

p.copyright {
  padding-bottom: 30px;
}

/* 広告用のテーブルスタイル */
figure.wp-block-table.ad td {
  text-align: center;
}

/* 記事の更新　日付 */
.entry-time.pubdate {
  padding: 0 10px 0 10px;
}

/* タグ（人気記事） */
.origin-widget__tag {
  background: #f4f4f4;
  color: #666;
  display: inline-block !important;
  margin: 2px 2px 2px 6px;
  padding: 2px 10px !important;
  border-radius: 15px;
  font-weight: 700;
  width: auto;
}

/* PickUp記事 */
.widget_pickup_posts .widgettitle:before {
  content: "\f0a1";
}

.my-widget li a .my-widget__img {
  width: 120px;
}

.widget_pickup_posts li {
  border-bottom: solid #ff6600 2px;
}

.sidebar .widget {
  margin-bottom: 10px;
}

input.searchform__input {
  margin-top: 10px;
}

.loading {
  display: none;
}

/* 記事トップバナーウィジェット */
@media only screen and (min-width: 769px) {
  /*　画面サイズが769pxからはここを読み込む　*/
  .single_top_banner_widget {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 770px) {
  /* スマホ */
  .single_top_banner_widget {
    display: flex;
    justify-content: center;
    padding: 10px;
  }
}
/* 記事トップバナーウィジェット */

/*
 * 会員登録フォーム
 */

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  margin-bottom: 0em;
  padding: 0.55em;
  border: 0;
  border-radius: 0px;
  background-color: #eff1f5;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1em;
  line-height: 1.5;
  transition: ease;
  margin: 0 auto 0 auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus,
.field:focus {
  outline: 3px #c2c2c2 solid;
}

div.login_box {
  width: 40%;
  margin: 0 auto 0 auto;
  padding: 0.5em 1em 1em 1em;
  border-radius: 1em;
}

div.member_form_box {
  width: 90%;
  margin: 0 auto 0 auto;
  padding: 0.5em 1em 1em 1em;
}

div.label {
  font-size: 95%;
}

div.input_underline {
  border-top: 2px solid #c2c2c2;
  margin: 0 auto 0.7em auto;
}

div.btn_wrapper {
  display: flex;
  justify-content: center;
}

button.submit_btn {
  width: 80%;
  background: #f60;
  border: #f60;
  padding: 0.5em;
  text-decoration: none;
  color: #fff;
  margin: 1em 0;
}

.login_box button.submit_btn {
  width: 80%;
}

button.submit_btn:hover {
  opacity: 0.5;
}

div[class^="is-error-"] {
  color: #ff0000;
  font-size: 85%;
}

.error_list {
  color: #ff0000;
  font-size: 85%;
}

.account_links a {
  color: #999999;
}

div.remeber_login {
  vertical-align: middle;
}

input[type="checkbox"] {
  transform: scale(1.5);
  margin: 0 1em 0 1em;
}

input[type="radio"] {
  margin: 0 0.1em 0 0;
}

label.side_radio {
  margin: 0 0.5em 0 0;
}

span.form-required {
  color: #ff0000;
}

.not-edittable-input {
  pointer-events: none !important;
  background: #dcdcdc !important;
  cursor: not-allowed !important;
}

@media only screen and (min-width: 769px) {
  /* PC・タブレット */
  div.form-columns-2 {
    display: flex;
    justify-content: center;
  }
  div.form-columns-2 div.input {
    width: 50%;
  }
  div.input {
    margin: 0 10px 0 0;
  }
}

@media only screen and (max-width: 770px) {
  /* スマホ */
  div.login_box {
    width: 90%;
    margin: 1em auto 1em auto;
  }
}

/* サイドバー */
.sidebar_menu_list {
  margin: 1em 3em;
  padding: 0;
  min-height: 500px;
}

@media only screen and (max-width: 770px) {
  /* スマホ */
  .sidebar_menu_list {
    min-height: 0px;
    margin: 1em 3em 3em 3em;
  }
}

.sidebar_menu_list li {
  list-style: none;
  color: #000;
  cursor: pointer;
  border-bottom: 1px solid #000;
}

.sidebar_menu_list li:hover {
  opacity: 0.5;
}

.sidebar_menu_list li a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  padding: 20px;
  display: block;
}

.sidebar_menu_list li i {
  margin-right: 0.5em;
}

/* 会員限定 */
/* ぼやさせる */
.blur_content :not(h2, h3, span) {
  filter: blur(0.2em);
  pointer-events: none;
  user-select: none;
}

/* 続きを読むには */

.member-register-modal div.read_more_cta {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.member-register-modal div.read_more_cta div.cta_btn {
  width: 80%;
  text-align: center;
}

.member-register-modal div.read_more_cta div.signup_cta_btn a {
  background: #ff6600;
  font-size: 1.25em;
}

@media only screen and (max-width: 770px) {
  /* スマホ */
  .member-register-modal div.read_more_cta div.cta_btn {
    width: 90%;
  }
}

.member-register-modal div.cta_btn a {
  width: 100%;
}

.member-register-modal div.cta_text {
  font-size: 1.25em;
  font-weight: bold;
  color: #f60;
}

.member-register-modal .modal-wrap {
  display: flex;
  justify-content: center;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.member-register-modal .modal-container {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 40px 20px 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  max-width: 1180px;
  box-sizing: border-box;
}

/*モーダル本体の擬似要素の指定*/
.member-register-modal .modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.member-register-modal .modal-container.active {
  opacity: 1 !important;
  visibility: visible !important;
}
/*モーダル枠の指定*/
.member-register-modal .modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}

/*モーダル内のコンテンツの指定*/
.member-register-modal .modal-content {
  background: #ffe1ce;
  border: #f60 solid 1px;
  text-align: left;
  padding: 30px;
  border-radius: 10px;
}
/* モーダル内の吹き出し */
.member-register-modal .modal_balloon {
  position: relative;
  display: inline-block;
  margin: 0 0 1em 0;
  padding: 7px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #f60;
  font-size: 1em;
  font-weight: bold;
  background: #fafafa;
  border-radius: 5px;
}

.member-register-modal .modal_balloon:before {
  content: "";
  position: absolute;
  top: 90%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fafafa;
}

.member-register-modal .modal_balloon div {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 770px) {
  /* スマホ */
  .member-register-modal .modal-container {
    width: 100%;
  }
  .member-register-modal .modal-body {
    width: 100%;
  }
  .member-register-modal .modal-content {
    padding: 30px 0px;
  }
  .member-register-modal .modal_balloon {
    font-size: 1em;
    padding: 7px 10px;
  }
  .member-register-modal div.cta_text {
    font-size: 1em;
  }
}
/* 会員限定 */

/* 表の枠線 */
.wp-block-table td,
.wp-block-table th {
  border: 1px solid #fff !important;
  padding: 0.5em;
}

/* 記事トップのボックス */
.post-lead-box {
  padding: 0px 20px;
  margin: 30px 0;
  border-radius: 10px;
}

.post-lead-box-primary {
  border: 2px solid #f60;
  background-color: lightsalmon;
}

.post-lead-box-primary-contrast {
  border: 2px solid #f60;
}

.post-lead-box-accent {
  border: 2px solid blue;
  background-color: lightblue;
}

.post-lead-box-accent-contrast {
  border: 2px solid blue;
}

.post-lead-box-green {
  border: 2px solid green;
  background-color: lightgreen;
}

.post-lead-box-green-contrast {
  border: 2px solid green;
}

.post-lead-box-title-label-container {
  display: flex;
  justify-content: start;
  position: relative;
  top: -20px;
  margin: 0 10px;
}

.post-lead-box-title-label {
  padding: 5px 30px;
  border-radius: 5px;
  font-size: 18px;
}

.post-lead-box-primary .post-lead-box-title-label {
  border: #f60 solid 2px;
  background: #f60;
  color: white;
}
.post-lead-box-primary-contrast .post-lead-box-title-label {
  border: 2px solid #f60;
  background: white;
  color: black;
}
.post-lead-box-accent .post-lead-box-title-label {
  border: 2px solid blue;
  background: blue;
  color: white;
}
.post-lead-box-accent-contrast .post-lead-box-title-label {
  border: 2px solid blue;
  background: white;
  color: black;
}
.post-lead-box-green .post-lead-box-title-label {
  border: 2px solid green;
  background: green;
  color: white;
}
.post-lead-box-green-contrast .post-lead-box-title-label {
  border: 2px solid blue;
  background: white;
  color: black;
}


/* ハイライトの色を設定 */
.has-pastelYellow-background-color {
  background-color: #FFFF99;
}
.has-pastelYellow-color {
  color: #FFFF99;
}

.has-pastelBlue-background-color {
  background-color: #99D4FF;
}
.has-pastelBlue-color {
  color: #99D4FF;
}

.has-pastelRed-background-color {
  background-color: #FF9B99;
}
.has-pastelRed-color {
  color: #FF9B99;
}

.has-pastelGreen-background-color {
  background-color: #AAFF99;
}
.has-pastelGreen-color {
  color: #AAFF99;
}

.has-underline-yellow {
  background-image: linear-gradient(to bottom, transparent 60%, rgba(255, 255, 0, 0.7) 60%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.has-underline-pink {
  background-image: linear-gradient(to bottom, transparent 60%, rgba(255, 182, 193, 0.7) 60%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.has-underline-blue {
  background-image: linear-gradient(to bottom, transparent 60%, rgba(135, 206, 250, 0.7) 60%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.has-underline-green {
  background-image: linear-gradient(to bottom, transparent 60%, rgba(144, 238, 144, 0.7) 60%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}