@charset "UTF-8";
/* Generic Layout Style
 * =================================================================================
**/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Noto+Serif+JP:400,700|Raleway:400,700");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* clearfix
 * =================================================================================
**/
.cf, .pageHeader, #main, #footer, #section_pageHeader, #title-wrap, #title, .pagenav, .section_primary, .section_secondary, .section-banners, #wrap-container, .inner, .container .bt-more, .to_bt, .wrap-bn-area02, .cap-l, .cap-l-t2, .cap-l-t3, .cap-m, .cap-s, .boxwrap1, .boxwrap2, .boxwrap3, .i1, .i2, .i3, .i4, .i5, .line-hr, .dibox, .dl-box1, .to-buttonbox, .qabox, .stepbox, .unit-hour, .sm-cate-title, .list-sm, #header, .cap-l-t2 h2, .boxwrap-w, .imgfull, .noline-hr, .dl-box1 dl, .to-bt2, .stepbox ul li, .wcarea_400213830805 li {
  zoom: 1; }
  .cf:before, .pageHeader:before, #main:before, #footer:before, #section_pageHeader:before, #title-wrap:before, #title:before, .pagenav:before, .section_primary:before, .section_secondary:before, .section-banners:before, #wrap-container:before, .inner:before, .container .bt-more:before, .to_bt:before, .wrap-bn-area02:before, .cap-l:before, .cap-l-t2:before, .cap-l-t3:before, .cap-m:before, .cap-s:before, .boxwrap1:before, .boxwrap2:before, .boxwrap3:before, .i1:before, .i2:before, .i3:before, .i4:before, .i5:before, .line-hr:before, .dibox:before, .dl-box1:before, .to-buttonbox:before, .qabox:before, .stepbox:before, .unit-hour:before, .sm-cate-title:before, .list-sm:before, #header:before, .cap-l-t2 h2:before, .boxwrap-w:before, .imgfull:before, .noline-hr:before, .dl-box1 dl:before, .to-bt2:before, .stepbox ul li:before, .wcarea_400213830805 li:before, .cf:after, .pageHeader:after, #main:after, #footer:after, #section_pageHeader:after, #title-wrap:after, #title:after, .pagenav:after, .section_primary:after, .section_secondary:after, .section-banners:after, #wrap-container:after, .inner:after, .container .bt-more:after, .to_bt:after, .wrap-bn-area02:after, .cap-l:after, .cap-l-t2:after, .cap-l-t3:after, .cap-m:after, .cap-s:after, .boxwrap1:after, .boxwrap2:after, .boxwrap3:after, .i1:after, .i2:after, .i3:after, .i4:after, .i5:after, .line-hr:after, .dibox:after, .dl-box1:after, .to-buttonbox:after, .qabox:after, .stepbox:after, .unit-hour:after, .sm-cate-title:after, .list-sm:after, #header:after, .cap-l-t2 h2:after, .boxwrap-w:after, .imgfull:after, .noline-hr:after, .dl-box1 dl:after, .to-bt2:after, .stepbox ul li:after, .wcarea_400213830805 li:after {
    content: "";
    display: table; }
  .cf:after, .pageHeader:after, #main:after, #footer:after, #section_pageHeader:after, #title-wrap:after, #title:after, .pagenav:after, .section_primary:after, .section_secondary:after, .section-banners:after, #wrap-container:after, .inner:after, .container .bt-more:after, .to_bt:after, .wrap-bn-area02:after, .cap-l:after, .cap-l-t2:after, .cap-l-t3:after, .cap-m:after, .cap-s:after, .boxwrap1:after, .boxwrap2:after, .boxwrap3:after, .i1:after, .i2:after, .i3:after, .i4:after, .i5:after, .line-hr:after, .dibox:after, .dl-box1:after, .to-buttonbox:after, .qabox:after, .stepbox:after, .unit-hour:after, .sm-cate-title:after, .list-sm:after, #header:after, .cap-l-t2 h2:after, .boxwrap-w:after, .imgfull:after, .noline-hr:after, .dl-box1 dl:after, .to-bt2:after, .stepbox ul li:after, .wcarea_400213830805 li:after {
    clear: both; }

/* END:clearfix
 * =================================================================================
**/
.arrow, .globalmenu .hnav ul.hnav-01 li a:before, .pagenav ul li:after, .bt-more .datalink a:after, .to-buttonbox p:after, .block-listed p:after, .block-listed dl:after, .unit-hour .ka:before, .sm-cate-title:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 5px;
  border-right: 2px solid #966432;
  border-bottom: 2px solid #966432;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: auto;
  content: "";
  vertical-align: middle; }

.triangle, .title-navi ul li a:before, .list-sm .sub:before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-left: 4px solid #fff; }

.shadow {
  content: "";
  width: 100%;
  height: 7px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.16)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0));
  background: linear-gradient(rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0)); }

.ef-speed, .bt-more .datalink a, .bt-more .datalink a:before, .bt-more .datalink a:after, .wrap-bn-area ul li, .wrap-bn-area ul li *, .wrap-bn-area02 ul li, .wrap-bn-area02 ul li *, .section-banners .bannerlist li {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.grade-main-hori {
  background: -webkit-linear-gradient(-45deg, #0FDC96, #0B57B5);
  background: -moz-linear-gradient(-45deg, #0FDC96, #0B57B5);
  background: -webkit-linear-gradient(315deg, #0FDC96, #0B57B5);
  background: -o-linear-gradient(315deg, #0FDC96, #0B57B5);
  background: linear-gradient(135deg, #0FDC96, #0B57B5); }

.grade-main-hori-on {
  background: -webkit-linear-gradient(-45deg, #0FDC96, #0FDC96);
  background: -moz-linear-gradient(-45deg, #0FDC96, #0FDC96);
  background: -webkit-linear-gradient(315deg, #0FDC96, #0FDC96);
  background: -o-linear-gradient(315deg, #0FDC96, #0FDC96);
  background: linear-gradient(135deg, #0FDC96, #0FDC96); }

.grade-main-dark {
  background: -webkit-linear-gradient(-45deg, #054798, #B0ECD7);
  background: -moz-linear-gradient(-45deg, #054798, #B0ECD7);
  background: -webkit-linear-gradient(315deg, #054798, #B0ECD7);
  background: -o-linear-gradient(315deg, #054798, #B0ECD7);
  background: linear-gradient(135deg, #054798, #B0ECD7); }

/* Base Layout
 * =================================================================================
**/
.left, .il {
  float: left; }

.right, .ir {
  float: right; }

img.left, img.il {
  margin-right: 32px; }
  @media screen and (max-width: 680px) {
    img.left, img.il {
      margin-right: 0; } }

img.right, img.ir {
  margin-left: 32px; }
  @media screen and (max-width: 680px) {
    img.right, img.ir {
      margin-left: 0; } }

img[src*="analytics.global-websystem.net"] {
  display: none; }

img[src*="spacer.gif"] {
  width: 1px;
  height: 1px; }

@media screen and (max-width: 680px) {
  .res-pad {
    padding-left: 2%;
    padding-right: 2%; } }

/* Default
 * =================================================================================
**/
html {
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, small, address, aside, blockquote, th, td {
  font-family: "Noto Sans JP", "Noto Sans Japanese", 游ゴシック, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, メイリオ, Meiryo, "Helvetica Neue", Helvetica, YuGothic;
  color: #191F27;
  font-size: 1rem;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

h2, h3, h4, h5, p, div, dt, dd, li {
  font-family: "Noto Sans JP", "Noto Sans Japanese", 游ゴシック, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, メイリオ, Meiryo, "Helvetica Neue", Helvetica, YuGothic;
  color: #191F27; }

body {
  line-height: 1.7; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }
  li img {
    vertical-align: bottom; }

img {
  vertical-align: bottom; }

/* Base Block Style
 * =================================================================================
**/
.pageHeader, #main, #footer, #section_pageHeader, #title-wrap, #title, .pagenav, .section_primary, .section_secondary, .section-banners {
  margin: 0;
  padding: 0;
  position: relative; }

#wrap-container, .inner, .container .bt-more, .to_bt, .wrap-bn-area02, .cap-l, .cap-l-t2, .cap-l-t3, .cap-m, .cap-s, .boxwrap1, .boxwrap2, .boxwrap3, .i1, .i2, .i3, .i4, .i5, .line-hr, .dibox, .dl-box1, .to-buttonbox, .qabox, .stepbox, .unit-hour, .sm-cate-title, .list-sm {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  position: relative; }
  @media screen and (max-width: 1080px) {
    #wrap-container, .inner, .container .bt-more, .to_bt, .wrap-bn-area02, .cap-l, .cap-l-t2, .cap-l-t3, .cap-m, .cap-s, .boxwrap1, .boxwrap2, .boxwrap3, .i1, .i2, .i3, .i4, .i5, .line-hr, .dibox, .dl-box1, .to-buttonbox, .qabox, .stepbox, .unit-hour, .sm-cate-title, .list-sm {
      width: 100%;
      padding-left: 5%;
      padding-right: 5%; } }

.pagenav ul, .section-news, .section-banners .bannerlist {
  width: 100%;
  max-width: 1430px; }

#header {
  margin: 0 auto;
  width: 100%;
  z-index: 2;
  position: relative; }
  @media screen and (max-width: 1096px) {
    #header {
      height: 137px;
      z-index: auto; } }
  @media screen and (max-width: 680px) {
    #header {
      height: 90px; } }

/* fixedmenu時のアンカー対策　jsとセットで*/
.scanc {
  padding-top: 77px;
  margin-top: -77px;
  position: absolute;
  top: 0px; }

#topslide {
  width: 100%;
  max-width: 1598px !important;
  text-align: center;
  z-index: 1; }
  @media screen and (max-width: 680px) {
    #topslide {
      min-height: 0; } }

#main {
  z-index: 1; }

.subpage #main {
  padding-top: 77px; }

#wrap-container {
  margin-top: 20px; }

#footer {
  padding: 50px 0; }

/* END:Base Block Style
 * =================================================================================
**/
/*------------------------------------------------------
Base layout
------------------------------------------------------*/
img {
  -webkit-backface-visibility: hidden; }

a:link,
a:visited,
a:active {
  color: #191F27; }

a:hover {
  color: #FF9999; }

@media screen and (max-width: 1096px) {
  body {
    padding-top: 0; } }

h1#logo {
  position: absolute;
  left: 5%;
  width: 430px;
  z-index: 10;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  @media screen and (max-width: 1096px) {
    h1#logo {
      z-index: 1; } }
  @media screen and (max-width: 680px) {
    h1#logo {
      max-width: 280px;
      left: 5%;
      margin: 0 auto; } }
  h1#logo a {
    margin-top: 25px;
    padding-top: 91px;
    display: block;
    background: url(../img/logo.png) no-repeat 50% 100%;
    width: 430px;
    height: 0;
    text-align: center;
    text-decoration: none;
    text-indent: -200em;
    font-size: 14px;
    z-index: 3;
    overflow: hidden; }
    @media screen and (max-width: 680px) {
      h1#logo a {
        margin-top: 30px;
        max-width: 280px;
        z-index: 1;
        padding-top: 36px;
        background-position: 0 100%;
        background-size: contain; } }

.content-page h1#logo {
  margin: auto; }
  .content-page h1#logo a {
    margin-top: 40px; }
  @media screen and (max-width: 1096px) {
    .content-page h1#logo {
      position: relative; } }

#navbar {
  z-index: 2; }

.globalmenu {
  padding-top: 126px; }
  .globalmenu .hnav {
    padding: 14px 5% 18px 40px;
    width: auto;
    background-color: #ffe6e6;
    border-radius: 0 0 0 16px;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px; }
    .globalmenu .hnav ul {
      text-align: right;
      font-size: 16px; }
      .globalmenu .hnav ul.f-size {
        position: relative;
        border-bottom: 1px solid #444444;
        display: inline-block; }
        @media screen and (max-width: 680px) {
          .globalmenu .hnav ul.f-size {
            display: none; } }
        .globalmenu .hnav ul.f-size:before {
          content: "文字サイズ";
          font-weight: bold;
          font-size: 14px;
          margin: 0 14px; }
        .globalmenu .hnav ul.f-size li {
          width: 67px;
          height: 27px;
          cursor: pointer;
          background-color: #A5A5A5;
          display: inline-block;
          color: #fff;
          text-align: center;
          font-weight: bold;
          line-height: 27px;
          font-size: 16px;
          margin: 0;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .globalmenu .hnav ul.f-size li:hover, .globalmenu .hnav ul.f-size li.active {
            background-color: #444444;
            color: #fff; }
      .globalmenu .hnav ul.hnav-01 {
        margin-top: 16px;
        width: 100%; }
        .globalmenu .hnav ul.hnav-01 li {
          margin-right: 1em;
          font-size: 15px;
          font-weight: bold; }
          @media screen and (max-width: 680px) {
            .globalmenu .hnav ul.hnav-01 li {
              font-size: 13px; } }
          .globalmenu .hnav ul.hnav-01 li a {
            padding-left: 1em; }
            .globalmenu .hnav ul.hnav-01 li a:before {
              opacity: 0.8; }
          .globalmenu .hnav ul.hnav-01 li.tel img {
            max-width: 100%;
            height: auto; }
          .globalmenu .hnav ul.hnav-01 li.tel a:before {
            content: none; }
      .globalmenu .hnav ul.hnav-02 {
        margin-top: 0.5em; }
        .globalmenu .hnav ul.hnav-02 li {
          margin-right: 1em; }
          .globalmenu .hnav ul.hnav-02 li.access a {
            padding-left: 20px;
            position: relative;
            font-weight: bold; }
            .globalmenu .hnav ul.hnav-02 li.access a:before {
              content: "";
              background: url("../img/fix/ico_access.png") no-repeat 0 0;
              background-size: contain;
              width: 15px;
              height: 20px;
              display: inline-block;
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              margin: auto; }
    .globalmenu .hnav li {
      font-size: 15px;
      padding: 0;
      display: inline-block;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }
      .globalmenu .hnav li * {
        color: #966432; }
      .globalmenu .hnav li a {
        text-decoration: none;
        position: relative;
        display: block;
        height: auto; }
  @media screen and (max-width: 1096px) {
    .globalmenu {
      padding-top: 0; }
      .globalmenu .hnav {
        margin-top: 2em;
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        padding: 1em 20px;
        border-radius: 0; }
        .globalmenu .hnav li {
          width: 100%;
          margin: 0 0 1em 0;
          text-align: left; } }

#navigation {
  width: 100%;
  margin: 0 auto 1em;
  padding: 0 0 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-end; }
  #navigation * {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden; }
  #navigation li.pri {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-align: center;
    line-height: 20px;
    font-weight: 600;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    font-size: 1.125rem; }
    #navigation li.pri a {
      padding: 1.2em 1.5vw;
      overflow: hidden;
      display: block;
      text-decoration: none;
      color: #191F27;
      outline: none;
      border-radius: 0.5em; }
      #navigation li.pri a:hover {
        color: #FF9999; }
    #navigation li.pri.drawer-dropdown .sub-p {
      font-size: 1.125rem;
      font-weight: 600; }
      #navigation li.pri.drawer-dropdown .sub-p a {
        border-radius: 0.5em 0.5em 0 0; }
        #navigation li.pri.drawer-dropdown .sub-p a:hover {
          background-color: #EDF1F1; }
    #navigation li.pri .drawer-dropdown-menu {
      padding: 1.5em 10%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      overflow: hidden;
      top: -10%;
      display: none; }
      @media screen and (max-width: 1096px) {
        #navigation li.pri .drawer-dropdown-menu {
          padding: 0 0 1em;
          height: auto; } }
      #navigation li.pri .drawer-dropdown-menu .title {
        width: 325px;
        padding: 2em;
        letter-spacing: 0;
        font-size: 28px;
        font-weight: bold;
        color: #FF9999; }
        @media screen and (max-width: 680px) {
          #navigation li.pri .drawer-dropdown-menu .title {
            font-size: 26px; } }
      #navigation li.pri .drawer-dropdown-menu .smenu-list {
        width: calc(100% - 325px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        text-align: center; }
        @media screen and (max-width: 1096px) {
          #navigation li.pri .drawer-dropdown-menu .smenu-list {
            padding-left: 1em; } }
        #navigation li.pri .drawer-dropdown-menu .smenu-list .sub {
          margin-bottom: 0.2em;
          width: 25%;
          text-align: center;
          font-weight: bold; }
          @media screen and (max-width: 1096px) {
            #navigation li.pri .drawer-dropdown-menu .smenu-list .sub {
              width: 100%;
              margin-bottom: 0;
              font-size: 14px;
              margin-bottom: 0.6em;
              text-align: left; } }
          #navigation li.pri .drawer-dropdown-menu .smenu-list .sub a {
            padding: 1em 0.5em;
            color: #191F27; }
            #navigation li.pri .drawer-dropdown-menu .smenu-list .sub a:hover {
              color: #FF9999; }
  @media screen and (max-width: 1096px) {
    #navigation {
      display: block;
      height: auto;
      padding-left: 20px; }
      #navigation li.pri {
        width: 100%;
        display: block;
        text-align: left; }
        #navigation li.pri a {
          margin: 0.5em 0;
          padding: 10px;
          display: block; }
        #navigation li.pri.drawer-dropdown {
          position: relative; }
          #navigation li.pri.drawer-dropdown:after {
            content: "";
            width: 5px;
            height: 5px;
            border-right: 1px solid #191F27;
            border-bottom: 1px solid #191F27;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            top: 1em;
            right: 1em;
            margin: auto;
            display: inline-block; }
          #navigation li.pri.drawer-dropdown .drawer-dropdown-menu {
            padding: 0; }
            #navigation li.pri.drawer-dropdown .drawer-dropdown-menu .title {
              display: none; }
            #navigation li.pri.drawer-dropdown .drawer-dropdown-menu .smenu-list {
              width: 100%; }
              #navigation li.pri.drawer-dropdown .drawer-dropdown-menu .smenu-list a {
                margin: 0;
                padding: 10px; } }

