@charset "UTF-8";
/* ========================================================
	template.css => テンプレート用CSS
======================================================== */
html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.8;
  color: #000000;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.8;
}

a[href] {
  color: #44c4a4;
  text-decoration: underline;
  outline: none;
}

a[href]:hover {
  text-decoration: none;
}

a[href].a_reverse,
.a_reverse a[href] {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a[href].a_reverse:hover,
  .a_reverse a[href]:hover {
    /* text-decoration: underline; */
  }
  .a_reverse a[href]:hover .title {
    opacity: 0.8;
  }
}
a[href^=http],
a[href^="mailto:"] {
  /*display: inline-block;*/
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

label {
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=search],
input[type=password],
select,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
  margin: 0;
  border-radius: 0;
  vertical-align: middle;
  font-family: inherit;
  outline: none;
  font-size: 100%;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

select::-ms-expand {
  display: none;
}

button {
  cursor: pointer;
}

iframe {
  max-width: 100%;
  vertical-align: middle;
}

.hidden {
  display: none;
}

.slick-slider * {
  outline: none;
}

@media screen and (max-width: 768px) {
  body {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
  }
}
/* pc / sp
============================================================================================================ */
.sp,
.sps {
  display: none !important;
}

@media screen and (min-width: 769px), print {
  .pc_break {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
  }
  .pc_hidden {
    position: relative;
    overflow: hidden;
    display: block;
    height: 0;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  img.sp,
  span.sp,
  br.sp,
  em.sp,
  strong.sp {
    display: inline !important;
  }
  td.sp,
  th.sp {
    display: table-cell !important;
  }
  .sp_break {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 370px) {
  .sps {
    display: block !important;
  }
  img.sps,
  spsan.sps,
  br.sps,
  em.sps,
  strong.sps {
    display: inline !important;
  }
  .sps_non {
    display: none !important;
  }
}
/* transition
============================================================================================================ */
@media screen and (min-width: 769px) {
  body.init a[href],
  body.init a[href]::before,
  body.init a[href]::after,
  body.init button,
  body.init .basic_trs,
  body.init .basic_trs::before,
  body.init .basic_trs::after,
  body.init .basic_trs *,
  body.init .basic_trs *::before,
  body.init .basic_trs *::after {
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out, opacity 0.2s ease-in-out;
  }
}
/* font family
============================================================================================================ */
.ff_en {
  font-family: "Titillium Web", sans-serif;
}

/* color
============================================================================================================ */
.c_theme {
  color: #44c4a4 !important;
}

/* font
============================================================================================================ */
.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

/* display
============================================================================================================ */
.db {
  display: block;
}

.dib {
  display: inline-block;
}

/* position
============================================================================================================ */
.pos-r {
  position: relative;
}

/* hover
============================================================================================================ */
@media screen and (min-width: 769px), print {
  a.hv_wh,
  button.hv_wh,
  a .hv_wh,
  .hv_wh a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
  }
  a.hv_wh::after,
  button.hv_wh::after,
  a .hv_wh::after,
  .hv_wh a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0);
    z-index: 3;
  }
  body.init a.hv_wh::after,
  body.init button.hv_wh::after,
  body.init a .hv_wh::after,
  body.init .hv_wh a::after {
    transition: background 0.2s;
  }
  a[href].hv_wh:hover::after,
  button.hv_wh:hover::after,
  a[href]:hover .hv_wh::after,
  .hv_wh a[href]:hover::after {
    background-color: rgba(255, 255, 255, 0.3);
  }
  a[href].hv_wh.a20:hover::after,
  button.hv_wh.a20:hover::after,
  a[href]:hover .hv_wh.a20::after,
  .hv_wh.a20 a[href]:hover::after {
    background-color: rgba(255, 255, 255, 0.2);
  }
  a[href].hv_wh.a10:hover::after,
  button.hv_wh.a10:hover::after,
  a[href]:hover .hv_wh.a10::after,
  .hv_wh.a10 a[href]:hover::after {
    background-color: rgba(255, 255, 255, 0.1);
  }
  body.init a[href] .hv_op {
    transition: opacity 0.2s;
  }
  a[href].hv_op:hover,
  a[href]:hover .hv_op,
  button.hv_op:hover,
  .hv_op a[href]:hover {
    opacity: 0.7;
  }
  a[href].hv_op.a20:hover,
  a[href]:hover .hv_op.a20,
  .hv_op.a20 a[href]:hover {
    opacity: 0.8;
  }
  a[href].hv_op.a10:hover,
  a[href]:hover .hv_op.a10,
  .hv_op.a10 a[href]:hover {
    opacity: 0.9;
  }
  a[href].hv_op.a50:hover,
  a[href]:hover .hv_op.a50,
  .hv_op.a50 a[href]:hover {
    opacity: 0.5;
  }
}
a[href].hv_zoom,
a[href] .hv_zoom {
  position: relative;
  overflow: hidden;
  display: block;
}

a[href].hv_zoom > *,
a[href] .hv_zoom > * {
  /* position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-background-size: cover;
  background-size: cover; */
}

a[href].hv_zoom > img,
a[href] .hv_zoom > img {
  width: 100%;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

@media screen and (min-width: 769px), print {
  body.init a[href].hv_zoom > *,
  body.init a[href] .hv_zoom > * {
    transition: transform 0.5s, opacity 0.3s;
  }
  a[href]:hover.hv_zoom > *,
  a[href]:hover .hv_zoom > * {
    transform: scale(1.05);
  }
  a[href]:hover .hv_zoom.s > * {
    transform: scale(1.03);
  }
  a[href]:hover .hv_zoom.l > * {
    transform: scale(1.1);
  }
}
/* target
============================================================================================================ */
.target {
  display: block;
  position: relative;
  width: 1px;
  top: -60px;
}

.target.pt {
  top: -80px;
}

.ez-toc-section {
  position: absolute;
  top: -100px;
}

@media screen and (min-width: 769px), print {
  .target.ptx {
    top: -110px;
  }
}
@media screen and (max-width: 768px) {
  .target {
    top: -60px;
  }
  .target.pt {
    top: -80px;
  }
  .ez-toc-section {
    top: -70px;
  }
}
/* w
============================================================================================================ */
.w {
  position: relative;
}

@media screen and (min-width: 769px), print {
  .w {
    max-width: 1080px;
    margin: 0 auto;
  }
  .w.m {
    width: 990px;
  }
  .mw {
    min-width: 1120px;
  }
}
/* spパディング
============================================================================================================ */
@media screen and (max-width: 768px) {
  .sp_pd {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .sp_full {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .sp_full_r {
    margin-right: -15px !important;
  }
}
@media screen and (max-width: 370px) {
  .sp_pd {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .sp_full {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .sp_full_r {
    padding-right: 10px !important;
  }
}
/* header
============================================================================================================ */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #f7fffa;
  border-bottom: 3px solid #44c4a4;
  z-index: 1000;
}

#header form {
  position: relative;
  padding: 3px;
  background: rgb(102, 195, 172);
  background: linear-gradient(to right, rgb(102, 195, 172) 0%, rgb(68, 196, 137) 100%);
  border-radius: 100px;
}

#header form input {
  border: none;
  height: 30px;
  padding: 0 40px 0 15px;
  background: none;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
}

#header form ::-webkit-input-placeholder {
  color: #fff;
}

#header form :-ms-input-placeholder {
  color: #fff;
}

#header form ::-moz-placeholder {
  color: #fff;
}

#header form button {
  position: absolute;
  top: 0;
  right: 4px;
  height: 36px;
  width: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

#header form button svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

