a:hover {
  opacity: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: flash-link;
  animation-name: flash-link
}

a:focus {
  outline: none
}

@-webkit-keyframes flash-link {
  0% {
    opacity: .4
  }
  100% {
    opacity: 1
  }
}

@keyframes flash-link {
  0% {
    opacity: .4
  }
  100% {
    opacity: 1
  }
}

html {
  font-size: 62.5%
}

strong, .bold {
  font-weight: bold
}

.sp {
  display: none
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.tal {
  text-align: left
}

.mb10 {
  margin: 0 0 1rem
}

.relative {
  position: relative
}

/*
body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.7;
  color: #333;
  background: #fff;
  font-size: 1.4rem;
}
*/

#swiper-box {
  background: #fff;
  height: 438px;
  position: relative
}

#swiper-box-inner {
  position: absolute;
  top: 0;
  left: 50%;
  width: 148.4rem;
  margin-left: -74.2rem
}

.swiper-container .postname {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 62, 146, .7);
  color: #fff;
  width: 100%;
  padding: .5rem 1rem;
  font-size: 2rem;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 62px;
  bottom: -62px;
  background: none;
  color: #2e2e2e
}

.swiper-container2 {
  width: 120rem;
  margin: 3rem 0 0
}

.swiper-pagination {
  margin: 0 auto;
  width: 148.4rem;
  position: static;
  margin: 8rem auto 0
}

.swiper-pagination .swiper-pagination-bullet {
  width: 35px;
  height: 35px;
  opacity: .5;
  background: #fff;
  color: #8d8d8d;
  font-size: 14px;
  line-height: 35px
}

.swiper-pagination .swiper-pagination-bullet-active {
  color: #2e2e2e;
  border: 1px solid #2e2e2e
}

.swiper-slide {
  background: #000
}

#pickup .swiper-slide {
  background: none
}

.swiper-slide img {
  opacity: .7
}

.swiper-slide-active img, #pickup .swiper-slide img {
  opacity: 1
}

.swiper-button-prev {
  width: 9.3rem;
  height: 3.9rem;
  left: 37.5rem
}

.swiper-button-prev:after {
  content: "";
  background: url(../img/before.png) 0 0 no-repeat;
  width: 9.3rem;
  height: 3.9rem
}

.swiper-button-next {
  width: 6.7rem;
  height: 3.9rem;
  right: 40.1rem
}

.swiper-button-next:after {
  content: "";
  background: url(../img/next.png) 0 0 no-repeat;
  width: 6.7rem;
  height: 3.9rem
}

#pickup {
  width: 100%;
  margin: 0 auto;
  background: #003e92;
  position: relative;
  padding: 2.5rem 0 3rem;
  height: 600px;
  color: #fff;
  -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 80%, 0% 100%);
  clip-path: polygon(0 0%, 100% 0%, 100% 80%, 0% 100%)
}

#pickup h2 {
  text-align: left;
  font-size: 3.3rem;
  font-weight: 200
}

#pickup ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto
}

#pickup ul li {
  width: 37.4rem;
  margin: 0 4rem 0 0
}

#pickup ul li.last-child {
  margin: 0
}

#pickup+#container-inner {
  margin: -18rem auto 0;
  position: relative
}

#pickup_inner {
  width: 120rem;
  margin: 0 auto 0
}

#pickup_inner a {
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 1.3
}

#pickup_inner a.title {
  font-size: 2.2rem
}

#pickup_inner .thumb {
  height: 21rem
}

.pickup_box_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem !important
}

#container {
  background: #ebeff2;
  overflow: hidden
}

#container.child {
  padding: 2.6rem 0 0;
  background: #ebeff2
}

#container-inner {
  width: 120rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

main {
/*  width: 88rem; */
  margin: 0 2.5rem 0 0
}

#breadcrumb {
  width: 120rem;
  margin: 0 auto 1.8rem
}

#breadcrumb a {
  color: #a0b4be;
  text-decoration: none;
  font-family: Yu Gothic UI, sans-serif
}

#breadcrumb li {
  display: inline;
  color: #a0b4be
}

#breadcrumb li:after {
  content: ">";
  margin: 0 .5rem 0
}

#breadcrumb li:last-child:after {
  content: ""
}

#page #main-inner {
  padding: 3.1rem 4.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff
}

#page .content_box:first-child {
  margin: 0 0 2rem
}

#single #main-inner {
  padding: 4rem 7.8rem 5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff
}

#category_link {
  width: 120rem;
  margin: 1rem auto 0;
  padding: 0 0 4.5rem
}

#category_link a {
  color: #2e2e2e;
  text-decoration: none
}

#category_link a.child {
  font-size: 1.8rem;
  line-height: 2
}

#category_link a.child:before {
  content: "-";
  margin: 0 .5rem 0 0
}

#category_link h3 {
  font-size: 2rem;
  font-weight: bold
}

#category_link .parent+.parent {
  margin: 3rem 0 0
}

#category_link .social {
  margin: 2rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

#category_link .social img {
  margin: 0 3rem 0 0
}

#category_link_inner {
  width: 88rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.sidebar-default {
  z-index: 10;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  width: 29rem;
  background: #fff;
  padding: 3rem 1.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.sidebar-links {
  background-color: #ebeff2;
  padding: 3rem 0;
  margin: 3rem -1.5rem -3rem
}

.sidebar-links-item:not(:first-child) {
  margin-top: 16px
}

.sidebar-links-link {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #003e92;
  background-color: #003e92;
  color: #fff;
  letter-spacing: .12em;
  line-height: 1.2;
  text-decoration: none;
  padding: 14px
}

.sidebar-links-white {
  background-color: #fff;
  color: #003e92
}

.is-links-fixed {
  position: fixed;
  top: 84px;
  margin-top: -3rem
}

#bnr_area img {
  max-width: 256px !important;
  width: 100%;
  height: auto
}

#rank_area h3 {
  border-top: 4px solid #2e2e2e;
  font-size: 2.1rem;
  padding: .7rem .5rem;
  margin: 0 0 1rem
}

.rank_box_img {
  position: relative
}

.num {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10
}

.blog_title {
  font-weight: bold;
  margin: 0 0 3rem
}

.blog_title a {
  color: #2e2e2e;
  text-decoration: none
}

.blog_info {
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 100%;
  font-size: 1.2rem !important
}

.blog_info a {
  text-decoration: none
}

#page_area {
  padding: .7rem 0 0
}

#page_area p {
  font-size: 1.7rem;
  line-height: 1.8;
  margin: 0 1.8rem 2rem
}

#page_area p.medium {
  font-weight: 500;
  margin: 0 1.8rem
}

#page_area table {
  margin: 2.6rem 0 0;
  width: 100%
}

#page_area table td {
  padding: 1.8rem 3rem;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#page_area table td:first-child {
  width: 33.5%;
  text-align: center;
  border-right: .1rem solid #c4c4c4
}

#page_area table tr:nth-child(odd) {
  background: #f7f7f7
}

#page_area table tr:nth-child(even) {
  background: #efefef
}

#page_area h2 {
  font-weight: bold;
  font-size: 2.8rem;
  padding: 2rem 1.8rem 1rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif
}

#page-title {
  border-top: .3rem solid #003e92;
  font-weight: bold;
  font-size: 2.8rem;
  padding: 3.6rem 1.8rem 1rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif
}

.fade {
  display: none;
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
  z-index: 10;
  background: #003e92;
  padding: 4.5rem 5.5rem 6.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%
}

#panel_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
  margin: 0 auto
}

#panel_link a {
  color: #fff;
  text-decoration: none;
  line-height: 2.3
}

#panel_link a.child {
  font-size: 1.8rem
}

#panel_link a.child:before {
  content: "-";
  margin: 0 .5rem 0 0
}

#panel_link h3 {
  font-size: 2rem;
  font-weight: bold
}

#panel_link .parent+.parent {
  margin: 2rem 0 0
}

#panel_link .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

#panel_link .social img {
  margin: 0 3rem 0 0
}

#panel_link ul {
  width: 50%
}

#panel_link .report, #panel_link .recommend, #panel_link .other_link {
  margin: 3rem 0 0
}

#close_btn {
  margin: 0 0 6rem
}

#close_btn:hover {
  cursor: pointer
}

#info_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -0.5rem
}

#date {
  color: #577280;
  font-size: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#single-title {
  font-weight: bold;
  font-size: 3rem;
  padding: 0 0 2rem;
  line-height: 1.2
}

#sns_share_head {
  margin: 2.4rem 0 4rem
}

#sns_share_foot {
  margin: 0 0 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

#sns_share_foot a {
  display: block;
  margin-bottom: .5rem
}

#sns_share_foot a:not(:last-child) {
  margin-right: .5rem
}

#content_area {
  margin: 1.3rem 0 0
}

#content_area p {
  font-size: 1.7rem;
  margin: 0 0 2rem
}

#content_area h2 {
  font-size: 2.7rem;
  color: #003e92;
  font-weight: bold;
  margin: 4rem 0 2.5rem
}

#content_area h3 {
  font-size: 2.2rem;
  color: #2e2e2e;
  border-bottom: .1rem solid #c6c6c6;
  padding: 0 0 .5rem;
  margin: 0 0 2rem;
  font-weight: bold
}

