@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* clearfix
 * =================================================================================
**/
.cf, #logo {
  zoom: 1; }
  .cf:before, #logo:before, .cf:after, #logo:after {
    content: "";
    display: table; }
  .cf:after, #logo:after {
    clear: both; }

.cf, #logo,
#logo,
.cap-icon,
.cap-l,
.cap-m,
.cap-s,
.cap-recomend,
.boxwrap1,
.boxwrap2,
.boxwrap3,
.to-buttonbox,
.qabox,
.stepbox,
.cap-property,
.detailsbox,
.opendetails,
.to-telinquiry,
.form,
.imgfull,
.i1,
.i2,
.i3,
.i4,
.i5,
.line-hr,
.noline-hr,
.pagetop,
.dibox,
.dl-box1,
.dl-box1 dl,
.to-bt,
.to-bt2,
.stepbox ul li,
.wcarea_400184715301 li {
  zoom: 1; }

.cf:before, #logo:before,
#logo:before,
.cap-icon:before,
.cap-l:before,
.cap-m:before,
.cap-s:before,
.cap-recomend:before,
.boxwrap1:before,
.boxwrap2:before,
.boxwrap3:before,
.to-buttonbox:before,
.qabox:before,
.stepbox:before,
.cap-property:before,
.detailsbox:before,
.opendetails:before,
.to-telinquiry:before,
.form:before,
.imgfull:before,
.i1:before,
.i2:before,
.i3:before,
.i4:before,
.i5:before,
.line-hr:before,
.noline-hr:before,
.pagetop:before,
.dibox:before,
.dl-box1:before,
.dl-box1 dl:before,
.to-bt:before,
.to-bt2:before,
.stepbox ul li:before,
.wcarea_400184715301 li:before, .cf:after, #logo:after,
#logo:after,
.cap-icon:after,
.cap-l:after,
.cap-m:after,
.cap-s:after,
.cap-recomend:after,
.boxwrap1:after,
.boxwrap2:after,
.boxwrap3:after,
.to-buttonbox:after,
.qabox:after,
.stepbox:after,
.cap-property:after,
.detailsbox:after,
.opendetails:after,
.to-telinquiry:after,
.form:after,
.imgfull:after,
.i1:after,
.i2:after,
.i3:after,
.i4:after,
.i5:after,
.line-hr:after,
.noline-hr:after,
.pagetop:after,
.dibox:after,
.dl-box1:after,
.dl-box1 dl:after,
.to-bt:after,
.to-bt2:after,
.stepbox ul li:after,
.wcarea_400184715301 li:after {
  content: "";
  display: table; }

.cf:after, #logo:after,
#logo:after,
.cap-icon:after,
.cap-l:after,
.cap-m:after,
.cap-s:after,
.cap-recomend:after,
.boxwrap1:after,
.boxwrap2:after,
.boxwrap3:after,
.to-buttonbox:after,
.qabox:after,
.stepbox:after,
.cap-property:after,
.detailsbox:after,
.opendetails:after,
.to-telinquiry:after,
.form:after,
.imgfull:after,
.i1:after,
.i2:after,
.i3:after,
.i4:after,
.i5:after,
.line-hr:after,
.noline-hr:after,
.pagetop:after,
.dibox:after,
.dl-box1:after,
.dl-box1 dl:after,
.to-bt:after,
.to-bt2:after,
.stepbox ul li:after,
.wcarea_400184715301 li:after {
  clear: both; }

/* END:clearfix
 * =================================================================================
**/

/* Base Layout
 * =================================================================================
**/
.mb1 {
  margin-bottom: 6px; }

.mb2 {
  margin-bottom: 12px; }

.mb3 {
  margin-bottom: 18px; }

.mb4 {
  margin-bottom: 24px; }

.mb5 {
  margin-bottom: 30px; }

.mb6 {
  margin-bottom: 36px; }

.mb7 {
  margin-bottom: 42px; }

.mb8 {
  margin-bottom: 48px; }

.mb9 {
  margin-bottom: 54px; }

.mb10 {
  margin-bottom: 60px; }

.left,
.il {
  float: left; }

.right,
.ir {
  float: right; }
  
img.left,
img.il {
  margin-right: 16px; }

img.right,
img.ir {
  margin-left: 16px; }

.full {
  width: 100%;
  height: auto; }

/* END:Base Layout
 * =================================================================================
**/

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, small, address, aside, blockquote, th, td {
  font-family: 'Roboto', Helvetica Neue, Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #242413;
  font-size: 14px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 1px;
  z-index: 0;
  margin: 0;
  max-height: 100%;
  box-sizing: border-box; }

body {
  line-height: 1.7; }

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

img {
  vertical-align: bottom; }

/* END:Default
 * =================================================================================
 */ 
 
/* Base Block Style
 * =================================================================================
**/
body {
  background: #fff; }

/* END:Base Block Style
 * =================================================================================
**/
/* Logo Style
 * =================================================================================
**/
#logo {
  overflow: hidden;
  margin: 8px 0 8px 0;
  float: left; }
  #logo a {
    display: block;
    width: 315px;
    height: 55px;
    margin: 0;
    text-indent: -9999px;
    background: url(../img/logo.svg) no-repeat;
    background-size: 315px 55px; }
    .no-svg #logo a {
      background-image: url("../img/logo.png"); }

/* END:Logo Style
 * =================================================================================
**/

/* Print Style
 * =================================================================================
**/
@media print {
  h1 a {
    text-indent: 0; }
  #navi_main li a {
    text-indent: 0; }
  #navi_sub li a {
    text-indent: 0; } }

/* END:Print Style
 * =================================================================================
**/

/* END:Base Layout
 * =================================================================================
**/


/* Generic Layout Style
 * =================================================================================
**/
.cap-icon,
.cap-l,
.cap-m,
.cap-s,
.cap-recomend {
  margin: 8px 0 16px 0; }

.cap-icon {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #666666;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E;
  position: relative;
  padding-left: 32px; }

.cap-icon:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: url("../img/cap-base.svg") no-repeat left top;
  background-size: 12px 12px;
  overflow: hidden; }

.cap-l {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  padding: 8px;
  background: #666666; }

.cap-l.cl-3 {
  text-align: right; }

.cap-m {
  position: relative; }

.cap-m h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  color: #578522;
  line-height: 1.7;
  border-left: solid 4px;
  padding-left: 8px; }