@media print {
  #header {
    position: absolute;
  }
}
@media screen and (min-width: 769px), print {
  #header {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    height: 100px;
    padding: 0 30px;
    transform: translate3d(0, 0, 0);
    font-size: 1.5rem;
    line-height: 1.3;
  }
  #header nav,
  #header nav .gnav {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }
  #header nav {
    flex-direction: row-reverse;
  }
  #header nav .gnav {
    width: 650px;
    max-width: 100%;
    text-align: center;
  }
  #header nav .gnav > li {
    position: relative;
    width: 33.3333333333%;
  }
  .gNavButton {
    display: none;
  }
  #header nav .gnav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #44c4a4;
  }
  #header nav .gnav > li:hover > a {
    color: #000;
  }
  #header nav .gnav > li > .gSubNav {
    opacity: 0;
    /* display: none; */
    visibility: hidden;
    position: absolute;
    width: 100%;
    background: #f7fffa;
    transition: opacity 0.25s ease;
  }
  #header nav .gnav > li:hover > .gSubNav {
    opacity: 1;
    visibility: visible;
  }
  #header nav .gnav > li .gSubNav > li {
    line-height: 3;
    font-size: 1.4rem;
    /* margin: 0 .25em; */
  }
  #header nav .gnav > li .gSubNav > li a {
    display: block;
    font-weight: bold;
    text-decoration: none;
  }
  #header nav .gnav > li .gSubNav > li a:hover {
    color: #000;
  }
  #header form {
    margin-left: 15px;
  }
  #header form input {
    width: 200px;
  }
  #header form input:focus {
    background-color: #fff;
    color: #000;
  }
  #header form input:not(:-moz-placeholder-shown) {
    background-color: #fff;
    color: #000;
  }
  #header form input:not(:placeholder-shown) {
    background-color: #fff;
    color: #000;
  }
  #header form input:focus + button svg {
    fill: #44c489;
  }
  #header form input:not(:-moz-placeholder-shown) + button svg {
    fill: #44c489;
  }
  #header form input:not(:placeholder-shown) + button svg {
    fill: #44c489;
  }
  body.init #header form input {
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  }
  body.init #header form button svg {
    transition: fill 0.2s ease-in-out;
  }
}
@media screen and (min-width: 769px) {
  body.init #header {
    transition: height 0.5s, background 0.5s, border 0.5s;
  }
  .head-min #header {
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  #header .logo {
    position: relative;
    z-index: 10;
  }
  #header .logo a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 150px;
    height: 47px;
    -ms-align-items: center;
    align-items: center;
    padding: 0 15px;
  }
  #header .logo img {
    width: 120px;
  }
  /* nav_btn */
  #header .nav_btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #44c4a4;
    z-index: 15;
  }
  #header .nav_btn a {
    position: relative;
    display: block;
    height: 50px;
  }
  #header .nav_btn:before,
  #header .nav_btn a::before,
  #header .nav_btn a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    margin-top: -1px;
    margin-left: -8px;
    border-top: 2px solid #fff;
  }
  body.init #header .nav_btn:before,
  body.init #header .nav_btn a::before,
  body.init #header .nav_btn a::after {
    transition: all 0.3s ease-in-out;
  }
  #header .nav_btn a::before {
    transform: translateY(-7px);
  }
  #header .nav_btn a::after {
    transform: translateY(7px);
  }
  /* nav_btn open */
  #header.open .nav_btn::before {
    opacity: 0;
  }
  #header.open .nav_btn a::before {
    transform: translateY(0) rotate(45deg);
  }
  #header.open .nav_btn a::after {
    transform: translateY(0) rotate(-45deg);
  }
  /* nav */
  #header nav {
    position: fixed;
    top: 50px;
    bottom: 0;
    right: 0;
    /* width: 250px; */
    width: 100%;
    padding: 20px 15px;
    background-color: #44c4a4;
    transform: translateX(110%);
    transition: transform 0.3s;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 8400;
  }
  /* open */
  #header.open nav {
    transform: translateX(0%);
  }
  #header form {
    margin-bottom: 20px;
    padding: 0;
  }
  #header form input {
    width: 100%;
    height: 36px;
    background-color: #fff;
    color: #000;
    font-size: 1.6rem;
  }
  #header form ::-webkit-input-placeholder {
    color: #ccc;
  }
  #header form :-ms-input-placeholder {
    color: #ccc;
  }
  #header form ::-moz-placeholder {
    color: #ccc;
  }
  #header form button svg {
    fill: #44c489;
  }
  #header .gnav > li > a {
    display: block;
    height: 60px;
    line-height: 60px;
    /* padding: 20px 0; */
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: bold;
  }
  #header .gnav > li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 20px;
  }
  #header .gnav > li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  #header .gnav > li .gSubNav {
    position: relative;
  }
  #header .gnav > li .gSubNav::before {
    position: absolute;
    display: block;
    content: "";
    width: 30px;
    height: 1px;
    background-color: #fff;
    top: 20px;
    left: 0;
  }
  #header .gnav > li .gSubNav > li {
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 50px;
  }
  #header .gnav > li .gSubNav > li a {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
  }
}
.paged #header {
  background-color: #f7fffa;
  border-bottom: 3px solid #44c4a4;
}

/* footer
============================================================================================================ */
#footer {
  position: relative;
  margin-top: 140px;
  padding-top: 45px;
  background-color: #44c4a4;
  color: #fff;
}

#footer::before,
#footer::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 340px;
  background-repeat: no-repeat;
  background-size: 100%;
}

#footer::before {
  left: 0;
  top: -320px;
  background-image: url(../img/foot_bg01.png);
}

#footer::after {
  right: 0;
  top: -280px;
  background-image: url(../img/foot_bg02.png);
}

@media screen and (max-width: 768px) {
  #footer {
    margin-top: 80px;
    padding-top: 20px;
  }
  #footer::before,
  #footer::after {
    width: 73px;
    height: 114px;
  }
  #footer::before {
    top: -90px;
  }
  #footer::after {
    top: -60px;
  }
}
/* ページトップ
------------------------------------------------------------- */
@media print {
  #pagetop {
    display: none;
  }
}
/* logo
------------------------------------------------------------- */
#footer .logo {
  margin-bottom: 30px;
  text-align: center;
}

#footer .logo svg {
  fill: #fff;
  width: 180px;
  height: 50px;
}

@media screen and (max-width: 768px) {
  #footer .logo {
    margin-bottom: 20px;
  }
  #footer .logo svg {
    height: 40px;
  }
}
/* nav
------------------------------------------------------------- */
#footer nav {
  margin-bottom: 30px;
}

#footer nav ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

#footer nav a {
  position: relative;
  display: block;
  padding: 5px 15px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #footer nav {
    margin-bottom: 10px;
  }
  #footer nav ul {
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -1px;
  }
  #footer nav li {
    width: 50%;
  }
  #footer nav a {
    padding: 10px 0 10px 30px;
    font-size: 1.2rem;
  }
  #footer nav a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 370px) {
  #footer nav a {
    padding: 10px;
    padding-left: 30px;
  }
  #footer nav a::before {
    right: 10px;
  }
}
/* small
------------------------------------------------------------- */
#footer small {
  display: block;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #footer small {
    padding: 10px;
    font-size: 1rem;
  }
}
/* container
============================================================================================================ */
#container {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
  z-index: 3;
}

#container::before,
#container::after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 768px) {
  #container {
    font-size: 1.4rem;
  }
}
/* ===================================================================================================================

	パーツ

=================================================================================================================== */
/* breadcrumbs
============================================================================================================ */
.breadcrumbs {
  max-width: 1320px;
  margin: 0 auto 30px;
  padding: 20px 0;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #686868;
  overflow: auto;
}

.breadcrumbs ol {
  white-space: nowrap;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  display: block;
  max-width: 100%;
  margin: auto;
}

.breadcrumbs li {
  position: relative;
  display: inline;
}

.breadcrumbs li::after {
  margin-left: 0.5em;
}

.breadcrumbs li.home {
  padding-left: 25px;
  background: url(../img/ico_home.png) no-repeat 0;
  background-size: 18px;
}

.breadcrumbs li::after {
  content: "/";
}

.breadcrumbs li a {
  color: #686868;
  text-decoration: none;
}

.breadcrumbs li:last-child::after {
  content: none;
}

@media screen and (min-width: 769px), print {
  .breadcrumbs li a[href]:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 1.1rem;
  }
  .breadcrumbs li.home {
    padding-left: 20px;
    background-position: 0 48%;
    background-size: 14px;
  }
  .breadcrumbs ol li::after {
    margin: 0 0.5em;
  }
  .breadcrumbs li:last-child {
    padding-right: 15px;
  }
}
/* page_title
============================================================================================================ */
#page_title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  height: 160px;
  text-align: center;
  background: #7dcfb5 url(../img/slash_bg.png);
  background-size: 16px;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  #page_title {
    height: 100px;
    background-size: 8px;
    font-size: 2rem;
  }
}
/* content
============================================================================================================ */
@media screen and (min-width: 769px), print {
  #content > * {
    float: left;
    width: 710px;
  }
  #content > .column_side {
    float: right;
    width: 340px;
  }
}
@media screen and (max-width: 768px) {
  #content > .column_side {
    margin-top: 50px;
  }
}
/* title
============================================================================================================ */
.en_title {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 2px solid #66c3ac;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0;
}

.en_title .ff_en {
  margin-right: 10px;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .en_title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 1.4rem;
  }
  .en_title .ff_en {
    margin-right: 5px;
    font-size: 2rem;
  }
}
/* side
============================================================================================================ */
.column_side h2 {
  margin-bottom: 5px;
  padding: 8px 20px;
  background-color: #f5498f;
  border-radius: 6px;
  color: #fff;
}

.column_side li {
  border-bottom: 1px solid #ececec;
}

.column_side li a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  color: #686868;
  font-size: 1.5rem;
  line-height: 1.6;
}

.column_side li a .img {
  width: 110px;
  /* padding: 20px 0; */
  /* padding-top: 5px; */
  align-self: flex-start;
  overflow: hidden;
  width: 110px;
  height: 73px;
}

.column_side li a .img > img {
  position: relative;
  display: block;
  /* padding-top: 65%;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-background-size: cover;
  background-size: cover; */
  width: 110px;
  height: 73px;
  overflow: hidden;
  transition: 0.5s;
  transform: scale(1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.column_side li a:hover .img > img {
  transform: scale(1.1);
  transition: 0.5s;
}

.column_side li a .title {
  width: calc(100% - 130px);
  /* padding: 10px 0; */
}

span.no_img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
}

span.no_img::before {
  content: "NO IMAGE";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  text-align: center;
  color: #ccc;
  font-size: 1.2rem;
  transform: translateY(-50%);
}

.wpp-list li:last-of-type {
  border-bottom: none;
}

.column_side .app_title {
  margin-top: 15px;
}

.column_side .app_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
}

.column_side .app_list li {
  flex-basis: 26%;
  border-bottom: none;
  margin-bottom: 8px;
}

.column_side .app_list li a {
  display: block;
  text-align: center;
}

.column_side .app_list li a:hover img {
  opacity: 0.5;
  transition: opacity 0.5s;
}

.column_side .app_list li a img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  transition: opacity 0.5s;
}

