@charset "UTF-8";
/* 日本語指定 */
/* リード文 */
p.lead_p {
  text-align: justify;
  line-height: 2.2;
  padding: 0;
}

/* ベース、文字デザイン */
.content_design h2 {
  font-size: 2.4rem;
  margin: 5vh 0 3vh;
  line-height: 1.6;
  padding: 2vh 0;
  color: #000;
  text-align: left;
  border-bottom: none;
  background-image: linear-gradient(90deg, #393939 0 10%, #eee 20%);
  background-repeat: no-repeat;
  background-size: 100% 5%;
  background-position: bottom;
}
@media screen and (max-width : 900px) {
  .content_design h2 {
    font-size: 2.2rem;
    margin: 4vh 0 2vh;
  }
}
@media screen and (max-width : 600px) {
  .content_design h2 {
    font-size: 1.8rem;
  }
}
.content_design h3 {
  border-left: 4px solid;
  color: #000;
  padding: 4px 10px;
  font-size: 2.2rem;
  margin: 5vh 0 3vh;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width : 600px) {
  .content_design h3 {
    font-size: 1.8rem;
    margin: 4vh 0 2vh;
  }
}
.content_design h4 {
  color: #000;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: left;
  margin: 4vh 0 2vh;
}
@media screen and (max-width : 600px) {
  .content_design h4 {
    font-size: 1.8rem;
    margin: 3vh 0 1vh;
  }
}
.content_design h5 {
  font-size: 1.8rem;
  margin-bottom: 1.6vh;
  display: flex;
  justify-content: center;
  text-align: center;
}
.content_design h5:before {
  border-top: 1px solid #000;
  max-width: 300px;
  margin-top: 2vh;
  margin-right: 0.5em;
  content: "";
  display: inline;
  flex-grow: 1;
}
.content_design h5:after {
  border-top: 1px solid #000;
  max-width: 300px;
  margin-top: 2vh;
  margin-left: 0.5em;
  content: "";
  display: inline;
  flex-grow: 1;
}
.content_design p {
  text-align: justify;
  line-height: 2.2;
  padding: 0;
}
.content_design dl th,
.content_design dl dd,
.content_design ul li,
.content_design ol li {
  line-height: 2.2;
}
@media screen and (max-width : 600px) {
  .content_design dl th,
.content_design dl dd,
.content_design ul li,
.content_design ol li {
    line-height: 1.8;
  }
}
.content_design a {
  text-decoration: underline;
  color: #FE66B4;
}
.content_design strong {
  font-weight: bold;
}

/* ボタン */
.btn_box {
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 2rem;
}
@media screen and (max-width : 600px) {
  .btn_box {
    display: block;
  }
}

.content_design a.btn {
  text-decoration: none;
  margin: 1rem;
  padding: 1.6rem 4rem;
  display: inline-block;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
}
@media screen and (max-width : 600px) {
  .content_design a.btn {
    display: block;
    text-align: center;
  }
}
.content_design a.btn.og_btn {
  background-color: #FF9035;
  box-shadow: 1px 1px 3px #c26513;
}
.content_design a.btn.bl_btn {
  background-color: #6EB6FB;
  box-shadow: 1px 1px 3px #00817e;
}
.content_design a.btn.purple_btn {
  background-color: #B66AFA;
  box-shadow: 1px 1px 3px #464696;
}
.content_design a.btn.pink_btn {
  background-color: #FE66B4;
  box-shadow: 1px 1px 3px #7a186a;
}

/* 表、テーブル */
@media screen and (max-width : 450px) {
  .single_article .table_box {
    overflow-x: auto;
  }
}
.single_article .table_box table {
  margin: 3rem auto;
  border: 2px solid #393939;
  width: 100%;
}
@media screen and (max-width : 450px) {
  .single_article .table_box table {
    min-width: 590px;
  }
}
.single_article .table_box table thead tr {
  background-color: #393939;
}
.single_article .table_box table thead tr th {
  color: #fff;
  font-weight: bold;
  padding: 1rem 0.5rem;
  border-right: 1px solid #fff;
}
.single_article .table_box table thead tr th:last-child {
  border-right: 0;
}
.single_article .table_box table tbody tr {
  border-bottom: 1px solid #393939;
}
.single_article .table_box table tbody tr:last-child {
  border-bottom: 0;
}
.single_article .table_box table tbody tr th,
.single_article .table_box table tbody tr td {
  padding: 1rem;
  border-right: 1px solid #393939;
}
.single_article .table_box table tbody tr th:first-child,
.single_article .table_box table tbody tr td:first-child {
  background-color: rgba(247, 247, 247, 0.5);
  font-weight: bold;
}
.single_article .table_box table tbody tr th:last-child,
.single_article .table_box table tbody tr td:last-child {
  border-right: 0;
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
  border-color: unset;
}

.dl01 {
  margin: 2rem 0;
  border: 1px solid #393939;
}
.dl01 dt {
  color: #fff;
  background: #393939;
  text-align: center;
  padding: 1rem;
  margin-top: -1px;
}
.dl01 dd {
  padding: 2rem 4rem;
}
@media screen and (max-width : 600px) {
  .dl01 dd {
    padding: 2rem;
  }
}

.faq dd, .faq dt {
  padding: 1em 1em 1em 3em;
  position: relative;
}
.faq dd::before, .faq dt::before {
  display: block;
  font-family: "Arial", sans-serif;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 8px;
  color: #fff;
  position: absolute;
  left: 0;
}

.faq {
  margin: 3rem 0;
}
.faq dt {
  font-weight: bold;
}
.faq dt::before {
  content: "Q";
  background: #393939;
  top: 0.75em;
}
.faq dd::before {
  content: "A";
  background: #FE666F;
  top: 1.1em;
}

.list_box {
  margin: 2rem 0;
  padding: 2rem 4rem;
  border: 2px solid #393939;
}
@media screen and (max-width : 600px) {
  .list_box {
    padding: 2rem;
  }
}

.ol_list01, .ul_list01 {
  margin: 1rem 0;
}
.ol_list01 li, .ul_list01 li {
  position: relative;
  padding: 5px 0;
}
@media screen and (max-width : 600px) {
  .ol_list01 li, .ul_list01 li {
    padding: 2px 0;
  }
}

.ul_list01 li::before {
  content: "";
  background: url(../img/icon_c.png) no-repeat;
  width: 20px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 7px;
}

.ol_list01 {
  counter-reset: number;
  list-style-type: none !important;
}
.ol_list01 li:before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  color: #393939;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  margin-right: 8px;
}