.cap-m.cm-2 {
  border-bottom: solid 2px #EEEEEE; }

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

.cap-m.cm-2 h3:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  border-bottom: solid 2px #666666;
  width: 40%; }

.cap-m.cm-3 {
  border-bottom: solid 1px #666666; }

.cap-m.cm-3 h3 {
  color: #242413;
  border: none;
  padding: 0;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E;
  text-align: center; }

.cap-s {
  padding: 16px 0; }

.cap-s h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #242413;
  position: relative;
  padding-left: 24px; }

.cap-s h4:before {
  content: '';
  display: block;
  width: 8px;
  border-top: solid 4px #464646;
  position: absolute;
  top: 50%;
  left: 0; }

.cap-s.cs-2 h4 {
  font-size: 18px;
  font-size: 1.8rem; }

.cap-s.cs-2 h4:before {
  border: solid 4px #464646;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  margin-top: -8px; }

.cap-s.cs-3 h4 {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 16px; }

.cap-s.cs-3 h4:before {
  border: none;
  border-radius: 8px;
  background: linear-gradient(to bottom, #99ca3a, #578522);
  width: 4px;
  height: 100%;
  top: 0; }

.boxwrap1,
.boxwrap2,
.boxwrap3,
.to-buttonbox,
.qabox,
.stepbox,
.cap-property,
.detailsbox,
.opendetails,
.to-telinquiry,
.form {
  margin-bottom: 80px;
  padding: 0;
  position: relative; }

.boxwrap2 {
  padding: 16px;
  background: #F8F8F8;
  border: solid #EEEEEE; }

.boxwrap3 {
  padding: 8px;
  text-align: center;
  border: solid 1px #EEEEEE;
  position: relative;
  background: url("../img/back-lesson.gif") repeat top left; }

.boxwrap3 p:before,
.boxwrap3 p:after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border: double 3px #EEEEEE;
  position: absolute;
  background: #fff; }

.boxwrap3 p:before {
  top: 4px;
  left: 4px; }

.boxwrap3 p:after {
  bottom: 4px;
  right: 4px; }

.tar {
  text-align: right; }

.tal {
  text-align: left; }

.tac {
  text-align: center; }

.imgfull {
  margin-bottom: 80px;
  text-align: center; }

.ir {
  margin-left: 16px; }

.il {
  margin-right: 16px; }

.i1,
.i2,
.i3,
.i4,
.i5 {
  margin-bottom: 80px; }

.i1 .in-wrap,
.i2 .in-wrap,
.i3 .in-wrap,
.i4 .in-wrap,
.i5 .in-wrap {
  display: flex;
  flex-flow: row wrap; }

.i1 .in-wrap div,
.i2 .in-wrap div,
.i3 .in-wrap div,
.i4 .in-wrap div,
.i5 .in-wrap div {
  margin: 0 2% 0 0;
  padding: 0;
  text-align: center; }

.i1 .in-wrap div figure,
.i2 .in-wrap div figure,
.i3 .in-wrap div figure,
.i4 .in-wrap div figure,
.i5 .in-wrap div figure {
  padding: 0;
  margin: 0; }

.i1 .in-wrap div figure figcaption,
.i2 .in-wrap div figure figcaption,
.i3 .in-wrap div figure figcaption,
.i4 .in-wrap div figure figcaption,
.i5 .in-wrap div figure figcaption {
  font-size: 14px;
  font-size: 1.4rem; }

.i1 .in-wrap div img,
.i2 .in-wrap div img,
.i3 .in-wrap div img,
.i4 .in-wrap div img,
.i5 .in-wrap div img {
  margin-bottom: 8px; }

.no-borderradius .i1 .in-wrap,
.no-borderradius .i2 .in-wrap,
.no-borderradius .i3 .in-wrap,
.no-borderradius .i4 .in-wrap,
.no-borderradius .i5 .in-wrap {
  margin-right: -2%; }

.no-borderradius .i1 .in-wrap div,
.no-borderradius .i2 .in-wrap div,
.no-borderradius .i3 .in-wrap div,
.no-borderradius .i4 .in-wrap div,
.no-borderradius .i5 .in-wrap div {
  float: left;
  margin-right: 1%; }

.no-flexbox .i1 div,
.no-flexbox .i2 div,
.no-flexbox .i3 div,
.no-flexbox .i4 div,
.no-flexbox .i5 div {
  float: left; }

.i1 .i1div {
  width: 100%; }

.i1 .i1div:nth-child(1n) {
  margin-right: 0; }

.i1 .i1div h2 {
  background: #99ca3a;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 8px 0; }

.i1.btcap div img {
  margin-bottom: 0; }

.i2 .i2div {
  width: 49%; }

.i2 .i2div:nth-child(2n) {
  margin-right: 0; }

.i2 .i2div h2 {
  background: #99ca3a;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 8px 0; }

.i2.btcap div img {
  margin-bottom: 0; }

.i3 .i3div {
  width: 32%; }

.i3 .i3div:nth-child(3n) {
  margin-right: 0; }

.i3 .i3div h2 {
  background: #99ca3a;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 8px 0; }

.i3.btcap div img {
  margin-bottom: 0; }

.i4 .i4div {
  width: 23.5%; }

.i4 .i4div:nth-child(4n) {
  margin-right: 0; }

.i4 .i4div h2 {
  background: #99ca3a;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 8px 0; }

.i4.btcap div img {
  margin-bottom: 0; }

.i5 .i5div {
  width: 18.4%; }

.i5 .i5div:nth-child(5n) {
  margin-right: 0; }

.i5 .i5div h2 {
  background: #99ca3a;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 8px 0; }

.i5.btcap div img {
  margin-bottom: 0; }

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

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

.noline-hr hr {
  height: 1px;
  margin-bottom: 64px;
  overflow: hidden;
  border: none; }

.pagetop {
  text-align: right;
  margin-bottom: 64px; }

.pagetop p {
  color: #fff;
  float: right; }

.pagetop p a {
  display: block;
  background: url(../img/pagetop.svg) no-repeat 16px center #fff;
  background-size: 11px 15px;
  color: #464646;
  padding: 8px 24px 8px 40px;
  text-decoration: none;
  transition: all 0.6s; }

.pagetop p a:hover {
  opacity: 0.6;
  background-position-y: 0; }

.dibox {
  margin-bottom: 80px; }

/* 汎用テーブルレイアウト
 * =================================================================================
 */
.tb-box1,
.tb-box1-2,
.tb-box2,
.tb-box3 {
  width: 100%;
  table-layout: auto;
  margin: 0;
  border-collapse: collapse;
  border: 1px solid #ccc; }

.tb-box1 th,
.tb-box1-2 th,
.tb-box2 th,
.tb-box3 th {
  background: #e9e9e9;
  padding: 16px 8px;
  border: 1px solid #ccc;
  color: #464646; }

.tb-box1 td,
.tb-box1-2 td,
.tb-box2 td,
.tb-box3 td {
  background: transparent;
  padding: 16px;
  border: 1px solid #ccc; }

.tb-box1 th {
  width: 30%; }

.tb-box1 th.th-01 {
  width: 70%; }

.tb-box1 td {
  width: 70%; }

.tb-box1 td.td-01 {
  width: 30%; }

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

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

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

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

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

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

.tb-box-b,
.tb-box-b2,
.tb-box-b3,
.tb-box-b4,
.tb-box-b5,
.tb-box-b6 {
  width: 100%;
  table-layout: auto;
  margin: 0;
  border-collapse: collapse;
  border: 1px solid #EEEEEE; }

.tb-box-b th,
.tb-box-b2 th,
.tb-box-b3 th,
.tb-box-b4 th,
.tb-box-b5 th,
.tb-box-b6 th {
  background: #FDECE6;
  padding: 16px;
  border: 1px solid #EEEEEE;
  color: #464646; }

.tb-box-b td,
.tb-box-b2 td,
.tb-box-b3 td,
.tb-box-b4 td,
.tb-box-b5 td,
.tb-box-b6 td {
  background: transparent;
  padding: 16px;
  border: 1px solid #EEEEEE; }

.tb-box-b th {
  width: 35%; }

.tb-box-b th:nth-child(1) {
  background: #F1F0EE; }

.tb-box-b td {
  width: 35%; }

.tb-box-b th:nth-child(1),
.tb-box-b td:nth-child(1) {
  width: 30%; }

.tb-box-b2 th {
  width: 23.3%; }

.tb-box-b2 th:nth-child(1) {
  background: #F1F0EE; }

.tb-box-b2 td {
  width: 23.3%; }

.tb-box-b2 th:nth-child(1),
.tb-box-b2 td:nth-child(1) {
  width: 30%; }

.tb-box-b3 th {
  width: 17.5%; }

.tb-box-b3 th:nth-child(1) {
  background: #F1F0EE; }

.tb-box-b3 td {
  width: 17.5%; }

.tb-box-b3 th:nth-child(1),
.tb-box-b3 td:nth-child(1) {
  width: 30%; }

.tb-box-b4 th {
  width: 14%; }

.tb-box-b4 th:nth-child(1) {
  background: #F1F0EE; }

.tb-box-b4 td {
  width: 14%; }

.tb-box-b4 th:nth-child(1),
.tb-box-b4 td:nth-child(1) {
  width: 30%; }

.tb-box-b5 th {
  width: 11.6%; }

.tb-box-b5 th:nth-child(1) {
  background: #F1F0EE; }

.tb-box-b5 td {
  width: 11.6%; }

.tb-box-b5 th:nth-child(1),
.tb-box-b5 td:nth-child(1) {
  width: 30%; }

.tb-box-b6 th {
  width: 10%; }

.tb-box-b6 th:nth-child(1) {
  background: #F1F0EE; }

.tb-box-b6 td {
  width: 10%; }

.tb-box-b6 th:nth-child(1),
.tb-box-b6 td:nth-child(1) {
  width: 30%; }

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

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

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

.dl-box1 dl dt {
  width: 30%;
  padding: 16px 2%;
  background: #f6f6f6; }

.dl-box1 dl dd {
  width: 70%;
  padding: 16px 1%; }

.dl-box1 dl:last-child {
  border-bottom: solid 1px #ccc; }

.to-buttonbox .to-bt2 {
  float: right;
  display: inline-block;
  margin-left: 16px;
  margin-bottom: 16px; }

.to-bt {
  margin-bottom: 80px; }

.to-bt p {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  text-align: center; }

.to-bt p a {
  display: inline-block;
  padding: 16px 72px 16px 56px;
  text-align: center;
  background: url("../img/to-bt.svg") no-repeat 90% center #E8853C;
  background-size: 15px 11px;
  box-shadow: 0 3px 0px rgba(170, 86, 17, 0.9);
  color: #fff;
  text-decoration: none;
  text-shadow: 2px 1px 1px #C46313;
  transition: all 0.6s; }

.to-bt p a:hover {
  background-color: #CC5F00;
  background-position-x: 95%; }

.to-bt2 {
  text-align: right; }

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

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

.to-bt2 p a:before,
.to-bt2 p a:after {
  content: '';
  display: block;
  position: absolute; }

.to-bt2 p a:before {
  top: -8px;
  left: -8px;
  width: 31px;
  height: 36px;
  background: url("../img/to-pdf.svg") no-repeat left center;
  background-size: 31px 36px; }

.to-bt2 p a:after {
  top: 50%;
  right: 8px;
  width: 5px;
  height: 6px;
  background: url("../img/to-pdf-next.svg") no-repeat left center;
  background-size: 5px 6px; }

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

.qabox dl dt,
.qabox dl dd {
  position: relative;
  padding: 8px 0 16px 56px; }

.qabox dl dt:before,
.qabox dl dd:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-size: 2rem;
  border-radius: 2px;
  color: #fff;
  padding: 8px 16px; }

.qabox dl dt {
  margin-bottom: 8px;
  color: #578522; }

.qabox dl dt:before {
  content: 'Q';
  background: #578522; }

.qabox dl dd:before {
  content: 'A';
  background: #E8853C; }

.itemrcap2 {
  text-align: center;
  background: url("../img/back-lesson.gif") repeat top left;
  border: double 3px #EEEEEE;
  padding: 16px; }

.to-bt.type01 a {
  background-color: #99ca3a; }

.to-bt.type01 a:hover {
  background-color: #464646; }

.to-bt.type02 a:hover {
  background-color: #4D770C; }

.to-bt.type03 a {
  background-color: #E8853C; }

.to-bt.type03 a:hover {
  background-color: #CC5F00; }

.to-bt.type04 a {
  background-color: #666666; }

.to-bt.type04 a:hover {
  background-color: #525252; }

.stepbox ul {
  padding: 0; }

.stepbox ul li {
  display: table;
  width: 100%;
  margin-bottom: 24px;
  position: relative; }

.stepbox ul li .left,
.stepbox ul li .il,
.stepbox ul li .right,
.stepbox ul li .ir {
  display: table-cell;
  float: none;
  position: relative; }

.stepbox ul li .left,
.stepbox ul li .il {
  width: 25%;
  background: #578522;
  color: #fff;
  text-align: center;
  vertical-align: middle; }

.stepbox ul li .left h2,
.stepbox ul li .il h2 {
  color: #fff;
  margin: 8px; }

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

.stepbox ul li .right h3,
.stepbox ul li .ir h3,
.stepbox ul li .right .stepbox-maintxt,
.stepbox ul li .ir .stepbox-maintxt,
.stepbox ul li .right .stepbox-subtxt,
.stepbox ul li .ir .stepbox-subtxt {
  font-size:16px;
  margin: 0 8px 8px 24px; }

.stepbox ul li .right h3,
.stepbox ul li .ir h3 {
  font-size: 18px;
  font-size: 1.3rem;
  line-height: 1.7;
  font-weight: 700;
  color: #578522;
  border-bottom: dotted 1px #578522; }

.stepbox ul li:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -8px;
  left: 7%;
  width: 0;
  height: 0;
  border: solid 8px transparent;
  border-top: solid 8px #578522;
  border-bottom: 16px; }

.stepbox ul li:last-child:after {
  border: none;
  display: none; }

.stepbox-subtxt {
  background: url("../img/back-lesson.gif") repeat top left;
  border: double 4px #EEEEEE;
  padding: 8px 8px 8px 24px;
  position: relative; }

.stepbox-subtxt:before {
  content: '';
  display: block;
  width: 8px;
  height: 2px;
  position: absolute;
  top: 16px;
  left: 8px;
  background: #99ca3a; }

.cap-property {
  background: #e9e9e9;
  padding: 16px;
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: flex-end; }

.cap-property h2,
.cap-property h3,
.cap-property p {
  flex: 0 0 auto;
  vertical-align: middle;
  margin-right: 8px; }

.cap-property h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 4px 16px; }

.cap-property h3 {
  background: #578522;
  color: #fff;
  font-weight: 700;
  padding: 4px 16px; }

.cap-property p {
  color: #578522;
  border: solid 2px;
  padding: 4px 16px; }

.no-flexbox .cap-property h2,
.no-flexbox .cap-property h3,
.no-flexbox .cap-property p {
  float: left; }

.detailsbox .left,
.detailsbox .il {
  width: 30%; }

.detailsbox .left dl dt,
.detailsbox .il dl dt {
  background: #969696;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 8px;
  margin-bottom: 4px; }

.detailsbox .left dl dd,
.detailsbox .il dl dd {
  text-align: center; }

.detailsbox .right,
.detailsbox .ir {
  width: 67%; }

.cap-recomend {
  position: relative;
  background: url("../img/cap-recomend.svg") no-repeat left center;
  background-size: 18px 18px;
  z-index: auto;
  overflow: hidden; }

.cap-recomend h2 {
  display: inline-block;
  position: relative;
  z-index: 10;
  background: #fff;
  margin-left: 24px;
  padding: 8px 24px 8px 8px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700; }

.cap-recomend:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 48px;
  z-index: -1;
  width: 100%;
  border-top: 4px #666666 solid; }

.opendetails {
  cursor: pointer; }

.opendetails .od-cap {
  position: relative;
  background: #f8f8f8; }

.opendetails h2 {
  border-bottom: 4px solid #464646;
  padding: 16px 16px 16px 40px;
  margin-bottom: 16px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  z-index: 10; }

.opendetails h2:before {
  content: '';
  display: block;
  width: 20px;
  height: 23px;
  overflow: hidden;
  background: url("../img/cap-news.svg") no-repeat left center;
  background-size: 41px 23px;
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -11px; }

.opendetails .openclose {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -9px;
  z-index: 0; }

.opendetails .dibox {
  margin-bottom: 8px; }

.opendetails .dibox .tb-box3 th {
  width: 23%; }

.opendetails .dibox .tb-box3 td {
  width: 27%; }

.opendetails .boxwrap1,
.opendetails .boxwrap2,
.opendetails .boxwrap3,
.opendetails .to-buttonbox,
.opendetails .qabox,
.opendetails .stepbox,
.opendetails .cap-property,
.opendetails .detailsbox,
.opendetails .opendetails,
.opendetails .to-telinquiry,
.opendetails .form {
  margin-bottom: 0; }

.closebox {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 10; }

.to-telinquiry {
  display: table;
  width: 100%; }

.to-telinquiry h2,
.to-telinquiry div {
  display: table-cell;
  vertical-align: middle; }

.to-telinquiry h2 {
  background: #666666;
  width: 30%;
  padding: 24px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem; }

.to-telinquiry div {
  width: 70%;
  padding: 24px;
  background: #E9E9E9;
  text-align: center; }

.to-telinquiry div address {
  display: inline-block;
  color: #666;
  font-size: 44px;
  font-size: 4.4rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E;
  font-style: normal;
  font-weight: 700;
  padding-left: 56px;
  background: url("../img/to-box-tel.svg") no-repeat left center;
  background-size: 40px 40px; }

/* END:Generic Layout Style
 * =================================================================================
**/
/* Top Page Style
 * =================================================================================
**/
/*SlideShow*/
.slide_wrap {
  padding: 124px 0 0; }

#topslide {
  width: 100%;
  position: relative; }

.slide_cap {
  position: absolute;
  width: 100%;
  top: 40%;
  left: 0;
  text-align: center;
  color: #fff;
  letter-spacing: .2em;
  font-size: 36px;
  z-index: 11;
  text-shadow: rgba(0, 0, 0, 0.15) 1px 1px 6px, rgba(0, 0, 0, 0.15) -1px -1px 6px, rgba(0, 0, 0, 0.15) -1px 1px 6px, rgba(0, 0, 0, 0.15) 1px -1px 6px, rgba(0, 0, 0, 0.15) 0px 1px 6px, rgba(0, 0, 0, 0.15) 0 -1px 6px, rgba(0, 0, 0, 0.15) -1px 0 6px, rgba(0, 0, 0, 0.15) 1px 0 6px;
  /*上、下*/ }

#topslide div {
  max-height: none; }

.sp-slide {
  background-size: cover;
  background-position: center;
  text-align: center; }

.sp-slide .slide-end {
  width: 100%;
  height: 100%;
  background-size: cover; }

.sp-slide .catch {
  padding-top: 240px;
  margin: auto;
  color: #fff;
  font-size: 34px;
  line-height: 1.3;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center; }

/*
#slide {
    margin-bottom: $b-num3;
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        background: url('../img/prev.svg') no-repeat center center;
        background-size: 13px 22px;
        left: 10px;
        right: auto;
        .no-svg & {
            background-image: url('../img/prev.png');
        }
    }
    .swiper-button-next {
        background: url('../img/next.svg') no-repeat center center;
        background-size: 13px 22px;
        .no-svg & {
            background-image: url('../img/next.png');
        }
    }
    .swiper-container {
        .swiper-slide {
            h2,
            h3 {
                position: absolute;
                @include fontsize(24);
                font-weight: 700;
                text-shadow: 1px 1px $b-num1/2 rgba(30, 30, 30, 0.4);
                @include mincyou;
                padding: $b-num2;
            }
            h2 {
                top: $b-num3;
                background-color: $base-main-color;
                background: linear-gradient(to right, rgba($base-main-color, 1.0) 70%, rgba($base-main-color, 1.0) 80%, rgba($base-main-color, 0.0) 100%);
                color: #fff;
                padding-right: $b-num7;
            }
            h3 {
                bottom: $b-num3;
                right: 0;
                background-color: #fff;
                background: linear-gradient(to left, rgba(#fff, 0.7) 70%, rgba(#fff, 0.7) 80%, rgba(#fff, 0.0) 100%);
                color: $base-font-color;
                padding-left: $b-num7;
            }
        }
        .no-flexbox & {
            height: 400px;
            overflow: hidden;
            .swiper-slide {
                float: left;
            }
        }
    }
    .swiper-pagination-fraction,
    .swiper-pagination-custom,
    .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: $b-num1/4;
    }
    .swiper-pagination-bullet-active {
        background-color: rgba($base-main-color, 0.9);
    }
}*/
/* END:Top Page Style
 * =================================================================================
**/
/* each Page Style
 * =================================================================================
**/
/* END:each Page Style
 * =================================================================================
**/
/* Inquiry Page Style
 * =================================================================================
**/
.form .boxwrap1,
.form .boxwrap2,
.form .boxwrap3,
.form .to-buttonbox,
.form .qabox,
.form .stepbox,
.form .cap-property,
.form .detailsbox,
.form .opendetails,
.form .to-telinquiry,
.form .form {
  margin-bottom: 16px; }

.form .fm-txt,
.form .fm-sel,
.form .fm-texa,
.form .fm-chk,
.form .fm-rad {
  padding: 10px 4px;
  margin: 8px;
  border: solid 1px #ccc;
  background: #e9f4e6;
  font-size:16px;}

.form .fm-txt:focus,
.form .fm-sel:focus,
.form .fm-texa:focus,
.form .fm-chk:focus,
.form .fm-rad:focus {
  box-shadow: 0 0 8px rgba(100, 100, 100, 0.15);
  border-color: #ddd; }

.form .fm-txt,
.form .fm-texa {
  width: 95%; }

.form .to-submit {
  margin-top: 20px;
  text-align: center; }

.form .to-submit input {
  padding: 16px;
  background: #578522;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 19px;
  font-size: 1.2rem;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  transition: all 0.6s; }

.form .to-submit input:hover {
  opacity: 0.8;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  cursor: pointer; }

.red {
  color: #f00; }

.fl {
  float: left; }

.fr {
  float: right; }

/* END:Inquiry Page Style
 * =================================================================================
**/
/* END:LightBox2 Style
 * =================================================================================
**/
.lb-nav a.lb-prev,
.lb-nav a.lb-next {
  background-size: 16px 16px; }

.lb-nav a.lb-prev {
  background-position-x: 4%; }

.lb-nav a.lb-next {
  background-position-x: 98%; }

/* END:LightBox2 Style
 * =================================================================================
**/
/* Custom Scroll Style
 * =================================================================================
**/
.ps .ps__scrollbar-y-rail {
  opacity: 0.4; }

.ps .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background: #99ca3a; }

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background: #99ca3a; }

.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background: #99ca3a; }

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background: #464646; }

/* END:Custom Scroll Style
 * =================================================================================
**/
body {
  font-family: 'Yu Gothic', "Meiryo", sans-serif; }

ul {
  padding: 0; }

.content {
  margin: 0 auto;
  min-width: 1000px;
  max-width: 1200px; }

.medium-content,
#main-product .content,
#main-link .content {
  margin: 0 auto; }

.large-content {
  margin: 0 auto;
  max-width: 100%;
  width: 1500px; }

ul {
  margin: 0;
  padding: 0; }

.hov {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

.hov:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80; }

a,
a:link,
a:visit {
  color: inhert; }

/* TAS用*/
/**/
#wrap_header {
  position: relative;
  z-index: 11;
  width: 100%; }

#wrap-image {
  position: relative; }

#wrap-image > img {
  width: 100%; }

#wrap-header-nav {
/*  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto; */}

header {
  display: block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.93);
  margin: 0px 0 0px; }

.header-navigation {
  margin: 5px 0 8px auto;
  padding-top: 0px;
  display: block;
  text-align: right; }

.header-navigation ul {
  display: inline-block;
  margin: 0;
  margin-left: auto;
  padding: 0; }

.header-navigation ul li {
  position: relative;
  float: left;
  line-height: 27px; }

.header-navigation ul li a {
  padding: 2px 14px 4px 34px;
  text-decoration: none;
  color: #000000;
  font-size: 13px;
  line-height: 13px; }

.header-navigation ul li a img {
  padding-top: 11px;
  margin-right: 3px; }

.header-navigation ul li a:hover {
  color: #307a00; }

.header-navigation ul li:after {
  display: block;
  clear: both;
  content: ""; }

.header-navigation ul li:last-child {
  border-right: 0; }

.header-navigation ul li:nth-child(1) {
  background-image: url(../img/header-nav-icon1.png);
  background-repeat: no-repeat;
  background-position: top 8px left 10px; }

.header-navigation ul li:nth-child(2) {
  background-image: url(../img/header-nav-icon2.png);
  background-repeat: no-repeat;
  background-position: top 8px left 13px; }

.header-navigation ul li:nth-child(3) {
  background-image: url(../img/header-nav-icon3.png);
  background-repeat: no-repeat;
  background-position: top 8px left 16px; }

.header-navigation ul li:nth-child(4) {
  background-image: url(../img/header-nav-icon4.png);
  background-repeat: no-repeat;
  background-position: top 8px left 13px; }

.header-navigation ul:after {
  clear: both;
  content: "";
  display: block; }

.header-navigation:after {
  display: block;
  clear: both;
  content: ""; }

#tel_num {
  display: block;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Times New Roman", Garamond, "ヒラギノ明朝 Pro ";
  font-size: 28px;
  line-height: 1.0;
  margin: 4px 10px 0 0; }

#tel_num a {
  text-decoration: none; }

li.header-navigation-list:after {
  border-right: 1px solid #B3B3B3;
  content: "";
  height: 20px;
  position: absolute;
  top: 5px;
  right: 0; }

li.header-navigation-list:last-child:after {
  border: none; }

nav {
  background-color: rgba(255, 255, 255, 0.93);
  display: block;
  position: absolute;
  top: 0;
  box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  overflow: hidden;
  float: left; }

nav .content > ul {
  padding: 4px 0 6px;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  nav .content > ul::before {
    display: block;
    width: 9999px;
    transform: translateX(-50%);
    border-bottom: 1px solid #B3B3B3;
    content: "";
    top: 0;
    position: absolute; }

nav .content > ul li:first-child {
  border-left: 1px solid #B3B3B3; }

nav .content > ul li:hover::after {
  content: "";
  width: 98.5%;
  border: 2.5px solid #1A4400;
  position: absolute;
  top: 40px; }

nav .content > ul li a {
  position: relative; }

nav .content > ul li a.current:after {
  content: "";
  left: 0;
  width: 98.5%;
  border: 2.5px solid #1A4400;
  position: absolute;
  top: 40px; }

#headouter {
  position: relative;
  z-index: 9999; }

#header-logo {
  float: left;
  padding: 10px 0 0; }

#header-logo h1 {
  display: inline-block; }

#header-logo a {
  display: inline-block;
  width: 260px;
  height: 58px;
  text-indent: -9999px;
  background-image: url(../img/header-logo.png);
  background-repeat: no-repeat; }

.global-navigation-list {
  border-right: 1px solid #B3B3B3;
  position: relative;
  width: 20%; }

.global-navigation-list a {
  padding: 5px 0;
  display: block;
  color: #000000;
  text-align: center;
  text-decoration: none;
  font-size: 16px; }

#main-product {
  background-color: #F5F5ED; }

#main-product h2 {
  background-color: #1A4400;
  color: #ffffff;
  text-align: center;
  padding: 30px 0;
  font-size: 28px; }

#main-product .content {
  padding: 42px 0 48px; }

#main-product .content ul {
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  /*justify-content: center;*/ }

#main-product .content .product-list:nth-child(4n) {
  margin-right: 0; }

#main-product .content .product-list:nth-child(n + 5) {
  margin-top: 20px; }

.wc_anctxt {
  padding-top: 140px;
  /* 固定するもののheightと同じpx値 */
  margin-top: -140px;
  /* 固定するもののheightと同じpx値 */ }

/*--------------
 TOP layout
--------------*/
.product-list {
  background-color: white;
  margin-right: 20px;
  position: relative;
  width: 285px; }

.product-list img {
  width: 100%;
  height: auto; }

.product-list h3 {
  /*font-family: $font-gc2;*/
  background-color: #1A4400;
  padding: 13px 0;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  width: 250px;
  width: 88%;
  margin: 0 auto;
  margin-top: -25px;
  position: relative;
  font-style: italic; }

.product-list ul {
  padding: 10px 0 7px 0; }

.product-list ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin: 0 auto;
  width: 250px;
  width: 88%;
  font-size: 14px;
  color: #333333; }

.product-list ul li::before {
  content: "・"; }

@media screen and (max-width: 1199px) {
  .product-list {
    width: 23.5%; } }

#main-link {
  background-color: #ffffff;
  margin: 40px 0; }

#main-link .content ul {
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0; }

#main-link .content ul li:nth-child(3n-2) {
  margin-left: 0; }

#main-link .content ul li:nth-child(n + 4) {
  margin-top: 15px; }

/*ここに、ナビゲーション的なリンクリストが入る TAS用 */
.main-nav-list {
  height: auto;
  margin-left: 15px;
  position: relative;
  width: 390px; }

.main-nav-list img {
  width: 100%;
  height: auto; }

.main-nav-list .img-explanation {
  background-image: url(../img/main-link-imageicon.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-bottom: 50px;
  margin: 41px 41px 30px 45px;
  position: absolute;
  width: 305px;
  width: 78.3%;
  top: 0;
  transition: all 0.5s ease 0s; }

.main-nav-list .img-explanation h3 {
  font-size: 40px;
  color: #ffffff;
  font-weight: bolder;
  letter-spacing: -1.8px; }

		  .wlkb a{
			  text-decoration:none;
		  }
.main-nav-list .img-explanation p {
  margin-top: 6px;
  font-size: 15px;
  color: #ffffff; }

.main-nav-list:hover .img-explanation {
  width: 86%; }

@media screen and (max-width: 1200px) {
  .main-nav-list {
    width: 32.0%; } }

#main-explanation {
  background-color: #E0EFDC;
  padding-top: 45px;
  font-family: "Roboto", Helvetica Neue, Helvetica, YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo; }

#main-explanation .content h2 {
  color: #1A4400;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.9;
  padding-bottom: 42px;
  text-align: center;
  font-family: "Roboto", Helvetica Neue, Helvetica, YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo; }

#main-explanation .content p {
  color: #000000;
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
  font-family: "Roboto", Helvetica Neue, Helvetica, YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo; }

#main-explanation .content ul {
  margin: 0 auto;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 46px 0 51px; }

#main-explanation .content ul li {
  font-family: 'Roboto', Helvetica Neue, Helvetica, YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo; }

#main-explanation .content ul li:nth-child(3n) {
  margin-right: 0; }

#main-explanation .content ul li:nth-child(n + 4) {
  margin-top: 20px; }

.company-link-list {
  border: 2px solid #1A4400;
  height: 50px;
  margin-right: 20px;
  width: 256px; }

.company-link-list a {
  display: block;
  text-align: center;
  padding: 9px 0 9px 8px;
  color: #1A4400;
  font-weight: bold;
  text-decoration: none;
  font-size: 17px; }

.company-link-list a .link-list-content {
  padding-left: 15px;
  background-image: url(../img/main-link-listicon.png);
  background-repeat: no-repeat;
  background-position: top 3px left 0px; }

#main-news {
  background-color: #ffffff;
  position: relative; }

#main-news .content {
  background-image: url(../img/new-background.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-top: 50px;
  width: 1000px; }

#main-news .content h2 {
  color: #1A4400;
  font-size: 46px; }

#main-news .content ul {
  padding: 0;
  margin: 22px 0 61px; }

#main-news .content ul li {
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 23px; }

#main-news .content ul li:last-child {
  margin-bottom: 0; }

#main-news .content ul li h3 {
  border-right: 1px dotted #B3B3B3;
  color: #263238;
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  float: left;
  padding: 0 14px 0 8px; }

#main-news .content ul li p {
  display: inline-block;
  padding-left: 26px;
  width: 695px;
  color: #333333;
  font-size: 15px;
  letter-spacing: -0.01em; }

footer {
  background-color: #ffffff; }

footer .content {
  align-items: flex-start;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  padding: 23px 0 21px; }

footer .content #footer-logo {
  align-self: center;
  width: 248px; }

footer .content #footer-logo img {
  margin: 0 auto; }

footer .content #footer-about {
  padding: 0;
  width: 317px; }