/* archives-list
============================================================================================================ */
.archives-list a {
  position: relative;
  display: block;
  padding-bottom: 20px;
  background-color: #fff;
  text-decoration: none;
  color: #686868;
  font-size: 1.3rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.archives-list a .cat-name {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 10px;
  background-color: rgba(245, 73, 143, 0.8);
  color: #fff;
  font-weight: bold;
  z-index: 3;
}

.archives-list a .img {
  display: block;
  margin-bottom: 15px;
}

.archives-list a .img > span {
  position: relative;
  display: block;
  padding-top: 65%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.archives-list a .img ~ * {
  margin-left: 20px;
  margin-right: 20px;
}

.archives-list a h2,
.archives-list a h3 {
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #000;
}

.archives-list a .entry-meta {
  margin-top: 15px;
  margin-bottom: 0;
}

/* .wpp-list li  */
.wpp-list {
  counter-reset: number;
}

.a_reverse .wpp-list li {
  padding: 10px 0 15px;
  margin-bottom: 0;
}

ul.wpp-list li {
  position: relative;
}

ul.wpp-list li a .img {
  position: relative;
}

ul.wpp-list li a .img::before {
  counter-increment: number;
  content: counter(number);
  background: #f5498f;
  margin-right: 3px;
  color: #fff;
  /* width: 1.5em;
   height: 1.5em; */
  width: 18px;
  height: 18px;
  font-size: 0.75em;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  display: block;
  text-align: center;
  line-height: 1.7em;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

@media screen and (min-width: 769px), print {
  .archives-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .archives-list > * {
    width: calc(50% - 15px);
  }
  .archives-list > *:nth-child(2) ~ * {
    margin-top: 30px;
  }
  .archives-list a {
    height: 100%;
  }
  .archives-list a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: 3px solid #f5498f;
    opacity: 0;
  }
  .archives-list a:hover::after {
    opacity: 0.8;
  }
  /* ul.wpp-list li a .img::after {
  	content: "";
  	position: absolute;
  	top: 0;
  	right: 0;
  	left: 0;
  	bottom: 0;
  	border: 3px solid #f5498f;
  	opacity: 0;
  	display: inline-block;
  } */
  ul.wpp-list li:hover a .img::after,
  ul.wpp-list li:hover a > span {
    transition: opacity 0.5s;
    opacity: 0.8;
  }
  ul.wpp-list li:hover a .img span {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .archives-list > * + * {
    margin-top: 20px;
  }
  .archives-list a .cat-name {
    font-size: 1.2rem;
  }
  .archives-list a .img ~ * {
    margin-left: 15px;
    margin-right: 15px;
  }
  .archives-list a h2 {
    font-size: 1.6rem;
  }
}
/* entry
============================================================================================================ */
.wp-caption,
.wp-block-image figure {
  max-width: 100%;
  background: #fff;
  display: inline-block;
  padding: 5px;
  margin-bottom: 1.2em;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 3px;
}

.wp-caption img,
.entry-content .wp-caption img,
.entry-content .wp-block-image img {
  max-width: 100%;
  margin-bottom: 0;
}

.wp-caption .wp-caption-text,
.wp-block-image figcaption {
  font-size: 80%;
  margin: 4px 0;
  text-align: center;
}

.gallery,
.wp-block-gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.gallery-item,
.blocks-gallery-item {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.entry-content .gallery-item img {
  margin: 0;
}

.blocks-gallery-grid {
  display: flex;
}

.gallery-columns-2 .gallery-item,
.wp-block-gallery.columns-2 .blocks-gallery-item {
  max-width: calc((100% - 5px) / 2);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2),
.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n+2) {
  margin-right: 0;
}

.gallery-columns-3 .gallery-item,
.wp-block-gallery.columns-3 .blocks-gallery-item {
  max-width: calc((100% - 10px) / 3);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3),
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery-columns-4 .gallery-item,
.wp-block-gallery.columns-4 .blocks-gallery-item {
  max-width: calc((100% - 15px) / 4);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4),
.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery-columns-5 .gallery-item,
.wp-block-gallery.columns-5 .blocks-gallery-item {
  max-width: calc((100% - 20px) / 5);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5),
.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery-columns-6 .gallery-item,
.wp-block-gallery.columns-6 .blocks-gallery-item {
  max-width: calc((100% - 25px) / 6);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6),
.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery-columns-7 .gallery-item,
.wp-block-gallery.columns-7 .blocks-gallery-item {
  max-width: calc((100% - 30px) / 7);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7),
.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery-columns-8 .gallery-item,
.wp-block-gallery.columns-8 .blocks-gallery-item {
  max-width: calc((100% - 35px) / 8);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8),
.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery-columns-9 .gallery-item,
.wp-block-gallery.columns-9 .blocks-gallery-item {
  max-width: calc((100% - 40px) / 9);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9),
.wp-block-gallery.columns-9 .blocks-gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}

.gallery-item:last-of-type {
  padding-right: 0;
}

.gallery-caption,
.blocks-gallery-item figcaption {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  margin: 0;
  padding: 0.3em;
}

.gallery-item > div > a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent;
}

iframe {
  max-width: 100%;
}

.txt_c {
  text-align: center;
}

.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right;
}

.txt_s {
  font-size: 80%;
}

.txt_m {
  font-size: 150%;
}

.txt_l {
  font-size: 250%;
}

.txt_ll {
  font-size: 350%;
}

.alignleft,
img.alignleft {
  margin-right: 2.5%;
  display: inline;
  float: left;
}

.alignright,
img.alignright {
  margin-left: 2.5%;
  display: inline;
  float: right;
}

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.wp-block-button.alignright,
.wp-block-button.alignleft {
  display: block;
  float: none;
}

#content dl,
#content ol,
#content p,
#content ul {
  letter-spacing: 0.025em;
}

.single-title {
  margin-bottom: 20px;
  font-size: 150%;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .single-title {
    font-size: 130%;
  }
}
.entry-meta {
  margin-bottom: 50px;
  font-size: 1.3rem;
  font-weight: bold;
}

.entry-meta > * {
  display: inline-block;
  margin-right: 20px;
}

.entry-meta .cat-name a {
  display: block;
  padding: 1px 10px;
  background-color: #f5498f;
  color: #fff;
  text-decoration: none;
}

.entry-meta .tag-list a {
  display: inline-block;
  text-decoration: none;
  padding: 1px 10px;
  margin: 0 2px;
  border: 1px solid #44c4a4;
}

.entry-meta time {
  padding-left: 24px;
  background: url(../img/ico_updated.png) no-repeat 0;
  background-size: 18px;
  color: #686868;
}

.entry-meta time.undo {
  background-image: url(../img/ico_undo.png);
}

