@font-face {
  font-family: "NotoSansJP";
  font-weight: normal;
  font-style: normal;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2");
  font-display: swap
}

@font-face {
  font-family: "NotoSansJP";
  font-weight: 700;
  font-style: normal;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2");
  font-display: swap
}

html {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", "メイリオ", "Meiryo", sans-serif;
  font-size: 62.5%;
  font-weight: normal;
  color: #1c1c1c
}

body {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.7
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

p,
dl,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
dt,
dd,
li,
th {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit
}

table {
  border-collapse: collapse
}

ul,
ol,
dl {
  list-style: none
}

img {
  max-width: 100%;
  height: auto;
  margin: 0;
  border: 0;
  vertical-align: top
}

a {
  color: #1c1c1c;
  text-decoration: none
}

iframe {
  max-width: 100%
}

input[type=text],
textarea,
select {
  width: 100%;
  height: 100%;
  padding: .4em .8em;
  padding: 10px;
  border: 1px solid #4a4a4a;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  background-image: none;
  font-family: inherit;
  color: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none
}

input[type=text],
textarea {
  border: 1px solid #4a4a4a;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1.6rem
}

input[type=submit] {
  font-family: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

::-webkit-input-placeholder {
  font-size: 1.4rem;
  color: #f7f7f7
}

::-moz-placeholder {
  font-size: 1.4rem;
  color: #f7f7f7
}

:-ms-input-placeholder {
  font-size: 1.4rem;
  color: #f7f7f7
}

::-ms-input-placeholder {
  font-size: 1.4rem;
  color: #f7f7f7
}

::placeholder {
  font-size: 1.4rem;
  color: #f7f7f7
}

button {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  font-family: inherit;
  font-size: inherit;
  color: #4a4a4a;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.wrapper {
  position: relative;
  overflow: hidden;
  min-width: 375px;
  padding-top: 112px
}

.container {
  padding: 24px 0 40px
}

@media only screen and (min-width: 1100px) {
  body {
    position: relative;
    font-size: 1.6rem
  }

  .wrapper {
    min-width: auto;
    padding-top: 82px
  }

  .container {
    padding-top: 82px
  }
}

#header {
  -webkit-transition: .5s;
  transition: .5s
}

#header.head_animation {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.header {
  position: fixed;
  z-index: 30;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff
}

.header .header_gnav {
  border-top: 6px solid #cc0001;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#c21500), to(#6a0000));
  -webkit-border-image: -webkit-linear-gradient(left, #c21500 0%, #6a0000 100%);
  -o-border-image: linear-gradient(to right, #c21500 0%, #6a0000 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#c21500), to(#6a0000));
  border-image: linear-gradient(to right, #c21500 0%, #6a0000 100%);
  border-image-slice: 1
}

.header .header_gnav .header_gnav_inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.header .header_gnav .header_gnav_inner .header_logo {
  margin: 0;
  padding: 12px 0 12px 16px
}

.header .header_gnav .header_gnav_inner .header_logo img {
  width: 156px
}

.header .header_gnav .header_gnav_inner .header_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px 12px 0
}

.header .header_gnav .header_gnav_inner .header_link .header_link_item:not(:last-of-type) {
  margin: 0 16px 0 0
}

.header .header_gnav .header_gnav_inner .header_link .header_link_item a {
  font-size: 1.4rem;
  color: #1c1c1c
}

.header .header_gnav .header_gnav_inner .header_cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.header .header_gnav .header_gnav_inner .header_cta .header_cta_catalog a,
.header .header_gnav .header_gnav_inner .header_cta .header_cta_consulting a {
  display: block;
  padding: 11px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff
}

.header .header_gnav .header_gnav_inner .header_cta .header_cta_catalog {
  width: 66.6666666667%;
  border: 2px solid #0e847d;
  background-color: #0e847d
}

.header .header_gnav .header_gnav_inner .header_cta .header_cta_catalog.header_cta_catalog_only {
  width: 100%
}

.header .header_gnav .header_gnav_inner .header_cta .header_cta_consulting {
  width: 33.3333333333%;
  border: 2px solid #e92d18;
  background-color: #e92d18
}

.breadcrumb {
  background-color: #fff
}

.breadcrumb .breadcrumb_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  padding: 6px 16px 6px 16px;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch
}

.breadcrumb .breadcrumb_list li {
  font-size: 1.2rem
}

.breadcrumb .breadcrumb_list li a {
  color: #0080de
}

.breadcrumb .breadcrumb_list li:not(:last-of-type)::after {
  margin: 0 8px;
  content: ">"
}

@media only screen and (min-width: 1100px) {
  #header {
    -webkit-transition: .5s;
    transition: .5s
  }

  #header.head_animation {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  .header .header_gnav {
    border-top: none;
    border-bottom: 6px solid #cc0001
  }

  .header .header_gnav .header_gnav_inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 16px 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .header .header_gnav .header_gnav_inner .header_logo {
    margin-right: auto;
    padding: 0
  }

  .header .header_gnav .header_gnav_inner .header_logo img {
    width: 210px
  }

  .header .header_gnav .header_gnav_inner .header_logo a {
    -webkit-transition: .5s;
    transition: .5s
  }

  .header .header_gnav .header_gnav_inner .header_logo a:hover img {
    opacity: .6
  }

  .header .header_gnav .header_gnav_inner .header_link {
    margin: 0 16px 0 0;
    padding: 0
  }

  .header .header_gnav .header_gnav_inner .header_link .header_link_item:not(:last-of-type) {
    margin: 0 16px 0 0
  }

  .header .header_gnav .header_gnav_inner .header_link .header_link_item:hover a {
    color: #0e847d;
    text-decoration: underline;
    opacity: 1
  }

  .header .header_gnav .header_gnav_inner .header_link .header_link_item a {
    -webkit-transition: .5s;
    transition: .5s
  }

  .header .header_gnav .header_gnav_inner .header_cta {
    width: auto
  }

  .header .header_gnav .header_gnav_inner .header_cta .header_cta_catalog,
  .header .header_gnav .header_gnav_inner .header_cta .header_cta_consulting {
    border-radius: 5px
  }

  .header .header_gnav .header_gnav_inner .header_cta .header_cta_catalog a,
  .header .header_gnav .header_gnav_inner .header_cta .header_cta_consulting a {
    padding: 8px 24px
  }

  .header .header_gnav .header_gnav_inner .header_cta .header_cta_catalog {
    width: auto;
    margin: 0 16px 0 0;
    -webkit-transition: .8s;
    transition: .8s
  }

  .header .header_gnav .header_gnav_inner .header_cta .header_cta_catalog:hover {
    background-color: #fff;
    -webkit-transition: .5s;
    transition: .5s
  }

  .header .header_gnav .header_gnav_inner .header_cta .header_cta_catalog:hover a {
    color: #0e847d;
    opacity: 1
  }

  .header .header_gnav .header_gnav_inner .header_cta .header_cta_consulting {
    width: auto;
    background-color: #fff
  }

  .header .header_gnav .header_gnav_inner .header_cta .header_cta_consulting:hover {
    background-color: #e92d18;
    -webkit-transition: .5s;
    transition: .5s
  }

  .header .header_gnav .header_gnav_inner .header_cta .header_cta_consulting:hover a {
    color: #fff;
    opacity: 1
  }

  .header .header_gnav .header_gnav_inner .header_cta .header_cta_consulting a {
    color: #e92d18
  }

  .breadcrumb .breadcrumb_list {
    max-width: 1240px;
    margin: 0 auto
  }

  .breadcrumb .breadcrumb_list li a {
    -webkit-transition: .5s;
    transition: .5s
  }

  .breadcrumb .breadcrumb_list li a:hover {
    text-decoration: underline;
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s
  }
}

.footer {
  margin: 40px 0 0;
  background-color: #230000
}

.footer .inner {
  padding: 40px 16px 72px
}

