@charset "UTF-8";
/* ===================================
色設定
=================================== */
/* ===================================
フォント
=================================== */
/* ===================================
ボタン
=================================== */
/* ===================================
ボタン（丸）
=================================== */
/* ===================================
共通
=================================== */
body {
  font-size: 16px !important;
}
p {
  padding: 0;
}
#header li a {
  font-size: 14px;
}
#publish .h2txt {
  font-size: 36px;
}
#footer .logo {
  width: 230px !important;
}
#footer .logo img {
  width: 136px;
}
#footer li a {
  font-size: 14px !important;
  color: #FFF !important;
}
#footer .copy {
  font-size: 12px !important;
  color: #FFF !important;
}
.pc {
  display: block;
}
.pcf {
  display: flex;
}
.pctb {
  display: block;
}
.sp {
  display: none;
}
main {
  overflow: inherit;
}
.column_top, .column_single {
  padding-top: 100px;
  background: #F2F7FC;
}
@media screen and (max-width: 1024px) {
.column_top, .column_single {
  padding-top: 60px;
}
}
.column_single {
  padding-bottom: 20px;
}
.column_top + .contactWrap {
  background: #fff;
}
.cat_ttl {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  padding-left: 20px;
  line-height: 1.6;
}
.cat_ttl:before {
  content: "";
  width: 5px;
  height: 100%;
  background: #14b1cf;
  position: absolute;
  top: 0;
  left: 0;
}
.tag_ttl {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  padding-left: 20px;
  line-height: 1.8;
}
.tag_ttl:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #262b2c;
  position: absolute;
  top: 0;
  left: 0;
}
.bread_area {
  background-color: #f2f5f5;
}
.bread_area .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 1;
  padding: 15px 0 10px;
}
.bread_area .breadcrumbs li {
  padding-bottom: 5px;
}
.bread_area .breadcrumbs li a {
  text-decoration: underline
}
.bread_area .breadcrumbs li span {
  padding: 0 15px;
}
.bread_area .breadcrumbs li:first-child span {
  display: none;
}
.bread_area .breadcrumbs li a span {
  text-decoration: none
}
@media screen and (max-width: 1400px) {
  .sec_inner {
    max-width: calc(80vw + 40px);
  }
}
@media screen and (max-width: 1200px) {
  .sec_inner {
    max-width: calc(90vw + 40px);
  }
}
@media screen and (max-width: 1023px) {
  .bread_area.pc {
    display: none;
  }
  .bread_area.sp {
    display: block;
    margin: 50px -15px 0;
  }
  .pctb {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pcf {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .cat_ttl, .tag_ttl {
    font-size: 20px;
    padding-left: 15px;
  }
  .bread_area .breadcrumbs {
    font-size: 10px;
    line-height: 1.3;
    padding: 10px 0 5px;
  }
  .bread_area .breadcrumbs li {
    padding-right: 15px;
  }
  .bread_area .breadcrumbs li span {
    padding: 0 15px 0 0;
  }
  .cat_ttl:before {
    width: 1px;
  }
  .pc {
    display: none;
  }
  .pctb {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* FV
==============================　*/
.column_fv {
  padding-bottom: 165px;
  background: url("../img/column/bg_column.png") no-repeat left top;
  background-size: cover;
}
.column_fv .page-ttl {
  padding-top: 55px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 0.09em;
}
.column_fv .page-ttl .mini {
  display: block;
  margin-top: 10px;
  letter-spacing: 0.1em;
  font-size: 15px;
  font-weight: bold;
}
.column_fv .fv_text {
  margin-top: 35px;
  letter-spacing: 0.07em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .column_top, .column_single {
    padding-top: 60px;
  }
  .column_fv {
    padding-bottom: 35px;
  }
  .column_fv .page-ttl {
    font-size: 25px;
    padding-top: 25px;
    margin-top: 0;
  }
  .column_fv .page-ttl .mini {
    font-size: 11px;
  }
  .column_fv .fv_text {
    font-size: 16px;
    margin-top: 30px;
  }
  .column_fv .fv_text br {
    display: none;
  }
}
/* Wrap area
==============================　*/
.wrap_area {
  margin-top: -115px;
}
.wrap_area .sec_inner {
  background: #fff;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  padding: 0 20px;
}
.wrap_area .btn_area {
  padding: 57px;
}
.wrap_area .catbtn_list {
  display: flex;
  justify-content: space-between;
}
.wrap_area .catbtn_list li {
  width: calc((100% - 60px) / 3);
}
.content_area .link-btn {
  background-color: #F8CD01;
  font-size: 16px;
  color: #595757;
  margin-top: 20px;
  padding: 16px 20px;
  position: relative;
  font-weight: bold;
  z-index: 1;
  border: 2px solid #F8CD01;
  border-radius: 34px;
  text-align: center;
}
.content_area .link-btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(../img/common/arrow-black_small.png) no-repeat center/14px auto;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.3s;
  z-index: 1;
}
.content_area .link-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
  border-radius: 3px;
}
.side_area .link-btn {
  background-color: #14b1cf;
  font-size: 16px;
  color: #fff;
  margin-bottom: 8px;
  padding: 16px 20px;
  position: relative;
  font-weight: bold;
  z-index: 1;
  border: 2px solid #14b1cf;
  border-radius: 5px;
}
.side_area .link-btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(../img/common/arrow-white.png) no-repeat center/14px auto;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.3s;
  z-index: 1;
}
.side_area .link-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
  border-radius: 3px;
}
.side_area a:hover .link-btn {
  color: #262b2c;
  opacity: 1;
}
.side_area a:hover .link-btn::after {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.side_area a:hover .link-btn::before {
  background: url(../img/common/arrow-black_small.png) no-repeat center/14px auto;
}
@media screen and (max-width: 1023px) {
  .wrap_area .catbtn_list {
    display: block;
  }
  .wrap_area .catbtn_list li {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .wrap_area {
    margin-top: 0 !important;
  }
  .wrap_area .btn_area {
    padding: 30px 0 !important;
  }
  .wrap_area .catbtn_list {
    border-top: 1px solid #cfd2d2;
    margin-top: 10px;
  }
  .wrap_area .link-btn {
    padding: 12px;
  }
  .wrap_area .link-btn::before {
    right: 10px;
  }
}
/* main_area
==============================　*/
.main_area {
  padding-top: 60px;
  padding-bottom: 90px;
}
.main_area .sec_inner {
  display: flex;
  justify-content: space-between;
}
/* side area */
.content_area {
  width: calc(70% - 20px);
}
/* side area */
.side_area {
  /* min-width: 370px; */
  width: 30%;
  margin-left: 20px;
}
.side_area .side_cat {
  background: #fff;
  padding: 30px 20px 50px;
}
.side_area .cat_list {
  margin-top: 23px;
}
.side_area .child_list a {
  font-size: 15px;
  padding: 15px 10px;
  border-bottom: 1px solid #cfd2d2;
  display: block;
  font-weight: bold;
  transition: 0.5s;
  position: relative;
}
.side_area .child_list a:hover {
  opacity: 0.5;
}
.side_area .child_list a:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 11px;
  background: url(../img/common/arrow-black_small.png) no-repeat center/12px 11px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: right 0.3s;
  z-index: 1;
}
.side_area .side_tag {
  background: #fff;
  padding: 30px 20px 50px;
}
.side_area .link-btn {
  margin-top: 8px;
}
.bnr_area {
  margin-top: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.bnr_area .item + .item {
  margin-top: 15px;
}
@media screen and (max-width: 1023px) {
  .main_area .sec_inner {
    display: block;
  }
  .content_area {
    width: 100%;
  }
  .side_area {
    width: 100%;
    margin: 20px 0 0;
  }
  .side_area .side_cat {
    background: no-repeat;
  }
  .side_area .side_tag {
    padding: 0 0 50px;
    background-color: transparent;
  }
}
@media screen and (max-width: 600px) {
  .main_area {
    margin-top: 10px;
    padding-top: 25px;
    padding-bottom: 10px;
  }
  .side_area .side_cat {
    padding: 30px 0;
  }
  .side_area .cat_list {
    margin: 15px 0 0;
    border-top: 1px solid #cfd2d2;
  }
  .side_area .link-btn {
    margin-top: 20px;
    padding: 11px;
  }
  .side_area .child_list {
    background: #fff;
    border: 1px solid #cfd2d2;
    padding: 0 15px;
  }
  .side_area .child_list a {
    font-size: 12px;
    padding: 10px 0;
  }
  .side_area .child_list a:before {
    right: 0;
  }
  .side_area .child_list li:nth-last-of-type(1) a {
    border-bottom: none;
  }
}
/* ===================================
TOP
=================================== */
/* 一覧部分
==============================　*/
.list_section {
  background: #fff;
  padding: 30px;
}
.list_section + .list_section {
  margin-top: 40px;
}
.list_section .cat_ttl {
  margin-bottom: 20px;
}
.list_section .item a {
  display: flex;
  transition: 0.5s;
}
.list_section .item a:hover {
  opacity: 0.5;
}
.list_section .item a .img {
  width: 46%;
}
.list_section .item a .img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.list_section .item a .text_area {
  width: 53%;
  margin-left: 15px;
}
.list_section .item {
  margin-bottom: 25px;
  padding-bottom: 25PX;
  border-bottom: 1px solid #cfd2d2;
}
.list_section .link-btn {
  max-width: 510px;
  margin: 45px auto 20px;
}
.rank_area .text_area {
  margin-top: 20px;
}
.taxonomy_top_text {
  margin-top: 0px;
}
.column_tag_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.column_tag_list li {
  margin-right: 10px;
  color: #21a8c9;
}
.column_cat {
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  line-height: 2;
  padding-bottom: 5px;
}
.column_cat a {
  color: #14b1cf;
  transition: 0.5s;
}
.column_cat a:hover {
  opacity: 0.5;
}
.column_cat span {
  display: inline-block;
  margin: 0 5px 5px 0;
  border: 1px solid #14b1cf;
  border-radius: 15px;
  padding: 2px 11px;
  white-space: nowrap;
  min-width: 78px;
  text-align: center;
  color: #14b1cf;
}
.column_tag a {
  transition: 0.5s;
  margin-right: 10px;
  color: #14b1cf;
  display: inline-block !important;
}
.column_tag a:hover {
  opacity: 0.5;
}
.column_tag span {
  margin-right: 10px;
  color: #14b1cf;
}
.column_tag.side {
  font-size: 14px;
}
.tag_list {
  margin-top: 15px;
}
.tag_list li {
  display: inline-block;
}
.tag_list li a {
  display: block;
  padding: 3px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #21a8c9;
  border-radius: 100px;
  color: #21a8c9;
  font-size: 14px;
  transition: 0.5s;
}
.tag_list li a:hover {
  opacity: 0.5;
}
.tarm_area_tag {
  margin-top: 10px;
}
.tarm_area_tag li {
  display: inline-block;
  font-size: 12px;
}
.tarm_area_tag li a {
  display: block;
  color: #21a8c9;
  border: 1px solid #21a8c9;
  padding: 3px 10px;
  min-width: auto;
  border-radius: 100px;
  transition: 0.5s;
}
.tarm_area_tag li a:hover {
  opacity: 0.5;
}
.text_area .ttl {
  font-weight: bold;
  padding-bottom: 1px;
  border-bottom: 2px solid #aaabab;
  display: inline;
  font-size: 20px;
  line-height: 1.8;
}
.text_area .day {
  font-size: 14px;
  text-align: right;
  margin-top: 2px;
}
/* タクソノミー ピックアップ記事 */
.post_list {
  display: flex;
  margin-top: 28px;
  padding-bottom: 35px;
}
.post_list .text_area .ttl {
  font-size: 16px;
  line-height: 1.625;
}
.post_list .text_area .day {
  font-size: 12px;
}
.post_list a {
  transition: 0.5s;
  display: block;
}
.post_list a:hover {
  opacity: 0.5;
  background: white;
}
.pick_area.pick_post {
  width: 100%;
}
.pick_area.pick_post ul {
  display: flex;
}
.pick_area.pick_post li {
  border-bottom: 1px solid #e6ebeb;
  padding-bottom: 25px;
  width: 31%;
  margin-left: 3.5%;
}
.pick_area.pick_post li:first-child {
  margin-left: 0;
}
.rank_area.pick_post {
  width: calc(70% - 30px);
}
.rank_list {
  display: flex;
}
.rank_list li {
  width: 50%;
  position: relative;
  border-bottom: 1px solid #e6ebeb;
  padding-bottom: 25px;
}
.rank_list li > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.rank_list li + li {
  margin-left: 30px;
}
.post_list figure {
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-top: 66.7%;
  position: relative;
}
.post_list figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.rank_list .column_cat > a {
  display: inline-block;
  margin: 0 5px 5px 0;
  border: 1px solid #262b2c;
  border-radius: 15px;
  padding: 2px 11px;
  white-space: nowrap;
  min-width: 78px;
  text-align: center;
}
/* pager */
.archive-pager {
  margin: 35px 0 50px;
}
.nav-links {
  display: flex;
  justify-content: center;
}
.page-numbers {
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #cfd2d2;
  background: #fff;
  line-height: 1;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  transition: 0.5s;
}
.page-numbers:hover, .page-numbers.current {
  background: #14b1cf;
  color: #fff;
}
.page-numbers.dots {
  background: none;
  border: none;
  width: auto;
}
.page-numbers.dots:hover {
  color: #262b2c;
  background: none;
}
.next.page-numbers, .prev.page-numbers {
  width: 150px;
  position: relative;
}
.next.page-numbers {
  margin-left: 25px;
  padding-right: 15px;
}
.prev.page-numbers {
  margin-right: 25px;
  padding-left: 15px;
}
.prev.page-numbers:before, .next.page-numbers:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  position: absolute;
  top: 18px;
  right: 15px;
}
.prev.page-numbers:before {
  transform: rotate(-135deg);
  right: auto;
  left: 15px;
}
@media screen and (max-width: 1024px) {
  .post_list figure {
    height: 120px;
  }
  .wrap_area .btn_area {
    padding: 40px 0;
  }
  .column_top .bnr_area {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .page-numbers {
    font-size: 12px;
    width: 37px;
    height: 37px;
    margin: 2.5px;
  }
  .next.page-numbers, .prev.page-numbers {
    width: 37px;
    font-size: 0;
  }
  .prev.page-numbers:before, .next.page-numbers:before {
    width: 7px;
    height: 7px;
    top: 13px;
  }
  .prev.page-numbers {
    margin-right: 15px;
  }
  .next.page-numbers {
    margin-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  .list_section {
    padding: 25px 10px;
  }
  .list_section + .list_section {
    margin-top: 0;
    padding-top: 40px;
  }
  .list_section .cat_ttl + .item, .list_section .tag_ttl + .item {
    border-top: 1px solid #cfd2d2;
    padding-top: 20px;
  }
  .list_section .link-btn {
    margin: 20px 10px 0;
    font-size: 12px;
    padding: 11px;
  }
  .column_cat {
    padding-bottom: 0px;
    margin-top: 5px;
  }
  .column_cat span {
    font-size: 10px;
    min-width: 53px;
    white-space: wrap;
    line-height: 1.4;
    padding: 2px 7px;
  }
  .text_area .ttl {
    font-size: 12px;
  }
  .text_area .day {
    font-size: 10px;
    margin-top: 7px;
  }
  .post_list {
    display: block;
    border-top: 1px solid #cfd2d2;
    margin-top: 15px;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .post_list .column_cat {
    margin-top: 15px;
  }
  .post_list .text_area .ttl {
    font-size: 18px;
  }
  .pick_area.pick_post ul {
    display: block;
  }
  .pick_area.pick_post li, .rank_list li {
    padding-bottom: 10px;
    margin-bottom: 30px;
    margin-left: 0;
    width: 100%;
  }
  .pick_area.pick_post, .rank_area.pick_post, .rank_list li {
    width: 100%;
  }
  .post_list figure {
    height: 6vw;
  }
  .rank_list {
    display: block;
  }
  .rank_list li + li {
    margin: 0;
  }
}
@media screen and (max-width: 374px) {
  .list_section .link-btn {
    font-size: 10px;
  }
  .list_section .link-btn::before {
    right: 10px;
  }
  .page-numbers {
    width: 30px;
    height: 31px;
  }
  .next.page-numbers, .prev.page-numbers {
    width: 30px;
  }
  .prev.page-numbers:before, .next.page-numbers:before {
    top: 10px;
  }
  .prev.page-numbers:before {
    left: 10px;
  }
  .next.page-numbers:before {
    right: 10px;
  }
}
/* ===================================
single
=================================== */
/* mainarea
==============================　*/
.column_single .main_area {
  margin-top: 0;
  padding-top: 40px;
  background: none;
  background: #FFFFFF;
}
.column_single .main_area .side_area .side_cat {
  padding-top: 0;
}
.column_single .main_area .side_area .side_cat + .bnr_area {
  padding: 0 20px;
}
.title_area {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  align-items: center;
}
.title_area .day {
  font-size: 14px;
}
.thmb img {
  margin: 0 auto;
}
#ez-toc-container {
  width: 100% !important;
  max-width: 530px !important;
  margin: 50px auto 0;
  border: none !important;
  padding: 0 !important;
  background: #efefef !important;
  overflow: hidden;
}
#ez-toc-container .ez-toc-title-container {
  padding: 15px 0px 15px 35px;
  border-bottom: 1px solid #d2d2d2;
  line-height: 1;
  position: relative;
}
#ez-toc-container .ez-toc-title-container:before {
  content: "";
  width: 5px;
  height: 48%;
  background: #14b1cf;
  position: absolute;
  top: 24%;
  left: 18px;
}
#ez-toc-container .ez-toc-title {
  color: #14b1cf;
  font-weight: bold !important;
}
#ez-toc-container .ez-toc-list.ez-toc-list-level-1 {
  padding: 20px 35px 40px !important;
  display: block;
}
#ez-toc-container .ez-toc-list.ez-toc-list-level-1 a:hover {
  text-decoration: none !important;
  opacity: 0.5;
}
#ez-toc-container .ez-toc-heading-level-2 {
  margin-bottom: 15px !important;
}
#ez-toc-container .ez-toc-heading-level-2 > a {
  font-weight: bold;
}
#ez-toc-container .ez-toc-list-level-3 {
  margin-left: 0 !important;
  font-size: 16px;
  margin-top: 5px !important;
}
#ez-toc-container .ez-toc-list-level-3 > li {
  padding-left: 20px;
  position: relative;
}
#ez-toc-container .ez-toc-list-level-3 > li:before {
  content: "";
  width: 13px;
  height: 2px;
  background-color: #262b2c;
  position: absolute;
  top: 50%;
  left: 0;
}
.title_area + .cat_ttl, .title_area + .tag_ttl {
  margin: 20px 0;
}
.entry {
  margin-top: 15px;
}
.entry p {
  line-height: 2;
}
.entry p + p {
  margin-top: 30px;
}
.entry h2 + p, .entry h3 + p, .entry h4 + p, .entry h5 + p, .entry h6 + p {
  margin-top: 10px;
}
.entry #ez-toc-container + h2 {
  margin-top: 50px;
}
.entry h2 {
  font-size: 22px;
  font-weight: bold;
  padding: 10px 20px;
  margin-top: 50px;
  background: #14b1cf;
  border-radius: 5px;
  color: #FFF;
  margin-bottom: 20px;
  height: auto;
}
.entry h2::before {
content:"";
	background: transparent;
}
.entry h3 {
  font-size: 18px;
  font-weight: bold;
  background: #d0eff5;
  padding: 5px 15px;
  margin-top: 30px;
}
.entry h4 {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid;
  margin-top: 30px;
  padding-bottom: 7px;
  color: #14b1cf;
}