#content_area table:not(.has-text-color):not(.has-background) tr:first-child {
  background: #003e92 !important;
  color: #fff
}

#content_area table:not(.has-text-color):not(.has-background) tr:first-child td {
  border-right: .1rem solid #fff
}

#content_area table:not(.has-text-color):not(.has-background) tr:nth-child(even) {
  background: #f7f7f7
}

#content_area table:not(.has-text-color):not(.has-background) tr:nth-child(even) td {
  border-right: .1rem solid #c4c4c4
}

#content_area table:not(.has-text-color):not(.has-background) tr:nth-child(odd) {
  background: #efefef
}

#content_area table:not(.has-text-color):not(.has-background) tr:nth-child(odd) td {
  border-right: .1rem solid #c4c4c4
}

#content_area table td {
  padding: 1.5rem 2rem;
  font-size: 1.4rem
}

#content_area table td:last-child {
  border: none !important
}

#thumbnail {
  margin: 0 0 3.5rem
}

#thumbnail img {
  max-width: 72rem;
  max-height: 40.5rem
}

#toc_container {
  padding: 3rem 4.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: .1rem solid #d1d1d1;
  border-radius: .5rem;
  margin: 0 0 3.5rem;
  width: 100% !important
}

.toc_title {
  color: #003e92;
  font-size: 1.9rem !important;
  font-weight: bold;
  letter-spacing: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 0 2.5rem
}

.contracted .toc_title {
  margin: 0 !important
}

.toc_toggle {
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: normal
}

.toc_toggle a {
  color: #577280
}

.toc_list li {
  margin: 0 0 1.5rem
}

.toc_list a {
  font-size: 1.9rem;
  color: #003e92;
  font-weight: bold
}

.toc_list ul {
  margin: 2rem 0 0 1rem
}

.toc_list ul li {
  margin: 0 0 .8rem
}

.toc_list ul li a {
  color: #707070;
  font-size: 1.4rem;
  font-weight: normal;
  text-decoration: none
}

.blog_card_recommend {
  color: #192f3b;
  letter-spacing: .5rem;
  margin: 0 0 .5rem;
  display: block
}

.blog_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
  width: calc(100% - 10px);
  margin: 0 0 4rem;
  border-radius: .5rem;
  border: .1rem solid #cacaca
}

.blog_card .blog_card_thumbnail img {
  width: 20.4rem;
  height: auto
}

.blog_card .blog_card_title {
  color: #003e92;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 .5rem
}

.blog_card .blog_card_excerpt {
  color: #2e2e2e
}

.blog_card_content {
  padding: 1.5rem 2rem;
  position: relative
}

.readmore {
  position: absolute;
  font-size: 1.5rem;
  right: -1.3rem;
  bottom: -1rem;
  color: #fff;
  background: url(../img/icon_ribbon.png) 0 0 no-repeat;
  width: 13.1rem;
  height: 3.8rem;
  padding: 1.1rem 0 0 2.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.readmore_top {
  position: absolute;
  top: 4.5rem;
  right: 4.5rem
}

.readmore_top:after {
  content: ">";
  margin: 0 0 0 1rem
}

.readmore_top a {
  text-decoration: none;
  color: #2e2e2e
}

.wp-block-table table {
  margin: 0 0 3rem
}

#single_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -0.5rem
}

#category-title {
  border-top: .3rem solid #003e92;
  font-weight: bold;
  font-size: 2.8rem;
  padding: 1rem 0 1.4rem
}

.cat_thumbnail {
  height: 15.2rem;
  -webkit-box-flex: 248px;
  -ms-flex: 248px 0 0px;
  flex: 248px 0 0
}

.cat_thumbnail img {
  width: 24.8rem
}

.cat_box_text {
  margin: 0 0 0 2.5rem
}

.cat_box_text a {
  color: #fff
}

.cat_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 2.2rem 2.5rem 0
}

.catgory_date {
  font-size: 1.4rem;
  color: #2e2e2e;
  font-family: Yu Gothic UI, sans-serif
}

.catgory_title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 2rem
}

.catgory_title a {
  color: #2e2e2e;
  text-decoration: none
}

.category_excerpt {
  max-height: 4.4rem;
  overflow: hidden;
  margin: 0 0 1.3rem
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wp-pagenavi a {
  text-decoration: none;
  border: .1rem solid #ccc;
  border-radius: 4px;
  width: 5rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 .5rem 0 0;
  color: #6a6a6a
}

.wp-pagenavi a.previouspostslink {
  margin: 0 1rem 0 0
}

.wp-pagenavi a.nextpostslink, .wp-pagenavi a.last {
  margin: 0 0 0 1rem
}

.wp-pagenavi .current {
  border: .1rem solid #ccc;
  border-radius: 4px;
  width: 3rem;
  height: 3rem;
  background: #003e92;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 .5rem 0 0
}

.content_box {
  margin: 2rem 0;
  padding: 2rem 4.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  position: relative
}

.content_box h2 {
  border-top: .3rem solid #003e92;
  font-size: 2.9rem;
  padding: 1rem 0 1rem;
  font-weight: bold
}

.content_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.content_box_inner li {
  width: 24.8rem;
  font-size: 1.4rem;
  line-height: 1.3;
  margin: 0 2.4rem 0 0
}

.content_box_inner li:first-child {
  margin: 0 2.4rem 2.1rem 0
}

.content_box_inner li:nth-child(3n) {
  margin: 0
}

.content_box_inner .content_box_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1rem 0;
  font-size: 1.2rem !important
}

.content_box_inner .content_box_title a {
  color: #2e2e2e;
  text-decoration: none
}

.content_box_inner.wrap li {
  margin: 0 2.4rem 2.5rem 0
}

.content_box_inner.wrap li:nth-child(3n) {
  margin: 0 0 2.5rem
}

#content_box_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

#content_box_banner li {
  margin: 0 2.4rem 0 0
}

#content_box_banner li:first-child {
  margin: 0 2.4rem 2.1rem 0
}

#content_box_banner li:nth-child(3n) {
  margin: 0
}

.widgettitle {
  display: none
}

.widget_sp_image {
  margin: 0 0 2rem
}

.widget_sp_image-image-link img {
  height: auto
}

.contact_block02_con th, .contact_block02_con td {
  display: block;
  width: calc(100% - 6rem);
  text-align: left
}

.contact_block02_con th {
  padding: 1.8rem 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold
}

.required {
  background: red;
  color: #fff;
  padding: .3rem 1rem;
  margin: 0 0 0 1rem;
  display: block
}

.contact_block02_con input[type=text], .contact_block02_con textarea {
  width: 100%;
  padding: .5rem;
  font-size: 1.6rem
}

.agree {
  margin: 1rem 0 !important;
  text-align: center
}

#send_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%
}

#send_btn .link_btn01 input {
  width: 20rem;
  max-width: 48rem;
  height: 7rem;
  margin: 0 auto;
  position: relative;
  background: #003e92;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  border: none;
  margin: 3rem 0 0;
  display: block
}

#send_btn .link_btn01 input:hover {
  cursor: pointer
}

#send_btn .link_btn02 input {
  width: 20rem;
  max-width: 48rem;
  height: 7rem;
  margin: 0 auto;
  position: relative;
  background: #577280;
  font-size: 1.8rem;
  color: #fff;
  border: none;
  margin: 3rem 2rem 0 0;
  display: block
}

#send_btn .link_btn02 input:hover {
  cursor: pointer
}

.btn01 {
  width: 20rem;
  max-width: 48rem;
  height: 7rem;
  background: #003e92;
  font-size: 1.8rem;
  color: #fff;
  border: none;
  margin: 5rem auto 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.btn01:hover {
  cursor: pointer
}

.btn01 a {
  color: #fff;
  text-decoration: none
}

#recommend {
  position: relative;
  height: 370px;
  width: 100vw;
  margin: 0 calc(50% - 50vw + 160px);
  background: url(../img/allpd_bg.jpg) 0 0 no-repeat;
  background-size: cover
}

#recommend #recommend_inner {
  width: 120rem;
  margin: auto
}

#recommend .content_box {
  background: none;
  width: 880px
}

#recommend .content_box_inner {
  margin: 2rem 0
}

#recommend .content_box_inner li {
  width: 24.8rem
}

#recommend h2 {
  border: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#recommend h2:before {
  content: "";
  background: url(../img/icon_circle.png) 0 0 no-repeat;
  width: 2rem;
  height: 2rem;
  display: inline;
  padding: 0 0 0 1rem
}

#recommend a, #recommend .readmore_top:after {
  color: #fff
}

#recommend .swiper-slide {
  background: none
}

#recommend .content_box_info {
  color: #fff
}

#recommend .swiper-slide img {
  opacity: 1
}

.category_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -0.5rem
}

.cat_ribbon_blue {
  padding: .2rem .8rem;
  position: relative;
  z-index: 1;
  margin: 0 1.5rem .5rem 0
}

