@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  input:hover, button:hover, textarea:hover, select:hover {
    cursor: pointer; }

input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder {
  color: #666;
  font-weight: normal; }

* {
  box-sizing: border-box; }

html {
  font: 62.5%/1.8 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif; }

body {
  position: relative;
  background-color: #fff;
  color: #333;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  font-style: normal;
  font-size: 1.3rem;
  font-weight: 600;
  font-feature-settings: "palt";
  overflow-x: hidden; }

a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  backface-visibility: hidden; }
  a:hover {
    opacity: 0.8;
    backface-visibility: hidden; }
  a:link {
    text-decoration: none; }
  a:visit {
    text-decoration: none; }
  a:hover {
    opacity: 0.8; }
  a:active {
    text-decoration: none; }

img {
  vertical-align: bottom; }

.scroll-prevent {
  overflow: hidden; }

.hover-opacity {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  backface-visibility: hidden; }
  .hover-opacity:hover {
    opacity: 0.7; }

nav[role="navigation"].cmn-nav {
  text-align: center;
  padding: 40px 0 0;
  margin: auto;
  width: 100%;
  color: #333;
  font-weight: bold; }
  nav[role="navigation"].cmn-nav .cd-pagination li {
    margin: 0 5px;
    margin-bottom: 20px;
    height: 40px;
    width: 40px;
    display: inline-block; }
    nav[role="navigation"].cmn-nav .cd-pagination li a {
      border: dotted #333 1px;
      border-radius: 50%;
      cursor: pointer;
      width: 100%;
      display: block;
      height: 100%;
      line-height: 40px; }
    nav[role="navigation"].cmn-nav .cd-pagination li:hover a {
      color: #fff;
      background-color: #333;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -ms-transition: all 0.5s;
      backface-visibility: hidden; }
    nav[role="navigation"].cmn-nav .cd-pagination li span {
      width: 100%;
      display: block;
      height: 100%;
      line-height: 40px; }
  nav[role="navigation"].cmn-nav .cd-pagination li.button {
    margin-right: 20px;
    width: 180px; }
    nav[role="navigation"].cmn-nav .cd-pagination li.button a {
      display: inline-block;
      position: relative;
      line-height: 40px;
      font-size: 1.6rem;
      background-color: #333;
      color: #fff;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -ms-transition: all 0.5s;
      backface-visibility: hidden;
      font-weight: normal;
      padding-left: 20px; }
      nav[role="navigation"].cmn-nav .cd-pagination li.button a:hover {
        opacity: 0.8;
        backface-visibility: hidden; }
      nav[role="navigation"].cmn-nav .cd-pagination li.button a:after {
        font-family: "FontAwesome";
        content: "\f053";
        color: #fff;
        top: 1px;
        font-size: 13px;
        left: 10px;
        position: absolute;
        width: 20px; }
    nav[role="navigation"].cmn-nav .cd-pagination li.button.is-right {
      margin-right: 0;
      margin-left: 20px; }
      nav[role="navigation"].cmn-nav .cd-pagination li.button.is-right a {
        padding-right: 20px; }
        nav[role="navigation"].cmn-nav .cd-pagination li.button.is-right a:after {
          content: "\f054";
          right: 10px;
          left: auto; }
  nav[role="navigation"].cmn-nav .cd-pagination .current {
    pointer-events: none;
    color: #fff;
    background-color: #333;
    border-radius: 50%; }

.cmn-moreBtn {
  margin: 20px 0;
  display: block; }
  .cmn-moreBtn a {
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 40px;
    font-size: 1.6rem;
    background-color: #fff;
    color: #333;
    min-width: 200px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    backface-visibility: hidden;
    border: 1px solid #333;
    font-weight: normal;
    padding-right: 10px; }
    .cmn-moreBtn a:hover {
      opacity: 0.8;
      backface-visibility: hidden; }
    .cmn-moreBtn a:after {
      font-family: "FontAwesome";
      content: "\f054";
      color: #333;
      top: 1px;
      font-size: 13px;
      right: 20px;
      position: absolute; }

.mgt-0 {
  margin-top: 0px !important; }

.mgt-1 {
  margin-top: 1px !important; }

.mgt-2 {
  margin-top: 2px !important; }

.mgt-3 {
  margin-top: 3px !important; }

.mgt-4 {
  margin-top: 4px !important; }

.mgt-5 {
  margin-top: 5px !important; }

.mgt-6 {
  margin-top: 6px !important; }

.mgt-7 {
  margin-top: 7px !important; }

.mgt-8 {
  margin-top: 8px !important; }

.mgt-9 {
  margin-top: 9px !important; }

.mgt-10 {
  margin-top: 10px !important; }

.mgt-11 {
  margin-top: 11px !important; }

.mgt-12 {
  margin-top: 12px !important; }

.mgt-13 {
  margin-top: 13px !important; }

.mgt-14 {
  margin-top: 14px !important; }

.mgt-15 {
  margin-top: 15px !important; }

.mgt-10 {
  margin-top: 10px !important; }

.mgt-20 {
  margin-top: 20px !important; }

.mgt-25 {
  margin-top: 25px !important; }

.mgt-30 {
  margin-top: 30px !important; }

.mgt-35 {
  margin-top: 35px !important; }

.mgt-40 {
  margin-top: 40px !important; }

.mgt-45 {
  margin-top: 45px !important; }

.mgt-50 {
  margin-top: 50px !important; }

.mgt-55 {
  margin-top: 55px !important; }

.mgt-60 {
  margin-top: 60px !important; }

.mgt-65 {
  margin-top: 65px !important; }

.mgt-70 {
  margin-top: 70px !important; }

.mgt-75 {
  margin-top: 75px !important; }

.mgt-80 {
  margin-top: 80px !important; }

.mgt-85 {
  margin-top: 85px !important; }

.mgt-90 {
  margin-top: 90px !important; }

.mgt-95 {
  margin-top: 95px !important; }

.mgt-100 {
  margin-top: 100px !important; }

.mgt-110 {
  margin-top: 110px !important; }

.mgt-120 {
  margin-top: 120px !important; }

.mgt-130 {
  margin-top: 130px !important; }

.mgt-140 {
  margin-top: 140px !important; }

.mgt-150 {
  margin-top: 150px !important; }

.mgt-160 {
  margin-top: 160px !important; }

.mgt-1em {
  margin-top: 1em !important; }

.mgt-2em {
  margin-top: 2em !important; }

.mgt-3em {
  margin-top: 3em !important; }

.mgb-0 {
  margin-bottom: 0 !important; }

.mgb-5 {
  margin-bottom: 5px !important; }

.mgb-10 {
  margin-bottom: 10px !important; }

.mgb-15 {
  margin-bottom: 15px !important; }

.mgb-20 {
  margin-bottom: 20px !important; }

.mgb-25 {
  margin-bottom: 25px !important; }

.mgb-30 {
  margin-bottom: 30px !important; }

.mgb-35 {
  margin-bottom: 35px !important; }

.mgb-40 {
  margin-bottom: 40px !important; }

.mgb-45 {
  margin-bottom: 45px !important; }

.mgb-50 {
  margin-bottom: 50px !important; }

.mgb-60 {
  margin-bottom: 60px !important; }

.mgb-70 {
  margin-bottom: 70px !important; }

.mgb-80 {
  margin-bottom: 80px !important; }

.mgb-90 {
  margin-bottom: 90px !important; }

.mgb-100 {
  margin-bottom: 100px !important; }

.mgb-110 {
  margin-bottom: 110px !important; }