footer .content #footer-about h3 {
  color: #333333;
  font-weight: bold;
  font-size: 16px; }

footer .content #footer-about p {
  color: #333333;
  font-size: 13px;
  letter-spacing: -0.01em; }

footer .content #footer-about adress {
  color: #333333;
  font-size: 13px;
  letter-spacing: -0.01em; }

footer .content #footer-copyright {
  align-self: flex-end;
  margin-left: auto;
  width: 435px; }

footer .content #footer-copyright small {
  bottom: 0;
  display: block;
  text-align: right;
  right: 0;
  color: #333333;
  font-size: 10px;
  letter-spacing: -0.01em; }

footer .content #footer-copyright small a {
  text-decoration: none;
  color: #333333;
  font-size: 10px;
  letter-spacing: -0.01em; }

footer #footer-before {
  background-color: #F1F1F1;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  content: "";
  display: block;
  height: 50px;
  width: 100%;
  position: relative; }

footer #gotop {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 54px;
  margin-left: -27px;
  background: url(../img/gotop_a.png) no-repeat center 50px;
  overflow: hidden;
  text-align: center; }

footer #gotop img {
  vertical-align: top; }

footer #gotop a {
  padding: 16px 0 16px;
  display: block;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background: url(../img/gotop_a.png) no-repeat center 50px; }

