@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=Roboto:400,500i");
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 {
  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 */
  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 {
  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"] {
  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, #section_pageHeader, .pageHeader, #main, #footer, .section_primary, .section-news, .section_banners, .inner, .wrap-titlebox, .pagenav, #wrap-container, .to_bt, .cap-l, .cap-l-t2, .cap-l-t3, .cap-m, .cap-s, .boxwrap1, .boxwrap2, .boxwrap3, .to-buttonbox, .i1, .i2, .i3, .i4, .i5, .dibox, .dl-box1, .dl-box2, .qabox, .stepbox, #header, .cap-l-t2 h2, .boxwrap-w, .imgfull, .line-hr, .noline-hr, .dl-box1 dl, .dl-box2 dl, .to-bt2, .stepbox ul li, .wcarea_400197769201 li {
  zoom: 1; }

.cf:before, #section_pageHeader:before, .pageHeader:before, #main:before, #footer:before, .section_primary:before, .section-news:before, .section_banners:before, .inner:before, .wrap-titlebox:before, .pagenav:before, #wrap-container:before, .to_bt:before, .cap-l:before, .cap-l-t2:before, .cap-l-t3:before, .cap-m:before, .cap-s:before, .boxwrap1:before, .boxwrap2:before, .boxwrap3:before, .to-buttonbox:before, .i1:before, .i2:before, .i3:before, .i4:before, .i5:before, .dibox:before, .dl-box1:before, .dl-box2:before, .qabox:before, .stepbox:before, #header:before, .cap-l-t2 h2:before, .boxwrap-w:before, .imgfull:before, .line-hr:before, .noline-hr:before, .dl-box1 dl:before, .dl-box2 dl:before, .to-bt2:before, .stepbox ul li:before, .wcarea_400197769201 li:before, .cf:after, #section_pageHeader:after, .pageHeader:after, #main:after, #footer:after, .section_primary:after, .section-news:after, .section_banners:after, .inner:after, .wrap-titlebox:after, .pagenav:after, #wrap-container:after, .to_bt:after, .cap-l:after, .cap-l-t2:after, .cap-l-t3:after, .cap-m:after, .cap-s:after, .boxwrap1:after, .boxwrap2:after, .boxwrap3:after, .to-buttonbox:after, .i1:after, .i2:after, .i3:after, .i4:after, .i5:after, .dibox:after, .dl-box1:after, .dl-box2:after, .qabox:after, .stepbox:after, #header:after, .cap-l-t2 h2:after, .boxwrap-w:after, .imgfull:after, .line-hr:after, .noline-hr:after, .dl-box1 dl:after, .dl-box2 dl:after, .to-bt2:after, .stepbox ul li:after, .wcarea_400197769201 li:after {
  content: "";
  display: table; }

.cf:after, #section_pageHeader:after, .pageHeader:after, #main:after, #footer:after, .section_primary:after, .section-news:after, .section_banners:after, .inner:after, .wrap-titlebox:after, .pagenav:after, #wrap-container:after, .to_bt:after, .cap-l:after, .cap-l-t2:after, .cap-l-t3:after, .cap-m:after, .cap-s:after, .boxwrap1:after, .boxwrap2:after, .boxwrap3:after, .to-buttonbox:after, .i1:after, .i2:after, .i3:after, .i4:after, .i5:after, .dibox:after, .dl-box1:after, .dl-box2:after, .qabox:after, .stepbox:after, #header:after, .cap-l-t2 h2:after, .boxwrap-w:after, .imgfull:after, .line-hr:after, .noline-hr:after, .dl-box1 dl:after, .dl-box2 dl:after, .to-bt2:after, .stepbox ul li:after, .wcarea_400197769201 li:after {
  clear: both; }

/* END:clearfix
 * =================================================================================
**/
.arrow, .pagenav ul li:after, .bt-more p a:before, .bt-more p a:after, .block-listed p:before, .block-listed p:after, .block-listed dl:before, .block-listed dl:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle; }

.triangle, .globalmenu .bt-contact a:before, #footer .sitemap a:before, #footer .section-renraku .list-renraku li.mail:after, .title-navi ul li a:after, .section-news .wrap-side-bn ul li.txt a:before {
  content: "";
  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, #section_pageHeader:before {
  content: "";
  width: 100%;
  height: 7px;
  background: linear-gradient(rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0)); }

/* 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; }

/* Default
 * =================================================================================
**/
html {
  overflow-y: scroll;
  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: "游ゴシック","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",'Roboto',Helvetica Neue, Helvetica,YuGothic, "メイリオ",Meiryo;
  color: #0F0F1E;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
  box-sizing: border-box; }

@media screen and (max-width: 680px) {
  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-size: 13px; } }
h2, h3, h4, h5, p, div, dt, dd, li {
  /* 明朝settings start*/
  font-family: "游ゴシック","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",'Roboto',Helvetica Neue, Helvetica,YuGothic, "メイリオ",Meiryo;
  color: #0F0F1E; }

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
 * =================================================================================
**/
#section_pageHeader, .pageHeader, #main, #footer, .section_primary, .section-news, .section_banners {
  margin: 0;
  padding: 0;
  position: relative; }

.inner, .wrap-titlebox, .pagenav {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  position: relative; }

@media screen and (max-width: 680px) {
  .inner, .wrap-titlebox, .pagenav {
    width: 100%; } }
#wrap-container, .to_bt, .cap-l, .cap-l-t2, .cap-l-t3, .cap-m, .cap-s, .boxwrap1, .boxwrap2, .boxwrap3, .to-buttonbox, .i1, .i2, .i3, .i4, .i5, .dibox, .dl-box1, .dl-box2, .qabox, .stepbox {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  position: relative; }

@media screen and (max-width: 680px) {
  #wrap-container, .to_bt, .cap-l, .cap-l-t2, .cap-l-t3, .cap-m, .cap-s, .boxwrap1, .boxwrap2, .boxwrap3, .to-buttonbox, .i1, .i2, .i3, .i4, .i5, .dibox, .dl-box1, .dl-box2, .qabox, .stepbox {
    width: 100%; } }
#header {
  margin: 0 auto;
  z-index: 100;
  position: relative; }

#header:before {
  content: "";
  width: 100%;
  height: 10px;
  background: #3A8EBF;
  position: absolute;
  top: 0;
  left: 0; }

@media screen and (max-width: 1080px) {
  #header {
    position: relative;
    height: 100px; } }
/* fixedmenu時のアンカー対策　jsとセットで*/
.scanc {
  padding-top: 77px;
  margin-top: -77px;
  position: absolute;
  top: 0px; }

#section_pageHeader {
  position: relative; }

#section_pageHeader:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20; }

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

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

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