.footer .inner .footer_exam,
.footer .inner .footer_global {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.footer .inner .footer_exam li,
.footer .inner .footer_global li {
  margin: 0 16px 8px 0
}

.footer .inner .footer_exam li a,
.footer .inner .footer_global li a {
  font-size: 1.2rem;
  color: #fff
}

.footer .inner .footer_exam {
  margin: 0 0 8px;
  border-bottom: 1px solid #fff
}

.footer .inner .footer_global {
  margin: 0 0 32px
}

.footer .inner .footer_copy {
  font-size: 1rem;
  color: #fff
}

.top_back,
.footer_cta {
  display: none
}

.float_bnr {
  position: fixed;
  z-index: 30;
  right: 7px;
  bottom: 40px
}

.float_bnr .float_bnr_link {
  display: block;
  width: 100px;
  height: 95px
}

@media only screen and (min-width: 1100px) {
  .footer .inner {
    padding: 56px 20px 126px
  }

  .footer .inner .footer_exam li,
  .footer .inner .footer_global li {
    margin: 0 24px 16px 0
  }

  .footer .inner .footer_exam li a,
  .footer .inner .footer_global li a {
    font-size: 1.4rem
  }

  .footer .inner .footer_exam {
    margin: 0 0 16px;
    border-bottom: 1px solid #fff
  }

  .footer .inner .footer_global {
    margin: 0 0 56px
  }

  .footer .inner .footer_copy {
    font-size: 1.2rem;
    text-align: center
  }

  .top_back {
    position: fixed;
    z-index: 30;
    right: 7px;
    bottom: 150px;
    display: block
  }

  .top_back a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #d9d9d9;
    background-color: #d9d9d9
  }

  .top_back a::after {
    position: absolute;
    top: calc(50% + 2px);
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 3px solid #4a4a4a;
    border-right: 3px solid #4a4a4a;
    content: "";
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
  }

  .footer_cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 16px 20px;
    background-color: rgba(28, 28, 28, .4)
  }

  .footer_cta .footer_cta_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1216px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .footer_cta .footer_cta_inner>* {
    display: block;
    margin: 0 24px;
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center
  }

  .footer_cta .footer_cta_inner .footer_cta_catalog {
    width: 40%;
    background-color: #0e847d;
    color: #fff;
    border: 2px solid #0e847d
  }

  .footer_cta .footer_cta_inner .footer_cta_catalog:hover {
    background-color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    color: #0e847d;
    opacity: 1
  }

  .footer_cta .footer_cta_inner .footer_cta_consulting {
    width: 20%;
    border: 2px solid #e92d18;
    background-color: #fff;
    color: #e92d18
  }

  .footer_cta .footer_cta_inner .footer_cta_consulting:hover {
    background-color: #e92d18;
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff;
    opacity: 1
  }

  .float_bnr {
    right: 7px;
    bottom: 120px
  }

  .float_bnr .float_bnr_link {
    width: 130px;
    height: 130px
  }
}

.side {
  padding: 0 16px
}

.side .side_section {
  margin: 0 0 32px;
  padding: 24px 16px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(28, 28, 28, .1);
  box-shadow: 0 0 8px rgba(28, 28, 28, .1)
}

.side .side_section h2 {
  position: relative;
  margin: 0 0 16px;
  padding: 0 0 0 38px;
  font-size: 1.6rem;
  font-weight: 700
}

.side .side_section h2::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #cc0001;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.side .side_section h2::after {
  position: absolute;
  top: 50%;
  left: 6px;
  width: 18px;
  height: 18px;
  background-size: contain;
  content: "";
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.side .side_bnr {
  max-width: 300px;
  margin: 0 auto 32px
}

.side .side_search {
  position: relative;
  margin: 0 0 32px
}

.side form[role=search] input[type=search] {
  padding: 0 8px;
  background-color: #fff
}

.side .wp-block-search .wp-block-search__button {
  background-color: #fff;
  border: none
}

.side .side_course h2::after {
  left: 9px;
  background-image: url(../img/icon_kouza.svg)
}

.side .side_course .side_course_list li {
  padding: 0 0 6px;
  border-bottom: 1px solid #d9d9d9
}

.side .side_course .side_course_list li:nth-child(n+2) {
  padding: 6px 0
}

.side .side_course .side_course_list li a {
  position: relative;
  display: block;
  padding-right: 20px;
  font-size: 1.2rem;
  color: #1c1c1c
}

.side .side_course .side_course_list li a::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 6px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #4a4a4a;
  border-right: 1px solid #4a4a4a;
  content: "";
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg)
}

.side .side_popular h2::after {
  background-image: url(../img/icon_popular.svg)
}

.side .side_cat h2::after {
  background-image: url(../img/icon_cat.svg)
}

.side .side_tag h2::after {
  background-image: url(../img/icon_tag.svg)
}

.side .side_youtube h2 {
  font-size: 1.5rem
}

.side .side_youtube h2::after {
  background-image: url(../img/icon_movie.svg)
}

.side .side_youtube figure {
  text-align: center
}

.side .side_popular .article_ranking_side {
  counter-reset: num
}

.side .side_popular .article_ranking_side li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.side .side_popular .article_ranking_side li img,
.side .side_popular .article_ranking_side li .wpp-thumbnail {
  float: none;
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover
}

.side .side_popular .article_ranking_side li .wpp-post-title {
  width: calc(100% - 106px);
  color: #1c1c1c
}

.side .side_popular .article_ranking_side li::before {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px 10px;
  background-color: #4a4a4a;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  content: counter(num);
  counter-increment: num
}

.side .side_popular .article_ranking_side li:first-of-type {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.side .side_popular .article_ranking_side li:first-of-type img,
.side .side_popular .article_ranking_side li:first-of-type .wpp-thumbnail {
  width: 100%;
  height: 180px;
  margin: 0 0 8px
}

.side .side_popular .article_ranking_side li:first-of-type .wpp-post-title {
  width: 100%
}

.side .side_popular .article_ranking_side li:first-of-type::before {
  background-color: #facd55
}

.side .side_popular .article_ranking_side li:nth-of-type(2)::before {
  background-color: #b7bfc1
}

.side .side_popular .article_ranking_side li:nth-of-type(3)::before {
  background-color: #d27b16
}

.side .side_popular .article_ranking_side li:not(:last-of-type) {
  margin: 0 0 16px;
  padding: 0 0 16px;
  border-bottom: 1px solid #d9d9d9
}

@media only screen and (min-width: 768px) {
  .side {
    padding: 0
  }

  .side .side_section {
    margin: 0 0 40px
  }

  .side .side_section h2 {
    position: relative;
    margin: 0 0 24px;
    padding: 0 0 0 48px;
    font-size: 1.8rem
  }

  .side .side_section h2::before {
    width: 40px;
    height: 40px
  }

  .side .side_section h2::after {
    left: 8px;
    width: 24px;
    height: 24px
  }

  .side .side_bnr {
    max-width: 400px;
    margin: 0 auto 40px;
    text-align: center
  }

  .side .side_search {
    position: relative;
    margin: 0 0 40px
  }

  .side .side_course h2::after {
    left: 11px
  }

  .side .side_course .side_course_list li a {
    font-size: 1.4rem
  }

  .side .side_popular .article_ranking_side li:first-of-type img,
  .side .side_popular .article_ranking_side li:first-of-type .wpp-thumbnail {
    height: 400px;
    margin: 0 0 8px
  }

  .side .side_popular .article_ranking_side li:first-of-type .wpp-post-title {
    width: 100%
  }

  .side .side_popular .article_ranking_side li:first-of-type::before {
    background-color: #facd55
  }

  .side .side_popular .article_ranking_side li .wpp-post-title {
    font-size: 1.4rem
  }

  .side .side_popular .article_ranking_side li:hover {
    opacity: .6 !important
  }

  .side .side_popular .article_ranking_side li:hover a {
    opacity: 1
  }
}

@media only screen and (min-width: 1100px) {

  .side .side_popular .article_ranking_side li:first-of-type img,
  .side .side_popular .article_ranking_side li:first-of-type .wpp-thumbnail {
    height: 180px
  }

  .side .side_youtube h2 {
    font-size: 1.5rem
  }
}

.block {
  display: block
}

.inline_block {
  display: inline-block
}

.pc_only {
  display: none !important
}

.sp_only {
  display: block !important
}

.pc_only_ib {
  display: none !important
}

.sp_only_ib {
  display: inline-block !important
}

.center {
  text-align: center !important
}

.right {
  text-align: right !important
}

.left {
  text-align: left !important
}

.center_mr {
  margin-right: auto !important;
  margin-left: auto !important
}

.center_flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important
}

