@charset "UTF-8";
/*! normalize.css v8.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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * 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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/* 
   add
   ========================================================================== */
nav ul li,
nav ol li {
  list-style: none; }

dl,
dt,
dd,
ul,
ol,
li {
  padding: 0;
  margin: 0; }

/*ul,
ol ul li {
    list-style: none;
}*/
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* IE FIX */
main {
  display: block; }

/* tool */
/* font */
/* color */
/* mixin */
/* sp (-1023px) -1023px-========== */
/* tablet 768px- ====== */
/* pc 1024px- ========= */
/* sp setting ========== */
/* sp -767px ========== */
/* tablet 768px- ====== */
/* pc 1024px- ========= */
/* base */
/* base */
html {
  font-size: 62.5%;
  /*10px*/ }

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  margin: 0;
  background: #fff;
  color: #333333;
  text-align: center;
  -webkit-font-smoothreasoning: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%; }
  @media screen and (max-width: 1023px) {
    body {
      font-size: 1.6rem; } }

@font-face {
  font-display: swap; }
/* for test */
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free",sans-serif; }

.fab {
  font-family: "Font Awesome 5 Brands",sans-serif; }

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("//use.fontawesome.com/releases/v5.8.2/webfonts/fa-solid-900.eot");
  src: url("//use.fontawesome.com/releases/v5.8.2/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("//use.fontawesome.com/releases/v5.8.2/webfonts/fa-solid-900.woff2") format("woff2"); }
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("//use.fontawesome.com/releases/v5.8.2/webfonts/fa-regular-400.eot");
  src: url("//use.fontawesome.com/releases/v5.8.2/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("//use.fontawesome.com/releases/v5.8.2/webfonts/fa-regular-400.woff2") format("woff2"); }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("//use.fontawesome.com/releases/v5.8.2/webfonts/fa-brands-400.eot");
  src: url("//use.fontawesome.com/releases/v5.8.2/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("//use.fontawesome.com/releases/v5.8.2/webfonts/fa-brands-400.woff2") format("woff2"); }
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  clear: both;
  display: block;
  margin: 48px 0 24px;
  padding: 0;
  border: 0;
  height: 5px;
  background: url(../images/voiceTitleBg.gif) repeat 0 0; }

audio, canvas, iframe, svg, video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

em {
  font-style: normal; }

img {
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast; }

/* clearfix Internet Explorer 9-11 / Microsoft Edge */
.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.clearFix::after {
  content: "";
  display: table;
  clear: both; }

.clear {
  clear: both; }

/* ==========================================================================
Author's custom styles
========================================================================== */
a {
  color: #0B4099;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

/*a:focus {outline: 2px solid #F8931F; }*/
#wrap {
  text-align: left; }

@media screen and (max-width: 1023px) {
  #wrap {
    position: relative; } }
/* ==========================================================================
utility
========================================================================== */
/* utility */
img.res,
img.img-res {
  width: auto;
  max-width: 100%;
  height: auto; }

img.org {
  width: auto;
  height: auto; }

@media screen and (max-width: 1023px) {
  a, td, th, .main {
    word-break: break-all; }

  img.res {
    width: 100%;
    max-width: 100%;
    height: auto; }

  img, video {
    width: auto;
    max-width: 100%;
    height: auto; } }
@media only screen and (min-width: 1024px), print {
  a img {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }

  a:hover img,
  a:focus img {
    opacity: 0.7;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; } }
/* ================================================================
media display
================================================================ */
@media screen and (max-width: 1023px) {
  .pc {
    display: none !important; } }
@media only screen and (min-width: 1024px), print {
  .sp {
    display: none !important; } }
/* ================================================================
Vertical Space Default Setting
================================================================ */
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table {
  margin-bottom: 0; }

/* ---- Nesting ---- */
li > p:first-child, li > ul:first-child, li > ol:first-child, li > dl:first-child, li > table:first-child,
dd > p:first-child, dd > ul:first-child, dd > ol:first-child, dd > dl:first-child, dd > table:first-child,
td > p:first-child, td > ul:first-child, td > ol:first-child, td > dl:first-child, td > table:first-child,
header > p, header > ul, header > ol, header > dl, header > table,
footer > p, footer > ul, footer > ol, footer > dl, footer > table,
nav > p, nav > ul, nav > ol, nav > dl, nav > table {
  margin-top: 0; }

/* ================================================================
Space Setting
================================================================ */
.mt0 {
  margin-top: 0 !important; }

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

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

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

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

.pr0 {
  padding-right: 0 !important; }

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

.pl0 {
  padding-left: 0 !important; }

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

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

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

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

.pt5 {
  padding-top: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

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

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

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

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

.pt10 {
  padding-top: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

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

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

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

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

.pt15 {
  padding-top: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

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

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

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

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

.pt20 {
  padding-top: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

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

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

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

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

.pt30 {
  padding-top: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

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

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

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

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

.pt40 {
  padding-top: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

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

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

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

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

.pt50 {
  padding-top: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

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

.mr60 {
  margin-right: 60px !important; }

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

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

.pt60 {
  padding-top: 60px !important; }

.pr60 {
  padding-right: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pl60 {
  padding-left: 60px !important; }

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

.mr70 {
  margin-right: 70px !important; }

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

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

.pt70 {
  padding-top: 70px !important; }

.pr70 {
  padding-right: 70px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pl70 {
  padding-left: 70px !important; }

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

.mr80 {
  margin-right: 80px !important; }

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

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

.pt80 {
  padding-top: 80px !important; }

.pr80 {
  padding-right: 80px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pl80 {
  padding-left: 80px !important; }

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

.mr90 {
  margin-right: 90px !important; }

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

.ml90 {
  margin-left: 90px !important; }

.pt90 {
  padding-top: 90px !important; }

.pr90 {
  padding-right: 90px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pl90 {
  padding-left: 90px !important; }

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

.mr100 {
  margin-right: 100px !important; }

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

.ml100 {
  margin-left: 100px !important; }

.pt100 {
  padding-top: 100px !important; }

.pr100 {
  padding-right: 100px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.pl100 {
  padding-left: 100px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-90 {
  margin-left: -90px !important; }

.ml-100 {
  margin-left: -100px !important; }

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

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

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

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

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

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

.mr-60 {
  margin-right: -60px !important; }

.mr-70 {
  margin-right: -70px !important; }

.mr-80 {
  margin-right: -80px !important; }

.mr-90 {
  margin-right: -90px !important; }

.mr-100 {
  margin-right: -100px !important; }

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

.mr1em {
  margin-right: 1em !important; }

.mb1em {
  margin-bottom: 1em !important; }

.ml1em {
  margin-left: 1em !important; }

.pt1em {
  padding-top: 1em !important; }

.pr1em {
  padding-right: 1em !important; }

.pb1em {
  padding-bottom: 1em !important; }

.pl1em {
  padding-left: 1em !important; }

.m0 {
  margin: 0 !important; }

.m5 {
  margin: 5px !important; }

.m10 {
  margin: 10px !important; }

.m15 {
  margin: 15px !important; }

.m20 {
  margin: 20px !important; }

.m30 {
  margin: 30px !important; }

.m40 {
  margin: 40px !important; }

.m50 {
  margin: 50px !important; }

.m60 {
  margin: 60px !important; }

.m70 {
  margin: 70px !important; }

.m80 {
  margin: 80px !important; }

.m90 {
  margin: 90px !important; }

.m100 {
  margin: 100px !important; }

.p0 {
  padding: 0 !important; }

.p5 {
  padding: 5px !important; }

.p10 {
  padding: 10px !important; }

.p15 {
  padding: 15px !important; }

.p20 {
  padding: 20px !important; }

.p30 {
  padding: 30px !important; }

@media screen and (max-width: 1023px) {
  .sp-mt0 {
    margin-top: 0 !important; }

  .sp-mr0 {
    margin-right: 0 !important; }

  .sp-mb0 {
    margin-bottom: 0 !important; }

  .sp-ml0 {
    margin-left: 0 !important; }

  .sp-pt0 {
    padding-top: 0 !important; }

  .sp-pr0 {
    padding-right: 0 !important; }

  .sp-pb0 {
    padding-bottom: 0 !important; }

  .sp-pl0 {
    padding-left: 0 !important; }

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

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

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

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

  .sp-pt5 {
    padding-top: 5px !important; }

  .sp-pr5 {
    padding-right: 5px !important; }

  .sp-pb5 {
    padding-bottom: 5px !important; }

  .sp-pl5 {
    padding-left: 5px !important; }

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

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

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

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

  .sp-pt10 {
    padding-top: 10px !important; }

  .sp-pr10 {
    padding-right: 10px !important; }

  .sp-pb10 {
    padding-bottom: 10px !important; }

  .sp-pl10 {
    padding-left: 10px !important; }

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

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

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

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

  .sp-pt15 {
    padding-top: 15px !important; }

  .sp-pr15 {
    padding-right: 15px !important; }

  .sp-pb15 {
    padding-bottom: 15px !important; }

  .sp-pl15 {
    padding-left: 15px !important; }

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

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

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

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

  .sp-pt20 {
    padding-top: 20px !important; }

  .sp-pr20 {
    padding-right: 20px !important; }

  .sp-pb20 {
    padding-bottom: 20px !important; }

  .sp-pl20 {
    padding-left: 20px !important; }

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

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

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

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

  .sp-pt30 {
    padding-top: 30px !important; }

  .sp-pr30 {
    padding-right: 30px !important; }

  .sp-pb30 {
    padding-bottom: 30px !important; }

  .sp-pl30 {
    padding-left: 30px !important; }

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

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

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

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

  .sp-pt40 {
    padding-top: 40px !important; }

  .sp-pr40 {
    padding-right: 40px !important; }

  .sp-pb40 {
    padding-bottom: 40px !important; }

  .sp-pl40 {
    padding-left: 40px !important; }

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

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

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

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

  .sp-pt50 {
    padding-top: 50px !important; }

  .sp-pr50 {
    padding-right: 50px !important; }

  .sp-pb50 {
    padding-bottom: 50px !important; }

  .sp-pl50 {
    padding-left: 50px !important; }

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

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

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

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

  .sp-mt100 {
    margin-top: 100px !important; } }
/* ================================================================
width
================================================================ */
.w-auto {
  width: auto !important; }

.w100p {
  width: 100% !important; }

.w90p {
  width: 90% !important; }

.w80p {
  width: 80% !important; }

.w80p {
  width: 80% !important; }

.w70p {
  width: 70% !important; }

.w70p {
  width: 70% !important; }

.w60p {
  width: 60% !important; }

.w60p {
  width: 60% !important; }

.w50p {
  width: 50% !important; }

.w45p {
  width: 45% !important; }

.w40p {
  width: 40% !important; }

.w35p {
  width: 35% !important; }

.w30p {
  width: 30% !important; }

.w25p {
  width: 25% !important; }

.w20p {
  width: 20% !important; }

.w16p {
  width: 16.66666666% !important; }

.w15p {
  width: 15% !important; }

.w10p {
  width: 10% !important; }

@media screen and (max-width: 1023px) {
  .sp-w-auto {
    width: auto !important; }

  .sp-w100p {
    width: 100% !important; }

  .sp-w90p {
    width: 90% !important; }

  .sp-w80p {
    width: 80% !important; }

  .sp-w75p {
    width: 75% !important; }

  .sp-w70p {
    width: 70% !important; }

  .sp-w65p {
    width: 65% !important; }

  .sp-w60p {
    width: 60% !important; }

  .sp-w55p {
    width: 55% !important; }

  .sp-w50p {
    width: 50% !important; }

  .sp-w45p {
    width: 45% !important; }

  .sp-w40p {
    width: 40% !important; }

  .sp-w35p {
    width: 35% !important; }

  .sp-w30p {
    width: 30% !important; }

  .sp-w25p {
    width: 25% !important; }

  .sp-w20p {
    width: 20% !important; }

  .sp-w16p {
    width: 16.6666666% !important; }

  .sp-w15p {
    width: 15% !important; }

  .sp-w10p {
    width: 10% !important; }

  .sp-w5p {
    width: 5% !important; } }
@media only screen and (min-width: 1024px), print {
  .pc-w-auto {
    width: auto !important; }

  .pc-w100p {
    width: 100% !important; }

  .pc-w90p {
    width: 90% !important; }

  .pc-w85p {
    width: 85% !important; }

  .pc-w80p {
    width: 80% !important; }

  .pc-w75p {
    width: 75% !important; }

  .pc-w70p {
    width: 70% !important; }

  .pc-w65p {
    width: 65% !important; }

  .pc-w60p {
    width: 60% !important; }

  .pc-w55p {
    width: 55% !important; }

  .pc-w50p {
    width: 50% !important; }

  .pc-w45p {
    width: 45% !important; }

  .pc-w40p {
    width: 40% !important; }

  .pc-w35p {
    width: 35% !important; }

  .pc-w30p {
    width: 30% !important; }

  .pc-w25p {
    width: 25% !important; }

  .pc-w20p {
    width: 20% !important; }

  .pc-w16p {
    width: 16.66666666% !important; }

  .pc-w15p {
    width: 15% !important; }

  .pc-w10p {
    width: 10% !important; } }
/* ================================================================
min-height
================================================================ */
.minheight-1em {
  min-height: 1em; }

.minheight-2em {
  min-height: 2em; }

.minheight-3em {
  min-height: 3em; }

.minheight-4em {
  min-height: 4em; }

.minheight-5em {
  min-height: 5em; }

.minheight-6em {
  min-height: 6em; }

.minheight-7em {
  min-height: 7em; }

.minheight-8em {
  min-height: 8em; }

.minheight-9em {
  min-height: 9em; }

.minheight-10em {
  min-height: 10em; }

.minheight-15em {
  min-height: 15em; }

.minheight-20em {
  min-height: 20em; }

.minheight-25em {
  min-height: 25em; }

.minheight-30em {
  min-height: 30em; }

.minheight-40em {
  min-height: 40em; }

/* ================================================================
height
================================================================ */
.height-1em {
  height: 1em; }

.height-2em {
  height: 2em; }

.height-3em {
  height: 3em; }

.height-4em {
  height: 4em; }

.height-5em {
  height: 5em; }

.height-6em {
  height: 6em; }

.height-7em {
  height: 7em; }

.height-8em {
  height: 8em; }

.height-9em {
  height: 9em; }

.height-10em {
  height: 10em; }

/* ================================================================
font-size
================================================================ */
/* ----------------------------------------------------------------
font
---------------------------------------------------------------- */
.f48 {
  font-size: 4.8rem; }

.f46 {
  font-size: 4.6rem; }

.f44 {
  font-size: 4.4rem; }

.f42 {
  font-size: 4.2rem; }

.f40 {
  font-size: 4.0rem; }

.f38 {
  font-size: 3.8rem; }

.f36 {
  font-size: 3.6rem; }

.f34 {
  font-size: 3.4rem; }

.f32 {
  font-size: 3.2rem; }

.f30 {
  font-size: 3.0rem; }

.f28 {
  font-size: 2.8rem; }

.f27 {
  font-size: 2.7rem; }

.f26 {
  font-size: 2.6rem; }

.f25 {
  font-size: 2.5rem; }

.f24 {
  font-size: 2.4rem; }

.f23 {
  font-size: 2.3rem; }

.f22 {
  font-size: 2.2rem; }

.f21 {
  font-size: 2.1rem; }

.f20 {
  font-size: 2.0rem; }

.f19 {
  font-size: 1.9rem; }

.f18 {
  font-size: 1.8rem; }

.f17 {
  font-size: 1.7rem; }

.f16 {
  font-size: 1.6rem; }

.f15 {
  font-size: 1.5rem; }

.f14 {
  font-size: 1.4rem; }

.f13 {
  font-size: 1.3rem; }

.f12 {
  font-size: 1.2rem; }

.f11 {
  font-size: 1.1rem; }

.f10 {
  font-size: 1.0rem; }

.f9 {
  font-size: 0.9rem; }

.f8 {
  font-size: 0.8rem; }

.f7 {
  font-size: 0.7rem; }

@media screen and (max-width: 1023px) {
  .sp-f48 {
    font-size: 4.8rem; }

  .sp-f46 {
    font-size: 4.6rem; }

  .sp-f44 {
    font-size: 4.4rem; }

  .sp-f42 {
    font-size: 4.2rem; }

  .sp-f40 {
    font-size: 4.0rem; }

  .sp-f38 {
    font-size: 3.8rem; }

  .sp-f36 {
    font-size: 3.6rem; }

  .sp-f34 {
    font-size: 3.4rem; }

  .sp-f32 {
    font-size: 3.2rem; }

  .sp-f30 {
    font-size: 3.0rem; }

  .sp-f28 {
    font-size: 2.8rem; }

  .sp-f27 {
    font-size: 2.7rem; }

  .sp-f26 {
    font-size: 2.6rem; }

  .sp-f25 {
    font-size: 2.5rem; }

  .sp-f24 {
    font-size: 2.4rem; }

  .sp-f23 {
    font-size: 2.3rem; }

  .sp-f22 {
    font-size: 2.2rem; }

  .sp-f21 {
    font-size: 2.1rem; }

  .sp-f20 {
    font-size: 2.0rem; }

  .sp-f19 {
    font-size: 1.9rem; }

  .sp-f18 {
    font-size: 1.8rem; }

  .sp-f17 {
    font-size: 1.7rem; }

  .sp-f16 {
    font-size: 1.6rem; }

  .sp-f15 {
    font-size: 1.5rem; }

  .sp-f14 {
    font-size: 1.4rem; }

  .sp-f13 {
    font-size: 1.3rem; }

  .sp-f12 {
    font-size: 1.2rem; }

  .sp-f11 {
    font-size: 1.1rem; }

  .sp-f10 {
    font-size: 1.0rem; }

  .sp-f9 {
    font-size: 0.9rem; }

  .sp-f8 {
    font-size: 0.8rem; }

  .sp-f7 {
    font-size: 0.7rem; } }
.large {
  font-size: 2.6rem !important; }

.small {
  font-size: 1.6rem !important; }

@media screen and (max-width: 1023px) {
  .large {
    font-size: 2.0rem !important; }

  .small {
    font-size: 1.2rem !important; } }
.fontL {
  font-size: 1.8rem; }

.fontM {
  font-size: 1.4rem; }

.fontS {
  font-size: 1.2rem; }

.fontXS {
  font-size: 1.0rem; }

@media only screen and (min-width: 1024px), print {
  .fontL {
    font-size: 2.0rem; }

  .fontM {
    font-size: 1.6rem; }

  .fontS {
    font-size: 1.2rem; }

  .fontXS {
    font-size: 1.0rem; } }
.notesmall.lastChild,
.notesmall.last {
  margin-bottom: 15px; }

@media only screen and (min-width: 1024px), print {
  .notesmall.lastChild,
  .notesmall.last {
    margin-bottom: 15px; } }
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeInAnime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeUpTrigger {
  opacity: 0; }

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateY(100px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/* layout */
/*============================
#header
============================*/
#header * {
  margin: 0;
  padding: 0; }
#header a {
  text-decoration: none; }
#header nav ul li,
#header nav ol li {
  list-style: none;
  list-style-image: none; }

@media only screen and (min-width: 1024px), print {
  .header a {
    text-decoration: none;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    .header a:hover, .header a:focus {
      text-decoration: none;
      opacity: 0.7;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; } }
header#header {
  position: fixed;
  width: 100%;
  height: 50px;
  z-index: 100;
  background-color: #fff; }
  @media only screen and (min-width: 1024px), print {
    header#header {
      height: 120px; } }
  header#header .header-in {
    position: relative; }
    @media only screen and (min-width: 1024px), print {
      header#header .header-in {
        max-width: 1000px;
        width: 1000px;
        margin: 0 auto; } }
    @media screen and (max-width: 1023px) {
      header#header .header-in .tagline {
        position: absolute;
        z-index: 999;
        margin: 0;
        padding: 0;
        line-height: 0;
        width: calc(100% - 150px);
        height: 50px; } }
    header#header .header-in .tagline h1.h-ci,
    header#header .header-in .tagline .h-ci {
      position: absolute;
      top: 10px;
      left: 10px;
      margin: 0;
      padding: 0;
      width: 160px;
      height: auto;
      letter-spacing: 0; }
      @media only screen and (min-width: 1024px), print {
        header#header .header-in .tagline h1.h-ci,
        header#header .header-in .tagline .h-ci {
          top: 20px;
          left: 0px;
          width: 320px; } }
      header#header .header-in .tagline h1.h-ci img,
      header#header .header-in .tagline .h-ci img {
        position: absolute;
        top: 0;
        left: 0;
        width: 22px;
        height: 30px;
        vertical-align: top; }
        @media only screen and (min-width: 1024px), print {
          header#header .header-in .tagline h1.h-ci img,
          header#header .header-in .tagline .h-ci img {
            top: 0px;
            left: 0px;
            width: 56px;
            height: 80px; } }
      header#header .header-in .tagline h1.h-ci small,
      header#header .header-in .tagline .h-ci small {
        display: none; }
        @media only screen and (min-width: 1024px), print {
          header#header .header-in .tagline h1.h-ci small,
          header#header .header-in .tagline .h-ci small {
            display: block;
            position: absolute;
            top: 0;
            left: 70px;
            font-size: 1.6rem;
            font-weight: 400;
            line-height: 2.8rem;
            vertical-align: middle; } }
      header#header .header-in .tagline h1.h-ci span,
      header#header .header-in .tagline .h-ci span {
        position: absolute;
        top: 0;
        left: 27px;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 3.0rem;
        vertical-align: top; }
        @media only screen and (min-width: 1024px), print {
          header#header .header-in .tagline h1.h-ci span,
          header#header .header-in .tagline .h-ci span {
            top: 28px;
            left: 70px;
            font-size: 2.8rem;
            line-height: 5.0rem;
            vertical-align: middle; } }
      header#header .header-in .tagline h1.h-ci a,
      header#header .header-in .tagline .h-ci a {
        color: inherit; }