a:link,
a:visited,
a:active {
  color: #0F0F1E; }

a:hover {
  color: #3A8EBF; }

@media screen and (max-width: 1080px) {
  body {
    padding-top: 0; } }
h1#logo {
  position: absolute;
  top: 0;
  left: 5%;
  width: 398px;
  height: 65px;
  z-index: 10; }

@media screen and (max-width: 680px) {
  h1#logo {
    left: 0;
    width: calc(100% - 100px);
    z-index: 0; } }
h1#logo a {
  margin-top: 34px;
  padding-top: 65px;
  display: block;
  background: url(../img/logo.png) no-repeat 50% 100%;
  background-size: contain;
  width: 398px;
  height: 0;
  text-align: center;
  text-decoration: none;
  color: #111;
  font-size: 14px;
  z-index: 3;
  overflow: hidden; }

@media screen and (max-width: 1080px) {
  h1#logo a {
    z-index: 1;
    width: 240px;
    background-size: contain; } }
@media screen and (max-width: 1080px) {
  h1#logo a {
    margin: 15px 15px; } }
.globalmenu {
  padding: 0px 0 0;
  display: flex;
  flex-flow: column wrap; }

.globalmenu .bt-contact {
  text-align: right;
  padding-right: 5%; }

.globalmenu .bt-contact a {
  padding: 10px 60px;
  display: inline-block;
  background: #3A8EBF;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  transition: all 0.3s ease; }

.globalmenu .bt-contact a:before {
  left: 34px;
  margin: auto; }

.globalmenu .bt-contact a:hover {
  background: #28A4E6; }

.globalmenu .phone {
  margin-top: 10px;
  padding-right: 5%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end; }

.globalmenu .phone li {
  font-family: 'Roboto',"游ゴシック", sans-serif;
  font-weight: bold; }

.globalmenu .phone li.tel {
  font-size: 32px;
  margin-right: 20px; }

@media screen and (max-width: 680px) {
  .globalmenu .phone li.tel {
    font-size: 30px; } }
.globalmenu .phone li.tel:before {
  margin-right: 5px;
  font-size: 17px;
  content: "TEL";
  color: #3A8EBF;
  font-weight: bold;
  position: relative;
  top: -5px; }

@media screen and (max-width: 680px) {
  .globalmenu .phone li.tel:before {
    font-size: 15px; } }
.globalmenu .phone li.fax {
  margin-top: 16px; }

.globalmenu .phone li.fax:before {
  margin-right: 5px;
  font-size: 15px;
  content: "FAX";
  color: #3A8EBF;
  font-weight: bold;
  position: relative; }

@media screen and (max-width: 680px) {
  .globalmenu .phone li.fax:before {
    font-size: 13px; } }
@media screen and (max-width: 1080px) {
  .globalmenu {
    flex-flow: column-reverse wrap;
    justify-content: flex-end;
    padding: 0; }

  .globalmenu .bt-contact {
    padding: 0;
    margin-top: 20px;
    text-align: center; }

  .globalmenu .phone {
    justify-content: center;
    padding: 0; }

  .globalmenu .phone li.tel {
    margin: 0;
    font-size: 24px; }

  .globalmenu .phone li.tel:before {
    top: 0; } }
#navigation {
  margin: 20px auto 0;
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  border-top: 1px solid #D1D1E0; }

#navigation * {
  transition: all 0.6s;
  -webkit-backface-visibility: hidden; }

#navigation li {
  transition: all 0.3s linear;
  text-align: center;
  line-height: 20px;
  position: relative;
  font-size: 16px; }

@media screen and (max-width: 680px) {
  #navigation li {
    font-size: 14px; } }
#navigation li:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 54%;
  background: #D1D1E0;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }

#navigation li.hg-li07 a:after {
  content: "";
  width: 11px;
  height: 14px;
  display: inline-block;
  background: url(../img/key.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 13px;
  top: 0;
  bottom: 0;
  margin: auto; }

#navigation li:last-child::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 54%;
  background: #D1D1E0;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0; }

#navigation li a:before {
  content: "";
  width: 100%;
  height: 6px;
  background: rgba(58, 142, 191, 0.1);
  position: absolute;
  bottom: -6px;
  left: 0;
  margin: auto;
  transition: all 0.3s;
  z-index: 3; }

#navigation li a:hover:before {
  bottom: 0;
  background: #3a8ebf; }

#navigation li a[aria-expanded="true"] {
  color: #0F0F1E; }

#navigation li a[aria-expanded="true"]:before {
  width: 50%;
  background: #3a8ebf; }

#navigation li a {
  display: inline-block;
  padding: 24px 34px;
  letter-spacing: 0;
  font-weight: bold;
  color: #000;
  position: relative;
  text-decoration: none; }

#navigation li a:hover {
  opacity: 1; }

#navigation li a:hover::after {
  opacity: 0.8;
  top: 0; }

@media screen and (max-width: 1080px) {
  #navigation {
    border-top: none;
    border-bottom: 1px solid #D1D1E0;
    display: block;
    height: auto;
    padding-top: 20px;
    padding-left: 30px; }

  #navigation li {
    width: 100%;
    display: block;
    text-align: left; }

  #navigation li:before {
    content: none; }

  #navigation li a {
    padding: 10px 10px;
    display: block; }

  #navigation li a:before {
    content: none; }

  #navigation li.hg-li07 a {
    padding-left: 30px; } }
.hd-menu {
  position: absolute;
  display: flex;
  width: auto;
  flex-flow: row wrap;
  justify-content: flex-end;
  top: 30px;
  right: 5%; }

.hd-menu li {
  margin-right: 20px; }

.hd-menu li a {
  padding: 5px 16px 5px 24px;
  font-size: 13px;
  font-weight: bold;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #D1D1E0;
  position: relative;
  text-decoration: none;
  position: relative; }

.hd-menu li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #8A8A7B; }

.hd-menu li.home a {
  padding-left: 34px; }

.hd-menu li.home a:before {
  width: 13px;
  height: 13px;
  background: url(../img/ico-home.png) no-repeat 50% 50%;
  background-size: contain;
  border: 0; }

@media screen and (max-width: 1080px) {
  .hd-menu {
    margin-left: 20px;
    position: relative;
    width: auto;
    display: block;
    top: 0;
    right: auto; }

  .hd-menu li a {
    display: block;
    border: 0; } }
#section_pageHeader {
  margin: 0 auto; }

/*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; }

.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(58, 142, 191, 0.9); }

@media screen and (max-width: 680px) {
  #slide-wrap .swiper-slide {
    width: 100%;
    height: 400px; }

  #slide-wrap .swiper-slide img {
    width: auto;
    height: 100%; } }
#slide-wrap .caption {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center; }

@media screen and (max-width: 680px) {
  #slide-wrap .caption {
    padding: 5%; }

  #slide-wrap .caption img {
    width: 100%;
    height: auto; } }
/*Footer*/
#footer {
  padding: 50px 5% 30px;
  clear: both;
  position: relative;
  background: #3A8EBF;
  text-align: center; }