.wid10 {
  width: 10% !important;
  height: auto
}

.wid20 {
  width: 20% !important;
  height: auto
}

.wid30 {
  width: 30% !important;
  height: auto
}

.wid40 {
  width: 40% !important;
  height: auto
}

.wid50 {
  width: 50% !important;
  height: auto
}

.wid60 {
  width: 60% !important;
  height: auto
}

.wid70 {
  width: 70% !important;
  height: auto
}

.wid80 {
  width: 80% !important;
  height: auto
}

.wid90 {
  width: 90% !important;
  height: auto
}

.wid100 {
  width: 100% !important;
  height: auto
}

.wid25 {
  width: 25% !important
}

.wid33 {
  width: 33.3333333333% !important
}

.wid10_sp {
  width: 10% !important;
  height: auto
}

.wid20_sp {
  width: 20% !important;
  height: auto
}

.wid30_sp {
  width: 30% !important;
  height: auto
}

.wid40_sp {
  width: 40% !important;
  height: auto
}

.wid50_sp {
  width: 50% !important;
  height: auto
}

.wid60_sp {
  width: 60% !important;
  height: auto
}

.wid70_sp {
  width: 70% !important;
  height: auto
}

.wid80_sp {
  width: 80% !important;
  height: auto
}

.wid90_sp {
  width: 90% !important;
  height: auto
}

.wid100_sp {
  width: 100% !important;
  height: auto
}

.wid25_sp {
  width: 25% !important
}

.wid33_sp {
  width: 33.3333333333% !important
}

.wid100_pc,
.wid90_pc,
.wid80_pc,
.wid70_pc,
.wid60_pc,
.wid50_pc,
.wid40_pc,
.wid30_pc,
.wid20_pc,
.wid10_pc,
.wid25_pc,
.wid33_pc {
  width: 100% !important;
  height: auto
}

.mt_auto {
  margin-top: auto
}

.mb_auto {
  margin-bottom: auto
}

.mtb_auto {
  margin-top: auto;
  margin-bottom: auto
}

.mt0 {
  margin-top: 0px !important
}

.mt5 {
  margin-top: 5px !important
}

.mt10 {
  margin-top: 10px !important
}

.mt15 {
  margin-top: 15px !important
}

.mt20 {
  margin-top: 20px !important
}

.mt25 {
  margin-top: 25px !important
}

.mt30 {
  margin-top: 30px !important
}

.mt35 {
  margin-top: 35px !important
}

.mt40 {
  margin-top: 40px !important
}

.mt45 {
  margin-top: 45px !important
}

.mt50 {
  margin-top: 50px !important
}

.mt55 {
  margin-top: 55px !important
}

.mr0 {
  margin-right: 0px !important
}

.mr5 {
  margin-right: 5px !important
}

.mr10 {
  margin-right: 10px !important
}

.mr15 {
  margin-right: 15px !important
}

.mr20 {
  margin-right: 20px !important
}

.mr25 {
  margin-right: 25px !important
}

.mr30 {
  margin-right: 30px !important
}

.mr35 {
  margin-right: 35px !important
}

.mr40 {
  margin-right: 40px !important
}

.mr45 {
  margin-right: 45px !important
}

.mr50 {
  margin-right: 50px !important
}

.mr55 {
  margin-right: 55px !important
}

.mb0 {
  margin-bottom: 0px !important
}

.mb5 {
  margin-bottom: 5px !important
}

.mb10 {
  margin-bottom: 10px !important
}

.mb15 {
  margin-bottom: 15px !important
}

.mb20 {
  margin-bottom: 20px !important
}

.mb25 {
  margin-bottom: 25px !important
}

.mb30 {
  margin-bottom: 30px !important
}

.mb35 {
  margin-bottom: 35px !important
}

.mb40 {
  margin-bottom: 40px !important
}

.mb45 {
  margin-bottom: 45px !important
}

.mb50 {
  margin-bottom: 50px !important
}

.mb55 {
  margin-bottom: 55px !important
}

.ml0 {
  margin-left: 0px !important
}

.ml5 {
  margin-left: 5px !important
}

.ml10 {
  margin-left: 10px !important
}

.ml15 {
  margin-left: 15px !important
}

.ml20 {
  margin-left: 20px !important
}

.ml25 {
  margin-left: 25px !important
}

.ml30 {
  margin-left: 30px !important
}

.ml35 {
  margin-left: 35px !important
}

.ml40 {
  margin-left: 40px !important
}

.ml45 {
  margin-left: 45px !important
}

.ml50 {
  margin-left: 50px !important
}

.ml55 {
  margin-left: 55px !important
}

.ma5 {
  margin: 5px !important
}

.ma10 {
  margin: 10px !important
}

.ma15 {
  margin: 15px !important
}

.ma20 {
  margin: 20px !important
}

.ma25 {
  margin: 25px !important
}

.ma30 {
  margin: 30px !important
}

.ma35 {
  margin: 35px !important
}

.ma40 {
  margin: 40px !important
}

.ma45 {
  margin: 45px !important
}

.ma50 {
  margin: 50px !important
}

.ma55 {
  margin: 55px !important
}

.ma0_auto {
  margin: 0px auto !important
}

.ma5_auto {
  margin: 5px auto !important
}

.ma10_auto {
  margin: 10px auto !important
}

.ma15_auto {
  margin: 15px auto !important
}

.ma20_auto {
  margin: 20px auto !important
}

.ma25_auto {
  margin: 25px auto !important
}

.ma30_auto {
  margin: 30px auto !important
}

.ma35_auto {
  margin: 35px auto !important
}

.ma40_auto {
  margin: 40px auto !important
}

.ma45_auto {
  margin: 45px auto !important
}

.ma50_auto {
  margin: 50px auto !important
}

.pt5 {
  padding-top: 5px !important
}

.pt10 {
  padding-top: 10px !important
}

.pt15 {
  padding-top: 15px !important
}

.pt20 {
  padding-top: 20px !important
}

.pt25 {
  padding-top: 25px !important
}

.pt30 {
  padding-top: 30px !important
}

.pt35 {
  padding-top: 35px !important
}

.pt40 {
  padding-top: 40px !important
}

.pt45 {
  padding-top: 45px !important
}

.pt50 {
  padding-top: 50px !important
}

.pt55 {
  padding-top: 55px !important
}

.pr5 {
  padding-right: 5px !important
}

.pr10 {
  padding-right: 10px !important
}

.pr15 {
  padding-right: 15px !important
}

.pr20 {
  padding-right: 20px !important
}

.pr25 {
  padding-right: 25px !important
}

.pr30 {
  padding-right: 30px !important
}

.pr35 {
  padding-right: 35px !important
}

.pr40 {
  padding-right: 40px !important
}

.pr45 {
  padding-right: 45px !important
}

.pr50 {
  padding-right: 50px !important
}

.pr55 {
  padding-right: 55px !important
}

.pb5 {
  padding-bottom: 5px !important
}

.pb10 {
  padding-bottom: 10px !important
}

.pb15 {
  padding-bottom: 15px !important
}

.pb20 {
  padding-bottom: 20px !important
}

.pb25 {
  padding-bottom: 25px !important
}

.pb30 {
  padding-bottom: 30px !important
}

.pb35 {
  padding-bottom: 35px !important
}

.pb40 {
  padding-bottom: 40px !important
}

.pb45 {
  padding-bottom: 45px !important
}

.pb50 {
  padding-bottom: 50px !important
}

.pb55 {
  padding-bottom: 55px !important
}

.pl5 {
  padding-left: 5px !important
}

.pl10 {
  padding-left: 10px !important
}

.pl15 {
  padding-left: 15px !important
}

.pl20 {
  padding-left: 20px !important
}

.pl25 {
  padding-left: 25px !important
}