/*============================
openbtn
============================*/
.openbtn {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent; }
  @media only screen and (min-width: 1024px), print {
    .openbtn {
      display: none;
      width: 70px;
      height: 70px; } }
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #799fc3;
    width: 45%; }
    @media only screen and (min-width: 1024px), print {
      .openbtn span {
        left: 26px; } }
    .openbtn span:nth-of-type(1) {
      top: 13px; }
      @media only screen and (min-width: 1024px), print {
        .openbtn span:nth-of-type(1) {
          top: 27px; } }
    .openbtn span:nth-of-type(2) {
      top: 23px; }
      @media only screen and (min-width: 1024px), print {
        .openbtn span:nth-of-type(2) {
          top: 46px; } }
    .openbtn span:nth-of-type(3) {
      top: 33px; }
      @media only screen and (min-width: 1024px), print {
        .openbtn span:nth-of-type(3) {
          top: 64px; } }
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 12px;
    transform: translateY(6px) rotate(-45deg);
    width: 60%; }
    @media only screen and (min-width: 1024px), print {
      .openbtn.active span:nth-of-type(1) {
        top: 41px;
        left: 20px; } }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0; }
  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 12px;
    transform: translateY(-6px) rotate(45deg);
    width: 60%; }
    @media only screen and (min-width: 1024px), print {
      .openbtn.active span:nth-of-type(3) {
        top: 53px;
        left: 20px; } }

/*============================
#gnav
============================*/
#gnav {
  display: none; }

@media screen and (max-width: 1023px) {
  #gnav.panelactive {
    display: block;
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100vh;
    padding-top: 60px; } }
@media screen and (max-width: 1023px) {
  body.draweropen .container,
  body.draweropen .footer {
    position: relative;
    z-index: -1; }

  .gnav-bg {
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 100vh;
    background: #799fc3;
    top: -120%;
    left: 0;
    transition: all .6s; }

  .gnav-bg.draweractive {
    top: 0; }

  #gnav-list {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }

  #gnav.panelactive #gnav-list {
    display: block; }

  #gnav ul {
    opacity: 0; }

  #gnav.panelactive ul {
    opacity: 1;
    padding-bottom: 30px; }

  #gnav.panelactive ul li {
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: .2s;
    animation-fill-mode: forwards;
    opacity: 0; }

  #gnav li {
    text-align: left;
    list-style: none;
    margin: 0 10px; }

  #gnav li a {
    color: #fff;
    text-decoration: none;
    padding: 10px 30px 10px 10px;
    line-height: 2.0rem;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    border-bottom: 1px dashed #fff;
    position: relative; }
    #gnav li a::after {
      display: block;
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -0.3em;
      content: "";
      width: 0.6em;
      height: 0.6em;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      vertical-align: middle; } }
@keyframes gnaviAnime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*============================
#header-utility
============================*/
nav#header-utility {
  position: absolute;
  top: 0;
  right: 0; }

/*============================
#utility-nav-sp
============================*/
ul#utility-nav-sp {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  display: flex;
  font-size: 0.8rem; }
  @media only screen and (min-width: 1024px), print {
    ul#utility-nav-sp {
      display: none; } }
  ul#utility-nav-sp li {
    text-align: center; }
    ul#utility-nav-sp li a,
    ul#utility-nav-sp li span.block-link {
      padding: 14px 0 0;
      display: block;
      width: 50px;
      height: 50px;
      background: #ff6b3d;
      color: #fff;
      font-size: 1.0rem;
      line-height: 1.4;
      font-weight: 900;
      text-decoration: none;
      transition: all .5s; }
      ul#utility-nav-sp li a:hover,
      ul#utility-nav-sp li span.block-link:hover {
        background: #fff;
        color: #8AC23B; }
      ul#utility-nav-sp li a i,
      ul#utility-nav-sp li span.block-link i {
        font-size: 2.2rem; }
      ul#utility-nav-sp li a span,
      ul#utility-nav-sp li span.block-link span {
        display: none; }
    ul#utility-nav-sp li.utility-nav-tel a {
      background: #9fc7ec; }

/*============================
#utility-nav-pc
============================*/
ul#utility-nav-pc {
  position: absolute;
  top: 10px;
  right: 0;
  width: 500px;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  column-gap: 10px; }
  @media screen and (max-width: 1023px) {
    ul#utility-nav-pc {
      display: none; } }
  ul#utility-nav-pc li.utility-nav-tel span.block-link {
    line-height: 4.5rem; }
    ul#utility-nav-pc li.utility-nav-tel span.block-link i {
      font-size: 2.8rem;
      color: #9fc7ec;
      margin-right: 5px; }
    ul#utility-nav-pc li.utility-nav-tel span.block-link span {
      font-weight: 700;
      font-size: 2.6rem;
      letter-spacing: 0.08em; }
  ul#utility-nav-pc li.utility-nav-contact a.btn {
    padding: 0 10px;
    min-width: 200px;
    font-size: 1.4rem;
    line-height: 4.5rem; }
    ul#utility-nav-pc li.utility-nav-contact a.btn i {
      padding-right: .5em;
      font-size: 2.0rem;
      vertical-align: middle; }

/*============================
utility-social
============================*/
.header .utility-social,
.header .h-social {
  position: absolute;
  top: 70px;
  right: 230px;
  width: 270px;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
  transition: all 0.2s ease-in-out 0s; }
  @media screen and (max-width: 1023px) {
    .header .utility-social,
    .header .h-social {
      display: none; } }
  .header .utility-social li,
  .header .h-social li {
    text-align: center;
    vertical-align: top; }
    .header .utility-social li a,
    .header .h-social li a {
      display: block;
      vertical-align: top; }
      .header .utility-social li a i,
      .header .h-social li a i {
        position: relative;
        font-size: 3.0rem;
        color: #9fc7ec; }
        .header .utility-social li a i.fab.fa-twitter,
        .header .h-social li a i.fab.fa-twitter {
          color: #1D9BF0; }
        .header .utility-social li a i.fab.fa-facebook-f,
        .header .h-social li a i.fab.fa-facebook-f {
          color: #1877F2; }
        .header .utility-social li a i.fab.fa-line,
        .header .h-social li a i.fab.fa-line {
          color: #06C755; }
        .header .utility-social li a i.fab.fa-youtube,
        .header .h-social li a i.fab.fa-youtube {
          color: #FF0000; }
        .header .utility-social li a i.fab.fa-instagram,
        .header .h-social li a i.fab.fa-instagram {
          color: #000000; }
        .header .utility-social li a i.svg-instagram,
        .header .h-social li a i.svg-instagram {
          display: block;
          content: "";
          margin-top: 1px;
          width: 2.7rem;
          height: 2.7rem;
          background-image: url(../images/Instagram_Glyph_Gradient_RGB.svg);
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover; }
        .header .utility-social li a i.svg-x-twitter,
        .header .h-social li a i.svg-x-twitter {
          display: block;
          content: "";
          width: 2.5rem;
          height: 2.5rem;
          background-image: url(../images/x-twitter.svg);
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover; }
        .header .utility-social li a i.svg-note,
        .header .h-social li a i.svg-note {
          display: block;
          content: "";
          width: 5rem;
          height: 1.87rem;
          width: 7rem;
          height: 2.61rem;
          background-image: url(../images/note-logo.svg);
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover; }

/*============================
h-social blueBK 202401
============================*/
ul.h-socialblueBK {
  position: absolute;
  top: 70px;
  right: 230px;
  width: 230px;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  column-gap: 10px; }
  @media screen and (max-width: 1023px) {
    ul.h-socialblueBK {
      display: none; } }
  ul.h-socialblueBK li {
    margin: 0;
    padding: 0;
    text-align: center; }
    ul.h-socialblueBK li a {
      display: block; }
      ul.h-socialblueBK li a i {
        font-size: 3.0rem;
        color: #9fc7ec; }

/*============================
hnav-menu
============================*/
ul.hnav-menu {
  position: absolute;
  top: 70px;
  right: 0;
  width: 200px;
  display: flex;
  justify-content: space-between;
  column-gap: 10px; }
  @media screen and (max-width: 1023px) {
    ul.hnav-menu {
      display: none; } }
  ul.hnav-menu li {
    font-size: 1.2rem; }
    ul.hnav-menu li a {
      color: #333333;
      line-height: 3.0rem;
      text-decoration: underline !important; }
      ul.hnav-menu li a:hover {
        text-decoration: none !important; }
      ul.hnav-menu li a i {
        margin-right: .5em !important;
        font-size: 2.0rem;
        color: #9fc7ec;
        vertical-align: middle; }

/*============================
#gnavpc
============================*/
/* tab pc */
@media screen and (max-width: 1023px) {
  nav#gnavpc {
    display: none; } }
@media only screen and (min-width: 1024px), print {
  #top nav#gnavpc {
    padding: 30px 0 0; }

  nav#gnavpc {
    margin: 0;
    padding: 125px 0 0; }
    nav#gnavpc ul {
      margin: 4px auto 10px;
      max-width: 1000px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      column-gap: 30px;
      justify-content: space-between;
      text-align: center; }
      nav#gnavpc ul li {
        margin: 0;
        padding: 0; }
        nav#gnavpc ul li a {
          display: block;
          text-decoration: none;
          position: relative;
          padding: 10px 0 8px; }
          nav#gnavpc ul li a::before {
            display: block;
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 80px;
            height: 2px;
            margin-left: -40px;
            background-color: #799fc3;
            transition: all .3s;
            transform: scale(0, 1);
            transform-origin: center top; }
          nav#gnavpc ul li a.current::before, nav#gnavpc ul li a:hover::before {
            transform: scale(1, 1); }
          nav#gnavpc ul li a img {
            display: none; }
          nav#gnavpc ul li a span {
            font-weight: 500;
            font-size: 1.5rem;
            letter-spacing: 0.05em;
            color: #000; }
        nav#gnavpc ul li.current_page_item a::before, nav#gnavpc ul li.current-menu-item a::before, nav#gnavpc ul li.current-menu-parent a::before {
          transform: scale(1, 1); } }
/*============================
topicpath
============================*/
.topicpath {
  width: 100%;
  min-width: 320px;
  margin: 0;
  padding: 10px 4px; }
  @media only screen and (min-width: 1024px), print {
    .topicpath {
      width: 1000px;
      min-width: inherit;
      margin: 0 auto;
      padding: 15px 0; } }
  .topicpath ul {
    margin: 0;
    padding: 0;
    line-height: 1.1;
    text-align: left; }
    @media only screen and (min-width: 1024px), print {
      .topicpath ul {
        text-align: right; } }
    .topicpath ul li {
      position: relative;
      display: inline;
      margin-top: 0;
      margin-right: .8em;
      font-size: 1.0rem;
      line-height: 1.1;
      vertical-align: top; }
      @media only screen and (min-width: 1024px), print {
        .topicpath ul li {
          line-height: 1.8;
          font-size: 1.2rem; } }
    .topicpath ul li + li {
      padding-left: 2em; }
      .topicpath ul li + li:before {
        position: absolute;
        display: block;
        top: .5em;
        left: 0;
        content: "";
        width: 0.6em;
        height: 0.6em;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        vertical-align: middle; }
        @media only screen and (min-width: 1024px), print {
          .topicpath ul li + li:before {
            top: .3em; } }

/*============================
footer
============================*/
@media screen and (max-width: 1023px) {
  .footer {
    display: flex;
    flex-direction: column; }
    .footer .footer1 {
      order: 2; }
    .footer .footer2 {
      order: 1; }
    .footer .footer-copy {
      order: 3; } }
