@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 5px 0 #d02e07;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #d02e07;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #d02e07;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #d02e07;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #d02e07;
    top: 0px; } }
@keyframes animationbtn_orange {
  0% {
    box-shadow: 0 5px 0 #bf6607;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #bf6607;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #bf6607;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #bf6607;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #bf6607;
    top: 0px; } }
@keyframes animationbtn_green {
  0% {
    box-shadow: 0 5px 0 #53ae79;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #53ae79;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #53ae79;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #53ae79;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #53ae79;
    top: 0px; } }
.cta_btn {
  position: relative;
  box-shadow: 0 5px 0 #d02e07;
  background: #f0360a;
  max-width: 700px;
  margin: auto;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  @media only screen and (min-width: 769px) {
    .cta_btn:hover {
      opacity: .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: 23px;
    font-size: 2.3rem;
    text-align: center;
    padding: 20px 15px; }
  .cta_btn.animation {
    animation: animationbtn 2s infinite; }
  .cta_btn.orange {
    box-shadow: 0 5px 0 #bf6607;
    background: #fc8e18; }
    .cta_btn.orange.animation {
      animation: animationbtn_orange 2s infinite; }
  .cta_btn.green {
    box-shadow: 0 5px 0 #53ae79;
    background: #6cdd9b; }
    .cta_btn.green.animation {
      animation: animationbtn_green 2s infinite; }

.mb_10 {
  margin-bottom: 0.5208333333vw; }

.mb_20 {
  margin-bottom: 1.0416666667vw; }

.mb_30 {
  margin-bottom: 1.5625vw; }

.mb_40 {
  margin-bottom: 2.0833333333vw; }

.mb_50 {
  margin-bottom: 2.6041666667vw; }

.mb_60 {
  margin-bottom: 3.125vw; }

.mb_70 {
  margin-bottom: 3.6458333333vw; }

.mb_80 {
  margin-bottom: 4.1666666667vw; }

.mb_90 {
  margin-bottom: 4.6875vw; }

.mb_100 {
  margin-bottom: 5.2083333333vw; }

.mb_110 {
  margin-bottom: 5.7291666667vw; }

.mb_120 {
  margin-bottom: 6.25vw; }

.mb_130 {
  margin-bottom: 6.7708333333vw; }

.mb_140 {
  margin-bottom: 7.2916666667vw; }

.mb_150 {
  margin-bottom: 7.8125vw; }

.mb_160 {
  margin-bottom: 8.3333333333vw; }

.mb_170 {
  margin-bottom: 8.8541666667vw; }

.mb_180 {
  margin-bottom: 9.375vw; }

.mb_190 {
  margin-bottom: 9.8958333333vw; }

.mb_200 {
  margin-bottom: 10.4166666667vw; }

@media screen and (min-width: 1600px) {
  .mb_10 {
    margin-bottom: 10px; }

  .mb_20 {
    margin-bottom: 20px; }

  .mb_30 {
    margin-bottom: 30px; }

  .mb_40 {
    margin-bottom: 40px; }

  .mb_50 {
    margin-bottom: 50px; }

  .mb_60 {
    margin-bottom: 60px; }

  .mb_70 {
    margin-bottom: 70px; }

  .mb_80 {
    margin-bottom: 80px; }

  .mb_90 {
    margin-bottom: 90px; }

  .mb_100 {
    margin-bottom: 100px; }

  .mb_110 {
    margin-bottom: 110px; }

  .mb_120 {
    margin-bottom: 120px; }

  .mb_130 {
    margin-bottom: 130px; }

  .mb_140 {
    margin-bottom: 140px; }

  .mb_150 {
    margin-bottom: 150px; }

  .mb_160 {
    margin-bottom: 160px; }

  .mb_170 {
    margin-bottom: 170px; }

  .mb_180 {
    margin-bottom: 180px; }

  .mb_190 {
    margin-bottom: 190px; }

  .mb_200 {
    margin-bottom: 200px; } }
@media print, screen and (max-width: 769px) {
  .mb_10 {
    margin-bottom: 1.3333333333vw; }

  .mb_20 {
    margin-bottom: 2.6666666667vw; }

  .mb_30 {
    margin-bottom: 4vw; }

  .mb_40 {
    margin-bottom: 5.3333333333vw; }

  .mb-50 {
    margin-bottom: 6.6666666667vw; }

  .mb-60 {
    margin-bottom: 8vw; }

  .mb-70 {
    margin-bottom: 9.3333333333vw; }

  .mb-80 {
    margin-bottom: 10.6666666667vw; }

  .mb-90 {
    margin-bottom: 12vw; }

  .mb-100 {
    margin-bottom: 13.3333333333vw; }

  .mb-110 {
    margin-bottom: 14.6666666667vw; }

  .mb-120 {
    margin-bottom: 16vw; }

  .mb-130 {
    margin-bottom: 17.3333333333vw; }

  .mb-140 {
    margin-bottom: 18.6666666667vw; }

  .mb-150 {
    margin-bottom: 20vw; }

  .mb-160 {
    margin-bottom: 21.3333333333vw; }

  .mb-170 {
    margin-bottom: 22.6666666667vw; }

  .mb-180 {
    margin-bottom: 24vw; }

  .mb-190 {
    margin-bottom: 25.3333333333vw; }

  .mb-200 {
    margin-bottom: 26.6666666667vw; } }
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; }

.header,
.wrapper,
.footer {
  min-width: 1100px; }

.wrapper {
  overflow: hidden; }

.br_sp {
  display: none; }

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(96, 175, 255, 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: #60afff;
    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 {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  background: #fff;
  position: relative;
  z-index: 10; }
  .header .inner {
    position: relative;
    padding: 10px 0;
    width: 1000px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
  .header .site_logo {
    width: 230px; }
  .header .note {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 10px;
    font-size: 1rem; }

.fv {
  background: url("img/fv_bg.png") no-repeat center center/cover; }
  .fv .inner {
    width: 1100px;
    height: 330px;
    margin: 0 auto;
    position: relative; }
  .fv .fv_txt, .fv .fv_image {
    position: absolute;
    z-index: 1; }
  .fv .fv_txt {
    background: #60afff;
    top: 0;
    left: -40px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    padding: 5px 8px;
    font-size: 18px;
    font-size: 1.8rem; }
  .fv .fv_image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px; }

sup {
  font-size: 11px;
  font-size: 1.1rem; }

.remarks {
  margin-top: 5px;
  font-size: 12px;
  font-size: 1.2rem; }

.pr {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center; }

.marker {
  background: linear-gradient(transparent 60%, #ffee31 60%); }

.main_ttl {
  background: #60afff;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  padding: 12px 0; }
  .main_ttl span {
    display: block;
    font-size: 27px;
    font-size: 2.7rem;
    font-weight: 700; }
  .main_ttl .link {
    background: #fff;
    width: 520px;
    margin: 5px auto 0;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px; }
    .main_ttl .link a {
      display: block;
      color: #60afff;
      font-weight: 700;
      padding: 5px 0; }

.fukidashi_ttl {
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center; }
  .fukidashi_ttl span {
    display: inline-block;
    position: relative;
    padding: 0 50px;
    font-size: 27px;
    font-size: 2.7rem; }
    .fukidashi_ttl span::before, .fukidashi_ttl span::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 40px;
      height: 46px;
      background: url("img/ico_left.png") no-repeat left top/100% auto; }
    .fukidashi_ttl span::after {
      right: 0;
      left: auto;
      background-image: url("img/ico_right.png"); }
    .fukidashi_ttl span .large {
      font-size: 120%;
      color: #0e62b0; }

.cta .cta_txt {
  margin-bottom: 5px;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  color: #F0360A;
  font-weight: 700; }
  .cta .cta_txt span {
    position: relative;
    display: inline-block; }
    .cta .cta_txt span::before {
      content: '＼';
      position: absolute;
      bottom: 0;
      left: -30px; }
    .cta .cta_txt span::after {
      content: '／';
      position: absolute;
      bottom: 0;
      right: -30px; }

.large_cta_btn {
  max-width: 600px;
  margin: 0 auto 50px; }

.section01 {
  overflow: hidden; }
  .section01 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0 40px; }
    @media only screen and (max-width: 768px) {
      .section01 .inner {
        width: 100%; } }
  .section01 .vertical_table .wrap {
    position: relative;
    z-index: 1; }
    .section01 .vertical_table .wrap::before, .section01 .vertical_table .wrap::after {
      content: '';
      position: absolute;
      top: 0;
      left: 1px;
      pointer-events: none; }
    .section01 .vertical_table .wrap::before {
      background: #FFFDEA;
      width: calc(100% / 5);
      height: 100%;
      z-index: 1; }
    .section01 .vertical_table .wrap::after {
      width: calc(100% / 5);
      height: 100%;
      border: 2px solid #F0360A;
      z-index: 1; }
  .section01 .vertical_table table {
    z-index: 2;
    position: relative;
    width: 100%;
    table-layout: fixed; }
    .section01 .vertical_table table th, .section01 .vertical_table table td {
      padding: 10px 5px;
      border: 1px solid #e4e4e4;
      text-align: center;
      vertical-align: middle;
      font-size: 16px;
      font-size: 1.6rem; }
    .section01 .vertical_table table thead th {
      position: relative;
      padding-top: 40px;
      vertical-align: top; }
      .section01 .vertical_table table thead th::before {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 5px;
        width: 36px;
        height: 31px;
        background: url("img/ico_rank01.png") no-repeat left top/100% auto; }
      .section01 .vertical_table table thead th:nth-child(2)::before {
        background-image: url("img/ico_rank02.png"); }
      .section01 .vertical_table table thead th:nth-child(3)::before {
        background-image: url("img/ico_rank03.png"); }
      .section01 .vertical_table table thead th:nth-child(4)::before {
        background-image: url("img/ico_rank04.png"); }
      .section01 .vertical_table table thead th:nth-child(5)::before {
        background-image: url("img/ico_rank05.png"); }
      .section01 .vertical_table table thead th p {
        margin-top: 5px;
        font-weight: 700; }
      .section01 .vertical_table table thead th a {
        color: #10adf6; }
    .section01 .vertical_table table tbody th {
      padding: 5px;
      background: #dcf5ff;
      border-top: none;
      border-bottom: none;
      font-size: 17px;
      font-size: 1.7rem;
      font-weight: 500; }
    .section01 .vertical_table table tbody td .ico {
      width: 40px;
      margin: 0 auto 3px; }
    .section01 .vertical_table table tbody td .popup {
      overflow-y: scroll;
      opacity: 0;
      visibility: hidden;
      z-index: 101;
      position: fixed;
      top: 50%;
      right: 0;
      left: 0;
      width: 760px;
      min-height: 300px;
      max-height: calc(100% - 100px);
      margin: auto;
      padding: 30px 0;
      background: #fff;
      border: #60afff 2px solid;
      transform: scale(0.8) translateY(-50%);
      transition: all 0; }
      .section01 .vertical_table table tbody td .popup.open {
        opacity: 1;
        visibility: visible;
        transform: scale(1) translateY(-50%);
        transition: all .2s; }
      .section01 .vertical_table table tbody td .popup .image {
        width: 200px;
        margin: 0 auto 10px; }
      .section01 .vertical_table table tbody td .popup .review_slide {
        background: #dcf5ff;
        width: 700px;
        margin: 0 auto;
        padding: 20px 30px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        color: #333;
        font-size: 14px;
        font-size: 1.4rem;
        text-align: left;
        font-weight: 400; }
      .section01 .vertical_table table tbody td .popup .review_slide + .review_slide {
        margin-top: 20px; }
      .section01 .vertical_table table tbody td .popup .popup_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; }
    .section01 .vertical_table table tbody td .cta_btn {
      width: 85%;
      margin: 0 auto 5px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; }
      .section01 .vertical_table table tbody td .cta_btn a {
        padding: 10px 0;
        font-size: 14px;
        font-size: 1.4rem; }
    .section01 .vertical_table table tbody td .pr {
      margin-top: 10px;
      font-size: 11px;
      font-size: 1.1rem; }
  .section01 .ranking_section {
    width: 836px;
    margin: 0 auto; }
    .section01 .ranking_section .tabs {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex; }
      .section01 .ranking_section .tabs li {
        width: calc(100% / 3); }
        .section01 .ranking_section .tabs li:first-child a {
          border-radius: 10px 0 0 0; }
        .section01 .ranking_section .tabs li:last-child a {
          border-radius: 0 10px 0 0;
          border-right-width: 1px; }
        .section01 .ranking_section .tabs li.active a {
          background: #60afff;
          color: #fff; }
        .section01 .ranking_section .tabs li a {
          display: block;
          text-align: center;
          text-decoration: none;
          background: #dcf5ff;
          border: #60afff 1px solid;
          border-right-width: 0;
          font-size: 25px;
          line-height: 70px;
          font-weight: bold;
          color: #60afff;
          transition: 0; }
          .section01 .ranking_section .tabs li a:hover {
            background: #60afff;
            color: #fff; }
    .section01 .ranking_section .tab_content {
      display: none; }
      .section01 .ranking_section .tab_content.active {
        display: block; }
    .section01 .ranking_section table tbody tr:first-child {
      background: #FFFDE4; }
    .section01 .ranking_section table {
      width: 100%;
      table-layout: fixed; }
      .section01 .ranking_section table th, .section01 .ranking_section table td {
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem;
        border: 1px solid #e4e4e4;
        padding: 8px 5px; }
      .section01 .ranking_section table td span {
        color: #F0360A;
        font-weight: 700; }
      .section01 .ranking_section table td b {
        color: #333;
        font-weight: 700;
        background: linear-gradient(transparent 60%, #ffee31 60%); }
      .section01 .ranking_section table td.vt {
        vertical-align: top;
        padding-top: 20px; }
      .section01 .ranking_section table thead th {
        background: #dcf5ff;
        width: 25%;
        line-height: 1.3;
        font-weight: normal; }
      .section01 .ranking_section table th.wt {
        width: 150px; }
      .section01 .ranking_section table tbody td p {
        margin-top: 5px;
        line-height: 1.4;
        font-size: 13px;
        font-size: 1.3rem; }
        .section01 .ranking_section table tbody td p.review_star {
          position: relative;
          font-weight: 700;
          font-size: 20px;
          font-size: 2rem; }
          .section01 .ranking_section table tbody td p.review_star::before {
            content: "★";
            display: inline-block;
            color: #FFF57B; }
          .section01 .ranking_section table tbody td p.review_star.red {
            color: #F0360A; }
      .section01 .ranking_section table tbody a p {
        color: #0E62B0;
        font-weight: 500;
        text-decoration: underline; }
      .section01 .ranking_section table tbody tr td:first-child {
        position: relative;
        padding-top: 40px; }
        .section01 .ranking_section table tbody tr td:first-child::before {
          content: '';
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          top: 5px;
          width: 36px;
          height: 31px;
          background: url("img/ico_rank01.png") no-repeat left top/100% auto; }
      .section01 .ranking_section table tbody tr td .image {
        display: block;
        margin-bottom: 8px; }
      .section01 .ranking_section table tbody tr td .ico {
        width: 40px;
        margin: 0 auto; }
      .section01 .ranking_section table tbody tr td .in_b {
        display: inline-block;
        text-align: left; }
      .section01 .ranking_section table tbody tr td strong {
        color: #F0360A; }
      .section01 .ranking_section table tbody tr td .popup {
        overflow-y: scroll;
        opacity: 0;
        visibility: hidden;
        z-index: 101;
        position: fixed;
        top: 50%;
        right: 0;
        left: 0;
        width: 760px;
        min-height: 300px;
        max-height: calc(100% - 100px);
        margin: auto;
        padding: 30px 0;
        background: #fff;
        border: #60afff 2px solid;
        transform: scale(0.8) translateY(-50%);
        transition: all 0; }
        .section01 .ranking_section table tbody tr td .popup.open {
          opacity: 1;
          visibility: visible;
          transform: scale(1) translateY(-50%);
          transition: all .2s; }
        .section01 .ranking_section table tbody tr td .popup .image {
          width: 200px;
          margin: 0 auto 10px; }
        .section01 .ranking_section table tbody tr td .popup .review_slide {
          background: #dcf5ff;
          width: 700px;
          margin: 0 auto;
          padding: 20px 30px;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -o-border-radius: 10px;
          -ms-border-radius: 10px;
          color: #333;
          font-size: 14px;
          font-size: 1.4rem;
          text-align: left;
          font-weight: 400; }
        .section01 .ranking_section table tbody tr td .popup .review_slide + .review_slide {
          margin-top: 20px; }
      .section01 .ranking_section table tbody tr td .styleUl li {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border: solid 1px;
        width: 100px;
        max-width: 100%;
        background: #f5f5f5;
        color: #b3b3b3;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px; }
        .section01 .ranking_section table tbody tr td .styleUl li.active {
          font-weight: 700;
          color: #60afff;
          background: #dcf5ff; }
        .section01 .ranking_section table tbody tr td .styleUl li + li {
          margin-top: 5px; }
      .section01 .ranking_section table tbody tr td .facilityUl li {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border: solid 1px;
        width: 130px;
        max-width: 100%;
        background: #f5f5f5;
        color: #b3b3b3;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px; }
        .section01 .ranking_section table tbody tr td .facilityUl li.active {
          font-weight: 700;
          color: #5493d7;
          background: #E3EDF4; }
        .section01 .ranking_section table tbody tr td .facilityUl li + li {
          margin-top: 5px; }
      .section01 .ranking_section table tbody tr:nth-child(2) td:first-child::before {
        background-image: url("img/ico_rank02.png"); }
      .section01 .ranking_section table tbody tr:nth-child(3) td:first-child::before {
        background-image: url("img/ico_rank03.png"); }
      .section01 .ranking_section table tbody tr:nth-child(4) td:first-child::before {
        background-image: url("img/ico_rank04.png"); }
      .section01 .ranking_section table tbody tr:nth-child(5) td:first-child::before {
        background-image: url("img/ico_rank05.png"); }
    .section01 .ranking_section .cta_btn {
      width: 85%;
      margin: 0 auto 5px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; }
      .section01 .ranking_section .cta_btn a {
        padding: 10px 0;
        font-size: 14px;
        font-size: 1.4rem; }
    .section01 .ranking_section .pr {
      margin-top: 10px;
      font-size: 11px;
      font-size: 1.1rem; }

.section02 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 45px; }
  @media only screen and (max-width: 768px) {
    .section02 .inner {
      width: 100%; } }
.section02 .sub_ttl {
  margin-bottom: 30px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #60afff;
  text-align: center; }
  .section02 .sub_ttl span {
    font-size: 30px;
    font-size: 3rem;
    text-decoration: underline; }
.section02 .wrap {
  -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; }
  .section02 .wrap .img {
    width: 320px;
    margin-right: 30px;
    text-align: center; }
    .section02 .wrap .img .fukidashi {
      position: relative;
      margin-bottom: 20px;
      padding: 30px 10px;
      background: #dcf5ff;
      border: 1px solid #60afff;
      border-radius: 19px;
      -moz-border-radius: 19px;
      -webkit-border-radius: 19px;
      -o-border-radius: 19px;
      -ms-border-radius: 19px;
      text-align: left;
      font-weight: 700;
      font-size: 20px;
      font-size: 2rem; }
      .section02 .wrap .img .fukidashi::before, .section02 .wrap .img .fukidashi::after {
        content: '';
        position: absolute;
        right: 40px;
        bottom: -13px;
        border-top: 13px solid #60afff;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent; }
      .section02 .wrap .img .fukidashi::after {
        bottom: calc( 2.5px - 13px );
        border-top: solid 13px #dcf5ff; }
      .section02 .wrap .img .fukidashi strong {
        color: #F0360A; }
    .section02 .wrap .img img {
      max-width: 160px; }
  .section02 .wrap .txt {
    width: 435px; }
    .section02 .wrap .txt dl dt {
      z-index: -2;
      position: relative;
      margin: 25px 0 10px;
      padding: 5px 20px 5px 25px;
      background: #dcf5ff;
      border-bottom: solid 3px #60afff;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700; }
      .section02 .wrap .txt dl dt::before {
        position: absolute;
        content: '';
        left: -18px;
        top: -2px;
        width: 0;
        height: 0;
        border: none;
        border-left: solid 40px #fff;
        border-bottom: solid 79px transparent;
        z-index: -1; }
    .section02 .wrap .txt dl dd strong {
      color: #F0360A;
      font-weight: 700; }

.section03 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 60px; }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      width: 100%; } }
.section03 .idx_list ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 70px; }
  .section03 .idx_list ul li {
    position: relative;
    width: 180px;
    margin-bottom: 20px;
    padding-top: 40px; }
    .section03 .idx_list ul li a {
      display: block;
      text-decoration: none; }
      .section03 .idx_list ul li a p {
        margin-top: 5px;
        padding: 2px 2px 4px;
        background: #60afff;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 700;
        text-align: center;
        color: #fff; }
    .section03 .idx_list ul li::before {
      content: '';
      position: absolute;
      top: 5px;
      left: 50%;
      transform: translateX(-50%);
      width: 36px;
      height: 31px;
      background: url("img/ico_rank01.png") no-repeat left top/100% auto; }
    .section03 .idx_list ul li:nth-child(2)::before {
      background-image: url("img/ico_rank02.png"); }
    .section03 .idx_list ul li:nth-child(3)::before {
      background-image: url("img/ico_rank03.png"); }
    .section03 .idx_list ul li:nth-child(4)::before {
      background-image: url("img/ico_rank04.png"); }
    .section03 .idx_list ul li:nth-child(5)::before {
      background-image: url("img/ico_rank05.png"); }
.section03 .client_pickup {
  margin: 0 auto;
  margin-top: 50px;
  border: 10px solid #eceae0;
  position: relative;
  padding: 54px 30px 30px; }
  .section03 .client_pickup .pickup_ttl {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -25px; }
  .section03 .client_pickup .wrap {
    -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; }
    .section03 .client_pickup .wrap .txt {
      width: calc(100% - 300px);
      padding-left: 25px; }
      .section03 .client_pickup .wrap .txt .name a {
        color: #333;
        font-size: 28px;
        font-size: 2.8rem;
        font-weight: 700;
        text-decoration: none; }
        .section03 .client_pickup .wrap .txt .name a:hover {
          text-decoration: underline; }
      .section03 .client_pickup .wrap .txt .heading {
        font-size: 20px;
        font-size: 2rem;
        color: #F0360A;
        font-weight: 700; }
        .section03 .client_pickup .wrap .txt .heading sup {
          font-size: 14px;
          font-size: 1.4rem; }
      .section03 .client_pickup .wrap .txt .note {
        margin-top: 10px; }
        .section03 .client_pickup .wrap .txt .note span {
          color: #F0360A;
          font-weight: 700; }
      .section03 .client_pickup .wrap .txt .cta_btn {
        width: 450px;
        margin: 15px 0 0; }
.section03 .client_archive > ul > li + li {
  margin-top: 40px; }
.section03 .client_archive .client_card {
  border: 2px solid #E8E8E8; }
  .section03 .client_archive .client_card .client_name {
    position: relative;
    padding: 15px 10px 15px 100px;
    border-bottom: 1px solid #E8E8E8; }
    .section03 .client_archive .client_card .client_name::before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 35px;
      width: 48px;
      height: 41px;
      background: url("img/ico_rank01.png") no-repeat left top/100% auto;
      pointer-events: none; }
    .section03 .client_archive .client_card .client_name a {
      color: #0E62B0;
      font-size: 27px;
      font-size: 2.7rem;
      font-weight: 700;
      text-decoration: underline; }
      .section03 .client_archive .client_card .client_name a:hover {
        text-decoration: none; }
    .section03 .client_archive .client_card .client_name .star {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 20px;
      border: solid 2px #60afff;
      text-align: center;
      font-weight: 700; }
      .section03 .client_archive .client_card .client_name .star .star_head {
        padding: 0 0 2px;
        color: #fff;
        background: #60afff;
        font-size: 14px;
        font-size: 1.4rem; }
      .section03 .client_archive .client_card .client_name .star .star_inner {
        background: #fff;
        padding: 0 30px;
        color: #F0360A;
        font-size: 22px;
        font-size: 2.2rem; }
        .section03 .client_archive .client_card .client_name .star .star_inner .rating {
          position: relative;
          display: inline-block;
          font-size: 20px;
          font-size: 2rem; }
          .section03 .client_archive .client_card .client_name .star .star_inner .rating .rating-back {
            color: #ccc; }
          .section03 .client_archive .client_card .client_name .star .star_inner .rating .rating-front {
            color: #f6a800;
            position: absolute;
            top: 0;
            left: 0;
            white-space: nowrap;
            overflow: hidden; }
  .section03 .client_archive .client_card .client_inner {
    padding: 35px 20px; }
.section03 .client_archive > ul > li:nth-child(1) .client_card {
  border-color: #CECA98;
  background: #FFFDE4; }
  .section03 .client_archive > ul > li:nth-child(1) .client_card .client_name {
    border-bottom-color: #CECA98; }
.section03 .client_archive > ul > li:nth-child(1) .overview .txt table {
  border: 1px solid #e4e4e4; }
  .section03 .client_archive > ul > li:nth-child(1) .overview .txt table th, .section03 .client_archive > ul > li:nth-child(1) .overview .txt table td {
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4; }
  .section03 .client_archive > ul > li:nth-child(1) .overview .txt table th {
    background: #BC9807; }
.section03 .client_archive > ul > li:nth-child(1) .point {
  border: 1px solid #e4e4e4; }
  .section03 .client_archive > ul > li:nth-child(1) .point .ttl {
    background: #BC9807;
    color: #fff; }
.section03 .client_archive > ul > li:nth-child(1) .osusume {
  border: 1px solid #e4e4e4; }
  .section03 .client_archive > ul > li:nth-child(1) .osusume .ttl {
    background: #BC9807;
    color: #fff; }
  .section03 .client_archive > ul > li:nth-child(1) .osusume .wrap ul li::before {
    color: #BC9807; }
.section03 .client_archive > ul > li:nth-child(1) .review {
  border: 1px solid #e4e4e4; }
  .section03 .client_archive > ul > li:nth-child(1) .review .ttl {
    background: #BC9807;
    color: #fff; }
  .section03 .client_archive > ul > li:nth-child(1) .review .wrap {
    background: #f5f5f5; }
  .section03 .client_archive > ul > li:nth-child(1) .review .slick-dots li button {
    border-color: #BC9807; }
  .section03 .client_archive > ul > li:nth-child(1) .review .slick-dots li.slick-active button {
    background: #BC9807; }
.section03 .client_archive > ul > li:nth-child(2) .client_name::before {
  background-image: url("img/ico_rank02.png"); }
.section03 .client_archive > ul > li:nth-child(3) .client_name::before {
  background-image: url("img/ico_rank03.png"); }
.section03 .client_archive > ul > li:nth-child(4) .client_name::before {
  background-image: url("img/ico_rank04.png"); }
.section03 .client_archive > ul > li:nth-child(5) .client_name::before {
  background-image: url("img/ico_rank05.png"); }
.section03 .client_archive > ul > li.client_pickup .client_name::before {
  background-image: url("img/ico_pr.png"); }
.section03 .client_archive .overview {
  -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;
  margin-bottom: 20px; }
  .section03 .client_archive .overview .image {
    width: 300px; }
  .section03 .client_archive .overview .txt {
    width: calc(100% - 300px);
    padding-left: 20px; }
    .section03 .client_archive .overview .txt .heading {
      font-size: 24px;
      font-size: 2.4rem;
      color: #F0360A;
      font-weight: 700; }
      .section03 .client_archive .overview .txt .heading sup {
        font-size: 14px;
        font-size: 1.4rem; }
    .section03 .client_archive .overview .txt table {
      width: 100%;
      margin-top: 15px;
      background: #fff;
      font-size: 14px;
      font-size: 1.4rem; }
      .section03 .client_archive .overview .txt table th, .section03 .client_archive .overview .txt table td {
        width: 25%;
        vertical-align: middle;
        padding: 5px;
        border: 1px solid #e8e8e8; }
      .section03 .client_archive .overview .txt table th {
        font-weight: 500;
        color: #fff;
        background: #60afff; }
      .section03 .client_archive .overview .txt table td .ico_wrap {
        -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; }
        .section03 .client_archive .overview .txt table td .ico_wrap .ico {
          width: 28px;
          margin-right: 5px; }
        .section03 .client_archive .overview .txt table td .ico_wrap .text {
          width: 100%; }
      .section03 .client_archive .overview .txt table td br.archive {
        display: none; }
.section03 .client_archive .point {
  overflow: hidden;
  margin-bottom: 20px;
  background: #fff;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 1px solid #e8e8e8; }
  .section03 .client_archive .point .ttl {
    background: #dcf5ff;
    color: #60afff;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 700;
    text-align: center;
    line-height: 37px; }
  .section03 .client_archive .point .wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -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: 15px 30px; }
    .section03 .client_archive .point .wrap .client_archive .point .wrap .image {
      width: 114px;
      text-align: right; }
    .section03 .client_archive .point .wrap .txt {
      width: calc(100% - 114px);
      padding-left: 20px; }
      .section03 .client_archive .point .wrap .txt ul li {
        font-size: 17px;
        font-size: 1.7rem;
        margin-top: 3px;
        position: relative;
        padding-left: 28px; }
        .section03 .client_archive .point .wrap .txt ul li:first-child {
          margin-top: 0; }
        .section03 .client_archive .point .wrap .txt ul li::before {
          content: '';
          position: absolute;
          top: 5px;
          left: 0;
          width: 19px;
          height: 18px;
          background: url("img/ico_check.png") no-repeat left top/100% auto; }
        .section03 .client_archive .point .wrap .txt ul li strong {
          color: #F0360A;
          font-weight: 700; }
        .section03 .client_archive .point .wrap .txt ul li sup {
          font-size: 11px;
          font-size: 1.1rem; }
.section03 .client_archive .osusume {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 1px solid #e8e8e8;
  font-weight: bold; }
  .section03 .client_archive .osusume .ttl {
    background: #dcf5ff;
    color: #60afff;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 700;
    text-align: center;
    line-height: 37px; }
  .section03 .client_archive .osusume .wrap {
    padding: 15px 30px;
    text-align: center; }
    .section03 .client_archive .osusume .wrap ul {
      display: inline-block; }
      .section03 .client_archive .osusume .wrap ul li {
        font-size: 17px;
        font-size: 1.7rem;
        position: relative;
        padding-left: 22px;
        text-align: left; }
        .section03 .client_archive .osusume .wrap ul li + li {
          margin-top: 3px; }
        .section03 .client_archive .osusume .wrap ul li::before {
          content: '●';
          position: absolute;
          left: 0;
          color: #60afff; }
        .section03 .client_archive .osusume .wrap ul li strong {
          color: #F0360A;
          font-weight: 700;
          background: linear-gradient(transparent 60%, #ffee31 60%); }
        .section03 .client_archive .osusume .wrap ul li sup {
          font-size: 11px;
          font-size: 1.1rem; }
.section03 .client_archive .link_txt {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center; }
  .section03 .client_archive .link_txt a {
    color: #0E62B0;
    font-weight: 700;
    text-decoration: underline; }
.section03 .client_archive .review {
  overflow: hidden;
  margin-bottom: 10px;
  background: #fff;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 1px solid #60afff; }
  .section03 .client_archive .review .ttl {
    background: #60afff;
    color: #fff;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 700;
    text-align: center;
    line-height: 37px; }
    .section03 .client_archive .review .ttl span {
      color: #c7f5f7; }
  .section03 .client_archive .review .wrap {
    padding: 15px 10px;
    background: #dcf5ff; }
    .section03 .client_archive .review .wrap .review_slides {
      margin: 0 -5px 40px; }
      .section03 .client_archive .review .wrap .review_slides .slick-track {
        display: flex; }
      .section03 .client_archive .review .wrap .review_slides .review_slide {
        height: auto; }
        .section03 .client_archive .review .wrap .review_slides .review_slide .txt {
          width: 80%;
          height: 100%;
          margin: 0 auto;
          padding: 15px 20px 20px;
          background: #fff;
          border: #e0e0e0 2px solid;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -o-border-radius: 10px;
          -ms-border-radius: 10px;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.769; }
.section03 .client_archive .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px; }
  .section03 .client_archive .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    background: #fff;
    border: 1px solid #60afff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%; }
    .section03 .client_archive .slick-dots li button::before {
      content: none; }
  .section03 .client_archive .slick-dots li.slick-active button {
    background: #60afff; }
.section03 .client_archive .quote {
  margin-top: 10px;
  text-align: right;
  font-size: 11px;
  font-size: 1.1rem; }
.section03 .client_archive .cta {
  margin-top: 20px; }

.section04 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 80px; }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      width: 100%; } }
.section04 table tbody tr:first-child {
  background: #FFFDEA;
  border: 2px solid #F0360A; }
.section04 table {
  width: 100%;
  border: 1px solid #e4e4e4; }
  .section04 table tr {
    background: #fff; }
  .section04 table th, .section04 table td {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 8px 5px; }
  .section04 table thead th {
    background: #60afff;
    color: #fff; }
  .section04 table th.wt {
    width: 14.285%; }
  .section04 table tbody td.vt {
    vertical-align: top;
    padding-top: 25px; }
  .section04 table tbody td p {
    margin-top: 5px;
    line-height: 1.4;
    font-size: 13px;
    font-size: 1.3rem; }
  .section04 table tbody a p {
    color: #10adf6;
    font-weight: 500;
    text-decoration: underline; }
  .section04 table tbody .in_b {
    display: inline-block;
    text-align: left; }
  .section04 table tbody .ico {
    width: 28px;
    margin: 0 auto 2px; }
  .section04 table tbody .cta_btn {
    width: 85%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }
    .section04 table tbody .cta_btn a {
      padding: 10px 0;
      font-size: 14px;
      font-size: 1.4rem; }
  .section04 table tbody .pr {
    margin-top: 10px;
    font-size: 11px;
    font-size: 1.1rem; }

.section05 .container {
  width: 1100px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  box-shadow: 0 0 10px #e4e4e4; }
  .section05 .container > .remarks {
    padding: 0 10px 10px; }
.section05 .ttl {
  width: 1130px;
  background: #60afff;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 0;
  left: -15px;
  padding: 0.6em;
  color: #fff; }
  .section05 .ttl strong {
    font-weight: 700;
    color: #FFF57B;
    font-size: 35px;
    font-size: 3.5rem; }
  .section05 .ttl::before, .section05 .ttl::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    bottom: -15px; }
  .section05 .ttl::before {
    border-width: 0 15px 15px 0;
    border-color: transparent #399f5d transparent transparent;
    left: 0; }
  .section05 .ttl::after {
    border-width: 15px 15px 0 0;
    border-color: #399f5d transparent transparent transparent;
    right: 0; }
.section05 .recommend {
  background: #dcf5ff;
  padding: 130px 0 30px; }
  .section05 .recommend .wrap {
    -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 .recommend .wrap .image {
      width: 210px; }
    .section05 .recommend .wrap .txt {
      padding-left: 30px;
      text-align: center; }
      .section05 .recommend .wrap .txt .heading {
        font-size: 20px;
        font-size: 2rem;
        font-weight: 700;
        color: #F0360A; }
  .section05 .recommend .cta_btn {
    margin-top: 10px;
    width: 450px; }
    .section05 .recommend .cta_btn a {
      font-size: 20px;
      font-size: 2rem; }
.section05 .inner + .recommend {
  padding-top: 30px; }
.section05 .inner {
  width: 760px;
  margin: 0 auto;
  padding: 30px 0 30px; }
.section05 .note {
  margin-top: 20px; }
  .section05 .note strong {
    font-weight: 700;
    color: #F0360A; }
  .section05 .note sup {
    font-size: 11px;
    font-size: 1.1rem; }
.section05 .matome {
  margin-top: 50px; }
  .section05 .matome .heading {
    text-align: center; }
    .section05 .matome .heading span {
      display: inline-block;
      padding-bottom: 5px;
      color: #333;
      font-weight: 700;
      border-bottom: 1px solid #333;
      font-size: 20px;
      font-size: 2rem; }
  .section05 .matome ul {
    margin-top: 30px;
    -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; }
    .section05 .matome ul li {
      width: 146px;
      border: 1px solid #60afff;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      padding: 12px 5px 8px;
      text-align: center; }
      .section05 .matome ul li .lead {
        line-height: 1.4;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 700;
        color: #60afff; }
        .section05 .matome ul li .lead span {
          display: block;
          height: 1.4em; }
      .section05 .matome ul li .image {
        margin-top: 10px; }

.section06 .type_section {
  width: 836px;
  margin: 50px auto 60px; }
  .section06 .type_section .sub_ttl {
    margin-bottom: 25px;
    text-align: center; }
    .section06 .type_section .sub_ttl span {
      display: inline-block;
      padding: 5px 75px;
      background: #dcf5ff;
      border: 1px solid #60afff;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      -o-border-radius: 50px;
      -ms-border-radius: 50px;
      font-size: 25px;
      font-size: 2.5rem;
      font-weight: 700;
      color: #60afff; }
  .section06 .type_section .tabs {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; }
    .section06 .type_section .tabs li {
      width: 32%; }
      .section06 .type_section .tabs li.active a {
        background: #60afff;
        color: #fff; }
      .section06 .type_section .tabs li a {
        display: block;
        text-align: center;
        text-decoration: none;
        border-radius: 10px 10px 0 0;
        background: #dcf5ff;
        border: #60afff 1px solid;
        font-size: 20px;
        font-size: 2rem;
        line-height: 50px;
        font-weight: 700;
        color: #60afff;
        transition: 0; }
        .section06 .type_section .tabs li a:hover {
          background: #60afff;
          color: #fff; }
        .section06 .type_section .tabs li a span {
          font-size: 14px;
          font-size: 1.4rem;
          vertical-align: 1px;
          line-height: 1; }
  .section06 .type_section .tab_content {
    display: none;
    margin-top: -1px;
    padding: 35px 30px 30px;
    border: #60afff 1px solid; }
    .section06 .type_section .tab_content.active {
      display: block; }
    .section06 .type_section .tab_content .txt {
      position: relative;
      padding: 30px 20px 20px;
      border: #e5f0ff 3px solid; }
      .section06 .type_section .tab_content .txt .ttl {
        position: absolute;
        top: -20px;
        padding: 5px 20px 6px;
        background: #e5f0ff;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -o-border-radius: 20px;
        -ms-border-radius: 20px;
        font-weight: 700;
        font-size: 18px;
        font-size: 1.8rem; }
    .section06 .type_section .tab_content .select {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      margin-top: 20px; }
      .section06 .type_section .tab_content .select .item {
        width: 49%;
        padding: 20px;
        background: #FFFDE4; }
        .section06 .type_section .tab_content .select .item .bnr {
          margin-bottom: 10px;
          text-align: center; }
          .section06 .type_section .tab_content .select .item .bnr .img {
            display: block;
            width: 200px;
            margin: 0 auto 5px; }
          .section06 .type_section .tab_content .select .item .bnr p {
            color: #0E62B0;
            font-weight: 700;
            font-size: 16px;
            font-size: 1.6rem;
            text-decoration: underline; }
        .section06 .type_section .tab_content .select .item .cta_btn a {
          padding: 15px 5px;
          font-size: 20px;
          font-size: 2rem; }

.example {
  max-width: 976px;
  margin: 30px auto 80px; }
  .example .sub_ttl {
    margin-bottom: 50px;
    text-align: center; }
    .example .sub_ttl span {
      display: inline-block;
      padding: 0 74px;
      background: #dcf5ff;
      border: 1px solid #60afff;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      -o-border-radius: 50px;
      -ms-border-radius: 50px;
      font-size: 25px;
      font-size: 2.5rem;
      font-weight: 700;
      line-height: 48px;
      color: #60afff; }
  .example .swiper-wrapper {
    align-items: stretch;
    align-items: flex-start; }
  .example .swiper-slide:not(.swiper-slide-visible) .slide {
    pointer-events: none;
    opacity: 0.3; }
  .example .slide {
    overflow: hidden;
    webkit-transition: var(--transition), opacity 1s;
    transition: var(--transition), opacity 1s; }
  .example .swiper {
    overflow: visible; }
    .example .swiper article {
      border: 2px solid #60afff;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
      .example .swiper article .lead {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -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;
        height: 60px;
        background: #dcf5ff;
        text-align: center;
        font-weight: 700;
        font-size: 18px;
        font-size: 1.8rem;
        color: #000; }
      .example .swiper article .txt {
        padding: 10px 15px 15px; }
        .example .swiper article .txt .tag {
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center;
          margin-bottom: 10px; }
          .example .swiper article .txt .tag li {
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            -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;
            min-width: 100px;
            height: 34px;
            padding: 0 5px;
            background: #dcf5ff;
            border: 1px solid #60afff;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            -o-border-radius: 10px;
            -ms-border-radius: 10px;
            font-size: 12px;
            font-size: 1.2rem;
            font-weight: 700;
            color: #60afff;
            text-align: center;
            line-height: 1.2; }
            .example .swiper article .txt .tag li + li {
              margin-left: 10px; }
        .example .swiper article .txt .details {
          margin-bottom: 20px;
          text-align: center; }
          .example .swiper article .txt .details dl {
            display: inline-block;
            text-align: left; }
            .example .swiper article .txt .details dl dt {
              position: relative;
              margin-bottom: 3px;
              padding-left: 30px;
              font-size: 15px;
              font-size: 1.5rem;
              line-height: 1; }
              .example .swiper article .txt .details dl dt::before {
                content: '';
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: 0;
                width: 24px;
                height: 24px;
                background: url("img/ico_salary.png") no-repeat left top/100% auto; }
              .example .swiper article .txt .details dl dt.point::before {
                background-image: url("img/ico_point.png"); }
              .example .swiper article .txt .details dl dt.area::before {
                background-image: url("img/ico_area.png"); }
              .example .swiper article .txt .details dl dt.facility::before {
                background-image: url("img/ico_facility.png"); }
            .example .swiper article .txt .details dl dd {
              font-size: 20px;
              font-size: 2rem;
              font-weight: 700; }
            .example .swiper article .txt .details dl dd + dt {
              margin-top: 10px; }
      .example .swiper article .cta_btn {
        width: 100%;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px; }
        .example .swiper article .cta_btn a {
          font-size: 17px;
          font-size: 1.7rem; }
  .example .swiper-button-prev, .example .swiper-button-next {
    display: grid;
    place-content: center;
    width: 6.4rem;
    height: 6.4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition); }
  .example .swiper-button-prev::before, .example .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); }
  .example .swiper-button-prev::after, .example .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid #fff;
    border-width: 3px 3px 0 0; }
  .example .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .example .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .example .swiper-button-disabled {
    pointer-events: none;
    opacity: 0; }
  .example .swiper-button-prev,
  .example .swiper-button-next {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto; }
  .example .swiper-button-prev::before,
  .example .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); }
  .example .swiper-button-prev::after,
  .example .swiper-button-next::after {
    border-color: #fff; }
  .example .swiper-button-prev {
    left: -30px; }
  .example .swiper-button-next {
    right: -30px; }

.example2 {
  max-width: 976px;
  margin: 0 auto 80px; }
  .example2 .sub_ttl {
    margin-bottom: 50px;
    text-align: center; }
    .example2 .sub_ttl span {
      display: inline-block;
      padding: 0 74px;
      background: #dcf5ff;
      border: 1px solid #60afff;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      -o-border-radius: 50px;
      -ms-border-radius: 50px;
      font-size: 25px;
      font-size: 2.5rem;
      font-weight: 700;
      line-height: 48px;
      color: #60afff; }
  .example2 .example_items {
    -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; }
    .example2 .example_items .example_item {
      border: 2px solid #60afff;
      width: 32%;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      overflow: hidden; }
      .example2 .example_items .example_item .txt {
        padding: 20px; }
        .example2 .example_items .example_item .txt table {
          width: 100%; }
          .example2 .example_items .example_item .txt table th, .example2 .example_items .example_item .txt table td {
            vertical-align: middle;
            font-size: 15px;
            font-size: 1.5rem; }
          .example2 .example_items .example_item .txt table th {
            width: 40%;
            color: #60afff; }
      .example2 .example_items .example_item .cta_btn {
        width: 100%;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        margin-top: 15px; }
        .example2 .example_items .example_item .cta_btn a {
          font-size: 17px;
          font-size: 1.7rem; }
  .example2 .swiper {
    overflow: visible; }
    .example2 .swiper article {
      border: 2px solid #60afff;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
      .example2 .swiper article .lead {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -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;
        height: 60px;
        background: #dcf5ff;
        text-align: center;
        font-weight: 700;
        font-size: 18px;
        font-size: 1.8rem;
        color: #000; }
      .example2 .swiper article .txt {
        padding: 10px 20px 15px; }
        .example2 .swiper article .txt .tag {
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center;
          margin-bottom: 10px;
          padding: 0 25px; }
          .example2 .swiper article .txt .tag li {
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            -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;
            min-width: 100px;
            height: 34px;
            padding: 0 5px;
            background: #dcf5ff;
            border: 1px solid #60afff;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            -o-border-radius: 10px;
            -ms-border-radius: 10px;
            font-size: 12px;
            font-size: 1.2rem;
            font-weight: 700;
            color: #60afff;
            text-align: center;
            line-height: 1.2; }
            .example2 .swiper article .txt .tag li + li {
              margin-left: 10px; }
        .example2 .swiper article .txt .details {
          margin-bottom: 20px;
          text-align: center; }
          .example2 .swiper article .txt .details dl {
            display: inline-block;
            text-align: left; }
            .example2 .swiper article .txt .details dl dt {
              position: relative;
              margin-bottom: 3px;
              padding-left: 30px;
              font-size: 15px;
              font-size: 1.5rem;
              line-height: 1; }
              .example2 .swiper article .txt .details dl dt::before {
                content: '';
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: 0;
                width: 24px;
                height: 24px;
                background: url("img/ico_salary.png") no-repeat left top/100% auto; }
              .example2 .swiper article .txt .details dl dt.point::before {
                background-image: url("img/ico_point.png"); }
              .example2 .swiper article .txt .details dl dt.area::before {
                background-image: url("img/ico_area.png"); }
              .example2 .swiper article .txt .details dl dt.facility::before {
                background-image: url("img/ico_facility.png"); }
            .example2 .swiper article .txt .details dl dd {
              font-size: 20px;
              font-size: 2rem;
              font-weight: 700; }
            .example2 .swiper article .txt .details dl dd + dt {
              margin-top: 10px; }
  .example2 .swiper-button-prev, .example2 .swiper-button-next {
    display: grid;
    place-content: center;
    width: 6.4rem;
    height: 6.4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition); }
  .example2 .swiper-button-prev::before, .example2 .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); }
  .example2 .swiper-button-prev::after, .example2 .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid #fff;
    border-width: 3px 3px 0 0; }
  .example2 .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .example2 .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .example2 .swiper-button-disabled {
    pointer-events: none;
    opacity: 0; }
  .example2 .swiper-button-prev,
  .example2 .swiper-button-next {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto; }
  .example2 .swiper-button-prev::before,
  .example2 .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); }
  .example2 .swiper-button-prev::after,
  .example2 .swiper-button-next::after {
    border-color: #fff; }
  .example2 .swiper-button-prev {
    left: -30px; }
  .example2 .swiper-button-next {
    right: -30px; }

.short_search_section .inner {
  width: 750px !important;
  margin: 60px auto; }
.short_search_section .ttl {
  margin-bottom: 20px;
  padding: 10px 0;
  background: #60afff;
  text-align: center; }
  .short_search_section .ttl span {
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    /*&::before {
    	content: '';
    	position: absolute;
    	top: -2px;
    	left: 0;
    	width: 31px;
    	height: 39px;
    	background: url("../assets/img/ico_search.png") no-repeat left top / 100% auto;
    }*/ }
.short_search_section table {
  table-layout: fixed;
  width: 100%; }
  .short_search_section table th, .short_search_section table td {
    padding: 3px; }
  .short_search_section table td {
    font-size: 13px;
    font-size: 1.3rem; }
    .short_search_section table td .item label {
      cursor: pointer;
      display: block;
      padding: 5px;
      border: 1px solid #bababa;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -o-border-radius: 3px;
      -ms-border-radius: 3px; }
      .short_search_section table td .item label input {
        margin-right: 10px;
        vertical-align: -1px; }
    .short_search_section table td select {
      cursor: pointer;
      outline: none;
      width: 100%;
      height: 33px;
      border: 1px solid #bababa;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -o-border-radius: 3px;
      -ms-border-radius: 3px; }
    .short_search_section table td .cta_btn {
      position: relative;
      width: 100%;
      height: 33px;
      border: none;
      box-shadow: none;
      color: #fff; }
      .short_search_section table td .cta_btn::before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 70px;
        width: 16px;
        height: 20px;
        background: url("img/ico_search.png") no-repeat left top/100% auto; }

.page_resultpage {
  padding: 40px 0; }
  .page_resultpage .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0; }
    @media only screen and (max-width: 768px) {
      .page_resultpage .inner {
        width: 100%; } }
  .page_resultpage .result_head {
    margin-bottom: 40px; }
    .page_resultpage .result_head .result_ttl {
      height: 61px;
      padding: 8px 0 0 225px;
      background: url("img/search_ttl.png") no-repeat center center;
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: 900; }
    .page_resultpage .result_head table {
      width: 100%;
      margin-top: 15px;
      background: #fff; }
      .page_resultpage .result_head table th, .page_resultpage .result_head table td {
        border: 1px solid #e9e9e9;
        width: calc(100% / 6);
        padding: 5px;
        font-size: 13px;
        font-size: 1.3rem; }
      .page_resultpage .result_head table th {
        background: #dcf5ff;
        color: #60afff;
        text-align: center; }
      .page_resultpage .result_head table td {
        padding: 5px 10px; }

.result_body {
  margin-bottom: 60px; }
  .result_body table {
    width: 100%;
    background: #fff; }
    .result_body table th, .result_body table td {
      border: 1px solid #ddd;
      text-align: center;
      font-size: 14px;
      font-size: 1.4rem; }
    .result_body table thead th {
      width: 14.285%;
      padding: 10px;
      background: #60afff;
      color: #fff;
      font-weight: 700; }
    .result_body table tr:first-child {
      background: #FFFDEA; }
    .result_body table td {
      padding: 10px 5px; }
      .result_body table td.image {
        width: 120px; }
        .result_body table td.image img {
          width: 110px; }
        .result_body table td.image a {
          display: block;
          color: #10adf6; }
          .result_body table td.image a:hover img {
            opacity: 1; }
        .result_body table td.image p {
          margin-top: 3px;
          font-size: 12px;
          font-size: 1.2rem;
          font-weight: 500; }
      .result_body table td.btn {
        width: 130px; }
      .result_body table td.image a[href=""], .result_body table td.btn .cta_btn a[href=""] {
        pointer-events: none;
        text-decoration: none; }
        .result_body table td.image a[href=""] p, .result_body table td.btn .cta_btn a[href=""] p {
          color: #333;
          text-decoration: none; }
      .result_body table td .ico {
        width: 36px;
        margin: 0 auto 5px; }
      .result_body table td .txt {
        line-height: 1.4; }
      .result_body table td .in_b {
        display: inline-block;
        text-align: left; }
      .result_body table td .pr {
        margin-top: 10px;
        font-size: 11px;
        font-size: 1.1rem; }
  .result_body .cta_btn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }
    .result_body .cta_btn a {
      padding: 15px 5px;
      font-size: 14px;
      font-size: 1.4rem; }

aside .privacy_section {
  margin-top: 35px;
  text-align: center; }
  aside .privacy_section .inner {
    display: inline-block;
    text-align: center;
    padding: 10px 15px; }
  aside .privacy_section .wrap {
    -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; }
    aside .privacy_section .wrap .image {
      width: 90px; }
    aside .privacy_section .wrap .txt {
      text-align: left;
      font-size: 12px;
      font-size: 1.2rem;
      padding-left: 15px;
      color: #5f5f5f; }

.footer {
  background: #163d83;
  margin-top: 15px; }
  .footer .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0; }
    @media only screen and (max-width: 768px) {
      .footer .inner {
        width: 100%; } }
  .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: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    .footer .f_nav ul li {
      position: relative;
      padding-left: 10px;
      margin-left: 15px; }
      .footer .f_nav ul li::before {
        content: "｜";
        position: absolute;
        top: 0;
        left: -10px;
        color: #fff; }
      .footer .f_nav ul li:first-child {
        padding-left: 0;
        margin-left: 0; }
        .footer .f_nav ul li:first-child::before {
          display: none; }
      .footer .f_nav ul li a {
        color: #fff;
        text-decoration: none; }
  .footer .copyright {
    margin-top: 20px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem; }

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

body.popup_open {
  overflow: hidden; }

.announce {
  margin: 0 auto 20px;
  padding: 20px;
  width: 836px;
  border: solid 2px #F0360A;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  .announce .txt span {
    font-weight: 700;
    color: #F0360A;
    background: linear-gradient(to top, #FFF57B 50%, transparent 50%); }