.pl30 {
  padding-left: 30px !important
}

.pl35 {
  padding-left: 35px !important
}

.pl40 {
  padding-left: 40px !important
}

.pl45 {
  padding-left: 45px !important
}

.pl50 {
  padding-left: 50px !important
}

.pl55 {
  padding-left: 55px !important
}

.pa5 {
  padding: 5px !important
}

.pa10 {
  padding: 10px !important
}

.pa15 {
  padding: 15px !important
}

.pa20 {
  padding: 20px !important
}

.pa25 {
  padding: 25px !important
}

.pa30 {
  padding: 30px !important
}

.pa35 {
  padding: 35px !important
}

.pa40 {
  padding: 40px !important
}

.pa45 {
  padding: 45px !important
}

.pa50 {
  padding: 50px !important
}

@media only screen and (min-width: 1100px) {
  .pc_only {
    display: block !important
  }

  .sp_only {
    display: none !important
  }

  .pc_only_ib {
    display: inline-block !important
  }

  .sp_only_ib {
    display: none !important
  }

  .wid100_sp,
  .wid90_sp,
  .wid80_sp,
  .wid70_sp,
  .wid60_sp,
  .wid50_sp,
  .wid40_sp,
  .wid30_sp,
  .wid20_sp,
  .wid10_sp,
  .wid25_sp,
  .wid33_sp {
    width: auto !important;
    height: auto
  }

  .wid10_pc {
    width: 10% !important;
    height: auto
  }

  .wid20_pc {
    width: 20% !important;
    height: auto
  }

  .wid30_pc {
    width: 30% !important;
    height: auto
  }

  .wid40_pc {
    width: 40% !important;
    height: auto
  }

  .wid50_pc {
    width: 50% !important;
    height: auto
  }

  .wid60_pc {
    width: 60% !important;
    height: auto
  }

  .wid70_pc {
    width: 70% !important;
    height: auto
  }

  .wid80_pc {
    width: 80% !important;
    height: auto
  }

  .wid90_pc {
    width: 90% !important;
    height: auto
  }

  .wid100_pc {
    width: 100% !important;
    height: auto
  }

  .wid25_pc {
    width: 25% !important
  }

  .wid33_pc {
    width: 33.3333333333% !important
  }
}

body {
  background-color: #f1f1f1
}

body.home {
  background-color: #fff
}

a {
  color: #0080de;
  -webkit-transition: .5s;
  transition: .5s
}

a:hover {
  opacity: .6;
  -webkit-transition: .5s;
  transition: .5s
}

.inner {
  padding: 0 16px
}

.content_2col {
  margin: 24px auto 40px;
  padding: 0 16px
}

.content_2col .main {
  margin-bottom: 56px
}

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.alignright {
  float: right;
  margin-left: 12px;
  margin-bottom: 12px
}

.alignleft {
  float: left;
  margin-right: 12px;
  margin-bottom: 12px
}

.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  display: block
}

.navigation {
  margin: 32px auto 56px
}

.navigation .screen-reader-text {
  display: none
}

.navigation .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.navigation .nav-links .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background-color: #fff;
  font-family: "Arial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.8rem;
  line-height: 12px;
  color: #4a4a4a;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.navigation .nav-links .page-numbers:not(:last-child) {
  margin: 0 16px 0 0
}

.navigation .nav-links .page-numbers.prev {
  position: relative
}

.navigation .nav-links .page-numbers.prev::before {
  position: absolute;
  z-index: 1;
  width: 8px;
  height: 8px;
  border-top: 1px solid #1c1c1c;
  border-right: 1px solid #1c1c1c;
  content: "";
  top: 50%;
  left: calc(50% + 3px);
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
  transform: translate(-50%, -50%) rotate(225deg)
}

.navigation .nav-links .page-numbers.next {
  position: relative
}

.navigation .nav-links .page-numbers.next::before {
  position: absolute;
  z-index: 1;
  width: 8px;
  height: 8px;
  border-top: 1px solid #1c1c1c;
  border-right: 1px solid #1c1c1c;
  content: "";
  top: 50%;
  left: calc(50% - 3px);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}

.navigation .nav-links .page-numbers.current {
  background-color: #f7f7f7;
  color: #d9d9d9
}

.ttl_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.ttl_icon .en {
  position: relative;
  margin: 0 8px 0 0;
  padding-left: 38px;
  font-family: "Arial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", "メイリオ", "Meiryo", sans-serif;
  font-size: 2.6rem;
  font-weight: 700
}

.ttl_icon .en::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.ttl_icon .jp {
  font-size: 1.6rem
}

.ttl_icon.ttl_icon_recommend .en::before {
  background-image: url(../img/icon_recommend_black.svg)
}

.ttl_icon.ttl_icon_cat .en::before {
  background-image: url(../img/icon_cat_black.svg)
}

.ttl_icon.ttl_icon_keyword .en::before {
  background-image: url(../img/icon_tag_black.svg)
}

.ttl_bg {
  margin: 0 0 16px;
  padding: 4px 16px;
  background-color: #cc0001;
  font-size: 1.6rem;
  color: #fff
}

.ttl_underline {
  margin: 16px 0 6px;
  padding: 0 0 4px;
  border-bottom: 2px solid #cc0001;
  font-weight: 700
}

.ttl_underLine_big {
  position: relative;
  margin: 0 0 86px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center
}