/*============================
footer1
============================*/
.footer1 {
  background-color: #f4f4f6; }
  .footer1 div.footer1-in {
    width: 100%;
    min-width: 320px;
    padding: 10px 0 20px;
    text-align: center; }
    @media only screen and (min-width: 1024px), print {
      .footer1 div.footer1-in {
        max-width: 860px;
        margin: 0 auto;
        padding: 60px 0 20px; } }
    .footer1 div.footer1-in nav.f-rnav ul {
      margin: 0;
      padding: 0; }
      .footer1 div.footer1-in nav.f-rnav ul li {
        display: inline-block;
        margin-top: 0;
        font-size: 1.0rem;
        padding: 0 1.0em;
        vertical-align: middle; }
        @media only screen and (min-width: 1024px), print {
          .footer1 div.footer1-in nav.f-rnav ul li {
            font-size: 1.5rem; } }
        .footer1 div.footer1-in nav.f-rnav ul li a {
          display: block;
          color: #000;
          line-height: 48px;
          text-decoration: none; }
        @media only screen and (min-width: 1024px), print {
          .footer1 div.footer1-in nav.f-rnav ul li a {
            line-height: 48px;
            display: inline-block;
            opacity: 1;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out; }
            .footer1 div.footer1-in nav.f-rnav ul li a:hover {
              text-decoration: underline;
              opacity: 0.7;
              -webkit-transition: all 0.5s ease-out;
              transition: all 0.5s ease-out; } }

/*============================
footer2
============================*/
.footer2 {
  background-color: #fff; }
  .footer2 .footer2-in {
    width: 100%;
    min-width: 320px;
    padding: 50px 3.125% 35px;
    text-align: center; }
    @media only screen and (min-width: 1024px), print {
      .footer2 .footer2-in {
        max-width: 1000px;
        margin: 0 auto;
        padding: 50px 0; } }
    .footer2 .footer2-in .f-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center; }
      @media only screen and (min-width: 1024px), print {
        .footer2 .footer2-in .f-info {
          text-align: center; } }
      .footer2 .footer2-in .f-info dl.f-add {
        width: 256px;
        padding: 0 10px;
        text-align: center; }
        @media only screen and (min-width: 1024px), print {
          .footer2 .footer2-in .f-info dl.f-add {
            width: 300px;
            padding: 0; } }
        .footer2 .footer2-in .f-info dl.f-add dt img {
          width: 112px;
          height: auto;
          margin-bottom: 30px; }
        .footer2 .footer2-in .f-info dl.f-add dd {
          font-size: 1.4rem; }
      .footer2 .footer2-in .f-info ul.f-social {
        display: flex;
        column-gap: 20px;
        justify-content: space-between;
        align-items: center;
        margin: 25px 0 0px;
        padding: 0; }
        @media only screen and (min-width: 1024px), print {
          .footer2 .footer2-in .f-info ul.f-social {
            display: none; } }
        .footer2 .footer2-in .f-info ul.f-social li {
          text-align: center;
          vertical-align: top; }
          .footer2 .footer2-in .f-info ul.f-social li a {
            display: block;
            vertical-align: top; }
            .footer2 .footer2-in .f-info ul.f-social li a i {
              position: relative;
              font-size: 3.0rem;
              color: #9fc7ec; }
              .footer2 .footer2-in .f-info ul.f-social li a i.fab.fa-twitter {
                color: #1D9BF0; }
              .footer2 .footer2-in .f-info ul.f-social li a i.fab.fa-facebook-f {
                color: #1877F2; }
              .footer2 .footer2-in .f-info ul.f-social li a i.fab.fa-line {
                color: #06C755; }
              .footer2 .footer2-in .f-info ul.f-social li a i.fab.fa-youtube {
                color: #FF0000; }
              .footer2 .footer2-in .f-info ul.f-social li a i.fab.fa-instagram {
                color: #000000; }
              .footer2 .footer2-in .f-info ul.f-social li a i.svg-instagram {
                display: block;
                content: "";
                margin-top: 1px;
                width: 2.7rem;
                height: 2.7rem;
                background-image: url(../images/Instagram_Glyph_Gradient_RGB.svg);
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover; }
              .footer2 .footer2-in .f-info ul.f-social li a i.svg-x-twitter {
                display: block;
                content: "";
                width: 2.5rem;
                height: 2.5rem;
                background-image: url(../images/x-twitter.svg);
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover; }
              .footer2 .footer2-in .f-info ul.f-social li a i.svg-note {
                display: block;
                content: "";
                width: 5rem;
                height: 1.87rem;
                background-image: url(../images/note-logo.svg);
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover; }
        .footer2 .footer2-in .f-info ul.f-social li.bk {
          margin: 0;
          padding: 0;
          width: 44px;
          text-align: center; }
          .footer2 .footer2-in .f-info ul.f-social li.bk a {
            display: block; }
            .footer2 .footer2-in .f-info ul.f-social li.bk a i {
              font-size: 3.4rem;
              color: #9fc7ec; }
      .footer2 .footer2-in .f-info ul.fnav-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 2em;
        padding-left: 0;
        margin: 10px 0 0; }
        @media only screen and (min-width: 1024px), print {
          .footer2 .footer2-in .f-info ul.fnav-menu {
            display: none; } }
        .footer2 .footer2-in .f-info ul.fnav-menu li {
          font-size: 1.2rem; }
          .footer2 .footer2-in .f-info ul.fnav-menu li a {
            display: block;
            position: relative;
            text-decoration: underline;
            line-height: 44px; }

/*============================
footer-copy
============================*/
.footer-copy {
  background-color: #fff;
  color: #999999;
  position: relative; }
  .footer-copy .footer-copy-in {
    width: 100%;
    min-width: 300px;
    margin: 0;
    padding: 10px 20px 20px;
    line-height: 1.0; }
    @media only screen and (min-width: 1024px), print {
      .footer-copy .footer-copy-in {
        min-width: 1000px;
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 0 20px; } }
    .footer-copy .footer-copy-in p.copy {
      margin-top: 0;
      text-align: center;
      font-size: 1.2rem;
      line-height: 1.0; }

/*============================
#pagetop
============================*/
p#pagetop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 60px;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  z-index: 99; }
  @media only screen and (min-width: 1024px), print {
    p#pagetop {
      right: 20px;
      bottom: 50px;
      width: 60px;
      height: 60px; } }
  p#pagetop a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-decoration: none; }
    @media only screen and (min-width: 1024px), print {
      p#pagetop a {
        width: 60px;
        height: 60px;
        line-height: 60px;
        opacity: 1;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
        p#pagetop a:hover, p#pagetop a:focus {
          opacity: 0.7;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; } }
    p#pagetop a:after {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      margin: auto;
      width: 40px;
      height: 40px;
      line-height: 1.0;
      text-align: center;
      font-size: 4.0rem;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      color: #989898;
      content: "\f139"; }
      @media only screen and (min-width: 1024px), print {
        p#pagetop a:after {
          width: 60px;
          height: 60px;
          font-size: 6.0rem; } }
    p#pagetop a span {
      display: block;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden; }

/*============================
main-topvisual
============================*/
.main-topvisual * {
  margin: 0;
  padding: 0; }

.main-topvisual {
  width: 100%;
  padding-top: 50px;
  background: url(../images/topmain-bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (min-width: 1024px), print {
    .main-topvisual {
      padding-top: 120px; } }
  .main-topvisual .main-topvisual-in {
    height: 300px;
    width: 100%;
    margin: 0 auto;
    position: relative; }
    @media only screen and (min-width: 1024px), print {
      .main-topvisual .main-topvisual-in {
        height: 400px;
        max-width: 1000px; } }
    .main-topvisual .main-topvisual-in section h2 {
      margin: 0;
      padding: 0;
      width: 100%;
      position: absolute;
      top: 10px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      font-family: "Noto Serif JP", 游明朝, " Yu Mincho ", YuMincho, " Hiragino Mincho ProN ", " Hiragino Mincho Pro ", " HGS明朝E ", " メイリオ ", Meiryo, serif;
      font-weight: 300;
      font-size: 1.5rem;
      line-height: 1.6;
      letter-spacing: 0.2em;
      text-align: center;
      color: #333333;
      border: 0;
      animation-duration: 0;
      z-index: 2; }
      @media only screen and (min-width: 1024px), print {
        .main-topvisual .main-topvisual-in section h2 {
          top: 50px;
          font-size: 2.4rem; } }
    .main-topvisual .main-topvisual-in section div.main-topvisual-txt {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 300px;
      overflow: hidden;
      z-index: 1; }
      @media only screen and (min-width: 1024px), print {
        .main-topvisual .main-topvisual-in section div.main-topvisual-txt {
          height: 400px; } }
      .main-topvisual .main-topvisual-in section div.main-topvisual-txt p {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center; }
        @media only screen and (min-width: 1024px), print {
          .main-topvisual .main-topvisual-in section div.main-topvisual-txt p {
            left: 0px;
            width: 100%; } }
        .main-topvisual .main-topvisual-in section div.main-topvisual-txt p.fadeUp {
          animation-duration: 2s; }
        .main-topvisual .main-topvisual-in section div.main-topvisual-txt p img {
          width: 100%;
          max-width: 320px;
          height: 300px;
          margin: 0 auto; }
          @media only screen and (min-width: 1024px), print {
            .main-topvisual .main-topvisual-in section div.main-topvisual-txt p img {
              max-width: none;
              height: auto; } }

/*============================
page-title
============================*/
.page-title * {
  margin: 0;
  padding: 0; }

.page-title {
  width: 100%;
  padding-top: 60px;
  background: url(../images/topmain-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (min-width: 1024px), print {
    .page-title {
      padding-top: 120px; } }
  .page-title .page-title-in {
    height: 74px;
    width: 100%;
    margin: 0 auto;
    position: relative; }
    @media only screen and (min-width: 1024px), print {
      .page-title .page-title-in {
        height: 110px;
        max-width: 1000px; } }
    .page-title .page-title-in header h1.h1-page-title,
    .page-title .page-title-in header .h1-page-title {
      position: absolute;
      top: 50%;
      left: 10px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
      font-weight: 700;
      font-size: 1.7rem;
      line-height: 1.4;
      letter-spacing: 0.1em;
      color: #000000;
      border: 0; }
      @media only screen and (min-width: 1024px), print {
        .page-title .page-title-in header h1.h1-page-title,
        .page-title .page-title-in header .h1-page-title {
          left: 10px;
          font-size: 3.0rem; } }

/* ================================================================
main
================================================================ */
.main {
  margin: 0; }

.main::after {
  content: "";
  display: table;
  clear: both; }

@media only screen and (min-width: 1024px), print {
  .main {
    min-width: inherit;
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 80px; } }
/* -----------------------
.main.one-column
----------------------- */
.main.one-column {
  padding: 0; }

@media only screen and (min-width: 1024px), print {
  .main.one-column {
    min-width: inherit;
    width: 100%;
    margin: 0;
    padding: 0; } }
.one-column .contents-in {
  min-width: 320px;
  margin: 0;
  padding: 0 3.125% 60px; }

.contents-in::after {
  content: "";
  display: table;
  clear: both; }

@media only screen and (min-width: 1024px), print {
  .one-column .contents-in {
    min-width: inherit;
    width: 960px;
    margin: 0 auto;
    padding: 0px 0 60px; } }
/* -----------------------
top
----------------------- */
#top .main {
  padding: 0; }

@media only screen and (min-width: 1024px), print {
  #top .main {
    min-width: inherit;
    width: 100%;
    margin: 0; } }
.top-contents-in::after {
  content: "";
  display: table;
  clear: both; }

@media only screen and (min-width: 1024px), print {
  .top-contents-in {
    margin: 0 auto;
    padding: 0; } }
/* -----------------------
side
----------------------- */
/* ================================================================
container 
================================================================ */
body:not(#top) .container {
  padding: 0 0 40px;
  margin: 0 10px; }
  @media only screen and (min-width: 1024px), print {
    body:not(#top) .container {
      max-width: 1000px;
      margin: 0 auto;
      padding: 0 0 80px; } }

/* module common */
/* ----------------------------------------------------------------
title 
---------------------------------------------------------------- */
h1,
.h1 {
  margin: 0;
  padding: 0;
  clear: both;
  border: 0;
  background-color: transparent;
  text-align: left;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  color: #000000; }
  @media only screen and (min-width: 1024px), print {
    h1,
    .h1 {
      font-size: 3.8rem; } }

/**/
h2,
.h2 {
  margin: 30px 0 20px;
  padding: 0 0 8px;
  clear: both;
  text-align: left;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 700;
  font-size: 2.0rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #000000;
  border: 0;
  border-bottom: 5px solid #799fc3;
  background-color: transparent; }
  @media only screen and (min-width: 1024px), print {
    h2,
    .h2 {
      margin: 60px 0 32px;
      padding: 0 0 16px;
      font-size: 2.2rem; } }
  h2:before, h2:after,
  .h2:before,
  .h2:after {
    display: none; }

.column-main > h2:first-child,
.column-main > .h2:first-child {
  margin-top: 20px; }

#contentBody > h2:first-child,
#contentBody > .h2:first-child {
  margin-top: 20px; }

/*============================
h2-title1
============================*/
h2.h2-title1,
.h2-title1 {
  margin: 0 auto 30px;
  padding: 0;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  letter-spacing: 0;
  line-height: 1.7;
  background: none;
  text-align: center;
  clear: both;
  color: #000000;
  border: 0; }
  @media only screen and (min-width: 1024px), print {
    h2.h2-title1,
    .h2-title1 {
      display: table; } }
  h2.h2-title1:before, h2.h2-title1:after,
  .h2-title1:before,
  .h2-title1:after {
    display: none; }
  h2.h2-title1 i,
  .h2-title1 i {
    display: inline-block;
    color: #9fc7ec;
    line-height: 1.0;
    font-size: 3.4rem; }
  h2.h2-title1 small,
  .h2-title1 small {
    display: block;
    margin: auto;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 2.5rem;
    letter-spacing: 0;
    color: #799fc3;
    text-transform: uppercase; }
    h2.h2-title1 small.text-transform-none,
    .h2-title1 small.text-transform-none {
      text-transform: none; }

/*============================
h2-title2
============================*/
h2.h2-title2,
.h2-title2 {
  margin: 30px 0 25px;
  padding: 24px 0 0px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
  background: none;
  text-align: center;
  clear: both;
  color: #000000;
  border: 0;
  position: relative; }
  @media only screen and (min-width: 1024px), print {
    h2.h2-title2,
    .h2-title2 {
      margin: 0px 0 0;
      padding: 32px 0 20px;
      font-size: 2.4rem; } }
  h2.h2-title2:before,
  .h2-title2:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    height: 0;
    z-index: 1;
    border-top: 5px solid #799fc3; }
    @media only screen and (min-width: 1024px), print {
      h2.h2-title2:before,
      .h2-title2:before {
        width: 300px;
        margin-left: -150px; } }
  h2.h2-title2:after,
  .h2-title2:after {
    display: none; }

/*============================
h2-title3
============================*/
h2.h2-title3,
.h2-title3 {
  margin: 30px 0 20px;
  padding: 0;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 1.4;
  background: none;
  text-align: left;
  clear: both;
  color: #000000;
  border: 0;
  position: relative; }
  @media only screen and (min-width: 1024px), print {
    h2.h2-title3,
    .h2-title3 {
      margin: 0px 0 30px;
      font-size: 2.2rem;
      letter-spacing: 0.2em; } }
  h2.h2-title3:before, h2.h2-title3:after,
  .h2-title3:before,
  .h2-title3:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 1;
    border-bottom: 2px solid #799fc3; }
  h2.h2-title3 span,
  .h2-title3 span {
    display: block;
    padding-bottom: 10px; }
    @media only screen and (min-width: 1024px), print {
      h2.h2-title3 span,
      .h2-title3 span {
        padding-bottom: 15px; } }
  h2.h2-title3 small,
  .h2-title3 small {
    display: block;
    font-family: "Didact Gothic", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.0rem;
    letter-spacing: 0;
    color: #799fc3; }
    @media only screen and (min-width: 1024px), print {
      h2.h2-title3 small,
      .h2-title3 small {
        margin-bottom: 10px;
        font-size: 1.5rem; } }

h2.h2-border-none {
  padding-bottom: 0;
  border-bottom: 0; }

h3,
.h3 {
  margin: 30px 0 20px;
  padding: 8px 0 0;
  clear: both;
  text-align: left;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #000000;
  border: 0;
  border-top: 1px solid #799fc3;
  background-color: transparent; }
  @media only screen and (min-width: 1024px), print {
    h3,
    .h3 {
      margin: 48px 0 32px;
      padding: 8px 0 0;
      font-size: 2.1rem; } }
  h3:before, h3:after,
  .h3:before,
  .h3:after {
    display: none; }

h3.h3-title2,
.h3-title2 {
  padding: 0;
  font-family: "Noto Serif JP", 游明朝, " Yu Mincho ", YuMincho, " Hiragino Mincho ProN ", " Hiragino Mincho Pro ", " HGS明朝E ", " メイリオ ", Meiryo, serif;
  font-weight: 300;
  line-height: 1.4;
  background: none;
  clear: both;
  color: #000;
  border: 0; }

h4,
.h4 {
  margin: 30px 0 20px;
  padding: 0;
  clear: both;
  text-align: left;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #000000;
  border: 0;
  background-color: transparent; }
  @media only screen and (min-width: 1024px), print {
    h4,
    .h4 {
      margin: 48px 0 32px;
      font-size: 2.0rem; } }
  h4:before, h4:after,
  .h4:before,
  .h4:after {
    display: none; }

/*h4,
.h4 {
	margin: 32px 0 24px;
  padding:0 0 0 0px;
  font-family:($font-jp-mincho);
	font-size: 1.6rem;
  font-weight: 300;
	line-height: 1.4;
	background:none;
	clear:both;
  color: ($color-txt);
  border: 0;
  position: relative;
  
    @include pc {
    margin: 60px 0 24px;
    padding:0 0 0 24px;
    padding:0;
    font-size: 2.4rem;
    };
    

}*/
/*h4 + h5, h4 + h6, h4 + p, h4 + ul, h4 + ol, h4 + dl, h4 + table, h4 + .box-sen {
	margin-top: 10px !important;
}*/
h5,
.h5 {
  margin: 30px 0 20px;
  padding: 0;
  clear: both;
  text-align: left;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #000000;
  border: 0;
  background-color: transparent; }
  @media only screen and (min-width: 1024px), print {
    h5,
    .h5 {
      margin: 32px 0 24px;
      font-size: 1.8rem; } }
  h5:before, h5:after,
  .h5:before,
  .h5:after {
    display: none; }

/*h5,
.h5 {
	margin: 20px 0 0;
	font-size:1.6rem;
	line-height: 1.3;
  font-family:($font-jp-mincho);
  font-weight:300;
  color: ($color-header);
  @include pc {
  		margin: 32px 0 0;
    font-size:2.0rem;
  };
    
}*/
h5 + h6, h5 + h6, h5 + p, h5 + ul, h5 + ol, h5 + dl, h5 + table, h5 + .box-sen {
  margin-top: 10px !important; }

	/*@media screen and (min-width: ($breakpoints-tb-min-width)), print {
	h5,
	.h5 {

	}
	}*/
h6 {
  margin: 20px 0 0;
  font-size: 1.4rem;
  line-height: 1.3;
  font-family: "Noto Serif JP", 游明朝, " Yu Mincho ", YuMincho, " Hiragino Mincho ProN ", " Hiragino Mincho Pro ", " HGS明朝E ", " メイリオ ", Meiryo, serif;
  font-weight: 300;
  color: #000; }

h6 + p, h6 + ul, h6 + ol, h6 + dl, h6 + table {
  margin-top: 0 !important; }

p {
  margin-top: 16px; }
  @media only screen and (min-width: 1024px), print {
    p {
      margin-top: 24px; } }

ul,
ol {
  margin-top: 24px;
  padding-left: 1.5em; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0; }

@media only screen and (min-width: 1024px), print {
  ul,
  ol {
    padding-left: 1.5em; } }
ul > li {
  list-style: none; }

ul:not([class]) > li,
ul.disc > li {
  list-style: none;
  margin-top: 15px;
  padding-left: .5em;
  list-style-image: url(../images/disc01.png); }

ol > li {
  list-style: decimal;
  margin-top: 15px;
  padding-left: .5em; }

[class^="archive"] ul,
[class^="archive"] ol {
  margin: 0;
  padding-left: 0; }

[class^="archive"] ul li,
[class^="archive"] ol li {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
  list-style-image: none; }

nav ul li,
nav ol li,
nav ul:not([class]) li,
nav ol:not([class]) li {
  list-style: none;
  list-style-image: none; }

/*:not(nav) ul,
:not(nav) ol {margin: 30px 24px; padding-left:1.5em;}
:not(nav) ul ul,
:not(nav) ul ol,
:not(nav) ol ul,
:not(nav) ol ol{margin: 0; }
	@media screen and (min-width: ($breakpoints-tb-min-width)), print {
    :not(nav) ul,
    :not(nav) ol {margin: 30px 24px; padding-left:1.5em; }
	}

:not(nav) ul > li {list-style: none; margin-top: 15px; padding-left:.5em; list-style-image: url(../images/disc.png);}
:not(nav) ol > li {list-style: decimal; margin-top: 15px; padding-left:.5em;}
*/
ul.list-mt0 > li,
ol.list-mt0 > li {
  margin-top: 0; }

ul.list-style-none {
  margin-left: 0;
  padding-left: 0; }

ul.list-style-none > li {
  list-style-image: none;
  list-style: none; }

/*nav ul,
nav ol {margin: 0; padding-:0;}
	@media screen and (min-width: ($breakpoints-tb-min-width)), print {
nav ul,
nav ol {margin: 0; padding-:0;}
	}

nav ul > li,
nav ol > li{list-style: none; margin-top: 0; padding-left:0; list-style-image:none;}
*/
ol.upper-roman > li {
  list-style: upper-roman; }

ol.decimal-leading-zero > li {
  list-style: decimal-leading-zero; }

ol.lower-alpha > li {
  list-style: lower-alpha; }

ol.upper-alpha > li {
  list-style: upper-alpha; }

ol.cjk-ideographic > li {
  list-style: cjk-ideographic; }

ul.list-nostyle,
ol.list-nostyle,
ul.list-nostyle li,
ol.list-nostyle li {
  margin: 0;
  padding: 0;
  list-style-image: none; }

ul.list-inline > li,
ol.list-inline > li {
  display: inline-block; }

ul.list-slash > li,
ol.list-slash > li {
  margin-right: 0.5em; }

ul.list-slash > li:after,
ol.list-slash > li:after {
  content: "　／"; }

ul.list-slash > li:last-child:after,
ol.list-slash > li:last-child:after {
  content: ""; }

/* ==========================
img-2col
============================= */
ul.img-2col {
  margin: 20px auto 0;
  padding: 0;
  width: 100%; }

ul.img-2col li {
  padding: 0;
  list-style: none; }

ul.img-2col img {
  margin: 0 auto;
  width: 100%;
  height: auto; }

/* ==========================
list-menu
============================= */
/* list-menu */
ul.list-menu {
  width: 100%;
  width: calc(100% + 10px);
  margin-left: 0;
  margin-right: -10px;
  padding: 0;
  font-size: 0; }

ul.list-menu li {
  position: static;
  list-style: none;
  display: inline-block;
  margin: 10px 10px 0 0;
  padding: 10px 8px;
  letter-spacing: normal;
  word-spacing: normal;
  text-align: center;
  background-color: #F1F1F1;
  border: 1px solid #CBCBCB;
  border-radius: 4px;
  font-size: 1.4rem; }

@media only screen and (min-width: 1024px), print {
  ul.list-menu li {
    position: static; } }
/* --------------------
dl-list
-----------------------*/
dl.dl-list {
  margin-top: 20px; }

dl.dl-list:before,
dl.dl-list:after {
  content: " ";
  display: table; }

dl.dl-list:after {
  clear: both; }

dl.dl-list {
  * zoom: 1; }

dl.dl-list dt {
  width: 4em;
  float: left;
  clear: left; }

dl.dl-list dd {
  margin-left: 4em; }

dl.dl-list-2em dt {
  width: 2em; }

dl.dl-list-2em dd {
  margin-left: 2em; }

dl.dl-list-3em dt {
  width: 3em; }

dl.dl-list-3em dd {
  margin-left: 3em; }

dl.dl-list-4em dt {
  width: 4em; }

dl.dl-list-4em dd {
  margin-left: 4em; }

dl.dl-list-5em dt {
  width: 5em; }

dl.dl-list-5em dd {
  margin-left: 5em; }

dl.dl-list-6em dt {
  width: 6em; }

dl.dl-list-6em dd {
  margin-left: 6em; }

dl.dl-list-7em dt {
  width: 7em; }

dl.dl-list-7em dd {
  margin-left: 7em; }

dl.dl-list-8em dt {
  width: 8em; }

dl.dl-list-8em dd {
  margin-left: 8em; }

dl.dl-list-9em dt {
  width: 9em; }

dl.dl-list-9em dd {
  margin-left: 9em; }

dl.dl-list-10em dt {
  width: 10em; }

dl.dl-list-10em dd {
  margin-left: 10em; }

dl.dl-list-11em dt {
  width: 11em; }

dl.dl-list-11em dd {
  margin-left: 11em; }

dl.dl-list-12em dt {
  width: 12em; }

dl.dl-list-12em dd {
  margin-left: 12em; }

dl.dl-list-13em dt {
  width: 13em; }

dl.dl-list-13em dd {
  margin-left: 13em; }

dl.dl-list-14em dt {
  width: 14em; }

dl.dl-list-14em dd {
  margin-left: 14em; }

dl.dl-list-15em dt {
  width: 15em; }

dl.dl-list-15em dd {
  margin-left: 15em; }

dl.dl-list-16em dt {
  width: 16em; }

dl.dl-list-16em dd {
  margin-left: 16em; }

dl.dl-list-17em dt {
  width: 17em; }

dl.dl-list-17em dd {
  margin-left: 17em; }

dl.dl-list-18em dt {
  width: 18em; }

dl.dl-list-18em dd {
  margin-left: 18em; }

dl.dl-list-19em dt {
  width: 19em; }

dl.dl-list-19em dd {
  margin-left: 19em; }

dl.dl-list-20em dt {
  width: 20em; }

dl.dl-list-20em dd {
  margin-left: 20em; }

dl.dl-list-21em dt {
  width: 21em; }

dl.dl-list-21em dd {
  margin-left: 21em; }

dl.dl-list-mt10 dt,
dl.dl-list-mt10 dd {
  margin-top: 10px; }

@media screen and (max-width: 1023px) {
  dl.dl-list-sp-break dt {
    width: 100%;
    float: none;
    clear: none; }

  dl.dl-list-sp-break dd {
    margin-left: 0; } }
table {
  margin-top: 30px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  @media only screen and (min-width: 1024px), print {
    table {
      margin-top: 60px; } }

table caption {
  padding: 10px 10px;
  border: 1px solid #BED8E9;
  border-bottom: 0;
  text-align: left;
  vertical-align: top;
  background-color: #E7F1F7;
  font-weight: 400; }
  @media only screen and (min-width: 1024px), print {
    table caption {
      padding: 10px 24px; } }

table th,
table td {
  padding: 10px 10px;
  border: 1px solid #BED8E9;
  vertical-align: top; }
  @media only screen and (min-width: 1024px), print {
    table th,
    table td {
      padding: 10px 24px; } }

table th {
  background-color: #E7F1F7;
  font-weight: 300;
  border-right: 1px solid #BED8E9; }

table td {
  background-color: #ffffff; }

/* table-res default
@media screen and (max-width: ($breakpoints-sp-max-width)) {
  table th,
  table td {display:block;}
  table th {border-right:($border-lighten);}
  table th + td{border-top:0;}
  table tr + tr > th{border-top:0;}
} */
@media screen and (max-width: 1023px) {
  table th.sp-nowrap,
  table td.sp-nowrap {
    white-space: nowrap; } }
table th.nowrap,
table td.nowrap {
  white-space: nowrap; }

table th > ul, table td > ul,
table th > ol, table td > ol {
  margin-left: 0;
  padding-left: 1.5em; }

table th > ul li:first-child, table td > ul li:first-child,
table th > ol li:first-child, table td > ol li:first-child {
  margin-top: 0; }

table th > ul li, table td > ul li,
table th > ol li, table td > ol li {
  margin-top: 0; }

table.table-center th,
table.table-center td {
  text-align: center; }

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

table.table-small caption,
table.table-small th,
table.table-small td {
  padding: 10px; }

table.table-xsmall caption,
table.table-xsmall th,
table.table-xsmall td {
  padding: 4px; }

@media screen and (max-width: 1023px) {
  table.sp-table-small caption,
  table.sp-table-small th,
  table.sp-table-small td {
    padding: 10px; }

  table.sp-table-xsmall caption,
  table.sp-table-xsmall th,
  table.sp-table-xsmall td {
    padding: 4px; } }
table.noline {
  margin-top: 0;
  width: auto; }

table.noline th,
table.noline td {
  padding: 0 5px 0 0;
  border: 0;
  vertical-align: top; }

table.noline th {
  background-color: transparent;
  font-weight: 300; }

/* ---- table-line ---- */
table.table-line {
  border: 0;
  border-bottom: 1px solid #CCCCCC; }
  table.table-line tbody tr th {
    border: 0;
    border-top: 1px solid #CCCCCC;
    background-color: transparent;
    white-space: nowrap;
    vertical-align: top;
    text-align: left; }
  table.table-line tbody tr td {
    border: 0;
    border-top: 1px solid #CCCCCC; }

/* ---- table-responsive ---- */
@media screen and (max-width: 1023px) {
  .table-scroll {
    overflow: auto;
    white-space: nowrap; }

  .table-scroll > table {
    width: 100%; }

  .table-scroll > table th,
  .table-scroll > table td {
    white-space: nowrap; }

  .table-scroll::-webkit-scrollbar {
    height: 5px; }

  /* table-res */
  table.table-res th,
  table.table-res td {
    display: block; }

  table.table-res tbody > tr > td,
  table.table-res tbody > tr > th {
    width: 100% !important; }

  table.table-res th + td {
    border-top: 0; }

  table.table-res tr + tr > th {
    border-top: 0; } }
/* ----------------------------------------------------------------
row max wide settinn for wp
---------------------------------------------------------------- */
.row:before,
.row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.row {
  * zoom: 1; }

.row.row-box-center {
  display: table;
  width: auto;
  margin: 0 auto; }

.row {
  margin-top: -30px; }

.box .row {
  margin-top: 0;
  margin-bottom: 0; }

@media screen and (max-width: 1023px) {
  .row {
    clear: both;
    margin-right: -10px;
    margin-left: -10px; }

  [class^="col-"] {
    padding-left: 10px;
    padding-right: 10px; } }
@media only screen and (min-width: 1024px), print {
  .row {
    clear: both;
    margin-right: -20px;
    margin-left: -20px; }

  [class^="col-"] {
    padding-left: 20px;
    padding-right: 20px; }

  .row [class^="col-"] img {
    width: 100%;
    height: auto; } }
.col-10 {
  width: 10%; }

.col-20 {
  width: 20%; }

.col-25 {
  width: 25%; }

.col-30 {
  width: 30%; }

.col-33 {
  width: 33.33333333%; }

.col-40 {
  width: 40%; }

.col-50 {
  width: 50%; }

.col-60 {
  width: 60%; }

.col-66 {
  width: 66.66666666%; }

.col-70 {
  width: 70%; }

.col-75 {
  width: 75%; }

.col-80 {
  width: 80%; }

.col-90 {
  width: 90%; }

.col-100 {
  width: 100%; }

/*@media screen and (min-width: ($breakpoints-tb-min-width)), print {

.col-10 { max-width:124px;}// 1240*10% gutter
.col-20 { max-width:248px;}
.col-25 { max-width:310px;}
.col-30 { max-width:372px;}
.col-33 { max-width:409px;}
.col-40 { max-width:496px;}
.col-50 { max-width:620px;}
.col-60 { max-width:744px;}
.col-66 { max-width:818px;}
.col-70 { max-width:868px;}
.col-75 { max-width:930px;}
.col-80 { max-width:992px;}
.col-90 { max-width:1116px;}
.col-100 { max-width:1240px;}
}*/
/*.row.row-box-center .col-10 { display:table-cell; width:10%;}
.row.row-box-center .col-20 { display:table-cell; width:20%;}
.row.row-box-center .col-25 { display:table-cell; width:25%;}
.row.row-box-center .col-30 { display:table-cell; width:30%;}
.row.row-box-center .col-33 { display:table-cell; width:33.33333333%;}
.row.row-box-center .col-40 { display:table-cell; width:40%;}
.row.row-box-center .col-50 { display:table-cell; width:50%;}
.row.row-box-center .col-60 { display:table-cell; width:60%;}
.row.row-box-center .col-70 { display:table-cell; width:70%;}
.row.row-box-center .col-75 { display:table-cell; width:75%;}
.row.row-box-center .col-80 { display:table-cell; width:80%;}
.row.row-box-center .col-90 { display:table-cell; width:90%;}
.row.row-box-center .col-100 { display:table-cell; width:100%;}
*/
.row .col-10,
.row .col-20,
.row .col-25,
.row .col-30,
.row .col-33,
.row .col-40,
.row .col-50,
.row .col-60,
.row .col-66,
.row .col-70,
.row .col-75,
.row .col-80,
.row .col-90 {
  float: left; }

.row .col-10.col-right,
.row .col-20.col-right,
.row .col-25.col-right,
.row .col-30.col-right,
.row .col-33.col-right,
.row .col-40.col-right,
.row .col-50.col-right,
.row .col-60.col-right,
.row .col-66.col-right,
.row .col-70.col-right,
.row .col-75.col-right,
.row .col-80.col-right,
.row .col-90.col-right {
  float: right; }

@media screen and (max-width: 1023px) {
  .row .sp-col-100 {
    float: none !important;
    width: 100%; } }
/* ----------------------------------------------------------------
parts style 
---------------------------------------------------------------- */
hr.hr-gray {
  border-top: 1px solid #ccc; }

hr.hr-beige {
  border-top: 1px solid #F8F2E3; }

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

th.textalign-left,
td.textalign-left {
  text-align: left !important; }

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

th.textalign-right,
td.textalign-right {
  text-align: right !important; }

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

th.textalign-center,
td.textalign-center {
  text-align: center !important; }

table.textalign-center {
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 1023px) {
  .sp-textalign-left {
    text-align: left; }

  th.sp-textalign-left,
  td.sp-textalign-left {
    text-align: left !important; }

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

  th.sp-textalign-right,
  td.sp-textalign-right {
    text-align: right !important; }

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

  th.sp-textalign-center,
  td.sp-textalign-center {
    text-align: center !important; }

  table.sp-textalign-center {
    margin-left: auto;
    margin-right: auto; } }
/* -----------------------
style layout
----------------------- */
.red {
  color: #E80000; }

.green {
  color: #0059B2; }

.lightgreen {
  color: #68B730; }

.lpink {
  color: #F9C8DA; }

.blk {
  color: #000000; }

.pointTxt {
  color: #F63;
  font-size: 1.5rem; }
  @media only screen and (min-width: 1024px), print {
    .pointTxt {
      font-size: 1.8rem; } }

.pointTxt.red {
  color: #C00; }

.orange {
  color: #F63; }

.gray {
  color: #555555; }

.grn {
  color: #81B839; }

.blue {
  color: #0B4099; }

.bold {
  font-weight: bold; }

.normal {
  font-weight: normal; }

.textline {
  background-color: #FFFF00; }

.underline {
  text-decoration: underline; }

.verticalalign-middle {
  vertical-align: middle; }

.lineheight-1_2 {
  line-height: 1.2; }

.lineheight-1_4 {
  line-height: 1.4; }

.lineheight-2 {
  line-height: 2.0; }

.nowrap {
  white-space: nowrap; }

.bordertop-gray {
  border-top: 1px solid #ccc; }

.bordertop-orange {
  border-top: 1px solid #EF8B00; }

.borderbottom-gray {
  border-bottom: 1px solid #ccc; }

.borderbottom-orange {
  border-bottom: 1px solid #EF8B00; }

.sans-serif {
  font-family: "Noto Serif JP", 游明朝, " Yu Mincho ", YuMincho, " Hiragino Mincho ProN ", " Hiragino Mincho Pro ", " HGS明朝E ", " メイリオ ", Meiryo, serif;
  font-weight: 300; }

.marker-red {
  background: linear-gradient(rgba(255, 204, 204, 0) 65%, #ffcccc 0%); }

.marker-pink {
  background: linear-gradient(rgba(255, 214, 255, 0) 65%, #ffd6ff 0%); }

.marker-orange {
  background: linear-gradient(rgba(255, 221, 188, 0) 65%, #ffddbc 0%); }

.marker-purple {
  background: linear-gradient(rgba(234, 214, 255, 0) 65%, #ead6ff 0%); }

.marker-blue {
  background: linear-gradient(rgba(204, 255, 255, 0) 65%, #ccffff 0%); }

.marker-green {
  background: linear-gradient(rgba(204, 255, 204, 0) 65%, #ccffcc 0%); }

.marker-yellow {
  background: linear-gradient(rgba(255, 255, 168, 0) 65%, #ffffa8 0%); }

.notetxt-1em,
ul li.notetxt-1em {
  text-indent: -1em;
  padding-left: 1em; }

.notetxt-1_5em,
ul li.notetxt-1_5em {
  text-indent: -1.5em;
  padding-left: 1.5em; }

.notetxt-2em,
ul li.notetxt-2em {
  text-indent: -2em;
  padding-left: 2em; }

.notetxt-2_5em,
ul li.notetxt-2_5em {
  text-indent: -2.5em;
  padding-left: 2.5em; }

.notetxt-3em,
ul li.notetxt-3em {
  text-indent: -3em;
  padding-left: 3em; }

.lead-old {
  font-family: "Noto Serif JP", 游明朝, " Yu Mincho ", YuMincho, " Hiragino Mincho ProN ", " Hiragino Mincho Pro ", " HGS明朝E ", " メイリオ ", Meiryo, serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #799fc3;
  text-shadow: 1px 1px 0px rgba(204, 204, 204, 0.9); }
  @media only screen and (min-width: 1024px), print {
    .lead-old {
      font-size: 2.2rem; } }

.lead-old-sub {
  line-height: 2.0;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #0059B2;
  text-shadow: 1px 1px 0px rgba(204, 204, 204, 0.9); }
  @media only screen and (min-width: 1024px), print {
    .lead-old-sub {
      font-size: 1.6rem; } }

.lead {
  margin: 32px 0;
  font-family: "Noto Serif JP", 游明朝, " Yu Mincho ", YuMincho, " Hiragino Mincho ProN ", " Hiragino Mincho Pro ", " HGS明朝E ", " メイリオ ", Meiryo, serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.4;
  background: none;
  clear: both;
  color: #000;
  border: 0;
  position: relative;
  /*&:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: solid 20px ($color-bg-lblue3);
  border-left: solid 0 transparent;
  border-bottom: solid 0 transparent;
  border-right: solid 20px transparent;
  z-index: 1;
  @include pc {
    border-top: solid 32px ($color-bg-lblue3);
    border-right: solid 32px transparent;
};
  
  }*/ }
  @media only screen and (min-width: 1024px), print {
    .lead {
      margin: 48px 0;
      font-size: 2.4rem; } }

.display-inlineblock {
  display: inline-block; }

.display-table {
  display: table; }

.display-tablecell {
  display: table-cell;
  vertical-align: middle; }

/* ----------------------------------------------------------------
iframe
---------------------------------------------------------------- */
/* res iframe 16-9 */
.res-container16-9 {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%; }

.res-container16-9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* res iframe 1-1 */
.res-container1-1 {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%; }

.res-container1-1 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* res iframe 16-9 */
.map {
  margin-top: 48px;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 40%; }

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* -----------------------
MT layout
----------------------- */
.mt-image-center,
.mt-figure-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both; }

@media screen and (max-width: 1023px) {
  .mt-image-left,
  .mt-image-right {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 30px !important;
    clear: both;
    float: none !important; }

  .mt-image-center,
  .mt-figure-center {
    margin-bottom: 30px !important; } }
@media only screen and (min-width: 1024px), print {
  .mt-image-left {
    float: left; }

  .mt-image-right {
    float: right; }

  .mt-image-center,
  .mt-figure-center {
    margin: 0 auto 30px !important; }

  .mt-image-left,
  .mt-figure-left {
    margin: 0 40px 30px 0 !important; }

  .mt-image-right,
  .mt-figure-right {
    margin: 0 0 30px 40px !important; } }
/* --------------- 
figure
 --------------- */
/*
// SP/PC

figure {
margin: 30px auto;
//color: ($color-txt);
	img {
	display:block;
	text-align:center;
	margin: 0 auto 20px;
  height: auto;
  max-width: 100%;
	}
	figcaption {
		font-size:1.6rem;
		text-align:center;
	}
}
.row [class^="col-"] figure {
  figcaption {
    text-align:left;
  }
}
 */
@media screen and (max-width: 1023px) {
  figure img {
    margin: 0 auto 10px; }
  figure figcaption {
    font-size: 1.2rem;
    text-align: left; } }
/* img */
/* box */
.box {
  clear: both;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 12px;
  border: 2px solid #CCCCCC; }
  @media only screen and (min-width: 1024px), print {
    .box {
      padding: 24px 48px; } }

.box::after {
  content: "";
  display: table;
  clear: both; }

.box h3, .box h4, .box h5, .box h6 {
  margin-top: 20px;
  margin-bottom: 10px; }

.box p, .box ul, .box ol, .box dl, .box table {
  margin-top: 20px;
  margin-bottom: 20px; }

.box > p:first-child, .box > ul:first-child, .box > ol:first-child, .box > dl:first-child, .box > table:first-child,
.box > h3:first-child, .box > h4:first-child, .box > h5:first-child, .box > h6:first-child {
  margin-top: 0; }

.box ul {
  margin-left: 0.5em;
  padding-left: 1em; }

.box ol {
  margin-left: 0.5em;
  padding-left: 1em; }

.box.box-auto {
  display: table; }

.textalign-center .box.box-auto {
  margin-left: auto;
  margin-right: auto; }

.box-sen {
  border: 3px solid #799fc3; }

.box-sen-gray {
  border: 2px solid #ddd; }

.box-bg {
  border: 0;
  border-radius: 4px;
  background-color: #f2f2f2; }

.box-bg-white {
  border: 0;
  background-color: #fff; }

.box-narrow {
  padding: 6px; }
  @media only screen and (min-width: 1024px), print {
    .box-narrow {
      padding: 12px 24px; } }

.box-camp {
  border: 0;
  border-radius: 4px;
  padding: 8px;
  background-color: #DDF1FB;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }

.box-camp .camp-txt {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  padding: 16px; }

.box-camp .camp-txt p {
  margin: 0; }

.box-camp .camp-txt .price {
  font-size: 2.4rem;
  color: #0059B2; }

@media only screen and (min-width: 1024px), print {
  .box-camp {
    padding: 16px;
    padding: 48px 56px; }

  .box.box-camp .camp-txt {
    padding: 24px 32px; }

  .box.box-camp h3 + .camp-txt {
    margin-top: 20px; }

  .box-camp .camp-txt .price {
    font-size: 3.2rem; } }
/* page-link */
.page-link {
  margin: 0;
  padding: 0; }

.box-sen .page-link {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  row-gap: 16px; }
  @media only screen and (min-width: 1024px), print {
    .box-sen .page-link {
      flex-direction: row;
      flex-wrap: wrap;
      column-gap: 24px; } }

.page-link li {
  position: relative;
  margin-right: 1em;
  padding-left: 0;
  text-align: left; }
  @media only screen and (min-width: 1024px), print {
    .page-link li {
      flex-basis: calc(50% - 40px); } }
  .page-link li a {
    text-decoration: none; }
    .page-link li a:hover {
      text-decoration: underline; }

.page-link li:before {
  display: block;
  position: absolute;
  top: .7em;
  right: 100%;
  margin-right: .5em;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #EF8B00 transparent transparent transparent; }

.btn {
  position: relative;
  display: inline-block;
  padding: 0px 10px;
  margin: 0 10px;
  min-width: 200px;
  text-align: center;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.5rem;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #ff6b3d;
  border-radius: 6px;
  color: #fff;
  text-decoration: none; }
  @media only screen and (min-width: 1024px), print {
    .btn {
      padding: 10px 10px;
      margin: 0 10px;
      min-width: 200px;
      font-size: 1.4rem;
      line-height: 2.5rem; } }
  .btn span {
    display: inline-block; }

.box .btn {
  min-width: inherit; }

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline-width: thin;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  filter: none; }

.btn:focus,
.btn.focus,
.btn:active,
.btn.active {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
  text-decoration: none;
  filter: none; }

@media only screen and (min-width: 1024px), print {
  .btn {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }

  .btn:hover {
    color: #fff;
    vertical-align: middle;
    background-color: #ff6b3d;
    text-decoration: none;
    opacity: 0.7;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; } }
.btn-reverse {
  border: 1px solid #000;
  background-color: #fff;
  color: #000; }

.btn-reverse:focus,
.btn-reverse.focus,
.btn-reverse:active,
.btn-reverse.active {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
  text-decoration: none;
  filter: none; }

@media only screen and (min-width: 1024px), print {
  .btn-reverse {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }

  .btn-reverse:hover {
    color: #fff;
    background-color: #666;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; } }
.btn-contact {
  width: 300px;
  padding: 0px 8px;
  font-size: 1.6rem;
  line-height: 4.8rem;
  letter-spacing: 0.1em;
  vertical-align: middle; }
  @media only screen and (min-width: 1024px), print {
    .btn-contact {
      padding: 0px 8px;
      min-width: 300px;
      font-size: 1.6rem;
      line-height: 4.8rem;
      vertical-align: middle; } }
  .btn-contact i {
    font-size: 2.1rem;
    line-height: 4.8rem;
    padding-right: .5em;
    vertical-align: middle; }
    @media only screen and (min-width: 1024px), print {
      .btn-contact i {
        font-size: 2.1rem;
        line-height: 4.8rem;
        vertical-align: middle; } }

/* ----------------------------------------------------------------
icon
---------------------------------------------------------------- */
.icon {
  margin-right: 0.5em;
  margin-left: 0.5em;
  color: #3E7BBE;
  display: inline-block; }

[class^="icon"] + [class^="icon"] {
  margin-left: 0; }

i.fab {
  color: #3E7BBE; }

.icon-new,
.ic-new {
  display: inline-block; }

.icon-new:before,
.ic-new:before {
  display: inline-block;
  text-decoration: none;
  content: "NEW";
  width: auto;
  height: auto;
  padding: 1px 6px;
  color: #ff6b3d;
  font-family: "Didact Gothic", Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 12px;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 700;
  font-style: normal; }
  @media only screen and (min-width: 1024px), print {
    .icon-new:before,
    .ic-new:before {
      font-size: 12px; } }

/* ==========================
link-thumb about
============================= */
.link-thumb a {
  display: flex;
  align-items: center; }
  .link-thumb a img {
    width: 120px;
    height: auto; }
  .link-thumb a .link-thumb-txt {
    width: calc(100% - 120px);
    padding-left: 20px; }

/* ==========================
link-more
============================= */
.link-more {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  .link-more a {
    text-decoration: none;
    display: inline-block;
    border: 2px solid rgba(95, 160, 202, 0.3);
    background-color: #fff;
    color: #333333;
    padding: 4px 2em;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    font-weight: 500;
    line-height: 3.4rem;
    font-size: 1.0rem;
    letter-spacing: 0.2em; }
    @media only screen and (min-width: 1024px), print {
      .link-more a {
        padding: 12px 3.5em;
        font-size: 1.6rem;
        line-height: 1.4;
        letter-spacing: 0.1em;
        opacity: 1;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
        .link-more a:hover, .link-more a:focus {
          background-color: rgba(95, 160, 202, 0.3);
          opacity: 0.7;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; } }

/* ----------------------------------------------------------------
link 
---------------------------------------------------------------- */
.link a {
  position: relative;
  display: block;
  text-decoration: none;
  /* display:table; */
  line-height: 1.5;
  text-align: left;
  font-family: inherit;
  font-size: 2.0rem;
  font-weight: 400;
  /*white-space: nowrap;*/
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #999;
  background-color: #fff;
  padding: 20px 24px;
  margin: auto; }

.link a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  margin: -16px auto auto;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 3.0rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #CCCCCC;
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }

ul.link {
  margin: 0;
  padding: 0; }

ul.link li {
  margin-top: 30px;
  list-style: none; }

@media only screen and (min-width: 1024px), print {
  .link a {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }

  .link a:hover,
  .link a:focus {
    background-color: #EEEDF2;
    color: #003C78;
    opacity: 0.7;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }

  .link a:hover:after {
    color: #213A70; } }
/* ==========================
list-pagelink FAQ
============================= */
ul.list-pagelink {
  width: 100%;
  margin: 20px 0;
  padding: 0; }
  ul.list-pagelink > li {
    list-style-image: none;
    padding-left: 0;
    margin-top: 2%; }

@media only screen and (min-width: 1024px), print {
  ul.list-pagelink {
    width: 102%;
    margin: 40px 0;
    margin-left: -2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    ul.list-pagelink > li {
      margin-left: 2%;
      width: 23%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
ul.list-pagelink > li > a {
  position: relative;
  width: 100%;
  padding: 10px 2px;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  color: #000;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  ul.list-pagelink > li > a > span {
    display: block;
    width: 100%; }
  ul.list-pagelink > li > a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 16px;
    border-bottom: 16px solid #A4D9F5;
    border-left: 16px solid transparent; }

@media only screen and (min-width: 1024px), print {
  ul.list-pagelink > li > a {
    font-size: 1.5rem; }

  ul.list-pagelink > li a:hover {
    background-color: #2989E2;
    border: 1px solid #2989E2;
    text-decoration: none;
    color: #fff; }
    ul.list-pagelink > li a:hover:hover::after {
      border-bottom: 16px solid #2989E2; }

  ul.list-pagelink > li a {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    ul.list-pagelink > li a:hover {
      opacity: 1;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }

  ul.list-pagelink > li a::after {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    ul.list-pagelink > li a::after:hover::after {
      opacity: 1;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; } }
/* -----------------------
WordPress layout
----------------------- */
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (min-width: 1024px), print {
  .alignleft {
    float: left; }

  .alignright {
    float: right; }

  .aligncenter {
    margin: 0 auto 30px; }

  .alignleft {
    margin: 0 40px 30px 0; }

  .alignright {
    margin: 0 0 30px 40px; } }
.wp-caption {
  text-align: center;
  margin: 30px 0;
  padding: 0; }

@media only screen and (min-width: 1024px), print {
  .wp-caption.aligncenter {
    margin: 30px auto; }

  .wp-caption.alignleft {
    margin: 30px 40px 0px 0; }

  .wp-caption.alignright {
    margin: 30px 0 30px 40px; } }
.row .wp-caption {
  margin-bottom: 0; }

.wp-caption img {
  margin: 0 0 10px;
  padding: 0;
  border: 0 none;
  vertical-align: top; }

@media screen and (max-width: 1023px) {
  .alignleft,
  div.alignleft,
  .alignright,
  div.alignright {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }

  .wp-caption {
    width: 100% !important;
    max-width: 100% !important; } }
.wp-caption p.wp-caption-text {
  font-size: 1.6rem;
  padding: 0;
  margin: 0; }

/* img */
img[class*="wp-image-"],
.wp-caption img,
img[class*="attachment-"] {
  height: auto;
  max-width: 100%; }

/* res iframe 16-9
.res-container16-9 {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%; }

.res-container16-9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
*/
#contentBody iframe[src*="youtube.com"] {
  width: 100%; }

/* iframe youtube res wideのみ */
@media screen and (max-width: 1023px) {
  #contentBody iframe[src*="youtube.com"] {
    width: 100%; } }
/* blockquote */
blockquote {
  position: relative;
  margin: 32px 0;
  padding: 32px 16px 16px;
  font-style: italic;
  background: #f2f2f2;
  color: #555; }
  blockquote:before {
    display: block;
    position: absolute;
    top: 16px;
    left: 16px;
    margin: auto;
    line-height: 1.0;
    text-align: center;
    font-size: 3.0rem;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #989898;
    content: "\f10d"; }
  blockquote cite {
    display: block;
    text-align: right;
    color: #989898;
    font-size: 1.4rem; }

@media only screen and (min-width: 1024px), print {
  blockquote {
    margin: 48px 0;
    padding: 32px 32px 16px; }
    blockquote:before {
      top: 20px;
      left: 32px; } }
/* ----------------------------------------------------------------
wordpress plugin style
---------------------------------------------------------------- */
/* wp-pagenavi */
/*
Default style for WP-PageNavi plugin
http://wordpress.org/extend/plugins/wp-pagenavi/
*/
/* wp-pagenavi */
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin: 30px 0;
  line-height: 42px; }
  .wp-pagenavi a {
    text-decoration: none;
    display: inline-block;
    border: 1px solid #799fc3;
    border-radius: 50%;
    width: 44px;
    line-height: 42px;
    text-align: center;
    padding: 0;
    margin: 5px 2px;
    background-color: #fff;
    color: #799fc3; }
    @media only screen and (min-width: 1024px), print {
      .wp-pagenavi a {
        opacity: 1;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
        .wp-pagenavi a:hover, .wp-pagenavi a:focus {
          opacity: 0.7;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
          background-color: #799fc3;
          border: 1px solid #799fc3;
          color: #fff; } }
  .wp-pagenavi span,
  .wp-pagenavi a.last,
  .wp-pagenavi a.first {
    display: inline-block;
    text-decoration: none;
    border: 0;
    width: 44px;
    line-height: 42px;
    text-align: center;
    padding: 0;
    margin: 5px 2px;
    background: #fff;
    color: #799fc3; }
  .wp-pagenavi span.extend,
  .wp-pagenavi span.pages,
  .wp-pagenavi a.first:hover,
  .wp-pagenavi a.last:hover {
    background-color: transparent;
    color: #799fc3;
    border: 0; }
  .wp-pagenavi span.current {
    background-color: #799fc3;
    font-weight: bold;
    border: 1px solid #799fc3;
    border-radius: 50%;
    color: #fff; }
  .wp-pagenavi a.previouspostslink,
  .wp-pagenavi a.nextpostslink {
    border: 0;
    background-color: transparent;
    color: #799fc3; }
    .wp-pagenavi a.previouspostslink:hover,
    .wp-pagenavi a.nextpostslink:hover {
      background-color: transparent; }

/* page-pagination */
.page-pagination {
  clear: both;
  margin: 30px 0;
  font-size: 1.0rem;
  padding-bottom: 10px;
  border-top: 1px solid #999999;
  padding-top: 10px; }
  @media only screen and (min-width: 1024px), print {
    .page-pagination {
      margin-top: 60px;
      font-size: 1.3rem; } }
  .page-pagination p span.voicePerson {
    background: #799fc3;
    color: #fff;
    padding: 0 5px;
    margin-right: 0.5em;
    border-radius: 5px;
    display: inline-block; }
  .page-pagination p a {
    text-decoration: none; }
    @media only screen and (min-width: 1024px), print {
      .page-pagination p a {
        opacity: 1;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
        .page-pagination p a:hover, .page-pagination p a:focus {
          opacity: 0.7;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
          text-decoration: underline; } }

.cat-link {
  clear: both; }

.cat-link span a {
  display: table;
  margin: 30px auto;
  padding: 8px 2em;
  border: 1px solid #999;
  background-color: #fff;
  color: #999;
  text-decoration: none; }
  @media only screen and (min-width: 1024px), print {
    .cat-link span a {
      opacity: 1;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
      .cat-link span a:hover, .cat-link span a:focus {
        opacity: 0.7;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        background-color: #999;
        color: #fff;
        text-decoration: none; } }

/* adjacent_post_links */
.adjacent_post_links {
  clear: both;
  margin: 60px 0 0;
  border-top: 1px solid #999999; }

/*.adjacent_post_links ul{margin:20px 0 0;padding:0; display:table; width:100%;}
.adjacent_post_links li{list-style:none;padding:0; display:table-cell; width:50%;}
.adjacent_post_links li.next{ text-align:right;}
*/
.adjacent_post_links ul {
  display: table;
  width: 100%;
  height: 40px;
  margin: 30px 0;
  padding: 0;
  position: relative; }

.adjacent_post_links ul li {
  display: table-cell;
  width: auto;
  margin: 0;
  padding: 0 10px; }

.adjacent_post_links ul li.previous {
  position: absolute;
  left: 0; }

.adjacent_post_links ul li.next {
  position: absolute;
  right: 0; }

.adjacent_post_links ul li.next a,
.adjacent_post_links ul li.previous a {
  position: relative;
  display: table-cell;
  padding: 0 20px;
  line-height: 40px;
  color: #fff;
  background-color: #000;
  font-size: 1.4rem;
  border: 1px solid #000;
  text-decoration: none; }

.adjacent_post_links ul li.previous a:before,
.adjacent_post_links ul li.previous a:after {
  position: absolute;
  left: -7px;
  display: block;
  content: '';
  width: 16px;
  height: 20px;
  background-color: #000;
  border-left: 1px solid #000;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.adjacent_post_links ul li.next a:before,
.adjacent_post_links ul li.next a:after {
  position: absolute;
  right: -7px;
  display: block;
  content: '';
  width: 16px;
  height: 20px;
  background-color: #000;
  border-right: 1px solid #000;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.adjacent_post_links ul li.previous a:after {
  top: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg); }

.adjacent_post_links ul li.previous a:before {
  bottom: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg); }

.adjacent_post_links ul li.next a:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg); }

.adjacent_post_links ul li.next a:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg); }

@media only screen and (min-width: 1024px), print {
  .adjacent_post_links ul li.previous a,
  .adjacent_post_links ul li.next a {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }

  .adjacent_post_links ul li.previous a:hover,
  .adjacent_post_links ul li.previous a:focus,
  .adjacent_post_links ul li.next a:hover,
  .adjacent_post_links ul li.next a:focus {
    opacity: 0.7;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background-color: #666666;
    border-color: #666666;
    color: #fff; }

  .adjacent_post_links ul li.previous a:hover:before,
  .adjacent_post_links ul li.previous a:hover:after,
  .adjacent_post_links ul li.previous a:focus:before,
  .adjacent_post_links ul li.previous a:focus:after,
  .adjacent_post_links ul li.next a:hover:before,
  .adjacent_post_links ul li.next a:hover:after,
  .adjacent_post_links ul li.next a:focus:before,
  .adjacent_post_links ul li.next a:focus:after {
    background-color: #666666;
    border-color: #666666;
    color: #fff; } }
/* --------------------------------------------------
cat-link
--------------------------------------------------- */
.cat-link {
  margin-top: 30px;
  text-align: center; }

/* --------------------------------------------------
form
--------------------------------------------------- */
span.required {
  background: #F93;
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 1px 2px;
  vertical-align: middle;
  font-weight: normal; }

span.nonrequired {
  background: #666666;
  color: #fff;
  font-size: 11px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 1px 2px; }

table.contact-form td,
span.form-text {
  color: #666; }

/* Chrome auto-filling FIX */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important; }

input.wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: none !important; }

/*============================
contact-form-7
============================*/
.custom-wpcf7c-confirmed table.contact-form td,
.custom-wpcf7c-confirmed span.form-text {
  color: #999999; }

.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 80%; }

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  background-color: #fff;
  color: #333;
  border: 1px solid #ddd;
  font-size: 100%;
  padding: 0.5em;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset; }

.wpcf7 select {
  background-color: #fff;
  color: #333;
  border: 1px solid #ddd;
  font-size: 100%;
  padding: 0.5em;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset; }

.wpcf7c-conf {
  cursor: not-allowed;
  /* cursor notallowed */
  background-color: #ffffff !important;
  color: #666 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important; }

.wpcf7c-conf + .wpcf7-list-item-label {
  cursor: not-allowed;
  /* cursor notallowed */
  color: #999999 !important; }

.wpcf7c-conf + .wpcf7c-conf-hidden + .wpcf7-list-item-label {
  cursor: not-allowed;
  /* cursor notallowed */
  color: #D6D6D6 !important; }

/* Chrome auto-filling FIX */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important; }

input.wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: none !important; }

.wpcf7 input[type="submit"],
.wpcf7 input[type="button"],
.wpcf7 input.wpcf7c-btn-back {
  border: 0;
  font-size: 100%;
  margin-left: 20px;
  margin-right: 20px;
  cursor: pointer;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2); }

@media screen and (max-width: 1023px) {
  .wpcf7 input.btn-submit {
    width: 100px;
    min-width: inherit; } }

.wpcf7 input.btn-back {
  background-color: #666; }
  @media screen and (max-width: 1023px) {
    .wpcf7 input.btn-back {
      width: 100px;
      min-width: inherit; } }

.wpcf7 input[type="submit"]:hover,
.mw_wp_form input.wpcf7c-btn-back:hover {
  border: 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset; }

.contact-form .wpcf7-file {
  margin-top: 10px; }

.contact-form .wpcf7-list-item {
  display: block; }

.contact-form .item-radio label > label,
.contact-form .item-checkbox label > label {
  border: 1px solid #999999; }

.contact-form .item-radio .wpcf7-list-item {
  width: 40%;
  display: inline-block; }

.contact-form input.item-postnum {
  width: 20%;
  margin-bottom: 10px; }

.wpcf7c-elm-step2 .wpcf7c-elm-step2-message {
  border: 2px solid #f7e700;
  margin: 2em 0.5em 1em;
  padding: 1em; }

.sent .wpcf7c-btn-confirm {
  display: none !important; }

/* for anker */
@media screen and (max-width: 479px) {
  input[type="file"] {
    font-size: 1.2rem; } }
/* cf-item-vertical */
.cf-item-vertical span.wpcf7-list-item {
  display: block; }

span.wpcf7-list-item {
  margin-top: 5px;
  display: block; }

.form-span-block {
  display: block; }

/*============================
wpcf7 class
============================*/
/* --------------------------------------------------
Contact Form 7 Multi-Step Forms
--------------------------------------------------- */
/*============================
#mw_wp_form 
form-layout div.wp-form
============================*/
@media only screen and (min-width: 1024px), print {
  .form-layout form div.wp-form .w500 {
    width: 500px; }
  .form-layout form div.wp-form .w320 {
    width: 320px; }
  .form-layout form div.wp-form .w240 {
    width: 240px; }
  .form-layout form div.wp-form .w180 {
    width: 180px; }
  .form-layout form div.wp-form .w100 {
    width: 100px; } }
@media screen and (max-width: 1023px) {
  .form-layout form div.wp-form .w500 {
    width: 100%; }
  .form-layout form div.wp-form .w320 {
    width: 60%; }
  .form-layout form div.wp-form .w240 {
    width: 50%; }
  .form-layout form div.wp-form .w180 {
    width: 35%; }
  .form-layout form div.wp-form .w100 {
    width: 20%; }
  .form-layout form div.wp-form .form-tel {
    width: 100%; } }
.form-layout form div.wp-form .textarea-br {
  white-space: pre-wrap; }
.form-layout form div.wp-form input,
.form-layout form div.wp-form select {
  margin-bottom: 8px;
  padding: 8px; }
.form-layout form div.wp-form input.btnSubmit {
  margin: 0 20px 0;
  padding: 8px 5px;
  border: 0; }
.form-layout form div.wp-form input.btnBtn {
  margin: 0;
  padding: 4px 5px;
  border: 0; }
.form-layout form div.wp-form dl {
  border-top: 1px solid #E1E1E1;
  border-bottom: 2px solid #E1E1E1;
  border-left: 2px solid #E1E1E1;
  border-right: 2px solid #E1E1E1;
  margin: 20px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
  .form-layout form div.wp-form dl dt {
    margin: 0;
    padding: 10px;
    border-top: 1px solid #E1E1E1;
    width: 300px;
    vertical-align: top;
    background: #F3F3F3; }
    @media screen and (max-width: 1023px) {
      .form-layout form div.wp-form dl dt {
        width: 100%; } }
  .form-layout form div.wp-form dl dd {
    width: calc(100% - 300px);
    margin: 0;
    padding: 10px;
    border-top: 1px solid #E1E1E1;
    background-color: #ffffff; }
    @media screen and (max-width: 1023px) {
      .form-layout form div.wp-form dl dd {
        width: 100%; } }

/* --------------------------------------------------
MW WP Form
入力画面 mw_wp_form_input
完了画面 mw_wp_form_complete
--------------------------------------------------- */
/*============================
state my class
============================*/
/*index mw_wp_form_input*/
.mw_wp_form_confirm .form-only-index {
  display: none; }

.mw_wp_form_complete .form-only-index {
  display: none; }

/*confirm mw_wp_form_confirm */
.mw_wp_form_input .form-only-confirm {
  display: none; }

.mw_wp_form_complete .form-only-confirm {
  display: none; }

/*complete mw_wp_form_complete*/
.mw_wp_form_input .form-only-complete {
  display: none; }

.mw_wp_form_confirm .form-only-complete {
  display: none; }

/*============================
form
============================*/
.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"],
.mw_wp_form input[type="url"],
.mw_wp_form input[type="tel"],
.mw_wp_form textarea {
  background-color: #fff;
  color: #333;
  width: 95%;
  border: 1px solid #ddd;
  font-size: 100%;
  padding: 0.5em;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset; }

/*============================
#form-item-mail
============================*/
/*============================
#form-item-contact
============================*/
/*============================
#mw_wp_form_token
============================*/
.mw_wp_form input[type="submit"],
.mw_wp_form input.wpcf7c-btn-back {
  border: 0;
  font-size: 100%;
  margin-left: 20px;
  margin-right: 20px;
  cursor: pointer;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2); }

.mw_wp_form input.wpcf7c-btn-back {
  background-color: #666; }

.mw_wp_form input[type="submit"]:hover,
.mw_wp_form input.wpcf7c-btn-back {
  border: 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset; }

/*
.mw_wp_form input[type="submit"], 
.mw_wp_form input.wpcf7c-btn-back{ display:inline-block;font-size:100%; padding:0.8em 1.0em; margin-left:20px; margin-right:20px; background:#eee; color:#333; border-radius:4px; cursor:pointer; box-shadow:0 0 1px rgba(0,0,0,.2); border:1px solid #ccc; text-shadow:-1px 1px 0 rgba(255,255,255,1);}
.mw_wp_form input[type="submit"]:hover, 
.mw_wp_form input.wpcf7c-btn-back{box-shadow:0 0 1px rgba(0,0,0,.2) inset;}
*/
/*============================
pager
============================*/
.pager {
  clear: both;
  margin: 30px auto 0;
  font-size: 0.875em;
  text-align: center;
  color: #555; }

.pager li {
  list-style: none;
  display: inline;
  margin-top: 8px; }

.pager li + li {
  border-left: 1px solid #999999; }

ul.pager li a,
ul.pager li span {
  display: inline-block;
  line-height: 32px;
  margin: 0;
  padding: 0 16px;
  text-align: center;
  color: inherit; }

ul.pager li.prev span,
ul.pager li.next span,
ul.pager li.first span,
ul.pager li.last span {
  color: #999999; }

/* ----------------------------------------------------------------
archive 
---------------------------------------------------------------- */
.new {
  margin-right: 20px;
  margin-left: 20px;
  display: inline-block; }
  .new:before {
    display: inline-block;
    text-decoration: none;
    content: "NEW";
    width: auto;
    height: auto;
    color: #ff6b3d;
    font-size: 1.6rem;
    vertical-align: top;
    white-space: nowrap;
    font-weight: 300;
    font-style: normal; }

/*============================
post-date
============================*/
.post-category {
  display: inline-block;
  padding: 0 6px;
  margin-right: 0.5em;
  color: #9fc7ec;
  background-color: transparent;
  text-decoration: none;
  border: 1px solid #9fc7ec;
  font-size: 10px;
  line-height: 16px;
  vertical-align: middle; }
  @media only screen and (min-width: 1024px), print {
    .post-category {
      font-size: 12px;
      line-height: 24px; } }

.post-category a {
  color: inherit; }

.tab-content .post-category {
  margin: 0; }

.post-category a {
  text-decoration: none; }

.post-heading {
  margin-bottom: 4px;
  line-height: 28px;
  display: inline-block; }

/*============================
archive-img
============================*/
.archive-bnr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
  justify-content: center;
  flex-wrap: wrap; }
  @media only screen and (min-width: 1024px), print {
    .archive-bnr ul {
      flex-wrap: nowrap;
      column-gap: 18px; } }
  .archive-bnr ul li {
    flex-basis: 224px; }
    @media only screen and (min-width: 1024px), print {
      .archive-bnr ul li {
        flex-basis: auto;
        flex-wrap: nowrap;
        column-gap: 18px; } }
    .archive-bnr ul li img {
      width: 100%;
      height: auto; }

/*============================
archive-img
============================*/
ul.archive-img {
  display: block;
  clear: both;
  margin: 0 48px;
  padding-left: 0; }

ul.archive-img > li {
  list-style: none;
  margin: 10px 0 0;
  padding-left: 0; }

ul.archive-img > li a {
  display: block;
  text-decoration: none; }

ul.archive-img > li img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1.0; }

ul.archive-img > li p {
  margin: 0;
  line-height: 1.5; }

ul.archive-img > li h3.archive-img-caption,
ul.archive-img > li .archive-img-caption {
  margin: 10px auto 10px;
  padding: 0;
  text-align: center;
  position: static; }

ul.archive-img > li h3.archive-img-caption:before,
ul.archive-img > li .archive-img-caption:before {
  display: none; }

@media only screen and (min-width: 1024px), print {
  ul.archive-img {
    margin: 50px auto;
    width: 892px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    /* yoko */
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around; }

  ul.archive-img > li {
    list-style: none;
    justify-content: center;
    max-width: 406px;
    /* IE11 */
    width: 406px;
    /* IE11 */
    flex: 0 1 406px;
    margin: 40px 0 0; }

  ul.archive-img > li a {
    display: block;
    text-decoration: none; }

  ul.archive-img > li img {
    display: block;
    width: 100%;
    height: auto;
    line-height: 1.0; }

  ul.archive-img > li p {
    margin: 0;
    line-height: 1.5; } }
/*============================
archive2
============================*/
ul.archive2 {
  margin: 0;
  padding-left: 0;
  width: 100%;
  font-size: 1.6rem; }
  ul.archive2 li {
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    width: 100%; }
    @media only screen and (min-width: 1024px), print {
      ul.archive2 li {
        margin-top: 20px; } }
    ul.archive2 li:first-child {
      margin-top: 0; }
    ul.archive2 li a {
      text-decoration: none; }
      @media only screen and (min-width: 1024px), print {
        ul.archive2 li a {
          opacity: 1;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
          ul.archive2 li a:hover, ul.archive2 li a:focus {
            text-decoration: underline;
            opacity: 0.7;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out; }
            ul.archive2 li a:hover .post-heading .post-date, ul.archive2 li a:focus .post-heading .post-date {
              display: inline-block; } }
    ul.archive2 li a,
    ul.archive2 li .no-link {
      display: block;
      padding: 8px; }
      ul.archive2 li a h2.post-title,
      ul.archive2 li a h3.post-title,
      ul.archive2 li .no-link h2.post-title,
      ul.archive2 li .no-link h3.post-title {
        margin: 0;
        padding: 0;
        border: 0;
        font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
        font-weight: 300;
        font-size: 1.6rem;
        color: inherit;
        position: static; }
        ul.archive2 li a h2.post-title:before,
        ul.archive2 li a h3.post-title:before,
        ul.archive2 li .no-link h2.post-title:before,
        ul.archive2 li .no-link h3.post-title:before {
          display: none; }
    ul.archive2 li:nth-child(odd) a,
    ul.archive2 li:nth-child(odd) .no-link {
      background-color: #e8f2fb; }
    ul.archive2 li a:hover h2.post-title,
    ul.archive2 li a:hover h3.post-title {
      text-decoration: underline; }

/*============================
archive3
============================*/
.archive3 {
  margin: auto;
  text-align: center; }
  @media only screen and (min-width: 1024px), print {
    .archive3 {
      width: 100%; } }
  .archive3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 24px;
    justify-content: center;
    text-align: center; }
    @media only screen and (min-width: 1024px), print {
      .archive3 ul {
        row-gap: 30px;
        column-gap: 44px; } }
    @media screen and (max-width: 1023px) {
      .archive3 ul li {
        flex-basis: calc(50% - 24px);
        flex-basis: 240px; } }
    @media only screen and (min-width: 1024px), print {
      .archive3 ul li {
        flex-basis: 300px; } }
    .archive3 ul li a {
      text-decoration: none; }
      @media only screen and (min-width: 1024px), print {
        .archive3 ul li a {
          display: block;
          opacity: 1;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
          color: inherit; }
          .archive3 ul li a:hover, .archive3 ul li a:focus {
            text-decoration: none;
            opacity: 0.7;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out; }
            .archive3 ul li a:hover .post-heading .post-date, .archive3 ul li a:focus .post-heading .post-date {
              display: inline-block; } }
    .archive3 ul li .archive3-heading {
      width: 100%;
      padding: 0;
      background-color: #fff; }
      .archive3 ul li .archive3-heading .archive3-thumb img {
        width: 100%;
        height: auto; }
      .archive3 ul li .archive3-heading .archive3-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px auto 0;
        padding: 0;
        font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.7;
        letter-spacing: 0;
        background: none;
        text-align: center;
        color: #333333;
        border: 0; }
        @media only screen and (min-width: 1024px), print {
          .archive3 ul li .archive3-heading .archive3-title {
            font-size: 1.6rem; } }
        .archive3 ul li .archive3-heading .archive3-title:before, .archive3 ul li .archive3-heading .archive3-title:after {
          display: none; }
        .archive3 ul li .archive3-heading .archive3-title img {
          width: 100%;
          height: auto; }
  .archive3.archive3-second {
    margin: 60px auto; }
    @media only screen and (min-width: 1024px), print {
      .archive3.archive3-second ul {
        column-gap: 44px; } }
    @media screen and (max-width: 1023px) {
      .archive3.archive3-second ul li {
        flex-basis: calc(50% - 44px); } }
    @media only screen and (min-width: 1024px), print {
      .archive3.archive3-second ul li {
        flex-basis: 210px; } }
    .archive3.archive3-second ul li .archive3-heading {
      width: 100%;
      padding: 0;
      background-color: #fff; }
      .archive3.archive3-second ul li .archive3-heading .archive3-thumb img {
        width: 100%;
        height: auto; }
      .archive3.archive3-second ul li .archive3-heading .archive3-title {
        font-size: 1.4rem; }

/*
  .archive3>a {
  @include transition-base;
  }
  .archive3>a:hover,
  .archive3>a:focus {
  background-color:#ccc;	
  @include transition-hover;
  }
  .archive3>a:hover>article>.archive3-heading>h3.archive3-title,
  .archive3>a:focus>article>.archive3-heading>h3.archive3-title,
  .archive3>a:hover article p.archive3-txt,
  .archive3>a:focus article p.archive3-txt {
  color:#fff;
  }
  */
/*============================
archive4
============================*/
.archive4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 30px;
  grid-gap: 12px;
  padding: 0 50px;
  flex-direction: column;
  justify-content: center; }
  @media only screen and (min-width: 1024px), print {
    .archive4 ul {
      padding: 0 0;
      flex-direction: row;
      flex-wrap: wrap;
      column-gap: 56px; } }
  .archive4 ul li {
    text-align: center;
    flex-basis: 100%; }
    @media only screen and (min-width: 1024px), print {
      .archive4 ul li {
        flex-basis: 296px; } }
    .archive4 ul li .archive4-contents {
      padding: 10px 0 20px;
      background-color: #fff;
      border: 1px solid #799fc3; }
      @media only screen and (min-width: 1024px), print {
        .archive4 ul li .archive4-contents {
          padding: 20px 0 30px; } }
      .archive4 ul li .archive4-contents .archive4-thumb {
        width: 64%;
        margin: 0 18%;
        border-bottom: 1px solid #000; }
        @media only screen and (min-width: 1024px), print {
          .archive4 ul li .archive4-contents .archive4-thumb {
            width: 200px; } }
        .archive4 ul li .archive4-contents .archive4-thumb img {
          display: block;
          margin: 0 auto 16px;
          width: 120px; }
          @media only screen and (min-width: 1024px), print {
            .archive4 ul li .archive4-contents .archive4-thumb img {
              width: 160px;
              margin: 0 auto 16px; } }
        .archive4 ul li .archive4-contents .archive4-thumb span.archive4-thumb-txt {
          display: block;
          margin: 0 -1em 20px;
          padding: 0;
          font-family: "Noto Serif JP", 游明朝, " Yu Mincho ", YuMincho, " Hiragino Mincho ProN ", " Hiragino Mincho Pro ", " HGS明朝E ", " メイリオ ", Meiryo, serif;
          font-size: 1.2rem;
          font-weight: 300;
          line-height: 1.8;
          letter-spacing: 0.1em;
          background: none;
          color: #333333;
          border: 0; }
          @media only screen and (min-width: 1024px), print {
            .archive4 ul li .archive4-contents .archive4-thumb span.archive4-thumb-txt {
              margin-bottom: 20px;
              font-size: 1.5rem; } }
      .archive4 ul li .archive4-contents .archive4-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        margin: 10px 0 15px;
        padding: 0;
        font-family: "Noto Serif JP", 游明朝, " Yu Mincho ", YuMincho, " Hiragino Mincho ProN ", " Hiragino Mincho Pro ", " HGS明朝E ", " メイリオ ", Meiryo, serif;
        font-size: 1.4rem;
        font-weight: 300;
        line-height: 1.4;
        letter-spacing: 0.1em;
        background: none;
        color: #333333;
        border: 0; }
        @media only screen and (min-width: 1024px), print {
          .archive4 ul li .archive4-contents .archive4-title {
            margin: 15px 0 20px;
            font-size: 2.1rem; } }
        .archive4 ul li .archive4-contents .archive4-title:before, .archive4 ul li .archive4-contents .archive4-title:after {
          display: none; }
        .archive4 ul li .archive4-contents .archive4-title span em {
          font-family: "Didact Gothic", Helvetica, Arial, sans-serif;
          font-weight: 400;
          font-size: 1.7rem;
          color: #8ac23a;
          -webkit-text-stroke: 1px #000;
          text-stroke: 1px #000;
          padding-right: .5em; }
          @media only screen and (min-width: 1024px), print {
            .archive4 ul li .archive4-contents .archive4-title span em {
              font-size: 2.6rem; } }
      .archive4 ul li .archive4-contents p {
        margin: 0;
        font-family: "Noto Serif JP", 游明朝, " Yu Mincho ", YuMincho, " Hiragino Mincho ProN ", " Hiragino Mincho Pro ", " HGS明朝E ", " メイリオ ", Meiryo, serif;
        font-size: 1.0rem;
        font-weight: 300;
        line-height: 1.8;
        letter-spacing: 0.2em; }
        @media only screen and (min-width: 1024px), print {
          .archive4 ul li .archive4-contents p {
            font-size: 1.3rem; } }

/*============================
archive4-service company
============================*/
.archive4-service ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 30px;
  padding: 0 50px;
  flex-direction: column; }
  @media only screen and (min-width: 1024px), print {
    .archive4-service ul {
      padding: 0 0;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: flex-start;
      column-gap: 56px; } }
  .archive4-service ul li {
    text-align: center;
    flex-basis: 100%; }
    @media only screen and (min-width: 1024px), print {
      .archive4-service ul li {
        flex-basis: 296px; } }
    .archive4-service ul li .archive4-contents {
      padding: 10px 8px 20px; }
      @media only screen and (min-width: 1024px), print {
        .archive4-service ul li .archive4-contents {
          padding: 20px 8px 30px; } }
      .archive4-service ul li .archive4-contents .archive4-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        margin: 10px 0 15px;
        padding: 20px 0 0;
        font-family: "Noto Serif JP", 游明朝, " Yu Mincho ", YuMincho, " Hiragino Mincho ProN ", " Hiragino Mincho Pro ", " HGS明朝E ", " メイリオ ", Meiryo, serif;
        font-size: 1.4rem;
        font-weight: 300;
        line-height: 1.4;
        letter-spacing: 0.1em;
        background: none;
        color: #333333;
        border: 0;
        position: relative; }
        @media only screen and (min-width: 1024px), print {
          .archive4-service ul li .archive4-contents .archive4-title {
            margin: 15px 0 20px;
            font-size: 2.1rem; } }
        .archive4-service ul li .archive4-contents .archive4-title:before {
          display: block;
          content: "";
          width: 50%;
          margin: 0;
          border-bottom: 2px solid #799fc3;
          position: absolute;
          top: 0;
          left: 50%;
          margin-left: -25%; }
        .archive4-service ul li .archive4-contents .archive4-title:after {
          display: none; }
        .archive4-service ul li .archive4-contents .archive4-title span em {
          font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
          font-size: 1.7rem;
          color: #799fc3;
          letter-spacing: -0.1em;
          -webkit-text-stroke: 1px #000;
          text-stroke: 1px #000;
          padding-right: .5em; }
          @media only screen and (min-width: 1024px), print {
            .archive4-service ul li .archive4-contents .archive4-title span em {
              font-size: 2.6rem; } }
      .archive4-service ul li .archive4-contents .archive4-thumb {
        width: 64%;
        margin: 30px 18%; }
        @media only screen and (min-width: 1024px), print {
          .archive4-service ul li .archive4-contents .archive4-thumb {
            width: 190px; } }
        .archive4-service ul li .archive4-contents .archive4-thumb img {
          display: block;
          margin: 0 auto 16px;
          width: 120px; }
          @media only screen and (min-width: 1024px), print {
            .archive4-service ul li .archive4-contents .archive4-thumb img {
              width: 160px;
              margin: 0 auto 10px; } }
        .archive4-service ul li .archive4-contents .archive4-thumb span.archive4-thumb-txt {
          display: block;
          margin-bottom: 20px;
          padding: 0;
          font-family: "Noto Serif JP", 游明朝, " Yu Mincho ", YuMincho, " Hiragino Mincho ProN ", " Hiragino Mincho Pro ", " HGS明朝E ", " メイリオ ", Meiryo, serif;
          font-size: 1.2rem;
          font-weight: 300;
          line-height: 1.6;
          letter-spacing: 0.1em;
          background: none;
          color: #333333;
          border: 0; }
          @media only screen and (min-width: 1024px), print {
            .archive4-service ul li .archive4-contents .archive4-thumb span.archive4-thumb-txt {
              margin-bottom: 20px;
              font-size: 1.5rem; } }
      .archive4-service ul li .archive4-contents p {
        margin: 0;
        font-family: "Noto Serif JP", 游明朝, " Yu Mincho ", YuMincho, " Hiragino Mincho ProN ", " Hiragino Mincho Pro ", " HGS明朝E ", " メイリオ ", Meiryo, serif;
        font-size: 1.0rem;
        font-weight: 300;
        line-height: 1.8;
        letter-spacing: 0.1em; }
        @media only screen and (min-width: 1024px), print {
          .archive4-service ul li .archive4-contents p {
            font-size: 1.3rem; } }

/*============================
archive5
flex media + date + title
============================*/
.archive5 {
  position: relative;
  clear: both;
  margin: 0 0 40px;
  padding: 0;
  width: 100%;
  line-height: 1.5;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  /* yoko */
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 20px;
  grid-row: 20px;
  grid-row-gap: 20px; }
  @media only screen and (min-width: 1024px), print {
    .archive5 {
      margin: 0 0 40px;
      column-gap: 40px;
      grid-row: 40px;
      grid-row-gap: 40px; } }
  .archive5 article {
    flex: 0 1 calc(50% - 10px);
    position: relative;
    list-style: none;
    display: flex; }
    @media only screen and (min-width: 1024px), print {
      .archive5 article {
        flex: 0 1 340px; } }
    .archive5 article a {
      display: block;
      text-decoration: none;
      border: 1px solid #F1F1F1; }
      .archive5 article a .archive5-thumb {
        padding: 0; }
        .archive5 article a .archive5-thumb img {
          width: 100%;
          height: auto;
          vertical-align: top; }
        .archive5 article a .archive5-thumb i.i-new {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 0;
          height: 0;
          border-width: 0 0 60px 60px;
          border-style: solid;
          font-style: normal;
          border-color: transparent transparent transparent #ff6b3d; }
          .archive5 article a .archive5-thumb i.i-new span {
            content: '';
            display: inline-block;
            position: absolute;
            top: 8px;
            left: -52px;
            width: 3em;
            font-size: 1.0rem;
            font-weight: 400;
            color: #fff;
            line-height: 1.0; }
      .archive5 article a div.archive5-heading {
        padding: 4px 8px; }
        @media only screen and (min-width: 1024px), print {
          .archive5 article a div.archive5-heading {
            padding: 8px 16px; } }
        .archive5 article a div.archive5-heading span.archive5-date {
          display: inline-block;
          font-size: 1.2rem;
          color: #000000; }
          @media only screen and (min-width: 1024px), print {
            .archive5 article a div.archive5-heading span.archive5-date {
              font-size: 1.4rem; } }
        .archive5 article a div.archive5-heading h3.archive5-title {
          margin: 0;
          padding: 0;
          border: 0;
          font-size: 1.4rem;
          line-height: 1.5; }
          @media only screen and (min-width: 1024px), print {
            .archive5 article a div.archive5-heading h3.archive5-title {
              font-size: 1.6rem; } }
      .archive5 article a div.archive5-txt {
        margin: -8px 0 0;
        padding: 0 8px 8px; }
        @media only screen and (min-width: 1024px), print {
          .archive5 article a div.archive5-txt {
            padding: 0 16px 16px; } }
        .archive5 article a div.archive5-txt p {
          margin: 0;
          font-size: 1.3rem; }
          @media only screen and (min-width: 1024px), print {
            .archive5 article a div.archive5-txt p {
              font-size: 1.4rem; } }
          .archive5 article a div.archive5-txt p + p {
            margin-top: 8px; }

@media only screen and (min-width: 1024px), print {
  .archive5 a {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }

  .archive5 a:hover,
  .archive5 a:focus {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background-color: #F8F8F5; }

  .archive5 a:hover img {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }

  .archive5 a:hover .i-new,
  .archive5 a:focus .i-new,
  .archive5 a:hover .i-new > span,
  .archive5 a:focus .i-new > span {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; } }
/*============================
.archive6
present
============================*/
.archive6 {
  padding: 0px; }
  @media only screen and (min-width: 1024px), print {
    .archive6 {
      padding: 0;
      margin: 0 auto;
      padding: 0;
      max-width: 1000px; } }
  .archive6 ul {
    margin: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 10px;
    row-gap: 15px;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap; }
    @media only screen and (min-width: 1024px), print {
      .archive6 ul {
        margin: 60px 0;
        flex-direction: row;
        flex-wrap: nowrap;
        column-gap: 32px; } }
    .archive6 ul li {
      border: 1px solid #CCCCCC;
      flex-basis: 100%;
      background-color: #fff;
      position: relative; }
      @media only screen and (min-width: 1024px), print {
        .archive6 ul li {
          flex-basis: calc(33.33333333% - 32px); } }
      .archive6 ul li .archive6-contents {
        display: flex;
        width: 100%; }
        .archive6 ul li .archive6-contents .archive6-thumb {
          flex-basis: 105px;
          padding: 15px 10px 10px 15px; }
          @media only screen and (min-width: 1024px), print {
            .archive6 ul li .archive6-contents .archive6-thumb {
              flex-basis: 105px; } }
          .archive6 ul li .archive6-contents .archive6-thumb img {
            width: 80px;
            height: auto; }
            @media only screen and (min-width: 1024px), print {
              .archive6 ul li .archive6-contents .archive6-thumb img {
                width: 80px; } }
        .archive6 ul li .archive6-contents .archive6-txt {
          display: flex;
          flex-direction: column;
          text-align: left;
          width: calc(100% - 105px);
          padding: 10px 10px 58px 0px; }
          @media only screen and (min-width: 1024px), print {
            .archive6 ul li .archive6-contents .archive6-txt {
              padding: 10px 10px 50px 0px; } }
          .archive6 ul li .archive6-contents .archive6-txt h3.archive6-title {
            font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
            font-weight: 300;
            font-size: 1.3rem;
            border: 0;
            padding: 0;
            margin: 0 0 0px; }
            @media only screen and (min-width: 1024px), print {
              .archive6 ul li .archive6-contents .archive6-txt h3.archive6-title {
                font-size: 1.8rem; } }
            .archive6 ul li .archive6-contents .archive6-txt h3.archive6-title:before, .archive6 ul li .archive6-contents .archive6-txt h3.archive6-title:after {
              display: none; }
          .archive6 ul li .archive6-contents .archive6-txt p {
            margin: 10px 0 0;
            font-size: 1.0rem; }
            @media only screen and (min-width: 1024px), print {
              .archive6 ul li .archive6-contents .archive6-txt p {
                font-size: 1.2rem; } }
            .archive6 ul li .archive6-contents .archive6-txt p.archive6-btn {
              position: absolute;
              bottom: 10px;
              right: 0px; }
              .archive6 ul li .archive6-contents .archive6-txt p.archive6-btn a.btn.btn-dl {
                min-width: 110px;
                font-family: "Didact Gothic", Helvetica, Arial, sans-serif;
                font-weight: 700;
                font-size: 1.0rem;
                line-height: 3.2rem;
                text-align: left; }
                @media only screen and (min-width: 1024px), print {
                  .archive6 ul li .archive6-contents .archive6-txt p.archive6-btn a.btn.btn-dl {
                    min-width: 130px;
                    font-size: 1.2rem;
                    line-height: 1.4rem; } }
                .archive6 ul li .archive6-contents .archive6-txt p.archive6-btn a.btn.btn-dl i {
                  position: absolute;
                  font-size: 1.6rem;
                  right: 10px;
                  top: 50%;
                  margin-top: -10px; }
                  @media only screen and (min-width: 1024px), print {
                    .archive6 ul li .archive6-contents .archive6-txt p.archive6-btn a.btn.btn-dl i {
                      font-size: 1.6rem;
                      margin-top: -10px; } }

/*============================
archive7
voice circle
============================*/
.archive7 {
  margin: 20px auto; }
  @media only screen and (min-width: 1024px), print {
    .archive7 {
      margin: 40px auto 20px;
      max-width: 1000px; } }
  .archive7 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    row-gap: 32px;
    column-gap: 10px;
    justify-content: center;
    text-align: center; }
    @media only screen and (min-width: 1024px), print {
      .archive7 ul {
        column-gap: 32px; } }
    @media screen and (max-width: 1023px) {
      .archive7 ul li {
        flex-basis: calc(50% - 15px);
        max-width: 170px; } }
    @media only screen and (min-width: 1024px), print {
      .archive7 ul li {
        flex-basis: 226px; } }
    .archive7 ul li a {
      display: block;
      text-decoration: none; }
      @media only screen and (min-width: 1024px), print {
        .archive7 ul li a {
          opacity: 1;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
          .archive7 ul li a:hover, .archive7 ul li a:focus {
            opacity: 0.7;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out; } }
      .archive7 ul li a .archive7-contents .archive7-thumb {
        width: 100px;
        height: 100px;
        margin: 0 auto 20px;
        border-radius: 50%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block; }
        @media only screen and (min-width: 1024px), print {
          .archive7 ul li a .archive7-contents .archive7-thumb {
            width: 160px;
            height: 160px; } }
      .archive7 ul li a .archive7-contents div.archive7-txt {
        text-align: left; }
        .archive7 ul li a .archive7-contents div.archive7-txt h3.archive7-title {
          font-weight: 300;
          font-size: 1.1rem;
          margin: 0;
          padding: 0;
          border: 0; }
          @media only screen and (min-width: 1024px), print {
            .archive7 ul li a .archive7-contents div.archive7-txt h3.archive7-title {
              font-size: 1.5rem; } }
          .archive7 ul li a .archive7-contents div.archive7-txt h3.archive7-title:before, .archive7 ul li a .archive7-contents div.archive7-txt h3.archive7-title:after {
            display: none; }
        .archive7 ul li a .archive7-contents div.archive7-txt p.archive7-cat {
          margin: 0;
          padding: 0;
          vertical-align: middle; }
          .archive7 ul li a .archive7-contents div.archive7-txt p.archive7-cat span {
            display: inline-block;
            padding: 1px 1.0em 3px;
            font-size: 1.0rem;
            line-height: 1.2;
            vertical-align: middle;
            background-color: #799fc3;
            color: #fff; }
            @media only screen and (min-width: 1024px), print {
              .archive7 ul li a .archive7-contents div.archive7-txt p.archive7-cat span {
                font-size: 1.2rem; } }

/*============================
archive-media
============================*/
.archive-media {
  padding: 20px 8px 8px; }
  @media only screen and (min-width: 1024px), print {
    .archive-media {
      padding: 32px; } }
  .archive-media article h2.titleLine,
  .archive-media article h3.titleLine {
    margin: 0 0 20px;
    padding: 0;
    font-size: 1.4rem;
    border: 0; }
    @media only screen and (min-width: 1024px), print {
      .archive-media article h2.titleLine,
      .archive-media article h3.titleLine {
        font-size: 2.0rem; } }
    .archive-media article h2.titleLine time,
    .archive-media article h3.titleLine time {
      font-size: 1.0rem; }
      @media only screen and (min-width: 1024px), print {
        .archive-media article h2.titleLine time,
        .archive-media article h3.titleLine time {
          font-size: 1.4rem; } }
    .archive-media article h2.titleLine a,
    .archive-media article h3.titleLine a {
      text-decoration: none; }
      @media only screen and (min-width: 1024px), print {
        .archive-media article h2.titleLine a,
        .archive-media article h3.titleLine a {
          opacity: 1;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
          .archive-media article h2.titleLine a:hover, .archive-media article h2.titleLine a:focus,
          .archive-media article h3.titleLine a:hover,
          .archive-media article h3.titleLine a:focus {
            text-decoration: underline;
            opacity: 0.7;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out; } }
  .archive-media article .post-content * {
    margin-top: 0px; }

/*============================
faq
============================*/
.qa-lay {
  margin-top: 25px;
  margin-top: 15px;
  padding: 10px 10px;
  background-color: #fff;
  border: 1px solid #CCCCCC; }
  @media only screen and (min-width: 1024px), print {
    .qa-lay {
      margin-top: 35px;
      margin-top: 40px;
      padding: 20px 25px; } }

.qa-lay + .qa-lay {
  margin-top: 15px; }
  @media only screen and (min-width: 1024px), print {
    .qa-lay + .qa-lay {
      margin-top: 40px; } }

h2.qa-q,
h3.qa-q {
  position: relative;
  margin: 0 0 10px;
  padding: 3px 0 10px 36px;
  border: 0;
  border-bottom: 1px solid #CCCCCC;
  color: #333333;
  font-size: 1.3rem; }
  @media only screen and (min-width: 1024px), print {
    h2.qa-q,
    h3.qa-q {
      margin: 0 0 20px;
      padding: 10px 0 15px 68px;
      font-size: 2.0rem; } }

.qa-a {
  position: relative;
  margin: 0;
  padding: 0 0 0 36px;
  border: 0;
  font-size: 1.2rem; }
  @media only screen and (min-width: 1024px), print {
    .qa-a {
      padding: 0 0 0 68px;
      font-size: 1.6rem; } }

h2.qa-q::before,
h3.qa-q::before,
.qa-a::before {
  display: none; }

h2.qa-q::after,
h3.qa-q::after,
.qa-a::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  font-size: 2.3rem;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
  font-family: "Didact Gothic", Helvetica, Arial, sans-serif; }
  @media only screen and (min-width: 1024px), print {
    h2.qa-q::after,
    h3.qa-q::after,
    .qa-a::after {
      width: 60px;
      height: 60px;
      font-size: 3.6rem; } }

h2.qa-q::after,
h3.qa-q::after {
  content: "Q.";
  color: #799fc3; }

.qa-a::after {
  top: -2px;
  content: "A.";
  color: #999999; }

.qa-a h3, .qa-a h4, .qa-a h5, .qa-a h6, .qa-a p, .qa-a ul, .qa-a ol, .qa-a dl, .qa-a table, .qa-a .box, .qa-a .box-sen {
  margin-top: 10px; }

/* block */
/* ----------------------------------------------------------------
archive 
---------------------------------------------------------------- */
/*============================
#socialBtn
============================*/
.socialBtn .socialBtnIn {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  margin: 0 auto 24px; }
  @media only screen and (min-width: 1024px), print {
    .socialBtn .socialBtnIn {
      justify-content: flex-end;
      margin: 0 auto 48px; } }

/*============================
#socialBtn
============================*/
.social-btn {
  clear: both;
  margin: 0 auto; }
  @media only screen and (min-width: 1024px), print {
    .social-btn {
      margin: 0 auto; } }

.column-main .social-btn {
  margin: 24px auto; }
  @media only screen and (min-width: 1024px), print {
    .column-main .social-btn {
      margin: 48px auto; } }

.social-btn ul {
  display: flex;
  justify-content: flex-end;
  column-gap: 8px;
  margin: 0 auto;
  padding: 0; }
  @media only screen and (min-width: 1024px), print {
    .social-btn ul {
      margin: 0 auto;
      column-gap: 16px; } }
  .social-btn ul li {
    margin: 0;
    padding: 0;
    list-style: none; }
    .social-btn ul li a i {
      font-size: 4.8rem; }
    .social-btn ul li a.sns-twitter i {
      color: #55acee; }
    .social-btn ul li a.sns-facebook i {
      color: #3b5998; }
    .social-btn ul li a.sns-pocket i {
      color: #ef3f56; }
    .social-btn ul li a.sns-line i {
      color: #1dcd00; }
    .social-btn ul li a.sns-hatena i {
      color: #00a4de; }

/* ----------------------------------------------------------------
entry
---------------------------------------------------------------- */
/* -----------------------
entry-meta-top
----------------------- */
.entry-mainimg-interview img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

div.entry-meta-interview {
  margin: 24px 4px 0; }
  div.entry-meta-interview dl.entry-meta-info dt.entry-meta-info-name {
    font-family: "Noto Serif JP", 游明朝, " Yu Mincho ", YuMincho, " Hiragino Mincho ProN ", " Hiragino Mincho Pro ", " HGS明朝E ", " メイリオ ", Meiryo, serif;
    font-size: 2.0rem;
    font-weight: 300;
    clear: both; }
  div.entry-meta-interview dl.entry-meta-info dd.entry-meta-info-txt {
    margin-top: 0px;
    font-family: "Noto Serif JP", 游明朝, " Yu Mincho ", YuMincho, " Hiragino Mincho ProN ", " Hiragino Mincho Pro ", " HGS明朝E ", " メイリオ ", Meiryo, serif;
    font-size: 1.7rem;
    font-weight: 300; }

/* -----------------------
entry-meta-top
----------------------- */
@media only screen and (min-width: 1024px), print {
  .entry-meta-top {
    display: flex;
    justify-content: space-between; } }
.entry-meta-top {
  font-size: 1.2rem;
  text-align: left;
  margin: 30px 0;
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 1024px), print {
    .entry-meta-top {
      font-size: 1.6rem;
      margin-bottom: 48px;
      flex-direction: row;
      justify-content: space-between; } }
  .entry-meta-top + .entry-meta-top {
    margin-top: -22px; }
    @media only screen and (min-width: 1024px), print {
      .entry-meta-top + .entry-meta-top {
        margin-top: -40px; } }

.entry-meta-top time {
  margin-right: 1em; }

/* single-cat-label */
.single-cat-label a,
.single-cat-label .cat-name {
  text-decoration: none;
  display: inline-block;
  min-width: 8em;
  padding: 0px 4px;
  margin-left: 0;
  margin-right: 8px;
  color: #fff;
  border-radius: 1px;
  color: #9fc7ec;
  border: 1px solid #9fc7ec;
  background-color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
  border-radius: 0; }
  @media only screen and (min-width: 1024px), print {
    .single-cat-label a,
    .single-cat-label .cat-name {
      padding: 0 4px;
      margin-right: 0;
      margin-left: 8px;
      text-decoration: none;
      font-size: 14px;
      line-height: 20px; } }

/* post-categories */
ul.post-categories {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 0; }
  ul.post-categories li {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 1.2rem; }
    ul.post-categories li a {
      display: inline-block;
      color: #000;
      background-color: transparent;
      border: 1px solid #989898;
      padding: 0 6px;
      margin-right: 1em;
      vertical-align: middle;
      font-size: 1.2rem;
      line-height: 2.4rem;
      text-decoration: none; }

/* -----------------------
entry-meta-bottom
----------------------- */
.entry-meta-bottom {
  margin: 30px 0 0; }
  .entry-meta-bottom p {
    margin-top: 0; }

.one-column .entry-meta-bottom {
  padding: 0 3.125% 30px; }

@media only screen and (min-width: 1024px), print {
  .entry-meta-bottom {
    margin: 80px 0 0; }

  .one-column .entry-meta-bottom {
    min-width: inherit;
    width: 960px;
    margin: 80px auto 80px;
    padding: 0; } }
/* page */
/* ==========================
lay-inner
============================= */
@media only screen and (min-width: 1024px), print {
  .lay-inner {
    width: 760px;
    margin-left: auto;
    margin-right: auto; } }
/* ==========================
img cap
============================= */
p.imgRcap {
  float: right;
  margin: 5px 0 20px 40px;
  font-size: 1.2rem; }

p.imgLcap {
  float: left;
  margin: 5px 40px 20px 0;
  font-size: 1.2rem; }

p.imgRcap img,
p.imgLcap img {
  display: block;
  margin-bottom: 3px; }

/* ==========================
voice
============================= */
.voicelead {
  background: url(../../images/borderBg.gif) repeat 0 0;
  padding: 10px 10px;
  margin: 0 auto 20px;
  border-radius: 5px;
  text-align: center; }
  @media only screen and (min-width: 1024px), print {
    .voicelead {
      padding: 30px 100px;
      width: 840px;
      text-align: left; } }
  .voicelead p {
    margin: 0; }
  .voicelead img {
    margin: 0 auto;
    text-align: center; }

.voicelead h3,
.voicelead h2.voiceTitle,
.voicelead h1.voiceTitle {
  font-family: "Noto Serif JP", 游明朝, " Yu Mincho ", YuMincho, " Hiragino Mincho ProN ", " Hiragino Mincho Pro ", " HGS明朝E ", " メイリオ ", Meiryo, serif;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  background: url(../../images/icVoice.png) no-repeat 0 10px;
  margin: 0px 0;
  padding: 10px 0 10px 60px;
  color: #000;
  border: 0;
  text-align: left; }
  @media only screen and (min-width: 1024px), print {
    .voicelead h3,
    .voicelead h2.voiceTitle,
    .voicelead h1.voiceTitle {
      margin: 15px 0;
      font-size: 2.4rem; } }

.voicelead p.voiceName {
  background: #8ac23a;
  padding: 5px 10px;
  margin: 0;
  font-size: 1.1rem;
  text-align: left;
  color: #ffffff;
  display: inline-block;
  float: right;
  border-radius: 5px; }
  @media only screen and (min-width: 1024px), print {
    .voicelead p.voiceName {
      font-size: 1.8rem; } }
  .voicelead p.voiceName .fontS {
    font-size: 1.1rem; }
    @media only screen and (min-width: 1024px), print {
      .voicelead p.voiceName .fontS {
        font-size: 1.4rem; } }

.voicePerson {
  background: #999999;
  color: #fff;
  padding: 0 5px;
  margin-right: 0.5em;
  border-radius: 5px;
  display: inline-block; }

.staffVoiceBox {
  background: #FCFCFC;
  padding: 24px;
  margin: 40px 0 20px;
  border: 5px solid #f2f2f2;
  border-radius: 5px;
  font-size: 1.4rem; }
  .staffVoiceBox h3, .staffVoiceBox h4, .staffVoiceBox h5, .staffVoiceBox h6 {
    margin-top: 0;
    margin-bottom: 16px; }
  .staffVoiceBox p {
    margin-top: 10px; }

.lead-index2-sub {
  padding: 20px 15px 0;
  margin-bottom: 30px;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  border: 6px solid #f7f7f7;
  border-top: 0; }

.lead-index2-sub h3.voiceBnrTitle {
  margin: 0;
  border-left: none;
  font-size: 16px;
  background: url(../../images/icVoiceQuestion.png) no-repeat 0 0;
  padding: 0 0 10px 60px;
  min-height: 34px;
  color: #4A7BA8; }

.lead-index2-sub h3.voiceBnrTitle img {
  margin-left: 20px;
  margin-top: 0;
  float: right; }

.colRadius h4 {
  display: block;
  background: #f2f2f2;
  padding: 10px;
  border-radius: 10px; }

.colRadius div.inner {
  border: 2px solid #eeeeee;
  padding: 15px 15px 0;
  margin-bottom: 30px;
  border-radius: 10px; }

.colRadius div.inner20 {
  border: 2px solid #eeeeee;
  padding: 20px 20px 10px;
  margin-bottom: 30px;
  border-radius: 0; }

/* ==========================
fukidashi-takeuchi
============================= */
.fukidashi-takeuchi {
  background-image: url(../../images/hukidashi_takeuchi.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 150px;
  margin-bottom: 20px;
  display: table;
  width: 520px;
  height: 214px; }

.fukidashi-takeuchi-in {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  background-color: #F0F8FF;
  border-radius: 5px;
  padding: 16px 24px 4px;
  height: 194px; }

.fukidashi-takeuchi-in:before {
  left: -15px;
  top: 10%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
  border-right: solid 15px #F0F8FF;
  margin-top: 0; }

/* ==========================
accordion
============================= */
ul.accordion {
  margin: 0;
  padding: 0; }
  ul.accordion li {
    background: none;
    list-style: none;
    margin: 0 0 10px;
    padding: 0; }
    @media only screen and (min-width: 1024px), print {
      ul.accordion li {
        margin: 0 0 20px; } }
    ul.accordion li h4 {
      margin: 0;
      padding: 0;
      border: 0; }
      ul.accordion li h4.toggle {
        display: block;
        background: #eeeeee url(../../images/icPlus.png) no-repeat 16px 10px;
        padding: 8px 16px 8px 60px;
        border-radius: 10px; }
    ul.accordion li .inner {
      border: 2px solid #eeeeee;
      padding: 10px 10px;
      margin: 0;
      border-radius: 10px; }
      @media only screen and (min-width: 1024px), print {
        ul.accordion li .inner {
          padding: 24px 32px; } }
      ul.accordion li .inner p {
        margin-top: 0; }

ul.accordion h4.toggle:hover {
  background: #cccccc url(../../images/icPlus.png) no-repeat 16px 10px; }

ul.accordion h4.toggle.open {
  background: #eeeeee url(../../images/icMinus.png) no-repeat 16px 10px; }

ul.accordion h4.toggle.open:hover {
  background: #cccccc url(../../images/icMinus.png) no-repeat 16px 10px; }

/* ==========================
box
============================= */
div.boxBold {
  border: 4px solid #eeeeee;
  padding: 20px 20px 5px;
  margin-bottom: 20px; }

div.boxRedNote {
  border: 4px solid #C00;
  background: #F8F7F3;
  padding: 20px;
  margin-bottom: 20px;
  color: #C00; }

div.noteBox {
  padding: 10px 10px 0;
  margin-bottom: 20px;
  font-size: 12px;
  background: #f2f2f2;
  overflow: hidden;
  color: #333333; }

div.noteBox p {
  margin-bottom: 10px; }

div.linkBox {
  padding: 5px 20px 0;
  margin-bottom: 20px;
  background: #f2f2f2;
  overflow: hidden;
  display: inline-block; }

div.linkBox p {
  margin-bottom: 5px; }

div.linkBox a {
  text-decoration: underline;
  background: url(../../images/arw01.gif) no-repeat left center;
  padding-left: 15px; }

a.linkBtnGrn {
  display: block;
  padding: 16px 16px;
  text-decoration: underline;
  padding-left: 15px;
  background-image: url(../../images/arw05-white.png);
  background-repeat: no-repeat;
  background-position: 630px center;
  background-color: #81B839;
  color: #fff;
  text-decoration: none;
  font-size: 18px; }

a.linkBtnBeige {
  display: block;
  padding: 16px 16px;
  text-decoration: underline;
  padding-left: 15px;
  background-image: url(../../images/arw05-green.png);
  background-repeat: no-repeat;
  background-position: 638px center;
  background-color: #F2F1EE;
  color: #000;
  text-decoration: none;
  font-size: 18px; }

a.linkBtnBeige:hover {
  background-image: url(../../images/arw05-white.png);
  background-color: #81B839;
  color: #fff; }

/* ==========================
colFlow
============================= */
.colFlow {
  text-align: center;
  margin: 20px auto;
  background: #EFECE3;
  color: #000; }
  @media only screen and (min-width: 1024px), print {
    .colFlow {
      width: 670px;
      margin: 30px auto; } }

.colFlow h2,
.colFlow h3 {
  background: #6EA600;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 10px 10px;
  text-align: center;
  border: 0; }
  @media only screen and (min-width: 1024px), print {
    .colFlow h2,
    .colFlow h3 {
      font-size: 2.2rem; } }

.colFlow ul {
  padding: 8px;
  margin: 0; }
  @media only screen and (min-width: 1024px), print {
    .colFlow ul {
      padding: 20px; } }

.colFlow ul li,
.colFlow ul li {
  list-style: none;
  background: url(../../images/arw02.png) no-repeat center bottom;
  padding: 0 0 30px;
  margin-bottom: 10px;
  font-size: 1.3rem;
  position: relative; }
  @media only screen and (min-width: 1024px), print {
    .colFlow ul li,
    .colFlow ul li {
      font-size: 1.6rem; } }

.colFlow ul li.last {
  background: none;
  list-style: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.colFlow dl dt {
  background: #F8F7F3;
  color: #333;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0;
  padding: 5px;
  text-align: center;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-radius: 5px 5px 0 0; }
  @media only screen and (min-width: 1024px), print {
    .colFlow dl dt {
      font-size: 1.8rem; } }

.colFlow dl dd {
  background: #ffffff;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-radius: 0 0 5px 5px; }

.colFlow dl dd.mitsumori {
  text-align: left; }

.colFlow p.single {
  margin: 0;
  padding: 5px;
  text-align: center;
  background: #F8F7F3;
  color: #333;
  font-size: 1.3rem;
  font-weight: bold;
  border: 1px solid #cccccc;
  border-radius: 5px; }
  @media only screen and (min-width: 1024px), print {
    .colFlow p.single {
      font-size: 1.8rem; } }

.colFlow .telTxt {
  color: #6EA600;
  background: url(../../images/teltxt.png) no-repeat left 5px;
  padding-left: 24px;
  padding-right: 20px;
  font-size: 24px;
  font-weight: bold; }

.colFlow .priceTxt {
  color: #6EA600;
  font-weight: bold;
  padding: 0 4px; }

.colFlow .flow03 {
  width: 159px;
  height: 106px; }
  @media only screen and (min-width: 1024px), print {
    .colFlow .flow03 {
      position: absolute;
      top: -35px;
      bottom: auto;
      right: 10px;
      width: 159px;
      height: 106px; } }

.colFlow .flow05 {
  position: absolute;
  top: -35px;
  right: -8px;
  width: 90px;
  height: 111px; }
  @media only screen and (min-width: 1024px), print {
    .colFlow .flow05 {
      top: -35px;
      left: 115px;
      right: auto;
      width: 90px;
      height: 111px; } }

/* ==========================
colFlow-mitsumori
============================= */
.colflow-mitsumori {
  margin: 30px 0; }
  @media only screen and (min-width: 1024px), print {
    .colflow-mitsumori {
      margin: 60px 0; } }
  .colflow-mitsumori ul {
    padding: 0;
    margin: 0 0 5px; }
    .colflow-mitsumori ul li {
      background: none;
      list-style: none;
      list-style-image: none;
      margin: 0;
      padding: 0;
      position: relative; }
      @media only screen and (min-width: 1024px), print {
        .colflow-mitsumori ul li {
          font-size: 1.8rem; } }
      .colflow-mitsumori ul li dl dt, .colflow-mitsumori ul li dl.mitsumori2 {
        background: #F8F7F3;
        color: #333;
        font-size: 1.6rem;
        font-weight: bold;
        margin: 0;
        padding: 10px 10px 0;
        border-top: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        border-radius: 5px 5px 0 0; }
        @media only screen and (min-width: 1024px), print {
          .colflow-mitsumori ul li dl dt, .colflow-mitsumori ul li dl.mitsumori2 {
            padding: 10px 20px 0;
            font-size: 2.0rem; } }
      .colflow-mitsumori ul li dl dd, .colflow-mitsumori ul li dl.mitsumori2 {
        background: #F8F7F3;
        padding: 10px;
        border-bottom: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        border-radius: 0 0 5px 5px; }
        @media only screen and (min-width: 1024px), print {
          .colflow-mitsumori ul li dl dd, .colflow-mitsumori ul li dl.mitsumori2 {
            padding: 10px 20px; } }
        .colflow-mitsumori ul li dl dd span.priceTxt, .colflow-mitsumori ul li dl.mitsumori2 span.priceTxt {
          color: #6EA600;
          font-weight: bold;
          padding: 0 4px; }
        .colflow-mitsumori ul li dl dd img.flow03, .colflow-mitsumori ul li dl.mitsumori2 img.flow03 {
          float: right;
          margin-left: 4px; }
          @media only screen and (min-width: 1024px), print {
            .colflow-mitsumori ul li dl dd img.flow03, .colflow-mitsumori ul li dl.mitsumori2 img.flow03 {
              position: absolute;
              top: -10px;
              right: 10px;
              width: 159px;
              height: 106px;
              float: none;
              margin-left: 0; } }

/* ==========================
colFlowSecond
============================= */
.colFlowSecond {
  margin: 60px 0 20px;
  color: #000; }

.colFlowSecond ul {
  padding: 0;
  margin: 0 0 5px; }

.colFlowSecond ul li {
  background: none;
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  position: relative; }

.colFlowSecond dl dt {
  background: #F8F7F3;
  color: #333;
  font-size: 2.0rem;
  font-weight: bold;
  margin: 0;
  padding: 10px 20px 0;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-radius: 5px 5px 0 0; }

.colFlowSecond dl dd {
  background: #F8F7F3;
  padding: 10px 20px;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-radius: 0 0 5px 5px; }

.colFlowSecond p.single {
  margin: 0;
  padding: 5px;
  text-align: center;
  background: #F8F7F3;
  color: #333;
  font-weight: bold;
  border: 1px solid #cccccc;
  border-radius: 5px; }

.colFlowSecond .telTxt {
  color: #6EA600;
  background: url(../../images/teltxt.png) no-repeat left 5px;
  padding-left: 24px;
  padding-right: 20px;
  font-size: 24px;
  font-weight: bold; }

.colFlowSecond .priceTxt {
  color: #6EA600;
  font-weight: bold;
  padding: 0 4px; }

.colFlowSecond .flow03 {
  position: absolute;
  top: -10px;
  right: 10px;
  width: 159px;
  height: 106px; }

.colFlowSecond .flow05 {
  position: absolute;
  top: -35px;
  left: 115px;
  width: 90px;
  height: 111px; }

/* ==========================
caseList
============================= */
ul.caseList {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  grid-gap: 20px; }
  ul.caseList li {
    width: calc(50% - 10px);
    margin: 0;
    padding: 0;
    border: 10px solid #D8F0C4;
    border-radius: 10px; }
    ul.caseList li h4 {
      padding: 5px 0 10px;
      margin: 0;
      text-align: left;
      font-weight: bold;
      font-size: 1.3rem;
      color: #008000;
      background: #D8F0C4; }
      @media only screen and (min-width: 1024px), print {
        ul.caseList li h4 {
          font-size: 1.8rem;
          text-align: center; } }
    ul.caseList li p {
      padding: 10px 5px 20px;
      margin: 0;
      text-align: left;
      font-size: 1.2rem; }
      @media only screen and (min-width: 1024px), print {
        ul.caseList li p {
          padding: 20px 0;
          text-align: center;
          font-size: 1.6rem; } }

ul.caseList li.case01 {
  background: url(../../images/service/case01.gif) no-repeat right bottom; }

ul.caseList li.case02 {
  background: url(../../images/service/case02.gif) no-repeat right bottom; }

ul.caseList li.case03 {
  background: url(../../images/service/case03.gif) no-repeat right bottom; }

ul.caseList li.case04 {
  background: url(../../images/service/case04.gif) no-repeat right bottom; }

/* ==========================
comment-col-page
============================= */
.comment-col-page {
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  margin: 20px 0;
  border: 1px solid #E8E7E1;
  font-size: 1.4rem; }
  @media only screen and (min-width: 1024px), print {
    .comment-col-page {
      font-size: 1.6rem;
      padding: 30px; } }
  .comment-col-page p {
    margin: 0; }
    .comment-col-page p a {
      text-decoration: none; }
      .comment-col-page p a:hover {
        text-decoration: underline; }
      .comment-col-page p a strong {
        font-size: 1.6rem;
        font-weight: normal;
        color: #81B839; }
        @media only screen and (min-width: 1024px), print {
          .comment-col-page p a strong {
            font-size: 1.8rem; } }

/* ==========================
counton-col-box jirei
============================= */
.counton-col-box {
  width: 100%;
  border-radius: 5px;
  padding: 0px;
  margin: 16px 0; }
  @media only screen and (min-width: 1024px), print {
    .counton-col-box {
      width: 800px;
      margin: 32px auto; } }

.counton-col-box h3.counton-title {
  clear: both;
  border: 0 !important;
  max-width: 200px;
  border-radius: 5px 5px 0px 0px;
  padding: 8px 0 !important;
  margin: 0 !important;
  text-align: center;
  font-size: 1.3rem;
  background-color: rgba(129, 184, 57, 0.9);
  color: #fff; }
  @media only screen and (min-width: 1024px), print {
    .counton-col-box h3.counton-title {
      max-width: 240px;
      padding: 12px 0 !important;
      font-size: 2.0rem; } }

.counton-col-box-body {
  padding: 4px;
  background-color: #fff;
  background-image: url(../../images/borderBg.gif);
  background-repeat: repeat;
  border: 1px solid #eee;
  border: 1px solid rgba(129, 184, 57, 0.9); }
  @media only screen and (min-width: 1024px), print {
    .counton-col-box-body {
      padding: 20px; } }

.counton-col-comment {
  width: 100%;
  padding: 0;
  margin: 0 0 8px;
  border: 1px solid #eee;
  display: flex; }
  @media only screen and (min-width: 1024px), print {
    .counton-col-comment {
      margin: 0 0 16px; } }

.counton-col-comment dt {
  width: 70px;
  overflow: visible;
  position: relative;
  line-height: 1.8;
  text-align: center;
  background-color: rgba(220, 216, 214, 0.9);
  font-size: 12px;
  vertical-align: middle;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (min-width: 1024px), print {
    .counton-col-comment dt {
      width: 170px;
      min-height: 170px;
      font-size: 16px; } }

.counton-col-comment dt span {
  padding: 4px; }
  @media only screen and (min-width: 1024px), print {
    .counton-col-comment dt span {
      padding: 10px 15px; } }

.counton-col-comment dt:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-top: solid 8px transparent;
  border-bottom: solid 8px transparent;
  border-left: solid 8px #F5F2E9;
  border-left-color: rgba(220, 216, 214, 0.9);
  margin-top: -8px; }

.counton-col-comment dd {
  padding: 0;
  width: calc(100% - 70px);
  line-height: 2.0;
  text-align: left;
  font-size: 12px;
  background-color: rgba(231, 228, 226, 0.7);
  font-weight: 500;
  display: flex;
  align-items: center; }
  @media only screen and (min-width: 1024px), print {
    .counton-col-comment dd {
      width: calc(100% - 170px);
      font-size: 16px; } }

.counton-col-comment dd span {
  padding: 4px 4px 4px 12px; }
  @media only screen and (min-width: 1024px), print {
    .counton-col-comment dd span {
      padding: 10px 24px; } }

.counton-col {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 1px solid #eee;
  font-size: 12px;
  display: flex; }
  @media only screen and (min-width: 1024px), print {
    .counton-col {
      font-size: 14px; } }

.counton-col dt {
  width: 70px;
  overflow: visible;
  position: relative;
  height: auto;
  line-height: 1.8;
  text-align: center;
  background-color: rgba(231, 228, 226, 0.6);
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (min-width: 1024px), print {
    .counton-col dt {
      width: 170px;
      letter-spacing: 1px; } }

.counton-col dt span {
  padding: 4px; }
  @media only screen and (min-width: 1024px), print {
    .counton-col dt span {
      padding: 0 20px; } }

.counton-col dt:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-top: solid 8px transparent;
  border-bottom: solid 8px transparent;
  border-left: solid 8px #F5F2E9;
  border-left-color: rgba(111, 173, 198, 0.7);
  border-left-color: rgba(231, 228, 226, 0.6);
  margin-top: -8px; }

.counton-col dd {
  padding: 0;
  width: calc(100% - 70px);
  line-height: 1.7;
  text-align: left;
  vertical-align: middle;
  background-color: rgba(231, 228, 226, 0.3);
  display: flex;
  align-items: center; }
  @media only screen and (min-width: 1024px), print {
    .counton-col dd {
      width: calc(100% - 170px); } }

.counton-col dd span {
  padding: 4px 4px 4px 12px; }
  @media only screen and (min-width: 1024px), print {
    .counton-col dd span {
      padding: 10px 24px; } }

.counton-col {
  margin-top: 5px; }

/* ==========================
priceBag
============================= */
div.priceBag {
  margin: 0 auto;
  text-align: center;
  width: 800px; }
  div.priceBag p.priceBagimg {
    width: 20%;
    width: 200px;
    float: left;
    text-align: left; }
    div.priceBag p.priceBagimg img {
      width: 100%;
      max-width: 150px;
      height: auto; }
  div.priceBag div.priceBagtxt1 {
    float: left;
    text-align: center;
    margin-bottom: 10px; }
    @media only screen and (min-width: 1024px), print {
      div.priceBag div.priceBagtxt1 {
        width: 500px; } }
  div.priceBag div.priceBagtxt2 {
    float: left; }
    @media only screen and (min-width: 1024px), print {
      div.priceBag div.priceBagtxt2 {
        width: 500px; } }
    div.priceBag div.priceBagtxt2 p.textalign-center.fontS {
      text-align: center;
      margin-top: 0; }

/* ==========================
fukidashi
============================= */
.fukidashi {
  padding-left: 0;
  background: none;
  list-style: none; }
  @media only screen and (min-width: 1024px), print {
    .fukidashi {
      padding-left: 14px;
      background: url(/images/price/fukidashiGrn.gif) no-repeat left center; } }
  .fukidashi table {
    width: 100%;
    margin: 0;
    border: none;
    background: #E5F5D8;
    border-radius: 5px; }
    @media only screen and (min-width: 1024px), print {
      .fukidashi table {
        width: 486px; } }
    .fukidashi table tbody tr th {
      border: none;
      vertical-align: middle;
      background: none;
      padding: 5px 10px 0;
      text-align: left; }
      @media only screen and (min-width: 1024px), print {
        .fukidashi table tbody tr th {
          padding: 5px 20px 0; } }
    .fukidashi table tbody tr td.textalign-right {
      border: none;
      vertical-align: middle;
      padding: 5px 10px 0;
      background: #E5F5D8; }
      @media only screen and (min-width: 1024px), print {
        .fukidashi table tbody tr td.textalign-right {
          padding: 5px 20px 0; } }

/* ==========================
marker
============================= */
/* ==========================
markerpink sp
============================= */
span.markerpink {
  background: #FFE3EE;
  font-size: 14px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 1px 2px; }
  @media only screen and (min-width: 1024px), print {
    span.markerpink {
      font-size: 20px; } }

/* ==========================
col-kakunin
============================= */
.col-kakunin {
  border: 2px solid #eeeeee;
  padding: 0;
  margin: 40px auto;
  border-radius: 0;
  display: table;
  width: 100%; }
  @media only screen and (min-width: 1024px), print {
    .col-kakunin {
      width: 670px; } }
  .col-kakunin p.col-kakunin-img2-pc {
    display: table-cell;
    vertical-align: top;
    width: 30%;
    text-align: left;
    padding: 0; }
    .col-kakunin p.col-kakunin-img2-pc img {
      width: 100%;
      height: auto; }
  .col-kakunin p.col-kakunin-img {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    text-align: center;
    padding: 10px;
    background-color: #f2f2f2;
    font-size: 10px; }
    @media only screen and (min-width: 1024px), print {
      .col-kakunin p.col-kakunin-img {
        padding: 20px 10px; } }
    .col-kakunin p.col-kakunin-img img {
      width: 100%;
      max-width: 100px;
      height: auto;
      margin: 0 auto 5px;
      display: block; }
      @media only screen and (min-width: 1024px), print {
        .col-kakunin p.col-kakunin-img img {
          width: 120px; } }
  .col-kakunin .col-kakunin-txt {
    display: table-cell;
    width: 70%;
    vertical-align: middle;
    padding: 10px;
    font-size: 13px; }
    @media only screen and (min-width: 1024px), print {
      .col-kakunin .col-kakunin-txt {
        padding: 30px 20px;
        font-size: 16px; } }

/* ----------------------------------------------------------------
for toppage style
---------------------------------------------------------------- */
/*============================
top-contents
============================*/
.top-contents,
.single-contents {
  padding: 0;
  margin: 0;
  clear: both; }
  .top-contents .top-contents-in .top-contents-body,
  .single-contents .top-contents-in .top-contents-body {
    text-align: center;
    padding: 0; }
  .top-contents .top-contents-in h2,
  .single-contents .top-contents-in h2 {
    margin-top: 0; }
  .top-contents .top-contents-in p,
  .single-contents .top-contents-in p {
    font-size: 1.6rem; }
  .top-contents .top-contents-in p.top-lead,
  .single-contents .top-contents-in p.top-lead {
    font-size: 1.6rem;
    line-height: 1.8; }
    @media only screen and (min-width: 1024px), print {
      .top-contents .top-contents-in p.top-lead,
      .single-contents .top-contents-in p.top-lead {
        font-size: 2.0rem; } }

/*============================
top-headlead
============================*/
section.top-contents.top-headlead .top-contents-in {
  padding: 50px 0 0;
  background-color: #fff; }
  section.top-contents.top-headlead .top-contents-in header h2 {
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.8;
    letter-spacing: 0.02em;
    color: #333333;
    border: 0;
    background-color: transparent; }
    @media only screen and (min-width: 1024px), print {
      section.top-contents.top-headlead .top-contents-in header h2 {
        font-size: 3.0rem; } }
  section.top-contents.top-headlead .top-contents-in .top-contents-body {
    text-align: center; }
    section.top-contents.top-headlead .top-contents-in .top-contents-body p.top-lead {
      margin: 0 auto;
      font-size: 1.8rem; }
      @media only screen and (min-width: 1024px), print {
        section.top-contents.top-headlead .top-contents-in .top-contents-body p.top-lead {
          font-size: 2.2rem; } }

/*============================
top-business
============================*/
.top-contents.top-business .top-contents-in {
  background-color: #fff;
  padding: 50px 0; }
  .top-contents.top-business .top-contents-in .archive3 {
    padding: 0 0 0px; }
    @media only screen and (min-width: 1024px), print {
      .top-contents.top-business .top-contents-in .archive3 {
        width: 1000px;
        padding: 0 0 30px; } }

/*============================
top-news
============================*/
section.top-contents.top-news {
  background-color: #e8f2fb; }
  section.top-contents.top-news .top-contents-in {
    padding: 50px 3.125%; }
    @media only screen and (min-width: 1024px), print {
      section.top-contents.top-news .top-contents-in {
        padding: 50px 10%; } }
    section.top-contents.top-news .top-contents-in .top-contents-body {
      padding: 20px 20px;
      background-color: #fff; }
      @media only screen and (min-width: 1024px), print {
        section.top-contents.top-news .top-contents-in .top-contents-body {
          padding: 30px 10%; } }
    section.top-contents.top-news .top-contents-in ul.archive2 {
      text-align: left;
      margin: 0 0 40px; }
      @media only screen and (min-width: 1024px), print {
        section.top-contents.top-news .top-contents-in ul.archive2 {
          text-align: center; } }
      section.top-contents.top-news .top-contents-in ul.archive2 li h3 {
        text-align: left; }
        @media only screen and (min-width: 1024px), print {
          section.top-contents.top-news .top-contents-in ul.archive2 li h3 {
            text-align: center; } }
      section.top-contents.top-news .top-contents-in ul.archive2 li:nth-child(odd) a,
      section.top-contents.top-news .top-contents-in ul.archive2 li:nth-child(odd) .no-link {
        background-color: transparent; }

/*============================
top-bnr
============================*/
.top-contents.top-bnr .top-contents-in {
  padding: 30px 3.125%; }
  @media only screen and (min-width: 1024px), print {
    .top-contents.top-bnr .top-contents-in {
      padding: 50px 0; } }

/*============================
top-blog
============================*/
section.top-contents.top-blog .top-contents-in {
  padding: 50px 3.125% 50px; }
  @media only screen and (min-width: 1024px), print {
    section.top-contents.top-blog .top-contents-in {
      padding: 50px 10%; } }
  section.top-contents.top-blog .top-contents-in .archive5 {
    text-align: left;
    justify-content: center; }

/*============================
top-access
============================*/
section.top-contents.top-access {
  background-color: #e8f2fb; }
  section.top-contents.top-access div.top-contents-in {
    padding: 50px 0 0; }
    section.top-contents.top-access div.top-contents-in div.top-contents-body {
      padding: 0; }
      section.top-contents.top-access div.top-contents-in div.top-contents-body .gmap {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 230px;
        /* 比率固定 */ }
        @media only screen and (min-width: 1024px), print {
          section.top-contents.top-access div.top-contents-in div.top-contents-body .gmap {
            padding-top: 460px;
            /* 比率固定 */ } }
        section.top-contents.top-access div.top-contents-in div.top-contents-body .gmap iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }

/*============================
top-contact
============================*/
section.top-contents.top-contact {
  background-color: #f4f4f6; }
  section.top-contents.top-contact .top-contents-in {
    padding: 50px 0; }
    section.top-contents.top-contact .top-contents-in .top-contents-body {
      text-align: center;
      padding: 0; }
      @media only screen and (min-width: 1024px), print {
        section.top-contents.top-contact .top-contents-in .top-contents-body {
          padding: 0; } }

/*============================
message
============================*/
.txt-message {
  line-height: 3;
  font-weight: 400;
  letter-spacing: 0.03em; }

/*============================
company
============================*/
ul.rinen,
.rinen {
  font-family: "Noto Serif JP", 游明朝, " Yu Mincho ", YuMincho, " Hiragino Mincho ProN ", " Hiragino Mincho Pro ", " HGS明朝E ", " メイリオ ", Meiryo, serif;
  font-size: 1.7rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  text-shadow: 1px 1px 0px rgba(204, 204, 204, 0.9);
  line-height: 2;
  margin: 30px auto;
  text-align: center; }
  @media only screen and (min-width: 1024px), print {
    ul.rinen,
    .rinen {
      margin: 48px auto;
      font-size: 2.4rem; } }
  ul.rinen > li,
  .rinen > li {
    padding-left: 0;
    text-align: left; }

div.colFlow2 {
  text-align: center;
  margin: 20px auto;
  color: #000; }
  @media only screen and (min-width: 1024px), print {
    div.colFlow2 {
      width: 670px;
      margin: 30px auto; } }
  div.colFlow2 ul {
    padding: 8px;
    margin: 0; }
    @media only screen and (min-width: 1024px), print {
      div.colFlow2 ul {
        padding: 20px; } }
    div.colFlow2 ul li {
      list-style: none;
      background: url(../../images/arw02.png) no-repeat center bottom;
      padding: 0 0 30px;
      margin-bottom: 10px;
      font-size: 1.3rem;
      position: relative; }
      @media only screen and (min-width: 1024px), print {
        div.colFlow2 ul li {
          font-size: 1.6rem; } }
      div.colFlow2 ul li.last {
        background: none;
        list-style: none;
        margin-bottom: 0;
        padding-bottom: 0; }
      div.colFlow2 ul li dl dt {
        background: #F8F7F3;
        color: #333;
        font-size: 1.3rem;
        font-weight: bold;
        margin: 0;
        padding: 5px;
        text-align: center;
        border-top: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        border-radius: 5px 5px 0 0; }
        @media only screen and (min-width: 1024px), print {
          div.colFlow2 ul li dl dt {
            font-size: 1.8rem; } }
      div.colFlow2 ul li dl dd {
        background: #ffffff;
        padding: 10px;
        text-align: center;
        border-bottom: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        border-radius: 0 0 5px 5px; }
    div.colFlow2 ul li.last {
      background: none;
      list-style: none;
      margin-bottom: 0;
      padding-bottom: 0; }

/*============================
access
============================*/
/*iframe 4:3*/
.gmap-access {
  margin: 24px 0 0;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 75%; }

.gmap-access iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*============================
sitemap
============================*/
.menu-page-sitemap-container ul li {
  margin-top: 20px; }
  .menu-page-sitemap-container ul li i {
    margin-right: 1em; }

/* blog */
/* ==========================================================================
Print styles
========================================================================== */
@media print {
  #pagetop {
    display: none; } }