footer #gotop a:hover {
  padding: 10px 0 22px;
  background-position: center 32px; }

/* RESPONSIVE*/
@media screen and (max-width: 680px) {
  #wrap_header_nav {
    display: flex; }
  #main-explanation,
  #main-news {
    padding-right: 2%;
    padding-left: 2%; }
  #wrap_header {
    z-index: 101; }
  .content {
    width: 100%;
    min-width: 0; }
  nav .content {
    padding: 5px 0;
    max-height: none;
    display: flex;
    flex-wrap: wrap; }
    nav .content .header-navigation {
      order: 2;
      margin: 0; }
      nav .content .header-navigation ul li {
        display: block;
        width: 100%;
        margin: 5px 0;
        text-align: center; }
        nav .content .header-navigation ul li::after {
          display: none; }
        nav .content .header-navigation ul li a {
          display: inline-block;
          width: 100%;
          padding: 0;
          font-size: 16px;
          border: none; }
      nav .content .header-navigation #tel_num {
		padding:10px 0;
		background:#efefef;
        margin: 10px 0 0; }
    nav .content ul {
      width: 100%;
      order: 1;
      padding: 0; }
      nav .content ul::before {
        display: none; }
      nav .content ul li {
        border: none; }
        nav .content ul li a.current::after {
          display: none; }
        nav .content ul li:hover::after {
          display: none; }
  .block01 p {
    font-size: 15px; }
  #headouter {
    background-color: transparent; }
  nav.drawer-nav {
    z-index: 9999; }
    nav.drawer-nav .content ul {
      display: block; }
      nav.drawer-nav .content ul li.global-navigation-list {
        width: 100%; }
  #header-logo {
    float: none;
	padding-left:10px;
    width: 100%; }
	#category-history .content ul {
		padding:0px 10px;
		justify-content: flex-start;
	}
	#category-history .content ul.parent {
		padding:10px 10px;
	}
  #category-history .content ul li.category-li {
    padding: 0px 15px 0px 15px; }
    #category-history .content ul li.category-li a {
      font-size: 12px; }
  #main-product .content ul {
      display: block; }
    #main-product .content ul li.product-list {
      width: 100%; }
  #main-explanation li.company-link-list {
    display: block;
    width: 100%;
    margin: 0; }
  #main-link {
    margin: 0; }
    #main-link .content ul {
      display: block; }
      #main-link .content ul li.main-nav-list {
        width: 100%;
        margin-left: 0; }
        #main-link .content ul li.main-nav-list .img-explanation {
          height: 100%;
          padding: 0;
          margin: 0;
          width: 100%;
          box-sizing: border-box;
          padding: 10% 0 0 10%;
          background-position: bottom 10% right 10%; }
  #main-news .content {
    width: 100%; }
    #main-news .content > ul {
      max-height: 250px;
      overflow: auto; }
      #main-news .content > ul li p {
        padding-left: 10px; }
  footer .content {
	padding: 20px 0 0px;
    display: block; }
    footer .content #footer-copyright {
      width: 100%; }
      footer .content #footer-copyright small {
        text-align: center; }
    footer .content #footer-logo {
      margin: 0 auto; }
    footer .content #footer-about {
      width: 100%;
      text-align: center; } 

