@charset "UTF-8";
/* ==================================================================

20XX/XX （株）橋本確文堂作成
---------------
推奨ブラウザ
---------------
Internet Explorer 最新版
Firefox 最新版
Safari 最新版
Google Chrome 最新版
Microsoft Edge 最新版

================================================================== */
/* =================================
大コメント
================================= */
/* 中コメント
--------------------------------- */
/* 小コメント */
/* ==================================================================
インポート
================================================================== */
/* Setting
--------------------------------- */
/* =================================
ベンダープレフィックス
================================= */
/* =================================
ブレイクポイント
================================= */
/* =================================
コンテンツサイズ
================================= */
/* =================================
フォント
================================= */
/* =================================
カラー
================================= */
/* =================================
ボーダー
================================= */
/* =================================
ボタン
================================= */
/* Mixin
--------------------------------- */
/* =================================
ベンダープレフィックス
================================= */
/* =================================
clearfix
================================= */
/* =================================
transition
================================= */
/* Normalize
--------------------------------- */
/* ※不要と思われるものは消す
--------------------------------- */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

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

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

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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;
}

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

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

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/* Reset
--------------------------------- */
/* =================================
baseFont
================================= */
html {
  font-size: 62.5%;
  max-height: 100%;
  width: 100%;
}

body {
  font-family: Verdana, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  /*for IE*/
  font-size: 1.6rem;
  line-height: 1.5;
  color: #222;
}

/* =================================
Link
================================= */
a {
  text-decoration: none;
}

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

ul.list_square li {
  list-style: square;
  margin: 0 0 2em;
}

ul.list_square li li {
  margin: 0 0 1em;
}

ul.list_disc li {
  list-style: disc;
}

/* =================================
form
================================= */
input,
button,
select,
textarea {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: content-box;
}

select::-ms-expand {
  display: none;
}

input[type="text"],
input[type="date"],
input[type="password"],
select,
textarea {
  border: 2px solid #ccc;
  border-radius: 3px;
  background: #fafbfc;
  margin: 0;
  padding: 0;
}

input[type="text"],
input[type="date"],
input[type="password"] {
  padding: 2px 8px 0 8px;
}

select {
  padding: 2px 27px 0 8px;
  background-image: url(../images/caret-down.png);
  background-position: right 50%;
  background-repeat: no-repeat;
}

@media all and (-ms-high-contrast: none) {
  select {
    /* IE10,11のみ */
    padding: 5px 27px 5px 10px;
  }
}

@-moz-document url-prefix() {
  select {
    /* Firefoxのみ */
    padding: 2px 27px 0 8px;
  }
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  background-color: #fffee6;
  border-color: #fcc599;
}

input[type="text"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aaaaaa;
}

/*----- radio checkbox -----*/
/* css3未対応ブラウザの場合 */
input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  margin: 0 6px 0 5px;
}

input[type="radio"] + label.input_label,
input[type="checkbox"] + label.input_label {
  position: relative;
  display: inline-block;
  line-height: 1;
  cursor: pointer;
}

