@charset "UTF-8";
/* ==========================================================
html5 elements
========================================================== */
article, aside, figure, figcaption, footer, header, nav, section, main, picture {
  display: block;
}

/* ==========================================================
reseting
========================================================== */
body {
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  /*overflow-x: hidden*/
  position: relative;
}

body, input, textarea, select, button {
  font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  font-weight: 500;
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption {
    max-height: 100%;
  }
}
input, textarea {
  margin: 0;
  font-size: 100%;
}

input, textarea, select {
  /*-webkit-appearance: none;*/
}

textarea {
  resize: none;
}

button {
  border: none;
  overflow: visible;
  background: none;
  vertical-align: top;
  font-size: 100%;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img {
  border: 0;
}

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

address, caption, code, em, th {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, strong {
  font-size: 100%;
}

em {
  font-style: normal;
}

a, input {
  /* outline: none; -webkit-tap-highlight-color:rgba(0,0,0,0);*/
}

sup, sub {
  font-size: 63%;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: baseline;
}

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

i {
  font-style: normal;
  vertical-align: middle;
}
i.r {
  margin-left: 0.5em;
}
i.l {
  margin-right: 0.5em;
}

.w100 {
  font-weight: 100;
}

.w200 {
  font-weight: 200;
}

.w300 {
  font-weight: 300;
}

.w400 {
  font-weight: 400;
}

.w500 {
  font-weight: 500;
}

.w700 {
  font-weight: 700;
}

.w900 {
  font-weight: 900;
}

/* ==========================================================
base Link
========================================================== */
a {
  color: #064377;
}
a:link, a:visited {
  text-decoration: underline;
}
a:active, a:hover {
  text-decoration: none;
}

/* ==========================================================
clearfix
========================================================== */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7
---------------------------------------------------------- */
.clearfix,
.contents {
  *zoom: 1;
}

/* ==========================================================
layout
========================================================== */
html {
  overflow-y: scroll;
}

body {
  text-align: left;
}

/* ==========================================================
body
========================================================== */
body {
  min-width: 1px;
}

@media screen and (max-width: 767px) {
  body {
    overflow: hidden;
    min-width: 2px;
  }
}
.only-sp {
  display: none !important;
}

@media screen and (max-width: 1025px) {
  .only-sp {
    display: block !important;
  }

  .only-pc {
    display: none !important;
  }
}
/*======================================================================
全体共通
======================================================================*/
body {
  background-color: #fff;
  font-size: 18px;
  color: #000;
}
@media screen and (min-width: 768px) {
  body {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  body {
    font-size: 15px;
  }
}
body.fixed {
  /*スマホスクロールメニュー対応*/
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
@media screen and (min-width: 768px) {
  body {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    overflow: hidden;
    *zoom: 1;
  }
}
@media screen and (max-width: 320px) {
  body {
    font-size: 15px;
  }
}

img {
  width: auto;
  max-width: 100%;
}
img.lazyload, img.lazyloading {
  opacity: 0;
}
img.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

a,
a:hover {
  transition: .3s;
}

@media (min-width: 768px) {
  a:hover img {
    transition: 0.3s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  a:hover img.notOp {
    opacity: 1.0;
  }
}

@media (min-width: 768px) {
  .img {
    float: right;
    margin: 0 0 2% 2%;
  }
}
@media (max-width: 800px) {
  .img {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .img {
    max-width: 96%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .img.full {
    float: none;
    margin: 0 2% 2%;
    max-width: none;
  }
}
@media (min-width: 768px) {
  .img.full {
    float: none;
    margin: 0 2% 2% 2%;
    max-width: none;
  }
}

/*
ラッピング
-------------------------------------*/
.inner {
  width: 767px;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 1279px) {
  .inner {
    width: 100%;
  }
}
.inner a {
  color: #009140;
  text-decoration: underline;
}
.inner a:hover, .inner a:active {
  text-decoration: none;
}

main.inner {
  width: 680px;
}
@media (max-width: 1199px) {
  main.inner {
    width: 98%;
    margin-left: auto;
    margin-left: right;
  }
}
@media screen and (max-width: 767px) {
  main.inner {
    width: auto;
    position: relative;
  }
}

/*======================================================================
ヘッダー
======================================================================*/
header .inner h1.catch {
  border-bottom: 4px solid #001007;
  display: inline-block;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  header .inner h1.catch {
    border-bottom-width: 2px;
  }
}
@media screen and (max-width: 767px) {
  header .inner h1.catch {
    border-bottom-width: 1px;
  }
}
header .inner h1.catch:after {
  content: "";
  display: block;
  height: 2px;
  background: linear-gradient(to bottom, #5bba2b 0%, #009140 70%, #001007 100%);
}
@media screen and (max-width: 767px) {
  header .inner h1.catch:after {
    height: 1px;
  }
}
header .inner h1.catch span {
  display: inline-block;
  font-size: 2.6em;
  font-weight: 900;
}
@media (min-width: 768px) {
  header .inner h1.catch span {
    font-family: "Times New Roman", "游明朝", "Yu Mincho Demibold", "YuMincho Demibold", "Hiragino Mincho ProN", "MS PMincho", serif;
    font-weight: bold;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  header .inner h1.catch span {
    font-size: 2em;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  header .inner h1.catch span {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  header .inner h1.catch span {
    font-size: 1.25em;
    font-family: 'Times New Roman','Garamond','Palatino Linotype','Georgia','Century',serif;
    line-height: 1.3;
    font-style: italic;
  }
}
@media screen and (max-width: 320px) {
  header .inner h1.catch span {
    font-size: 1.2em;
  }
}
@media (max-width: 280px) {
  header .inner h1.catch span {
    font-size: 1.1em;
  }
}
@media (min-width: 768px) {
  header .inner h1.catch span br {
    display: none;
  }
}
@media (min-width: 1280px) {
  header .inner h1.catch span em {
    margin-right: -0.2em;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  header .inner h1.catch span em {
    margin-right: -0.4em;
  }
}
@media screen and (max-width: 767px) {
  header .inner h1.catch span em {
    margin-right: -0.5em;
  }
}
header .inner #logo {
  padding: 0.5% 0;
}
@media (min-width: 1280px) {
  header .inner #logo {
    width: 22%;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  header .inner #logo {
    width: 28%;
    font-size: 0.9em;
  }
}
header .inner #logo > p, header .inner #logo > a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header .inner #logo > p, header .inner #logo > a {
    margin: 0 7%;
  }
}
header .inner #logo a {
  padding: 2% 2% 0.5%;
}
header .inner #logo a img:first-of-type {
  width: 15%;
}
@media screen and (max-width: 767px) {
  header .inner #logo a img:first-of-type {
    width: 17%;
  }
}
header .inner #logo a img:last-of-type {
  width: 80%;
  padding: 0 2%;
}
@media screen and (max-width: 767px) {
  header .inner #logo a img:last-of-type {
    width: 80%;
    padding: 0 1%;
  }
}
header .inner #logo .tel {
  padding: 0 0 0.5%;
}
@media screen and (max-width: 767px) {
  header .inner #logo .tel {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-direction: column;
  }
}
header .inner #logo .tel p {
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  header .inner #logo .tel p {
    line-height: 1.3;
  }
}
header .inner #logo .tel p:first-of-type {
  font-size: 2em;
  line-height: 1.1em;
}
@media (min-width: 768px) {
  header .inner #logo .tel p:first-of-type {
    font-style: italic;
    font-family: "Times New Roman", "游明朝", "Yu Mincho Demibold", "YuMincho Demibold", "Hiragino Mincho ProN", "MS PMincho", serif;
    font-weight: bold;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  header .inner #logo .tel p:first-of-type {
    font-size: 1.8em;
  }
}
@media (min-width: 1024px) {
  header .inner #logo .tel p:first-of-type {
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  header .inner #logo .tel p:first-of-type {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 767px) {
  header .inner #logo .tel p:first-of-type {
    font-size: 1.4em;
    order: 2;
  }
  header .inner #logo .tel p:first-of-type a {
    text-decoration: none;
    color: #000;
  }
}
header .inner #logo .tel p:first-of-type:before {
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f095";
  font-size: 1.2em;
  margin-right: 0.3em;
  vertical-align: middle;
  color: #5bba2b;
}
@media screen and (max-width: 320px) {
  header .inner #logo .tel p:first-of-type:before {
    margin-right: 0.1em;
    font-size: 1.1em;
  }
}
header .inner #logo .tel p:nth-of-type(2) {
  font-weight: 900;
  font-size: 1.1em;
  color: #009140;
}
@media (min-width: 1280px) {
  header .inner #logo .tel p:nth-of-type(2) {
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  header .inner #logo .tel p:nth-of-type(2) {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  header .inner #logo .tel p:nth-of-type(2) {
    font-size: 0.8em;
    order: 1;
  }
}
@media (max-width: 280px) {
  header .inner #logo .tel p:nth-of-type(2) {
    display: none;
  }
}
header .inner #logo .tel p:last-of-type {
  padding: 0 5% 1%;
}
@media screen and (max-width: 767px) {
  header .inner #logo .tel p:last-of-type {
    order: 3;
    padding: 0 2% 1%;
  }
}
header .inner #logo .tel p:last-of-type a {
  display: block;
  background-color: #254898;
  color: #fff;
  padding: 0.2em;
  text-align: center;
  font-size: 0.9em;
  text-decoration: none;
}
@media (min-width: 1280px) {
  header .inner #logo .tel p:last-of-type a {
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 767px) {
  header .inner #logo .tel p:last-of-type a {
    padding: 0.35em 0.2em;
  }
}
@media screen and (max-width: 320px) {
  header .inner #logo .tel p:last-of-type a {
    font-size: 0.85em;
  }
}
header .inner #logo .tel p:last-of-type a em {
  font-style: normal;
}
@media (max-width: 768px) {
  header .inner #logo .tel p:last-of-type a em {
    display: none;
  }
}
header .inner #logo.cust {
  width: 29%;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  header .inner #logo.cust {
    width: 31%;
  }
}
@media screen and (max-width: 767px) {
  header .inner #logo.cust {
    width: 44% !important;
  }
}
header .inner #logo.cust > a {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  header .inner #logo.cust > a {
    margin: 0;
  }
}
@media (min-width: 768px) {
  header .inner #logo.cust .tel {
    margin-top: -6px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  header .inner #logo.cust .tel {
    margin-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  header .inner #logo.cust .tel {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  header .inner #logo.cust .tel p:first-of-type a {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .inner #logo.cust .tel p:first-of-type {
    width: 44%;
  }
  header .inner #logo.cust .tel p:first-of-type span, header .inner #logo.cust .tel p:first-of-type:before {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  header .inner #logo.cust .tel p:first-of-type {
    width: 42%;
  }
}
@media (max-width: 280px) {
  header .inner #logo.cust .tel p:first-of-type {
    width: 38%;
  }
}
@media screen and (max-width: 767px) {
  header .inner #logo.cust .tel p:first-of-type a {
    background-color: #009140;
    display: block;
    color: #fff;
    padding: 14% 1% 11% 32%;
    font-size: 0.5em;
    text-align: left;
    position: relative;
    line-height: 1.3;
  }
  header .inner #logo.cust .tel p:first-of-type a img {
    position: absolute;
    top: 22%;
    left: 0.5%;
    width: 30%;
  }
}
@media screen and (max-width: 320px) {
  header .inner #logo.cust .tel p:first-of-type a {
    padding: 28% 0 25% 38%;
  }
  header .inner #logo.cust .tel p:first-of-type a img {
    top: 18%;
    width: 40%;
  }
  header .inner #logo.cust .tel p:first-of-type a em {
    display: none;
  }
}
@media (max-width: 280px) {
  header .inner #logo.cust .tel p:first-of-type a {
    padding: 54% 0 1%;
    font-size: 0.45em;
    text-align: center;
  }
  header .inner #logo.cust .tel p:first-of-type a img {
    top: 5%;
    left: 25%;
    width: 45%;
  }
}
@media (min-width: 768px) {
  header .inner #logo.cust .tel p:nth-of-type(2) {
    font-size: 0.9em;
    letter-spacing: 0;
    margin: -2px 0 3px;
  }
}
@media screen and (max-width: 767px) {
  header .inner #logo.cust .tel p:nth-of-type(2) {
    width: 100%;
    font-size: 0.75em;
    margin-bottom: 3px;
  }
}
header .inner #logo.cust .tel p:last-of-type {
  padding: 0 0 1%;
}
@media screen and (max-width: 767px) {
  header .inner #logo.cust .tel p:last-of-type {
    width: 53%;
  }
}
@media screen and (max-width: 320px) {
  header .inner #logo.cust .tel p:last-of-type {
    width: 55%;
  }
}
@media (max-width: 280px) {
  header .inner #logo.cust .tel p:last-of-type {
    width: 59%;
  }
}
header .inner #logo.cust .tel p:last-of-type a {
  padding: 0;
  background-color: #453988;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  header .inner #logo.cust .tel p:last-of-type a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    font-size: 1.05em;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  header .inner #logo.cust .tel p:last-of-type a {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  header .inner #logo.cust .tel p:last-of-type a {
    font-size: 0.8em;
    line-height: 1.4;
    padding: 8% 1% 6% 3%;
    text-align: left;
  }
}
@media (max-width: 280px) {
  header .inner #logo.cust .tel p:last-of-type a {
    font-size: 0.75em;
  }
}
@media (min-width: 768px) {
  header .inner #logo.cust .tel p:last-of-type a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    transition: .3s;
  }
}
@media (min-width: 768px) {
  header .inner #logo.cust .tel p:last-of-type a:before {
    font-family: FontAwesome;
    font-weight: normal;
    width: 8%;
    content: "\f054";
    color: #fff;
    background-color: #009140;
    border-right: solid 1px #fff;
    text-align: center;
    padding: 0.3em;
  }
}
@media screen and (max-width: 767px) {
  header .inner #logo.cust .tel p:last-of-type a:after {
    font-family: FontAwesome;
    font-weight: normal;
    content: "\f054";
    margin-left: 1em;
    font-size: 0.9em;
  }
}
@media (min-width: 768px) {
  header .inner #logo.cust .tel p:last-of-type a span {
    padding: 0.3em 1em;
    text-align: center;
    width: 92%;
    font-weight: 600;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  header .inner #logo.cust .tel p:last-of-type a span {
    padding-left: 0.1em;
    padding-right: 0.1em;
  }
}
header .inner #logo.cust .tel p:last-of-type a span em {
  font-weight: 600;
}
header#gHeader .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header#gHeader .inner {
    margin: 1% 0 1% 2%;
    width: 98%;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  header#gHeader .inner h1.catch {
    margin-left: 1%;
  }
}
@media screen and (max-width: 767px) {
  header#gHeader .inner h1.catch {
    width: 55%;
  }
}
@media screen and (max-width: 320px) {
  header#gHeader .inner h1.catch {
    width: 54%;
  }
}
header#gHeader .inner h1.catch a {
  text-decoration: none;
  color: #000;
  display: inline-block;
}
@media (min-width: 768px) {
  header#gHeader .inner h1.catch a:hover {
    color: #5bba2b;
  }
}
@media screen and (max-width: 767px) {
  header#gHeader .inner #logo {
    width: 50%;
  }
}
@media screen and (max-width: 320px) {
  header#gHeader .inner #logo {
    width: 49%;
  }
}