.cat_ribbon_blue:before {
  content: "";
  background: #003e92;
  -webkit-transform: skew(20deg, 0deg);
  transform: skew(20deg, 0deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1
}

.cat_ribbon_blue:after {
  content: "";
  background: #46628e;
  -webkit-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2
}

.cat_ribbon_blue.is-gray {
  color: #577280
}

.cat_ribbon_blue.is-gray a {
  color: #577280
}

.cat_ribbon_blue.is-gray:before {
  background: #ebeff2
}

.cat_ribbon_blue.is-gray:after {
  background: #bcc9d6
}

.cat_ribbon_blue a {
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none
}

.cat_ribbon_blue+.date {
  margin-left: -0.5rem
}

.cat_ribbon_blue2 {
  padding: .2rem 1rem;
  position: relative;
  z-index: 1;
  margin: 0 1rem 0 0
}

.cat_ribbon_blue2:before {
  content: "";
  background: #003e92;
  -webkit-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1
}

.cat_ribbon_blue2:after {
  content: "";
  background: #46628e;
  -webkit-transform: skew(20deg, 0deg);
  transform: skew(20deg, 0deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2
}

.cat_ribbon_blue2 a {
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none
}

.cat_ribbon_single {
  padding: 0 1rem .2rem;
  position: relative;
  z-index: 1;
  margin: 0 1.5rem .5rem 0;
  display: inline-block
}

.cat_ribbon_single:before {
  content: "";
  background: #003e92;
  -webkit-transform: skew(20deg, 0deg);
  transform: skew(20deg, 0deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1
}

.cat_ribbon_single:after {
  content: "";
  background: #46628e;
  -webkit-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2
}

.cat_ribbon_single.is-gray {
  color: #577280
}

.cat_ribbon_single.is-gray a {
  color: #577280
}

.cat_ribbon_single.is-gray:before {
  background: #ebeff2
}

.cat_ribbon_single.is-gray:after {
  background: #bcc9d6
}

.cat_ribbon_single a {
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none
}

.cat_ribbon_orange {
  padding: .2rem 1rem;
  position: relative;
  z-index: 1;
  margin: 0 1rem 0 0
}

.cat_ribbon_orange:before {
  content: "";
  background: #ff9d00;
  -webkit-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1
}

.cat_ribbon_orange:after {
  content: "";
  background: #ffb831;
  -webkit-transform: skew(20deg, 0deg);
  transform: skew(20deg, 0deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2
}

.cat_ribbon_orange a {
  color: #fff !important;
  font-size: 1.2rem;
  text-decoration: none
}

.cat_ribbon_black {
  padding: .2rem 1rem;
  position: relative;
  z-index: 1;
  margin: 0 1rem 0 0
}

.cat_ribbon_black:before {
  content: "";
  background: #2e2e2e;
  -webkit-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1
}

.cat_ribbon_black:after {
  content: "";
  background: #577280;
  -webkit-transform: skew(20deg, 0deg);
  transform: skew(20deg, 0deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2
}

.cat_ribbon_black a {
  color: #fff !important;
  font-size: 1.2rem;
  text-decoration: none
}

.wp-block-image img {
  height: auto
}

.wp-block-embed__wrapper {
  text-align: center
}

@media(min-width: 769px) {
  .category_info .cat_ribbon_blue {
    padding-top: .3rem;
    padding-bottom: .1rem;
    line-height: 1.4;
    margin: 0 1.5rem .5rem 0;
    display: inline-block
  }
}

@media screen and (max-width: 768px) {
  .sp {
    display: block
  }
  .pc {
    display: none
  }
  body {
    background: none;
    font-size: 1.2rem
  }
  #gNav, #container-inner, main, #breadcrumb, .sidebar-default, #category_link, #category_link_inner, #footer-inner, #swiper-box-inner, .swiper-pagination, #pickup_inner, .swiper-pagination-round {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  #recommend #recommend_inner, #recommend .content_box {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  #container {
    background: none;
    padding-top: 80px
  }
  .swiper-slide img {
    width: 100%;
    max-width: 100%;
    height: auto
  }
  .swiper-button-prev, .swiper-button-next {
    display: none
  }
  .swiper-pagination-round, .swiper-pagination-round2, .swiper-pagination-round3 {
    margin: 1.3rem 0 .2rem;
    text-align: center
  }
  .swiper-pagination-round2 .swiper-pagination-bullet-active, .swiper-pagination-round3 .swiper-pagination-bullet-active {
    background: #fff
  }
  .swiper-pagination-bullet {
    margin: 0 .5rem 0 0
  }
  .swiper-pagination {
    display: none
  }
  .swiper-pagination-bullet-active {
    background: #003e92
  }
  #swiper-box {
    padding: 0;
    margin: 0;
    height: auto
  }
  #swiper-box-inner {
    position: static;
    margin: 0
  }
  #pickup {
    -webkit-clip-path: none;
    clip-path: none;
    padding: 1rem 0;
    height: auto
  }
  #pickup h2 {
    font-size: 2rem;
    font-weight: normal
  }
  #pickup_inner .thumb {
    height: auto
  }
  #pickup_inner a.title {
    font-size: 1.5rem
  }
  .swiper-container2 {
    width: 100%;
    margin: 1.2rem auto 0
  }
  .swiper-container2 .swiper-slide {
    padding: 0 4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .pickup_box_info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1rem 0 .5rem
  }
  #pickup+#container-inner {
    margin: 0
  }
  #container-inner, #footer_link, #footer-inner .flex {
    display: block
  }
  #container.child {
    padding: 0;
    background: none;
    /* padding-top: 80px */
    padding-top: 0
  }
  #breadcrumb {
    padding: .8rem 1.5rem 0;
    margin: 0;
    display: block
  }
  #breadcrumb.single li:last-child {
    display: none
  }
  #breadcrumb.single li:nth-last-child(2):after {
    content: ""
  }
  #main-inner, .content_box {
    padding: 1rem 1.8rem 0 !important;
    margin: 0 !important
  }
  #page-title {
    border-top: none;
    border-bottom: .1rem solid #c9c9c9;
    padding: 0 0 .6rem;
    text-align: center;
    font-size: 1.9rem;
    margin: 0 0 .5rem
  }
  #page_area {
    min-height: auto
  }
  #page_area p {
    font-size: 1.5rem;
    margin: 0 0 2rem
  }
  #page_area p.medium {
    margin: 0
  }
  #page_area h2 {
    border-bottom: .1rem solid #c9c9c9;
    padding: 0 0 .6rem;
    text-align: center;
    font-size: 1.9rem;
    margin: 0 0 .5rem
  }
  #category_link {
    margin: 0;
    padding: 3rem 0 0;
    background: #ecf0f2
  }
  #category_link_inner {
    padding: 0 7%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative
  }
  #category_link_inner a.child {
    font-size: 1.2rem
  }
  #category_link_inner h3 {
    font-size: 1.4rem;
    margin: 0 0 1rem
  }
  #category_link_inner ul {
    margin: 0 0 2rem;
    width: 50%
  }
  #category_link_inner .social {
    left: 7%;
    bottom: 9%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100px
  }
  .readmore_top {
    position: static;
    display: block
  }
  .readmore_top:after {
    content: "";
    margin: 0
  }
  .readmore_top a {
    margin: 1rem auto 0;
    display: block;
    width: 10rem;
    padding: 1rem;
    border: .2rem solid #003e92;
    border-radius: .5rem;
    color: #003e92;
    text-align: center
  }
  #footer_link_box {
    display: block
  }
  #footer-inner {
    text-align: center
  }
  #footer-inner picture {
    margin: 0
  }
  #footer_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 3.9rem auto 2.1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  #footer_link li {
    margin: 0 1rem 1.5rem;
    text-align: left;
    font-size: 1.2rem
  }
  #copy {
    margin: 0;
    font-size: 1.1rem
  }
  #bnr_area {
    width: 100%;
    max-width: 40rem;
    margin: 0 auto
  }
  .sidebar-default {
    padding-bottom: 0
  }
  #rank_area {
    width: 100%;
    max-width: 40rem;
    -webkit-box-ordinal-group: 1;
    box-ordinal-group: 1;
    margin: 0 auto 2rem
  }
  #rank_area h3 {
    text-align: center;
    border-top: none;
    margin: 0;
    border-bottom: .1rem solid #c9c9c9
  }
  .rank_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: .1rem solid #c9c9c9;
    padding: 1rem 0
  }
  .rank_box .rank_box_img {
    width: 40%
  }
  .rank_box .rank_box_img img.thumb {
    width: 100%;
    max-width: 100%;
    height: auto
  }
  .rank_box .rank_box_text {
    position: relative;
    width: 60%;
    padding: 0 .5rem
  }
  .blog_title {
    margin: 0;
    position: absolute;
    top: 0;
    left: 1rem;
    width: calc(100% - 1rem);
    font-size: 1.4rem;
    line-height: 1.2
  }
  .blog_info {
    position: absolute;
    bottom: 0;
    left: 1rem;
    margin: 0;
    width: calc(100% - 1rem);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #577280
  }
  #bnr_area {
    -webkit-box-ordinal-group: 2;
    box-ordinal-group: 2;
    text-align: center
  }
  #single #main-inner {
    padding: 2rem 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  #date {
    font-size: 1.2rem
  }
  #single-title {
    font-size: 2.2rem;
    line-height: 1.3
  }
  #content_area h2 {
    font-size: 2.2rem;
    margin: 0 0 1rem
  }
  #content_area h3 {
    font-size: 1.8rem;
    margin: 0 0 1rem
  }
  #content_area table td {
    padding: .5rem;
    font-size: 1.2rem
  }
  #toc_container {
    padding: 2.2rem
  }
  .fade {
    left: 0;
    top: 0;
    z-index: 999;
    padding: 2.5rem 2rem 5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    position: fixed;
    overflow-y: scroll
  }
  #panel_link {
    position: relative;
    display: block;
    margin: 0;
    width: 100%
  }
  #panel_link .parent+.parent {
    margin: 0
  }
  #panel_link .report, #panel_link .feature, #panel_link .recommend {
    margin: 2rem 0 0 !important
  }
  #panel_link .column {
    margin: 0 0 1rem !important
  }
  #panel_link ul {
    width: 90%;
    margin: 0 0 0 3.8rem
  }
  #panel_link .other_link {
    margin: 0 0 0 3.8rem
  }
  #panel_link .social {
    margin: 2rem 0 !important
  }
  #close_btn_box {
    text-align: right;
    margin: 0 0 1rem
  }
  #close_btn_box img {
    width: 2.6rem;
    height: 4.8rem
  }
  #close_btn {
    margin: 0
  }
  .youtube_icon {
    width: 7.85rem;
    height: 5.3rem
  }
  .fb_icon {
    width: 2.8rem;
    height: 5.1rem;
    margin: 0 7rem 0 0 !important
  }
  .toc_title {
    font-size: 1.6rem !important
  }
  .toc_list a {
    font-size: 1.5rem
  }
  .toc_list ul {
    margin-left: 3rem
  }
  .toc_toggle {
    font-size: 1.2rem
  }
  .blog_card_recommend {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.4rem;
    font-weight: bold
  }
  .blog_card {
    display: block
  }
  .blog_card .blog_card_thumbnail img {
    width: 100%
  }
  .blog_card .blog_card_title {
    font-size: 1.4rem;
    font-weight: bold
  }
  .blog_card_content {
    padding: 1rem 2rem
  }
  #single_footer {
    display: block
  }
  #sns_share_foot {
    margin: 1rem 0 0
  }
  #category-title {
    border-top: none;
    border-bottom: .1rem solid #c9c9c9;
    font-size: 2rem;
    text-align: center;
    padding: 0 0 .8rem;
    margin: 0 0 1rem
  }
  #category_banner img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: .8rem 0 0
  }
  .cat_box {
    display: block;
    margin: 0 0 1rem;
    width: 100%;
    border-bottom: .1rem solid #c9c9c9
  }
  .cat_thumbnail {
    margin: 0 0 1rem;
    height: auto
  }
  .cat_thumbnail img {
    max-width: 100%;
    width: 100%;
    height: auto
  }
  .cat_box_text {
    margin: 0
  }
  .catgory_title {
    font-size: 1.4rem;
    margin: 0
  }
  .category_excerpt {
    margin: 1rem 0;
    max-height: 5.5rem
  }
  .catgory_date {
    color: #577280;
    font-size: 1.2rem
  }
  .content_box {
    margin: 0
  }
  .content_box h2 {
    margin: 0;
    border: none;
    font-size: 1.9rem;
    text-align: center;
    border-bottom: .1rem solid #c9c9c9
  }
  .category_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 1rem
  }
  .content_box_inner {
    display: block
  }
  .content_box_inner li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: .1rem solid #c9c9c9;
    padding: 1rem 0;
    font-size: 1.4rem;
    margin: 0
  }
  .content_box_inner li:first-child {
    margin: 0
  }
  .content_box_inner li img {
    width: 100%;
    max-width: 100%;
    height: auto
  }
  .content_box_inner .content_box_img {
    width: 40%
  }
  .content_box_inner .content_box_info {
    position: absolute;
    bottom: 0;
    left: 1rem;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 1rem)
  }
  .content_box_inner .content_box_info .date {
    margin-left: auto
  }
  .content_box_text {
    width: 60%;
    position: relative
  }
  .content_box_title {
    position: absolute;
    top: 0;
    left: 1rem;
    line-height: 1.1;
    font-weight: bold
  }
  #content_box_banner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  #content_box_banner li {
    width: calc(50% - .5rem);
    margin: 0 0 1rem !important
  }
  #content_box_banner li img {
    width: 100%;
    max-width: 100%;
    height: 100%
  }
  #recommend {
    width: 100%;
    height: auto;
    margin: 3rem 0 0
  }
  #recommend #recommend_inner {
    padding: 0 0 1.6rem
  }
  #recommend h2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  #recommend .content_box:first-child {
    margin: 0
  }
  #recommend .content_box_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0
  }
  #recommend .content_box_inner li {
    padding: 0;
    display: block;
    border: none
  }
  #recommend .content_box_inner .content_box_img {
    width: 100%
  }
  #recommend .content_box_inner .content_box_info {
    margin: 1rem 0 0;
    position: relative
  }
  #recommend .content_box_inner .content_box_info a {
    color: #fff !important
  }
  #recommend .content_box_inner .content_box_title {
    position: relative
  }
  #recommend .content_box_text {
    width: 100%;
    margin: 0 auto
  }
  .cat_ribbon_blue, .cat_ribbon_blue2 {
    padding: 0
  }
  .cat_ribbon_blue {
    display: inline;
    margin: 0 1rem 0 0
  }
  .cat_ribbon_blue:before, .cat_ribbon_blue2:before, .cat_ribbon_blue:after, .cat_ribbon_blue2:after {
    content: none
  }
  .cat_ribbon_blue a, .cat_ribbon_blue2 a {
    color: #577280
  }
  .cat_ribbon_single a {
    font-size: 1.3rem
  }
  #search_box_sp {
    display: none;
    margin: 6rem 0 1rem
  }
  #search_box_sp form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  #search_box_sp button {
    border: none;
    color: #577280;
    padding: 1rem;
    background: #f4f4f4;
    border-radius: 0 30px 30px 0;
    font-size: 1.4rem;
    padding: 0 2rem 0 0;
    margin: 0 0 0 -1px
  }
  #search_box_sp button:focus {
    outline: none
  }
}

