@charset "UTF-8";
@import url(/assets/icomoon/style.css);
@import url(form.css);
/*! de-style.css v1.0.5 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
}

/**
 * Remove all Style fro select elements. Does not quite work cross-browser
 */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

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

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

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

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 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 {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

/**
 * Fix placeholder font properties inheritance.
 */
::-webkit-input-placeholder {
  font: inherit;
}

:-ms-input-placeholder {
  font: inherit;
}

::-ms-input-placeholder {
  font: inherit;
}

::-moz-placeholder {
  font: inherit;
}

::placeholder {
  font: inherit;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

sub,
sup {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  line-height: 150%;
  font-size: 70%;
}

sup {
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

sub {
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

ul:after,
div:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  overflow: hidden;
}

ol {
  list-style-position: outside;
  padding-left: 2em;
  line-height: 130%;
}

ol li {
  line-height: 130%;
  padding-bottom: 10px;
}

blockquote,
q {
  quotes: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

td {
  line-height: 170%;
  vertical-align: middle;
}

th {
  line-height: 170%;
  vertical-align: middle;
}

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

.ta_left {
  text-align: left;
}

.ta_right {
  text-align: right;
}

.ta_center {
  text-align: center;
}

.float_left {
  float: left;
  margin-right: 20px;
}

.float_right {
  float: right;
  margin-left: 20px;
}

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

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

.mt0 {
  clear: both;
  margin-top: 0 !important;
}

.mt1 {
  clear: both;
  margin-top: 1rem !important;
}

.mt2 {
  clear: both;
  margin-top: 2rem !important;
}

.mt3 {
  clear: both;
  margin-top: 3rem !important;
}

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

.mb1 {
  clear: both;
  margin-bottom: 1rem !important;
}

.mb2 {
  clear: both;
  margin-bottom: 2rem !important;
}

.mb3 {
  clear: both;
  margin-bottom: 3rem !important;
}

.ml1 {
  margin-left: 1rem !important;
}

.ml2 {
  margin-left: 2rem !important;
}

.clear {
  clear: both !important;
}

.container {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  /* the auto margins (in conjunction with a width) center the page */
  text-align: left;
  /* this overrides the text-align: center on the body element. */
  _display: inline;
  _zoom: 1;
}

a[href^="tel:"] {
  cursor: default;
}

p {
  padding-bottom: 1rem;
  line-height: 180%;
  text-align: justify;
}

.ta_right {
  text-align: right;
}

.ta_center {
  text-align: ta_center;
}

.center {
  margin: auto;
}

.red {
  color: red;
}

.cap {
  font-size: 90%;
  padding-top: 0.5rem;
}

/* 変数　キーカラー*/
/*
ヘッダー
-------------------------------------------*/
header {
  width: 100%;
  display: block;
  position: relative;
  background-color: #fff;
  background-size: cover;
}

/*グローバルナビ
-------------------------------------------*/
#g_navi ul li a.ac_menu {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  /*ヘッダー
  -------------------------------------------*/
  header {
    position: relative;
  }
  header .sp_menu,
  header .menu_btn,
  header .close_btn {
    display: none;
  }
  /*PCメインナビ
  -------------------------------------------*/
  #g_navi {
    width: 100%;
    display: block;
    height: 50px;
    background-color: #6fb92c;
    z-index: 1000;
    position: relative;
  }
  #g_navi.nav_fixed {
    position: fixed;
    top: 0px;
  }
  #g_navi ul.navi_base {
    height: 50px;
    display: block;
  }
  #g_navi ul li {
    height: 50px;
    float: left;
    display: block;
  }
  #g_navi li a {
    padding: 0 0.5rem;
    height: 50px;
    display: table-cell;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    line-height: 0;
    position: relative;
    vertical-align: middle;
  }
  #g_navi li a:hover {
    cursor: pointer;
  }
  #g_navi li:first-child a::after {
    display: block;
    width: 1px;
    height: 20px;
    position: absolute;
    top: 30px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.6);
    content: "";
  }
  #g_navi li a:hover,
  #g_navi ul li:hover > a {
    background-color: #29722d;
  }
  #g_navi ul li div {
    position: absolute;
    z-index: 2000;
    top: 50px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    height: auto;
    background-color: #29722d;
  }
  #g_navi ul li ul li {
    height: 56px;
  }
  #g_navi ul li ul li a {
    opacity: 0.7;
    height: 56px;
  }
  #g_navi ul li ul li a:hover {
    opacity: 1;
    background-color: #29722d;
  }
  #g_navi ul li ul li a::before, #g_navi ul li ul li a::after {
    display: none;
  }
  #g_navi ul li:hover div {
    visibility: visible;
    opacity: 1;
  }
  #g_navi div.ac_list {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  /*メニューボタン
  -------------------------------------------*/
  .menu_btn {
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    position: fixed;
    z-index: 5000;
    top: 5px;
    right: 5px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
  }
  .menu_btn::after {
    content: "MENU";
    display: block;
    height: 14px;
    width: 40px;
    font-size: 10px;
    font-size: 0.625rem;
    position: absolute;
    left: 0px;
    bottom: 4px;
    text-align: center;
    color: #003584;
  }
  .menu_btn.opened::after {
    content: "CLOSE";
    color: #FFF;
    font-size: 8px;
    bottom: 2px;
  }
  .menu_btn:hover {
    cursor: pointer;
  }
  .menu_btn.opened {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .menu_btn.opened span {
    background-color: #FFF;
  }
  .menu_btn span {
    width: 28px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    top: 36%;
    margin-left: -14px;
    background-color: #003584;
  }
  .menu_btn span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  .menu_btn span.top {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
  }
  .menu_btn span.bottom {
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
  }
  .menu_btn:hover span.top {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
  }
  .menu_btn:hover span.bottom {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
  }
  .menu_btn.opened span.middle {
    background: rgba(255, 255, 255, 0);
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
  }
  .menu_btn.opened span.top {
    transform: rotate(-45deg) translateY(0px);
    -webkit-transform: rotate(-45deg) translateY(0px);
    -moz-transform: rotate(-45deg) translateY(0px);
  }
  .menu_btn.opened span.bottom {
    transform: rotate(45deg) translateY(0px);
    -webkit-transform: rotate(45deg) translateY(0px);
    -moz-transform: rotate(45deg) translateY(0px);
  }
  /*グローバルナビ
  -------------------------------------------*/
  #g_navi {
    position: fixed;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    top: 0px;
    left: 0;
    overflow: auto;
    z-index: 3000;
    background-color: #29722d;
    opacity: 1;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
            box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
    display: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #g_navi > ul {
    display: block;
    margin: 0px;
    padding: 0px;
    clear: both;
  }
  #g_navi ul li a {
    color: #FFFFFF;
    font-size: 15px;
    text-decoration: none;
    display: block;
    padding-top: 16px;
    padding-right: 30px;
    padding-bottom: 14px;
    padding-left: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: hsla(0, 0%, 100%, 0.5);
    background-color: #6fb92c;
    line-height: 22px;
    vertical-align: middle;
  }
  #g_navi ul li a:hover {
    background-color: #6fb92c;
  }
  .fixed {
    overflow: hidden;
  }
  /*アコーディオン
  --------------------------------------------------*/
  #g_navi ul li ul li a {
    border-bottom: dotted 1px hsla(0, 0%, 100%, 0.4);
    padding-left: 30px;
  }
  /*メニューシャドウ
  -------------------------------------------*/
  .bg_bl {
    background-color: #000;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    display: block;
    position: fixed;
    z-index: 2000;
  }
}
/*　上に上がる動き　*/
#header.UpMove {
  position: fixed;
  width: 100%;
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
#header.DownMove {
  position: fixed;
  width: 100%;
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  #header,
  #header.UpMove,
  #header.DownMove {
    -webkit-animation: none;
            animation: none;
    height: 50px;
    padding: 0;
    display: block;
    top: 0;
  }
  #header h1,
  #header.UpMove h1,
  #header.DownMove h1 {
    top: 15px;
    left: 10px;
  }
}
.grecaptcha {
  text-align: center;
  padding-top: 1rem;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}