/*======================================================================
ナビ
======================================================================*/
nav {
  /*======================================================================
  グローバルナビ
  ======================================================================*/
  /*======================================================================
  サイドバー
  ======================================================================*/
}
nav#global {
  z-index: 4;
  position: relative;
}
@media (min-width: 768px) {
  nav#global {
    border: solid 2px #33A02B;
  }
}
@media (min-width: 1024px) {
  nav#global .inner > ul {
    display: table;
    padding: 0.6em 0;
    width: 97%;
  }
}
@media (max-width: 1023px) {
  nav#global .inner > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  nav#global .inner > ul {
    border-bottom: solid 2px #5bba2b;
	   border-top: solid 2px #5bba2b;
  }
}
nav#global .inner > ul > li {
  position: relative;
}
@media (min-width: 1024px) {
  nav#global .inner > ul > li {
    display: table-cell;
    -webkit-transform: skewX(150deg);
    -moz-transform: skewX(150deg);
    transform: skewX(150deg);
    border-right: 1px solid #000000;
  }
  nav#global .inner > ul > li:last-of-type {
    border-right: none;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  nav#global .inner > ul > li {
    font-size: 0.9em;
  }
}
@media (max-width: 1023px) {
  nav#global .inner > ul > li {
    border-bottom: solid 1px #000000;
    border-right: solid 1px #000000;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  nav#global .inner > ul > li {
    width: 25%;
    font-size: 0.9em;
  }
  nav#global .inner > ul > li:nth-of-type(4), nav#global .inner > ul > li:last-of-type {
    border-right: none;
  }
  nav#global .inner > ul > li:nth-of-type(5), nav#global .inner > ul > li:nth-of-type(6), nav#global .inner > ul > li:nth-of-type(7), nav#global .inner > ul > li:last-of-type {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  nav#global .inner > ul > li {
    width: 50%;
    font-size: 0.95em;
  }
  nav#global .inner > ul > li:nth-of-type(even) {
    border-right: none;
  }
  nav#global .inner > ul > li:nth-of-type(7), nav#global .inner > ul > li:last-of-type {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  nav#global .inner > ul > li.open {
    border-bottom: solid 1px #000000;
  }
  nav#global .inner > ul > li.open a {
    border-bottom: solid 1px #000000;
  }
}
nav#global .inner > ul > li a, nav#global .inner > ul > li span {
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 0.7em 0.3em;
  text-align: center;
}
@media (min-width: 1024px) {
  nav#global .inner > ul > li a, nav#global .inner > ul > li span {
    transform: skewX(-150deg);
  }
}
nav#global .inner > ul > li a:after, nav#global .inner > ul > li span:after {
  border-right: 1px solid #000000;
}
@media (min-width: 768px) {
  nav#global .inner > ul > li a:hover, nav#global .inner > ul > li span:hover {
    transition: .3s;
    color: #5bba2b;
  }
}
nav#global .inner > ul > li span {
  position: relative;
  padding-right: 1.2em;
  cursor: pointer;
}
nav#global .inner > ul > li span:before {
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f107";
  top: 0.8em;
  right: 15%;
  position: absolute;
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  nav#global .inner > ul > li span:before {
    top: 0.75em;
  }
}
nav#global .inner > ul > li span.open:before {
  content: "\f106";
}
nav#global .inner > ul > li > ul {
  display: none;
  background-color: #239900;
}
@media (min-width: 768px) {
  nav#global .inner > ul > li > ul {
    width: 170%;
    position: absolute;
  }
}
@media (min-width: 1024px) {
  nav#global .inner > ul > li > ul {
    -webkit-transform: skewX(-150deg);
    -moz-transform: skewX(-150deg);
    transform: skewX(-150deg);
    left: 40%;
    top: 115%;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  nav#global .inner > ul > li > ul {
    width: 190%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  nav#global .inner > ul > li > ul {
    width: 100%;
    left: 0;
    top: 100%;
  }
}
nav#global .inner > ul > li > ul li {
  border-bottom: dotted 1px #000000;
}
nav#global .inner > ul > li > ul li:last-child {
  border-bottom: none;
}
nav#global .inner > ul > li > ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0.5em 1.7em 0.5em 0.7em;
  text-align: left;
  position: relative;
}
@media (min-width: 1024px) {
  nav#global .inner > ul > li > ul li a {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    transform: skewX(0deg);
  }
}
nav#global .inner > ul > li > ul li a:before {
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f105";
  position: absolute;
  right: 0.7em;
  top: 0.5em;
}
@media (min-width: 768px) {
  nav#global #sp-menuBtn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  nav#global #sp-menuBtn {
    background-color: #003afe;
    color: #fff;
    padding: 3%;
    text-align: center;
  }
  nav#global #sp-menuBtn:after {
    font-family: FontAwesome;
    font-weight: normal;
    content: "\f0c9";
    font-size: 1.2em;
    margin-left: 0.7em;
    vertical-align: middle;
    display: inline-block;
  }
  nav#global #sp-menuBtn.open:after {
    content: "\f00d";
    font-size: 1.4em;
    margin-top: -0.25em;
  }
}
nav#sideBar {
  width: 310px;
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  nav#sideBar {
    width: 26%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  nav#sideBar {
    width: 28%;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  nav#sideBar {
    top: 0;
    left: 10000px;
    position: absolute;
  }
  nav#sideBar.open {
    left: 0;
    z-index: 100;
    display: block;
    width: 100%;
    background-color: #000000;
    padding: 3%;
  }
}
nav#sideBar .forMembers {
  border: solid 2px #009140;
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  nav#sideBar .forMembers {
    display: none;
  }
}
nav#sideBar .forMembers h6 {
  padding: 1%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00913F), color-stop(1, #000F07));
  background-image: -o-linear-gradient(bottom, #00913F 0%, #000F07 100%);
  background-image: -moz-linear-gradient(bottom, #00913F 0%, #000F07 100%);
  background-image: -webkit-linear-gradient(bottom, #00913F 0%, #000F07 100%);
  background-image: -ms-linear-gradient(bottom, #00913F 0%, #000F07 100%);
  background-image: linear-gradient(to bottom, #00913f 0%, #000f07 100%);
  color: #fff;
}
nav#sideBar .forMembers a {
  display: block;
  padding: 1.5%;
  color: #009140;
  text-decoration: none;
  font-weight: bold;
}
nav#sideBar .forMembers a:after {
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f054";
  font-size: 0.9em;
  margin-left: 0.5em;
}
nav#sideBar .forMembers a:hover {
  color: #5bba2b;
  transition: .3s;
}
nav#sideBar #shortcut {
  margin-bottom: 2em;
  border: solid 2px #009140;
}
nav#sideBar #shortcut h6 {
  padding: 1%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00913F), color-stop(1, #000F07));
  background-image: -o-linear-gradient(bottom, #00913F 0%, #000F07 100%);
  background-image: -moz-linear-gradient(bottom, #00913F 0%, #000F07 100%);
  background-image: -webkit-linear-gradient(bottom, #00913F 0%, #000F07 100%);
  background-image: -ms-linear-gradient(bottom, #00913F 0%, #000F07 100%);
  background-image: linear-gradient(to bottom, #00913f 0%, #000f07 100%);
  color: #fff;
  font-size: 1.1em;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
}
nav#sideBar #shortcut h6 span {
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  font-weight: 700;
  display: inline-block;
}
nav#sideBar #shortcut ul.menu li {
  position: relative;
  padding-bottom: 4%;
  margin: 4% 2% 5%;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  nav#sideBar #shortcut ul.menu li {
    padding: 4% 0 0;
  }
}
nav#sideBar #shortcut ul.menu li img {
  width: 55%;
}
nav#sideBar #shortcut ul.menu li a {
  text-decoration: none;
  min-height: 6em;
  font-size: 0.95em;
  width: 60%;
  position: relative;
  
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  nav#sideBar #shortcut ul.menu li a {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  nav#sideBar #shortcut ul.menu li a {
    width: 65%;
    margin: -30% 0 0 35%;
  }
}
@media screen and (max-width: 767px) {
  nav#sideBar #shortcut ul.menu li a {
    bottom: 0;
    width: 57%;
    right: 0;
    position: absolute;
  }
}
nav#sideBar #shortcut ul.menu li a p {
  color: #000;
  padding: 0 0 0.2em;
  line-height: 1.4;
}
nav#sideBar #shortcut ul.menu li a p:first-of-type {
  position: relative;
  padding-top: 0.7em;
}
nav#sideBar #shortcut ul.menu li a p:first-of-type:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 30%;
  height: 3px;
  background-color: #009140;
}
nav#sideBar #shortcut ul.menu li a p:last-of-type {
  font-size: 0.8em;
  text-align: right;
  padding-top: 0.9em;
}
nav#sideBar #shortcut ul.menu li a p:last-of-type span {
  color: #009140;
  border-bottom: solid 1px #009140;
  font-weight: 900;
  letter-spacing: 1px;
}
nav#sideBar #shortcut ul.menu li a p.brackets {
  margin: 0 -0.5em -0.7em;
}
nav#sideBar #shortcut ul.menu li a p strong {
  font-size: 1.02em;
}
nav#sideBar #shortcut ul.menu li a:hover p span {
  color: #5bba2b;
  border-bottom-color: #5bba2b;
}
nav#sideBar #shortcut ul.list {
  padding: 0 2%;
}
nav#sideBar ul.list li {
  margin: 1.2em 0;
}
nav#sideBar ul.list li a {
  display: block;
  color: #000;
  text-decoration: none;
}
nav#sideBar ul.list li a:hover {
  color: #009140;
  transition: .3s;
}
nav#sideBar ul.list li p {
  position: relative;
  padding: 0.2em 0 0 0;
  margin-top: 0.7em;
}
nav#sideBar ul.list li p strong {
  display: inline-block;
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  font-weight: 900;
  letter-spacing: 2px;
}
nav#sideBar ul.list li p:before {
  content: '';
  position: absolute;
  left: 0;
  top: -0.2em;
  display: inline-block;
  width: 30%;
  height: 4px;
  background-color: #009140;
}
nav#sideBar ul.list li.bnr a {
  border: solid 1px #000;
}
nav#sideBar ul.list li.bnr#blog {
  margin: 1.5em 0;
}
nav#sideBar ul.list li.bnr#blog a {
  padding: 0.5em 0;
  text-align: center;
}
nav#sideBar ul.list li.bnr#blog a strong {
  display: inline-block;
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  font-weight: 900;
  font-size: 2em;
  letter-spacing: 2px;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  nav#sideBar ul.list li.bnr#blog a strong {
    font-size: 1.7em;
  }
}
nav#sideBar .links {
  margin: 2em 0;
}
nav#sideBar .links h6 {
  position: relative;
  padding: 0.2em 0 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  align-items: center;
  color: #001007;
}
nav#sideBar .links h6 strong {
  display: inline-block;
  font-weight: 900;
  padding: 0 0.3em 0 0.4em;
}
nav#sideBar .links h6:before {
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f0d7";
  color: #009140;
}
nav#sideBar .links h6:after {
  border-top: 2px solid #009140;
  content: "";
  display: inline;
  flex-grow: 1;
}
nav#sideBar .links ul li {
  margin: 1em 0;
}
nav#sideBar .links ul li a {
  border: solid 1px #999999;
  display: block;
  max-width: 180px;
}
nav#sideBar .links ul li.private a {
  border: solid 2px #453988;
}
@media (min-width: 768px) {
  nav#sideBar .close {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  nav#sideBar .close {
    text-align: center;
    margin: 4% 0;
  }
  nav#sideBar .close span {
    display: inline-block;
    padding: 2% 10%;
    color: #fff;
    font-style: italic;
    background-color: #009140;
  }
  nav#sideBar .close span:before {
    content: "\f00d";
    font-size: 1.2em;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin-right: 0.5em;
  }
}

