@charset "UTF-8";
/* ------------ font ------------ */
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;500;700&display=swap);
/* ------------ color ------------ */
/* ------------ css reset ------------ */
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

img {
  vertical-align: bottom; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent; }

ins {
  text-decoration: none; }

mark {
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  width: 100%;
  display: block;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* ------------ SP ------------ */
@media screen and (max-width: 800px) {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%; }

  /* ------------ spmaterial-i ------------ */
  .spmaterial-i, #header .sp-box a.h-button::before, #header #g-nav ul li a:after, #header-new .sp-box a.h-button::before, #header-new #g-nav ul li a:after, #top-news ul li .news-box ul li a .text-box p.date::before, #footer .box-01 ul li:nth-child(1)::before, #footer .box-01 ul li:nth-child(2) a::before, #page-top a::before, #breadcrumb-box ul li:before, #breadcrumb-box ul li:first-child:before, #company-box .box-03 ul li a:after, #purchase-box .box-03 a.s-button::before, #sale-box .box-07 .wrap-box a.s-button::before, #assessment-box .box-02 ul li::after, #sitemap-box ul li a:before, #news-box #main-box .newslist-box ul.type-01 li .text-box p.date:before, #news-box #main-box .newslist-box ul.link-box li a:after, #news-box #main-box .newsarticle-box .cate-title p.list:before, #news-box #main-box .newsarticle-box .article-box p.date:before, #news-box #main-box .newsarticle-box .article-next p.back:before, #news-box #side-box .widget_recent_entries ul li a:before, #news-box #side-box .widget_categories ul li a:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    vertical-align: middle; }

  /* ------------ top-loader ------------ */
  #top-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 3000;
    text-align: center; }
    #top-loader #loader {
      position: fixed;
      top: 50%;
      left: 50%;
      margin: 0 0 0 -13px;
      z-index: 4000; }
      #top-loader #loader img {
        width: 13px; }

  /* ------------ common ------------ */
  h3 {
    font-size: 20px;
    line-height: 1.5;
    font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    font-weight: 700; }
    h3::before {
      content: '';
      display: block;
      width: 19px;
      height: 21.5px;
      background-image: url(../img/04.png);
      background-size: contain;
      margin: 0 auto; }
    h3.c-01 {
      color: #fff; } }
@media only screen and (max-width: 800px) and (-webkit-min-device-pixel-ratio: 2) {
  h3::before {
    content: '';
    display: block;
    width: 19px;
    height: 21.5px;
    background-image: url(../img/04.png);
    background-size: contain;
    margin: 0 auto; } }
@media screen and (max-width: 800px) {
  a.button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 10px 0;
    width: 180px;
    font-size: 14px;
    line-height: 1.5;
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border: 1px solid #000;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    margin: 30px auto 0; }
    a.button::before {
      content: '';
      position: absolute;
      top: calc(50% - 2px);
      right: -20px;
      transform: translateY(calc(-50% - 2px)) rotate(30deg);
      width: 12px;
      height: 1px;
      background: #000;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
    a.button::after {
      content: '';
      position: absolute;
      top: 50%;
      right: -20px;
      transform: translateY(-50%);
      width: 40px;
      height: 1px;
      background: #000;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
    a.button:link, a.button:visited, a.button:active {
      text-decoration: none;
      color: #000; }
    a.button:hover {
      text-decoration: none;
      background-color: #19499D;
      border: 1px solid #19499D;
      color: #fff; }
    a.button:hover::before, a.button:hover::after {
      right: -30px;
      background: #19499D; }
    a.button.c-01 {
      background: #19499D;
      border: none; }
      a.button.c-01::before {
        background: #fff; }
      a.button.c-01::after {
        background: #fff; }
      a.button.c-01:link, a.button.c-01:visited, a.button.c-01:active {
        color: #fff; }
      a.button.c-01:hover {
        border: none; }

  /* ------------ header ------------ */
  #header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 1000; }
    #header .sp-box {
      height: 50px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #19499D; }
      #header .sp-box h1 {
        text-indent: -9999px;
        padding: 5px 10px; }
        #header .sp-box h1 a {
          background: url(../img/01.png) no-repeat center center;
          background-size: cover;
          width: 93px;
          height: 40px;
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #header .sp-box h1 a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); } }
    @media only screen and (max-width: 800px) and (-webkit-min-device-pixel-ratio: 2) {
      #header .sp-box h1 a {
        background: url(../img/01@2x.png) no-repeat center center;
        background-size: cover;
        width: 93px;
        height: 40px;
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; } }
@media screen and (max-width: 800px) {
      #header .sp-box a.h-button {
        margin: 0 0 0 auto;
        background: #fff;
        font-size: 12px;
        line-height: 1;
        font: normal 1.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        padding: 5px 10px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        box-sizing: border-box;
        color: #19499D;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #header .sp-box a.h-button::before {
          content: 'send';
          font-size: 14px;
          margin: 0 3px 0 0; }
        #header .sp-box a.h-button:link, #header .sp-box a.h-button:visited, #header .sp-box a.h-button:active {
          text-decoration: none; }
        #header .sp-box a.h-button:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
      #header .sp-box .bars {
        position: relative;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        cursor: pointer;
        z-index: 2000; }
        #header .sp-box .bars .bar {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 26px;
          height: 2px;
          background: #fff;
          border-radius: 1px;
          transition: all 0.25s ease-in-out 0s;
          -moz-transition: all 0.25s ease-in-out 0s;
          -webkit-transition: all 0.25s ease-in-out 0s;
          -ms-transition: all 0.25s ease-in-out 0s;
          -o-transition: all 0.25s ease-in-out 0s; }
        #header .sp-box .bars .bar-1 {
          margin: -9px 0 0 -13px; }
        #header .sp-box .bars .bar-2 {
          margin: -1px 0 0 -13px; }
        #header .sp-box .bars .bar-3 {
          margin: 7px 0 0 -13px; }
      #header .sp-box .bars.step-1 .bar-1 {
        transform: translate3d(0, 8px, 0);
        -moz-transform: translate3d(0, 8px, 0);
        -webkit-transform: translate3d(0, 8px, 0);
        -ms-transform: translate3d(0, 8px, 0);
        -o-transform: translate3d(0, 8px, 0); }
      #header .sp-box .bars.step-1 .bar-2 {
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg); }
      #header .sp-box .bars.step-1 .bar-3 {
        transform: translate3d(0, -8px, 0);
        -moz-transform: translate3d(0, -8px, 0);
        -webkit-transform: translate3d(0, -8px, 0);
        -ms-transform: translate3d(0, -8px, 0);
        -o-transform: translate3d(0, -8px, 0); }
      #header .sp-box .bars.step-2 .bar-1 {
        transform: translate3d(0, 8px, 0) rotate(135deg);
        -moz-transform: translate3d(0, 8px, 0) rotate(135deg);
        -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
        -ms-transform: translate3d(0, 8px, 0) rotate(135deg);
        -o-transform: translate3d(0, 8px, 0) rotate(135deg); }
      #header .sp-box .bars.step-2 .bar-2 {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg); }
      #header .sp-box .bars.step-2 .bar-3 {
        transform: translate3d(0, -8px, 0) rotate(135deg);
        -moz-transform: translate3d(0, -8px, 0) rotate(135deg);
        -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
        -ms-transform: translate3d(0, -8px, 0) rotate(135deg);
        -o-transform: translate3d(0, -8px, 0) rotate(135deg); }
    #header #g-nav {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 50px;
      left: 0;
      z-index: 100;
      opacity: 0;
      filter: alpha(opacity=0);
      visibility: hidden;
      transition: all 0.7s;
      -moz-transition: all 0.7s;
      -webkit-transition: all 0.7s;
      -ms-transition: all 0.7s;
      -o-transition: all 0.7s;
      overflow: scroll; }
      #header #g-nav .bg {
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.9);
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; }
      #header #g-nav.open {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        transition: all 0.7s;
        -moz-transition: all 0.7s;
        -webkit-transition: all 0.7s;
        -ms-transition: all 0.7s;
        -o-transition: all 0.7s; }
      #header #g-nav p {
        display: none; }
      #header #g-nav ul {
        width: 80%;
        margin: 20px auto 0; }
        #header #g-nav ul li {
          border-bottom: 1px solid #19499D; }
          #header #g-nav ul li a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            padding: 15px 0;
            display: block;
            position: relative; }
            #header #g-nav ul li a:after {
              content: 'play_circle_filled';
              font-size: 16px;
              color: #19499D;
              position: absolute;
              right: 10px;
              top: 50%;
              transform: translateY(-40%);
              -moz-transform: translateY(-40%);
              -webkit-transform: translateY(-40%);
              -ms-transform: translateY(-40%);
              -o-transform: translateY(-40%); }
            #header #g-nav ul li a:link, #header #g-nav ul li a:visited, #header #g-nav ul li a:active {
              color: #000;
              text-decoration: none; }
            #header #g-nav ul li a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }

  /* ------------ header-new ------------ */
  #header-new {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 1000; }
    #header-new .sp-box {
      height: 50px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #19499D; }
      #header-new .sp-box h1 {
        text-indent: -9999px;
        padding: 5px 10px; }
        #header-new .sp-box h1 a {
          background: url(../img/01.png) no-repeat center center;
          background-size: cover;
          width: 93px;
          height: 40px;
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #header-new .sp-box h1 a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); } }
    @media only screen and (max-width: 800px) and (-webkit-min-device-pixel-ratio: 2) {
      #header-new .sp-box h1 a {
        background: url(../img/01@2x.png) no-repeat center center;
        background-size: cover;
        width: 93px;
        height: 40px;
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; } }
@media screen and (max-width: 800px) {
      #header-new .sp-box a.h-button {
        margin: 0 0 0 auto;
        background: #fff;
        font-size: 12px;
        line-height: 1;
        font: normal 1.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        padding: 5px 10px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        box-sizing: border-box;
        color: #19499D;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #header-new .sp-box a.h-button::before {
          content: 'send';
          font-size: 14px;
          margin: 0 3px 0 0; }
        #header-new .sp-box a.h-button:link, #header-new .sp-box a.h-button:visited, #header-new .sp-box a.h-button:active {
          text-decoration: none; }
        #header-new .sp-box a.h-button:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
      #header-new .sp-box .bars {
        position: relative;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        cursor: pointer;
        z-index: 2000; }
        #header-new .sp-box .bars .bar {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 26px;
          height: 2px;
          background: #fff;
          border-radius: 1px;
          transition: all 0.25s ease-in-out 0s;
          -moz-transition: all 0.25s ease-in-out 0s;
          -webkit-transition: all 0.25s ease-in-out 0s;
          -ms-transition: all 0.25s ease-in-out 0s;
          -o-transition: all 0.25s ease-in-out 0s; }
        #header-new .sp-box .bars .bar-1 {
          margin: -9px 0 0 -13px; }
        #header-new .sp-box .bars .bar-2 {
          margin: -1px 0 0 -13px; }
        #header-new .sp-box .bars .bar-3 {
          margin: 7px 0 0 -13px; }
      #header-new .sp-box .bars.step-1 .bar-1 {
        transform: translate3d(0, 8px, 0);
        -moz-transform: translate3d(0, 8px, 0);
        -webkit-transform: translate3d(0, 8px, 0);
        -ms-transform: translate3d(0, 8px, 0);
        -o-transform: translate3d(0, 8px, 0); }
      #header-new .sp-box .bars.step-1 .bar-2 {
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg); }
      #header-new .sp-box .bars.step-1 .bar-3 {
        transform: translate3d(0, -8px, 0);
        -moz-transform: translate3d(0, -8px, 0);
        -webkit-transform: translate3d(0, -8px, 0);
        -ms-transform: translate3d(0, -8px, 0);
        -o-transform: translate3d(0, -8px, 0); }
      #header-new .sp-box .bars.step-2 .bar-1 {
        transform: translate3d(0, 8px, 0) rotate(135deg);
        -moz-transform: translate3d(0, 8px, 0) rotate(135deg);
        -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
        -ms-transform: translate3d(0, 8px, 0) rotate(135deg);
        -o-transform: translate3d(0, 8px, 0) rotate(135deg); }
      #header-new .sp-box .bars.step-2 .bar-2 {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg); }
      #header-new .sp-box .bars.step-2 .bar-3 {
        transform: translate3d(0, -8px, 0) rotate(135deg);
        -moz-transform: translate3d(0, -8px, 0) rotate(135deg);
        -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
        -ms-transform: translate3d(0, -8px, 0) rotate(135deg);
        -o-transform: translate3d(0, -8px, 0) rotate(135deg); }
    #header-new #g-nav {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 50px;
      left: 0;
      z-index: 100;
      opacity: 0;
      filter: alpha(opacity=0);
      visibility: hidden;
      transition: all 0.7s;
      -moz-transition: all 0.7s;
      -webkit-transition: all 0.7s;
      -ms-transition: all 0.7s;
      -o-transition: all 0.7s;
      overflow: scroll; }
      #header-new #g-nav .bg {
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.9);
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; }
      #header-new #g-nav.open {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        transition: all 0.7s;
        -moz-transition: all 0.7s;
        -webkit-transition: all 0.7s;
        -ms-transition: all 0.7s;
        -o-transition: all 0.7s; }
      #header-new #g-nav p {
        display: none; }
      #header-new #g-nav ul {
        width: 80%;
        margin: 20px auto 0; }
        #header-new #g-nav ul li {
          border-bottom: 1px solid #19499D; }
          #header-new #g-nav ul li a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            padding: 15px 0;
            display: block;
            position: relative; }
            #header-new #g-nav ul li a:after {
              content: 'play_circle_filled';
              font-size: 16px;
              color: #19499D;
              position: absolute;
              right: 10px;
              top: 50%;
              transform: translateY(-40%);
              -moz-transform: translateY(-40%);
              -webkit-transform: translateY(-40%);
              -ms-transform: translateY(-40%);
              -o-transform: translateY(-40%); }
            #header-new #g-nav ul li a:link, #header-new #g-nav ul li a:visited, #header-new #g-nav ul li a:active {
              color: #000;
              text-decoration: none; }
            #header-new #g-nav ul li a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }

  /* ------------ top-eyecatch ------------ */
  #top-eyecatch {
    margin: 50px 0 0 0;
    background: url(../img/02.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column; }
    #top-eyecatch .text-box {
      margin: -50% 0 0 0;
      padding: 0 20px;
      text-align: center; }
      #top-eyecatch .text-box h2 {
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #fff;
        font-weight: 500;
        text-shadow: 0 0 5px #000;
        background: linear-gradient(transparent 80%, #9BCA1A 80%);
        display: inline-block; }
      #top-eyecatch .text-box p {
        font-size: 22px;
        line-height: 1.5;
        font: normal 2.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #fff;
        font-weight: 700;
        font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        text-shadow: 0 0 5px #000;
        margin: 10px 0 0 0; }
      #top-eyecatch .text-box .event-box {
        background: rgba(25, 73, 160, 0.8);
        padding: 10px;
        box-sizing: border-box;
        margin: 10px 0 0 0;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px; }
        #top-eyecatch .text-box .event-box p.title {
          font-size: 24px;
          line-height: 1.5;
          font: normal 2.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #fff;
          text-shadow: none;
          margin: 0;
          font-weight: 700; }
        #top-eyecatch .text-box .event-box p.note {
          font-size: 10px;
          line-height: 1.5;
          font: normal 1rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 400;
          text-shadow: none;
          margin: 5px 0 0 0; }
        #top-eyecatch .text-box .event-box p span.c-01 {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 0 10px 0 0;
          background: #fff;
          color: #19499D;
          padding: 5px;
          vertical-align: middle;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          font-weight: 700; }
        #top-eyecatch .text-box .event-box p span.c-02 {
          color: gold;
          font-size: 28px;
          line-height: 1.5;
          font: normal 2.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700; }
    #top-eyecatch a.scroll {
      position: absolute;
      bottom: 0;
      left: 50%;
      padding-top: 50px;
      z-index: 2;
      display: inline-block;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      text-decoration: none;
      font-size: 14px;
      line-height: 1;
      font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #fff;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #top-eyecatch a.scroll:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
      #top-eyecatch a.scroll span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 30px;
        height: 50px;
        margin-left: -15px;
        border: 1px solid #fff;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        box-sizing: border-box; }
        #top-eyecatch a.scroll span::before {
          position: absolute;
          top: 10px;
          left: 50%;
          content: '';
          width: 6px;
          height: 6px;
          margin-left: -3px;
          background-color: #fff;
          border-radius: 100%;
          -moz-border-radius: 100%;
          -webkit-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          -webkit-animation: sdb 2s infinite;
          animation: sdb 2s infinite;
          box-sizing: border-box; }
  @-webkit-keyframes sdb {
    0% {
      -webkit-transform: translate(0, 20px);
      opacity: 0; }
    40% {
      opacity: 1; }
    80% {
      -webkit-transform: translate(0, 0);
      opacity: 0; }
    100% {
      opacity: 0; } }
  @keyframes sdb {
    0% {
      transform: translate(0, 20px);
      opacity: 0; }
    40% {
      opacity: 1; }
    80% {
      transform: translate(0, 0);
      opacity: 0; }
    100% {
      opacity: 0; } } }
@media only screen and (max-width: 800px) and (-webkit-min-device-pixel-ratio: 2) {
  #eyecatch-box {
    background: url(../img/02@2x.jpg) no-repeat center center;
    background-size: cover; } }
@media screen and (max-width: 800px) {
  /* ------------ top-eyecatch-new ------------ */
  #top-eyecatch-new {
    background: url(../img/02.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column; }
    #top-eyecatch-new .text-box {
      margin-top: -5%;
      padding: 0 20px;
      text-align: center;
      box-sizing: border-box;
      position: relative; }
      #top-eyecatch-new .text-box h2 {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #fff;
        font-weight: 500;
        text-shadow: 0 0 5px #000; }
      #top-eyecatch-new .text-box h4 {
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #fff;
        font-weight: 500;
        text-shadow: 0 0 5px #000;
        background: linear-gradient(transparent 80%, #e6c800 80%);
        display: inline-block; }
      #top-eyecatch-new .text-box ul.l-01 {
        margin: 20px auto 0;
        display: flex;
        justify-content: center; }
        #top-eyecatch-new .text-box ul.l-01 li {
          list-style: none;
          background: #fff;
          border: 1px solid #19499D;
          font-size: 14px;
          line-height: 1.2;
          font: normal 1.4rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #19499D;
          padding: 10px;
          margin: 0 5px;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px; }
      #top-eyecatch-new .text-box ul.l-02 {
        margin: 30px auto 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        #top-eyecatch-new .text-box ul.l-02 li {
          width: 48%;
          list-style: none;
          background: #19499D;
          font-size: 18px;
          line-height: 1.2;
          font: normal 1.8rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #fff;
          padding: 15px;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border: 1px solid #fff;
          position: relative;
          box-sizing: border-box; }
          #top-eyecatch-new .text-box ul.l-02 li p.number {
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 12px;
            line-height: 1;
            font: normal 1.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            line-height: 20px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            background: #e6c800;
            color: #19499D; }
          #top-eyecatch-new .text-box ul.l-02 li:nth-child(n+3) {
            margin: 30px 0 0 0; }
      #top-eyecatch-new .text-box p.text-box {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #fff;
        font-weight: 700;
        text-shadow: 0 0 5px #000;
        margin: 10px 0 0 0; }
      #top-eyecatch-new .text-box .event-box {
        background: rgba(25, 73, 160, 0.8);
        padding: 15px;
        box-sizing: border-box;
        margin: 20px 0 0 0;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px; }
        #top-eyecatch-new .text-box .event-box p.title {
          font-size: 56px;
          line-height: 1.3;
          font: normal 5.6rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-size: 5vw;
          color: #fff;
          font-weight: 500;
          text-shadow: none;
          margin: 0;
          font-weight: 700; }
        #top-eyecatch-new .text-box .event-box p.note {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 400;
          text-shadow: none;
          margin: 0; }
        #top-eyecatch-new .text-box .event-box p span.c-01 {
          font-size: 2vw;
          margin: 0 10px 0 0;
          background: #fff;
          color: #19499D;
          padding: 10px;
          vertical-align: middle;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px; }
        #top-eyecatch-new .text-box .event-box p span.c-02 {
          color: gold; }
      #top-eyecatch-new .text-box .character-01 {
        position: absolute;
        width: 15%;
        left: 10%;
        top: -10%; }
        #top-eyecatch-new .text-box .character-01 img {
          width: 100%;
          vertical-align: bottom; }
      #top-eyecatch-new .text-box .character-02 {
        position: absolute;
        width: 12%;
        right: 12%;
        top: -11%; }
        #top-eyecatch-new .text-box .character-02 img {
          width: 100%;
          vertical-align: bottom; }
    #top-eyecatch-new .link-box {
      margin: 20px 0 0 0; }
      #top-eyecatch-new .link-box a {
        max-width: 100px;
        width: 100%;
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #top-eyecatch-new .link-box a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
        #top-eyecatch-new .link-box a img {
          width: 100%; }
    #top-eyecatch-new a.scroll {
      position: absolute;
      bottom: 0;
      left: 50%;
      padding-top: 50px;
      z-index: 2;
      display: inline-block;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      text-decoration: none;
      font-size: 14px;
      line-height: 1;
      font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #fff;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #top-eyecatch-new a.scroll:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
      #top-eyecatch-new a.scroll span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 30px;
        height: 50px;
        margin-left: -15px;
        border: 1px solid #fff;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        box-sizing: border-box; }
        #top-eyecatch-new a.scroll span::before {
          position: absolute;
          top: 10px;
          left: 50%;
          content: '';
          width: 6px;
          height: 6px;
          margin-left: -3px;
          background-color: #fff;
          border-radius: 100%;
          -moz-border-radius: 100%;
          -webkit-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          -webkit-animation: sdb 2s infinite;
          animation: sdb 2s infinite;
          box-sizing: border-box; }
  @-webkit-keyframes sdb {
    0% {
      -webkit-transform: translate(0, 20px);
      opacity: 0; }
    40% {
      opacity: 1; }
    80% {
      -webkit-transform: translate(0, 0);
      opacity: 0; }
    100% {
      opacity: 0; } }
  @keyframes sdb {
    0% {
      transform: translate(0, 20px);
      opacity: 0; }
    40% {
      opacity: 1; }
    80% {
      transform: translate(0, 0);
      opacity: 0; }
    100% {
      opacity: 0; } } }
@media only screen and (max-width: 800px) and (-webkit-min-device-pixel-ratio: 2) {
  #eyecatch-box-new {
    background: url(../img/02@2x.jpg) no-repeat center center;
    background-size: cover; } }
@media screen and (max-width: 800px) {
  /* ------------ top-about ------------ */
  #top-about {
    text-align: center;
    padding: 50px 0; }
    #top-about .wrap-box {
      width: 90%;
      margin: 20px auto 0; }
      #top-about .wrap-box figure {
        width: 60%;
        margin: 0 auto; }
        #top-about .wrap-box figure img {
          width: 100%; }
      #top-about .wrap-box .text-box {
        text-align: left;
        margin: 20px 0 0 0; }
        #top-about .wrap-box .text-box h4 {
          font-size: 18px;
          line-height: 1.5;
          font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          font-weight: 500; }
        #top-about .wrap-box .text-box p {
          font-size: 14px;
          line-height: 2;
          font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          margin: 10px 0 0 0; }

  /* ------------ top-menu ------------ */
  #top-menu ul li {
    list-style: none;
    overflow: hidden;
    border-bottom: 2px solid #19499D; }
    #top-menu ul li a {
      width: 100%;
      height: 120px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none; }
      #top-menu ul li a p {
        width: 60%;
        margin: 0 auto;
        padding: 10px 5px;
        font-size: 16px;
        line-height: 1.2;
        font: normal 1.6rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        background: #fff;
        font-weight: 700;
        color: #19499D;
        text-align: center;
        box-sizing: border-box; }
    #top-menu ul li:nth-child(1) a {
      background-image: url(../img/05.jpg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative; }
    #top-menu ul li:nth-child(2) a {
      background-image: url(../img/06.jpg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative; }
    #top-menu ul li:nth-child(3) a {
      background-image: url(../img/07.jpg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative; } }
  @media only screen and (max-width: 800px) and (-webkit-min-device-pixel-ratio: 2) {
    #top-menu ul li:nth-child(1) a {
      background-image: url(../img/05@2x.jpg); }
    #top-menu ul li:nth-child(2) a {
      background-image: url(../img/06@2x.jpg); }
    #top-menu ul li:nth-child(3) a {
      background-image: url(../img/07@2x.jpg); } }