.slide_wrap {
    padding: 0px 0 0;
}
.slide_cap{
	letter-spacing: .05em;
	font-size: 30px;
}
#main-product .content {
    padding: 20px 0 20px;
}
#main-explanation{
	padding-top: 32px;
}
#main-explanation .content h2 {
    font-size: 20px;
	padding-bottom: 32px;
	line-height: 1.7;
}
#main-explanation .content p {
    text-align: left;
}
#main-explanation .content ul{
	padding: 32px 10px ;}
footer .content #footer-about h3 {
	margin:0 0 10px;
}
.header-navigation ul li {
	background-image:none!important;
}

}

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

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

/* END WC Default Style
 * =================================================================================
**/
/* WC Edit Style
 * =================================================================================
**/  
.wcedit_400184715301 .slide_wrap {
	max-height:660px;
	width:100%;
	overflow:auto;
}
.wcedit_400184715301 .slide_cap {
	top:150px;
}

/* END:WC Edit Style
 * =================================================================================
**/
/* WC Select Style
 * =================================================================================
**/
.wcselect_400184715301 #navi-sub > div,
.wcselect_400184715301 #to-form > div,
.wcselect_400184715301 #navi-main ul > div {
  display: flex;
  flex-flow: row wrap;
  width: 100%; }

  .wcselect_400184715301 .sp-slides {
	height: 600px;
	width:100%;
	overflow:auto;
	}
	.wcselect_400184715301 .slide_cap {
		top:150px;
	}