@media screen and (max-width: 720px) {
  #thumbnail img {
    width: 100%;
    max-width: 100%;
    height: auto
  }
}

@media screen and (max-width: 580px) {
  #page_area table td {
    padding: 1rem;
    font-size: 1.4rem
  }
  #page_area table td:first-child {
    width: 25%
  }
}

@media screen and (max-width: 768px) {
  #footer-inner {
    text-align: center
  }
  #footer-inner picture {
    margin: 0
  }
  #footer_link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 70%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  #footer_link li {
    width: 50%;
    margin: 0 0 1.5rem
  }
  #copy {
    margin: 0;
    font-size: 1.1rem
  }
}

@media screen and (max-width: 768px) {
  .more_product a {
    background: #fff;
    color: #003e92 !important;
    border: none
  }
  .swiper-pagination-round.first.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-top: 95px
  }
}

.content_box_title {
  font-weight: bold
}

.term_box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.term_box * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#category_link a small {
  display: block;
  line-height: 1
}

#category_link a:hover small {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: flash-link;
  animation-name: flash-link;
  opacity: 1
}

.term_category_banner {
  position: relative;
  background: no-repeat center center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.term_category_banner .category_name {
  color: #fff;
  font-family: YuMincho, "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", Georgia, serif;
  font-weight: 500
}

.term_item {
  position: relative;
  border: 1px solid #c9c9c9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  color: #2e2e2e;
  display: block;
  text-decoration: none
}

.term_item:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #577280 rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0 0 1.8rem 1.4rem;
  bottom: -2px;
  content: "";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: -2px;
  width: 0;
  z-index: 2
}

.term_item:after {
  border-bottom: 2px solid #c9c9c9;
  border-right: 2px solid #c9c9c9;
  bottom: -2px;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: -2px
}

.term_item .term_tag {
  display: inline-block;
  position: relative;
  font-weight: bold;
  color: #577280;
  z-index: 0;
  letter-spacing: .18em
}

.term_item .term_tag:before {
  background: #bcc9d6;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1
}

.term_item .term_tag:after {
  background: #ebeff2;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1
}

.term_item .term_tag.is-blue {
  color: #fff
}

.term_item .term_tag.is-blue:before {
  background: #46628e
}

.term_item .term_tag.is-blue:after {
  background: #003e92
}

.term_item .term_title {
  font-weight: bold
}

.term_item .term_description {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.5;
  overflow: hidden
}

.term_list {
  word-break: break-word
}

.term_list * {
  word-break: break-word
}

.term_list_popular {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px 9px
}

@media(min-width: 769px) {
  .term_list_popular {
    gap: 24px;
    margin-bottom: 18px
  }
}

.term_list_popular--item {
  -webkit-box-shadow: 0 3px 6px 0 rgba(83, 105, 113, .3);
  box-shadow: 0 3px 6px 0 rgba(83, 105, 113, .3);
  max-width: 166px
}

@media(min-width: 769px) {
  .term_list_popular--item {
    max-width: 248px
  }
}