@media screen and (max-width: 800px) {
    #top-menu ul li:nth-child(1) {
      border-top: 2px solid #19499D; }

  /* ------------ top-ralslink ------------ */
  #top-ralslink {
    width: 90%;
    padding: 50px 0;
    margin: 0 auto; }
    #top-ralslink ul li {
      list-style: none;
      border: 1px solid #19499D;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; }
      #top-ralslink ul li a {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 10px;
        box-sizing: border-box; }
        #top-ralslink ul li a img {
          height: auto;
          margin: 0 10px 0 0; }
        #top-ralslink ul li a p {
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #19499D;
          text-align: left;
          font-weight: 500; }
          #top-ralslink ul li a p span {
            font-size: 12px;
            line-height: 1.5;
            font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000; }
        #top-ralslink ul li a:link, #top-ralslink ul li a:visited, #top-ralslink ul li a:active {
          color: #000;
          text-decoration: none; }
        #top-ralslink ul li a:hover {
          background: #19499D; }
          #top-ralslink ul li a:hover p {
            color: #fff; }
            #top-ralslink ul li a:hover p span {
              color: #fff; }
      #top-ralslink ul li:nth-child(1) img {
        max-width: 49px; }
      #top-ralslink ul li:nth-child(2) {
        margin: 20px 0 0 0; }
        #top-ralslink ul li:nth-child(2) img {
          max-width: 61px; }

  /* ------------ top-recommend ------------ */
  #top-recommend {
    padding: 50px 0;
    text-align: center;
    background: url(../img/11.jpg) no-repeat center center;
    background-size: cover; }
    #top-recommend ul {
      width: 90%;
      margin: 0 auto; }
      #top-recommend ul li {
        list-style: none;
        background: #fff;
        box-sizing: border-box;
        box-shadow: 5px 5px 0 #19499D;
        margin: 30px 0 0 0; }
        #top-recommend ul li a {
          padding: 10px;
          box-sizing: border-box;
          display: block;
          box-shadow: 0 0 5px #999;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          display: flex;
          justify-content: space-between;
          align-items: center;
          flex-wrap: wrap; }
          #top-recommend ul li a:link, #top-recommend ul li a:visited, #top-recommend ul li a:active {
            text-decoration: none;
            color: #000; }
          #top-recommend ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
          #top-recommend ul li a img {
            width: 30%; }
          #top-recommend ul li a p {
            width: 66%;
            font-size: 14px;
            line-height: 1.5;
            font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            text-align: left; }
            #top-recommend ul li a p.price {
              width: 100%;
              font-size: 16px;
              line-height: 1.5;
              font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              text-align: right;
              font-weight: 700;
              color: #B50000; }
    #top-recommend .banner-box {
      width: 90%;
      margin: 30px auto 0; }
      #top-recommend .banner-box a img {
        width: 100%;
        vertical-align: bottom;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        margin: 0 auto; }
        #top-recommend .banner-box a img:hover {
          transform: scale(1.02, 1.02); }
      #top-recommend .banner-box a:link, #top-recommend .banner-box a:visited, #top-recommend .banner-box a:active {
        text-decoration: none; }

  /* ------------ top-news ------------ */
  #top-news {
    padding: 50px 0;
    text-align: center; }
    #top-news ul {
      width: 90%;
      margin: 0 auto; }
      #top-news ul li {
        list-style: none;
        text-align: left; }
        #top-news ul li h4 {
          font-size: 20px;
          line-height: 1.2;
          font: normal 2rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #19499D;
          font-weight: 700;
          text-align: center;
          margin: 30px 0 0 0;
          padding: 5px;
          background: #f5f5f5;
          border-top: 1px solid #19499D;
          border-bottom: 1px solid #19499D; }
        #top-news ul li .inner-box {
          border: 3px solid #f5f5f5;
          padding: 10px;
          box-sizing: border-box;
          margin: 20px 0 0 0;
          height: 320px;
          overflow-y: auto; }
          #top-news ul li .inner-box .news-box {
            border-bottom: 1px solid #dcdcdc;
            padding: 10px 0; }
            #top-news ul li .inner-box .news-box p {
              font-size: 14px;
              line-height: 2;
              font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #000; }
              #top-news ul li .inner-box .news-box p.date {
                color: #666; }
              #top-news ul li .inner-box .news-box p.title {
                font-size: 16px;
                line-height: 1.5;
                font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                font-weight: 500;
                color: #19499D;
                margin: 10px 0 0 0; }
            #top-news ul li .inner-box .news-box:first-of-type {
              padding: 0 0 10px 0; }
          #top-news ul li .inner-box iframe {
            width: 100%;
            height: 280px; }
        #top-news ul li .facebook_box {
          margin: 20px 0 0 0; }
        #top-news ul li .sns-box a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          display: block;
          margin: 20px 0 0 0; }
          #top-news ul li .sns-box a:link, #top-news ul li .sns-box a:visited, #top-news ul li .sns-box a:active {
            text-decoration: none; }
          #top-news ul li .sns-box a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
          #top-news ul li .sns-box a img {
            max-width: 340px;
            width: 100%;
            margin: 0 auto;
            display: block; }
        #top-news ul li .news-box ul {
          width: 100%;
          padding: 0;
          margin: 20px 0 0 0;
          display: block; }
          #top-news ul li .news-box ul li {
            list-style: none;
            width: 100%;
            border-bottom: 1px solid #ddd; }
            #top-news ul li .news-box ul li a {
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              display: flex;
              justify-content: space-between;
              padding: 15px 0; }
              #top-news ul li .news-box ul li a:link, #top-news ul li .news-box ul li a:visited, #top-news ul li .news-box ul li a:active {
                text-decoration: none;
                color: #000; }
              #top-news ul li .news-box ul li a:hover {
                opacity: 0.8;
                filter: alpha(opacity=80); }
              #top-news ul li .news-box ul li a figure {
                position: relative;
                width: 30%; }
                #top-news ul li .news-box ul li a figure img {
                  width: 100%;
                  vertical-align: bottom; }
              #top-news ul li .news-box ul li a .text-box {
                margin: 0 0 0 20px;
                text-align: left;
                flex: 1; }
                #top-news ul li .news-box ul li a .text-box p.date {
                  font-size: 16px;
                  line-height: 1.5;
                  font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                  margin: 0; }
                  #top-news ul li .news-box ul li a .text-box p.date::before {
                    content: 'calendar_month';
                    font-size: 16px;
                    color: #000; }
                #top-news ul li .news-box ul li a .text-box p.title {
                  font-size: 16px;
                  line-height: 1.5;
                  font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                  margin: 10px 0 0 0; }
            #top-news ul li .news-box ul li:first-child a {
              padding: 0 0 15px 0; }
    #top-news .youtube-box {
      width: 90%;
      margin: 30px auto 0; }

  /* ------------ footer ------------ */
  #footer {
    text-align: center; }
    #footer .box-01 {
      background: #F4F2F1;
      padding: 50px 5%; }
      #footer .box-01 p {
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000;
        margin: 10px 0 0 0; }
      #footer .box-01 ul {
        margin: 30px auto 0; }
        #footer .box-01 ul li {
          list-style: none; }
          #footer .box-01 ul li:nth-child(1) {
            border: 2px solid #19499D;
            background: #fff;
            border-radius: 50px;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            -ms-border-radius: 50px;
            -o-border-radius: 50px;
            padding: 10px;
            box-sizing: border-box;
            font-size: 20px;
            line-height: 1.2;
            font: normal 2rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            color: #19499D;
            display: flex;
            align-items: center;
            justify-content: center; }
            #footer .box-01 ul li:nth-child(1)::before {
              content: 'phone';
              font-size: 20px;
              margin: 0 5px 0 0; }
            #footer .box-01 ul li:nth-child(1) a:link, #footer .box-01 ul li:nth-child(1) a:visited, #footer .box-01 ul li:nth-child(1) a:active {
              text-decoration: none;
              color: #19499D; }
            #footer .box-01 ul li:nth-child(1) a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
          #footer .box-01 ul li:nth-child(2) {
            margin: 20px 0 0 0; }
            #footer .box-01 ul li:nth-child(2) a {
              border: 2px solid #19499D;
              background: #19499D;
              border-radius: 50px;
              -moz-border-radius: 50px;
              -webkit-border-radius: 50px;
              -ms-border-radius: 50px;
              -o-border-radius: 50px;
              padding: 12px;
              box-sizing: border-box;
              font-size: 18px;
              line-height: 1.2;
              font: normal 1.8rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 500;
              color: #fff;
              display: flex;
              align-items: center;
              justify-content: center;
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s; }
              #footer .box-01 ul li:nth-child(2) a::before {
                content: 'mail_outline';
                font-size: 18px;
                margin: 0 5px 0 0; }
              #footer .box-01 ul li:nth-child(2) a:link, #footer .box-01 ul li:nth-child(2) a:visited, #footer .box-01 ul li:nth-child(2) a:active {
                text-decoration: none; }
              #footer .box-01 ul li:nth-child(2) a:hover {
                opacity: 0.8;
                filter: alpha(opacity=80); }
    #footer .f-nav {
      width: 90%;
      margin: 10px auto 0; }
      #footer .f-nav ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        #footer .f-nav ul li {
          margin: 10px 5px 0; }
          #footer .f-nav ul li a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            font-size: 12px;
            line-height: 1.5;
            font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
            #footer .f-nav ul li a:link, #footer .f-nav ul li a:visited, #footer .f-nav ul li a:active {
              color: #000;
              text-decoration: none; }
            #footer .f-nav ul li a:hover {
              color: #19499D; }
    #footer .box-02 {
      width: 90%;
      margin: 0 auto;
      padding: 30px 0;
      text-align: center; }
      #footer .box-02 figure {
        max-width: 140px;
        margin: 0 auto; }
        #footer .box-02 figure img {
          width: 100%; }
      #footer .box-02 p {
        font-size: 12px;
        line-height: 2;
        font: normal 1.2rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        text-align: #000;
        margin: 10px 0 0 0; }
    #footer .box-03 p {
      font-size: 12px;
      line-height: 1.5;
      font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      text-align: #000; }
      #footer .box-03 p a {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #footer .box-03 p a:link, #footer .box-03 p a:visited, #footer .box-03 p a:active {
          color: #000;
          text-decoration: none; }
        #footer .box-03 p a:hover {
          text-decoration: underline; }
    #footer .copy-box {
      background: #19499D;
      text-align: center;
      padding: 15px;
      margin: 20px 0 0 0; }
      #footer .copy-box p {
        font-size: 10px;
        line-height: 1;
        font: normal 1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #fff; }

  /* ------------ page-top ------------ */
  #page-top {
    width: 30px;
    height: 30px;
    position: fixed;
    right: -30px;
    bottom: 50px;
    background: #19499D;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 1000; }
    #page-top a {
      position: relative;
      display: block;
      width: 30px;
      height: 30px;
      text-decoration: none;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #page-top a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
      #page-top a::before {
        content: 'arrow_drop_up';
        font-size: 30px;
        color: #fff;
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        z-index: 2000;
        text-align: center; }

  /* ------------ pagetitle-box ------------ */
  #pagetitle-box {
    height: 100px;
    margin: 50px 0 0 0;
    display: flex;
    align-items: center; }
    #pagetitle-box h2 {
      background: rgba(0, 0, 0, 0.2);
      display: block;
      padding: 10px 20px;
      font-size: 20px;
      line-height: 1;
      font: normal 2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 500;
      color: #fff;
      text-align: center;
      box-sizing: border-box;
      margin: 0 auto; }
    #pagetitle-box.p-01 {
      background: url(../company/img/01.jpg) no-repeat center center;
      background-size: cover; }
    #pagetitle-box.p-02 {
      background: url(../purchase/img/01.jpg) no-repeat center center;
      background-size: cover; }
    #pagetitle-box.p-03 {
      background: url(../sale/img/01.jpg) no-repeat center center;
      background-size: cover; }
    #pagetitle-box.p-04 {
      background: url(../contact/img/01.jpg) no-repeat center center;
      background-size: cover; } }
@media only screen and (max-width: 800px) and (-webkit-min-device-pixel-ratio: 2) {
  #pagetitle-box.p-01 {
    background: url(../company/img/01@2x.jpg) no-repeat center center;
    background-size: cover; }
  #pagetitle-box.p-02 {
    background: url(../purchase/img/01@2x.jpg) no-repeat center center;
    background-size: cover; }
  #pagetitle-box.p-03 {
    background: url(../sale/img/01@2x.jpg) no-repeat center center;
    background-size: cover; }
  #pagetitle-box.p-04 {
    background: url(../contact/img/01@2x.jpg) no-repeat center center;
    background-size: cover; } }
@media screen and (max-width: 800px) {
  /* ------------ breadcrumb-box ------------ */
  #breadcrumb-box ul {
    width: 90%;
    margin: 10px auto 0;
    display: flex;
    justify-content: flex-start; }
    #breadcrumb-box ul li {
      font-size: 12px;
      line-height: 1.5;
      font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      position: relative;
      list-style: none;
      padding: 0 0 0 15px;
      margin: 0 0 0 10px;
      color: #000; }
      #breadcrumb-box ul li a:link, #breadcrumb-box ul li a:visited, #breadcrumb-box ul li a:active {
        text-decoration: none;
        color: #000; }
      #breadcrumb-box ul li a:hover {
        color: #000;
        text-decoration: underline; }
      #breadcrumb-box ul li:before {
        content: 'chevron_right';
        font-size: 14px;
        color: #000;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%); }
      #breadcrumb-box ul li:first-child {
        margin: 0; }
        #breadcrumb-box ul li:first-child:before {
          content: 'home';
          font-size: 14px;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          color: #000; }

  /* ------------ company-box ------------ */
  #company-box {
    padding: 50px 0;
    text-align: center; }
    #company-box .box-01 {
      background: url(../company/img/02.jpg) no-repeat center bottom -50px;
      background-size: cover; }
      #company-box .box-01 .wrap-box {
        width: 90%;
        margin: 30px auto 0;
        display: flex;
        flex-wrap: wrap; }
        #company-box .box-01 .wrap-box .text-box {
          width: 100%;
          text-align: left;
          order: 1; }
          #company-box .box-01 .wrap-box .text-box h4 {
            font-size: 20px;
            line-height: 1.5;
            font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            font-weight: 500; }
          #company-box .box-01 .wrap-box .text-box p {
            font-size: 14px;
            line-height: 2;
            font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            margin: 10px 0 0 0; }
            #company-box .box-01 .wrap-box .text-box p.name {
              text-align: right;
              margin: 10px 0 0 0; }
        #company-box .box-01 .wrap-box figure {
          width: 50%;
          order: 2;
          margin: 0 auto 0 0; }
          #company-box .box-01 .wrap-box figure img {
            width: 100%;
            vertical-align: bottom; } }
  @media only screen and (max-width: 800px) and (-webkit-min-device-pixel-ratio: 2) {
    #company-box .box-01 {
      background: url(../company/img/02@2x.jpg) no-repeat center bottom -50px;
      background-size: cover; } }
@media screen and (max-width: 800px) {
    #company-box .box-02 {
      background: #F4F4f4;
      padding: 50px 5%; }
      #company-box .box-02 .inner-box {
        background: #fff;
        padding: 40px 20px 20px;
        box-sizing: border-box;
        box-shadow: 0 0 5px #dcdcdc; }
        #company-box .box-02 .inner-box dl {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          border-bottom: 1px dotted #dcdcdc;
          text-align: left;
          color: #000; }
          #company-box .box-02 .inner-box dl dt {
            width: 30%;
            padding: 15px 0; }
          #company-box .box-02 .inner-box dl dd {
            width: 68%;
            padding: 15px 0; }
          #company-box .box-02 .inner-box dl:first-of-type {
            margin: 20px 0 0 0; }
          #company-box .box-02 .inner-box dl:last-of-type {
            border: none; }
    #company-box .box-03 {
      padding: 50px 0 0 0; }
      #company-box .box-03 .wrap-box {
        width: 90%;
        margin: 30px auto 0; }
        #company-box .box-03 .wrap-box figure {
          width: 80%;
          margin: 0 auto;
          border: 5px solid #fff;
          box-shadow: 0 0 10px #dcdcdc; }
          #company-box .box-03 .wrap-box figure img {
            width: 100%; }
        #company-box .box-03 .wrap-box .text-box {
          text-align: center;
          margin: 20px 0 0 0; }
          #company-box .box-03 .wrap-box .text-box p {
            font-size: 14px;
            line-height: 2;
            font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000; }
            #company-box .box-03 .wrap-box .text-box p.title {
              font-size: 16px;
              line-height: 2;
              font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              color: #19499D; }
          #company-box .box-03 .wrap-box .text-box hr {
            border: none;
            border-bottom: 1px solid #dcdcdc;
            margin: 10px 0; }
      #company-box .box-03 .g-map {
        height: 0;
        overflow: hidden;
        padding-bottom: 60%;
        position: relative;
        margin: 50px auto 0; }
        #company-box .box-03 .g-map iframe {
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          filter: grayscale(80%); }
      #company-box .box-03 ul {
        width: 90%;
        margin: 30px auto 0; }
        #company-box .box-03 ul li {
          list-style: none;
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
          #company-box .box-03 ul li a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            display: block;
            background: #19499D;
            border-radius: 20px;
            -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
            -ms-border-radius: 20px;
            -o-border-radius: 20px;
            padding: 15px 0;
            position: relative; }
            #company-box .box-03 ul li a:link, #company-box .box-03 ul li a:visited, #company-box .box-03 ul li a:active {
              color: #fff;
              text-decoration: none; }
            #company-box .box-03 ul li a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
            #company-box .box-03 ul li a:after {
              content: 'play_circle_filled';
              font-size: 16px;
              color: #fff;
              position: absolute;
              right: 10px;
              top: 50%;
              transform: translateY(-40%);
              -moz-transform: translateY(-40%);
              -webkit-transform: translateY(-40%);
              -ms-transform: translateY(-40%);
              -o-transform: translateY(-40%); }
          #company-box .box-03 ul li:nth-child(2) {
            margin: 20px 0 0 0; }
    #company-box .box-04 {
      width: 90%;
      margin: 0 auto;
      padding: 50px 0;
      text-align: center; }
      #company-box .box-04 .inner-box ul li {
        list-style: none;
        width: 75%;
        margin: 0 auto; }
        #company-box .box-04 .inner-box ul li figure {
          margin: 30px auto 0;
          border: 5px solid #fff;
          box-shadow: 0 0 10px #dcdcdc; }
          #company-box .box-04 .inner-box ul li figure img {
            width: 100%; }
        #company-box .box-04 .inner-box ul li .text-box {
          margin: 20px 0 0 0; }
          #company-box .box-04 .inner-box ul li .text-box p {
            font-size: 14px;
            line-height: 2;
            font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            text-align: left; }
            #company-box .box-04 .inner-box ul li .text-box p.name {
              text-align: right;
              margin: 10px 0 0 0; }

  /* ------------ purchase-box ------------ */
  #purchase-box {
    text-align: center; }
    #purchase-box .box-01 {
      width: 90%;
      padding: 50px 0;
      margin: 0 auto; }
      #purchase-box .box-01 .title-box {
        background: #38AA9E;
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
        position: relative; }
        #purchase-box .box-01 .title-box h4 {
          font-size: 18px;
          line-height: 1.5;
          font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #fff;
          z-index: 2;
          position: relative; }
        #purchase-box .box-01 .title-box img {
          width: 80px;
          position: absolute;
          right: 5px;
          top: -25px;
          z-index: 1; }
      #purchase-box .box-01 .title-img {
        width: 100%;
        position: relative; }
        #purchase-box .box-01 .title-img img {
          width: 100%; }
        #purchase-box .box-01 .title-img figcaption {
          width: 100%;
          padding: 5px;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          font-size: 12px;
          line-height: 1.5;
          font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 500;
          color: #000;
          background: rgba(255, 255, 255, 0.6);
          z-index: 1; }
      #purchase-box .box-01 .wrap-box {
        margin: 30px 0 0 0; }
        #purchase-box .box-01 .wrap-box figure {
          width: 70%;
          margin: 0 auto; }
          #purchase-box .box-01 .wrap-box figure img {
            width: 100%; }
        #purchase-box .box-01 .wrap-box .text-box {
          text-align: center;
          margin: 20px 0 0 0; }
          #purchase-box .box-01 .wrap-box .text-box h5 {
            font-size: 22px;
            line-height: 1.5;
            font: normal 2.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 500;
            color: #000;
            position: relative;
            display: inline-block;
            padding: 0 20px; }
            #purchase-box .box-01 .wrap-box .text-box h5::before, #purchase-box .box-01 .wrap-box .text-box h5:after {
              position: absolute;
              content: ''; }
            #purchase-box .box-01 .wrap-box .text-box h5::after {
              top: 0;
              left: 0;
              width: 15px;
              height: 15px;
              border-top: 1px solid #000;
              border-left: 1px solid #000; }
            #purchase-box .box-01 .wrap-box .text-box h5::before {
              right: 0;
              bottom: 0;
              width: 15px;
              height: 15px;
              border-right: 1px solid #000;
              border-bottom: 1px solid #000; }
          #purchase-box .box-01 .wrap-box .text-box p {
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000; }
            #purchase-box .box-01 .wrap-box .text-box p span {
              color: #38AA9E;
              font-size: 24px;
              line-height: 1.5;
              font: normal 2.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700; }
          #purchase-box .box-01 .wrap-box .text-box img {
            width: 100%;
            margin: 20px 0 0 0; }
    #purchase-box .box-02 {
      background: #F4F4F4;
      padding: 50px 5%; }
      #purchase-box .box-02 h4 {
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 500;
        color: #000;
        position: relative;
        display: inline-block;
        padding: 0 10px; }
        #purchase-box .box-02 h4::before, #purchase-box .box-02 h4:after {
          position: absolute;
          content: ''; }
        #purchase-box .box-02 h4::after {
          top: 0;
          left: 0;
          width: 10px;
          height: 10px;
          border-top: 1px solid #000;
          border-left: 1px solid #000; }
        #purchase-box .box-02 h4::before {
          right: 0;
          bottom: 0;
          width: 10px;
          height: 10px;
          border-right: 1px solid #000;
          border-bottom: 1px solid #000; }
        #purchase-box .box-02 h4 span {
          color: #38AA9E;
          font-weight: 700; }
      #purchase-box .box-02 p {
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000;
        margin: 10px 0 0 0; }
        #purchase-box .box-02 p.t-title {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          font-weight: 700;
          margin: 30px 0 0 0;
          text-align: left;
          display: inline-block;
          background: #EC407A;
          color: #fff;
          padding: 10px 15px;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px; }
        #purchase-box .box-02 p.t-price {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #19499D;
          border: 1px solid #19499D;
          margin: 20px 0 0 0;
          padding: 10px; }
      #purchase-box .box-02 ul.list-box-01 {
        width: 95%;
        margin: 30px auto 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        #purchase-box .box-02 ul.list-box-01 li {
          list-style: none;
          width: 48%;
          background: #fff;
          box-shadow: 0 0 5px #dcdcdc;
          display: flex;
          flex-direction: column; }
          #purchase-box .box-02 ul.list-box-01 li .title-box {
            background: #38AA9E;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px; }
            #purchase-box .box-02 ul.list-box-01 li .title-box p {
              font-size: 16px;
              line-height: 1;
              font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 500;
              color: #fff;
              margin: 0; }
            #purchase-box .box-02 ul.list-box-01 li .title-box .number-box {
              font-size: 14px;
              line-height: 1;
              font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 500;
              color: #38AA9E;
              background: #fff;
              border-radius: 50%;
              -moz-border-radius: 50%;
              -webkit-border-radius: 50%;
              -ms-border-radius: 50%;
              -o-border-radius: 50%;
              width: 20px;
              height: 20px;
              margin: 0 0 0 5px;
              display: flex;
              align-items: center;
              justify-content: center; }
          #purchase-box .box-02 ul.list-box-01 li p.s-text {
            font-size: 14px;
            line-height: 1.5;
            font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            margin: 0;
            padding: 10px; }
          #purchase-box .box-02 ul.list-box-01 li a.button-p {
            width: 80%;
            border: 1px solid #EC407A;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            display: block;
            margin: auto auto 10px;
            padding: 10px 0;
            font-size: 14px;
            line-height: 1;
            font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #purchase-box .box-02 ul.list-box-01 li a.button-p:link, #purchase-box .box-02 ul.list-box-01 li a.button-p:visited, #purchase-box .box-02 ul.list-box-01 li a.button-p:active {
              color: #EC407A;
              text-decoration: none; }
            #purchase-box .box-02 ul.list-box-01 li a.button-p:hover {
              background: #EC407A;
              color: #fff; }
          #purchase-box .box-02 ul.list-box-01 li:nth-child(n+3) {
            margin: 20px 0 0 0; }
      #purchase-box .box-02 ul.list-box-02 {
        width: 95%;
        margin: 50px auto 0; }
        #purchase-box .box-02 ul.list-box-02 li {
          background: #fff;
          border: 2px solid #38AA9E;
          margin: 70px 0 0 0;
          list-style: none;
          padding: 20px;
          box-shadow: 5px 5px 0 #38AA9E; }
          #purchase-box .box-02 ul.list-box-02 li .title-box {
            background: #38AA9E;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px;
            width: 150px;
            margin: -40px auto 0;
            position: relative; }
            #purchase-box .box-02 ul.list-box-02 li .title-box p {
              font-size: 20px;
              line-height: 1;
              font: normal 2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 500;
              color: #fff;
              margin: 0; }
            #purchase-box .box-02 ul.list-box-02 li .title-box .number-box {
              font-size: 16px;
              line-height: 1;
              font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              color: #38AA9E;
              background: #fff;
              border-radius: 50%;
              -moz-border-radius: 50%;
              -webkit-border-radius: 50%;
              -ms-border-radius: 50%;
              -o-border-radius: 50%;
              width: 20px;
              height: 20px;
              margin: 0 0 0 5px;
              display: flex;
              align-items: center;
              justify-content: center; }
            #purchase-box .box-02 ul.list-box-02 li .title-box::after {
              position: absolute;
              bottom: -9px;
              left: 0;
              right: 0;
              margin: auto;
              width: 0;
              height: 0;
              content: '';
              border-width: 10px 10px 0 10px;
              border-style: solid;
              border-color: #38AA9E transparent transparent transparent; }
          #purchase-box .box-02 ul.list-box-02 li h5 {
            font-size: 20px;
            line-height: 1.5;
            font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            font-weight: 500;
            margin: 20px 0 0 0;
            text-decoration: underline;
            text-decoration-color: #EC407A; }
            #purchase-box .box-02 ul.list-box-02 li h5 span {
              color: #EC407A; }
          #purchase-box .box-02 ul.list-box-02 li h5 + p {
            font-size: 14px;
            line-height: 2;
            font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            margin: 10px 0 0 0; }
          #purchase-box .box-02 ul.list-box-02 li .wrap-box {
            margin: 20px 0 0 0; }
            #purchase-box .box-02 ul.list-box-02 li .wrap-box figure {
              width: 100%; }
              #purchase-box .box-02 ul.list-box-02 li .wrap-box figure img {
                width: 100%; }
            #purchase-box .box-02 ul.list-box-02 li .wrap-box .text-box {
              text-align: center;
              margin: 20px 0 0 0; }
              #purchase-box .box-02 ul.list-box-02 li .wrap-box .text-box p {
                font-size: 16px;
                line-height: 1.5;
                font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                color: #000;
                font-weight: 500;
                margin: 0; }
                #purchase-box .box-02 ul.list-box-02 li .wrap-box .text-box p span {
                  color: #EC407A; }
          #purchase-box .box-02 ul.list-box-02 li ul.area {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            margin: 20px auto 0; }
            #purchase-box .box-02 ul.list-box-02 li ul.area li {
              margin: 10px 1% 0;
              padding: 0;
              width: 30%;
              box-shadow: none;
              border-radius: 50%;
              -moz-border-radius: 50%;
              -webkit-border-radius: 50%;
              -ms-border-radius: 50%;
              -o-border-radius: 50%;
              border: 1px solid #EC407A;
              background: #FFF7FA;
              box-sizing: border-box; }
              #purchase-box .box-02 ul.list-box-02 li ul.area li .circle-in {
                position: relative;
                padding-top: 100%;
                height: 0; }
                #purchase-box .box-02 ul.list-box-02 li ul.area li .circle-in p {
                  font-size: 14px;
                  line-height: 1.5;
                  font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                  font-weight: 700;
                  color: #EC407A;
                  position: absolute;
                  top: calc((100% - 1em)/2);
                  left: 0;
                  right: 0;
                  margin: 0;
                  text-align: center; }
              #purchase-box .box-02 ul.list-box-02 li ul.area li:nth-child(3) p {
                top: calc((100% - 1em)/2.5); }
              #purchase-box .box-02 ul.list-box-02 li ul.area li:nth-child(5) p {
                top: calc((100% - 1em)/2.5); }
          #purchase-box .box-02 ul.list-box-02 li ul.lifestyle {
            padding: 0; }
            #purchase-box .box-02 ul.list-box-02 li ul.lifestyle li {
              border: none;
              margin: 20px 0 0 0;
              padding: 0;
              list-style: none;
              box-shadow: none;
              display: flex;
              justify-content: space-between;
              align-items: center; }
              #purchase-box .box-02 ul.list-box-02 li ul.lifestyle li img {
                width: 40%; }
              #purchase-box .box-02 ul.list-box-02 li ul.lifestyle li p {
                width: 57%;
                font-size: 15px;
                line-height: 1.5;
                font: normal 1.5rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                color: #000;
                text-align: left; }
          #purchase-box .box-02 ul.list-box-02 li .table-wrap-box {
            overflow-y: scroll;
            margin: 15px 0 0 0; }
            #purchase-box .box-02 ul.list-box-02 li .table-wrap-box table {
              width: 600px; }
              #purchase-box .box-02 ul.list-box-02 li .table-wrap-box table tr {
                border-top: 1px solid #dcdcdc;
                border-bottom: 1px solid #dcdcdc;
                font-size: 12px;
                line-height: 1.5;
                font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                color: #000; }
                #purchase-box .box-02 ul.list-box-02 li .table-wrap-box table tr th {
                  border-left: 1px solid #dcdcdc;
                  padding: 10px;
                  background: #38AA9E;
                  color: #fff; }
                  #purchase-box .box-02 ul.list-box-02 li .table-wrap-box table tr th.c-01 {
                    background: #19499D; }
                  #purchase-box .box-02 ul.list-box-02 li .table-wrap-box table tr th:last-of-type {
                    border-right: 1px solid #dcdcdc; }
                #purchase-box .box-02 ul.list-box-02 li .table-wrap-box table tr td {
                  border-left: 1px solid #dcdcdc;
                  padding: 10px;
                  font-size: 14px;
                  line-height: 1.5;
                  font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
                  #purchase-box .box-02 ul.list-box-02 li .table-wrap-box table tr td:last-of-type {
                    border-right: 1px solid #dcdcdc; }
                  #purchase-box .box-02 ul.list-box-02 li .table-wrap-box table tr td.p-01 {
                    font-size: 16px;
                    line-height: 1.5;
                    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                    font-weight: 700;
                    background: #F5F8FA; }
                    #purchase-box .box-02 ul.list-box-02 li .table-wrap-box table tr td.p-01 span {
                      font-size: 14px;
                      line-height: 1.5;
                      font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                      font-weight: 700;
                      color: #EC407A; }
                      #purchase-box .box-02 ul.list-box-02 li .table-wrap-box table tr td.p-01 span::before {
                        margin-right: 5px;
                        content: "＼"; }
                      #purchase-box .box-02 ul.list-box-02 li .table-wrap-box table tr td.p-01 span::after {
                        margin-left: 5px;
                        content: "／"; }
    #purchase-box .box-03 {
      width: 90%;
      margin: 0 auto;
      padding: 50px 0 0 0;
      text-align: center; }
      #purchase-box .box-03 h4 {
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #000;
        text-decoration: underline;
        text-decoration-color: #EC407A; }
        #purchase-box .box-03 h4 span {
          color: #EC407A;
          font-size: 22px;
          line-height: 1;
          font: normal 2.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700; }
      #purchase-box .box-03 br {
        display: none; }
      #purchase-box .box-03 a.s-button {
        margin: 30px auto 0;
        background: #EC407A;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        padding: 15px;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 1;
        font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 500;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #purchase-box .box-03 a.s-button::before {
          content: 'date_range';
          font-size: 20px;
          margin: 0 5px 0 0; }
        #purchase-box .box-03 a.s-button:link, #purchase-box .box-03 a.s-button:visited, #purchase-box .box-03 a.s-button:active {
          text-decoration: none; }
        #purchase-box .box-03 a.s-button:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }

  /* ------------ sale-box ------------ */
  #sale-box .box-01 {
    background: url(../sale/img/02.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    margin: 10px 0 0 0; }
    #sale-box .box-01 .inner-box {
      width: 85%;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
      background: rgba(25, 73, 160, 0.8);
      text-align: center; }
      #sale-box .box-01 .inner-box ul {
        display: flex;
        justify-content: space-between; }
        #sale-box .box-01 .inner-box ul li {
          list-style: none;
          width: 31%;
          background: #38AA9E;
          font-size: 12px;
          line-height: 1;
          font: normal 1.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 500;
          color: #fff;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          padding: 10px 0;
          box-sizing: border-box; }
      #sale-box .box-01 .inner-box h4 {
        font-size: 30px;
        line-height: 1.3;
        font: normal 3rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #fff;
        margin: 15px 0 0 0; }
        #sale-box .box-01 .inner-box h4 span {
          font-size: 12px;
          line-height: 1.3;
          font: normal 1.2rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700; } }