.wcselect_400184715301 .slide_wrap .sp-slides > div{
	width: 100%;
	}
  .wcselect_400184715301 .sp-slide{
		display: block;
		width: auto;
		position: static;
	}


.wcselect_400184715301 .banner-box1 ul > div {
  display: flex;
  flex-flow: row wrap; }

.wcselect_400184715301 .banner-box2 ul > div {
  display: flex;
  flex-flow: row wrap; }

.wcselect_400184715301 .banner-box3 ul > div {
  display: flex;
  flex-flow: row wrap; }

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

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

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

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

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

.wcselect_400184715301 #footerlink ul div {
  display: flex;
  flex-flow: row wrap;
  width: auto; }

.wcselect_400184715301 .list-linkbox ul > div,
.wcselect_400184715301 .propertylist ul > div,
.wcselect_400184715301 #panlist ul > div {
  display: flex;
  flex-flow: row wrap;
  width: 100%; }

.wcselect_400184715301 nav .content ul > div {
  padding: 4px 0 6px;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  width: 100%; }

.wcselect_400184715301 #main-product .content ul > div {
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.wcselect_400184715301 #main-link .content ul > div {
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0; }

.wcselect_400184715301 #category-history ul > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.wcselect_400184715301 .product-image-list ul > div {
  display: flex;
  flex-wrap: wrap; }