.grecaptcha-badge {
  visibility: hidden;
}

.clear {
  *zoom: 1;
}

.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

body {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 170%;
  background: #f5f6f6;
  word-break: break-all;
  -ms-hyphens: auto;
      hyphens: auto;
}

html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

@supports (-ms-ime-align: auto) {
  /* フォントジャギー用　Edge にのみ適用される ヘッダ固定のためこちらで指定*/
  body {
    -webkit-transform: rotate(0.001deg);
            transform: rotate(0.001deg);
  }
}
@media all and (-ms-high-contrast: none) {
  /*フォントジャギー用　 IE10 以降にのみ適用される */
  bodyr {
    -webkit-transform: rotate(0.001deg);
            transform: rotate(0.001deg);
  }
}
/* @mixin  絶対位置の指定*/
/* 変数　キーカラー*/
a:link,
a:hover,
a:visited,
a:active {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pc_only {
  display: block;
}

.sphone_only {
  display: none;
}

.sphone_tab_only {
  display: none;
}

.ios .tab_only,
.android .tab_only {
  display: block;
}

.desktop .tab_only {
  display: none;
}

/* YouTube*/
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto 2rem auto;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

strong {
  font-weight: 700;
}

.linkbutton a {
  display: block;
  padding: 20px;
  background-color: rgb(248, 248, 248);
  color: #6fb92c;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 150%;
  font-weight: bold;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.linkbutton a:hover {
  background-color: #6fb92c;
  color: #fff;
}

/* -------------------------------------
   フレーム
------------------------------------- */
@media all and (-ms-high-contrast: none) {
  /*IE10 以降にのみ適用される */
  main {
    display: block;
  }
}
#container {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  /* the auto margins (in conjunction with a width) center the page */
  text-align: left;
  /* this overrides the text-align: center on the body element. */
  _display: inline;
  _zoom: 1;
}

#main_wrapper {
  width: 96%;
  max-width: 1240px;
  min-height: calc(100vh - 200px);
  margin-top: 120px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-justify: inter-ideograph;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main_wrapper main {
  width: 100%;
  background: #FFFFFF;
  padding: 20px 30px;
  margin: 0 20px 0 20px;
  text-align: justify;
}

#main_wrapper.column2 > main {
  width: calc(75% - 20px);
  background: #FFFFFF;
  margin: 0 20px;
}

#main_wrapper > aside {
  max-width: 300px;
  width: 25%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 130%;
  padding: 5px;
}

#main_wrapper > main {
  border-radius: 10px;
}
#main_wrapper > main .title1 {
  position: relative;
  display: inline-block;
  width: 105%;
  margin: 0 0 10px -40px;
  padding: 1rem 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  background: #e40012;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
