@charset "UTF-8";
/* CSS Document */
.wysiwyg {
  color: #333;
}

.wysiwyg a:visited {
  color: #551A8B;
}

/*.wysiwyg h2 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.46;
    margin-bottom: -20px;
	padding: 0;
    background:none;
    color: #000;
}
.wysiwyg h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.46;
	margin-top: 80px;
    margin-bottom: 0;
	padding: 8px 16px;
	border-radius: 5px;
    background: rgb(102,195,172);
    background: -moz-linear-gradient(left, rgba(102,195,172,1) 0%, rgba(68,196,137,1) 100%);
    background: -webkit-linear-gradient(left, rgba(102,195,172,1) 0%,rgba(68,196,137,1) 100%);
    background: linear-gradient(to right, rgba(102,195,172,1) 0%,rgba(68,196,137,1) 100%);
    color: #ffffff;
}
.wysiwyg h4 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.46;
    margin-bottom: 0;
	padding: 0;
    background:none;
    color: #000;
	border-left: none;
	border-bottom: solid 3px #44c4a4
}*/
.wysiwyg h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.46;
  margin-top: 80px;
  margin-bottom: 0;
  padding: 8px 16px;
  border-radius: 5px;
  background: rgb(102, 195, 172);
  background: linear-gradient(to right, rgb(102, 195, 172) 0%, rgb(68, 196, 137) 100%);
  color: #ffffff;
}

.wysiwyg h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.46;
  margin-bottom: 0;
  padding: 0;
  background: none;
  color: #000;
  border-left: none;
  border-bottom: solid 3px #44c4a4;
}

.wysiwyg h3:after {
  content: none;
}

.wysiwyg h4 {
  border-left: 4px solid;
  padding: 0.5em 0 0.5em 0.8em;
  margin-top: 1.8em;
}

.wysiwyg h5 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.46;
  margin-bottom: 0;
  padding: 0;
  background: none;
  color: #000;
}

.wysiwyg h6 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.46;
  padding: 0;
  background: none;
  color: #000;
}

.wysiwyg > p {
  padding: 0 0;
  margin: 0;
}

.wysiwyg p {
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.entry-content .wysiwyg > * + * {
  margin-top: 40px;
}

.entry-content .wysiwyg > p + p {
  margin-top: 24px;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.cover img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .wysiwyg h2 {
    font-size: 5vw;
    font-weight: 700;
    margin-bottom: -10px;
  }
  .wysiwyg h3 {
    font-size: 4.8vw;
    margin-bottom: -10px;
    padding: 5px 10px;
  }
  .wysiwyg h4 {
    font-size: 4.6vw;
    margin-bottom: -10px;
    padding-bottom: 10px;
  }
  .wysiwyg h5 {
    font-size: 4.2vw;
    margin-bottom: -10px;
  }
  .wysiwyg h6 {
    font-size: 4vw;
  }
  .wysiwyg p {
    display: block;
    font-size: 3.8vw;
    line-height: 1.79;
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
            text-size-adjust: 100%;
  }
  .entry-content .wysiwyg > * + * {
    margin-top: 20px;
  }
}
.wysiwyg strong {
  font-weight: bolder;
}

.wysiwyg em {
  font-style: italic;
}

.wysiwyg del {
  text-decoration: line-through;
}

.wysiwyg ol > li {
  padding-left: 2.5rem;
  position: relative;
}

.wysiwyg ol > li:before {
  counter-increment: number;
  content: counter(number) "." !important;
  color: #44c4a4;
  font-weight: bold;
  display: block;
  text-align: center;
  position: absolute;
  left: 1px;
  top: 0;
}

.wysiwyg ol.ranking > li {
  padding-left: 4.5rem;
  position: relative;
}

.wysiwyg ol.ranking > li:before {
  counter-increment: number;
  content: counter(number) "位：" !important;
  color: #44c4a4;
  font-weight: bold;
  display: block;
  text-align: center;
  position: absolute;
  left: 1px;
  top: 0;
}

.wysiwyg ul li {
  padding-left: 2.5rem;
  margin: 0.7em 0;
  position: relative;
}

.wysiwyg ul li:last-child {
  margin-bottom: 0;
}

.wysiwyg ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  display: block;
  position: absolute;
  left: 2px;
  top: 0;
  transform: scale(0.6);
  color: #44c4a4;
}

.wysiwyg ul.check li,
.wysiwyg ul.is-style-check li {
  padding-left: 2.5rem;
  position: relative;
}

.wysiwyg ul.check li:before,
.wysiwyg ul.is-style-check li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  transform: scale(0.8);
  color: #44c4a4;
}

.wysiwyg ul.memo li,
.wysiwyg ul.is-style-memo li {
  padding-left: 2.5rem;
  position: relative;
  list-style-type: none;
  background-image: url(../img/list_ico_memo.png);
  background-color: transparent;
  background-size: 16px auto;
  background-position: left 0.5em;
  background-repeat: no-repeat;
}