@media screen and (min-width: 769px), print {
  .entry-meta .cat-name a:hover {
    opacity: 0.7;
  }
  .entry-content a.h_item img {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.4s;
  }
  .entry-content a.h_item img:hover {
    opacity: 0.7;
    transform: translateY(3px);
    transition: opacity 0.4s;
  }
}
@media screen and (max-width: 768px) {
  .entry-meta {
    margin-bottom: 30px;
    font-size: 1.2rem;
  }
  .entry-meta .cat-name {
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .entry-meta .tag-list a {
    display: inline-block;
    text-decoration: none;
    padding: 1px 10px;
    margin: 0 2px;
    border: 1px solid #44c4a4;
  }
  .entry-meta time {
    display: block;
    padding-left: 20px;
    background-size: 14px;
    font-size: 1.1rem;
  }
}
.eyecatch {
  position: relative;
  text-align: center;
}

.entry-content p {
  margin: 0 0 1.6em;
  line-height: 1.8;
}

.entry-content table {
  width: 100%;
  font-size: 90%;
  margin-bottom: 1.5em;
}

.wp-block-table.is-style-stripes {
  margin-bottom: 1.5em;
}

.wp-block-table.is-style-stripes table {
  margin-bottom: 0;
}

.wp-block-table.is-style-stripes th {
  background: none;
  padding-bottom: 0.1em;
}

.entry-content table caption {
  margin: 0 0 7px;
  font-size: 75%;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.entry-content tr {
  background: #fff;
}

.entry-content td,
.entry-content th {
  padding: 0.8em 0.5em;
}

.entry-content td {
  border: 1px solid #ddd;
}

.entry-content td input {
  margin: 3px 0;
}

.entry-content th {
  background-color: #f7f7f7;
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid #ddd;
}

.entry-content blockquote {
  font-size: 90%;
  padding: 6% 4% 2%;
  margin: 2.5em 0 3em;
  position: relative;
  border: 1px solid;
  border-radius: 5px;
  opacity: 0.8;
}

.entry-content blockquote:before,
.entry-content blockquote:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  width: 1em;
  height: 1em;
  display: block;
  padding: 0.2em;
  text-align: center;
  font-size: 1.3em;
  line-height: 1;
  background: #fff;
}

.entry-content blockquote:before {
  content: "\f10d";
  left: -0.2em;
  top: -0.3em;
}

.entry-content blockquote:after {
  content: "\f10e";
  right: -0.2em;
  bottom: -0.4em;
}

.entry-content blockquote h1,
.entry-content blockquote h2,
.entry-content blockquote h3,
.entry-content blockquote h4 {
  margin-top: 0 !important;
}

.entry-content dt {
  font-weight: bold;
  margin-bottom: 2%;
}

.entry-content dd {
  margin-left: 0;
  font-size: 0.95em;
  margin-bottom: 4%;
}

.entry-content img {
  margin-bottom: 1.5em;
  max-width: 100%;
  height: auto;
}

.wp-block-media-text img {
  margin-bottom: 0;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.entry-content pre {
  background: #555;
  background: rgba(0, 0, 0, 0.7);
  color: #f8f9fa;
  font-size: 85%;
  line-height: 1.3;
  padding: 1.2em 1.7em;
  margin: 0.2em 0 2.2em;
  border-radius: 5px;
}

/* content - h2,3,4 */
.entry-content h2,
.homeadd_wrap h2 {
  position: relative;
  border: none;
  font-size: 150%;
  line-height: 1.5;
  padding: 0.5em 0.8em;
  margin-top: 2.1em;
  margin-bottom: 1.6em;
  background: rgb(102, 195, 172);
  background: linear-gradient(to right, rgb(102, 195, 172) 0%, rgb(68, 196, 137) 100%);
  color: #ffffff;
}

.entry-content h2:first-child,
.homeadd_wrap.homeaddtop .widget:first-child h2.widgettitle {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .entry-content h2,
  .homeadd_wrap h2 {
    font-size: 130%;
    margin-top: 2em;
    margin-bottom: 1.2em;
  }
}
.entry-content h3 {
  position: relative;
  font-size: 130%;
  line-height: 1.5;
  margin-top: 1.8em;
  margin-bottom: 2em;
}

.entry-content h3::after {
  content: "";
  display: block;
  height: 2px;
  margin-top: 20px;
  background: rgb(102, 195, 172);
  background: linear-gradient(to right, rgb(102, 195, 172) 0%, rgb(68, 196, 137) 100%);
}

@media screen and (max-width: 768px) {
  .entry-content h3 {
    font-size: 130%;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .entry-content h3::after {
    margin-top: 15px;
  }
}
.entry-content h4 {
  border-left: 4px solid;
  padding: 0.5em 0 0.5em 0.8em;
  margin-top: 1.8em;
}

.h_boader .entry-content h2,
.h_boader .homeadd_wrap h2 {
  background: none;
  color: inherit;
  font-size: 150%;
  padding: 0.5em 0.1em;
  border-top: 4px solid;
  border-bottom: 4px solid;
  border-radius: 0;
  box-shadow: none;
}

.h_boader .entry-content h3 {
  border-width: 2px;
  border-top: none;
  font-size: 120%;
  padding: 0.1em;
}

.h_boader .entry-content h4 {
  border-width: 2px;
}

.h_balloon .entry-content h2::after,
.h_balloon .homeadd_wrap h2::after {
  content: "";
  position: absolute;
  border-top: 13px solid #13acca;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  bottom: -11px;
  left: 5%;
}

.h_stitch .entry-content h2,
.h_stitch .homeadd_wrap h2 {
  position: relative;
}

.h_stitch .entry-content h2::before,
.h_stitch .entry-content h2::after,
.h_stitch .homeadd_wrap h2::before,
.h_stitch .homeadd_wrap h2::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 2px dashed #ffffff;
  opacity: 0.5;
}

.h_stitch .entry-content h2::after,
.h_stitch .homeadd_wrap h2::after {
  top: auto;
  bottom: 3px;
}

.h_stitch .entry-content h3 {
  border-top-style: dotted;
  border-bottom-style: dotted;
}

.h_stitch .entry-content h4 {
  border-left-style: dotted;
}

.entry-content h2.is-style-stylenone,
.entry-content h3.is-style-stylenone,
.entry-content h4.is-style-stylenone {
  background: none !important;
  border: none;
  box-shadow: none;
  position: static;
  border-radius: 0;
  color: inherit !important;
  padding: 0;
  margin: 1% 0;
}

.entry-content h2.is-style-stylenone {
  font-size: 120%;
}

.entry-content h3.is-style-stylenone {
  font-size: 110%;
}

.entry-content h4.is-style-stylenone {
  font-size: 100%;
}

/* content - list */
.entry-content li {
  list-style: none;
  position: relative;
  padding-left: 1.35em;
  margin: 0.7em 0;
}

.entry-content li li {
  margin: 0.6em 0;
}

.entry-content ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  display: block;
  position: absolute;
  left: 2px;
  top: 1px;
  transform: scale(0.4);
  color: #44c4a4;
  background: none !important;
}

.entry-content ul ul li:before {
  content: "\f192";
}

/* li css option */
.is-style-border_solid {
  border: 3px solid rgba(102, 102, 102, 0.5);
  padding: 1em;
  margin-left: 0 !important;
}

.is-style-border_dashed {
  border: 3px dashed rgba(102, 102, 102, 0.5);
  padding: 1em;
  margin-left: 0 !important;
}

.entry-content .is-style-icon_arrow li:before {
  transform: scale(1.05);
  content: "\f138";
}

.entry-content .is-style-icon_check li:before {
  transform: scale(0.8);
  content: "\f00c";
}

.entry-content .is-style-icon_check2 li:before {
  transform: scale(1.1);
  content: "\f058";
}

.entry-content .is-style-icon_ban li:before {
  transform: scale(1.1);
  content: "\f05e";
}

.entry-content .is-style-icon_star li:before {
  transform: scale(0.9);
  content: "\f005";
}

.entry-content .is-style-icon_attention li:before {
  transform: scale(1.1);
  content: "\f06a";
}

.entry-content ol {
  counter-reset: number;
}

.entry-content ol[start] {
  counter-reset: unset;
}

.entry-content ol li {
  padding-left: 1.8em;
}

.entry-content 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;
}

.entry-content ol ol li:before {
  font-weight: normal;
  color: #000;
}

.wp-block-gallery li {
  padding: 0;
  margin: 0;
}

.wp-block-gallery li img {
  margin-bottom: 0;
}

.wp-block-gallery li::before {
  content: none !important;
}

.wp-block-cover {
  font-size: 120%;
  font-weight: bold;
  min-height: 40vh;
}

.wp-block-cover p {
  margin-bottom: 0;
}

/* 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: 2px solid #44c4a4;
  opacity: 0;
}

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

.author_conts {
  border: 2px solid #eaeaea;
  padding: 15px;
}

.author_conts_inner {
  display: flex;
}

.author_type_inner h2 {
  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: #000;
}

.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;
  }
}
/*==================================================
Short Code
==================================================*/
.related_article {
  margin: 3% auto;
  text-align: left;
  max-width: 800px;
}

.related_article a {
  color: #333333;
  background: #ffffff;
  box-shadow: 0 0 1px rgba(125, 125, 125, 0.6);
  text-decoration: none;
  display: flex;
  width: 100%;
  padding: 2.5%;
  overflow: hidden;
}

.related_article a:hover {
  color: #888888;
  box-shadow: 0 0 10px rgba(125, 125, 125, 0.5);
  transform: translateY(-2px);
}

.related_article a:active {
  transform: translateY(1px);
  box-shadow: 0 0 1px rgba(125, 125, 125, 0.5);
}

.related_article.typecard a {
  display: block;
  max-width: 350px;
  width: 100%;
}

.related_article.typesimple .inbox {
  overflow: hidden;
}

.related_article.typesimple .thum {
  width: 22%;
  min-width: 100px;
  padding-right: 0.7em;
}

.related_article.typesimple .thum img {
  width: 100%;
  margin-bottom: 0;
}

.related_article p.ttl {
  margin: 0 0 0.1em !important;
  font-size: 95%;
  font-weight: bold;
}

.related_article .ttl::before {
  content: attr(data-labeltext);
  font-size: 70%;
  font-weight: bold;
  color: #fff;
  background: #111;
  display: inline-block;
  padding: 0.1em 0.5em;
  position: relative;
  top: -2px;
  text-align: center;
  margin-right: 0.5em;
  border-radius: 2px;
}

.related_article.labelnone .ttl::before {
  content: none;
}

.related_article .time__date {
  font-size: 80%;
}

.related_article.typecard img {
  margin-bottom: 5px;
}

.supplement {
  border: 2px solid;
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #766341;
  position: relative;
  font-size: 93%;
  padding: 4% 4% 4% 3.3em;
  margin: 1.5em 0 2em;
  border-radius: 4px;
}

.supplement p {
  margin-bottom: 0.8em;
}

.supplement p:last-child,
.cbox p:last-child {
  margin-bottom: 0;
}

.supplement.warning,
.supplement.is-style-warning {
  background-color: #fce3e3;
  border-color: #facccc;
  color: #764141;
}

.supplement.succes,
.wp-block-stk-plugin-supplement.is-style-succes {
  background-color: #cff7c7;
  border-color: #a3cc72;
  color: #466348;
}

.supplement::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  content: "\f06a";
  display: inline-block;
  font-size: 1.1em;
}

.supplement:not(.boader)::before {
  font-size: 1.8em;
  position: absolute;
  left: 0.5em;
}

.supplement.warning::before,
.supplement.is-style-warning::before {
  content: "\f071";
}

.supplement.boader::before,
.supplement.border::before,
.supplement.is-style-border::before {
  content: none;
}

.supplement.noicon::before {
  content: none;
}

.supplement.boader,
.supplement.border,
.supplement.is-style-border {
  background: none;
  color: inherit;
  border-color: #d4d4d4;
}

.supplement.boader,
.supplement.border,
.supplement.is-style-border,
.supplement.noicon {
  padding: 3% 4%;
}