#footer * {
  color: #fff; }

#footer .bt-more {
  margin: 0; }

#footer .sitemap a {
  padding-left: 14px;
  position: relative; }

#footer .sitemap a:before {
  left: 0; }

#footer #copy {
  width: 100%;
  clear: both;
  font-size: 13px;
  display: block;
  text-align: left; }

@media screen and (max-width: 680px) {
  #footer #copy {
    font-size: 11px; } }
#footer address {
  margin-top: 10px;
  font-style: normal; }

#footer .section-renraku {
  position: relative;
  text-align: center;
  margin-bottom: 40px; }

#footer .section-renraku .list-renraku {
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }

#footer .section-renraku .list-renraku li {
  position: relative;
  font-weight: bold; }

#footer .section-renraku .list-renraku li.mail {
  font-size: 18px;
  margin-right: 60px; }

@media screen and (max-width: 680px) {
  #footer .section-renraku .list-renraku li.mail {
    font-size: 16px; } }
#footer .section-renraku .list-renraku li.mail a {
  display: block;
  background: #E7F0FA;
  padding: 20px 60px 20px 40px;
  box-shadow: 5px 5px 18px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #0F0F1E; }

#footer .section-renraku .list-renraku li.mail:after {
  right: 30px;
  border-left-color: #000; }

#footer .section-renraku .list-renraku li.mail:before {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  margin: auto; }

#footer .section-renraku .list-renraku li.tel {
  font-size: 32px;
  color: #fff;
  position: relative; }

@media screen and (max-width: 680px) {
  #footer .section-renraku .list-renraku li.tel {
    font-size: 30px; } }
#footer .section-renraku .list-renraku li.tel:before {
  margin-right: 10px;
  content: "TEL";
  font-weight: bold;
  color: #fff;
  font-size: 17px;
  position: relative;
  display: inline-block; }

@media screen and (max-width: 680px) {
  #footer .section-renraku .list-renraku li.tel:before {
    font-size: 15px; } }
@media screen and (max-width: 680px) {
  #footer .section-renraku .list-renraku li.mail, #footer .section-renraku .list-renraku li.tel {
    width: 100%;
    margin: 0 0 0 0;
    overflow: hidden; } }
@media screen and (max-width: 680px) {
  #footer .info, #footer .flink {
    padding: 0 2%;
    width: 100%;
    margin-bottom: 30px; }

  #footer .flink li {
    width: auto;
    font-size: 12px;
    margin: 0 10px 10px 0; }

  #footer .info {
    text-align: center; }

  #footer #copy {
    text-align: center; } }
.gmap {
  height: 400px; }

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

/*  Pageheader Style
 * =================================================================================
**/
#title-wrap {
  padding-bottom: 10px;
  padding-top: 65px; }

#title-wrap .pageimg {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0; }

#title-wrap .pageimg img {
  width: 100%;
  height: auto; }

@media screen and (max-width: 1080px) {
  #title-wrap .pageimg img {
    height: 100%;
    width: auto; } }
@media screen and (max-width: 680px) {
  #title-wrap {
    padding-top: 0; }

  #title-wrap .pageimg {
    display: none; } }
#title {
  max-width: 680px;
  padding: 60px;
  position: relative;
  background: #3A8EBF; }

@media screen and (max-width: 1080px) {
  #title {
    padding: 30px 5% 30px; } }
#title h2 {
  padding-bottom: 30px;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  border-bottom: 1px solid #E7F0FA;
  position: relative; }

@media screen and (max-width: 680px) {
  #title h2 {
    font-size: 28px; } }
@media screen and (max-width: 680px) {
  #title h2 {
    font-size: 20px;
    padding-bottom: 12px; } }
.title-navi {
  margin-top: 10px; }

@media screen and (max-width: 1080px) {
  .title-navi {
    margin-top: 20px; } }