.term_list_popular--link {
  text-decoration: none
}

.term_list_popular--image {
  width: 100%;
  height: 64px
}

@media(min-width: 769px) {
  .term_list_popular--image {
    max-width: 248px;
    height: 96px;
    width: 100%
  }
}

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

.term_list_popular--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background-color: #577280;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  min-height: 44px
}

@media(min-width: 769px) {
  .term_list_popular--title {
    font-size: 20px;
    min-height: 40px
  }
}

.term_list_popular .icon_arrow_right {
  position: absolute;
  right: 15px;
  display: none;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  border-radius: 2px;
  width: 12px;
  height: 2px;
  background: #c9c9c9
}

@media(min-width: 769px) {
  .term_list_popular .icon_arrow_right {
    display: inline-block
  }
}

.term_list_popular .icon_arrow_right::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #c9c9c9;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.category_detail {
  word-break: break-word
}

.category_detail * {
  word-break: break-word
}

.content_box_inner .content_box_title {
  word-break: break-word
}

.term_category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.term_category_list>li {
  width: 50%
}

.term_category_list .term_category_item {
  height: 100%
}

.term_category_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #577280;
  position: relative;
  line-height: 1.5;
  color: #2e2e2e;
  text-decoration: none;
  font-family: YuGothic, "Yu Gothic", "游ゴシック", "メイリオ", Meiryo, sans-serif;
  font-weight: bold
}

.term_category_item:after {
  background: url(../img/term/icon_arrow.svg) no-repeat center center/100% auto;
  content: "";
  position: absolute;
  top: 50%
}

.term_category_item:before {
  background: #577280;
  content: "";
  position: absolute
}

.keyword_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.keyword_list .keyword_title {
  font-family: YuGothic, "Yu Gothic", "游ゴシック", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.1
}

.word_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.term_word_item {
  text-decoration: none
}

.term_word_item span {
  font-weight: 500
}

.content_box.term_sub_page .category_sub_title {
  color: #2e2e2e;
  letter-spacing: .05em
}

.content_box.box_refer .content_box_inner .thumb {
  width: 100%
}

.content_box.category_detail .content_title {
  border-top: none;
  color: #2e2e2e;
  font-weight: bold;
  padding: 0
}

.content_box.category_detail .category_post p {
  color: #2e2e2e;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.75
}

.content_box.category_detail .detail_title {
  border-bottom: .1rem solid #a8a8a8;
  color: #2e2e2e;
  font-weight: bold;
  position: relative
}

.content_box.category_detail .detail_tag .detail_title:before {
  background: url(../img/term/detail_icon_tag.png) center/contain no-repeat;
  content: "";
  position: absolute
}

.content_box.category_detail .detail_rule .detail_title:before {
  background: url(../img/term/detail_icon_book.png) center/contain no-repeat;
  content: "";
  position: absolute
}

.category_post {
  overflow-wrap: break-word;
  *zoom: 1
}

.category_post:after {
  content: "";
  display: table;
  clear: both
}

.category_post img {
  margin-bottom: 1em;
  height: auto
}

.category_post blockquote {
  padding: 2em 3em;
  margin-bottom: 1.5em;
  position: relative;
  background: #f8f8f8
}

.category_post blockquote p {
  margin-bottom: 1em
}

.category_post blockquote p:last-child {
  margin-bottom: 0 !important
}

.category_post blockquote:before {
  content: "“";
  font-size: 3em;
  left: .3em;
  line-height: 1;
  position: absolute;
  top: .3em
}

.category_post blockquote:after {
  bottom: .4em;
  content: "„";
  font-size: 3em;
  line-height: 1;
  position: absolute;
  right: .3em
}

.category_post ul {
  list-style: disc;
  margin-bottom: 1.5em;
  padding-left: 1.5em
}

.category_post ol {
  list-style: decimal;
  margin-bottom: 1.5em;
  padding-left: 1.5em
}

.category_post h1 {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 1.5em
}

.category_post h2 {
  font-size: 1.4em;
  margin-bottom: 1.5em
}

.category_post h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1.5em
}

.category_post h4 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em
}

.category_post h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em
}

.category_post h6 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em
}

.category_post b {
  font-weight: bold
}

.category_post strong {
  font-weight: bold
}

.category_post i {
  font-style: italic
}

.category_post em {
  font-style: italic
}

.category_post a {
  text-decoration: underline
}

.category_post .alignleft {
  display: block;
  margin-left: 0;
  margin-right: auto
}

.category_post .alignright {
  display: block;
  margin-left: auto;
  margin-right: 0
}

.category_post .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.category_post table {
  border-width: 1px
}

.category_post tbody {
  border-color: inherit
}

.category_post thead {
  border-color: inherit
}

.category_post tr {
  border-color: inherit
}

.category_post th {
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  padding: 5px
}

.category_post td {
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  padding: 5px
}

.category_post .group_image {
  list-style: none;
  padding: 0;
  *zoom: 1;
  clear: both
}

.category_post .group_image img {
  border: .1rem solid #c9c9c9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  max-width: 100%
}

.category_post .group_image li, .category_post .group_image figure.wp-block-image {
  text-align: center
}

.category_post .detail_image {
  text-align: center
}

.category_post .detail_image img {
  border: .1rem solid #c9c9c9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  height: auto
}

.category_post .detail_link {
  color: #3d70b4;
  display: inline-block;
  font-weight: bold;
  text-underline-position: under
}

.box_tag {
  position: relative;
  display: inline-block;
  color: #577280;
  letter-spacing: .05em;
  text-decoration: none;
  z-index: 1
}

.box_tag:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: skew(26deg, 0deg);
  transform: skew(26deg, 0deg)
}

.box_tag:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: skew(-24deg, 0deg);
  transform: skew(-24deg, 0deg)
}

.tag_list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.tag_item {
  background-color: #ebeff2;
  color: #2e2e2e;
  display: inline-block;
  font-weight: 500;
  text-decoration: none
}

.rule_item {
  font-weight: 500;
  letter-spacing: .05em;
  color: #2e2e2e;
  text-underline-position: under
}

.rule_item:before {
  content: "⚫︎ "
}