/* BOX */
.cbox {
  padding: 1em 3%;
  margin: 2em 0 2em;
  border: 2px solid #dddddd;
  background: #d4f3ff;
  border-color: #82c8e2;
  color: #465d65;
  border-radius: 0.2em;
}

.cbox.intitle {
  padding-top: 0;
  padding-bottom: 1.4em;
}

.cbox.intitle .box_title .span__box_title {
  position: relative;
  top: -1.1em;
  padding: 0.1em 0.7em;
  background: #82c8e2;
  color: #ffffff;
  font-weight: bold;
  border-radius: 0.2em;
  display: inline-block;
  vertical-align: bottom;
  min-width: 3em;
  text-align: center;
}

.cbox.is-style-blue_box {
  background: #d4f3ff;
  border-color: #82c8e2;
  color: #465d65;
}

.cbox.is-style-blue_box .box_title .span__box_title {
  background: #82c8e2;
}

.cbox.is-style-red_box {
  background: #ffafaf;
  border-color: #e77373;
  color: #654646;
}

.cbox.is-style-red_box .box_title .span__box_title {
  background: #e77373;
}

.cbox.is-style-yellow_box {
  background: #fff8d4;
  border-color: #ded647;
  color: #636546;
}

.cbox.is-style-yellow_box .box_title .span__box_title {
  background: #ded647;
}

.cbox.is-style-green_box {
  background: #d8f7c3;
  border-color: #79e37c;
  color: #42613a;
}

.cbox.is-style-green_box .box_title .span__box_title {
  background: #79e37c;
}

.cbox.is-style-pink_box {
  background: #ffeeee;
  border-color: #f7b2b2;
  color: #775454;
}

.cbox.is-style-pink_box .box_title .span__box_title {
  background: #f7b2b2;
}

.cbox.is-style-glay_box {
  background: #ececec;
  border-color: #c5c5c5;
  color: #555555;
}

.cbox.is-style-glay_box .box_title .span__box_title {
  background: #9c9c9c;
}

.cbox.is-style-black_box {
  background: #313131;
  border-color: #404040;
  color: #ffffff;
}

.cbox.is-style-black_box .box_title .span__box_title {
  background: #404040;
}

/* type simple */
.cbox.type_simple {
  background: #fff;
}

.cbox.type_simple .box_title .span__box_title {
  background: #fff;
  color: #82c8e2;
}

.cbox.type_simple.is-style-blue_box .box_title .span__box_title {
  color: #82c8e2;
}

.cbox.type_simple.is-style-red_box .box_title .span__box_title {
  color: #e77373;
}

.cbox.type_simple.is-style-yellow_box .box_title .span__box_title {
  color: #ded647;
}

.cbox.type_simple.is-style-green_box .box_title .span__box_title {
  color: #79e37c;
}

.cbox.type_simple.is-style-pink_box .box_title .span__box_title {
  color: #f7b2b2;
}

.cbox.type_simple.is-style-glay_box .box_title .span__box_title {
  color: #9c9c9c;
}

.cbox.type_simple.is-style-black_box,
.cbox.type_simple.is-style-black_box .box_title .span__box_title {
  color: #313131;
}

/* Accordion */
.accordion {
  margin: 0.9em 0;
  font-size: 95%;
  position: relative;
  box-shadow: 0 0 10px rgba(102, 102, 102, 0.05);
}

.accordion::before,
.accordion::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #0facca;
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.accordion::after {
  background: #000;
  opacity: 0.02;
}

.accordion_check {
  display: none;
}

.accordion_label {
  position: relative;
  color: initial;
  display: block;
  margin: 0;
  padding: 10px 30px 10px 10px;
  font-weight: bold;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.accordion label::after {
  content: "+";
  position: absolute;
  right: 0.8em;
  top: calc(50% - 0.5em);
  line-height: 1;
  color: rgba(100, 100, 100, 0.7);
  transition: 0.3s;
}

.accordion_check:checked + .accordion_label::after {
  transform: rotate(45deg);
}

.accordion_content {
  border-top: none;
  height: 0;
  opacity: 0;
  padding: 0 1em;
  transition: 0.5s;
  visibility: hidden;
  background: #ffffff;
}

.accordion_content p:last-child {
  margin-bottom: 0;
}

.accordion_check:checked + .accordion_label + .accordion_content {
  height: auto;
  opacity: 1;
  padding: 10px 1em;
  margin: 3px;
  transform: translateY(-3px);
  visibility: visible;
}

.btn-wrap,
.wp-block-button {
  margin: 0.5em 0 1em;
}

.btn-wrap {
  text-align: center;
}

.btn-wrap p,
.wp-block-button p {
  margin: 0;
  padding: 0;
}

.btn-wrap a,
.wp-block-button.is-style-normal a,
.wp-block-button.is-style-simple a {
  position: relative;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  padding: 0.8em 5%;
  max-width: 90%;
  background: #699fd3;
  border-color: #699fd3;
  border-width: 2px;
  border-style: solid;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 1px 10px rgba(0, 0, 0, 0.07);
  color: #ffffff;
  border-radius: 3px;
  text-decoration: none !important;
  font-weight: bold;
}

.btn-wrap a:active,
.wp-block-button a:active {
  transform: translate3d(0px, 1px, 1px);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.widget .btn-wrap:not(.simple) a {
  color: #ffffff;
}

.widget .btn-wrap:not(.simple) a:hover {
  color: #699fd3;
}

.btn-wrap.simple a,
.wp-block-button.is-style-simple a {
  background: none;
  color: #4993AF;
  border: 2px solid #4993AF;
}

.btn-wrap.simple a:hover,
.wp-block-button.is-style-simple a:hover {
  color: #ffffff;
  background: #4993AF;
}

.btn-wrap.lightning a {
  background: #C81C1C;
  border-color: #C81C1C;
  color: #ffffff;
}

.btn-wrap.lightning a:hover {
  background: #ffffff;
  color: #C81C1C;
  border-color: #C81C1C;
}

.btn-wrap.big a,
.wp-block-button.big a {
  font-size: 103%;
  width: 480px;
  max-width: 94%;
}

.btn-wrap.bg {
  background: #efefef;
  background: rgba(0, 0, 0, 0.1);
  padding: 1.5em 1em;
  margin: 2.5em 0;
}

.btn-wrap.bg-yellow {
  background: lightyellow;
  background: rgba(255, 255, 0, 0.2);
  padding: 1.5em 1em;
  margin: 2.5em 0;
}

.btn-wrap.maru,
.btn-wrap.maru a {
  border-radius: 0.6em;
}

.btn-wrap.rich_yellow a,
.wp-block-button.is-style-rich_yellow a {
  font-weight: bold;
  position: relative;
  background-color: #f7cf2e;
  color: #ffffff !important;
  border-radius: 0.2em;
  box-shadow: 0 4px 0 #ecb254;
  border: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
}

.btn-wrap.rich_pink a,
.wp-block-button.is-style-rich_pink a {
  font-weight: bold;
  position: relative;
  background-color: #ee5656;
  color: #ffffff !important;
  border-radius: 0.2em;
  box-shadow: 0 4px 0 #d34e4e;
  border: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
}

.btn-wrap.rich_orange a,
.wp-block-button.is-style-rich_orange a {
  font-weight: bold;
  position: relative;
  background-color: #ef9b2f;
  color: #ffffff !important;
  border-radius: 0.2em;
  box-shadow: 0 4px 0 #cc8c23;
  border: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
}

.btn-wrap.rich_green a,
.wp-block-button.is-style-rich_green a {
  font-weight: bold;
  position: relative;
  background-color: #39cd75;
  color: #ffffff !important;
  border-radius: 0.2em;
  box-shadow: 0 4px 0 #1eae59;
  border: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
}

.btn-wrap.rich_blue a,
.wp-block-button.is-style-rich_blue a {
  font-weight: bold;
  position: relative;
  background-color: #19b4ce;
  color: #ffffff !important;
  border-radius: 0.2em;
  box-shadow: 0 4px 0 #07889d;
  border: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
}

@media screen and (min-width: 769px), print {
  .btn-wrap a:hover,
  .wp-block-button a:hover {
    transform: translate3d(0px, -3px, 1px);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
    opacity: 0.8;
    text-decoration: none !important;
  }
  .btn-wrap a:hover,
  .wp-block-button.is-style-normal a:hover {
    color: #699fd3;
    background: none;
  }
  .btn-wrap.rich_yellow a:hover,
  .wp-block-button.is-style-rich_yellow a:hover {
    color: #ffffff !important;
    background-color: #f7cf2e;
    box-shadow: 0 4px 0 #ecb254, 0 1px 2px rgba(0, 0, 0, 0.07), 0 1px 10px rgba(0, 0, 0, 0.09);
  }
  .btn-wrap.rich_pink a:hover,
  .wp-block-button.is-style-rich_pink a:hover {
    color: #ffffff !important;
    background-color: #ee5656;
    box-shadow: 0 4px 0 #d34e4e, 0 1px 2px rgba(0, 0, 0, 0.07), 0 1px 10px rgba(0, 0, 0, 0.09);
  }
  .btn-wrap.rich_orange a:hover,
  .wp-block-button.is-style-rich_orange a:hover {
    color: #ffffff !important;
    background-color: #ef9b2f;
    box-shadow: 0 4px 0 #cc8c23, 0 1px 2px rgba(0, 0, 0, 0.07), 0 1px 10px rgba(0, 0, 0, 0.09);
  }
  .btn-wrap.rich_green a:hover,
  .wp-block-button.is-style-rich_green a:hover {
    color: #ffffff !important;
    background-color: #39cd75;
    box-shadow: 0 4px 0 #1eae59, 0 1px 2px rgba(0, 0, 0, 0.07), 0 1px 10px rgba(0, 0, 0, 0.09);
  }
  .btn-wrap.rich_blue a:hover,
  .wp-block-button.is-style-rich_blue a:hover {
    color: #ffffff !important;
    background-color: #19b4ce;
    box-shadow: 0 4px 0 #07889d, 0 1px 2px rgba(0, 0, 0, 0.07), 0 1px 10px rgba(0, 0, 0, 0.09);
  }
}
@media screen and (min-width: 769px), print {
  .column-wrap {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }
  .column-wrap .column_2,
  .column-wrap .column_3,
  .column-wrap .column_4,
  .column-wrap .column_5 {
    width: calc(50% - 1em);
    margin: 0 0.5em 1em;
  }
  .column-wrap .column_3 {
    width: calc(33.3333% - 1em);
  }
  .column-wrap .column_4 {
    width: calc(25% - 1em);
  }
  .column-wrap .column_5 {
    width: calc(20% - 1em);
  }
  .column-wrap .child_column:first-child {
    margin-left: 0;
  }
  .column-wrap .child_column:last-child {
    margin-right: 0;
  }
  .column-wrap p {
    margin-bottom: 0.5em;
  }
  .column-wrap .child_column img {
    margin-bottom: 1.5%;
  }
  .column-wrap .child_column h2,
  .column-wrap .child_column h3 {
    margin-top: 1em;
  }
}
.voice {
  margin: 1em 0 1.3em;
  font-size: 95%;
  overflow: hidden;
}

.voice .voicecomment {
  border: 4px solid rgba(213, 213, 213, 0.5);
  margin-top: 1em;
  padding: 2.5%;
  position: relative;
  width: 85%;
  border-radius: 0.6em;
}

.voice .voicecomment:after {
  content: "";
  position: absolute;
  top: 10px;
  left: -18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent rgba(213, 213, 213, 0.5) transparent transparent;
  border-width: 7px;
}

.voice.r .voicecomment:after {
  left: auto;
  right: -18px;
  border-color: transparent transparent transparent rgba(213, 213, 213, 0.5);
  border-width: 7px;
}

.voice.l .voicecomment {
  float: right;
}

.voice.r .voicecomment {
  float: left;
}

.voice.fb .voicecomment,
.voice.is-style-fb .voicecomment {
  background: #4e71ba;
  border-color: #4e71ba;
  color: #fff;
}

.voice.fb .voicecomment:after,
.voice.is-style-fb .voicecomment:after {
  border-color: transparent #4e71ba transparent transparent;
}

.voice.fb.r .voicecomment:after,
.voice.is-style-fb.r .voicecomment:after {
  border-color: transparent transparent transparent #4e71ba;
}

.voice.line .voicecomment,
.voice.is-style-line .voicecomment {
  background: #7ACC40;
  border-color: #7ACC40;
  color: #fff;
}

.voice.line .voicecomment:after,
.voice.is-style-line .voicecomment:after {
  border-color: transparent #7ACC40 transparent transparent;
}

.voice.line.r .voicecomment:after,
.voice.is-style-line.r .voicecomment:after {
  border-color: transparent transparent transparent #7ACC40;
}

.voice .voicecomment p {
  margin-bottom: 1em;
}

.voice .voicecomment p:last-child {
  margin-bottom: 0;
}

.voice .icon {
  width: 13%;
  text-align: center;
}

.voice.l .icon {
  float: left;
}

.voice.r .icon {
  float: right;
}

.voice .voice_icon__img {
  border-radius: 50%;
  margin: 0;
  border: 4px solid #f5f5f5;
}

.voice.icon_red .voice_icon__img {
  border-color: #FF4E4E;
}

.voice.icon_blue .voice_icon__img {
  border-color: #50B4DE;
}

.voice.icon_yellow .voice_icon__img {
  border-color: #faee00;
}

.voice.icon_black .voice_icon__img {
  border-color: #222;
}

.voice .icon .name {
  font-size: 1.3rem;
  padding: 0.4em 0;
}

@media screen and (max-width: 768px) {
  .voice .icon .name {
    font-size: 1rem;
  }
  .voice .voicecomment {
    width: 77%;
    margin-top: 0;
  }
  .voice .icon {
    width: 20%;
  }
}
.voice.big .icon {
  width: 18%;
}

.voice.big .voicecomment {
  width: 79%;
}

/* SNS */
.sharewrap h3 {
  margin-bottom: 0;
}

.sharewrap h3::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1e0";
  display: inline-block;
  transform: scale(1.2);
  margin: 0 0.3em;
}

.sns_btn {
  margin: 1em 0;
}

.sns_btn ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-size: 80%;
  font-weight: bold;
}