@-webkit-keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes show_m {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes show_m {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

#navigation .drawer-dropdown:hover .drawer-dropdown-menu {
  top: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-animation: show 0.3s ease-out 0s;
  animation: show 0.3s ease-out 0s; }
  @media screen and (max-width: 1096px) {
    #navigation .drawer-dropdown:hover .drawer-dropdown-menu {
      display: none; } }

#navigation .drawer-dropdown.open > .drawer-dropdown-menu {
  top: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto; }
  @media screen and (max-width: 1096px) {
    #navigation .drawer-dropdown.open > .drawer-dropdown-menu {
      height: auto;
      -webkit-animation: show_m 0.3s ease-out 0s;
      animation: show_m 0.3s ease-out 0s; } }

.sub a:after {
  content: none; }

/*SlideShow*/
#slide-wrap {
  position: relative;
  width: 100%; }
  .no-flexbox #slide-wrap .swiper-wrapper {
    width: 980px;
    margin: 0 auto; }
  #slide-wrap.swiper-container .swiper-slide {
    width: auto;
    min-width: 936px; }
    @media screen and (max-width: 1080px) {
      #slide-wrap.swiper-container .swiper-slide {
        min-width: 0; } }
  .no-flexbox #slide-wrap.swiper-container {
    height: 400px;
    overflow: hidden; }
    .no-flexbox #slide-wrap.swiper-container .swiper-slide {
      float: left; }
  #slide-wrap .swiper-pagination-fraction, #slide-wrap .swiper-pagination-custom, #slide-wrap .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 2px; }
  #slide-wrap .swiper-pagination-bullet-active {
    background-color: rgba(34, 202, 143, 0.9); }
  @media screen and (max-width: 680px) {
    #slide-wrap .swiper-slide {
      width: 100%; }
      #slide-wrap .swiper-slide img {
        width: 100%;
        height: auto; } }

.slider-area{
	position:relative;
	}

.slider-area p.catch{
	position:absolute;
	top:20%;
	left:10%;
	z-index: 1;
	}

@media screen and (max-width: 680px) {
	
.slider-area p.catch{
	position:absolute;
	top:20%;
	left:5%;
	z-index: 1;
	max-width:650px;
	width:50%;
	}

.slider-area p.catch img{
	width:100%;
	height:auto;
	}

}


/*Footer*/
#footer {
  position: relative;
  margin: 0 auto; }
  #footer .area-info {
    padding: 60px 5%;
    display: -ms-flexbox;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  #footer a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #footer a:hover {
      color: #8CACB0; }
  #footer .info {
    width: 293px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
    #footer .info .f-logo {
      margin: 0 0 10px; }
      #footer .info .f-logo img {
        max-width: 100%;
        height: auto; }
    #footer .info .link {
      margin: 0.3em 0; }
      #footer .info .link a {
        color: #666;
        font-weight: bold;
        text-decoration: none; }
    #footer .info .access h4 a{
      padding-left: 20px;
      font-weight: bold;
      position: relative;
	  text-decoration: none; }
      #footer .info .access h4 a:before {
        content: "";
        background: url("../img/ico-access.png") no-repeat 0 0;
        background-size: contain;
        border: none;
        width: 15px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        display: inline-block; }
    #footer .info .group {
      margin-top: 1.5em; }
      #footer .info .group h4 {
        background-color: #FFC0CB;
        color: #fff;
        font-weight: bold;
        padding: 3px 1em; }
  #footer .gmap {
    width: calc(100% - 293px);
    padding-left: 10%;
    height: 580px; }
  #footer .flink {
    width: 100%;
    border-top: 1px solid #8CACB0;
    padding: 2em 5% 10px; }
    #footer .flink ul li {
      font-size: 14px;
      font-weight: bold;
      display: inline-block;
      margin-right: 2em; }
      #footer .flink ul li a {
        text-decoration: none; }
  #footer address {
    font-style: normal;
    margin-bottom: 10px; }
  @media screen and (max-width: 1096px) {
    #footer {
      padding: 30px 2%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      #footer .info {
        margin: 0 auto 1em; }
      #footer .gmap {
        width: 100%;
        padding-left: 0; }
      #footer .info-oem {
        max-width: none; }
      #footer .flink {
        width: 100%;
        margin-bottom: 2em;
        max-width: none;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        #footer .flink ul {
          padding: 0; }
        #footer .flink:before {
          content: none; } }
  @media screen and (max-width: 680px) {
    #footer .info-oem ul li {
      width: 100%; } }

#copy {
  width: 100%;
  clear: both;
  font-size: 13px;
  display: block;
  text-align: right; }
  @media screen and (max-width: 680px) {
    #copy {
      font-size: 11px; } }

.content-page #footer #copy {
  padding: 2em;
  text-align: center;
  width: 100%; }

.gmap {
  height: 50vh; }
  .gmap iframe {
    width: 100%;
    height: 100%; }

@media screen and (max-width: 680px) {
  .boxwrap1.gmap, .gmap.boxwrap2, .gmap.boxwrap3 {
    padding: 0; } }

body{
	position:relative;
	}

.fixbnr{
	position:fixed;
	right:0;
	top:25%;
	z-index:20;
	border-top-left-radius:9px;
	border-bottom-left-radius:9px;
	border:2px solid #fff;
	border-right:none;
	overflow: hidden;
	transition:0.4s;
	}
.fixbnr:hover{
	transform: translateY(-5px);
	}

@media screen and (max-width: 680px) {
	.fixbnr{display:none;}
}


/*  Pageheader Style
 * =================================================================================
**/
#section_pageHeader {
  margin: 0 auto;
  position: relative;
  padding-top: 140px;
  background: url("../img/bg_pageimg.jpg") no-repeat 100% 50% #FDDFDF; }
  @media screen and (max-width: 680px) {
    #section_pageHeader {
      padding-top: 60px; } }

#title-wrap {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background-color: #fff; }