#main_wrapper > main .title1 span {
  font-size: 13px;
  font-size: 0.8125rem;
}
#main_wrapper > main .title1:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid #a0141d;
  border-left: 10px solid transparent;
}
#main_wrapper > main .title11 {
  position: relative;
  display: inline-block;
  width: 105%;
  margin: 3rem 0 10px -40px;
  padding: 1rem 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  background: #ff8502;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
#main_wrapper > main .title11:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid #a0141d;
  border-left: 10px solid transparent;
}
#main_wrapper > main .title2 {
  position: relative;
  display: inline-block;
  width: 105%;
  margin: 2rem 0 15px -40px;
  padding: 0.5rem 1rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  background: #4b5f50;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
#main_wrapper > main .title2 span {
  font-size: 12px;
  font-size: 0.75rem;
}
#main_wrapper > main .title2 .b_list {
  position: absolute;
  right: 10px;
  top: 5px;
}
#main_wrapper > main .title2 .b_list a {
  display: block;
  background: #fff;
  padding: 2px 80px;
  border-radius: 20px;
  font-weight: 400;
  background: #ff771d;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
#main_wrapper > main .title2 .b_list a:before {
  position: absolute;
  top: 2px;
  left: 15px;
  font-family: "icomoon", sans-serif;
  content: "\e915";
  font-size: 24px;
  font-size: 1.5rem;
}
#main_wrapper > main .title2 .b_list a:hover {
  background: rgb(255, 189, 66);
  color: #fff;
}
#main_wrapper > main .title2:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid #131814;
  border-left: 10px solid transparent;
}
#main_wrapper > main .title3 {
  position: relative;
  display: inline-block;
  width: 105%;
  margin: 0 0 15px -40px;
  padding: 1rem 1rem;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  color: #fff;
  background: #6fb92c;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  position: relative;
}
#main_wrapper > main .title3 span {
  font-size: 12px;
  font-size: 0.75rem;
}
#main_wrapper > main .title3:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid #131814;
  border-left: 10px solid transparent;
}
#main_wrapper > main .title3 .link {
  position: absolute;
  top: 8px;
  right: 10px;
}
#main_wrapper > main .title3 .link a {
  display: block;
  background: #fff;
  padding: 5px 50px 5px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
  font-weight: normal;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#main_wrapper > main .title3 .link a:after {
  position: absolute;
  top: calc(50% - 12px);
  right: 12px;
  font-family: "icomoon", sans-serif;
  content: "\e914";
  font-size: 21px;
  font-size: 1.3125rem;
  color: rgb(146, 146, 146);
}
#main_wrapper > main .title3 .link a:hover {
  background-color: #000;
  color: #fff;
}
#main_wrapper > main .title4 {
  font-size: 16px;
  font-size: 1rem;
  color: #ff771d;
  font-weight: 700;
  border-bottom: 1px solid #ff771d;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
#main_wrapper > main .title5 {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000;
  font-weight: 700;
  border-bottom: 1px solid #000;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
#main_wrapper > main .title6 {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
#main_wrapper > main .title7 {
  color: #000;
  font-weight: 700;
  margin-top: 0.5rem;
}
#main_wrapper > main .b_list_sphone {
  display: none;
}
#main_wrapper > main .mt1 {
  clear: both;
  margin-top: 1rem;
}
#main_wrapper > main .mt2 {
  clear: both;
  margin-top: 2rem;
}
#main_wrapper > main .mt3 {
  clear: both;
  margin-top: 3rem;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 834px) {
  #main_wrapper {
    width: 98%;
    min-height: calc(100vh - 160px);
    padding: 0;
    margin-top: 120px;
  }
  #main_wrapper.column2 > main {
    padding: 10px;
    width: calc(100% - 260px);
  }
  #main_wrapper.column2 > aside {
    max-width: 240px;
  }
  #main_wrapper > main .title1,
  #main_wrapper > main .title2,
  #main_wrapper > main .title3 {
    margin: 4rem 0 1rem -20px;
    width: 103%;
  }
  #main_wrapper > main .title2 .b_list a {
    padding: 2px 20px 2px 50px;
  }
  #main_wrapper > main .title3 .link {
    display: none;
  }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 768px) {
  #main_wrapper > aside,
  #main_wrapper.column2 aside {
    width: 100%;
    max-width: none;
    border-radius: 0;
    margin: 0 0 1rem 0;
  }
  #main_wrapper main {
    width: 100%;
    border-radius: 0;
    margin: 0;
  }
  #main_wrapper main .title1 {
    margin: 1rem 0 1rem -18px;
  }
  #main_wrapper main .title2,
  #main_wrapper main .title3 {
    margin: 0 0 1rem -18px;
    width: 107%;
  }
  #main_wrapper main .title2 .b_list {
    display: none;
  }
  #main_wrapper,
  #main_wrapper.column2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 10px 0;
    padding: 0;
    border-radius: 0;
    margin-top: 50px;
  }
  #main_wrapper main,
  #main_wrapper.column2 main {
    width: 100%;
    padding: 10px;
    margin: 0 0 0 10px;
  }
}
/* -------------------------------------
   グローバルヘッダ
------------------------------------- */
#header {
  position: fixed;
  width: 100%;
  z-index: 999;
}
#header_inner {
  position: relative;
  background: #000;
  color: #fff;
}
#header_logo {
  float: left;
  margin: 13px 0 2px 10px;
  width: auto;
  height: 40px;
  font-weight: 700;
}
#header_logo img {
  width: auto;
  height: 30px;
  margin-right: 10px;
}
#header #globalmenu {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
}
#header #globalmenu li {
  position: relative;
}
#header #globalmenu li > a {
  width: 100px;
  height: 60px;
  text-align: center;
  padding: 35px 0 0 0;
  font-size: 12px;
  font-size: 0.75rem;
  border-left: 1px solid #fff;
  display: block;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#header #globalmenu li > a:hover {
  background: #666;
}
#header #globalmenu li .tooltips {
  width: 100px;
  padding: 10px;
  display: none;
  position: absolute;
  bottom: -70px;
  z-index: 1000;
  color: #FFFFFF;
  background: #000;
  text-align: center;
}
#header #globalmenu li .tooltips a {
  color: #fff;
  padding: 10px;
  font-size: 12px;
  font-size: 0.75rem;
}
#header #globalmenu li .tooltips a:hover {
  background: none;
}
#header #globalmenu li .tooltips:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #000;
}
#header #globalmenu li.contact:before {
  position: absolute;
  top: 10px;
  left: calc(50% - 12px);
  font-family: "icomoon", sans-serif;
  content: "\e910";
  font-size: 21px;
  font-size: 1.3125rem;
  color: #fff;
  pointer-events: none;
  /* リンク可能に*/
}
#header #globalmenu li.language:before {
  position: absolute;
  top: 10px;
  left: calc(50% - 12px);
  font-family: "icomoon", sans-serif;
  content: "\e911";
  font-size: 21px;
  font-size: 1.3125rem;
  color: #fff;
  pointer-events: none;
  /* リンク可能に*/
}
#header #globalmenu li.language:hover .tooltips {
  display: block;
}
#header #globalmenu li.home:before {
  position: absolute;
  top: 10px;
  left: calc(50% - 14px);
  font-family: "icomoon", sans-serif;
  content: "\e913";
  font-size: 26px;
  font-size: 1.625rem;
  color: #fff;
  pointer-events: none;
  /* リンク可能に*/
}