.entry a {
  color: #14b1cf;
  text-decoration: underline;
  transition: 0.5s;
}
.entry a:hover {
  opacity: 0.5;
}
.entry .wp-block-image {
  margin: 30px auto 30px;
  max-width: 750px;
}
.entry .wp-block-image img {
  width: 100%;
}
.entry a.cta {
  text-decoration: none;
  margin-top: 30px;
  display: block;
}
.entry .link-btn {
  max-width: 510px;
  margin: 0 auto;
}
.entry .title_list {
  background: #f2f5f5;
  border: 1px solid #cfd2d2;
  margin-top: 65px;
  padding: 20px 25px;
}
.entry .title_list .ttl.cat_ttl, .entry .title_list .ttl.tag_ttl {
  font-size: 20px;
  padding-left: 15px;
}
.entry .title_list .ttl.cat_ttl:before, .entry .title_list .ttl.tag_ttl:before {
  height: 56%;
  top: 25%;
}
.entry .title_list .item_list {
  margin-top: 15px;
}
.entry .title_list .item_list li {
  padding-left: 15px;
  position: relative;
}
.entry .title_list .item_list li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.entry .wp-block-table table {
  border: 1px solid #cfd2d2;
  margin-top: 40px;
}
.entry .wp-block-table table th, .entry .wp-block-table table td {
  border: 1px solid #cfd2d2;
  text-align: left;
  padding: 8px 8px 8px 18px;
}
.entry .wp-block-table table th {
  background: #F2F7FC;
  font-weight: bold;
}
.entry .wp-block-table.th tr td:nth-of-type(1) {
  background: #f2f5f5;
  font-weight: bold;
}
.entry .listBox {
  margin: 40px 0;
  padding: 32px 26px;
  background: #F2F7FC;
  border: 1px #CFD2D2 solid;
}
.entry .listBox .listttl {
  font-size: 18px;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 15px;
  line-height: 1.4;
  position: relative;
}
.entry .listBox .listttl:before {
  content: "";
  width: 5px;
  height: 100%;
  background: #14b1cf;
  position: absolute;
  top: 0;
  left: 0;
}
.entry .listBox li {
  font-size: 16px;
  padding-left: 15px;
  position: relative;
  margin-bottom: 5px;
}
.entry .listBox li:last-child {
  margin-bottom: 0px;
}
.entry .listBox li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .column_single + .contactWrap {
    background: none;
  }
  .column_single .main_area {
    padding-top: 20px;
  }
  .column_single {
    padding-bottom: 10px;
    padding-top: 0;
    border-top: 1px solid #cfd2d2;
    margin-top: 60px;
  }
  #ez-toc-container {
    width: 100% !important;
  }
  .column_single .main_area .side_area .side_cat + .bnr_area {
    padding: 0;
    position: relative;
    top: auto;
  }
}
@media screen and (max-width: 600px) {
  .title_area .day {
    font-size: 10px;
  }
  .title_area + .cat_ttl, .title_area + .tag_ttl {
    line-height: 1.5;
    margin-top: 10px;
  }
  #ez-toc-container .ez-toc-title-container:before {
    left: 20px;
  }
  #ez-toc-container .ez-toc-list.ez-toc-list-level-1 {
    padding: 20px 20px 40px !important;
  }
  #ez-toc-container .ez-toc-list-level-3 {
    font-size: 12px;
  }
  #ez-toc-container .ez-toc-list-level-3 > li {
    padding-left: 15px;
  }
  #ez-toc-container .ez-toc-list-level-3 > li:before {
    height: 1px;
    width: 10px;
  }
  .entry #ez-toc-container + h2 {
    margin-top: 25px;
  }
  .entry {
    margin-top: 25px;
  }
  .entry p {
    line-height: 2;
    font-size: 15px;
  }
  .entry p + p {
    margin-top: 30px;
  }
  .entry h2 + p, .entry h3 + p, .entry h4 + p, .entry h5 + p, .entry h6 + p {
    margin-top: 15px;
  }
  .entry #ez-toc-container + h2 {
    margin-top: 30px;
  }
  .entry h2 {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 60px;
  }
  .entry h3 {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 45px;
    padding: 7px 10px;
  }
  .entry h4 {
    font-size: 16px;
    margin-top: 50px;
  }
  .entry .wp-block-image {
    margin: 15px 0 15px;
  }
  .entry a.cta {
    text-decoration: none;
  }
  .entry .link-btn {
    max-width: 490px;
    margin: 0 auto;
  }
  .entry .title_list {
    margin-top: 30px;
    padding: 15px 12px;
  }
  .entry .title_list .ttl.cat_ttl, .entry .title_list .ttl.tag_ttl {
    font-size: 16px;
    padding-left: 10px;
    line-height: 1.1;
  }
  .entry .title_list .ttl.cat_ttl:before, .entry .title_list .ttl.tag_ttl:before {
    height: 100%;
    top: 0;
  }
  .entry .title_list .item_list {
    margin-top: 15px;
  }
  .entry .title_list .item_list li {
    padding-left: 0;
    text-indent: 12px;
  }
  .entry .title_list .item_list li:before {
    left: -12px;
  }
  .entry .wp-block-table table {
    margin-top: 30px;
  }
  .entry .wp-block-table table th, .entry .wp-block-table table td {
    padding: 4px 7px;
    line-height: 1.5;
  }
  .entry .wp-block-table table th {
    background: #f2f5f5;
    font-weight: bold;
  }
  .entry .wp-block-table.th tr td:nth-of-type(1) {
    background: #f2f5f5;
    font-weight: bold;
  }
  .entry .link-btn {
    padding: 10px 45px 10px 15px;
    line-height: 1.3;
  }
  .entry .link-btn::before {
    right: 10px;
  }
  .entry .listBox {
    margin: 30px 0;
    padding: 15px;
  }
  .entry .listBox .listttl {
    font-size: 4.27vw;
    padding-left: 20px;
    margin-bottom: 15px;
  }
  .entry .listBox li {
    font-size: 3.72vw;
    padding-left: 15px;
    position: relative;
  }
  .linkcard {
    margin: 0px 0px 20px 0px !important;
  }
  .lkc-content {
    height: auto !important;
  }
  .linkcard .lkc-card {
    margin: 10px !important;
  }
  .linkcard .lkc-title .lkc-title-text {
    font-size: 3.72vw !important;
    line-height: 1.4 !important;
    margin-bottom: 5px !important;
  }
  .lkc-thumbnail {
    margin-right: 10px !important;
  }
  .lkc-excerpt {
    display: none !important;
  }
}
/* side
==============================　*/
.side_post {
  border-top: 1px solid #cfd2d2;
  margin-top: 20px;
}
.side_post a {
  display: block;
  border-bottom: 1px solid #cfd2d2;
  padding: 10px 0 25px;
  transition: 0.5s;
}
.side_post a:hover {
  opacity: 0.5;
}
.side_post .top_area {
  display: flex;
  align-items: center;
}
.side_post .day {
  font-size: 12px;
}
.side_post .column_cat span + span {
  display: none !important;
}
.side_post .bottom_area {
  display: flex;
}
.side_post .bottom_area .img {
  width: 130px;
}
.side_post .bottom_area .text_area {
  width: calc(100% - 130px);
  margin-left: 20px;
}
.side_post .bottom_area .text_area .ttl {
  font-size: 16px;
}
.side_post + .cat_ttl, .side_post + .tag_ttl {
  margin-top: 55px;
}
.whiter_area {
  border: 1px solid #cfd2d2;
  margin-top: 45px;
  padding: 25px 30px;
}
.writer_wrap {
  display: flex;
}
.writer_wrap .right .img {
  width: 120px;
  height: 120px;
  margin-top: 15px;
  border-radius: 50%;
  overflow: hidden;
}
.writer_wrap .right .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.writer_wrap .left {
  margin-left: 25px;
  width: calc(100% - 145px);
}
.writer_wrap .left .top_text {
  font-size: 14px;
}
.writer_wrap .left .tarm_name {
  font-size: 20px;
  font-weight: bold;
  padding-left: 15px;
  border-left: 5px #14b1cf solid;
  line-height: 1.2;
  margin-top: 5px;
}
.writer_wrap .left .text {
  margin-top: 10px;
}
.sns_area {
  margin-top: 50px;
}
.sns_area .cat_ttl, .sns_area .tag_ttl {
  font-size: 20px;
  line-height: 1.2;
}
.sns-list {
  display: flex;
  flex-wrap: wrap;
  margin: 15px auto;
  border: 1px solid #cfd2d2;
  padding: 15px;
}
.sns-list > li {
  margin: 5px 10px;
  width: calc((100% - 80px) / 4);
  border-radius: 5px;
  transition: 0.5s;
}
.sns-list > li:hover {
  opacity: 0.5;
}
.sns-list > li .ico {
  width: 28px;
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
}
.sns-list > li.sns-x .ico {
  padding: 4px;
}
.sns-list > li a {
  display: block;
  position: relative;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 12px;
  font-size: 14px;
}
.sns-list .sns-x {
  background: #0F1419;
}
.sns-list .sns-tw {
  background: #1da1f2;
}
.sns-list .sns-fb {
  background: #1877f2;
}
.sns-list .sns-li {
  background: #19bc03;
}
.sns-list .sns-ha {
  background: #00a5df;
}
.sns-list .sns-ha a {
  font-size: 13px;
  line-height: 1.1 !important;
  padding: 5px 12px;
}
.sns-list .sns-no {
  background: #41c9b3;
}
.sns-list .sns-pi {
  background: #e60023;
}
.sns-list .sns-co {
  background: #434343;
}
.list_cont {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.list_cont .item {
  width: 50%;
}
.list_cont .item .inner {
  padding: 1px 10px 10px 45px;
  width: auto;
}
.list_cont .item .inner .name {
  font-weight: bold;
  padding-bottom: 1px;
  border-bottom: 2px solid #aaabab;
  display: inline;
  font-size: 16px;
  line-height: 1.8;
}
.list_cont .item .inner .day {
  font-size: 12px;
  text-align: right;
}
.list_cont .item a {
  display: block;
  transition: 0.5s;
  position: relative;
  height: 100%;
}
.list_cont .item a:before {
  content: "";
  width: 30px;
  height: 100%;
  background: #14b1cf;
  position: absolute;
  top: 0;
  left: 0;
}
.list_cont .item a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: calc(50% - 5px);
  left: 10px;
  transform: rotate(-135deg);
}
.list_cont .item a:hover {
  opacity: 0.5;
}
.list_cont .item + .item {
  margin-left: 5px;
  border-left: 1px solid #cfd2d2;
  padding-left: 5px;
}
.list_cont .item + .item .inner {
  padding: 1px 45px 10px 10px;
}
.list_cont .item + .item a:before {
  left: auto;
  right: 0;
}
.list_cont .item + .item a:after {
  left: auto;
  right: 10px;
  transform: rotate(45deg);
}
.tarm_area {
  margin-top: 70px;
}
.tarm_area .cat_ttl, .tarm_area .tag_ttl {
  font-size: 20px;
  line-height: 1.2;
}
.tarm_area .column_cat {
  border-top: 1px solid #cfd2d2;
  padding-top: 15px;
}
.tarm_area a {
  display: inline-block;
  margin: 0 5px 5px 0;
  border: 1px solid #262b2c;
  border-radius: 15px;
  padding: 2px 11px;
  white-space: nowrap;
  min-width: 78px;
  text-align: center;
}
@media screen and (min-width: 1400px) {}
@media screen and (max-width: 1300px) {}
@media screen and (max-width: 1023px) {
  .side_area .side_cat {
    padding: 30px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .sns-list > li {
    width: calc((100% - 60px) / 2);
  }
}
@media screen and (max-width: 600px) {
  .column_fv {
    background-size: cover;
    background-position: bottom;
  }
  .sns-list > li a {
    font-size: 10px !important;
  }
  .whiter_area {
    padding: 10px 15px;
  }
  .writer_wrap .left .top_text {
    font-size: 10px;
  }
  .writer_wrap .right .img {
    width: 60px;
    height: 60px;
    margin-top: 20px;
  }
  .writer_wrap .left {
    margin-left: 15px;
    width: calc(100% - 75px);
  }
  .writer_wrap .left .tarm_name {
    font-size: 16px;
    padding-left: 5px;
    border-width: 1px;
  }
  .writer_wrap .left .text {
    line-height: 1.5;
    margin-top: 5px;
  }
  .sns_area {
    margin-top: 40px;
  }
  .sns_area .cat_ttl, .sns_area .tag_ttl {
    font-size: 16px;
    padding-left: 10px;
  }
  .sns-list {
    padding: 13px 0;
  }
  .sns-list > li {
    border-radius: 2.5px;
    margin: 5px 7.5px;
    width: calc((100% - 30px) / 2);
  }
  .sns-list > li .ico {
    width: 20px;
    top: 7px;
  }
  .list_cont {
    margin-top: 35px;
  }
  .list_cont .item a:before {
    width: 15px;
  }
  .list_cont .item a:after {
    width: 5px;
    height: 5px;
    border-width: 1px;
    top: calc(50% - 2.5px);
    left: 5px;
  }
  .list_cont .item + .item a:after {
    width: 5px;
    height: 5px;
    border-width: 1px;
    top: calc(50% - 2.5px);
    right: 5px;
  }
  .list_cont .item .inner {
    padding: 1px 5px 1px 20px;
  }
  .list_cont .item + .item .inner {
    padding: 1px 20px 1px 5px;
  }
  .list_cont .item .inner .name {
    line-height: 1.5;
    font-size: 12px;
  }
  .list_cont .item .inner .day {
    font-size: 10px;
    margin-top: 5px;
    line-height: 1;
  }
  .tarm_area {
    margin-top: 40px;
  }
  .tarm_area .cat_ttl, .tarm_area .tag_ttl {
    font-size: 16px;
    padding-left: 10px;
  }
  .tarm_area .column_cat {
    margin-top: 10px;
    font-size: 10px;
  }
  .side_post {
    margin-top: 15px;
  }
  .side_post a {
    padding: 15px 0 20px;
  }
  .side_post .bottom_area .text_area .ttl {
    font-size: 15px;
  }
  .side_post + .cat_ttl, .side_post + .tag_ttl {
    margin-top: 30px;
  }
  .side_post .bottom_area {
    margin-top: 10px;
  }
  .bnr_area {
    margin-top: 5px;
  }
}
@media screen and (max-width: 350px) {
  .list_cont {
    display: block;
  }
  .list_cont .item {
    width: 100%;
    border: 1px solid #cfd2d2;
  }
  .list_cont .item .inner {
    padding-bottom: 5px !important;
  }
  .list_cont .item + .item {
    margin: 0;
    padding-left: 0;
    border-top: none;
  }
}
/* bnr_conracr1_wrap
------------------------------------ */
.bnr_conracr1_wrap, .bnr_conracr2_wrap {
  padding: 30px 0;
  text-align: center;
}
.bnr_conracr1_wrap img, .bnr_conracr2_wrap img {
  margin: 0 auto;
  box-shadow: 3px 3px 6px 0 #aaa;
}
.bnr_conracr1_wrap p, .bnr_conracr2_wrap p {
  color: #01ACD1;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
.bnr_conracr1_wrap span.line, .bnr_conracr2_wrap span.line {
  background: linear-gradient(transparent 60%, #FFF6D6 60%);
}
.bnr_conracr2_wrap .bnr_box {
  display: flex;
  justify-content: space-between;
}
.bnr_conracr2_wrap .bnr_box a {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .bnr_conracr2_wrap .bnr_box {
    display: block;
  }
  .bnr_conracr2_wrap .bnr_box a {
    width: 100%;
  }
  .bnr_conracr2_wrap .bnr_box a + a img {
    margin-top: 10px;
  }
}
.columncta {
  margin-top: 40px;
}
.columncta a {
  color: #595757;
}
.columncta01 {
  margin: 30px 0;
  text-align: center;
}
.columncta01 a {
  text-align: center;
}
.columncta01 a img {
  margin: 0 auto;
}
.side_cta {
  margin-top: 20px;
}
.side_cta img {
  width: 100%;
  height: auto;
}
#ez-toc-container li, #ez-toc-container ul, #ez-toc-container ul li, div.ez-toc-widget-container, div.ez-toc-widget-container li {
  z-index: 0 !important;
}
.ez-toc-list {
  position: relative;
  height: auto;
  overflow: hidden;
}
.box_more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  padding-top: 70px;
  text-align: center;
  line-height: 2em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 55%);
  cursor: pointer;
}
.is-open .box_more {
  padding-top: 40px;
  background: transparent;
}
.box_more::before {
  color: #555;
  content: '＋続きを読む';
  font-size: 12px;
  display: inline-block;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
}
.is-active .box_more::before {
  content: '−閉じる';
}
@media screen and (max-width: 767px) {
  .is-open .box_more {
    padding-top: 0px;
    background: transparent;
  }
  .box_more::before {
    color: #555;
    content: '＋続きを読む';
    font-size: 12px;
    display: inline-block;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 0;
  }
  .is-active .box_more::before {
    content: '−閉じる';
  }
}
.backlog {}
.backlog img {
  width: 1px !important;
  height: 1px !important;
}
.prtxtBox {
  display: flex;
  justify-content: flex-end;
}
.prtxt {
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 5px 10px;
  font-size: 12px;
  text-align: center;
  background: #D0D0D0;
  margin-left: auto;
}
/* ==============================
entry 
============================== */
.entry p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.8;
}
.entry .bold {
  font-weight: bold;
}
.entry .red {
  color: #e53534;
}
.entry .attention {
  border: 1px #EF4E4E solid;
  padding: 40px 20px 23px;
  background: #fff8fa;
  font-size: 16px;
  color: #333;
  margin-top: 38px;
  margin-bottom: 30px;
  border-radius: 8px;
  position: relative;
}
.entry .attention::before {
  content: "";
  background: url("../img/common/ico_attention01.png") no-repeat;
  width: 139px;
  height: 38px;
  position: absolute;
  top: -18px;
  left: 20px;
}