@media only screen and (max-width: 800px) and (-webkit-min-device-pixel-ratio: 2) {
  #sale-box .box-01 {
    background: url(../sale/img/02@2x.jpg) no-repeat center center;
    background-size: cover; } }
@media screen and (max-width: 800px) {
  #sale-box .box-02 {
    background: url(../sale/img/03.jpg) no-repeat center center;
    background-size: cover;
    padding: 50px 5%;
    text-align: center; }
    #sale-box .box-02 h5 {
      font-size: 18px;
      line-height: 1.5;
      font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 500;
      color: #000; }
    #sale-box .box-02 p {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      margin: 20px 0 0 0; }
      #sale-box .box-02 p br {
        display: none; } }
@media only screen and (max-width: 800px) and (-webkit-min-device-pixel-ratio: 2) {
  #sale-box .box-02 {
    background: url(../sale/img/03@2x.jpg) no-repeat center center;
    background-size: cover; } }
@media screen and (max-width: 800px) {
  #sale-box .box-03 {
    padding: 50px 5%;
    text-align: center;
    background: #F5F8FA;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #EFF5F8), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #EFF5F8), color-stop(0.75, #EFF5F8), color-stop(0.75, transparent), to(transparent));
    background-size: 15px 15px; }
    #sale-box .box-03 h4 {
      font-size: 20px;
      line-height: 1.3;
      font: normal 2rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      color: #000;
      position: relative;
      display: inline-block;
      padding: 0 10px; }
      #sale-box .box-03 h4 span {
        color: #19499D; }
      #sale-box .box-03 h4::before, #sale-box .box-03 h4:after {
        position: absolute;
        content: '';
        width: 10px;
        height: 10px; }
      #sale-box .box-03 h4::after {
        top: 0;
        left: 0;
        border-top: 1px solid #000;
        border-left: 1px solid #000; }
      #sale-box .box-03 h4::before {
        right: 0;
        bottom: 0;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000; }
    #sale-box .box-03 h4 + p {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      margin: 10px 0 0 0; }
    #sale-box .box-03 ul {
      width: 95%;
      margin: 50px auto 0; }
      #sale-box .box-03 ul li {
        background: #fff;
        border: 2px solid #19499D;
        margin: 70px 0 0 0;
        list-style: none;
        padding: 20px;
        box-shadow: 5px 5px 0 #19499D; }
        #sale-box .box-03 ul li .title-box {
          background: #19499D;
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 10px;
          width: 150px;
          margin: -40px auto 0;
          position: relative; }
          #sale-box .box-03 ul li .title-box p {
            font-size: 20px;
            line-height: 1;
            font: normal 2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 500;
            color: #fff;
            margin: 0; }
          #sale-box .box-03 ul li .title-box .number-box {
            font-size: 16px;
            line-height: 1;
            font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            color: #19499D;
            background: #fff;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            width: 20px;
            height: 20px;
            margin: 0 0 0 5px;
            display: flex;
            align-items: center;
            justify-content: center; }
          #sale-box .box-03 ul li .title-box::after {
            position: absolute;
            bottom: -9px;
            left: 0;
            right: 0;
            margin: auto;
            width: 0;
            height: 0;
            content: '';
            border-width: 10px 10px 0 10px;
            border-style: solid;
            border-color: #19499D transparent transparent transparent; }
        #sale-box .box-03 ul li .wrap-box {
          margin: 30px 0 0 0; }
          #sale-box .box-03 ul li .wrap-box figure {
            width: 60%;
            margin: 0 auto; }
            #sale-box .box-03 ul li .wrap-box figure img {
              width: 100%; }
          #sale-box .box-03 ul li .wrap-box .text-box {
            margin: 20px 0 0 0; }
            #sale-box .box-03 ul li .wrap-box .text-box h5 {
              font-size: 18px;
              line-height: 1.5;
              font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #19499D;
              font-weight: 500;
              display: inline-block;
              border-bottom: 1px solid #19499D;
              padding: 0 0 5px 0;
              text-align: center; }
            #sale-box .box-03 ul li .wrap-box .text-box p {
              font-size: 14px;
              line-height: 2;
              font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #000;
              margin: 10px 0 0 0;
              text-align: left; }
  #sale-box .box-04 {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center; }
    #sale-box .box-04 h4 {
      font-size: 20px;
      line-height: 1.3;
      font: normal 2rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      color: #000;
      position: relative;
      display: inline-block;
      padding: 0 10px; }
      #sale-box .box-04 h4 span {
        color: #19499D; }
      #sale-box .box-04 h4::before, #sale-box .box-04 h4:after {
        position: absolute;
        content: '';
        width: 10px;
        height: 10px; }
      #sale-box .box-04 h4::after {
        top: 0;
        left: 0;
        border-top: 1px solid #000;
        border-left: 1px solid #000; }
      #sale-box .box-04 h4::before {
        right: 0;
        bottom: 0;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000; }
    #sale-box .box-04 ul {
      width: 80%;
      margin: 30px auto 0; }
      #sale-box .box-04 ul li {
        list-style: none;
        background: #19499D;
        padding: 20px;
        margin: 20px 0 0 0; }
        #sale-box .box-04 ul li img {
          width: 100%;
          margin: 0 auto; }
        #sale-box .box-04 ul li p {
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 500;
          color: #fff;
          text-align: center;
          margin: 10px 0; }
          #sale-box .box-04 ul li p.kaitori-box {
            font-size: 14px;
            line-height: 1.5;
            font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 500;
            background: #fff;
            display: inline-block;
            color: #EC407A;
            padding: 5px 15px;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            margin: 0; }
    #sale-box .box-04 p.title {
      font-size: 18px;
      line-height: 1.5;
      font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      font-weight: 500;
      margin: 30px 0 0 0;
      border-bottom: 1px solid #000;
      display: inline-block; }
    #sale-box .box-04 p.s-text {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      margin: 10px auto 0;
      text-align: left; }
  #sale-box .box-05 {
    padding: 50px 5%;
    text-align: center;
    background: #F5F8FA; }
    #sale-box .box-05 h4 {
      font-size: 18px;
      line-height: 1.3;
      font: normal 1.8rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      color: #000;
      position: relative;
      display: inline-block;
      padding: 0 10px; }
      #sale-box .box-05 h4 span {
        color: #19499D; }
      #sale-box .box-05 h4::before, #sale-box .box-05 h4:after {
        position: absolute;
        content: '';
        width: 10px;
        height: 10px; }
      #sale-box .box-05 h4::after {
        top: 0;
        left: 0;
        border-top: 1px solid #000;
        border-left: 1px solid #000; }
      #sale-box .box-05 h4::before {
        right: 0;
        bottom: 0;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000; }
    #sale-box .box-05 .q_box {
      margin: 30px auto 0;
      background: #38AA9E;
      padding: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      box-sizing: border-box;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px; }
      #sale-box .box-05 .q_box .circle_box {
        font-size: 20px;
        line-height: 1;
        font: normal 2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        background: #19499D;
        color: #fff;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center; }
      #sale-box .box-05 .q_box h5 {
        width: calc(100% - 100px);
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 500;
        color: #fff;
        align-self: center;
        margin: 0 0 0 10px;
        display: flex;
        justify-content: left;
        text-align: left; }
      #sale-box .box-05 .q_box:hover {
        cursor: pointer;
        opacity: 0.7;
        filter: alpha(opacity=70); }
      #sale-box .box-05 .q_box p {
        width: 40px;
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #fff;
        align-self: center;
        display: block; }
    #sale-box .box-05 .a_box {
      padding: 10px;
      background: #fff;
      box-sizing: border-box;
      display: none;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px; }
      #sale-box .box-05 .a_box .wrap_box {
        display: flex;
        justify-content: space-between; }
        #sale-box .box-05 .a_box .wrap_box .circle_box {
          width: 40px;
          height: 40px;
          font-size: 20px;
          line-height: 1;
          font: normal 2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          background: #EC407A;
          color: #fff;
          border-radius: 50%;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center; }
        #sale-box .box-05 .a_box .wrap_box .text_box {
          width: calc(100% - 50px);
          font-size: 14px;
          line-height: 2;
          font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          text-align: left;
          margin: 0 0 0 20px; }
          #sale-box .box-05 .a_box .wrap_box .text_box ol {
            margin: 10px 0 10px 30px; }
            #sale-box .box-05 .a_box .wrap_box .text_box ol li {
              font-size: 14px;
              line-height: 1.7;
              font: normal 1.4rem/1.7 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #000; }
  #sale-box .box-06 {
    width: 90%;
    padding: 50px 0;
    margin: 0 auto;
    text-align: center; }
    #sale-box .box-06 h4 {
      font-size: 20px;
      line-height: 1.3;
      font: normal 2rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      color: #000;
      position: relative;
      display: inline-block;
      padding: 0 10px;
      margin: 0 0 30px 0; }
      #sale-box .box-06 h4 span {
        color: #19499D; }
      #sale-box .box-06 h4::before, #sale-box .box-06 h4:after {
        position: absolute;
        content: '';
        width: 10px;
        height: 10px; }
      #sale-box .box-06 h4::after {
        top: 0;
        left: 0;
        border-top: 1px solid #000;
        border-left: 1px solid #000; }
      #sale-box .box-06 h4::before {
        right: 0;
        bottom: 0;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000; }
    #sale-box .box-06 dl {
      display: flex;
      justify-content: space-between;
      font-size: 14px;
      line-height: 1.5;
      font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      border-bottom: 10px solid #fff; }
      #sale-box .box-06 dl dt {
        width: 30%;
        background: #F5F8FA;
        color: #19499D;
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center; }
      #sale-box .box-06 dl dd {
        width: 67%;
        text-align: left; }
        #sale-box .box-06 dl dd > dl {
          width: 100%;
          display: block;
          padding: 10px 0;
          border-bottom: 1px solid #dcdcdc;
          box-sizing: border-box; }
          #sale-box .box-06 dl dd > dl dt {
            width: 100%;
            background: none;
            font-size: 14px;
            line-height: 1.5;
            font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            color: #19499D;
            display: inline-block; }
          #sale-box .box-06 dl dd > dl dd {
            width: 100%;
            margin: 10px 0 0 0; }
  #sale-box .box-07 {
    text-align: center; }
    #sale-box .box-07 h4 {
      background: #19499D;
      padding: 20px 3%;
      font-size: 18px;
      line-height: 1.3;
      font: normal 1.8rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      color: #fff;
      position: relative; }
      #sale-box .box-07 h4::before {
        margin-right: 5px;
        content: "＼"; }
      #sale-box .box-07 h4::after {
        margin-left: 5px;
        content: "／"; }
    #sale-box .box-07 .wrap-box {
      width: 90%;
      margin: 0 auto;
      padding: 30px 0 50px 0; }
      #sale-box .box-07 .wrap-box h5 {
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #000;
        text-decoration: underline;
        text-decoration-color: #EC407A; }
        #sale-box .box-07 .wrap-box h5 span {
          color: #EC407A;
          font-size: 22px;
          line-height: 1;
          font: normal 2.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700; }
      #sale-box .box-07 .wrap-box br {
        display: none; }
      #sale-box .box-07 .wrap-box a.s-button {
        margin: 30px auto 0;
        background: #EC407A;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        padding: 15px;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 1;
        font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 500;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #sale-box .box-07 .wrap-box a.s-button::before {
          content: 'date_range';
          font-size: 20px;
          margin: 0 5px 0 0; }
        #sale-box .box-07 .wrap-box a.s-button:link, #sale-box .box-07 .wrap-box a.s-button:visited, #sale-box .box-07 .wrap-box a.s-button:active {
          text-decoration: none; }
        #sale-box .box-07 .wrap-box a.s-button:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }

  /* ------------ assessment-box ------------ */
  #assessment-box .box-01 {
    background: url(../sale/img/02.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    margin: 10px 0 0 0; }
    #assessment-box .box-01 .inner-box {
      width: 85%;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
      background: rgba(25, 73, 160, 0.8);
      text-align: center; }
      #assessment-box .box-01 .inner-box ul {
        display: flex;
        justify-content: space-between; }
        #assessment-box .box-01 .inner-box ul li {
          list-style: none;
          width: 31%;
          background: #38AA9E;
          font-size: 12px;
          line-height: 1;
          font: normal 1.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 500;
          color: #fff;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          padding: 10px 0;
          box-sizing: border-box; }
      #assessment-box .box-01 .inner-box h4 {
        font-size: 30px;
        line-height: 1.3;
        font: normal 3rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #fff;
        margin: 15px 0 0 0; }
        #assessment-box .box-01 .inner-box h4 span {
          font-size: 12px;
          line-height: 1.3;
          font: normal 1.2rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700; } }
@media only screen and (max-width: 800px) and (-webkit-min-device-pixel-ratio: 2) {
  #assessment-box .box-01 {
    background: url(../sale/img/02@2x.jpg) no-repeat center center;
    background-size: cover; } }