#header.DownMove #header_inner {
  display: none;
}

#header.UpMove #header_inner {
  display: block;
}

#header.DownMove {
  display: block;
  -webkit-box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.3);
          box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.3);
}

#header.UpMove {
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 768px) {
  #header {
    padding: 0;
    height: 50px;
    font-size: 12px;
    font-size: 0.75rem;
    background: #000;
  }
  #header_logo {
    padding: 0;
    float: inherit;
    z-index: 9999;
    margin: 5px;
    color: rgb(201, 201, 201);
  }
  #header_logo img {
    height: auto;
    max-width: 200px;
  }
  #header #globalmenu {
    display: none;
  }
  #header.DownMove #header_inner {
    display: block;
  }
}
/* -------------------------------------
   フッタ
------------------------------------- */
footer {
  background: #6fb92c;
  padding: 5px;
  color: #fff;
  line-height: 120%;
  overflow: hidden;
}
footer #footer_link {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer #footer_link li {
  padding-left: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
}
footer #footer_link li a:link,
footer #footer_link li a:hover,
footer #footer_link li a:visited,
footer #footer_link li a:active {
  color: #fff;
}
footer #copyright {
  float: right;
  font-size: 12px;
  font-size: 0.75rem;
}

/* page-top */
#page_top {
  position: fixed;
  right: 0;
  bottom: -80px;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

#page_top a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 3px 0 0 3px;
  background: #6fb92c;
  color: #fff;
}
#page_top a:after {
  float: left;
  font-family: "icomoon", sans-serif;
  content: "\e90a";
  color: #fff;
  font-size: 210%;
  margin: 15px 10px;
}

/* Smartphones (portrait and landscape) ---------;-- */
@media only screen and (max-width: 768px) {
  footer {
    margin-top: 0;
    padding: 0;
  }
  footer #footer_link {
    float: none;
    padding: 0;
  }
  footer #footer_link li {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  footer #footer_link li a {
    display: block;
    padding: 10px;
    background: #000;
    border-bottom: 1px solid #fff;
  }
  footer #copyright {
    float: none;
    clear: both;
    text-align: center;
    padding: 5px;
  }
}
/* -------------------------------------
   サイド
------------------------------------- */
aside #aisatu {
  padding: 1rem;
}
aside #aisatu h3 {
  font-weight: bold;
  line-height: 160%;
  padding-bottom: 0.5rem;
}
aside #owabi {
  background: #fff;
  border-radius: 0 0 5px 5px;
  padding: 0 0 10px 0;
}
aside #owabi_title {
  background: #4b5f50;
  color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 15px 10px;
  position: relative;
}
aside #owabi p {
  padding: 1rem;
}
aside .sidelist {
  background: #fff;
  border-radius: 0 0 5px 5px;
  padding: 0 0 10px 0;
  margin-bottom: 1rem;
}
aside .sidelist .title {
  background: #6fb92c;
  color: #fff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  padding: 15px 10px;
  position: relative;
}
aside .sidelist .title .link {
  position: absolute;
  top: 6px;
  right: 10px;
}
aside .sidelist .title .link a {
  display: block;
  background: #fff;
  padding: 8px 30px;
  border-radius: 20px;
  color: #000;
  font-weight: normal;
}
aside .sidelist li {
  margin: 0 10px;
  padding: 0.6em 0;
  border-bottom: 1px dotted #999;
  line-height: 170%;
}
aside .sidelist li a {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
}
aside .sidelist li a:hover {
  color: #38854b;
}
aside .sidelist li:last-child {
  border-bottom: none;
}
aside .sidelist2 {
  background: #fff;
  border-radius: 0 0 5px 5px;
  padding: 14px 14px 20px 14px;
  margin-bottom: 1rem;
}
aside .sidelist2 .title {
  margin: -14px -10px 7px -14px;
  background: #4b5f50;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  padding: 15px 10px;
  position: relative;
}
aside .sidelist2#side_nenkan p, aside .sidelist2#side_kasetunenkan p, aside .sidelist2#side_douga p {
  line-height: 170%;
  padding: 5px 0 10px 0;
}
aside .sidelist2#side_nenkan img, aside .sidelist2#side_kasetunenkan img, aside .sidelist2#side_douga img {
  width: 80%;
  max-width: 320px;
  margin-bottom: 10px;
}
aside .rss_block {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
aside .rss_block img {
  width: 98%;
  margin-right: 1%;
  max-width: 160px;
}

/* -------------------------------------
   バナー
------------------------------------- */
#side_banner {
  margin-bottom: 1rem;
}
#side_banner li img {
  -webkit-animation: fadeIn 0.6s ease-in-out 0s 1 normal;
          animation: fadeIn 0.6s ease-in-out 0s 1 normal;
  margin-bottom: 10px;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#sphone_banner {
  display: none;
}