.entry .point {
  border: 1px #F4C22A solid;
  padding: 40px 20px 23px;
  background: #FFFAE9;
  font-size: 16px;
  color: #333;
  margin-top: 38px;
  margin-bottom: 30px;
  border-radius: 8px;
  position: relative;
}
.entry .point::before {
  content: "";
  background: url("../img/common/ico_point01.png") no-repeat;
  width: 108px;
  height: 38px;
  position: absolute;
  top: -18px;
  left: 20px;
}


.entry .memo {
  border: 1px #13A0DC solid;
  padding: 40px 20px 23px;
  background: #F3FBFF;
  font-size: 16px;
  color: #333;
  margin-top: 38px;
  margin-bottom: 30px;
  border-radius: 8px;
  position: relative;
}
.entry .memo::before {
  content: "";
  background: url("../img/common/ico_memo01.png") no-repeat;
  width: 112px;
  height: 38px;
  position: absolute;
  top: -18px;
  left: 20px;
}


.entry .quote {
  border: 1px #8B85BD solid;
  padding: 30px 20px 23px;
  background: #F8F8F9;
  font-size: 16px;
  color: #333;
  margin-top: 38px;
  margin-bottom: 30px;
  border-radius: 8px;
  position: relative;
}
.entry .quote::before {
  content: "";
  background: url("../img/common/ico_quote01.png") no-repeat;
  width: 35px;
  height: 28px;
  position: absolute;
  top: -14px;
  left: 20px;
}