.ttl_underLine_big span::after {
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 96px;
  height: 6px;
  background-color: #cc0001;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

form[role=search] {
  position: relative
}

form[role=search] input[type=search] {
  width: 100%;
  height: 40px;
  border: 1px solid #a1a1a1;
  border-radius: 5px
}

form[role=search] button[type=submit] {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 26px;
  height: 26px;
  background-image: url(../img/icon_search.svg);
  background-repeat: no-repeat;
  color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

form[role=search] ::-webkit-input-placeholder {
  color: #a1a1a1
}

form[role=search] ::-moz-placeholder {
  color: #a1a1a1
}

form[role=search] :-ms-input-placeholder {
  color: #a1a1a1
}

form[role=search] ::-ms-input-placeholder {
  color: #a1a1a1
}

form[role=search] ::placeholder {
  color: #a1a1a1
}

.btn_basic {
  margin: 0 auto !important
}

.btn_basic a {
  position: relative;
  display: block;
  max-width: 260px;
  margin: 40px auto 0;
  padding: 14px 32px 14px 14px;
  border: 1px solid #230000;
  border-radius: 5px;
  background-color: #230000;
  font-size: 1.2rem;
  color: #fff !important;
  text-align: center
}

.btn_basic a::after {
  position: absolute;
  z-index: 1;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg)
}

.article_ranking {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  counter-reset: num;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.article_ranking li,
.article_new li {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(28, 28, 28, .1);
  box-shadow: 0 0 8px rgba(28, 28, 28, .1)
}

.article_ranking li::before {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px 10px;
  background-color: #4a4a4a;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  content: counter(num);
  counter-increment: num
}

.article_ranking li:first-of-type {
  display: block;
  width: 100%;
  margin: 0 0 16px
}

.article_ranking li:first-of-type::before {
  background-color: #facd55
}

.article_ranking li:nth-of-type(2)::before {
  background-color: #b7bfc1
}

.article_ranking li:nth-of-type(3)::before {
  background-color: #d27b16
}

.article_ranking li:nth-of-type(n+2) {
  width: calc((100% - 16px)/2)
}

.article_ranking li:nth-of-type(n+4) {
  display: none
}

.article_ranking li .article_rankin_img,
.article_new li .article_new_img {
  display: block;
  padding-top: 60.6%;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all .2s;
  transition: all .2s
}

.article_ranking li .article_rankin_body,
.article_new li .article_new_body {
  padding: 16px
}

.article_ranking li .article_rankin_body__ttl,
.article_new li .article_new_body__ttl {
  font-size: 1.2rem;
  color: #1c1c1c
}

.article_new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 16px;
}

.article_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 -16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.article_list li {
  position: relative;
  width: calc((100% - 16px)/2);
  margin: 0 0 16px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(28, 28, 28, .1);
  box-shadow: 0 0 8px rgba(28, 28, 28, .1)
}

.article_list li .article_rankin_img {
  display: block;
  padding-top: 60.6%;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all .2s;
  transition: all .2s
}

.article_list li .article_rankin_body {
  padding: 16px
}

.article_list li .article_rankin_body__ttl {
  font-size: 1.2rem;
  color: #1c1c1c
}

.article_rankin_body__cat,
.article_new_body__cat {
  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 2px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 100vh;
  background-color: #f7f7f7;
  font-size: 1rem;
  line-height: 1.2;
  color: #1c1c1c
}

.article_new li {
  width: calc((100% - 16px) / 2);
}

.article_new li:not(:nth-of-type(2n)) {
  margin-right: 16px;
}

.cat_list li {
  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 2px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 100vh;
  background-color: #f7f7f7;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #1c1c1c
}

.cat_list li a {
  color: #1c1c1c
}

.tag_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 -8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.tag_list a {
  position: relative;
  display: block;
  margin: 0 8px 8px 0;
  padding: 0 8px 0 16px;
  border-radius: 5px;
  background-color: #cc0001;
  font-size: 1.2rem !important;
  color: #fff
}

.tag_list a::before {
  position: absolute;
  top: 50%;
  left: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media only screen and (min-width: 768px) {
  .article_ranking {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .article_ranking li,
  .article_new li {
    -webkit-transition: .5s;
    transition: .5s
  }

  .article_ranking li::before {
    padding: 1px 8px;
    font-size: 1.8rem
  }

  .article_ranking li:first-of-type {
    display: block;
    width: calc((100% - 48px)/3)
  }

  .article_ranking li:nth-of-type(n+2) {
    width: calc((100% - 48px)/3)
  }

  .article_ranking li:not(:nth-of-type(n+3)) {
    margin: 0 24px 0 0
  }

  .article_ranking li .article_rankin_body__ttl,
  .article_new li .article_new_body__ttl {
    font-size: 1.4rem
  }

  .article_rankin_body__cat,
  .article_new_body__cat {
    font-size: 1.2rem
  }

  .article_new {
    row-gap: 24px;
  }

  .article_new li {
    width: calc((100% - 48px) / 3);
  }

  .article_new li:not(:nth-of-type(2n)) {
    margin-right: 0;
  }

  .article_new li:not(:nth-of-type(3n)) {
    margin-right: 24px;
  }
}

@media only screen and (min-width: 1100px) {
  .inner {
    max-width: 1216px;
    margin: 0 auto;
    padding: 0 20px
  }

  .content_2col {
    margin: 56px auto 80px;
    padding: 0 20px
  }

  .content_2col .main {
    width: 840px;
    margin: 0 auto;
  }

  .content_2col .side {
    max-width: 300px
  }

  .ttl_icon {
    margin: 0 0 32px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .ttl_icon .en {
    margin: 0 16px 0 0;
    padding-left: 56px;
    font-size: 3.6rem
  }

  .ttl_icon .en::before {
    width: 40px;
    height: 40px
  }

  .ttl_icon .jp {
    font-size: 1.8rem
  }

  .ttl_bg {
    margin: 0 0 24px;
    font-size: 1.8rem
  }

  .ttl_underline {
    margin: 24px 0 6px
  }

  .ttl_underLine_big {
    margin: 0 0 106px;
    font-size: 3.6rem
  }

  .ttl_underLine_big span::after {
    bottom: -16px
  }

  .btn_basic a {
    max-width: 400px;
    font-size: 1.4rem;
    -webkit-transition: .5s;
    transition: .5s
  }

  .btn_basic a:hover {
    background-color: #fff;
    color: #230000 !important;
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s
  }

  .btn_basic a:hover::after {
    border-top: 1px solid #230000;
    border-right: 1px solid #230000
  }

  .article_ranking li:first-of-type {
    width: calc((100% - 96px)/5)
  }

  .article_ranking li:nth-of-type(n+2) {
    width: calc((100% - 96px)/5)
  }

  .article_ranking li:nth-of-type(n+4) {
    display: block
  }

  .article_ranking li:not(:last-of-type) {
    margin: 0 24px 0 0
  }

  .article_ranking li:hover,
  .article_new li:hover {
    -webkit-box-shadow: 0 0 12px rgba(28, 28, 28, .3);
    box-shadow: 0 0 12px rgba(28, 28, 28, .3);
    -webkit-transition: .5s;
    transition: .5s
  }

  .article_ranking li:hover a,
  .article_new li:hover a {
    opacity: 1
  }

  .article_new li {
    width: calc((100% - 96px)/5);
  }

  .article_new li:not(:nth-of-type(3n)) {
    margin-right: 0;
  }

  .article_new li:not(:nth-of-type(5n)) {
    margin-right: 24px;
  }

  .article_list li {
    -webkit-transition: .5s;
    transition: .5s
  }

  .article_list li:hover {
    -webkit-box-shadow: 0 0 12px rgba(28, 28, 28, .3);
    box-shadow: 0 0 12px rgba(28, 28, 28, .3);
    -webkit-transition: .5s;
    transition: .5s
  }

  .article_list li:hover a {
    opacity: 1
  }

  .cat_list li {
    display: inline-block;
    margin: 0 8px 8px 0;
    padding: 2px 12px;
    border: 1px solid #d9d9d9;
    border-radius: 100vh;
    background-color: #f7f7f7;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #1c1c1c
  }

  .tag_list {
    margin: 0 0 -16px
  }

  .tag_list a {
    margin: 0 8px 8px 0 !important;
    font-size: 1.4rem !important
  }

  .post_wrap .review_list ul.review_list_body li {
    width: 230px;
  }
}

.main_section {
  margin: 0 0 40px;
  padding: 24px 16px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(28, 28, 28, .1);
  box-shadow: 0 0 8px rgba(28, 28, 28, .1);
  font-size: 1.6rem
}

.post_wrap .time_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0
}

.post_wrap .time_list li {
  position: relative;
  margin: 0 16px 0 0;
  padding: 0 0 0 16px;
  font-size: 1rem
}

.post_wrap .time_list li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.post_wrap .time_list .time_new::before {
  background-image: url(../img/icon_clock.svg)
}

.post_wrap .time_list .time_update::before {
  background-image: url(../img/icon_reload.svg)
}

.post_wrap .mv_post_img {
  margin: 16px -16px
}

.post_wrap .mv_post_img img {
  width: 100%
}

.post_wrap .cta_simple {
  margin: 24px 0 32px;
  padding: 24px 16px;
  background: #fcfced
}

.post_wrap .cta_simple .readTx {
  margin: 0 0 .5em;
  padding-left: 1em;
  text-indent: -0.5em
}

.post_wrap .cta_simple .wp-block-image {
  margin: 0 0 16px
}

.post_wrap .wp-block-buttons {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 24px auto;
}

.post_wrap .wp-block-button__title {
  margin: 0 0 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}

.post_wrap .wp-block-button__title::before {
  content: "＼";
  font-size: 18px;
  margin-right: 10px;
}

.post_wrap .wp-block-button__title::after {
  content: "／";
  font-size: 18px;
  margin-left: 10px;
}

.post_wrap .wp-block-button__link {
  width: 100%;
  color: #fff;
  background-color: #bc000f;
  border-radius: 0;
  box-shadow: 4px 4px 0px 0px #000;
  padding: 15px 40px 15px 20px;
  font-size: 1.8rem;
  line-height: 1.2;
  position: relative;
}

.post_wrap .wp-block-button__link:hover {
  text-decoration: none;
  transform: translate(4px, 4px);
  box-shadow: none;
}

.post_wrap .wp-block-button__link::after {
  content: "";
  width: 20px;
  height: 20px;
  background: center/contain url(../img/button-icon.svg) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}


.post_wrap .btn-square {
  display: inline-block;
  min-width: 260px;
  margin: 16px auto;
  padding: 16px 1em;
  border-bottom: solid 6px #01423e;
  border-radius: 5px;
  background: #0e847d;
  font-weight: 700;
  color: #fff;
  text-decoration: none
}

.post_wrap #toc_container {
  display: block;
  width: auto;
  margin: 32px 0;
  padding: 24px 16px;
  background: #f7f7f7
}

.post_wrap #toc_container .toc_title {
  font-size: 2rem;
  font-weight: 700
}

.post_wrap #toc_container .toc_list li::before {
  content: none
}