@media(min-width: 769px) {
  #category_link a small {
    font-size: 1.8rem
  }
  .term_category_banner {
    height: 18rem;
    background-image: url(../img/term/term_category_bnr.jpg);
    padding: 1rem 10rem 1rem 15.2rem
  }
  .term_category_banner .category_name {
    font-size: 4rem
  }
  .term_category_banner+.content_box.term_sub_page {
    padding-top: 1.5rem
  }
  .content_box.term_sub_page {
    margin-top: 0;
    padding-top: 2.6rem
  }
  .content_box.term_sub_page .category_sub_title {
    border-bottom: .3rem solid #003e92;
    border-top: none;
    font-size: 1.8rem;
    margin-bottom: 3rem;
    padding: 0 0 1.2rem
  }
  .content_box.box_refer {
    padding-bottom: 2rem
  }
  .content_box.box_refer h2.is_small {
    margin-bottom: .8rem
  }
  .content_box.box_comment {
    padding-bottom: 5rem
  }
  .content_box.category_detail {
    padding: 4rem 8rem 4.6rem;
    margin-bottom: 2.8rem !important
  }
  .content_box.category_detail .content_title {
    font-size: 3rem;
    margin-bottom: 1.4rem
  }
  .content_box.category_detail .detail_text {
    font-size: 1.6rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .content_box.category_detail .category_post p {
    font-size: 1.6rem;
    margin-bottom: 2.7rem
  }
  .content_box.category_detail .detail_title {
    font-size: 2rem;
    margin-bottom: 2.1rem;
    padding: 0 0 .4rem 3.1rem
  }
  .content_box.category_detail .detail_rule .detail_title {
    padding-left: 3.5rem;
    margin-bottom: 1.7rem
  }
  .content_box.category_detail .detail_rule .detail_title:before {
    height: 1.7rem;
    left: 0;
    top: .9rem;
    width: 2.4rem
  }
  .content_box.category_detail .detail_tag {
    margin-bottom: 2.5rem
  }
  .content_box.category_detail .detail_tag .detail_title:before {
    height: 2rem;
    left: 0;
    top: .7rem;
    width: 2rem
  }
  .term_box {
    margin-top: 0
  }
  .term_box .wpdreams_asl_container~h2 {
    margin-top: 2.8rem
  }
  .term_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5px -1rem
  }
  .term_list:last-child {
    margin-bottom: -1rem
  }
  .term_list>li {
    margin-bottom: 22px;
    padding: 0 1rem;
    width: 50%
  }
  .term_list .term_item {
    height: 100%
  }
  .term_list+.wp-pagenavi {
    margin: 1rem 0 1.4rem
  }
  .term_item {
    padding: 1.7rem 1.2rem 1.8rem
  }
  .term_item:after {
    top: 1rem
  }
  .term_item .term_tag {
    padding: .3rem .8rem .2rem 1.6rem;
    font-size: 1.3rem;
    margin: 0 1.6rem .8rem .6rem
  }
  .term_item .term_tag:before {
    position: absolute;
    -webkit-transform: skew(-23deg, 0deg);
    transform: skew(-23deg, 0deg)
  }
  .term_item .term_tag:after {
    -webkit-transform: skew(27deg, 0deg);
    transform: skew(27deg, 0deg)
  }
  .term_item .term_title {
    font-size: 2rem;
    margin-bottom: .44rem
  }
  .term_item .term_description {
    -webkit-line-clamp: 3;
    font-size: 1.6rem;
    margin-bottom: 1.2rem
  }
  .is-mac.is-safari .term_item .term_tag, .is-firefox .term_item .term_tag {
    padding-bottom: .3rem
  }
  .is-mac.is-safari .tag_item, .is-firefox .tag_item {
    padding-bottom: .2rem
  }
  .term_category_list {
    margin: .4rem -1.8rem
  }
  .term_category_list:last-child {
    margin-bottom: -0.2rem
  }
  .term_category_list>li {
    margin-bottom: 1.6rem;
    padding: 0 1.8rem
  }
  .term_category_item {
    font-size: 1.8rem;
    padding: .8rem 5rem .8rem 2.6rem
  }
  .term_category_item:before {
    bottom: -1px;
    left: -1px;
    top: -1px;
    width: .6rem
  }
  .term_category_item:after {
    height: 2.4rem;
    margin-top: -1.2rem;
    right: 10px;
    width: 2.4rem
  }
  .keyword_list {
    margin: .6rem -22px 0
  }
  .keyword_list:last-child {
    margin-bottom: -0.2rem
  }
  .keyword_list>li {
    margin-bottom: 1.4rem;
    padding: 0 22px;
    width: 50%
  }
  .keyword_list .keyword_title {
    border-left: .6rem solid #a0b4be;
    color: #2e2e2e;
    font-size: 2rem;
    margin-bottom: .9rem;
    padding: .3rem 1.1rem .3rem
  }
  .keyword_list .word-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .term_word_item {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    background: #577280;
    padding: .5rem .1rem .7rem .7rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .term_word_item span {
    display: inline-block;
    font-size: 1.6rem;
    margin-left: .8rem;
    margin-top: -0.5rem;
    vertical-align: middle
  }
  .word_list {
    margin: 0 -1px
  }
  .word_list>li {
    margin-bottom: 2px;
    padding: 0 1px;
    width: 20%
  }
  .word_content {
    display: block !important
  }
  .category_post {
    margin-bottom: -1rem
  }
  .category_post .detail_text {
    width: 36rem
  }
  .category_post .group_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0
  }
  .category_post .group_image img {
    width: 100%
  }
  .category_post .group_image li {
    margin-bottom: 2.2rem;
    width: 34.4rem
  }
  .category_post .detail_image {
    width: 20rem;
    height: auto;
    margin: .5rem 0 1.5rem 3rem;
    float: right
  }
  .category_post .detail_image img {
    width: 100%
  }
  .category_post .detail_link {
    font-size: 1.8rem
  }
  .box_tag {
    font-size: 1.3rem;
    font-weight: bold;
    padding: .3rem 1.6rem .2rem 1.6rem;
    margin-bottom: 1.9rem;
    margin-left: .6rem;
    margin-right: 1.6rem
  }
  .box_tag:before {
    background: #ebeff2;
    z-index: -1
  }
  .box_tag:after {
    background: #bcc9d6;
    z-index: -2
  }
  .box_tag.is-blue {
    color: #fff
  }
  .box_tag.is-blue:before {
    background: #003e92
  }
  .box_tag.is-blue:after {
    background: #46628e
  }
  .tag_list {
    margin: 0 -0.8rem
  }
  .tag_list li {
    margin: 0 .8rem 1.6rem
  }
  .tag_item {
    border-radius: 1rem;
    font-size: 1.4rem;
    padding: .2rem 1.5rem .1rem
  }
  .rule_item {
    font-size: 1.5rem
  }
  .rule_list li:not(:last-child) {
    margin-bottom: .1rem
  }
}

@media(max-width: 768px) {
  .fade {
    padding-top: 1.6rem
  }
  .fade #close_btn_box {
    position: relative;
    right: -0.7rem
  }
  #panel_link.pc {
    display: none !important
  }
  .navigation_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: .2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 37rem;
    margin: 0 auto
  }
  .navigation_row * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .navigation_row a {
    color: #fff;
    display: block;
    text-decoration: none
  }
  .navigation_row .column {
    width: 58%;
    padding-left: .5rem
  }
  .navigation_row .column:nth-child(2n) {
    width: 42%
  }
  .navigation_row .navigation_title {
    font-weight: bold;
    font-size: 1.5rem;
    margin: 2.5rem 0 .7rem
  }
  .navigation_row .navigation_title small {
    display: block;
    font-size: 1.3rem
  }
  .navigation_row .is_custom {
    padding-left: .9rem
  }
  .navigation_row .youtube {
    display: block;
    width: 12rem;
    margin: 1.6rem 0 0 -0.4rem
  }
  .navigation_row .youtube img {
    display: block;
    height: auto;
    width: 100%
  }
  .navigation_menu {
    font-size: 1.3rem;
    line-height: 1.6
  }
  .navigation_menu>li:not(:last-child) {
    margin-bottom: .6rem
  }
  .navigation_menu a {
    position: relative;
    padding-left: .9rem
  }
  .navigation_menu a:before {
    content: "-";
    left: 0;
    position: absolute;
    top: 0
  }
  #category_link a small {
    font-size: 1.3rem
  }
  .term_category_banner {
    height: 6.4rem;
    background-image: url(../img/term/term_category_bnr_sp.jpg);
    padding: 1rem 1rem 1rem 5.6rem
  }
  .term_category_banner .category_name {
    font-size: 2rem
  }
  .term_category_banner+.content_box.term_sub_page {
    padding-top: 1.2rem !important
  }
  .term_box .wp-pagenavi {
    margin-top: 2.5rem
  }
  .term_box .wpdreams_asl_container {
    margin-top: -0.2rem !important
  }
  .term_box .wpdreams_asl_container~h2 {
    margin-top: .5rem
  }
  .content_box.term_box {
    padding: 1.8rem 1.5rem 3.2rem !important
  }
  .content_box.term_box h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    padding-bottom: .3rem
  }
  .content_box.term_sub_page {
    padding-top: 1rem !important
  }
  .content_box.term_sub_page .category_sub_title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 0 0 .6rem
  }
  .content_box.box_comment {
    padding-bottom: 3.2rem !important;
    padding-top: 0 !important
  }
  .content_box.box_comment .is_small {
    margin-bottom: 1rem
  }
  .content_box.category_detail {
    padding-top: .8rem !important;
    padding-bottom: 1rem !important
  }
  .content_box.category_detail .content_title {
    border-bottom: none;
    font-size: 2rem;
    margin-bottom: .6rem;
    text-align: left
  }
  .content_box.category_detail .detail_text {
    font-size: 1.5rem
  }
  .content_box.category_detail .category_post p {
    font-size: 1.5rem;
    margin-bottom: 2.5rem
  }
  .content_box.category_detail .detail_title {
    font-size: 1.6rem;
    margin-bottom: 1.7rem;
    margin-left: .3rem;
    padding: 0 0 .4rem 2.2rem
  }
  .content_box.category_detail .detail_rule .detail_title {
    padding-left: 2.4rem;
    margin-bottom: 1rem
  }
  .content_box.category_detail .detail_rule .detail_title:before {
    height: 1.4rem;
    left: -0.3rem;
    top: .7rem;
    width: 2rem
  }
  .content_box.category_detail .detail_tag {
    margin-bottom: 1rem
  }
  .content_box.category_detail .detail_tag .detail_title:before {
    height: 1.6rem;
    left: -0.3rem;
    top: .6rem;
    width: 1.6rem
  }
  .content_box.box_refer {
    padding-bottom: 2.8rem !important
  }
  .content_box.box_refer .is_small {
    margin-bottom: .4rem
  }
  .content_box.box_refer .content_box_inner li:last-child {
    border-bottom: none
  }
  .content_box.term_category_box {
    padding-top: .6rem !important
  }
  .term_list li:not(:last-child) {
    margin-bottom: 1.4rem
  }
  .term_list+.wp_pagenavi {
    margin-bottom: 3rem;
    margin-top: 2.5rem
  }
  .term_item {
    padding: 1.4rem 1.3rem 1.3rem
  }
  .term_item:after {
    top: 1rem
  }
  .term_item .term_tag {
    padding: .1rem .7rem .1rem 1.2rem;
    font-size: 1.2rem;
    margin: 0 1.6rem .9rem .3rem
  }
  .term_item .term_tag:before {
    position: absolute;
    -webkit-transform: skew(23deg, 0deg);
    transform: skew(23deg, 0deg)
  }
  .term_item .term_tag:after {
    -webkit-transform: skew(-27deg, 0deg);
    transform: skew(-27deg, 0deg)
  }
  .term_item .term_title {
    font-size: 1.8rem;
    margin-bottom: .3rem
  }
  .term_item .term_description {
    -webkit-line-clamp: 2;
    font-size: 1.4rem;
    margin-bottom: 1rem
  }
  .term_category_box {
    background: #ebeff2
  }
  .term_category_list {
    margin: .4rem -0.4rem
  }
  .term_category_list:last-child {
    margin-bottom: -0.9rem
  }
  .term_category_list>li {
    margin-bottom: .9rem;
    padding: 0 .4rem
  }
  .term_category_item {
    font-size: 1.5rem;
    background: #fff;
    padding: 1rem 2rem 1rem .5rem
  }
  .term_category_item:before {
    bottom: -0.3rem;
    height: .3rem;
    left: -1px;
    right: -1px
  }
  .term_category_item:after {
    height: 1.6rem;
    margin-top: -0.8rem;
    right: .5rem;
    width: 1.6rem
  }
  .keyword_list {
    margin: 0 -0.1rem -0.4rem
  }
  .keyword_list>li {
    width: 50%;
    padding: 0 .1rem;
    margin-bottom: .2rem;
    position: relative
  }
  .keyword_list>li:nth-child(2n) .word_content {
    left: auto;
    right: 0
  }
  .keyword_title {
    font-size: 1.8rem;
    padding: .5rem;
    color: #fff;
    background: #577280;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 4.5rem
  }
  .keyword_title span {
    font-size: 1.6rem;
    font-weight: initial;
    margin-left: .4rem;
    vertical-align: bottom
  }
  .word_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .word_list>li {
    margin-bottom: 2px;
    padding: 0 1px;
    width: 50%
  }
  .term_word_item {
    color: #577280;
    text-align: center;
    background: #f4f4f4;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: bold;
    min-height: 4.5rem
  }
  .term_word_item>span {
    font-size: 1.4rem;
    margin-left: .8rem;
    position: relative;
    top: .2rem
  }
  .word_content {
    display: none;
    left: 0;
    margin-top: 2px;
    position: absolute;
    top: 100%;
    width: 200%;
    z-index: 5
  }
  .category_post {
    margin-bottom: -0.6rem
  }
  .category_post .detail_image {
    margin-bottom: 1.2rem
  }
  .category_post .detail_image img:not(.pc) {
    display: inline-block;
    vertical-align: middle
  }
  .category_post .group_image {
    margin: 2.4rem 0 2rem
  }
  .category_post .group_image img:not(.pc) {
    display: inline-block;
    vertical-align: middle
  }
  .category_post .group_image li {
    margin-bottom: 1.5rem
  }
  .category_post .detail_group {
    margin-bottom: 2.4rem
  }
  .category_post .detail_link {
    font-size: 1.5rem
  }
  .box_tag {
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0 1.5rem .1rem 1.1rem;
    margin-bottom: 1.3rem;
    margin-left: .6rem;
    margin-right: 1.6rem
  }
  .box_tag:after {
    background: #ebeff2;
    z-index: -1
  }
  .box_tag:before {
    background: #bcc9d6;
    z-index: -2
  }
  .box_tag.is-blue {
    color: #fff
  }
  .box_tag.is-blue:before {
    background: #46628e
  }
  .box_tag.is-blue:after {
    background: #003e92
  }
  .tag_list {
    margin: 0 -0.6rem
  }
  .tag_list li {
    margin: 0 .5rem .9rem
  }
  .tag_item {
    border-radius: 1rem;
    font-size: 1.4rem;
    padding: .2rem 1.5rem .1rem
  }
  .rule_item {
    color: #2e2e2e;
    font-size: 1.5rem
  }
  .rule_list li:not(:last-child) {
    margin-bottom: .3rem
  }
  .comment_wrapper>img:not(.pc) {
    display: block;
    margin: 0 auto;
    max-width: 100%
  }
}