.wysiwyg ul.memo li:before,
.wysiwyg ul.is-style-memo li:before {
  content: "";
}

.wysiwyg ul.point li,
.wysiwyg ul.is-style-point li {
  padding-left: 2.5rem;
  position: relative;
  list-style-type: none;
  background-image: url(../img/list_ico_point.png);
  background-color: transparent;
  background-size: 16px auto;
  background-position: left 0.5em;
  background-repeat: no-repeat;
}

.wysiwyg ul.point li:before,
.wysiwyg ul.is-style-point li:before {
  content: "";
}

.wysiwyg blockquote {
  position: relative;
  z-index: 1;
  padding: 60px 0;
  border: none;
  border-radius: 10px;
}

.wysiwyg blockquote:before {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  content: "";
  position: absolute;
  z-index: -1;
  left: 0px;
  right: 0px;
  top: 0;
  bottom: 0;
  background-color: #f3f3f3;
  pointer-events: none;
  border-radius: 10px;
}

.wysiwyg blockquote:after {
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: 34px auto;
  background-position: 12px 12px, right 12px bottom 12px;
  background-repeat: no-repeat;
  background-image: url(../img/icon_blockquote_upper.png), url(../img/icon_blockquote_lower.png);
  pointer-events: none;
}

.wysiwyg blockquote p {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.87;
  padding: 0 40px;
  margin: 0;
}

.wysiwyg blockquote ol,
.wysiwyg blockquote ul {
  padding: 0 40px;
}

.wysiwyg a {
  color: #4376C9;
}

.wysiwyg .font_big {
  font-size: 20px;
}

.wysiwyg .font_mid {
  font-size: 18px;
}

.wysiwyg .font_nor {
  font-size: 16px;
}

.wysiwyg .font_small {
  font-size: 14px;
}

.wysiwyg .color01 {
  color: #000;
}

.wysiwyg .color02 {
  color: #f5498f;
}

.wysiwyg .color03 {
  color: #766341;
}

