@charset "UTF-8";
.p-mv {
  background: url(../../../images/common/img_blogMv.webp);
  background-size: cover;
  background-position: center;
}
.p-mv h1 {
  height: 300px;
}
.p-box {
  padding: 50px 0 80px;
}
body.single .p-box {
  padding: 135px 0 80px;
}
.p-news__post {
  padding: 15px 0;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: dashed 1px #CBCBCB;
}
.p-news__post dt {
  width: 180px;
  float: left;
}
.p-news__post dd {
  padding: 0 20px;
  width: calc(100% - 180px);
  float: left;
}
.p-news__post dd a {
  display: block;
  text-decoration: none;
  color: #000;
}
.p-news__content {
  padding: 60px 0;
}
.p-news__content .m-button01 {
  margin-top: 50px;
}
.p-news__cat {
  display: inline-block;
  padding: 5px 0;
  margin-left: 21px;
  width: 70px;
  height: 25px;
  line-height: 1;
  text-align: center;
  background: #E8380D;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-post-content {
  margin-top: 50px;
  border: solid 1px #ccc;
  padding: 49px;
}
.p-post-date {
  padding-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
.p-post-ttl {
  padding-bottom: 10px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
.p-post-head {
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
}
.m-editor-box h2 {
  margin: 0 -50px 20px;
  padding: .5em 50px;
  background-color: #f5f5f5;
  font-size: 2em;
  font-weight: 700;
}
.m-editor-box h3 {
  display: inline-block;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding: .5em 0;
  font-size: 1.7em;
  font-weight: 700;
}
.m-editor-box h4 {
  margin-bottom: 20px;
  font-size: 1.4em;
  font-weight: 700;
}
.m-editor-box h4 {
  margin-bottom: 20px;
  font-size: 1.4em;
  font-weight: 700;
}
.m-editor-box ul {
  list-style-type: disc;
  margin-bottom: 20px;
  padding-left: 1.5em;
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-editor-box ul ul {
  list-style-type: circle;
  margin-bottom: 0;
}
.m-editor-box ol {
  list-style-type: decimal;
  margin-bottom: 20px;
  padding-left: 1.5em;
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-editor-box ol ol {
  margin-bottom: 0;
}
.m-editor-box blockquote {
  margin: 0;
  padding: 1em;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .p-mv {
    background: url(../../../images/common/img_blogMv_sp.webp);
    background-size: cover;
    background-position: center;
  }
  .p-mv h1 {
    height: 50vw;
  }
  .p-box {
    padding: 55px 0 0 !important;
  }
  .p-ttl {
    font-size: 6vw;
    padding-bottom: 4vw;
  }
  .p-ttl span {
    font-size: 14vw;
    bottom: inherit;
    top: -6vw;
  }
  .p-news__post dt {
    padding-bottom: 2vw;
    width: 100%;
    float: inherit;
  }
  .p-news__post dd {
    float: inherit;
    width: 100%;
    padding: 0;
  }
  .p-post-content {
    margin-top: 10vw;
    padding: 5vw;
  }
  .p-post-head {
    margin-bottom: 5vw;
  }
  .p-post-ttl {
    padding-bottom: 2vw;
    font-size: 5vw;
  }
  .m-editor-box h2 {
    margin: 0 -5vw 20px;
    padding: .5em 5vw;
    font-size: 1.6em;
  }
  .m-editor-box h3 {
    font-size: 1.4em;
  }
  .m-editor-box h4 {
    font-size: 1.2em;
  }
  .m-editor-box ul {
    font-size: 4vw;
    line-height: 1.7;
  }
  .m-editor-box ol {
    font-size: 4vw;
    line-height: 1.7;
  }
}
@media (min-width:768px) {
  #paging {
    padding: 4rem 0 3rem;
  }
  #paging .paging__list {
    display: flex;
    align-items: center;
    justify-content: center
  }
  #paging .paging__list__item {
    letter-spacing: 0;
    font-weight: 700;
    font-size: 2rem;
    font-family: "Roboto", sans-serif;
    margin: 0 2.5rem;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
  }
  #paging .paging__list__item.current p {
    background-color: #F0F0F0;
  }
  #paging .paging__list__item a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: #787878;
    transition: all .3s;
  }
  #paging .paging__list__item a:hover {
    background-color: #F0F0F0;
  }
  #paging .paging__list__item.prev, #paging .paging__list__item.next {
    width: 55px;
    height: 55px;
    line-height: 1;
    position: relative;
    top: 3px;
  }
  #paging .paging__list__item.prev a, #paging .paging__list__item.next a {
    overflow: hidden;
    white-space: nowrap;
    text-indent: 150%;
  }
  #paging .paging__list__item.prev a {
    background: url("../../../images/common/arrow_slider-left02.png") no-repeat;
    background-size: contain;
  }
  #paging .paging__list__item.next a {
    background: url("../../../images/common/arrow_slider-right02.png") no-repeat;
    background-size: contain;
  }
  #paging .paging__list__item.prev a:hover, #paging .paging__list__item.next a:hover {
    opacity: .7;
  }
}
@media (max-width:767px) {
  #paging {
    padding: 2rem 0 5rem;
  }
  #paging .paging__list {
    display: flex;
    align-items: center;
    justify-content: center
  }
  #paging .paging__list__item {
    letter-spacing: 0;
    font-weight: 700;
    font-size: 2rem;
    font-family: "Roboto", sans-serif;
    margin: 0 1rem;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
  }
  #paging .paging__list__item.dot {
    display: none;
  }
  #paging .paging__list__item.current p {
    background-color: #F0F0F0;
  }
  #paging .paging__list__item a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: #787878;
  }
  #paging .paging__list__item.prev, #paging .paging__list__item.next {
    position: relative;
    top: 2px;
  }
  #paging .paging__list__item.prev a, #paging .paging__list__item.next a {
    overflow: hidden;
    white-space: nowrap;
    text-indent: 150%;
  }
  #paging .paging__list__item.prev a {
    background: url("../../../images/common/arrow_slider-left02.png") no-repeat;
    background-size: contain;
  }
  #paging .paging__list__item.next a {
    background: url("../../../images/common/arrow_slider-right02.png") no-repeat;
    background-size: contain;
  }
}
/*----------*/
.block_blogSingle {
  max-width: 900px;
  margin: auto;
  padding: 50px 0 30px;
}
.block_blogSingle img {
  max-width: 100%;
  height: auto;
}
.block_blogSingle .single_contents .info {
  color: #787878;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.block_blogSingle .single_contents .info .time {
  display: inline-block;
  margin: 0 1em 0 0;
}
.block_blogSingle .single_contents .info span.category {
  display: inline-block;
  padding: 0 1em;
  border-left: solid 1px #787878;
}
.block_blogSingle .single_contents h1.blogTitle {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 2rem;
}
.block_blogSingle .blog_sns {
  display: flex;
  margin: 0 0 2rem;
}
.block_blogSingle .blog_sns input[type="button"] {
  display: block;
  width: 240px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  border-radius: 50px;
  color: #1A0DAB;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 38px;
  border: none;
  cursor: pointer;
  background-color: #F0F0F0;
  background-image: url("../../../images/common/icon06.webp");
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: right 2rem center;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .16);
  transition: all .2s;
}
.block_blogSingle .blog_sns input[type="button"]:hover {
  background-color: #012E49;
  color: #fff;
  background-image: url("../../../images/common/icon06--on.webp");
}
.list_blogSns {
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 0 2.4rem;
}
.list_blogSns > li {
  margin: 0 1.6rem 0 0;
}
.list_blogSns a:hover {
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .16);
}
.block_blogSingle .single_contents .thumbnail {
  margin: 3rem 0 2rem;
}
.block_blogSingle .single_contents .blog_lead {
  font-size: 1.6rem;
  line-height: 2;
}
.single_contents .area_editor {
  background: #F0F0F0;
  margin: 0 0 12rem;
  box-sizing: border-box;
  padding: 3.2rem;
}
.single_contents .area_editor .editor_title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 0 1.6rem;
  margin: 0 0 3.2rem;
  position: relative;
}
.single_contents .area_editor .editor_title::before {
  position: absolute;
  content: '';
  height: 0.4rem;
  width: 4.2rem;
  background: #012E49;
  display: block;
  bottom: 0;
  left: calc(50%);
}
.single_contents .area_editor .editor_title::after {
  position: absolute;
  content: '';
  height: 0.4rem;
  width: 4.2rem;
  background: #E7380D;
  display: block;
  bottom: 0;
  left: calc(50% - 4.2rem);
}
.single_contents .area_editor .editorFlex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.single_contents .area_editor .editorFlex .editor_thumbnail {
  width: 134px;
  height: 134px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 50%;
}
.single_contents .area_editor .editorFlex .editor_thumbnail img {
  vertical-align: top;
  object-fit: cover;
  height: 100% !important;
}
.single_contents .area_editor .editorFlex .editorText {
  width: calc(100% - 166px);
}
.single_contents .area_editor .editorFlex .editor_position {
  color: #525252;
  font-size: 1.3rem;
  margin: 0 0 1.5rem;
}
.single_contents .area_editor .editorFlex .editor_name {
  color: #012E49;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
.single_contents .area_editor .editorFlex .editor_text {
  font-size: 1.3rem;
  line-height: 2;
}
.single_contents .example_set {
  background: #F0F0F0;
  outline: solid 2px #fff;
  outline-offset: -5px;
  border-radius: 4px;
  padding: 2rem;
  margin: 3rem 0;
}
.single_contents .example_set a {
  text-decoration: none;
  border: none !important;
  padding: 0 !important;
  background-image: none !important;
}
.single_contents .example_set img {
  display: block;
  margin: 0 auto 1rem;
}
.single_contents .example_set .example_title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  transition: all .2s;
}
.single_contents .example_set a:hover .example_title {
  color: #E7380D;
}
.top__sns-link {
  width: 3.2rem;
  height: 3.2rem;
  background: #fff;
  background-position: center center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  transition: all .3s;
}
.top__sns-link:hover {
  box-shadow: none;
  background: #012E49;
}
.top__sns-link:hover._twitter {
  background: #012E49 url(../../../images/common/ic_twitter_wh.svg) no-repeat center center;
}
.top__sns-link:hover._line {
  background: #012E49 url(../../../images/common/ft_line_wh.svg) no-repeat center center;
}
.top__sns-link:hover._fb {
  background: #012E49 url(../../../images/common/ic_fb_wh.svg) no-repeat center center;
}
.top__sns-link:hover._tiktok {
  background: #012E49 url(../../../images/common/ic_tiktok_wh.svg) no-repeat center center;
}
.top__sns-link:hover._insta {
  background: #012E49 url(../../../images/common/ic_insta_wh.svg) no-repeat center center;
}
.top__sns-link:hover._threads {
  background: #012E49 url(../../../images/common/ic_threads_wh.svg) no-repeat center center;
}
.top__sns-link:hover._tube {
  background: #012E49 url(../../../images/common/ic_tube_wh.svg) no-repeat center center;
  background-size: 60% auto;
}
.top__sns-link:hover img {
  opacity: 0;
}
@media all and (max-width: 1024px) {
  .block_blogSingle .inner {
    display: block;
  }
  .block_blogSingle .single_contents {
    width: 100%;
  }
  .block_blogSingle .single_side {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .block_blogSingle {
    max-width: 90%;
    padding: 30px 0;
  }
  .case-article__search-ttl.long {
    margin-bottom: 2.4rem;
    width: auto;
  }
  .list_blogSummary > li .title {
    font-size: 1.4rem;
  }
  .list_bread {
    white-space: nowrap;
    overflow-x: scroll;
    padding: 0 0 2.4rem;
  }
  .section--archive .area_blog .blog_lead {
    display: block;
  }
  .section--archive .area_blog .blog_lead .lead_text {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2;
    margin: 0 0 2.4rem;
  }
  .section--archive .area_blog .blog_lead .lead_btn {
    width: 200px;
  }
  .section--archive .area_blog .blog_lead .lead_btn a {
    font-size: 1.4rem;
  }
  .list_blogCategory {
    display: flex;
    flex-wrap: wrap;
    border-bottom: none;
    margin: 0 0 3rem;
  }
  .list_blogCategory > li {
    width: 48%;
    text-align: center;
    border-bottom: solid 2px #E7380D;
    margin: 0 0 1.6rem;
    position: relative;
    overflow: visible;
  }
  .list_blogCategory > li + li {
    margin: 0 0 1.6rem;
  }
  .list_blogCategory > li a {
    font-size: 1.3rem;
    line-height: 1.4;
    overflow: hidden;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .list_blogCategory > li:nth-child(2n)::before {
    content: '';
    width: 20%;
    height: 2px;
    background: #E7380D;
    position: absolute;
    right: calc(100% - 2px);
    bottom: -2px;
  }
  .block_blogSingle .inner {
    display: block;
  }
  .block_blogSingle .single_contents {
    width: 100%;
    overflow: hidden;
  }
  /*----------*/
  .block_blogSingle .single_contents h1.blogTitle {
    font-size: 2rem;
  }
  .block_blogSingle .blog_sns {
    display: block;
    margin: 0 0 1rem;
  }
  .list_blogSns {
    width: 85%;
    margin: 2rem 0 0;
    justify-content: flex-start;
  }
  .list_blogSns > li {
    margin: 0 1.6rem 0 0;
  }
  .block_blogSingle .single_contents .thumbnail {
    margin: 2rem 0 2rem;
  }
  .block_blogSingle .single_contents .blog_lead {
    font-size: 1.4rem;
  }
  .single_contents .area_editor {
    margin: 0 0 7rem;
    padding: 3.2rem 1.6rem;
  }
  .single_contents .area_editor .editor_title {
    font-size: 1.6rem;
    padding: 0 0 1.6rem;
    margin: 0 0 2.4rem;
  }
  .single_contents .area_editor .editor_title::before {
    height: 0.2rem;
  }
  .single_contents .area_editor .editor_title::after {
    height: 0.2rem;
  }
  .single_contents .area_editor .editorFlex {
    display: block;
  }
  .single_contents .area_editor .editorFlex .editor_thumbnail {
    width: 134px;
    height: 134px;
    margin: 0 auto 2.4rem;
  }
  .single_contents .area_editor .editorFlex .editorText {
    width: 100%;
  }
  .single_contents .area_editor .editorFlex .editor_position {
    text-align: center;
  }
  .single_contents .area_editor .editorFlex .editor_name {
    text-align: center;
    font-size: 1.6rem;
  }
}
/*
 * add 202402 NEWS Single
 * -------------------------------------------------------------------
 */
.wp-editor {
  margin: 4rem auto 12rem;
}
.wp-editor .inner {
  max-width: 880px;
}
.wp-editor .news_info {
  margin: 0 0 1.6rem;
  color: #787878;
  line-height: 1;
  font-size: 1.3rem;
  font-weight: 500;
}
.wp-editor .news_info time {
  display: inline-block;
  margin: 0 1.6rem 0 0;
  padding: 0.2rem 0 0;
}
.wp-editor .news_info span.category {
  display: inline-block;
  padding: 0.2rem 1.5rem 0 1.5rem;
  border-left: solid 1px #787878;
}
/**/
#wp-editor .thumbnail {
  margin: 0 0 7rem;
  pointer-events: none;
}
#wp-editor h1 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
  padding: 0 0 2rem;
  margin: 0 0 1rem;
}
#wp-editor h1::before {
  position: absolute;
  content: '';
  height: 0.4rem;
  width: 4.2rem;
  background: #012E49;
  display: block;
  bottom: 0;
  left: 50%;
}
#wp-editor h1::after {
  position: absolute;
  content: '';
  height: 0.4rem;
  width: 4.2rem;
  background: #E7380D;
  display: block;
  bottom: 0;
  left: calc(50% - 4.2rem);
}
#wp-editor h2 {
  font-size: 2rem;
  font-weight: 700;
  background: #F0F0F0;
  border-left: solid 3px #E7380D;
  padding: 1.6rem 2rem 1.4rem;
  margin: 0 0 1.5rem;
}
#wp-editor h3 {
  font-size: 2rem;
  font-weight: 700;
  padding: 0 0 1.5rem;
  position: relative;
  margin: 0 0 1.5rem;
}
#wp-editor h3::before {
  content: '';
  position: absolute;
  height: 0.4rem;
  width: 4.2rem;
  background: #012E49;
  display: block;
  bottom: 0;
  left: 0;
}
#wp-editor h3:after {
  position: absolute;
  content: '';
  height: 0.4rem;
  width: 4.2rem;
  background: #E7380D;
  display: block;
  bottom: 0;
  left: 4.2rem;
}
#wp-editor h4 {
  font-size: 2rem;
  font-weight: 700;
  padding: .2em 0 0 1.4rem;
  border-left: 2px solid #E7380D;
  margin: 0 0 1.5rem;
}
#wp-editor h5 {
  font-size: 1.8rem;
  border-bottom: solid 1px #E7380D;
  padding: 0 0 .5rem;
  margin: 0 0 1.5rem;
}
#wp-editor h6 {
  font-size: 1.6rem;
  padding: 0 0 0 1.5rem;
  position: relative;
  margin: 0 0 1.5rem;
}
#wp-editor h6::before {
  content: '';
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #E7380D;
}
#wp-editor .contensWrap > h1, #wp-editor .contensWrap > h2, #wp-editor .contensWrap > h3, #wp-editor .contensWrap > h4, #wp-editor .contensWrap > h5, #wp-editor .contensWrap > h6 {
  margin: 5rem 0 1.5rem;
}
#wp-editor figure {
  margin: 0 0 1rem 0;
}
#wp-editor .contensWrap > figure {
  display: block;
  margin: 3rem 0;
}
#wp-editor img {
  max-width: 100%;
  height: auto;
}
#wp-editor hr {
  margin: 3rem 0;
}
#wp-editor em {
  display: inline;
  font-weight: 400;
  font-style: normal;
  background: linear-gradient(transparent 60%, #F5F57F 60%);
}
#wp-editor del {
  text-decoration: line-through;
}
#wp-editor blockquote {
  display: inline-block;
  padding: 0 1em;
  position: relative;
  margin: 0;
}
#wp-editor blockquote:before {
  content: '"';
  position: absolute;
  left: 0;
  top: 0;
}
#wp-editor blockquote:after {
  content: '"';
  position: absolute;
  right: 0;
  bottom: 0;
}
#wp-editor p a:not([class]) {
  font-weight: 700;
  display: inline;
  color: #1A0DAB;
  transition: all .2s;
  position: relative;
}
#wp-editor p a:not([class])[target="_blank"] {
  padding: 0 2rem 0 0;
  background-image: url(../../../images/common/blank.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 1.4rem auto;
}
#wp-editor p a:not([class])::before, #wp-editor p a:not([class])::after {
  content: '';
  background: #1A0DAB;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#wp-editor p a:not([class])::after {
  width: 0;
  transition: all .2s ease .1s;
}
#wp-editor p a:not([class]):hover::before {
  opacity: 0;
}
#wp-editor p a:not([class]):hover::after {
  width: 100%;
}
#wp-editor p {
  margin: 0 0 2rem 0;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: .05em;
}
#wp-editor .contensWrap > p {
  margin: 2rem 0;
}
#wp-editor ul {
  list-style: disc;
  padding: 0 0 0 1.5rem;
  margin: 2rem 0;
}
#wp-editor ol {
  list-style: decimal;
  padding: 0 0 0 1.5rem;
  margin: 2rem 0;
}
#wp-editor table {
  font-size: 1.4rem;
}
#wp-editor table th {
  background: #012E49;
  color: #fff;
  padding: 1.5rem;
  font-weight: 500;
  border: solid 1px #E6E6E6;
}
#wp-editor table td {
  font-weight: 500;
  padding: 1rem;
  border: solid 1px #E6E6E6;
  font-size: 94%;
}
#wp-editor table tfoot th, #wp-editor table tfoot td {
  background: #eee;
  color: #333;
}
.wp-block-flexible-table-block-table figcaption {
  color: #666;
  margin: .8rem 0;
}
#wp-editor .wp-block-columns.is-layout-flex {
  align-items: flex-start;
}
#wp-editor .wp-block-column {
  min-width: 30.9%;
  margin: 2rem 0;
}
#wp-editor .wp-block-video, #wp-editor .youtubeWrap, .wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
}
#wp-editor .wp-block-video video, #wp-editor .youtubeWrap iframe {
  width: 100%;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  padding: 56.25% 0 0;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#wp-editor dl {
  width: 100%;
  display: flex;
  margin: 3rem 0;
  font-size: 1.4rem;
}
#wp-editor dl + dl {
  margin: -3.1rem 0 3rem;
}
#wp-editor dt {
  background: #012E49;
  color: #fff;
  padding: 1.5rem;
  font-weight: 500;
  border: solid 1px #E6E6E6;
  box-sizing: border-box;
  width: 25.5%;
	line-height: 2;
}
#wp-editor dt p {
  margin: 0;
}
#wp-editor dd {
  font-weight: 500;
  padding: 1.5rem;
  border: solid 1px #E6E6E6;
  box-sizing: border-box;
  width: calc(100% - 25.5%);
  border-left: none;
}
#wp-editor dd p {
  margin: 0;
}
#wp-editor .wp-block-image {
  text-align: center;
}
#wp-editor .wp-element-caption {
  font-size: 81.25%;
  font-weight: 700;
  margin: 1rem 0 0;
  color: #666;
  text-align: center;
}
#wp-editor .btn_more01 {
  position: relative;
  margin: 3rem 0;
}
#wp-editor .btn_more01 a {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  border-bottom: solid 1px #000000;
  padding: .5rem 0;
  position: relative;
  transition: all .2s;
  text-decoration: none;
}
#wp-editor .btn_more01 span.linkParts {
  position: absolute;
  right: -5rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