#s_footbanner {
  display: none;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 1240px) {
  #side_banner li {
    height: 250px;
  }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 768px) {
  aside #aisatu {
    padding: 5px;
  }
  #side_banner,
  #side_banner2 {
    display: none;
  }
  #sphone_banner {
    display: block;
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
  #sphone_banner {
    margin: 1rem 0;
    text-align: center;
  }
  #sphone_banner img {
    margin-bottom: 5px;
  }
  #s_footbanner {
    display: block;
    position: fixed;
    bottom: -80px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7450980392);
    text-align: center;
    padding-top: 2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 3;
  }
  #s_footbanner.fixed {
    bottom: 0;
  }
  #s_footbanner img {
    max-height: 65px;
    width: auto;
  }
}
/* -------------------------------------
   一覧ページ
------------------------------------- */
.list {
  padding-bottom: 2rem;
}
.list li {
  border-bottom: 1px dotted #999;
}
.list li a {
  display: block;
  padding: 0.8rem 2.2rem 0.8rem 1.5rem;
  position: relative;
}
.list li a:before {
  position: absolute;
  top: 0.8rem;
  left: 5px;
  font-family: "icomoon", sans-serif;
  content: "\e912";
  font-size: 12px;
  font-size: 0.75rem;
  color: rgb(139, 139, 139);
}
.list li a:after {
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  font-family: "icomoon", sans-serif;
  content: "\e909";
  font-size: 28px;
  font-size: 1.75rem;
  color: #a1a1a1;
}
.list li a:hover {
  background-color: #f2ffe9;
}
.list li a .thum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
  /*サファリ画像対策*/
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /*サファリ画像対策*/
  background-color: #fff;
  border: 2px dotted #dfdfdf;
  border-radius: 5px;
  padding: 8px;
  margin: 10px 0 0 0;
}
.list li a .thum div {
  max-width: 26%;
  margin-right: 5px;
}
.list li a .thum div.movie {
  max-width: 23%;
  position: relative;
}
.list li a .thum div.movie:before {
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 14px);
  font-family: "icomoon", sans-serif;
  content: "\e915";
  font-size: 32px;
  font-size: 2rem;
  color: rgb(255, 0, 0);
  z-index: 2;
}

.list,
.sidelist {
  text-align: justify;
}
.list#news_list,
.sidelist#news_list {
  border-top: 4px solid #1e6e40;
}
.list#news_list li,
.sidelist#news_list li {
  position: relative;
}
.list#news_list li a,
.sidelist#news_list li a {
  color: #1e6e40;
}
.list#news_list li a:hover,
.sidelist#news_list li a:hover {
  background-color: #f8fff2;
}
.list#news_list li a:before,
.sidelist#news_list li a:before {
  color: #1e6e40;
}
.list#tokushu_list,
.sidelist#tokushu_list {
  border-top: 4px solid #ff6701;
}
.list#tokushu_list li,
.sidelist#tokushu_list li {
  border-top: 2px solid #ff6701;
  border-bottom: none;
}
.list#tokushu_list li a,
.sidelist#tokushu_list li a {
  color: #ff6701;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
}
.list#tokushu_list li a:hover,
.sidelist#tokushu_list li a:hover {
  background-color: #fffdf0;
}
.list#tokushu_list li a:before,
.sidelist#tokushu_list li a:before {
  color: #ff6701;
  font-size: 21px;
  font-size: 1.3125rem;
  margin-left: -10px;
}
.list#shiryo_list,
.sidelist#shiryo_list {
  border-top: 4px solid #59409e;
}
.list#shiryo_list li a,
.sidelist#shiryo_list li a {
  color: #59409e;
}
.list#shiryo_list li a:hover,
.sidelist#shiryo_list li a:hover {
  background-color: #f1ebff;
}
.list#shiryo_list li a:before,
.sidelist#shiryo_list li a:before {
  color: #59409e;
}
.list#newproducts_list,
.sidelist#newproducts_list {
  border-top: 4px solid #1838a1;
}
.list#newproducts_list li a,
.sidelist#newproducts_list li a {
  color: #1838a1;
}
.list#newproducts_list li a:hover,
.sidelist#newproducts_list li a:hover {
  background-color: #deeffd;
}
.list#newproducts_list li a:before,
.sidelist#newproducts_list li a:before {
  color: #1838a1;
}
.list#jinji_list,
.sidelist#jinji_list {
  border-top: 4px solid #aa3b69;
}
.list#jinji_list li a,
.sidelist#jinji_list li a {
  color: #aa3b69;
}
.list#jinji_list li a:hover,
.sidelist#jinji_list li a:hover {
  background-color: #fdf1f6;
}
.list#jinji_list li a:before,
.sidelist#jinji_list li a:before {
  color: #aa3b69;
}