#title {
  border-bottom: 1px solid #EDF1F1;
  padding: 0 10% 0;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  z-index: 3; }
  @media screen and (max-width: 1080px) {
    #title {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (max-width: 1096px) {
    #title {
      padding: 2em 5%; } }
  @media screen and (max-width: 680px) {
    #title {
      padding: 0 5% 1em; } }
  #title h2 {
    font-size: 36px;
    padding: 1em 2em 0.5em;
    margin-right: 2em;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.1em;
    text-align: left;
    color: #FF9999;
    background-color: #fff;
    border-radius: 16px 16px 0 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media screen and (max-width: 680px) {
      #title h2 {
        font-size: 34px; } }
    #title h2:before {
      content: "";
      width: 50vw;
      height: 100%;
      border-radius: 0 16px 0 0;
      background-color: #fff;
      position: absolute;
      right: 0;
      top: 0;
      z-index: -1; }
    @media screen and (max-width: 680px) {
      #title h2 {
        width: 100%;
        font-size: 22px;
        margin-right: 0; } }
  #title .title-navi {
    padding-top: 2em;
    width: auto; }
    @media screen and (max-width: 680px) {
      #title .title-navi {
        padding-top: 0;
        width: 100%; } }

.title-navi {
  margin-top: 10px; }
  .title-navi ul {
    padding: 0;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap; }
    @media all and (-ms-high-contrast: none) {
      .title-navi ul {
        max-width: 800px; } }
    .title-navi ul li {
      -ms-flex: 1 1 10%;
      -webkit-box-flex: 0;
      flex: 0 0 auto;
      margin-right: 16px;
      margin-bottom: 10px; }
      @media screen and (max-width: 680px) {
        .title-navi ul li {
          margin-bottom: 0; } }
      .title-navi ul li a {
        padding: 8px 24px;
        text-decoration: none;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        position: relative;
        display: block;
        color: #FF9999;
        text-align: center;
        background: #fff;
        font-weight: bold; }
        .title-navi ul li a:hover {
          color: #966432; }
        .title-navi ul li a:before {
          left: 10px;
          top: 5px;
          border-left-color: #FF9999;
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
        .title-navi ul li a:after {
          content: "";
          width: 1px;
          height: 14px;
          background-color: #FF9999;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          display: inline-block; }
        @media screen and (max-width: 680px) {
          .title-navi ul li a {
            padding: 4px 24px; } }
      .title-navi ul li:last-child a:after {
        content: none; }

.pagenav {
  background-color: #fff;
  margin: 0 auto; }
  .pagenav ul {
    margin: 0 auto;
    text-align: right;
    padding: 5px 0; }
    .pagenav ul li {
      font-size: 13px;
      padding-right: 15px;
      position: relative;
      display: inline-block; }
      @media screen and (max-width: 680px) {
        .pagenav ul li {
          font-size: 11px; } }
      .pagenav ul li:after {
        left: auto;
        right: 3px;
        width: 5px;
        height: 5px;
        border-top: 1px solid #22CA8F;
        border-right: 1px solid #22CA8F;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .pagenav ul li:last-child:after {
        content: none; }

.container {
  margin: 0 auto;
  padding: 30px 0 30px;
  min-height: 40vh; }
  @media screen and (max-width: 1080px) {
    .container {
      padding-right: 2%;
      padding-left: 2%; } }
  @media screen and (max-width: 680px) {
    .container {
      padding: 0 2% 80px; } }

#topContainer {
  padding: 0; }
  #topContainer > div:first-child {
    margin-top: 70px; }

/* 汎用クラス */
.red {
  color: #FF0000; }

.bold {
  font-weight: bold; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.bt-more {
  margin: 20px 0; }
  .bt-more .datalink {
    display: inline-block;
    position: relative; }
    .bt-more .datalink:hover:after {
      width: 100%; }
    .bt-more .datalink a {
      background-color: #F66;
      padding: 12px 60px 12px 50px;
      display: block;
      text-decoration: none;
      position: relative;
      font-weight: 600;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border-radius: 8px;
      -webkit-box-shadow: 3px 6px 25px rgba(0, 0, 0, 0.19);
      box-shadow: 3px 6px 25px rgba(0, 0, 0, 0.19);
      color: #fff; }
      .bt-more .datalink a:before {
        content: "";
        width: 14px;
        height: 14px;
        border-radius: 1em;
        border: 2px solid #fff;
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        margin: auto;
        display: inline-block; }
      .bt-more .datalink a:after {
        left: auto;
        right: 27px;
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff; }
    .bt-more .datalink:hover a {
      background-color: #FF9999; }
      .bt-more .datalink:hover a:before {
        right: 10px; }
      .bt-more .datalink:hover a:after {
        right: 17px; }

.container .bt-more {
  margin: 50px auto; }

.to_bt {
  margin: 50px auto; }
  .to_bt a {
    padding: 15px 60px;
    display: inline-block;
    background: #0F0F1E;
    border-radius: 70px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-box-shadow: 4px 3px 0 rgba(140, 172, 176, 0.9);
    box-shadow: 4px 3px 0 rgba(140, 172, 176, 0.9); }
    .to_bt a:hover {
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transform: translate(2px, 2px);
      -ms-transform: translate(2px, 2px);
      transform: translate(2px, 2px); }
  @media screen and (max-width: 680px) {
    .to_bt.mail {
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 10000;
      margin: 0; } }
  .to_bt.mail a {
    position: relative;
    background: #8CACB0;
    padding: 20px 40px 20px 80px; }
    @media screen and (max-width: 680px) {
      .to_bt.mail a {
        width: 100%;
        padding: 20px 0px 20px 20px; } }
    .to_bt.mail a:before {
      content: "";
      background: url(../img/fix/bt-mail.svg) no-repeat 50% 50%;
      width: 23px;
      height: 15px;
      background-size: contain;
      position: absolute;
      top: 0;
      left: 30px;
      bottom: 0;
      margin: auto; }

/*------------------------------------------------------
Toppage layout
------------------------------------------------------*/
.en {
  font-family: 'Raleway', 'Noto Sans JP', 'Roboto';
  letter-spacing: 1.2px; }

.section-news {
  width: 90%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.16);
  -webkit-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px); }
  .section-news .area-news {
    width: 50%;
    padding-bottom: 2em; }
    .section-news .area-news h2 {
      font-size: 1.2rem;
      font-weight: bold;
      color: #333;
      padding: 0.76em 60px; }
    .section-news .area-news.news01 h2 {
      background-color: #FFC0CB;
      border-radius: 16px 0 0 0; }
    .section-news .area-news.news02 h2 {
      background-color: #D8C3A5;
      border-radius: 0 16px 0 0; }
	.section-news .area-news.news02 h2 span.yoyaku{
      background-color: #F66;
	  margin-left:20px;
	  color:#fff;
	  font-size:90%;
	  padding:0 6px;
      border-radius: 6px; }
    .section-news .area-news .wrap-news {
      height: 320px;
      overflow: auto;
      position: relative;
      margin: 2em 40px 0 60px;
      padding-right: 20px; }
    .section-news .area-news.news01 dl.news_dl dt {
      padding-right: 4em;
      position: relative; }
      .section-news .area-news.news01 dl.news_dl dt strong:after {
        content: "NEW";
        background-color: #F66;
        padding: 3px 5px;
        line-height: 1;
        color: #fff;
        font-weight: bold;
        font-size: 13px;
        position: absolute;
        right: 0;
        top: 5px;
        display: inline-block; }
  @media screen and (max-width: 680px) {
    .section-news {
      width: 100%;
      margin: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
      .section-news .area-news {
        width: 100%; }
        .section-news .area-news.news01 h2,
        .section-news .area-news.news02 h2 {
          border-radius: 0;
          padding-left: 20px; }
        .section-news .area-news .wrap-news {
          height: 40vh;
          margin: 1.5em;
          padding-right: 0; } }


.section-news .area-news.news02 .wrap {
      margin: 2em 40px 0 60px; }
      @media screen and (max-width: 680px) {
        .section-news .area-news.news02 .wrap {
          margin: 2em 10px 0 10px; } }
	
	.section-news .area-news.news02 .wrap h4{font-weight:700;margin:20px 0 0; font-size:1.2rem; color:#966432;}
	.section-news .area-news.news02 .wrap span.pink{color:#FFC0CB;}	  
	
      .section-news .area-news.news02 .wrap table {
        width: 100%;
		margin-bottom:10px;
		}
        .section-news .area-news.news02 .wrap table th {
          background-color: #FFF8E7;
		  border-bottom:1px solid #D8C3A5;
          color: #222;
          font-weight: bold;
          padding: 10px; }
        .section-news .area-news.news02 .wrap table td {
          background: #FFF8E7;
		  border-bottom:1px solid #D8C3A5;
          padding: 5px;
          vertical-align: middle;
          word-break: break-all;
          text-align: center; }
          .section-news .area-news.news02 .wrap table td.case {
            background: #dff0c8; }
          .section-news .area-news.news02 .wrap table td.time {
            background: #fff;
            font-weight: bold;
            text-align: center;
            color: #390; }
      .section-news .area-news.news02 .wrap p {
        font-size: 0.9rem; }
        .section-news .area-news.news02 .wrap p span.attn {
          color: #c30; }
  @media screen and (max-width: 680px) {
    .section-news {
      width: 100%;
      margin: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
      .section-news .area-news {
        width: 100%; }
        .section-news .area-news.news01 h2,
        .section-news .area-news.news02 h2 {
          border-radius: 0;
          padding-left: 20px; }
        .section-news .area-news .wrap-news {
          height: 40vh;
          margin: 1.5em;
          padding-right: 0; } }


dl.news_dl {
  margin-bottom: 1em; }
  dl.news_dl dt {
    padding-bottom: 0.2em;
    border-bottom: 1px solid #ccc;
    font-weight: bold; }
  dl.news_dl dt:hover{
    color:#666; }
  dl.news_dl dd {
    padding-top: 0.8em;
    font-size: 1rem; }
  dl.news_dl a[href*=".pdf"] {
    position: relative;
    margin-right: 4em;
    text-decoration: none; }
    dl.news_dl a[href*=".pdf"]:after {
      content: "PDF";
      color: #fff;
      padding: 0 5px;
      height: 16px;
      line-height: 1.5;
      background-color: #CB1A1F;
      display: inline-block;
      position: relative;
      -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
      transform: translateY(-3px);
      font-size: 11px; }
  dl.news_dl img {
    float: left;
    margin: 0 1em 6px 1em; }

.section_primary {
  padding: 80px 0 70px;
  background: #ffe6e6;
  position: relative; }
  @media screen and (max-width: 680px) {
    .section_primary {
      padding: 2em 0; } }

.wrap-bn-area {
  max-width: 100%;
  margin: 0 auto;
  position: relative; }
  .wrap-bn-area ul {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .wrap-bn-area ul li {
      width: 18%;
      padding: 2em 1em 1.6em;
      margin-right: 2%;
      margin-bottom: 1em;
      background-color: #fff;
      border-radius: 10px;
      -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
      position: relative; }
      .wrap-bn-area ul li a {
        text-decoration: none;
        color: #966432; }
      .wrap-bn-area ul li .imgbox {
        margin: 0 auto;
        width: 80px;
        height: 80px;
        border-radius: 100%;
        background: #FFF8E7;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .wrap-bn-area ul li .title {
        font-size: 20px;
        font-weight: bold;
        color: #126B4C;
        text-align: center;
        line-height: 1.3; }
        @media screen and (max-width: 680px) {
          .wrap-bn-area ul li .title {
            font-size: 18px; } }
      .wrap-bn-area ul li:hover {
        background-color: #D8C3A5; }
        .wrap-bn-area ul li:hover .title a {
          color: #fff; }
  @media screen and (max-width: 680px) {
    .wrap-bn-area {
      width: 100%; }
      .wrap-bn-area ul {
        padding: 0 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .wrap-bn-area ul li {
          width: 45%;
          margin-right: 0; } }

.bt_more {
  margin-top: 40px; }
  .bt_more p {
    display: inline-block;
    font-weight: bold; }
    .bt_more p a {
      display: block;
      padding: 18px 40px;
      border-radius: 50px;
      background: #0F0F1E;
      color: #fff;
      text-decoration: none; }

.section_secondary {
  padding: 80px 0 70px;
  position: relative; }
  @media screen and (max-width: 680px) {
    .section_secondary {
      padding: 2em 0; } }

.wrap-bn-area02 {
  margin: 0 auto;
  position: relative; }
  .wrap-bn-area02 ul {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .wrap-bn-area02 ul li {
      width: 22.5%;
      padding: 2em 1em 1.6em;
      margin-right: 2%;
      margin-bottom: 1em;
      background-color: #EDF1F1;
      border-radius: 10px;
      position: relative; }
      .wrap-bn-area02 ul li:nth-child(4n) {
        margin-right: 0; }
      .wrap-bn-area02 ul li a {
        text-decoration: none;
        color: #191F27; }
      .wrap-bn-area02 ul li .imgbox {
        margin: 0 auto 1em;
        width: 116px;
        height: 116px;
        border-radius: 100%;
        border: 3px solid #FF9999;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .wrap-bn-area02 ul li .title {
        font-weight: bold;
        color: #191F27;
        text-align: center;
        line-height: 1.3;
        padding: 0 1.2em;
        position: relative; }
        .wrap-bn-area02 ul li .title:before {
          content: "";
          width: 14px;
          height: 14px;
          border-radius: 100%;
          border: 1px solid #FF9999;
          position: absolute;
          right: 0;
          bottom: 0;
          top: 0;
          margin: auto;
          display: inline-block; }
        .wrap-bn-area02 ul li .title:after {
          content: "";
          width: 4px;
          height: 4px;
          border-right: 2px solid #FF9999;
          border-bottom: 2px solid #FF9999;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          position: absolute;
          right: 5px;
          bottom: 0;
          top: 0;
          margin: auto;
          display: inline-block; }
      .wrap-bn-area02 ul li:hover {
        background-color: #FF9999; }
        .wrap-bn-area02 ul li:hover .title a {
          color: #fff; }
  @media screen and (max-width: 680px) {
    .wrap-bn-area02 {
      width: 100%; }
      .wrap-bn-area02 ul {
        padding: 0; }
        .wrap-bn-area02 ul li {
          width: 49%; }
          .wrap-bn-area02 ul li:nth-child(2n) {
            margin-right: 0; } }

.section-banners {
  padding: 90px 5% 70px;
  background-color: #FFF8E7; }
  .section-banners .bannerlist {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .section-banners .bannerlist li {
      width: 31.5%;
      margin-right: 2%;
      max-width: 430px; }
      .section-banners .bannerlist li:nth-child(3n) {
        margin-right: 0; }
      .section-banners .bannerlist li:hover {
        opacity: 0.7; }
      .section-banners .bannerlist li .img img {
        max-width: 100%;
        height: auto;
        border-radius: 1em;
        -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.16);
        box-shadow: 0 0 14px rgba(0, 0, 0, 0.16); }
      .section-banners .bannerlist li .txt {
        margin-top: 1em; }
      .section-banners .bannerlist li .bt-more {
        margin-top: 0.5em;
        font-weight: bold;
        padding-right: 20px;
        text-align: right;
        font-size: 14px;
        position: relative; }
        .section-banners .bannerlist li .bt-more a {
          text-decoration: none; }
        .section-banners .bannerlist li .bt-more:before {
          content: "";
          width: 14px;
          height: 14px;
          border-radius: 100%;
          border: 1px solid #966432;
          position: absolute;
          right: 0;
          bottom: 0;
          top: 0;
          margin: auto;
          display: inline-block; }
        .section-banners .bannerlist li .bt-more:after {
          content: "";
          width: 4px;
          height: 4px;
          border-right: 2px solid #966432;
          border-bottom: 2px solid #966432;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          position: absolute;
          right: 5px;
          bottom: 0;
          top: 0;
          margin: auto;
          display: inline-block; }
  @media screen and (max-width: 680px) {
    .section-banners {
      padding-top: 40px;
      padding-bottom: 40px; }
      .section-banners .bannerlist li {
        width: 100%;
        margin-right: 0; } }

/*------------------------------------------------------
Common style
------------------------------------------------------*/
.wc_module {
  line-height: 1.8; }

/*Title style*/
.cap_lv1 {
  margin: 40px 0 20px 0; }

.cap_lv2 {
  margin: 20px 0 20px 0; }

.cap_lv3 {
  margin: 20px 0 10px 0; }

.fs_lv1 {
  font-size: 12px; }
  @media screen and (max-width: 680px) {
    .fs_lv1 {
      font-size: 10px; } }

.fs_lv2 {
  font-size: 14px; }
  @media screen and (max-width: 680px) {
    .fs_lv2 {
      font-size: 12px; } }

.fs_lv3 {
  font-size: 16px; }
  @media screen and (max-width: 680px) {
    .fs_lv3 {
      font-size: 14px; } }

.fs_lv4 {
  font-size: 18px; }
  @media screen and (max-width: 680px) {
    .fs_lv4 {
      font-size: 16px; } }

.fs_lv5 {
  font-size: 20px; }
  @media screen and (max-width: 680px) {
    .fs_lv5 {
      font-size: 18px; } }

.fs_lv6 {
  font-size: 24px; }
  @media screen and (max-width: 680px) {
    .fs_lv6 {
      font-size: 22px; } }

.fs_lv7 {
  font-size: 32px; }
  @media screen and (max-width: 680px) {
    .fs_lv7 {
      font-size: 30px; } }

/* Generic Layout Style
 * =================================================================================
**/
.cap-l, .cap-l-t2 h2, .cap-l-t3, .cap-m {
  margin: 8px auto 24px; }

.cap-l {
  font-size: 20px;
  font-weight: 700;
  padding: 8px;
  text-align: center; }
  @media screen and (max-width: 680px) {
    .cap-l {
      font-size: 18px; } }

.cap-l-t2 {
  margin: 6vh auto 2vw;
  text-align: center; }
  .cap-l-t2 h2 {
    font-size: 28px;
    margin: 0;
    text-align: center;
    display: block;
    position: relative;
    font-weight: bold;
    color: #191F27; }
    .cap-l-t2 h2.small {
      font-size: 22px; }
    @media screen and (max-width: 680px) {
      .cap-l-t2 h2 {
        font-size: 24px; } }
    .cap-l-t2 h2.c_sub {
      color: #8CACB0; }
    .cap-l-t2 h2.c_m {
      color: #22CA8F; }
    .cap-l-t2 h2.tal {
      text-align: left; }
  .cap-l-t2 .tel {
    font-size: 34px;
    line-height: 1.1;
    color: #B0ECD7; }
    @media screen and (max-width: 680px) {
      .cap-l-t2 .tel {
        font-size: 32px; } }
  @media screen and (max-width: 680px) {
    .cap-l-t2.eyecatch {
      margin-top: 0; } }
  .cap-l-t2.eyecatch h2 {
    font-size: 34px;
    font-weight: bold;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif; }
    @media screen and (max-width: 680px) {
      .cap-l-t2.eyecatch h2 {
        font-size: 32px; } }
  .cap-l-t2.clt2 h2 {
    padding-bottom: 0.1em;
    font-weight: bold;
    display: inline-block;
    position: relative; }
    .cap-l-t2.clt2 h2:after {
      width: 100%;
      height: 4px;
      background-color: #FF9999;
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      display: inline-block; }
  .cap-l-t2.clt2.c_01 h2:after {
    background-color: #8CACB0; }
  .cap-l-t2.clt2.c_02 h2:after {
    background-color: #F07789; }
  .cap-l-t2.clt2.c_03 h2:after {
    background-color: #0FA6D3; }
  .cap-l-t2.clt2.c_04 h2:after {
    background-color: #0F0F1E; }
  .cap-l-t2.clt3 h2 {
    padding: 30px 0 10px;
    position: relative;
    color: #FF9999;
    font-weight: bold; }

.cap-l-t3 {
  margin-top: 60px;
  background: #FFF8E7;
  border: 1px solid #D8C3A5;
 }
  .cap-l-t3 h2 {
    padding: 1em 1em 0 20px;
    margin-top: 0px;
    font-weight: 700;
    font-size: 20px;
	color:#966432; }
    @media screen and (max-width: 680px) {
      .cap-l-t3 h2 {
        font-size: 18px; } }
  .cap-l-t3 p {
    padding: 0 1em 2em 20px;
    margin-top: 0;
    font-size: 12px;
    color: #FF9999;
    font-weight: 700; }
  @media screen and (max-width: 680px) {
    .cap-l-t3 h2 {
      width: 100%;
      font-size: 15px; }
    .cap-l-t3 p {
      width: 100%; } }

.cap-m {
  margin: 30px auto 30px;
  position: relative;
  text-align: center; }
  .cap-m h3 {
    font-size: 24px;
    position: relative;
    font-weight: bold;
    color: #666; }
    @media screen and (max-width: 680px) {
      .cap-m h3 {
        font-size: 22px; } }
    @media screen and (max-width: 680px) {
      .cap-m h3 {
        font-size: 18px; } }
  .cap-m.cm-1 {
    padding-top: 30px;
    margin-bottom: 40px; }
    .cap-m.cm-1 h3 {
      font-weight: bold; }
    .cap-m.cm-1:after {
      width: 80px;
      height: 1px;
      background: #966432;
      position: absolute;
      right: 0;
      top: 0;
      left: 0;
      margin: auto;
      display: inline-block; }
  .cap-m.cm-2 h3 {
    padding-bottom: 5px;
    border-bottom: 4px solid #966432;
    margin-bottom: 30px;
    text-align: left;
    margin-bottom: 0; }
  .cap-m.cm-3 {
    text-align: left;
    background-color: #966432;
    overflow: hidden; }
    .cap-m.cm-3 h3 {
      padding: 8px  24px;
      font-size: 20px;
      position: relative;
      color: #fff; }
      @media screen and (max-width: 680px) {
        .cap-m.cm-3 h3 {
          font-size: 18px; } }
  .cap-m.cm-4 {
    text-align: left;
    background-color: #FF9999;
    overflow: hidden; }
    .cap-m.cm-4 h3 {
      padding: 8px  24px;
      font-size: 20px;
      position: relative;
      color: #fff; }
      @media screen and (max-width: 680px) {
        .cap-m.cm-4 h3 {
          font-size: 18px; } }

.cap-s {
  margin: 24px auto 8px;
  margin-left: auto;
  margin-right: auto; }
  .cap-s h4 {
    font-size: 18px;
    position: relative;
    color: #FF9999;
    font-weight: bold; }
    @media screen and (max-width: 680px) {
      .cap-s h4 {
        font-size: 16px; } }
  .cap-s.cs-2 h4 {
    position: relative;
    padding-left: 14px;
    color: #666; }
    .cap-s.cs-2 h4:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      height: 100%;
      width: 4px;
      background: #FF9999; }
  .cap-s.cs-3 h4 {
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 1px solid #FF9999; }

.header-title {
  margin-top: 40px;
  margin-bottom: 120px;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  height: 24vw;
  min-height: 250px; }
  @media screen and (max-width: 680px) {
    .header-title {
      margin-bottom: 50px;
      background-size: 200%;
      background-size: cover;
      background-attachment: inherit; } }
  .header-title .bgimage {
    text-align: center;
    margin: auto;
    height: 100%;
    overflow: hidden; }
    .header-title .bgimage img {
      width: auto;
      height: 100%; }

/*Block style*/
.boxwrap1, .boxwrap2, .boxwrap3 {
  margin: 15px auto 30px;
  position: relative;
  line-height: 2.2;
  letter-spacing: 0; }
  @media screen and (max-width: 680px) {
    .boxwrap1, .boxwrap2, .boxwrap3 {
      margin: 1em auto 1em; } }
  .boxwrap1.nrw, .nrw.boxwrap2, .nrw.boxwrap3 {
    padding: 0 10%; }
    @media screen and (max-width: 680px) {
      .boxwrap1.nrw, .nrw.boxwrap2, .nrw.boxwrap3 {
        padding: 0; } }

.boxwrap2 {
  padding: 32px;
  border: 3px solid #FF9999;
  background: #fff;
  border-radius: 5px;
  line-height: 1.9; }
  .boxwrap2.bg {
    background-color: #ffe6e6;
    border: 0; }
  .boxwrap2 .cap-m, .boxwrap2 .cap-s {
    margin: 0 0 10px 0; }

.boxwrap3 img.il {
  margin-right: 24px; }
  @media screen and (max-width: 680px) {
    .boxwrap3 img.il {
      margin-right: 0; } }

.boxwrap3 img.ir {
  margin-left: 24px; }
  @media screen and (max-width: 680px) {
    .boxwrap3 img.ir {
      margin-left: 0; } }

.boxwrap-w {
  margin: 30px 0;
  padding: 0;
  position: relative;
  line-height: 1.9; }
  .boxwrap-w .cap-m {
    margin-top: 0; }

.tar {
  text-align: right; }

.tal {
  text-align: left; }

.tac {
  text-align: center; }

.imgfull {
  margin-bottom: 20px;
  text-align: center; }
  @media screen and (max-width: 680px) {
    .imgfull {
      margin-bottom: 1vh; } }
  @media screen and (max-width: 1080px) {
    .imgfull {
      margin-bottom: 10px; }
      .imgfull img {
        max-width: 100%;
        height: auto; } }

.ir {
  margin-left: 16px; }

.il {
  margin-right: 16px; }

@media screen and (max-width: 680px) {
  .ir, .il {
    width: 100%;
    height: auto;
    margin: 0 0 8px 0; } }

.i1, .i2, .i3, .i4, .i5 {
  margin-bottom: 80px; }
  @media screen and (max-width: 680px) {
    .i1, .i2, .i3, .i4, .i5 {
      margin-bottom: 1vh; } }
  .i1 .in-wrap, .i2 .in-wrap, .i3 .in-wrap, .i4 .in-wrap, .i5 .in-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .i1 .in-wrap div, .i2 .in-wrap div, .i3 .in-wrap div, .i4 .in-wrap div, .i5 .in-wrap div {
      margin: 0 2% 0 0;
      padding: 0;
      text-align: center; }
      .i1 .in-wrap div figure, .i2 .in-wrap div figure, .i3 .in-wrap div figure, .i4 .in-wrap div figure, .i5 .in-wrap div figure {
        padding: 0;
        margin: 0; }
        .i1 .in-wrap div figure figcaption, .i2 .in-wrap div figure figcaption, .i3 .in-wrap div figure figcaption, .i4 .in-wrap div figure figcaption, .i5 .in-wrap div figure figcaption {
          font-size: 14px; }
          @media screen and (max-width: 680px) {
            .i1 .in-wrap div figure figcaption, .i2 .in-wrap div figure figcaption, .i3 .in-wrap div figure figcaption, .i4 .in-wrap div figure figcaption, .i5 .in-wrap div figure figcaption {
              font-size: 12px; } }
      .i1 .in-wrap div img, .i2 .in-wrap div img, .i3 .in-wrap div img, .i4 .in-wrap div img, .i5 .in-wrap div img {
        margin-bottom: 8px; }
  .no-borderradius .i1 .in-wrap, .no-borderradius .i2 .in-wrap, .no-borderradius .i3 .in-wrap, .no-borderradius .i4 .in-wrap, .no-borderradius .i5 .in-wrap {
    margin-right: -2%; }
    .no-borderradius .i1 .in-wrap div, .no-borderradius .i2 .in-wrap div, .no-borderradius .i3 .in-wrap div, .no-borderradius .i4 .in-wrap div, .no-borderradius .i5 .in-wrap div {
      float: left;
      margin-right: 1%; }
  .no-flexbox .i1 div, .no-flexbox .i2 div, .no-flexbox .i3 div, .no-flexbox .i4 div, .no-flexbox .i5 div {
    float: left; }

.i1 {
  margin: 40px auto; }
  .i1 .i1div {
    width: 100%; }
    .i1 .i1div:nth-child(1n) {
      margin-right: 0; }
  .i1.btcap div img {
    margin-bottom: 0; }

.i1.boxwrap-w {
  margin: 40px 0; }

@media screen and (max-width: 1080px) {
  .i1div img {
    max-width: 100%;
    height: auto; } }

.i2 {
  margin: 40px auto; }
  .i2 .i2div {
    width: 47.5%; }
    .i2 .i2div:nth-child(2n) {
      margin-right: 0; }
  .i2.btcap div img {
    margin-bottom: 0; }

.i2.boxwrap-w {
  margin: 40px 0; }

@media screen and (max-width: 1080px) {
  .i2div img {
    max-width: 100%;
    height: auto; } }

.i3 {
  margin: 40px auto; }
  .i3 .i3div {
    width: 31.5%; }
    .i3 .i3div:nth-child(3n) {
      margin-right: 0; }
  .i3.btcap div img {
    margin-bottom: 0; }

.i3.boxwrap-w {
  margin: 40px 0; }

@media screen and (max-width: 1080px) {
  .i3div img {
    max-width: 100%;
    height: auto; } }

.i4 {
  margin: 40px auto; }
  .i4 .i4div {
    width: 23.5%; }
    .i4 .i4div:nth-child(4n) {
      margin-right: 0; }
  .i4.btcap div img {
    margin-bottom: 0; }

.i4.boxwrap-w {
  margin: 40px 0; }

@media screen and (max-width: 1080px) {
  .i4div img {
    max-width: 100%;
    height: auto; } }

.i5 {
  margin: 40px auto; }
  .i5 .i5div {
    width: 18.4%; }
    .i5 .i5div:nth-child(5n) {
      margin-right: 0; }
  .i5.btcap div img {
    margin-bottom: 0; }

.i5.boxwrap-w {
  margin: 40px 0; }

@media screen and (max-width: 1080px) {
  .i5div img {
    max-width: 100%;
    height: auto; } }

.i2 .in-wrap div {
  margin-right: 5%;
  margin-bottom: 26px; }
  .i2 .in-wrap div.title {
    margin-right: 0;
    margin-bottom: 1px;
    background: #0FDC96;
    color: #fff;
    padding: 10px;
    text-align: center; }
  .i2 .in-wrap div.movie {
    margin: 0; }
    .i2 .in-wrap div.movie iframe {
      width: 100%; }
  @media screen and (max-width: 680px) {
    .i2 .in-wrap div {
      width: 100%;
      margin-right: 0; } }

.i3 .in-wrap div {
  margin-right: 2.75%;
  margin-bottom: 26px; }
  .i3 .in-wrap div.movie {
    width: 100%;
    margin: 0; }
    .i3 .in-wrap div.movie iframe {
      width: 100%; }
  @media screen and (max-width: 680px) {
    .i3 .in-wrap div {
      width: 100%;
      margin-right: 0; } }

.i3.dormitory-photo .in-wrap div figcaption {
  background: #EDF1F1;
  padding: 20px; }
  .i3.dormitory-photo .in-wrap div figcaption h4 {
    font-size: 14px;
    font-weight: bold;
    color: #B0ECD7; }

@media screen and (max-width: 680px) {
  .i3.dormitory-photo .in-wrap div {
    width: 100%;
    margin-right: 0; } }

.i2.facility-photo .in-wrap div,
.i3.event-photo .in-wrap div {
  position: relative; }
  .i2.facility-photo .in-wrap div figcaption,
  .i3.event-photo .in-wrap div figcaption {
    width: 84%;
    background: #fff;
    padding: 20px 0 20px 10%;
    -webkit-transform: translate(20%, -40px);
    -ms-transform: translate(20%, -40px);
    transform: translate(20%, -40px);
    font-weight: bold;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .i2.facility-photo .in-wrap div figcaption h3,
    .i3.event-photo .in-wrap div figcaption h3 {
      margin-bottom: 10px;
      font-weight: bold;
      font-size: 18px;
      color: #22CA8F;
      position: relative; }
      @media screen and (max-width: 680px) {
        .i2.facility-photo .in-wrap div figcaption h3,
        .i3.event-photo .in-wrap div figcaption h3 {
          font-size: 16px; } }
      .i2.facility-photo .in-wrap div figcaption h3:before,
      .i3.event-photo .in-wrap div figcaption h3:before {
        content: "";
        width: 2px;
        height: 80%;
        background: #22CA8F;
        position: absolute;
        left: -15px;
        top: 0;
        bottom: 0;
        margin: auto; }
    .i2.facility-photo .in-wrap div figcaption p,
    .i3.event-photo .in-wrap div figcaption p {
      font-size: 15px; }
      @media screen and (max-width: 680px) {
        .i2.facility-photo .in-wrap div figcaption p,
        .i3.event-photo .in-wrap div figcaption p {
          font-size: 13px; } }
  @media screen and (max-width: 680px) {
    .i2.facility-photo .in-wrap div,
    .i3.event-photo .in-wrap div {
      width: 100%; } }

.i5 .in-wrap div {
  margin-bottom: 10px; }
  @media screen and (max-width: 680px) {
    .i5 .in-wrap div .in-wrap .i5div {
      margin-right: 2%;
      margin-bottom: 8px;
      border: solid 1px #8CACB0;
      padding: 24px;
      width: 49%; }
      .i5 .in-wrap div .in-wrap .i5div:nth-child(2n) {
        margin-right: 0; } }

.i4 .in-wrap div {
  margin-right: 2%;
  margin-bottom: 20px; }

@media screen and (max-width: 680px) {
  .i4 .in-wrap div {
    margin-right: 2%;
    margin-bottom: 8px;
    width: 49%; }
    .i4 .in-wrap div:nth-child(2n) {
      margin-right: 0; } }

.i-sh {
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3); }

.line-hr {
  margin-bottom: 80px; }
  @media screen and (max-width: 680px) {
    .line-hr {
      margin-bottom: 1vh; } }
  .line-hr hr {
    height: 1px;
    overflow: hidden;
    border: none;
    border-bottom: solid 1px #8CACB0; }

.noline-hr {
  margin-bottom: 80px; }
  @media screen and (max-width: 680px) {
    .noline-hr {
      margin-bottom: 1vh; } }
  .noline-hr hr {
    height: 1px;
    overflow: hidden;
    border: none; }

.dibox {
  margin: 30px auto; }
  @media screen and (max-width: 680px) {
    .dibox {
      width: 100%;
      overflow-x: scroll; } }

.submenu {
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .submenu li {
    width: 32%;
    margin: 0 2% 30px 0; }
    @media screen and (max-width: 680px) {
      .submenu li {
        width: 100%;
        margin: 0 0 10px 0; } }
    .submenu li:nth-child(3n) {
      margin-right: 0; }
    .submenu li a {
      display: block;
      padding: 5px 10px;
      font-size: 13px;
      text-decoration: none;
      font-weight: bold;
      position: relative;
      color: #191F27;
      border: 1px solid #8CACB0;
      -webkit-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s;
      text-align: center; }
      .submenu li a:before {
        content: "";
        position: absolute;
        right: 15px;
        top: 52%;
        width: 10px;
        margin-left: -10px;
        margin-top: -1px;
        height: 1px;
        background: #191F27; }
      .submenu li a:after {
        content: "";
        position: absolute;
        right: 15px;
        top: 52%;
        width: 8px;
        margin-top: -1px;
        margin-left: -2px;
        height: 1px;
        background: #191F27;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom; }
      .submenu li a:hover {
        background: rgba(237, 241, 241, 0.83); }

/* 汎用テーブルレイアウト
 * =================================================================================
 */
.tb-box1, .tb-box1-2, .tb-box2, .tb-box3, .tb-box-week, .tb-box-spec {
  width: 100%;
  table-layout: auto;
  margin: 0;
  border-collapse: collapse;
  border-left: 1px solid #966432;
  border-top: 1px solid #966432;
  overflow: hidden; }
  @media screen and (max-width: 680px) {
    .tb-box1, .tb-box1-2, .tb-box2, .tb-box3, .tb-box-week, .tb-box-spec {
      min-width: 400px; } }
  .tb-box1 th, .tb-box1-2 th, .tb-box2 th, .tb-box3 th, .tb-box-week th, .tb-box-spec th {
    padding: 8px 4px;
    border-right: 1px solid #966432;
    border-bottom: 1px solid #966432;
    color: rgba(25, 31, 39, 0.76);
    font-weight: bold;
    font-size: 14px;
    background: #FFF8E7;
    border-bottom: 1px solid #966432; }
    @media screen and (max-width: 680px) {
      .tb-box1 th, .tb-box1-2 th, .tb-box2 th, .tb-box3 th, .tb-box-week th, .tb-box-spec th {
        font-size: 12px; } }
    .tb-box1 th.hd_bggr, .tb-box1-2 th.hd_bggr, .tb-box2 th.hd_bggr, .tb-box3 th.hd_bggr, .tb-box-week th.hd_bggr, .tb-box-spec th.hd_bggr {
      background: #ffe6e6;
      border-bottom: 1px solid #966432; }
  .tb-box1 td, .tb-box1-2 td, .tb-box2 td, .tb-box3 td, .tb-box-week td, .tb-box-spec td {
    padding: 8px;
    border-right: 1px solid #966432;
    border-bottom: 1px solid #966432;
    color: #191F27;
    font-size: 14px; }
    @media screen and (max-width: 680px) {
      .tb-box1 td, .tb-box1-2 td, .tb-box2 td, .tb-box3 td, .tb-box-week td, .tb-box-spec td {
        font-size: 12px; } }

.tb-box1 {
  min-width: 0; }
  .tb-box1 th, .tb-box1 td {
    font-size: 16px; }
    @media screen and (max-width: 680px) {
      .tb-box1 th, .tb-box1 td {
        font-size: 14px; } }
  .tb-box1 th {
    width: 30%; }
  .tb-box1 th.th-01 {
    width: 70%; }
  .tb-box1 td {
    width: 70%; }
  .tb-box1 td.td-01 {
    width: 30%; }
  @media screen and (max-width: 680px) {
    .tb-box1 {
      width: 100%; }
      .tb-box1 tr {
        display: list-item;
        width: 100%; }
      .tb-box1 th, .tb-box1 td {
        display: block;
        width: 100%;
        text-align: left;
        padding: 0.2em 1em; } }

.tb-box1-2 th {
  width: 50%; }

.tb-box1-2 td {
  width: 50%; }

@media screen and (max-width: 680px) {
  .tb-box1-2 {
    width: 100%; } }

.tb-box2 th {
  width: 33%;
  text-align: center; }

.tb-box2 td {
  width: 33%;
  text-align: center; }

.tb-box3 th {
  width: 20%; }

.tb-box3 td {
  width: 20%;
  text-align: center; }

.tb-box-week th {
  width: 14.28%;
  vertical-align: middle;
  padding: 0.5em; }

.tb-box-week td {
  width: 14.28%;
  text-align: center;
  vertical-align: middle;
  font-size: 12px; }
  @media screen and (max-width: 680px) {
    .tb-box-week td {
      font-size: 10px; } }

.tb-box-week tr.header th, .tb-box-week tr.header td {
  background-color: rgba(34, 202, 143, 0.2) !important;
  font-weight: bold; }

.tb-box-spec tr:nth-child(2n) {
  background-color: rgba(140, 172, 176, 0.07); }

.tb-box-spec tr.header th, .tb-box-spec tr.header td {
  background-color: rgba(34, 202, 143, 0.2) !important;
  font-weight: bold; }

.tb-box-spec th {
  padding: 0.5em 1em;
  color: #126B4C;
  background-color: #EDF1F1;
  line-height: 1.5; }

.tb-box-spec td {
  padding: 1em;
  text-align: center; }

.dl-box1 {
  margin: 40px auto;
  display: block; }
  .dl-box1 dl {
    display: table;
    width: 100%;
    border-bottom: 1px solid #8CACB0; }
    .dl-box1 dl dt, .dl-box1 dl dd {
      display: table-cell;
      position: relative; }
    .dl-box1 dl dt {
      width: 25%;
      padding: 1em 2%;
      margin-right: 1%;
      color: #FF9999;
      font-weight: bold;
      font-size: 1rem;
      text-align: center; }
      .dl-box1 dl dt:after {
        position: absolute;
        bottom: -1px;
        left: 0;
        content: '';
        display: block;
        width: 20%;
        height: 1px;
        background: #22CA8F; }
    .dl-box1 dl dd {
      width: 80%;
      padding: 16px 1%; }
  @media screen and (max-width: 680px) {
    .dl-box1 dl {
      display: block; }
      .dl-box1 dl dt, .dl-box1 dl dd {
        display: block;
        width: 100%; }
      .dl-box1 dl dt {
        padding-bottom: 0;
        text-align: left; }
      .dl-box1 dl dt:after {
        content: none; }
      .dl-box1 dl dd:after {
        border-color: #282828; } }

.times ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .times ul li {
    width: calc(32% - 20px);
    margin-right: 3%;
    margin-bottom: 10px;
    position: relative; }
    .times ul li:first-child:after {
      content: "NEW";
      background-color: #F07789;
      padding: 3px 5px;
      line-height: 1;
      color: #fff;
      font-weight: bold;
      font-size: 13px;
      position: absolute;
      right: 8px;
      top: 10px;
      display: inline-block; }
      @media screen and (max-width: 680px) {
        .times ul li:first-child:after {
          right: auto;
          left: 0;
          top: -18px; } }
    .times ul li:nth-child(3) {
      margin-right: 0; }
      @media screen and (max-width: 680px) {
        .times ul li:nth-child(3) {
          margin-right: auto; } }
    @media screen and (max-width: 680px) {
      .times ul li {
        width: calc(50% - 20px);
        margin-right: auto; } }
    .times ul li a {
      display: block;
      border: 1px solid #ccc;
      border-left: 4px solid #22CA8F;
      padding: 6px 18px;
      text-decoration: none;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
      .times ul li a:hover {
        background: #22CA8F;
        color: #fff; }

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10000000; }
  #pagetop a {
    width: 40px;
    height: 40px;
    display: block;
    position: relative; }
    #pagetop a:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 20px;
      margin: -5px 0 0 -10px;
      border-top: 2px solid #666;
      border-right: 2px solid #666;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease; }
    #pagetop a:hover:before {
      top: 0; }
  @media screen and (max-width: 680px) {
    #pagetop {
      display: none; } }

.to-buttonbox {
  margin: 0 auto 20px; }
  .to-buttonbox p {
    padding: 0;
    margin: 0;
    text-align: left;
    font-weight: bold;
    position: relative; }
    .to-buttonbox p:before {
      content: "";
      width: 14px;
      height: 14px;
      border-radius: 1em;
      border: 2px solid #F66;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      display: inline-block; }
    .to-buttonbox p:after {
      left: auto;
      left: 4px;
      border-color: #F66; }
    .to-buttonbox p a {
      display: block;
      padding: 16px 46px 16px 30px;
      color: #191F27;
      border-bottom: #F66 1px solid;
      text-decoration: none;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      position: relative; }
      .to-buttonbox p a:hover {
        color: #F66; }
      .to-buttonbox p a[href*=".pdf"]:before {
        content: '';
        display: block;
        position: absolute; }
      .to-buttonbox p a[href*=".pdf"]:before {
        top: 0;
        right: 8px;
        bottom: 0;
        margin: auto;
        width: 31px;
        height: 36px;
        background: url("../img/fix/icon-pdf-m.svg") no-repeat left center;
        background-size: 24px 24px; }
      .to-buttonbox p a[href*=".doc"]:before {
        content: '';
        display: block;
        position: absolute; }
      .to-buttonbox p a[href*=".doc"]:before {
        top: 0;
        right: 8px;
        bottom: 0;
        margin: auto;
        width: 31px;
        height: 36px;
        background: url("../img/fix/icon-word-m.svg") no-repeat left center;
        background-size: 24px 24px; }
      .to-buttonbox p a[href*=".xls"]:before {
        content: '';
        display: block;
        position: absolute; }
      .to-buttonbox p a[href*=".xls"]:before {
        top: 0;
        right: 8px;
        bottom: 0;
        margin: auto;
        width: 31px;
        height: 36px;
        background: url("../img/fix/icon-xcel-m.svg") no-repeat left center;
        background-size: 24px 24px; }
      .to-buttonbox p a[href*=".xlsx"]:before {
        content: '';
        display: block;
        position: absolute; }
      .to-buttonbox p a[href*=".xlsx"]:before {
        top: 0;
        right: 8px;
        width: 31px;
        height: 36px;
        background: url("../img/fix/icon-xcel-m.svg") no-repeat left center;
        background-size: 24px 24px; }
  @media screen and (max-width: 680px) {
    .to-buttonbox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }

.to-bt2 {
  text-align: right; }
  .to-bt2 p {
    padding: 0;
    margin: 0; }
    .to-bt2 p a {
      display: inline-block;
      padding: 8px 30px 8px 46px;
      text-align: center;
      color: #191F27;
      border: #8CACB0 1px solid;
      text-decoration: none;
      -webkit-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s;
      position: relative; }
      .to-bt2 p a:hover {
        background-color: #22CA8F;
        color: #fff; }
      .to-bt2 p a[href*=".pdf"]:before {
        content: '';
        display: block;
        position: absolute; }
      .to-bt2 p a[href*=".pdf"]:before {
        top: 0;
        left: 16px;
        bottom: 0;
        margin: auto;
        width: 31px;
        height: 36px;
        background: url("../img/fix/icon-pdf-m.svg") no-repeat left center;
        background-size: 24px 24px; }
      .to-bt2 p a[href*=".doc"]:before {
        content: '';
        display: block;
        position: absolute; }
      .to-bt2 p a[href*=".doc"]:before {
        top: 0;
        left: 16px;
        bottom: 0;
        margin: auto;
        width: 31px;
        height: 36px;
        background: url("../img/fix/icon-word-m.svg") no-repeat left center;
        background-size: 24px 24px; }
      .to-bt2 p a[href*=".xls"]:before {
        content: '';
        display: block;
        position: absolute; }
      .to-bt2 p a[href*=".xls"]:before {
        top: 0;
        left: 16px;
        bottom: 0;
        margin: auto;
        width: 31px;
        height: 36px;
        background: url("../img/fix/icon-xcel-m.svg") no-repeat left center;
        background-size: 24px 24px; }
      .to-bt2 p a[href*=".xlsx"]:before {
        content: '';
        display: block;
        position: absolute; }
      .to-bt2 p a[href*=".xlsx"]:before {
        top: 0;
        left: 16px;
        width: 31px;
        height: 36px;
        background: url("../img/fix/icon-xcel-m.svg") no-repeat left center;
        background-size: 24px 24px; }

.qabox {
  margin: 40px auto;
  overflow: hidden; }
  .qabox dl {
    margin: 0 0 1em; }
    .qabox dl dt, .qabox dl dd {
      position: relative; }
      .qabox dl dt:before, .qabox dl dd:before {
        display: block;
        position: absolute;
        top: 0;
        font-size: 30px; }
        @media screen and (max-width: 680px) {
          .qabox dl dt:before, .qabox dl dd:before {
            font-size: 28px; } }
    .qabox dl dt {
      color: #666;
      padding: 15px 0 10px 35px;
      font-weight: 700;
      position: relative; }
      .qabox dl dt:before {
        font-family: 'Arial';
        content: 'Q.';
        font-weight: 300;
        color: #F66;
        left: 0; }
      .qabox dl dt p {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -8px;
        z-index: 10; }
    .qabox dl dd {
      padding: 0 35px 0 35px; }
    .containerbox .qabox dl {
      padding: 0; }
  @media screen and (max-width: 680px) {
    .qabox {
      margin: 1em auto; } }

.show_more dt{
  cursor: pointer; }
  .show_more dd {
    display: none; }

.stepbox {
  margin: 40px auto;
  overflow: hidden; }
  .stepbox ul {
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .stepbox ul li {
      width: 100%;
      margin-right: 2%;
      position: relative;
      padding-bottom: 30px; }
      .stepbox ul li:nth-child(2n) {
        margin-right: 0; }
      .stepbox ul li .left, .stepbox ul li .il, .stepbox ul li .right, .stepbox ul li .ir {
        position: relative; }
      .stepbox ul li .left, .stepbox ul li .il {
        width: 50px;
        color: #fff;
        text-align: center;
        vertical-align: top; }
        .stepbox ul li .left p, .stepbox ul li .il p {
          margin-top: 16px; }
        .stepbox ul li .left h2, .stepbox ul li .il h2 {
          width: 50px;
          height: 50px;
          color: #fff;
          background: #F66;
          line-height: 50px;
          font-size: 26px;
          position: relative;
          border-radius: 10px; }
          .stepbox ul li .left h2:after, .stepbox ul li .il h2:after {
            content: "";
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 4px;
            height: 40px;
            position: absolute;
            top: 35px;
            left: 0;
            right: 0;
            margin: auto;
            border: 12px solid transparent;
            border-top: 40px solid #F66;
            z-index: -1; }
        .stepbox ul li .left.boxwrap2, .stepbox ul li .boxwrap2.il {
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
      .stepbox ul li .right, .stepbox ul li .ir {
        width: calc(100% - 60px); }
        .stepbox ul li .right h3, .stepbox ul li .ir h3, .stepbox ul li .right .stepbox-maintxt, .stepbox ul li .ir .stepbox-maintxt, .stepbox ul li .right .stepbox-subtxt, .stepbox ul li .ir .stepbox-subtxt {
          margin: 0 0 0 4%; }
        .stepbox ul li .right h3, .stepbox ul li .ir h3 {
          font-size: 20px;
          line-height: 1.7;
          font-weight: 700;
          color: #F66; }
          @media screen and (max-width: 680px) {
            .stepbox ul li .right h3, .stepbox ul li .ir h3 {
              font-size: 18px; } }
        .stepbox ul li .right .stepbox-maintxt img, .stepbox ul li .ir .stepbox-maintxt img {
          width: 45%;
          height: auto; }
        .stepbox ul li .right .i3, .stepbox ul li .ir .i3 {
          margin-bottom: 20px; }
      .stepbox ul li:last-child .left h2:after, .stepbox ul li:last-child .il h2:after {
        content: none; }
      @media screen and (max-width: 680px) {
        .stepbox ul li .left h2, .stepbox ul li .il h2 {
          width: 100%; }
          .stepbox ul li .left h2 .step, .stepbox ul li .il h2 .step {
            display: none; }
        .stepbox ul li:after {
          left: 5%; }
        .stepbox ul li .right, .stepbox ul li .ir {
          width: calc(100% - 60px); } }
  @media screen and (max-width: 680px) {
    .stepbox ul li {
      width: 100%;
      margin: 0 0 1em 0; } }

.block-listed p, .block-listed dl {
  padding-left: 30px; }
  .block-listed p:before, .block-listed dl:before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 1em;
    border: 2px solid #F66;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: inline-block; }
  .block-listed p:after, .block-listed dl:after {
    left: auto;
    left: 4px;
    border-color: #F66; }

.block-listed dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .block-listed dl dt {
    padding-right: 20px;
    font-weight: bold; }
  .block-listed dl dd {
    padding-right: 20px; }
  @media screen and (max-width: 680px) {
    .block-listed dl {
      display: block; }
      .block-listed dl dt {
        display: block; }
      .block-listed dl dd {
        display: inline; } }

.sub-box {
  position: relative; }
  .sub-box h4 {
    padding: 20px 0 10px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #F66; }
    .sub-box h4:before {
      content: "";
      width: 10%;
      height: 1px;
      background: #F66;
      position: absolute;
      bottom: -1px;
      left: 0; }
  .sub-box p {
    text-align: left; }

@media screen and (max-width: 680px) {
  .i2 .i2div.sub-box {
    width: 100%;
    margin-right: 0; }
    .i2 .i2div.sub-box .ir {
      width: 50%; } }

.sub-box-wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .sub-box-wide .img {
    width: 40%; }
    .sub-box-wide .img img {
      max-width: 100%;
      height: auto;
      margin-bottom: 10px; }
    .sub-box-wide .img.img-twins {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      @media screen and (max-width: 680px) {
        .sub-box-wide .img.img-twins {
          display: block;
          width: 100%; } }
  .sub-box-wide .txt-area {
    width: 60%; }
    .sub-box-wide .txt-area .cap-l-t2 h2 {
      margin: 0 0 20px;
      padding-bottom: 0; }
    .sub-box-wide .txt-area img {
      max-width: 100%;
      height: auto; }
  .sub-box-wide .cap-m {
    margin-top: 10px; }
  .sub-box-wide h4 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    color: #191F27;
    border-bottom: 1px solid #F66; }
    .sub-box-wide h4.catch {
      border: 0;
      font-size: 28px;
      font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif; }
      @media screen and (max-width: 680px) {
        .sub-box-wide h4.catch {
          font-size: 26px; } }
      @media screen and (max-width: 680px) {
        .sub-box-wide h4.catch {
          font-size: 18px; } }
    .sub-box-wide h4.rec-lead {
      border: 0;
      font-size: 24px;
      font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif; }
      @media screen and (max-width: 680px) {
        .sub-box-wide h4.rec-lead {
          font-size: 22px; } }
      @media screen and (max-width: 680px) {
        .sub-box-wide h4.rec-lead {
          font-size: 18px; } }
  .sub-box-wide.txt-right .txt-area {
    padding-left: 60px; }
  .sub-box-wide.txt-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse; }
    .sub-box-wide.txt-left .txt-area {
      padding-right: 60px; }
  .sub-box-wide.rec-voice {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  @media screen and (max-width: 680px) {
    .sub-box-wide {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .sub-box-wide.txt-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
      .sub-box-wide .img {
        width: 100%;
        text-align: center; }
        .sub-box-wide .img img:first-child {
          margin-right: 0; }
      .sub-box-wide .txt-area {
        margin-bottom: 10px;
        width: 100%; }
      .sub-box-wide.txt-left .txt-area, .sub-box-wide.txt-right .txt-area {
        padding: 0; } }

/*inquiry_form style*/
#contactbox table {
  width: 100%; }

#contactbox input.fm-txt, #contactbox select, #contactbox .fm-texa {
  margin-bottom: 10px;
  padding: 0.5em;
  height: auto;
  border-radius: 3px;
  background-color: #EDF1F1;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #8CACB0; }
  #contactbox input.fm-txt.zipcode, #contactbox select.zipcode, #contactbox .fm-texa.zipcode {
    width: 40%; }
  #contactbox input.fm-txt.bday, #contactbox select.bday, #contactbox .fm-texa.bday {
    width: 30%; }
  #contactbox input.fm-txt:focus, #contactbox select:focus, #contactbox .fm-texa:focus {
    outline: none;
    border-color: #22CA8F;
    background: #fff; }

#contactbox input.fm-chk,
#contactbox input.fm-rad {
  margin-bottom: 10px; }

#contactbox label {
  display: block; }

#contactbox th {
  padding: 10px 15px 0 15px;
  text-align: right;
  background: #fff;
  font-weight: bold;
  width: 35%;
  vertical-align: top; }

#contactbox td {
  padding: 15px 15px 5px 15px;
  background: #fff; }
  #contactbox td p {
    margin-bottom: 10px; }

@media screen and (max-width: 680px) {
  #contactbox tr {
    width: 100%;
    display: block; }
  #contactbox th {
    width: 100%;
    display: list-item;
    list-style: none;
    text-align: left;
    background: #fff;
    color: #000; }
  #contactbox td {
    width: 100%;
    padding: 15px 15px 5px 15px;
    display: list-item;
    list-style: none;
    background: #fff; }
    #contactbox td p {
      margin-bottom: 10px; } }

#contactbox .to-submit input, #contactbox .to-submit button {
  padding: 1em 2em;
  border-radius: 5px;
  background: #966432;
  color: #fff;
  font-weight: bold;
  cursor: pointer; }
  #contactbox .to-submit input:hover, #contactbox .to-submit button:hover {
    background-color: #FF9999; }

.hissu:before {
  margin-right: 1em;
  content: "*";
  color: #F00;
  position: relative;
  top: 50%;
  left: 1em;
  font-weight: bold; }

.to-submit #submit,
.to-submit #reset {
  margin: 0 auto 1px;
  padding: 1em 3em;
  display: block; }

@media screen and (max-width: 680px) {
  .to-submit #submit input {
    width: 100%; } }

.to-submit #submit {
  margin-bottom: 1em;
  padding: 20px 3em;
  border: none;
  background: #666;
  color: #fff;
  letter-spacing: 0.3em;
  font-weight: bold; }

.to-submit #reset,
.to-submit #back {
  margin-bottom: 1em;
  padding: 1em 3em;
  border: 0;
  background: #fff;
  color: #666;
  letter-spacing: 0.3em; }

#submit:hover,
#reset:hover,
#back:hover {
  background: #0FDC96;
  cursor: pointer;
  color: #fff; }

/* Each page Style
 * =================================================================================
**/
.small {
  font-size: 14px; }

a[href^="tel:"] {
  text-decoration: none;
  color: inherit; }

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; } }

.unit-hour {
  margin: 1em auto; }
  .unit-hour .ka {
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #126B4C;
    margin-bottom: 0.3em;
    border-bottom: 1px solid #EDF1F1;
    padding-left: 1em;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    @media screen and (max-width: 680px) {
      .unit-hour .ka {
        font-size: 16px; } }
    .unit-hour .ka:before {
      left: 0;
      border-color: #22CA8F; }
    .unit-hour .ka:hover {
      background: #fafafa;
      padding-left: 25px; }
  .unit-hour .hour-dibox {
    width: 100%;
    overflow: auto;
    display: none; }
  .unit-hour .tb-box1-2 th, .unit-hour .tb-box1-2 td {
    font-size: 18px;
    font-weight: bold; }
  .unit-hour .tb-box1-2 td {
    text-align: center; }
  @media screen and (max-width: 680px) {
    .unit-hour .tb-box1-2 {
      min-width: 0; }
      .unit-hour .tb-box1-2 th, .unit-hour .tb-box1-2 td {
        font-size: 14px;
        font-weight: bold; } }

.c_m {
  color: #126B4C; }

.boxwrap1.sub-box-wide.txt-left.bus-hour .img, .sub-box-wide.txt-left.bus-hour.boxwrap2 .img, .sub-box-wide.txt-left.bus-hour.boxwrap3 .img {
  width: calc(40% + 60px);
  padding-left: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.boxwrap1.sub-box-wide.txt-left.bus-hour .txt-area, .sub-box-wide.txt-left.bus-hour.boxwrap2 .txt-area, .sub-box-wide.txt-left.bus-hour.boxwrap3 .txt-area {
  width: calc(60% - 60px);
  padding-right: 0;
  overflow: auto; }

 .sub-box-wide .txt-area2 {
  width: 100%;
  padding-right: 0;
  overflow: auto; }
 .sub-box-wide .txt-area2 table.bus {
  min-width: 588px;
  }

  .boxwrap1.sub-box-wide.txt-left.bus-hour .txt-area table.bus, .sub-box-wide.txt-left.bus-hour.boxwrap2 .txt-area table.bus, .sub-box-wide.txt-left.bus-hour.boxwrap3 .txt-area table.bus {
    min-width: 588px; }
  @media screen and (max-width: 680px) {
    .boxwrap1.sub-box-wide.txt-left.bus-hour .txt-area, .sub-box-wide.txt-left.bus-hour.boxwrap2 .txt-area, .sub-box-wide.txt-left.bus-hour.boxwrap3 .txt-area {
      width: 100%; } }

table.bus {
  width: 100%;
  border-top: 1px solid #8CACB0;
  border-left: 1px solid #8CACB0;
  border-spacing: 0;
  border-collapse: collapse; }
  table.bus tr:nth-child(2n+1) th, table.bus tr:nth-child(2n+1) td {
    background-color: #EDF1F1; }
  table.bus tr.start th, table.bus tr.start td {
    background-color: #22CA8F;
    color: #fff;
    font-weight: bold; }
  table.bus tr.stop th, table.bus tr.stop td {
    background-color: #F07789;
    color: #fff;
    font-weight: bold; }
  table.bus td, table.bus th {
    border-right: 1px solid #8CACB0;
    border-bottom: 1px solid #8CACB0;
    padding: 0.2em 0em;
    font-size: 12px;
    text-align: center; }

.unit-doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .unit-doctor:nth-child(2n) .doctor {
    background-color: #edf1f1; }
  .unit-doctor .doctor {
    width: 20em;
    padding: 2em 5em;
    background-color: rgba(176, 236, 215, 0.4); }
    .unit-doctor .doctor .txt1 {
      font-size: 18px;
      color: #126B4C;
      font-weight: bold; }
      @media screen and (max-width: 680px) {
        .unit-doctor .doctor .txt1 {
          font-size: 16px; } }
    .unit-doctor .doctor .txt2 {
      font-size: 22px;
      line-height: 1.3;
      font-weight: bold; }
      @media screen and (max-width: 680px) {
        .unit-doctor .doctor .txt2 {
          font-size: 20px; } }
    .unit-doctor .doctor .txt3 {
      font-size: 16px;
      line-height: 1.3; }
      @media screen and (max-width: 680px) {
        .unit-doctor .doctor .txt3 {
          font-size: 14px; } }
  .unit-doctor .doc-info {
    width: calc(100% - 20em);
    padding-left: 2em; }
    .unit-doctor .doc-info dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      .unit-doctor .doc-info dl dt {
        width: 18em;
        padding: 10px;
        font-size: 13px;
        border-bottom: 1px solid #8CACB0;
        color: #126B4C;
        font-weight: bold; }
      .unit-doctor .doc-info dl dd {
        width: calc(100% - 18em);
        min-width: 18em;
        padding: 10px;
        font-size: 13px;
        border-bottom: 1px solid #8CACB0; }
  @media screen and (max-width: 680px) {
    .unit-doctor .doctor {
      width: 100%;
      padding: 10px; }
    .unit-doctor .doc-info {
      padding: 0;
      width: 100%; }
      .unit-doctor .doc-info dl dt {
        width: 100%; }
      .unit-doctor .doc-info dl dd {
        width: 100%;
        padding-left: 2em;
        padding-right: 1.5em; } }

.sm-cate-title {
  margin: 0 auto 0;
  border-bottom: 1px solid #8CACB0;
  padding: 0.5em 1.5em;
  font-weight: bold;
  position: relative; }
  .sm-cate-title:before {
    border-color: #0FDC96;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block; }
  .sm-cate-title a {
    text-decoration: none;
    display: block; }

.list-sm {
  margin: 1em auto 0;
  padding-left: 1em; }
  .list-sm .sub {
    font-weight: bold;
    margin-bottom: 0.5em;
    position: relative; }
    .list-sm .sub:before {
      border-left-color: #0FDC96; }
    .list-sm .sub a {
      padding-left: 1.5em;
      text-decoration: none;
      display: block; }
    .list-sm .sub:nth-child(4n) {
      margin-right: 0; }

.telfax {
  margin: 30px auto;
  width: 600px;
  max-width: 100%;
  background: #22CA8F;
  border-radius: 1em;
  padding: 1em;
  text-align: center;
  -webkit-box-shadow: 7px 7px 13px rgba(0, 0, 0, 0.23);
  box-shadow: 7px 7px 13px rgba(0, 0, 0, 0.23); }
  .telfax * {
    color: #fff; }
  .telfax .title {
    text-align: center;
    font-weight: bold; }
  .telfax .num {
    display: inline-block;
    margin: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #fff; }
    @media screen and (max-width: 680px) {
      .telfax .num {
        font-size: 20px; } }
    .telfax .num a {
      text-decoration: none;
      color: #fff; }

/* WC Edit Style
 * =================================================================================
**/
.wcedit_400213830805 {
  margin: 0 auto;
  width: 1400px; }
  .wcedit_400213830805 #topslide {
    width: 100%;
    margin: 0 auto;
    height: 632px;
    display: block;
    overflow-x: scroll;
    position: relative; }
    .wcedit_400213830805 #topslide .sp-slide {
      width: 100%;
      position: relative;
      display: block; }
      .wcedit_400213830805 #topslide .sp-slide img {
        width: 100%;
        height: auto; }
  .wcedit_400213830805 .freeslide {
    width: 100%;
    margin: 0 auto;
    height: 632px;
    display: block;
    overflow-x: scroll;
    position: relative; }
    .wcedit_400213830805 .freeslide .sp-slide {
      width: 100%;
      position: relative;
      display: block; }
      .wcedit_400213830805 .freeslide .sp-slide img {
        width: 100%;
        height: auto; }
  .wcedit_400213830805 #navbar.fixed {
    position: relative; }
  .wcedit_400213830805 #navigation > div {
    width: 100%;
    margin: 0 1em;
    padding: 1em;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .wcedit_400213830805 .title-navi ul > div {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap; }
  .wcedit_400213830805 .fade-up {
    opacity: 1; }
  .wcedit_400213830805 .drawer-dropdown-menu {
    display: none; }
  .wcedit_400213830805 .drawer-dropdown:hover .drawer-dropdown-menu {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0; }
    .wcedit_400213830805 .drawer-dropdown:hover .drawer-dropdown-menu .inner {
      width: 100%; }
    .wcedit_400213830805 .drawer-dropdown:hover .drawer-dropdown-menu ol {
      width: 100%; }
      .wcedit_400213830805 .drawer-dropdown:hover .drawer-dropdown-menu ol > div {
        width: 100%;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap; }
  .wcedit_400213830805 .drawer-dropdown-menu > div {
    display: block; }
  .wcedit_400213830805 .img-linkbox figcaption a:after {
    position: static; }
  .wcedit_400213830805 [data-aos^=fade][data-aos^=fade] {
    opacity: 1; }
  .wcedit_400213830805 #sort-news .mix {
    display: inline-block;
    opacity: 1; }
  .wcedit_400213830805 #title-wrap .imgwrap {
    z-index: 3; }
  .wcedit_400213830805 .section_secondary ul li .img:after {
    content: none; }
  .wcedit_400213830805 .wrap-bn-area ul li .imgbox:after {
    content: none; }
  .wcedit_400213830805 .unit-hour .hour-dibox,
  .wcedit_400213830805 .show_more dd {
    display: block; }
  .wcedit_400213830805 a {
    pointer-events: auto; }

/* WC Select Style
 * =================================================================================
**/
.wcselect_400213830805 #topslide {
  width: 100%;
  margin: 0 auto;
  height: 632px;
  display: block;
  overflow-x: scroll;
  position: relative; }
  .wcselect_400213830805 #topslide .sp-slide {
    width: 100%;
    position: relative;
    display: block; }
    .wcselect_400213830805 #topslide .sp-slide img {
      width: 100%;
      height: auto; }

.wcselect_400213830805 .i1 .in-wrap > div {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.wcselect_400213830805 .i2 .in-wrap > div {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.wcselect_400213830805 .i3 .in-wrap > div {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.wcselect_400213830805 .i4 .in-wrap > div {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.wcselect_400213830805 .i5 .in-wrap > div {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.wcselect_400213830805 #navbar.fixed {
  position: relative; }

.wcselect_400213830805 #navigation > div {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center; }
  .wcselect_400213830805 #navigation > div > li {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    height: 50px; }

.wcselect_400213830805 .drawer-dropdown-menu {
  display: none; }

.wcselect_400213830805 .drawer-dropdown:hover .drawer-dropdown-menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: absolute;
  top: 100%;
  left: 0; }
  .wcselect_400213830805 .drawer-dropdown:hover .drawer-dropdown-menu .inner {
    width: 100%; }
  .wcselect_400213830805 .drawer-dropdown:hover .drawer-dropdown-menu ol {
    width: 100%; }
    .wcselect_400213830805 .drawer-dropdown:hover .drawer-dropdown-menu ol > div {
      width: 100%;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-flow: row wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-flow: row wrap; }

.wcselect_400213830805 .drawer-dropdown-menu > div {
  display: block; }

.wcselect_400213830805 .wrap-bn-area ul > div,
.wcselect_400213830805 .wrap-bn-area02 ul > div,
.wcselect_400213830805 .bannerlist > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.wcselect_400213830805 .title-navi ul > div,
.wcselect_400213830805 #footer .flink ul > div {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center; }

.wcselect_400213830805 .fade-up {
  opacity: 1; }

.wcselect_400213830805 [data-aos^=fade][data-aos^=fade] {
  opacity: 1; }

.wcselect_400213830805 .wrap-submenu ul > div {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap; }

.wcselect_400213830805 #sort-news .mix {
  display: inline-block;
  opacity: 1; }

.wcselect_400213830805 .flink > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.wcselect_400213830805 .unit-hour .hour-dibox,
.wcselect_400213830805 .show_more dd {
  display: block; }

/* END:WC Select Style
 * =================================================================================
**/
/* WC Area Style
 * =================================================================================
**/
.wcarea_400213830805 table {
  width: 80%; }
  .wcarea_400213830805 table th, .wcarea_400213830805 table td {
    padding: 16px;
    width: auto; }
  .wcarea_400213830805 table th {
    background-color: #e9e9e9; }

.wcarea_400213830805 .sp-slide {
  width: 100%;
  position: relative; }

.wcarea_400213830805 .fade-up {
  opacity: 1; }

.wcarea_400213830805 .drawer-dropdown {
  position: relative; }
  .wcarea_400213830805 .drawer-dropdown:before {
    content: "（dropdownあり）";
    font-size: 12px;
    position: relative;
    top: 0;
    left: 0; }

.wc_anctxt {
  margin-top: -60px;
  padding-top: 60px;
  display: inline-block; }

.wc_anctxt img {
  width: inherit !important;
  height: inherit  !important; }

/* END:WC Area Style
 * =================================================================================


**/



table.time {
        width: 100%;
		margin-bottom:10px;
		}
        table.time th {
          background-color: #FFF8E7;
		  border-bottom:1px solid #D8C3A5;
          color: #222;
          font-weight: bold;
          padding: 10px; }
        table.time td {
          background: #FFF8E7;
		  border-bottom:1px solid #D8C3A5;
          padding: 5px;
          vertical-align: middle;
          word-break: break-all;
          text-align: center; }
          table.time td.case {
            background: #dff0c8; }
          table.time td.time {
            background: #fff;
            font-weight: bold;
            text-align: center;
            color: #390; }

.paylist ul{
	display:flex;
	flex-flow:row wrap;
	align-items:center;
	background:#fafafa;
	border-radius:6px;
	overflow:hidden;
	padding:2rem;
	}

.paylist li p{
	margin:0 10px 10px 0;
	color: #966432;
	font-weight:700;
	}

.paylist li ul{
	margin-bottom:20px;
	}

.paylist li ul li{
	margin:0 20px 20px 0;
	}

.paylist ul li img{
	max-height:50px;
	}

.flowbox{
	position:relative;
	padding:10px 0;
	}

.flowbox:after{
	display: block;
    width: 0;
    height: 0;
    content: "";
    position: absolute;
	bottom:-20px;
    left: 0;
    right: 0;
    border-top: 2rem solid #ffe6e6;
    border-right: 3rem solid transparent;
    border-bottom: 1rem solid transparent;
    border-left: 3rem solid transparent;
    margin: auto;
	}

ul.newsimg{
	display:flex;
	flex-flow:row wrap;
	justify-content:space-around;
	padding-right:20px;
	}
ul.newsimg li{
	width:calc(33% - 20px);
	}
ul.newsimg li img{
	width:100%;
	height:auto;
	}