@media (min-width: 1px) {
  input[type="radio"],
  input[type="checkbox"] {
    /* display: none; */
    visibility: hidden;
    margin: 0;
    position: absolute;
  }
  input[type="radio"] + label.input_label,
  input[type="checkbox"] + label.input_label {
    padding: 0 0 0 24px;
    color: #999999;
  }
  input[type="radio"] + label.input_label::before,
  input[type="radio"] + label.input_label span.radioIcon::before,
  input[type="checkbox"] + label.input_label::before,
  input[type="checkbox"] + label.input_label span.radioIcon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 15px;
    height: 15px;
    margin-top: -2px;
    background: #fff;
  }
  input[type="checkbox"] + label.input_label::before {
    border: 2px solid #ccc;
    border-radius: 2px;
    background: #fafbfc;
  }
  input[type="checkbox"]:checked + label.input_label {
    color: #222;
  }
  input[type="checkbox"]:checked + label.input_label::before {
    border-color: #72bf44;
    background: #72bf44;
  }
  input[type="radio"]:checked + label.input_label {
    color: #222;
  }
  input[type="checkbox"]#loginState:checked + label.input_label::before {
    border-color: #ccc;
    background: #e8faf0;
  }
  input[type="radio"] + label.input_label::before,
  input[type="radio"] + label.input_label span.radioIcon::before {
    border: 2px solid #ccc;
    border-radius: 30px;
  }
  input[type="radio"]:checked + label.input_label::before,
  input[type="radio"]:checked + label.input_label span.radioIcon::before {
    background: #e8faf0;
  }
  input[type="radio"]:checked + label.input_label::after,
  input[type="radio"]:checked + label.input_label span.radioIcon::after,
  input[type="checkbox"]:checked + label.input_label::after {
    content: "";
    position: absolute;
    top: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  input[type="radio"]:checked + label.input_label::after,
  input[type="radio"]:checked + label.input_label span.radioIcon::after {
    left: 4px;
    width: 7px;
    height: 7px;
    margin-top: 2px;
    background: #72bf44;
    border-radius: 8px;
  }
  input[type="checkbox"]:checked + label.input_label::after {
    left: 3px;
    top: 19px;
    width: 9px;
    height: 6px;
    margin-top: -17px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/*----- textarea -----*/
textarea {
  padding: 6px 10px;
  font-size: 94%;
  line-height: 1.4;
}

/* Module
--------------------------------- */
/* =================================
Font
================================= */
.s-fwN {
  font-weight: normal !important;
}

.s-fwB {
  font-weight: bold !important;
}

/* =================================
Float
================================= */
.s-flL {
  float: left !important;
}

.s-flR {
  float: right !important;
}

/* =================================
Align
================================= */
.s-taL {
  text-align: left !important;
}

.s-taR {
  text-align: right !important;
}

.s-taC {
  text-align: center !important;
}

.s-vaT {
  vertical-align: top !important;
}

.s-vaM {
  vertical-align: middle !important;
}

.s-vaB {
  vertical-align: bottom !important;
}

/* =================================
Clear
================================= */
.s-clearL {
  clear: left;
}

.s-clearR {
  clear: right;
}

.s-clear {
  clear: both;
}

.s-clearFix::after {
  content: "";
  display: block;
  clear: both;
}

/* =================================
Margin
================================= */
/* All
--------------------------------- */
.s-m0 {
  margin: 0px !important;
}

.s-m5 {
  margin: 5px !important;
}

.s-m10 {
  margin: 10px !important;
}

.s-m15 {
  margin: 15px !important;
}

.s-m20 {
  margin: 20px !important;
}

.s-m25 {
  margin: 25px !important;
}

.s-m30 {
  margin: 30px !important;
}

.s-m35 {
  margin: 35px !important;
}

.s-m40 {
  margin: 40px !important;
}

.s-m45 {
  margin: 45px !important;
}

.s-m50 {
  margin: 50px !important;
}

/* Top
--------------------------------- */
.s-mt0 {
  margin-top: 0px !important;
}

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

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

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

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

.s-mt25 {
  margin-top: 25px !important;
}

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

.s-mt35 {
  margin-top: 35px !important;
}

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

.s-mt45 {
  margin-top: 45px !important;
}

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

/* Left
--------------------------------- */
.s-ml0 {
  margin-left: 0px !important;
}

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

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

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

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

.s-ml25 {
  margin-left: 25px !important;
}

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

.s-ml35 {
  margin-left: 35px !important;
}

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

.s-ml45 {
  margin-left: 45px !important;
}

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

/* Right
--------------------------------- */
.s-mr0 {
  margin-right: 0px !important;
}

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

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

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

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

.s-mr25 {
  margin-right: 25px !important;
}

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

.s-mr35 {
  margin-right: 35px !important;
}

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

.s-mr45 {
  margin-right: 45px !important;
}

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

/* Bottom
--------------------------------- */
.s-mb0 {
  margin-bottom: 0px !important;
}

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

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

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

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

.s-mb25 {
  margin-bottom: 25px !important;
}

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

.s-mb35 {
  margin-bottom: 35px !important;
}

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

.s-mb45 {
  margin-bottom: 45px !important;
}

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

/* =================================
Padding
================================= */
/* All
--------------------------------- */
.s-p0 {
  padding: 0px !important;
}

.s-p5 {
  padding: 5px !important;
}

.s-p10 {
  padding: 10px !important;
}

.s-p15 {
  padding: 15px !important;
}

.s-p20 {
  padding: 20px !important;
}

.s-p25 {
  padding: 25px !important;
}

.s-p30 {
  padding: 30px !important;
}

.s-p35 {
  padding: 35px !important;
}

.s-p40 {
  padding: 40px !important;
}

.s-p45 {
  padding: 45px !important;
}

.s-p50 {
  padding: 50px !important;
}

/* Top
--------------------------------- */
.s-pt0 {
  padding-top: 0px !important;
}

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

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

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

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

.s-pt25 {
  padding-top: 25px !important;
}

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

.s-pt35 {
  padding-top: 35px !important;
}

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

.s-pt45 {
  padding-top: 45px !important;
}

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

/* Left
--------------------------------- */
.s-pl0 {
  padding-left: 0px !important;
}

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

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

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

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

.s-pl25 {
  padding-left: 25px !important;
}

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

.s-pl35 {
  padding-left: 35px !important;
}

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

.s-pl45 {
  padding-left: 45px !important;
}

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

/* Right
--------------------------------- */
.s-pr0 {
  padding-right: 0px !important;
}

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

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

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

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

.s-pr25 {
  padding-right: 25px !important;
}

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

.s-pr35 {
  padding-right: 35px !important;
}

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

.s-pr45 {
  padding-right: 45px !important;
}

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

/* Bottom
--------------------------------- */
.s-pb0 {
  padding-bottom: 0px !important;
}

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

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

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

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

.s-pb25 {
  padding-bottom: 25px !important;
}

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

.s-pb35 {
  padding-bottom: 35px !important;
}

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

.s-pb45 {
  padding-bottom: 45px !important;
}

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

/* Width
--------------------------------- */
.s-w1 {
  width: 1% !important;
}

.s-w2 {
  width: 2% !important;
}

.s-w3 {
  width: 3% !important;
}

.s-w4 {
  width: 4% !important;
}

.s-w5 {
  width: 5% !important;
}

.s-w6 {
  width: 6% !important;
}

.s-w7 {
  width: 7% !important;
}

.s-w8 {
  width: 8% !important;
}

.s-w9 {
  width: 9% !important;
}

.s-w10 {
  width: 10% !important;
}

.s-w11 {
  width: 11% !important;
}

.s-w12 {
  width: 12% !important;
}

.s-w13 {
  width: 13% !important;
}

.s-w14 {
  width: 14% !important;
}

.s-w15 {
  width: 15% !important;
}

.s-w16 {
  width: 16% !important;
}

.s-w17 {
  width: 17% !important;
}

.s-w18 {
  width: 18% !important;
}

.s-w19 {
  width: 19% !important;
}

.s-w20 {
  width: 20% !important;
}

.s-w21 {
  width: 21% !important;
}

.s-w22 {
  width: 22% !important;
}

.s-w23 {
  width: 23% !important;
}

.s-w24 {
  width: 24% !important;
}

.s-w25 {
  width: 25% !important;
}

.s-w26 {
  width: 26% !important;
}

.s-w27 {
  width: 27% !important;
}

.s-w28 {
  width: 28% !important;
}

.s-w29 {
  width: 29% !important;
}

.s-w30 {
  width: 30% !important;
}

.s-w31 {
  width: 31% !important;
}

.s-w32 {
  width: 32% !important;
}

.s-w33 {
  width: 33% !important;
}

.s-w34 {
  width: 34% !important;
}

.s-w35 {
  width: 35% !important;
}

.s-w36 {
  width: 36% !important;
}

.s-w37 {
  width: 37% !important;
}

.s-w38 {
  width: 38% !important;
}

.s-w39 {
  width: 39% !important;
}

.s-w40 {
  width: 40% !important;
}

.s-w41 {
  width: 41% !important;
}

.s-w42 {
  width: 42% !important;
}

.s-w43 {
  width: 43% !important;
}

.s-w44 {
  width: 44% !important;
}

.s-w45 {
  width: 45% !important;
}

.s-w46 {
  width: 46% !important;
}

.s-w47 {
  width: 47% !important;
}

.s-w48 {
  width: 48% !important;
}

.s-w49 {
  width: 49% !important;
}

.s-w50 {
  width: 50% !important;
}

.s-w51 {
  width: 51% !important;
}

.s-w52 {
  width: 52% !important;
}

.s-w53 {
  width: 53% !important;
}

.s-w54 {
  width: 54% !important;
}

.s-w55 {
  width: 55% !important;
}

.s-w56 {
  width: 56% !important;
}

.s-w57 {
  width: 57% !important;
}

.s-w58 {
  width: 58% !important;
}

.s-w59 {
  width: 59% !important;
}

.s-w60 {
  width: 60% !important;
}

.s-w61 {
  width: 61% !important;
}

.s-w62 {
  width: 62% !important;
}

.s-w63 {
  width: 63% !important;
}

.s-w64 {
  width: 64% !important;
}

.s-w65 {
  width: 65% !important;
}

.s-w66 {
  width: 66% !important;
}

.s-w67 {
  width: 67% !important;
}

.s-w68 {
  width: 68% !important;
}

.s-w69 {
  width: 69% !important;
}

.s-w70 {
  width: 70% !important;
}

.s-w71 {
  width: 71% !important;
}

.s-w72 {
  width: 72% !important;
}

.s-w73 {
  width: 73% !important;
}

.s-w74 {
  width: 74% !important;
}

.s-w75 {
  width: 75% !important;
}

.s-w76 {
  width: 76% !important;
}

.s-w77 {
  width: 77% !important;
}

.s-w78 {
  width: 78% !important;
}

.s-w79 {
  width: 79% !important;
}

.s-w80 {
  width: 80% !important;
}

.s-w81 {
  width: 81% !important;
}

.s-w82 {
  width: 82% !important;
}

.s-w83 {
  width: 83% !important;
}

.s-w84 {
  width: 84% !important;
}

.s-w85 {
  width: 85% !important;
}

.s-w86 {
  width: 86% !important;
}

.s-w87 {
  width: 87% !important;
}

.s-w88 {
  width: 88% !important;
}

.s-w89 {
  width: 89% !important;
}

.s-w90 {
  width: 90% !important;
}

.s-w91 {
  width: 91% !important;
}

.s-w92 {
  width: 92% !important;
}

.s-w93 {
  width: 93% !important;
}

.s-w94 {
  width: 94% !important;
}

.s-w95 {
  width: 95% !important;
}

.s-w96 {
  width: 96% !important;
}

.s-w97 {
  width: 97% !important;
}

.s-w98 {
  width: 98% !important;
}

.s-w99 {
  width: 99% !important;
}

/* JavaScript
--------------------------------- */
.s-over {
  /* ロールオーバー呼び出し用 */
}

.s-opacityOver {
  /* opacityOver呼び出し用 */
}

/* =================================
CustomCSS
================================= */
/* Indent
--------------------------------- */
.s-hanging {
  display: block !important;
  text-indent: -1em !important;
  padding-left: 1em !important;
}

.s-hanging.s-lv2 {
  display: block !important;
  text-indent: -1.3em !important;
  padding-left: 1.3em !important;
}

.s-hanging.s-lv3 {
  display: block !important;
  text-indent: -1.5em !important;
  padding-left: 1.5em !important;
}

.s-hanging.s-lv4 {
  display: block !important;
  text-indent: -1.7em !important;
  padding-left: 1.7em !important;
}

.s-hanging.s-lv5 {
  display: block !important;
  text-indent: -2em !important;
  padding-left: 2em !important;
}

.s-hanging.s-lv6 {
  display: block !important;
  text-indent: -2.3em !important;
  padding-left: 2.3em !important;
}

.s-hanging.s-lv7 {
  display: block !important;
  text-indent: -2.5em !important;
  padding-left: 2.5em !important;
}

.s-hanging.s-lv8 {
  display: block !important;
  text-indent: -2.7em !important;
  padding-left: 2.7em !important;
}

.s-hanging.s-lv9 {
  display: block !important;
  text-indent: -3em !important;
  padding-left: 3em !important;
}

.s-hanging.s-lv10 {
  display: block !important;
  text-indent: -3.3em !important;
  padding-left: 3.3em !important;
}

.s-indent {
  text-indent: 1em !important;
}

/* Font
--------------------------------- */
.s-fsSS {
  font-size: 1.2rem !important;
}

.s-fsS {
  font-size: 1.4rem !important;
}

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

.s-fsL {
  font-size: 1.8rem !important;
}

.s-fsLL {
  font-size: 2rem !important;
}

/* Img
--------------------------------- */
.s-flImgL {
  margin: 0 0 10px 10px !important;
}

.s-flImgR {
  margin: 0 10px 10px 0 !important;
}

/* =================================
pc sp 表示切替
================================= */
@media screen and (min-width: 768px) {
  .only-pc {
    display: block;
  }
  .only-sp {
    display: none;
  }
}

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

/* Layout
--------------------------------- */
/* =================================
header
================================= */
.header {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 767px) {
  .header {
    position: static;
  }
}

.header .header-in {
  max-width: 1024px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .header .header-in {
    width: 100%;
  }
}

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

.header .header-in h1,
.header .header-in .logo {
  float: left;
  width: 280px;
  margin: 30px 0 0;
}

.header .header-in h1 img,
.header .header-in .logo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .header .header-in h1,
  .header .header-in .logo {
    float: none;
    margin: 0.4em auto 0;
    width: 240px;
  }
}

.header .header-in .mod-tel {
  font-size: 1.2rem;
  float: right;
  text-align: center;
  color: #666;
}

@media screen and (max-width: 767px) {
  .header .header-in .mod-tel {
    font-size: 1.1rem;
    float: none;
    margin: 0 0 10px;
  }
}

.header .header-in .mod-tel a {
  display: block;
  font-size: 4.2rem;
  line-height: 1;
  margin-bottom: 3px;
  color: #72bf44;
  font-weight: bold;
  font-family: Arial, "メイリオ", Meiryo, sans-serif;
}

@media screen and (max-width: 767px) {
  .header .header-in .mod-tel a {
    font-size: 3.0rem;
    text-decoration: underline;
  }
}

.header .header-in .mod-tel a.txt-email {
  font-size: 1.6rem;
  margin-bottom: 6px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .header .header-in .nav-global {
    display: none;
  }
}

.header .header-in .nav-global ul {
  width: 100%;
  padding: 0;
  margin: 0;
}

.header .header-in .nav-global ul::before {
  content: "";
  display: block;
  clear: both;
}

.header .header-in .nav-global ul li {
  float: left;
  width: 256px;
  position: relative;
}

.header .header-in .nav-global ul li::after {
  content: "";
  display: block;
  width: 2px;
  height: 40%;
  background: #5b9b35;
  position: absolute;
  top: 30%;
  right: 0;
}

.header .header-in .nav-global ul li a {
  display: block;
  text-align: center;
  padding: 20px 0 18px;
  background-color: #72bf44;
  transition: background-color 0.3s linear;
}

.header .header-in .nav-global ul li a:hover {
  background-color: #66ae3c;
}

.header .header-in .nav-global ul li:first-child a {
  border-radius: 31px 0 0 31px;
}

.header .header-in .nav-global ul li:last-child::after {
  display: none;
}

.header .header-in .nav-global ul li:last-child a {
  border-radius: 0 31px 31px 0;
}

/* =================================
footer
================================= */
.footer {
  background: #f4f5f7;
  text-align: center;
  padding: 30px 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .footer {
    font-size: 1.2rem;
  }
}

.footer p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .footer p {
    margin: 0 10px;
  }
}