@media print {
  .category_detail .sp {
    display: none !important
  }
}

@media(max-width: 378px) {
  .term_category_item {
    font-size: 1.3rem
  }
}

@media(max-width: 340px) {
  .term_category_item {
    font-size: 1.1rem
  }
}

.wpdreams_asl_container {
  background: none !important
}

#ajaxsearchlite1 .probox, div.asl_w .probox {
  height: auto !important;
  background: none !important
}

#ajaxsearchlite1 .probox {
  position: relative;
  overflow: visible !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  color: #000;
  display: block !important
}

#ajaxsearchlite1 .probox .proinput {
  margin: 0 !important;
  float: none !important;
  padding: 0 !important;
  overflow: visible !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

#ajaxsearchlite1 .probox .proinput .orig {
  display: block !important;
  width: 100% !important;
  line-height: inherit !important;
  border: 1px solid #577280 !important;
  color: #000 !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  margin: 2px 0 !important;
  border-radius: 1.8rem !important
}

#ajaxsearchlite1 .probox .proinput .orig::-webkit-input-placeholder {
  color: #587481 !important;
  opacity: 1
}

#ajaxsearchlite1 .probox .proinput .orig::-moz-placeholder {
  color: #587481 !important;
  opacity: 1
}

#ajaxsearchlite1 .probox .proinput .orig:-ms-input-placeholder {
  color: #587481 !important;
  opacity: 1
}

#ajaxsearchlite1 .probox .proinput .orig::-ms-input-placeholder {
  color: #587481 !important;
  opacity: 1
}

#ajaxsearchlite1 .probox .proinput .orig::placeholder {
  color: #587481 !important;
  opacity: 1
}

#ajaxsearchlite1 .probox .proloading, #ajaxsearchlite1 .probox .proclose {
  position: absolute !important
}

#ajaxsearchlite1 .probox .proclose {
  top: 50%;
  margin-top: -17px
}

#ajaxsearchlite1 .probox .promagnifier {
  position: absolute;
  background: none !important;
  height: 100%;
  right: 0;
  top: 0
}

#ajaxsearchlite1 .probox .innericon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/term/icon_search.svg) no-repeat center center/26px auto;
  border: none;
  cursor: pointer;
  height: inherit;
  width: inherit
}

#ajaxsearchlite1 .probox .innericon svg {
  display: none !important
}

div.asl_r.vertical {
  background: #577280 !important
}

div.asl_m {
  z-index: 9
}

.fb_iframe_widget_fluid_desktop iframe {
  width: 100% !important
}

#content_area p {
  overflow-wrap: break-word
}

@media(min-width: 769px) {
  .wpdreams_asl_container {
    margin: .7rem 0 !important
  }
  #ajaxsearchlite1 .probox, div.asl_w .probox {
    max-width: 47.6rem;
    margin: 0 auto
  }
  #ajaxsearchlite1 .probox:not(:last-child), div.asl_w .probox:not(:last-child) {
    margin-bottom: 2.9rem
  }
  #ajaxsearchlite1 .probox .proinput .orig {
    background: #f4f4f4 !important;
    font-size: 1.8rem !important;
    height: 5rem !important;
    padding: .6rem 7rem .8rem 2.3rem !important
  }
  #ajaxsearchlite1 .probox .proclose {
    right: 45px
  }
  #ajaxsearchlite1 .probox .promagnifier {
    width: 60px
  }
}

@media(max-width: 768px) {
  #ajaxsearchlite1 .probox, div.asl_w .probox {
    width: 90%;
    margin: 0 auto
  }
  #ajaxsearchlite1 .probox:not(:last-child), div.asl_w .probox:not(:last-child) {
    margin-bottom: .5rem
  }
  #ajaxsearchlite1 .probox .proinput .orig {
    background: #ebeff2 !important;
    font-size: 1.4rem !important;
    height: 3.8rem !important;
    padding: .6rem 4.5rem .7rem 1.5rem !important
  }
  #ajaxsearchlite1 .probox .proclose {
    right: 3.5rem
  }
  #ajaxsearchlite1 .probox .promagnifier {
    width: 4.6rem
  }
  #ajaxsearchlite1 .probox .innericon {
    background-size: 2rem auto
  }
}

div.asl_r .results .item .asl_content h3 a, div.asl_r .results .item .asl_content h3 a:hover, div.asl_r .results .item .asl_content .asl_desc, div.asl_r .results .item .asl_content .asl_desc:hover {
  line-height: 1.5
}

@media(min-width: 769px) {
  div.asl_r .results .item .asl_content h3 a, div.asl_r .results .item .asl_content h3 a:hover {
    font-size: 17px
  }
  div.asl_r .results .item .asl_content .asl_desc {
    font-size: 15px
  }
}

@media(max-width: 768px) {
  div.asl_r .results .item .asl_content h3 a, div.asl_r .results .item .asl_content h3 a:hover {
    font-size: 14px
  }
  div.asl_r .results .item .asl_content .asl_desc {
    font-size: 13px
  }
}

