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

/* ベース、文字デザイン */
.content_design h2 {
  font-size: 2.4rem;
  margin: 7vh 0 5vh;
  line-height: 1.6;
  padding: 2vh 0;
  color: #1679C6;
  border-bottom: 4px solid;
}
@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 {
  padding: 6px 14px;
  font-size: 2.2rem;
  margin: 7vh 0 5vh;
  line-height: 1.6;
  text-align: left;
  color: #1679C6;
  border-left: 5px solid;
}
@media screen and (max-width : 600px) {
  .content_design h3 {
    font-size: 1.8rem;
    margin: 4vh 0 2vh;
    padding: 6px 8px;
  }
}
.content_design h4 {
  color: #28375B;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: left;
  margin: 4vh 0 2vh;
  letter-spacing: 0.1em;
}
@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 #28375B;
  max-width: 300px;
  margin-top: 2vh;
  margin-right: 0.5em;
  content: "";
  display: inline;
  flex-grow: 1;
}
.content_design h5:after {
  border-top: 1px solid #28375B;
  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 dt,
.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 dt,
.content_design dl dd,
.content_design ul li,
.content_design ol li {
    line-height: 1.8;
  }
}
.content_design a {
  text-decoration: underline;
  color: palevioletred;
}
.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;
  }
}

.bl_btn {
  background-color: #1679C6;
}

.red_btn {
  background-color: #F33123;
}

/* 表、テーブル */
@media screen and (max-width : 460px) {
  .single_article .table_box {
    overflow-x: auto;
  }
}
.single_article .table_box table {
  margin: 3rem auto;
  border: 2px solid #1679C6;
  width: 100%;
}
@media screen and (max-width : 460px) {
  .single_article .table_box table {
    min-width: 590px;
  }
}
.single_article .table_box table thead {
  border-bottom: 1px solid #fff;
}
.single_article .table_box table thead tr {
  background-color: #1679C6;
}
.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 #1679C6;
}
.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 #1679C6;
}
.single_article .table_box table tbody tr th:first-child,
.single_article .table_box table tbody tr td:first-child {
  background-color: #1679C6;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid;
}
.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: 3px solid #1679C6;
  border-radius: 3px;
}
.dl01 dt {
  color: #fff;
  background: #1679C6;
  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 3.5em;
  position: relative;
  line-height: 1.8;
}
.faq dd::before, .faq dt::before {
  display: block;
  font-family: "Verdana", sans-serif;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 10px;
  color: #fff;
  position: absolute;
  left: 0;
}

.faq {
  margin: 3rem 0;
}
.faq dt {
  font-weight: bold;
  border-radius: 3px;
}
.faq dt::before {
  content: "Q";
  background: #F33123;
  top: 0.75em;
  border-radius: 3px;
}
.faq dd {
  margin-bottom: 1rem;
}
.faq dd::before {
  content: "A";
  background: #1679C6;
  top: 1.1em;
  border-radius: 3px;
}

.list_box {
  margin: 2rem 0;
  padding: 2rem 4rem;
  border: 3px solid #1679C6;
  border-radius: 3px;
}
@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/edit/icon_c.png) no-repeat;
  background-size: contain;
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 6px;
}
@media screen and (max-width : 600px) {
  .ul_list01 li::before {
    width: 18px;
    height: 18px;
  }
}

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

/* div */
.bq01 {
  background: #efefef;
  margin: 2rem 0;
  padding: 4.6rem 6rem 3rem;
  position: relative;
  border-radius: 3px;
}
@media screen and (max-width : 600px) {
  .bq01 {
    padding: 4.6rem 3rem 3rem;
  }
}
.bq01::before {
  display: block;
  content: "";
  background: url(../img/edit/icon_bq.png) no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 2rem;
  left: 2rem;
}
.bq01::after {
  display: block;
  content: "";
  background: url(../img/edit/icon_bq.png) no-repeat;
  transform: rotate(180deg);
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}
.bq01 cite {
  font-size: 1.2rem;
}
@media screen and (max-width : 600px) {
  .bq01 cite {
    font-size: 1rem;
  }
}

.point_box, .caution_box, .bad_box, .good_box {
  padding: 4rem 6.5rem;
  margin: 2rem 0;
  position: relative;
  border: 2px solid #1679C6;
  border-radius: 3px;
}
@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::before {
  background: url(../img/edit/icon_good.png) no-repeat;
  background-size: contain;
}

.bad_box::before {
  background: url(../img/edit/icon_bad.png) no-repeat;
  background-size: contain;
}

.caution_box::before {
  background: url(../img/edit/icon_caution.png) no-repeat;
  background-size: contain;
}

.point_box::before {
  background: url(../img/edit/icon_point.png) no-repeat;
  background-size: contain;
}

/* 画像のキャプション */
.content_design figcaption {
  font-size: 1.4rem;
  color: #333;
}
.content_design figcaption a {
  color: #333;
  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;
  background: #F7F7F7;
  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;
}
.blog-card a {
  text-decoration: none;
  display: block;
  transition: 0.3s ease-in-out;
}
.blog-card a:hover {
  background: rgba(235, 235, 235, 0.4);
  opacity: 1;
}
.blog-card a .blog-card-label {
  display: inline-block;
  position: absolute;
  background-color: #1679C6;
  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 : 460px) {
  .blog-card a .blog-card-thumbnail {
    width: 160px;
  }
}
.blog-card a .blog-card-thumbnail img {
  padding: 0;
  max-width: 100%;
  margin-bottom: 0;
  vertical-align: bottom;
}
.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 : 460px) {
  .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 */