/*======================================================================
ページ本文
======================================================================*/
main {
  line-height: 1.6;
  padding: 2% 0;
}
@media (min-width: 768px) {
  main {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  main {
    margin: 2% 0;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  main {
    font-size: 17px;
    margin: 0 0 4% 0;
  }
}
main #mainV {
  max-width: 100%;
  margin: 0 auto 30px;
  position: relative;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  main #mainV {
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 767px) {
  main #mainV {
    margin: 0 0 4.5%;
  }
}
main #pageTitle {
  font-weight: 900;
  font-size: 2em;
}
@media (min-width: 768px) {
  main #pageTitle {
    letter-spacing: 2px;
    padding: 0 0 0.2em 0;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  main #pageTitle {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  main #pageTitle {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  main #pageTitle {
    font-size: 1.4em;
    padding: 1% 1% 1%;
  }
}
@media screen and (max-width: 320px) {
  main #pageTitle {
    font-size: 1.35em;
  }
}
@media (min-width: 768px) {
  main > .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  main > .inner {
    margin-top: 2%;
  }
}
main strong {
  font-weight: 900;
}
main p {
  padding: 0.2em 0 1.2em;
}
main p .marker {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #ffff66 60%);
}
main p.heading {
  position: relative;
  padding: 0.7em 0 1.02em !important;
  font-size: 1.05em;
}
main p.heading:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0em;
  display: inline-block;
  width: 30%;
  height: 4px;
  background-color: #009140;
}
main p.heading strong {
  display: inline-block;
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
}
@media (min-width: 768px) {
  main p.heading strong {
    letter-spacing: 2px;
  }
}
main h2.heading {
  font-size: 1.2em;
  line-height: 1.3;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00913F), color-stop(1, #000F07));
  background-image: -o-linear-gradient(bottom, #00913F 0%, #000F07 100%);
  background-image: -moz-linear-gradient(bottom, #00913F 0%, #000F07 100%);
  background-image: -webkit-linear-gradient(bottom, #00913F 0%, #000F07 100%);
  background-image: -ms-linear-gradient(bottom, #00913F 0%, #000F07 100%);
  background-image: linear-gradient(to bottom, #00913f 0%, #000f07 100%);
  color: #fff;
  padding: 0.3em 1.5em;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  main h2.heading {
    padding: 0.3em 1em;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  main h2.heading {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 767px) {
  main h2.heading {
    padding: 0.3em 1em;
    font-size: 1.1em;
    margin: 0 1%;
  }
}
main h2.heading strong {
  display: inline-block;
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  font-weight: 700;
}
@media (min-width: 1025px) {
  main h2.heading strong {
    letter-spacing: 2px;
  }
}
main h4.heading {
  position: relative;
  padding-top: 0.7em;
  font-size: 1.05em;
  margin-bottom: 0.2em;
  letter-spacing: 2px;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  main h4.heading {
    font-size: 1.03em;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  main h4.heading {
    font-size: 1.03em;
  }
}
main h6.heading {
  position: relative;
  padding-top: 0.7em;
  font-size: 1.05em;
}
main h6.heading:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 30%;
  height: 4px;
  background-color: #009140;
}
main h6.heading strong {
  display: inline-block;
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  letter-spacing: 2px;
}
main .blk {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 767px) {
  main .blk {
    margin: 0 2% 7%;
  }
}
main .blk p {
  padding: 0.2em 0 1.2em;
}
main .blk p:last-child {
  padding-bottom: 0;
}
main .blk p.ast {
  padding-left: 1.2em;
}
main .blk p.ast:before {
  content: "※";
  margin-left: -1.1em;
}
main .blk .more a {
  display: inline-block;
  background-color: #fff;
  color: #5bba2b;
  text-decoration: none;
  border: solid 2px #5bba2b;
  font-weight: 900;
  padding: 1% 7% 1% 9%;
  text-align: center;
}
@media screen and (max-width: 320px) {
  main .blk .more a {
    padding: 2% 5% 2% 7%;
    font-size: 17px;
  }
}
main .blk .more a:after {
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f054";
  margin-left: 1.5em;
  font-size: 0.9em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  main .blk .more a:after {
    margin-left: 1em;
  }
}
@media screen and (max-width: 320px) {
  main .blk .more a:after {
    margin-left: 0.7em;
  }
}
@media (min-width: 768px) {
  main .blk .more a:hover {
    background-color: #5bba2b;
    color: #fff;
    transition: .3s;
  }
}
main .blk .more a span {
  display: inline-block;
}
main .blk .more a strong {
  display: inline-block;
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  font-size: 1.05em;
}
@media (min-width: 768px) {
  main .blk .more a strong {
    letter-spacing: 2px;
  }
}
main .blk picture.imgFull {
  margin: 0.2em 10px 1.2em;
  margin: 0.2em 10px 1.2em;
}
@media screen and (max-width: 767px) {
  main .blk picture.imgFull {
    margin: 0.2em 2.5% 0.8em;
  }
}
main .blk ul.ast li,
main .blk ol.ast li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 19px;
}
@media (max-width: 1023px) {
  main .blk ul.ast li,
  main .blk ol.ast li {
    font-size: 17px;
  }
}
@media screen and (max-width: 320px) {
  main .blk ul.ast li,
  main .blk ol.ast li {
    font-size: 16px;
  }
}
main .blk ul.ast li:before,
main .blk ol.ast li:before {
  content: "※";
}
@media (min-width: 1280px) {
  main #contents {
    width: 860px;
  }
}
@media (max-width: 1279px) {
  main #contents {
    width: 72%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  main #contents {
    width: 70%;
  }
}
@media (min-width: 768px) {
  main #contents .forMembers {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  main #contents {
    display: block;
    width: 100%;
  }
  main #contents.menuOpen:before {
    position: absolute;
    background-color: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    width: 100%;
    height: 100%;
    content: " ";
    z-index: 50;
  }
  main #contents .forMembers {
    border: solid 2px #009140;
    text-align: center;
    margin: 3% 1% 6%;
  }
  main #contents .forMembers h6 {
    padding: 1%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00913F), color-stop(1, #000F07));
    background-image: -o-linear-gradient(bottom, #00913F 0%, #000F07 100%);
    background-image: -moz-linear-gradient(bottom, #00913F 0%, #000F07 100%);
    background-image: -webkit-linear-gradient(bottom, #00913F 0%, #000F07 100%);
    background-image: -ms-linear-gradient(bottom, #00913F 0%, #000F07 100%);
    background-image: linear-gradient(to bottom, #00913f 0%, #000f07 100%);
    color: #fff;
  }
  main #contents .forMembers a {
    display: block;
    padding: 1.5%;
    color: #009140;
    text-decoration: none;
    font-weight: bold;
  }
  main #contents .forMembers a:after {
    font-family: FontAwesome;
    font-weight: normal;
    content: "\f054";
    font-size: 0.9em;
    margin-left: 0.5em;
  }
  main #contents .forMembers a:hover {
    color: #5bba2b;
    transition: .3s;
  }
}
main #contents #toTrial {
  position: relative;
  margin: 3em 0;
  padding: 1em 0 0 0;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  main #contents #toTrial {
    margin: 2em 0;
  }
}
@media screen and (max-width: 767px) {
  main #contents #toTrial {
    margin: 13% 2% 3%;
    padding: 0;
  }
}
main #contents #toTrial img.coin {
  position: absolute;
  width: 25%;
  left: 3%;
  top: -0.5em;
  z-index: 2;
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  main #contents #toTrial img.coin {
    width: 23%;
    top: -0.2em;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  main #contents #toTrial img.coin {
    width: 20%;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  main #contents #toTrial img.coin {
    width: 26%;
    top: -0.65em;
    left: 1%;
  }
}
@media screen and (max-width: 320px) {
  main #contents #toTrial img.coin {
    width: 20%;
    top: -0.65em;
    left: 1%;
  }
}
@media (max-width: 280px) {
  main #contents #toTrial img.coin {
    width: 20%;
  }
}
main #contents #toTrial h6 {
  font-size: 2.1em;
  margin: 0 0 0.2em 31%;
  color: #5bba2b;
  font-weight: 500;
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  letter-spacing: 3px;
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  main #contents #toTrial h6 {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  main #contents #toTrial h6 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  main #contents #toTrial h6 {
    font-size: 1.35em;
    margin: 0 0 0.3em 26%;
    letter-spacing: 0;
    font-weight: bold;
  }
}
@media screen and (max-width: 320px) {
  main #contents #toTrial h6 {
    font-size: 1.25em;
    margin: 0 0 0.3em 20%;
  }
}
@media (max-width: 280px) {
  main #contents #toTrial h6 {
    font-size: 1em;
    margin: 0 0 0.3em 22%;
  }
}
main #contents #toTrial .inner {
  border: solid 3px #5bba2b;
  position: relative;
  text-align: right;
}
main #contents #toTrial .inner img.pic {
  width: 55%;
}
@media screen and (max-width: 767px) {
  main #contents #toTrial .inner img.pic {
    width: 70%;
  }
}
main #contents #toTrial .inner p.cap {
  width: 40%;
  position: absolute;
  left: 30%;
  top: 0.7em;
  z-index: 2;
  transform: rotate(-11deg);
  -moz-transform: rotate(-11deg);
  -webkit-transform: rotate(-11deg);
  text-align: left;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  main #contents #toTrial .inner p.cap {
    width: 35%;
    left: 28%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  main #contents #toTrial .inner p.cap {
    top: 0.3em;
  }
}
@media screen and (max-width: 767px) {
  main #contents #toTrial .inner p.cap {
    left: 4%;
    top: 9%;
    width: 53%;
  }
}
@media screen and (max-width: 320px) {
  main #contents #toTrial .inner p.cap {
    top: 3%;
    width: 60%;
  }
}
@media (max-width: 280px) {
  main #contents #toTrial .inner p.cap {
    top: 2%;
    width: 65%;
  }
}
main #contents #toTrial .inner p.cap strong {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  color: #5bba2b;
  font-weight: 900;
  font-size: 1.4em;
  line-height: 1.3;
  font-weight: 700;
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.24), -2px 2px 2px rgba(255, 255, 255, 0.24), 2px -2px 2px rgba(255, 255, 255, 0.24), -2px -2px 2px rgba(255, 255, 255, 0.24), 2px 0px 2px rgba(255, 255, 255, 0.24), 0px 2px 2px rgba(255, 255, 255, 0.24), -2px 0px 2px rgba(255, 255, 255, 0.24), 0px -2px 2px rgba(255, 255, 255, 0.24);
}
@media (min-width: 1025px) {
  main #contents #toTrial .inner p.cap strong {
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  main #contents #toTrial .inner p.cap strong {
    font-size: 1em;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  main #contents #toTrial .inner p.cap strong {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 767px) {
  main #contents #toTrial .inner p.cap strong {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 320px) {
  main #contents #toTrial .inner p.cap strong {
    font-size: 0.85em;
  }
}
@media (max-width: 280px) {
  main #contents #toTrial .inner p.cap strong {
    font-size: 0.8em;
  }
}
main #contents #toTrial .inner p.cap img {
  margin-top: -0.5em;
  display: block;
}
main #contents #toTrial .inner ul.tel {
  background-color: #009140;
  padding: 2% 2%;
  color: #fff;
  z-index: 2;
  text-align: center;
}
@media (min-width: 768px) {
  main #contents #toTrial .inner ul.tel {
    position: absolute;
    left: 1em;
    bottom: 1em;
    width: 45%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  main #contents #toTrial .inner ul.tel {
    padding: 1% 2%;
    left: 2%;
    bottom: 4%;
    width: 52%;
  }
}
@media screen and (max-width: 767px) {
  main #contents #toTrial .inner ul.tel {
    margin: -13% 3% 4%;
    z-index: 10;
    position: relative;
  }
}
@media (min-width: 1025px) {
  main #contents #toTrial .inner ul.tel li {
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  main #contents #toTrial .inner ul.tel li {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 320px) {
  main #contents #toTrial .inner ul.tel li {
    font-size: 0.9em;
  }
}
@media (max-width: 280px) {
  main #contents #toTrial .inner ul.tel li {
    font-size: 0.8em;
  }
}
main #contents #toTrial .inner ul.tel li:not(.call) {
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  font-weight: 900;
}
main #contents #toTrial .inner ul.tel li:first-of-type {
  font-size: 0.9em;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  main #contents #toTrial .inner ul.tel li:first-of-type {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 320px) {
  main #contents #toTrial .inner ul.tel li:first-of-type {
    font-size: 0.8em;
  }
}
@media (max-width: 280px) {
  main #contents #toTrial .inner ul.tel li:first-of-type {
    font-size: 0.7em;
  }
}
main #contents #toTrial .inner ul.tel li.call {
  font-size: 1.7em;
  padding: 0.2em 0;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  main #contents #toTrial .inner ul.tel li.call {
    padding: 0.05em 0;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  main #contents #toTrial .inner ul.tel li.call {
    font-size: 1.5em;
  }
}
main #contents #toTrial .inner ul.tel li.call .telLinkTxt {
  font-weight: 900;
  display: inline-block;
}
@media (min-width: 768px) {
  main #contents #toTrial .inner ul.tel li.call .telLinkTxt {
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
  }
}
@media screen and (max-width: 767px) {
  main #contents #toTrial .inner ul.tel li.call .telLinkTxt {
    font-style: italic;
  }
  main #contents #toTrial .inner ul.tel li.call .telLinkTxt a {
    color: #fff;
    text-decoration: none;
  }
  main #contents #toTrial .inner ul.tel li.call .telLinkTxt a:after {
    font-family: FontAwesome;
    font-weight: normal;
    content: "\f054";
    margin-left: 0.65em;
    font-size: 0.7em;
    vertical-align: middle;
    font-style: normal;
  }
}
main #contents #toTrial .inner ul.tel li.call i {
  font-size: 1.5em;
  margin-right: 0.3em;
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  main #contents #toTrial .inner ul.tel li.call i {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  main #contents #toTrial .inner ul.tel li.call i {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  main #contents #toTrial .inner ul.tel li.call i {
    font-size: 1.2em;
  }
}
main #contents #toTrial .inner a.mail {
  display: block;
  background-color: #5bba2b;
  color: #fff;
  z-index: 2;
  text-decoration: none;
  border: solid 2px #5bba2b;
}
@media (min-width: 768px) {
  main #contents #toTrial .inner a.mail {
    position: absolute;
    right: 1em;
    bottom: 1em;
    padding: 1.2em 0.5em;
    width: 45%;
  }
}
@media (min-width: 1025px) {
  main #contents #toTrial .inner a.mail {
    font-size: 1.1em;
    text-align: center;
  }
  main #contents #toTrial .inner a.mail br {
    display: none;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  main #contents #toTrial .inner a.mail {
    right: 2%;
    bottom: 4%;
    line-height: 1.4;
    text-align: left;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  main #contents #toTrial .inner a.mail {
    font-size: 1.2em;
    padding: 0.5em 0.5em 0.5em 2.7em;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  main #contents #toTrial .inner a.mail {
    width: 40%;
    right: 2%;
    bottom: 4%;
    padding: 0.5em 0.5em 0.5em 2.4em;
    line-height: 1.4;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  main #contents #toTrial .inner a.mail {
    margin: 0 3% 3%;
    padding: 6% 1%;
    text-align: center;
  }
  main #contents #toTrial .inner a.mail:after {
    font-family: FontAwesome;
    font-weight: normal;
    content: "\f054";
    margin-left: 0.5em;
    font-size: 0.9em;
    vertical-align: middle;
  }
  main #contents #toTrial .inner a.mail br {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  main #contents #toTrial .inner a.mail {
    padding: 4% 2em 4% 2.8em;
    line-height: 1.4;
    text-align: left;
    position: relative;
  }
  main #contents #toTrial .inner a.mail:after {
    position: absolute;
    right: 3%;
    top: 32%;
    font-size: 1.3em;
  }
  main #contents #toTrial .inner a.mail br {
    display: block;
  }
}
main #contents #toTrial .inner a.mail i {
  font-size: 2em;
  margin-right: 0.4em;
  vertical-align: middle;
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  main #contents #toTrial .inner a.mail i {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  main #contents #toTrial .inner a.mail i {
    position: absolute;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  main #contents #toTrial .inner a.mail i {
    top: 12%;
    left: 3%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  main #contents #toTrial .inner a.mail i {
    font-size: 1.4em;
    top: 10%;
    left: 3%;
  }
}
@media screen and (max-width: 767px) {
  main #contents #toTrial .inner a.mail i {
    font-size: 1.7em;
    margin-right: 0.2em;
  }
}
@media screen and (max-width: 320px) {
  main #contents #toTrial .inner a.mail i {
    font-size: 1.5em;
    position: absolute;
    top: 35%;
    left: 3%;
  }
}
main #contents #toTrial .inner a.mail strong {
  display: inline-block;
  font-weight: 900;
}
@media (min-width: 1025px) {
  main #contents #toTrial .inner a.mail strong {
    letter-spacing: 1px;
  }
}
@media (min-width: 768px) {
  main #contents #toTrial .inner a.mail strong {
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
  }
}
@media screen and (max-width: 767px) {
  main #contents #toTrial .inner a.mail strong {
    font-style: italic;
  }
}
@media (min-width: 768px) {
  main #contents #toTrial .inner a.mail:hover {
    transition: .3s;
    background-color: #fff;
    color: #5bba2b;
  }
}
main #contents #toHome {
  margin: 3% 0;
}
@media screen and (max-width: 767px) {
  main #contents #toHome {
    margin: 5% 2%;
  }
}
main #contents #toHome a {
  display: inline-block;
  background-color: #009140;
  color: #fff;
  text-decoration: none;
  padding: 1.5% 3%;
}
@media screen and (max-width: 767px) {
  main #contents #toHome a {
    padding: 3% 3%;
  }
}
main #contents #toHome a:before {
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f053";
  margin-right: 0.7em;
  font-size: 0.9em;
}
@media (min-width: 768px) {
  main #contents #toHome a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    transition: .3s;
  }
}