.sidelist li {
  position: relative;
}
.sidelist li.movie:first-letter {
  padding-left: 25px;
}
.sidelist li.movie:before {
  position: absolute;
  top: 7px;
  left: 0px;
  font-family: "icomoon", sans-serif;
  content: "\e915";
  font-size: 21px;
  font-size: 1.3125rem;
  color: rgb(255, 0, 0);
}
.sidelist#tokushu_list, .sidelist#news_list, .sidelist#shiryo_list, .sidelist#newproducts_list, .sidelist#jinji_list {
  border-top: 0;
}

@media only screen and (max-width: 767px) {
  .list li a .thum {
    margin: 10px 0 0 0;
    border: 1px dotted rgb(199, 199, 199);
    border-radius: 3px;
    padding: 5px;
  }
  .list li a .thum div {
    margin-right: 2px;
  }
  .list li a .thum div.movie {
    position: relative;
  }
  .list li a .thum div.movie:before {
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 14px);
    font-family: "icomoon", sans-serif;
    content: "\e915";
    font-size: 28px;
    font-size: 1.75rem;
    color: rgb(255, 0, 0);
    z-index: 2;
  }
}
/* PAGER  */
.pager .pagination {
  text-align: center;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #d7f0c1;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 5px;
}

.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #000;
  text-decoration: none;
}

.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active {
  color: #fff;
  background: #6fb92c;
  border-radius: 5px;
}

.pager .pagination li a.off {
  color: #fff;
  background: rgb(218, 218, 218);
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .pager .pagination {
    margin-top: -15px;
    margin-bottom: 20px;
  }
  .pager .pagination li {
    display: none;
  }
  .pager .pagination li.pre,
  .pager .pagination li.next {
    display: inline-block;
    width: 48%;
    height: 70px;
    text-align: center;
  }
  .pager .pagination li.pre a,
  .pager .pagination li.next a {
    width: 100%;
    text-align: center;
  }
  .pager .pagination li.pre span::after {
    content: "　前の12件へ";
  }
  .pager .pagination li.next span::before {
    content: "次の12件へ　";
  }
}
/* -------------------------------------
   特集
------------------------------------- */
#tokushu > h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 150%;
  color: #ff7b00;
  padding: 1rem 0 0.2rem 0;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ff7b00;
  text-align: justify;
}
#tokushu > h4 {
  min-height: 80px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 0.5rem -30px;
  padding: 1rem 2rem 1rem 1rem;
  background-color: #4b5f50;
  color: #FFFFFF;
  border-radius: 0 40px 40px 0;
  text-align: justify;
}
#tokushu > h5 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  margin: 1.5rem 0 1rem 0;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #000;
  text-align: justify;
}
#tokushu > h6 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 1.5rem 0 0.4rem 0;
  text-align: justify;
}

#tokushu section .tokushutitle1 {
  color: #4b5f50;
  font-weight: bold;
  line-height: 140%;
  text-align: center;
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 1em 0;
  padding: 2rem;
  border: 10px solid #4b5f50;
  border-left: 15px;
  border-right: 15px;
  border-radius: 6px;
}
#tokushu section .tokushutitle2 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 150%;
  color: #ff0000;
  padding: 1rem 0 0.2rem 0;
  margin: 3rem 0 1rem 0;
  border-bottom: 1px solid #ff0000;
  text-align: justify;
}
#tokushu section .tokushutitle3 {
  min-height: 80px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin: 2rem 0 0.5rem -30px;
  padding: 1rem 2rem 1rem 1rem;
  background-color: #4b5f50;
  color: #FFFFFF;
  border-radius: 0 40px 40px 0;
  text-align: justify;
}
#tokushu section .tokushutitle4 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  margin: 1.5rem 0 1rem 0;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #000;
  text-align: justify;
}
#tokushu section .tokushutitle5 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 1.5rem 0 0.4rem 0;
  text-align: justify;
}
#tokushu section .kakomi {
  padding: 2rem;
  border: 1px solid #4b5f50;
  border-radius: 6px;
  margin-bottom: 1rem;
}
#tokushu section .kakomi img {
  margin: 1rem 0;
}
#tokushu section .question {
  color: #ff7b00;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 0.4rem;
  padding: 0.5rem 0 0.5rem 0.5rem;
  border-left: 10px solid #ff7b00;
  text-align: justify;
}
#tokushu section .title_movie {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  background-color: red;
  padding: 0.5rem 1rem 0.5rem 3rem;
  margin: 2rem 0 0.2rem 0;
  position: relative;
}
#tokushu section .title_movie:after {
  position: absolute;
  top: calc(50% - 12px);
  left: 8px;
  font-family: "icomoon", sans-serif;
  content: "\e915";
  font-size: 32px;
  font-size: 2rem;
  color: #fff;
}
#tokushu section .button a {
  display: block;
  padding: 1.5rem 1rem;
  background-color: #276436;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  font-size: 1.3125rem;
  border-radius: 5px;
  margin: 1rem 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