.wcselect_400184715301 .maintenance-block ul > div {
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex; }

.wcselect_400184715301 .general-img > div {
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.wcedit_400184715301 .sp-slide {
  position: relative; }

.wcedit_400184715301 dl.voice dd,
.wcselect_400184715301 dl.voice dd {
  display: block; }

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

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

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


  .wcarea_400184715301 .sp-slide{
		display: block;
		width: auto;
		position: static;
	}
	
  .wcarea_400184715301 .sp-image{
		display: block!important;
		opacity: 1!important;
	}

/* END:WC Area Style
 * =================================================================================
**/
/* WC Other Style
 * =================================================================================
**/
.wc_addYoutube_span {
  padding: 24px; }

.wc_addYoutube_span:before {
  content: " ";
  margin: 0 auto;
  display: block;
  width: 250px;
  height: 250px;
  background: url(../img/youtube.png) no-repeat center; }

.wc_addGoogleMap_span {
  padding: 24px; }

.wc_addGoogleMap_span:before {
  content: " ";
  margin: 0;
  display: block;
  width: 250px;
  height: 250px;
  background: url(../img/googlemap.png) no-repeat top left; }

.wc_facebook_span {
  padding: 24px; }

.wc_facebook_span:before {
  content: " ";
  margin: 0 auto;
  display: block;
  width: 250px;
  height: 250px;
  background: url(../img/facebook.png) no-repeat top left; }

.tableBlock {
  width: 95%; }

.tableBlock2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto; }