.entry .supple2 {
  border: 1px #CCC solid;
  padding: 20px 23px;
  background: #FFF;
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
  border-radius: 8px;
}
.entry .supple3 {
  padding: 20px 23px;
  background: #efefef;
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
  border-radius: 8px;
}
.entry .flex {
  display: flex;
  justify-content: space-between;
  padding: 0 0 30px;
}
.entry .flex .txt {
  width: 462px;
}
.entry .flex .img {
  width: 310px;
}
.entry .flex .img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .entry .attention {
  padding: 30px 15px 18px;
  }
  .entry .point {
  padding: 30px 15px 18px;
  }
  .entry .memo {
  padding: 30px 15px 18px;
  }
  .entry .quote {
  padding: 30px 15px 18px;
  }
  .entry .supple2 {
    padding: 15px 18px;
  }
  .entry .supple3 {
    padding: 15px 18px;
  }
}
/* ==============================
.entrypage
============================== */
.entrypage ul.pageul {
  margin: 0 0 15px 0;
  padding: 20px 15px 15px 15px;
  background: #F4F5F7
}
.entrypage ul.pageul li {
  font-size: 16px;
  padding: 0 0 5px 0;
}
.entry ul.pageul {
  margin: 0 0 15px 0;
  padding: 20px 15px 15px 15px;
  background: #F4F5F7
}
.entry ul.pageul li {
  font-size: 16px;
  padding: 0 0 5px 0;
}
.entrypage ul.list {
  margin: 0 0 25px 0;
  list-style: none;
  padding: 0;
}
.entrypage ul.list li {
  font-size: 16px;
  position: relative;
  margin: 0.5em 0;
  padding-left: 20px;
}
.entrypage ul.list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058"; /*アイコン*/
  color: #0096db; /* 色 */
  position: absolute;
  left: 0;
}
.entry ul.list {
  margin: 0 0 25px 0;
  list-style: none;
  padding: 0;
}
.entry ul.list li {
  font-size: 16px;
  position: relative;
  margin: 0.5em 0;
  padding-left: 20px;
}
.entry ul.list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058"; /*アイコン*/
  color: #0096db; /* 色 */
  position: absolute;
  left: 0;
}
.entrypage .matome {
  font-size: 16px;
  color: #000;
  line-height: 1.8;
}
.entrypage .matome ul {
  line-height: 1.4;
}
.entrypage .att {
  text-align: left;
  font-size: 14px;
  margin: 15px auto;
  width: 660px;
}
.entrybox02 .att {
  text-align: left;
  font-size: 14px;
  margin: 15px auto;
  width: 660px;
}
@media screen and (max-width: 767px) {
  .entry .img {
    margin-bottom: 30px;
  }
  .entrypage .att {
    width: 90%;
  }
  .entrybox02 .att {
    width: 90%;
  }
}
/* ==============================
.blogcard
============================== */
.a-wrap {
	display: block;
  border: none;
  border-radius: 5px;
  margin: 20px 0;
  line-height: 1.4;
  position: relative;
  padding: 0;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	text-decoration: none !important;
}
.blogcard-wrap {

}
.blogcard {
	box-sizing: border-box;
  border: 0px solid #ccc;
  border-radius: 5px;
  line-height: 1.6;
  position: relative;
  padding: 22px 20px ;
  width: 100%;
  background-color: #fff;
}
.blogcard .blogcard-content {
  margin-left: 185px;
  max-height: 140px;
  min-height: 100px;
  overflow: hidden;
	color: #000;
}
.blogcard .blogcard-thumbnail {
  float: left;
  margin-top: 3px;
  width: 160px;
}
.blogcard .blogcard-title {
  font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
.blogcard .blogcard-tab {
  background: #13A0DC;
  font-size: 12px;
  color: #FFF;
  margin-bottom: 5px;
  padding: 5px 10px 5px 22px;
  width: 88px;
  text-align: center;
  border-radius: 5px;
  position: relative;
}
.blogcard .blogcard-tab::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f040";
  left: 10px;
  margin-top: 0px;
  font-size: 12px;
  font-weight: normal;
}
.blogcard-wrap .links {
  color: #13A0DC;
  text-decoration: underline;
}
.blogcard-wrap:hover .links {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
.blogcard .blogcard-thumbnail {
  width: 30%;
}
.blogcard .blogcard-content {
  margin-left: 33%;
  max-height: auto;
  overflow: hidden;
	color: #000;
}
}
/* ==============================
 .button
============================== */
.entry .button {
  position: relative;
  background: #000; /* Old browsers */
  border-radius: 30px;
  color: #FFFFFF;
  font-weight: bold;
  width: 80%;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  font-size: 16px;
  line-height: 1.2;
  padding: 0 5px;
  margin: 30px auto;
  text-decoration: none;
}
.entry .button::after {
  position: absolute;
  content: "";
	background: url("../img/common/ico_arrow02.png") no-repeat ;
	width: 8px;
	height: 12px;
  right: 3%;
  font-size: 14px;
  font-weight: normal;
}