.post_wrap #toc_container .toc_list li a {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  font-size: 1.2rem;
  color: #0080de
}

.post_wrap #toc_container .toc_list li a::before {
  position: absolute;
  top: .9em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 6px 0 6px 10px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #0080de;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.post_wrap #toc_container .toc_list li>a {
  margin-bottom: 4px
}

.post_wrap a:hover {
  opacity: 1;
  text-decoration: underline
}

.post_wrap p {
  margin: 2em 0
}

.post_wrap figure {
  margin: 0
}

.post_wrap h1 {
  margin: 0 0 8px;
  font-size: 2rem;
  font-weight: 700
}

.post_wrap h2:not(.ttl_icon, .ttl_icon_recommend, .top_section, .top_section_recommend, .top_section_cat) {
  position: relative;
  margin: 0 auto 32px;
  padding: 15px 10px 10px;
  border: 1px solid #bebebe;
  border-top: none;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.post_wrap h2:not(.ttl_icon, .ttl_icon_recommend, .top_section, .top_section_recommend, .top_section_cat)::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  border-top: solid 6px #bc000f;
  content: " "
}

.post_wrap h3:not(.ttl_bg) {
  margin: 0 0 24px;
  padding: 8px 10px;
  background-color: #eee7e7;
  border-left: 5px solid #bc000f;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5
}

.post_wrap h4 {
  margin: 0 0 24px;
  padding: 4px 10px;
  border-bottom: 2px dotted #bc000f;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3
}

.post_wrap h5 {
  margin: 0 0 24px;
  padding-left: 1.2em;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

.post_wrap h5::before {
  content: "";
  background: center/contain url(../img/h5-arrow.svg) no-repeat;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 3px;
  left: 0;
}

.post_wrap strong {
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #ff0 0%);
}

.post_wrap ul:not(.article_ranking, .time_list, .tag_list, .review_list_body) {
  margin: 24px 0
}

.post_wrap ul:not(.article_ranking, .time_list, .tag_list, .review_list_body) li {
  position: relative;
  margin-bottom: 4px;
  padding-left: 16px
}

.post_wrap ul:not(.article_ranking, .time_list, .tag_list, .review_list_body) li::before {
  position: absolute;
  top: .75em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1c1c1c;
  content: ""
}

.post_wrap ul:not(.article_ranking, .time_list, .tag_list, .review_list_body) li ul li {
  padding-left: 12px;
  font-size: 1.4rem
}

.post_wrap ul:not(.article_ranking, .time_list, .tag_list, .review_list_body) li ul li::before {
  top: .7em;
  width: 6px;
  height: 6px
}

.post_wrap ol {
  margin: 24px 0;
  counter-reset: num
}

.post_wrap ol li {
  position: relative;
  margin-bottom: 4px;
  padding-left: 28px
}

.post_wrap ol li::before {
  position: absolute;
  z-index: 1;
  top: 3px;
  left: 5px;
  font-family: "Arial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.4rem;
  color: #fff;
  content: counter(num);
  counter-increment: num
}

.post_wrap ol li::after {
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background-color: #4a4a4a;
  content: ""
}

.post_wrap ol li li {
  padding-left: 24px
}

.post_wrap ol li li::before {
  top: 1px;
  font-family: "Arial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1c1c1c;
  content: counter(num) ".";
  counter-increment: num
}

.post_wrap ol li li::after {
  background-color: rgba(0, 0, 0, 0);
  content: none
}

.post_wrap>ul,
.post_wrap>ol {
  margin: 32px 0
}

.post_wrap .positive_list {
  background-color: #e8eff7;
  border: 1px solid #7aace4;
  margin: 50px 0 24px;
}

.post_wrap .negative_list {
  background-color: #f0efec;
  border: 1px solid #a39e92;
  margin: 50px 0 24px;
}

.post_wrap .positive_list_ttl,
.post_wrap .negative_list_ttl {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  border-radius: 35px;
  padding: 12px;
  margin: -30px 10px 20px;
  position: relative;
}

.post_wrap .positive_list_ttl {
  background-color: #7aace4;
}

.post_wrap .negative_list_ttl {
  background-color: #a39e92;
}

.post_wrap .positive_list_ttl::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 15px solid #7aace4;
  border-bottom: 0;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.post_wrap .negative_list_ttl::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 15px solid #a39e92;
  border-bottom: 0;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.post_wrap ul.positive_list_body,
.post_wrap ul.negative_list_body {
  padding: 0 15px;
}

.post_wrap ul.positive_list_body li,
.post_wrap ul.negative_list_body li {
  padding-left: 22px;
  margin-bottom: 12px;
}

.post_wrap ul.positive_list_body li::before {
  background: center/contain url(../img/positive-icon.svg) no-repeat;
  width: 14px;
  height: 10px;
  top: 10px;
}

.post_wrap ul.negative_list_body li::before {
  background: center/contain url(../img/negative-icon.svg) no-repeat;
  width: 14px;
  height: 10px;
  top: 10px;
}

.post_wrap ul.has-gray-border {
  border: 10px solid #e3e3e3;
  padding: 13px 15px;
}

.post_wrap ul.has-gray-border li::before {
  background-color: #d7d7d7;
  width: 10px;
  height: 10px;
  top: 10px;
}

.post_wrap .wp-block-table thead {
  border-bottom: none;
  background-color: #a12e37;
  color: #fff;
  text-align: center;
}

.post_wrap .wp-block-table tbody th {
  background-color: #a12e37;
  color: #fff;
}

.post_wrap .wp-block-table table th,
.post_wrap .wp-block-table table td {
  border-color: #f1f0eb;
}

.post_wrap .review_list {
  background-color: #f9f7e8;
  margin: 24px 0;
}

.post_wrap .review_list_ttl {
  background-color: #f4e990;
  text-align: center;
  font-size: 1.8rem;
  padding: 15px;
  margin: 0;
}

.post_wrap .review_list ul.review_list_body {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 18px;
  padding: 15px;
  overflow-x: auto;
}

.post_wrap .review_list ul.review_list_body li {
  background-color: #fff;
  width: 230px;
  padding: 20px 15px;
  flex-shrink: 0;
}

.post_wrap .review_list .review_list_name {
  display: flex;
  align-items: center;
  gap: 10px;
}

.post_wrap .review_list .review_list_name::before {
  content: "";
  width: 80px;
  height: 80px;
  display: block;
}

.post_wrap .review_list .men .review_list_name::before {
  background: center/contain url(../img/review-men.png) no-repeat;
}

.post_wrap .review_list .women .review_list_name::before {
  background: center/contain url(../img/review-women.png) no-repeat;
}

.post_wrap .review_list .review_list_name p {
  color: #6792b7;
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
}

.post_wrap .review_list .review_list_name p span {
  font-size: 14px;
}

.post_wrap .review_list .review_list_name+p {
  font-size: 14px;
  margin: 15px 0 0;
}

.post_wrap .acc_wrap {
  margin: 24px 0;
}

.post_wrap .acc_open_btn {
  font-size: 1.6rem;
  border: 1px solid #6f6f6f;
  padding: 15px 45px 15px 30px;
  margin: 0;
  cursor: pointer;
  position: relative;
}

.post_wrap .acc_open_btn::after {
  content: "";
  background: center/contain url(../img/acc-plus-icon.svg) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.post_wrap .acc_open_btn.active::after {
  background: center/contain url(../img/acc-minus-icon.svg) no-repeat;
  height: 4px;
}

.post_wrap .acc_content {
  display: none;
  padding: 10px 0;
}

.post_wrap .acc_content>.wp-block-table {
  margin: 0;
}

.post_wrap blockquote {
  position: relative;
  margin: 24px 0;
  padding: 40px 10px;
  background-color: #f2f2f2;
  font-size: 1.4rem;
  border: 5px solid #e7e7e7;
  color: #7e7e7e;
}

.post_wrap blockquote p {
  margin: 0;
}

.post_wrap blockquote p>span {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem
}

.post_wrap blockquote::before {
  content: "";
  background: center/contain url(../img/blockquote-l-icon.png) no-repeat;
  width: 30px;
  height: 31px;
  position: absolute;
  top: 5px;
  left: 7px;
}

.post_wrap blockquote::after {
  content: "";
  background: center/contain url(../img/blockquote-r-icon.png) no-repeat;
  width: 30px;
  height: 31px;
  position: absolute;
  bottom: 5px;
  right: 7px;
}

.post_wrap blockquote cite {
  display: block;
  margin: 16px 0 0;
  font-size: 1.2rem;
  font-style: italic;
  text-align: right
}

.post_wrap .linkcard_s {
  margin: 32px 0
}

.post_wrap .linkcard_s .linkcard_s_label {
  display: inline-block;
  margin-bottom: 0;
  padding: 2px 8px;
  background: #4a4a4a;
  font-size: 1.4rem;
  color: #fff
}

.post_wrap .linkcard_s a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  background: #f7f7f7;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.post_wrap .linkcard_s a figure {
  width: calc(20% - 8px)
}

.post_wrap .linkcard_s a div {
  width: calc(80% - 8px)
}

.post_wrap .linkcard_s a div .linkcard_s_title {
  font-size: 1.4rem;
  font-weight: bold
}

.post_wrap .reasonable {
  margin: 32px 0
}

.post_wrap .reasonable .reasonable_label {
  display: inline-block;
  margin-bottom: 0;
  padding: 2px 8px;
  border-radius: 10px 10px 0 0;
  background: #0080de;
  font-size: 1.4rem;
  color: #fff
}

.post_wrap .reasonable .reasonable_inner {
  padding: 16px;
  background-color: #ebf6ff;
  font-size: 1.4rem
}

.post_wrap mark {
  display: inline;
  margin: 0 5px;
  padding: 0 5px 0px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFFA89));
  background: -webkit-linear-gradient(transparent 60%, #FFFA89 60%);
  background: linear-gradient(transparent 60%, #FFFA89 60%);
  font-weight: 700
}

.post_wrap .list_in_title {
  margin: 32px 0;
  padding: 16px 24px;
  border: 1px solid #1c1c1c;
  border-radius: 10px
}

.post_wrap .list_in_title .list_title {
  width: 100%;
  margin: 0 auto 16px;
  padding-bottom: 9pt;
  border-bottom: 1px solid #1c1c1c;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1c1c1c;
  text-align: center
}

.post_wrap .post_author {
  border: 1px solid #d5d4cd;
  padding: 15px 0 10px;
}

.post_wrap .post_author_title {
  background-color: #f1f0eb;
  margin: 0 0 20px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
}

.post_wrap .post_author_title::before {
  content: "";
  background: center/contain url(../img/author-icon.svg) no-repeat;
  display: inline-block;
  width: 43px;
  height: 18px;
  margin-right: 10px;
}

.post_wrap .post_author_inner {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  padding: 0 20px 0 20px;
}

.post_wrap .post_author_info {
  width: 120px;
  flex-shrink: 0;
}

.post_wrap .post_author_info .post_author_img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 100%;
}