.axwrite {
  height: 0px;
  overflow: hidden; }
  
.news-header h3 {
    padding: 16px 0;
        padding-bottom: 16px;
    font-size: 20px;
    font-size: 1.25rem;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
}

.news-header .date {
    position: relative;
    text-align: right;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 20px 0;
    font-family: 'Oswald', serif;
    color: #999999;
    letter-spacing: 0;
    font-weight: 400;
}

.news-header .date .cat1 {
    display: inline-block;
    background: #295011;
    color: #fff;
    padding: 0 8px;
    margin: -2px 0 0 14px;
    width: auto;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
}

.submenu {
  display: flex;
  flex-flow: row wrap; }
  .submenu li {
    width: 32%;
    margin: 0 2% 8px 0; }
    .submenu li:nth-child(3n) {
      margin-right: 0; }
    .submenu li a {
      display: block;
      padding: 14px 20px 14px 10px;
      background: #fff;
      text-decoration: none;
	  font-size:14px;
      font-weight: bold;
      position: relative;
      color: #274E0F;
      border: 1px solid #274E0F;
      transition: all 0.6s;
      border-radius: 5px; }
      .submenu li a:after {
        content: "";
        position: absolute;
        top: 0;
        right: 4%;
        bottom: 0;
        margin: auto;
        width: 6px;
        height: 6px;
        border-top: 2px solid #274E0F;
        border-right: 2px solid #274E0F;
        transform: rotate(45deg);
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
      .submenu li a:hover {
        background: #274E0F;
        color: #fff; }
        .submenu li a:hover:after {
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          transform: rotate(135deg); }
  .submenu.submenu4 li {
    width: 23.5%; }
    .submenu.submenu4 li:nth-child(3n) {
      margin-right: 2%; }
    .submenu.submenu4 li:nth-child(4n) {
      margin-right: 0; }

@media screen and (max-width: 680px) {
.submenu li,.submenu li:nth-child(3n) {
    width: 100%;
    margin: 0 2% 8px ;
}

}

/* END:WC Other Style
 * =================================================================================
**/
/* END:WC Style
 * =================================================================================
**/

/*# sourceMappingURL=style.css.map */