.sns_btn li {
  width: 25%;
  margin: 4px;
}

.sns_btn li:first-child {
  margin-left: 0;
}

.sns_btn li:last-child {
  margin-right: 0;
}

.sns_btn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  padding: 0.4em 0.2em;
  border-radius: 0.3em;
  position: relative;
}

.sns_btn li a .count {
  position: absolute;
  right: 3px;
  top: 2px;
  font-size: 10px;
  transform: scale(0.85);
  margin: 0;
  min-width: 1.5em;
}

.sns_btn li a::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  display: inline-block;
  margin-right: 3px;
  text-align: center;
  font-size: 155%;
  width: 1.2em;
}

@media screen and (min-width: 769px), print {
  .sns_btn li a[href] {
    transition: transform 0.2s ease-in-out, background 0.2s ease-in-out;
  }
  .sns_btn li a[href]:hover {
    transform: translateY(3px);
  }
}
/* Twitter */
.sns_btn .twitter a {
  background: #00acee;
  box-shadow: 0 3px 0 #0092ca;
}

.sns_btn .twitter a::before {
  content: "\f099";
}

@media screen and (min-width: 769px), print {
  .sns_btn .twitter a:hover {
    background: #0092ca;
  }
}
/* Facebook */
.sns_btn .facebook a {
  background: #1f6aba;
  box-shadow: 0 3px 0 #2c4373;
}

.sns_btn .facebook a::before {
  content: "\f09a";
}

@media screen and (min-width: 769px), print {
  .sns_btn .facebook a:hover {
    background: #2c4373;
  }
}
/* hatebu */
.sns_btn .hatebu a {
  background: #2f70be;
  box-shadow: 0 3px 0 #43638b;
}

.sns_btn .hatebu a:before {
  content: "B!";
  font-family: inherit;
  font-weight: bold;
}

@media screen and (min-width: 769px), print {
  .sns_btn .hatebu a:hover {
    background: #43638b;
  }
}
/* LINE */
.sns_btn .line a {
  background: #25af00;
  box-shadow: 0 3px 0 #219900;
}

.sns_btn .line a::before {
  content: "\f3c0";
  transform: scale(1.2);
}

@media screen and (min-width: 769px), print {
  .sns_btn .line a:hover {
    background: #219900;
  }
}
/* Pocket */
.sns_btn .pocket a {
  background: #ec2136;
  box-shadow: 0 3px 0 #c0392b;
}

.sns_btn .pocket a::before {
  content: "\f265";
}

@media screen and (min-width: 769px), print {
  .sns_btn .pocket a:hover {
    background: #c0392b;
  }
}
@media only screen and (max-width: 767px) {
  .sns_btn li a {
    flex-flow: wrap column;
    line-height: 1.2;
    padding: 0.7em 0.1em 0.4em;
  }
  .sns_btn li a::before {
    margin: 0 auto 2px;
    display: block;
  }
  .sns_btn li a .text {
    font-size: 10px;
    transform: scale(0.85);
    display: block;
  }
}
.entry-content #ez-toc-container {
  display: block;
  width: 100%;
  padding: 0;
  border: 4px solid #eaeaea;
  border-radius: 0;
  box-shadow: none;
}

.entry-content #ez-toc-container .ez-toc-title-container {
  position: relative;
  padding: 20px 30px;
  font-weight: bold;
  font-size: 1.8rem;
  cursor: pointer;
}

.entry-content #ez-toc-container .ez-toc-title-container::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 14px;
  height: 14px;
  margin-top: -10px;
  border-bottom: 4px solid #44c4a4;
  border-right: 4px solid #44c4a4;
  transform: rotate(45deg);
  transition: transform 0.3s;
}

.entry-content #ez-toc-container .ez-toc-title-container.open::before {
  content: "";
  transform: translateY(3px) rotate(225deg);
}

.entry-content #ez-toc-container .ez-toc-title-container .ez-toc-title {
  font-weight: bold;
  font-size: 100%;
}

.entry-content #ez-toc-container .ez-toc-title-container .ez-toc-title-toggle {
  display: none;
}

.entry-content #ez-toc-container nav {
  height: 0;
  overflow: hidden;
  transition: height 0.3s;
}

.entry-content #ez-toc-container nav ul {
  padding: 0 30px 30px;
}

.entry-content #ez-toc-container nav ul li::before {
  content: none;
}

.entry-content #ez-toc-container nav ul ul {
  padding: 0;
  margin-top: 0.2em;
}

.entry-content #ez-toc-container nav ul li {
  margin-bottom: 0.2em;
  font-size: 100%;
}

.article-footer {
  border-top: 1px solid #eaeaea;
  padding-top: 40px;
}

