/* TABLE OF CONTENTS:
 *
 * 00 どのサイズでも共通で適用されるスタイル
 *    - ファイル読込みテスト
 *    - 見出し
 *    - 全体
 *    - content
 *    - CTA
 *    - CTA：キャンペーンバナー
 *    - 関連コラム
 * 01 幅 768px 未満
 * 02 幅 480px 以上
 * 03 幅 768px 以上
 * 04 幅 880px 以上
 * 05 幅 1072px 以上
 * 06 幅 1264px 以上
 */

/* --------------------------------------------------------------------------------------------------------
   01
 *
 * どのサイズでも共通で適用されるスタイル
 */

/*  --------------------------------------- 
     見出し
*/
h1 {
  border-bottom: 2px #316745 solid;
  padding-bottom: .2em;
}
/* ここにスタイル */
.entry-content h2 {
  background: #316745;
  color: #fff;
  margin-top: 2.5em !important;
  padding: 15px 15px 20px;
  position: relative;
}

.entry-content h2:after {
  background: #f6ef2a;
  content: "";
  position: absolute;
  bottom: 6px;
  right: 0;
  left: 0;
  height: 1px;
}

.entry-content h3 {
  color: #316745;
  border-bottom: 1px #316745 solid;
  display: flex;
  padding-bottom: 0.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  padding-top: 1em;
}

.entry-content h3:before {
  content: "";
  background-color: #316745;
  display: block;
  margin-right: 1rem;
  width: 10px;
}

/*  --------------------------------------- 
     全体
*/
.entry-content img {
  padding-bottom: 1em;
}
.entry-content ul {
  margin-left: 1rem;
}

span.deco {
  color: #c00;
  font-weight: 700;
}

.entry-content p {
  margin-bottom: 1em;
}

/*  --------------------------------------- 
     content
*/
.entry-content li {
  font-size: 1em;
  margin-left: 1rem;
}
.author-box {
  background-color: #F4F5F0;
  padding: 1.5rem;
  margin: 3rem 0;
}

.author-fig {
  text-align: center;
}
.author-title {
  font-weight: bold;
}

.author-text .detail {
  text-align: start;
  border-bottom: 1px dotted #ADB5BD;
  font-size: .9em;
}

.author-text .ryakureki {
  margin-bottom: 0;
  font-size: .8em;
}

/*
.entry-content :first-child {
  padding-left: 0.4em;
}
*/

tr {
  border-bottom: inherit;
}



/*監修者ブロック*/



/*  --------------------------------------- 
     CTA
*/
section.order {
  background: #f7f7f7;
  border: 1px rgba(0,0,0,0.1) solid;
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
  margin-top: 5rem;
  padding: 1rem 1rem 3rem 1rem;
}
section.order h2 {
  margin-top: 1rem !important;
}
.cta-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2rem;
}
.cta-button li {
  font-size: min( 4vw, 1rem );
  min-width: min( 100%, 280px );
}
.cta-button .phone {
  font-family: 'Yu Mincho',YuMincho,'Hiragino Mincho ProN','Hiragino Mincho Pro','HGP明朝B',serif;
  width: 100%;
}
.cta-button .phone > span {
  font-size: min( 8.5vw, 3rem );
}
.cta-button .phone > span:before {
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  content: "\f098";
  display: inline-block;
  margin-right: 0.2em;
}
.cta-button .mail {
}
.cta-button .mail a {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
  background-color: rgb(185, 64, 71);
  border-radius: 2rem;
  color: #FFF !important;
  padding: 1rem 1.5rem;
  text-decoration: none;
  transition: transform .3s;
  width: 100%;
}
.cta-button .mail a:before {
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  content: "\f0e0";
  display: block;
  width: fit-content;
  font-size: 2em;
  line-height: 1em;
}
.cta-button .mail a:hover {
  outline: 3px rgba( 185, 64, 71, 0.3 ) solid;
  transform: translateY(-2px);
}
.cta-button .line {
}
.cta-button .line a {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
  background-color: rgb(49, 103, 69);
  border-radius: 2rem;
  color: #FFF !important;
  padding: 1rem 1.5rem;
  text-decoration: none;
  transition: transform .3s;
  width: 100%;
}
.cta-button .line a:before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  content: "\f3c0";
  display: block;
  width: fit-content;
  font-size: 2em;
  line-height: 1em;
}
.cta-button .line a:hover {
  outline: 3px rgba( 49, 103, 69, 0.3 ) solid;
  transform: translateY(-2px);
}

.outer.campaign-slide {
  width: unset;
}


/*  --------------------------------------- 
     CTA：キャンペーンバナー
*/
div.box.cta-campaign {
  margin-bottom: 5rem;
}


/*  --------------------------------------- 
     関連コラム
*/

section.column-posts .swiper-container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
section.column-posts .column-pagination {
  padding-top: 0.5rem;
  position: static;
}
.column-prev,
.column-next {
  top: auto !important;
  bottom: 0;
  background-color: rgba(0,0,0,0.1) !important;
  background-size: 30% !important;
}
section.column-posts {
  margin-bottom: 5rem;
}
section.column-posts h2 {
  text-align: center;
}
section.column-posts ul li {
  list-style: none;
  height: auto;
}
section.column-posts .column-item {
  border: 1px solid rgba(0,0,0,.2);
  display: flex;
  flex-direction: column;
  row-gap: .5rem;
  padding: .5rem;
  position: relative;
  height: 100%;
}
section.column-posts .column-item a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
section.column-posts .column-item .thumb {
  overflow: hidden;
}
section.column-posts .column-item .thumb img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: all .2s;
}
section.column-posts .column-item:hover .thumb img {
  transform: scale(1.05);
  transform-origin: center;
}
section.column-posts .column-item .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
section.column-posts .column-item .excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
section.column-posts .column-category {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}


/* --------------------------------------------------------------------------------------------------------
   01
 *
 * 幅 768px 未満
 */
@media screen and (max-width: 767px) {

h2#order-heading {
  font-size: 1.1rem;
}
.author-text .detail {
  font-size: 1em;
}

.author-text .ryakureki {
  font-size: 1em;
}
.entry-content h3 {
  padding-top: .5em;
}


}

/* End max767px */



/* --------------------------------------------------------------------------------------------------------
   02
 *
 * 幅 480px 以上
 */
@media screen and (min-width: 30em) {

  /* ここにスタイル */


}

/* End 620px Mobile Large */



/* --------------------------------------------------------------------------------------------------------
   03
 *
 * 幅 768px 以上
 */
@media screen and (min-width: 48em) {

  /* ここにスタイル */


}

/* End 740px Tablet Small */



/* --------------------------------------------------------------------------------------------------------
   04
 *
 * 幅 880px 以上
 */
@media screen and (min-width: 55em) {

  /* ここにスタイル */
  /* 監修者ブロック */
  .row-box {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
    align-items: center;
  }

  .author-fig {
    flex: 0 0 auto;
    width: 30%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
  }


  .author-text {
    flex: 0 0 auto;
    width: 70%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
  }
}

/* End 880px Tablet Large */



/* --------------------------------------------------------------------------------------------------------
   05
 *
 * 幅 1072px 以上
 */
@media screen and (min-width: 67em) {

  /* ここにスタイル */

}

/* End 955px Desktop Small */



/* --------------------------------------------------------------------------------------------------------
   06
 *
 * 幅 1264px 以上
 */
@media screen and (min-width: 79em) {}

/* End 1100px Desktop Medium */