@media screen and (max-width: 800px) {
  #assessment-box .box-02 {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center; }
    #assessment-box .box-02 h4 {
      font-size: 20px;
      line-height: 1.3;
      font: normal 2rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      color: #000;
      position: relative;
      display: inline-block;
      padding: 0 10px; }
      #assessment-box .box-02 h4 span {
        color: #19499D; }
      #assessment-box .box-02 h4::before, #assessment-box .box-02 h4:after {
        position: absolute;
        content: '';
        width: 10px;
        height: 10px; }
      #assessment-box .box-02 h4::after {
        top: 0;
        left: 0;
        border-top: 1px solid #000;
        border-left: 1px solid #000; }
      #assessment-box .box-02 h4::before {
        right: 0;
        bottom: 0;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000; }
    #assessment-box .box-02 h4 + p {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      margin: 10px 0 0 0; }
      #assessment-box .box-02 h4 + p br {
        display: none; }
    #assessment-box .box-02 ul li {
      list-style: none;
      background: #F5F8FA;
      margin: 50px 0 0 0;
      padding: 15px;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      position: relative;
      box-shadow: 0 0 5px #dcdcdc; }
      #assessment-box .box-02 ul li .step-box {
        width: 30%;
        background: #19499D;
        font-size: 16px;
        line-height: 1;
        font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 500;
        color: #fff;
        padding: 10px;
        box-sizing: border-box; }
      #assessment-box .box-02 ul li .text-box {
        width: 67%;
        text-align: left; }
        #assessment-box .box-02 ul li .text-box h5 {
          font-size: 18px;
          line-height: 1.5;
          font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 500;
          color: #19499D; }
        #assessment-box .box-02 ul li .text-box p {
          font-size: 14px;
          line-height: 2;
          font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          margin: 10px 0 0 0; }
      #assessment-box .box-02 ul li::after {
        content: 'keyboard_arrow_down';
        font-size: 30px;
        color: #19499D;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -40px; }
      #assessment-box .box-02 ul li:last-child::after {
        content: ''; }
  #assessment-box .box-03 {
    padding: 50px 5%;
    text-align: center;
    background: #F5F8FA; }
    #assessment-box .box-03 h4 {
      font-size: 20px;
      line-height: 1.3;
      font: normal 2rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      color: #000;
      position: relative;
      display: inline-block;
      padding: 0 10px; }
      #assessment-box .box-03 h4 span {
        color: #19499D; }
      #assessment-box .box-03 h4::before, #assessment-box .box-03 h4:after {
        position: absolute;
        content: '';
        width: 10px;
        height: 10px; }
      #assessment-box .box-03 h4::after {
        top: 0;
        left: 0;
        border-top: 1px solid #000;
        border-left: 1px solid #000; }
      #assessment-box .box-03 h4::before {
        right: 0;
        bottom: 0;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000; }
    #assessment-box .box-03 h4 + p {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      margin: 10px 0 0 0; }
      #assessment-box .box-03 h4 + p br {
        display: none; }
    #assessment-box .box-03 form h5 {
      background: #38AA9E;
      font-size: 16px;
      line-height: 1.5;
      font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 500;
      color: #fff;
      margin: 30px 0 0 0;
      padding: 10px 0;
      vertical-align: middle;
      border-radius: 20px 0 0 20px;
      position: relative; }
      #assessment-box .box-03 form h5::before {
        content: '●';
        color: #fff;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%); }
    #assessment-box .box-03 form dl {
      font-size: 14px;
      line-height: 1.5;
      font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      border-bottom: 1px solid #ddd;
      padding: 15px 0; }
      #assessment-box .box-03 form dl dt {
        display: flex;
        align-items: center;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700; }
        #assessment-box .box-03 form dl dt .iconrequire {
          font-size: 12px;
          line-height: 1;
          font: normal 1.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          background-color: #FD4C4B;
          color: #fff;
          margin: 0 5px 0 0;
          padding: 5px;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px; }
      #assessment-box .box-03 form dl dd {
        box-sizing: border-box;
        display: flex;
        align-items: center;
        text-align: left;
        margin: 15px 0 0 0; }
        #assessment-box .box-03 form dl dd select {
          width: 30%;
          height: 50px;
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border: none;
          box-sizing: border-box;
          color: #000;
          background-color: #f5f5f5;
          border: 1px solid #ddd; }
        #assessment-box .box-03 form dl dd textarea {
          width: 100%;
          height: 200px;
          border: 1px solid #ddd;
          padding: 10px;
          resize: none;
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          box-sizing: border-box; }
          #assessment-box .box-03 form dl dd textarea::-webkit-input-placeholder {
            color: #666; }
          #assessment-box .box-03 form dl dd textarea::placeholder {
            color: #999; }
          #assessment-box .box-03 form dl dd textarea:-ms-input-placeholder {
            color: #999; }
        #assessment-box .box-03 form dl dd input[type="text"] {
          width: 100%;
          border: 1px solid #ddd;
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          box-sizing: border-box;
          padding: 10px;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          margin: 0 10px 0 0; }
          #assessment-box .box-03 form dl dd input[type="text"].w30 {
            width: 70%; }
          #assessment-box .box-03 form dl dd input[type="text"]::-webkit-input-placeholder {
            color: #999; }
          #assessment-box .box-03 form dl dd input[type="text"]::placeholder {
            color: #999; }
          #assessment-box .box-03 form dl dd input[type="text"]:-ms-input-placeholder {
            color: #999; }
        #assessment-box .box-03 form dl dd .check-box label {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          width: 100%; }
          #assessment-box .box-03 form dl dd .check-box label.c-box {
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            padding: 10px;
            margin: 10px 0 0 0;
            cursor: pointer;
            box-sizing: border-box;
            display: inline-block; }
            #assessment-box .box-03 form dl dd .check-box label.c-box input[type="checkbox"], #assessment-box .box-03 form dl dd .check-box label.c-box input[type="radio"] {
              margin: 0 10px 0 0; }
          #assessment-box .box-03 form dl dd .check-box label span {
            font-size: 12px;
            line-height: 1.5;
            font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #666;
            margin: 0 0 0 10px; }
        #assessment-box .box-03 form dl dd input:focus {
          outline: none; }
      #assessment-box .box-03 form dl.bn {
        border: none; }
    #assessment-box .box-03 form .submit-box {
      text-align: center;
      margin: 30px 0 0 0; }
      #assessment-box .box-03 form .submit-box p {
        font-size: 12px;
        line-height: 1.5;
        font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000; }
        #assessment-box .box-03 form .submit-box p.bold {
          font-size: 14px;
          line-height: 2;
          font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          margin: 20px 0 10px 0; }
        #assessment-box .box-03 form .submit-box p a:link, #assessment-box .box-03 form .submit-box p a:visited, #assessment-box .box-03 form .submit-box p a:active {
          text-decoration: underline;
          color: #000; }
        #assessment-box .box-03 form .submit-box p a:hover {
          text-decoration: none; }
      #assessment-box .box-03 form .submit-box .submit-button {
        width: 100%;
        padding: 15px 0;
        margin: 30px auto 0;
        font-size: 16px;
        line-height: 1;
        font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 500;
        color: #fff;
        text-align: center;
        background-color: #EC407A;
        border: none;
        cursor: pointer;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        -webkit-appearance: button;
        appearance: button;
        display: block; }
        #assessment-box .box-03 form .submit-box .submit-button:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
      #assessment-box .box-03 form .submit-box .back-button {
        width: 100%;
        padding: 15px 0;
        margin: 30px auto 0;
        font-size: 20px;
        line-height: 1;
        font: normal 2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 500;
        color: #666;
        text-align: center;
        background-color: #dcdcdc;
        border-style: none;
        cursor: pointer;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        -webkit-appearance: button;
        appearance: button;
        display: block; }
        #assessment-box .box-03 form .submit-box .back-button:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
      #assessment-box .box-03 form .submit-box .agree-box {
        display: block;
        text-align: center;
        cursor: pointer;
        margin: 30px 0 0 0; }
        #assessment-box .box-03 form .submit-box .agree-box span {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          vertical-align: middle; }
        #assessment-box .box-03 form .submit-box .agree-box input.mark {
          width: 15px;
          height: 15px;
          border: 1px solid #ddd; }

  /* ------------ contact-box ------------ */
  #contact-box {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center; }
    #contact-box h3 + p {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      margin: 10px 0 0 0; }
    #contact-box form h4 {
      background: #19499D;
      font-size: 16px;
      line-height: 1.5;
      font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 500;
      color: #fff;
      margin: 30px 0 0 0;
      padding: 10px 0;
      vertical-align: middle;
      border-radius: 20px 0 0 20px;
      position: relative; }
      #contact-box form h4::before {
        content: '●';
        color: #fff;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%); }
    #contact-box form dl {
      font-size: 14px;
      line-height: 1.5;
      font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      border-bottom: 1px solid #ddd;
      padding: 15px 0; }
      #contact-box form dl dt {
        display: flex;
        align-items: center;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700; }
        #contact-box form dl dt .iconrequire {
          font-size: 12px;
          line-height: 1;
          font: normal 1.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          background-color: #FD4C4B;
          color: #fff;
          margin: 0 5px 0 0;
          padding: 5px;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px; }
      #contact-box form dl dd {
        box-sizing: border-box;
        display: flex;
        align-items: center;
        text-align: left;
        margin: 15px 0 0 0; }
        #contact-box form dl dd select {
          width: 100%;
          height: 50px;
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border: none;
          box-sizing: border-box;
          color: #000;
          background-color: #f5f5f5;
          border: 1px solid #ddd; }
        #contact-box form dl dd textarea {
          width: 100%;
          height: 200px;
          border: 1px solid #ddd;
          padding: 10px;
          resize: none;
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          box-sizing: border-box; }
          #contact-box form dl dd textarea::-webkit-input-placeholder {
            color: #666; }
          #contact-box form dl dd textarea::placeholder {
            color: #999; }
          #contact-box form dl dd textarea:-ms-input-placeholder {
            color: #999; }
        #contact-box form dl dd input[type="text"] {
          width: 100%;
          border: 1px solid #ddd;
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          box-sizing: border-box;
          padding: 10px;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          margin: 0 10px 0 0; }
          #contact-box form dl dd input[type="text"].w30 {
            width: 100%; }
          #contact-box form dl dd input[type="text"]::-webkit-input-placeholder {
            color: #999; }
          #contact-box form dl dd input[type="text"]::placeholder {
            color: #999; }
          #contact-box form dl dd input[type="text"]:-ms-input-placeholder {
            color: #999; }
        #contact-box form dl dd input:focus {
          outline: none; }
      #contact-box form dl.bn {
        border: none; }
    #contact-box form .submit-box {
      text-align: center;
      margin: 30px 0 0 0; }
      #contact-box form .submit-box p {
        font-size: 12px;
        line-height: 1.5;
        font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000; }
        #contact-box form .submit-box p.bold {
          font-size: 14px;
          line-height: 2;
          font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          margin: 20px 0 10px 0; }
        #contact-box form .submit-box p a:link, #contact-box form .submit-box p a:visited, #contact-box form .submit-box p a:active {
          text-decoration: underline;
          color: #000; }
        #contact-box form .submit-box p a:hover {
          text-decoration: none; }
      #contact-box form .submit-box .submit-button {
        width: 100%;
        padding: 15px 0;
        margin: 30px auto 0;
        font-size: 16px;
        line-height: 1;
        font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 500;
        color: #fff;
        text-align: center;
        background-color: #EC407A;
        border: none;
        cursor: pointer;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        -webkit-appearance: button;
        appearance: button;
        display: block; }
        #contact-box form .submit-box .submit-button:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
      #contact-box form .submit-box .back-button {
        width: 100%;
        padding: 15px 0;
        margin: 30px auto 0;
        font-size: 20px;
        line-height: 1;
        font: normal 2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 500;
        color: #666;
        text-align: center;
        background-color: #dcdcdc;
        border-style: none;
        cursor: pointer;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        -webkit-appearance: button;
        appearance: button;
        display: block; }
        #contact-box form .submit-box .back-button:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
      #contact-box form .submit-box .agree-box {
        display: block;
        text-align: center;
        cursor: pointer;
        margin: 30px 0 0 0; }
        #contact-box form .submit-box .agree-box span {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          vertical-align: middle; }
        #contact-box form .submit-box .agree-box input.mark {
          width: 15px;
          height: 15px;
          border: 1px solid #ddd; }

  /* ------------ privacy-box ------------ */
  #privacy-box {
    width: 90%;
    padding: 50px 0;
    text-align: center;
    margin: 0 auto; }
    #privacy-box h3 + p {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      margin: 10px 0 0 0; }
    #privacy-box h5 {
      font-size: 16px;
      line-height: 1.2;
      font: normal 1.6rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      color: #000;
      margin: 50px 0 0 0;
      padding: 0 0 10px 0;
      border-bottom: 1px solid #000;
      text-align: left; }
    #privacy-box p {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      margin: 10px 0 0 0;
      text-align: left; }
    #privacy-box ul {
      margin: 20px 0 0 20px;
      text-align: left; }
      #privacy-box ul li {
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000;
        list-style: none; }
    #privacy-box a:link, #privacy-box a:visited, #privacy-box a:active {
      text-decoration: underline;
      color: #000; }
    #privacy-box a:hover {
      text-decoration: none; }

  /* ------------ sitemap-box ------------ */
  #sitemap-box {
    width: 90%;
    padding: 50px 0;
    text-align: center;
    margin: 0 auto; }
    #sitemap-box ul {
      margin: 30px 0 0 0; }
      #sitemap-box ul li {
        font-size: 16px;
        line-height: 1;
        font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        list-style: none;
        border-bottom: 2px dotted #ddd;
        text-align: left; }
        #sitemap-box ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          padding: 15px 0 15px 30px;
          position: relative; }
          #sitemap-box ul li a:before {
            content: 'play_circle_outline';
            position: absolute;
            left: 5px;
            top: 50%;
            font-size: 18px;
            color: #19499D;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%); }
          #sitemap-box ul li a:link, #sitemap-box ul li a:visited, #sitemap-box ul li a:active {
            text-decoration: none;
            color: #000; }
          #sitemap-box ul li a:hover {
            background: #19499D;
            color: #fff; }
            #sitemap-box ul li a:hover:before {
              color: #fff; }
        #sitemap-box ul li:last-child {
          border: none; }

  /* ------------ news-box ------------ */
  #news-box {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 60px 0; }
    #news-box #main-box .newslist-box {
      text-align: left; }
      #news-box #main-box .newslist-box h3 {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #19499D;
        padding: 10px;
        background: #f5f5f5;
        border-left: 5px solid #19499D; }
        #news-box #main-box .newslist-box h3:nth-of-type(2) {
          margin: 20px 0 0 0; }
        #news-box #main-box .newslist-box h3::before {
          display: none; }
      #news-box #main-box .newslist-box ul.type-01 li {
        padding: 15px 0;
        list-style: none;
        border-bottom: 1px solid #dcdcdc;
        display: flex;
        justify-content: space-between; }
        #news-box #main-box .newslist-box ul.type-01 li a.eyecatch {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          width: 30%; }
          #news-box #main-box .newslist-box ul.type-01 li a.eyecatch figure {
            width: 100%; }
            #news-box #main-box .newslist-box ul.type-01 li a.eyecatch figure img {
              width: 100%;
              vertical-align: bottom; }
          #news-box #main-box .newslist-box ul.type-01 li a.eyecatch:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
        #news-box #main-box .newslist-box ul.type-01 li .text-box {
          width: 67%;
          align-self: center; }
          #news-box #main-box .newslist-box ul.type-01 li .text-box p.date {
            margin: 10px 0 0 0;
            position: relative;
            font-size: 12px;
            line-height: 1.5;
            font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000; }
            #news-box #main-box .newslist-box ul.type-01 li .text-box p.date:before {
              content: 'event_note';
              position: relative;
              left: 0;
              top: -2px;
              font-size: 1.4rem;
              color: #000;
              padding: 0 5px 0 0; }
          #news-box #main-box .newslist-box ul.type-01 li .text-box h4 {
            font-size: 15px;
            line-height: 1.5;
            font: normal 1.5rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            margin: 10px 0 0 0; }
            #news-box #main-box .newslist-box ul.type-01 li .text-box h4 a {
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s; }
              #news-box #main-box .newslist-box ul.type-01 li .text-box h4 a:link, #news-box #main-box .newslist-box ul.type-01 li .text-box h4 a:visited, #news-box #main-box .newslist-box ul.type-01 li .text-box h4 a:active {
                text-decoration: none;
                color: #000; }
              #news-box #main-box .newslist-box ul.type-01 li .text-box h4 a:hover {
                opacity: 0.8;
                filter: alpha(opacity=80); }
          #news-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li {
            border: none;
            padding: 0;
            margin: 10px 0 0 0; }
            #news-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li a {
              font-size: 12px;
              line-height: 1;
              font: normal 1.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              padding: 5px 10px;
              display: inline-block;
              border: 1px solid #000; }
              #news-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li a:link, #news-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li a:visited, #news-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li a:active {
                text-decoration: none;
                color: #000; }
              #news-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li a:hover {
                opacity: 0.8;
                filter: alpha(opacity=80); }
            #news-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li:first-child {
              margin: 0; }
      #news-box #main-box .newslist-box ul.link-box {
        max-width: 1000px;
        margin: 80px auto 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        #news-box #main-box .newslist-box ul.link-box li {
          width: 46%;
          list-style: none;
          text-align: center; }
          #news-box #main-box .newslist-box ul.link-box li a {
            background: #8E0000;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            display: block;
            padding: 30px 0;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            font-size: 16px;
            line-height: 1;
            font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #fff;
            position: relative; }
            #news-box #main-box .newslist-box ul.link-box li a:link, #news-box #main-box .newslist-box ul.link-box li a:visited, #news-box #main-box .newslist-box ul.link-box li a:active {
              text-decoration: none;
              color: #fff; }
            #news-box #main-box .newslist-box ul.link-box li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
            #news-box #main-box .newslist-box ul.link-box li a:after {
              content: 'picture_as_pdf';
              position: absolute;
              font-size: 30px;
              right: 15px;
              top: 50%;
              transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              color: #fff; }
          #news-box #main-box .newslist-box ul.link-box li:nth-child(n+3) {
            margin: 30px 0 0 0; }
      #news-box #main-box .newslist-box dl {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000; }
        #news-box #main-box .newslist-box dl dt {
          width: 50%;
          padding: 20px;
          box-sizing: border-box; }
          #news-box #main-box .newslist-box dl dt a:link, #news-box #main-box .newslist-box dl dt a:visited, #news-box #main-box .newslist-box dl dt a:active {
            text-decoration: underline;
            color: #000; }
          #news-box #main-box .newslist-box dl dt a:hover {
            text-decoration: underline; }
        #news-box #main-box .newslist-box dl dd {
          flex: 1;
          padding: 20px; }
          #news-box #main-box .newslist-box dl dd a:link, #news-box #main-box .newslist-box dl dd a:visited, #news-box #main-box .newslist-box dl dd a:active {
            text-decoration: underline;
            color: #000; }
          #news-box #main-box .newslist-box dl dd a:hover {
            text-decoration: underline; }
        #news-box #main-box .newslist-box dl:nth-of-type(2n) {
          background: #F3EDE3;
          margin: 0; }
      #news-box #main-box .newslist-box p.none-text {
        margin: 20px 0 0 0;
        font-size: 15px;
        line-height: 2;
        font: normal 1.5rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000; }
    #news-box #main-box .pagenation-box {
      margin: 40px 0 0 0; }
      #news-box #main-box .pagenation-box ul {
        display: flex;
        justify-content: center; }
        #news-box #main-box .pagenation-box ul li {
          list-style: none;
          margin-left: 10px;
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
          #news-box #main-box .pagenation-box ul li.active {
            color: #fff;
            padding: 10px;
            border: 1px solid #19499D;
            background: #19499D; }
          #news-box #main-box .pagenation-box ul li a {
            background: #fff;
            color: #000;
            display: block;
            padding: 10px;
            text-decoration: none;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            border: 1px solid #000; }
            #news-box #main-box .pagenation-box ul li a:hover {
              background: #19499D;
              border: 1px solid #19499D;
              color: #fff; }
          #news-box #main-box .pagenation-box ul li:first-child {
            margin: 0; }
    #news-box #main-box .newsarticle-box .cate-title {
      padding: 10px;
      background: #f5f5f5;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-left: 5px solid #19499D; }
      #news-box #main-box .newsarticle-box .cate-title h3 {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #19499D; }
        #news-box #main-box .newsarticle-box .cate-title h3::before {
          display: none; }
      #news-box #main-box .newsarticle-box .cate-title p.list {
        font-size: 12px;
        line-height: 1;
        font: normal 1.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000;
        position: relative;
        padding: 0 0 0 20px; }
        #news-box #main-box .newsarticle-box .cate-title p.list a:link, #news-box #main-box .newsarticle-box .cate-title p.list a:visited, #news-box #main-box .newsarticle-box .cate-title p.list a:active {
          text-decoration: none;
          color: #000; }
        #news-box #main-box .newsarticle-box .cate-title p.list a:hover {
          text-decoration: underline;
          color: #000; }
        #news-box #main-box .newsarticle-box .cate-title p.list:before {
          content: 'keyboard_backspace';
          position: absolute;
          left: 0;
          top: 0;
          font-size: 1.6rem;
          color: #000; }
    #news-box #main-box .newsarticle-box .article-box {
      margin: 20px 0 0 0;
      text-align: left; }
      #news-box #main-box .newsarticle-box .article-box p.date {
        font-size: 12px;
        line-height: 1;
        font: normal 1.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000;
        position: relative; }
        #news-box #main-box .newsarticle-box .article-box p.date:before {
          content: 'event_note';
          position: relative;
          left: 0;
          top: -2px;
          font-size: 1.4rem;
          color: #000;
          padding: 0 5px 0 0; }
      #news-box #main-box .newsarticle-box .article-box h4 {
        font-size: 18px;
        line-height: 1.5;
        font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000;
        margin: 5px 0 0 0; }
      #news-box #main-box .newsarticle-box .article-box p {
        font-size: 15px;
        line-height: 2;
        font: normal 1.5rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000;
        margin: 20px 0 0 0; }
      #news-box #main-box .newsarticle-box .article-box img.alignleft {
        float: left;
        display: block;
        margin: 0 20px 20px 0; }
      #news-box #main-box .newsarticle-box .article-box img.aligncenter {
        display: block;
        margin: 20px auto; }
      #news-box #main-box .newsarticle-box .article-box img.alignright {
        float: right;
        display: block;
        margin: 0 0 20px 20px; }
      #news-box #main-box .newsarticle-box .article-box img.alignnone {
        display: block;
        text-align: left;
        margin: 20px auto; }
      #news-box #main-box .newsarticle-box .article-box a img:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
      #news-box #main-box .newsarticle-box .article-box a:link, #news-box #main-box .newsarticle-box .article-box a:visited, #news-box #main-box .newsarticle-box .article-box a:active {
        text-decoration: underline;
        color: #000; }
      #news-box #main-box .newsarticle-box .article-box a:hover {
        text-decoration: underline;
        color: #000; }
    #news-box #main-box .newsarticle-box .article-next {
      margin: 30px 0 0 0;
      border-top: 2px solid #dcdcdc; }
      #news-box #main-box .newsarticle-box .article-next ul {
        margin: 20px 0 0 0;
        background: rgba(255, 255, 255, 0.7);
        box-sizing: border-box;
        display: flex;
        justify-content: space-between; }
        #news-box #main-box .newsarticle-box .article-next ul li {
          width: 48%;
          list-style: none; }
          #news-box #main-box .newsarticle-box .article-next ul li:last-child {
            margin: 0; }
          #news-box #main-box .newsarticle-box .article-next ul li a {
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            text-decoration: none; }
            #news-box #main-box .newsarticle-box .article-next ul li a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
          #news-box #main-box .newsarticle-box .article-next ul li .box {
            border: 1px solid #000;
            padding: 10px;
            display: block; }
            #news-box #main-box .newsarticle-box .article-next ul li .box p.articlebox {
              font-size: 14px;
              line-height: 1;
              font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #000;
              text-align: center; }
            #news-box #main-box .newsarticle-box .article-next ul li .box p.date {
              font-size: 12px;
              line-height: 1;
              font: normal 1.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #000;
              margin: 10px 0 0 0;
              text-align: center; }
            #news-box #main-box .newsarticle-box .article-next ul li .box p.title {
              font-size: 14px;
              line-height: 1.5;
              font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #000;
              margin: 10px 0 0 0; }
      #news-box #main-box .newsarticle-box .article-next p.back {
        margin: 20px 0 0 auto;
        padding: 0 0 0 15px;
        font-size: 14px;
        line-height: 1;
        font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000;
        position: relative;
        text-align: left; }
        #news-box #main-box .newsarticle-box .article-next p.back a:link, #news-box #main-box .newsarticle-box .article-next p.back a:visited, #news-box #main-box .newsarticle-box .article-next p.back a:active {
          text-decoration: none;
          color: #000; }
        #news-box #main-box .newsarticle-box .article-next p.back a:hover {
          text-decoration: underline;
          color: #000; }
        #news-box #main-box .newsarticle-box .article-next p.back:before {
          content: 'keyboard_backspace';
          position: absolute;
          left: 0;
          top: 0;
          font-size: 1.4rem;
          color: #000; }
    #news-box #side-box {
      margin: 50px 0 0 0; }
      #news-box #side-box ul {
        margin: 10px 0 0 0;
        box-sizing: border-box; }
        #news-box #side-box ul li {
          font-size: 15px;
          line-height: 1.5;
          font: normal 1.5rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          list-style: none;
          border-bottom: 1px dotted #dcdcdc;
          text-align: left; }
          #news-box #side-box ul li a {
            padding: 10px 5px;
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #news-box #side-box ul li a:link, #news-box #side-box ul li a:visited, #news-box #side-box ul li a:active {
              text-decoration: none;
              color: #000; }
            #news-box #side-box ul li a:hover {
              text-decoration: none; }
            #news-box #side-box ul li a.here {
              text-decoration: none; }
          #news-box #side-box ul li:last-child {
            border: none; }
      #news-box #side-box .widget {
        margin: 0 0 20px 0; }
        #news-box #side-box .widget h2.widget-title {
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #fff;
          padding: 10px;
          text-align: left;
          background: #19499D; }
      #news-box #side-box .calendar_wrap #wp-calendar {
        width: 100%; }
        #news-box #side-box .calendar_wrap #wp-calendar caption {
          text-align: center;
          font-size: 15px;
          line-height: 1;
          font: normal 1.5rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          padding: 10px 0;
          color: #000;
          box-sizing: border-box; }
        #news-box #side-box .calendar_wrap #wp-calendar thead tr th {
          width: 14.28%;
          padding: 8px;
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          box-sizing: border-box; }
        #news-box #side-box .calendar_wrap #wp-calendar thead tr th:nth-child(6) {
          color: #6699ff; }
        #news-box #side-box .calendar_wrap #wp-calendar thead tr th:nth-child(7) {
          color: #cc3300; }
        #news-box #side-box .calendar_wrap #wp-calendar td {
          width: 14.28%;
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          text-align: center;
          padding: 8px;
          color: #000;
          box-sizing: border-box; }
        #news-box #side-box .calendar_wrap #wp-calendar td a {
          background: #19499D;
          color: #fff;
          display: block;
          padding: 8px;
          margin: -8px;
          text-decoration: none;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
        #news-box #side-box .calendar_wrap #wp-calendar td a:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
        #news-box #side-box .calendar_wrap #wp-calendar tbody tr #today {
          background-color: #f5f5f5; }
      #news-box #side-box .calendar_wrap .wp-calendar-nav {
        display: flex;
        justify-content: space-between;
        margin: 20px 0 0 0; }
        #news-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev {
          text-align: left;
          font-size: 15px;
          line-height: 1.5;
          font: normal 1.5rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000; }
          #news-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #news-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:link, #news-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:visited, #news-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:active {
              text-decoration: none;
              color: #000; }
            #news-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:hover {
              text-decoration: underline;
              color: #000; }
        #news-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
          text-align: left;
          font-size: 15px;
          line-height: 1.5;
          font: normal 1.5rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000; }
          #news-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #news-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:link, #news-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:visited, #news-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:active {
              text-decoration: none;
              color: #000; }
            #news-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:hover {
              text-decoration: underline;
              color: #000; }
      #news-box #side-box .calendar_wrap tfoot {
        display: none; }
      #news-box #side-box .screen-reader-text {
        display: none; }
      #news-box #side-box .widget_recent_entries ul {
        border: none;
        box-sizing: border-box;
        padding: 0; }
        #news-box #side-box .widget_recent_entries ul li {
          font-size: 15px;
          line-height: 1.5;
          font: normal 1.5rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          list-style: none;
          border-bottom: 1px dotted #dcdcdc;
          position: relative; }
          #news-box #side-box .widget_recent_entries ul li a {
            padding: 10px 0 10px 15px;
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #news-box #side-box .widget_recent_entries ul li a:link, #news-box #side-box .widget_recent_entries ul li a:visited, #news-box #side-box .widget_recent_entries ul li a:active {
              text-decoration: none;
              color: #000; }
            #news-box #side-box .widget_recent_entries ul li a:hover {
              text-decoration: underline;
              color: #000; }
              #news-box #side-box .widget_recent_entries ul li a:hover:before {
                color: #000; }
            #news-box #side-box .widget_recent_entries ul li a:before {
              content: 'chevron_right';
              position: absolute;
              left: 0;
              top: 15px;
              font-size: 1.6rem;
              color: #19499D; }
          #news-box #side-box .widget_recent_entries ul li:last-child {
            border: none; }
      #news-box #side-box .widget_archive #archives-dropdown-2 {
        width: 100%;
        height: 50px;
        background: none;
        border: none;
        padding: 10px;
        font-size: 15px;
        line-height: 1;
        font: normal 1.5rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        box-sizing: border-box;
        cursor: pointer;
        color: #000;
        border-radius: none;
        -moz-border-radius: none;
        -webkit-border-radius: none;
        -ms-border-radius: none;
        -o-border-radius: none; }
      #news-box #side-box .widget_categories ul {
        border: none;
        box-sizing: border-box;
        padding: 0; }
        #news-box #side-box .widget_categories ul li {
          font-size: 15px;
          line-height: 1.5;
          font: normal 1.5rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          list-style: none;
          border-bottom: 1px dotted #dcdcdc;
          position: relative; }
          #news-box #side-box .widget_categories ul li a {
            padding: 10px 0 10px 15px;
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #news-box #side-box .widget_categories ul li a:link, #news-box #side-box .widget_categories ul li a:visited, #news-box #side-box .widget_categories ul li a:active {
              text-decoration: none;
              color: #000; }
            #news-box #side-box .widget_categories ul li a:hover {
              text-decoration: underline;
              color: #000; }
              #news-box #side-box .widget_categories ul li a:hover:before {
                color: #000; }
            #news-box #side-box .widget_categories ul li a:before {
              content: 'chevron_right';
              position: absolute;
              left: 0;
              top: 15px;
              font-size: 1.6rem;
              color: #19499D; }
          #news-box #side-box .widget_categories ul li:last-child {
            border: none; }
      #news-box #side-box input[type="submit"], #news-box #side-box input[type="reset"], #news-box #side-box input[type="button"], #news-box #side-box button {
        cursor: pointer; }

  /* ------------ ScrollTrigger ------------ */
  .visible, .invisible {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s; }

  .visible {
    opacity: 1;
    filter: alpha(opacity=100); }

  .invisible.translate-01 {
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px); }

  .visible.translate-01 {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }
