@charset "UTF-8";
/* responsive */
/*@include mq() { }*/
/*color*/
/* cubic-bezier */
.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.f_sans {
  font-family: "Noto Sans JP", sans-serif;
}

.text {
  line-height: 2;
}

.u_ba {
  position: relative;
}
.u_ba::before, .u_ba::after {
  content: "";
  position: absolute;
  display: block;
}

/*
.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  line-height: 1.875;
}

@media (max-width: 1179.9px) and (min-width: 1024px) {
  html {
    font-size: 1.3559322034vw;
  }
}
@media (max-width: 1023.9px) {
  html {
    font-size: 13.8847457627px;
  }
}
@media (min-width: 750px) {
  .wrapper, .page_header {
    min-width: 1024px;
  }
}
@media (max-width: 749.9px) {
  html {
    font-size: 4.2666666667vw;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  min-width: 100%;
  margin: 0;
  color: #444444;
  font-family: "M PLUS 1p", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background: #ffffff;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 749.9px) {
  body {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

main {
  width: 100%;
  display: block;
}

nav {
  display: block;
}

a {
  color: #F27000;
  text-decoration: none;
}
a [href=""] {
  pointer-events: none;
}
@media (min-width: 750px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

button {
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: top;
}

p {
  margin: 0;
}

b, strong {
  font-weight: 500;
}

i {
  font-style: normal;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

button,
select {
  text-transform: none;
}

button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
}

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

.fixed {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.clearfix {
  *zoom: 1;
}

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

.obj-fit {
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-slide:focus {
  outline: none;
}

mark, .mark {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, rgba(255, 236, 1, 0)), color-stop(5%, #ffec01), color-stop(40%, #ffec01), color-stop(40%, rgba(255, 236, 1, 0)));
  background: linear-gradient(0deg, rgba(255, 236, 1, 0) 5%, #ffec01 5%, #ffec01 40%, rgba(255, 236, 1, 0) 40%);
}

strong {
    font-weight: 900;
    color: #ca0000f7;
}

.tx_hidden, .pagenation_nav .pagenation_nav_list li.pagenation_nav_prev a, .pagenation_nav .pagenation_nav_list li.pagenation_nav_next a {
  display: block;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}

.inbox {
  max-width: 72.5rem;
  margin: 0 auto;
  position: relative;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

/* dis */
@media (min-width: 750px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 749.9px) {
  .wrapper {
    width: 100%;
    overflow: hidden;
  }
  .pc {
    display: none !important;
  }
}
.page_header {
  background: #ffffff;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.page_header .header_head {
  height: 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_header .hd_logo img {
  max-width: none;
  height: 2.75rem;
}
.page_header .hd_logo a {
  font-size: 1.5rem;
  height: 100%;
  color: #222222;
}
.page_header small {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  padding-top: 0.4375rem;
  margin-left: auto;
}

.top_mv_wrap {
  position: relative;
}
.top_mv_wrap .top_mv_update {
  top: 3.2210834553vw;
  right: 9.224011713vw;
  font-size: 1.4641288433vw;
  letter-spacing: 0.02em;
  position: absolute;
  font-weight: 500;
}
.top_mv_wrap .top_mv_btn {
  width: 35.1390922401vw;
  height: auto;
  min-height: 5.710102489vw;
  padding-top: 0.5856515373vw;
  border-radius: 0.878477306vw;
  position: absolute;
  right: 15.9590043924vw;
  bottom: 6.149341142vw;
}
.top_mv_wrap .top_mv_btn div {
  margin-right: 1em;
  padding-block: 1.0980966325vw 0.878477306vw;
  max-width: 80%;
}
.top_mv_wrap .top_mv_btn span {
  margin-right: 0;
  font-size: 1.5373352855vw;
  text-align: center;
}
.top_mv_wrap .top_mv_btn span.catch {
  font-size: 1.0248901903vw;
  border-radius: 3.6603221083vw;
  line-height: 1.34;
  display: block;
  padding: 0.5em 1.25em;
  position: absolute;
  text-align: center;
  width: 84%;
  max-width: 28.1112737921vw;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  bottom: calc(100% - 1.25em);
  color: #F27000;
  background: #ffffff;
  border: 2px solid #F27000;
}
.top_mv_wrap .top_mv_btn span:not(.pc):not(.sp) {
  display: block;
}
.top_mv_wrap .top_mv_btn::after {
  width: 1.9033674963vw;
  height: 1.9033674963vw;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 1023.9px) {
  .top_mv_wrap .top_mv_update {
    top: 32.9838945827px;
    right: 94.4538799414px;
    font-size: 14.9926793558px;
  }
  .top_mv_wrap .top_mv_btn {
    width: 359.8243045388px;
    right: 163.420204978px;
    bottom: 62.9692532943px;
    min-height: 58.4714494876px;
    padding-top: 5.9970717423px;
    border-radius: 8.9956076135px;
  }
  .top_mv_wrap .top_mv_btn div {
    padding-block: 11.2445095168px 8.9956076135px;
  }
  .top_mv_wrap .top_mv_btn span {
    margin-right: 0;
    font-size: 15.7423133236px;
  }
  .top_mv_wrap .top_mv_btn span.catch {
    font-size: 10.494875549px;
    max-width: 287.859443631px;
  }
  .top_mv_wrap .top_mv_btn::after {
    width: 19.4904831625px;
    height: 19.4904831625px;
  }
}

.btn_official_wrap {
  margin-top: auto;
  position: relative;
}
.btn_official_wrap .promotion_text {
  position: absolute;
  width: 100%;
  display: block;
  text-align: center;
}

.top_mv_btn,
.btn_official {
  background: #F27000;
  color: #ffffff;
  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;
  height: 3.75rem;
  border-radius: 3.75rem;
  -webkit-box-shadow: 0 3px 0 rgba(84, 45, 0, 0.1);
          box-shadow: 0 3px 0 rgba(84, 45, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
.top_mv_btn span,
.btn_official span {
  font-size: 1.125rem;
  font-weight: bold;
  margin-right: 1em;
  letter-spacing: 0;
}
.top_mv_btn span mark,
.btn_official span mark {
  margin-right: 0.25em;
  color: #ffffff;
  background: transparent;
  border-bottom: 2px solid #FFEC01;
}
.top_mv_btn::after,
.btn_official::after {
  width: 1.625rem;
  height: 1.625rem;
  content: "";
  background: url("../img/i_arw.svg") center center no-repeat;
  background-size: contain;
  display: block;
}
.top_mv_btn:hover,
.btn_official:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

@media (max-width: 749.9px) {
  .page_header {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .page_header .header_head {
    height: 2.5rem;
  }
  .page_header .hd_logo {
    padding-top: 0.5625rem;
  }
  .page_header .hd_logo img {
    height: 2rem;
  }
  .page_header small {
    font-size: 0.6875rem;
    letter-spacing: 0.05em;
    padding-top: 0.625rem;
  }
  .top_mv_wrap {
    position: relative;
  }
  .top_mv_wrap .top_mv_update {
    top: 1.375rem;
    right: 2.8125rem;
    font-size: 0.75rem;
  }
  .top_mv_wrap .top_mv_btn {
    width: 19.0625rem;
    height: 3.5rem;
    border-radius: 0.5rem;
    right: 2.1875rem;
    bottom: 3rem;
  }
  .top_mv_wrap .top_mv_btn span {
    font-size: 0.9375rem;
  }
  .top_mv_wrap .top_mv_btn span.catch {
    width: 88%;
    max-width: 76%;
    font-size: 0.6875rem;
    border-radius: 2.1875rem;
  }
  .top_mv_wrap .top_mv_btn::after {
    width: 1.25rem;
    height: 1.25rem;
  }
  .top_mv_btn,
  .btn_official {
    height: 3rem;
  }
  .top_mv_btn span,
  .btn_official span {
    font-size: 1rem;
    margin-right: 0.5em;
  }
  .top_mv_btn::after,
  .btn_official::after {
    width: 1.375rem;
    height: 1.375rem;
  }
}
.page_footer {
  background: #ffffff;
}

.search_cont_wrap {
  background: url("../img/bg_dot.svg");
  background-size: 14.125rem;
  padding: 3.125rem 0 2.5rem;
}
.top_mv_wrap + .search_cont_wrap {
  padding: 1.25rem 0 1.5625rem;
}
.search_cont_wrap .title_wrap .title span {
  font-size: 2.5rem;
}
.search_cont_wrap .title_wrap .title::before, .search_cont_wrap .title_wrap .title::after {
  width: 1.730625rem;
  height: 2.6625rem;
}

.search_wrap {
  width: 100%;
  max-width: 37.5rem;
  margin: 1.25rem auto 1.6875rem auto;
  padding-left: 1.25rem;
}
.search_wrap .search_form_block {
  background: #ffffff;
  border: 1px solid rgba(255, 167, 0, 0.5);
  -webkit-box-shadow: 0 1px 10px rgba(84, 45, 0, 0.1);
          box-shadow: 0 1px 10px rgba(84, 45, 0, 0.1);
  padding: 1.25rem 2.5rem;
  border-radius: 0.5rem;
}
.search_wrap .search_form_block .search_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search_wrap .search_form_block .search_list + dl {
  margin-top: 0.5rem;
}
.search_wrap .search_form_block .search_list dt {
  width: 10.25rem;
}
.search_wrap .search_form_block .search_list dd {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.search_wrap .search_form_block .search_list .search_select {
  width: 100%;
  position: relative;
}
.search_wrap .search_form_block .search_list .search_select::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  background: url("../img/i_arw.svg") center center no-repeat;
  background-size: contain;
  right: 0.75rem;
  top: 50%;
  margin-top: -0.8125rem;
  pointer-events: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.search_wrap .search_form_block .search_list .search_select select {
  width: 100%;
  height: 2.5rem;
  padding: 0 1.375rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #444;
  background: #ffffff;
  border: 1px solid #b1a7a1;
  border-radius: 0.1875rem;
  cursor: pointer;
}
.search_wrap .search_form_block .search_list .search_select select option {
  font-size: 1rem;
}
.search_wrap .btn_search {
  width: 100%;
  max-width: 14rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.1875rem;
  height: 3rem;
  font-size: 1.125rem;
  margin-top: 1.25rem;
  padding-top: 0.1875rem;
  padding-left: 2rem;
  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;
  background: #F27000 url("../img/i_search.svg") 3.375rem center no-repeat;
  background-size: 1.25rem auto;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.search_wrap .btn_search:hover {
  opacity: 0.7;
}

.ft_ranking_list_wrap {
  position: relative;
  padding: 2.625rem 0 3rem;
  background: -webkit-gradient(linear, left top, right top, from(#FFF0DE), to(#FFFDE2));
  background: linear-gradient(90deg, #FFF0DE 0%, #FFFDE2 100%);
}
.ft_ranking_list_wrap.floating_in {
  padding-bottom: 10.875rem;
}
.ft_ranking_list_wrap .ft_ranking_list {
  max-width: 53.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ft_ranking_list_wrap .ft_ranking_list li {
  width: 25rem;
  padding: 2.375rem 1.75rem 2.5rem;
  border-radius: 0.25rem;
  border: 1px solid #FFBA00;
  background: #ffffff;
  text-align: center;
}
.ft_ranking_list_wrap .ft_ranking_list li img {
  width: auto;
  max-width: none;
  height: 3.125rem;
  display: inline-block;
}
.ft_ranking_list_wrap .ft_ranking_list li p {
  margin: 0.875rem 0 1.5625rem;
  font-size: 0.8125rem;
  line-height: 2;
  text-align: left;
}
.ft_ranking_list_wrap .ft_ranking_list li p b {
  font-weight: inherit;
}
.ft_ranking_list_wrap .ft_ranking_list li p mark {
  margin: 0;
  font-weight: inherit;
  background: transparent;
}
.ft_ranking_list_wrap .ft_ranking_list li .btn_official {
  width: 17.5rem;
  margin-left: auto;
  margin-right: auto;
  height: 3.125rem;
}
.ft_ranking_list_wrap .floating_area {
  width: 100%;
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 2rem;
  -webkit-transition: opacity 0.3s, bottom 0.3s;
  transition: opacity 0.3s, bottom 0.3s;
  z-index: 50;
}
.ft_ranking_list_wrap .floating_area.float_stop {
  position: absolute;
  bottom: 2rem;
}
.ft_ranking_list_wrap .floating_area.float_visible:not(.float_stop) {
  opacity: 0;
  pointer-events: none;
}
.ft_ranking_list_wrap .floating_btn {
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  background: #F27000;
  color: #ffffff;
  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;
  height: 5rem;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 3px 0 rgba(84, 45, 0, 0.1);
          box-shadow: 0 3px 0 rgba(84, 45, 0, 0.1);
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
.ft_ranking_list_wrap .floating_btn div {
  max-width: calc(100% - 5rem);
  padding-top: 0.8em;
  line-height: 1.6;
  margin-left: 1em;
}
.ft_ranking_list_wrap .floating_btn span {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0;
}
.ft_ranking_list_wrap .floating_btn span.catch {
  margin-bottom: 0.125rem;
  font-size: 0.84375rem;
  line-height: 1.34;
  display: block;
  padding: 0.66em 1.25em;
  position: absolute;
  text-align: center;
  width: 84%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  bottom: calc(100% - 1.25em);
  color: #F27000;
  background: #ffffff;
  border: 2px solid #F27000;
  border-radius: 1.875rem;
}
.ft_ranking_list_wrap .floating_btn span mark {
  margin-right: 0.25em;
  color: #ffffff;
  background: transparent;
  border-bottom: 2px solid #FFEC01;
}
.ft_ranking_list_wrap .floating_btn::before {
  margin-top: 0.5em;
  width: 2.25rem;
  height: 1.625rem;
  content: "";
  background: url("../img/i_rank.svg") center center no-repeat;
  background-size: contain;
  display: block;
}
.ft_ranking_list_wrap .floating_btn:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.footer_foot {
  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;
  padding: 2.375rem 0 3rem;
}
.footer_foot a {
  color: #444444;
}
.footer_foot nav, .footer_foot small {
  font-size: 0.8125rem;
}
.footer_foot nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_foot nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_foot nav ul li {
  margin-inline: 0.5em;
}
.footer_foot nav ul a:hover {
  text-decoration: underline;
}
.footer_foot nav::after {
  content: "";
  width: 1px;
  height: 1.125em;
  display: block;
  margin: 0 0.75em;
  background: #000;
}

@media (max-width: 749.9px) {
  .search_cont_wrap {
    background-size: 7.0625rem;
    padding: 1.875rem 0 0.9375rem;
  }
  .top_mv_wrap + .search_cont_wrap {
    padding: 0.625rem 1.25rem 1.5625rem;
  }
  .search_cont_wrap .title_wrap .title span {
    font-size: 1.75rem;
  }
  .search_cont_wrap .title_wrap .title::before, .search_cont_wrap .title_wrap .title::after {
    width: 1.020625rem;
    height: 1.5975rem;
  }
  .search_wrap {
    margin: 1.25rem auto 1.6875rem auto;
    padding-left: 0;
  }
  .search_wrap .search_form_block {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 10px rgba(84, 45, 0, 0.1);
            box-shadow: 0 1px 10px rgba(84, 45, 0, 0.1);
    padding: 1.875rem 1.5625rem;
    border-radius: 0.5rem;
  }
  .search_wrap .search_form_block .search_list dt {
    width: 5.75rem;
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .search_wrap .btn_search {
    font-size: 1rem;
    height: 2.75rem;
  }
  .ft_ranking_list_wrap {
    padding: 2.5rem 0.3125rem 2.75rem;
  }
  .ft_ranking_list_wrap.floating_in {
    padding-bottom: 9rem;
  }
  .ft_ranking_list_wrap .ft_ranking_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ft_ranking_list_wrap .ft_ranking_list li {
    width: 100%;
    padding: 1.625rem 1.25rem 2rem;
  }
  .ft_ranking_list_wrap .ft_ranking_list li + li {
    margin-top: 1rem;
  }
  .ft_ranking_list_wrap .ft_ranking_list li p {
    margin: 0.5625rem 0 1.0625rem;
  }
  .ft_ranking_list_wrap .ft_ranking_list li .btn_official {
    width: 15.3125rem;
    height: 3rem;
  }
  .ft_ranking_list_wrap .floating_area {
    bottom: 1.5rem;
  }
  .ft_ranking_list_wrap .floating_area.float_stop {
    bottom: 1.5rem;
  }
  .ft_ranking_list_wrap .floating_btn {
    max-width: 22.1875rem;
    height: 4.25rem;
  }
  .ft_ranking_list_wrap .floating_btn::before {
    margin-top: 0.6875rem;
  }
  .ft_ranking_list_wrap .floating_btn div {
    max-width: calc(100% - 5rem);
    padding-top: 0.875rem;
    line-height: 1.6;
    margin-left: 0.5em;
  }
  .ft_ranking_list_wrap .floating_btn span {
    font-size: 1.125rem;
  }
  .ft_ranking_list_wrap .floating_btn span.catch {
    font-size: 0.75rem;
    padding: 0.5em 1.25em;
    bottom: calc(100% - 1.25rem);
  }
  .footer_foot {
    display: block;
    text-align: center;
    padding: 2.25rem 0 2.5rem;
  }
  .footer_foot nav, .footer_foot small {
    letter-spacing: 0;
  }
  .footer_foot nav {
    margin-bottom: 0.3125rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_foot nav::before {
    content: "";
    width: 1px;
    height: 1.125em;
    display: block;
    margin: 0 0.75em;
    background: #000;
  }
}
.title_wrap {
  text-align: center;
}
.title_wrap .title {
  margin-bottom: 0.5rem;
  display: block;
}
.title_wrap .title > span {
  line-height: 1;
  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: 3.5rem;
  font-weight: bold;
  letter-spacing: -0.03em;
  color: #FFA700;
}
.title_wrap .title > span span {
  display: block;
  line-height: 0.85;
}
.title_wrap .title > span::before, .title_wrap .title > span::after {
  width: 2.4375rem;
  height: 3.75rem;
  margin-inline: 1.5rem;
  content: "";
  background: url(../img/i_title.svg) center bottom no-repeat;
  background-size: contain;
  mix-blend-mode: darken;
}
.title_wrap .title > span:before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.title_wrap .title_sub {
  font-size: 1.375rem;
  line-height: 1.4375;
  font-weight: bold;
  display: block;
}

@media (max-width: 749.9px) {
  .title_wrap {
    margin-inline: -1.25rem;
  }
  .title_wrap .title {
    margin-bottom: 0.25rem;
  }
  .title_wrap .title > span {
    font-size: 2rem;
  }
  .title_wrap .title > span::before, .title_wrap .title > span::after {
    width: 1.4375rem;
    height: 2.25rem;
    margin-inline: 1rem;
  }
  .title_wrap .title_sub {
    font-size: 1rem;
  }
}
.promotion_text {
  font-size: 10px;
  line-height: 1.34;
  margin-top: 0.75em;
  text-align: center;
  letter-spacing: -0.05em;
  color: #777;
  margin-bottom: -1em;
}
.promotion_text::before {
  content: "※";
}

.pickup_wrap {
  padding: 7.5rem 1.25rem 6.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#FFF0DE), to(#FFFDE2));
  background: linear-gradient(90deg, #FFF0DE 0%, #FFFDE2 100%);
}
.pickup_wrap .inbox {
  max-width: 72.5rem;
  padding: 0 0 4rem;
  background: #ffffff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 1px 10px rgba(84, 45, 0, 0.1);
          box-shadow: 0 1px 10px rgba(84, 45, 0, 0.1);
  position: relative;
}
.pickup_wrap .inbox::before {
  content: "";
  width: 20.9375rem;
  height: 6.625rem;
  position: absolute;
  top: -5rem;
  left: 3.75rem;
  display: block;
  background: url(../img/illust01.svg) no-repeat;
  background-size: contain;
}
.pickup_wrap .title_wrap {
  position: relative;
  top: -1.875rem;
  margin-bottom: 0.75rem;
}
.pickup_wrap .title_wrap .title > span::before, .pickup_wrap .title_wrap .title > span::after {
  mix-blend-mode: normal;
}
.pickup_wrap .title_wrap .title > span > span {
  position: relative;
}
.pickup_wrap .title_wrap .title > span > span::before {
  width: 100%;
  content: "Pick Up!";
  position: absolute;
  display: block;
  -webkit-text-stroke: 0.5rem #ffffff;
}
.pickup_wrap .title_wrap .title > span > span span {
  position: relative;
  z-index: 5;
}
.pickup_wrap .title_wrap .title_sub {
  color: #FD523C;
}
.pickup_wrap .pickup_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pickup_wrap .pickup_list > li {
  max-width: 22.25rem;
  padding: 0 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pickup_wrap .pickup_list > li > p {
  margin: 0.5625rem 0 1.375rem;
}
.pickup_wrap .pickup_list > li > p b {
  color: #FD523C;
  font-weight: bold;
}
.pickup_wrap .pickup_list .thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  min-height: 8.5rem;
}
.pickup_wrap .pickup_list .agent {
  font-size: 1.125rem;
  margin-top: 0.625rem;
  text-align: center;
  font-weight: bold;
  color: #444444;
}
.pickup_wrap .pickup_list .btn_official_wrap {
  margin-top: auto;
}
.pickup_wrap .pickup_list .btn_official {
  width: 17.5rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 749.9px) {
  .pickup_wrap {
    padding: 5.125rem 0.9375rem 3.125rem;
    background: -webkit-gradient(linear, left top, right top, from(#FFF0DE), to(#FFFDE2));
    background: linear-gradient(90deg, #FFF0DE 0%, #FFFDE2 100%);
  }
  .pickup_wrap .inbox {
    padding: 0 1.5625rem 2.25rem;
  }
  .pickup_wrap .inbox::before {
    width: 9.625rem;
    height: 3rem;
    top: -4.125rem;
    left: -1.5625rem;
    background-image: url(../img/illust01_sp.svg);
  }
  .pickup_wrap .title_wrap {
    position: relative;
    top: -0.9375rem;
    margin-bottom: 0.5rem;
  }
  .pickup_wrap .title_wrap .title > span > span::before {
    -webkit-text-stroke: 0.375rem #ffffff;
  }
  .pickup_wrap .pickup_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pickup_wrap .pickup_list > li {
    max-width: 22.25rem;
    padding: 0;
  }
  .pickup_wrap .pickup_list > li + li {
    margin-top: 2.25rem;
  }
  .pickup_wrap .pickup_list > li > p {
    margin: 0.25rem 0 0.9375rem;
  }
  .pickup_wrap .pickup_list .thumb {
    min-height: auto;
  }
  .pickup_wrap .pickup_list .agent {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
  .pickup_wrap .pickup_list .btn_official {
    width: 17.8125rem;
  }
}
.compare_wrap {
  padding: 5.25rem 0 6.5rem;
  background: url("../img/hikaku_bg.jpg") center bottom no-repeat;
  background-size: 100% auto;
}
.compare_wrap .inbox {
  position: relative;
}
.compare_wrap .inbox::before {
  content: "";
  width: 16.75rem;
  height: 14.25rem;
  position: absolute;
  top: -7.8125rem;
  right: 2rem;
  display: block;
  background: url(../img/illust02.svg) no-repeat;
  background-size: contain;
}

.compare_block {
  margin-top: 2.75rem;
  width: 100%;
  overflow: auto;
  background: #ffffff;
}

.compare_scr {
  padding-left: 13.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.compare_box:not(:first-child) {
  width: calc(100% - 13.75rem);
}
.compare_box:not(:nth-last-child(1)) {
  border-right: 1px solid #B7AEA4;
}
.compare_box > * {
  min-height: 3.4375rem;
  padding: 1rem 1.75rem;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.compare_box > *:not(:last-child) {
  border-bottom: 1px solid #B7AEA4;
}
.compare_box:first-child {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.compare_box:first-child > * {
  width: 13.75rem;
  position: relative;
}
.compare_box:first-child > *::before {
  width: 100%;
  height: 100%;
  font-size: 1rem;
  padding-left: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "留学エージェント";
  background: #F4F4F4;
  position: absolute;
  left: 0;
  top: 0;
  white-space: pre;
}
.compare_box:first-child > *:nth-child(2)::before {
  content: "特徴";
}
.compare_box:first-child > *:nth-child(3)::before {
  content: "手数料";
}
.compare_box:first-child > *:nth-child(4)::before {
  content: "取り扱いプログラム";
}
.compare_box:first-child > *:nth-child(5)::before {
  content: "選べる国・地域";
}
.compare_box:first-child > *:nth-child(6)::before {
  content: "サポート内容";
}
.compare_box:first-child > *:nth-child(7)::before {
  content: "資料請求はコチラから";
}
.compare_box .agent {
  padding: 0 0 1.5rem;
  text-align: center;
}
.compare_box .agent .heading {
  width: 100%;
  height: 3.125rem;
  margin-bottom: 0.9375rem;
  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;
  color: #444444;
  background: #FFEC01;
  font-weight: bold;
  padding-top: 0.12em;
}
.compare_box .agent a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.compare_box .agent a:hover {
  opacity: 0.7;
}
.compare_box .agent .thumb {
  display: block;
  margin-bottom: 0.625rem;
}
.compare_box .agent .more {
  padding-left: 0.625rem;
  padding-right: 2.25rem;
  padding-bottom: 0.1875rem;
  color: #F27000;
  border-bottom: 2px solid #F27000;
  position: relative;
}
.compare_box .agent .more::after {
  content: "";
  width: 1.625rem;
  height: 1.625rem;
  background: url(../img/i_arw.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
}
.compare_box .agent img {
  max-width: none;
  width: auto;
  height: 4rem;
}
.compare_box .features {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.compare_box .features li {
  padding-left: 1.1875rem;
  line-height: 1.6;
  position: relative;
}
.compare_box .features li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: url("../img/i_square.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.compare_box .commission {
  font-size: 1.125rem;
}
.compare_box .commission b {
  font-size: 1.25rem;
  color: #FD523C;
}
.compare_box .official {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.compare_box .official a {
  max-width: 100%;
  width: 12.5rem;
  font-size: 1.125rem;
  height: 2.75rem;
  padding-right: 0;
}
.compare_box .official a span {
  margin-right: 0.875rem;
}
.compare_box .official a mark {
  background: none;
  position: relative;
  bottom: 0.0625rem;
}
.compare_box .official a::after {
  width: 1.25rem;
  height: 1.25rem;
}

@media (max-width: 749.9px) {
  .compare_wrap {
    padding: 4.25rem 0 4rem;
    background-image: url("../img/hikaku_bg_sp.jpg");
  }
  .compare_wrap .inbox::before {
    width: 8.875rem;
    height: 7.5rem;
    top: -8.125rem;
    right: -0.3125rem;
    background-image: url(../img/illust02_sp.svg);
  }
  .compare_block {
    margin-top: 1.75rem;
    width: calc(100% + 1.25rem);
    margin-right: -1.25rem;
  }
  .compare_scr {
    width: 49.5rem;
    padding-left: 7.5rem;
  }
  .compare_box:not(:first-child) {
    width: 14rem;
  }
  .compare_box > * {
    min-height: 3.4375rem;
    padding: 0.75rem 1.75rem;
    font-size: 0.8125rem;
    line-height: 1.4615384615;
  }
  .compare_box:first-child > * {
    width: 7.5rem;
  }
  .compare_box:first-child > *::before {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    padding-left: 1.125rem;
    text-align: left;
    content: "留学\aエージェント";
  }
  .compare_box:first-child > *:nth-child(2)::before {
    content: "特徴";
  }
  .compare_box:first-child > *:nth-child(3)::before {
    content: "手数料";
  }
  .compare_box:first-child > *:nth-child(4)::before {
    content: "取り扱い\aプログラム";
  }
  .compare_box:first-child > *:nth-child(5)::before {
    content: "選べる国・\a地域";
  }
  .compare_box:first-child > *:nth-child(6)::before {
    content: "サポート内容";
  }
  .compare_box:first-child > *:nth-child(7)::before {
    content: "資料請求は\aコチラから";
  }
  .compare_box .agent {
    padding: 0 0 1.5rem;
    text-align: center;
  }
  .compare_box .agent .heading {
    width: 100%;
    height: 2.5rem;
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
  .compare_box .agent .thumb {
    display: block;
    margin-bottom: 0.625rem;
  }
  .compare_box .agent .more {
    font-size: 0.875rem;
  }
  .compare_box .agent .more::after {
    content: "";
    width: 1.625rem;
    height: 1.625rem;
    background: url(../img/i_arw.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
  }
  .compare_box .agent img {
    height: 2.5rem;
  }
  .compare_box .features {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .compare_box .features li {
    line-height: 1.8461538462;
  }
  .compare_box .commission {
    font-size: 1rem;
  }
  .compare_box .commission b {
    font-size: 1.125rem;
  }
  .compare_box .official {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .compare_box .official a {
    width: 11.5rem;
    font-size: 1rem;
    height: 2.25rem;
  }
  .compare_box .official a span {
    margin-right: 0.625rem;
  }
  .compare_box .official a::after {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.ranking_wrap {
  padding: 4rem 0 5.5rem;
  background: url(../img/ranking_bg.jpg) center 0;
  background-size: 100% auto;
  counter-reset: number 0;
}
.ranking_wrap .inbox {
  max-width: 60rem;
  position: relative;
}
.ranking_wrap .inbox::before {
  content: "";
  width: 23.125rem;
  height: 16.5625rem;
  position: absolute;
  top: -6.75rem;
  right: -10.75rem;
  display: block;
  background: url(../img/illust03.svg) no-repeat;
  background-size: contain;
}

.ranking_list_wrap {
  margin-top: 5rem;
}

.ranking_box {
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 10px rgba(84, 45, 0, 0.1);
          box-shadow: 0 1px 10px rgba(84, 45, 0, 0.1);
  border-radius: 0.5rem;
  padding-bottom: 4.5rem;
}
.ranking_box + .ranking_box {
  margin-top: 7rem;
}
.ranking_box.rank1 .title::before {
  background-image: url(../img/rank01.svg);
}
.ranking_box.rank2 .title::before {
  background-image: url(../img/rank02.svg);
}
.ranking_box.rank3 .title::before {
  background-image: url(../img/rank03.svg);
}
.ranking_box .title {
  margin-bottom: 3.75rem;
  position: relative;
}
.ranking_box .title::before, .ranking_box .title::after {
  width: 13rem;
  height: 14.1875rem;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  top: -5.25rem;
  left: 1.875rem;
  text-align: center;
}
.ranking_box .title::before {
  content: "RANK";
  background: url(../img/rank04.svg?00) center 0 no-repeat;
  background-size: contain;
  display: block;
  padding-top: 4.5625rem;
}
.ranking_box .title::after {
  top: -0.625rem;
  font-size: 4rem;
  counter-increment: number 1; /* number カウンタの増加数をセット */
  content: counter(number) " "; /* 表示形式を指定 */
}
.ranking_box .title .title_head {
  min-height: 5.5rem;
  font-size: 1.75rem;
  letter-spacing: 0.03em;
  border-radius: 0.5rem 0.5rem 0 0;
  background: #FFEC01;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 15.5rem 1rem 16.875rem;
}
.ranking_box .title .title_head a {
  color: #444444;
}
.ranking_box .title .title_foot {
  margin-right: 1.75rem;
}
.ranking_box .title .title_foot .btn_official {
  width: 12.5rem;
  height: 2.75rem;
  margin-left: auto;
  margin-top: -1.4375rem;
}
.ranking_box .title .title_foot .btn_official mark {
  margin: 0;
}
.ranking_box .title .title_foot .btn_official span {
  margin-right: 0.625rem;
}
.ranking_box .title .title_foot .btn_official::after {
  width: 1.25rem;
  height: 1.25rem;
}
.ranking_box .promotion_text {
  margin-top: 1.5em;
  letter-spacing: 0;
  text-align: center;
  display: block;
}

.ranking_box_in {
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
}
.ranking_box_in .main_bn a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ranking_box_in .main_bn a:hover {
  opacity: 0.7;
}
.ranking_box_in .official_link {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.75rem;
  word-break: break-all;
}
.ranking_box_in .official_link a {
  color: #444444;
}
.ranking_box_in .ranking_point {
  margin-top: 3rem;
  padding: 0 1.875rem 2rem;
  border: 2px solid #FFBA00;
  background: #FFF8D1;
  position: relative;
}
.ranking_box_in .ranking_point::before {
  width: 0;
  height: 0;
  right: -2px;
  top: -2px;
  content: "";
  position: absolute;
  display: block;
  border: solid;
  border-width: 1.125rem;
  border-color: #ffffff #ffffff #FFBA00 #FFBA00;
}
.ranking_box_in .ranking_point_title {
  min-width: 30.375rem;
  margin-bottom: 0.375rem;
  padding: 0.25rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 3.125rem;
  display: inline-block;
  position: relative;
  top: -1.125rem;
  left: -0.5rem;
  color: #ffffff;
  background: #FFBA00;
}
.ranking_box_in .ranking_point_dl {
  padding-left: 1.5rem;
  position: relative;
}
.ranking_box_in .ranking_point_dl::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  top: 0.5rem;
  left: 0;
  background: #FFBA00;
  border-radius: 0.75rem;
}
.ranking_box_in .ranking_point_dl + .ranking_point_dl {
  margin-top: 0.875rem;
}
.ranking_box_in .ranking_point_dl dt {
  font-weight: bold;
  margin-bottom: 0.3em;
}
.ranking_box_in .ranking_point_dl dt .mark {
  margin: 0;
}
.ranking_box_in .link_official_wrap {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ranking_box_in .link_official {
  min-width: 17.75rem;
  text-align: center;
  color: #F27000;
  border-bottom: 2px solid #F27000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ranking_box_in .link_official:hover {
  opacity: 0.7;
}
.ranking_box_in .link_official span {
  height: 2.625rem;
  padding-top: 0.28em;
  font-size: 1.125rem;
  margin-right: 1.25rem;
  display: inline-block;
}
.ranking_box_in .link_official::after {
  content: "";
  width: 2.625rem;
  height: 2.625rem;
  background: url(../img/i_arw.svg) no-repeat;
  background-size: contain;
  display: block;
}
.ranking_box_in .ranking_info {
  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-top: 2rem;
}
.ranking_box_in .ranking_info_box {
  margin-bottom: 1rem;
}
.ranking_box_in .ranking_info_box:nth-child(odd) {
  width: 28.5rem;
}
.ranking_box_in .ranking_info_box:nth-child(even) {
  width: 14.25rem;
}
.ranking_box_in .ranking_info h4 {
  font-size: 0.875rem;
  padding: 0.25rem 1.25rem 0.1875rem;
  min-height: 2.25rem;
  color: #ffffff;
  background: #FFA700;
}
.ranking_box_in .ranking_info .ranking_info_text {
  font-size: 0.8125rem;
  line-height: 1.75;
  min-height: calc(100% - 2.25rem);
  background: #F7F7F7;
  padding: 0.75rem 1.25rem 0.875rem;
  letter-spacing: 0;
}
.ranking_box_in .ranking_info .ranking_info_text.commission {
  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: 1rem;
}
.ranking_box_in .ranking_info .ranking_info_text.commission b {
  color: #FD523C;
  font-size: 1.125rem;
}
.ranking_box_in .review_wrap {
  border-radius: 0.25rem;
  border: 2px solid #FFA700;
}
.ranking_box_in .review_wrap .review_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;
  height: 4rem;
  color: #FFA700;
  font-size: 1.25rem;
  font-weight: bold;
  padding-top: 0.25rem;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ranking_box_in .review_wrap .review_title:hover {
  opacity: 0.7;
}
.ranking_box_in .review_wrap .review_title::before, .ranking_box_in .review_wrap .review_title::after {
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 1.625rem;
  height: 1.625rem;
  background: url(../img/i_plus.svg) no-repeat;
  background-size: contain;
  margin-left: 0.625rem;
}
.ranking_box_in .review_wrap .review_title::before {
  background-image: url(../img/i_minus.svg);
}
.ranking_box_in .review_wrap .review_title:not(.open)::before {
  display: none;
}
.ranking_box_in .review_wrap .review_title.open::after {
  display: none;
}
.ranking_box_in .review_wrap dd {
  border-top: 2px solid #FFA700;
  padding-left: 2.25rem;
  padding-right: 2.5rem;
  padding-top: 1.5625rem;
  padding-bottom: 0.1875rem;
}
.ranking_box_in .review_wrap dd .review_text {
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  padding-left: 0;
  font-size: 0.8125rem;
  line-height: 1.75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0;
}
.ranking_box_in .review_wrap dd .review_text figure {
  width: 4.5rem;
}
.ranking_box_in .review_wrap dd .review_text p {
  padding-left: 0.9375rem;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.ranking_box_in .catch_copy {
  margin-top: 2.75rem;
  margin-bottom: 1.25rem;
  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.0625rem;
  line-height: 1.4666666667;
  text-align: center;
  font-weight: bold;
}
.ranking_box_in .catch_copy::before, .ranking_box_in .catch_copy::after {
  width: 1.75rem;
  height: 1.75rem;
  content: "";
  background: url(../img/i_copy.svg) center center no-repeat;
  background-size: contain;
}
.ranking_box_in .catch_copy::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.ranking_box_in .btn_official.last {
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
  height: 5rem;
}
.ranking_box_in .btn_official.last span {
  margin-right: 0.8em;
  font-size: 1.4375rem;
  border-bottom-width: 3px;
}
.ranking_box_in .btn_official.last::before, .ranking_box_in .btn_official.last::after {
  width: 1.875rem;
  height: 1.875rem;
}

@media (max-width: 749.9px) {
  .ranking_wrap {
    padding: 4.5rem 0 3.125rem;
    background-size: 46.875rem auto;
  }
  .search_cont_wrap + .rank_contents .ranking_wrap .inbox::before {
    width: 10.1rem;
    height: 7.3rem;
    top: -7.40625rem;
    right: -4.171875rem;
  }
  .ranking_wrap .inbox {
    padding-inline: 0.9375rem;
  }
  .ranking_wrap .inbox::before {
    background-image: url(../img/illust03_sp.svg);
    width: 12.625rem;
    height: 9.125rem;
    top: -9.875rem;
    right: -5.5625rem;
  }
  .ranking_list_wrap {
    margin-top: 3.5rem;
  }
  .ranking_box {
    padding-bottom: 2.5rem;
  }
  .ranking_box + .ranking_box {
    margin-top: 3.25rem;
  }
  .ranking_box .title {
    margin-bottom: 1rem;
  }
  .ranking_box .title::before, .ranking_box .title::after {
    width: 6.875rem;
    height: 7.5rem;
    top: -2.375rem;
    left: -0.625rem;
  }
  .ranking_box .title::before {
    font-size: 0.625rem;
    padding-top: 2.25rem;
  }
  .ranking_box .title::after {
    top: 0.1875rem;
    font-size: 2rem;
  }
  .ranking_box .title .title_head {
    min-height: 3.75rem;
    font-size: 1.125rem;
    padding: 1rem 1.25rem 1rem 7rem;
  }
  .ranking_box .title .title_foot {
    margin-right: 0.625rem;
  }
  .ranking_box .title .title_foot .btn_official {
    width: 9rem;
    height: 2rem;
    margin-top: -0.5rem;
  }
  .ranking_box .title .title_foot .btn_official span {
    font-size: 0.8125rem;
    margin-right: 0.625rem;
  }
  .ranking_box .title .title_foot .btn_official::after {
    width: 1rem;
    height: 1rem;
  }
  .ranking_box_in {
    max-width: 19.0625rem;
  }
  .ranking_box_in .official_link {
    margin-top: 0.375rem;
    font-size: 0.6875rem;
  }
  .ranking_box_in .ranking_point {
    margin-top: 2.5rem;
    padding: 0 1.25rem 2rem;
  }
  .ranking_box_in .ranking_point::before {
    border-width: 0.75rem;
  }
  .ranking_box_in .ranking_point_title {
    min-width: 14.375rem;
    max-width: 16.5625rem;
    margin-bottom: 0;
    padding: 0.5rem 1.625rem 0.375rem;
    font-size: 0.9375rem;
    line-height: 1.25;
    border-radius: 6.25rem;
    top: -1.875rem;
    left: -0.5rem;
  }
  .ranking_box_in .point_wrap {
    margin-top: -0.9375rem;
  }
  .ranking_box_in .ranking_point_dl {
    padding-left: 1.25rem;
    position: relative;
  }
  .ranking_box_in .ranking_point_dl::before {
    width: 0.5rem;
    height: 0.5rem;
    top: 0.625rem;
  }
  .ranking_box_in .ranking_point_dl dt {
    font-size: 0.9375rem;
  }
  .ranking_box_in .ranking_point_dl dd {
    margin-left: -1.25rem;
    font-size: 0.8125rem;
    line-height: 1.75;
  }
  .ranking_box_in .link_official {
    min-width: 14.0625rem;
  }
  .ranking_box_in .link_official span {
    height: 2rem;
    font-size: 1rem;
    padding-top: 0.125rem;
    margin-right: 0.5rem;
  }
  .ranking_box_in .link_official::after {
    width: 2rem;
    height: 2rem;
  }
  .ranking_box_in .ranking_info {
    margin-top: 1.875rem;
  }
  .ranking_box_in .ranking_info_box {
    margin-bottom: 0;
  }
  .ranking_box_in .ranking_info_box:nth-child(odd), .ranking_box_in .ranking_info_box:nth-child(even) {
    width: 100%;
  }
  .ranking_box_in .ranking_info h4 {
    padding: 0.3125rem 1.25rem 0.1875rem;
  }
  .ranking_box_in .ranking_info .ranking_info_text {
    min-height: auto;
  }
  .ranking_box_in .review_wrap {
    margin-top: 1.75rem;
  }
  .ranking_box_in .review_wrap .review_title {
    padding: 0.75rem 1.25rem 0.625rem;
    height: 3rem;
    line-height: 1.25;
    font-size: 0.9375rem;
    letter-spacing: 0;
  }
  .ranking_box_in .review_wrap .review_title span span {
    display: inline-block;
  }
  .ranking_box_in .review_wrap .review_title::before, .ranking_box_in .review_wrap .review_title::after {
    width: 1.375rem;
    height: 1.375rem;
    margin-left: 0.5rem;
  }
  .ranking_box_in .review_wrap dd {
    border-top: 2px solid #FFA700;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 0.125rem;
  }
  .ranking_box_in .review_wrap dd .review_text {
    margin-bottom: 1.25rem;
    display: block;
  }
  .ranking_box_in .review_wrap dd .review_text figure {
    width: 3.75rem;
    float: left;
    margin-right: 0.625rem;
    margin-bottom: 0.3125rem;
  }
  .ranking_box_in .review_wrap dd .review_text p {
    padding-left: 0;
  }
  .ranking_box_in .catch_copy {
    margin-top: 1.25rem;
    margin-bottom: 1rem;
    font-size: 0.9375rem;
  }
  .ranking_box_in .catch_copy span {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .ranking_box_in .catch_copy::before, .ranking_box_in .catch_copy::after {
    width: 1.125rem;
    height: 1.125rem;
  }
  .ranking_box_in .catch_copy::before {
    margin-right: 0.5rem;
  }
  .ranking_box_in .catch_copy::after {
    margin-left: 0.5rem;
  }
  .ranking_box_in .btn_official.last {
    max-width: 17.8125rem;
    height: 3rem;
  }
  .ranking_box_in .btn_official.last span {
    margin-right: 1em;
    font-size: 1rem;
    border-bottom-width: 3px;
  }
  .ranking_box_in .btn_official.last::before, .ranking_box_in .btn_official.last::after {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.quotation_fee_wrap {
  background: url("../img/bg_dot.svg");
  background-size: 14.125rem;
  padding: 5rem 0 6.875rem;
}
.quotation_fee_wrap .quotation_fee_box_wrap {
  margin-top: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.quotation_fee_wrap .quotation_fee_box {
  width: 50%;
}
.quotation_fee_wrap .quotation_fee_box:nth-child(1) .quotation_fee_text {
  padding-bottom: 15.75rem;
  background: #FDF49C url("../img/illust05.svg") left 1.875rem bottom 1.625rem no-repeat;
  background-size: 27.625rem auto;
  position: relative;
}
.quotation_fee_wrap .quotation_fee_box:nth-child(1) .quotation_fee_text::before {
  background-image: url(../img/q_illust01.svg);
  background-size: auto 8.25rem;
}
.quotation_fee_wrap .quotation_fee_box:nth-child(1) .quotation_fee_text p + p {
  margin-top: 1rem;
  margin-left: auto;
}
.quotation_fee_wrap .quotation_fee_box:nth-child(2) .quotation_fee_title {
  background-color: #FDAC3C;
}
.quotation_fee_wrap .quotation_fee_box:nth-child(2) .quotation_fee_text {
  background-color: #FFF8D1;
}
.quotation_fee_wrap .quotation_fee_box:nth-child(2) .quotation_fee_text::before {
  margin-bottom: -0.25rem;
  background-image: url(../img/q_illust02.svg);
  background-size: auto 7rem;
}
.quotation_fee_wrap .quotation_fee_box:nth-child(2) dl + dl {
  margin-top: 1.5rem;
}
.quotation_fee_wrap .quotation_fee_box:nth-child(2) dl dt {
  position: relative;
  padding-left: 2.25rem;
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  font-weight: bold;
}
.quotation_fee_wrap .quotation_fee_box:nth-child(2) dl dt::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/i_cycle.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.22em;
  left: 0;
}
.quotation_fee_wrap .quotation_fee_box:nth-child(2) dl dt b {
  border-bottom: 2px solid #FDAC3C;
}
.quotation_fee_wrap .quotation_fee_box:nth-child(2) dl dd p b {
  color: #FD523C;
}
.quotation_fee_wrap .quotation_fee_box:nth-child(2) dl dd p + p {
  margin-top: 0.375rem;
}
.quotation_fee_wrap .quotation_fee_title {
  padding-left: 6.75rem;
  position: relative;
  background: #FFB44B;
  height: 5.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 1.625rem;
}
.quotation_fee_wrap .quotation_fee_title b {
  font-weight: bold;
  border-bottom: 2px solid #ffffff;
}
.quotation_fee_wrap .quotation_fee_title::before {
  content: "";
  width: 3.5rem;
  height: 6rem;
  position: absolute;
  top: 1.125rem;
  left: 1.3125rem;
  display: block;
  background: url(../img/q_icon.svg) no-repeat;
  background-size: contain;
}
.quotation_fee_wrap .quotation_fee_text {
  height: calc(100% - 5.75rem);
  padding: 0 2.5rem 3rem;
}
.quotation_fee_wrap .quotation_fee_text::before {
  height: 12rem;
  content: "";
  background: center center no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media (max-width: 749.9px) {
  .quotation_fee_wrap {
    background: url("../img/bg_dot.svg");
    background-size: 7.0625rem;
    padding: 2.5rem 0 3rem;
  }
  .quotation_fee_wrap .quotation_fee_box_wrap {
    margin-top: 1.5rem;
  }
  .quotation_fee_wrap .quotation_fee_box {
    width: 100%;
  }
  .quotation_fee_wrap .quotation_fee_box:nth-child(1) .quotation_fee_text {
    padding-bottom: 7.75rem;
    background: #FDF49C url("../img/illust05_sp.svg") right 0.625rem bottom 1.25rem no-repeat;
    background-size: 14rem auto;
  }
  .quotation_fee_wrap .quotation_fee_box:nth-child(1) .quotation_fee_text::before {
    background-size: auto 6.25rem;
  }
  .quotation_fee_wrap .quotation_fee_box:nth-child(1) .quotation_fee_text p {
    letter-spacing: 0;
  }
  .quotation_fee_wrap .quotation_fee_box:nth-child(1) .quotation_fee_text p:first-child {
    margin-top: -0.25rem;
  }
  .quotation_fee_wrap .quotation_fee_box:nth-child(1) .quotation_fee_text p + p {
    max-width: 18.5rem;
    margin-top: 0.5rem;
    margin-left: auto;
  }
  .quotation_fee_wrap .quotation_fee_box:nth-child(1) .quotation_fee_text p + p span:nth-child(2) {
    max-width: 9.375rem;
    margin-left: auto;
    display: block;
  }
  .quotation_fee_wrap .quotation_fee_box:nth-child(2) .quotation_fee_title {
    background-color: #FDAC3C;
  }
  .quotation_fee_wrap .quotation_fee_box:nth-child(2) .quotation_fee_text::before {
    background-size: auto 5.3125rem;
  }
  .quotation_fee_wrap .quotation_fee_box:nth-child(2) dl + dl {
    margin-top: 1.25rem;
  }
  .quotation_fee_wrap .quotation_fee_box:nth-child(2) dl dt {
    padding-left: 1.875rem;
    margin-bottom: 0.625rem;
    font-size: 1rem;
  }
  .quotation_fee_wrap .quotation_fee_box:nth-child(2) dl dt::before {
    width: 1.25rem;
    height: 1.25rem;
    top: 0.22em;
  }
  .quotation_fee_wrap .quotation_fee_box:nth-child(2) dl dd p {
    letter-spacing: 0;
  }
  .quotation_fee_wrap .quotation_fee_box:nth-child(2) dl dd p + p {
    margin-top: 0.375rem;
  }
  .quotation_fee_wrap .quotation_fee_title {
    padding-left: 3.5rem;
    height: 3.75rem;
    font-size: 1.125rem;
    letter-spacing: 0;
  }
  .quotation_fee_wrap .quotation_fee_title::before {
    width: 2.625rem;
    height: 4.5rem;
    top: 0.75rem;
    left: 0.375rem;
  }
  .quotation_fee_wrap .quotation_fee_text {
    height: auto;
    padding: 0 1.25rem 2rem;
  }
  .quotation_fee_wrap .quotation_fee_text::before {
    height: 8.625rem;
  }
}
.five_wrap {
  background: url("../img/bg_dot.svg");
  background-size: 14.125rem;
  padding: 5rem 0 6.5rem;
}
.five_wrap .inbox {
  max-width: 59.5rem;
}
.five_wrap .five_list {
  margin-top: 2.75rem;
  background: #ffffff;
  border: 2px solid #FFBA00;
  border-bottom: none;
  border-radius: 0.25rem;
  counter-reset: number 0;
}
.five_wrap .five_list li {
  padding: 1.375rem 2.5rem;
  border-bottom: 2px solid #FFBA00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.five_wrap .five_list li::before {
  margin-top: 0.135em;
  counter-increment: number 1; /* number カウンタの増加数をセット */
  content: counter(number) " "; /* 表示形式を指定 */
  width: 6.75rem;
  height: 6.75rem;
  background: url(../img/i_point.svg) center center no-repeat;
  background-size: contain;
  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;
  color: #FFBA00;
  font-size: 2.5rem;
  font-weight: bold;
  margin-right: 2rem;
}
.five_wrap .five_list li div {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.five_wrap .five_list li div h3 {
  margin-bottom: 0.75rem;
}
.five_wrap .five_list li div .mark {
  margin: 0;
}
.five_wrap .five_list li div p {
  line-height: 1.7466666667;
}

@media (max-width: 749.9px) {
  .five_wrap {
    background-size: 7.0625rem;
    padding: 2.5rem 0 3rem;
  }
  .five_wrap .inbox {
    padding-inline: 1.5625rem;
  }
  .five_wrap .five_list {
    margin-top: 1.75rem;
  }
  .five_wrap .five_list li {
    padding: 1.25rem;
    border-bottom: 2px solid #FFBA00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .five_wrap .five_list li::before {
    display: none;
  }
  .five_wrap .five_list li div {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .five_wrap .five_list li div h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 2.5rem;
  }
  .five_wrap .five_list li div h3 > span {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    line-height: 1.45;
  }
  .five_wrap .five_list li div h3::before {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 0.135em;
    counter-increment: number 1; /* number カウンタの増加数をセット */
    content: counter(number) " "; /* 表示形式を指定 */
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
    background: url(../img/i_point_sp.svg) center center no-repeat;
    background-size: contain;
    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;
    color: #FFBA00;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .five_wrap .five_list li div .mark {
    margin: 0;
    display: inline;
    margin-left: 0;
    margin-bottom: 0.75rem;
    position: relative;
  }
  .five_wrap .five_list li div p {
    line-height: 1.7466666667;
  }
}
.question_wrap {
  padding: 4.5rem 0 4.5rem;
}
.question_wrap .inbox {
  max-width: 59.5rem;
}
.question_wrap .question_table {
  width: 100%;
  margin-top: 2.75rem;
  table-layout: fixed;
  position: relative;
}
.question_wrap .question_table::after {
  content: "";
  width: 2.8125rem;
  height: 4.6875rem;
  background: url(../img/i_arw_q.svg) center bottom no-repeat;
  background-size: contain;
  display: block;
  margin-top: 0.625rem;
  margin-left: 23.1875rem;
  margin-bottom: 1.25rem;
}
.question_wrap .question_table th, .question_wrap .question_table td {
  font-weight: 500;
  text-align: center;
  padding: 1.125rem 1em;
  border-bottom: 1px solid #B7AEA4;
}
.question_wrap .question_table tr:first-child th {
  font-size: 1.125rem;
  font-weight: bold;
  padding: 0;
  border-bottom: none;
  height: 3.75rem;
}
.question_wrap .question_table tr:first-child th:first-child {
  width: 13.75rem;
}
.question_wrap .question_table tr:first-child th:nth-child(2) {
  color: #ffffff;
  background: #FDAC3C;
}
.question_wrap .question_table tr:first-child th:nth-child(3) {
  background: #EAEAEA;
}
.question_wrap .question_table tr:not(:first-child) td:nth-child(2) {
  background: #FDF49C;
}
.question_wrap .question_answer {
  position: relative;
}
.question_wrap .question_answer::after {
  content: "";
  width: 19.6875rem;
  height: 10.6875rem;
  display: block;
  background: url("../img/illust04.svg") no-repeat;
  background-size: contain;
  position: absolute;
  right: -5.625rem;
  bottom: 5.5rem;
}
.question_wrap .question_answer .question_answer_title {
  color: #FD523C;
  font-size: 1.875rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 750px) {
  .question_wrap .question_answer .question_answer_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .question_wrap .question_answer .question_answer_title::before, .question_wrap .question_answer .question_answer_title::after {
    content: "";
    width: 1.875rem;
    height: 2.5rem;
    display: block;
    background: url("../img/i_arw_answer.svg") no-repeat;
    background-size: contain;
  }
  .question_wrap .question_answer .question_answer_title::before {
    margin-right: 0.66em;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .question_wrap .question_answer .question_answer_title::after {
    margin-left: 0.4em;
  }
}
.question_wrap .question_answer p {
  margin-top: 1rem;
}

@media (max-width: 749.9px) {
  .question_wrap {
    padding: 2.5rem 0 2.75rem;
  }
  .question_wrap .inbox {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .question_wrap .question_table {
    margin-top: 1.75rem;
  }
  .question_wrap .question_table::after {
    content: "";
    width: 1.875rem;
    height: 3.125rem;
    margin-top: 0;
    margin-left: 7.75rem;
    margin-bottom: 1.5rem;
  }
  .question_wrap .question_table th, .question_wrap .question_table td {
    font-size: 0.8125rem;
    line-height: 1.5;
    padding: 0.9375rem 0;
    letter-spacing: 0;
  }
  .question_wrap .question_table tr:first-child th {
    font-size: 0.875rem;
  }
  .question_wrap .question_table tr:first-child th:first-child {
    width: 5rem;
  }
  .question_wrap .question_answer {
    max-width: 20.3125rem;
    margin-left: auto;
    margin-right: auto;
  }
  .question_wrap .question_answer::after {
    width: 8.625rem;
    height: 4.6875rem;
    background: url("../img/illust04_sp.svg") no-repeat;
    background-size: contain;
    right: 0.5625rem;
    bottom: 11.375rem;
  }
  .question_wrap .question_answer .question_answer_title {
    font-size: 1.125rem;
    display: block;
    margin-bottom: 0;
  }
  .question_wrap .question_answer .question_answer_title span {
    line-height: 1.5;
  }
  .question_wrap .question_answer .question_answer_title span:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .question_wrap .question_answer .question_answer_title span:first-child::before, .question_wrap .question_answer .question_answer_title span:first-child::after {
    content: "";
    width: 1rem;
    height: 1.375rem;
    display: block;
    background: url("../img/i_arw_answer.svg") no-repeat;
    background-size: contain;
  }
  .question_wrap .question_answer .question_answer_title span:first-child::before {
    margin-right: 0.46em;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .question_wrap .question_answer .question_answer_title span:first-child::after {
    margin-left: 0.23em;
  }
  .question_wrap .question_answer p {
    margin-top: 0.75rem;
    font-size: 0.8125rem;
    line-height: 1.75;
    letter-spacing: 0;
  }
}
.page_title {
  font-size: 2rem;
  min-height: 7.5rem;
  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;
  color: #ffffff;
  background: #FFA700;
}

.error_title_wrap {
  min-height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page_editor {
  max-width: 59.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 0 5rem;
}
.page_editor > *:first-child {
  margin-top: 0 !important;
}
.page_editor > *:last-child {
  margin-bottom: 0 !important;
}
.page_editor .wp-block-heading {
  margin-block: 1.875rem 0.5em;
}
.page_editor h2.wp-block-heading {
  margin-bottom: 1em;
  font-size: 1.625rem;
  border-left: 0.5rem solid #FFA700;
  padding-block: 0.225em;
  background: #f8f8f8;
  padding-left: 1em;
}
.page_editor h3.wp-block-heading {
  font-size: 1.375rem;
  position: relative;
  padding-left: 1.5em;
}
.page_editor h3.wp-block-heading::before {
  width: 0.875rem;
  height: 0.875rem;
  content: "";
  position: absolute;
  top: 0.56em;
  left: 0;
  background: #FFA700;
  border-radius: 0.875rem;
}
.page_editor h4.wp-block-heading {
  font-size: 1.1875rem;
  position: relative;
  padding-left: 1.5em;
}
.page_editor h4.wp-block-heading::before {
  width: 0.875rem;
  height: 0.875rem;
  content: "";
  position: absolute;
  top: 0.56em;
  left: 0;
  border: 2px solid #FFA700;
}
.page_editor figure {
  font-size: 0.875rem;
  margin-block: 2em;
}
.page_editor .wp-block-table table {
  border-top: 2px solid #FFA700;
}
.page_editor .wp-block-table table th, .page_editor .wp-block-table table td {
  border-color: #B7AEA4;
  padding: 0.8em 1.5em;
}

@media (max-width: 749.9px) {
  .page_title {
    font-size: 1.5rem;
    min-height: 4.75rem;
  }
  .page_editor {
    padding: 2.25rem 0 3.5rem;
  }
  .page_editor .wp-block-heading {
    margin-block: 1.5625rem 0.5em;
  }
  .page_editor h2.wp-block-heading {
    font-size: 1.25rem;
    border-left: 0.375rem solid #FFA700;
    padding-block: 0.165em;
  }
  .page_editor h3.wp-block-heading {
    font-size: 1.125rem;
    padding-left: 1.25em;
  }
  .page_editor h3.wp-block-heading::before {
    width: 0.75rem;
    height: 0.75rem;
    top: 0.48em;
  }
  .page_editor h4.wp-block-heading {
    font-size: 1rem;
    padding-left: 1.5em;
  }
  .page_editor h4.wp-block-heading::before {
    width: 0.75rem;
    height: 0.75rem;
    top: 0.53em;
  }
  .page_editor figure {
    font-size: 0.8125rem;
  }
  .page_editor .wp-block-table table th, .page_editor .wp-block-table table td {
    padding: 0.8em 1em;
    line-height: 1.5;
  }
}
.pagenation_nav {
  margin-top: 2.5rem;
}
.pagenation_nav .pagenation_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenation_nav .pagenation_nav_list li {
  width: 3rem;
  height: 3rem;
  margin: 0 0.375rem;
  font-size: 0.9375rem;
}
.pagenation_nav .pagenation_nav_list li a {
  border: 1px solid #516C8D;
  color: #516C8D;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.pagenation_nav .pagenation_nav_list li a:hover {
  background: #ffffff;
}
.pagenation_nav .pagenation_nav_list li.current {
  border: 1px solid #516C8D;
  background: #516C8D;
  color: #ffffff;
}
.pagenation_nav .pagenation_nav_list li a,
.pagenation_nav .pagenation_nav_list li span {
  width: 3rem;
  height: 3rem;
  padding-bottom: 0.0625rem;
  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;
}
.pagenation_nav .pagenation_nav_list li.pagenation_nav_prev, .pagenation_nav .pagenation_nav_list li.pagenation_nav_next {
  margin: 0;
}
.pagenation_nav .pagenation_nav_list li.pagenation_nav_prev a, .pagenation_nav .pagenation_nav_list li.pagenation_nav_next a {
  border: none;
  background: url("../img/i_arw03.svg") center center no-repeat;
  background-size: 0.375rem 0.75rem;
}
.pagenation_nav .pagenation_nav_list li.pagenation_nav_prev a {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@media (max-width: 749.9px) {
  .pagenation_nav {
    margin-top: 2.5rem;
  }
}