.title-navi ul {
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  border-bottom: 1px solid #E7F0FA; }

.title-navi ul li {
  flex: 0 0 auto;
  margin-right: 16px;
  margin-bottom: 10px; }

.title-navi ul li a {
  font-size: 15px;
  padding: 8px 14px;
  text-decoration: none;
  transition: all 0.6s;
  position: relative;
  display: block;
  color: #fff;
  text-align: center; }

@media screen and (max-width: 680px) {
  .title-navi ul li a {
    font-size: 13px; } }
.title-navi ul li a:hover {
  text-decoration: underline; }

.title-navi ul li a:after {
  left: 4px; }

@media screen and (max-width: 680px) {
  .title-navi ul li a {
    padding: 4px 14px; } }
.title-navi ul li:first-child a:before {
  content: none; }

.pagenav {
  padding-top: 25px; }

.pagenav ul {
  float: right;
  margin-left: 2%; }

.pagenav ul * {
  color: #fff; }

.pagenav ul li {
  font-size: 13px;
  padding-right: 15px;
  float: left;
  position: relative; }

@media screen and (max-width: 680px) {
  .pagenav ul li {
    font-size: 11px; } }
.pagenav ul li:after {
  left: auto;
  right: 3px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.pagenav ul li:last-child:after {
  content: none; }

.container {
  margin: 0 auto;
  padding: 0  0 80px; }

@media screen and (max-width: 1080px) {
  .container {
    padding-right: 2%;
    padding-left: 2%; } }
@media screen and (max-width: 680px) {
  .container {
    padding: 0 2% 80px; } }
/* 汎用クラス */
.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 * {
  transition: all 0.6s ease; }

.bt-more p {
  display: inline-block; }

.bt-more p a {
  padding: 5px 24px 5px 40px;
  border: 1px solid #D1D1E0;
  display: block;
  text-decoration: none;
  position: relative; }

.bt-more p a:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  left: 20px; }

.bt-more p a:after {
  box-sizing: border-box;
  width: 2px;
  height: 2px;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
  left: 24px; }

.bt-more p:hover a {
  border: 1px solid #000;
  color: #000; }

.to_bt {
  margin: 50px auto; }

.to_bt a {
  padding: 15px 60px;
  display: inline-block;
  background: #3A8EBF;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  box-shadow: 6px 6px 40px rgba(0, 0, 0, 0.3); }

.to_bt a:hover {
  background: #28A4E6; }

@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: #00A8A8;
  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: 'Roboto',"游ゴシック", sans-serif;
  letter-spacing: 1.2px; }

.section_primary {
  padding: 100px 0;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background: url(../img/bg_lead.jpg) no-repeat 0 0 #fff;
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }

.section_primary .area-lead {
  margin-top: 40px;
  padding-right: 90px;
  max-width: 970px; }

@media screen and (max-width: 1080px) {
  .section_primary .area-lead {
    padding: 0 5%; } }
.section_primary .area-lead .lead-title {
  font-size: 23px;
  display: block;
  margin: 0 auto; }

@media screen and (max-width: 680px) {
  .section_primary .area-lead .lead-title {
    font-size: 21px; } }
.section_primary .area-lead .lead-txt {
  margin-top: 30px;
  line-height: 200%; }

.section_primary .area-recruit {
  margin-top: 40px; }

.section_primary .bn-recruit {
  width: 404px;
  background: #001D7F;
  position: relative;
  transition: all 0.6s ease; }

@media screen and (max-width: 1080px) {
  .section_primary .bn-recruit {
    width: 300px; } }
.section_primary .bn-recruit h2 {
  padding: 46px 5% 36px;
  text-align: center; }

.section_primary .bn-recruit h2 img {
  max-width: 100%;
  height: auto; }

.section_primary .bn-recruit .img-box {
  height: 227px;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden; }

.section_primary .bn-recruit .img-box img {
  width: auto;
  height: 100%;
  transition: all 0.3s ease; }

.section_primary .bn-recruit .wrap-txt {
  padding-top: 46px;
  height: 227px;
  width: 100%;
  font-size: 14px;
  position: absolute;
  z-index: 2;
  text-align: center;
  font-weight: bold;
  color: #fff;
  bottom: 0;
  left: 0; }

@media screen and (max-width: 680px) {
  .section_primary .bn-recruit .wrap-txt {
    font-size: 12px; } }
.section_primary .bn-recruit .more {
  padding: 10px 20px;
  width: 229px;
  border-radius: 50px;
  background: #fff;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  margin: 30px auto 0; }

.section_primary .bn-recruit:hover {
  background: #FBC8D9; }

.section_primary .bn-recruit:hover .img-box img {
  transform: scale(1.1); }

.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: #8A8A7B;
  color: #fff;
  text-decoration: none; }

.section-news {
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }

.section-news .wrap-news {
  width: 70%;
  max-width: 734px; }

.section-news .wrap-side-bn {
  width: 25%;
  max-width: 413px;
  padding-left: 5%; }

.section-news .wrap-side-bn ul li {
  border: 1px solid #D1D1E0;
  margin-bottom: 10px; }

.section-news .wrap-side-bn ul li img {
  max-width: 100%;
  height: auto; }

.section-news .wrap-side-bn ul li.txt a {
  background: #66A9D0;
  color: #fff;
  padding: 15px 40px;
  position: relative;
  display: block;
  font-weight: bold;
  text-decoration: none; }

.section-news .wrap-side-bn ul li.txt a:before {
  left: 20px; }

@media screen and (max-width: 680px) {
  .section-news .wrap-news {
    width: 100%;
    padding: 0 5%; }

  .section-news .wrap-side-bn {
    width: 100%;
    max-width: 316px;
    margin: 30px auto;
    padding: 0; } }
.section-news h2 {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin-right: 30px; }

@media screen and (max-width: 680px) {
  .section-news h2 {
    font-size: 18px; } }
.section-news .bt-more {
  display: inline-block; }

.section-news #info {
  width: 100%;
  height: 400px;
  overflow: auto; }

@media screen and (max-width: 680px) {
  .section-news #info {
    width: 100%; } }
.hov {
  transition: all 0.3s ease; }

.hov:hover {
  opacity: 0.7; }

.news_dl {
  width: 100%;
  padding: 16px 0;
  clear: both;
  display: flex;
  flex-flow: row wrap;
  position: relative;
  align-items: flex-start;
  justify-content: center;
  border-bottom: 1px solid #D1D1E0; }

.news_dl dt {
  width: 95px;
  margin-right: 15px;
  text-align: center;
  display: inline-block; }

.news_dl p.title {
  color: #28A4E6;
  font-weight: bold;
  margin-bottom: 5px; }

.news_dl dd.txt {
  width: calc(100% - 120px);
  font-size: 15px;
  text-align: left;
  margin-right: 0; }

.news_dl dd.txt img {
  float: right;
  margin: 0 0 10px 10px; }

@media screen and (max-width: 1080px) {
  .news_dl {
    padding: 16px 2%;
    flex-flow: row wrap;
    justify-content: flex-start; }

  .news_dl dd.txt {
    margin-top: 5px;
    width: 100%; } }
.section_banners {
  padding-top: 60px;
  background: #E7F0FA; }

.section_banners .wrap-banners {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  justify-content: center;
  padding-bottom: 60px; }

.section_banners .wrap-banners .bn {
  width: 30%;
  max-width: 360px;
  margin: 0 1.5%;
  margin-bottom: 1px;
  position: relative;
  background-color: #fff;
  transition: all 0.3s linear;
  box-shadow: 5px 5px 21px rgba(0, 0, 0, 0.24); }

.section_banners .wrap-banners .bn.bn-01 h2 {
  background: url(../img/bn_img01.jpg) no-repeat 0 50%; }

.section_banners .wrap-banners .bn.bn-02 h2 {
  background: url(../img/bn_img02.jpg) no-repeat 0 50%; }

.section_banners .wrap-banners .bn.bn-03 h2 {
  background: url(../img/bn_img03.jpg) no-repeat 0 50%; }

.section_banners .wrap-banners .bn .txt {
  height: 100px;
  padding: 20px 30px; }

.section_banners .wrap-banners .bn h2 {
  padding: 0 5% 0;
  height: 146px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover; }

@media screen and (max-width: 680px) {
  .section_banners .wrap-banners .bn h2 {
    font-size: 22px; } }
.section_banners .wrap-banners .bn h2:after {
  content: "";
  width: 12px;
  height: 21px;
  background: url(../img/arrow-blue.png);
  background-size: contain;
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto; }

.section_banners .wrap-banners .bn h2 a {
  text-decoration: none;
  color: #fff; }

.section_banners .wrap-banners .bn:hover {
  transform: translateY(5px);
  box-shadow: none; }

@media screen and (max-width: 1080px) {
  .section_banners .wrap-banners .bn {
    transform: translate(0, 0) !important; } }
@media screen and (max-width: 680px) {
  .section_banners .wrap-banners .bn {
    width: 100% !important;
    transform: translate(0, 0) !important;
    margin: 1px 0 0 !important; }

  .section_banners .wrap-banners .bn .imgbox img {
    height: 100% !important;
    width: auto !important; } }
.section_banners .wrap-banners * {
  transition: all 0.6s ease; }

.wrap-schedule {
  padding: 0 5%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.wrap-schedule .sc {
  width: 60%; }

.wrap-schedule .sc dl {
  display: flex;
  flex-flow: row wrap;
  position: relative; }

.wrap-schedule .sc dl:before {
  content: "";
  width: 80px;
  height: 80px;
  background: url(../img/bg_tokei.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  display: block; }

.wrap-schedule .sc dl dt {
  width: 100px;
  padding: 10px 20px;
  margin: 40px 0 0 40px;
  font-size: 20px;
  font-weight: bold;
  color: #00A8A8;
  position: relative;
  z-index: 1; }

@media screen and (max-width: 680px) {
  .wrap-schedule .sc dl dt {
    font-size: 18px; } }
.wrap-schedule .sc dl dd {
  padding-top: 50px;
  width: calc(100% - 140px); }

.wrap-schedule .sc dl dd h4 {
  font-size: 20px;
  font-weight: bold;
  color: #8A8A7B; }

@media screen and (max-width: 680px) {
  .wrap-schedule .sc dl dd h4 {
    font-size: 18px; } }
@media screen and (max-width: 680px) {
  .wrap-schedule .sc {
    width: 100%;
    margin-bottom: 20px; } }
.wrap-schedule .img-area li {
  margin: 16px 0; }

.wrap-schedule .img-area li img {
  border-radius: 8px; }

@media screen and (max-width: 680px) {
  .wrap-schedule .img-area li {
    width: 49.5%;
    margin: 5px 1% 5px 0;
    float: left; }

  .wrap-schedule .img-area li:nth-child(2n) {
    margin-right: 0; }

  .wrap-schedule .img-area li img {
    width: 100%;
    height: auto; } }
.wrap-season-event {
  padding: 0 0 40px;
  display: flex;
  flex-flow: row wrap; }

.wrap-season-event .md-season {
  width: calc(25% - 1px);
  padding: 20px;
  margin-right: 1px;
  margin-bottom: 30px;
  background: #fff;
  border: 10px solid #001D7F; }

.wrap-season-event .md-season:nth-child(2n) {
  transform: translateY(30px); }

.wrap-season-event .md-season .season {
  font-size: 34px;
  font-weight: bold;
  padding: 20px 0 0 0;
  position: relative; }

.wrap-season-event .md-season .season:before {
  content: "";
  width: 130px;
  height: 130px;
  border-radius: 100%;
  position: absolute;
  top: -20px;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 50%;
  z-index: -1; }

.wrap-season-event .md-season .season.s1 {
  color: #EF8A9C; }

.wrap-season-event .md-season .season.s1:before {
  background-image: url(../img/s1.jpg); }

.wrap-season-event .md-season .season.s2 {
  color: #4692CC; }

.wrap-season-event .md-season .season.s2:before {
  background-image: url(../img/s2.jpg); }

.wrap-season-event .md-season .season.s3 {
  color: #734021; }

.wrap-season-event .md-season .season.s3:before {
  background-image: url(../img/s3.jpg); }

.wrap-season-event .md-season .season.s4 {
  color: #E94C29; }

.wrap-season-event .md-season .season.s4:before {
  background-image: url(../img/s4.jpg); }

.wrap-season-event .md-season p {
  padding: 0 0 0 0; }

.wrap-season-event .md-season .imgbox {
  margin-top: 15px; }

.wrap-season-event .md-season .imgbox img {
  border-radius: 6px; }

@media screen and (max-width: 680px) {
  .wrap-season-event .md-season {
    width: 100%; }

  .wrap-season-event .md-season:nth-child(2n) {
    transform: translateY(0); }

  .wrap-season-event .md-season .season {
    padding: 30px 0 0 0; }

  .wrap-season-event .md-season .season:before {
    width: 130px;
    height: 130px; } }
/*------------------------------------------------------
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, .cap-l-t2 h2, .cap-l-t3, .cap-m, .cap-s {
  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 {
  text-align: center; }

.cap-l-t2 h2 {
  font-size: 28px;
  margin-top: 60px;
  text-align: center;
  display: block;
  position: relative; }

@media screen and (max-width: 680px) {
  .cap-l-t2 h2 {
    font-size: 20px; } }
.cap-l-t2 h2.c_sub {
  color: #00A8A8; }

.cap-l-t2 h2.c_m {
  color: #28A4E6; }

.cap-l-t2 h2.tal {
  text-align: left; }

.cap-l-t2.clt2 h2 {
  padding-bottom: 0.5em; }

.cap-l-t2.clt2 h2:after {
  content: "";
  display: inline-block;
  width: 78px;
  height: 6px;
  background: #3A8EBF;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.cap-l-t2.clt2.c_01 h2:after {
  background-color: #00A8A8; }

.cap-l-t2.clt2.c_02 h2:after {
  background-color: #66A9D0; }

.cap-l-t2.clt2.c_03 h2:after {
  background-color: #EE7948; }

.cap-l-t2.clt2.c_04 h2:after {
  background-color: #8A8A7B; }

.cap-l-t2.clt3 h2 {
  padding: 20px 0 20px 40px;
  background: #fff;
  text-align: left;
  background: #E7F0FA;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); }

.cap-l-t2.clt3 h2:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 35%;
  background: #28A4E6;
  position: absolute;
  bottom: 0;
  left: 24px;
  top: 0;
  margin: auto; }

.cap-l-t3 {
  margin-top: 60px; }

.cap-l-t3 h2 {
  margin-top: 0px;
  font-weight: 700;
  font-size: 20px; }

@media screen and (max-width: 680px) {
  .cap-l-t3 h2 {
    font-size: 18px; } }
.cap-l-t3 p {
  margin-top: 8px;
  font-family: 'Roboto',"游ゴシック", sans-serif;
  font-size: 12px;
  color: #28A4E6; }

@media screen and (max-width: 680px) {
  .cap-l-t3 h2 {
    width: 100%;
    font-size: 15px;
    text-align: center; }

  .cap-l-t3 p {
    text-align: center;
    width: 100%; } }
.cap-m {
  margin: 40px auto 20px;
  position: relative;
  text-align: center; }

.cap-m h3 {
  font-size: 24px;
  position: relative; }

@media screen and (max-width: 680px) {
  .cap-m h3 {
    font-size: 22px; } }
.cap-m.cm-2 {
  text-align: left; }

.cap-m.cm-2 h3 {
  border: none;
  padding: 0;
  color: #28A4E6; }

.cap-m.cm-3 {
  text-align: left; }

.cap-m.cm-3 h3 {
  position: relative;
  padding: 14px 20px;
  border: 1px solid #D1D1E0;
  border-radius: 4px; }

.cap-m.cm-4 {
  text-align: left;
  background: #fff; }

.cap-m.cm-4 h3 {
  padding: 14px  24px;
  position: relative; }

.cap-m.cm-4 h3:before {
  content: "";
  width: 6px;
  height: 65%;
  background: #3A8EBF;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto; }

.cap-s {
  margin-left: auto;
  margin-right: auto; }

.cap-s h4 {
  font-size: 18px;
  font-weight: 700;
  position: relative; }

@media screen and (max-width: 680px) {
  .cap-s h4 {
    font-size: 16px; } }
.cap-s.cs-2 h4 {
  position: relative;
  padding-left: 14px;
  color: #28A4E6; }

.cap-s.cs-2 h4:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 6px;
  width: 6px;
  background: #28A4E6; }

.cap-s.cs-3 h4 {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 1px solid #3A8EBF; }

.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, .to-buttonbox {
  margin: 15px auto 30px;
  padding: 0;
  position: relative;
  line-height: 1.9; }

.boxwrap2 {
  padding: 32px;
  border: 3px solid #3A8EBF;
  background: #fff;
  border-radius: 5px;
  line-height: 1.9; }

.boxwrap2.bg {
  background-color: #E7F0FA;
  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: 80px;
  text-align: center; }

@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; }

.i1 .in-wrap, .i2 .in-wrap, .i3 .in-wrap, .i4 .in-wrap, .i5 .in-wrap {
  display: flex;
  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: 20px; }

.i3 .in-wrap div {
  margin-right: 2.75%;
  margin-bottom: 20px; }

.i3.wrap-ranking .in-wrap div {
  position: relative; }

@media screen and (max-width: 680px) {
  .i3.wrap-ranking .in-wrap div {
    width: 100%; } }
.i3.wrap-ranking .in-wrap div:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  width: 46px;
  height: 76px;
  background-size: contain;
  background-repeat: no-repeat; }

.i3.wrap-ranking .in-wrap div:nth-child(1):before {
  background-image: url(../img/rank1.png); }

.i3.wrap-ranking .in-wrap div:nth-child(2):before {
  background-image: url(../img/rank2.png); }

.i3.wrap-ranking .in-wrap div:nth-child(3):before {
  background-image: url(../img/rank3.png); }

.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 #D1D1E0;
    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 {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3); }

.line-hr {
  margin-bottom: 80px; }

.line-hr hr {
  height: 1px;
  overflow: hidden;
  border: none;
  border-bottom: solid 1px #aaa; }

.noline-hr {
  margin-bottom: 80px; }

.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; } }
/* 汎用テーブルレイアウト
 * =================================================================================
 */
.tb-box1, .tb-box1-2, .tb-box2, .tb-box3, .tb-box4 {
  width: 100%;
  table-layout: auto;
  margin: 0;
  border-collapse: collapse;
  border-left: 1px solid #D1D1E0;
  border-top: 1px solid #D1D1E0; }

@media screen and (max-width: 680px) {
  .tb-box1, .tb-box1-2, .tb-box2, .tb-box3, .tb-box4 {
    width: 680px; } }
.tb-box1 th, .tb-box1-2 th, .tb-box2 th, .tb-box3 th, .tb-box4 th {
  padding: 8px 4px;
  border-right: 1px solid #D1D1E0;
  border-bottom: 1px solid #D1D1E0;
  font-size: 13px;
  background: #E7F0FA;
  border-bottom: 1px solid #D1D1E0; }

.tb-box1 th.hd_bggr, .tb-box1-2 th.hd_bggr, .tb-box2 th.hd_bggr, .tb-box3 th.hd_bggr, .tb-box4 th.hd_bggr {
  background: #3A8EBF;
  color: #fff;
  border-bottom: 1px solid #D1D1E0; }

.tb-box1 td, .tb-box1-2 td, .tb-box2 td, .tb-box3 td, .tb-box4 td {
  padding: 8px;
  border-right: 1px solid #D1D1E0;
  border-bottom: 1px solid #D1D1E0;
  font-size: 13px; }

.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 {
    width: 100%;
    display: block; }

  .tb-box1 th, .tb-box1 td {
    display: block;
    width: 100% !important; } }
.tb-box1-2 th {
  width: 50%; }

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

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

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

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

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

.tb-box4 td.hp {
  text-align: center; }

.tb-box4 td.hp .bt-more {
  margin: 0; }

.dl-box1 {
  margin-bottom: 80px;
  display: block; }

.dl-box1 dl {
  display: table;
  width: 100%;
  border-top: 1px solid #D1D1E0; }

.dl-box1 dl dt, .dl-box1 dl dd {
  display: table-cell;
  position: relative; }

.dl-box1 dl dt {
  width: 25%;
  padding: 24px 2%;
  margin-right: 1%;
  font-weight: bold;
  color: #28A4E6; }

.dl-box1 dl dt:after {
  position: absolute;
  top: -2px;
  left: 0;
  content: '';
  display: block;
  width: 20%;
  height: 4px;
  background: #28A4E6; }

.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; }

  .dl-box1 dl dt:after {
    border-color: #D1D1E0; }

  .dl-box1 dl dd:after {
    border-color: #282828; } }
.dl-box2 {
  margin-bottom: 80px;
  display: block; }

.dl-box2 dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  padding: 10px 2%;
  border-bottom: 1px solid #D1D1E0; }

.dl-box2 dl dt, .dl-box2 dl dd {
  position: relative; }

.dl-box2 dl dt {
  width: 20%;
  background: #3A8EBF;
  padding: 10px 2%;
  margin-right: 5%;
  font-weight: bold;
  color: #fff;
  text-align: center; }

.dl-box2 dl dd {
  padding: 10px 2%; }

@media screen and (max-width: 680px) {
  .dl-box2 dl dt {
    width: 100%;
    margin: 0;
    text-align: left; }

  .dl-box2 dl dd {
    width: 50%;
    margin: 0; }

  .dl-box2 dl dt:after {
    border-color: #D1D1E0; }

  .dl-box2 dl dd:after {
    border-color: #282828; } }
#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;
  transform: rotate(-45deg);
  transition: all 0.6s ease; }

#pagetop a:hover:before {
  top: 0; }

@media screen and (max-width: 680px) {
  #pagetop {
    display: none; } }
.to-buttonbox {
  overflow: hidden;
  display: flex;
  flex-flow: row-reverse wrap; }

.to-buttonbox .to-bt2 {
  width: 25%; }

.to-buttonbox .block-listed {
  width: 75%;
  display: flex;
  align-items: center; }

.to-buttonbox .block-listed p {
  font-weight: bold; }

@media screen and (max-width: 680px) {
  .to-buttonbox {
    flex-flow: column-reverse; }

  .to-buttonbox .to-bt2 {
    padding-left: 30px;
    width: 100%; }

  .to-buttonbox .to-bt2 a {
    display: block; }

  .to-buttonbox .block-listed {
    width: 100%; } }
.wrap-2cbt ul {
  display: flex;
  flex-flow: row wrap; }

.wrap-2cbt ul li {
  width: 45%;
  margin: 0 2.5% 30px 2.5%; }

.wrap-2cbt ul li p {
  width: 100%; }

.wrap-2cbt ul li p a {
  display: block; }

@media screen and (max-width: 680px) {
  .wrap-2cbt ul li {
    width: 95%; } }
@media screen and (max-width: 680px) {
  .i4 .in-wrap div.to-bt2 {
    width: 100%; } }
.to-bt2 {
  text-align: right; }

.to-bt2 p {
  padding: 0;
  margin: 0;
  font-weight: 700; }

.to-bt2 p a {
  display: inline-block;
  padding: 8px 30px 8px 36px;
  text-align: center;
  color: #535353;
  border: #bbb 1px solid;
  border-radius: 2px;
  text-decoration: none;
  transition: all 0.6s;
  position: relative;
  background: linear-gradient(to bottom, #fff, #ddd); }

.to-bt2 p a:hover {
  background: linear-gradient(to bottom, #ddd, #fff); }

.to-bt2 p a[href*=".pdf"]:before {
  content: '';
  display: block;
  position: absolute; }

.to-bt2 p a[href*=".pdf"]:before {
  top: 0;
  left: 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-bt2 p a[href*=".doc"]:before {
  content: '';
  display: block;
  position: absolute; }

.to-bt2 p a[href*=".doc"]:before {
  top: 0;
  left: 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-bt2 p a[href*=".xls"]:before {
  content: '';
  display: block;
  position: absolute; }

.to-bt2 p a[href*=".xls"]:before {
  top: 0;
  left: 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-bt2 p a[href*=".xlsx"]:before {
  content: '';
  display: block;
  position: absolute; }

.to-bt2 p a[href*=".xlsx"]:before {
  top: 0;
  left: 8px;
  width: 31px;
  height: 36px;
  background: url("../img/icon-xcel-m.svg") no-repeat left center;
  background-size: 24px 24px; }

.qabox {
  margin: 40px auto;
  overflow: hidden; }

.qabox dl {
  margin: 0 0 30px; }

.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: #28A4E6;
  margin-bottom: 10px;
  padding: 15px 0 10px 45px;
  font-weight: 700;
  position: relative;
  font-size: 15px; }

@media screen and (max-width: 680px) {
  .qabox dl dt {
    font-size: 13px; } }
.qabox dl dt:before {
  font-family: 'Arial';
  content: 'Q.';
  font-weight: 300;
  left: 10px; }

.qabox dl dt p {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  z-index: 10; }

.containerbox .qabox dl {
  padding: 0; }

.show_more {
  cursor: pointer; }

.show_more dd {
  display: none; }

.stepbox {
  margin: 40px auto;
  overflow: hidden; }

.stepbox ul {
  padding: 0; }

.stepbox ul li {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  position: relative;
  padding-bottom: 30px; }

.stepbox ul li:after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  left: 40px;
  background: #3A8EBF;
  display: block; }

.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: 10%;
  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 {
  font-family: 'Roboto',"游ゴシック", sans-serif;
  padding-top: 15px;
  width: 80px;
  height: 80px;
  color: #fff;
  background: #3A8EBF;
  line-height: 1.3;
  font-size: 26px; }

.stepbox ul li .left h2 .step, .stepbox ul li .il h2 .step {
  font-family: 'Roboto',"游ゴシック", sans-serif;
  font-size: 13px;
  display: block; }

.stepbox ul li .left
.boxwrap2, .stepbox ul li .il
.boxwrap2 {
  box-sizing: border-box; }

.stepbox ul li .right, .stepbox ul li .ir {
  width: 90%; }

.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 1% 4%; }

.stepbox ul li .right h3, .stepbox ul li .ir h3 {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 700;
  color: #262515;
  margin-top: 8px; }

@media screen and (max-width: 680px) {
  .stepbox ul li .right h3, .stepbox ul li .ir h3 {
    font-size: 16px; } }
.stepbox ul li .right .stepbox-maintxt img, .stepbox ul li .ir .stepbox-maintxt img {
  float: right; }

.stepbox ul li .right .i3, .stepbox ul li .ir .i3 {
  margin-bottom: 20px; }

.stepbox ul li:last-child:after {
  border: none;
  display: 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%; } }
.block-listed p, .block-listed dl {
  padding-left: 30px; }

.block-listed p:before, .block-listed dl:before {
  width: 20px;
  height: 20px;
  background: #3A8EBF; }

.block-listed p:after, .block-listed dl:after {
  left: 6px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.block-listed dl {
  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 {
  border-top: 1px solid #D1D1E0;
  position: relative; }

.sub-box:before {
  content: "";
  width: 10%;
  height: 1px;
  background: #3A8EBF;
  position: absolute;
  top: -1px;
  left: 0; }

.sub-box h4 {
  padding: 20px 0 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  position: relative; }

@media screen and (max-width: 680px) {
  .sub-box h4 {
    font-size: 16px; } }
.sub-box p {
  text-align: left; }

.sub-box.rec img {
  margin-top: 30px; }

.sub-box.rec h4 {
  font-size: 24px; }

@media screen and (max-width: 680px) {
  .sub-box.rec h4 {
    font-size: 22px; } }
.sub-box.rec h4 a {
  text-decoration: none; }

@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: 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:first-child {
  margin-right: 10px; }

@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 .dl-box1 {
  margin-bottom: 0; }

.sub-box-wide h4 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  color: #28A4E6; }

.sub-box-wide.txt-right .txt-area {
  padding-left: 30px; }

.sub-box-wide.txt-left {
  flex-flow: row-reverse; }

.sub-box-wide.txt-left .txt-area {
  padding-right: 30px; }

@media screen and (max-width: 680px) {
  .sub-box-wide {
    flex-direction: column; }

  .sub-box-wide.txt-left {
    flex-direction: column-reverse; }

  .sub-box-wide .img {
    width: 100%; }

  .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*/
.form {
  max-width: 780px; }

.form label {
  display: block; }

.form .contact_item_table {
  margin: 0 auto;
  max-width: 1080px;
  border: 0;
  display: flex;
  flex-wrap: wrap; }

.form .contact_item_table dt {
  padding: 15px 15px 0 15px;
  text-align: left;
  background: #fff;
  border: 0;
  position: relative;
  font-weight: bold; }

.form .contact_item_table dd {
  border: 0;
  padding: 15px 15px 20px 15px;
  background: #fff; }

.form .contact_item_table dd p {
  margin-bottom: 10px; }

.form .contact_item_table dd.contact_item_input input[type=text], .form .contact_item_table dd.contact_item_input input[type=tel], .form .contact_item_table dd.contact_item_input input[type=email], .form .contact_item_table dd.contact_item_input input[type=date] {
  margin-bottom: 10px;
  padding: 15px;
  height:auto;
  background-color: #E7F0FA;
  border: 0;
  box-sizing: border-box; }

.form .contact_item_table dd.contact_item_input input[type=text]:focus, .form .contact_item_table dd.contact_item_input input[type=tel]:focus, .form .contact_item_table dd.contact_item_input input[type=email]:focus, .form .contact_item_table dd.contact_item_input input[type=date]:focus {
  outline: none;
  border: 1px solid #D1D1E0;
  background: #fff; }

.form .contact_btn_area input, .form .contact_btn_area button {
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  max-width: 360px;
  background: #D1D1E0;
  color: #3A8EBF;
  border: 2px solid #D1D1E0;
  font-weight: bold;
  cursor: pointer; }

.form .contact_btn_area .contact_btn_submit,
.form .contact_btn_area .contact_btn_back {
  margin: 0 auto 1px;
  padding: 1em 3em;
  display: block; }

.form .contact_btn_area .contact_btn_submit {
  margin-bottom: 1em;
  padding: 20px 3em;
  border: none;
  background: #666;
  color: #fff;
  letter-spacing: 0.3em;
  font-weight: bold;
  transition: all 0.3s; }

.form .contact_btn_area .contact_btn_back {
  margin-bottom: 1em;
  padding: 1em 3em;
  border: 1px solid #ccc;
  background: #fff;
  color: #666;
  letter-spacing: 0.3em;
  transition: all 0.3s; }

.form .contact_btn_area .contact_btn_submit:hover,
.form .contact_btn_area #reset:hover,
.form .contact_btn_area .contact_btn_back:hover {
  background: #3A8EBF;
  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; } }
.wrap-index {
  background: #E7F0FA;
  padding: 60px; }

.wrap-index h3 {
  padding-left: 20px;
  font-size: 30px;
  position: relative; }

@media screen and (max-width: 680px) {
  .wrap-index h3 {
    font-size: 28px; } }
.wrap-index h3:before {
  content: "";
  width: 6px;
  height: 100%;
  background: #3A8EBF;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.wrap-index ul {
  margin-top: 20px; }

.wrap-index ul li {
  margin: 0 10px 10px 0;
  display: inline-block;
  float: left;
  font-size: 20px; }

.wrap-index ul li a {
  display: block;
  padding: 15px 30px;
  background: #fff;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 6px; }

@media screen and (max-width: 680px) {
  .wrap-index {
    padding: 30px; }

  .wrap-index ul li {
    font-size: 15px; }

  .wrap-index ul li a {
    padding: 10px 15px; } }
.frame-calendar iframe {
  width: 100%; }

.i4div .to-bt2 p {
  width: 100%; }

.i4div .to-bt2 p a {
  display: block; }

.wrap-info-dl {
  display: flex;
  flex-flow: row wrap; }

.wrap-info-dl .md-dl:nth-child(2n) {
  margin-right: 0; }

@media screen and (max-width: 680px) {
  .wrap-info-dl .md-dl {
    width: 100%;
    margin-right: 0; } }
.md-dl {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 24px;
  text-align: left; }

.md-dl p {
  text-align: left;
  background: #fff;
  position: relative;
  padding: 10px 30px;
  font-weight: bold; }

.md-dl p:before {
  content: "";
  width: 2px;
  height: 50%;
  background: #3A8EBF;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto; }

.md-dl p:after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/ico-dl.png) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.5; }

.md-dl p a {
  border: 0;
  background: none;
  background-color: transparent;
  display: block;
  text-decoration: none;
  color: #0F0F1E; }

.md-dl p:hover {
  box-shadow: 4px 4px 13px rgba(0, 0, 0, 0.2); }

.ul-tb-box2 {
  max-width: 1080px;
  margin: 30px auto;
  position: relative;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  border-top: 1px solid #D1D1E0;
  border-left: 1px solid #D1D1E0;
  box-sizing: border-box; }
  .ul-tb-box2 li {
    width: 33.33%;
    padding: 8px;
    border-right: 1px solid #D1D1E0;
    border-bottom: 1px solid #D1D1E0;
    font-size: 13px;
    box-sizing: border-box; }
    @media screen and (max-width: 680px) {
      .ul-tb-box2 li {
        width: 100%; } }

/* WC Edit Style
 * =================================================================================
**/
.wcedit_400197769201 {
  margin: 0 auto;
  width: 1260px; }

.wcedit_400197769201 #slide-wrap {
  width: 100%;
  margin: 0 auto;
  height: 530px;
  overflow-x: scroll; }

.wcedit_400197769201 #slide-wrap .swiper-slide {
  position: relative; }

.wcedit_400197769201 #slide-wrap .swiper-slide img {
  width: 100%;
  height: auto; }

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

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

.wcedit_400197769201 #navigation > div {
  display: flex;
  flex-flow: row wrap; }

.wcedit_400197769201 .title-navi ul > div {
  display: flex;
  flex-flow: row wrap; }

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

.wcedit_400197769201 .drawer-dropdown-menu {
  display: inline-block;
  position: relative;
  top: 60px;
  left: 0;
  width: auto; }

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

.wcedit_400197769201 .img-linkbox figcaption a:after {
  position: static; }

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

/* WC Select Style
 * =================================================================================
**/
.wcselect_400197769201 #slide-wrap {
  width: 100%;
  margin: 0 auto;
  height: 596px;
  overflow-x: scroll; }

.wcselect_400197769201 #slide-wrap .swiper-slide {
  position: relative; }

.wcselect_400197769201 .i1 .in-wrap > div {
  display: flex;
  flex-flow: row wrap; }

.wcselect_400197769201 .i2 .in-wrap > div {
  display: flex;
  flex-flow: row wrap; }

.wcselect_400197769201 .i3 .in-wrap > div {
  display: flex;
  flex-flow: row wrap; }

.wcselect_400197769201 .i4 .in-wrap > div {
  display: flex;
  flex-flow: row wrap; }

.wcselect_400197769201 .i5 .in-wrap > div {
  display: flex;
  flex-flow: row wrap; }

.wcselect_400197769201 .globalmenu > div {
  display: flex; }

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

.wcselect_400197769201 #navigation > div {
  display: flex;
  flex-flow: row nowrap;
  width: 100%; }

.wcselect_400197769201 .ul-tb-box2 > div {
  display: flex;
  flex-flow: row wrap;
  width: 100%; }

.wcselect_400197769201 .drawer-dropdown-menu {
  display: inline-block;
  position: relative;
  top: 60px;
  left: 0;
  width: auto; }

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

.wcselect_400197769201 .sns > div {
  display: flex; }

.wcselect_400197769201 .title-navi ul > div,
.wcselect_400197769201 #footer .flink ul > div {
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }

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

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

.wcselect_400197769201 .wrap-2cbt ul > div {
  width: 100%;
  display: flex;
  flex-flow: row wrap; }

/* END:WC Select Style
 * =================================================================================
**/
/* WC Area Style
 * =================================================================================
**/
.wcarea_400197769201 table {
  width: 80%; }

.wcarea_400197769201 table th, .wcarea_400197769201 table td {
  padding: 16px;
  width: auto; }

.wcarea_400197769201 table th {
  background-color: #e9e9e9; }

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

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

.wcarea_400197769201 .drawer-dropdown {
  position: relative; }

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

.wc_anctxt {
  display: inline-block !important;
 padding: 0 !important;	
	border: 0 !important;
	background: none !important;
}
.wrap-2cbt ul li p a.wc_anctxt{
	position: absolute;
	left: 0;
	top:0;
	
}

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

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

最終変更日時
20180727 style.scssから
**/