.wysiwyg .marker01 {
  background: linear-gradient(transparent 40%, #fff574 40%);
  font-weight: 700;
}

.wysiwyg .marker02 {
  background: linear-gradient(transparent 40%, #a1ffd2 40%);
  font-weight: 700;
}

.wysiwyg .marker03 {
  background: linear-gradient(transparent 60%, #ffb3d2 60%);
  font-weight: 700;
}

.wysiwyg hr {
  border: none;
  height: 2px;
  margin: 20px 0 !important;
  background-color: #e1e1e1;
}

.wysiwyg hr.line02 {
  border: none;
  height: 1px;
  margin: 20px 0 !important;
  background-color: #e1e1e1;
}

.wysiwyg hr.line03 {
  background-color: transparent;
  background-image: linear-gradient(to left, #e1e1e1, #e1e1e1 50%, transparent 50%, transparent 100%);
  background-size: 6px 6px;
  height: 2px;
  border: none;
}

.wysiwyg hr.line04 {
  background-color: transparent;
  background-image: linear-gradient(to left, #44c4a4, #44c4a4 50%, transparent 50%, transparent 100%);
  background-size: 6px 6px;
  height: 2px;
  border: none;
}

@media screen and (max-width: 768px) {
  .wysiwyg blockquote {
    padding: 30px 0;
  }
  .wysiwyg blockquote:after {
    background-size: 17px auto;
    background-position: 6px 6px, right 6px bottom 6px;
  }
  .wysiwyg blockquote p {
    font-size: 3.8vw;
    padding: 0 25px;
  }
  .wysiwyg blockquote ol,
  .wysiwyg blockquote ul {
    padding: 0 25px;
  }
  .wysiwyg .font_big {
    font-size: 4.2vw;
  }
  .wysiwyg .font_mid {
    font-size: 4vw;
  }
  .wysiwyg .font_nor {
    font-size: 3.8vw;
  }
  .wysiwyg .font_small {
    font-size: 3.4vw;
  }
}
.wysiwyg .row1_img {
  display: block;
  width: 100%;
  text-align: center;
}

.wysiwyg .row1_img > * {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100% !important;
  height: auto;
  max-width: 100%;
}

.wysiwyg .row1_img > * > img {
  width: 100%;
}

.wysiwyg .row1_img > p {
  display: none;
}

.wysiwyg .row2_img {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: auto;
}

.wysiwyg .row2_img > * {
  margin-left: 0 !important;
  max-width: 48%;
  width: 100% !important;
  height: auto;
}

.wysiwyg .row2_img > * > img {
  width: 100%;
}

.wysiwyg .row2_img > p {
  display: none;
}

.wysiwyg .row3_img {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.wysiwyg .row2_img + p,
.wysiwyg .row3_img + p {
  margin-top: 0;
}

.wysiwyg .row3_img > * {
  max-width: 30.3%;
  margin-left: 0 !important;
  width: 100% !important;
  height: auto;
}

.wysiwyg .row3_img > p {
  display: none;
}

.wysiwyg .row3_img > * > img {
  width: 100%;
}

.layout_youtube {
  text-align: center;
}

.layout_youtube iframe {
  width: 560px;
  height: 315px;
}

.content_table_box {
  position: relative;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.content_table_box .description {
  margin-top: 0;
}
.content_table_box .description > * + * {
  margin-top: 24px;
}
.content_table_box .content_table_box {
  margin-top: 24px;
}

.content_table_box p {
  margin: 0;
}

.content_table_box p.caption-ttl {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 700;
  color: #000;
  padding: 0 10px;
  background-color: #fff;
  position: absolute;
  top: -10px;
  left: 13px;
}
@media screen and (max-width: 768px) {
  .content_table_box p.caption-ttl {
    font-size: 3.6vw;
    line-height: 1.79;
  }
}

.content_table_box p.caption-ttl.gr {
  color: #44c4a4;
  margin-bottom: 0;
}

.content_table_box p.caption-ttl.pi {
  color: #f5498f;
  margin-bottom: 0;
}

.content_table_box.ye {
  color: #766341;
  background-color: #fcf8e3;
  border: 2px solid #faebcc;
  padding: 20px 40px;
}

.content_table_box.gr {
  background-color: #FFF;
  border: 2px solid #44c4a4;
  padding: 20px 40px;
}

.content_table_box.pi {
  background-color: #FFF;
  border: 2px solid #f5498f;
  padding: 20px 40px;
}

.content_table_box.gy {
  background-color: #FFF;
  border: 2px solid #e1e1e1;
  padding: 20px 40px;
}

.content_table_box.gyl {
  background-color: #FFF;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-radius: 0px;
  padding: 20px 40px;
}

.content_table_point {
  margin-left: 13px !important;
  display: inline-block !important;
  font-size: 18px !important;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 700;
  color: #000;
  padding: 0 10px !important;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.content_table_box.gr {
  color: #44c4a4;
}

.content_table_box.pi {
  color: #f5498f;
}

.content_table_box.gy {
  color: #333333;
}

.content_table_point.gr {
  color: #44c4a4;
}

.content_table_point.pi {
  color: #f5498f;
}

.content_table_point.gy {
  color: #333;
}

.content_table_point + .content_table_box {
  margin-top: -15px;
}

.content_table_box.attention {
  color: #000;
  background-color: #fcf8e3;
  border: 4px solid #faebcc;
  padding: 20px 40px 20px 105px;
  box-sizing: border-box;
  background-image: url(../img/ico_attention.png);
  background-position: 24px 24px;
  background-size: 56px auto;
  background-repeat: no-repeat;
  min-height: 120px;
}

@media screen and (max-width: 768px) {
  .layout_youtube {
    position: relative;
    padding-bottom: 56.25%;
    /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
  }
  .layout_youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .content_table_box {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.62;
  }
  .content_table_box.ye {
    padding: 10px 20px;
  }
  .content_table_box.gr {
    padding: 10px 20px;
  }
  .content_table_box.gy {
    padding: 10px 20px;
  }
  .content_table_box.pi {
    padding: 10px 20px;
  }
  .content_table_box.gyl {
    padding: 10px 20px;
  }
  .content_table_point {
    font-size: 3.6vw !important;
  }
  .content_table_box.attention {
    color: #000;
    background-color: #fcf8e3;
    border: 4px solid #faebcc;
    padding: 10px 20px 10px 80px;
    box-sizing: border-box;
    background-image: url(../img/ico_attention.png);
    background-position: 20px 16px;
    background-size: 40px auto;
    background-repeat: no-repeat;
    min-height: 84px;
  }
  .content_table_point.gy + .content_table_box.gy,
  .content_table_point.pi + .content_table_box.pi,
  .content_table_point.gr + .content_table_box.gr {
    padding: 15px 20px 10px;
  }
}
.wysiwyg .module {
  margin-top: 80px;
}

.wysiwyg .module.layout_accordion {
  margin-top: 40px;
}

.wysiwyg .ph img {
  margin-bottom: 0;
}

.layout_lr_block .ph {
  width: 330px;
  height: 220px;
}

.layout_lr_block.left .ph {
  float: left;
  margin-right: 30px;
}

.of.contain .img {
  -o-object-fit: contain;
  object-fit: contain;
}

.of .img {
  width: 100%;
  height: 100%;
}

.layout_lr_block.left .wysiwyg {
  float: right;
}

.layout_lr_block .wysiwyg {
  width: 350px;
}

.layout_lr_block.right .ph {
  float: right;
  margin-left: 30px;
}

.layout_lr_block.right .wysiwyg {
  float: left;
}

.layout_lr_block .wysiwyg {
  width: 350px;
}

.layout_lr_block:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  .wysiwyg .module {
    margin-top: 40px;
  }
  .wysiwyg .module.layout_accordion {
    margin-top: 20px;
  }
  .layout_lr_block .ph {
    width: 48%;
    height: auto;
  }
  .layout_lr_block.left .ph {
    float: left;
    margin-right: 4%;
  }
  .layout_lr_block .wysiwyg {
    width: 48%;
  }
  .layout_lr_block.right .ph {
    float: right;
    margin-left: 4%;
  }
  .layout_lr_block.right .wysiwyg {
    float: left;
  }
  .layout_lr_block .wysiwyg {
    width: 48%;
  }
}
.layout_col_block.col2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.layout_col_block.col2 .col {
  width: 330px;
  height: auto;
}

.layout_col_block.col2 .col .ph {
  width: 100%;
  max-height: 220px;
}

.layout_col_block.col2 .col .ph img {
  margin-bottom: 0;
}

.layout_col_block .col .caption {
  letter-spacing: 0.05em;
  line-height: 1.42;
  padding: 0;
  margin-top: 10px;
}

.layout_col_block.text_left .caption {
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 768px) {
  .layout_col_block.col2 .col {
    width: 48%;
    height: auto;
  }
  .layout_col_block.col2 .col .ph {
    width: 100%;
    max-height: auto;
  }
}
.layout_col_block.col3 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.layout_col_block.col3 .col {
  width: 215px;
  height: auto;
}

.layout_col_block.col3 .col .ph {
  width: 100%;
  height: 215px;
  position: relative;
}

.layout_col_block.col3 .col .ph img {
  width: 100%;
  max-width: inherit;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.layout_col_block.col3 .col .caption {
  font-size: 16px;
}

.layout_col_block.col3 .col .caption.small {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .layout_col_block.col3 .col {
    position: relative;
    width: 31%;
    height: auto;
  }
  .layout_col_block.col3 .col .ph {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .layout_col_block.col3 .col .ph:before {
    content: "";
    display: block;
    padding-bottom: 100%;
    /*アスペクト比 16:9の場合の縦幅*/
  }
  .layout_col_block.col3 .col .ph img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .layout_col_block.col3 .col .caption {
    font-size: 3.8vw;
  }
  .layout_col_block.col3 .col .caption.small {
    font-size: 3.4vw;
  }
  .layout_col_block.col3 .col .caption.font_16pt {
    font-size: 3.8vw;
  }
  .layout_col_block.col3 .col .caption.font_14pt {
    font-size: 3.4vw;
  }
}
.layout_related .tit {
  position: relative;
  padding-left: 24px;
  color: #f5498f;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  background-image: url(../img/ico_related.png);
  background-position: left center;
  background-size: 17px auto;
  background-repeat: no-repeat;
}

.layout_related .col a,
.layout_related .col {
  display: flex;
  background-color: #f3f3f3;
  position: relative;
  align-items: center;
}

.layout_related .col {
  margin-bottom: 1rem;
}

.layout_related .col a {
  padding: 20px;
  width: 100%;
  min-height: 120px;
  color: #000;
  box-sizing: border-box;
}

.layout_related.module .col a {
  display: flex;
  text-decoration: none;
  color: #000;
}

.layout_related .col img,
.layout_related .col .no_img {
  width: 180px;
  min-height: 120px;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.layout_related .related_heading,
.layout_related .related_txt {
  margin-left: 180px;
}

.layout_related .related_heading {
  /* margin-bottom: 6px; */
}

.layout_related .related_txt {
  margin-bottom: 0;
  font-size: 14px;
}

.col a {
  text-decoration: none;
}

.col a:hover {
  text-decoration: underline;
}

.col a .related_txt h6 {
  color: #333;
}

.col a .related_txt p {
  color: #333;
}

@media screen and (max-width: 768px) {
  .layout_related .tit {
    padding-left: 24px;
    font-size: 4.2vw;
    margin-bottom: 10px;
    background-size: 15px auto;
  }
  .layout_related .col a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
  }
  .layout_related .col a .thumb,
  .layout_related .col a figure {
    position: relative;
    width: 26%;
  }
  .layout_related .col a .thumb:before,
  .layout_related .col a figure:before {
    content: "";
    padding-bottom: 66.7%;
    display: block;
  }
  .layout_related .col a {
    position: relative;
  }
  .layout_related .col a .thumb img,
  .layout_related .col .no_img {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 0;
    top: 0;
    left: 0;
  }
  .layout_related .related_heading,
  .layout_related .related_txt {
    margin-left: 0;
  }
  .layout_related .related_heading {
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .layout_related .related_txt {
    margin-top: -1vw;
    margin-left: 0;
    width: 71%;
    font-size: 2.9vw;
  }
}
.layout_voice + .layout_voice {
  margin-top: 1em;
}

.layout_voice {
  position: relative;
  z-index: 1;
}

.layout_voice figure.left {
  float: left;
}

.layout_voice figure {
  display: block;
  width: 80px;
  /*100px*/
  height: auto;
  text-align: center;
  font-size: 1.3rem;
  box-sizing: border-box;
}

.layout_voice figure .thumb {
  width: 70px;
  /*90px*/
  height: 70px;
  /*90px*/
  border: 2px solid #f5f5f5;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}

.layout_voice figure figcaption {
  letter-spacing: 0;
}

.layout_voice figure.left + .txt_box {
  float: right;
}

.layout_voice .txt_box {
  position: relative;
  margin-top: 1em;
  /*width: 85%;*/
  /*width: calc(100% - 110px);*/
  width: calc(100% - 90px);
  padding: 20px;
  box-sizing: border-box;
  background-color: #FFF;
  border: solid 1px #e1e1e1;
  border-radius: 10px;
}

.layout_voice .txt_box p {
  font-size: 14px;
  margin: 0;
}

.layout_voice .txt_box:before {
  content: "";
  position: absolute;
  top: 12px;
  left: -8px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #e1e1e1 transparent transparent;
  z-index: -1;
}

.layout_voice .txt_box:after {
  content: "";
  position: absolute;
  top: 12px;
  left: -6px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #fff transparent transparent;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .layout_voice + .layout_voice {
    margin-top: 20px;
  }
  .layout_voice figure {
    display: block;
    width: 20%;
    height: auto;
    font-size: 1rem;
  }
  .layout_voice figure .thumb {
    width: 100%;
    height: 0;
    padding-bottom: 87.325%;
    border: 2px solid #f5f5f5;
    position: relative;
  }
  .layout_voice figure .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .layout_voice .txt_box {
    margin-top: 0;
    width: 76%;
    padding: 15px;
  }
  .layout_voice .txt_box p {
    font-size: 12px;
  }
}
.layout_voice figure.right {
  float: right;
}

.layout_voice figure.right + .txt_box {
  float: left;
}

.layout_voice:after {
  content: "";
  display: block;
  clear: both;
}

.layout_voice figure.right + .txt_box:before {
  left: auto;
  right: -8px;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #e1e1e1;
}

.layout_voice figure.right + .txt_box:after {
  left: auto;
  right: -6px;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
}

.layout_btn {
  text-align: center;
  margin-bottom: 80px;
}

.btn01 {
  position: relative;
  z-index: 0;
  display: block;
  max-width: 400px;
  width: 100%;
  min-width: 100px;
  height: 60px;
  text-decoration: none;
  text-align: center;
  margin: 0.5rem auto;
  padding: 0;
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
}
.wysiwyg .btn01:visited {
  color: #fff;
}
.btn01.type02.narrow, .btn01.type04.narrow, .btn01.type07.narrow {
  font-size: 16px;
}

.btn01.narrow,
.btn01.type05,
.btn01.type04,
.btn01.type01 {
  border: solid 2px #f5498f;
  background-color: #f5498f;
}

.btn01.type06,
.btn01.type03,
.btn01.type02 {
  box-sizing: border-box;
  border: solid 2px rgb(136, 194, 172) !important;
  border-radius: 30px;
  background: rgb(136, 194, 172);
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(136, 194, 172) 0%, rgb(122, 194, 139) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.btn01.type03:hover,
.btn01.type02:hover {
  box-sizing: border-box;
  border: solid 2px rgb(136, 194, 172);
  border-radius: 30px;
}

.btn01.type07,
.btn01.type08,
.btn01.type09 {
  border: solid 2px #42C5D9;
  background-color: #42C5D9;
}

.btn01.type07:hover,
.btn01.type08:hover,
.btn01.type09:hover {
  color: #42C5D9;
}

.btn01.type01 {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.3s !important;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
}

.btn01 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: inherit !important;
  text-decoration: none;
}

.btn01 a:hover {
  color: inherit;
}

.btn01.type05,
.btn01.type04 {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.3s !important;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
}

.btn01.type05:hover,
.btn01.type04:hover {
  border: solid 2px #f5498f;
}

.btn01.type06,
.btn01.type02 {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.3s;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
}

.btn01.type03 {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.3s;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
}

.btn01.type07 {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.3s;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
}

.btn01.type08,
.btn01.type09 {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.3s;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
}

.btn01.narrow {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.3s;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
}

.btn01:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: right top;
}

a.btn01:before,
.btn01.narrow:before,
.btn01.type09:before,
.btn01.type08:before,
.btn01.type07:before,
.btn01.type06:before,
.btn01.type05:before,
.btn01.type04:before,
.btn01.type03:before,
.btn01.type02:before,
.btn01.type01:before {
  background-color: #fff;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1) !important;
}

.wysiwyg td .module {
  margin-top: 10px;
  margin-bottom: 20px;
}

.wysiwyg td .module:last-child {
  margin-bottom: 0;
}

td .layout_btn {
  margin: 0;
}

td .layout_btn .btn01 {
  width: 80%;
}

img.th_ico {
  width: 111px;
  margin: 0;
}

img.th_ico:after {
  content: "";
  display: block;
  clear: both;
}

img.td_ico {
  width: 64px;
  margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
  .layout_btn {
    margin-bottom: 40px;
  }
  .btn01.type07,
  .btn01.type02,
  .btn01.type04,
  .btn01.narrow {
    font-size: 3.3vw;
  }
  .btn01.type09,
  .btn01.type08,
  .btn01.type06,
  .btn01.type03,
  .btn01.type01 {
    font-size: 3.8vw;
  }
  .btn01 {
    width: calc(100% - 20px);
    min-width: 90px;
    height: 45px;
  }
  .btn01.type02.narrow, .btn01.type04.narrow, .btn01.type07.narrow {
    font-size: 3.3vw;
  }
  img.th_ico {
    width: 56px;
    margin: 0;
  }
  img.th_ico:after {
    content: "";
    display: block;
    clear: both;
  }
  img.td_ico {
    width: 48px;
    margin: 0;
  }
}
.btn01.type05:hover,
.btn01.type04:hover,
.btn01.type01:hover {
  color: #f5498f;
}

.btn01.type02:hover {
  color: rgb(136, 194, 172);
}

.btn01.type06:hover,
.btn01.type03:hover {
  color: rgb(136, 194, 172);
}

a.btn01:hover:before,
.btn01:hover:before {
  transform: scaleX(1) !important;
  transform-origin: left top !important;
  border-radius: 30px;
}

.micro_copy {
  text-align: center;
  color: #44c4a4;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin-bottom: 8px !important;
}

.micro_copy.type09,
.micro_copy.type08,
.micro_copy.type07,
.micro_copy.type06,
.micro_copy.type03,
.micro_copy.type02 {
  border: none;
  color: #f5498f;
}

/*.layout_btn .micro_copy:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translate(-50%,0);
	width: 20px;
	height: 20px;
    border-top: 2px solid #44c4a4;
    border-right: 2px solid #44c4a4;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}*/
.btn01.narrow {
  width: 200px;
}

.btn01.type06,
.btn01.type05 {
  max-width: 150px;
  padding: 0 2rem;
  font-size: 14px;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .micro_copy {
    font-size: 3.4vw;
  }
  .btn01.narrow {
    width: 60%;
  }
}
.wysiwyg_table,
.wysiwyg .layout_table {
  overflow-x: auto;
  width: 100%;
}

.wysiwyg table {
  height: auto !important;
  border: 1px solid #e1e1e1;
  border-collapse: collapse;
  vertical-align: middle;
  margin-bottom: 0;
}

.wysiwyg table:not(.scroll_x) {
  width: 100% !important;
}

.wysiwyg tbody {
  background-color: #fff;
}

.wysiwyg table.type03 {
  border: none;
}

.wysiwyg td,
.wysiwyg th {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.87;
  border: 1px solid #e1e1e1;
  padding: 16px 10px 16px;
  vertical-align: middle;
}

.wysiwyg td p {
  margin: 0;
}

.wysiwyg th {
  font-weight: 700;
  color: #FFF;
  background-color: #44c4a4;
}

.wysiwyg th p {
  margin: 0;
}

.wysiwyg td.head {
  font-weight: 700;
  vertical-align: middle;
}

.wysiwyg .type02 {
  border: 2px solid #FFF;
}

.wysiwyg .type02 thead + tbody tr:first-child td {
  position: relative;
  padding-top: 30px;
}

.wysiwyg .type02 thead + tbody tr:first-child td:after {
  content: "";
  display: block;
  position: absolute;
  width: 110%;
  height: 14px;
  background-color: #FFF;
  left: 0;
  top: 0;
}

.wysiwyg .type02 thead + tbody tr:first-child td:last-child:after {
  width: 100%;
}

.wysiwyg .type02 th {
  background-color: #FFF;
  color: #000;
}

.wysiwyg .type02 thead td,
.wysiwyg .type02 thead th {
  background-color: #FFF;
  color: #000;
  border-bottom: 2px solid #000;
  border-left: none;
  border-right: none;
}

.wysiwyg .type02 tbody tr th {
  border-right: 2px solid #000;
  border-top: none;
  border-bottom: none;
}

.wysiwyg .type02 tbody tr th + td {
  position: relative;
  padding-left: 10px;
}

.wysiwyg .type02 tbody tr th + td:after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 100%;
  background-color: #FFF;
  left: 0;
  top: -1px;
}

.wysiwyg .type03 td,
.wysiwyg .type03 th {
  border-left: none;
  border-right: none;
}

.wysiwyg .layout_table table.type03 th,
.wysiwyg .layout_table table.type03 td {
  border: none;
}

.wysiwyg .layout_table table.type03 tbody tr:nth-child(even) td,
.wysiwyg .layout_table table.type03 thead ~ tbody tr:nth-child(even) td,
.wysiwyg .layout_table table.type03 thead ~ tbody tr:nth-child(even) th {
  background-color: #efefef;
  /*white-space: nowrap;*/
}

.wysiwyg .type04,
.wysiwyg .type04 td,
.wysiwyg .type04 th {
  border: none;
}

.wysiwyg .type05 {
  table-layout: fixed;
}

.wysiwyg .layout_table table.type04 thead ~ tbody tr:nth-child(even) td,
.wysiwyg .layout_table table.type04 thead ~ tbody tr:nth-child(even) th {
  background-color: #FFF;
}

.wysiwyg .layout_table table.type04 tr td:nth-child(2n+1) {
  background-color: #efefef;
}

.wysiwyg .layout_table table.fix th,
.wysiwyg .layout_table table.fix td {
  /*white-space: nowrap;*/
}

.wysiwyg .layout_table table.fix td span {
  display: inline-block;
}

.wysiwyg .layout_table table.col_heading td:first-child,
.wysiwyg .layout_table table.col_heading th:first-child {
  position: relative;
  background-color: #efefef;
  font-weight: 700;
}

table.multi_heading {
  border: none;
}

table.multi_heading th,
table.multi_heading td {
  border: none;
}

table.multi_heading tr:nth-child(odd) td,
table.multi_heading tr:nth-child(odd) th {
  background-color: #efefef;
  /*white-space: nowrap;*/
}

table.multi_heading tr:nth-child(1) td,
table.multi_heading tr:nth-child(1) th {
  background-color: #44c4a4;
  color: #fff;
  font-weight: 700;
}

table.multi_heading thead ~ tbody tr:nth-child(even) td,
table.multi_heading thead ~ tbody tr:nth-child(even) th {
  background-color: #FFF;
}

table.scroll_x td {
  /*white-space: nowrap;*/
}

table.scroll_x td span {
  display: inline-block;
}

table.col_heading td:first-child,
table.col_heading th:first-child,
table.col_heading td:first-child,
table.col_heading th:first-child {
  position: relative;
  background-color: #44c4a4;
  color: #fff;
  font-weight: 700;
}

table.line_heading tr:first-child td,
table.line_heading tr th {
  position: relative;
  background-color: #44c4a4;
  color: #fff;
  font-weight: 700;
}

table.col_heading.scroll_x td:first-child,
table.col_heading.scroll_x th:first-child,
.wysiwyg .layout_table table.fix td:first-child,
.wysiwyg .layout_table table.fix th:first-child {
  position: sticky;
  left: 0;
}

@media screen and (max-width: 768px) {
  .wysiwyg td,
  .wysiwyg th {
    font-size: 3.3vw;
    padding: 5px 5px 5px;
  }
  .wysiwyg td p {
    font-size: 3.3vw;
    margin: 0;
  }
}
.layout_accordion .pkg_accordion .detail .wysiwyg * {
  margin: 0;
}
.layout_accordion .pkg_accordion .detail .wysiwyg * + * {
  margin-top: 24px;
}
.layout_accordion.mokuji .pkg_accordion .detail ul {
  margin-top: 0;
}
.layout_accordion.mokuji .pkg_accordion .detail ul li {
  padding-left: 2.5rem;
  margin: 0.7em 0;
}
.layout_accordion.mokuji .pkg_accordion .detail ul li:before {
  display: block;
}

.layout_accordion .pkg_accordion {
  border: solid 3px #e1e1e1;
  border-radius: 10px;
}

.layout_accordion .pkg_accordion > dt,
.layout_accordion .pkg_accordion > div.trigger {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #44c4a4;
  letter-spacing: 0.05em;
  line-height: 1.87;
  cursor: pointer;
  padding: 20px 40px;
  margin-bottom: 0;
}

.layout_accordion .pkg_accordion > dt:before,
.layout_accordion .pkg_accordion > div.trigger:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #44c4a4;
}

.layout_accordion .pkg_accordion > dt:after,
.layout_accordion .pkg_accordion > div.trigger:after {
  position: absolute;
  right: 30px;
  top: 42%;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  box-sizing: border-box;
  transform: rotate(135deg);
  transition: transform 0.3s;
}

.layout_accordion .pkg_accordion > dt.open:after,
.layout_accordion .pkg_accordion > div.trigger.open:after {
  transform: rotate(-45deg);
  top: 45%;
}

.layout_accordion .pkg_accordion > dd,
.layout_accordion .pkg_accordion > div.detail {
  display: none;
  padding: 0 40px;
}

.layout_accordion .pkg_accordion dd.detail ul li {
  list-style: none;
  padding-left: 0;
}

/* .layout_accordion .pkg_accordion .detail ul.memo li,
.layout_accordion .pkg_accordion .detail ul.point li {
    padding-left: 2.5rem;
} */
.layout_accordion .pkg_accordion dd.detail ul li:before {
  display: none;
}

.layout_accordion .pkg_accordion .detail ul li a {
  color: #4376c9;
}

.layout_accordion .pkg_accordion .detail ul ul {
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .layout_accordion .pkg_accordion > dt,
  .layout_accordion .pkg_accordion > div.trigger {
    font-size: 3.8vw;
    padding: 10px 20px;
    margin-bottom: 0;
  }
  .layout_accordion .pkg_accordion > dt span,
  .layout_accordion .pkg_accordion > div.trigger span {
    padding-right: 35px;
    display: inline-block;
  }
  .layout_accordion .pkg_accordion > dt:after,
  .layout_accordion .pkg_accordion > div.trigger:after {
    top: 38%;
  }
  .layout_accordion .pkg_accordion > dd,
  .layout_accordion .pkg_accordion > div.detail {
    padding: 0 20px;
  }
}
.layout_tab .pkg_tab_menu {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.layout_tab .pkg_tab_menu:before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  height: 1px;
  background-color: #999999;
}

.layout_tab .pkg_tab_menu > p {
  position: relative;
  z-index: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 5px;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #efefef;
  border-radius: 10px 10px 0 0;
  background-color: #efefef;
  cursor: pointer;
  transition: background 0.3s;
  font-size: 16px;
  font-weight: 700;
  color: #666666;
}

.layout_tab .pkg_tab_menu > p.active {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #999999;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
  font-size: 16px;
  color: #44c4a4;
}

.layout_tab .pkg_tab_menu > p + p {
  margin-left: 2px;
}

.layout_tab .pkg_tab_detail > .detail {
  display: none;
  padding: 35px 35px 10px 35px;
  background-color: #fff;
}

.layout_tab .pkg_tab_detail > .detail.active {
  display: block;
}

.layout_writer {
  position: relative;
  background-color: #44c4a4;
  width: 100%;
  min-height: 150px;
  padding: 15px 40px 15px 160px;
  box-sizing: border-box;
  border-radius: 10px;
}

.layout_writer > .thumb {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
}

.layout_writer > .thumb:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  box-sizing: border-box;
}

.layout_writer > .thumb img {
  border-radius: 50%;
  overflow: hidden;
}

.layout_writer > .detail {
  transition: opacity 0.5s;
  position: relative;
  color: #fff;
}

.layout_writer > .detail dt {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}

.layout_writer > .detail dd {
  margin: 10px 0 0;
  font-size: 14px;
  letter-spacing: 0.025em;
  line-height: 1.92;
}

.layout_tab .layout_btn {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .layout_tab .pkg_tab_menu > p.active,
  .layout_tab .pkg_tab_menu > p {
    font-size: 3.8vw;
  }
  .layout_tab .pkg_tab_detail > .detail {
    padding: 15px 0;
  }
  .layout_writer {
    position: relative;
    background-color: #44c4a4;
    width: 100%;
    height: auto;
    padding: 10px 15px 10px 80px;
    box-sizing: border-box;
    border-radius: 10px;
  }
  .layout_writer > .thumb {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
  }
  .layout_writer > .detail {
    transition: opacity 0.5s;
    position: relative;
    top: 0%;
    transform: translateY(0%);
    color: #fff;
  }
  .layout_writer > .detail dt {
    font-size: 5vw;
  }
  .layout_writer > .detail dd {
    margin-top: 10px;
    font-size: 3.4vw;
  }
}
/* author */
.author_type a {
  text-decoration: none;
  position: relative;
  display: block;
}

.author_type a::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: none;
  opacity: 0;
}

.author_type a:hover::after {
  opacity: 1;
}

.author_type a:hover {
  opacity: 0.7;
}

.author_conts {
  border-radius: 10px;
  padding: 15px;
  background-color: #FFF;
  border: 2px solid #eaeaea;
}

.author_conts_inner {
  display: flex;
}

.author_type_inner h2 {
  color: #333;
  font-size: 1.8rem;
  margin: 1em 0 0.3em 0;
}

.author_img {
  margin-right: 15px;
}

.author_img img {
  border-radius: 50%;
  width: 100px;
  max-width: 100px !important;
}

.author_txt {
  align-self: center;
}

.author_name {
  font-size: 16px;
  color: #44c4a4;
}

.author_cach {
  font-size: 14px;
}

.author_txt pre {
  word-wrap: break-word;
  white-space: normal;
  line-height: 1.6;
  color: #333;
}

.author_type_archive {
  margin-bottom: 35px;
}

.author_type_archive .author_conts {
  border: 2px solid #66c3ac;
}

.author_type_name {
  padding-bottom: 10px;
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
}

@media screen and (max-width: 768px) {
  .author_conts_inner {
    display: block;
  }
  .author_img {
    margin-right: 0;
    text-align: center;
    margin-bottom: 12px;
  }
  .author_img img {
    width: 100px;
  }
}
.caption_box {
  position: relative;
  /*background-color: #fff;*/
  width: 100%;
  padding: 30px 0;
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 0.25em;
  line-height: 1.62;
}

.caption_box + .mokuji {
  margin-top: 10px;
}

/* SPフォントサイズ */
@media screen and (max-width: 768px) {
  [style*="font-size: 14pt;"] {
    font-size: 4.4vw !important;
  }
  [style*="font-size: 12pt;"] {
    font-size: 3.8vw !important;
  }
  [style*="font-size: 10pt;"] {
    font-size: 3.2vw !important;
  }
  [style*="font-size: 8pt;"] {
    font-size: 2.6vw !important;
  }
}
.ctabox.ctatoc {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .ctabox.ctatoc {
    margin-top: 20px;
  }
}