/*======================================================================
フッター
======================================================================*/
footer {
 background-color: #33A02B;
  color: #fff;
  text-align: center;
  padding: 1.5em 0;
}
@media (max-width: 1024px) {
  footer {
    padding: 2% 0;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 4% 0;
  }
  footer.menuOpen {
    display: none;
  }
}
footer #pageTop {
  position: fixed;
  text-align: center;
  right: 0;
  bottom: 2%;
  width: 55px;
  height: 55px;
  cursor: pointer;
  background-color: #000;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
  display: none;
}
@media screen and (max-width: 767px) {
  footer #pageTop {
    bottom: 4%;
  }
}
@media screen and (max-width: 320px) {
  footer #pageTop {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 768px) {
  footer #pageTop:hover {
    background-color: #333;
    transition: .3s;
  }
}
footer #pageTop i {
  padding: 25% 0 0 0;
  color: #fff;
  font-size: 22px;
}
@media screen and (max-width: 320px) {
  footer #pageTop i {
    padding: 22% 0 0 0;
    font-size: 20px;
  }
}

/*======================================================================
スマホとタブレットとPCとの表示非表示
テキストの場合、.tb-noneを使った方が良いかも。。。
======================================================================*/
.sp-none {
  display: block;
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

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

.minpc-none {
  display: none;
}
@media screen and (max-width: 1024px) {
  .minpc-none {
    display: block;
  }
}

.tb-none {
  display: block;
}
@media screen and (max-width: 768px) {
  .tb-none {
    display: none;
  }
}

.spmin-blk {
  display: block;
}
@media screen and (min-width: 321px) {
  .spmin-blk {
    display: none;
  }
}

/*スマホのみ電話リンク有効*/
@media (min-width: 767px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