#wp-editor .btn_more01 a:hover {
  color: #E7380D;
  border-color: #E7380D;
}
#wp-editor .btn_more02 {
  margin: 3rem 0;
}
#wp-editor .btn_more02 a {
  display: inline-block;
  background: #E7380D;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .16);
  position: relative;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  padding: 1.5rem 5rem 1.3rem 2rem;
  box-sizing: border-box;
  min-width: 220px;
  transition: all .4s;
  border: solid 1px #E7380D;
  text-decoration: none;
}
#wp-editor .btn_more02 a::before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  transition: all .4s;
}
#wp-editor .btn_more02 a::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-right: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
  border-top: 0.2rem solid transparent;
  border-left: 0.2rem solid transparent;
  position: absolute;
  display: block;
  transform: rotate(-45deg);
  z-index: 2;
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
#wp-editor .btn_more02 span {
  position: relative;
  z-index: 5;
}
#wp-editor .btn_more02 a:hover {
  color: #E7380D;
}
#wp-editor .btn_more02 a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
#wp-editor .btn_more02 a:hover::after {
  border-right-color: #E7380D;
  border-bottom-color: #E7380D;
}
#wp-editor .btn_more02.middle a {
  min-width: 350px;
  text-align: center;
}
#wp-editor .btn_more02.large a {
  min-width: 530px;
  text-align: center;
}
/**/
#wp-editor .has-background {
  padding: .8rem 1.2rem .6rem 1.2rem;
}
#wp-editor code {
  display: block;
  background: #eee;
  padding: 5%;
  border-radius: 1em;
  margin: 3rem 0;
  word-break: break-all;
}
#wp-editor kbd {
  display: inline-block;
  margin: 0 0.2em;
  padding: 0.4em 0.6em;
  background-color: #e0e0e0;
  border-bottom: 3px solid #b4b4b4;
  border-radius: 3px;
  vertical-align: middle;
  font-size: 0.9em;
  line-height: 1.1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}