.entry .button::hover {
  opacity: 0.7;
  text-decoration: underline;
}
.entry table {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .entry .button {
    width: 100%;
  }
}
/* ==============================
 .external
============================== */
.entry .external {
  position: relative;
  color: #14b1cf;
  text-decoration: underline ;
  font-size: 16px;
  display: flex;
}
.entry .external::before {
  content: url(../img/common/ico_arrow01.png);
	margin-right: 10px;
}
.entry .external::after {
  content: url(../img/common/ico_extrnal01.png);
	margin-left: 10px;
}
.entry .external:hover {
  text-decoration: none;
}
/* ==============================
 .government
============================== */
.entry .government {
  background: #f1fdff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.entry .government a{
  padding: 14px 20px;
	display: block;
}

.entry .government .external::before {
  margin-top: 3px;
}
/* ==============================
 .orderlist
============================== */
.orderlist {
  background: #efefef;
	border: 1px #cfd2d2 solid;
  padding: 20px 30px 13px 30px;
  margin-bottom: 30px;
}
.orderlist ol {
  list-style: none;
}
.orderlist ol li {
  counter-increment: title;
}
.orderlist ol li::before {
  content: counter(title) ". ";
  color: #424242;
  font-weight: bold;
}
.orderlist ol li {
  padding: 0 0 10px 0px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .orderlist {
    padding: 20px 20px 10px 20px;
  }
}
/* ==============================
 .unorderlist
============================== */
.unorderlist {
  background: #efefef;
	border: 1px #cfd2d2 solid;
  padding: 20px 30px 13px 30px;
  margin-bottom: 30px;
}
.unorderlist ul {
  list-style: none;
  position: relative;
}
.unorderlist ul li::before {
  position: absolute;
  content: "●";
  left: 0;
  height: auto;
  margin-top: 3px;
  font-size: 12px;
  font-weight: normal;
  color: #424242;
}
.unorderlist ul li {
  padding: 0 0 10px 20px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .unorderlist {
    padding: 20px 20px 10px 20px;
  }
}
/* ==============================
 .listtitle
============================== */
.listtitle {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
	padding-left: 10px;
	border-left: 5px #14b1cf solid;
}
@media screen and (max-width: 767px) {
  .listtitle {
    font-size: 16px;
  }
}
/* ==============================
 .orderlist
============================== */
.explanation {
  background: #efefef;
	border: 1px #cfd2d2 solid;
  padding: 20px 30px 13px 30px;
  margin-bottom: 30px;
}
.explanation dt {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 23px;
	border-bottom: 1px #cfd2d2 solid;
	background: url("../img/common/ico_explan01.png") no-repeat left 9px;
}
.explanation dd {
  padding: 0 0 15px 0px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .explanation {
    padding: 20px 20px 10px 20px;
  }
  .explanation dt {
    font-size: 16px;
  }
}
/* ==============================
 .tabledesign
============================== */
.tabledesign {
  font-size: 16px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px #cfd2d2 solid !important;
  border-left: 1px #cfd2d2 solid !important;
	border-spacing: 0;
}
.tabledesign th {
  background: #d0eff5;
  color: #000;
  padding: 15px 20px;
  font-size: 16px;
  vertical-align: middle;
  border: 0;
  border-bottom: 1px #cfd2d2 solid !important;
  border-right: 1px #cfd2d2 solid !important;
}
.tabledesign td {
  padding: 15px 20px;
  font-size: 16px;
  background: #FFFFFF;
  border: 0;
  border-bottom: 1px #CCC solid;
  border-right: 1px #CCC solid;
  vertical-align: middle;
}
.tabledesign .thlike {
  background: #efefef;
  font-weight: bold;
  color: #000;
}
.tableWrap table th, .tableWrap table td {
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .tableWrap {
    overflow: auto;
    margin-bottom: 30px;
  }
  .tableWrap table {
    width: 100%;
    margin-bottom: 0;
  }
  .tableWrap table th, .tableWrap table td {
    white-space: nowrap;
  }
}
/* ==============================
 .marker
============================== */
.Ymarker {
background-image: linear-gradient(transparent 40%, #fff4ba 70%);
	
}
.Rmarker {
background-image: linear-gradient(transparent 40%, #ffe1eb 70%);
}
/* ==============================
 .visorspeech01
============================== */
.visorspeech {
  display: flex;
  margin-bottom: 30px;
  align-items: flex-start;
}
.visorspeech .img img {
  margin: 0 0 10px;
}
.visorspeech .img {
  width: 90px;
  margin: 0 20px 0 0;
  flex-shrink: 0;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
}
.visorspeech .img img {
  margin: 0 0 5px;
  border-radius: 45px;
}
.visorspeech .txt {
  position: relative;
  padding: 20px;
  font-size: 16px;
  background: #FFF;
  border: solid 2px #CCC;
  border-radius: 5px;
}
.visorspeech .txt:before {
  content: "";
  position: absolute;
  top: 40%;
  left: -21px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}
.visorspeech .txt:after {
  content: "";
  position: absolute;
  top: 40%;
  left: -23px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 11px solid #CCC;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .visorspeech .img {
    width: 75px;
  }
  .visorspeech .txt {
    padding: 15px;
    font-size: 14px;
  }
  .visorspeech .txt:before {
    top: 20%;
  }
  .visorspeech .txt:after {
    top: 20%;
  }
}
/* ==============================
 .acc1
============================== */
.acc1{
	border: 1px #CCC solid;
	background: #FFF;
	border-radius: 8px;
	
}
.acc1 .acc1_title{
	border-radius: 8px 8px 0 0;
	background: #efefef;
	height: 74px;
	align-items: center;
	padding: 0 20px;
	font-weight: bold;
	color: #000;
  display: flex;
  justify-content: space-between;
}
.acc1 .acc1_title::after {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-size: 1.2rem;
	color: #14b1cf;
}
.acc1 .acc1_title.active::after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-size: 1.2rem;
	color: #14b1cf;
}

.acc1 .acc1_body{
	display: none;
	border-radius: 0 0 8px 8px ;
	background: #FFF;
	padding: 25px 20px;
}
/* ==============================
 .acc1
============================== */
.entry .wp-block-image img {
    margin: 0 auto 0px auto;
}
.wp-element-caption{
	text-align: center;
	font-size: 14px;
	color: #666;
}
.wp-element-caption::before{
  content: "▲";
  font-size: 14px;
  font-weight: normal;
}