.mgb-120 {
  margin-bottom: 120px !important; }

.mgb-130 {
  margin-bottom: 130px !important; }

.mgb-140 {
  margin-bottom: 140px !important; }

.mgb-150 {
  margin-bottom: 150px !important; }

.mgb-160 {
  margin-bottom: 160px !important; }

.mgl-0 {
  margin-left: 0 !important; }

.mgl-1 {
  margin-left: 1px !important; }

.mgl-2 {
  margin-left: 2px !important; }

.mgl-3 {
  margin-left: 3px !important; }

.mgl-4 {
  margin-left: 4px !important; }

.mgl-5 {
  margin-left: 5px !important; }

.mgl-6 {
  margin-left: 6px !important; }

.mgl-7 {
  margin-left: 7px !important; }

.mgl-8 {
  margin-left: 8px !important; }

.mgl-9 {
  margin-left: 9px !important; }

.mgl-10 {
  margin-left: 10px !important; }

.mgl-11 {
  margin-left: 11px !important; }

.mgl-12 {
  margin-left: 12px !important; }

.mgl-13 {
  margin-left: 13px !important; }

.mgl-14 {
  margin-left: 14px !important; }

.mgl-15 {
  margin-left: 15px !important; }

.mgl-20 {
  margin-left: 20px !important; }

.mgl-25 {
  margin-left: 25px !important; }

.mgl-30 {
  margin-left: 30px !important; }

.mgl-35 {
  margin-left: 35px !important; }

.mgl-40 {
  margin-left: 40px !important; }

.mgl-45 {
  margin-left: 45px !important; }

.mgl-50 {
  margin-left: 50px !important; }

.mgl-55 {
  margin-left: 55px !important; }

.mgl-60 {
  margin-left: 60px !important; }

.mgl-65 {
  margin-left: 65px !important; }

.mgl-70 {
  margin-left: 70px !important; }

.mgl-75 {
  margin-left: 75px !important; }

.mgl-80 {
  margin-left: 80px !important; }

.mgl-85 {
  margin-left: 85px !important; }

.mgl-105 {
  margin-left: 105px !important; }

.mgr-0 {
  margin-right: 0 !important; }

.mgr-5 {
  margin-right: 5px !important; }

.mgr-10 {
  margin-right: 10px !important; }

.mgr-15 {
  margin-right: 15px !important; }

.mgr-20 {
  margin-right: 20px !important; }

.mgr-25 {
  margin-right: 25px !important; }

.mgr-30 {
  margin-right: 30px !important; }

.mgr-35 {
  margin-right: 35px !important; }

.mgr-40 {
  margin-right: 40px !important; }

.mgr-45 {
  margin-right: 45px !important; }

.mgr-50 {
  margin-right: 50px !important; }

.mgSide-10 {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.pdt-0 {
  padding-top: 0 !important; }

.pdb-0 {
  padding-bottom: 0 !important; }

.pdtb-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.bold {
  font-weight: bold; }

.fs-s {
  font-size: 0.95em !important; }

.header {
  width: 100%;
  background-color: #fff; }
  .header_inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 1010px;
    height: 60px;
    margin: auto;
    padding: 0 40px; }
  .header_logo {
    display: inline-block; }
    .header_logo a {
      display: block;
      width: 100%;
      height: 100%; }
      .header_logo a img {
        height: 40px; }
  .header_attention {
    display: inline-block;
    padding: 8px 15px 7px;
    border: 1px solid #df2020;
    background-color: #fff;
    color: #df2020;
    font-size: 1.2rem;
    font-weight: 400; }
    @media all and (-ms-high-contrast: none), print {
      .header_attention {
        /*IE11*/
        padding-top: 10px;
        padding-bottom: 4px; } }
  @media screen and (max-width: 767px) {
    .header_inner {
      max-width: 100%;
      height: 40px;
      padding: 0 15px; }
    .header_logo a img {
      height: 28px;
      vertical-align: inherit; }
    .header_attention {
      padding: 5px 6px 3.5px 8px;
      font-size: 0.9rem; } }

.titleCont {
  position: relative;
  height: 500px;
  background: url("../imgs/bg_mainImage.png") no-repeat center center/cover;
  text-align: center; }
  .titleCont::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 260px;
    background-color: rgba(255, 255, 255, 0.65);
    content: ""; }
  .titleCont img {
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
    z-index: 10;
    width: 98%;
    margin: auto; }
    @media all and (-ms-high-contrast: none), print {
      .titleCont img {
        /*IE11*/
        margin: 0;
        margin-left: auto;
        margin-right: auto; } }
  @media screen and (min-width: 870px) {
    .titleCont img {
      max-width: 865px; } }
  @media screen and (max-width: 767px) {
    .titleCont {
      width: 100%;
      height: 350px; }
      .titleCont::before {
        height: 31%; }
      .titleCont img {
        bottom: -15px;
        width: 95%; } }

.footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 1010px;
  margin: auto;
  padding: 48px 40px; }
  .footer_contact {
    display: inline-block; }
    .footer_contact .el_tel {
      margin-bottom: 12px;
      text-align: left; }
      .footer_contact .el_tel dt {
        margin-bottom: 10px;
        font-size: 1.5rem;
        font-weight: 600; }
      .footer_contact .el_tel dd {
        font-family: 'Oswald', sans-serif;
        font-size: 4.6rem;
        letter-spacing: 1.5px; }
        .footer_contact .el_tel dd::before {
          display: inline-block;
          margin-right: 8px;
          font-family: 'Material Icons';
          font-size: 4rem;
          vertical-align: bottom;
          content: "\e0cd"; }
        .footer_contact .el_tel dd a {
          color: #333; }
    .footer_contact .el_tel + p {
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 1.8;
      letter-spacing: 0.5px; }
  .footer_base {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: space-between;
    margin-left: auto; }
    .footer_base .el_link {
      text-align: right; }
      .footer_base .el_link li {
        display: inline-block;
        font-size: 1.2rem;
        font-weight: 400; }
        .footer_base .el_link li a {
          padding: 0 16px;
          color: #333; }
        .footer_base .el_link li:first-child {
          border-right: 1px solid #ccc; }
    .footer_base .el_copy {
      font-size: 1.2rem;
      font-weight: 400;
      text-align: right; }
      .footer_base .el_copy::before {
        display: inline-block;
        font-family: 'Material Icons';
        content: "\e90c"; }
  .footer .backTop {
    display: inline-block;
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    cursor: pointer; }
    .footer .backTop i {
      font-size: 3rem;
      line-height: 50px; }
  @media screen and (min-width: 768px) {
    .footer_contact .el_tel dd a {
      pointer-events: none; } }
  @media screen and (max-width: 767px) {
    .footer {
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 30px 16px; }
      .footer_contact {
        display: block;
        margin: 0 auto 20px;
        text-align: center; }
        .footer_contact .el_tel {
          text-align: center; }
          .footer_contact .el_tel dt {
            font-size: 1.4rem; }
          .footer_contact .el_tel dd {
            font-size: 3.6rem; }
            .footer_contact .el_tel dd::before {
              font-size: 3rem; }
        .footer_contact .el_tel + p {
          font-size: 1rem;
          line-height: 1.6; }
      .footer_base {
        display: block;
        margin: auto; }
        .footer_base .el_link {
          margin-bottom: 14px;
          text-align: center; }
          .footer_base .el_link li {
            font-size: 1rem; }
        .footer_base .el_copy {
          font-size: 1rem;
          font-weight: 300;
          text-align: center; }
      .footer .backTop {
        right: 10px; } }

.footer_cvNav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 10px 5px 12px;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center; }
  .footer_cvNav_close {
    display: inline-block;
    position: absolute;
    top: -10px;
    right: 4px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e2e2e2;
    color: #333;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    transition: all 0.3s; }
  .footer_cvNav_btn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 280px;
    margin: auto;
    padding: 8px 16px;
    border-radius: 4px;
    box-shadow: 0 3px 0 0 #0076ba; }
    .footer_cvNav_btn .el_img {
      display: inline-block;
      width: 40%;
      margin-right: 10px;
      padding: 6px 10px;
      border-radius: 3px;
      background-color: #fff; }
      .footer_cvNav_btn .el_img img {
        height: 100%; }
    .footer_cvNav_btn .el_txt {
      display: inline-block;
      color: #fff;
      font-size: 9px;
      font-weight: 500;
      text-align: left; }
      .footer_cvNav_btn .el_txt span {
        display: block;
        margin-bottom: 4px;
        color: #fedc5e;
        font-size: 1.8rem;
        font-weight: 600; }
  @media screen and (min-width: 768px) {
    .footer_cvNav {
      display: none; } }

.l_section {
  padding: 88px 40px 16px;
  text-align: center; }
  .l_section:not(.presentSec) .l_section_title {
    position: relative;
    margin-bottom: 56px;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3.95rem;
    font-weight: 800; }
    .l_section:not(.presentSec) .l_section_title::before, .l_section:not(.presentSec) .l_section_title::after {
      display: inline-block;
      flex-grow: 1;
      height: 3px;
      content: ""; }
      @media all and (-ms-high-contrast: none), print {
        .l_section:not(.presentSec) .l_section_title::before, .l_section:not(.presentSec) .l_section_title::after {
          /*IE11*/
          position: relative;
          top: -5px; } }
    .l_section:not(.presentSec) .l_section_title::before {
      margin-right: 0.7em; }
    .l_section:not(.presentSec) .l_section_title::after {
      margin-left: 0.7em; }
    .l_section:not(.presentSec) .l_section_title span {
      display: block;
      position: absolute;
      top: -45px;
      left: 0;
      right: 0;
      margin: auto;
      color: #333;
      font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
      font-size: 2rem; }
      .l_section:not(.presentSec) .l_section_title span::before, .l_section:not(.presentSec) .l_section_title span::after {
        display: inline-block;
        position: relative;
        top: 4px;
        width: 21px;
        height: 24px;
        margin-bottom: 15px;
        background: url("../imgs/ico_cheers_s.svg") no-repeat left top/contain;
        vertical-align: middle;
        content: ""; }
      .l_section:not(.presentSec) .l_section_title span::before {
        margin-right: 10px; }
      .l_section:not(.presentSec) .l_section_title span::after {
        margin-left: 10px;
        transform: scale(-1, 1); }
  .l_section.presentSec {
    background-color: rgba(255, 242, 0, 0.15); }
    .l_section.presentSec .l_section_title {
      display: inline-block;
      margin-bottom: 20px;
      color: #d1292c;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 3.6rem;
      font-weight: 700; }
      .l_section.presentSec .l_section_title::before, .l_section.presentSec .l_section_title::after {
        display: inline-block;
        position: relative;
        bottom: 5px;
        width: 34px;
        height: 64px;
        background: url("../imgs/ico_cheers_m.svg") no-repeat left top/contain;
        vertical-align: middle;
        content: ""; }
      .l_section.presentSec .l_section_title::before {
        margin-right: 16px; }
      .l_section.presentSec .l_section_title::after {
        margin-left: 16px;
        transform: scale(-1, 1); }
  .l_section.movingSec {
    background-color: rgba(91, 194, 217, 0.15); }
    .l_section.movingSec .l_section_title {
      color: #3963af; }
      .l_section.movingSec .l_section_title::before, .l_section.movingSec .l_section_title::after {
        background-color: #3963af; }
  .l_section.libmoSec {
    background-color: rgba(209, 41, 44, 0.1); }
    .l_section.libmoSec .l_section_title {
      color: #d1292c; }
      .l_section.libmoSec .l_section_title::before, .l_section.libmoSec .l_section_title::after {
        background-color: #d1292c; }
  @media screen and (min-width: 768px) {
    .l_section:not(.presentSec) .l_section_title {
      display: flex;
      align-items: center;
      width: 100vw;
      margin-left: calc(-50vw + 50%);
      margin-right: calc(-50vw + 50%); } }
  @media screen and (max-width: 919px) {
    .l_section.presentSec .l_section_title {
      font-size: 3.6vw; }
    .l_section.movingSec {
      padding-bottom: 64px; } }
  @media screen and (max-width: 767px) {
    .l_section {
      padding: 60px 12px 4px; }
      .l_section:not(.presentSec) .l_section_title {
        margin-bottom: 32px;
        font-size: 3rem;
        line-height: 1.3; }
        .l_section:not(.presentSec) .l_section_title span {
          top: -40px;
          font-size: 1.6rem; }
      .l_section.presentSec .l_section_title {
        font-size: 2.4rem; }
        .l_section.presentSec .l_section_title::before, .l_section.presentSec .l_section_title::after {
          width: calc(34px * 0.7);
          height: calc(64px * 0.7); }
        .l_section.presentSec .l_section_title::before {
          margin-right: 10px; }
        .l_section.presentSec .l_section_title::after {
          margin-left: 10px; } }
  @media screen and (max-width: 599px) {
    .l_section:not(.presentSec) .l_section_title {
      font-size: 2.7rem; }
      .l_section:not(.presentSec) .l_section_title::before, .l_section:not(.presentSec) .l_section_title::after {
        display: none; }
      .l_section:not(.presentSec) .l_section_title span {
        top: -35px;
        font-size: 1.5rem; }
        .l_section:not(.presentSec) .l_section_title span::before, .l_section:not(.presentSec) .l_section_title span::after {
          width: calc(21px * 0.85);
          height: calc(24px * 0.85); }
    .l_section.presentSec {
      padding-top: 36px; }
      .l_section.presentSec .l_section_title {
        position: relative;
        font-size: 1.9rem;
        line-height: 1.5; }
        .l_section.presentSec .l_section_title::before, .l_section.presentSec .l_section_title::after {
          position: absolute;
          bottom: 0;
          width: calc(34px * 0.9);
          height: calc(64px * 0.9); }
        .l_section.presentSec .l_section_title::before {
          left: -32px; }
        .l_section.presentSec .l_section_title::after {
          right: -32px; } }
  @media screen and (min-width: 600px) {
    .l_section.presentSec .l_section_title br {
      display: none; } }

.l_cont {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 54px; }
  .l_cont_title {
    position: relative;
    margin: 0 auto 40px;
    border-radius: 25px;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.2rem;
    font-weight: 700; }
    @media all and (-ms-high-contrast: none), print {
      .l_cont_title {
        /*IE11*/
        display: inline-block !important;
        overflow: hidden; } }
    .l_cont_title span {
      position: relative;
      border-radius: 25px 0 0 25px;
      background-color: #fff;
      font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
      font-size: 1.8rem;
      font-weight: 600; }
      .l_cont_title span::before {
        display: inline-block; }
      @media all and (-ms-high-contrast: none), print {
        .l_cont_title span {
          /*IE11*/
          float: left;
          line-height: 58px !important; } }
  .l_cont.movingCont .l_cont_title {
    background-color: #317ab9; }
    .l_cont.movingCont .l_cont_title span {
      color: #317ab9; }
      .l_cont.movingCont .l_cont_title span::before {
        position: absolute;
        top: 4px;
        bottom: 0;
        left: 32px;
        width: 44px;
        height: 27px;
        margin: auto;
        background: url("../imgs/ico_truck.svg") no-repeat left top/contain;
        content: ""; }
  .l_cont.libmoCont .l_cont_title {
    background-color: #9e554f; }
    .l_cont.libmoCont .l_cont_title span {
      color: #9e554f; }
      .l_cont.libmoCont .l_cont_title span::before {
        position: absolute;
        top: 3px;
        bottom: 0;
        left: 32px;
        width: 18px;
        height: 32px;
        margin: auto;
        background: url("../imgs/ico_mobile.svg") no-repeat left top/contain;
        content: ""; }
  @media screen and (min-width: 768px) {
    .l_cont {
      padding-left: 40px;
      padding-right: 40px; }
      .l_cont_title {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: fit-content;
        height: 50px;
        padding-right: 32px;
        line-height: 50px; }
        .l_cont_title span {
          display: inline-block;
          left: -1px;
          height: 100%;
          margin-right: 24px;
          padding-right: 24px;
          padding-left: 32px; }
      .l_cont.movingCont .l_cont_title span {
        padding-left: 88px; }
      .l_cont.libmoCont .l_cont_title span {
        padding-left: 64px; } }
  @media screen and (max-width: 959px) {
    .l_cont {
      width: 100%;
      max-width: inherit; } }
  @media screen and (min-width: 768px) and (max-width: 819px) {
    .l_cont_title {
      font-size: 2.2vw; } }
  @media screen and (max-width: 767px) {
    .l_cont {
      margin-bottom: 32px; }
      .l_cont_title {
        max-width: 310px;
        margin-bottom: 28px;
        padding-bottom: 12px;
        border-radius: 8px;
        font-size: 1.9rem; }
        .l_cont_title span {
          display: block;
          margin-bottom: 11px;
          padding: 12px 10px 8px;
          border-radius: 6px 6px 0 0;
          font-size: 1.4rem; }
      .l_cont.movingCont .l_cont_title span::before {
        left: 44px;
        width: calc(44px * 0.65);
        height: calc(27px * 0.65); }
      .l_cont.libmoCont .l_cont_title span::before {
        left: 44px;
        width: calc(18px * 0.7);
        height: calc(32px * 0.7); } }

.el_lead {
  margin-bottom: 40px; }
  .el_lead:not(.is-multi) {
    font-size: 2.8rem;
    line-height: 1.3; }
    .el_lead:not(.is-multi) img {
      height: 37px;
      margin: 0 10px;
      vertical-align: sub; }
    .el_lead:not(.is-multi) span {
      padding: 4px;
      background: linear-gradient(transparent 55%, #fedc5e 55%); }
      @media all and (-ms-high-contrast: none), print {
        .el_lead:not(.is-multi) span {
          /*IE11*/
          padding: 0 4px;
          background: linear-gradient(transparent 70%, #fedc5e 70%);
          background-position-y: -5px; } }
  .el_lead.is-multi {
    display: inline-block;
    position: relative; }
    .el_lead.is-multi::before, .el_lead.is-multi::after {
      display: inline-block;
      position: absolute;
      bottom: 0;
      width: 43px;
      height: 82px;
      background: url("../imgs/ico_cheers_l.svg") no-repeat left top;
      content: ""; }
    .el_lead.is-multi::before {
      left: -70px; }
    .el_lead.is-multi::after {
      right: -70px;
      transform: scale(-1, 1); }
    .el_lead.is-multi span {
      display: block;
      margin-bottom: 10px;
      font-size: 2.2rem; }
    .el_lead.is-multi strong {
      color: #d1292c;
      font-size: 2.8rem; }
    .el_lead.is-multi br {
      display: none; }
  @media screen and (max-width: 767px) {
    .el_lead {
      margin-bottom: 24px; }
      .el_lead:not(.is-multi) {
        font-size: 2rem;
        line-height: 1.5; }
        .el_lead:not(.is-multi) img {
          height: 22px;
          vertical-align: text-bottom; }
      .el_lead.is-multi {
        margin-bottom: 20px;
        line-height: 1.3; }
        .el_lead.is-multi::before, .el_lead.is-multi::after {
          width: calc(43px * 0.7);
          height: calc(82px * 0.7); }
        .el_lead.is-multi::before {
          left: -36px; }
        .el_lead.is-multi::after {
          right: -36px; }
        .el_lead.is-multi span {
          margin-bottom: 6px;
          font-size: 1.4rem; }
        .el_lead.is-multi strong {
          font-size: 2.2rem; }
        .el_lead.is-multi br {
          display: block; } }

.el_btn {
  display: inline-block;
  position: relative;
  padding: 0 32px;
  border-radius: 4px;
  background-color: rgba(209, 41, 44, 0.9); }
  .el_btn span {
    color: #fff;
    font-size: 2rem; }
    .el_btn span::after {
      display: inline-block;
      height: 100%;
      margin-left: 24px;
      font-family: "Material Icons";
      vertical-align: top;
      content: "arrow_forward_ios"; }
      @media all and (-ms-high-contrast: none), print {
        .el_btn span::after {
          /*IE11*/
          position: relative;
          top: -4px; } }
    @media all and (-ms-high-contrast: none), print {
      .el_btn span {
        /*IE11*/
        line-height: 62px !important; } }
  .el_btn.is-lg {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 8px; }
    .el_btn.is-lg span {
      font-size: 3.2rem; }
      @media all and (-ms-high-contrast: none), print {
        .el_btn.is-lg span {
          /*IE11*/
          line-height: 96px !important; } }
      @media all and (-ms-high-contrast: none), print {
        .el_btn.is-lg span::after {
          /*IE11*/
          top: -5px; } }
  .el_btn.is-md {
    padding-left: 36px;
    padding-right: 36px;
    border-radius: 6px; }
    .el_btn.is-md span {
      font-size: 2.6rem; }
      @media all and (-ms-high-contrast: none), print {
        .el_btn.is-md span {
          /*IE11*/
          line-height: 75px !important; } }
  @media screen and (min-width: 768px) {
    .el_btn {
      height: 52px; }
      .el_btn span {
        line-height: 54px; }
      .el_btn.is-lg {
        height: 80px; }
        .el_btn.is-lg span {
          line-height: 84px; }
      .el_btn.is-md {
        height: 64px; }
        .el_btn.is-md span {
          line-height: 67px; } }
  @media screen and (max-width: 767px) {
    .el_btn {
      padding: 16px 20px 13px; }
      .el_btn span {
        font-size: 1.7rem; }
        .el_btn span::after {
          margin-left: 15px; }
      .el_btn.is-lg {
        padding-left: 24px;
        padding-right: 24px; }
        .el_btn.is-lg span {
          font-size: 2rem; }
      .el_btn.is-md {
        padding-left: 20px;
        padding-right: 20px; }
        .el_btn.is-md span {
          font-size: 1.8rem; } }

.el_notes {
  margin-bottom: 24px;
  padding: 0 16px;
  text-align: left; }
  .el_notes li {
    margin-bottom: 3px;
    margin-left: 1em;
    font-size: 1.5rem;
    line-height: 1.6;
    text-indent: -0.88em; }
  @media screen and (max-width: 767px) {
    .el_notes {
      margin-bottom: 20px;
      padding: 0 5px; }
      .el_notes li {
        margin-bottom: 2px;
        font-size: 1.2rem; } }

.presentCont_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .presentCont_list li img {
    margin-bottom: 16px; }
  .presentCont_list li figcaption {
    font-size: 1.4rem;
    line-height: 1.4; }
.presentCont_period {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  padding: 12px 40px;
  border-radius: 4px;
  background-color: #fff; }
  .presentCont_period dt, .presentCont_period dd {
    display: inline-block; }
  .presentCont_period dt {
    height: 100%;
    padding: 12px 24px 10px;
    border-radius: 4px;
    background-color: #5bc2d9;
    color: #fff;
    font-size: 2.5rem; }
    @media all and (-ms-high-contrast: none), print {
      .presentCont_period dt {
        /*IE11*/
        padding: 17px 24px 5px; } }
  .presentCont_period dd {
    font-size: 2.4rem; }
    @media all and (-ms-high-contrast: none), print {
      .presentCont_period dd {
        /*IE11*/
        padding-top: 10px; } }
  .presentCont_period + p {
    margin-bottom: 40px;
    font-size: 1.7rem;
    letter-spacing: 0.5px; }
.presentCont_apply p {
  display: inline-block;
  position: relative;
  height: 60px;
  padding: 0 30px;
  border-radius: 30px;
  background-color: #fedc5e;
  font-size: 2.2rem;
  line-height: 64px; }
  .presentCont_apply p::after {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    content: ""; }
  @media all and (-ms-high-contrast: none), print {
    .presentCont_apply p {
      /*IE11*/
      line-height: 68px; } }
@media screen and (min-width: 950px) {
  .presentCont_list li:nth-child(2) img {
    margin-left: 24px; } }
@media screen and (min-width: 768px) {
  .presentCont_list {
    margin-bottom: 32px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .presentCont_list li {
      display: inline-block;
      width: 32%; }
  .presentCont_period {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: fit-content;
    height: 72px; }
    .presentCont_period dt {
      margin-right: 24px; }
    .presentCont_period dd:first-of-type {
      margin-right: 24px; }
    .presentCont_period + p {
      width: calc(100% + 40px + 40px);
      margin-left: -40px;
      margin-right: -40px; }
      .presentCont_period + p br {
        display: none; }
  .presentCont_apply p {
    margin-right: 24px; }
    .presentCont_apply p::after {
      right: -20px;
      top: 50%;
      margin-top: -8px;
      border-top: 8px solid transparent;
      border-left: 22px solid #fedc5e;
      border-bottom: 8px solid transparent; } }
@media screen and (max-width: 1019px) {
  .presentCont_period {
    height: auto; }
    .presentCont_period dt {
      margin-right: 20px;
      padding-left: 20px;
      padding-right: 20px;
      font-size: 2.3vw; }
    .presentCont_period dd {
      font-size: 2.2vw; }
      .presentCont_period dd:first-of-type {
        margin-right: 20px; }
    .presentCont_period + p {
      font-size: 1.6rem; } }
@media screen and (min-width: 768px) and (max-width: 949px) {
  .presentCont_list {
    width: calc(100% + 40px + 40px);
    margin-left: -40px;
    margin-right: -40px; }
    .presentCont_list li img {
      height: calc(263px * 0.8); }
  .presentCont_period {
    width: calc(100% + 40px + 40px);
    margin-left: -40px;
    margin-right: -40px; }
  .presentCont_apply {
    width: calc(100% + 40px + 40px);
    margin-left: -40px;
    margin-right: -40px; } }
@media screen and (max-width: 767px) {
  .presentCont_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 24px; }
    .presentCont_list li {
      width: 48%; }
      .presentCont_list li:first-child {
        display: block;
        width: 100%;
        margin-bottom: 12px; }
      .presentCont_list li:not(:first-child) img {
        max-width: 100%; }
      .presentCont_list li img {
        margin-bottom: 12px; }
      .presentCont_list li figcaption {
        margin-top: auto;
        font-size: 1.3rem; }
  .presentCont_period {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: rgba(91, 194, 217, 0.95); }
    .presentCont_period dt, .presentCont_period dd, .presentCont_period dd:first-of-type {
      margin-right: 0; }
    .presentCont_period dt {
      width: 25%;
      background-color: #fff;
      color: #333;
      font-size: 1.9rem; }
      .presentCont_period dt:first-of-type {
        margin-bottom: 8px; }
    .presentCont_period dd {
      width: 75%;
      color: #fff;
      font-size: 1.8rem;
      text-align: left; }
      .presentCont_period dd:first-of-type {
        margin-bottom: 8px; }
    .presentCont_period + p {
      margin-bottom: 24px;
      font-size: 1.3rem;
      text-align: left;
      line-height: 1.6; }
  .presentCont_apply {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column; }
    .presentCont_apply p {
      height: 40px;
      margin-bottom: 16px;
      font-size: 1.7rem;
      line-height: 43px; }
      .presentCont_apply p::after {
        left: 46%;
        bottom: -12px;
        border-left: 8px solid transparent;
        border-top: 18px solid #fedc5e;
        border-right: 8px solid transparent; } }
@media screen and (max-width: 599px) {
  .presentCont_list li img {
    margin-right: 20px; }
  .presentCont_period {
    padding: 8px 20px; }
    .presentCont_period dt {
      min-width: 88px;
      padding: 10px 12px 8px;
      font-size: 1.4rem; }
      .presentCont_period dt:first-of-type {
        margin-bottom: 6px; }
    .presentCont_period dd {
      max-width: calc(100% - 88px);
      padding: 10px 0 8px 16px;
      font-size: 1.5rem; }
      .presentCont_period dd:first-of-type {
        margin-bottom: 6px; }
    .presentCont_period + p {
      padding-left: 5px;
      padding-right: 5px; } }

.movingSec_attn {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
  border: 2px solid rgba(209, 41, 44, 0.9);
  background-color: #fff; }
  .movingSec_attn dt {
    padding: 0 24px;
    background-color: rgba(209, 41, 44, 0.9); }
    .movingSec_attn dt span {
      color: #fff;
      font-size: 2.2rem; }
      .movingSec_attn dt span::before {
        display: inline-block;
        margin-right: 8px;
        font-family: "Material Icons";
        font-size: 1.25em;
        vertical-align: sub;
        content: "error_outline"; }
  .movingSec_attn dd {
    padding: 0 24px;
    color: #d1292c;
    font-size: 1.8rem;
    text-align: left;
    line-height: 1.4; }
    @media all and (-ms-high-contrast: none), print {
      .movingSec_attn dd {
        /*IE11*/
        padding-top: 8px; } }
@media screen and (min-width: 768px) {
  .movingSec_attn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 920px;
    height: 80px; }
    .movingSec_attn dt {
      display: inline-block;
      min-width: 160px;
      height: 80px; }
      .movingSec_attn dt span {
        line-height: 84px; }
        .movingSec_attn dt span::before {
          max-height: 80px; } }
@media screen and (max-width: 919px) {
  .movingSec_attn dd {
    font-size: 1.6rem; } }
@media screen and (max-width: 767px) {
  .movingSec_attn {
    margin-bottom: 32px; }
    .movingSec_attn dt {
      padding: 9px 8px 8px; }
      .movingSec_attn dt span {
        position: relative;
        font-size: 1.8rem; }
        .movingSec_attn dt span::before {
          position: absolute;
          top: 0;
          bottom: 0;
          left: -28px;
          margin: auto;
          font-size: 1.1em; }
    .movingSec_attn dd {
      padding: 12px 16px 10px;
      font-size: 1.4rem; } }

.movingCont_benefits .el_img {
  margin-bottom: 40px; }
  .movingCont_benefits .el_img img {
    max-width: 100%; }
.movingCont_benefits .el_desc {
  margin-bottom: 32px;
  font-size: 1.6rem;
  line-height: 1.7; }
.movingCont_benefits table {
  width: 100%;
  margin-bottom: 40px;
  border: 2px solid rgba(91, 194, 217, 0.9);
  background-color: #fff; }
  .movingCont_benefits table:first-of-type {
    margin-bottom: 10px; }
  .movingCont_benefits table th {
    background-color: rgba(91, 194, 217, 0.9);
    padding: 16px 36px 14px;
    color: #fff;
    font-size: 2.6rem;
    text-align: center;
    vertical-align: middle; }
    @media all and (-ms-high-contrast: none), print {
      .movingCont_benefits table th {
        /*IE11*/
        padding-top: 21px;
        padding-bottom: 9px; } }
  .movingCont_benefits table td {
    font-size: 1.5rem;
    text-align: left;
    vertical-align: middle; }
    .movingCont_benefits table td:first-of-type {
      padding-left: 36px;
      padding-right: 12px;
      color: #d1292c;
      font-size: 2rem; }
      .movingCont_benefits table td:first-of-type strong {
        padding-right: 4px;
        font-family: 'Oswald', sans-serif;
        font-size: 2.8rem; }
    .movingCont_benefits table td:nth-of-type(2) {
      padding-left: 12px;
      padding-right: 12px; }
    .movingCont_benefits table td:nth-of-type(3) {
      padding: 10px 36px 8px 12px;
      font-size: 1.4rem;
      line-height: 1.4;
      letter-spacing: 0.5px; }
    @media all and (-ms-high-contrast: none), print {
      .movingCont_benefits table td {
        /*IE11*/
        padding-top: 5px; } }
.movingCont_benefits .el_period {
  margin-bottom: 32px;
  text-align: center; }
  .movingCont_benefits .el_period dt, .movingCont_benefits .el_period dd {
    display: inline-block;
    color: #d1292c;
    font-size: 2.8rem;
    letter-spacing: 0.5px; }
  .movingCont_benefits .el_period dt::after {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 16px;
    border-radius: 50%;
    background-color: #d1292c;
    color: #fff;
    font-family: "Material Icons";
    font-size: 0.85em;
    text-align: center;
    line-height: 30px;
    content: "arrow_right"; }
@media screen and (min-width: 768px) {
  .movingCont_benefits table {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: auto; }
    .movingCont_benefits table th {
      min-width: 124px; }
    .movingCont_benefits table td:first-of-type {
      min-width: 248px; }
    .movingCont_benefits table td:nth-of-type(2) {
      min-width: 110px; } }
@media screen and (min-width: 768px) and (max-width: 1019px) {
  .movingCont_benefits table {
    width: calc(100% + 40px + 40px);
    margin-left: -40px;
    margin-right: -40px; }
    .movingCont_benefits table th {
      min-width: 100px;
      padding-left: 24px;
      padding-right: 24px; }
    .movingCont_benefits table td:first-of-type {
      min-width: 240px;
      padding-left: 24px;
      padding-right: 10px; }
    .movingCont_benefits table td:nth-of-type(2) {
      line-height: 1.3; }
    .movingCont_benefits table td:nth-of-type(3) {
      line-height: 1.3; } }
@media screen and (max-width: 767px) {
  .movingCont_benefits .el_img {
    margin-bottom: 32px; }
  .movingCont_benefits .el_desc {
    margin-bottom: 24px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 1.3rem;
    text-align: left; }
  .movingCont_benefits table {
    margin-bottom: 24px; }
    .movingCont_benefits table th, .movingCont_benefits table td {
      display: block;
      width: 100%;
      text-align: center; }
    .movingCont_benefits table th {
      padding: 8px 16px 7px;
      font-size: 2rem; }
    .movingCont_benefits table td:first-of-type {
      padding: 12px 16px 8px; }
    .movingCont_benefits table td:nth-of-type(3) {
      padding: 6px 16px 10px;
      font-size: 1.2rem; }
      .movingCont_benefits table td:nth-of-type(3) br {
        display: none; } }
@media screen and (max-width: 599px) {
  .movingCont_benefits .el_period {
    margin-bottom: 24px; }
    .movingCont_benefits .el_period dt, .movingCont_benefits .el_period dd {
      display: block;
      font-size: 2rem; }
    .movingCont_benefits .el_period dt {
      margin-bottom: 6px; }
      .movingCont_benefits .el_period dt::after {
        width: 20px;
        height: 20px;
        margin: 0 0 0 10px;
        line-height: 21px;
        content: "arrow_drop_down"; } }

.movingCont_flow {
  padding: 40px;
  background-color: #fff; }
  .movingCont_flowList {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .movingCont_flowList li {
      position: relative;
      padding: 80px 20px 24px;
      border: 3px solid rgba(238, 238, 238, 0.9);
      background-color: #f5f5f5; }
      .movingCont_flowList li::before {
        display: inline-block;
        position: absolute;
        top: -16px;
        left: 0;
        right: 0;
        width: 72px;
        height: 72px;
        margin: auto;
        border-radius: 50%;
        background-color: #fedc5e;
        color: #fff;
        font-family: 'Oswald', sans-serif;
        font-size: 3.2rem;
        text-align: center;
        line-height: 74px;
        letter-spacing: 1px; }
      .movingCont_flowList li dl dt {
        position: relative;
        margin-bottom: 44px;
        font-size: 2.1rem;
        line-height: 1.5;
        text-align: center; }
        .movingCont_flowList li dl dt::after {
          display: inline-block;
          position: absolute;
          bottom: -22px;
          left: 0;
          right: 0;
          width: 56px;
          height: 2px;
          margin: auto;
          background-color: #fedc5e;
          content: ""; }
      .movingCont_flowList li dl dd {
        text-align: center; }
        .movingCont_flowList li dl dd p {
          font-size: 1.5rem;
          line-height: 1.8;
          text-align: left; }
        .movingCont_flowList li dl dd .el_btn {
          margin: 16px auto 0;
          padding-left: 20px;
          padding-right: 20px; }
          .movingCont_flowList li dl dd .el_btn span {
            font-size: 1.8rem; }
      .movingCont_flowList li:first-child::before {
        content: "01"; }
      .movingCont_flowList li:nth-child(2) dl dt {
        letter-spacing: -1px; }
      .movingCont_flowList li:nth-child(2)::before {
        content: "02"; }
      .movingCont_flowList li:nth-child(3)::before {
        content: "03"; }
@media screen and (min-width: 768px) {
  .movingCont_flow {
    width: calc(100% + 40px + 40px);
    margin-left: -40px;
    margin-right: -40px; }
    .movingCont_flowList {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      .movingCont_flowList li {
        display: inline-block;
        width: 31.5%; }
        .movingCont_flowList li:not(:last-child)::after {
          display: inline-block;
          position: absolute;
          top: 0;
          bottom: 0;
          right: -1.2em;
          width: 1em;
          height: 1em;
          margin: auto;
          color: #999;
          font-family: "Material Icons";
          font-size: 2.2rem;
          content: "chevron_right"; } }
@media screen and (max-width: 1019px) {
  .movingCont_flowList li dl dd .el_btn {
    padding-left: 16px;
    padding-right: 16px; }
    .movingCont_flowList li dl dd .el_btn span {
      font-size: 1.6rem; }
      .movingCont_flowList li dl dd .el_btn span::after {
        margin-left: 8px; } }
@media screen and (max-width: 919px) {
  .movingCont_flowList li {
    width: 100%;
    padding: 64px 16px 20px; }
    .movingCont_flowList li:not(:last-child) {
      margin-bottom: 16px; }
    .movingCont_flowList li::before {
      top: -12px;
      width: 60px;
      height: 60px;
      font-size: 2.8rem;
      line-height: 62px; }
    .movingCont_flowList li dl dt {
      margin-bottom: 36px;
      font-size: 2rem;
      line-height: 1.4; }
      .movingCont_flowList li dl dt::after {
        bottom: -20px; }
    .movingCont_flowList li dl dd p {
      font-size: 1.35rem;
      line-height: 1.6; }
    .movingCont_flowList li dl dd .el_btn {
      margin-top: 12px; }
    .movingCont_flowList li:not(:last-child)::after {
      display: none; } }
@media screen and (max-width: 767px) {
  .movingCont_flow {
    padding: 20px; } }

.movingCont_ant {
  position: relative; }
  .movingCont_ant figure {
    display: inline-block; }
  .movingCont_ant p {
    font-size: 1.7rem;
    line-height: 1.8;
    text-align: left; }
    .movingCont_ant p strong {
      padding: 4px;
      background: linear-gradient(transparent 55%, #fedc5e 55%);
      font-size: 2.4rem; }
      @media all and (-ms-high-contrast: none), print {
        .movingCont_ant p strong {
          padding: 0 4px;
          background: linear-gradient(transparent 70%, #fedc5e 70%);
          background-position-y: -5px; } }
    .movingCont_ant p > span {
      display: block;
      margin-top: 16px;
      font-size: 1.3rem;
      line-height: 1.6; }
    .movingCont_ant p .el_btn {
      position: absolute;
      margin-top: 20px;
      line-height: 1; }
@media screen and (min-width: 920px) {
  .movingCont_ant p > span {
    padding-right: 50%; }
  .movingCont_ant p .el_btn {
    position: absolute;
    bottom: 0;
    right: 0; } }
@media screen and (min-width: 768px) {
  .movingCont_ant {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-left: auto;
    margin-right: auto; }
    .movingCont_ant figure img {
      max-width: 248px;
      margin-right: 32px; }
    .movingCont_ant p {
      width: calc(100% - 248px + 32px); } }
@media screen and (max-width: 919px) {
  .movingCont_ant p .el_btn {
    left: 50%;
    transform: translateX(-50%); } }
@media screen and (max-width: 767px) {
  .movingCont_ant figure {
    display: block;
    margin-bottom: 16px; }
    .movingCont_ant figure img {
      width: 100%;
      max-width: 300px; }
  .movingCont_ant p {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: center; }
    .movingCont_ant p strong {
      font-size: 2rem; }
    .movingCont_ant p > span {
      margin-top: 12px;
      font-size: 1.1rem; }
    .movingCont_ant p .el_btn {
      margin-top: 18px; } }
@media screen and (max-width: 599px) {
  .movingCont_ant p {
    text-align: left; } }

.libmoCont_dc {
  margin-bottom: 32px;
  padding-top: 10px; }
  .libmoCont_dc p {
    position: relative; }
    .libmoCont_dc p:nth-child(2)::before {
      display: inline-block;
      width: 0;
      height: 0;
      margin: auto;
      border-style: solid;
      content: ""; }
    .libmoCont_dc p img {
      max-width: 100%; }
@media screen and (min-width: 768px) {
  .libmoCont_dc {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center; }
    .libmoCont_dc p {
      display: inline-block;
      width: 48%; }
      .libmoCont_dc p:nth-child(2) {
        margin-left: 4%; }
        .libmoCont_dc p:nth-child(2)::before {
          position: absolute;
          top: 0;
          bottom: 0;
          left: -22px;
          width: 2%;
          border-width: 28px 0 28px 24px;
          border-color: transparent transparent transparent rgba(209, 41, 44, 0.55); } }
@media screen and (max-width: 767px) {
  .libmoCont_dc {
    padding-left: 16px;
    padding-right: 16px; }
    .libmoCont_dc p {
      text-align: center; }
      .libmoCont_dc p:first-child {
        margin-bottom: 8px; }
      .libmoCont_dc p:nth-child(2)::before {
        display: block;
        top: -20%;
        margin: 10px auto;
        border-width: 20px 24px 0 24px;
        border-color: rgba(209, 41, 44, 0.55) transparent transparent transparent; }
      .libmoCont_dc p img {
        max-width: 100%;
        margin: auto; } }

.libmoCont_feeTable {
  width: 100%;
  margin-bottom: 24px;
  border: 2px solid #5bc2d9;
  background-color: #fff; }
  .libmoCont_feeTable caption {
    padding: 10px 0 8px;
    border: 2px solid #5bc2d9;
    border-bottom: none;
    background-color: #fff;
    color: #5bc2d9;
    font-size: 1.6rem; }
    @media all and (-ms-high-contrast: none), print {
      .libmoCont_feeTable caption {
        /*IE11*/
        padding-top: 13px;
        padding-bottom: 5px; } }
  .libmoCont_feeTable thead {
    background-color: #5bc2d9; }
    .libmoCont_feeTable thead th, .libmoCont_feeTable thead td {
      padding: 10px 0;
      color: #fff;
      font-size: 1.6rem; }
      @media all and (-ms-high-contrast: none), print {
        .libmoCont_feeTable thead th, .libmoCont_feeTable thead td {
          /*IE11*/
          padding-top: 14px;
          padding-bottom: 6px; } }
  .libmoCont_feeTable tbody tr:nth-of-type(2) td {
    color: #d1292c; }
  .libmoCont_feeTable tbody th, .libmoCont_feeTable tbody td {
    padding: 10px 0 8px;
    border: 2px solid #5bc2d9;
    vertical-align: middle; }
    .libmoCont_feeTable tbody th img, .libmoCont_feeTable tbody td img {
      height: 28px;
      margin: 0 6px 6px;
      vertical-align: middle; }
  .libmoCont_feeTable tbody th {
    font-size: 1.6rem;
    line-height: 1; }
    .libmoCont_feeTable tbody th strong {
      font-size: 2.2rem; }
    .libmoCont_feeTable tbody th span {
      padding: 0 3px;
      font-size: 0.7em; }
    @media all and (-ms-high-contrast: none), print {
      .libmoCont_feeTable tbody th {
        /*IE11*/
        padding-top: 13px;
        padding-bottom: 5px; } }
  .libmoCont_feeTable tbody td {
    font-size: 1.4rem; }
    .libmoCont_feeTable tbody td strong {
      padding-right: 4px;
      font-family: 'Oswald', sans-serif;
      font-size: 3.6rem; }
.libmoCont_apply {
  position: relative;
  padding: 32px 40px;
  background-color: #fff; }
  .libmoCont_apply::before {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 92px;
    height: 101px;
    margin: auto;
    background: url("../imgs/ico_smartphone.svg") no-repeat left top/contain;
    content: ""; }
  .libmoCont_apply::after {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    width: 80px;
    height: 100px;
    margin: auto;
    background: url("../imgs/ico_sim.svg") no-repeat left top/contain;
    content: ""; }
  .libmoCont_apply p {
    margin-bottom: 20px;
    font-size: 2.5rem; }
    .libmoCont_apply p img {
      height: 36px;
      margin: 0 10px;
      vertical-align: sub; }
@media screen and (min-width: 900px) {
  .libmoCont_feeTable tbody tr:nth-of-type(2) th {
    position: relative;
    padding-right: 40px; }
    .libmoCont_feeTable tbody tr:nth-of-type(2) th::after {
      display: inline-block;
      position: absolute;
      top: -62%;
      right: -8%;
      width: calc(110px * 0.8);
      height: calc(107px * 0.8);
      background: url("../imgs/img_balloon.png") no-repeat left top/contain;
      content: ""; }
    .libmoCont_feeTable tbody tr:nth-of-type(2) th strong {
      color: #d1292c; } }
@media screen and (min-width: 768px) {
  .libmoCont_feeTable thead td {
    border-left: 2px solid #fff; }
  .libmoCont_feeTable tbody tr:nth-of-type(2) td strong {
    position: relative; }
    .libmoCont_feeTable tbody tr:nth-of-type(2) td strong::after {
      display: inline-block;
      position: absolute;
      top: -11px;
      right: -22px;
      width: calc(97px * 0.45);
      height: calc(74px * 0.45);
      background: url("../imgs/img_zutto.png") no-repeat left top/contain;
      content: ""; }
  .libmoCont_apply p br {
    display: none; } }
@media screen and (max-width: 979px) {
  .libmoCont_apply::before {
    left: 24px;
    width: cal(78.2px);
    height: calc(101px * 0.85); }
  .libmoCont_apply::after {
    right: 24px;
    width: calc(80px * 0.85);
    height: calc(100px * 0.85); }
  .libmoCont_apply p {
    font-size: 2.4vw; }
    .libmoCont_apply p img {
      height: 28px; } }
@media screen and (max-width: 767px) {
  .libmoCont_fee {
    padding-left: 5px;
    padding-right: 5px; }
    .libmoCont_feeTable {
      margin-bottom: 20px; }
      .libmoCont_feeTable caption {
        display: none; }
      .libmoCont_feeTable thead {
        display: none; }
      .libmoCont_feeTable tbody tr {
        display: block;
        width: 100%; }
        .libmoCont_feeTable tbody tr:nth-of-type(2) td strong {
          position: relative; }
          .libmoCont_feeTable tbody tr:nth-of-type(2) td strong::after {
            display: inline-block;
            position: absolute;
            top: 3px;
            left: -42px;
            width: calc(97px * 0.35);
            height: calc(74px * 0.35);
            background: url("../imgs/img_zutto.png") no-repeat left top/contain;
            transform: rotate(-20deg);
            content: ""; }
      .libmoCont_feeTable tbody th, .libmoCont_feeTable tbody td {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        display: block;
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        *zoom: 1; }
        .libmoCont_feeTable tbody th:before, .libmoCont_feeTable tbody th:after, .libmoCont_feeTable tbody td:before, .libmoCont_feeTable tbody td:after {
          content: "";
          clear: both;
          display: table; }
        .libmoCont_feeTable tbody th::before, .libmoCont_feeTable tbody td::before {
          display: inline-block;
          position: relative;
          top: 7.5px;
          float: left;
          color: #333;
          font-size: 1.5rem;
          content: attr(aria-label); }
      .libmoCont_feeTable tbody th {
        padding-bottom: 6px;
        background-color: #5bc2d9;
        color: #fff;
        text-align: center; }
        .libmoCont_feeTable tbody th img {
          height: 28px;
          margin-bottom: 2px; }
        .libmoCont_feeTable tbody th strong {
          padding: 0 5px; }
        .libmoCont_feeTable tbody th span {
          font-size: 0.9em; }
        .libmoCont_feeTable tbody th br {
          display: none; }
      .libmoCont_feeTable tbody td {
        text-align: right; }
        .libmoCont_feeTable tbody td strong {
          font-size: 2.8rem; }
  .libmoCont_apply {
    padding: 20px 16px; }
    .libmoCont_apply::before {
      left: 16px;
      width: cal(69px);
      height: calc(101px * 0.75); }
    .libmoCont_apply::after {
      right: 16px;
      width: calc(80px * 0.75);
      height: calc(100px * 0.75); }
    .libmoCont_apply p {
      margin-bottom: 16px;
      font-size: 1.8rem;
      line-height: 1.4; }
      .libmoCont_apply p img {
        height: 20px;
        vertical-align: text-bottom; } }
@media screen and (max-width: 479px) {
  .libmoCont_apply::before {
    left: 18px;
    width: cal(36.8px);
    height: calc(101px * 0.4); }
  .libmoCont_apply::after {
    right: 18px;
    width: calc(80px * 0.4);
    height: calc(100px * 0.4); }
  .libmoCont_apply p {
    margin-bottom: 14px; } }

.libmoCont_setwari ul {
  margin-bottom: 32px; }
  .libmoCont_setwari ul li {
    background-color: #f5f5f5;
    box-shadow: 3px 3px 0 0 rgba(204, 204, 204, 0.4); }
    .libmoCont_setwari ul li dl dt {
      display: table;
      width: 100%;
      height: 100px;
      padding: 0 24px;
      text-align: center; }
      .libmoCont_setwari ul li dl dt p {
        display: table-cell;
        padding-top: 4px;
        vertical-align: middle; }
        .libmoCont_setwari ul li dl dt p img {
          display: inline-block;
          height: 36px;
          max-width: 100%;
          margin: 0 auto 12px; }
        .libmoCont_setwari ul li dl dt p span {
          display: block;
          color: #333;
          font-size: 1.6rem; }
    .libmoCont_setwari ul li dl dd {
      height: 50px;
      background-color: #fff;
      text-align: center; }
      .libmoCont_setwari ul li dl dd a {
        padding: 0 24px; }
      .libmoCont_setwari ul li dl dd span {
        color: #d1292c;
        font-size: 2.2rem;
        line-height: 53px; }
        .libmoCont_setwari ul li dl dd span::before {
          display: inline-block;
          margin-right: 16px;
          color: #333;
          font-family: "Material Icons";
          vertical-align: top;
          content: "arrow_forward"; }
          @media all and (-ms-high-contrast: none), print {
            .libmoCont_setwari ul li dl dd span::before {
              /*IE11*/
              position: relative;
              top: -4px; } }
        @media all and (-ms-high-contrast: none), print {
          .libmoCont_setwari ul li dl dd span {
            /*IE11*/
            line-height: 59px; } }
    .libmoCont_setwari ul li:nth-child(3) dl dt img {
      height: 20px; }
.libmoCont_setwari p {
  margin-bottom: 32px;
  font-size: 1.5rem; }
@media screen and (min-width: 768px) {
  .libmoCont_setwari ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .libmoCont_setwari ul li {
      display: inline-block;
      width: 31.5%; } }
@media screen and (max-width: 1019px) {
  .libmoCont_setwari ul li dl dd span {
    font-size: 1.8vw; } }
@media screen and (max-width: 767px) {
  .libmoCont_setwari ul li:not(:last-child) {
    margin-bottom: 16px; }
  .libmoCont_setwari ul li dl dd span {
    font-size: 2rem; } }

.information {
  width: 100%;
  margin-bottom: 32px;
  padding: 24px;
  border: 2px solid #3963af;
  background-color: #fff;
  text-align: center; }
  .information .el_text {
    margin-bottom: 16px;
    color: #3963af;
    font-size: 1.8rem;
    line-height: 1.6; }
  @media screen and (max-width: 767px) {
    .information {
      margin-bottom: 24px;
      padding: 20px; }
      .information .el_text {
        margin-bottom: 10px;
        font-size: 1.6rem;
        line-height: 1.5; }
        .information .el_text br:nth-child(2) {
          display: none; } }