/* ------------ //SP ------------ */
/* ------------ PC ------------ */
@media screen and (min-width: 801px) {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%;
    font-feature-settings: "palt"; }

  /* ------------ material-i ------------ */
  .material-i, #header-new #g-nav ul li::before, #top-news ul li .news-box ul li a .text-box p.date::before, #footer .box-01 ul li:nth-child(1)::before, #footer .box-01 ul li:nth-child(2) a::before, #page-top a::before, #breadcrumb-box ul li:before, #breadcrumb-box ul li:first-child:before, #company-box .box-03 ul li a:after, #purchase-box .box-03 a.s-button::before, #sale-box .box-07 .wrap-box a.s-button::before, #assessment-box .box-02 ul li::after, #sitemap-box ul li a:before, #news-box #main-box .newslist-box ul.type-01 li .text-box p.date:before, #news-box #main-box .newslist-box ul.link-box li a:after, #news-box #main-box .newsarticle-box .cate-title p.list:before, #news-box #main-box .newsarticle-box .article-box p.date:before, #news-box #main-box .newsarticle-box .article-next p.back:before, #news-box #side-box .widget_recent_entries ul li a:before, #news-box #side-box .widget_categories ul li a:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    vertical-align: middle; }

  /* ------------ common ------------ */
  h3 {
    font-size: 36px;
    line-height: 1.5;
    font: normal 3.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    font-weight: 700; }
    h3::before {
      content: url(../img/04.png);
      display: block; }
    h3.c-01 {
      color: #fff; } }
@media only screen and (min-width: 801px) and (-webkit-min-device-pixel-ratio: 2) {
  h3::before {
    content: '';
    display: block;
    width: 38px;
    height: 43px;
    background-image: url(../img/04@2x.png);
    background-size: contain;
    margin: 0 auto; } }
@media screen and (min-width: 801px) {
  a.button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 15px 0;
    width: 250px;
    font-size: 16px;
    line-height: 1.5;
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border: 1px solid #000;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    margin: 50px auto 0; }
    a.button::before {
      content: '';
      position: absolute;
      top: calc(50% - 2px);
      right: -30px;
      transform: translateY(calc(-50% - 2px)) rotate(30deg);
      width: 12px;
      height: 1px;
      background: #000;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
    a.button::after {
      content: '';
      position: absolute;
      top: 50%;
      right: -30px;
      transform: translateY(-50%);
      width: 70px;
      height: 1px;
      background: #000;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
    a.button:link, a.button:visited, a.button:active {
      text-decoration: none;
      color: #000; }
    a.button:hover {
      text-decoration: none;
      background-color: #19499D;
      border: 1px solid #19499D;
      color: #fff; }
    a.button:hover::before, a.button:hover::after {
      right: -40px;
      background: #19499D; }
    a.button.c-01 {
      background: #19499D;
      border: none; }
      a.button.c-01::before {
        background: #fff; }
      a.button.c-01::after {
        background: #fff; }
      a.button.c-01:link, a.button.c-01:visited, a.button.c-01:active {
        color: #fff; }
      a.button.c-01:hover {
        border: none; }

  /* ------------ top-loader ------------ */
  #top-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 3000;
    text-align: center; }
    #top-loader #loader {
      position: fixed;
      top: 50%;
      left: 50%;
      margin: 0 0 0 -27px;
      z-index: 4000; }

  /* ------------ header ------------ */
  #header h1 {
    text-indent: -9999px;
    position: fixed;
    top: 0;
    left: 0;
    background: #19499D;
    z-index: 1100; }
    #header h1 a {
      background: url(../img/01.png) no-repeat center center;
      background-size: 153px auto;
      width: 153px;
      height: 66px;
      display: block;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      padding: 25px 30px; }
      #header h1 a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); } }
@media only screen and (min-width: 801px) and (-webkit-min-device-pixel-ratio: 2) {
  #header h1 a {
    background: url(../img/01@2x.png) no-repeat center center;
    background-size: 153px auto;
    width: 153px;
    height: 66px; } }
@media screen and (min-width: 801px) {
  #header a.button {
    display: none; }
  #header #bars {
    display: none; }
  #header #g-nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0 25px 230px;
    box-sizing: border-box; }
    #header #g-nav .bg {
      display: none; }
    #header #g-nav p {
      font-size: 14px;
      line-height: 1.5;
      font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000; }
    #header #g-nav ul {
      display: flex;
      justify-content: flex-end; }
      #header #g-nav ul li {
        margin: 0 35px 0 0; }
        #header #g-nav ul li a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          position: relative;
          display: inline-block; }
          #header #g-nav ul li a:link, #header #g-nav ul li a:visited, #header #g-nav ul li a:active {
            color: #000;
            text-decoration: none; }
          #header #g-nav ul li a:hover {
            color: #19499D; }
          #header #g-nav ul li a::after {
            position: absolute;
            bottom: -7px;
            left: 50%;
            content: '';
            width: 0;
            height: 3px;
            background: #19499D;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
          #header #g-nav ul li a:hover::after {
            width: 100%; }
          #header #g-nav ul li a.here::after {
            position: absolute;
            bottom: -7px;
            left: 50%;
            content: '';
            width: 0;
            height: 3px;
            background: #19499D;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 100%; }

  /* ------------ header-new ------------ */
  #header-new {
    width: 100%;
    height: 80px;
    background: #19499D;
    z-index: 1100;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 5px #666; }
    #header-new h1 {
      text-indent: -9999px;
      position: fixed;
      top: 12px;
      left: 12px;
      background: #19499D;
      z-index: 1000; }
      #header-new h1 a {
        background: url(https://konaka-estate.com/img/14.png) no-repeat center center;
        background-size: 240px auto;
        width: 240px;
        height: 57px;
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #header-new h1 a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); } }
  @media only screen and (min-width: 801px) and (-webkit-min-device-pixel-ratio: 2) {
    #header-new h1 a {
      background: url(https://konaka-estate.com/img/14@2x.png) no-repeat center center;
      background-size: 240px auto;
      width: 240px;
      height: 57px; } }
@media screen and (min-width: 801px) {
    #header-new a.button {
      display: none; }
    #header-new a.h-button {
      display: none; }
    #header-new #bars {
      display: none; }
    #header-new #g-nav {
      width: 100%;
      height: 80px;
      position: fixed;
      top: 0;
      right: 0;
      z-index: 1000;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      #header-new #g-nav .bg {
        display: none; }
      #header-new #g-nav p {
        display: none; }
      #header-new #g-nav ul {
        display: flex;
        justify-content: flex-start;
        padding: 0 0 0 260px; }
        #header-new #g-nav ul li {
          margin: 0 15px 0 0;
          position: relative; }
          #header-new #g-nav ul li a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            font-size: 16px;
            line-height: 1.2;
            font: normal 1.6rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            position: relative;
            display: inline-block;
            padding: 0 0 0 20px; }
            #header-new #g-nav ul li a:link, #header-new #g-nav ul li a:visited, #header-new #g-nav ul li a:active {
              color: #fff;
              text-decoration: none; }
            #header-new #g-nav ul li a::after {
              position: absolute;
              bottom: -7px;
              left: 50%;
              content: '';
              width: 0;
              height: 1px;
              background: #fff;
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
            #header-new #g-nav ul li a:hover::after {
              width: 100%; }
            #header-new #g-nav ul li a.here::after {
              position: absolute;
              bottom: -7px;
              left: 50%;
              content: '';
              width: 0;
              height: 1px;
              background: #fff;
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
              width: 100%; }
          #header-new #g-nav ul li::before {
            content: 'play_circle';
            font-size: 1.4rem;
            color: #e6c800;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%); }

  /* ------------ top-eyecatch ------------ */
  #top-eyecatch {
    background: url(../img/02.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column; }
    #top-eyecatch .text-box {
      margin: -260px 0 0 0;
      padding: 0 20px;
      text-align: center; }
      #top-eyecatch .text-box h2 {
        font-size: 30px;
        line-height: 1.5;
        font: normal 3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-size: 2.4vw;
        color: #fff;
        font-weight: 500;
        text-shadow: 0 0 5px #000;
        background: linear-gradient(transparent 80%, #9BCA1A 80%);
        display: inline-block; }
      #top-eyecatch .text-box p {
        font-size: 56px;
        line-height: 1.3;
        font: normal 5.6rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-size: 4vw;
        color: #fff;
        font-weight: 500;
        font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        text-shadow: 0 0 5px #000;
        margin: 20px 0 0 0; }
      #top-eyecatch .text-box .event-box {
        background: rgba(25, 73, 160, 0.8);
        padding: 15px;
        box-sizing: border-box;
        margin: 20px 0 0 0;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px; }
        #top-eyecatch .text-box .event-box p.title {
          font-size: 56px;
          line-height: 1.3;
          font: normal 5.6rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-size: 5vw;
          color: #fff;
          font-weight: 500;
          text-shadow: none;
          margin: 0;
          font-weight: 700; }
        #top-eyecatch .text-box .event-box p.note {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 400;
          text-shadow: none;
          margin: 0; }
        #top-eyecatch .text-box .event-box p span.c-01 {
          font-size: 2vw;
          margin: 0 10px 0 0;
          background: #fff;
          color: #19499D;
          padding: 10px;
          vertical-align: middle;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px; }
        #top-eyecatch .text-box .event-box p span.c-02 {
          color: gold; }
    #top-eyecatch a.scroll {
      position: absolute;
      bottom: 0;
      left: 50%;
      padding-top: 60px;
      z-index: 2;
      display: inline-block;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      text-decoration: none;
      font-size: 14px;
      line-height: 1;
      font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #fff;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #top-eyecatch a.scroll:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
      #top-eyecatch a.scroll span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 30px;
        height: 50px;
        margin-left: -15px;
        border: 2px solid #fff;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        box-sizing: border-box; }
        #top-eyecatch a.scroll span::before {
          position: absolute;
          top: 10px;
          left: 50%;
          content: '';
          width: 6px;
          height: 6px;
          margin-left: -3px;
          background-color: #fff;
          border-radius: 100%;
          -moz-border-radius: 100%;
          -webkit-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          -webkit-animation: sdb 2s infinite;
          animation: sdb 2s infinite;
          box-sizing: border-box; }
  @-webkit-keyframes sdb {
    0% {
      -webkit-transform: translate(0, 20px);
      opacity: 0; }
    40% {
      opacity: 1; }
    80% {
      -webkit-transform: translate(0, 0);
      opacity: 0; }
    100% {
      opacity: 0; } }
  @keyframes sdb {
    0% {
      transform: translate(0, 20px);
      opacity: 0; }
    40% {
      opacity: 1; }
    80% {
      transform: translate(0, 0);
      opacity: 0; }
    100% {
      opacity: 0; } }
    #top-eyecatch .news-box {
      width: 100%;
      margin: auto 0 0 0;
      background: rgba(255, 255, 225, 0.9);
      padding: 15px 0;
      text-align: center; }
      #top-eyecatch .news-box p {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
        #top-eyecatch .news-box p a:link, #top-eyecatch .news-box p a:visited, #top-eyecatch .news-box p a:active {
          color: #000;
          text-decoration: none; }
        #top-eyecatch .news-box p a:hover {
          text-decoration: underline; } }
@media only screen and (min-width: 801px) and (-webkit-min-device-pixel-ratio: 2) {
  #eyecatch-box {
    background: url(../img/02@2x.jpg) no-repeat center center;
    background-size: cover; } }
@media screen and (min-width: 801px) {
  /* ------------ top-eyecatch-new ------------ */
  #top-eyecatch-new {
    background: url(../img/02.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    position: relative; }
    #top-eyecatch-new .text-box {
      margin-top: -5%;
      padding: 0 20px;
      text-align: center;
      box-sizing: border-box;
      position: relative; }
      #top-eyecatch-new .text-box h2 {
        font-size: 30px;
        line-height: 1.5;
        font: normal 3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-size: 2.4vw;
        color: #fff;
        font-weight: 500;
        text-shadow: 0 0 5px #000; }
      #top-eyecatch-new .text-box h4 {
        font-size: 40px;
        line-height: 1.5;
        font: normal 4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-size: 3.4vw;
        color: #fff;
        font-weight: 500;
        text-shadow: 0 0 5px #000;
        background: linear-gradient(transparent 80%, #e6c800 80%);
        display: inline-block; }
      #top-eyecatch-new .text-box ul.l-01 {
        margin: 30px auto 0;
        display: flex;
        justify-content: center; }
        #top-eyecatch-new .text-box ul.l-01 li {
          list-style: none;
          background: #fff;
          border: 1px solid #19499D;
          font-size: 30px;
          line-height: 1.2;
          font: normal 3rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-size: 2.4vw;
          font-weight: 700;
          color: #19499D;
          padding: 7px 20px;
          margin: 0 10px;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px; }
      #top-eyecatch-new .text-box ul.l-02 {
        margin: 50px auto 0;
        display: flex;
        justify-content: center; }
        #top-eyecatch-new .text-box ul.l-02 li {
          list-style: none;
          background: #19499D;
          font-size: 36px;
          line-height: 1.2;
          font: normal 3.6rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-size: 3vw;
          font-weight: 700;
          color: #fff;
          padding: 15px;
          margin: 0 10px;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          border: 1px solid #fff;
          position: relative; }
          #top-eyecatch-new .text-box ul.l-02 li p.number {
            position: absolute;
            top: -20px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 16px;
            line-height: 1;
            font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-size: 1.4vw;
            font-weight: 700;
            line-height: 35px;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            background: #e6c800;
            color: #19499D; }
      #top-eyecatch-new .text-box p.text-box {
        font-size: 30px;
        line-height: 1.5;
        font: normal 3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-size: 2.4vw;
        color: #fff;
        font-weight: 700;
        text-shadow: 0 0 5px #000;
        margin: 15px 0 0 0; }
      #top-eyecatch-new .text-box .event-box {
        background: rgba(25, 73, 160, 0.8);
        padding: 15px;
        box-sizing: border-box;
        margin: 20px 0 0 0;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px; }
        #top-eyecatch-new .text-box .event-box p.title {
          font-size: 56px;
          line-height: 1.3;
          font: normal 5.6rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-size: 5vw;
          color: #fff;
          font-weight: 500;
          text-shadow: none;
          margin: 0;
          font-weight: 700; }
        #top-eyecatch-new .text-box .event-box p.note {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 400;
          text-shadow: none;
          margin: 0; }
        #top-eyecatch-new .text-box .event-box p span.c-01 {
          font-size: 2vw;
          margin: 0 10px 0 0;
          background: #fff;
          color: #19499D;
          padding: 10px;
          vertical-align: middle;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px; }
        #top-eyecatch-new .text-box .event-box p span.c-02 {
          color: gold; }
      #top-eyecatch-new .text-box .character-01 {
        position: absolute;
        width: 15%;
        left: 10%;
        top: -20%; }
        #top-eyecatch-new .text-box .character-01 img {
          width: 100%;
          vertical-align: bottom; }
      #top-eyecatch-new .text-box .character-02 {
        position: absolute;
        width: 12%;
        right: 12%;
        top: -21%; }
        #top-eyecatch-new .text-box .character-02 img {
          width: 100%;
          vertical-align: bottom; }
    #top-eyecatch-new .link-box {
      position: absolute;
      top: 5%;
      right: 5%; }
      #top-eyecatch-new .link-box a {
        max-width: 196px;
        width: 100%;
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #top-eyecatch-new .link-box a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
        #top-eyecatch-new .link-box a img {
          width: 100%; }
    #top-eyecatch-new a.scroll {
      position: absolute;
      bottom: 0;
      left: 50%;
      padding-top: 60px;
      z-index: 2;
      display: inline-block;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      text-decoration: none;
      font-size: 14px;
      line-height: 1;
      font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #fff;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #top-eyecatch-new a.scroll:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
      #top-eyecatch-new a.scroll span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 30px;
        height: 50px;
        margin-left: -15px;
        border: 2px solid #fff;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        box-sizing: border-box; }
        #top-eyecatch-new a.scroll span::before {
          position: absolute;
          top: 10px;
          left: 50%;
          content: '';
          width: 6px;
          height: 6px;
          margin-left: -3px;
          background-color: #fff;
          border-radius: 100%;
          -moz-border-radius: 100%;
          -webkit-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          -webkit-animation: sdb 2s infinite;
          animation: sdb 2s infinite;
          box-sizing: border-box; }
  @-webkit-keyframes sdb {
    0% {
      -webkit-transform: translate(0, 20px);
      opacity: 0; }
    40% {
      opacity: 1; }
    80% {
      -webkit-transform: translate(0, 0);
      opacity: 0; }
    100% {
      opacity: 0; } }
  @keyframes sdb {
    0% {
      transform: translate(0, 20px);
      opacity: 0; }
    40% {
      opacity: 1; }
    80% {
      transform: translate(0, 0);
      opacity: 0; }
    100% {
      opacity: 0; } } }
@media only screen and (min-width: 801px) and (-webkit-min-device-pixel-ratio: 2) {
  #eyecatch-box-new {
    background: url(../img/02@2x.jpg) no-repeat center center;
    background-size: cover; } }
@media screen and (min-width: 801px) {
  /* ------------ top-about ------------ */
  #top-about {
    text-align: center;
    padding: 100px 0; }
    #top-about .wrap-box {
      width: 95%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin: 60px auto 0; }
      #top-about .wrap-box figure {
        width: 50%; }
        #top-about .wrap-box figure img {
          width: 100%; }
      #top-about .wrap-box .text-box {
        width: 35%;
        text-align: left;
        margin: 0 0 0 5%; }
        #top-about .wrap-box .text-box h4 {
          font-size: 28px;
          line-height: 1.5;
          font: normal 2.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          font-weight: 500; }
        #top-about .wrap-box .text-box p {
          font-size: 16px;
          line-height: 2;
          font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          margin: 40px 0 0 0; }

  /* ------------ top-menu ------------ */
  #top-menu ul {
    display: flex;
    justify-content: space-between; }
    #top-menu ul li {
      width: calc(100%/3);
      list-style: none;
      overflow: hidden; }
      #top-menu ul li a {
        width: 100%;
        height: 460px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        position: relative; }
        #top-menu ul li a::before {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          background: #000;
          opacity: 0.4;
          filter: alpha(opacity=40); }
        #top-menu ul li a p {
          width: 60%;
          margin: 0 auto;
          padding: 20px 10px;
          border: 1px solid #fff;
          font-size: 22px;
          line-height: 1.2;
          font: normal 2.2rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #fff;
          text-align: center;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          box-sizing: border-box;
          position: absolute; }
        #top-menu ul li a:hover {
          opacity: 1;
          filter: alpha(opacity=100);
          transform: scale(1.05, 1.05); }
          #top-menu ul li a:hover p {
            background: #fff;
            color: #19499D;
            border: 1px solid #19499D; }
          #top-menu ul li a:hover::before {
            opacity: 0;
            filter: alpha(opacity=0); }
      #top-menu ul li:nth-child(1) a {
        background-image: url(../img/05.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative; }
      #top-menu ul li:nth-child(2) a {
        background-image: url(../img/06.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative; }
      #top-menu ul li:nth-child(3) a {
        background-image: url(../img/07.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative; } }
    @media only screen and (min-width: 801px) and (-webkit-min-device-pixel-ratio: 2) {
      #top-menu ul li:nth-child(1) a {
        background-image: url(../img/05@2x.jpg); }
      #top-menu ul li:nth-child(2) a {
        background-image: url(../img/06@2x.jpg); }
      #top-menu ul li:nth-child(3) a {
        background-image: url(../img/07@2x.jpg); } }

