@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

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

td,
th {
  padding: 0;
  text-align: left; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.align_center {
  text-align: center !important; }

.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
@keyframes animationbtn {
  0% {
    box-shadow: 0 4px 0 #cb8500;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #cb8500;
    top: 6px; }
  20% {
    box-shadow: 0 4px 0 #cb8500;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #cb8500;
    top: 6px; }
  40% {
    box-shadow: 0 4px 0 #cb8500;
    top: 0px; } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 4px 0 #cb8500;
  -moz-box-shadow: 0 4px 0 #cb8500;
  box-shadow: 0 4px 0 #cb8500;
  background: #ffa904;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  @media only screen and (min-width: 769px) {
    .cta_btn:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  .cta_btn.shiny {
    overflow: hidden; }
    .cta_btn.shiny::after {
      content: '';
      position: absolute;
      top: -100px;
      left: -100px;
      width: 50px;
      height: 50px;
      background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
      animation-name: shiny;
      animation-duration: 4s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      pointer-events: none;
      z-index: 10; }
  .cta_btn a {
    display: block;
    text-decoration: none;
    line-height: 1.4;
    color: #fff !important;
    font-weight: 700;
    font-size: 4vw;
    text-align: center;
    padding: 7px 0; }
  .cta_btn.animation {
    animation: animationbtn 2s infinite; }

.test {
  width: 10.44%;
  width: 27.61%;
  width: 14.92%; }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  background: #fff;
  font-size: 1.6em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

a {
  color: #333; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #333;
    text-decoration: none; }

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(3, 97, 170, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top:hover {
    background: #0361aa;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

.header {
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10; }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 7px 10px; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
  .header .logo {
    width: 158px; }
  .header .header__pr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #8a8a8a;
    z-index: 10;
    right: 5px;
    font-size: 10px;
    font-size: 1rem;
    text-align: right; }

.main_ttl {
  background: #0361aa;
  text-align: center;
  font-size: 4.5vw;
  color: #fff;
  font-weight: 700;
  padding: 8px 0;
  line-height: 1.3;
  letter-spacing: 0.05em; }
  .main_ttl .small {
    font-size: 80%; }
  .main_ttl .yellow {
    color: #fff251; }

.remarks {
  margin-top: 10px;
  font-size: 10px;
  font-size: 1rem; }

sup {
  font-size: 10px;
  font-size: 1rem; }

.fv {
  position: relative; }
  .fv .fv_txt {
    position: absolute;
    color: #fff;
    font-weight: 700;
    font-size: 3.3vw;
    left: 7.07%;
    top: 6%;
    z-index: 2; }

.tab {
  position: relative;
  z-index: 10;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }
  .tab li {
    width: 47%;
    text-align: center;
    color: #05afe0;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    padding: 8px 0;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border: 1px solid #05afe0;
    border-bottom: none;
    background: #f5fdff;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 0.1em;
    position: relative; }
    .tab li.select {
      background: #05afe0;
      color: #fff;
      border-color: #05afe0; }

.tab_item {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 1px solid #05afe0;
  padding: 10px 10px 20px; }

.disnone {
  display: none; }

.section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 10px 35px; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
.section01 .top_heading {
  text-align: center;
  margin-bottom: 15px; }
  .section01 .top_heading .wrap .txt1 {
    font-size: 3.5vw;
    font-weight: 700; }
    .section01 .top_heading .wrap .txt1 span {
      color: #0361aa;
      font-size: 120%;
      display: inline-block;
      border: 1px solid #0361aa;
      margin: 0 4px;
      padding: 0 10px; }
  .section01 .top_heading .wrap .txt2 {
    margin-top: 5px;
    font-size: 5vw;
    font-weight: 700;
    color: #ea514b;
    display: inline-block;
    position: relative;
    line-height: 1.3; }
    .section01 .top_heading .wrap .txt2::before, .section01 .top_heading .wrap .txt2::after {
      content: "";
      position: absolute;
      width: 22px;
      height: 25px;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      bottom: 0;
      pointer-events: none;
      z-index: 10; }
    .section01 .top_heading .wrap .txt2::before {
      background-image: url("img/section01_heading_before.png");
      left: -34px; }
    .section01 .top_heading .wrap .txt2::after {
      background-image: url("img/section01_heading_after.png");
      right: -34px; }
.section01 .client_table {
  position: relative; }
  .section01 .client_table table {
    width: 100%;
    border: 1px solid #dcdcdc;
    background: #fff; }
    .section01 .client_table table th, .section01 .client_table table td {
      vertical-align: middle;
      text-align: center;
      padding: 0.5em 0.3em;
      font-size: 12px;
      font-size: 1.2rem;
      border-left: 1px solid #dcdcdc;
      border-right: 1px solid #dcdcdc;
      border-bottom: 1px solid #dcdcdc;
      line-height: 1.3; }
    .section01 .client_table table td {
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: 500;
      vertical-align: top; }
      .section01 .client_table table td .popup_btn.no_link a {
        text-decoration: none;
        pointer-events: none; }
      .section01 .client_table table td .popup {
        overflow-y: scroll;
        opacity: 0;
        visibility: hidden;
        z-index: 101;
        position: fixed;
        top: 48%;
        right: 0;
        left: 0;
        width: 90%;
        min-height: 300px;
        max-height: calc(100% - 250px);
        margin: auto;
        padding: 30px 0;
        background: #fff;
        border: #0361aa 2px solid;
        transform: scale(0.8) translateY(-50%);
        transition: all 0; }
        .section01 .client_table table td .popup .image {
          width: 200px;
          margin: 0 auto 10px; }
        .section01 .client_table table td .popup ul {
          width: 95%;
          margin: 0 auto;
          position: relative; }
          .section01 .client_table table td .popup ul li {
            font-size: 14px;
            font-size: 1.4rem;
            text-align: justify;
            line-height: 1.6;
            padding-bottom: 20px;
            border: solid 1px #b3bccf;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            padding: 12px 10px 12px 70px; }
            .section01 .client_table table td .popup ul li::before {
              content: "";
              position: absolute;
              background-image: url("../../../ranking/assets/img/review_ico.png");
              background-size: 50px;
              width: 60px;
              height: 60px;
              left: 10px; }
        .section01 .client_table table td .popup li + li {
          margin-top: 12px; }
        .section01 .client_table table td .popup.open {
          opacity: 1;
          visibility: visible;
          transform: scale(1) translateY(-50%);
          transition: all .2s; }
    .section01 .client_table table sup {
      font-size: 80%; }
    .section01 .client_table table thead th {
      background: #f5fdff;
      font-weight: 500; }
    .section01 .client_table table .rank {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 85% auto; }
    .section01 .client_table table tbody tr:nth-child(1) {
      background-color: #fffde4; }
    .section01 .client_table table tbody tr:nth-child(1) .rank {
      background-image: url("../../../ranking/assets/img/ico_rank1.png"); }
    .section01 .client_table table tbody tr:nth-child(2) .rank {
      background-image: url("../../../ranking/assets/img/ico_rank2.png"); }
    .section01 .client_table table tbody tr:nth-child(3) .rank {
      background-image: url("../../../ranking/assets/img/ico_rank3.png"); }
    .section01 .client_table table tbody tr:nth-child(4) .rank {
      background-image: url("../../../ranking/assets/img/ico_rank4.png"); }
    .section01 .client_table table tbody tr:nth-child(5) .rank {
      background-image: url("../../../ranking/assets/img/ico_rank5.png"); }
  .section01 .client_table .ico {
    width: 20px;
    margin: 0 auto 6px; }
  .section01 .client_table .ico2 {
    width: 80%;
    margin: 0 auto 6px; }
  .section01 .client_table .image {
    padding-left: 8px;
    padding-right: 8px; }
  .section01 .client_table .cta_btn {
    margin: 3px 0 4px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px; }
    .section01 .client_table .cta_btn a {
      font-size: 12px;
      font-size: 1.2rem;
      padding: 8px 0; }

.section02 {
  background: #f1fcff;
  padding: 30px 0 50px;
  overflow: hidden; }
  .section02 h2 {
    text-align: center;
    position: relative;
    font-weight: 700;
    color: #0361aa;
    font-size: 4.5vw;
    letter-spacing: 0.05em; }
    .section02 h2::before {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 30px;
      height: 2px;
      background: #0361aa;
      bottom: -8px; }
  .section02 .swiper-wrapper {
    align-items: stretch;
    align-items: flex-start; }
  .section02 .swiper-slide:not(.swiper-slide-visible) .slide {
    pointer-events: none;
    opacity: 0.3; }
  .section02 .slide {
    overflow: hidden;
    webkit-transition: var(--transition), opacity 1s;
    transition: var(--transition), opacity 1s; }
  .section02 .swiper {
    margin-top: 30px;
    overflow: visible;
    max-width: 100%;
    padding: 0 50px; }
    .section02 .swiper article {
      border: 1px solid #e8e8e8;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      background: #fff; }
    .section02 .swiper .lead {
      text-align: center;
      font-weight: 700;
      color: #0361aa;
      background: #e1f1fd;
      font-size: 20px;
      font-size: 2rem;
      padding: 10px 0; }
    .section02 .swiper .image {
      text-align: center; }
    .section02 .swiper .inner {
      padding: 10px 15px 15px; }
    .section02 .swiper ul {
      margin-top: 10px; }
      .section02 .swiper ul li {
        margin-top: 3px;
        position: relative;
        padding-left: 1.2em; }
        .section02 .swiper ul li:first-child {
          margin-top: 0; }
        .section02 .swiper ul li::before {
          content: "●";
          position: absolute;
          top: 0;
          left: 0;
          color: #0361aa; }
    .section02 .swiper .cta_btn {
      margin-top: 10px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; }
      .section02 .swiper .cta_btn a {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 500;
        padding: 14px 0; }
  .section02 .swiper-button-prev, .section02 .swiper-button-next {
    display: grid;
    place-content: center;
    width: 6.4rem;
    height: 6.4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition); }
  .section02 .swiper-button-prev::before, .section02 .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow); }
  .section02 .swiper-button-prev::after, .section02 .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid #fff;
    border-width: 3px 3px 0 0; }
  .section02 .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .section02 .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .section02 .swiper-button-disabled {
    pointer-events: none;
    opacity: 0; }
  .section02 .swiper-button-prev,
  .section02 .swiper-button-next {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto; }
  .section02 .swiper-button-prev::before,
  .section02 .swiper-button-next::before {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: var(--box-shadow-dark);
    box-shadow: var(--box-shadow-dark); }
  .section02 .swiper-button-prev::after,
  .section02 .swiper-button-next::after {
    border-color: #fff; }
  .section02 .swiper-button-prev {
    left: 10px; }
  .section02 .swiper-button-next {
    right: 10px; }
  .section02 .swiper-pagination {
    bottom: -30px !important; }
  .section02 .swiper-pagination-bullet {
    background: #fff;
    border: 1px solid #0361aa;
    opacity: 1 !important;
    width: 10px;
    height: 10px;
    margin: 0 4px !important; }
  .section02 .swiper-pagination-bullet-active {
    background: #0361aa; }

.section03 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 35px 10px 40px; }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      width: 100%; } }
.section03 h2 {
  text-align: center; }
  .section03 h2 span {
    display: inline-block;
    font-size: 4vw;
    font-weight: 700;
    color: #0361aa;
    letter-spacing: 0.05em;
    border: 1px solid #0361aa;
    padding: 6px 30px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px; }
.section03 .tab {
  margin-top: 25px; }
  .section03 .tab li {
    width: 32%;
    font-size: 3.5vw;
    padding: 7px 0;
    line-height: 1.3; }
    .section03 .tab li:first-child {
      margin-left: 0; }
.section03 .tab_item {
  border-color: #e0e0e0;
  padding: 15px 10px; }
.section03 .recommend .txt {
  font-size: 17px;
  font-size: 1.7rem; }
  .section03 .recommend .txt span {
    font-weight: 700; }
.section03 .recommend .items {
  margin: 15px auto 0;
  background: #fffde4;
  padding: 15px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }
  .section03 .recommend .items .item {
    width: 48%; }
.section03 .recommend .name a {
  display: block;
  background: #0361aa;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 6px 0;
  text-align: center; }
.section03 .recommend .image {
  margin-top: 5px; }
.section03 .recommend .cta_btn {
  margin-top: 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px; }
  .section03 .recommend .cta_btn a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 0; }
.section03 .hiketsu {
  margin-top: 30px; }
  .section03 .hiketsu .heading {
    text-align: center; }
    .section03 .hiketsu .heading .wrap {
      display: inline-block;
      font-size: 5vw;
      font-weight: 700;
      position: relative;
      letter-spacing: 0.05em; }
      .section03 .hiketsu .heading .wrap::before, .section03 .hiketsu .heading .wrap::after {
        content: "";
        position: absolute;
        width: 23px;
        height: 29px;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        bottom: 0;
        pointer-events: none;
        z-index: 10; }
      .section03 .hiketsu .heading .wrap::before {
        background-image: url("../../../ranking/assets/img/section03_heading_before.png");
        left: -35px; }
      .section03 .hiketsu .heading .wrap::after {
        background-image: url("../../../ranking/assets/img/section03_heading_after.png");
        right: -35px; }
      .section03 .hiketsu .heading .wrap .large {
        font-size: 130%;
        color: #0361aa;
        position: relative; }
        .section03 .hiketsu .heading .wrap .large::before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          background-image: url("img/section03_heading_ico.png");
          background-repeat: no-repeat;
          background-position: center bottom;
          background-size: 201px auto;
          left: 0;
          bottom: -5px;
          pointer-events: none;
          z-index: 10; }
  .section03 .hiketsu .txt_wrap {
    margin-top: 20px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    position: relative; }
    .section03 .hiketsu .txt_wrap .comment {
      width: 80%; }
      .section03 .hiketsu .txt_wrap .comment .wrap {
        display: block;
        position: relative;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        background: #F5FDFF;
        padding: 15px;
        border: 2px solid #D3E9FA; }
        .section03 .hiketsu .txt_wrap .comment .wrap::before, .section03 .hiketsu .txt_wrap .comment .wrap::after {
          border: solid transparent;
          content: '';
          height: 0;
          width: 0;
          pointer-events: none;
          position: absolute;
          left: 100%;
          top: 50%; }
        .section03 .hiketsu .txt_wrap .comment .wrap::after {
          border-color: rgba(245, 253, 255, 0);
          border-top-width: 10px;
          border-bottom-width: 10px;
          border-left-width: 10px;
          border-right-width: 10px;
          margin-top: -40px;
          border-left-color: #F5FDFF; }
        .section03 .hiketsu .txt_wrap .comment .wrap::before {
          border-color: rgba(211, 233, 250, 0);
          border-top-width: 11px;
          border-bottom-width: 11px;
          border-left-width: 11px;
          border-right-width: 11px;
          margin-top: -41px;
          margin-left: 2px;
          border-left-color: #D3E9FA; }
      .section03 .hiketsu .txt_wrap .comment .marker {
        font-size: 120%;
        font-weight: 700;
        background: linear-gradient(transparent 60%, #fff465 60%); }
    .section03 .hiketsu .txt_wrap .image {
      position: absolute;
      right: -10px;
      bottom: -10px;
      width: 26.76%; }
.section03 .tel {
  margin: 40px auto 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  gap: 10px;
  background: #fffde4;
  padding: 20px;
  font-size: 15px;
  font-size: 1.5rem; }
  .section03 .tel .image {
    width: 26.76%; }
  .section03 .tel .txt_wrap {
    flex: 1; }
    .section03 .tel .txt_wrap span {
      font-weight: 700;
      color: #ea514b; }

.section04 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 10px 30px; }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      width: 100%; } }
.section04 .tab_item {
  padding: 10px; }

.client_archive > ul > li {
  margin-top: 25px; }
  .client_archive > ul > li:first-child {
    margin-top: 0; }
.client_archive .client_card {
  border: 1px solid #0361aa;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  .client_archive .client_card .client_name {
    position: relative;
    padding: 10px 8px 10px 70px;
    border-bottom: 1px solid #0361aa; }
    .client_archive .client_card .client_name::before {
      content: "";
      position: absolute;
      width: 51px;
      height: 45px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: 10px;
      top: 3px;
      pointer-events: none; }
    .client_archive .client_card .client_name a {
      color: #0361aa;
      font-size: 4.5vw;
      font-weight: 700;
      text-decoration: underline; }
      .client_archive .client_card .client_name a:hover {
        text-decoration: none; }
  .client_archive .client_card .client_inner {
    padding: 10px; }
.client_archive > ul > li:nth-child(1) .client_card {
  border-color: #ceca98;
  background: #fffde4; }
  .client_archive > ul > li:nth-child(1) .client_card .client_name {
    border-bottom-color: #ceca98; }
    .client_archive > ul > li:nth-child(1) .client_card .client_name::before {
      background-image: url("../../../ranking/assets/img/ico_rank1.png"); }
.client_archive > ul > li:nth-child(2) .client_name::before {
  background-image: url("../../../ranking/assets/img/ico_rank2.png"); }
.client_archive > ul > li:nth-child(3) .client_name::before {
  background-image: url("../../../ranking/assets/img/ico_rank3.png"); }
.client_archive > ul > li:nth-child(4) .client_name::before {
  background-image: url("../../../ranking/assets/img/ico_rank4.png"); }
.client_archive > ul > li:nth-child(5) .client_name::before {
  background-image: url("../../../ranking/assets/img/ico_rank5.png"); }
.client_archive > ul > li.pickup {
  margin-top: 70px;
  position: relative; }
  .client_archive > ul > li.pickup::before {
    content: "";
    position: absolute;
    width: 100%;
    padding-top: calc(66 / 662 * 100%);
    background-image: url("img/ttl_pickup.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -12vw;
    pointer-events: none;
    z-index: 10; }
  .client_archive > ul > li.pickup .client_name::before {
    background-image: url("../../../ranking/assets/img/ico_pickup.png"); }
.client_archive .top_heading {
  font-size: 4vw;
  color: #ea514b;
  text-align: center;
  font-weight: 700; }
.client_archive .overview {
  margin-top: 10px; }
  .client_archive .overview .image {
    width: 195px;
    margin: auto; }
  .client_archive .overview .txt {
    margin-top: 10px; }
    .client_archive .overview .txt table {
      width: 100%;
      margin-top: 15px;
      border: 1px solid #dcdcdc;
      background: #fff;
      font-size: 13px;
      font-size: 1.3rem; }
      .client_archive .overview .txt table th, .client_archive .overview .txt table td {
        vertical-align: middle;
        padding: 5px;
        border-left: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        line-height: 1.3; }
      .client_archive .overview .txt table th {
        font-weight: 500;
        background: #f5fdff;
        width: 20%;
        font-weight: 700; }
      .client_archive .overview .txt table td {
        width: 30%; }
    .client_archive .overview .txt .facility {
      margin-top: 8px;
      background: #fff;
      border: 1px solid #0361aa;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      padding: 8px 5px;
      font-size: 14px;
      font-size: 1.4rem; }
      .client_archive .overview .txt .facility .ttl {
        width: 4em; }
        .client_archive .overview .txt .facility .ttl span {
          display: block;
          font-weight: 500;
          background: #d3e9fa;
          color: #0361aa;
          text-align: center;
          padding: 4px 0;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -o-border-radius: 10px;
          -ms-border-radius: 10px; }
      .client_archive .overview .txt .facility .text {
        width: calc(100% - 4em);
        padding-left: 6px; }
.client_archive .point, .client_archive .review, .client_archive .osusume {
  margin-top: 8px;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden; }
  .client_archive .point .ttl, .client_archive .review .ttl, .client_archive .osusume .ttl {
    background: #0361aa;
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 5px 0;
    font-size: 3.5vw; }
    .client_archive .point .ttl::before, .client_archive .point .ttl::after, .client_archive .review .ttl::before, .client_archive .review .ttl::after, .client_archive .osusume .ttl::before, .client_archive .osusume .ttl::after {
      content: "●";
      color: #368bcc; }
.client_archive .point {
  background: #fff;
  border: 1px solid #0361aa; }
  .client_archive .point ul {
    padding: 10px; }
  .client_archive .point ul li {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 3px;
    position: relative;
    padding-left: 14px; }
    .client_archive .point ul li:first-child {
      margin-top: 0; }
    .client_archive .point ul li::before {
      content: "";
      position: absolute;
      width: 10px;
      height: 100%;
      background-image: url("img/client_ico_check.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 0;
      top: 6px;
      pointer-events: none; }
    .client_archive .point ul li span {
      color: #ea514b;
      font-weight: 700; }
.client_archive .osusume {
  background: #fff;
  border: 1px solid #0361aa; }
  .client_archive .osusume ul {
    padding: 10px; }
  .client_archive .osusume ul li {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 3px;
    position: relative;
    padding-left: 18px; }
    .client_archive .osusume ul li:first-child {
      margin-top: 0; }
    .client_archive .osusume ul li::before {
      content: "●";
      position: absolute;
      width: 10px;
      height: 100%;
      color: #0361aa;
      left: 0;
      top: 0;
      pointer-events: none; }
    .client_archive .osusume ul li span {
      color: #ea514b;
      font-weight: 700; }
.client_archive .review {
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #f5fdff; }
  .client_archive .review .review_inner {
    padding: 10px 40px 40px; }
  .client_archive .review .items .item {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 15px 10px 15px; }
  .client_archive .review .review_slide {
    opacity: 0;
    transition: opacity .3s linear; }
    .client_archive .review .review_slide.slick-initialized {
      opacity: 1; }
  .client_archive .review .ico {
    width: 70px;
    margin: auto; }
  .client_archive .review p {
    margin-top: 10px;
    font-size: 15px;
    font-size: 1.5rem; }
  .client_archive .review .quote {
    margin-top: -25px;
    text-align: right;
    font-size: 11px;
    font-size: 1.1rem; }
  .client_archive .review .slide_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 13px; }
    .client_archive .review .slide_arrow.prev_arrow {
      left: -25px; }
    .client_archive .review .slide_arrow.next_arrow {
      right: -25px; }
  .client_archive .review .slick-dots {
    bottom: -52px; }
    .client_archive .review .slick-dots li {
      margin: 0; }
      .client_archive .review .slick-dots li button::before {
        content: "";
        width: 10px;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
        -ms-border-radius: 100%;
        height: 10px;
        background: #fff;
        border: 1px solid #0361aa;
        opacity: 1; }
      .client_archive .review .slick-dots li.slick-active button:before {
        opacity: 1;
        background: #0361aa; }
.client_archive .cta {
  margin-top: 10px; }
  .client_archive .cta .txt {
    text-align: center;
    font-weight: 700;
    color: #ea514b;
    font-size: 4vw; }
  .client_archive .cta .cta_btn {
    margin: 4px auto 0; }
  .client_archive .cta .sponsor {
    margin-top: 10px;
    font-size: 10px;
    font-size: 1rem;
    text-align: center; }

.section05 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 10px 30px; }
  @media only screen and (max-width: 768px) {
    .section05 .inner {
      width: 100%; } }
.section05 .client {
  background: #fffde4;
  padding: 15px 10px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .section05 .client .image {
    width: 40.29%; }
  .section05 .client .txt {
    width: 59.7%;
    padding-left: 10px; }
    .section05 .client .txt .heading {
      font-size: 3.3vw;
      font-weight: 700;
      color: #ea514b;
      text-align: center; }
    .section05 .client .txt .cta_btn {
      margin-top: 5px; }
      .section05 .client .txt .cta_btn a {
        font-size: 3.2vw;
        padding: 8px 0; }
    .section05 .client .txt .sponsor {
      margin-top: 10px;
      font-size: 10px;
      font-size: 1rem;
      text-align: center; }
.section05 .recommend {
  padding: 15px 10px 10px; }
  .section05 .recommend .image {
    width: 83.52%;
    margin: auto; }
  .section05 .recommend p {
    margin-top: 20px;
    font-size: 18px;
    font-size: 1.8rem; }
    .section05 .recommend p .bold {
      font-weight: 700; }
    .section05 .recommend p .marker {
      font-weight: 700;
      background: linear-gradient(transparent 60%, #fff251 60%); }
.section05 .point {
  margin-top: 10px;
  margin-bottom: 20px; }
  .section05 .point h2 {
    text-align: center; }
    .section05 .point h2 span {
      display: inline-block;
      color: #0361aa;
      font-weight: 700;
      font-size: 22px;
      font-size: 2.2rem;
      padding-bottom: 3px;
      border-bottom: 1px solid #0361aa; }
  .section05 .point .items {
    margin-top: 20px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    padding: 0 30px; }
    .section05 .point .items .item {
      width: 48%;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      border: 1px solid #0361aa;
      text-align: center;
      padding: 14px 0;
      margin-top: 15px; }
      .section05 .point .items .item:nth-child(1), .section05 .point .items .item:nth-child(2) {
        margin-top: 0; }
  .section05 .point .txt {
    font-weight: 700;
    color: #0361aa;
    line-height: 1.3;
    font-size: 3.4vw; }
  .section05 .point .ico {
    width: 65%;
    margin: 10px auto 0; }

.footer {
  margin-top: 30px; }
  .footer .privacy {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    padding: 0 20px; }
    .footer .privacy .ico {
      width: 60px; }
    .footer .privacy .txt {
      width: calc(100% - 60px);
      padding-left: 15px;
      font-size: 13px;
      font-size: 1.3rem; }
  .footer .wrap {
    margin-top: 20px;
    background: #0361aa; }
  .footer .f_nav ul {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start; }
    .footer .f_nav ul li {
      width: 50%;
      position: relative;
      border-bottom: 1px solid rgba(255, 255, 255, 0.6);
      border-right: 1px solid rgba(255, 255, 255, 0.6); }
      .footer .f_nav ul li:nth-child(even) {
        border-right: none; }
      .footer .f_nav ul li a {
        display: block;
        color: #fff;
        font-size: 18px;
        font-size: 1.8rem;
        text-align: center;
        padding: 1em;
        text-decoration: none; }
  .footer .copyright {
    background: #f5fdff;
    text-align: center;
    color: #0361aa;
    padding: 5px 0;
    font-size: 12px;
    font-size: 1.2rem; }

.exitProtection_overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none; }

.exitProtection {
  width: 400px !important;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  border: none;
  z-index: 1000; }
  @media only screen and (max-width: 768px) {
    .exitProtection {
      width: 95% !important; } }
  .exitProtection a {
    outline: none; }
    .exitProtection a:hover img {
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      opacity: 1; }
  .exitProtection .wrap {
    position: relative;
    overflow: auto !important;
    padding-top: 40px;
    height: 510px; }
    @media only screen and (max-width: 768px) {
      .exitProtection .wrap {
        width: 80vw;
        margin: 0 auto;
        height: 100%; }
        .exitProtection .wrap::before {
          content: "";
          display: block;
          padding-top: calc(470 / 400 * 100%); } }
    .exitProtection .wrap .image {
      position: absolute;
      top: 40px;
      left: 0; }
      .exitProtection .wrap .image .client_image {
        display: block;
        position: absolute;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 60%;
        top: 34.01%; }
      .exitProtection .wrap .image .btn {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 92.5%;
        top: 80%; }
        .exitProtection .wrap .image .btn .cta_btn span {
          display: block;
          line-height: 1.4;
          color: #fff !important;
          font-weight: 700;
          font-size: 18px;
          font-size: 1.8rem;
          text-align: center;
          padding: 10px 0; }
        .exitProtection .wrap .image .btn .sponsor {
          margin-top: 5px;
          text-align: center;
          font-size: 10px;
          font-size: 1rem; }
    .exitProtection .wrap .modal_close {
      background: #8d8d8d;
      color: #fff !important;
      width: 40px;
      line-height: 40px;
      display: block;
      font-size: 20px;
      font-weight: bold;
      position: absolute;
      top: 0px;
      right: 0;
      text-align: center;
      cursor: pointer;
      text-decoration: none;
      z-index: 100; }
    .exitProtection .wrap .btn {
      position: absolute;
      width: 90%;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 10px; }
      @media only screen and (max-width: 768px) {
        .exitProtection .wrap .btn {
          bottom: 5px; } }
      .exitProtection .wrap .btn .cta_btn {
        width: 100%; }

.ui-dialog-titlebar {
  display: none; }

.ui-dialog {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  width: 90% !important; }

.fixed_cta {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(5, 175, 224, 0.9);
  z-index: 50; }
  .fixed_cta .inner {
    position: relative; }
  .fixed_cta .cta {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 41.33%;
    right: 2.67%; }
  .fixed_cta .cta_btn {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }
    .fixed_cta .cta_btn a {
      font-size: 3vw;
      padding: 5px 0; }

.page_totalization .container {
  padding: 0 0 60px; }
.page_totalization .overview dl {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  padding: 20px 0;
  border-bottom: 1px dotted #333; }
  .page_totalization .overview dl dt, .page_totalization .overview dl dd {
    padding: 0 10px; }
  .page_totalization .overview dl dt {
    width: 35%;
    font-weight: 700; }
  .page_totalization .overview dl dd {
    width: 65%; }
  .page_totalization .overview dl:last-child {
    display: block;
    border: none; }
    .page_totalization .overview dl:last-child dd {
      width: 100%; }
.page_totalization .overview table {
  width: 100%;
  margin-top: 20px;
  border: 1px solid #ddd;
  font-size: 13px;
  font-size: 1.3rem; }
  .page_totalization .overview table th, .page_totalization .overview table td {
    vertical-align: middle;
    border: 1px solid #ddd;
    padding: 0.5em; }
  .page_totalization .overview table th {
    background: #f5f5f5;
    text-align: center; }
  .page_totalization .overview table tr th:first-child {
    width: 70px; }
  .page_totalization .overview table tr th:last-child {
    width: 60px; }
  .page_totalization .overview table a {
    display: block;
    text-align: center;
    color: #2256b2;
    text-decoration: none; }
.page_totalization .result {
  margin-top: 20px; }
  .page_totalization .result .items {
    padding: 0 10px; }
  .page_totalization .result .items .item {
    margin-top: 30px; }
    .page_totalization .result .items .item:first-child {
      margin-top: 0; }
  .page_totalization .result h2 {
    border-top: 2px solid #0361aa;
    border-bottom: 1px solid #ddd;
    padding: 0.8em 10px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px; }
    .page_totalization .result h2.small {
      font-size: 18px;
      font-size: 1.8rem; }
  .page_totalization .result .image {
    margin-top: 30px; }
  .page_totalization .result table {
    width: 100%;
    margin: auto;
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; }
    .page_totalization .result table.noscroll {
      display: table; }
    .page_totalization .result table th, .page_totalization .result table td {
      vertical-align: middle;
      border: 1px solid #ddd;
      padding: 0.5em; }
    .page_totalization .result table th {
      background: #f5f5f5;
      text-align: center; }
    .page_totalization .result table .right {
      text-align: right; }
    .page_totalization .result table td {
      text-align: right; }
    .page_totalization .result table.table_01 th, .page_totalization .result table.table_01 td {
      width: calc(100% / 9); }

.popup_overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 100; }

body.popup_open {
  overflow: hidden; }