#wp-editor sup {
  vertical-align: super;
  font-size: 65%;
}
#wp-editor sub {
  display: inline-block;
  transform: translateY(.5rem);
}
#wp-editor s {
  text-decoration: line-through;
}
#wp-editor p.has-extra-small-font-size {
  font-size: 75%;
}
#wp-editor p.has-small-font-size {
  font-size: 87.5% !important;
}
#wp-editor p.has-normal-font-size {
  font-size: 100%;
}
#wp-editor p.has-large-font-size {
  font-size: 112.5% !important;
}
#wp-editor p.has-extra-large-font-size {
  font-size: 125%;
}
#wp-editor p.has-huge-font-size {
  font-size: 150%;
}
#wp-editor p.has-gigantic-font-size {
  font-size: 200%;
}
.wp-block-embed.is-type-wp-embed .wp-block-embed__wrapper iframe {
  width: 100% !important;
}
@media all and (max-width:768px) {
  .wp-editor {
    margin: 2rem auto 6rem;
  }
  .wp-editor .news_info {
    line-height: 1;
    font-size: 1.3rem;
    font-weight: 500;
  }
  .wp-editor .news_info time {
    display: inline-block;
    margin: 0 1.6rem 0 0;
    padding: 0.2rem 0 0;
  }
  .wp-editor .news_info span.category {
    display: inline-block;
    padding: 0.2rem 1.5rem 0 1.5rem;
    border-left: solid 1px #787878;
  }
  /**/
  #wp-editor .thumbnail {
    margin: 0 0 7rem;
    pointer-events: none;
  }
  #wp-editor h1 {
    font-size: 1.8rem;
  }
  #wp-editor h1::before {
    width: 2.4rem;
  }
  #wp-editor h1::after {
    width: 2.4rem;
    left: calc(50% - 2.4rem);
  }
  #wp-editor h2 {
    font-size: 1.8rem;
  }
  #wp-editor h3::before {
    width: 2.4rem;
  }
  #wp-editor h3:after {
    width: 2.4rem;
    left: 2.4rem;
  }
  #wp-editor h3 {
    font-size: 1.8rem;
    padding: 0 0 1rem;
  }
  #wp-editor h4 {
    font-size: 1.4rem;
  }
  #wp-editor h5 {
    font-size: 1.4rem;
  }
  #wp-editor p {
    font-size: 1.4rem;
  }
  #wp-editor table {
    font-size: 1.4rem;
  }
  #wp-editor .wp-block-columns.is-layout-flex {
    display: block;
  }
  #wp-editor .wp-block-column {
    margin: 3rem 0;
  }
  #wp-editor dl {
    display: block;
  }
  #wp-editor dl + dl {
    margin: 3rem 0;
  }
  #wp-editor dt {
    background: #012E49;
    color: #fff;
    padding: 1rem;
    font-weight: 500;
    border: solid 1px #E6E6E6;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
  }
  #wp-editor dd {
    font-weight: 500;
    padding: 1rem;
    border: solid 1px #E6E6E6;
    box-sizing: border-box;
    width: 100%;
    border-left: none;
  }
  #wp-editor .btn_more02.middle a {
    min-width: 0;
    width: 75%;
  }
  #wp-editor .btn_more02.large a {
    min-width: 0;
    width: 100%;
  }
  .wp-block-embed.is-type-wp-embed {
    overflow-x: scroll;
    position: relative;
    padding: 3rem 0 0;
    font-size: 1.4rem;
  }
  .wp-block-embed.is-type-wp-embed::before {
    content: '→ スクロール';
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
  }
  .wp-block-embed.is-type-wp-embed .wp-block-embed__wrapper {
    width: 500px;
  }
}
/**/
.page-navi {
  background-image: linear-gradient(to right, #000 2px, transparent 2px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  background-position: top;
  display: flex;
  align-items: center;
  width: 90%;
  max-width: 1028px;
  margin: 0 auto 8rem;
  padding-top: 4.8rem;
  justify-content: space-between;
  position: relative;
  font-size: 1.5rem;
}
.page-navi a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .page-navi {
    width: calc(100% - 4.8rem);
    margin: 0 auto 6.8rem;
    flex-wrap: wrap;
    font-size: 1.4rem;
  }
}
.page-navi__prev, .page-navi__next {
  width: 12.6rem;
}
.page-navi__prev a, .page-navi__next a {
  color: #000;
  font-weight: bold;
  display: block;
  letter-spacing: 0.1rem;
  position: relative;
  border-bottom: 1px solid #C8C8C8;
  text-align: right;
}
.page-navi__prev a:before, .page-navi__next a:before {
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-bottom: 1px solid #E7380D;
  transition: 0.3s ease-in-out;
}
.page-navi__prev a:after, .page-navi__next a:after {
  content: '';
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  transform: rotate(135deg);
  position: absolute;
  left: 0.5rem;
  top: calc(50% - 0.4rem);
  transition: 0.3s ease-in-out;
}
.page-navi__prev a:hover:before, .page-navi__next a:hover:before {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-navi__prev {
    order: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-navi__next {
    order: 1;
  }
}
.page-navi__next a {
  text-align: left;
}
.page-navi__next a:after {
  transform: rotate(-45deg);
  left: unset;
  right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .page-navi__back {
    order: 2;
    margin-top: 3.2rem;
    width: 100%;
  }
}
.page-navi__back a {
  position: relative;
  z-index: 3;
  background: #F0F0F0;
  display: block;
  padding: 0.8rem 0;
  font-weight: bold;
  width: 31.6rem;
  text-align: center;
  border-radius: 5rem;
  color: #000;
  font-size: 1.5rem;
  box-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.16);
  transition: all .2s;
}
@media screen and (max-width: 768px) {
  .page-navi__back a {
    width: 100%;
  }
}
.page-navi__back a:after {
  content: '';
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  transform: rotate(135deg);
  position: absolute;
  left: 2rem;
  top: calc(50% - 0.4rem);
  transition: 0.3s ease-in-out;
}
.page-navi__back a:hover {
  box-shadow: unset;
}
/*--------------------*/
#toc_container {
  margin: 0 0 7.2rem;
  background: #f0f0f0;
}
#toc_container a {
  text-decoration: none;
}
#toc_container .toc_title {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1rem 0;
  background: #012E49;
  position: relative;
}
#toc_container .toc_title::before {
  content: '';
  width: 16px;
  height: 11px;
  background: url("../../../images/common/icon07.webp") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -7rem;
  right: 0;
}
#toc_container .toc_list {
  padding: 0 3.2rem 3.6rem;
}
#toc_container .toc_list li {
  list-style: none;
}
#toc_container .toc_list > li + li {
  margin: 1.5rem 0 0;
}
#toc_container .toc_list a {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000000 !important;
  border-bottom: solid 1px #C8C8C8 !important;
  padding: .1rem 2.2rem .1rem 0;
  background: url("../../../images/common/anchor_bottom.webp") no-repeat right .2rem center;
  background-size: 1.5rem auto;
  position: relative;
  margin: 0 0 0 3.5rem;
}
#toc_container .toc_list a::before {
  content: '';
  width: 0;
  height: 1px;
  background: #E7380D;
  position: absolute;
  right: 0;
  bottom: -1px;
  z-index: 5;
  transition: all .4s;
}
#toc_container .toc_list a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
#toc_container .toc_number {
  font-weight: 700;
  display: inline-block;
  position: absolute;
  left: -3.5rem;
  top: .2rem;
}
#toc_container .toc_number::before {
  content: '0';
}
#toc_container .toc_number::after {
  content: '.';
}
#toc_container .toc_list ul {
  padding: 0 0 0 3rem;
  margin: 1rem 0 2rem;
}
#toc_container .toc_list ul li a {
  font-size: 1.4rem;
}
#toc_container .toc_list ul li + li {
  margin: 1rem 0 0;
}
#toc_container .toc_list ul li .toc_number::before {
  display: none;
}
@media all and (max-width: 768px) {
  #toc_container {
    margin: 0 0 4rem;
  }
  #toc_container .toc_title {
    font-size: 1.5rem;
    padding: .6rem 0 .4rem;
  }
  #toc_container .toc_title::before {
    bottom: .2rem;
  }
  #toc_container .toc_list {
    padding: 0 1.6rem 2.4rem;
  }
  #toc_container .toc_list a {
    font-size: 1.4rem;
    background-size: 1.3rem auto;
  }
  #toc_container .toc_list ul li a {
    font-size: 1.3rem;
  }
}