@charset "UTF-8";
/* ==========================================================================
   baseset
   ========================================================================== */
/* 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 display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "sans-serif";
  /* 3 */
  line-height: 1.75;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */ }

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

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

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling 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 */ }

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 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; }

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000; }

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

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%; }

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%;
  /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor; }

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

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline when hovering in all browsers (opinionated).
 */
a:hover {
  outline-width: 0; }

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed; }

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent;
  /* 1 */
  border-style: none;
  /* 1 */
  color: inherit;
  /* 1 */
  font-size: 1em;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

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

/**
 * 1. Prevent the 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.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

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

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0; }

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-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 for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: .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 */ }

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default; }

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation; }

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden="false"] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

[hidden][aria-hidden="false"]:focus {
  clip: auto; }

/* baseset
   ========================================================================== */
/* setting 初期設定 */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: 1em;
  margin: 0; }

ol,
ul,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style-type: none; }

a {
  color: #7cb31d;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

:root {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  font-size: 10px; }

body {
  /* 基本設定 */
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: #666;
  min-width: 1000px; }

button, input, select, textarea {
  border: 1px solid #ccc; }

input[type="file"] {
  border-style: none; }

input[type="image"] {
  border: none; }

/* For modern browsers */
.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.cf:after,
.clearfix:after {
  clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.cf,
.clearfix {
  zoom: 1; }

/* height setting */
.minHgtNT {
  min-height: inherit !important; }

.HgtNT {
  height: inherit !important; }

/* float setting */
.clear {
  overflow: hidden;
  _zoom: 1;
  /* hack for ie6 */ }

.floatL {
  float: left !important; }

.floatR {
  float: right !important; }

.floatNT {
  float: none !important; }

.ovflowHid {
  overflow: hidden; }

/* text-align setting */
.txtL {
  text-align: left !important; }

.txtC {
  text-align: center !important; }

.txtR {
  text-align: right !important; }

/* line-height setting*/
.lh03 {
  line-height: 0.3; }

.lh05 {
  line-height: 0.5; }

.lh08 {
  line-height: 0.8; }

.lh10 {
  line-height: 1; }

.lh11 {
  line-height: 1.1; }

.lh12 {
  line-height: 1.2; }

.lh13 {
  line-height: 1.3; }

.lh14 {
  line-height: 1.4; }

.lh14 {
  line-height: 1.5; }

.lh16 {
  line-height: 1.6; }

.lh18 {
  line-height: 1.8; }

.lh20 {
  line-height: 2; }

.lh25 {
  line-height: 2.5; }

/* fontsize setting */
.fsz010px {
  font-size: 10px !important; }

.fsz011px {
  font-size: 11px !important; }

.fsz012px {
  font-size: 12px !important; }

.fsz014px {
  font-size: 14px !important; }

.fsz016px {
  font-size: 16px !important; }

.fsz018px {
  font-size: 18px !important; }

.fsz020px {
  font-size: 20px !important; }

.fsz022px {
  font-size: 22px !important; }

.fsz024px {
  font-size: 24px !important; }

.fsz026px {
  font-size: 26px !important; }

.fsz028px {
  font-size: 28px !important; }

.fsz032px {
  font-size: 32px !important; }

.fsz036px {
  font-size: 36px !important; }

.fsz040px {
  font-size: 40px !important; }

.fsz050px {
  font-size: 50px !important; }

.fsz060px {
  font-size: 60px !important; }

.fsz070px {
  font-size: 70px !important; }

.fsz080px {
  font-size: 80px !important; }

.fsz090px {
  font-size: 90px !important; }

.fsz100px {
  font-size: 100px !important; }

.fsz120px {
  font-size: 120px !important; }

.fsz150px {
  font-size: 150px !important; }

.fsz175px {
  font-size: 175px !important; }

.fsz200px {
  font-size: 200px !important; }

.fsz250px {
  font-size: 250px !important; }

.fsz300px {
  font-size: 300px !important; }

.fsz010 {
  font-size: 10% !important; }

.fsz020 {
  font-size: 20% !important; }

.fsz030 {
  font-size: 30% !important; }

.fsz040 {
  font-size: 40% !important; }

.fsz050 {
  font-size: 50% !important; }

.fsz060 {
  font-size: 60% !important; }

.fsz070 {
  font-size: 70% !important; }

.fsz080 {
  font-size: 80% !important; }

.fsz090 {
  font-size: 90% !important; }

.fsz100 {
  font-size: 100% !important; }

.fsz110 {
  font-size: 110% !important; }

.fsz120 {
  font-size: 120% !important; }

.fsz130 {
  font-size: 130% !important; }

.fsz140 {
  font-size: 140% !important; }

.fsz150 {
  font-size: 150% !important; }

.fsz160 {
  font-size: 160% !important; }

.fsz170 {
  font-size: 170% !important; }

.fsz180 {
  font-size: 180% !important; }

.fsz190 {
  font-size: 190% !important; }

.fsz200 {
  font-size: 200% !important; }

.fsz250 {
  font-size: 250% !important; }

.fsz300 {
  font-size: 300% !important; }

/* fontweight-style setting */
.fwBold {
  font-weight: bold !important; }

.fwNml {
  font-weight: normal !important; }

.fwItl {
  font-style: italic !important; }

/* others setting */
.bgNone {
  background-image: none !important; }

.lineNone {
  border: none !important; }

span.oneword {
  white-space: nowrap;
  /*謾ｹ陦御ｽ咲ｽｮ繧偵さ繝ｳ繝医Ο繝ｼ繝ｫ*/ }

/* margint & padding setting */
.mt00 {
  margin-top: 0 !important; }

.mt01 {
  margin-top: 1px !important; }

.mt02 {
  margin-top: 2px !important; }

.mt03 {
  margin-top: 3px !important; }

.mt04 {
  margin-top: 4px !important; }

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

.mt06 {
  margin-top: 6px !important; }

.mt07 {
  margin-top: 7px !important; }

.mt08 {
  margin-top: 8px !important; }

.mt09 {
  margin-top: 9px !important; }

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

.mt11 {
  margin-top: 11px !important; }

.mt12 {
  margin-top: 12px !important; }

.mt13 {
  margin-top: 13px !important; }

.mt14 {
  margin-top: 14px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr01 {
  margin-right: 1px !important; }

.mr02 {
  margin-right: 2px !important; }

.mr03 {
  margin-right: 3px !important; }

.mr04 {
  margin-right: 4px !important; }

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

.mr06 {
  margin-right: 6px !important; }

.mr07 {
  margin-right: 7px !important; }

.mr08 {
  margin-right: 8px !important; }

.mr09 {
  margin-right: 9px !important; }

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

.mr11 {
  margin-right: 11px !important; }

.mr12 {
  margin-right: 12px !important; }

.mr13 {
  margin-right: 13px !important; }

.mr14 {
  margin-right: 14px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb01 {
  margin-bottom: 1px !important; }

.mb02 {
  margin-bottom: 2px !important; }

.mb03 {
  margin-bottom: 3px !important; }

.mb04 {
  margin-bottom: 4px !important; }

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

.mb06 {
  margin-bottom: 6px !important; }

.mb07 {
  margin-bottom: 7px !important; }

.mb08 {
  margin-bottom: 8px !important; }

.mb09 {
  margin-bottom: 9px !important; }

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

.mb11 {
  margin-bottom: 11px !important; }

.mb12 {
  margin-bottom: 12px !important; }

.mb13 {
  margin-bottom: 13px !important; }

.mb14 {
  margin-bottom: 14px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb03em {
  margin-bottom: 0.3em !important; }

.mb04em {
  margin-bottom: 0.4em !important; }

.mb05em {
  margin-bottom: 0.5em !important; }

.mb06em {
  margin-bottom: 0.6em !important; }

.mb07em {
  margin-bottom: 0.7em !important; }

.mb08em {
  margin-bottom: 0.8em !important; }

.mb09em {
  margin-bottom: 0.9em !important; }

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

.mb11em {
  margin-bottom: 1.1em !important; }

.mb12em {
  margin-bottom: 1.2em !important; }

.mb13em {
  margin-bottom: 1.3em !important; }

.mb14em {
  margin-bottom: 1.4em !important; }

.mb15em {
  margin-bottom: 1.5em !important; }

.mb16em {
  margin-bottom: 1.6em !important; }

.mb17em {
  margin-bottom: 1.7em !important; }

.mb18em {
  margin-bottom: 1.8em !important; }

.mb19em {
  margin-bottom: 1.9em !important; }

.mb20em {
  margin-bottom: 2em !important; }

.mb25em {
  margin-bottom: 2.5em !important; }

.mb30em {
  margin-bottom: 3em !important; }

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

.ml01 {
  margin-left: 1px !important; }

.ml02 {
  margin-left: 2px !important; }

.ml03 {
  margin-left: 3px !important; }

.ml04 {
  margin-left: 4px !important; }

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

.ml07 {
  margin-left: 7px !important; }

.ml08 {
  margin-left: 8px !important; }

.ml09 {
  margin-left: 9px !important; }

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

.ml11 {
  margin-left: 11px !important; }

.ml12 {
  margin-left: 12px !important; }

.ml13 {
  margin-left: 13px !important; }

.ml14 {
  margin-left: 14px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.mg00 {
  margin: 0 !important; }

.mg05 {
  margin: 5px !important; }

.mg10 {
  margin: 10px !important; }

.mg15 {
  margin: 15px !important; }

.mg20 {
  margin: 20px !important; }

.mg25 {
  margin: 25px !important; }

.mg30 {
  margin: 30px !important; }

.mg40 {
  margin: 40px !important; }

.mg50 {
  margin: 50px !important; }

.mg60 {
  margin: 60px !important; }

.mg70 {
  margin: 70px !important; }

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

.pt01 {
  padding-top: 1px !important; }

.pt02 {
  padding-top: 2px !important; }

.pt03 {
  padding-top: 3px !important; }

.pt04 {
  padding-top: 4px !important; }

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

.pt06 {
  padding-top: 6px !important; }

.pt07 {
  padding-top: 7px !important; }

.pt08 {
  padding-top: 8px !important; }

.pt09 {
  padding-top: 9px !important; }

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

.pt11 {
  padding-top: 11px !important; }

.pt12 {
  padding-top: 12px !important; }

.pt13 {
  padding-top: 13px !important; }

.pt14 {
  padding-top: 14px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr01 {
  padding-right: 1px !important; }

.pr02 {
  padding-right: 2px !important; }

.pr03 {
  padding-right: 3px !important; }

.pr04 {
  padding-right: 4px !important; }

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

.pr06 {
  padding-right: 6px !important; }

.pr07 {
  padding-right: 7px !important; }

.pr08 {
  padding-right: 8px !important; }

.pr09 {
  padding-right: 9px !important; }

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

.pr11 {
  padding-right: 11px !important; }

.pr12 {
  padding-right: 12px !important; }

.pr13 {
  padding-right: 13px !important; }

.pr14 {
  padding-right: 14px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb01 {
  padding-bottom: 1px !important; }

.pb02 {
  padding-bottom: 2px !important; }

.pb03 {
  padding-bottom: 3px !important; }

.pb04 {
  padding-bottom: 4px !important; }

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

.pb06 {
  padding-bottom: 6px !important; }

.pb07 {
  padding-bottom: 7px !important; }

.pb08 {
  padding-bottom: 8px !important; }

.pb09 {
  padding-bottom: 9px !important; }

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

.pb11 {
  padding-bottom: 11px !important; }

.pb12 {
  padding-bottom: 12px !important; }

.pb13 {
  padding-bottom: 13px !important; }

.pb14 {
  padding-bottom: 14px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl01 {
  padding-left: 1px !important; }

.pl02 {
  padding-left: 2px !important; }

.pl03 {
  padding-left: 3px !important; }

.pl04 {
  padding-left: 4px !important; }

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

.pl06 {
  padding-left: 6px !important; }

.pl07 {
  padding-left: 7px !important; }

.pl08 {
  padding-left: 8px !important; }

.pl09 {
  padding-left: 9px !important; }

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

.pl11 {
  padding-left: 11px !important; }

.pl12 {
  padding-left: 12px !important; }

.pl13 {
  padding-left: 13px !important; }

.pl14 {
  padding-left: 14px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.pd00 {
  padding: 0 !important; }

.pd05 {
  padding: 5px !important; }

.pd10 {
  padding: 10px !important; }

.pd15 {
  padding: 15px !important; }

.pd20 {
  padding: 20px !important; }

.pd25 {
  padding: 25px !important; }

.pd30 {
  padding: 30px !important; }

.pd40 {
  padding: 40px !important; }

.pd50 {
  padding: 50px !important; }

.pd60 {
  padding: 60px !important; }

.pd70 {
  padding: 70px !important; }

/* border-radius setting */
.radius002 {
  border-radius: 2px; }

.radius003 {
  border-radius: 3px; }

.radius004 {
  border-radius: 4px; }

.radius006 {
  border-radius: 6px; }

.radius008 {
  border-radius: 8px; }

.radius010 {
  border-radius: 10px; }

.radius012 {
  border-radius: 12px; }

.radius014 {
  border-radius: 14px; }

.radius016 {
  border-radius: 16px; }

.radius018 {
  border-radius: 18px; }

.radius020 {
  border-radius: 20px; }

.radius024 {
  border-radius: 24px; }

.radius032 {
  border-radius: 32px; }

.radius036 {
  border-radius: 36px; }

.radius040 {
  border-radius: 40px; }

.radius050 {
  border-radius: 50px; }

.radius060 {
  border-radius: 60px; }

.radius070 {
  border-radius: 70px; }

.radius080 {
  border-radius: 80px; }

.radius090 {
  border-radius: 90px; }

.radius100 {
  border-radius: 100px; }

/* width setting */
.width100pr {
  width: 100% !important; }

.width095pr {
  width: 95% !important; }

.width090pr {
  width: 90% !important; }

.width085pr {
  width: 85% !important; }

.width080pr {
  width: 80% !important; }

.width075pr {
  width: 75% !important; }

.width070pr {
  width: 70% !important; }

.width065pr {
  width: 65% !important; }

.width060pr {
  width: 60% !important; }

.width055pr {
  width: 55% !important; }

.width050pr {
  width: 50% !important; }

.width045pr {
  width: 45% !important; }

.width040pr {
  width: 40% !important; }

.width035pr {
  width: 35% !important; }

.width030pr {
  width: 30% !important; }

.width025pr {
  width: 25% !important; }

.width020pr {
  width: 20% !important; }

.width015pr {
  width: 15% !important; }

.width010pr {
  width: 10% !important; }

.width005pr {
  width: 5% !important; }

/* fontcolor setting*/
.red {
  color: #FF0000 !important; }

.pastelblue {
  color: #1A85D3 !important; }

.linkblue {
  color: #0033CC !important; }

.orange {
  color: #FF6C3C !important; }

.darkorange {
  color: #FD6602 !important; }

.brightred {
  color: #e83e3e !important; }

.darkred {
  color: #CC0000 !important; }

.yellow {
  color: #FFCC00 !important; }

.green {
  color: #1D7425 !important; }

.brown {
  color: #993300 !important; }

.white {
  color: #FFFFFF !important; }

.black {
  color: #000000 !important; }

/* ==========================================================================
   pages
   ========================================================================== */
/* index
   ========================================================================== */
.btn {
  display: block; }

.cont-in {
  width: 1000px;
  margin: 0 auto; }

.col3-list {
  letter-spacing: -.40em;
  margin: 0 0 0 -20px; }
  .col3-list li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    margin: 20px 0 0 20px;
    width: 320px; }
    .col3-list li .btn {
      background: url(../../img/product-s-btn_on.jpg) no-repeat; }
      .col3-list li .btn:hover {
        background-color: transparent; }
        .col3-list li .btn:hover img {
          visibility: hidden; }

.col2-list {
  letter-spacing: -.40em;
  margin: 0 0 0 -20px; }
  .col2-list li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    margin: 20px 0 0 20px;
    width: 490px; }
    .col2-list li .btn {
      background: url(../../img/product-s-btn-490_on.jpg) no-repeat; }
      .col2-list li .btn:hover {
        background-color: transparent; }
        .col2-list li .btn:hover img {
          visibility: hidden; }


#sec-main {
  background: url(../../img/main_bg.jpg) no-repeat center top; }

#sec-product01 {
  background: url(../../img/product01_bg.jpg) no-repeat center top;
  padding: 40px 0 60px; }
  #sec-product01 .product01_list li .btn {
    background: url(../../img/product01-02_on.jpg) no-repeat; }
    #sec-product01 .product01_list li .btn:hover {
      background-color: transparent; }
      #sec-product01 .product01_list li .btn:hover img {
        visibility: hidden; }

.sec-product02 {
  background: url(../../img/product02_bg.jpg) repeat-y center top;
  padding: 40px 0 60px; }
  .sec-product02 .btn {
    background: url(../../img/product02_item02_on.png) no-repeat; }
    .sec-product02 .btn:hover {
      background-color: transparent; }
      .sec-product02 .btn:hover img {
        visibility: hidden; }

#sec-detail {
  background: url(../../img/detail_bg.jpg) no-repeat center top; }

#sec-reason {
  background: url(../../img/reason_bg.jpg) no-repeat center top;
  padding-bottom: 50px; }

#sec-kodawari01 {
  background: url(../../img/kodawari01_bg.jpg) no-repeat center top;
  padding-bottom: 60px; }

#sec-toyohashi {
  background: url(../../img/toyohashi_bg.jpg) no-repeat center top; }

#sec-kodawari02 {
  background: url(../../img/kodawari02_bg.jpg) no-repeat center top; }

#sec-media {
  background: url(../../img/media_bg.jpg) no-repeat center top;
  border-top: 5px solid #000;
  padding-bottom: 60px; }
  #sec-media h2 {
    padding-bottom: 818px; }

#sec-voice {
  background: url(../../img/voice_bg.jpg) no-repeat center top;
  border-bottom: 5px solid #000;
  height: 1050px; }

#sec-production {
  background: url(../../img/production_bg.jpg) no-repeat center top;
  border-top: 5px solid #000;
  border-bottom: 5px solid #000; }

#sec-shop {
  background: url(../../img/shop_bg.jpg) no-repeat center top; }

footer {
  text-align: center;
  padding: 15px 0; }

#copyright {
  font-size: 18px;
  font-size: 1.8rem; }