@media screen and (min-width: 801px) {
  /* ------------ top-ralslink ------------ */
  #top-ralslink {
    max-width: 1000px;
    padding: 100px 20px;
    margin: 0 auto; }
    #top-ralslink ul {
      display: flex;
      justify-content: space-between; }
      #top-ralslink ul li {
        list-style: none;
        width: 48%;
        border: 2px solid #19499D;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px; }
        #top-ralslink ul li a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          padding: 15px 30px;
          box-sizing: border-box; }
          #top-ralslink ul li a img {
            height: auto;
            margin: 0 20px 0 0; }
          #top-ralslink ul li a p {
            font-size: 20px;
            line-height: 1.5;
            font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #19499D;
            text-align: left; }
            #top-ralslink ul li a p span {
              font-size: 16px;
              line-height: 1.5;
              font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #000; }
          #top-ralslink ul li a:link, #top-ralslink ul li a:visited, #top-ralslink ul li a:active {
            color: #000;
            text-decoration: none; }
          #top-ralslink ul li a:hover {
            background: #19499D; }
            #top-ralslink ul li a:hover p {
              color: #fff; }
              #top-ralslink ul li a:hover p span {
                color: #fff; }
        #top-ralslink ul li:nth-child(1) img {
          max-width: 98px; }
        #top-ralslink ul li:nth-child(2) img {
          max-width: 122px; }

  /* ------------ top-recommend ------------ */
  #top-recommend {
    padding: 100px 0;
    text-align: center;
    background: url(../img/11.jpg) no-repeat center center;
    background-size: cover; }
    #top-recommend ul {
      max-width: 1000px;
      margin: 50px auto 0;
      padding: 0 20px;
      display: flex;
      justify-content: space-between; }
      #top-recommend ul li {
        list-style: none;
        width: 30%;
        background: #fff;
        box-sizing: border-box;
        box-shadow: 10px 10px 0 #19499D; }
        #top-recommend ul li a {
          width: 100%;
          padding: 15px;
          box-sizing: border-box;
          display: block;
          box-shadow: 0 0 5px #999;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #top-recommend ul li a:link, #top-recommend ul li a:visited, #top-recommend ul li a:active {
            text-decoration: none;
            color: #000; }
          #top-recommend ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
          #top-recommend ul li a img {
            width: 100%; }
          #top-recommend ul li a p {
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            text-align: left;
            margin: 10px 0 0 0; }
            #top-recommend ul li a p.price {
              font-size: 20px;
              line-height: 1.5;
              font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              text-align: right;
              font-weight: 700;
              color: #B50000;
              margin: 20px 0 0 0; }
    #top-recommend .banner-box {
      max-width: 1000px;
      margin: 50px auto 0;
      padding: 0 20px; }
      #top-recommend .banner-box a img {
        vertical-align: bottom;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #top-recommend .banner-box a img:hover {
          transform: scale(1.02, 1.02); }
      #top-recommend .banner-box a:link, #top-recommend .banner-box a:visited, #top-recommend .banner-box a:active {
        text-decoration: none; }

  /* ------------ top-news ------------ */
  #top-news {
    padding: 100px 0;
    text-align: center; }
    #top-news ul {
      max-width: 1000px;
      padding: 0 20px;
      margin: 60px auto 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #top-news ul li {
        width: 48%;
        list-style: none;
        text-align: left; }
        #top-news ul li h4 {
          font-size: 26px;
          line-height: 1.2;
          font: normal 2.6rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #19499D;
          font-weight: 700;
          text-align: center;
          padding: 5px;
          background: #f5f5f5;
          border-top: 1px solid #19499D;
          border-bottom: 1px solid #19499D; }
        #top-news ul li .inner-box {
          border: 5px solid #f5f5f5;
          padding: 20px;
          box-sizing: border-box;
          margin: 20px 0 0 0;
          height: 360px;
          overflow-y: auto; }
          #top-news ul li .inner-box .news-box {
            border-bottom: 1px solid #dcdcdc;
            padding: 20px 0; }
            #top-news ul li .inner-box .news-box p {
              font-size: 16px;
              line-height: 2;
              font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #000; }
              #top-news ul li .inner-box .news-box p.date {
                color: #666; }
              #top-news ul li .inner-box .news-box p.title {
                font-size: 20px;
                line-height: 1.5;
                font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                font-weight: 500;
                color: #19499D;
                margin: 10px 0 0 0; }
            #top-news ul li .inner-box .news-box:first-of-type {
              padding: 0 0 20px 0; }
          #top-news ul li .inner-box iframe {
            width: 100%;
            height: 300px; }
        #top-news ul li .facebook_box {
          margin: 20px 0 0 0; }
        #top-news ul li .sns-box a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          display: block;
          margin: 30px 0 0 0; }
          #top-news ul li .sns-box a:link, #top-news ul li .sns-box a:visited, #top-news ul li .sns-box a:active {
            text-decoration: none; }
          #top-news ul li .sns-box a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
          #top-news ul li .sns-box a img {
            max-width: 480px;
            vertical-align: bottom; }
        #top-news ul li .news-box ul {
          width: 100%;
          padding: 0;
          margin: 30px 0 0 0;
          display: block; }
          #top-news ul li .news-box ul li {
            list-style: none;
            width: 100%;
            border-bottom: 1px solid #ddd; }
            #top-news ul li .news-box ul li a {
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              display: flex;
              justify-content: space-between;
              padding: 15px 0; }
              #top-news ul li .news-box ul li a:link, #top-news ul li .news-box ul li a:visited, #top-news ul li .news-box ul li a:active {
                text-decoration: none;
                color: #000; }
              #top-news ul li .news-box ul li a:hover {
                opacity: 0.8;
                filter: alpha(opacity=80); }
              #top-news ul li .news-box ul li a figure {
                position: relative;
                width: 40%; }
                #top-news ul li .news-box ul li a figure img {
                  width: 100%;
                  vertical-align: bottom; }
              #top-news ul li .news-box ul li a .text-box {
                margin: 0 0 0 20px;
                text-align: left;
                flex: 1; }
                #top-news ul li .news-box ul li a .text-box p.date {
                  font-size: 16px;
                  line-height: 1.5;
                  font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                  margin: 0; }
                  #top-news ul li .news-box ul li a .text-box p.date::before {
                    content: 'calendar_month';
                    font-size: 16px;
                    color: #000; }
                #top-news ul li .news-box ul li a .text-box p.title {
                  font-size: 16px;
                  line-height: 1.5;
                  font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                  margin: 10px 0 0 0; }
            #top-news ul li .news-box ul li:first-child a {
              padding: 0 0 15px 0; }
    #top-news .youtube-box {
      max-width: 1000px;
      padding: 0 20px;
      margin: 60px auto 0; }

  /* ------------ footer ------------ */
  #footer {
    text-align: center; }
    #footer .box-01 {
      background: #F4F2F1;
      padding: 80px 20px; }
      #footer .box-01 p {
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000;
        margin: 15px 0 0 0; }
      #footer .box-01 ul {
        display: flex;
        justify-content: space-between;
        max-width: 800px;
        margin: 50px auto 0; }
        #footer .box-01 ul li {
          list-style: none;
          width: 48%; }
          #footer .box-01 ul li:nth-child(1) {
            border: 2px solid #19499D;
            background: #fff;
            border-radius: 50px;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            -ms-border-radius: 50px;
            -o-border-radius: 50px;
            padding: 12px;
            box-sizing: border-box;
            font-size: 36px;
            line-height: 1.2;
            font: normal 3.6rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            color: #19499D;
            display: flex;
            align-items: center;
            justify-content: center; }
            #footer .box-01 ul li:nth-child(1)::before {
              content: 'phone';
              font-size: 36px;
              margin: 0 5px 0 0; }
          #footer .box-01 ul li:nth-child(2) a {
            border: 2px solid #19499D;
            background: #19499D;
            border-radius: 50px;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            -ms-border-radius: 50px;
            -o-border-radius: 50px;
            padding: 12px;
            box-sizing: border-box;
            font-size: 24px;
            line-height: 1.2;
            font: normal 2.4rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 500;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #footer .box-01 ul li:nth-child(2) a::before {
              content: 'mail_outline';
              font-size: 36px;
              margin: 0 5px 0 0; }
            #footer .box-01 ul li:nth-child(2) a:link, #footer .box-01 ul li:nth-child(2) a:visited, #footer .box-01 ul li:nth-child(2) a:active {
              text-decoration: none; }
            #footer .box-01 ul li:nth-child(2) a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
    #footer .f-nav {
      max-width: 1000px;
      margin: 30px auto 0;
      padding: 0 20px; }
      #footer .f-nav ul {
        display: flex;
        justify-content: center; }
        #footer .f-nav ul li {
          margin: 0 15px; }
          #footer .f-nav ul li a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            position: relative;
            display: inline-block; }
            #footer .f-nav ul li a:link, #footer .f-nav ul li a:visited, #footer .f-nav ul li a:active {
              color: #000;
              text-decoration: none; }
            #footer .f-nav ul li a:hover {
              color: #19499D; }
            #footer .f-nav ul li a::after {
              position: absolute;
              bottom: -5px;
              left: 50%;
              content: '';
              width: 0;
              height: 2px;
              background: #19499D;
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
            #footer .f-nav ul li a:hover::after {
              width: 100%; }
    #footer .box-02 {
      padding: 50px 20px;
      text-align: center; }
      #footer .box-02 figure {
        max-width: 225px;
        margin: 0 auto; }
        #footer .box-02 figure img {
          width: 100%; }
      #footer .box-02 p {
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        text-align: #000;
        margin: 5px 0 0 0; }
        #footer .box-02 p br {
          display: none; }
    #footer .box-03 p {
      font-size: 14px;
      line-height: 1.5;
      font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      text-align: #000; }
      #footer .box-03 p a {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #footer .box-03 p a:link, #footer .box-03 p a:visited, #footer .box-03 p a:active {
          color: #000;
          text-decoration: none; }
        #footer .box-03 p a:hover {
          text-decoration: underline; }
    #footer .copy-box {
      background: #19499D;
      text-align: center;
      padding: 15px 20px;
      margin: 20px 0 0 0; }
      #footer .copy-box p {
        font-size: 14px;
        line-height: 1;
        font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #fff; }

  /* ------------ page-top ------------ */
  #page-top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: -50px;
    bottom: 50px;
    background: #19499D;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 1000; }
    #page-top a {
      position: relative;
      display: block;
      width: 50px;
      height: 50px;
      text-decoration: none;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #page-top a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
      #page-top a::before {
        content: 'arrow_drop_up';
        font-size: 50px;
        color: #fff;
        position: absolute;
        width: 50px;
        height: 50px;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        z-index: 2000;
        text-align: center; }

  /* ------------ pagetitle-box ------------ */
  #pagetitle-box {
    height: 200px;
    display: flex;
    align-items: center; }
    #pagetitle-box h2 {
      background: rgba(0, 0, 0, 0.2);
      display: block;
      padding: 20px;
      font-size: 50px;
      line-height: 1;
      font: normal 5rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 300;
      color: #fff;
      text-align: center;
      box-sizing: border-box;
      margin: 0 auto; }
    #pagetitle-box.p-01 {
      background: url(../company/img/01.jpg) no-repeat center center;
      background-size: cover; }
    #pagetitle-box.p-02 {
      background: url(../purchase/img/01.jpg) no-repeat center center;
      background-size: cover; }
    #pagetitle-box.p-03 {
      background: url(../sale/img/01.jpg) no-repeat center center;
      background-size: cover; }
    #pagetitle-box.p-04 {
      background: url(../contact/img/01.jpg) no-repeat center center;
      background-size: cover; } }
@media only screen and (min-width: 801px) and (-webkit-min-device-pixel-ratio: 2) {
  #pagetitle-box.p-01 {
    background: url(../company/img/01@2x.jpg) no-repeat center center;
    background-size: cover; }
  #pagetitle-box.p-02 {
    background: url(../purchase/img/01@2x.jpg) no-repeat center center;
    background-size: cover; }
  #pagetitle-box.p-03 {
    background: url(../sale/img/01@2x.jpg) no-repeat center center;
    background-size: cover; }
  #pagetitle-box.p-04 {
    background: url(../contact/img/01@2x.jpg) no-repeat center center;
    background-size: cover; } }
@media screen and (min-width: 801px) {
  /* ------------ breadcrumb-box ------------ */
  #breadcrumb-box {
    background: #19499D; }
    #breadcrumb-box ul {
      max-width: 1000px;
      padding: 10px;
      margin: 0 auto;
      display: flex;
      justify-content: flex-start; }
      #breadcrumb-box ul li {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        position: relative;
        list-style: none;
        padding: 0 0 0 15px;
        margin: 0 0 0 10px;
        color: #fff; }
        #breadcrumb-box ul li a:link, #breadcrumb-box ul li a:visited, #breadcrumb-box ul li a:active {
          text-decoration: none;
          color: #fff; }
        #breadcrumb-box ul li a:hover {
          color: #fff;
          text-decoration: underline; }
        #breadcrumb-box ul li:before {
          content: 'chevron_right';
          font-size: 16px;
          color: #fff;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-40%);
          -moz-transform: translateY(-40%);
          -webkit-transform: translateY(-40%);
          -ms-transform: translateY(-40%);
          -o-transform: translateY(-40%); }
        #breadcrumb-box ul li:first-child {
          margin: 0; }
          #breadcrumb-box ul li:first-child:before {
            content: 'home';
            font-size: 16px;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-40%);
            -moz-transform: translateY(-40%);
            -webkit-transform: translateY(-40%);
            -ms-transform: translateY(-40%);
            -o-transform: translateY(-40%);
            color: #fff; }

  /* ------------ company-box ------------ */
  #company-box {
    padding: 100px 0;
    text-align: center; }
    #company-box .box-01 {
      background: url(../company/img/02.jpg) no-repeat center bottom -100px;
      background-size: cover; }
      #company-box .box-01 .wrap-box {
        display: flex;
        justify-content: space-between;
        max-width: 1000px;
        padding: 0 20px;
        margin: 50px auto 0; }
        #company-box .box-01 .wrap-box .text-box {
          max-width: 63%;
          text-align: left;
          padding: 0 0 100px 0; }
          #company-box .box-01 .wrap-box .text-box h4 {
            font-size: 26px;
            line-height: 1.5;
            font: normal 2.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000; }
          #company-box .box-01 .wrap-box .text-box p {
            font-size: 16px;
            line-height: 2;
            font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            margin: 20px 0 0 0; }
            #company-box .box-01 .wrap-box .text-box p.name {
              text-align: right;
              margin: 10px 0 0 0; }
        #company-box .box-01 .wrap-box figure {
          max-width: 35%;
          flex-direction: column;
          margin: auto 0 0 0; }
          #company-box .box-01 .wrap-box figure img {
            width: 100%;
            vertical-align: bottom; } }
  @media only screen and (min-width: 801px) and (-webkit-min-device-pixel-ratio: 2) {
    #company-box .box-01 {
      background: url(../company/img/02@2x.jpg) no-repeat center bottom -100px;
      background-size: cover; } }
@media screen and (min-width: 801px) {
    #company-box .box-02 {
      background: #F4F4f4;
      padding: 100px 20px; }
      #company-box .box-02 .inner-box {
        max-width: 1000px;
        margin: 0 auto;
        background: #fff;
        padding: 50px;
        box-sizing: border-box;
        box-shadow: 0 0 5px #dcdcdc; }
        #company-box .box-02 .inner-box dl {
          max-width: 60%;
          margin: 0 auto;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          border-bottom: 1px dotted #dcdcdc;
          text-align: left;
          color: #000; }
          #company-box .box-02 .inner-box dl dt {
            width: 30%;
            padding: 20px 0; }
          #company-box .box-02 .inner-box dl dd {
            width: 65%;
            padding: 20px 0; }
          #company-box .box-02 .inner-box dl:first-of-type {
            margin: 50px auto 0; }
          #company-box .box-02 .inner-box dl:last-of-type {
            border: none; }
    #company-box .box-03 {
      padding: 100px 0 0 0; }
      #company-box .box-03 .wrap-box {
        max-width: 1000px;
        margin: 60px auto 0;
        padding: 0 20px;
        display: flex;
        justify-content: space-between; }
        #company-box .box-03 .wrap-box figure {
          width: 50%; }
          #company-box .box-03 .wrap-box figure img {
            width: 100%; }
        #company-box .box-03 .wrap-box .text-box {
          width: 45%;
          text-align: left; }
          #company-box .box-03 .wrap-box .text-box p {
            font-size: 16px;
            line-height: 2;
            font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000; }
            #company-box .box-03 .wrap-box .text-box p.title {
              font-size: 18px;
              line-height: 2;
              font: normal 1.8rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              color: #19499D; }
          #company-box .box-03 .wrap-box .text-box hr {
            border: none;
            border-bottom: 1px solid #dcdcdc;
            margin: 10px 0; }
      #company-box .box-03 .g-map {
        height: 0;
        overflow: hidden;
        padding-bottom: 30%;
        position: relative;
        margin: 60px auto 0; }
        #company-box .box-03 .g-map iframe {
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          filter: grayscale(80%); }
      #company-box .box-03 ul {
        max-width: 700px;
        margin: 50px auto 0;
        padding: 0 20px;
        display: flex;
        justify-content: space-between; }
        #company-box .box-03 ul li {
          width: 48%;
          list-style: none;
          font-size: 16px;
          line-height: 1;
          font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
          #company-box .box-03 ul li a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            display: block;
            background: #19499D;
            border-radius: 20px;
            -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
            -ms-border-radius: 20px;
            -o-border-radius: 20px;
            padding: 15px 0;
            position: relative; }
            #company-box .box-03 ul li a:link, #company-box .box-03 ul li a:visited, #company-box .box-03 ul li a:active {
              color: #fff;
              text-decoration: none; }
            #company-box .box-03 ul li a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
            #company-box .box-03 ul li a:after {
              content: 'play_circle_filled';
              font-size: 16px;
              color: #fff;
              position: absolute;
              right: 10px;
              top: 50%;
              transform: translateY(-40%);
              -moz-transform: translateY(-40%);
              -webkit-transform: translateY(-40%);
              -ms-transform: translateY(-40%);
              -o-transform: translateY(-40%); }
    #company-box .box-04 {
      padding: 100px 20px;
      text-align: center; }
      #company-box .box-04 .inner-box {
        max-width: 900px;
        margin: 0 auto;
        padding: 20px; }
        #company-box .box-04 .inner-box ul {
          display: flex;
          justify-content: space-between; }
          #company-box .box-04 .inner-box ul li {
            list-style: none;
            width: 45%; }
            #company-box .box-04 .inner-box ul li figure {
              max-width: 100%;
              margin: 50px 0 0 0;
              border: 5px solid #fff;
              box-shadow: 0 0 10px #dcdcdc; }
              #company-box .box-04 .inner-box ul li figure img {
                width: 100%; }
            #company-box .box-04 .inner-box ul li .text-box {
              max-width: 100%;
              margin: 30px 0 0 0; }
              #company-box .box-04 .inner-box ul li .text-box p {
                font-size: 16px;
                line-height: 2;
                font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                color: #000;
                text-align: left; }
                #company-box .box-04 .inner-box ul li .text-box p.name {
                  text-align: right;
                  margin: 20px 0 0 0; }

  /* ------------ purchase-box ------------ */
  #purchase-box {
    text-align: center; }
    #purchase-box .box-01 {
      max-width: 1000px;
      padding: 100px 20px;
      margin: 0 auto; }
      #purchase-box .box-01 .title-box {
        background: #38AA9E;
        padding: 20px;
        box-sizing: border-box;
        text-align: center;
        position: relative; }
        #purchase-box .box-01 .title-box h4 {
          font-size: 50px;
          line-height: 1.3;
          font: normal 5rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #fff;
          z-index: 2;
          position: relative; }
        #purchase-box .box-01 .title-box img {
          position: absolute;
          right: 30px;
          top: -60px;
          z-index: 1; }
      #purchase-box .box-01 .title-img {
        max-width: 1000px;
        position: relative; }
        #purchase-box .box-01 .title-img img {
          width: 100%; }
        #purchase-box .box-01 .title-img figcaption {
          max-width: 1000px;
          padding: 20px;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          font-size: 26px;
          line-height: 1.5;
          font: normal 2.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 500;
          color: #000;
          background: rgba(255, 255, 255, 0.6);
          z-index: 1; }
      #purchase-box .box-01 .wrap-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 100px 0 0 0; }
        #purchase-box .box-01 .wrap-box figure {
          width: 35%; }
          #purchase-box .box-01 .wrap-box figure img {
            width: 100%; }
        #purchase-box .box-01 .wrap-box .text-box {
          width: 60%;
          text-align: left; }
          #purchase-box .box-01 .wrap-box .text-box h5 {
            font-size: 40px;
            line-height: 1.5;
            font: normal 4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 500;
            color: #000;
            position: relative;
            display: inline-block;
            padding: 0 20px; }
            #purchase-box .box-01 .wrap-box .text-box h5::before, #purchase-box .box-01 .wrap-box .text-box h5:after {
              position: absolute;
              content: ''; }
            #purchase-box .box-01 .wrap-box .text-box h5::after {
              top: 0;
              left: 0;
              width: 30px;
              height: 30px;
              border-top: 1px solid #000;
              border-left: 1px solid #000; }
            #purchase-box .box-01 .wrap-box .text-box h5::before {
              right: 0;
              bottom: 0;
              width: 30px;
              height: 30px;
              border-right: 1px solid #000;
              border-bottom: 1px solid #000; }
          #purchase-box .box-01 .wrap-box .text-box p {
            font-size: 30px;
            line-height: 1.5;
            font: normal 3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000; }
            #purchase-box .box-01 .wrap-box .text-box p span {
              color: #38AA9E;
              font-size: 46px;
              line-height: 1.5;
              font: normal 4.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700; }
          #purchase-box .box-01 .wrap-box .text-box img {
            margin: 30px 0 0 0; }
    #purchase-box .box-02 {
      background: #F4F4F4;
      padding: 100px 20px; }
      #purchase-box .box-02 h4 {
        font-size: 40px;
        line-height: 1.5;
        font: normal 4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 500;
        color: #000;
        position: relative;
        display: inline-block;
        padding: 0 20px; }
        #purchase-box .box-02 h4::before, #purchase-box .box-02 h4:after {
          position: absolute;
          content: ''; }
        #purchase-box .box-02 h4::after {
          top: 0;
          left: 0;
          width: 30px;
          height: 30px;
          border-top: 1px solid #000;
          border-left: 1px solid #000; }
        #purchase-box .box-02 h4::before {
          right: 0;
          bottom: 0;
          width: 30px;
          height: 30px;
          border-right: 1px solid #000;
          border-bottom: 1px solid #000; }
        #purchase-box .box-02 h4 span {
          color: #38AA9E;
          font-weight: 700; }
      #purchase-box .box-02 p {
        font-size: 20px;
        line-height: 2;
        font: normal 2rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000;
        margin: 10px 0 0 0; }
        #purchase-box .box-02 p.t-title {
          font-size: 20px;
          line-height: 1.5;
          font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          font-weight: 700;
          margin: 50px 0 0 0;
          text-align: left;
          display: inline-block;
          background: #EC407A;
          color: #fff;
          padding: 10px 20px;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px; }
        #purchase-box .box-02 p.t-price {
          font-size: 20px;
          line-height: 2;
          font: normal 2rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #19499D;
          border: 1px solid #19499D;
          margin: 30px 0 0 0; }
      #purchase-box .box-02 ul.list-box-01 {
        display: flex;
        justify-content: space-between;
        max-width: 1000px;
        padding: 0 20px;
        margin: 60px auto 0; }
        #purchase-box .box-02 ul.list-box-01 li {
          list-style: none;
          width: 23%;
          background: #fff;
          box-shadow: 0 0 5px #dcdcdc; }
          #purchase-box .box-02 ul.list-box-01 li .title-box {
            background: #38AA9E;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px; }
            #purchase-box .box-02 ul.list-box-01 li .title-box p {
              font-size: 26px;
              line-height: 1;
              font: normal 2.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 500;
              color: #fff;
              margin: 0; }
            #purchase-box .box-02 ul.list-box-01 li .title-box .number-box {
              font-size: 22px;
              line-height: 1;
              font: normal 2.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 500;
              color: #38AA9E;
              background: #fff;
              border-radius: 50%;
              -moz-border-radius: 50%;
              -webkit-border-radius: 50%;
              -ms-border-radius: 50%;
              -o-border-radius: 50%;
              width: 30px;
              height: 30px;
              margin: 0 0 0  10px;
              display: flex;
              align-items: center;
              justify-content: center; }
          #purchase-box .box-02 ul.list-box-01 li p.s-text {
            font-size: 16px;
            line-height: 2;
            font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            margin: 0;
            padding: 20px; }
          #purchase-box .box-02 ul.list-box-01 li a.button-p {
            width: 80%;
            border: 1px solid #EC407A;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            display: block;
            margin: 0 auto 20px;
            padding: 10px 0;
            font-size: 16px;
            line-height: 1;
            font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #purchase-box .box-02 ul.list-box-01 li a.button-p:link, #purchase-box .box-02 ul.list-box-01 li a.button-p:visited, #purchase-box .box-02 ul.list-box-01 li a.button-p:active {
              color: #EC407A;
              text-decoration: none; }
            #purchase-box .box-02 ul.list-box-01 li a.button-p:hover {
              background: #EC407A;
              color: #fff; }
      #purchase-box .box-02 ul.list-box-02 {
        max-width: 1000px;
        padding: 0 20px;
        margin: 60px auto 0; }
        #purchase-box .box-02 ul.list-box-02 li {
          background: #fff;
          border: 2px solid #38AA9E;
          margin: 130px 0 0 0;
          list-style: none;
          padding: 50px;
          box-shadow: 5px 5px 0 #38AA9E; }
          #purchase-box .box-02 ul.list-box-02 li .title-box {
            background: #38AA9E;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 15px;
            width: 230px;
            margin: -85px auto 0;
            position: relative; }
            #purchase-box .box-02 ul.list-box-02 li .title-box p {
              font-size: 32px;
              line-height: 1;
              font: normal 3.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 500;
              color: #fff;
              margin: 0; }
            #purchase-box .box-02 ul.list-box-02 li .title-box .number-box {
              font-size: 24px;
              line-height: 1;
              font: normal 2.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              color: #38AA9E;
              background: #fff;
              border-radius: 50%;
              -moz-border-radius: 50%;
              -webkit-border-radius: 50%;
              -ms-border-radius: 50%;
              -o-border-radius: 50%;
              width: 40px;
              height: 40px;
              margin: 0 0 0  10px;
              display: flex;
              align-items: center;
              justify-content: center; }
            #purchase-box .box-02 ul.list-box-02 li .title-box::after {
              position: absolute;
              bottom: -9px;
              left: 0;
              right: 0;
              margin: auto;
              width: 0;
              height: 0;
              content: '';
              border-width: 10px 10px 0 10px;
              border-style: solid;
              border-color: #38AA9E transparent transparent transparent; }
          #purchase-box .box-02 ul.list-box-02 li h5 {
            font-size: 34px;
            line-height: 1.5;
            font: normal 3.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            font-weight: 500;
            margin: 40px 0 0 0;
            background: linear-gradient(transparent 70%, #FFD7D1 70%);
            display: inline-block; }
            #purchase-box .box-02 ul.list-box-02 li h5 span {
              color: #EC407A; }
          #purchase-box .box-02 ul.list-box-02 li h5 + p {
            font-size: 16px;
            line-height: 2;
            font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            margin: 20px 0 0 0; }
          #purchase-box .box-02 ul.list-box-02 li .wrap-box {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 50px 0 0 0; }
            #purchase-box .box-02 ul.list-box-02 li .wrap-box figure {
              width: 60%; }
              #purchase-box .box-02 ul.list-box-02 li .wrap-box figure img {
                width: 100%; }
            #purchase-box .box-02 ul.list-box-02 li .wrap-box .text-box {
              width: 37%;
              text-align: left; }
              #purchase-box .box-02 ul.list-box-02 li .wrap-box .text-box p {
                font-size: 28px;
                line-height: 1.5;
                font: normal 2.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                color: #000;
                font-weight: 500;
                margin: 0; }
                #purchase-box .box-02 ul.list-box-02 li .wrap-box .text-box p span {
                  color: #EC407A; }
          #purchase-box .box-02 ul.list-box-02 li ul.area {
            max-width: 720px;
            display: flex;
            justify-content: space-between;
            margin: 50px auto 0;
            width: 100%; }
            #purchase-box .box-02 ul.list-box-02 li ul.area li {
              margin: 0;
              padding: 0;
              width: 18%;
              box-shadow: none;
              border-radius: 50%;
              -moz-border-radius: 50%;
              -webkit-border-radius: 50%;
              -ms-border-radius: 50%;
              -o-border-radius: 50%;
              border: 1px solid #EC407A;
              background: #FFF7FA; }
              #purchase-box .box-02 ul.list-box-02 li ul.area li .circle-in {
                position: relative;
                padding-top: 100%;
                height: 0; }
                #purchase-box .box-02 ul.list-box-02 li ul.area li .circle-in p {
                  font-size: 22px;
                  line-height: 1;
                  font: normal 2.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                  font-weight: 700;
                  color: #EC407A;
                  position: absolute;
                  top: calc((100% - 1em)/2);
                  left: 0;
                  right: 0;
                  margin: 0;
                  text-align: center; }
              #purchase-box .box-02 ul.list-box-02 li ul.area li:nth-child(3) p {
                top: calc((100% - 1em)/2.5); }
              #purchase-box .box-02 ul.list-box-02 li ul.area li:nth-child(5) p {
                top: calc((100% - 1em)/2.5); }
          #purchase-box .box-02 ul.list-box-02 li ul.lifestyle {
            padding: 0;
            margin: 50px 0 0 0;
            display: flex;
            justify-content: space-between; }
            #purchase-box .box-02 ul.list-box-02 li ul.lifestyle li {
              width: 30%;
              border: none;
              margin: 0;
              padding: 0;
              list-style: none;
              box-shadow: none; }
              #purchase-box .box-02 ul.list-box-02 li ul.lifestyle li img {
                width: 100%; }
              #purchase-box .box-02 ul.list-box-02 li ul.lifestyle li p {
                font-size: 16px;
                line-height: 1.5;
                font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                color: #000; }
          #purchase-box .box-02 ul.list-box-02 li table {
            width: 100%;
            margin: 30px 0 0 0; }
            #purchase-box .box-02 ul.list-box-02 li table tr {
              border-top: 1px solid #dcdcdc;
              border-bottom: 1px solid #dcdcdc;
              font-size: 16px;
              line-height: 1.5;
              font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #000; }
              #purchase-box .box-02 ul.list-box-02 li table tr th {
                border-left: 1px solid #dcdcdc;
                padding: 20px;
                background: #38AA9E;
                color: #fff; }
                #purchase-box .box-02 ul.list-box-02 li table tr th.c-01 {
                  background: #19499D; }
                #purchase-box .box-02 ul.list-box-02 li table tr th:last-of-type {
                  border-right: 1px solid #dcdcdc; }
              #purchase-box .box-02 ul.list-box-02 li table tr td {
                border-left: 1px solid #dcdcdc;
                padding: 20px;
                font-size: 18px;
                line-height: 1.5;
                font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
                #purchase-box .box-02 ul.list-box-02 li table tr td:last-of-type {
                  border-right: 1px solid #dcdcdc; }
                #purchase-box .box-02 ul.list-box-02 li table tr td.p-01 {
                  font-size: 20px;
                  line-height: 1.5;
                  font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                  font-weight: 700;
                  background: #F5F8FA; }
                  #purchase-box .box-02 ul.list-box-02 li table tr td.p-01 span {
                    font-size: 24px;
                    line-height: 1.5;
                    font: normal 2.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                    font-weight: 700;
                    color: #EC407A; }
                    #purchase-box .box-02 ul.list-box-02 li table tr td.p-01 span::before {
                      margin-right: 5px;
                      content: "＼"; }
                    #purchase-box .box-02 ul.list-box-02 li table tr td.p-01 span::after {
                      margin-left: 5px;
                      content: "／"; }
    #purchase-box .box-03 {
      padding: 60px 20px 0;
      text-align: center; }
      #purchase-box .box-03 h4 {
        font-size: 30px;
        line-height: 2;
        font: normal 3rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #000;
        background: linear-gradient(transparent 70%, #FFD7D1 70%);
        display: inline-block; }
        #purchase-box .box-03 h4 span {
          color: #EC407A;
          font-size: 40px;
          line-height: 2;
          font: normal 4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700; }
      #purchase-box .box-03 a.s-button {
        max-width: 430px;
        margin: 50px auto 0;
        background: #EC407A;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        padding: 20px;
        box-sizing: border-box;
        font-size: 30px;
        line-height: 1.2;
        font: normal 3rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 500;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #purchase-box .box-03 a.s-button::before {
          content: 'date_range';
          font-size: 36px;
          margin: 0 5px 0 0; }
        #purchase-box .box-03 a.s-button:link, #purchase-box .box-03 a.s-button:visited, #purchase-box .box-03 a.s-button:active {
          text-decoration: none; }
        #purchase-box .box-03 a.s-button:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }

  /* ------------ sale-box ------------ */
  #sale-box .box-01 {
    background: url(../sale/img/02.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0; }
    #sale-box .box-01 .inner-box {
      max-width: 800px;
      background: rgba(25, 73, 160, 0.8);
      padding: 60px;
      text-align: center; }
      #sale-box .box-01 .inner-box ul {
        display: flex;
        justify-content: space-between;
        width: 80%;
        margin: 0 auto; }
        #sale-box .box-01 .inner-box ul li {
          list-style: none;
          width: 30%;
          background: #38AA9E;
          font-size: 26px;
          line-height: 1;
          font: normal 2.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 500;
          color: #fff;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          padding: 10px;
          box-sizing: border-box; }
      #sale-box .box-01 .inner-box h4 {
        font-size: 76px;
        line-height: 1.3;
        font: normal 7.6rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #fff;
        margin: 10px 0 0 0; }
        #sale-box .box-01 .inner-box h4 span {
          font-size: 40px;
          line-height: 1.3;
          font: normal 4rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700; } }