#tokushu section .button a:after {
  position: absolute;
  top: calc(50% - 10px);
  right: 15px;
  font-family: "icomoon", sans-serif;
  content: "\e914";
  font-size: 32px;
  font-size: 2rem;
  color: #fff;
}
#tokushu section .button a:hover {
  background-color: #3f9755;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 768px) {
  #tokushu > h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  #tokushu > h4 {
    margin: 0 0 0.5rem -10px;
  }
}
/* -------------------------------------
   記事共通
------------------------------------- */
.kiji h3 {
  font-weight: bold;
}
.kiji table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.kiji table tr p,
.kiji table th p,
.kiji table td p {
  padding-bottom: 0;
}
.kiji table th {
  padding: 0.5rem 1rem;
  background-color: #ddd;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  min-width: 6rem;
  text-align: center;
}
.kiji table td {
  border: solid 1px #ddd;
  padding: 0.5rem;
  min-width: 6rem;
}
.kiji table.table4 td {
  width: 25%;
}
.kiji table.kougo tr:nth-child(2n) {
  background-color: rgb(240, 239, 239);
}
.kiji table.center tr,
.kiji table.center th,
.kiji table.center td {
  text-align: center;
}
.kiji table.center tr p,
.kiji table.center th p,
.kiji table.center td p {
  text-align: center;
}
.kiji table.table5 {
  width: auto;
}
.kiji table.table5 td {
  width: inherit;
  padding: 0.5rem 0 0.5rem 1rem;
  border: 0;
}
.kiji ol li {
  list-style: decimal;
  line-height: 170%;
}
.kiji ol li ul {
  padding-left: 2rem;
}
.kiji ul li {
  list-style: disc;
  line-height: 170%;
}
.kiji .backbutton {
  padding-top: 1rem;
}
.kiji .backbutton a {
  float: right;
  display: block;
  width: 200px;
  background-color: rgb(158, 158, 158);
  text-align: center;
  padding: 1rem 0;
  border-radius: 3px;
  position: relative;
  color: #fff;
}
.kiji .backbutton a:before {
  position: absolute;
  left: 5px;
  top: 10px;
  font-family: "icomoon", sans-serif;
  content: "\e908";
  color: #fff;
  font-size: 210%;
  margin: 5px 10px;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 768px) {
  .kiji.scrollwide p, .kiji.scrollwide ol, .kiji.scrollwide ul {
    padding-right: 0.5rem;
  }
  .kiji th,
  .kiji td {
    padding: 0.5rem;
  }
  .kiji .scroll {
    width: 100%;
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .kiji .scroll:before {
    content: "［横スクロールします→→］";
    color: #5c9402;
  }
  .kiji .scroll:after {
    content: "［横スクロールします→→］";
    color: #5c9402;
  }
  .kiji .scroll th,
  .kiji .scroll td {
    white-space: nowrap;
  }
  table.scroll tbody {
    display: table;
  }
  table.scroll::-webkit-scrollbar {
    /*tableにスクロールバーを追加*/
    height: 5px;
  }
  table.scroll::-webkit-scrollbar-track {
    /*tableにスクロールバーを追加*/
    background: #F1F1F1;
  }
  table.scroll::-webkit-scrollbar-thumb {
    /*tableにスクロールバーを追加*/
    background: #bcda8c;
  }
}
/* -------------------------------------
   共通　写真ブロック
------------------------------------- */
.photoblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
.photoblock.block3 li {
  width: 32%;
  margin-right: 1%;
  margin-bottom: 2rem;
  list-style: none;
}
.photoblock.block3 li img {
  margin: 0.2rem 0;
}
.photoblock.block2 li {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 2rem;
  list-style: none;
}
.photoblock.block2 li img {
  margin: 0.2rem 0;
}
.photoblock.block1 li {
  max-width: 560px;
  margin: 0 auto 2rem auto;
  list-style: none;
}
.photoblock.block1 li img {
  margin: 0.2rem 0;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 768px) {
  .photoblock {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 150%;
  }
  .photoblock.block3 li {
    width: 48%;
    margin: 0.5rem 1%;
  }
}
/* -------------------------------------
   TOP
------------------------------------- */
#main_wrapper main#top #top_logo {
  padding: 2rem 0 1rem 0;
  text-align: center;
}
#main_wrapper main#top #top_logo img {
  width: 80%;
  max-width: 500px;
}
#main_wrapper main#top .title3 {
  margin-top: 3rem;
}
#main_wrapper main#top .title3 span {
  font-size: 100%;
}
#main_wrapper main#top .list {
  margin-top: -10px;
}
#main_wrapper main#top .list#tokushu_list {
  margin-top: -1rem;
  border-top: none;
  padding-top: 0;
}
#main_wrapper main#top .list#tokushu_list li {
  border-top: none;
  border-bottom: none;
}
#main_wrapper main#top .list#tokushu_list li a {
  color: #131814;
}
#main_wrapper main#top #pickup .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 1rem 0;
  padding: 1rem 0;
  border-bottom: 1px dotted #000;
}
#main_wrapper main#top #pickup .wrapper .text {
  width: 60%;
  padding-right: 1rem;
}
#main_wrapper main#top #pickup .wrapper .photo {
  width: 40%;
  max-width: 400px;
}
#main_wrapper main#top #pickup .wrapper h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
  border-bottom: 2px solid rgb(255, 115, 0);
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 768px) {
  #main_wrapper main#top #top_logo img {
    width: 90%;
    max-width: 500px;
  }
  #main_wrapper main#top .title3 span {
    display: none;
  }
  #main_wrapper main#top #pickup .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px dotted #000;
  }
  #main_wrapper main#top #pickup .wrapper .text {
    width: 100%;
    padding-right: 0;
  }
  #main_wrapper main#top #pickup .wrapper .photo {
    width: 80%;
    max-width: inherit;
    margin: 1rem auto;
  }
  #main_wrapper main#top #pickup .wrapper h2 {
    font-size: 14px;
  }
}
/* -------------------------------------
   建設機械レンタル年鑑
------------------------------------- */
#nenkan strong {
  color: #6fb92c;
  font-size: 24px;
  font-size: 1.5rem;
}
#nenkan ol {
  list-style: lower-roman;
}
#nenkan ol li {
  line-height: 180%;
  padding-bottom: 1rem;
}
#nenkan #backnumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#nenkan #backnumber li {
  width: 33%;
  padding: 2rem;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
}