.post_wrap .post_author_info .post_author_name {
  font-size: 16px;
  text-align: center;
  margin: 15px 0 0;
  line-height: 1;
}

.post_wrap .post_author_profile {
  font-size: 14px;
  line-height: calc(24/14);
  margin: 0;
}

.post_wrap .post_Allauthor {
  background: #f5f5f5;
  border: #f5f5f5 solid 2px;
  padding: 20px 10px;
  margin-top: 24px;
}

.post_wrap .post_Allauthor_title {
  margin: 0 0 .5em;
}

.post_wrap .post_Allauthor_inner {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.post_wrap .post_Allauthor_txt {
  margin: 0;
  font-size: 14px;
}

.post_wrap .cat_list,
.post_wrap .tag_list {
  margin: 0
}

.post_wrap .cat_list li,
.post_wrap .tag_list li {
  margin-bottom: 0;
  font-size: 1.2rem
}

.post_wrap .cat_list li::before,
.post_wrap .tag_list li::before {
  content: none
}

.post_wrap .cat_list li {
  padding: 2px 8px
}

.post_wrap .tag_list .tag_item {
  padding-left: 0
}

.post_wrap .table-wrap {
  white-space: nowrap
}

.post_wrap .table-grad {
  position: relative;
  white-space: nowrap
}

.post_wrap .table-grad:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, rgba(255, 255, 255, 0)), to(white));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 80%, white 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 80%, white 100%);
  content: ""
}

.sub_section {
  padding: 24px 16px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(28, 28, 28, .1);
  box-shadow: 0 0 8px rgba(28, 28, 28, .1);
  font-size: 1.6rem
}

.sub_section .related-box .related-h {
  margin: 0 0 40px;
  padding: 8px 32px;
  border-bottom: none;
  border-radius: 100vh;
  background-color: #f1f1f1;
  font-size: 2rem;
  font-weight: 700;
  text-align: center
}

.sub_section .related-box .related-h::after {
  border-bottom: none
}

.sub_section .related-box .related-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 16px;
  padding: 0 0 16px;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.sub_section .related-box .related-list li::before {
  content: none
}

.sub_section .related-box .related-list li .related-img {
  width: 33.3333333333%;
  margin: 0 16px 0 0
}

.sub_section .related-box .related-list li .related-img img {
  -o-object-fit: cover;
  object-fit: cover
}

.sub_section .related-box .related-list li .meta {
  width: calc(66.6666666667% - 16px)
}

.sub_section .related-box .related-list li .meta .related-title {
  margin: 0;
  font-size: 1.2rem
}

.sub_section .related-box .related-list li .meta .related-title a {
  color: #1c1c1c
}

.sub_section .post_footer .post_footer_box:first-of-type {
  margin: 0 0 24px
}

.sub_section .post_footer .post_footer_box h2 {
  position: relative;
  margin: 0 0 16px;
  padding: 0 0 0 38px;
  border-bottom: none;
  font-size: 1.6rem;
  font-weight: 700
}

.sub_section .post_footer .post_footer_box h2::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #cc0001;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.sub_section .post_footer .post_footer_box h2::after {
  position: absolute;
  top: 50%;
  left: 6px;
  width: 18px;
  height: 18px;
  border-bottom: none;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.sub_section .post_footer .post_footer_box h2.post_footer_cat::after {
  background-image: url(../img/icon_cat.svg)
}

.sub_section .post_footer .post_footer_box h2.post_footer_tag::after {
  background-image: url(../img/icon_tag.svg)
}

.sub_section .post_footer .post_footer_box .cat_list,
.sub_section .post_footer .post_footer_box .tag_list {
  margin: 0
}

.sub_section .post_footer .post_footer_box .cat_list li,
.sub_section .post_footer .post_footer_box .tag_list li {
  margin-bottom: 0
}

.sub_section .post_footer .post_footer_box .cat_list li::before,
.sub_section .post_footer .post_footer_box .tag_list li::before {
  content: none
}

.sub_section .post_footer .post_footer_box .cat_list li {
  padding: 2px 8px
}

.sub_section .post_footer .post_footer_box .tag_list .tag_item {
  padding-left: 0
}