.article-footer .post-categories {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.article-footer .post-categories a {
  display: block;
  margin: 0 10px 10px 0;
  padding: 1px 10px;
  background-color: #f5498f;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3rem;
}

@media screen and (min-width: 769px), print {
  .article-footer .post-categories a:hover {
    opacity: 0.7;
  }
}
#np-post {
  margin-top: 60px;
}

#np-post a {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  border: 1px solid #eaeaea;
  text-decoration: none;
  color: #686868;
  font-size: 1.5rem;
  line-height: 1.6;
}

#np-post a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 3px solid #44c4a4;
  border-right: 3px solid #44c4a4;
  transform: rotate(45deg);
}

#np-post .prev a {
  padding-left: 30px;
}

#np-post .prev a::before {
  left: 10px;
  right: auto;
  transform: rotate(-135deg);
}

#np-post .next a {
  padding-right: 30px;
}

#np-post a .eyecatch {
  width: 80px;
}

#np-post a .ttl {
  width: calc(100% - 95px);
}

@media screen and (min-width: 769px), print {
  #np-post {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  #np-post > * {
    width: calc(50% - 10px);
  }
  #np-post .prev {
    margin-right: auto;
  }
  #np-post .next {
    margin-left: auto;
  }
  #np-post a {
    height: 100%;
  }
  #np-post a:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border: 2px solid #44c4a4;
    opacity: 0;
  }
  #np-post a:hover:after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  #np-post {
    margin-top: 40px;
  }
  #np-post > * + * {
    margin-top: 15px;
  }
  #np-post a {
    font-size: 1.3rem;
  }
}
#related-box {
  margin-top: 60px;
}

#related-box ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
}

#related-box li a {
  position: relative;
  display: block;
  color: #000;
  font-size: 1.3rem;
  line-height: 1.6;
  text-decoration: none;
  font-weight: bold;
}

#related-box li a .img {
  display: block;
  margin-bottom: 10px;
}

#related-box li a .img > span {
  position: relative;
  display: block;
  padding-top: 65%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

#related-box li a .cat-name {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 5px;
  background-color: rgba(245, 73, 143, 0.8);
  color: #fff;
  z-index: 3;
}

#related-box li a time {
  display: block;
  margin-bottom: 3px;
  color: #686868;
}

@media screen and (min-width: 769px), print {
  #related-box ul > * {
    width: 25%;
    padding-left: 10px;
  }
  #related-box ul > *:nth-child(4) ~ * {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #related-box {
    margin-top: 40px;
  }
  #related-box ul > * {
    width: 50%;
    padding-left: 10px;
  }
  #related-box ul > *:nth-child(2) ~ * {
    margin-top: 30px;
  }
  #related-box li a {
    font-size: 1.2rem;
  }
  #related-box li a .cat-name {
    font-size: 1rem;
  }
}
.af_btn {
  width: 70%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}

.af_btn .micoro_copy {
  text-align: center;
  margin-bottom: 2px;
  font-size: 1.3rem;
}

.af_btn_inner:hover {
  transform: translateY(4px);
  opacity: 0.7;
  transition: 0.2s;
}

.af_btn_inner {
  transform: translateY(0);
  transition: 0.2s;
  text-align: center;
  border-radius: 6px;
  margin: 0 auto;
  padding: 10px;
  border-bottom: solid 4px #a9a9a9;
}

.af_btn a {
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
  display: block;
}

.af_btn img {
  display: none;
}

.af_btn.blue .af_btn_inner {
  background-color: #66D0F6;
}

.af_btn.green .af_btn_inner {
  background-color: #44c4a4;
}

.af_btn.orange .af_btn_inner {
  background-color: #fba425;
}

.af_btn.red .af_btn_inner {
  background-color: #ff4f56;
}

@media screen and (max-width: 768px) {
  .af_btn {
    width: 100%;
  }
  .af_btn a {
    font-size: 1.5rem;
  }
}
/* .wp-pagenavi
============================================================================================================ */
.wp-pagenavi {
  margin-top: 80px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.wp-pagenavi > * {
  line-height: 1;
  margin: 0 5px 5px;
}

.wp-pagenavi a,
.wp-pagenavi .current {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 34px;
  height: 34px;
  background-color: #44c4a4;
  border: 2px solid #44c4a4;
  border-radius: 100px;
  line-height: 30px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi .current {
  color: #44c4a4;
  background-color: #fff;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  height: 0;
  padding-top: 30px;
  background-color: #eeeeee;
  border-color: #eeeeee;
}

.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 2px solid #44c4a4;
  border-right: 2px solid #44c4a4;
  transform: rotate(45deg);
}

.wp-pagenavi .previouspostslink {
  transform: rotate(180deg);
}

@media screen and (min-width: 769px), print {
  .wp-pagenavi a:hover {
    color: #44c4a4;
    background-color: #fff;
  }
  .wp-pagenavi .previouspostslink:hover,
  .wp-pagenavi .nextpostslink:hover {
    border-color: #44c4a4;
  }
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin: 50px -10px 0;
  }
  .wp-pagenavi > * {
    margin: 0 3px 5px;
  }
  .wp-pagenavi .extend {
    display: none;
  }
}
/* .page
============================================================================================================ */
.page-content {
  padding-left: 27px;
  border-left: 3px solid #eeeeee;
  font-size: 1.5rem;
}

.page-content img {
  max-width: 100%;
  height: auto;
}

.page-content > h1 {
  margin-bottom: 1em;
  font-size: 2.4rem;
  line-height: 1.5;
}

.page-content .entry_body {
  line-height: 2;
}

.page-content .entry_body h2 {
  margin: 50px 0 1em;
  font-size: 2.2rem;
  line-height: 1.5;
}

.page-content .entry_body p {
  margin: 0 0 2em;
}

.page-content .entry_body *:last-child {
  margin-bottom: 0;
}

.list-type03 {
  counter-reset: list_type3;
}

.list-type03 > li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 2em;
}

.list-type03 > li::before {
  counter-increment: list_type3;
  content: counter(list_type3) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.list-type01 li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
}

.list-type01 li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0.2em;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #707070;
}

@media screen and (max-width: 768px) {
  .page-content {
    padding-left: 14px;
    margin-left: -5px;
    font-size: 1.3rem;
  }
  .page-content > h1 {
    font-size: 2rem;
  }
  .page-content .entry_body h2 {
    margin: 40px 0 1em;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 769px), print {
  .profile-warp {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  .profile-warp .author-img {
    width: 28%;
  }
  .profile-warp .author-text {
    width: 68%;
  }
}
@media screen and (max-width: 768px) {
  .profile-warp .author-img {
    width: 44%;
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
  }
}
/* form
============================================================================================================ */
.entry-content form {
  font-weight: bold;
  color: #666;
}

.entry-content form .hissu {
  display: inline-block;
  margin-left: 10px;
  padding: 1px 10px;
  color: #f5498f;
  border: 2px solid;
  font-size: 80%;
  line-height: 1.5;
  vertical-align: middle;
}

.entry-content input[type=text],
.entry-content input[type=email],
.entry-content input[type=tel],
.entry-content input[type=number],
.entry-content input[type=password],
.entry-content textarea {
  width: 100%;
  padding: 12px 16px;
  background-color: #f5f5f5;
  border: 2px solid #f5f5f5;
  border-radius: 6px;
  font-size: 1.6rem;
  color: #000;
  font-weight: bold;
}

.entry-content textarea {
  width: 100%;
  height: 200px;
}

.entry-content ::-webkit-input-placeholder {
  color: #999999;
}

.entry-content :-ms-input-placeholder {
  color: #999999;
}

.entry-content ::-moz-placeholder {
  color: #999999;
}

.entry-content input[type=text],
.entry-content input[type=email],
.entry-content input[type=tel],
.entry-content input[type=number],
.entry-content input[type=password],
.entry-content select,
.entry-content textarea {
  transition: border 0.3s, box-shadow 0.3s;
}

.entry-content input[type=text]:focus,
.entry-content input[type=email]:focus,
.entry-content input[type=tel]:focus,
.entry-content input[type=number]:focus,
.entry-content input[type=password]:focus,
.entry-content select:focus,
.entry-content textarea:focus {
  outline: 0;
  background-color: #fff;
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.8);
}

.entry-content form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 10px;
}

.entry-content form .required,
.entry-content form .req {
  color: #44c4a4;
}

.entry-content form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 5px;
  font-weight: bold;
  color: #dd0000;
}

.entry-content input[type=submit] {
  position: relative;
  max-width: 100%;
  display: block;
  width: 320px;
  height: 60px;
  margin: 60px auto 0;
  background: linear-gradient(to right, rgb(102, 195, 172) 0%, rgb(68, 196, 137) 100%);
  border: 2px solid #44c4a4;
  border-radius: 100px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  cursor: pointer;
  font-family: inherit;
  outline: none;
}

.entry-content form .div_text {
  margin-top: 10px;
  margin-bottom: 2em !important;
}

.entry-content form .button_div {
  text-align: center;
  margin-top: 40px;
}

.entry-content form .button_div input[type=submit] {
  margin-top: 20px;
}