.nenkan_wrap .book {
  float: left;
  width: 30%;
  max-width: 300px;
}
.nenkan_wrap .right {
  float: left;
  width: 68%;
  margin-left: 2%;
}

#top .owabi,
#nenkan .owabi {
  border: 1px solid rgb(255, 0, 0);
  border-radius: 5px;
  padding: 1rem;
  margin: 2rem 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 140%;
}
#top .owabi h3,
#nenkan .owabi h3 {
  border-bottom: 1px solid #999;
  margin-bottom: 0.5rem;
  padding-bottom: 0.2rem;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 768px) {
  #nenkan #backnumber li {
    width: 50%;
    padding: 1rem;
  }
  .nenkan_wrap .book {
    float: inherit;
    width: 240px;
    margin: 10px 10%;
  }
  .nenkan_wrap .right {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
/* -------------------------------------
   広告／動画掲載のご案内
------------------------------------- */
#koukoku .nenkan_wrap2 .book {
  float: left;
  width: 200px;
}
#koukoku .nenkan_wrap2 .right {
  float: left;
  width: calc(100% - 220px);
  margin-left: 20px;
}
#koukoku .table_wrap {
  margin: 1rem 0;
  overflow: hidden;
}
#koukoku .table_wrap table {
  float: left;
  width: 50%;
  margin-right: 20px;
}
#koukoku .table_wrap table th {
  width: 40%;
  background-color: #ff771d;
  padding: 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
}
#koukoku .table_wrap table td {
  background-color: rgb(245, 245, 243);
  padding: 10px;
  border-bottom: 1px solid #fff;
}
#koukoku .table_wrap img {
  width: calc(50% - 20px);
}
#koukoku .table_wrap .shimekiri {
  font-size: 18px;
  font-size: 1.125rem;
  color: red;
  font-weight: bold;
  clear: both;
}
#koukoku .table_wrap2 {
  margin: 1rem 0;
  overflow: hidden;
}
#koukoku .table_wrap2 table {
  float: left;
  width: 70%;
  margin-right: 20px;
}
#koukoku .table_wrap2 table th {
  width: 30%;
  background-color: #ff771d;
  padding: 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  line-height: 180%;
}
#koukoku .table_wrap2 table td {
  background-color: rgb(245, 245, 243);
  padding: 10px;
  border-bottom: 1px solid #fff;
}
#koukoku .table_wrap2 img {
  width: calc(30% - 20px);
}
#koukoku p.waku {
  background-color: rgb(246, 255, 230);
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #6fb92c;
  margin-bottom: 2rem;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 768px) {
  #koukoku .nenkan_wrap2 .book {
    width: 100px;
  }
  #koukoku .nenkan_wrap2 .right {
    float: left;
    width: calc(100% - 110px);
    margin-left: 10px;
  }
  #koukoku .table_wrap {
    margin: 0;
  }
  #koukoku .table_wrap table {
    float: none;
    width: 100%;
    margin-bottom: 5px;
  }
  #koukoku .table_wrap img {
    width: 100%;
  }
  #koukoku .table_wrap2 {
    margin: 0;
  }
  #koukoku .table_wrap2 table {
    float: none;
    width: 100%;
    margin-bottom: 5px;
  }
  #koukoku .table_wrap2 img {
    width: 49%;
    margin-bottom: 5px;
  }
  #koukoku p.waku {
    padding: 10px;
  }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 768px) {
  body {
    margin: 0;
  }
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  html {
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    font-size: 0.875rem;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  body {
    background-image: none;
    position: relative;
  }
  .pc_only {
    display: none;
  }
  .pc_tab_only {
    display: none;
  }
  .sphone_only {
    display: block;
  }
  .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex li,
  .flex img {
    margin-bottom: 20px;
  }
  .container {
    min-width: 300px;
    _display: inline;
    _zoom: 1;
  }
}
/* タブレット (portrait) ----------- */
@media only screen and (max-width: 768) {
  .pc_only {
    display: block;
  }
  .pc_tab_only {
    display: block;
  }
  .sphone_tab_only {
    display: block;
  }
}
.addtoany_shortcode {
  margin-top: 2rem;
}