.footer p + p {
  font-size: 1.2rem;
  margin-top: 15px;
}

.footer ul.link_privacy {
  margin: 8px auto 0;
  display: inline-block;
}

.footer ul.link_privacy li {
  float: left;
  margin-right: 50px;
}

.footer ul.link_privacy li a {
  color: #222;
  position: relative;
}

.footer ul.link_privacy li a:after {
  position: absolute;
  left: -15px;
  top: 50%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #666;
  margin-top: -6px;
}

.footer ul.link_privacy li a:hover {
  color: #72bf44;
}

.footer ul.link_privacy::after {
  content: "";
  display: block;
  clear: both;
}

/* =================================
コンテンツ
================================= */
/* =================================
ボタン
================================= */
.btn-inquiry-01 {
  padding: 27px 57px 22px;
  background: #fff9f0;
  border-radius: 39px;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.32);
  -ms-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.32);
  transition: background-color 0.3s linear;
}

@media screen and (max-width: 767px) {
  .btn-inquiry-01 {
    padding: 23px 0 15px;
    display: block;
    margin: 0 20px;
  }
  .btn-inquiry-01 img {
    width: auto;
    height: 21px;
  }
}

.btn-inquiry-01:hover {
  background: #fcead0;
}

.btn-inquiry-02 {
  padding: 41px 63px 22px;
  background: #f79a16;
  border-radius: 50px;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.32);
  -ms-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.32);
  transition: background-color 0.3s linear;
}

