@charset "UTF-8";
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
/*
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,600,700&display=swap');
*/
* {
  box-sizing: border-box; }

li {
  list-style: none; }

@media print, screen and (min-width: 480px) {
  html {
    font-size: 62.5%; } }
@media screen and (max-width: 479px) {
  html {
    font-size: calc(100vw / 40); } }

body {
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'M PLUS Rounded 1c', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  line-height: 1.9;
  color: #000; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    body {
      font-size: 2px;
      font-size: 1.28rem; } }
  body main {
    /*macアンチエイリアス*/
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    /*windowsアンチエイリアス*/
    -o-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -webkit-transform: rotate(0.028deg);
    transform: rotate(0.028deg); }
  @media screen and (max-width: 767px) {
    body {
      line-height: 1.7;
      font-size: 15px;
      font-size: 1.5rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    body {
      font-size: 1.875px;
      font-size: 1.2rem; } }

.body {
  position: relative; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }
  img:hover {
    opacity: 1; }
  img.img-maru {
    border-radius: 10px; }

a {
  color: #000;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #1a1a1a;
    text-decoration: none; }
  a:visited {
    color: black; }

@media print, screen and (min-width: 480px) {
  a[href^="tel:"] {
    pointer-events: none;
    display: inline-block; } }

.contents-wrap {
  background: none;
  width: 100%;
  position: relative; }
  .contents-wrap:before {
    content: "";
    display: block;
    background-image: -moz-linear-gradient(-90deg, rgba(60, 150, 120, 0.2) 0%, rgba(60, 150, 120, 0) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgba(60, 150, 120, 0.2) 0%, rgba(60, 150, 120, 0) 100%);
    background-image: -ms-linear-gradient(-90deg, rgba(60, 150, 120, 0.2) 0%, rgba(60, 150, 120, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 320px;
    z-index: -1; }
  .contents-wrap:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/dot.png") repeat 0 0;
    background-size: 5px auto;
    z-index: -1; }
  @media screen and (max-width: 767px) {
    .contents-wrap {
      margin-top: 68px; } }

.view-entry .contents-wrap {
  background: #fae0cc url("../img/dot.png") repeat 0 0;
  background-size: 5px auto; }

.bid-2.view-entry .contents-wrap,
.cid-19 .contents-wrap,
.cid-20 .contents-wrap,
.cid-24 .contents-wrap,
.cid-25 .contents-wrap,
.cid-26 .contents-wrap {
  background: #e2efdc url("../img/dot.png") repeat 0 0;
  background-size: 5px auto; }

.container {
  margin: 0 auto;
  max-width: 1110px;
  padding-right: calc(20px + constant(safe-area-inset-right));
  padding-left: calc(20px + constant(safe-area-inset-left)); }
  .container .container {
    padding: 0; }

@media print, screen and (min-width: 1023px) {
  .acms-container {
    max-width: 80vw; } }

.narrow-container {
  margin: 0 auto;
  max-width: 920px;
  padding-right: calc(20px + constant(safe-area-inset-right));
  padding-left: calc(20px + constant(safe-area-inset-left)); }

@media screen and (max-width: 767px) {
  .container,
  .narrow-container {
    padding-right: 3vw;
    padding-left: 3vw; } }
@media screen and (max-width: 767px) {
  .row {
    margin-right: -5px;
    margin-left: -5px; } }

@media screen and (max-width: 767px) {
  .col-6 {
    padding-right: 5px;
    padding-left: 5px; } }

.img-title h2, .img-title h3, .img-title h4, .img-title h5 {
  background: none;
  padding: 0;
  margin: 0;
  border: none; }
  .img-title h2:before, .img-title h2:after, .img-title h3:before, .img-title h3:after, .img-title h4:before, .img-title h4:after, .img-title h5:before, .img-title h5:after {
    content: none; }

.acms-admin-table-admin-edit tr td {
  color: #000 !important; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1110px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1210px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
.head-wrapper {
  width: 100%;
  background: #fff; }
  @media screen and (max-width: 767px) {
    .head-wrapper {
      position: fixed;
      top: 0;
      left: 0;
      height: 68px;
      z-index: 999; } }

.header {
  position: relative;
  width: 100%; }
  .header .header-sns {
    position: absolute;
    top: 0;
    right: 0;
    /*macアンチエイリアス*/
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    /*windowsアンチエイリアス*/
    -o-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -webkit-transform: rotate(0.028deg);
    transform: rotate(0.028deg); }
    @media print, screen and (min-width: 1023px) {
      .header .header-sns {
        -js-display: flex;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center; } }
    @media screen and (max-width: 767px) {
      .header .header-sns {
        display: none; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .header .header-sns .title {
        float: left; } }
    .header .header-sns .title {
      font-size: 15px;
      font-size: 1.5rem;
      color: #0068bb;
      font-weight: 400;
      margin-right: 0.5em;
      font-weight: bold; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        .header .header-sns .title {
          font-size: 1.875px;
          font-size: 1.2rem; } }
    .header .header-sns .sns li {
      padding: 0 7px;
      line-height: 1; }
      .header .header-sns .sns li .fa-brands {
        font-size: 25px;
        font-size: 2.5rem; }
        @media screen and (min-width: 480px) and (max-width: 1200px) {
          .header .header-sns .sns li .fa-brands {
            font-size: 3.125px;
            font-size: 2rem; } }
  .header .header-logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    @media print, screen and (min-width: 768px) {
      .header .header-logo:before {
        content: "";
        display: block;
        width: 200%;
        height: 90px;
        background: #2896f0;
        position: absolute;
        margin-left: -200%;
        top: 0;
        z-index: -1; }
      .header .header-logo:after {
        content: "";
        display: block;
        width: 90px;
        height: 90px;
        background: #2896f0;
        position: absolute;
        top: 0;
        right: 0;
        margin-right: -45px;
        border-radius: 45px;
        z-index: -1; } }
    @media screen and (max-width: 767px) {
      .header .header-logo {
        left: -8%; }
        .header .header-logo .logo {
          width: 300px; } }
    @media print, screen and (min-width: 768px) {
      .header .header-logo {
        background: #2896f0;
        height: 90px;
        display: flex;
        align-items: center; }
        .header .header-logo .logo {
          width: 394px; } }
    .header .header-logo h1 {
      margin: 0;
      line-height: 1; }
      .header .header-logo h1 img {
        vertical-align: bottom;
        vertical-align: -moz-middle-with-baseline;
        display: block; }
    .header .header-logo ul, .header .header-logo p {
      margin: 0; }
  .header .header-nav {
    width: 100%;
    position: static;
    top: 0;
    right: 0;
    padding: 1.1vw 0 1vw;
    z-index: 2001; }
    @media screen and (max-width: 767px) {
      .header .header-nav {
        display: none; } }
    @media print, screen and (min-width: 768px) {
      .header .header-nav {
        padding-top: 130px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .header .header-nav > .container {
        padding: 0; } }
    .header .header-nav .contact-btn {
      display: none; }
      @media screen and (max-width: 767px) {
        .header .header-nav .contact-btn {
          display: block;
          text-align: center; } }
    .header .header-nav .gnavi {
      margin: 0;
      padding: 0; }
      @media print, screen and (min-width: 768px) {
        .header .header-nav .gnavi {
          -js-display: flex;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: space-between;
          justify-content: space-between; }
          .header .header-nav .gnavi li {
            text-align: center;
            padding: 0 5px;
            width: calc(100% / 6); }
            .header .header-nav .gnavi li .icon {
              display: block;
              text-align: center; }
              .header .header-nav .gnavi li .icon img {
                height: 95px; }
            .header .header-nav .gnavi li .jp {
              font-size: 17px;
              font-size: 1.7rem;
              display: block;
              width: 100%;
              color: #2896f0;
              margin-top: 0.2em;
              font-weight: bold;
              white-space: nowrap; } }
      @media screen and (min-width: 768px) and (min-width: 480px) and (max-width: 1200px) {
        .header .header-nav .gnavi li .jp {
          font-size: 2.125px;
          font-size: 1.36rem; } }
      @media print, screen and (min-width: 768px) {
            .header .header-nav .gnavi li:nth-child(n) .jp {
              color: #23aa37; }
            .header .header-nav .gnavi li:nth-child(2n) .jp {
              color: #2896f0; } }
  .header .menu-btn {
    width: 74px;
    height: 60px;
    background: #fff;
    position: absolute;
    top: 0;
    right: -7%;
    z-index: 9999 !important;
    transition: all .3s; }
    @media screen and (max-width: 767px) {
      .header .menu-btn {
        display: block; } }
    @media print, screen and (min-width: 768px) {
      .header .menu-btn {
        display: none; } }
    .header .menu-btn .nav-menu-btn-text {
      font-size: 10px;
      font-size: 1rem;
      font-weight: 400;
      display: block;
      margin-top: 0;
      line-height: 1;
      text-align: center;
      width: 100%;
      bottom: 0;
      position: absolute; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        .header .menu-btn .nav-menu-btn-text {
          font-size: 1.25px;
          font-size: 0.8rem; } }
    .header .menu-btn .icon-toggle-menu {
      width: 38px;
      height: 27px;
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: 999;
      display: block;
      transform: translate(-50%, -50%); }
      .header .menu-btn .icon-toggle-menu:hover {
        cursor: pointer; }
        @media print, screen and (min-width: 768px) {
          .header .menu-btn .icon-toggle-menu:hover {
            opacity: 0.7; } }
      .header .menu-btn .icon-toggle-menu .icon,
      .header .menu-btn .icon-toggle-menu .icon:before,
      .header .menu-btn .icon-toggle-menu .icon:after {
        display: inline-block;
        width: 38px;
        height: 3px;
        background: #000;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.3s; }
      .header .menu-btn .icon-toggle-menu .icon {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
        .header .menu-btn .icon-toggle-menu .icon:before {
          content: "";
          transform: translate(0, -10px) rotate(0deg); }
        .header .menu-btn .icon-toggle-menu .icon:after {
          content: "";
          transform: translate(0, 10px) rotate(0deg); }
    .header .menu-btn [aria-expanded="true"] .icon-toggle-menu .icon {
      background: transparent !important; }
    .header .menu-btn [aria-expanded="true"] .icon-toggle-menu .icon::before {
      transform: rotate(45deg) !important; }
    .header .menu-btn [aria-expanded="true"] .icon-toggle-menu .icon::after {
      transform: rotate(-45deg) !important; }

.is-locked {
  overflow: hidden; }

.mobile-nav {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(255, 255, 255, 0.88);
  opacity: 0;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-sizing: border-box; }
  .mobile-nav.is-active {
    display: block; }
  .mobile-nav.is-opened {
    opacity: 1; }

.mobile-nav-inner {
  /*@include flex;
  @include justify-content(center);
  @include align-items(center);*/
  width: 100%;
  height: 100vh;
  text-align: center;
  box-sizing: border-box;
  overflow-y: scroll;
  padding: 0;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
  @media print, screen and (min-width: 1200px) {
    .mobile-nav-inner .mobile-navbar .nav-menu .gnavi {
      -js-display: flex;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 0; }
      .mobile-nav-inner .mobile-navbar .nav-menu .gnavi li {
        width: 100%; } }
  @media screen and (max-width: 767px) {
    .mobile-nav-inner .mobile-navbar .nav-menu {
      width: 100%; }
      .mobile-nav-inner .mobile-navbar .nav-menu .gnavi {
        padding: 0;
        margin: 0;
        -js-display: flex;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .mobile-nav-inner .mobile-navbar .nav-menu li {
    font-size: 15px;
    font-size: 1.5rem;
    text-align: left;
    padding: 0.3em 0.5em;
    line-height: 1; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .mobile-nav-inner .mobile-navbar .nav-menu li {
        font-size: 1.875px;
        font-size: 1.2rem; } }
    @media screen and (max-width: 767px) {
      .mobile-nav-inner .mobile-navbar .nav-menu li {
        padding: 1em;
        margin: 0;
        width: 50%;
        text-align: center; }
        .mobile-nav-inner .mobile-navbar .nav-menu li .icon {
          width: 100%;
          display: block; }
          .mobile-nav-inner .mobile-navbar .nav-menu li .icon img {
            height: 11vh; }
        .mobile-nav-inner .mobile-navbar .nav-menu li .jp {
          width: 100%;
          display: block;
          font-weight: bold;
          padding: 10px; }
        .mobile-nav-inner .mobile-navbar .nav-menu li:nth-child(n) .jp {
          color: #23aa37; }
        .mobile-nav-inner .mobile-navbar .nav-menu li:nth-child(2n) .jp {
          color: #2896f0; } }
    .mobile-nav-inner .mobile-navbar .nav-menu li a {
      color: #2896f0;
      text-decoration: none; }
      .mobile-nav-inner .mobile-navbar .nav-menu li a:hover, .mobile-nav-inner .mobile-navbar .nav-menu li a:active, .mobile-nav-inner .mobile-navbar .nav-menu li a:focus {
        color: #2896f0;
        text-decoration: none; }
      .mobile-nav-inner .mobile-navbar .nav-menu li a:visited {
        color: #2896f0; }
  .mobile-nav-inner .footer-sns ul {
    margin-top: 0.5em; }

.mobile-navbar-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.4; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .mobile-navbar-list {
      font-size: 2.25px;
      font-size: 1.44rem; } }
  .mobile-navbar-list a:not(.btn-attention),
  .mobile-navbar-list a:not(.btn-attention):hover,
  .mobile-navbar-list a:not(.btn-attention):visited,
  .mobile-navbar-list a:not(.btn-attention):active,
  .mobile-navbar-list a:not(.btn-attention):focus {
    color: #333; }

.mobile-nav-side {
  margin: 20px 0;
  text-align: center; }

.mobile-nav-side-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.mobile-nav-side-item {
  display: block;
  margin: 0 0 10px 0; }

.mobile-nav-side-link {
  color: #333; }
  .mobile-nav-side-link:hover, .mobile-nav-side-link:visited, .mobile-nav-side-link:active, .mobile-nav-side-link:focus {
    color: #333; }

.mobile-navbar-footer {
  margin: 15px 0 0 0; }

.gnavi {
  padding: 0;
  margin: 0; }

.login .header .header-nav {
  position: static; }

/*
.sec-contact{
	padding: 4vw 0 4vw;
	background: #fff;
	text-align: center;
	color: $main-color;
	
	@include mq( $tb , max )  {
		padding: 5em 0;
	}
	
	.wrap{
		margin-top: 2em;
		
		@include mq( $tb , min )  {
			width: 70%;
			margin: 0 auto;
			@include flex;
			@include flex-wrap(wrap);
			
			.item{
				width: 50%;
			}
		}
		
		.item{
			padding: 1em;
			
			a{
				@include link-text($main-color,0,none);
				
				&:hover{
					opacity: 0.7;
				}
			}
			
			.inner{
				text-align: center;
				
				p{
					margin: 0;
				}
				.icon{
					width: 30px;
					margin: 0 auto;
				}
				.en{
					@include font-deco01-light;
					@include font-size(24);
					letter-spacing: 0.2em;
					line-height: 1.5;
					margin-top: 0.5em;
				}
				.jp{
					@include font-size(14);
					color: #484542;
					line-height: 1;
				}
			}
		}
	}
}
*/
.footer {
  padding: 0;
  width: 100%;
  position: relative; }
  .footer .footer-wrap {
    /*macアンチエイリアス*/
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    /*windowsアンチエイリアス*/
    -o-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -webkit-transform: rotate(0.028deg);
    transform: rotate(0.028deg); }
  .footer .footer-inner {
    padding: 0 0 2em; }
  .footer .footer-logo {
    -js-display: flex;
    display: -webkit-flex;
    display: flex; }
  .footer .footer-sns {
    margin-left: 2.5em;
    /*macアンチエイリアス*/
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    /*windowsアンチエイリアス*/
    -o-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -webkit-transform: rotate(0.028deg);
    transform: rotate(0.028deg);
    margin-top: 2em; }
    @media print, screen and (min-width: 768px) {
      .footer .footer-sns {
        -js-display: flex;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center; } }
    @media screen and (max-width: 767px) {
      .footer .footer-sns {
        margin: 0.6em 0 1em 1em;
        text-align: center; } }
    .footer .footer-sns .title {
      font-size: 14px;
      font-size: 1.4rem;
      color: #0068bb;
      font-weight: 400;
      margin-right: 0.5em;
      font-weight: bold; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        .footer .footer-sns .title {
          font-size: 1.75px;
          font-size: 1.12rem; } }
      @media screen and (max-width: 767px) {
        .footer .footer-sns .title {
          margin: 0;
          font-size: 10px;
          font-size: 1rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .footer .footer-sns .title {
      font-size: 1.25px;
      font-size: 0.8rem; } }

      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .footer .footer-sns .title {
          white-space: nowrap; } }
    .footer .footer-sns .sns {
      margin: 0; }
      .footer .footer-sns .sns li {
        color: #0068bb;
        padding: 0 7px;
        line-height: 1; }
        .footer .footer-sns .sns li .fa-brands {
          font-size: 22px;
          font-size: 2.2rem;
          color: #0068bb; }
          @media screen and (min-width: 480px) and (max-width: 1200px) {
            .footer .footer-sns .sns li .fa-brands {
              font-size: 2.75px;
              font-size: 1.76rem; } }
      @media screen and (max-width: 767px) {
        .footer .footer-sns .sns {
          padding: 0;
          margin: 0; }
          .footer .footer-sns .sns li {
            padding: 0 5px; } }
  .footer .address {
    margin-top: 0; }
    @media screen and (max-width: 767px) {
      .footer .address {
        font-size: 12px;
        font-size: 1.2rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .footer .address {
      font-size: 1.5px;
      font-size: 0.96rem; } }

  @media print, screen and (min-width: 768px) {
    .footer {
      /*@include flex;
      @include flex-wrap(wrap);
      @include align-items(center);*/
      text-align: left; }
      .footer .footer-wrap {
        width: 72%; }
      .footer p {
        margin: 0; }
      .footer .footer-logo {
        width: 100%; }
      .footer .footer-address {
        margin: 0; }
      .footer .footer-tel {
        margin: 0; } }
  .footer .footer-address .address {
    margin-bottom: 1em;
    font-weight: 400; }
    .footer .footer-address .address a {
      color: #2896f0;
      text-decoration: underline; }
  .footer .footer-tel {
    		/*.tel-no{
    			color: $main-color;
    			@include font-size(36);
    			font-weight: bold;
    			margin: 0;
    			letter-spacing: 0.04em;
    			font-weight: bold;
    			line-height: 1;
    			a{
    				@include link-text($main-color,0,none);
    			}
    
    			@include mq( $pc , max )  {
    				@include font-size(30);
    			}
    		}*/ }
    .footer .footer-tel .footer-item {
      -js-display: flex;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-items: center;
      align-items: center;
      border-bottom: 1px dotted #2896f0; }
      @media screen and (max-width: 767px) {
        .footer .footer-tel .footer-item {
          -webkit-align-items: flex-start;
          align-items: flex-start; } }
      .footer .footer-tel .footer-item.-noborder {
        border: none; }
      .footer .footer-tel .footer-item .title {
        width: 3.5em;
        text-align-last: justify;
        text-justify: inter-ideograph;
        padding: 0 6px 0 0;
        font-weight: 400;
        white-space: nowrap; }
        @media screen and (max-width: 767px) {
          .footer .footer-tel .footer-item .title {
            font-size: 10px;
            font-size: 1rem;
            margin: 0;
            padding: 4px 6px 0 0; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .footer .footer-tel .footer-item .title {
      font-size: 1.25px;
      font-size: 0.8rem; } }

      .footer .footer-tel .footer-item .summary {
        width: calc(100% - 3.5em); }
        @media print, screen and (min-width: 768px) {
          .footer .footer-tel .footer-item .summary.-row {
            -js-display: flex;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            align-items: center; }
            .footer .footer-tel .footer-item .summary.-row .note {
              text-indent: -1em;
              padding-left: 1em; } }
        @media screen and (max-width: 767px) {
          .footer .footer-tel .footer-item .summary {
            margin: 0;
            padding-left: 1.4em;
            text-indent: -1.4em; } }
        .footer .footer-tel .footer-item .summary:before {
          content: "●";
          color: #0068bb;
          margin-right: 5px; }
        .footer .footer-tel .footer-item .summary .day {
          font-size: 14px;
          font-size: 1.4rem;
          margin-right: 14px;
          font-weight: 500; }
          @media screen and (min-width: 480px) and (max-width: 1200px) {
            .footer .footer-tel .footer-item .summary .day {
              font-size: 1.75px;
              font-size: 1.12rem; } }
          @media screen and (max-width: 767px) {
            .footer .footer-tel .footer-item .summary .day {
              font-size: 11px;
              font-size: 1.1rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .footer .footer-tel .footer-item .summary .day {
      font-size: 1.375px;
      font-size: 0.88rem; } }

        .footer .footer-tel .footer-item .summary .note {
          font-size: 13px;
          font-size: 1.3rem;
          font-weight: 400; }
          @media screen and (min-width: 480px) and (max-width: 1200px) {
            .footer .footer-tel .footer-item .summary .note {
              font-size: 1.625px;
              font-size: 1.04rem; } }
          @media screen and (max-width: 767px) {
            .footer .footer-tel .footer-item .summary .note {
              font-size: 10px;
              font-size: 1rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .footer .footer-tel .footer-item .summary .note {
      font-size: 1.25px;
      font-size: 0.8rem; } }
          @media screen and (max-width: 767px) {
              .footer .footer-tel .footer-item .summary .note.block {
                display: block;
                line-height: 1;
                padding: 0 0 0.5em 2em; } }
        .footer .footer-tel .footer-item .summary .tel-no {
          font-size: 19px;
          font-size: 1.9rem;
          margin-right: 10px;
          font-weight: 500; }
          @media screen and (min-width: 480px) and (max-width: 1200px) {
            .footer .footer-tel .footer-item .summary .tel-no {
              font-size: 2.375px;
              font-size: 1.52rem; } }
          @media screen and (max-width: 767px) {
            .footer .footer-tel .footer-item .summary .tel-no {
              font-size: 15px;
              font-size: 1.5rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .footer .footer-tel .footer-item .summary .tel-no {
      font-size: 1.875px;
      font-size: 1.2rem; } }

    .footer .footer-tel .tel-title {
      color: #0068bb;
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 0.1em; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        .footer .footer-tel .tel-title {
          font-size: 2px;
          font-size: 1.28rem; } }
      @media screen and (max-width: 1022px) {
        .footer .footer-tel .tel-title {
          font-size: 14px;
          font-size: 1.4rem; } }
  @media screen and (max-width: 1022px) and (min-width: 480px) and (max-width: 1200px) {
    .footer .footer-tel .tel-title {
      font-size: 1.75px;
      font-size: 1.12rem; } }

  .footer .footer-navi {
    background: #2896f0; }
    .footer .footer-navi li:first-child {
      border-right: 1px solid #fff; }
    .footer .footer-navi .unavi {
      -js-display: flex;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center;
      font-size: 20px;
      font-size: 2rem;
      padding: 15px;
      margin: 0; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        .footer .footer-navi .unavi {
          font-size: 2.5px;
          font-size: 1.6rem; } }
      @media screen and (max-width: 767px) {
        .footer .footer-navi .unavi {
          font-size: 16px;
          font-size: 1.6rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .footer .footer-navi .unavi {
      font-size: 2px;
      font-size: 1.28rem; } }

      .footer .footer-navi .unavi li {
        padding: 0 15px;
        font-weight: bold;
        line-height: 1; }
      .footer .footer-navi .unavi a {
        color: #fff;
        text-decoration: none; }
        .footer .footer-navi .unavi a:hover, .footer .footer-navi .unavi a:active, .footer .footer-navi .unavi a:focus {
          color: white;
          text-decoration: none; }
        .footer .footer-navi .unavi a:visited {
          color: white; }

.footer-logo .logo {
  width: 363px; }
  @media screen and (max-width: 479px) {
    .footer-logo .logo {
      width: 70%;
      margin: 0 auto; } }
  @media screen and (min-width: 480px) and (max-width: 768px) {
    .footer-logo .logo {
      width: 100%; } }

.copyright {
  margin: 1em 0 0;
  text-align: center;
  padding: 1em 0;
  font-size: 13px;
  font-size: 1.3rem;
  color: #000;
  border-top: 1px solid #2896f0; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .copyright {
      font-size: 1.625px;
      font-size: 1.04rem; } }
  @media screen and (max-width: 767px) {
    .copyright {
      font-size: 11px;
      font-size: 1.1rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .copyright {
      font-size: 1.375px;
      font-size: 0.88rem; } }

.pagetop {
  width: 70px;
  position: absolute;
  bottom: 76px;
  right: 16vw; }
  .pagetop:hover {
    opacity: 1; }
  @media screen and (max-width: 767px) {
    .pagetop {
      width: 29px;
      height: 29px;
      right: 1.5em;
      bottom: 166px; } }

.footer-line {
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  text-align: center;
  background: #00b900;
  padding: 1em; }
  .footer-line img {
    width: 82vw; }
  @media print, screen and (min-width: 768px) {
    .footer-line {
      display: none !important; } }

/*
@include mq( $tb , max )  {
.is-animation{
	.footer{
		padding-bottom: 22vw;
	}
}
}*/
html, body {
  overflow-x: hidden; }
  html #adminBox, html .acms-admin-edit-info, body #adminBox, body .acms-admin-edit-info {
    color: #000; }
    html #adminBox a, html .acms-admin-edit-info a, body #adminBox a, body .acms-admin-edit-info a {
      color: #000; }
  html .acms-form-group,
  html .acms-admin-modal-content,
  html .acms-admin-form-edit, body .acms-form-group,
  body .acms-admin-modal-content,
  body .acms-admin-form-edit {
    color: #000 !important; }

@media print, screen and (min-width: 1023px) {
  .body-wrap {
    margin-left: 200px;
    overflow-x: hidden; } }

main {
  display: block;
  padding-bottom: 60px; }

.container::after {
  content: "";
  display: block;
  clear: both; }
@media print, screen and (min-width: 1023px) {
  .container {
    max-width: 1110px;
    margin-right: auto;
    margin-left: auto; } }
@media screen and (max-width: 767px) {
  .container {
    max-width: 95%; } }

@media print, screen and (min-width: 1023px) {
  .wide-container {
    max-width: 1210px;
    margin-right: auto;
    margin-left: auto; } }
@media screen and (max-width: 1022px) {
  .wide-container {
    padding-left: 10px;
    padding-right: 10px; } }

.container-breaking-out {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw); }

.main-container {
  position: relative;
  overflow: visible; }
  @media print, screen and (min-width: 768px) {
    .main-container {
      -js-display: flex;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center; }
      .main-container .aside {
        width: 17.4% !important; }
      .main-container .contents {
        width: 65.4%;
        margin-left: 2.81%; } }

@media print, screen and (min-width: 768px) {
  .local-container {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .local-container .main {
      width: 80%; }
    .local-container .side {
      width: 18%; } }
.local-container .side {
  margin-bottom: 1em; }

#adminBox, .acms-admin-box {
  margin: 0 !important; }

.sec-01 {
  padding-bottom: 5em; }

.sec-02 {
  padding: 4em 0 0; }

.sec-margin {
  padding: 5em 0; }

.sec-gradation {
  background: none;
  width: 100%;
  position: relative;
  padding-bottom: 5em; }
  .sec-gradation:before {
    content: "";
    display: block;
    background-image: -moz-linear-gradient(-90deg, rgba(60, 150, 120, 0.2) 0%, rgba(60, 150, 120, 0) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgba(60, 150, 120, 0.2) 0%, rgba(60, 150, 120, 0) 100%);
    background-image: -ms-linear-gradient(-90deg, rgba(60, 150, 120, 0.2) 0%, rgba(60, 150, 120, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 320px;
    z-index: -1; }
  .sec-gradation:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/dot.png") repeat 0 0;
    background-size: 5px auto;
    z-index: -1; }

.summary-default .summary-default-item {
  background: #fff; }
.summary-default .summary-default-link {
  padding: 1em 0;
  display: block; }
@media print, screen and (min-width: 768px) {
  .summary-default .summary {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .summary-default .summary .summary-thumb {
      width: 25%;
      height: 25vh; }
    .summary-default .summary .summary-body {
      width: 75%;
      padding-left: 1em; } }
.summary-default .summary .summary-thumb {
  height: 25vh; }
.summary-default .summary .summary-date {
  margin-top: 0.5em;
  color: #484542; }
.summary-default .summary .summary-title {
  margin-top: 0.5em;
  color: #2896f0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .summary-default .summary .summary-title {
      font-size: 2.25px;
      font-size: 1.44rem; } }
.summary-default .summary .summary-detail {
  margin-top: 0.5em;
  color: #484542;
  line-height: 1.5; }
  .summary-default .summary .summary-detail .more {
    color: #2896f0;
    padding-left: 5px; }
.summary-default .summary .category-news {
  display: none; }

.module-section .summary-default {
  margin-top: 2em; }

.card {
  padding: 0;
  margin: 2em 0;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .card .card-item {
      width: 50%;
      padding: 0.5em; } }
  @media print, screen and (min-width: 768px) {
    .card .card-item {
      width: calc(100%/4);
      padding: 0.5em; } }
  .card .card-item a {
    display: block;
    border-radius: 15px;
    background: #fff;
    overflow: hidden; }
  .card .card-item .more {
    color: #2896f0;
    padding-left: 5px; }
  .card .card-item .card-img {
    position: relative;
    /*height: 13.3vw;
    @include mq( $tb , max ) {
    	height: 40vw;
    }*/ }
    .card .card-item .card-img .img {
      background-size: cover;
      background-position: center center;
      width: 100%;
      height: 100%;
      padding-bottom: 68%; }
    .card .card-item .card-img .category-label {
      position: absolute;
      right: 0;
      top: 0;
      display: inline-table; }
  .card .card-item .card-text {
    background: #fff;
    padding: 1em 1em 2em; }
  .card .card-item .card-date {
    margin: 0;
    font-size: 13px;
    font-size: 1.3rem;
    color: #0068bb; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .card .card-item .card-date {
        font-size: 1.625px;
        font-size: 1.04rem; } }
    @media screen and (max-width: 767px) {
      .card .card-item .card-date {
        font-size: 10px;
        font-size: 1rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .card .card-item .card-date {
      font-size: 1.25px;
      font-size: 0.8rem; } }

  .card .card-item .card-title {
    font-weight: bold;
    font-size: 17px;
    font-size: 1.7rem;
    margin-top: 0.1em;
    color: #567fb7;
    line-height: 1.5; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .card .card-item .card-title {
        font-size: 2.125px;
        font-size: 1.36rem; } }
  .card .card-item .card-summary {
    margin-top: 0.5em;
    line-height: 1.5;
    font-size: 15px;
    font-size: 1.5rem;
    color: #7b7b7b; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .card .card-item .card-summary {
        font-size: 1.875px;
        font-size: 1.2rem; } }

.summary-list ul {
  margin: 0;
  padding: 0; }
.summary-list .list-item {
  border-bottom: 1px solid #cfd3dc; }
  .summary-list .list-item a {
    display: block;
    width: 100%;
    position: relative; }
    .summary-list .list-item a:after {
      content: "→";
      color: #0068bb;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
  .summary-list .list-item:first-child {
    border-top: 1px solid #cfd3dc; }
.summary-list .list-body {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 1em; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .summary-list .list-body {
      font-size: 2.25px;
      font-size: 1.44rem; } }
  @media screen and (max-width: 767px) {
    .summary-list .list-body {
      font-size: 15px;
      font-size: 1.5rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .summary-list .list-body {
      font-size: 1.875px;
      font-size: 1.2rem; } }

  .summary-list .list-body .cat {
    margin-right: 1em; }
    .summary-list .list-body .cat span {
      padding: 0 5px;
      color: #fff;
      display: inline-block;
      text-align: center;
      border-radius: 5px;
      font-size: 14px;
      font-size: 1.4rem;
      background: #2896f0; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        .summary-list .list-body .cat span {
          font-size: 1.75px;
          font-size: 1.12rem; } }
      @media screen and (max-width: 767px) {
        .summary-list .list-body .cat span {
          font-size: 10px;
          font-size: 1rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .summary-list .list-body .cat span {
      font-size: 1.25px;
      font-size: 0.8rem; } }

      .summary-list .list-body .cat span.cat-event {
        background: #67b0cd; }
      .summary-list .list-body .cat span.cat-info {
        background: #0068bb; }
      .summary-list .list-body .cat span.cat-torakko {
        background: #6eb449; }
      .summary-list .list-body .cat span.cat-nijiiro {
        background: #567fb7; }
      .summary-list .list-body .cat span.cat-sakuranbo {
        background: #d87193; }
  @media print, screen and (min-width: 768px) {
    .summary-list .list-body {
      -js-display: flex;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-items: center;
      align-items: center; }
      .summary-list .list-body .cat {
        width: 15%; }
        .summary-list .list-body .cat span {
          display: block;
          padding: 0 5px; }
      .summary-list .list-body .title {
        width: 80%; } }
  .summary-list .list-body p {
    margin: 0; }

.read-first {
  border: 2px solid #2896f0;
  border-radius: 15px;
  padding: 1.2em 0;
  background: #fff; }
  .read-first .read-contents {
    display: none;
    padding: 0.5em 30px 1em; }
    @media screen and (max-width: 767px) {
      .read-first .read-contents {
        padding: 0 1em 1em; } }
    .read-first .read-contents h3 {
      color: #2896f0;
      font-size: 20px;
      font-size: 2rem;
      border-bottom: 1px solid #2896f0;
      padding-left: 1.2em;
      text-indent: -1.2em;
      line-height: 1.5;
      padding-bottom: 0.5em;
      margin-top: 0.5em; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        .read-first .read-contents h3 {
          font-size: 2.5px;
          font-size: 1.6rem; } }
      .read-first .read-contents h3:before {
        content: "●";
        margin-right: 5px; }
      .read-first .read-contents h3.h3-02 {
        border: none;
        color: #fff;
        text-indent: 0;
        padding: 5px 1.5em; }
        .read-first .read-contents h3.h3-02:before {
          content: none; }
      .read-first .read-contents h3.noicon:before {
        content: none; }
    .read-first .read-contents h4 {
      color: #000;
      font-size: 17px;
      font-size: 1.7rem;
      padding: 0.5em 0;
      line-height: 1.5;
      margin: 0;
      text-indent: -1.5em;
      padding-left: 1.5em;
      font-weight: normal; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        .read-first .read-contents h4 {
          font-size: 2.125px;
          font-size: 1.36rem; } }
      .read-first .read-contents h4:before {
        content: "◎";
        margin-right: 5px; }
      .read-first .read-contents h4.margin {
        margin-top: 3em; }
      .read-first .read-contents h4.square:before {
        content: "■"; }
    .read-first .read-contents .inner {
      padding: 1em 1.4em;
      font-size: 17px;
      font-size: 1.7rem;
      font-weight: 400; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        .read-first .read-contents .inner {
          font-size: 2.125px;
          font-size: 1.36rem; } }
      .read-first .read-contents .inner p {
        margin: 0 0 0.8em;
        line-height: 1.5; }
      .read-first .read-contents .inner ol {
        margin-top: 1em; }
      .read-first .read-contents .inner a {
        color: #2896f0;
        text-decoration: underline; }
        .read-first .read-contents .inner a:hover {
          text-decoration: none; }
      .read-first .read-contents .inner .strong {
        color: #2896f0; }
      .read-first .read-contents .inner .box-list {
        padding: 0 1em; }
    .read-first .read-contents ul {
      margin: 0.5em 0 0.8em;
      line-height: 1.5 !important;
      padding-left: 1.5em !important; }
      .read-first .read-contents ul.list li {
        margin: 2px 0; }
        .read-first .read-contents ul.list li span {
          font-weight: normal;
          font-size: 16px;
          font-size: 1.6rem; }
          @media screen and (min-width: 480px) and (max-width: 1200px) {
            .read-first .read-contents ul.list li span {
              font-size: 2px;
              font-size: 1.28rem; } }
      .read-first .read-contents ul.list02 {
        padding-left: 1.5em; }
        .read-first .read-contents ul.list02 li {
          text-indent: -0.3em;
          padding-left: 0; }
          .read-first .read-contents ul.list02 li:before {
            color: #000; }
      .read-first .read-contents ul.rice-list.-withno {
        padding-left: 2.5em !important; }
        .read-first .read-contents ul.rice-list.-withno li {
          text-indent: -1.2em; }
      .read-first .read-contents ul.no-list li .list {
        padding-left: 1em !important; }
        .read-first .read-contents ul.no-list li .list li {
          font-weight: normal;
          text-indent: -0.5em; }
      .read-first .read-contents ul.no-list li .example-list {
        padding-left: 0 !important; }
      .read-first .read-contents ul.no-list li p {
        padding: 0.8em 0;
        text-indent: 0;
        margin: 0; }
    .read-first .read-contents dl.suihei {
      display: flex; }
      .read-first .read-contents dl.suihei.-nomargin {
        margin-top: 0 !important; }
    .read-first .read-contents ul, .read-first .read-contents ol {
      padding-left: 1.5em; }
      .read-first .read-contents ul li ul li, .read-first .read-contents ol li ul li {
        list-style: none; }
        .read-first .read-contents ul li ul li:before, .read-first .read-contents ol li ul li:before {
          content: none; }
      .read-first .read-contents ul li ul.list li:before, .read-first .read-contents ol li ul.list li:before {
        content: "◎" !important;
        display: inline-block !important; }
      .read-first .read-contents ul li ul.list02 li:before, .read-first .read-contents ol li ul.list02 li:before {
        font-family: FontAwesome;
        content: "";
        display: inline-block !important; }
      .read-first .read-contents ul li ul.circle-list li:before, .read-first .read-contents ol li ul.circle-list li:before {
        content: "〇" !important;
        display: inline-block !important; }
      .read-first .read-contents ul li ul.rice-list li:before, .read-first .read-contents ol li ul.rice-list li:before {
        content: "※" !important;
        display: inline-block !important; }
    .read-first .read-contents .box {
      background: #fff;
      border-radius: 10px;
      padding: 1em 1.5em;
      border: 4px solid #23aa37; }
      .read-first .read-contents .box dl {
        margin: 0 0 1em; }
        .read-first .read-contents .box dl dt:before {
          content: "■";
          display: inline-block;
          margin-right: 5px; }
        .read-first .read-contents .box dl dd {
          padding: 0 1.3em; }
    .read-first .read-contents table.table-in-list {
      width: 60%;
      border-collapse: collapse;
      border-left: 1px solid #2896f0;
      margin: 0; }
      .read-first .read-contents table.table-in-list thead {
        background: #e7e0ae; }
        .read-first .read-contents table.table-in-list thead th {
          letter-spacing: 1em;
          font-weight: 500; }
      .read-first .read-contents table.table-in-list th, .read-first .read-contents table.table-in-list td {
        border: 1px solid #2896f0;
        padding: 0.5em;
        border-left: 0; }
      .read-first .read-contents table.table-in-list th {
        color: #000;
        text-align: center; }
      .read-first .read-contents table.table-in-list td {
        padding: 0.5em 1.5em; }
    @media screen and (max-width: 767px) {
      .read-first .read-contents h3 {
        font-size: 18px;
        font-size: 1.8rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .read-first .read-contents h3 {
      font-size: 2.25px;
      font-size: 1.44rem; } }
    @media screen and (max-width: 767px) {
      .read-first .read-contents .inner {
        font-size: 12px;
        font-size: 1.2rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .read-first .read-contents .inner {
      font-size: 1.5px;
      font-size: 0.96rem; } }

    @media print, screen and (min-width: 768px) {
      .read-first .read-contents .wrap {
        -js-display: flex;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -1em;
        margin-right: -1em; }
        .read-first .read-contents .wrap .bn {
          width: 55%;
          padding: 1em; }
        .read-first .read-contents .wrap .text {
          width: 45%;
          padding: 1em; } }
  .read-first .title {
    color: #2896f0;
    text-align: center;
    position: relative;
    width: 100%;
    cursor: pointer; }
    .read-first .title h2 {
      font-size: 33px;
      font-size: 3.3rem;
      margin: 0;
      font-weight: 900;
      line-height: 1;
      padding: 0 2em; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        .read-first .title h2 {
          font-size: 4.125px;
          font-size: 2.64rem; } }
      @media screen and (max-width: 767px) {
        .read-first .title h2 {
          font-size: 18px;
          font-size: 1.8rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .read-first .title h2 {
      font-size: 2.25px;
      font-size: 1.44rem; } }

    .read-first .title .sub {
      font-size: 21px;
      font-size: 2.1rem;
      margin: 0.4em 0 0;
      font-weight: 500;
      line-height: 1; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        .read-first .title .sub {
          font-size: 2.625px;
          font-size: 1.68rem; } }
      @media screen and (max-width: 767px) {
        .read-first .title .sub {
          font-size: 12px;
          font-size: 1.2rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .read-first .title .sub {
      font-size: 1.5px;
      font-size: 0.96rem; } }

    .read-first .title:before {
      content: "";
      display: inline-block;
      width: 33px;
      height: 33px;
      background: url("../img/arrow_down.svg") no-repeat center center;
      background-size: contain;
      position: absolute;
      top: 50%;
      left: 30px;
      transform: translateY(-50%); }
      @media screen and (max-width: 767px) {
        .read-first .title:before {
          width: 21px;
          height: 21px;
          left: 15px; } }
    .read-first .title:after {
      content: "";
      display: inline-block;
      width: 43px;
      height: 43px;
      background: url("../img/plus.svg") no-repeat center center;
      background-size: contain;
      position: absolute;
      top: 50%;
      right: 29px;
      transform: translateY(-50%); }
      @media screen and (max-width: 767px) {
        .read-first .title:after {
          width: 23px;
          height: 23px;
          right: 12px; } }
  .read-first.open {
    background: #ffffe1; }
    .read-first.open .title:before {
      background: url("../img/arrow_down.svg") no-repeat center center;
      background-size: contain; }
    .read-first.open .title:after {
      background: url("../img/minus.svg") no-repeat center center;
      background-size: contain; }
  .read-first.-read-box_green {
    border: 2px solid #23aa37; }
    .read-first.-read-box_green .read-contents h3 {
      color: #23aa37;
      border-bottom: 1px solid #23aa37; }
    .read-first.-read-box_green .read-contents table.table-in-list {
      border-left: 1px solid #23aa37; }
      .read-first.-read-box_green .read-contents table.table-in-list th, .read-first.-read-box_green .read-contents table.table-in-list td {
        border: 1px solid #23aa37; }
    .read-first.-read-box_green .title {
      color: #23aa37; }
      .read-first.-read-box_green .title:before {
        background: url("../img/arrow_down02.svg") no-repeat center center;
        background-size: contain; }
      .read-first.-read-box_green .title:after {
        background: url("../img/plus2.svg") no-repeat center center;
        background-size: contain; }
    .read-first.-read-box_green.open .title:after {
      background: url("../img/minus2.svg") no-repeat center center;
      background-size: contain; }

.application-info .application-contents {
  display: none; }
.application-info .application-btn {
  text-align: center;
  position: relative;
  width: 100%;
  cursor: pointer;
  /*
  &:before{
  	content: "";
  	display: inline-block;
  	width: 33px;
  	height: 33px;
  	background: url("../img/arrow_down.svg") no-repeat center center;
  	background-size: contain;
  	position: absolute;
  	top: 50%;
  	left: 30px;
  	transform: translateY(-50%);
  	@include mq( $tb , max ) {
  		width: 21px;
  		height: 21px;
  		left: 15px;
  	}
  }
  &:after{
  	content: "";
  	display: inline-block;
  	width: 43px;
  	height: 43px;
  	background: url("../img/plus.svg") no-repeat center center;
  	background-size: contain;
  	position: absolute;
  	top: 50%;
  	right: 29px;
  	transform: translateY(-50%);
  	@include mq( $tb , max ) {
  		width: 23px;
  		height: 23px;
  		right: 12px;
  	}
  }
  */ }

.faq {
  border: 2px solid #2896f0;
  border-radius: 15px;
  padding: 1.2em 0;
  background: #fff; }
  .faq .faq-contents {
    display: none;
    padding: 0.5em 30px 1em; }
    @media screen and (max-width: 767px) {
      .faq .faq-contents {
        padding: 0 1em 1em; } }
    .faq .faq-contents h3 {
      color: #2896f0;
      font-size: 20px;
      font-size: 2rem;
      border-bottom: 1px solid #2896f0;
      padding-left: 1.2em;
      text-indent: -1.2em;
      line-height: 1.5;
      padding-bottom: 0.5em;
      margin-top: 0.5em; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        .faq .faq-contents h3 {
          font-size: 2.5px;
          font-size: 1.6rem; } }
      .faq .faq-contents h3:before {
        content: "●";
        margin-right: 5px; }
    .faq .faq-contents .inner {
      padding: 1em 1.4em;
      font-size: 17px;
      font-size: 1.7rem;
      font-weight: 400;
      text-align: center; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        .faq .faq-contents .inner {
          font-size: 2.125px;
          font-size: 1.36rem; } }
      .faq .faq-contents .inner p {
        margin: 0 0 0.8em;
        line-height: 1.5; }
      .faq .faq-contents .inner a {
        color: #2896f0;
        text-decoration: underline; }
        .faq .faq-contents .inner a:hover {
          text-decoration: none; }
    @media screen and (max-width: 767px) {
      .faq .faq-contents h3 {
        font-size: 18px;
        font-size: 1.8rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .faq .faq-contents h3 {
      font-size: 2.25px;
      font-size: 1.44rem; } }
    @media screen and (max-width: 767px) {
      .faq .faq-contents .inner {
        font-size: 12px;
        font-size: 1.2rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .faq .faq-contents .inner {
      font-size: 1.5px;
      font-size: 0.96rem; } }

    @media print, screen and (min-width: 768px) {
      .faq .faq-contents .wrap {
        -js-display: flex;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -1em;
        margin-right: -1em; }
        .faq .faq-contents .wrap .bn {
          width: 55%;
          padding: 1em; }
        .faq .faq-contents .wrap .text {
          width: 45%;
          padding: 1em; } }
  .faq .title {
    color: #2896f0;
    text-align: center;
    position: relative;
    width: 100%;
    cursor: pointer; }
    .faq .title h2 {
      font-size: 33px;
      font-size: 3.3rem;
      margin: 0;
      font-weight: 900;
      line-height: 1;
      padding: 0 2em;
      line-height: 1.5; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        .faq .title h2 {
          font-size: 4.125px;
          font-size: 2.64rem; } }
      @media screen and (max-width: 767px) {
        .faq .title h2 {
          font-size: 18px;
          font-size: 1.8rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .faq .title h2 {
      font-size: 2.25px;
      font-size: 1.44rem; } }

    .faq .title .sub {
      font-size: 21px;
      font-size: 2.1rem;
      margin: 0.4em 0 0;
      font-weight: 500;
      line-height: 1; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        .faq .title .sub {
          font-size: 2.625px;
          font-size: 1.68rem; } }
      @media screen and (max-width: 767px) {
        .faq .title .sub {
          font-size: 12px;
          font-size: 1.2rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .faq .title .sub {
      font-size: 1.5px;
      font-size: 0.96rem; } }

    .faq .title:before {
      content: "";
      display: inline-block;
      width: 33px;
      height: 33px;
      background: url("../img/arrow_down.svg") no-repeat center center;
      background-size: contain;
      position: absolute;
      top: 50%;
      left: 30px;
      transform: translateY(-50%); }
      @media screen and (max-width: 767px) {
        .faq .title:before {
          width: 21px;
          height: 21px;
          left: 15px; } }
    .faq .title:after {
      content: "";
      display: inline-block;
      width: 43px;
      height: 43px;
      background: url("../img/plus.svg") no-repeat center center;
      background-size: contain;
      position: absolute;
      top: 50%;
      right: 29px;
      transform: translateY(-50%); }
      @media screen and (max-width: 767px) {
        .faq .title:after {
          width: 23px;
          height: 23px;
          right: 12px; } }
  .faq.open {
    background: #ffffe1;
    border: 2px solid #2896f0; }
    .faq.open .title {
      color: #2896f0; }
      .faq.open .title:before {
        background: url("../img/arrow_down.svg") no-repeat center center;
        background-size: contain; }
      .faq.open .title:after {
        background: url("../img/minus.svg") no-repeat center center;
        background-size: contain; }

.summary-index .item {
  border: 3px solid #0068bb;
  padding: 2em;
  margin: 2em 0;
  border-radius: 20px; }
.summary-index .inner .thumb {
  width: 100%;
  height: 30vw; }
  .summary-index .inner .thumb .img {
    height: 100%;
    background-position: center center;
    background-size: cover;
    border-radius: 10px; }
.summary-index .inner .text .title {
  color: #2896f0;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  margin-top: 1em; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .summary-index .inner .text .title {
      font-size: 3.25px;
      font-size: 2.08rem; } }
  .summary-index .inner .text .title span {
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 0.5em;
    font-weight: normal; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .summary-index .inner .text .title span {
        font-size: 2px;
        font-size: 1.28rem; } }
@media print, screen and (min-width: 768px) {
  .summary-index .inner {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .summary-index .inner .thumb {
      width: 35%;
      height: 20vw; }
    .summary-index .inner .text {
      width: 60%;
      padding-left: 2em; } }

.main-message {
  width: 90%;
  margin: 1em auto;
  color: #424242;
  letter-spacing: 0.1em;
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .main-message {
      font-size: 1.875px;
      font-size: 1.2rem; } }
  @media print, screen and (min-width: 768px) {
    .main-message {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 2.6;
      text-align: center; } }
  @media screen and (min-width: 768px) and (min-width: 480px) and (max-width: 1200px) {
    .main-message {
      font-size: 2.25px;
      font-size: 1.44rem; } }

/*================================
	sec-news
==================================*/
.sec-news {
  padding: 0 0 4em; }
  @media screen and (max-width: 767px) {
    .sec-news .pc-btn {
      display: none !important; } }
  .sec-news .sp-btn {
    text-align: center; }
    @media print, screen and (min-width: 768px) {
      .sec-news .sp-btn {
        display: none !important; } }
  .sec-news .title-wrap {
    padding: 0;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #2896f0; }
    .sec-news .title-wrap .h2-icon {
      -js-display: flex;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
      .sec-news .title-wrap .h2-icon .icon {
        display: inline-block;
        width: 49px;
        position: relative;
        bottom: -10px; }
        @media screen and (max-width: 767px) {
          .sec-news .title-wrap .h2-icon .icon {
            width: 33px;
            bottom: -5px; } }
      .sec-news .title-wrap .h2-icon h2 {
        font-size: 29px;
        font-size: 2.9rem;
        font-weight: 700;
        margin: 0;
        color: #2896f0; }
        @media screen and (min-width: 480px) and (max-width: 1200px) {
          .sec-news .title-wrap .h2-icon h2 {
            font-size: 3.625px;
            font-size: 2.32rem; } }
        @media screen and (max-width: 767px) {
          .sec-news .title-wrap .h2-icon h2 {
            font-size: 17px;
            font-size: 1.7rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .sec-news .title-wrap .h2-icon h2 {
      font-size: 2.125px;
      font-size: 1.36rem; } }

    .sec-news .title-wrap p {
      margin: 0; }
    @media print, screen and (min-width: 768px) {
      .sec-news .title-wrap {
        -js-display: flex;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center; } }
  @media screen and (max-width: 767px) {
    .sec-news {
      padding: 2em 0; } }
  .sec-news .summary-list .item {
    border-bottom: 0.5px solid #23aa37; }
    .sec-news .summary-list .item .text {
      padding: 1.5em 5px; }
      .sec-news .summary-list .item .text p {
        margin: 0 !important;
        font-weight: 500; }
      .sec-news .summary-list .item .text .date {
        font-size: 14px;
        font-size: 1.4rem; }
        @media screen and (min-width: 480px) and (max-width: 1200px) {
          .sec-news .summary-list .item .text .date {
            font-size: 1.75px;
            font-size: 1.12rem; } }
        @media screen and (max-width: 767px) {
          .sec-news .summary-list .item .text .date {
            font-size: 12px;
            font-size: 1.2rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .sec-news .summary-list .item .text .date {
      font-size: 1.5px;
      font-size: 0.96rem; } }

      .sec-news .summary-list .item .text .title {
        font-size: 18px;
        font-size: 1.8rem;
        margin-right: 1em; }
        @media screen and (min-width: 480px) and (max-width: 1200px) {
          .sec-news .summary-list .item .text .title {
            font-size: 2.25px;
            font-size: 1.44rem; } }
        @media screen and (max-width: 767px) {
          .sec-news .summary-list .item .text .title {
            font-size: 14px;
            font-size: 1.4rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .sec-news .summary-list .item .text .title {
      font-size: 1.75px;
      font-size: 1.12rem; } }

.link-wrap {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  padding: 1em 0; }
  .link-wrap .link-item {
    width: 50%;
    padding: 12px; }
    .link-wrap .link-item p {
      margin-top: 0; }
    @media screen and (max-width: 767px) {
      .link-wrap .link-item {
        width: 100%; } }
    .link-wrap .link-item.-center {
      margin: 0 auto; }
    .link-wrap .link-item .text .btn-01, .link-wrap .link-item .text .btn-box a, .btn-box .link-wrap .link-item .text a {
      display: block;
      width: 100%; }
    .link-wrap .link-item.-full {
      width: 100%; }
      .link-wrap .link-item.-full .text .btn-01, .link-wrap .link-item.-full .text .btn-box a, .btn-box .link-wrap .link-item.-full .text a {
        background: #2896f0;
        color: #fff;
        font-size: 33px;
        font-size: 3.3rem;
        padding: 1em 2em;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (min-width: 480px) and (max-width: 1200px) {
          .link-wrap .link-item.-full .text .btn-01, .link-wrap .link-item.-full .text .btn-box a, .btn-box .link-wrap .link-item.-full .text a {
            font-size: 4.125px;
            font-size: 2.64rem; } }
        .link-wrap .link-item.-full .text .btn-01:after, .link-wrap .link-item.-full .text .btn-box a:after, .btn-box .link-wrap .link-item.-full .text a:after {
          content: none; }
        .link-wrap .link-item.-full .text .btn-01:hover, .link-wrap .link-item.-full .text .btn-box a:hover, .btn-box .link-wrap .link-item.-full .text a:hover {
          background: #fff;
          color: #2896f0; }
          .link-wrap .link-item.-full .text .btn-01:hover .download-link, .link-wrap .link-item.-full .text .btn-box a:hover .download-link, .btn-box .link-wrap .link-item.-full .text a:hover .download-link {
            text-decoration: none;
            background: #2896f0;
            color: #fff; }
            .link-wrap .link-item.-full .text .btn-01:hover .download-link:after, .link-wrap .link-item.-full .text .btn-box a:hover .download-link:after, .btn-box .link-wrap .link-item.-full .text a:hover .download-link:after {
              color: #fff; }
        .link-wrap .link-item.-full .text .btn-01 .download-link, .link-wrap .link-item.-full .text .btn-box a .download-link, .btn-box .link-wrap .link-item.-full .text a .download-link {
          color: #2896f0;
          padding: 5px 3vw 7px;
          display: inline-block;
          text-align: center;
          font-size: 17px;
          font-size: 1.7rem;
          border: 1px solid #2896f0;
          border-radius: 15px;
          background: #fff;
          line-height: 1;
          margin-left: 1em; }
          @media screen and (min-width: 480px) and (max-width: 1200px) {
            .link-wrap .link-item.-full .text .btn-01 .download-link, .link-wrap .link-item.-full .text .btn-box a .download-link, .btn-box .link-wrap .link-item.-full .text a .download-link {
              font-size: 2.125px;
              font-size: 1.36rem; } }
          @media print, screen and (min-width: 1200px) {
            .link-wrap .link-item.-full .text .btn-01 .download-link, .link-wrap .link-item.-full .text .btn-box a .download-link, .btn-box .link-wrap .link-item.-full .text a .download-link {
              padding: 3px 3em 5px; } }
          .link-wrap .link-item.-full .text .btn-01 .download-link:after, .link-wrap .link-item.-full .text .btn-box a .download-link:after, .btn-box .link-wrap .link-item.-full .text a .download-link:after {
            font-family: FontAwesome;
            content: "";
            margin-left: 10px;
            display: inline-block;
            font-size: 18px;
            font-size: 1.8rem;
            position: relative;
            top: 1px;
            left: 0; }
            @media screen and (min-width: 480px) and (max-width: 1200px) {
              .link-wrap .link-item.-full .text .btn-01 .download-link:after, .link-wrap .link-item.-full .text .btn-box a .download-link:after, .btn-box .link-wrap .link-item.-full .text a .download-link:after {
                font-size: 2.25px;
                font-size: 1.44rem; } }
            @media screen and (max-width: 767px) {
              .link-wrap .link-item.-full .text .btn-01 .download-link:after, .link-wrap .link-item.-full .text .btn-box a .download-link:after, .btn-box .link-wrap .link-item.-full .text a .download-link:after {
                font-size: 15px;
                font-size: 1.5rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .link-wrap .link-item.-full .text .btn-01 .download-link:after, .link-wrap .link-item.-full .text .btn-box a .download-link:after, .btn-box .link-wrap .link-item.-full .text a .download-link:after {
      font-size: 1.875px;
      font-size: 1.2rem; } }

#map .gm-style .gm-style-iw-chr {
  position: absolute;
  top: 0;
  right: 0; }
#map .gm-style .gm-style-iw-ch {
  display: none; }
#map .gm-style .spot table {
  margin: 15px 0 0; }
  #map .gm-style .spot table td .title {
    margin: 0;
    padding: 0 5px; }

.aside h2 {
  color: #2896f0;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  margin: 0;
  padding: 0.5em;
  line-height: 1; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .aside h2 {
      font-size: 3.25px;
      font-size: 2.08rem; } }
.aside .local-nav {
  padding: 0;
  font-size: 15px;
  font-size: 1.5rem; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .aside .local-nav {
      font-size: 1.875px;
      font-size: 1.2rem; } }
  .aside .local-nav a {
    color: #2896f0;
    text-decoration: none; }
    .aside .local-nav a:hover, .aside .local-nav a:active, .aside .local-nav a:focus {
      color: #2896f0;
      text-decoration: none; }
    .aside .local-nav a:visited {
      color: #2896f0; }
  .aside .local-nav ul {
    padding-left: 0;
    margin: 0;
    list-style-type: none; }
    @media screen and (max-width: 767px) {
      .aside .local-nav ul {
        margin-bottom: 2em; } }
    .aside .local-nav ul li {
      /*padding-left: 2em;*/
      padding: 0.9em;
      line-height: 1.5;
      border-bottom: 1px solid #fff; }
      @media screen and (max-width: 767px) {
        .aside .local-nav ul li:last-child {
          border-bottom: none; } }
@media screen and (max-width: 767px) {
  .aside {
    border: 1px solid #fff;
    margin-bottom: 2em; } }

@media print, screen and (min-width: 768px) {
  .hide-pc {
    display: none; } }

@media screen and (max-width: 767px) {
  .hide-sp {
    display: none; } }

p, ul, ol, dl, h2, h3, h4, h5, table {
  margin-top: 2em;
  margin-bottom: 0; }

dd {
  margin-left: 0; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.img-r {
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .img-r {
      display: block;
      margin-left: auto;
      margin-right: auto; } }
  @media print, screen and (min-width: 768px) {
    .img-r {
      float: right;
      margin-left: 30px;
      margin-bottom: 30px; } }

.img-l {
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .img-l {
      display: block;
      margin-left: auto;
      margin-right: auto; } }
  @media print, screen and (min-width: 768px) {
    .img-l {
      float: left;
      margin-right: 30px;
      margin-bottom: 30px; } }

.large {
  font-size: 110%; }

.x-large {
  font-size: 140%; }
  @media screen and (max-width: 767px) {
    .x-large {
      font-size: 120%; } }

.xx-large {
  font-size: 170%; }
  @media screen and (max-width: 767px) {
    .xx-large {
      font-size: 130%; } }

.small {
  font-size: 84%; }

.x-small {
  font-size: 70%; }

em {
  font-weight: bold;
  font-style: normal; }

.attention {
  color: #23aa37; }

.memo {
  color: #888;
  font-size: 80%; }

.tel {
  text-align: center; }
  .tel a {
    color: #000;
    text-decoration: none; }
    .tel a:hover, .tel a:active, .tel a:focus {
      color: black;
      text-decoration: none; }
    .tel a:visited {
      color: black; }
  .tel span {
    display: inline-block; }
  .tel .label {
    font-family: 'EB Garamond', serif;
    letter-spacing: 0.2em; }
  .tel .no {
    font-family: 'EB Garamond', serif;
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 0.2em; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .tel .no {
        font-size: 3.75px;
        font-size: 2.4rem; } }
  .tel .memo {
    color: #000; }
    @media print, screen and (min-width: 768px) {
      .tel .memo {
        margin-left: 20px; } }
    @media screen and (max-width: 767px) {
      .tel .memo {
        display: block; } }
  .tel .note {
    color: #999;
    font-size: 15px;
    font-size: 1.5rem;
    display: block; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .tel .note {
        font-size: 1.875px;
        font-size: 1.2rem; } }

.margin__0 {
  margin-top: 0 !important; }
.margin__half {
  margin-top: 1em !important; }
.margin__1 {
  margin-top: 2em !important; }
.margin__15x {
  margin-top: 3em; }
.margin__2x {
  margin-top: 4em; }
.margin__3x {
  margin-top: 6em; }
.margin__4x {
  margin-top: 8em; }

.blank {
  padding-top: 3em; }

.fileicon {
  /*padding-left: 10px;
  padding-right: 10px;*/
  margin-top: 1.5em;
  color: #0068bb;
  text-decoration: none; }
  .fileicon:hover, .fileicon:active, .fileicon:focus {
    color: #0068bb;
    text-decoration: underline; }
  .fileicon:visited {
    color: #0068bb; }

.fileicon .caption:after {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 5px;
  margin-left: 5px; }

.fileicon--docx .caption:after {
  content: "\f1c2"; }

.fileicon--xlsx .caption:after {
  content: "\f1c3"; }

.fileicon--pptx .caption:after {
  content: "\f1c4"; }

.fileicon--pdf .caption:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 25px;
  background: url("../img/icon_pdf.svg") no-repeat 50% 50%;
  position: relative;
  top: 5px; }

.fileicon--zip .caption:after {
  content: "\f1c6"; }

.googlemap {
  position: relative;
  padding-bottom: 32.8%;
  padding-top: 30px;
  height: 0;
  margin-top: 2em;
  overflow: hidden; }
  .googlemap iframe, .googlemap object, .googlemap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.sns {
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .sns {
      font-size: 1.75px;
      font-size: 1.12rem; } }
  .sns li {
    /*display: inline-block;*/
    padding: 0 10px; }
    .sns li a {
      color: #0068bb;
      text-decoration: none; }
      .sns li a:hover, .sns li a:active, .sns li a:focus {
        color: #0068bb;
        text-decoration: none; }
      .sns li a:visited {
        color: #0068bb; }
      .sns li a.sns-list-twitter img {
        width: 20px;
        display: block; }
    .sns li .fa-brands {
      font-size: 20px;
      font-size: 2rem;
      position: relative;
      top: 3px;
      left: 0; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        .sns li .fa-brands {
          font-size: 2.5px;
          font-size: 1.6rem; } }
    .sns li .text {
      padding: 0 5px; }

.icon-new {
  width: 50px;
  display: inline-block;
  margin-right: 10px; }
  .icon-new img {
    vertical-align: middle; }

.category-label {
  background: #2896f0;
  padding: 3px 10px 4px;
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  border-radius: 10px;
  font-weight: 400;
  display: inline-block;
  line-height: 1.2; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .category-label {
      font-size: 2.125px;
      font-size: 1.36rem; } }
  @media screen and (max-width: 767px) {
    .category-label {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .category-label {
      font-size: 1.75px;
      font-size: 1.12rem; } }

  .category-label a {
    color: #fff; }
  .category-label.category-recruitment {
    background: #23aa37 !important; }
  .category-label.category-result {
    background: #2896f0 !important; }
  .category-label.category-other {
    background: #999 !important; }
  .category-label.category-re {
    background: #8c5339 !important; }

.category-tab .local-nav ul {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #fff;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .category-tab .local-nav ul {
      font-size: 2.5px;
      font-size: 1.6rem; } }
  .category-tab .local-nav ul li {
    width: 100%;
    text-align: center;
    border-left: 1px solid #fff;
    margin: 0;
    padding: 0.2em; }
    .category-tab .local-nav ul li:last-child {
      border-right: 1px solid #fff; }

.pdf-link {
  color: #23aa37;
  text-decoration: underline;
  padding: 0 10px; }
  .pdf-link:hover {
    text-decoration: none; }
  .pdf-link:before {
    font-family: FontAwesome;
    content: "";
    margin-right: 5px;
    display: inline-block;
    font-size: 22px;
    font-size: 2.2rem;
    position: relative;
    top: 2px;
    left: 0; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .pdf-link:before {
        font-size: 2.75px;
        font-size: 1.76rem; } }
  .pdf-link:after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 25px;
    margin-left: 8px;
    background: url("../img/icon_pdf.svg") no-repeat 0 0;
    background-size: contain;
    position: relative;
    top: 6px; }
  .pdf-link.-noarrow:before {
    content: none; }
  .pdf-link.-pink {
    color: #23aa37; }

.bn-link {
  border-radius: 15px;
  overflow: hidden;
  background: #23aa37;
  border: 6px solid #23aa37; }
  .bn-link.-white {
    background: none;
    border: none; }
    @media screen and (max-width: 767px) {
      .bn-link.-white {
        display: none; } }
  .bn-link.-green {
    background: #00b900;
    border: 6px solid #00b900; }
    @media screen and (max-width: 767px) {
      .bn-link.-green {
        display: none; } }
  .bn-link.-pink {
    border: 6px solid #23aa37; }
    @media screen and (max-width: 767px) {
      .bn-link.-pink {
        border: 4px solid #23aa37; } }
  @media print, screen and (min-width: 768px) {
    .bn-link.-half {
      width: 50%;
      margin: 3em auto 2em; } }

.contact-btn {
  color: #2896f0;
  border: 2px solid #2896f0;
  border-radius: 10px;
  padding: 5px 1em 6px 1.5em;
  margin-top: 2em;
  margin-left: 1.5em;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .contact-btn {
      font-size: 1.875px;
      font-size: 1.2rem; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .contact-btn {
      margin: 0.8em 0 0; } }
  .contact-btn a {
    color: #2896f0;
    text-decoration: none; }
    .contact-btn a:hover, .contact-btn a:active, .contact-btn a:focus {
      color: #2896f0;
      text-decoration: none; }
    .contact-btn a:visited {
      color: #2896f0; }
  .contact-btn .inner {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .contact-btn .inner span {
      display: block; }
  .contact-btn .icon {
    width: 28px;
    margin-right: 5px; }
    .contact-btn .icon img {
      vertical-align: middle; }

.message {
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: bold;
  text-align: center;
  color: #2896f0; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .message {
      font-size: 3.375px;
      font-size: 2.16rem; } }

.phone-unit {
  text-align: center; }
  .phone-unit .phone-box {
    display: inline-flex;
    align-items: center;
    padding: 10px 2em;
    border: 3px solid #23aa37;
    border-radius: 3em;
    color: #23aa37;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .phone-unit .phone-box {
        font-size: 3px;
        font-size: 1.92rem; } }
    .phone-unit .phone-box .tel-no {
      font-size: 31px;
      font-size: 3.1rem;
      padding-left: 1em;
      font-weight: bold;
      display: flex;
      align-items: center; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        .phone-unit .phone-box .tel-no {
          font-size: 3.875px;
          font-size: 2.48rem; } }
      .phone-unit .phone-box .tel-no:before {
        content: "";
        display: inline-block;
        width: 29px;
        height: 29px;
        margin-right: 5px;
        background: url("../img/phone.svg") no-repeat center center; }
  .phone-unit .time {
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    margin: 10px 0; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .phone-unit .time {
        font-size: 1.625px;
        font-size: 1.04rem; } }

.floating-text {
  position: fixed;
  top: 50%;
  right: 3px;
  display: none; }

.floating-body .floating-text {
  display: block;
  opacity: 0;
  transition: 1s;
  align-items: center;
  background: #2896f0;
  color: #fff;
  border-radius: 1em; }
  .floating-body .floating-text span {
    display: block;
    writing-mode: vertical-rl;
    padding: 10px 8px 10px 0;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .floating-body .floating-text span {
        font-size: 1.5px;
        font-size: 0.96rem; } }

.floating-body.is-animation .floating-text {
  opacity: 1;
  transition: 1s; }

.page-title-wrapper {
  /*background: $main-color;
  
  @include mq( $tb , min ) {
  	padding:160px 0 80px;
  }
  @include mq( $pc-l , min ) {
  	padding:250px 0 120px;
  }
  @include mq( $tb , max ) {
  	margin-top: 70px;
  }*/ }
  .page-title-wrapper .page-title {
    padding: 3em 0;
    text-align: center;
    position: relative; }
    .page-title-wrapper .page-title:before {
      content: "";
      display: block;
      background: #2896f0;
      width: 200px;
      height: 7px;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
    .page-title-wrapper .page-title h1 {
      margin: 0 auto;
      color: #2896f0;
      line-height: 1;
      -js-display: flex;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: flex-end;
      align-items: flex-end;
      -webkit-justify-content: center;
      justify-content: center; }
      .page-title-wrapper .page-title h1 .icon {
        width: 78px;
        height: auto; }
        @media screen and (max-width: 767px) {
          .page-title-wrapper .page-title h1 .icon {
            width: 40px; } }
      .page-title-wrapper .page-title h1 .jp {
        display: block;
        font-size: 36px;
        font-size: 3.6rem;
        font-weight: 900;
        padding: 0 0 5px 28px; }
        @media screen and (min-width: 480px) and (max-width: 1200px) {
          .page-title-wrapper .page-title h1 .jp {
            font-size: 4.5px;
            font-size: 2.88rem; } }
        @media screen and (max-width: 767px) {
          .page-title-wrapper .page-title h1 .jp {
            font-size: 28px;
            font-size: 2.8rem;
            padding-left: 0.4em; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .page-title-wrapper .page-title h1 .jp {
      font-size: 3.5px;
      font-size: 2.24rem; } }

  .page-title-wrapper.pagetitle-about .page-title h1 {
    -webkit-align-items: center;
    align-items: center; }
  .page-title-wrapper.pagetitle-news .page-title h1 {
    -webkit-align-items: center;
    align-items: center; }
    .page-title-wrapper.pagetitle-news .page-title h1 .icon {
      width: 62px;
      position: relative;
      top: 4px; }
      @media screen and (max-width: 767px) {
        .page-title-wrapper.pagetitle-news .page-title h1 .icon {
          width: 42px; } }
    .page-title-wrapper.pagetitle-news .page-title h1 .jp {
      padding-left: 18px; }
      @media screen and (max-width: 767px) {
        .page-title-wrapper.pagetitle-news .page-title h1 .jp {
          padding-left: 0.3em; } }
  .page-title-wrapper.pagetitle-contact .page-title h1 .icon {
    width: 50px;
    position: relative;
    top: -4px; }
  .page-title-wrapper.pagetitle-contact .page-title h1 .jp {
    padding-left: 15px; }
  .page-title-wrapper.pagetitle-sitemap .page-title h1 .jp {
    padding-left: 0; }
  .page-title-wrapper.pagetitle-request .page-title:before {
    background: #23aa37; }
  .page-title-wrapper.pagetitle-request .page-title h1 {
    -webkit-align-items: center;
    align-items: center; }
    .page-title-wrapper.pagetitle-request .page-title h1 .icon {
      width: 87px; }
      @media screen and (max-width: 767px) {
        .page-title-wrapper.pagetitle-request .page-title h1 .icon {
          width: 82px; } }
    .page-title-wrapper.pagetitle-request .page-title h1 .jp {
      padding-left: 18px;
      color: #23aa37;
      text-align: left; }
      .page-title-wrapper.pagetitle-request .page-title h1 .jp .jp-sub {
        font-size: 21px;
        font-size: 2.1rem;
        display: block;
        line-height: 1.3; }
        @media screen and (min-width: 480px) and (max-width: 1200px) {
          .page-title-wrapper.pagetitle-request .page-title h1 .jp .jp-sub {
            font-size: 2.625px;
            font-size: 1.68rem; } }
        @media screen and (max-width: 767px) {
          .page-title-wrapper.pagetitle-request .page-title h1 .jp .jp-sub {
            font-size: 15px;
            font-size: 1.5rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .page-title-wrapper.pagetitle-request .page-title h1 .jp .jp-sub {
      font-size: 1.875px;
      font-size: 1.2rem; } }

      .page-title-wrapper.pagetitle-request .page-title h1 .jp .jp-title {
        font-size: 36px;
        font-size: 3.6rem;
        display: block; }
        @media screen and (min-width: 480px) and (max-width: 1200px) {
          .page-title-wrapper.pagetitle-request .page-title h1 .jp .jp-title {
            font-size: 4.5px;
            font-size: 2.88rem; } }
        @media screen and (max-width: 767px) {
          .page-title-wrapper.pagetitle-request .page-title h1 .jp .jp-title {
            font-size: 22px;
            font-size: 2.2rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .page-title-wrapper.pagetitle-request .page-title h1 .jp .jp-title {
      font-size: 2.75px;
      font-size: 1.76rem; } }

  .page-title-wrapper.pagetitle-nyukyochu .page-title h1 {
    -webkit-align-items: center;
    align-items: center; }
  .page-title-wrapper.pagetitle-faq .page-title:before {
    background: #23aa37; }
  .page-title-wrapper.pagetitle-faq .page-title h1 {
    -webkit-align-items: center;
    align-items: center;
    color: #23aa37; }
  .page-title-wrapper.pagetitle-info .page-title:before {
    background: #23aa37; }
  .page-title-wrapper.pagetitle-info .page-title h1 {
    -webkit-align-items: center;
    align-items: center;
    color: #23aa37; }

.btn-01, .btn-box a {
  color: #2896f0;
  text-decoration: none;
  background: #fff;
  border-radius: 15px;
  border: 2px solid #2896f0;
  display: inline-block;
  text-align: center;
  padding: 0.8em 3.8em 0.8em 2em;
  line-height: 1;
  position: relative;
  transition: all .1s;
  overflow: hidden;
  z-index: 1;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold; }
  .btn-01:hover, .btn-box a:hover, .btn-01:active, .btn-box a:active, .btn-01:focus, .btn-box a:focus {
    color: #2896f0;
    text-decoration: none; }
  .btn-01:visited, .btn-box a:visited {
    color: #2896f0; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .btn-01, .btn-box a {
      font-size: 2.625px;
      font-size: 1.68rem; } }
  .btn-01:after, .btn-box a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1.3em;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #2896f0 url("../img/arrow01.svg") no-repeat center center;
    background-size: 71.4% auto; }
  .btn-01:hover, .btn-box a:hover {
    background: #2896f0;
    transition: all .1s;
    color: #fff; }
    .btn-01:hover:after, .btn-box a:hover:after {
      background: url("../img/arrow01_w.svg") no-repeat center center;
      background-size: contain; }
  .btn-01.-list, .btn-box a.-list {
    font-size: 33px;
    font-size: 3.3rem;
    padding: 1em 2em 1em 3.8em; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .btn-01.-list, .btn-box a.-list {
        font-size: 4.125px;
        font-size: 2.64rem; } }
    @media screen and (max-width: 1199px) {
      .btn-01.-list, .btn-box a.-list {
        padding-left: 3em; } }
    .btn-01.-list:before, .btn-box a.-list:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 40px;
      transform: translateY(-50%);
      width: 94px;
      height: 74px;
      background: url("../img/building.svg") no-repeat 0 0;
      background-size: contain; }
      @media screen and (max-width: 1199px) {
        .btn-01.-list:before, .btn-box a.-list:before {
          width: 5vw;
          height: 4vw; } }
    .btn-01.-list:after, .btn-box a.-list:after {
      right: 0.8em;
      width: 34px;
      height: 34px;
      border-radius: 17px; }
    .btn-01.-list:hover:before, .btn-box a.-list:hover:before {
      background: url("../img/building_w.svg") no-repeat 0 0;
      background-size: contain; }
  .btn-01.-nyukyochu, .btn-box a.-nyukyochu {
    font-size: 33px;
    font-size: 3.3rem;
    padding: 1em 2em 1em 3.8em; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .btn-01.-nyukyochu, .btn-box a.-nyukyochu {
        font-size: 4.125px;
        font-size: 2.64rem; } }
    @media screen and (max-width: 1199px) {
      .btn-01.-nyukyochu, .btn-box a.-nyukyochu {
        padding-left: 3em; } }
    .btn-01.-nyukyochu:before, .btn-box a.-nyukyochu:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 40px;
      transform: translateY(-50%);
      width: 94px;
      height: 74px;
      background: url("../img/note.svg") no-repeat 0 0;
      background-size: contain; }
      @media screen and (max-width: 1199px) {
        .btn-01.-nyukyochu:before, .btn-box a.-nyukyochu:before {
          width: 5vw;
          height: 4vw; } }
    .btn-01.-nyukyochu:after, .btn-box a.-nyukyochu:after {
      right: 0.8em;
      width: 34px;
      height: 34px;
      border-radius: 17px; }
    .btn-01.-nyukyochu:hover:before, .btn-box a.-nyukyochu:hover:before {
      background: url("../img/note_w.svg") no-repeat 0 0;
      background-size: contain; }
  .btn-01.-orange, .btn-box a.-orange {
    color: #23aa37;
    text-decoration: none;
    border: 2px solid #23aa37; }
    .btn-01.-orange:hover, .btn-box a.-orange:hover, .btn-01.-orange:active, .btn-box a.-orange:active, .btn-01.-orange:focus, .btn-box a.-orange:focus {
      color: #23aa37;
      text-decoration: none; }
    .btn-01.-orange:visited, .btn-box a.-orange:visited {
      color: #23aa37; }
    .btn-01.-orange:after, .btn-box a.-orange:after {
      background: #23aa37 url("../img/arrow01.svg") no-repeat center center;
      background-size: 71.4% auto; }
    .btn-01.-orange:hover, .btn-box a.-orange:hover {
      background: #23aa37;
      transition: all .1s;
      color: #fff; }
      .btn-01.-orange:hover:after, .btn-box a.-orange:hover:after {
        background: url("../img/arrow01_w.svg") no-repeat center center;
        background-size: contain; }
  .btn-01.-green, .btn-box a.-green {
    color: #fff;
    text-decoration: none;
    background: #2896f0;
    border: none; }
    .btn-01.-green:hover, .btn-box a.-green:hover, .btn-01.-green:active, .btn-box a.-green:active, .btn-01.-green:focus, .btn-box a.-green:focus {
      color: white;
      text-decoration: none; }
    .btn-01.-green:visited, .btn-box a.-green:visited {
      color: white; }
    .btn-01.-green:after, .btn-box a.-green:after {
      background: url("../img/arrow01_w.svg") no-repeat center center;
      background-size: contain; }
    .btn-01.-green:hover, .btn-box a.-green:hover {
      background: #fff;
      transition: all .1s;
      color: #2896f0; }
      .btn-01.-green:hover:after, .btn-box a.-green:hover:after {
        width: 20px;
        height: 20px;
        border-radius: 10px;
        background: #2896f0 url("../img/arrow01.svg") no-repeat center center;
        background-size: 71.4% auto; }
  .btn-01.-white, .btn-box a.-white {
    color: #2896f0;
    text-decoration: none;
    background: #fff;
    border: 1px solid #2896f0;
    color: #2896f0; }
    .btn-01.-white:hover, .btn-box a.-white:hover, .btn-01.-white:active, .btn-box a.-white:active, .btn-01.-white:focus, .btn-box a.-white:focus {
      color: #2896f0;
      text-decoration: none; }
    .btn-01.-white:visited, .btn-box a.-white:visited {
      color: #2896f0; }
    .btn-01.-white:after, .btn-box a.-white:after {
      background-color: #2896f0; }
    .btn-01.-white:hover, .btn-box a.-white:hover {
      color: #fff; }
  .btn-01.-green, .btn-box a.-green {
    background: #6eb449; }
  .btn-01.-lg, .btn-box a.-lg {
    display: block;
    width: 100%; }
  .btn-01.-sm, .btn-box a.-sm {
    display: inline;
    padding: 5px 20px 5px 10px;
    font-size: 13px;
    font-size: 1.3rem; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .btn-01.-sm, .btn-box a.-sm {
        font-size: 1.625px;
        font-size: 1.04rem; } }
  .btn-01.-back, .btn-box a.-back {
    background: #999; }
    .btn-01.-back:hover, .btn-box a.-back:hover {
      background: #8c8c8c; }
  .btn-01.-vr, .btn-box a.-vr {
    background: #6eb449;
    color: #fff;
    border: none;
    padding: 0.8em 2.5em 0.8em 0.8em;
    text-align: left;
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center; }
    .btn-01.-vr span, .btn-box a.-vr span {
      display: inline-block;
      width: calc(100% - 60px); }
    .btn-01.-vr:before, .btn-box a.-vr:before {
      content: "";
      display: inline-block;
      width: 40px;
      height: 38px;
      background: url("../img/maker/icon_camera.png") no-repeat center center;
      background-size: contain;
      margin-right: 0.8em; }
    .btn-01.-vr:after, .btn-box a.-vr:after {
      background: url("../img/arrow01_w.svg") no-repeat center center;
      background-size: contain;
      right: 0.8em; }
    .btn-01.-vr:hover, .btn-box a.-vr:hover {
      background: #6eb449;
      color: #fff; }
      .btn-01.-vr:hover:after, .btn-box a.-vr:hover:after {
        background: url("../img/arrow01_w.svg") no-repeat center center;
        background-size: contain; }
  .btn-01.btn-pdf, .btn-box a.btn-pdf {
    color: #2896f0;
    padding: 6px 2em 5px 2.6em;
    display: inline-block;
    border: 1px solid #2896f0;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 50px;
    background: #fff;
    line-height: 1; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .btn-01.btn-pdf, .btn-box a.btn-pdf {
        font-size: 2px;
        font-size: 1.28rem; } }
    @media screen and (max-width: 767px) {
      .btn-01.btn-pdf, .btn-box a.btn-pdf {
        font-size: 14px;
        font-size: 1.4rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .btn-01.btn-pdf, .btn-box a.btn-pdf {
      font-size: 1.75px;
      font-size: 1.12rem; } }

    .btn-01.btn-pdf:after, .btn-box a.btn-pdf:after {
      background: none !important;
      font-family: FontAwesome;
      content: "";
      margin-left: 10px;
      display: inline-block;
      font-size: 18px;
      font-size: 1.8rem;
      position: relative;
      transform: none;
      top: -1px;
      left: 0; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        .btn-01.btn-pdf:after, .btn-box a.btn-pdf:after {
          font-size: 2.25px;
          font-size: 1.44rem; } }
      @media screen and (max-width: 767px) {
        .btn-01.btn-pdf:after, .btn-box a.btn-pdf:after {
          font-size: 15px;
          font-size: 1.5rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .btn-01.btn-pdf:after, .btn-box a.btn-pdf:after {
      font-size: 1.875px;
      font-size: 1.2rem; } }

    .btn-01.btn-pdf:hover, .btn-box a.btn-pdf:hover {
      text-decoration: none;
      background: #2896f0;
      color: #fff; }
      .btn-01.btn-pdf:hover:after, .btn-box a.btn-pdf:hover:after {
        color: #fff; }

.btn-02 {
  color: #000;
  text-decoration: none;
  color: #000;
  display: inline-block;
  transition: all .1s; }
  .btn-02:hover, .btn-02:active, .btn-02:focus {
    color: black;
    text-decoration: none; }
  .btn-02:visited {
    color: black; }
  .btn-02:after {
    transition: all .1s;
    font-family: FontAwesome;
    content: "";
    display: inline-block;
    color: #000;
    margin-left: 1em; }
  .btn-02:hover {
    transition: all .1s; }
    .btn-02:hover:after {
      transition: all .1s;
      transform: translateX(5px); }
  .btn-02.-white {
    color: #fff;
    text-decoration: none;
    color: #fff; }
    .btn-02.-white:hover, .btn-02.-white:active, .btn-02.-white:focus {
      color: white;
      text-decoration: none; }
    .btn-02.-white:visited {
      color: white; }
    .btn-02.-white:after {
      color: #fff; }

.btn-arrow {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500; }
  .btn-arrow:hover, .btn-arrow:active, .btn-arrow:focus {
    color: black;
    text-decoration: none; }
  .btn-arrow:visited {
    color: black; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .btn-arrow {
      font-size: 2px;
      font-size: 1.28rem; } }
  .btn-arrow:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    background: #0068bb url("../img/arrow01.svg") no-repeat center center;
    background-size: 71.4% auto;
    position: relative;
    top: 4px;
    left: -5px; }

.btn-app {
  color: #fff;
  text-decoration: none;
  background: #23aa37;
  border: 1px solid #23aa37;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  line-height: 1;
  transition: all .1s;
  overflow: hidden;
  font-weight: bold; }
  .btn-app:hover, .btn-app:active, .btn-app:focus {
    color: white;
    text-decoration: none; }
  .btn-app:visited {
    color: white; }
  .btn-app:hover {
    background: #fff;
    color: #23aa37; }

.btn-XX {
  border: 1px solid #ddd;
  position: relative;
  padding: 20px 100px;
  display: inline-block;
  color: #000;
  text-decoration: none; }
  .btn-XX:hover, .btn-XX:active, .btn-XX:focus {
    color: black;
    text-decoration: none; }
  .btn-XX:visited {
    color: black; }
  @media screen and (max-width: 767px) {
    .btn-XX {
      padding: 15px;
      width: 90%;
      margin-left: auto;
      margin-right: auto; } }
  .btn-XX::after {
    font-family: ionicons;
    content: "";
    color: #2896f0;
    position: absolute;
    top: calc(50% - 0.5em);
    right: 15px;
    line-height: 1em;
    transition: all 0.3s; }
  .btn-XX:hover::after {
    transform: translate(5px, 0px); }
  .btn-XX.-back {
    position: relative; }
    .btn-XX.-back::before {
      font-family: ionicons;
      content: "";
      color: #2896f0;
      position: absolute;
      top: calc(50% - 0.5em);
      left: 15px;
      line-height: 1em;
      transition: all 0.3s; }
    .btn-XX.-back::after {
      display: none; }
    .btn-XX.-back:hover::before {
      transform: translate(-5px, 0px); }
  .btn-XX.-white {
    color: #fff;
    text-decoration: none; }
    .btn-XX.-white:hover, .btn-XX.-white:active, .btn-XX.-white:focus {
      color: white;
      text-decoration: none; }
    .btn-XX.-white:visited {
      color: white; }
  .btn-XX.-black {
    border: 1px solid #000; }
  .btn-XX.-bottom::after {
    font-family: ionicons;
    content: ""; }
  .btn-XX.-bottom:hover::after {
    transform: translate(0px, 5px); }

.btn-04 {
  position: relative;
  padding: 10px 100px;
  display: inline-block;
  background: #2896f0;
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  text-decoration: none; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .btn-04 {
      font-size: 2px;
      font-size: 1.28rem; } }
  .btn-04:hover, .btn-04:active, .btn-04:focus {
    color: black;
    text-decoration: none; }
  .btn-04:visited {
    color: black; }
  @media screen and (max-width: 767px) {
    .btn-04 {
      padding: 10px;
      width: 90%;
      margin-left: auto;
      margin-right: auto; } }
  .btn-04::after {
    font-family: ionicons;
    content: "";
    color: #000;
    position: absolute;
    top: calc(50% - 0.5em);
    right: 15px;
    line-height: 1em;
    transition: all 0.3s; }
  .btn-04:hover::after {
    transform: translate(5px, 0px); }
  .btn-04.-back {
    position: relative;
    background: #ddd;
    color: #000;
    text-decoration: none; }
    .btn-04.-back:hover, .btn-04.-back:active, .btn-04.-back:focus {
      color: black;
      text-decoration: none; }
    .btn-04.-back:visited {
      color: black; }
    .btn-04.-back::before {
      font-family: ionicons;
      content: "";
      color: #000;
      position: absolute;
      top: calc(50% - 0.5em);
      left: 15px;
      line-height: 1em;
      transition: all 0.3s; }
    .btn-04.-back::after {
      display: none; }
    .btn-04.-back:hover::before {
      transform: translate(-5px, 0px); }

.btn-05 {
  position: relative;
  padding: 10px 100px;
  display: inline-block;
  border: 2px solid #2896f0;
  color: #000;
  text-decoration: none; }
  .btn-05:hover, .btn-05:active, .btn-05:focus {
    color: black;
    text-decoration: none; }
  .btn-05:visited {
    color: black; }
  @media screen and (max-width: 767px) {
    .btn-05 {
      padding: 10px;
      width: 90%;
      margin-left: auto;
      margin-right: auto; } }
  .btn-05::after {
    font-family: ionicons;
    content: "";
    color: #fff;
    position: absolute;
    top: calc(50% - 0.5em);
    right: 15px;
    line-height: 1em;
    transition: all 0.3s;
    color: #2896f0; }
  .btn-05:hover::after {
    transform: translate(0px, 5px); }

.btn-06 {
  position: relative;
  padding: 5px 10px 5px 2.2em;
  display: inline-block;
  margin-right: 5px;
  background: #E5E5E5;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #000;
  text-decoration: none;
  /*@include mq( $tb , max )  {
      padding: 10px;
      width: 90%;
      margin-left: auto;
      margin-right: auto;
  }*/ }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .btn-06 {
      font-size: 1.875px;
      font-size: 1.2rem; } }
  .btn-06:hover, .btn-06:active, .btn-06:focus {
    color: black;
    text-decoration: none; }
  .btn-06:visited {
    color: black; }
  .btn-06::before {
    font-family: ionicons;
    content: "";
    position: absolute;
    top: calc(50% - 0.5em);
    left: 15px;
    line-height: 1em;
    transition: all 0.3s;
    color: #2896f0; }
  .btn-06:hover::before {
    transform: translate(0px, 5px); }

.big-btn-wrap {
  margin-bottom: 2em;
  margin-left: -0.5em;
  margin-right: -0.5em;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .big-btn-wrap .big-btn-item {
    width: calc(100% / 3);
    padding: 0.5em;
    margin: 0; }
    .big-btn-wrap .big-btn-item .btn {
      margin: 0;
      text-align: center;
      font-size: 34px;
      font-size: 3.4rem;
      letter-spacing: 0.2em;
      font-weight: bold; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        .big-btn-wrap .big-btn-item .btn {
          font-size: 4.25px;
          font-size: 2.72rem; } }
      @media screen and (max-width: 767px) {
        .big-btn-wrap .big-btn-item .btn {
          font-size: 24px;
          font-size: 2.4rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .big-btn-wrap .big-btn-item .btn {
      font-size: 3px;
      font-size: 1.92rem; } }

      .big-btn-wrap .big-btn-item .btn a {
        color: #fff;
        padding: 1.4em 0 1.5em;
        display: block;
        border: 1px solid #2896f0;
        border-radius: 0.5em;
        background: #2896f0 url("../img/dot.png") repeat 0 0;
        background-size: 5px auto;
        line-height: 1; }
        .big-btn-wrap .big-btn-item .btn a:after {
          font-family: FontAwesome;
          content: "";
          margin-left: 10px;
          display: inline-block;
          font-size: 35px;
          font-size: 3.5rem;
          position: relative;
          top: 1px;
          left: 0;
          color: #fff; }
          @media screen and (min-width: 480px) and (max-width: 1200px) {
            .big-btn-wrap .big-btn-item .btn a:after {
              font-size: 4.375px;
              font-size: 2.8rem; } }
          @media screen and (max-width: 767px) {
            .big-btn-wrap .big-btn-item .btn a:after {
              font-size: 18px;
              font-size: 1.8rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .big-btn-wrap .big-btn-item .btn a:after {
      font-size: 2.25px;
      font-size: 1.44rem; } }

        .big-btn-wrap .big-btn-item .btn a:hover {
          text-decoration: none;
          background: #fff;
          color: #2896f0; }
          .big-btn-wrap .big-btn-item .btn a:hover:after {
            color: #2896f0; }
      .big-btn-wrap .big-btn-item .btn.-double a {
        padding: 0.5em;
        line-height: 1.2;
        padding: 0.7em 0 0.8em; }
    .big-btn-wrap .big-btn-item .text {
      color: #2896f0;
      font-size: 20px;
      font-size: 2rem;
      margin: 0.8em auto;
      text-align: center;
      font-weight: bold;
      line-height: 1.6; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        .big-btn-wrap .big-btn-item .text {
          font-size: 2.5px;
          font-size: 1.6rem; } }
      @media screen and (max-width: 767px) {
        .big-btn-wrap .big-btn-item .text {
          font-size: 18px;
          font-size: 1.8rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .big-btn-wrap .big-btn-item .text {
      font-size: 2.25px;
      font-size: 1.44rem; } }

    .big-btn-wrap .big-btn-item.-pink .btn a {
      color: #fff;
      background: #23aa37 url("../img/dot.png") repeat 0 0;
      background-size: 5px auto;
      border: 1px solid #23aa37; }
      .big-btn-wrap .big-btn-item.-pink .btn a:hover {
        background: #fff;
        color: #23aa37; }
        .big-btn-wrap .big-btn-item.-pink .btn a:hover:after {
          color: #23aa37; }
    .big-btn-wrap .big-btn-item.-pink .text {
      color: #23aa37; }
    .big-btn-wrap .big-btn-item.-brown .btn a {
      color: #fff;
      background: #0068bb url("../img/dot.png") repeat 0 0;
      background-size: 5px auto;
      border: 1px solid #0068bb; }
      .big-btn-wrap .big-btn-item.-brown .btn a:hover {
        background: #fff;
        color: #0068bb; }
        .big-btn-wrap .big-btn-item.-brown .btn a:hover:after {
          color: #0068bb; }
    .big-btn-wrap .big-btn-item.-brown .text {
      color: #0068bb; }
  @media screen and (max-width: 767px) {
    .big-btn-wrap {
      width: 100%; }
      .big-btn-wrap .big-btn-item {
        width: 100%; } }

.big-btn-contents {
  margin-bottom: 2em;
  margin-left: -0.5em;
  margin-right: -0.5em; }
  @media print, screen and (min-width: 768px) {
    .big-btn-contents {
      -js-display: flex;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .big-btn-contents .big-btn-item {
    margin: 0; }
    @media print, screen and (min-width: 768px) {
      .big-btn-contents .big-btn-item {
        width: 50%; } }
    .big-btn-contents .big-btn-item .btn {
      margin: 0;
      padding: 0.5em;
      text-align: center;
      font-size: 33px;
      font-size: 3.3rem; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        .big-btn-contents .big-btn-item .btn {
          font-size: 4.125px;
          font-size: 2.64rem; } }
      .big-btn-contents .big-btn-item .btn a {
        color: #fff;
        padding: 2.2em 0 2.3em;
        display: block;
        border: 1px solid #2896f0;
        font-weight: bold;
        border-radius: 15px;
        background: #2896f0 url("../img/dot.png") repeat 0 0;
        background-size: 5px auto;
        line-height: 1; }
        .big-btn-contents .big-btn-item .btn a:after {
          font-family: FontAwesome;
          content: "";
          margin-left: 10px;
          display: inline-block;
          font-size: 33px;
          font-size: 3.3rem;
          /*position: relative;
          top: 1px;
          left: 0;color: #fff;*/ }
          @media screen and (min-width: 480px) and (max-width: 1200px) {
            .big-btn-contents .big-btn-item .btn a:after {
              font-size: 4.125px;
              font-size: 2.64rem; } }
          @media screen and (max-width: 767px) {
            .big-btn-contents .big-btn-item .btn a:after {
              font-size: 23px;
              font-size: 2.3rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .big-btn-contents .big-btn-item .btn a:after {
      font-size: 2.875px;
      font-size: 1.84rem; } }

        .big-btn-contents .big-btn-item .btn a:hover {
          text-decoration: none;
          background: #fff;
          color: #2896f0; }
          .big-btn-contents .big-btn-item .btn a:hover:after {
            color: #2896f0; }
        @media screen and (max-width: 767px) {
          .big-btn-contents .big-btn-item .btn a {
            padding: 1.1em 0 1.2em; } }
    .big-btn-contents .big-btn-item .text {
      padding: 1em 3em; }
      .big-btn-contents .big-btn-item .text .title {
        color: #2896f0;
        margin: 0;
        font-size: 21px;
        font-size: 2.1rem;
        font-weight: bold; }
        @media screen and (min-width: 480px) and (max-width: 1200px) {
          .big-btn-contents .big-btn-item .text .title {
            font-size: 2.625px;
            font-size: 1.68rem; } }
        @media screen and (max-width: 767px) {
          .big-btn-contents .big-btn-item .text .title {
            font-size: 16px;
            font-size: 1.6rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .big-btn-contents .big-btn-item .text .title {
      font-size: 2px;
      font-size: 1.28rem; } }

    .big-btn-contents .big-btn-item.-green .btn a {
      color: #fff;
      background: #23aa37 url("../img/dot.png") repeat 0 0;
      background-size: 5px auto;
      border: 1px solid #23aa37; }
      .big-btn-contents .big-btn-item.-green .btn a:hover {
        background: #fff;
        color: #23aa37; }
        .big-btn-contents .big-btn-item.-green .btn a:hover:after {
          color: #23aa37; }
    .big-btn-contents .big-btn-item.-green .text {
      color: #23aa37; }
      .big-btn-contents .big-btn-item.-green .text .title {
        color: #23aa37; }

table.table-01, table.list-table, .entry-detail .scroll-hint table, .entry .scroll-hint table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  border-top: 1px solid #d6d8e8;
  border-bottom: 1px solid #d6d8e8;
  margin: 1em 0; }
  table.table-01 tr, table.list-table tr, .entry-detail .scroll-hint table tr, .entry .scroll-hint table tr {
    border: none;
    border-top: 1px solid #d6d8e8; }
  table.table-01 th, table.list-table th, .entry-detail .scroll-hint table th, .entry .scroll-hint table th, table.table-01 td, table.list-table td, .entry-detail .scroll-hint table td, .entry .scroll-hint table td {
    border: none;
    padding: 10px;
    border-left: 0;
    border-radius: 0; }
    @media screen and (max-width: 767px) {
      table.table-01 th, table.list-table th, .entry-detail .scroll-hint table th, .entry .scroll-hint table th, table.table-01 td, table.list-table td, .entry-detail .scroll-hint table td, .entry .scroll-hint table td {
        display: block; } }
  table.table-01 th, table.list-table th, .entry-detail .scroll-hint table th, .entry .scroll-hint table th {
    color: #2896f0;
    text-align: left; }
  table.table-01.calendar tr, table.calendar.list-table tr, .entry-detail .scroll-hint table.calendar tr, .entry .scroll-hint table.calendar tr {
    display: none; }
    table.table-01.calendar tr.show, table.calendar.list-table tr.show, .entry-detail .scroll-hint table.calendar tr.show, .entry .scroll-hint table.calendar tr.show {
      display: block; }
    table.table-01.calendar tr td, table.calendar.list-table tr td, .entry-detail .scroll-hint table.calendar tr td, .entry .scroll-hint table.calendar tr td {
      border: none;
      padding: 1em; }
      table.table-01.calendar tr td.day, table.calendar.list-table tr td.day, .entry-detail .scroll-hint table.calendar tr td.day, .entry .scroll-hint table.calendar tr td.day {
        text-align: right;
        width: 100px; }
      table.table-01.calendar tr td .day-no, table.calendar.list-table tr td .day-no, .entry-detail .scroll-hint table.calendar tr td .day-no, .entry .scroll-hint table.calendar tr td .day-no {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1; }
        @media screen and (min-width: 480px) and (max-width: 1200px) {
          table.table-01.calendar tr td .day-no, table.calendar.list-table tr td .day-no, .entry-detail .scroll-hint table.calendar tr td .day-no, .entry .scroll-hint table.calendar tr td .day-no {
            font-size: 3.25px;
            font-size: 2.08rem; } }
      table.table-01.calendar tr td .day-week, table.calendar.list-table tr td .day-week, .entry-detail .scroll-hint table.calendar tr td .day-week, .entry .scroll-hint table.calendar tr td .day-week {
        font-size: 14px;
        font-size: 1.4rem;
        border-radius: 20px;
        background: #0068bb;
        color: #fff;
        padding: 5px;
        display: inline-block;
        position: relative;
        top: -4px; }
        @media screen and (min-width: 480px) and (max-width: 1200px) {
          table.table-01.calendar tr td .day-week, table.calendar.list-table tr td .day-week, .entry-detail .scroll-hint table.calendar tr td .day-week, .entry .scroll-hint table.calendar tr td .day-week {
            font-size: 1.75px;
            font-size: 1.12rem; } }
  table.table-01.calendar p, table.calendar.list-table p, .entry-detail .scroll-hint table.calendar p, .entry .scroll-hint table.calendar p {
    text-align: left;
    margin: 0; }

table.table-02 {
  width: 100%;
  border-collapse: collapse; }
  table.table-02 tr {
    border-bottom: 1px solid #dcdcdc; }
    table.table-02 tr:first-child {
      border-top: 1px solid #dcdcdc; }
  table.table-02 th, table.table-02 td {
    border: none;
    padding: 1em 1.5em;
    border-left: 0;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      table.table-02 th, table.table-02 td {
        display: block;
        width: 100%; } }
  table.table-02 th {
    background: none;
    text-align: left;
    color: #2896f0; }
    table.table-02 th::before {
      color: #2896f0;
      font-family: FontAwesome;
      content: "";
      margin-right: 5px;
      display: inline-block;
      font-size: 5px;
      font-size: 0.5rem;
      position: relative;
      top: -2px; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        table.table-02 th::before {
          font-size: 0.625px;
          font-size: 0.4rem; } }
    @media screen and (max-width: 767px) {
      table.table-02 th {
        padding-bottom: 0; } }

table.table-03, .entry-detail .table table.acms-table-scrollable, .entry .table table.acms-table-scrollable {
  width: 100%;
  border-collapse: collapse; }
  table.table-03 th, .entry-detail .table table.acms-table-scrollable th, .entry .table table.acms-table-scrollable th, table.table-03 td, .entry-detail .table table.acms-table-scrollable td, .entry .table table.acms-table-scrollable td {
    border: 1px solid #C6C7C5;
    padding: 10px;
    border-left: 0;
    font-size: 14px;
    font-size: 1.4rem; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      table.table-03 th, .entry-detail .table table.acms-table-scrollable th, .entry .table table.acms-table-scrollable th, table.table-03 td, .entry-detail .table table.acms-table-scrollable td, .entry .table table.acms-table-scrollable td {
        font-size: 1.75px;
        font-size: 1.12rem; } }
  table.table-03 th, .entry-detail .table table.acms-table-scrollable th, .entry .table table.acms-table-scrollable th {
    color: #fff;
    text-align: center;
    background: #0068bb; }
  table.table-03 td, .entry-detail .table table.acms-table-scrollable td, .entry .table table.acms-table-scrollable td {
    text-align: center; }

table.table-04 {
  width: 100%;
  border-collapse: collapse;
  border: none;
  border-top: 1px solid #23aa37;
  border-bottom: 1px solid #23aa37;
  margin: 1em 0; }
  table.table-04 tr {
    border: none;
    border-top: 1px solid #23aa37; }
  table.table-04 th, table.table-04 td {
    border: none;
    padding: 10px;
    border-left: 0;
    border-radius: 0;
    text-align: center;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      table.table-04 th, table.table-04 td {
        display: block; } }
  table.table-04 th {
    color: #23aa37;
    text-align: ceter; }

.scroll-table {
  margin: auto;
  overflow-x: auto;
  white-space: nowrap; }

.js-scroll-hint {
  /*.scroll-hint-icon{
  	top: calc(50vh - 25px)!important;
  }*/ }
  .js-scroll-hint table {
    white-space: nowrap; }
  .js-scroll-hint table.table-04 {
    width: 100%;
    border-collapse: collapse;
    border: none;
    border-top: 1px solid #23aa37;
    border-bottom: 1px solid #23aa37;
    margin: 1em 0; }
    .js-scroll-hint table.table-04 tr {
      border: none;
      border-top: 1px solid #23aa37; }
    .js-scroll-hint table.table-04 th, .js-scroll-hint table.table-04 td {
      border: none;
      padding: 10px;
      border-left: 0;
      border-radius: 0;
      text-align: center;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        .js-scroll-hint table.table-04 th, .js-scroll-hint table.table-04 td {
          display: table-cell !important; } }
    .js-scroll-hint table.table-04 th {
      color: #23aa37;
      text-align: ceter; }
      .js-scroll-hint table.table-04 th .small, .js-scroll-hint table.table-04 th .x-small {
        display: block; }

.cid-26 .contact-form {
  margin-top: 0; }

.sortable-table .add-btn {
  margin: 0.5em 0 1em; }
  .sortable-table .add-btn input {
    background: #2896f0;
    padding: 1em 1.5em;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .sortable-table .add-btn input {
        font-size: 2.25px;
        font-size: 1.44rem; } }

.sortable-form .contact-form {
  margin-bottom: 0; }
.sortable-form .sortable-item h3.h3-02 {
  margin-top: 0 !important; }

.sortable-item .sortable-head {
  display: table-caption; }
.sortable-item .sortable-head1 {
  display: block; }
.sortable-item .sortable-head2 {
  text-align: center;
  background: #2896f0;
  color: #fff !important;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }
.sortable-item tbody th {
  width: 15%; }
.sortable-item .item-handle {
  margin-left: 1em !important; }

.table-list {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 3em; }
  .table-list tr th {
    font-weight: 300;
    border-bottom: 1px solid #0068bb; }
    @media print, screen and (min-width: 768px) {
      .table-list tr th {
        border-right: 1px solid #0068bb; } }
    @media screen and (max-width: 767px) {
      .table-list tr th {
        border: none; } }
  .table-list tr td {
    font-weight: 500;
    border-bottom: 1px solid #0068bb; }
    @media print, screen and (min-width: 768px) {
      .table-list tr td .row {
        -webkit-align-items: center;
        align-items: center; } }
    .table-list tr td p.note {
      line-height: 1; }
  .table-list tr th, .table-list tr td {
    padding: 0.5em 1em; }
    @media screen and (max-width: 767px) {
      .table-list tr th, .table-list tr td {
        width: 100%;
        display: block;
        float: none;
        text-align: left; } }
  .table-list.-bordertop {
    border-top: 1px solid #0068bb; }
  @media print, screen and (min-width: 768px) {
    .table-list.th-fix tr th {
      width: 5.5em;
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (min-width: 768px) and (min-width: 480px) and (max-width: 1200px) {
    .table-list.th-fix tr th {
      font-size: 1.75px;
      font-size: 1.12rem; } }

.table-file {
  margin: 2em 0 0; }
  .table-file table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    margin: 0; }
  .table-file thead:after {
    content: "";
    display: block;
    width: 100%;
    height: 10px; }
  .table-file thead th {
    text-align: center;
    background: #2896f0;
    color: #fff !important;
    font-size: 17px;
    font-size: 1.7rem; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .table-file thead th {
        font-size: 2.125px;
        font-size: 1.36rem; } }
    .table-file thead th.page {
      border-radius: 15px 0px 0px 0px;
      -webkit-border-radius: 15px 0px 0px 0px;
      -moz-border-radius: 15px 0px 0px 0px;
      width: 9%;
      border-right: 2px solid #fff; }
    .table-file thead th.file {
      border-radius: 0px 15px 0px 0px;
      -webkit-border-radius: 0px 15px 0px 0px;
      -moz-border-radius: 0px 15px 0px 0px;
      width: 27%;
      border-left: 2px solid #fff;
      border-right: none; }
  .table-file tbody {
    border-top: 2px solid #2896f0;
    border-bottom: 2px solid #2896f0; }
  .table-file tr th {
    font-weight: 300;
    border-bottom: 0.5px solid #2896f0;
    padding: 0.5em 1em;
    color: #2896f0;
    border-right: 1px solid #2896f0;
    font-size: 17px;
    font-size: 1.7rem; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .table-file tr th {
        font-size: 2.125px;
        font-size: 1.36rem; } }
    @media screen and (max-width: 767px) {
      .table-file tr th {
        font-size: 14px;
        font-size: 1.4rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .table-file tr th {
      font-size: 1.75px;
      font-size: 1.12rem; } }

  .table-file tr td {
    font-weight: 500;
    border-bottom: 0.5px solid #2896f0;
    padding: 0.5em 1em;
    color: #2896f0;
    font-size: 20px;
    font-size: 2rem; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .table-file tr td {
        font-size: 2.5px;
        font-size: 1.6rem; } }
    @media screen and (max-width: 767px) {
      .table-file tr td {
        font-size: 15px;
        font-size: 1.5rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .table-file tr td {
      font-size: 1.875px;
      font-size: 1.2rem; } }

    @media print, screen and (min-width: 768px) {
      .table-file tr td .row {
        -webkit-align-items: center;
        align-items: center; } }
    .table-file tr td .btn {
      margin: 0;
      text-align: center;
      font-size: 16px;
      font-size: 1.6rem; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        .table-file tr td .btn {
          font-size: 2px;
          font-size: 1.28rem; } }
      @media screen and (max-width: 767px) {
        .table-file tr td .btn {
          font-size: 13px;
          font-size: 1.3rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .table-file tr td .btn {
      font-size: 1.625px;
      font-size: 1.04rem; } }

      .table-file tr td .btn a {
        color: #2896f0;
        padding: 3px 3vw 5px;
        display: inline-block;
        border: 1px solid #2896f0;
        border-radius: 15px;
        background: #fff;
        line-height: 1; }
        @media print, screen and (min-width: 1200px) {
          .table-file tr td .btn a {
            padding: 3px 2em 5px; } }
        .table-file tr td .btn a:after {
          font-family: FontAwesome;
          content: "";
          margin-left: 10px;
          display: inline-block;
          font-size: 18px;
          font-size: 1.8rem;
          position: relative;
          top: 1px;
          left: 0; }
          @media screen and (min-width: 480px) and (max-width: 1200px) {
            .table-file tr td .btn a:after {
              font-size: 2.25px;
              font-size: 1.44rem; } }
          @media screen and (max-width: 767px) {
            .table-file tr td .btn a:after {
              font-size: 15px;
              font-size: 1.5rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .table-file tr td .btn a:after {
      font-size: 1.875px;
      font-size: 1.2rem; } }

        .table-file tr td .btn a:hover {
          text-decoration: none;
          background: #2896f0;
          color: #fff; }
          .table-file tr td .btn a:hover:after {
            color: #fff; }
      .table-file tr td .btn.-pink a {
        color: #23aa37; }
        .table-file tr td .btn.-pink a:hover {
          background: #23aa37;
          color: #fff; }
    .table-file tr td p.note {
      line-height: 1; }
    .table-file tr td p {
      margin: 0; }
    @media print, screen and (min-width: 768px) {
      .table-file tr td .summary {
        width: 60%;
        margin: 0 auto; }
      .table-file tr td .summary-w {
        width: 100%;
        margin: 0 auto; }
      .table-file tr td .wrap {
        -js-display: flex;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        padding: 0 1em;
        margin-left: -15px;
        margin-right: -15px; }
        .table-file tr td .wrap .item {
          width: 46%;
          padding: 0 15px;
          display: block; }
          .table-file tr td .wrap .item.-small {
            width: 54%;
            padding: 0 15px; } }
    .table-file tr td .wrap .item {
      color: #0068bb;
      line-height: 1.5; }
      .table-file tr td .wrap .item.-small {
        font-size: 17px;
        font-size: 1.7rem;
        color: #2896f0;
        display: block; }
        @media screen and (min-width: 480px) and (max-width: 1200px) {
          .table-file tr td .wrap .item.-small {
            font-size: 2.125px;
            font-size: 1.36rem; } }
        @media screen and (max-width: 767px) {
          .table-file tr td .wrap .item.-small {
            font-size: 12px;
            font-size: 1.2rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .table-file tr td .wrap .item.-small {
      font-size: 1.5px;
      font-size: 0.96rem; } }

    .table-file tr td.file {
      border-left: 1px solid #2896f0; }
  .table-file tr.blue {
    background: rgba(60, 150, 120, 0.2); }
  @media screen and (max-width: 767px) {
    .table-file {
      width: 100%;
      /*overflow-x: scroll;
      white-space: nowrap;*/ }
      .table-file thead {
        display: none; }
      .table-file tr {
        width: 100%;
        border-bottom: 2px solid #2896f0; }
      .table-file tbody th {
        display: block;
        text-align: center;
        font-weight: bold;
        background: #2896f0;
        color: #fff !important; }
        .table-file tbody th.none {
          display: none; }
        .table-file tbody th:before {
          content: attr(data-label);
          margin-right: 10px; }
      .table-file td {
        display: block;
        text-align: left;
        width: 100%;
        border: none !important;
        border-bottom: 1px solid #2896f0 !important;
        -js-display: flex;
        display: -webkit-flex;
        display: flex; }
        .table-file td.file {
          text-align: center; }
        .table-file td:before {
          content: attr(data-label);
          float: left;
          font-weight: bold;
          margin-right: 10px;
          width: 4em; } }

h2.entry-title {
  color: #2896f0;
  font-weight: bold;
  font-size: 29px;
  font-size: 2.9rem;
  letter-spacing: 0.1em; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    h2.entry-title {
      font-size: 3.625px;
      font-size: 2.32rem; } }
  h2.entry-title:after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #0068bb;
    margin: 0.3em 0 0; }

h3.entry-title {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  background: #0068bb;
  padding: 5px 1.5em;
  border-radius: 15px;
  display: inline-block; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    h3.entry-title {
      font-size: 2.25px;
      font-size: 1.44rem; } }

h3.h3-02 {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  background: #2896f0;
  padding: 5px 1.5em; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    h3.h3-02 {
      font-size: 2.5px;
      font-size: 1.6rem; } }
  h3.h3-02.navy {
    background: #0068bb; }

h3.h3-03 {
  color: #2896f0;
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center;
  padding: 0; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    h3.h3-03 {
      font-size: 3.125px;
      font-size: 2rem; } }
  @media screen and (max-width: 767px) {
    h3.h3-03 {
      font-size: 19px;
      font-size: 1.9rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    h3.h3-03 {
      font-size: 2.375px;
      font-size: 1.52rem; } }

h3.h3-04 {
  color: #000;
  font-size: 20px;
  font-size: 2rem;
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.5;
  padding-bottom: 0.5em;
  margin-top: 0.5em; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    h3.h3-04 {
      font-size: 2.5px;
      font-size: 1.6rem; } }
  h3.h3-04:before {
    content: "●";
    margin-right: 5px; }

h4.entry-title {
  color: #2896f0;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    h4.entry-title {
      font-size: 2.25px;
      font-size: 1.44rem; } }

h5.entry-title {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    h5.entry-title {
      font-size: 2px;
      font-size: 1.28rem; } }

.img-title {
  margin: 0 auto;
  text-align: center; }
  .img-title .jp {
    font-size: 16px;
    font-size: 1.6rem;
    color: #2896f0;
    letter-spacing: 0.2em;
    margin: 0.2em; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .img-title .jp {
        font-size: 2px;
        font-size: 1.28rem; } }
  .img-title.-white .jp {
    color: #fff; }

.h2-01 {
  text-align: left;
  line-height: 1.5;
  padding: 0.5em 0.8em;
  color: #2896f0;
  background: #fff;
  border-top: 2px solid #2896f0;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
  .h2-01 h2 {
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: 0.2em;
    font-weight: 600;
    margin: 0 !important;
    color: #000 !important;
    line-height: 1; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .h2-01 h2 {
        font-size: 3.125px;
        font-size: 2rem; } }
    @media screen and (max-width: 767px) {
      .h2-01 h2 {
        font-size: 20px;
        font-size: 2rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .h2-01 h2 {
      font-size: 2.5px;
      font-size: 1.6rem; } }

  .h2-01 p {
    margin-top: 0 !important; }
    .h2-01 p.no {
      background: #2896f0;
      color: #fff;
      line-height: 1;
      font-size: 16px;
      font-size: 1.6rem;
      padding: 0.5em 0.7em;
      font-weight: 500;
      margin-right: 1.5em !important; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        .h2-01 p.no {
          font-size: 2px;
          font-size: 1.28rem; } }
  .h2-01.-white {
    color: #fff; }
  .h2-01.-center {
    text-align: center;
    justify-content: center; }

.h2-02 {
  text-align: center;
  line-height: 1.5;
  color: #2896f0; }
  .h2-02 h2 {
    font-size: 29px;
    font-size: 2.9rem;
    font-weight: 600;
    line-height: 1;
    margin: 0; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .h2-02 h2 {
        font-size: 3.625px;
        font-size: 2.32rem; } }
    @media screen and (max-width: 767px) {
      .h2-02 h2 {
        font-size: 20px;
        font-size: 2rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .h2-02 h2 {
      font-size: 2.5px;
      font-size: 1.6rem; } }

  .h2-02 p {
    margin-top: 0 !important; }
    .h2-02 p.sub {
      line-height: 1;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 600;
      padding: 0.5em; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        .h2-02 p.sub {
          font-size: 2.5px;
          font-size: 1.6rem; } }
      @media screen and (max-width: 767px) {
        .h2-02 p.sub {
          font-size: 15px;
          font-size: 1.5rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .h2-02 p.sub {
      font-size: 1.875px;
      font-size: 1.2rem; } }

    .h2-02 p.sub-light {
      font-size: 17px;
      font-size: 1.7rem;
      font-weight: 400;
      padding: 0.5em;
      color: #000; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        .h2-02 p.sub-light {
          font-size: 2.125px;
          font-size: 1.36rem; } }
      @media screen and (max-width: 767px) {
        .h2-02 p.sub-light {
          font-size: 14px;
          font-size: 1.4rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .h2-02 p.sub-light {
      font-size: 1.75px;
      font-size: 1.12rem; } }

  .h2-02.-border {
    position: relative;
    padding: 3em 0 0; }
    .h2-02.-border h2 {
      margin: 0; }
    .h2-02.-border:before {
      content: "";
      display: block;
      background: #2896f0;
      width: 200px;
      height: 7px;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
  .h2-02.-green h2, .h2-02.shiei h2 {
    color: #23aa37; }
  .h2-02.-green.-border:before, .h2-02.shiei.-border:before {
    background: #23aa37; }
  .h2-02.-green p.sub, .h2-02.shiei p.sub {
    color: #23aa37; }
  .h2-02.-margin {
    margin-bottom: 2em; }

.h3-01 {
  border-bottom: 2px solid #2896f0; }
  .h3-01 h3.title {
    font-size: 17px;
    font-size: 1.7rem;
    color: #2896f0; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .h3-01 h3.title {
        font-size: 2.125px;
        font-size: 1.36rem; } }
    .h3-01 h3.title:before {
      content: "";
      display: inline-block;
      width: 14px;
      height: 14px;
      background: #2896f0;
      margin-right: 10px; }
    .h3-01 h3.title.nosquare:before {
      content: none; }

.h3-02 {
  color: #2896f0; }
  .h3-02 .jp {
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 0.2em;
    margin: 2em 0 0;
    display: inline-block;
    background: linear-gradient(transparent 60%, #ffff66 60%);
    padding: 0 0.5em; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .h3-02 .jp {
        font-size: 2.75px;
        font-size: 1.76rem; } }

.h4-01 {
  color: #fff;
  background: #23aa37;
  padding: 8px 1em; }
  .h4-01 h4 {
    margin-top: 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .h4-01 h4 {
        font-size: 2.25px;
        font-size: 1.44rem; } }
  .h4-01 span {
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 1.5em; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .h4-01 span {
        font-size: 1.75px;
        font-size: 1.12rem; } }

.h2-03 {
  text-align: center;
  margin-top: 2em; }
  .h2-03 h2 {
    font-size: 34px;
    font-size: 3.4rem;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: normal;
    margin-top: 0; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .h2-03 h2 {
        font-size: 4.25px;
        font-size: 2.72rem; } }
  .h2-03.-white {
    color: #fff; }
  .h2-03.-gothic h2 {
    font-family: 'Open Sans', sans-serif; }

dl.dl-01 {
  /*dd{
  	padding-left: 1em;
  }*/ }
  dl.dl-01 dt {
    margin-top: 1em;
    /*@include font-size(17);
    font-weight: bold;
    @include mq( $tb , max )  {
    	@include font-size(18);
    }*/ }
    dl.dl-01 dt::before {
      content: "◎";
      margin-right: 5px;
      display: inline-block;
      font-size: 14px;
      font-size: 1.4rem; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        dl.dl-01 dt::before {
          font-size: 1.75px;
          font-size: 1.12rem; } }

dl.dl-color {
  /*dd{
  	padding-left: 1em;
  }*/ }
  dl.dl-color dt {
    margin-top: 1em;
    color: #2896f0;
    font-weight: normal; }

ol li {
  margin: 10px 0;
  list-style-type: decimal; }
ol.alpha {
  list-style-type: upper-alpha; }
ol.circle-no {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0; }
  ol.circle-no li {
    margin: 10px 0;
    padding-left: 30px;
    position: relative;
    line-height: 1.5; }
    ol.circle-no li:before {
      content: counter(my-counter);
      counter-increment: my-counter;
      border: 1px solid #000;
      border-radius: 50%;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 22px;
      width: 22px;
      color: #000;
      font-size: 85%;
      line-height: 1;
      position: absolute;
      top: 0;
      left: 0; }

li ol li {
  margin: 5px 0; }

.main ul li {
  margin: 10px 0; }

.list {
  padding-left: 1em;
  list-style-type: none; }
  .list li {
    text-indent: -0.5em;
    line-height: 1.5; }
    .list li::before {
      content: "◎";
      margin-right: 5px;
      display: inline-block;
      font-size: 14px;
      font-size: 1.4rem; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        .list li::before {
          font-size: 1.75px;
          font-size: 1.12rem; } }
    .list li .yellow {
      color: #23aa37; }
    .list li.yellow::before {
      color: #23aa37; }

.list02 {
  padding-left: 0;
  list-style-type: none; }
  .list02 li {
    padding-left: 0.5em;
    text-indent: -0.15em; }
    .list02 li::before {
      color: #2896f0;
      font-family: FontAwesome;
      content: "";
      margin-right: 5px;
      display: inline-block;
      font-size: 5px;
      font-size: 0.5rem;
      position: relative;
      top: -4px;
      left: -5px; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        .list02 li::before {
          font-size: 0.625px;
          font-size: 0.4rem; } }

.circle-list {
  padding-left: 1em;
  list-style-type: none; }
  .circle-list li {
    text-indent: -0.5em;
    line-height: 1.5;
    list-style: none; }
    .circle-list li::before {
      content: "○";
      margin-right: 5px;
      display: inline-block;
      font-size: 16px;
      font-size: 1.6rem; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        .circle-list li::before {
          font-size: 2px;
          font-size: 1.28rem; } }

.example-list {
  list-style-type: none;
  padding-left: 0 !important; }
  .example-list li {
    padding-left: 3em !important;
    text-indent: -3.8em !important;
    line-height: 1.5;
    list-style-type: none; }
    .example-list li::before {
      content: none !important; }

.no-list {
  padding-left: 0.5em;
  list-style-type: none; }
  .no-list li {
    text-indent: -1em;
    margin: 0;
    line-height: 1.5; }
    .no-list li .list {
      color: #000;
      margin: 0;
      padding-left: 1.5em; }
      .no-list li .list li {
        margin: 5px 0; }
  .no-list .black {
    color: #000;
    font-weight: normal; }

.sitemap-list {
  padding-left: 1em;
  list-style-type: none; }
  .sitemap-list li {
    font-size: 20px;
    font-size: 2rem;
    text-indent: -0.5em;
    margin: 0 0 1em 0;
    font-weight: bold; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .sitemap-list li {
        font-size: 2.5px;
        font-size: 1.6rem; } }
    .sitemap-list li::before {
      content: "";
      width: 15px;
      height: 15px;
      background: url("../img/arrow01.svg") no-repeat center center;
      background-size: contain;
      margin-right: 5px;
      display: inline-block;
      /*position: relative;
      top: -3px;*/ }
    .sitemap-list li ul {
      margin: 0;
      padding-left: 1em; }
      .sitemap-list li ul li {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: normal; }
        @media screen and (min-width: 480px) and (max-width: 1200px) {
          .sitemap-list li ul li {
            font-size: 2px;
            font-size: 1.28rem; } }
        .sitemap-list li ul li::before {
          content: "";
          width: 15px;
          height: 10px;
          background: url("../img/arrow02.svg") no-repeat center center;
          background-size: contain;
          margin-right: 0;
          display: inline-block;
          /*position: relative;
          top: -3px;*/ }

.check li {
  background: url("../img/icon_check.png") no-repeat 0 40%;
  background-size: 1.1em auto;
  padding-left: 1.5em; }

.list-arrow01 {
  padding-left: 0; }
  .list-arrow01 li {
    list-style: none; }
    .list-arrow01 li a {
      position: relative;
      display: inline-block;
      padding-left: 1em;
      text-decoration: none;
      color: #000;
      text-decoration: none; }
      .list-arrow01 li a:hover, .list-arrow01 li a:active, .list-arrow01 li a:focus {
        color: black;
        text-decoration: none; }
      .list-arrow01 li a:visited {
        color: black; }
      .list-arrow01 li a::before {
        color: #0068bb;
        font-family: ionicons;
        content: "";
        margin-right: 5px;
        display: inline-block; }
      .list-arrow01 li a .fa {
        font-size: 10px;
        font-size: 1rem;
        color: #0068bb;
        margin: 0 5px; }
        @media screen and (min-width: 480px) and (max-width: 1200px) {
          .list-arrow01 li a .fa {
            font-size: 1.25px;
            font-size: 0.8rem; } }

.list-arrow02 {
  padding-left: 0; }
  .list-arrow02 li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px; }
    .list-arrow02 li a {
      position: relative;
      display: inline-block;
      padding-left: 1em;
      text-decoration: none;
      color: #000;
      text-decoration: none; }
      .list-arrow02 li a:hover, .list-arrow02 li a:active, .list-arrow02 li a:focus {
        color: black;
        text-decoration: none; }
      .list-arrow02 li a:visited {
        color: black; }
      .list-arrow02 li a::before {
        color: #2896f0;
        font-family: ionicons;
        content: "";
        margin-right: 5px;
        font-size: 22px;
        font-size: 2.2rem;
        position: absolute;
        top: calc(50% - 0.5em);
        left: 0;
        line-height: 1; }
        @media screen and (min-width: 480px) and (max-width: 1200px) {
          .list-arrow02 li a::before {
            font-size: 2.75px;
            font-size: 1.76rem; } }

.list-within {
  text-align: center; }
  .list-within li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px; }
    .list-within li a {
      position: relative;
      display: inline-block;
      text-decoration: none;
      color: #000;
      text-decoration: none;
      /*&::after {
          position: absolute;
          bottom: -4px;
          left: 0;
          content: '';
          width: 100%;
          height: 1px;
          background: $main-color;
          transform: scale(0, 1);
          transform-origin: left top;
          transition: transform .3s;
      }
      &:hover::after {
          transform: scale(1, 1);
      }*/ }
      .list-within li a:hover, .list-within li a:active, .list-within li a:focus {
        color: black;
        text-decoration: none; }
      .list-within li a:visited {
        color: black; }
      .list-within li a::after {
        color: #2896f0;
        font-family: ionicons;
        content: "";
        font-weight: bold;
        display: inline-block;
        margin-left: 5px; }

.within li {
  display: inline-block; }

.rice-list {
  padding-left: 1.2em !important;
  list-style-type: none; }
  .rice-list li {
    text-indent: -0.65em;
    margin: 0 0 5px !important; }
    .rice-list li::before {
      content: "※";
      margin-right: 5px;
      display: inline-block; }
  .rice-list.-color {
    color: #2896f0; }
  .rice-list.-withno {
    padding-left: 2em; }
    .rice-list.-withno li {
      text-indent: -1.4em; }

.color-list {
  padding: 0;
  font-weight: bold;
  color: #2896f0; }
  .color-list a {
    color: #2896f0; }

.pdf-list a {
  text-decoration: underline; }
  .pdf-list a:after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 25px;
    margin-left: 8px;
    background: url("../img/icon_pdf.svg") no-repeat 0 0;
    background-size: contain;
    position: relative;
    top: 6px; }

/*
.no-list {
	counter-reset: item;
	padding-left: 0;
    
    li {
		list-style-type: none;
		text-indent: -2.3em;
		padding-left: 2.3em;
	
		&::before {
			counter-increment: item;
			content: counter(item);
			margin-right: .5em;
			font-weight: bold;
			color: #fff;
			background: $sub-color;
			padding: 2px 0.65em 5px;
			line-height: 1;
			border-radius: 2em;
		}
    }
}
*/
.nav-pager {
  margin: 2em 0 4em; }
  .nav-pager p {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .nav-pager p {
        font-size: 1.75px;
        font-size: 1.12rem; } }
  @media print, screen and (min-width: 768px) {
    .nav-pager {
      -js-display: flex;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between; }
      .nav-pager p, .nav-pager ul {
        margin: 0; } }

ul.pager {
  text-align: right;
  padding: 0;
  margin-top: 6em;
  margin-bottom: 4em;
  /*border-top: 1px solid #fff;*/
  font-size: 0px;
  font-size: 0rem; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    ul.pager {
      font-size: 0px;
      font-size: 0rem; } }
  ul.pager li {
    list-style: none;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 1em;
    margin: 0; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      ul.pager li {
        font-size: 1.75px;
        font-size: 1.12rem; } }
    ul.pager li.icon-next a:after {
      font-family: FontAwesome;
      content: "";
      margin-left: 5px;
      display: inline-block;
      font-size: 14px;
      font-size: 1.4rem;
      position: relative;
      top: -1px;
      left: 0;
      color: #23aa37; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        ul.pager li.icon-next a:after {
          font-size: 1.75px;
          font-size: 1.12rem; } }
    ul.pager li span {
      display: inline-block; }
      ul.pager li span a {
        display: inline-block;
        color: #000;
        text-decoration: none; }
        ul.pager li span a:hover, ul.pager li span a:active, ul.pager li span a:focus {
          color: black;
          text-decoration: none; }
        ul.pager li span a:visited {
          color: black; }
    ul.pager li.cur span {
      color: #23aa37; }

ul.pagination {
  padding: 0;
  text-align: center; }
  ul.pagination li.page-item {
    list-style: none;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px; }

ul.icon-01 {
  padding: 0; }
  ul.icon-01 li {
    display: inline-block;
    list-style: none;
    margin-bottom: 3px; }
    ul.icon-01 li span {
      display: block;
      border: 1px solid #2896f0;
      color: #2896f0;
      font-size: 12px;
      font-size: 1.2rem;
      padding: 1px 10px; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        ul.icon-01 li span {
          font-size: 1.5px;
          font-size: 0.96rem; } }

@keyframes hr-liner {
  from {
    background-position: left center;
    background-size: contain; }
  to {
    background-position: right center; } }
hr.hr-01 {
  border: 0;
  height: 15px;
  background: url(../img/bg_line.png) repeat-x;
  background-size: contain;
  animation: hr-liner 80s linear infinite; }

hr.hr-02 {
  border: 0;
  height: 15px;
  background: url(../img/bg_line_gray.png) repeat-x;
  background-size: contain;
  animation: hr-liner 80s linear infinite; }

hr.hr-03 {
  border: 0;
  height: 15px;
  background: url(../img/bg_line_gray02.png) repeat-x;
  background-size: contain;
  animation: hr-liner 80s linear infinite; }

.bg-shippo-yellow {
  background: url(../img/bg_shippo_yellow.png) repeat 50% 50%;
  background-size: 6.8vw auto; }

.bg-shippo-gray {
  background: url(../img/bg_shippo_gray.png) repeat 50% 50%;
  background-size: 6.8vw auto; }

.bg_syasen_yellow {
  background: url(../img/bg_syasen_yellow.png) repeat 50% 50%;
  background-size: 71px auto; }

.bg_tateline {
  background: url(../img/bg_tateline.png) repeat 50% 50%;
  background-size: 7vw auto; }

.main-copy {
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 2em 0; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .main-copy {
      font-size: 2.25px;
      font-size: 1.44rem; } }
  @media print, screen and (min-width: 1023px) {
    .main-copy {
      text-align: center;
      padding: 4em 0;
      line-height: 2; } }
  .main-copy p {
    margin: 0; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

.map__wrap {
  position: relative;
  width: 100%;
  padding-top: 36.25%; }
  .map__wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }
  @media screen and (max-width: 767px) {
    .map__wrap {
      padding-top: 90%; } }

.tab-01 ul.tabs {
  display: flex;
  justify-content: center;
  padding: 0; }
  .tab-01 ul.tabs li {
    list-style: none;
    cursor: pointer;
    width: calc(100% / 3);
    text-align: center;
    position: relative; }
    .tab-01 ul.tabs li span {
      display: block;
      border: 2px solid #111;
      padding: 7px 0; }
    .tab-01 ul.tabs li + li span {
      border-left: 0; }
    .tab-01 ul.tabs li.active {
      background: #111;
      color: #fff; }
      .tab-01 ul.tabs li.active::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -10px;
        border: 10px solid transparent;
        border-top: 10px solid #111; }
.tab-01 .tabs-panel {
  display: none; }
.tab-01 .show {
  display: block; }

.tab-02 ul.tabs02 {
  display: flex;
  justify-content: center;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .tab-02 ul.tabs02 {
      flex-wrap: wrap; } }
  .tab-02 ul.tabs02 li {
    list-style: none;
    cursor: pointer;
    width: 100%;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 767px) {
      .tab-02 ul.tabs02 li {
        width: calc(100% / 3); } }
    .tab-02 ul.tabs02 li .tabs-name {
      display: block;
      border: 2px solid #D9D9D9;
      border-top: 2px solid #000;
      padding: 0.8em 0;
      background: #000;
      color: #fff;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.3; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        .tab-02 ul.tabs02 li .tabs-name {
          font-size: 2.25px;
          font-size: 1.44rem; } }
      .tab-02 ul.tabs02 li .tabs-name .en {
        font-family: 'EB Garamond', serif;
        font-weight: normal;
        font-size: 16px;
        font-size: 1.6rem;
        display: block;
        line-height: 1.3; }
        @media screen and (min-width: 480px) and (max-width: 1200px) {
          .tab-02 ul.tabs02 li .tabs-name .en {
            font-size: 2px;
            font-size: 1.28rem; } }
    .tab-02 ul.tabs02 li + li .tabs-name {
      border-left: 0; }
    .tab-02 ul.tabs02 li.active .tabs-name {
      background: #fff;
      color: #000;
      border-top: 2px solid #D9D9D9;
      border-bottom: 2px solid #fff; }
.tab-02 .tabs-panel02 {
  display: none; }
.tab-02 .show {
  display: block; }

.topicpath {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #000;
  z-index: 3;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff; }
  .topicpath .inner {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff; }
  .topicpath ol {
    margin: 0;
    padding: 12px; }
    .topicpath ol::after {
      content: "";
      display: block;
      clear: both; }
  .topicpath li {
    list-style: none;
    margin: 0;
    display: inline-block; }
    .topicpath li a {
      color: #000;
      text-decoration: none; }
      .topicpath li a:hover, .topicpath li a:active, .topicpath li a:focus {
        color: black;
        text-decoration: none; }
      .topicpath li a:visited {
        color: black; }
  .topicpath li:not(:last-child):after {
    content: ' > '; }

.bg-white .topicpath li {
  color: #000; }
  .bg-white .topicpath li a {
    color: #2896f0;
    text-decoration: none; }
    .bg-white .topicpath li a:hover, .bg-white .topicpath li a:active, .bg-white .topicpath li a:focus {
      color: #2896f0;
      text-decoration: none; }
    .bg-white .topicpath li a:visited {
      color: #2896f0; }

/* ------------------------------
　　お問い合わせ
------------------------------ */
.form .decoration-box {
  background: #23aa37;
  color: #fff;
  margin: 2em;
  padding: 1em;
  text-align: center; }
  .form .decoration-box .dl-01 dt {
    margin-top: 0; }
  .form .decoration-box .error-text {
    color: #fff !important; }
.form .message-text {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 1.2em;
  margin: 0 0 1.5em; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .form .message-text {
      font-size: 2px;
      font-size: 1.28rem; } }
.form .color-list li {
  margin: 0; }
.form .rice-list li {
  line-height: 1.7;
  margin-bottom: 1.2em !important; }
.form dl.dl-color {
  padding-left: 1.2em; }
.form .h2-01 {
  margin-top: 3em; }

form .btn input.btn-01 {
  background: #fff;
  border-color: #2896f0;
  color: #2896f0;
  padding: 0.8em 3.2em 0.8em 2em; }
  form .btn input.btn-01:hover {
    background: #2896f0;
    color: #fff; }
  form .btn input.btn-01.btn-brown {
    border-color: #23aa37;
    color: #23aa37;
    border-color: #23aa37; }
    form .btn input.btn-01.btn-brown:hover {
      background: #23aa37;
      color: #fff; }
form .btn .item-insert {
  padding: 0.8em 2em;
  border: 2px solid #2896f0;
  background: #2896f0;
  color: #fff;
  border-radius: 10px;
  font-weight: bold; }
form .btn.arrow {
  position: relative; }
  form .btn.arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 2em;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #2896f0 url("../img/arrow01.svg") no-repeat center center;
    background-size: 71.4% auto;
    z-index: 1; }
  form .btn.arrow.brown:after {
    background: url("../img/arrow01.svg") no-repeat 0 0;
    background-size: contain;
    z-index: 1; }
  form .btn.arrow:hover:after {
    background: url("../img/arrow01_w.svg") no-repeat 0 0;
    background-size: contain; }
form .btn.mail {
  position: relative; }
  form .btn.mail input.btn-01 {
    padding: 0.8em 1.8em 0.9em 3.8em; }
  form .btn.mail:after {
    content: none; }
  form .btn.mail:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 2em;
    right: auto;
    transform: translateY(-50%);
    width: 28px;
    height: 18px;
    background: url("../img/icon_mail.svg") no-repeat 0 0;
    background-size: contain;
    z-index: 2; }
  form .btn.mail.brown input.btn-01 {
    background: #0068bb; }
  form .btn.mail.brown:before {
    background: url("../img/mail.svg") no-repeat 0 0;
    background-size: contain;
    z-index: 2; }
  form .btn.mail:hover:before {
    background: url("../img/mail.svg") no-repeat 0 0;
    background-size: contain; }
  form .btn.mail.brown:hover input.btn-01 {
    background: #fff;
    color: #0068bb;
    border-color: #0068bb; }
  form .btn.mail.brown:hover:before {
    background: url("../img/icon_mail.svg") no-repeat 0 0;
    background-size: contain; }

.form-row {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center; }

.contact-box .message {
  margin: 0 0 35px 0;
  font-weight: bold; }
.contact-box .contact-no {
  margin: 0;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #333; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .contact-box .contact-no {
      font-size: 3.75px;
      font-size: 2.4rem; } }
  .contact-box .contact-no a {
    color: inherit; }

.contact-form {
  width: 100%;
  margin: 0.5em 0 20px 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid #2896f0; }
  .contact-form.nomargin {
    margin-bottom: 0 !important; }

.cid-24 .contact-form {
  margin-top: 0; }

.contact-form-group {
  border-bottom: 1px solid #2896f0 !important;
  margin: 0 !important; }
  .contact-form-group::after {
    content: "";
    display: block;
    clear: both; }
  .contact-form-group .error-text {
    /* エラー文 */
    margin: 5px 0 0 0;
    color: #23aa37; }
  .contact-form-group .note p {
    margin: 0; }
  .contact-form-group .acms-icon-checklist {
    padding: 0 0 0 10px; }
  .contact-form-group.-emailTop {
    border-bottom: none !important; }
  .contact-form-group.-emailBottom {
    border-top: none; }
    .contact-form-group.-emailBottom .contact-form-label {
      padding-top: 0; }
    .contact-form-group.-emailBottom .contact-form-control {
      padding-top: 0; }

.contact-form-label {
  display: block;
  text-align: left;
  margin: 0;
  padding: 10px 2em 0 10px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #000;
  font-weight: normal;
  /*&::before {
  	color: $main-color;
  	 @include font-awesome("\f111");
  	margin-right: 5px;
  	display: inline-block;
  	@include font-size(5);
  	position: relative;
  	top: -2px;
  }*/ }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .contact-form-label {
      font-size: 2.125px;
      font-size: 1.36rem; } }
  .contact-form-label:first-child {
    border-top: none; }

.contact-form-control {
  display: block;
  padding: 10px; }
  .contact-form-control .acms-admin-form-checkbox input[type="text"] {
    position: static;
    opacity: 1;
    padding: 1px; }

.contact-form-grid {
  margin: 0 -5px; }

.contact-form-col,
.acms-entry .contact-form-col {
  margin: 0 0 10px 0;
  padding: 0 5px; }
  .contact-form-col:last-child,
  .acms-entry .contact-form-col:last-child {
    margin: 0; }

@media screen and (max-width: 767px) {
  .contact-form-label {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold; }
    .contact-form-label br {
      display: none; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .contact-form-label {
      font-size: 1.625px;
      font-size: 1.04rem; } }

@media screen and (max-width: 767px) {
  .contact-form {
    font-size: 13px;
    font-size: 1.3rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .contact-form {
      font-size: 1.625px;
      font-size: 1.04rem; } }

@media print, screen and (min-width: 768px) {
  .contact-form {
    display: table;
    /*width: 82%;
    margin: $margin-line*2 auto;*/ }

  .contact-form-group {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }

  .contact-form-label,
  .contact-form-control {
    display: table-cell; }

  .contact-form-label {
    width: 25%;
    padding: 15px 2em 15px 15px;
    vertical-align: top; }

  .contact-form-control {
    width: 75%;
    padding: 15px; }

  .contact-form-col {
    margin: 0; } }
@media print, screen and (min-width: 768px) {
  .cid-26 .form .contact-form-label {
    width: 30%; }
  .cid-26 .form .contact-form-control {
    width: 70%; } }

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
select,
textarea {
  border: none;
  background: #fff;
  padding: 10px 1em; }
  @media screen and (max-width: 767px) {
    input[type="text"],
    input[type="number"],
    input[type="email"],
    input[type="tel"],
    select,
    textarea {
      margin: 3px;
      padding: 5px; } }

input::placeholder {
  color: #ccc !important; }

/* ステップ
------------------------------ */
.contact-box .mail-step {
  margin: 0 0 35px 0;
  padding: 0 10px;
  /* カウンターの設定 */
  counter-reset: mailStep; }
.contact-box .mail-step-item {
  float: left;
  list-style: none;
  margin: 0 10px;
  padding: 18px 0 14px;
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 4px solid transparent; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .contact-box .mail-step-item {
      font-size: 2px;
      font-size: 1.28rem; } }
  .contact-box .mail-step-item:before {
    /* カウンターの設定 */
    counter-increment: mailStep;
    content: counter(mailStep) "."; }
.contact-box .mail-step-item-current {
  color: #333;
  border-bottom: 4px solid #ddd; }
@media print, screen and (min-width: 768px) {
  .contact-box .mail-step {
    height: 60px; } }

/* 送信ボタン
------------------------------ */
.form-btn-box {
  margin: 0 10px 50px 10px;
  text-align: center; }

.form-btn {
  display: inline-block; }

.form-btn-return {
  float: left; }

.form-btn-send {
  float: right; }

@media print, screen and (min-width: 768px) {
  .form-btn-return {
    float: none; }

  .form-btn-send {
    float: none;
    max-width: 360px;
    width: 100%; } }
/* ラベル
------------------------------ */
.label-required {
  margin: 0 0 0 5px;
  padding: 0;
  color: #23aa37;
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .label-required {
      font-size: 2.25px;
      font-size: 1.44rem; } }

@media print, screen and (min-width: 768px) {
  .label-required {
    float: right; } }
/* フォーム要素
------------------------------ */
.contact-box select[required]:required {
  border: 1px solid #C49511; }
.contact-box select.focused:invalid {
  border: 1px solid #c41134; }
.contact-box select[required]:valid {
  border: 1px solid #A7A7AA; }
.contact-box input[required]:required,
.contact-box textarea[required]:required {
  background: #FFFDEB; }
.contact-box input.focused:invalid,
.contact-box textarea.focused:invalid {
  background: #FFEBEE; }
.contact-box input[required]:valid,
.contact-box textarea[required]:valid {
  background: #FFF; }
.contact-box input[type="text"],
.contact-box input[type="password"],
.contact-box input[type="datetime"],
.contact-box input[type="datetime-local"],
.contact-box input[type="date"],
.contact-box input[type="month"],
.contact-box input[type="time"],
.contact-box input[type="week"],
.contact-box input[type="number"],
.contact-box input[type="email"],
.contact-box input[type="url"],
.contact-box input[type="search"],
.contact-box input[type="tel"] {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 1em; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .contact-box input[type="text"],
    .contact-box input[type="password"],
    .contact-box input[type="datetime"],
    .contact-box input[type="datetime-local"],
    .contact-box input[type="date"],
    .contact-box input[type="month"],
    .contact-box input[type="time"],
    .contact-box input[type="week"],
    .contact-box input[type="number"],
    .contact-box input[type="email"],
    .contact-box input[type="url"],
    .contact-box input[type="search"],
    .contact-box input[type="tel"] {
      font-size: 2px;
      font-size: 1.28rem; } }
.contact-box textarea {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 5px 4px; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .contact-box textarea {
      font-size: 2px;
      font-size: 1.28rem; } }
.contact-box select {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 11px 30px 11px 10px;
  vertical-align: top; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .contact-box select {
      font-size: 2px;
      font-size: 1.28rem; } }

/* バリデーター
------------------------------ */
.valid-mark {
  display: none; }

.valid-mark.valid {
  display: inline;
  color: #5cb85c;
  float: right; }

.invalid {
  background: #ffebee !important; }

.cp_ipselect {
  overflow: hidden;
  width: 90%;
  margin: 2em auto;
  text-align: center; }

.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.cp_ipselect select::-ms-expand {
  display: none; }

.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff; }

.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none; }

.cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: #666666; }

.cid-6 .contact-form {
  border-top: 2px solid #0068bb; }
  .cid-6 .contact-form .contact-form-group {
    border-bottom: 1px solid #0068bb !important; }

.acms-entry [class*=column-eximage-].nocaption,
.acms-entry [class*=column-image-].nocaption,
.acms-entry [class*=column-media-].nocaption,
.acms-entry [class*=column-video-],
.acms-entry [class*=column-yolp-],
.acms-entry [class*=column-youtube-] {
  margin: 1em 0; }

.acms-entry [class*=column-eximage-], .acms-entry [class*=column-image-], .acms-entry [class*=column-media-] {
  margin: 3em 0; }

.entry-header {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center; }
  .entry-header .title {
    width: 100%; }
  .entry-header .entry-new {
    margin: 1em;
    color: #23aa37; }
  .entry-header p, .entry-header ul {
    margin: 0; }

.entry-labels {
  padding: 0;
  margin: 0; }
  .entry-labels li {
    display: inline-block; }
  .entry-labels .entry-category-label {
    background: #2896f0;
    color: #fff;
    line-height: 1;
    padding: 8px 1.5em;
    display: inline-block;
    border-radius: 10px;
    font-weight: 400; }
    .entry-labels .entry-category-label.recruitment {
      background: #23aa37; }
    .entry-labels .entry-category-label.result {
      background: #2896f0 !important; }
    .entry-labels .entry-category-label.other {
      background: #999 !important; }
    .entry-labels .entry-category-label.re {
      background: #8c5339 !important; }

header.page-header {
  border-bottom: 2px solid #0068bb; }
  header.page-header .entry-title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.3;
    margin-top: .2em;
    padding-bottom: 0.2em;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      header.page-header .entry-title {
        font-size: 2.75px;
        font-size: 1.76rem; } }

.entry-footer {
  margin: 3em 0 1em; }

.share-wrapper {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: right;
  justify-content: right; }
  .share-wrapper p {
    line-height: 1;
    margin: 0; }
  .share-wrapper .share-list {
    margin: 0;
    padding-left: 0.5em; }
    .share-wrapper .share-list li {
      display: inline-block;
      line-height: 1;
      margin: 0 5px; }

.deco-box {
  padding: 2em;
  border: 2px solid #2896f0;
  border-radius: 15px;
  margin: 2em 0;
  clear: both !important;
  background: #fff; }
  .deco-box::after {
    content: "";
    display: block;
    clear: both; }
  .deco-box .attention {
    color: #23aa37;
    text-align: center;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: bold; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .deco-box .attention {
        font-size: 2.625px;
        font-size: 1.68rem; } }
  .deco-box .text {
    color: #2896f0;
    font-weight: bold;
    text-align: center;
    font-size: 29px;
    font-size: 2.9rem;
    font-weight: bold; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .deco-box .text {
        font-size: 3.625px;
        font-size: 2.32rem; } }
  .deco-box h3, .deco-box h2 {
    margin: 0; }

.btn-box {
  padding: 1em;
  margin: 2em 0;
  clear: both !important;
  text-align: center; }
  .btn-box::after {
    content: "";
    display: block;
    clear: both; }
  .btn-box a p.caption {
    margin: 0;
    padding: 0 1em;
    display: inline-block; }
  .btn-box .column-file-center, .btn-box .column-file-left, .btn-box .column-file-right, .btn-box .file-unit {
    margin: 0 !important; }
  .btn-box h3, .btn-box h2 {
    margin: 0; }

/*
.entry-wrap{
	margin: 2em 0;
	@include mq( $tb , min ) {
		.inner{
			@include flex;
			@include flex-wrap(wrap);
			margin-left: -1em;
			margin-right: -1em;
			
			.text{
				width: 50%;
				padding: 1em;
			}
			.thumb{
				width: 50%;
				padding: 1em;
			}
		}
	}
	
		.text{
			margin: 0 0 1em;
			.title{
				@include font-size(32);
				font-weight: bold;
				color: $main-color;
				letter-spacing: 0.1em;
				margin-top: 1em;
				
				span{
					@include font-size(14);
					padding-left: 1em;
				}
			}
			.entry-summary{
				@include font-size(18);
				line-height: 2;
			}
		}
		.thumb{
			img{
				border-radius: 15px;
			}
		}

}
*/
.entry-detail .scroll-hint table, .entry .scroll-hint table {
  width: 100%;
  margin-top: 2em; }
  .entry-detail .scroll-hint table tr, .entry .scroll-hint table tr {
    border-bottom: 1px solid #ccc; }
    .entry-detail .scroll-hint table tr th, .entry .scroll-hint table tr th {
      padding: 10px; }
.entry-detail .table, .entry .table {
  width: 100%; }
  @media screen and (max-width: 767px) {
    .entry-detail .table, .entry .table {
      overflow-x: scroll; } }

@media screen and (max-width: 767px) {
  .entry-header {
    padding: 0 1em; } }

.box-01 {
  margin-top: 3em; }
  .box-01::after {
    content: "";
    display: block;
    clear: both; }
  .box-01 > *:first-child {
    margin-top: 0; }
  .box-01 a {
    display: block;
    color: #000;
    text-decoration: none; }
    .box-01 a:hover, .box-01 a:active, .box-01 a:focus {
      color: black;
      text-decoration: none; }
    .box-01 a:visited {
      color: black; }
    .box-01 a:hover .thumb img {
      transform: scale(1.1);
      transition-duration: 0.3s; }
  .box-01 .thumb {
    overflow: hidden; }
    @media print, screen and (min-width: 768px) {
      .box-01 .thumb {
        float: left;
        width: 33%;
        margin-right: 4%; } }
    .box-01 .thumb img {
      width: 100%;
      transition-duration: 0.3s; }
  .box-01 .body {
    overflow: hidden; }
    .box-01 .body dl {
      margin-top: 0; }
  .box-01 .title {
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .box-01 .title {
        font-size: 2.375px;
        font-size: 1.52rem; } }
  .box-01 .description {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .box-01 .description {
        font-size: 1.75px;
        font-size: 1.12rem; } }
  .box-01 .plan-info {
    font-size: 13px;
    font-size: 1.3rem; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .box-01 .plan-info {
        font-size: 1.625px;
        font-size: 1.04rem; } }
    .box-01 .plan-info em {
      font-size: 20px;
      font-size: 2rem;
      font-weight: bold; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        .box-01 .plan-info em {
          font-size: 2.5px;
          font-size: 1.6rem; } }
    .box-01 .plan-info strong {
      font-size: 15px;
      font-size: 1.5rem; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        .box-01 .plan-info strong {
          font-size: 1.875px;
          font-size: 1.2rem; } }
  .box-01 .more {
    margin-top: 20px; }
  .box-01.-white {
    color: #fff; }
    .box-01.-white a {
      color: #fff;
      text-decoration: none; }
      .box-01.-white a:hover, .box-01.-white a:active, .box-01.-white a:focus {
        color: white;
        text-decoration: none; }
      .box-01.-white a:visited {
        color: white; }

.box-02 {
  margin-top: 2em; }
  .box-02::after {
    content: "";
    display: block;
    clear: both; }
  .box-02 > *:first-child {
    margin-top: 0; }
  .box-02 a {
    display: block;
    color: #000;
    text-decoration: none; }
    .box-02 a:hover, .box-02 a:active, .box-02 a:focus {
      color: black;
      text-decoration: none; }
    .box-02 a:visited {
      color: black; }
    .box-02 a:hover .thumb img {
      transform: scale(1.1);
      transition-duration: 0.3s; }
  .box-02 .thumb {
    overflow: hidden;
    margin-bottom: 7px; }
    .box-02 .thumb img {
      width: 100%;
      transition-duration: 0.3s; }
  .box-02 .body {
    overflow: hidden; }
  .box-02 dl {
    margin-top: 0; }
    .box-02 dl dd {
      font-size: 13px;
      font-size: 1.3rem;
      margin-bottom: 5px; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        .box-02 dl dd {
          font-size: 1.625px;
          font-size: 1.04rem; } }
      @media screen and (max-width: 767px) {
        .box-02 dl dd {
          margin-bottom: 3px; } }
      .box-02 dl dd ul {
        margin-top: 0; }
  .box-02 .title {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 7px;
    margin-top: 0; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .box-02 .title {
        font-size: 2px;
        font-size: 1.28rem; } }
    @media screen and (max-width: 767px) {
      .box-02 .title {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.3;
        margin-bottom: 3px; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .box-02 .title {
      font-size: 1.625px;
      font-size: 1.04rem; } }

  .box-02 .description {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .box-02 .description {
        font-size: 1.75px;
        font-size: 1.12rem; } }
  .box-02 .next-date {
    color: #2896f0; }
  .box-02 .time {
    display: none; }
  .box-02 .plan-info {
    font-size: 13px;
    font-size: 1.3rem; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .box-02 .plan-info {
        font-size: 1.625px;
        font-size: 1.04rem; } }
  .box-02 ul.icon-01 li span {
    font-size: 10px;
    font-size: 1rem;
    padding: 0 2px; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .box-02 ul.icon-01 li span {
        font-size: 1.25px;
        font-size: 0.8rem; } }
  .box-02.-white {
    color: #fff; }
    .box-02.-white a {
      color: #fff;
      text-decoration: none; }
      .box-02.-white a:hover, .box-02.-white a:active, .box-02.-white a:focus {
        color: white;
        text-decoration: none; }
      .box-02.-white a:visited {
        color: white; }

.box-03-unit {
  margin-bottom: 2em; }

.box-03 {
  border: 1px solid #D9D9D9;
  padding: 1.5em 1.5em 0.5em 4em;
  height: 100%; }
  .box-03 > *:first-child {
    margin-top: 0; }
  .box-03 a {
    color: #000;
    text-decoration: none; }
    .box-03 a:hover, .box-03 a:active, .box-03 a:focus {
      color: black;
      text-decoration: none; }
    .box-03 a:visited {
      color: black; }
  .box-03 .inner {
    width: 100%;
    position: relative; }
  .box-03 .thumb {
    position: relative;
    overflow: hidden; }
    .box-03 .thumb:before {
      content: "";
      display: block;
      padding-top: 100%; }
    .box-03 .thumb .thumb-inner {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      overflow: hidden; }
    .box-03 .thumb .thumb-inner-box {
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center; }
  .box-03 .date {
    display: block;
    transform: rotate(-90deg);
    position: absolute;
    top: 45%;
    letter-spacing: 0.5em;
    left: -7.5em;
    font-size: 13px;
    font-size: 1.3rem; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .box-03 .date {
        font-size: 1.625px;
        font-size: 1.04rem; } }
  .box-03 .title {
    margin: 0.5em 0 0;
    font-size: 15px;
    font-size: 1.5rem; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .box-03 .title {
        font-size: 1.875px;
        font-size: 1.2rem; } }
  .box-03 .btn {
    text-align: right;
    margin-top: 2em; }
    .box-03 .btn .btn-01, .box-03 .btn .btn-box a, .btn-box .box-03 .btn a {
      padding: 0; }

.box-04 {
  margin-top: 2em; }
  .box-04 a {
    color: #000;
    text-decoration: none;
    display: block; }
    .box-04 a:hover, .box-04 a:active, .box-04 a:focus {
      color: black;
      text-decoration: none; }
    .box-04 a:visited {
      color: black; }
    @media print, screen and (min-width: 768px) {
      .box-04 a {
        padding: 15px;
        transition: .2s; } }
    .box-04 a:hover {
      background: #f6f4ef; }
  .box-04 h3 {
    margin: 0 0 10px;
    font-size: 17px;
    font-size: 1.7rem; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .box-04 h3 {
        font-size: 2.125px;
        font-size: 1.36rem; } }
  .box-04 .thumb {
    float: left;
    width: 30%;
    margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .box-04 .thumb {
        margin-right: 10px; } }
  .box-04 .body {
    overflow: hidden; }
    .box-04 .body dl {
      margin-top: 0; }
      .box-04 .body dl dd {
        margin-bottom: 5px; }
    .box-04 .body ul {
      margin-top: 0; }
  .box-04 .next-date {
    color: #2896f0; }
  .box-04 .time {
    display: none; }
  .box-04 .description {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .box-04 .description {
        font-size: 1.75px;
        font-size: 1.12rem; } }
    @media screen and (max-width: 767px) {
      .box-04 .description {
        font-size: 12px;
        font-size: 1.2rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .box-04 .description {
      font-size: 1.5px;
      font-size: 0.96rem; } }

  .box-04 .more {
    text-align: right;
    font-size: 80%;
    padding-right: 10px; }

.box-shift01 {
  margin-top: 2em; }
  .box-shift01 > *:first-child {
    margin-top: 0; }
  @media print, screen and (min-width: 768px) {
    .box-shift01 {
      width: 100%;
      position: relative; } }
  @media print, screen and (min-width: 768px) {
    .box-shift01 .thumb {
      width: 80%;
      padding-bottom: 4em;
      display: block; } }
  .box-shift01 .thumb img {
    width: 100%; }
  .box-shift01 .body {
    background: rgba(0, 0, 0, 0.9);
    padding: 2em;
    color: #fff; }
    .box-shift01 .body > *:first-child {
      margin-top: 0; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .box-shift01 .body {
        width: 50%;
        position: absolute;
        right: 0;
        top: 0; } }
    @media print, screen and (min-width: 1023px) {
      .box-shift01 .body {
        width: 47%;
        text-align: center;
        position: absolute;
        right: 0;
        bottom: 0; } }

.box-decoration {
  margin-top: 2em;
  padding: 2em;
  background: #e5ebef;
  border-radius: 10px; }
  .box-decoration h4 {
    margin: 0;
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    color: #2896f0;
    letter-spacing: 0.1em; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .box-decoration h4 {
        font-size: 3px;
        font-size: 1.92rem; } }
    .box-decoration h4 span {
      display: block;
      font-size: 15px;
      font-size: 1.5rem;
      letter-spacing: normal; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        .box-decoration h4 span {
          font-size: 1.875px;
          font-size: 1.2rem; } }
  .box-decoration .btn {
    text-align: center; }
  @media print, screen and (min-width: 768px) {
    .box-decoration .list {
      font-size: 18px;
      font-size: 1.8rem;
      width: 80%;
      margin: 1em auto; } }
  @media screen and (min-width: 768px) and (min-width: 480px) and (max-width: 1200px) {
    .box-decoration .list {
      font-size: 2.25px;
      font-size: 1.44rem; } }
  @media print, screen and (min-width: 768px) {
      .box-decoration .list li {
        margin-bottom: 0; } }

.archive {
  background: #000;
  padding: 8px;
  color: #fff;
  margin-bottom: 2em; }
  .archive a {
    color: #fff;
    text-decoration: none; }
    .archive a:hover, .archive a:active, .archive a:focus {
      color: white;
      text-decoration: none; }
    .archive a:visited {
      color: white; }
  .archive .inner {
    border: 1px solid #ddd;
    padding: 15px; }
  .archive h2 {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .archive h2 {
        font-size: 2.25px;
        font-size: 1.44rem; } }
    .archive h2::after {
      display: block;
      content: '';
      background: #2896f0;
      height: 2px;
      width: 40px;
      margin-left: auto;
      margin-right: auto; }

ul.archive-entry {
  margin: 1em 0 0;
  padding: 0; }
  ul.archive-entry li {
    list-style: none; }
    ul.archive-entry li:not(:last-child) {
      margin-bottom: 10px; }
  ul.archive-entry a {
    display: block; }
    ul.archive-entry a::after {
      content: "";
      display: block;
      clear: both; }
  ul.archive-entry .thumb {
    width: 70px;
    float: left;
    margin-right: 10px; }
  ul.archive-entry .body {
    overflow: hidden; }
    ul.archive-entry .body dl {
      margin: 0; }
    ul.archive-entry .body .date {
      font-size: 11px;
      font-size: 1.1rem; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        ul.archive-entry .body .date {
          font-size: 1.375px;
          font-size: 0.88rem; } }
    ul.archive-entry .body .title {
      font-size: 13px;
      font-size: 1.3rem; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        ul.archive-entry .body .title {
          font-size: 1.625px;
          font-size: 1.04rem; } }

.archive-year {
  margin: 1em 0 0;
  padding: 0; }
  .archive-year li {
    list-style: none; }
    .archive-year li:not(:last-child) {
      margin-bottom: 10px; }
  .archive-year a {
    display: block;
    position: relative; }
    .archive-year a::after {
      content: "";
      display: block;
      clear: both; }
    .archive-year a::after {
      font-family: ionicons;
      content: "";
      display: inline-block;
      position: absolute;
      top: calc(50% - 0.5em);
      right: 5px;
      color: #2896f0;
      line-height: 1;
      transition: all 0.3s; }
    .archive-year a:hover::after {
      transform: translate(5px, 0px); }

@media print, screen and (min-width: 1023px) {
  .js-acms-offcanvas {
    display: none; } }

#offcanvas {
  background: #000; }
  #offcanvas a {
    color: #fff;
    text-decoration: none; }
    #offcanvas a:hover, #offcanvas a:active, #offcanvas a:focus {
      color: white;
      text-decoration: none; }
    #offcanvas a:visited {
      color: white; }
  #offcanvas .sns ul {
    list-style-type: none;
    padding: 0;
    text-align: center; }
    #offcanvas .sns ul li {
      display: inline-block;
      font-size: 26px;
      font-size: 2.6rem; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        #offcanvas .sns ul li {
          font-size: 3.25px;
          font-size: 2.08rem; } }
      #offcanvas .sns ul li a {
        display: block;
        color: #fff;
        padding: 0 10px; }
  #offcanvas .language-switch {
    text-align: center; }
    #offcanvas .language-switch ul {
      margin: 0;
      padding: 0;
      letter-spacing: -.4em;
      border: 1px solid #fff;
      border-radius: 1em;
      display: inline-block;
      padding: 0 1em;
      vertical-align: middle;
      margin: 20px auto; }
      #offcanvas .language-switch ul li {
        letter-spacing: normal;
        color: #fff;
        display: inline-block;
        font-size: 18px;
        font-size: 1.8rem; }
        @media screen and (min-width: 480px) and (max-width: 1200px) {
          #offcanvas .language-switch ul li {
            font-size: 2.25px;
            font-size: 1.44rem; } }
        #offcanvas .language-switch ul li a {
          color: #fff; }
        #offcanvas .language-switch ul li span {
          padding: 0 0.5em; }
        #offcanvas .language-switch ul li:after {
          content: "|"; }
        #offcanvas .language-switch ul li:last-child:after {
          content: none; }
  #offcanvas nav.gnavi ul {
    margin: 0;
    padding: 0; }
    #offcanvas nav.gnavi ul > li {
      list-style: none;
      border-bottom: 1px solid #444; }
      #offcanvas nav.gnavi ul > li > a {
        display: block;
        padding: 10px; }
        #offcanvas nav.gnavi ul > li > a::before {
          font-family: FontAwesome;
          content: "";
          display: inline-block;
          margin-right: 5px; }
      #offcanvas nav.gnavi ul > li .gnavi-second {
        background: #333;
        padding: 10px 0 10px 20px; }
        #offcanvas nav.gnavi ul > li .gnavi-second ul li {
          border: 0; }
          #offcanvas nav.gnavi ul > li .gnavi-second ul li a {
            padding: 5px; }
            #offcanvas nav.gnavi ul > li .gnavi-second ul li a .en {
              font-size: 14px;
              font-size: 1.4rem; }
              @media screen and (min-width: 480px) and (max-width: 1200px) {
                #offcanvas nav.gnavi ul > li .gnavi-second ul li a .en {
                  font-size: 1.75px;
                  font-size: 1.12rem; } }
            #offcanvas nav.gnavi ul > li .gnavi-second ul li a .jp {
              font-size: 11px;
              font-size: 1.1rem;
              margin-left: 5px; }
              @media screen and (min-width: 480px) and (max-width: 1200px) {
                #offcanvas nav.gnavi ul > li .gnavi-second ul li a .jp {
                  font-size: 1.375px;
                  font-size: 0.88rem; } }

.fair-calendar {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .fair-calendar h2 {
    font-family: 'EB Garamond', serif;
    font-weight: normal;
    text-align: center;
    letter-spacing: .2em; }
    .fair-calendar h2 .month {
      font-size: 50px;
      font-size: 5rem; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        .fair-calendar h2 .month {
          font-size: 6.25px;
          font-size: 4rem; } }
  .fair-calendar table.table-calendar {
    width: 100%; }
    .fair-calendar table.table-calendar td, .fair-calendar table.table-calendar th {
      text-align: center;
      font-family: 'EB Garamond', serif; }
    .fair-calendar table.table-calendar td {
      width: calc(100% / 7); }
      .fair-calendar table.table-calendar td a, .fair-calendar table.table-calendar td span {
        display: inline-block;
        padding: 4px;
        width: 100%;
        font-size: 22px;
        font-size: 2.2rem; }
        @media screen and (min-width: 480px) and (max-width: 1200px) {
          .fair-calendar table.table-calendar td a, .fair-calendar table.table-calendar td span {
            font-size: 2.75px;
            font-size: 1.76rem; } }
      .fair-calendar table.table-calendar td a {
        background: #111;
        color: #fff;
        text-decoration: none;
        padding: -4px; }
        .fair-calendar table.table-calendar td a:hover, .fair-calendar table.table-calendar td a:active, .fair-calendar table.table-calendar td a:focus {
          color: white;
          text-decoration: none; }
        .fair-calendar table.table-calendar td a:visited {
          color: white; }
    .fair-calendar table.table-calendar tbody tr td:first-child a, .fair-calendar table.table-calendar tbody tr td:last-child a {
      background: #2896f0; }