@media(min-width: 769px)and (max-width: 1240px) {
  #panel_link ul {
    padding: 0 8px
  }
  #panel_link h3 {
    font-size: 1.8rem
  }
  #panel_link a.child {
    font-size: 1.6rem
  }
  #category_link_inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 88rem;
    padding-right: 16px;
    padding-left: 16px
  }
  #category_link {
    width: 100%;
    max-width: 120rem
  }
  #category_link h3 {
    font-size: 1.6rem
  }
  #category_link a.child {
    font-size: 1.4rem
  }
  #content_box_banner li {
    max-width: 30%
  }
  #container img {
    max-width: 100%;
    height: auto
  }
  #container.child {
    padding-left: 16px;
    padding-right: 16px
  }
  #container-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 120rem
  }
  main {
    width: 100%;
    max-width: 72vw;
    margin: 0 2vw 0 0
  }
  main img {
    max-width: 100%;
    height: auto
  }
  .sidebar-default {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    max-width: 20vw
  }
  .sidebar-default img {
    max-width: 100%;
    height: auto
  }
  .num {
    top: -1px
  }
  .cat_ribbon_blue2 a {
    white-space: nowrap
  }
  .blog_info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  #swiper-box {
    height: 420px
  }
  .swiper-container .postname {
    font-size: 1.6rem
  }
  .swiper-button-next, .swiper-button-prev {
    top: 38%
  }
  .swiper-pagination {
    margin-top: 6rem
  }
  #pickup {
    height: auto;
    min-height: 550px;
    max-height: 600px
  }
  #pickup .swiper-slide img {
    max-width: 100%;
    height: auto
  }
  #pickup_inner, .swiper-container2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 120rem;
    padding-right: 16px;
    padding-left: 16px
  }
  #pickup_inner .thumb, .swiper-container2 .thumb {
    height: auto
  }
  #pickup_inner a.title, .swiper-container2 a.title {
    font-size: 1.6rem;
    margin-top: 16px
  }
  #recommend {
    margin-left: 0
  }
  #recommend .content_box {
    width: 100%;
    max-width: 880px
  }
  #recommend #recommend_inner {
    width: 100%;
    max-width: 76vw;
    margin-left: 0
  }
  #breadcrumb {
    width: 100%;
    max-width: 120rem;
    padding-left: 16px;
    padding-right: 16px
  }
  #single #main-inner {
    padding: 4rem 4.8rem 5rem
  }
  #single_footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  #single_footer .cat_ribbon_single a {
    font-size: 1.4rem
  }
  #page #main-inner {
    padding: 3.1rem 2.4rem
  }
  .tag_ribbon {
    margin-top: 8px
  }
  #sns_share_foot {
    margin-top: 8px;
    margin-left: 0
  }
  .wp-pagenavi a {
    white-space: nowrap;
    font-size: 1.4rem
  }
  .content_box_inner.wrap li {
    width: 32%;
    max-width: 24.8rem;
    margin-right: 2%
  }
}

.mw_wp_form_input input,textarea,select {
  background-color: #fff;
  border: solid 1px #7e7e7e;
}

.agree a {
  text-decoration: underline;
}

.l-header__loginLink {
  display: flex;
  align-items: center;
}

#whitepaper .head {
  position: relative;
}

#whitepaper .head picture {
  display: block;
}

#whitepaper .head .inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

#whitepaper .head h2 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}

#whitepaper .head h2 .u-sp {
  display: none;
}

#whitepaper .head p {
  width: 100%;
  text-align: center;
  color: #fff;
  margin: 0.5rem 0 0;
}

#whitepaper .head p br {
  display: none;
}

@media(max-width: 768px) {
  #whitepaper .head picture {
    height: 10.4rem;
  }

  #whitepaper .head picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #whitepaper .head h2 {
    font-size: 2.4rem;
  }

  #whitepaper .head h2 .u-sp {
    display: block;
  }

  #whitepaper .head p br {
    display: block;
  }
}

#whitepaper .content {
  background: #fff;
  padding: 4rem 4.4rem;
}

#whitepaper .content .category {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.5rem 2%;
}

#whitepaper .content .category .item {
  width: 32%;
  /*max-width: 24.8rem;*/
  font-size: 2rem;
  font-weight: 500;
  border-radius: 0.8rem;
  border: 1px solid #777;
}

@media(min-width: 769px)and (max-width: 1240px) {
  #whitepaper .content .category .item {
    font-size: 1.6vw;
  }
}

#whitepaper .content .category .item a {
  position: relative;
  display: block;
  color: #333;
  text-align: center;
  padding: 0.8rem 0 2.2rem;
}

@media(max-width: 768px) {
  #whitepaper .content {
    padding: 1.6rem 1.5rem;
  }

  #whitepaper .content .category {
    flex-flow: column;
    width: 28.4rem;
    margin: 0 auto;
    gap: 1.6rem 0;
  }

  #whitepaper .content .category .item {
    width: 100%;
    max-width: 100%;
    font-size: 1.6rem;
  }

  #whitepaper .content .category .item a {
    padding: 0.6rem 0 1.7rem;
  }
}

#whitepaper .content .category .item a::before {
  content: '';
  position: absolute;
  bottom: 1rem;
  left: 50%;
  width: 1rem;
  height: 0.5rem;
  background: url(../img/whitepaper/icn_arrow.svg) 0 0 / 100% 100% no-repeat;
  transform: translateX(-50%);
}

#whitepaper .content .heading {
  position: relative;
  font-weight: 700;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.5;
  padding: 0 0 0.8rem;
  margin: 0 0 4.5rem;
}

#whitepaper .content .heading::before {
  content: '';
  ;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 3.2rem;
  height: 1px;
  background: #BDCBD2;
  transform: translateX(-50%);
}

#whitepaper .content .block {
  /*margin-top: 5.6rem;*/
  margin-top: -4.4rem;
  padding-top: 10rem;
}

#whitepaper .content .post {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 3.2rem 2%;
  margin: 0 0 3rem;
}

#whitepaper .content .post .item {
  position: relative;
  width: 32%;
  border: 1px solid #BDCBD2;
  padding: 16px;
}

#whitepaper .content .post .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  aspect-ratio: 350 / 248;
}

#whitepaper .content .post .item .img img {
  max-width: 100%;
  max-height: 100%;
  /*object-fit: cover;*/
}

#whitepaper .content .post .item .cat {
  position: absolute;
  top: -1.4rem;
  left: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 6.4rem;
  height: 2.4rem;
}

#whitepaper .content .post .item .cat.u-standard {
  background: #6DAFD5;
}

#whitepaper .content .post .item .cat.u-popular {
  background: #6E72B3;
}

#whitepaper .content .post .item .ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.8rem;
}

#whitepaper .content .post .item .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-height: 1.5;
  margin-top: 1.5rem;
}

@media(max-width: 768px) {
  #whitepaper .content .block {
    margin-top: -10.4rem;
    padding-top: 14rem;
  }

  #whitepaper .content .block+.block {
    /*margin-top: 4.8rem;*/
    margin-top: -10.4rem;
  }

  #whitepaper .content .post {
    flex-flow: column;
  }

  #whitepaper .content .post .item {
    width: 100%;
    max-width: 100%;
    padding: 2.4rem 1.6rem;
  }

  #whitepaper .content .post .item .cat {
    width: 8.8rem;
  }

  #whitepaper .content .post .item .img {
    width: 100%;
  }

  #whitepaper .content .post .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 311/220;
  }

  #whitepaper .content .post .item .ttl {
    margin-top: 1.6rem;
  }

  #whitepaper .content .post .item .txt {
    font-size: 1.6rem;
  }
}

#whitepaper .content .post .item .btn {
  width: 19.8rem;
  height: 4.3rem;
  margin: 1.6rem auto 0;
}

#whitepaper .content .post .item .btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 152, 233, 1) 0%, rgba(11, 127, 195, 1) 100%);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0 0 0 4.4rem;
  border-radius: 0.8rem;
}

@media(min-width: 769px)and (max-width: 1240px) {
  #whitepaper .content .post .item .btn {
    width: 100%;
  }

  #whitepaper .content .post .item .btn a {
    font-size: 1.2vw;
  }
}

#whitepaper .content .post .item .btn a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 2.4rem;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../img/whitepaper/icn_dl.svg) 0 0 / 100% auto no-repeat;
  transform: translateY(-50%);
}

#whitepaper .detail {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 3.2rem 5.3rem;
}

#whitepaper .detail .content {
  width: 350px;
  padding: 0;
}

#whitepaper .detail .content .ttl {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 2.4rem;
}

#whitepaper .detail .content .img {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 350/248;
  border: 1px solid #EEEEEE;
  margin: 0 0 2.4rem 0;
}

#whitepaper .detail .content .img img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

#whitepaper .detail .content .txt {
  font-size: 1.6rem;
  line-height: 1.5;
}

#whitepaper .detail .content .sub {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  background: #EEEEEE;
  padding: 1rem 0;
  margin-top: 3rem;
}

#whitepaper .detail .content .list .item {
  position: relative;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 1.2rem;
  /*padding: 0 0 0 4rem;*/
}

#whitepaper .detail .content .list .item::before {
  /*content: '';*/
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 2.2rem;
  height: 1.7rem;
  background: url(../img/whitepaper/icn_check.svg) 0 0 / 100% 100% no-repeat;
}

#whitepaper .detail .form {
  width: 350px;
}

@media(max-width: 768px) {
  #whitepaper .detail {
    display: block;
    padding: 1.6rem;
  }

  #whitepaper .detail .content,
  #whitepaper .detail .form {
    width: 100%;
  }

  #whitepaper .detail .content .ttl {
    margin-bottom: 2.4rem;
  }

  #whitepaper .detail .content .img {
    text-align: center;
    margin: 0 0 1.6rem;
  }

  #whitepaper .detail .content .img img {
    /*aspect-ratio: 350/248;*/
  }

  #whitepaper .content .post .item .btn {
    width: ;
  }
}