@media screen and (max-width: 767px) {
  .btn-inquiry-02 {
    padding: 23px 0 15px;
    display: block;
    margin: 0 10px;
  }
  .btn-inquiry-02 img {
    width: auto;
    height: 21px;
  }
}

.btn-inquiry-02:hover {
  background: #d37f07;
}

/* =================================
jquery.inview.min.js 用
================================= */
.view-move01-off,
.view-move02-off {
  transition: .8s;
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}

.view-move03-off {
  transition: .8s;
  opacity: 0;
  transform: translate(-60px, 0);
  -webkit-transform: translate(-60px, 0);
}

@media screen and (max-width: 767px) {
  .view-move03-off {
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
  }
}

.view-move04-off {
  transition: .8s;
  opacity: 0;
  transform: translate(60px, 0);
  -webkit-transform: translate(60px, 0);
}

@media screen and (max-width: 767px) {
  .view-move04-off {
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
  }
}

.view-move05-off::after {
  width: 0 !important;
  transition: .8s;
}

.view-move05-off span::before {
  opacity: 0;
  transition: .8s;
}

.view-move01-on,
.view-move02-on,
.view-move03-on,
.view-move04-on {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.view-move05-on::after {
  width: 200px !important;
}

@media screen and (max-width: 767px) {
  .view-move05-on::after {
    width: 160px !important;
  }
}

.view-move05-on span::before {
  opacity: 1.0;
  transition-delay: .7s;
}

/* Print
--------------------------------- */
@media print {
  .pageTop {
    display: none;
  }
}

/* Mobile
--------------------------------- */