@media only screen and (min-width: 801px) and (-webkit-min-device-pixel-ratio: 2) {
  #sale-box .box-01 {
    background: url(../sale/img/02@2x.jpg) no-repeat center center;
    background-size: cover; } }
@media screen and (min-width: 801px) {
  #sale-box .box-02 {
    background: url(../sale/img/03.jpg) no-repeat center center;
    background-size: cover;
    padding: 100px 20px;
    text-align: center; }
    #sale-box .box-02 h5 {
      font-size: 40px;
      line-height: 1.3;
      font: normal 4rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 500;
      color: #000; }
    #sale-box .box-02 p {
      font-size: 16px;
      line-height: 2;
      font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      margin: 20px 0 0 0; } }
@media only screen and (min-width: 801px) and (-webkit-min-device-pixel-ratio: 2) {
  #sale-box .box-02 {
    background: url(../sale/img/03@2x.jpg) no-repeat center center;
    background-size: cover; } }
@media screen and (min-width: 801px) {
  #sale-box .box-03 {
    padding: 100px 20px;
    text-align: center;
    background: #F5F8FA;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #EFF5F8), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #EFF5F8), color-stop(0.75, #EFF5F8), color-stop(0.75, transparent), to(transparent));
    background-size: 30px 30px; }
    #sale-box .box-03 h4 {
      font-size: 40px;
      line-height: 1.3;
      font: normal 4rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      color: #000;
      position: relative;
      display: inline-block;
      padding: 0 20px; }
      #sale-box .box-03 h4 span {
        color: #19499D; }
      #sale-box .box-03 h4::before, #sale-box .box-03 h4:after {
        position: absolute;
        content: '';
        width: 30px;
        height: 30px; }
      #sale-box .box-03 h4::after {
        top: 0;
        left: 0;
        border-top: 1px solid #000;
        border-left: 1px solid #000; }
      #sale-box .box-03 h4::before {
        right: 0;
        bottom: 0;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000; }
    #sale-box .box-03 h4 + p {
      font-size: 20px;
      line-height: 2;
      font: normal 2rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      margin: 20px 0 0 0; }
    #sale-box .box-03 ul {
      max-width: 1000px;
      padding: 0 20px;
      margin: 60px auto 0; }
      #sale-box .box-03 ul li {
        background: #fff;
        border: 2px solid #19499D;
        margin: 130px 0 0 0;
        list-style: none;
        padding: 30px;
        box-shadow: 10px 10px 0 #19499D; }
        #sale-box .box-03 ul li .title-box {
          background: #19499D;
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 15px;
          width: 230px;
          margin: -65px auto 0;
          position: relative; }
          #sale-box .box-03 ul li .title-box p {
            font-size: 32px;
            line-height: 1;
            font: normal 3.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 500;
            color: #fff;
            margin: 0; }
          #sale-box .box-03 ul li .title-box .number-box {
            font-size: 24px;
            line-height: 1;
            font: normal 2.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            color: #19499D;
            background: #fff;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            width: 40px;
            height: 40px;
            margin: 0 0 0  10px;
            display: flex;
            align-items: center;
            justify-content: center; }
          #sale-box .box-03 ul li .title-box::after {
            position: absolute;
            bottom: -9px;
            left: 0;
            right: 0;
            margin: auto;
            width: 0;
            height: 0;
            content: '';
            border-width: 10px 10px 0 10px;
            border-style: solid;
            border-color: #19499D transparent transparent transparent; }
        #sale-box .box-03 ul li .wrap-box {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin: 20px 0 0 0; }
          #sale-box .box-03 ul li .wrap-box figure {
            width: 25%; }
            #sale-box .box-03 ul li .wrap-box figure img {
              width: 100%; }
          #sale-box .box-03 ul li .wrap-box .text-box {
            text-align: left;
            width: 70%; }
            #sale-box .box-03 ul li .wrap-box .text-box h5 {
              font-size: 38px;
              line-height: 1.5;
              font: normal 3.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #19499D;
              font-weight: 500;
              display: inline-block;
              border-bottom: 1px solid #19499D;
              padding: 0 0 5px 0; }
            #sale-box .box-03 ul li .wrap-box .text-box p {
              font-size: 16px;
              line-height: 2;
              font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #000;
              margin: 10px 0 0 0; }
        #sale-box .box-03 ul li:nth-child(1) {
          margin: 80px 0 0 0; }
  #sale-box .box-04 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 20px;
    text-align: center; }
    #sale-box .box-04 h4 {
      font-size: 40px;
      line-height: 1.3;
      font: normal 4rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      color: #000;
      position: relative;
      display: inline-block;
      padding: 0 20px; }
      #sale-box .box-04 h4 span {
        color: #19499D; }
      #sale-box .box-04 h4::before, #sale-box .box-04 h4:after {
        position: absolute;
        content: '';
        width: 30px;
        height: 30px; }
      #sale-box .box-04 h4::after {
        top: 0;
        left: 0;
        border-top: 1px solid #000;
        border-left: 1px solid #000; }
      #sale-box .box-04 h4::before {
        right: 0;
        bottom: 0;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000; }
    #sale-box .box-04 ul {
      margin: 50px 0 0 0;
      display: flex;
      justify-content: space-between; }
      #sale-box .box-04 ul li {
        width: 31%;
        list-style: none;
        background: #19499D;
        padding: 15px;
        box-sizing: border-box; }
        #sale-box .box-04 ul li img {
          width: 100%; }
        #sale-box .box-04 ul li p {
          font-size: 20px;
          line-height: 1.5;
          font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 500;
          color: #fff;
          padding: 10px;
          text-align: center; }
          #sale-box .box-04 ul li p.kaitori-box {
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 500;
            background: #fff;
            display: inline-block;
            color: #EC407A;
            padding: 10px 20px;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            margin: 5px 0 0 0; }
    #sale-box .box-04 p.title {
      font-size: 24px;
      line-height: 1.5;
      font: normal 2.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      font-weight: 500;
      margin: 30px 0 0 0;
      border-bottom: 1px solid #000;
      display: inline-block; }
    #sale-box .box-04 p.s-text {
      max-width: 60%;
      font-size: 16px;
      line-height: 2;
      font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      margin: 20px auto 0;
      text-align: left; }
  #sale-box .box-05 {
    padding: 100px 20px;
    text-align: center;
    background: #F5F8FA; }
    #sale-box .box-05 h4 {
      font-size: 40px;
      line-height: 1.3;
      font: normal 4rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      color: #000;
      position: relative;
      display: inline-block;
      padding: 0 20px; }
      #sale-box .box-05 h4 span {
        color: #19499D; }
      #sale-box .box-05 h4::before, #sale-box .box-05 h4:after {
        position: absolute;
        content: '';
        width: 30px;
        height: 30px; }
      #sale-box .box-05 h4::after {
        top: 0;
        left: 0;
        border-top: 1px solid #000;
        border-left: 1px solid #000; }
      #sale-box .box-05 h4::before {
        right: 0;
        bottom: 0;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000; }
    #sale-box .box-05 .q_box {
      max-width: 1000px;
      margin: 30px auto 0;
      background: #38AA9E;
      padding: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      box-sizing: border-box;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; }
      #sale-box .box-05 .q_box .circle_box {
        font-size: 26px;
        line-height: 1;
        font: normal 2.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        background: #19499D;
        color: #fff;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center; }
      #sale-box .box-05 .q_box h5 {
        width: calc(100% - 100px);
        font-size: 22px;
        line-height: 1.5;
        font: normal 2.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 500;
        color: #fff;
        align-self: center;
        margin: 0 0 0 20px;
        display: flex;
        justify-content: left;
        text-align: left; }
      #sale-box .box-05 .q_box:hover {
        cursor: pointer;
        opacity: 0.7;
        filter: alpha(opacity=70); }
      #sale-box .box-05 .q_box p {
        width: 50px;
        font-size: 40px;
        line-height: 1.5;
        font: normal 4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #fff;
        align-self: center;
        display: block; }
      #sale-box .box-05 .q_box:first-of-type {
        margin: 50px auto 0; }
    #sale-box .box-05 .a_box {
      max-width: 1000px;
      margin: 0 auto;
      padding: 30px;
      background: #fff;
      box-sizing: border-box;
      display: none;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; }
      #sale-box .box-05 .a_box .wrap_box {
        display: flex;
        justify-content: space-between; }
        #sale-box .box-05 .a_box .wrap_box .circle_box {
          width: 50px;
          height: 50px;
          font-size: 26px;
          line-height: 1;
          font: normal 2.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          background: #EC407A;
          color: #fff;
          border-radius: 50%;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center; }
        #sale-box .box-05 .a_box .wrap_box .text_box {
          width: calc(100% - 50px);
          font-size: 16px;
          line-height: 2;
          font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          text-align: left;
          margin: 0 0 0 30px; }
          #sale-box .box-05 .a_box .wrap_box .text_box ol {
            margin: 0 0 0 30px; }
            #sale-box .box-05 .a_box .wrap_box .text_box ol li {
              font-size: 16px;
              line-height: 2;
              font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #000; }
  #sale-box .box-06 {
    max-width: 1000px;
    padding: 100px 20px;
    margin: 0 auto;
    text-align: center; }
    #sale-box .box-06 h4 {
      font-size: 40px;
      line-height: 1.3;
      font: normal 4rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      color: #000;
      position: relative;
      display: inline-block;
      padding: 0 20px;
      margin: 0 0 60px 0; }
      #sale-box .box-06 h4 span {
        color: #19499D; }
      #sale-box .box-06 h4::before, #sale-box .box-06 h4:after {
        position: absolute;
        content: '';
        width: 30px;
        height: 30px; }
      #sale-box .box-06 h4::after {
        top: 0;
        left: 0;
        border-top: 1px solid #000;
        border-left: 1px solid #000; }
      #sale-box .box-06 h4::before {
        right: 0;
        bottom: 0;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000; }
    #sale-box .box-06 dl {
      display: flex;
      justify-content: space-between;
      font-size: 16px;
      line-height: 1.5;
      font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      border-bottom: 10px solid #fff; }
      #sale-box .box-06 dl dt {
        width: 30%;
        background: #F5F8FA;
        color: #19499D;
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center; }
      #sale-box .box-06 dl dd {
        width: 67%;
        text-align: left; }
        #sale-box .box-06 dl dd > dl {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 20px 0;
          border-bottom: 1px solid #dcdcdc; }
          #sale-box .box-06 dl dd > dl dt {
            width: 30%;
            background: none;
            font-size: 18px;
            line-height: 1.5;
            font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #19499D;
            justify-content: flex-start; }
          #sale-box .box-06 dl dd > dl dd {
            width: 67%; }
  #sale-box .box-07 {
    text-align: center; }
    #sale-box .box-07 h4 {
      background: #19499D;
      padding: 30px 20px;
      font-size: 40px;
      line-height: 1.3;
      font: normal 4rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      color: #fff;
      position: relative; }
      #sale-box .box-07 h4::before {
        margin-right: 5px;
        content: "＼"; }
      #sale-box .box-07 h4::after {
        margin-left: 5px;
        content: "／"; }
    #sale-box .box-07 .wrap-box {
      padding: 70px 20px; }
      #sale-box .box-07 .wrap-box h5 {
        font-size: 30px;
        line-height: 2;
        font: normal 3rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #000;
        background: linear-gradient(transparent 70%, #FFD7D1 70%);
        display: inline-block; }
        #sale-box .box-07 .wrap-box h5 span {
          color: #EC407A;
          font-size: 40px;
          line-height: 2;
          font: normal 4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700; }
      #sale-box .box-07 .wrap-box a.s-button {
        max-width: 600px;
        margin: 30px auto 0;
        background: #EC407A;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        padding: 20px;
        box-sizing: border-box;
        font-size: 30px;
        line-height: 1.2;
        font: normal 3rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 500;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #sale-box .box-07 .wrap-box a.s-button::before {
          content: 'date_range';
          font-size: 36px;
          margin: 0 5px 0 0; }
        #sale-box .box-07 .wrap-box a.s-button:link, #sale-box .box-07 .wrap-box a.s-button:visited, #sale-box .box-07 .wrap-box a.s-button:active {
          text-decoration: none; }
        #sale-box .box-07 .wrap-box a.s-button:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }

  /* ------------ assessment-box ------------ */
  #assessment-box .box-01 {
    background: url(../sale/img/02.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0; }
    #assessment-box .box-01 .inner-box {
      max-width: 800px;
      background: rgba(25, 73, 160, 0.8);
      padding: 60px;
      text-align: center; }
      #assessment-box .box-01 .inner-box ul {
        display: flex;
        justify-content: space-between;
        width: 80%;
        margin: 0 auto; }
        #assessment-box .box-01 .inner-box ul li {
          list-style: none;
          width: 30%;
          background: #38AA9E;
          font-size: 26px;
          line-height: 1;
          font: normal 2.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 500;
          color: #fff;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          padding: 10px;
          box-sizing: border-box; }
      #assessment-box .box-01 .inner-box h4 {
        font-size: 76px;
        line-height: 1.3;
        font: normal 7.6rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #fff;
        margin: 10px 0 0 0; }
        #assessment-box .box-01 .inner-box h4 span {
          font-size: 40px;
          line-height: 1.3;
          font: normal 4rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700; } }
@media only screen and (min-width: 801px) and (-webkit-min-device-pixel-ratio: 2) {
  #assessment-box .box-01 {
    background: url(../sale/img/02@2x.jpg) no-repeat center center;
    background-size: cover; } }