@media only screen and (min-width: 1100px) {
  .main_section {
    margin: 0 0 56px;
    padding: 32px
  }

  .post_wrap .mv_post_mv {
    margin: 0 0 24px;
  }

  .post_wrap .mv_post_mv .mv_post_img {
    margin: 16px 0
  }

  .post_wrap .time_list li {
    font-size: 1.2rem
  }

  .post_wrap .cta_simple {
    margin: 40px 0;
    padding: 32px;
    background: #fcfced
  }

  .post_wrap .btn-square {
    min-width: 340px
  }

  .post_wrap #toc_container {
    display: block;
    width: auto;
    margin: 40px 0;
    padding: 32px;
    background: #f7f7f7
  }

  .post_wrap #toc_container .toc_list li a {
    font-size: 1.6rem
  }

  .post_wrap h1 {
    margin: 0 0 16px;
    font-size: 3.2rem
  }

  .post_wrap h2:not(.ttl_icon, .ttl_icon_recommend, .top_section, .top_section_recommend) {
    margin: 0 auto 40px;
    font-size: 2.4rem;
    padding: 15px 20px 10px;
  }

  .post_wrap h3:not(.ttl_bg) {
    margin: 0 0 32px;
    padding: 8px 20px;
    font-size: 2rem
  }

  .post_wrap h4 {
    margin: 0 0 24px;
    padding: 4px 20px;
    font-size: 1.8rem
  }

  .post_wrap h5 {
    padding-left: 1.5em;
  }

  .post_wrap h5::before {
    width: 1.8rem;
    height: 1.8rem;
    top: 4px;
    left: 0;
  }

  .post_wrap ol li {
    margin-bottom: 8px;
    padding-left: 38px
  }

  .post_wrap ol li::before {
    top: 3px;
    left: 8px
  }

  .post_wrap ol li::after {
    top: 2px;
    left: 0;
    width: 24px;
    height: 24px
  }

  .post_wrap ol li li {
    margin: 8px 0;
    padding-left: 28px;
    font-size: 1.5rem
  }

  .post_wrap ol li li::before {
    top: 1px
  }

  .post_wrap .wp-block-buttons,
  .post_wrap .review_list,
  .post_wrap .acc_wrap {
    margin: 32px 0;
  }

  .post_wrap .positive_list,
  .post_wrap .negative_list {
    margin: 65px 0 32px;
  }

  .post_wrap blockquote cite {
    display: block;
    margin: 24px 0 0;
    font-size: 1.4rem
  }

  .post_wrap .linkcard_s {
    margin: 40px 0
  }

  .post_wrap .linkcard_s .linkcard_s_label {
    padding: 2px 10px;
    font-size: 1.6rem
  }

  .post_wrap .linkcard_s a {
    padding: 24px
  }

  .post_wrap .linkcard_s a figure {
    width: calc(15% - 16px)
  }

  .post_wrap .linkcard_s a div {
    width: calc(85% - 16px)
  }

  .post_wrap .linkcard_s a div .linkcard_s_title {
    font-size: 1.6rem
  }

  .post_wrap .list_in_title {
    margin: 40px 0;
    padding: 32px
  }

  .post_wrap .list_in_title .list_title {
    margin: 0 auto 32px;
    padding-bottom: 14pt
  }

  .post_wrap .reasonable {
    margin: 40px 0
  }

  .post_wrap .reasonable .reasonable_label {
    padding: 2px 16px;
    font-size: 1.6rem
  }

  .post_wrap .reasonable .reasonable_inner {
    padding: 24px;
    font-size: 1.6rem
  }

  .post_wrap .post_author {
    padding: 25px 0 20px;
  }

  .post_wrap .post_author_title {
    padding: 10px 30px;
    font-size: 20px;
    line-height: 1;
  }

  .post_wrap .post_author_title::before {
    height: 20px;
  }

  .post_wrap .post_author_inner {
    gap: 35px;
    padding: 0 40px 0 50px;
  }

  .post_wrap .post_author_info {
    width: 140px;
  }

  .post_wrap .post_author_info .post_author_img {
    width: 140px;
    height: 140px;
  }

  .post_wrap .post_Allauthor {
    padding: 20px;
    margin-top: 32px;
  }

  .sub_section {
    padding: 32px
  }

  .sub_section .related-box {
    margin: 0 0 40px
  }

  .sub_section .related-box .related-h {
    padding: 12px 32px;
    font-size: 2.4rem
  }

  .sub_section .related-box .related-list li {
    margin: 0 0 24px;
    padding: 0 0 24px
  }

  .sub_section .related-box .related-list li:hover {
    opacity: .6 !important
  }

  .sub_section .related-box .related-list li:hover a {
    opacity: 1
  }

  .sub_section .related-box .related-list li .related-img {
    width: 192px;
    margin: 0
  }

  .sub_section .related-box .related-list li .meta {
    width: calc(100% - 192px - 24px)
  }

  .sub_section .related-box .related-list li .meta .related-title {
    margin: 0;
    font-size: 1.4rem
  }

  .sub_section .post_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .sub_section .post_footer .post_footer_box {
    width: calc((100% - 24px)/2)
  }

  .sub_section .post_footer .post_footer_box:first-of-type {
    margin: 0
  }

  .sub_section .post_footer .post_footer_box h2 {
    position: relative;
    margin: 0 0 24px;
    padding: 0 0 0 48px;
    font-size: 1.8rem
  }

  .sub_section .post_footer .post_footer_box h2::before {
    width: 40px;
    height: 40px
  }

  .sub_section .post_footer .post_footer_box h2::after {
    left: 8px;
    width: 24px;
    height: 24px
  }
}

@media only screen and (min-width: 768px) {
  .post_wrap .wp-block-buttons {
    align-items: center;
  }

  .post_wrap .wp-block-button__title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .post_wrap .wp-block-button__title::before,
  .post_wrap .wp-block-button__title::after {
    font-size: 20px;
  }

  .post_wrap .wp-block-button__link {
    width: 400px;
    font-size: 20px;
    padding: 20px 60px 20px 30px;
  }

  .post_wrap .wp-block-button__link::after {
    width: 24px;
    height: 24px;
    right: 30px;
  }

  .post_wrap .positive_list_ttl,
  .post_wrap .negative_list_ttl {
    font-size: 20px;
    padding: 15px;
    margin: -30px 20px 20px;
  }

  .post_wrap ul.positive_list_body,
  .post_wrap ul.negative_list_body {
    padding: 0 40px;
  }

  .post_wrap ul.has-gray-border {
    padding: 20px 30px;
  }

  .post_wrap .review_list_ttl {
    font-size: 20px;
  }

  .post_wrap .review_list ul.review_list_body {
    padding: 25px;
  }

  .post_wrap .review_list ul.review_list_body li {
    width: calc((100% - 36px)/3);
  }

  .post_wrap .acc_open_btn {
    font-size: 20px;
    padding: 15px 75px 15px 30px;
  }

  .post_wrap .acc_open_btn::after {
    width: 40px;
    height: 40px;
    right: 30px;
  }

  .post_wrap .acc_content {
    padding: 20px;
  }

  .post_wrap blockquote {
    margin: 32px 0;
    padding: 60px 20px;
  }

  .post_wrap blockquote p>span {
    margin-top: 15px;
  }

  .post_wrap blockquote::before {
    width: 37px;
    top: 15px;
    left: 15px;
  }

  .post_wrap blockquote::after {
    width: 37px;
    bottom: 15px;
    right: 15px;
  }
}

.top_section {
  position: relative;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 32px calc(50vw - 50%) 0
}

.top_section::before {
  position: absolute;
  z-index: -5;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  content: "";
  background-repeat: no-repeat;
  background-size: cover
}

.top_section::after {
  position: absolute;
  z-index: -5;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  content: "";
  background-color: rgba(255, 255, 255, .4)
}

.top_section.top_section_recommend::before {
  background-image: url(../img/img_top_popular.webp)
}

.top_section.top_section_cat::before {
  background-image: url(../img/img_top_cat.webp)
}

.cat_box {
  margin-bottom: 32px
}

.cat_box.cat_box_mt {
  margin-top: 32px
}

.addition_section {
  background-color: #f1f1f1;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 16px calc(50vw - 50%) 32px
}

.addition_section .addition_box {
  background-color: #fff;
  padding: 24px 16px
}

.tag_section {
  background-color: #f7f7f7;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 32px calc(50vw - 50%)
}

@media only screen and (min-width: 1100px) {
  .top_section {
    padding: 56px calc(50vw - 50%) 0
  }

  .cat_box {
    margin-bottom: 56px
  }

  .cat_box.cat_box_mt {
    margin-top: 56px
  }

  .addition_section {
    padding: 32px calc(50vw - 50%) 56px
  }

  .addition_section .addition_box {
    padding: 32px
  }

  .tag_section {
    padding: 56px calc(50vw - 50%)
  }
}