@media screen and (min-width: 769px), print {
  body.init .entry-content input[type=submit] {
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out, opacity 0.2s ease-in-out;
  }
  .entry-content input[type=submit]:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .entry-content input[type=text],
  .entry-content input[type=email],
  .entry-content input[type=tel],
  .entry-content input[type=number],
  .entry-content input[type=password],
  .entry-content textarea {
    padding: 8px 10px;
  }
  .entry-content textarea {
    height: 150px;
  }
  .entry-content input[type=submit] {
    width: 100%;
    height: 50px;
    margin-top: 30px;
    font-size: 1.4rem;
  }
  .entry-content form .button_div {
    text-align: center;
    margin-top: 30px;
  }
}
/* 監修者一覧
============================================================================================================ */
.supervisor_head {
  border-bottom: 2px solid #42bc98;
  padding: 0 0 1.9rem;
  margin-bottom: 6.4rem;
}

.supervisor_head h1 {
  text-align: center;
  font-weight: bold;
  padding: 0 0 0 60px;
  min-height: 48px;
  font-size: 2.2rem;
  letter-spacing: 0.07em;
  line-height: 1;
}

.supervisor_head p {
  font-size: 1.6rem;
}

.supervisor_img {
  width: 9rem;
  height: 9rem;
  margin: 0 2.25rem 0 0;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
}

.supervisor_img img {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.supervisor_list_item_body {
  display: flex;
  align-items: center;
  position: relative;
  bottom: -1.5rem;
  padding: 0 2.7rem;
}

.supervisor_list_item {
  margin-bottom: 2.3rem;
}

.supervisor_list_item .supervisor_name {
  font-size: 1.78rem;
}

.supervisor_list_item .supervisor_list_item_box div {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.3;
}

.supervisor_list_item .supervisor_list_item_card p {
  background-color: #efefef;
  padding: 34px 20px;
  font-size: 1.4rem;
}

.supervisor_list_item .supervisor_list_item_card a {
  display: inline-block;
  border-radius: 0;
  border: none;
  background-color: transparent;
  width: auto;
  height: auto;
}
.supervisor_list_item .supervisor_list_item_card a:before {
  content: none;
}
.supervisor_list_item .supervisor_list_item_card a:hover {
  text-decoration: none;
  background-color: transparent;
}

.supervisor_list_item .arrow {
  position: absolute;
  right: 2.47rem;
  bottom: 3rem;
}

.supervisor_list_item a {
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #42bc98;
  background-color: rgba(178, 178, 178, 0);
  transition: background 0.3s;
  width: 44px;
  height: 44px;
  position: relative;
}

.supervisor_list_item a::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.07rem);
  left: calc(50% - 0.12rem);
  transform: rotate(45deg);
  display: block;
  width: 1.13rem;
  height: 1.13rem;
  border-top: 1px solid #42bc98;
  border-right: 1px solid #42bc98;
  transition: border-color 0.3s;
  position: absolute;
  top: 16px;
  left: 13px;
}

.supervisor_list_item a:hover {
  background-color: #42bc98;
  transition: 1s;
}

.supervisor_list_item a:hover::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: 1s;
}

@media screen and (max-width: 768px) {
  .supervisor_list_item .arrow {
    right: 0;
  }
}
/* 監修者
============================================================================================================ */
.profile .profile_head h2 {
  border-bottom: 2px solid #42bc98;
  font-family: graphie, sans-serif;
  font-size: 3.2rem;
  color: #42bc98;
  margin-bottom: 3rem;
}

.profile .profile_head.ja h2 {
  font-size: 2.6rem;
}

.profile .profile_head span {
  display: block;
  margin-bottom: -16px;
}

.profile .profile_head.ja span {
  margin-bottom: -11px;
}

.profile .profile_items {
  display: grid;
  grid-template-columns: 93px 1fr;
  grid-gap: 30px;
  margin-bottom: 3rem;
}

.profile .profile_items .profile_img {
  width: 10rem;
  height: 10rem;
  margin: 0 2.25rem 0 0;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
}

.profile .profile_img img {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile .profile_detaile > p {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.3;
}

.profile .profile_detaile h3 {
  font-size: 2.3rem;
  letter-spacing: 0.16rem;
  margin-bottom: 0.4rem;
}

.profile .profile_detaile .profile_text p {
  font-size: 1.4rem;
}

.profile .profile_detaile .profile_text li {
  padding-left: 2.5rem;
  margin: 0.7em 0;
  position: relative;
  font-size: 1.4rem;
}

.profile .profile_detaile .profile_text 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;
}

.profile .profile_section {
  margin-bottom: 6rem;
}

.author .profile_detaile .profile_text li {
  padding-left: 2.5rem;
  margin: 0.35em 0;
  position: relative;
  font-size: 1.4rem;
}

.profile .profile_section h3 {
  position: relative;
  margin-top: 1.8em;
  margin-bottom: 2em;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.46;
  color: #000;
  border-bottom: solid 3px #44c4a4;
}

@media screen and (max-width: 768px) {
  .profile .profile_detaile h3 {
    font-size: 1.78rem;
  }
  .supervisor_list_item_body {
    padding: 0 0.7rem;
  }
  .profile .profile_section h3 {
    font-size: 4.8vw;
    margin-bottom: 1.5em;
    padding: 5px 10px;
  }
  .archive_post_2021.author {
    background: #fff;
  }
}
/* 記事に携わってる専門家
============================================================================================================ */
.single .specialists .wrap {
  display: flex;
}

.single .specialists {
  margin: 3rem 0;
}

.single .specialists .specialists_title {
  font-weight: bold;
  margin-bottom: 15px;
}

.single .specialists .specialists_img {
  width: 9rem;
  height: 9rem;
  margin: 0 2.25rem 1.25rem 0;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
}

.single .specialists .specialists_img img {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #42bc98;
  opacity: 0.6;
}

.single .specialists .specialists_img img.active {
  opacity: 1;
}

.single .specialists_card {
  background-color: #f3f3f3;
  font-size: 1.5rem;
  padding: 2.4rem;
  border-radius: 8px;
}

.single .specialists_card .name {
  margin-bottom: 0.7rem;
  font-weight: 600;
}

.single .specialists_card .name span {
  font-size: 1.3rem;
  margin-left: 0.4rem;
}

.single .specialists_card .card {
  font-size: 1.4rem;
}

.single .specialists_card {
  display: none;
}

.single .specialists_card.show {
  display: block;
}

@media screen and (max-width: 768px) {
  .single .specialists .specialists_img {
    width: 5.5rem;
    height: 5.5rem;
    margin: 0 1rem 1rem 0;
  }
}
/* 吹き出し（肩書き）
============================================================================================================ */
.layout_voice_type {
  display: flex;
}

.layout_voice.layout_voice_type figure {
  float: none;
  align-self: flex-start;
  margin-right: 0.9rem;
}

.layout_voice.layout_voice_type figure + div {
  flex-basis: 100%;
}

.layout_voice.layout_voice_type .txt_box {
  margin-top: 0.2em;
  width: 100%;
}

.layout_voice.layout_voice_type .name {
  font-size: 1.15rem;
  letter-spacing: 0.1em;
}

.layout_voice.layout_voice_type.right figure {
  order: 1;
  margin-left: 0.9rem;
}

.layout_voice.layout_voice_type.right .txt_box {
  margin: 0 0 0 auto;
}

.layout_voice.layout_voice_type.right .name {
  text-align: right;
}

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

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

.layout_voice.layout_voice_type .name_title span:first-of-type {
  font-weight: 600;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .layout_voice.layout_voice_type .txt_box {
    width: 100%;
  }
  .layout_voice.layout_voice_type figure {
    width: 25%;
  }
}
/* 404
============================================================================================================ */
.searchform {
  position: relative;
  margin-bottom: 50px;
}

.searchform input[type=search] {
  width: 100%;
  height: 60px;
  padding: 0 80px 0 20px;
  background-color: #fff;
  border: 3px solid #44c4a4;
  border-radius: 100px;
  font-weight: bold;
  font-size: 1.8rem;
}

.searchform button {
  position: absolute;
  right: 10px;
  top: 0;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

.searchform button svg {
  width: 24px;
  height: 24px;
  fill: #44c489;
}

@media screen and (max-width: 768px) {
  .searchform input[type=search] {
    padding: 0 60px 0 20px;
    font-size: 1.6rem;
  }
  .searchform button {
    width: 50px;
  }
  .searchform button svg {
    width: 24px;
    height: 24px;
    fill: #44c489;
  }
}
#page-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 3%;
  bottom: 30px;
  background: #44c4a4;
  opacity: 0.8;
  border-radius: 50%;
  z-index: 3;
  transform: translateY(200px);
  transition: 0.6s;
}

#page-top.pt-active {
  transform: translateY(0);
  transition: 0.6s;
}

#page-top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page-top a::before,
#page-top a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: 23px;
}

#page-top a::before {
  transform: rotate(-45deg);
  left: 15px;
}

#page-top a::after {
  transform: rotate(45deg);
  right: 15px;
}

.spnav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #f7fffa;
  padding: 10px 0;
}

.spnav li {
  position: relative;
  text-align: center;
  font-size: 1.2rem;
}

.spnav li:not(:last-child) {
  margin-right: 1.5rem;
}

.spnav li a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

@media screen and (min-width: 769px), print {
  .spnav {
    display: none;
  }
}
#footer .footer_submenu li {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
}

#footer .footer_submenu li a {
  display: inline-block;
  padding: 5px 0;
}

@media screen and (max-width: 768px) {
  #footer .footer_submenu {
    padding: 0 30px;
  }
  #footer .footer_submenu li {
    width: 100%;
  }
  #footer .footer_submenu li a {
    padding: 10px 0;
  }
  #footer .footer_submenu li a:before {
    display: none;
  }
}