@media screen and (min-width: 801px) {
  #assessment-box .box-02 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 20px;
    text-align: center; }
    #assessment-box .box-02 h4 {
      font-size: 40px;
      line-height: 1.3;
      font: normal 4rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      color: #000;
      position: relative;
      display: inline-block;
      padding: 0 20px; }
      #assessment-box .box-02 h4 span {
        color: #19499D; }
      #assessment-box .box-02 h4::before, #assessment-box .box-02 h4:after {
        position: absolute;
        content: '';
        width: 30px;
        height: 30px; }
      #assessment-box .box-02 h4::after {
        top: 0;
        left: 0;
        border-top: 1px solid #000;
        border-left: 1px solid #000; }
      #assessment-box .box-02 h4::before {
        right: 0;
        bottom: 0;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000; }
    #assessment-box .box-02 h4 + p {
      font-size: 16px;
      line-height: 2;
      font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      margin: 20px 0 0 0; }
    #assessment-box .box-02 ul li {
      list-style: none;
      background: #F5F8FA;
      margin: 90px 0 0 0;
      padding: 30px;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      position: relative;
      box-shadow: 0 0 5px #dcdcdc; }
      #assessment-box .box-02 ul li .step-box {
        width: 15%;
        background: #19499D;
        font-size: 22px;
        line-height: 1;
        font: normal 2.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 500;
        color: #fff;
        padding: 15px;
        box-sizing: border-box; }
      #assessment-box .box-02 ul li .text-box {
        width: 82%;
        text-align: left; }
        #assessment-box .box-02 ul li .text-box h5 {
          font-size: 24px;
          line-height: 1.5;
          font: normal 2.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 500;
          color: #19499D; }
        #assessment-box .box-02 ul li .text-box p {
          font-size: 16px;
          line-height: 2;
          font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          margin: 10px 0 0 0; }
      #assessment-box .box-02 ul li::after {
        content: 'keyboard_arrow_down';
        font-size: 60px;
        color: #19499D;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -75px; }
      #assessment-box .box-02 ul li:last-child::after {
        content: ''; }
  #assessment-box .box-03 {
    padding: 100px 20px;
    text-align: center;
    background: #F5F8FA; }
    #assessment-box .box-03 h4 {
      font-size: 40px;
      line-height: 1.3;
      font: normal 4rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      color: #000;
      position: relative;
      display: inline-block;
      padding: 0 20px; }
      #assessment-box .box-03 h4 span {
        color: #19499D; }
      #assessment-box .box-03 h4::before, #assessment-box .box-03 h4:after {
        position: absolute;
        content: '';
        width: 30px;
        height: 30px; }
      #assessment-box .box-03 h4::after {
        top: 0;
        left: 0;
        border-top: 1px solid #000;
        border-left: 1px solid #000; }
      #assessment-box .box-03 h4::before {
        right: 0;
        bottom: 0;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000; }
    #assessment-box .box-03 h4 + p {
      font-size: 16px;
      line-height: 2;
      font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      margin: 20px 0 0 0; }
    #assessment-box .box-03 form {
      max-width: 1000px;
      margin: 0 auto; }
      #assessment-box .box-03 form h5 {
        background: #38AA9E;
        font-size: 24px;
        line-height: 1.5;
        font: normal 2.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 500;
        color: #fff;
        margin: 50px 0 0 0;
        padding: 10px 0;
        vertical-align: middle;
        border-radius: 30px 0 0 30px;
        position: relative; }
        #assessment-box .box-03 form h5::before {
          content: '●';
          color: #fff;
          position: absolute;
          left: 15px;
          top: 50%;
          transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%); }
      #assessment-box .box-03 form dl {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border-bottom: 1px solid #ddd; }
        #assessment-box .box-03 form dl dt {
          width: 25%;
          display: flex;
          align-items: center;
          padding: 30px 15px;
          box-sizing: border-box;
          font-size: 18px;
          line-height: 1.5;
          font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700; }
          #assessment-box .box-03 form dl dt .iconrequire {
            font-size: 14px;
            line-height: 1;
            font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            background-color: #FD4C4B;
            color: #fff;
            margin: 0 10px 0 0;
            padding: 5px;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px; }
        #assessment-box .box-03 form dl dd {
          width: 75%;
          padding: 30px 15px;
          box-sizing: border-box;
          display: flex;
          align-items: center;
          text-align: left; }
          #assessment-box .box-03 form dl dd select {
            width: 30%;
            height: 50px;
            font-size: 16px;
            line-height: 1;
            font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border: none;
            box-sizing: border-box;
            color: #000;
            background-color: #f5f5f5;
            border: 1px solid #ddd; }
          #assessment-box .box-03 form dl dd textarea {
            width: 100%;
            height: 300px;
            border: 1px solid #ddd;
            padding: 10px;
            resize: none;
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            box-sizing: border-box; }
            #assessment-box .box-03 form dl dd textarea::-webkit-input-placeholder {
              color: #666; }
            #assessment-box .box-03 form dl dd textarea::placeholder {
              color: #999; }
            #assessment-box .box-03 form dl dd textarea:-ms-input-placeholder {
              color: #999; }
          #assessment-box .box-03 form dl dd input[type="text"] {
            width: 100%;
            border: 1px solid #ddd;
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            box-sizing: border-box;
            padding: 10px;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            margin: 0 10px 0 0; }
            #assessment-box .box-03 form dl dd input[type="text"].w30 {
              width: 50%; }
            #assessment-box .box-03 form dl dd input[type="text"]::-webkit-input-placeholder {
              color: #999; }
            #assessment-box .box-03 form dl dd input[type="text"]::placeholder {
              color: #999; }
            #assessment-box .box-03 form dl dd input[type="text"]:-ms-input-placeholder {
              color: #999; }
          #assessment-box .box-03 form dl dd .check-box label {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between; }
            #assessment-box .box-03 form dl dd .check-box label.c-box {
              background-color: #fff;
              border: 1px solid #ddd;
              border-radius: 5px;
              -moz-border-radius: 5px;
              -webkit-border-radius: 5px;
              -ms-border-radius: 5px;
              -o-border-radius: 5px;
              padding: 10px 20px;
              margin: 0 10px 0 0;
              cursor: pointer;
              box-sizing: border-box;
              display: inline-block; }
              #assessment-box .box-03 form dl dd .check-box label.c-box input[type="checkbox"], #assessment-box .box-03 form dl dd .check-box label.c-box input[type="radio"] {
                margin: 0 10px 0 0; }
            #assessment-box .box-03 form dl dd .check-box label span {
              font-size: 14px;
              line-height: 1.5;
              font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #666;
              margin: 0 0 0 10px; }
          #assessment-box .box-03 form dl dd input:focus {
            outline: none; }
        #assessment-box .box-03 form dl.bn {
          border: none; }
      #assessment-box .box-03 form .submit-box {
        text-align: center;
        margin: 30px 0 0 0; }
        #assessment-box .box-03 form .submit-box p {
          font-size: 14px;
          line-height: 2;
          font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000; }
          #assessment-box .box-03 form .submit-box p.bold {
            font-size: 16px;
            line-height: 2;
            font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            margin: 30px 0 0 0; }
          #assessment-box .box-03 form .submit-box p a:link, #assessment-box .box-03 form .submit-box p a:visited, #assessment-box .box-03 form .submit-box p a:active {
            text-decoration: underline;
            color: #000; }
          #assessment-box .box-03 form .submit-box p a:hover {
            text-decoration: none; }
        #assessment-box .box-03 form .submit-box .submit-button {
          width: 430px;
          padding: 20px 0;
          margin: 30px auto 0;
          font-size: 20px;
          line-height: 1;
          font: normal 2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 500;
          color: #fff;
          text-align: center;
          background-color: #EC407A;
          border: none;
          cursor: pointer;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          border-radius: 30px;
          -moz-border-radius: 30px;
          -webkit-border-radius: 30px;
          -ms-border-radius: 30px;
          -o-border-radius: 30px;
          -webkit-appearance: button;
          appearance: button;
          display: block; }
          #assessment-box .box-03 form .submit-box .submit-button:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
        #assessment-box .box-03 form .submit-box .back-button {
          width: 430px;
          padding: 20px 0;
          margin: 50px auto 0;
          font-size: 20px;
          line-height: 1;
          font: normal 2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 500;
          color: #666;
          text-align: center;
          background-color: #dcdcdc;
          border-style: none;
          cursor: pointer;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          border-radius: 30px;
          -moz-border-radius: 30px;
          -webkit-border-radius: 30px;
          -ms-border-radius: 30px;
          -o-border-radius: 30px;
          -webkit-appearance: button;
          appearance: button;
          display: block; }
          #assessment-box .box-03 form .submit-box .back-button:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
        #assessment-box .box-03 form .submit-box .agree-box {
          display: block;
          text-align: center;
          cursor: pointer;
          margin: 50px 0 0 0; }
          #assessment-box .box-03 form .submit-box .agree-box span {
            font-size: 18px;
            line-height: 1.5;
            font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            vertical-align: middle; }
          #assessment-box .box-03 form .submit-box .agree-box input.mark {
            width: 20px;
            height: 20px;
            border: 1px solid #ddd; }

  /* ------------ contact-box ------------ */
  #contact-box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 20px;
    text-align: center; }
    #contact-box h3 + p {
      font-size: 16px;
      line-height: 2;
      font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      margin: 20px 0 0 0; }
    #contact-box form h4 {
      background: #19499D;
      font-size: 24px;
      line-height: 1.5;
      font: normal 2.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 500;
      color: #fff;
      margin: 50px 0 0 0;
      padding: 10px 0;
      vertical-align: middle;
      border-radius: 30px 0 0 30px;
      position: relative; }
      #contact-box form h4::before {
        content: '●';
        color: #fff;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%); }
    #contact-box form dl {
      font-size: 16px;
      line-height: 1.5;
      font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      border-bottom: 1px solid #ddd; }
      #contact-box form dl dt {
        width: 25%;
        display: flex;
        align-items: center;
        padding: 30px 15px;
        box-sizing: border-box;
        font-size: 18px;
        line-height: 1.5;
        font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700; }
        #contact-box form dl dt .iconrequire {
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          background-color: #FD4C4B;
          color: #fff;
          margin: 0 10px 0 0;
          padding: 5px;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px; }
      #contact-box form dl dd {
        width: 75%;
        padding: 30px 15px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        text-align: left; }
        #contact-box form dl dd select {
          width: 30%;
          height: 50px;
          font-size: 16px;
          line-height: 1;
          font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border: none;
          box-sizing: border-box;
          color: #000;
          background-color: #f5f5f5;
          border: 1px solid #ddd; }
        #contact-box form dl dd textarea {
          width: 100%;
          height: 300px;
          border: 1px solid #ddd;
          padding: 10px;
          resize: none;
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          box-sizing: border-box; }
          #contact-box form dl dd textarea::-webkit-input-placeholder {
            color: #666; }
          #contact-box form dl dd textarea::placeholder {
            color: #999; }
          #contact-box form dl dd textarea:-ms-input-placeholder {
            color: #999; }
        #contact-box form dl dd input[type="text"] {
          width: 100%;
          border: 1px solid #ddd;
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          box-sizing: border-box;
          padding: 10px;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          margin: 0 10px 0 0; }
          #contact-box form dl dd input[type="text"].w30 {
            width: 50%; }
          #contact-box form dl dd input[type="text"]::-webkit-input-placeholder {
            color: #999; }
          #contact-box form dl dd input[type="text"]::placeholder {
            color: #999; }
          #contact-box form dl dd input[type="text"]:-ms-input-placeholder {
            color: #999; }
        #contact-box form dl dd input:focus {
          outline: none; }
      #contact-box form dl.bn {
        border: none; }
    #contact-box form .submit-box {
      text-align: center;
      margin: 30px 0 0 0; }
      #contact-box form .submit-box p {
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000; }
        #contact-box form .submit-box p.bold {
          font-size: 16px;
          line-height: 2;
          font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          margin: 30px 0 0 0; }
        #contact-box form .submit-box p a:link, #contact-box form .submit-box p a:visited, #contact-box form .submit-box p a:active {
          text-decoration: underline;
          color: #000; }
        #contact-box form .submit-box p a:hover {
          text-decoration: none; }
      #contact-box form .submit-box .submit-button {
        width: 350px;
        padding: 20px 0;
        margin: 30px auto 0;
        font-size: 18px;
        line-height: 1;
        font: normal 1.8rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 500;
        color: #fff;
        text-align: center;
        background-color: #EC407A;
        border: none;
        cursor: pointer;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        -webkit-appearance: button;
        appearance: button;
        display: block; }
        #contact-box form .submit-box .submit-button:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
      #contact-box form .submit-box .back-button {
        width: 350px;
        padding: 20px 0;
        margin: 50px auto 0;
        font-size: 18px;
        line-height: 1;
        font: normal 1.8rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 500;
        color: #666;
        text-align: center;
        background-color: #dcdcdc;
        border-style: none;
        cursor: pointer;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        -webkit-appearance: button;
        appearance: button;
        display: block; }
        #contact-box form .submit-box .back-button:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
      #contact-box form .submit-box .agree-box {
        display: block;
        text-align: center;
        cursor: pointer;
        margin: 50px 0 0 0; }
        #contact-box form .submit-box .agree-box span {
          font-size: 18px;
          line-height: 1.5;
          font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          vertical-align: middle; }
        #contact-box form .submit-box .agree-box input.mark {
          width: 20px;
          height: 20px;
          border: 1px solid #ddd; }

  /* ------------ privacy-box ------------ */
  #privacy-box {
    max-width: 800px;
    padding: 100px 20px;
    text-align: center;
    margin: 0 auto; }
    #privacy-box h3 + p {
      font-size: 16px;
      line-height: 2;
      font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      margin: 20px 0 0 0; }
    #privacy-box h5 {
      font-size: 18px;
      line-height: 1.2;
      font: normal 1.8rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      color: #000;
      margin: 70px 0 0 0;
      padding: 0 0 10px 0;
      border-bottom: 1px solid #000;
      text-align: left; }
    #privacy-box p {
      font-size: 16px;
      line-height: 2;
      font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      margin: 10px 0 0 0;
      text-align: left; }
    #privacy-box ul {
      margin: 20px 0 0 40px;
      text-align: left; }
      #privacy-box ul li {
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000;
        list-style: none; }
    #privacy-box a:link, #privacy-box a:visited, #privacy-box a:active {
      text-decoration: underline;
      color: #000; }
    #privacy-box a:hover {
      text-decoration: none; }

  /* ------------ sitemap-box ------------ */
  #sitemap-box {
    max-width: 800px;
    padding: 100px 20px;
    text-align: center;
    margin: 0 auto; }
    #sitemap-box ul {
      margin: 50px 0 0 0; }
      #sitemap-box ul li {
        font-size: 18px;
        line-height: 1;
        font: normal 1.8rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        list-style: none;
        border-bottom: 2px dotted #ddd;
        text-align: left; }
        #sitemap-box ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          padding: 20px 0 20px 35px;
          position: relative; }
          #sitemap-box ul li a:before {
            content: 'play_circle_outline';
            position: absolute;
            left: 5px;
            top: 50%;
            font-size: 20px;
            color: #19499D;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%); }
          #sitemap-box ul li a:link, #sitemap-box ul li a:visited, #sitemap-box ul li a:active {
            text-decoration: none;
            color: #000; }
          #sitemap-box ul li a:hover {
            background: #19499D;
            color: #fff; }
            #sitemap-box ul li a:hover:before {
              color: #fff; }
        #sitemap-box ul li:last-child {
          border: none; }

  /* ------------ #news-box ------------ */
  #news-box {
    max-width: 1200px;
    padding: 100px 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    #news-box #main-box {
      width: 70%; }
      #news-box #main-box .newslist-box {
        text-align: left; }
        #news-box #main-box .newslist-box h3 {
          font-size: 26px;
          line-height: 1.5;
          font: normal 2.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #19499D;
          padding: 10px;
          background: #f5f5f5;
          border-left: 5px solid #19499D; }
          #news-box #main-box .newslist-box h3:nth-of-type(2) {
            margin: 40px 0 0 0; }
          #news-box #main-box .newslist-box h3::before {
            display: none; }
        #news-box #main-box .newslist-box ul.type-01 li {
          padding: 20px 0;
          list-style: none;
          border-bottom: 1px solid #dcdcdc;
          display: flex;
          justify-content: space-between; }
          #news-box #main-box .newslist-box ul.type-01 li a.eyecatch {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            width: 30%; }
            #news-box #main-box .newslist-box ul.type-01 li a.eyecatch figure {
              width: 100%; }
              #news-box #main-box .newslist-box ul.type-01 li a.eyecatch figure img {
                width: 100%;
                vertical-align: bottom; }
            #news-box #main-box .newslist-box ul.type-01 li a.eyecatch:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
          #news-box #main-box .newslist-box ul.type-01 li .text-box {
            width: 67%;
            align-self: center; }
            #news-box #main-box .newslist-box ul.type-01 li .text-box p.date {
              margin: 10px 0 0 0;
              position: relative;
              font-size: 14px;
              line-height: 1.5;
              font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #000; }
              #news-box #main-box .newslist-box ul.type-01 li .text-box p.date:before {
                content: 'event_note';
                position: relative;
                left: 0;
                top: -2px;
                font-size: 1.8rem;
                color: #000;
                padding: 0 5px 0 0; }
            #news-box #main-box .newslist-box ul.type-01 li .text-box h4 {
              font-size: 18px;
              line-height: 1.5;
              font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #000;
              margin: 10px 0 0 0; }
              #news-box #main-box .newslist-box ul.type-01 li .text-box h4 a {
                transition: all 0.5s;
                -moz-transition: all 0.5s;
                -webkit-transition: all 0.5s;
                -ms-transition: all 0.5s;
                -o-transition: all 0.5s; }
                #news-box #main-box .newslist-box ul.type-01 li .text-box h4 a:link, #news-box #main-box .newslist-box ul.type-01 li .text-box h4 a:visited, #news-box #main-box .newslist-box ul.type-01 li .text-box h4 a:active {
                  text-decoration: none;
                  color: #000; }
                #news-box #main-box .newslist-box ul.type-01 li .text-box h4 a:hover {
                  opacity: 0.8;
                  filter: alpha(opacity=80); }
            #news-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li {
              border: none;
              padding: 0;
              margin: 10px 0 0 0; }
              #news-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li a {
                font-size: 14px;
                line-height: 1;
                font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                padding: 5px 10px;
                display: inline-block;
                border: 1px solid #000; }
                #news-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li a:link, #news-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li a:visited, #news-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li a:active {
                  text-decoration: none;
                  color: #000; }
                #news-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li a:hover {
                  opacity: 0.8;
                  filter: alpha(opacity=80); }
              #news-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li:first-child {
                margin: 0; }
        #news-box #main-box .newslist-box ul.link-box {
          max-width: 1000px;
          margin: 80px auto 0;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          #news-box #main-box .newslist-box ul.link-box li {
            width: 46%;
            list-style: none;
            text-align: center; }
            #news-box #main-box .newslist-box ul.link-box li a {
              background: #8E0000;
              border-radius: 10px;
              -moz-border-radius: 10px;
              -webkit-border-radius: 10px;
              -ms-border-radius: 10px;
              -o-border-radius: 10px;
              display: block;
              padding: 30px 0;
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              font-size: 16px;
              line-height: 1;
              font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #fff;
              position: relative; }
              #news-box #main-box .newslist-box ul.link-box li a:link, #news-box #main-box .newslist-box ul.link-box li a:visited, #news-box #main-box .newslist-box ul.link-box li a:active {
                text-decoration: none;
                color: #fff; }
              #news-box #main-box .newslist-box ul.link-box li a:hover {
                opacity: 0.7;
                filter: alpha(opacity=70); }
              #news-box #main-box .newslist-box ul.link-box li a:after {
                content: 'picture_as_pdf';
                position: absolute;
                font-size: 30px;
                right: 15px;
                top: 50%;
                transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                color: #fff; }
            #news-box #main-box .newslist-box ul.link-box li:nth-child(n+3) {
              margin: 30px 0 0 0; }
        #news-box #main-box .newslist-box dl {
          display: flex;
          justify-content: space-between;
          align-items: center;
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000; }
          #news-box #main-box .newslist-box dl dt {
            width: 50%;
            padding: 20px;
            box-sizing: border-box; }
            #news-box #main-box .newslist-box dl dt a:link, #news-box #main-box .newslist-box dl dt a:visited, #news-box #main-box .newslist-box dl dt a:active {
              text-decoration: underline;
              color: #000; }
            #news-box #main-box .newslist-box dl dt a:hover {
              text-decoration: underline; }
          #news-box #main-box .newslist-box dl dd {
            flex: 1;
            padding: 20px; }
            #news-box #main-box .newslist-box dl dd a:link, #news-box #main-box .newslist-box dl dd a:visited, #news-box #main-box .newslist-box dl dd a:active {
              text-decoration: underline;
              color: #000; }
            #news-box #main-box .newslist-box dl dd a:hover {
              text-decoration: underline; }
          #news-box #main-box .newslist-box dl:nth-of-type(2n) {
            background: #F3EDE3;
            margin: 0; }
        #news-box #main-box .newslist-box p.none-text {
          margin: 30px 0 0 0;
          font-size: 16px;
          line-height: 2;
          font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000; }
      #news-box #main-box .pagenation-box {
        margin: 50px 0 0 0; }
        #news-box #main-box .pagenation-box ul {
          display: flex;
          justify-content: center; }
          #news-box #main-box .pagenation-box ul li {
            list-style: none;
            margin-left: 10px;
            font-size: 16px;
            line-height: 1;
            font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
            #news-box #main-box .pagenation-box ul li.active {
              color: #fff;
              padding: 10px 15px;
              border: 1px solid #19499D;
              background: #19499D; }
            #news-box #main-box .pagenation-box ul li a {
              background: #fff;
              color: #000;
              display: block;
              padding: 10px 15px;
              text-decoration: none;
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              border: 1px solid #000; }
              #news-box #main-box .pagenation-box ul li a:hover {
                background: #19499D;
                border: 1px solid #19499D;
                color: #fff; }
            #news-box #main-box .pagenation-box ul li:first-child {
              margin: 0; }
      #news-box #main-box .newsarticle-box .cate-title {
        padding: 10px;
        background: #f5f5f5;
        border-left: 5px solid #19499D;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        #news-box #main-box .newsarticle-box .cate-title h3 {
          font-size: 26px;
          line-height: 1.5;
          font: normal 2.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          margin: 5px 0 0 0;
          font-weight: 700; }
          #news-box #main-box .newsarticle-box .cate-title h3::before {
            display: none; }
        #news-box #main-box .newsarticle-box .cate-title p.list {
          font-size: 16px;
          line-height: 1;
          font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          position: relative;
          padding: 0 0 0 20px; }
          #news-box #main-box .newsarticle-box .cate-title p.list a:link, #news-box #main-box .newsarticle-box .cate-title p.list a:visited, #news-box #main-box .newsarticle-box .cate-title p.list a:active {
            text-decoration: none;
            color: #000; }
          #news-box #main-box .newsarticle-box .cate-title p.list a:hover {
            text-decoration: underline;
            color: #000; }
          #news-box #main-box .newsarticle-box .cate-title p.list:before {
            content: 'keyboard_backspace';
            position: absolute;
            left: 0;
            top: 0;
            font-size: 1.6rem;
            color: #000; }
      #news-box #main-box .newsarticle-box .article-box {
        margin: 30px 0 0 0;
        text-align: left; }
        #news-box #main-box .newsarticle-box .article-box p.date {
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          position: relative; }
          #news-box #main-box .newsarticle-box .article-box p.date:before {
            content: 'event_note';
            position: relative;
            left: 0;
            top: -2px;
            font-size: 1.6rem;
            color: #000;
            padding: 0 5px 0 0; }
        #news-box #main-box .newsarticle-box .article-box h4 {
          font-size: 26px;
          line-height: 1.5;
          font: normal 2.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          margin: 5px 0 0 0;
          font-weight: 700; }
        #news-box #main-box .newsarticle-box .article-box p {
          font-size: 16px;
          line-height: 2;
          font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          margin: 30px 0 0 0; }
        #news-box #main-box .newsarticle-box .article-box img.alignleft {
          float: left;
          display: block;
          margin: 0 30px 30px 0; }
        #news-box #main-box .newsarticle-box .article-box img.aligncenter {
          display: block;
          margin: 30px auto; }
        #news-box #main-box .newsarticle-box .article-box img.alignright {
          float: right;
          display: block;
          margin: 0 0 30px 30px; }
        #news-box #main-box .newsarticle-box .article-box img.alignnone {
          display: block;
          text-align: left;
          margin: 30px auto; }
        #news-box #main-box .newsarticle-box .article-box a img:hover {
          opacity: 0.8;
          filter: alpha(opacity=80);
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
        #news-box #main-box .newsarticle-box .article-box a:link, #news-box #main-box .newsarticle-box .article-box a:visited, #news-box #main-box .newsarticle-box .article-box a:active {
          text-decoration: underline;
          color: #000; }
        #news-box #main-box .newsarticle-box .article-box a:hover {
          text-decoration: underline;
          color: #000; }
      #news-box #main-box .newsarticle-box .article-next {
        margin: 70px 0 0 0;
        border-top: 3px solid #dcdcdc; }
        #news-box #main-box .newsarticle-box .article-next ul {
          margin: 20px 0 0 0;
          padding: 20px;
          background: rgba(255, 255, 255, 0.7);
          box-sizing: border-box;
          display: flex;
          justify-content: space-between; }
          #news-box #main-box .newsarticle-box .article-next ul li {
            width: 48%;
            list-style: none; }
            #news-box #main-box .newsarticle-box .article-next ul li:last-child {
              margin: 0; }
            #news-box #main-box .newsarticle-box .article-next ul li a {
              display: block;
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              text-decoration: none; }
              #news-box #main-box .newsarticle-box .article-next ul li a:hover {
                opacity: 0.8;
                filter: alpha(opacity=80); }
            #news-box #main-box .newsarticle-box .article-next ul li .box {
              border: 1px solid #000;
              padding: 10px;
              display: block; }
              #news-box #main-box .newsarticle-box .article-next ul li .box p.articlebox {
                font-size: 16px;
                line-height: 1;
                font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                color: #000;
                text-align: center; }
              #news-box #main-box .newsarticle-box .article-next ul li .box p.date {
                font-size: 14px;
                line-height: 1;
                font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                color: #000;
                margin: 10px 0 0 0;
                text-align: center; }
              #news-box #main-box .newsarticle-box .article-next ul li .box p.title {
                font-size: 16px;
                line-height: 1.5;
                font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                color: #000;
                margin: 10px 0 0 0; }
        #news-box #main-box .newsarticle-box .article-next p.back {
          margin: 20px 0 0 auto;
          padding: 0 0 0 20px;
          font-size: 16px;
          line-height: 1;
          font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          position: relative;
          text-align: left; }
          #news-box #main-box .newsarticle-box .article-next p.back a:link, #news-box #main-box .newsarticle-box .article-next p.back a:visited, #news-box #main-box .newsarticle-box .article-next p.back a:active {
            text-decoration: none;
            color: #000; }
          #news-box #main-box .newsarticle-box .article-next p.back a:hover {
            text-decoration: underline;
            color: #000; }
          #news-box #main-box .newsarticle-box .article-next p.back:before {
            content: 'keyboard_backspace';
            position: absolute;
            left: 0;
            top: 0;
            font-size: 1.6rem;
            color: #000; }
    #news-box #side-box {
      width: 25%; }
      #news-box #side-box ul {
        margin: 10px 0 0 0;
        box-sizing: border-box; }
        #news-box #side-box ul li {
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          list-style: none;
          border-bottom: 1px dotted #dcdcdc;
          text-align: left; }
          #news-box #side-box ul li a {
            padding: 10px 5px;
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #news-box #side-box ul li a:link, #news-box #side-box ul li a:visited, #news-box #side-box ul li a:active {
              text-decoration: none;
              color: #000; }
            #news-box #side-box ul li a:hover {
              text-decoration: none; }
            #news-box #side-box ul li a.here {
              text-decoration: none; }
          #news-box #side-box ul li:last-child {
            border: none; }
      #news-box #side-box .widget {
        margin: 0 0 30px 0; }
        #news-box #side-box .widget h2.widget-title {
          font-size: 18px;
          line-height: 1.5;
          font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #fff;
          padding: 10px;
          text-align: left;
          background: #19499D; }
      #news-box #side-box .calendar_wrap #wp-calendar {
        width: 100%; }
        #news-box #side-box .calendar_wrap #wp-calendar caption {
          text-align: center;
          font-size: 16px;
          line-height: 1;
          font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          padding: 15px 0;
          color: #000;
          box-sizing: border-box; }
        #news-box #side-box .calendar_wrap #wp-calendar thead tr th {
          width: 14.28%;
          padding: 9px;
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          box-sizing: border-box; }
        #news-box #side-box .calendar_wrap #wp-calendar thead tr th:nth-child(6) {
          color: #6699ff; }
        #news-box #side-box .calendar_wrap #wp-calendar thead tr th:nth-child(7) {
          color: #cc3300; }
        #news-box #side-box .calendar_wrap #wp-calendar td {
          width: 14.28%;
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          text-align: center;
          padding: 9px;
          color: #000;
          box-sizing: border-box; }
        #news-box #side-box .calendar_wrap #wp-calendar td a {
          background: #19499D;
          color: #fff;
          display: block;
          padding: 9px;
          margin: -9px;
          text-decoration: none;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
        #news-box #side-box .calendar_wrap #wp-calendar td a:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
        #news-box #side-box .calendar_wrap #wp-calendar tbody tr #today {
          background-color: #f5f5f5; }
      #news-box #side-box .calendar_wrap .wp-calendar-nav {
        display: flex;
        justify-content: space-between;
        margin: 20px 0 0 0; }
        #news-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev {
          text-align: left;
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000; }
          #news-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #news-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:link, #news-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:visited, #news-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:active {
              text-decoration: none;
              color: #000; }
            #news-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:hover {
              text-decoration: underline;
              color: #000; }
        #news-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
          text-align: left;
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000; }
          #news-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #news-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:link, #news-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:visited, #news-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:active {
              text-decoration: none;
              color: #000; }
            #news-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:hover {
              text-decoration: underline;
              color: #000; }
      #news-box #side-box .calendar_wrap tfoot {
        display: none; }
      #news-box #side-box .screen-reader-text {
        display: none; }
      #news-box #side-box .widget_recent_entries ul {
        border: none;
        box-sizing: border-box;
        padding: 0; }
        #news-box #side-box .widget_recent_entries ul li {
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          list-style: none;
          border-bottom: 1px dotted #dcdcdc;
          position: relative; }
          #news-box #side-box .widget_recent_entries ul li a {
            padding: 10px 0 10px 18px;
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #news-box #side-box .widget_recent_entries ul li a:link, #news-box #side-box .widget_recent_entries ul li a:visited, #news-box #side-box .widget_recent_entries ul li a:active {
              text-decoration: none;
              color: #000; }
            #news-box #side-box .widget_recent_entries ul li a:hover {
              text-decoration: underline;
              color: #000; }
              #news-box #side-box .widget_recent_entries ul li a:hover:before {
                color: #000; }
            #news-box #side-box .widget_recent_entries ul li a:before {
              content: 'chevron_right';
              position: absolute;
              left: 0;
              top: 15px;
              font-size: 1.6rem;
              color: #19499D; }
          #news-box #side-box .widget_recent_entries ul li:last-child {
            border: none; }
      #news-box #side-box .widget_archive #archives-dropdown-2 {
        width: 100%;
        height: 50px;
        background: none;
        border: none;
        padding: 5px;
        font-size: 16px;
        line-height: 1;
        font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        box-sizing: border-box;
        cursor: pointer;
        color: #000;
        border-radius: none;
        -moz-border-radius: none;
        -webkit-border-radius: none;
        -ms-border-radius: none;
        -o-border-radius: none; }
      #news-box #side-box .widget_categories ul {
        border: none;
        box-sizing: border-box;
        padding: 0; }
        #news-box #side-box .widget_categories ul li {
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          list-style: none;
          border-bottom: 1px dotted #dcdcdc;
          position: relative; }
          #news-box #side-box .widget_categories ul li a {
            padding: 10px 0 10px 18px;
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #news-box #side-box .widget_categories ul li a:link, #news-box #side-box .widget_categories ul li a:visited, #news-box #side-box .widget_categories ul li a:active {
              text-decoration: none;
              color: #000; }
            #news-box #side-box .widget_categories ul li a:hover {
              text-decoration: underline;
              color: #000; }
              #news-box #side-box .widget_categories ul li a:hover:before {
                color: #000; }
            #news-box #side-box .widget_categories ul li a:before {
              content: 'chevron_right';
              position: absolute;
              left: 0;
              top: 15px;
              font-size: 1.6rem;
              color: #19499D; }
          #news-box #side-box .widget_categories ul li:last-child {
            border: none; }
      #news-box #side-box input[type="submit"], #news-box #side-box input[type="reset"], #news-box #side-box input[type="button"], #news-box #side-box button {
        cursor: pointer; }

  /* ------------ ScrollTrigger ------------ */
  .visible, .invisible {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s; }

  .visible {
    opacity: 1;
    filter: alpha(opacity=100); }

  .invisible.translate-01 {
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px); }

  .visible.translate-01 {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }
/* ------------ //PC ------------ */