/* div */
.bq01 {
  background: #ededed;
  margin: 2rem 0;
  padding: 4.6rem 6rem 3rem;
  position: relative;
}
@media screen and (max-width : 600px) {
  .bq01 {
    padding: 4.6rem 3rem 3rem;
  }
}
.bq01::before {
  display: block;
  content: "";
  background: url(../img/icon_bq.png) no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 2rem;
  left: 2rem;
}
.bq01 cite {
  color: #a3a3a3;
  font-size: 1.4rem;
}
@media screen and (max-width : 600px) {
  .bq01 cite {
    font-size: 1.2rem;
  }
}

.point_box, .caution_box, .bad_box, .good_box {
  padding: 4rem 6.5rem;
  margin: 2rem 0;
  position: relative;
}
@media screen and (max-width : 600px) {
  .point_box, .caution_box, .bad_box, .good_box {
    padding: 5.7rem 3rem 3rem;
  }
}
.point_box::before, .caution_box::before, .bad_box::before, .good_box::before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 2rem;
  left: 2rem;
}
@media screen and (max-width : 600px) {
  .point_box::before, .caution_box::before, .bad_box::before, .good_box::before {
    width: 30px;
    height: 30px;
  }
}

.good_box {
  border: 2px solid #FE66B4;
}
.good_box::before {
  background: url(../img/icon_good.png) no-repeat;
  background-size: contain;
}

.bad_box {
  border: 2px solid #6EB6FB;
}
.bad_box::before {
  background: url(../img/icon_bad.png) no-repeat;
  background-size: contain;
}

.caution_box {
  border: 2px solid #4BD592;
}
.caution_box::before {
  background: url(../img/icon_caution.png) no-repeat;
  background-size: contain;
}

.point_box {
  border: 2px solid #FF9035;
}
.point_box::before {
  background: url(../img/icon_point.png) no-repeat;
  background-size: contain;
}

/* 画像のキャプション */
.content_design figcaption {
  font-size: 1.4rem;
  color: #a3a3a3;
}
.content_design figcaption a {
  color: #a3a3a3;
  text-decoration: none;
  font-size: 1.4rem;
}

.wp-block-image {
  text-align: center;
}
.wp-block-image img {
  margin-bottom: 0;
}

.img_box {
  text-align: center;
  margin: 4.4rem 2rem;
}
@media screen and (max-width : 600px) {
  .img_box {
    margin: 2rem 0;
  }
}

/* ブログカード(記事内、関連記事抜粋) */
.blog-card {
  position: relative;
  border: 1px solid #e5e5e5;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
  margin: 1em 0;
  transition: 0.3s ease-in-out;
}
.blog-card:hover {
  cursor: pointer;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.blog-card a {
  text-decoration: none;
  display: block;
  transition: 0.3s ease-in-out;
}
.blog-card a:hover {
  color: #333;
  background: rgba(235, 235, 235, 0.8);
  text-decoration: none;
}
.blog-card a .blog-card-label {
  display: inline-block;
  position: absolute;
  background-color: rgba(247, 247, 247, 0.5);
  top: 0px;
  left: 0px;
  width: 70px;
  height: 25px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 25px;
  transform-origin: 50% 50%;
  -webkit-animation: animScale 3.5s ease-out;
          animation: animScale 3.5s ease-out;
}
.blog-card a .blog-card-thumbnail {
  width: 200px;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width : 450px) {
  .blog-card a .blog-card-thumbnail {
    width: 160px;
  }
}
.blog-card a .blog-card-thumbnail img {
  padding: 0;
  max-width: 100%;
  margin-bottom: 0;
}
.blog-card a .blog-card-content {
  display: table-cell;
  vertical-align: middle;
  padding: 0.4em;
  border-left: 1px solid #e5e5e5;
}
.blog-card a .blog-card-title {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width : 450px) {
  .blog-card a .blog-card-title {
    font-size: 0.85em;
  }
}
.blog-card a .clear {
  clear: both;
}

/* SNS共有ボタン */
.share {
  border: 1px solid #eee;
  padding: 1rem;
  margin-top: 3rem;
  text-align: center;
}
.share p.share_txt {
  line-height: 1.5;
  font-size: 1.5rem;
  padding: 1%;
  text-align: center;
}
/*# sourceMappingURL=editor-style.css.map */