@charset "UTF-8";
@-webkit-keyframes TimerFlash1 {
  50% {
    -ms-box-shadow: 0px 0px 15px 5px #164977;
    box-shadow: 0px 0px 15px 5px #164977; } }
@keyframes TimerFlash1 {
  50% {
    -ms-box-shadow: 0px 0px 15px 5px #164977;
    box-shadow: 0px 0px 15px 5px #164977; } }

@-webkit-keyframes TimerFlash2 {
  50% {
    opacity: 0.5; } }

@keyframes TimerFlash2 {
  50% {
    opacity: 0.5; } }

.timer {
  padding: 20px;
  background: #e50b1b;
  text-align: center; }
  .timer .date {
    color: #fff;
    font-size: 1.2em; }
    .timer .date span {
      color: #dcc587;
      font-size: 1.5em; }

.end {
  background: #333333;
  color: #ffeb00; }
  @media screen and (max-width: 767px) {
    .end {
      margin-bottom: 5%; } }

#gFooter {
  background: #000000; }
  #gFooter #gFooter-bottom #copyRight {
    color: #ffffff; }
  #gFooter #gFooter-bottom #footerNav li:after {
    color: #ffffff; }
  #gFooter #gFooter-bottom #footerNav a {
    color: #ffffff; }
    #gFooter #gFooter-bottom #footerNav a:hover {
      color: #164977; }

.flash01 {
  -webkit-animation: TimerFlash1 1s infinite;
          animation: TimerFlash1 1s infinite; }

.flash02 {
  -webkit-animation: TimerFlash2 1s infinite;
          animation: TimerFlash2 1s infinite; }

span.black {
  font-weight: bold;
  color: #000; }

span.black-middle {
  font-weight: bold;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.8rem; }

span.black-large {
  font-weight: bold;
  color: #000;
  font-size: 3rem;
  line-height: 3.5rem; }

span.red {
  font-weight: bold;
  color: #ce0101; }

span.red-middle {
  font-weight: bold;
  color: #ce0101;
  font-size: 1.4rem;
  line-height: 1.8rem; }

span.red-large {
  font-weight: bold;
  color: #ce0101;
  font-size: 3rem;
  line-height: 3.5rem; }

span.white {
  font-weight: bold;
  color: #fff; }

span.white-middle {
  font-weight: bold;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8rem; }

span.white-large {
  font-weight: bold;
  color: #fff;
  font-size: 3rem;
  line-height: 3.5rem; }

span.yellow {
  font-weight: bold;
  color: #ffe745; }

span.yellow-middle {
  font-weight: bold;
  color: #ffe745;
  font-size: 1.4rem;
  line-height: 1.8rem; }

span.yellow-large {
  font-weight: bold;
  color: #ffe745;
  font-size: 3rem;
  line-height: 3.5rem; }

span.middle {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.8rem; }
  @media screen and (max-width: 767px) {
    span.middle {
      font: 1.2rem; } }

span.large {
  font-weight: bold;
  font-size: 3rem;
  line-height: 3.5rem; }

span.flu {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fffc9d));
  background: linear-gradient(transparent 50%, #fffc9d 50%); }

span.bold {
  font-weight: bold; }

span.small {
  font-size: 60%; }

.right-img {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .right-img {
      float: none;
      margin-left: 0;
      text-align: center; } }

/* 点滅 */
.blinking {
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate; }

@-webkit-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.seminar-wrap p.att, .box-container p.att, .box-container02 p.att {
  margin-bottom: 5%;
  padding: 2%;
  width: 100%;
  background-color: #cc0000;
  color: #fff;
  font-size: 1.2rem !important;
  font-weight: bold;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .seminar-wrap p.att, .box-container p.att, .box-container02 p.att {
      padding: 3%;
      font-size: 1rem;
      text-align: left;
      line-height: 1.4; } }

.seminar-wrap table, .box-container table, .box-container02 table {
  margin-bottom: 30px;
  border-collapse: collapse;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .seminar-wrap table, .box-container table, .box-container02 table {
      margin-bottom: 3%; } }

.seminar-wrap tr.bg-g, .box-container tr.bg-g, .box-container02 tr.bg-g {
  background-color: #f7f7f7; }

.seminar-wrap th, .seminar-wrap td, .box-container th, .box-container td, .box-container02 th, .box-container02 td {
  padding: 3% 1%;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #999;
  line-height: 1.4; }
  @media screen and (max-width: 767px) {
    .seminar-wrap th, .seminar-wrap td, .box-container th, .box-container td, .box-container02 th, .box-container02 td {
      font-size: 0.6rem; } }
  .seminar-wrap th span.mini, .seminar-wrap td span.mini, .box-container th span.mini, .box-container td span.mini, .box-container02 th span.mini, .box-container02 td span.mini {
    font-size: 0.8rem; }
    @media screen and (max-width: 767px) {
      .seminar-wrap th span.mini, .seminar-wrap td span.mini, .box-container th span.mini, .box-container td span.mini, .box-container02 th span.mini, .box-container02 td span.mini {
        font-size: 0.6rem; } }

.seminar-wrap th, .box-container th, .box-container02 th {
  font-weight: normal;
  font-size: .875rem;
  color: #fff;
  background: #333; }
  @media screen and (max-width: 767px) {
    .seminar-wrap th, .box-container th, .box-container02 th {
      font-size: 0.8rem; } }

.seminar-wrap th.first, .box-container th.first, .box-container02 th.first {
  width: 20%; }
  @media screen and (max-width: 767px) {
    .seminar-wrap th.first, .box-container th.first, .box-container02 th.first {
      width: 7%; } }

.seminar-wrap th.second, .box-container th.second, .box-container02 th.second {
  width: 20%; }
  @media screen and (max-width: 767px) {
    .seminar-wrap th.second, .box-container th.second, .box-container02 th.second {
      width: 22%; } }

.seminar-wrap th.third, .box-container th.third, .box-container02 th.third {
  width: 30%; }
  @media screen and (max-width: 767px) {
    .seminar-wrap th.third, .box-container th.third, .box-container02 th.third {
      width: 20%; } }

.seminar-wrap th.fourth, .box-container th.fourth, .box-container02 th.fourth {
  width: 30%; }

.seminar-wrap td.area-osaka, .box-container td.area-osaka, .box-container02 td.area-osaka {
  background-color: #ffe5d3;
  font-size: 1.4rem;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .seminar-wrap td.area-osaka, .box-container td.area-osaka, .box-container02 td.area-osaka {
      font-size: 0.8rem; } }

.seminar-wrap td.area-tokyo, .box-container td.area-tokyo, .box-container02 td.area-tokyo {
  background-color: #d3e4ff;
  font-size: 1.4rem;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .seminar-wrap td.area-tokyo, .box-container td.area-tokyo, .box-container02 td.area-tokyo {
      font-size: 0.8rem; } }

.seminar-wrap .button-ava, .box-container .button-ava, .box-container02 .button-ava {
  padding: 5% 18%;
  border-radius: 24px;
  color: #333333;
  background: #ffdb25;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe872), to(#ffc343));
  background: linear-gradient(to bottom, #ffe872 0%, #ffc343 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
  box-shadow: 0 3px 0 0 #88532e;
  top: 0;
  text-decoration: none;
  cursor: pointer;
  position: relative; }
  @media screen and (max-width: 767px) {
    .seminar-wrap .button-ava, .box-container .button-ava, .box-container02 .button-ava {
      margin: 0 auto;
      padding: 7% 0;
      display: block;
      width: 90%; } }
  .seminar-wrap .button-ava:hover, .box-container .button-ava:hover, .box-container02 .button-ava:hover {
    box-shadow: 0 1px 0 0 #88532e;
    top: 3px; }

.seminar-wrap .button-few, .box-container .button-few, .box-container02 .button-few {
  padding: 5% 18%;
  border-radius: 24px;
  color: #fff;
  background: #ffdb25;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0437), to(#e8002f));
  background: linear-gradient(to bottom, #ff0437 0%, #e8002f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
  box-shadow: 0 3px 0 0 #3a0000;
  top: 0;
  text-decoration: none;
  cursor: pointer;
  position: relative; }
  @media screen and (max-width: 767px) {
    .seminar-wrap .button-few, .box-container .button-few, .box-container02 .button-few {
      margin: 0 auto;
      padding: 7% 0;
      display: block;
      width: 90%; } }
  .seminar-wrap .button-few:hover, .box-container .button-few:hover, .box-container02 .button-few:hover {
    box-shadow: 0 1px 0 0 #3a0000;
    top: 3px; }

.stext {
  margin-bottom: 50px;
  width: 100%;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .stext {
      margin-bottom: 5%; } }

ul.manin {
  margin: 0 auto 50px;
  width: 500px; }
  ul.manin li {
    margin-bottom: 10px;
    font-size: 1.8rem;
    display: table; }
    ul.manin li span.type {
      display: table-cell;
      width: 100px;
      text-align: left;
      vertical-align: middle; }
    ul.manin li span.day {
      display: table-cell;
      text-align: left;
      vertical-align: middle; }

.perForm {
  width: 80%;
  margin: 0 auto;
  padding: 50px;
  border: 4px dashed #ccc; }
  @media screen and (max-width: 767px) {
    .perForm {
      width: 100%;
      margin: 0 auto;
      padding: 5%;
      border: 4px dashed #ccc; } }
  .perForm ul.perList {
    width: 100%;
    margin: 0 auto 20px; }
    @media screen and (max-width: 767px) {
      .perForm ul.perList {
        width: 100%;
        margin: 0 auto 3%; } }
    .perForm ul.perList li {
      font-size: 1.3rem;
      margin-bottom: 1%;
      padding: 1% 0;
      border-bottom: 2px dotted #333;
      line-height: 1.3rem;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .perForm ul.perList li {
          font-size: 1rem;
          margin-bottom: 1%;
          padding: 1% 0;
          border-bottom: 2px dotted #333;
          line-height: 1.3rem;
          font-weight: bold; } }
  .perForm p.perTitle {
    width: 100%;
    text-align: center;
    font-size: 2rem !important;
    font-weight: bold;
    margin-bottom: 20px !important;
    color: #cc0000 !important; }
    @media screen and (max-width: 767px) {
      .perForm p.perTitle {
        width: 100%;
        text-align: center;
        font-size: 1.1rem !important;
        font-weight: bold;
        margin-bottom: 20px !important;
        color: #cc0000 !important; } }
  .perForm .perBtn {
    width: 90%;
    margin: 0 auto 30px;
    text-align: center;
    border-radius: 20px;
    padding: 24px;
    display: block;
    color: #fff;
    background: #359802;
    background: -webkit-gradient(linear, left top, left bottom, from(#a3fd8e), to(#359802));
    background: linear-gradient(to bottom, #a3fd8e 0%, #359802 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
    box-shadow: 0 3px 0 0 #23520a;
    position: relative;
    top: 0;
    text-decoration: none; }
    @media screen and (max-width: 767px) {
      .perForm .perBtn {
        width: 100%;
        margin: 0 auto 8%;
        text-align: center;
        border-radius: 20px;
        padding: 10px;
        display: block;
        color: #fff;
        background: #359802;
        background: -webkit-gradient(linear, left top, left bottom, from(#a3fd8e), to(#359802));
        background: linear-gradient(to bottom, #a3fd8e 0%, #359802 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
        box-shadow: 0 3px 0 0 #23520a;
        position: relative;
        top: 0;
        font-weight: bold; } }
  .perForm p.hosoku {
    width: 100%;
    text-align: center;
    margin-bottom: 0 !important;
    font-weight: bold;
    line-height: 1.4; }
    @media screen and (max-width: 767px) {
      .perForm p.hosoku {
        width: 100%;
        text-align: left;
        margin-bottom: 0 !important;
        font-weight: bold; } }

#gHeader #gHead-inner .hi-text {
  padding: 30px;
  width: 100%;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #gHeader #gHead-inner .hi-text {
      padding: 2% 5%; } }

#gHeader #gHead-inner .header-wrap {
  padding: 0;
  width: 100%;
  text-align: center;
  background: url(../img/background_header.jpg) no-repeat center top;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    #gHeader #gHead-inner .header-wrap {
      padding: 0; } }

#gHeader #gHead-inner .logo-wrap {
  padding: 80px 0 50px;
  width: 100%;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #gHeader #gHead-inner .logo-wrap {
      padding: 5% 0 1%; } }
  #gHeader #gHead-inner .logo-wrap .logo {
    margin: 0 auto 10px;
    width: 40%; }
    @media screen and (max-width: 767px) {
      #gHeader #gHead-inner .logo-wrap .logo {
        width: 60%; } }
  #gHeader #gHead-inner .logo-wrap .logo-parts {
    text-align: center; }
    @media screen and (max-width: 767px) {
      #gHeader #gHead-inner .logo-wrap .logo-parts {
        margin: 0 auto;
        width: 50%; } }
  #gHeader #gHead-inner .logo-wrap .tokuten-banner {
    text-align: center; }
    @media screen and (max-width: 767px) {
      #gHeader #gHead-inner .logo-wrap .tokuten-banner {
        margin: 0 auto 5%;
        width: 90%; } }

#gHeader #gHead-inner .st-wrap {
  padding: 80px 0;
  width: 100%;
  text-align: center;
  background: url(../img/background_seminar.jpg) no-repeat center top;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    #gHeader #gHead-inner .st-wrap {
      padding: 5%; } }

#gHeader #gHead-inner .st-wrap2 {
  padding: 80px 0 0;
  width: 100%;
  text-align: center;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    #gHeader #gHead-inner .st-wrap2 {
      padding: 5% 5% 0; } }

#gHeader #gHead-inner dl.real-time {
  padding: 50px 0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #gHeader #gHead-inner dl.real-time {
      padding: 5%; } }
  #gHeader #gHead-inner dl.real-time dt {
    margin-bottom: 10px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #e41a19; }
    @media screen and (max-width: 767px) {
      #gHeader #gHead-inner dl.real-time dt {
        margin-bottom: 1%;
        font-size: 1.4rem; } }
  #gHeader #gHead-inner dl.real-time dd {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4; }
    @media screen and (max-width: 767px) {
      #gHeader #gHead-inner dl.real-time dd {
        font-size: 1rem;
        text-align: left; } }

#gHeader #tokuten-wrap {
  padding: 80px 0;
  width: 100%;
  background: url(../img/background_tokuten.jpg) no-repeat center top fixed;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    #gHeader #tokuten-wrap {
      padding: 5%;
      background: url(../img/background_tokuten_sp.jpg) no-repeat center top fixed;
      background-color: #2f0f04; } }
  #gHeader #tokuten-wrap h2 {
    margin: 0 auto 50px;
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #gHeader #tokuten-wrap h2 {
        margin: 0 auto 4%; } }
  #gHeader #tokuten-wrap .tokuten-box {
    margin: 0 auto 50px;
    padding: 80px;
    width: 1000px;
    background-color: #fff;
    border-radius: 10px;
    /* viewer
			-------------------------------------------------------------- */
    /* sideNavi
			-------------------------------------------------------------- */
    /* =======================================
				ClearFixElements
			======================================= */ }
    @media screen and (max-width: 767px) {
      #gHeader #tokuten-wrap .tokuten-box {
        margin: 0 auto 5%;
        padding: 5%;
        width: 100%; } }
    #gHeader #tokuten-wrap .tokuten-box h3 {
      width: 100%; }
    #gHeader #tokuten-wrap .tokuten-box h4 {
      margin-bottom: 50px;
      padding: 20px 0;
      width: 100%;
      text-align: center;
      border-bottom: 2px solid #2f0f04;
      font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
      line-height: 1.4;
      color: #2f0f04;
      font-size: 1.8rem; }
      @media screen and (max-width: 767px) {
        #gHeader #tokuten-wrap .tokuten-box h4 {
          margin-bottom: 5%;
          padding: 2%;
          font-size: 1.4rem; } }
    #gHeader #tokuten-wrap .tokuten-box h5 {
      margin-bottom: 10px;
      padding: 20px 0;
      width: 100%;
      text-align: center;
      border-bottom: 2px solid #2f0f04;
      font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
      line-height: 1.4;
      color: #2f0f04;
      font-size: 1.8rem; }
      @media screen and (max-width: 767px) {
        #gHeader #tokuten-wrap .tokuten-box h5 {
          margin-bottom: 3%;
          padding: 2%;
          font-size: 1.4rem; } }
    #gHeader #tokuten-wrap .tokuten-box p {
      margin-bottom: 30px;
      line-height: 1.8;
      font-size: 16px;
      font-size: 1rem; }
      @media screen and (max-width: 767px) {
        #gHeader #tokuten-wrap .tokuten-box p {
          margin-bottom: 5%; } }
    #gHeader #tokuten-wrap .tokuten-box p.double {
      margin-bottom: 60px;
      line-height: 1.8;
      font-size: 16px;
      font-size: 1rem; }
      @media screen and (max-width: 767px) {
        #gHeader #tokuten-wrap .tokuten-box p.double {
          margin-bottom: 10%; } }
    #gHeader #tokuten-wrap .tokuten-box ul {
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        #gHeader #tokuten-wrap .tokuten-box ul {
          margin-bottom: 5%; } }
      #gHeader #tokuten-wrap .tokuten-box ul li {
        margin-bottom: 1rem;
        line-height: 1.4; }
    #gHeader #tokuten-wrap .tokuten-box .viewer {
      margin: 0 auto 40px;
      width: 100%;
      position: relative;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        #gHeader #tokuten-wrap .tokuten-box .viewer {
          margin: 0 auto 3%; } }
    #gHeader #tokuten-wrap .tokuten-box .viewer ul {
      width: 100%;
      overflow: hidden;
      position: relative; }
    #gHeader #tokuten-wrap .tokuten-box .viewer ul li {
      top: 0;
      left: 0;
      width: 100%;
      position: absolute; }
    #gHeader #tokuten-wrap .tokuten-box .viewer ul li img {
      width: 100%;
      height: auto; }
    #gHeader #tokuten-wrap .tokuten-box .viewer .btnPrev,
    #gHeader #tokuten-wrap .tokuten-box .viewer .btnNext {
      margin-top: -25px;
      top: 50%;
      width: 50px;
      height: 50px;
      position: absolute;
      z-index: 101; }
    #gHeader #tokuten-wrap .tokuten-box .viewer .btnPrev {
      left: 10px;
      background: #ccc url(../img/btnPrev.jpg) no-repeat center center; }
    #gHeader #tokuten-wrap .tokuten-box .viewer .btnNext {
      right: 10px;
      background: #ccc url(../img/btnNext.jpg) no-repeat center center; }
    #gHeader #tokuten-wrap .tokuten-box .viewer ul:after {
      content: ".";
      height: 0;
      clear: both;
      display: block;
      visibility: hidden; }
    #gHeader #tokuten-wrap .tokuten-box .viewer ul {
      display: inline-block;
      overflow: hidden; }
    #gHeader #tokuten-wrap .tokuten-box p.comment {
      margin-bottom: 10px !important;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #gHeader #tokuten-wrap .tokuten-box p.comment {
          margin-bottom: 3% !important;
          text-align: left;
          font-size: 0.8rem; } }
    #gHeader #tokuten-wrap .tokuten-box ul.demo-list {
      margin: 0 auto 50px;
      width: 100%;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #gHeader #tokuten-wrap .tokuten-box ul.demo-list {
          margin: 0 auto 3%; } }
      #gHeader #tokuten-wrap .tokuten-box ul.demo-list li {
        margin-right: 20px;
        padding: 16px 30px;
        text-align: center;
        background-color: #2f0f04;
        color: #fff;
        font-size: 1.2rem;
        border-radius: 10px;
        display: inline; }
        @media screen and (max-width: 767px) {
          #gHeader #tokuten-wrap .tokuten-box ul.demo-list li {
            margin-right: 0;
            margin-bottom: 3%;
            padding: 3% 5%;
            width: 100%;
            font-size: 1rem;
            border-radius: 6px;
            display: block; } }
      #gHeader #tokuten-wrap .tokuten-box ul.demo-list li:last-child {
        margin-right: 0; }
  #gHeader #tokuten-wrap .tokuten-box:last-child {
    margin-bottom: 0; }

#gHeader #get-wrap {
  padding: 80px 0;
  width: 100%;
  background: url(../img/background_get.jpg) no-repeat center top fixed;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    #gHeader #get-wrap {
      padding: 8% 3%;
      background: url(../img/background_get_sp.jpg) no-repeat center top;
      background-color: #dcdcdc; } }
  #gHeader #get-wrap h2 {
    margin-bottom: 50px;
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #gHeader #get-wrap h2 {
        margin-bottom: 5%; } }
  #gHeader #get-wrap .get-first {
    margin: 0 auto 40px;
    width: 752px;
    text-align: center; }
  #gHeader #get-wrap .get-set {
    margin-bottom: 74px;
    width: 100%;
    text-align: center; }
  #gHeader #get-wrap .get-spfirst {
    margin: 0 auto 5%;
    width: 90%;
    text-align: center; }
  #gHeader #get-wrap .get-sp {
    margin: 0 auto 5%;
    width: 90%;
    text-align: center; }
  #gHeader #get-wrap .get-recom {
    margin-bottom: 80px;
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #gHeader #get-wrap .get-recom {
        margin-bottom: 5%; } }
  #gHeader #get-wrap .seminar-wrap {
    margin: 0 auto;
    padding: 80px;
    width: 1000px;
    background-color: #fff;
    border-radius: 10px; }
    @media screen and (max-width: 767px) {
      #gHeader #get-wrap .seminar-wrap {
        padding: 8% 3%;
        width: 100%; } }
    #gHeader #get-wrap .seminar-wrap h3 {
      margin-bottom: 30px;
      width: 100%;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #gHeader #get-wrap .seminar-wrap h3 {
          margin-bottom: 3%; } }

.basic-style .box-container {
  padding: 80px;
  background-color: #fff;
  border-radius: 10px; }
  @media screen and (max-width: 767px) {
    .basic-style .box-container {
      padding: 8%; } }

.basic-style .box-container02 {
  padding: 80px;
  background-color: #fff;
  border-radius: 10px; }
  @media screen and (max-width: 767px) {
    .basic-style .box-container02 {
      padding: 2%; } }

.basic-style .inner {
  padding: 50px 50px 20px; }
  @media screen and (max-width: 767px) {
    .basic-style .inner {
      padding: 5% 5% 2%; } }

.white .inner {
  color: #333333;
  background: rgba(255, 255, 255, 0.9); }

.black .inner {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.9); }

#main .line-add {
  padding: 5% 0;
  text-align: center; }
  #main .line-add a.everline_link {
    margin: 0 auto;
    padding: 2%;
    width: 360px;
    display: block;
    background-color: #1fca3e;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
    @media screen and (max-width: 767px) {
      #main .line-add a.everline_link {
        padding: 5% 0;
        width: 90%; } }
  #main .line-add a.everline_link:hover {
    opacity: 0.6; }

#main .sec01-h2wrap {
  padding: 100px 0;
  width: 100%;
  background: url(../img/background_sec01_h2.jpg) no-repeat center top;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    #main .sec01-h2wrap {
      padding: 5%; } }
  #main .sec01-h2wrap h2 {
    margin: 0 auto;
    width: 1000px; }
    @media screen and (max-width: 767px) {
      #main .sec01-h2wrap h2 {
        margin: 0;
        width: 74%; } }

#main #sec01 {
  padding: 5% 48vw 5% 5%;
  width: 100%;
  background: url(../img/background_sec01.jpg) no-repeat center top fixed;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    #main #sec01 {
      padding: 5%;
      background: url(../img/background_sec01_sp.jpg) no-repeat center top;
      background-color: #e8ddd7; } }
  #main #sec01 .white-wrap {
    padding: 80px;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px; }
    @media screen and (max-width: 767px) {
      #main #sec01 .white-wrap {
        padding: 5%; } }

#main #sec02 {
  padding: 80px 0;
  width: 100%;
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    #main #sec02 {
      padding: 8% 5%; } }
  #main #sec02 h2 {
    margin-bottom: 80px;
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #main #sec02 h2 {
        margin-bottom: 5%; } }
  #main #sec02 .sec02-inner {
    margin: 0 auto;
    width: 900px; }
    @media screen and (max-width: 767px) {
      #main #sec02 .sec02-inner {
        width: 100%; } }
    #main #sec02 .sec02-inner ul.active-ul {
      margin-bottom: 20px;
      width: 100%; }
      @media screen and (max-width: 767px) {
        #main #sec02 .sec02-inner ul.active-ul {
          margin-bottom: 3%; } }
      #main #sec02 .sec02-inner ul.active-ul li {
        margin-bottom: 10px;
        padding: 3px;
        width: 100%;
        display: table;
        border-radius: 10px;
        background-color: #23b900; }
        @media screen and (max-width: 767px) {
          #main #sec02 .sec02-inner ul.active-ul li {
            margin-bottom: 3%; } }
        #main #sec02 .sec02-inner ul.active-ul li span.title {
          padding: 3% 4%;
          width: 36%;
          display: table-cell;
          text-align: left;
          vertical-align: middle;
          color: #fff;
          font-size: 1.2rem;
          border-radius: 7px 0 0 7px; }
          @media screen and (max-width: 767px) {
            #main #sec02 .sec02-inner ul.active-ul li span.title {
              width: 100%;
              font-size: 1rem;
              display: block;
              text-align: center; } }
        #main #sec02 .sec02-inner ul.active-ul li span.content {
          padding-left: 3%;
          width: 50%;
          display: table-cell;
          text-align: left;
          vertical-align: middle;
          background-color: #fff;
          border-radius: 0 7px 7px 0; }
          @media screen and (max-width: 767px) {
            #main #sec02 .sec02-inner ul.active-ul li span.content {
              padding: 3%;
              width: 100%;
              display: block;
              text-align: center;
              border-radius: 0 0 7px 7px; } }
          #main #sec02 .sec02-inner ul.active-ul li span.content .big {
            font-size: 2.4rem;
            font-weight: bold; }
            @media screen and (max-width: 767px) {
              #main #sec02 .sec02-inner ul.active-ul li span.content .big {
                font-size: 1.6rem; } }
          #main #sec02 .sec02-inner ul.active-ul li span.content .semi {
            font-size: 1.4rem;
            font-weight: bold; }
            @media screen and (max-width: 767px) {
              #main #sec02 .sec02-inner ul.active-ul li span.content .semi {
                font-size: 1.2rem; } }
    #main #sec02 .sec02-inner .green-base01 {
      margin-bottom: 50px;
      padding: 80px;
      width: 100%;
      background-color: #23b900;
      border-radius: 10px; }
      @media screen and (max-width: 767px) {
        #main #sec02 .sec02-inner .green-base01 {
          margin-bottom: 5%;
          padding: 8% 5%; } }
      #main #sec02 .sec02-inner .green-base01 p {
        color: #fff; }
    #main #sec02 .sec02-inner .green-base02 {
      padding: 80px;
      width: 100%;
      background: url(../img/background_sec02.png) no-repeat center bottom;
      background-size: contain;
      background-color: #23b900;
      border-radius: 10px; }
      @media screen and (max-width: 767px) {
        #main #sec02 .sec02-inner .green-base02 {
          padding: 8% 5%; } }
      #main #sec02 .sec02-inner .green-base02 h2 {
        margin-bottom: 50px;
        width: 100%;
        text-align: center; }
        @media screen and (max-width: 767px) {
          #main #sec02 .sec02-inner .green-base02 h2 {
            margin-bottom: 5%; } }
      #main #sec02 .sec02-inner .green-base02 p {
        color: #fff; }

#main #sec03 {
  padding: 80px 0;
  width: 100%;
  background: url(../img/background_get.jpg) no-repeat center top fixed;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    #main #sec03 {
      padding: 8% 5%;
      background: url(../img/background_get_sp.jpg) no-repeat center top;
      background-color: #dcdcdc; } }

#main #sec04 {
  padding: 80px 0;
  width: 100%;
  background: url(../img/background_sec04.jpg) no-repeat center top fixed;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    #main #sec04 {
      padding: 8% 5%;
      background: url(../img/background_sec04_sp.jpg) no-repeat center top;
      background-color: #214f69; } }
  #main #sec04 h2 {
    margin-bottom: 50px;
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #main #sec04 h2 {
        margin-bottom: 5%; } }

#main #sec05 {
  padding: 80px 0;
  width: 100%;
  background: url(../img/background_sec05.jpg) no-repeat center top fixed;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    #main #sec05 {
      padding: 8% 2%;
      background: url(../img/background_sec05_sp.jpg) no-repeat center top;
      background-color: #0f1817; } }
  #main #sec05 h2 {
    margin-bottom: 50px;
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #main #sec05 h2 {
        margin-bottom: 5%; } }
  #main #sec05 .cause-wrap {
    margin-bottom: 80px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      #main #sec05 .cause-wrap {
        margin-bottom: 5%; } }
    #main #sec05 .cause-wrap .cause-box {
      margin-bottom: 50px;
      width: 100%; }
      @media screen and (max-width: 767px) {
        #main #sec05 .cause-wrap .cause-box {
          margin-bottom: 10%; } }
      #main #sec05 .cause-wrap .cause-box h3 {
        width: 100%;
        display: table;
        border-top: 4px solid #0c100f;
        border-radius: 10px 0 0 0; }
        @media screen and (max-width: 767px) {
          #main #sec05 .cause-wrap .cause-box h3 {
            border-top: 3px solid #0c100f; } }
        #main #sec05 .cause-wrap .cause-box h3 span.number {
          width: 120px;
          height: 116px;
          display: table-cell;
          text-align: center;
          vertical-align: middle;
          color: #fff;
          font-size: 1.4rem;
          background-color: #0c100f;
          border-radius: 10px 0 10px 0; }
          @media screen and (max-width: 767px) {
            #main #sec05 .cause-wrap .cause-box h3 span.number {
              padding: 3%;
              width: 80px;
              height: auto;
              border-radius: 6px 0 6px 0; } }
        #main #sec05 .cause-wrap .cause-box h3 span.text {
          padding: 3%;
          display: table-cell;
          text-align: left;
          vertical-align: middle;
          font-size: 1.6rem;
          line-height: 1.4; }
          @media screen and (max-width: 767px) {
            #main #sec05 .cause-wrap .cause-box h3 span.text {
              font-size: 1.2rem; } }
      #main #sec05 .cause-wrap .cause-box .cause-inner {
        padding: 50px;
        width: 100%;
        border-left: 4px solid #0c100f; }
        @media screen and (max-width: 767px) {
          #main #sec05 .cause-wrap .cause-box .cause-inner {
            padding: 5%;
            border-left: 3px solid #0c100f; } }
  #main #sec05 .merit-wrap {
    margin: 0 auto 80px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      #main #sec05 .merit-wrap {
        margin: 0 auto 5%; } }
    #main #sec05 .merit-wrap ul.merit-ul li.merit-li {
      margin-bottom: 20px;
      width: 100%;
      height: 100px;
      display: table; }
      @media screen and (max-width: 767px) {
        #main #sec05 .merit-wrap ul.merit-ul li.merit-li {
          margin-bottom: 5%;
          height: auto;
          display: block; } }
      #main #sec05 .merit-wrap ul.merit-ul li.merit-li span.number {
        width: 100px;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        background-color: #0e0d0d;
        color: #fff;
        font-weight: bold;
        border-radius: 10px 0 0 8px; }
        @media screen and (max-width: 767px) {
          #main #sec05 .merit-wrap ul.merit-ul li.merit-li span.number {
            padding: 3%;
            width: 100%;
            display: block;
            border-radius: 10px 10px 0 0; } }
      #main #sec05 .merit-wrap ul.merit-ul li.merit-li span.text {
        padding-left: 3%;
        display: table-cell;
        text-align: left;
        vertical-align: middle;
        background-color: #f5cf1c;
        color: #222;
        font-weight: bold;
        border-radius: 0 10px 10px 0; }
        @media screen and (max-width: 767px) {
          #main #sec05 .merit-wrap ul.merit-ul li.merit-li span.text {
            padding: 5%;
            display: block;
            border-radius: 0 0 10px 10px; } }
  #main #sec05 .future-wrap {
    margin-bottom: 80px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      #main #sec05 .future-wrap {
        margin-bottom: 10%; } }
    #main #sec05 .future-wrap .future-table {
      margin-bottom: 50px;
      width: 100%; }
      @media screen and (max-width: 767px) {
        #main #sec05 .future-wrap .future-table {
          margin-bottom: 10%;
          border-bottom: 1px solid #333; } }
      #main #sec05 .future-wrap .future-table tr td.title {
        padding: 3%;
        width: 20%;
        text-align: center;
        vertical-align: middle;
        background-color: #50d623;
        color: #000;
        border: 1px solid #333; }
        @media screen and (max-width: 767px) {
          #main #sec05 .future-wrap .future-table tr td.title {
            width: 100%;
            display: inline-block;
            border-bottom: none;
            font-size: 1rem; } }
      #main #sec05 .future-wrap .future-table tr td.content {
        padding: 3%;
        text-align: left;
        vertical-align: middle;
        border: 1px solid #333;
        line-height: 1.4; }
        @media screen and (max-width: 767px) {
          #main #sec05 .future-wrap .future-table tr td.content {
            width: 100%;
            display: inline-block;
            border-bottom: none;
            font-size: 1rem; } }

#main #sec06 {
  padding: 5%;
  width: 100%;
  background: url(../img/background_sec06.jpg) no-repeat center top fixed;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    #main #sec06 {
      padding: 5%;
      background: url(../img/background_sec06_sp.jpg) no-repeat center top;
      background-color: #3ac200; } }
  #main #sec06 .white-wrap {
    margin: 0 auto;
    padding: 80px;
    width: 1000px;
    background-color: #fff;
    border-radius: 10px; }
    @media screen and (max-width: 767px) {
      #main #sec06 .white-wrap {
        width: 100%;
        padding: 8% 5%; } }
    #main #sec06 .white-wrap h2 {
      margin-bottom: 64px;
      width: 100%;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #main #sec06 .white-wrap h2 {
          margin-bottom: 8%; } }
    #main #sec06 .white-wrap ul.foryou-ul {
      margin-bottom: 80px;
      width: 100%; }
      @media screen and (max-width: 767px) {
        #main #sec06 .white-wrap ul.foryou-ul {
          margin-bottom: 10%; } }
      #main #sec06 .white-wrap ul.foryou-ul li {
        margin-bottom: 20px;
        width: 100%;
        height: 5.5vw;
        display: table;
        background-color: #f5cf1c;
        border-radius: 10px; }
        @media screen and (max-width: 767px) {
          #main #sec06 .white-wrap ul.foryou-ul li {
            margin-bottom: 5%;
            padding-left: 3%;
            height: auto; } }
        #main #sec06 .white-wrap ul.foryou-ul li span.icon {
          width: 6.5vw;
          display: table-cell;
          position: relative; }
          @media screen and (max-width: 767px) {
            #main #sec06 .white-wrap ul.foryou-ul li span.icon {
              padding: 3% 0;
              width: 70px;
              position: unset; } }
          #main #sec06 .white-wrap ul.foryou-ul li span.icon img {
            position: absolute;
            top: -8px;
            left: 18px;
            width: 5.5vw; }
            @media screen and (max-width: 767px) {
              #main #sec06 .white-wrap ul.foryou-ul li span.icon img {
                width: auto;
                position: unset; } }
        #main #sec06 .white-wrap ul.foryou-ul li span.text {
          padding: 2%;
          display: table-cell;
          text-align: left;
          vertical-align: middle;
          font-size: 1.4vw;
          line-height: 1.4;
          font-weight: bold;
          color: #222; }
          @media screen and (max-width: 767px) {
            #main #sec06 .white-wrap ul.foryou-ul li span.text {
              padding: 3%;
              font-size: 1rem; } }
    #main #sec06 .white-wrap ul.recom-ul {
      margin-bottom: 80px;
      width: 100%; }
      @media screen and (max-width: 767px) {
        #main #sec06 .white-wrap ul.recom-ul {
          margin-bottom: 10%; } }
      #main #sec06 .white-wrap ul.recom-ul li {
        margin-bottom: 20px;
        width: 100%;
        height: 5.5vw;
        display: table;
        background-color: #f5cf1c;
        border-radius: 10px; }
        @media screen and (max-width: 767px) {
          #main #sec06 .white-wrap ul.recom-ul li {
            margin-bottom: 5%;
            padding-left: 3%;
            height: auto; } }
        #main #sec06 .white-wrap ul.recom-ul li span.icon {
          width: 6vw;
          display: table-cell;
          position: relative; }
          @media screen and (max-width: 767px) {
            #main #sec06 .white-wrap ul.recom-ul li span.icon {
              padding: 3% 0;
              width: 70px;
              position: unset; } }
          #main #sec06 .white-wrap ul.recom-ul li span.icon img {
            position: absolute;
            top: 6px;
            left: 10px;
            width: 5.5vw; }
            @media screen and (max-width: 767px) {
              #main #sec06 .white-wrap ul.recom-ul li span.icon img {
                width: auto;
                position: unset; } }
        #main #sec06 .white-wrap ul.recom-ul li span.text {
          padding: 2%;
          display: table-cell;
          text-align: left;
          vertical-align: middle;
          font-size: 1.4vw;
          line-height: 1.4;
          font-weight: bold;
          color: #222; }
          @media screen and (max-width: 767px) {
            #main #sec06 .white-wrap ul.recom-ul li span.text {
              padding: 3%;
              font-size: 1rem; } }

#main #sec07 {
  padding: 80px 0;
  width: 100%;
  background: url(../img/background_get.jpg) no-repeat center top fixed;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    #main #sec07 {
      padding: 8% 3%;
      background: url(../img/background_get_sp.jpg) no-repeat center top;
      background-color: #dcdcdc; } }
  #main #sec07 h2 {
    margin-bottom: 50px;
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #main #sec07 h2 {
        margin-bottom: 5%; } }

.button a {
  margin: 0 10% 30px;
  padding: 30px;
  display: block;
  width: 80%;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  background: #31e86e;
  background: -webkit-gradient(linear, left top, left bottom, from(#31e86e), to(#1d9346));
  background: linear-gradient(to bottom, #31e86e 0%, #1d9346 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  box-shadow: 0 5px 0 0 #105428;
  position: relative;
  top: 0;
  font-size: 20px;
  font-size: 1.25rem; }
  .button a:hover {
    color: #ffd709;
    box-shadow: 0 1px 0 0 #105428;
    top: 4px; }
  @media screen and (max-width: 767px) {
    .button a {
      margin: 0 0 5% 0;
      padding: 5% 3%;
      width: 100%; } }

@media screen and (max-width: 767px) {
  #gFooter {
    padding-bottom: 22%; } }

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

html {
  font-size: 62.5%;
  line-height: 1.5;
  font-family: -apple-system, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "メイリオ", meiryo, sans-serif; }

body {
  color: #444444;
  letter-spacing: -0.001em;
  -webkit-text-size-adjust: 100%; }

#modal-open img {
  height: inherit; }

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

.center {
  text-align: center; }

.po-r {
  position: relative; }

iframe {
  max-width: 100%; }

.iframe {
  margin-bottom: 30px;
  width: 100%;
  padding-top: 56.25%; }
  @media screen and (max-width: 767px) {
    .iframe {
      margin-bottom: 5%; } }
  .iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

a {
  line-height: 1.3em;
  color: #ffe00d; }
  a:hover {
    text-decoration: none; }
  a img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
    a img:hover {
      opacity: 0.7; }

.fc-red {
  color: #ff3e1e; }

.modal-overlay {
  z-index: 2000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75); }

.footerNavWrap {
  border: 5px solid #ffffff;
  background: #ffffff;
  position: fixed;
  width: 90%;
  height: 90%;
  overflow: hidden;
  position: fixed;
  top: 5%;
  left: 5%;
  z-index: 99999;
  display: none; }
  .footerNavWrap .footerNavInner {
    position: relative;
    padding-bottom: 56.25%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    .footerNavWrap .footerNavInner iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block; }

@media screen and (min-width: 768px) {
  .sp {
    display: none; } }

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

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

.box-container, .box-container02 {
  margin: 0 auto;
  max-width: 1000px; }

.link_horizontal_left {
  text-align: left; }
  .link_horizontal_left li {
    margin-right: 10px;
    text-align: left;
    display: inline-block; }

.link_horizontal_right {
  text-align: right; }
  .link_horizontal_right li {
    text-align: right;
    display: inline-block; }

@media screen and (max-width: 767px) {
  .link_horizontal_left, .link_horizontal_right {
    text-align: center; }
    .link_horizontal_left li, .link_horizontal_right li {
      padding: 2% 3%;
      text-align: center;
      display: block;
      font-size: 16px;
      font-size: 1rem; } }

#floatTimer {
  padding: 14px 0;
  width: 240px;
  height: 70px;
  background: #ce0101;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 0.8rem;
  position: fixed;
  bottom: 110px;
  right: 20px;
  z-index: 9990;
  line-height: 1.2; }
  @media screen and (max-width: 767px) {
    #floatTimer {
      padding: 3% 0 1.5%;
      width: 100%;
      height: auto;
      border-radius: unset;
      bottom: 0;
      right: 0; } }
  #floatTimer .CountDownTimer {
    font-size: 1rem;
    color: #fff21f;
    display: block; }
    @media screen and (max-width: 767px) {
      #floatTimer .CountDownTimer {
        display: inline-block; } }
  #floatTimer span#timer {
    color: #ffe901;
    font-size: 1rem; }
    @media screen and (max-width: 767px) {
      #floatTimer span#timer {
        display: inline-block; } }
  #floatTimer span#timer-sp {
    color: #ffe901;
    font-size: 1rem; }
    @media screen and (max-width: 767px) {
      #floatTimer span#timer-sp {
        display: inline-block; } }

#floatTimer02 {
  padding: 14px 0;
  width: 240px;
  height: 60px;
  background: #ce0101;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 0.7rem;
  position: fixed;
  bottom: 110px;
  right: 20px;
  z-index: 9990;
  line-height: 1.2; }
  @media screen and (max-width: 767px) {
    #floatTimer02 {
      padding: 3% 0 1.5%;
      width: 100%;
      height: auto;
      border-radius: unset;
      bottom: 0;
      right: 0; } }
  #floatTimer02 .CountDownTimer {
    font-size: 1rem;
    color: #fff21f;
    display: block; }
    @media screen and (max-width: 767px) {
      #floatTimer02 .CountDownTimer {
        display: inline-block; } }
  #floatTimer02 span#timer {
    color: #ffe901;
    font-size: 1rem; }
    @media screen and (max-width: 767px) {
      #floatTimer02 span#timer {
        display: inline-block; } }
  #floatTimer02 span#timer-sp {
    color: #ffe901;
    font-size: 1rem; }
    @media screen and (max-width: 767px) {
      #floatTimer02 span#timer-sp {
        display: inline-block; } }

/*
#floatTimer {
	padding: 14px 0;
    width: 240px;
    height: 100px;
    background: #ce0101;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 1rem;
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 9990;
    line-height: 1.2;
    
    @include mq(sp) {
	    padding: 3% 0 1.5%;
	    width: 100%;
	    height: auto;
	    border-radius: unset;
	    bottom: 0;
	    right: 0;
    }
	.CountDownTimer {
		font-size: 1rem;
		color: #fff21f;
		display: block;
		
		@include mq(sp) {
		    display: inline-block;
		}
	}
}
*/
#floatBtn {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 9999; }
  @media screen and (max-width: 767px) {
    #floatBtn {
      padding: 0;
      width: 100%;
      bottom: 25px;
      right: auto; } }
  #floatBtn a {
    text-align: center !important;
    font-size: 1rem;
    padding: 8% 4%;
    display: block;
    width: 240px;
    text-align: left;
    text-decoration: none;
    color: #333333;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    background: #fff404;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff404), to(#fdbc00));
    background: linear-gradient(to bottom, #fff404 0%, #fdbc00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
    box-shadow: 0 5px 0 0 #531200;
    position: relative;
    top: 0; }
    @media screen and (max-width: 767px) {
      #floatBtn a {
        width: 100%;
        padding: 4%;
        text-align: center;
        border-radius: 0;
        box-shadow: none;
        background: #fff404;
        background: -webkit-gradient(linear, left top, left bottom, from(#fff404), to(#fdbc00));
        background: linear-gradient(to bottom, #fff404 0%, #fdbc00 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 ); }
        #floatBtn a br {
          display: block; } }
    #floatBtn a:hover {
      box-shadow: 0 1px 0 0 #531200;
      top: 4px; }

#gHeader .timer {
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    #gHeader .timer {
      padding: 2% 0; } }
  #gHeader .timer .timerInner {
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-size: 22px;
    font-size: 1.375rem;
    color: #ffe603; }
    @media screen and (max-width: 767px) {
      #gHeader .timer .timerInner {
        line-height: 1.2;
        font-size: 14px;
        font-size: 0.875rem; } }
    #gHeader .timer .timerInner .CountDownTimer {
      font-size: 30px;
      font-size: 1.875rem; }
      @media screen and (max-width: 767px) {
        #gHeader .timer .timerInner .CountDownTimer {
          padding-top: 3px;
          display: block;
          font-size: 22px;
          font-size: 1.375rem; } }

#wrapper::after {
  content: "";
  display: block;
  clear: both; }

#main {
  width: 100%; }
  #main p {
    margin-bottom: 30px;
    line-height: 1.8;
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (max-width: 767px) {
      #main p {
        margin-bottom: 5%; } }
  #main p.double {
    margin-bottom: 60px;
    line-height: 1.8;
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (max-width: 767px) {
      #main p.double {
        margin-bottom: 10%; } }
  #main p.triple {
    margin-bottom: 100px;
    line-height: 1.8;
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (max-width: 767px) {
      #main p.triple {
        margin-bottom: 18%; } }
  #main p.final {
    margin-bottom: 0;
    line-height: 1.8;
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (max-width: 767px) {
      #main p.final {
        margin-bottom: 0; } }
  #main ul {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      #main ul {
        margin-bottom: 5%; } }
    #main ul li {
      margin-bottom: 1rem;
      line-height: 1.4; }
  @media screen and (min-width: 768px) {
    #main .cl2 {
      width: 49%; }
    #main .cl3 {
      width: 32%; }
    #main .cl4 {
      width: 23.5%; }
    #main .cl5 {
      width: 18.4%; }
    #main .cl6 {
      width: 15%; }
    #main .cl7 {
      width: 12.5714286%; }
    #main .cl8 {
      width: 10.75%; }
    #main .cl9 {
      width: 9.333333%; }
    #main .cl10 {
      width: 8.2%; } }
  @media screen and (max-width: 767px) {
    #main .cl2, #main .cl3 {
      margin-bottom: 5%;
      width: 100%; }
      #main .cl2:last-child, #main .cl3:last-child {
        margin-right: 0; }
    #main .cl4, #main .cl5, #main .cl6, #main .cl7 {
      margin: 0 3% 3% 0;
      width: 47%;
      float: left; }
      #main .cl4:last-child, #main .cl5:last-child, #main .cl6:last-child, #main .cl7:last-child {
        margin-right: 0; }
    #main .cl8, #main .cl9, #main .cl10 {
      margin: 0 3% 3% 0;
      width: 30%;
      float: left; }
      #main .cl8:last-child, #main .cl9:last-child, #main .cl10:last-child {
        margin-right: 0; } }

#pageTopArea {
  display: none;
  text-align: center; }
  #pageTopArea a {
    padding: 3%;
    width: 100%;
    display: block;
    text-decoration: none;
    background: #164977;
    color: #ffffff; }

#gFooter {
  font-size: 13px;
  font-size: 0.8125rem; }

@media screen and (min-width: 768px) {
  #gFooter-bottom {
    padding: 15px 0; }
    #gFooter-bottom::after {
      content: "";
      display: block;
      clear: both; } }

@media screen and (max-width: 767px) {
  #gFooter-bottom {
    text-align: center; } }

#copyRight {
  float: left;
  width: 30%; }
  @media screen and (max-width: 767px) {
    #copyRight {
      padding: 3%;
      float: none;
      width: 100%; } }

#footerNav {
  float: right;
  width: 70%; }
  @media screen and (max-width: 767px) {
    #footerNav {
      float: none;
      width: 100%; } }
  @media screen and (min-width: 768px) {
    #footerNav li:after {
      margin-left: 5px;
      content: "｜";
      color: #ffffff; }
    #footerNav li:last-child:after {
      content: none; } }
  @media screen and (max-width: 767px) {
    #footerNav li {
      border-bottom: 1px dotted #ffffff; }
      #footerNav li:last-child {
        border-bottom: none; } }
  #footerNav .trigger {
    display: inline;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease; }
    #footerNav .trigger:hover {
      cursor: pointer;
      color: #164977; }
    @media screen and (max-width: 767px) {
      #footerNav .trigger {
        padding: 3% 0;
        display: block; } }

.footerNavWrap {
  padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .footerNavWrap {
      padding-bottom: 15%; } }
  .footerNavWrap .modal-close {
    padding: 15px;
    color: #333333;
    background: #ffffff;
    font-size: 20px;
    font-size: 1.25rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    position: absolute;
    z-index: 99999; }
    @media screen and (min-width: 768px) {
      .footerNavWrap .modal-close {
        border: 1px solid #ffffff;
        top: 20px;
        right: 40px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease; }
        .footerNavWrap .modal-close:hover {
          color: #164977;
          cursor: pointer; } }
    @media screen and (max-width: 767px) {
      .footerNavWrap .modal-close {
        padding: 5%;
        bottom: 0;
        display: block;
        width: 100%;
        text-align: center; } }

/*======================================

	Font-size Adjustment
	
	77% = 10px	| 	112% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/
/*
		font-color
-------------------------------------------------- */
.fc-000 {
  color: #000; }

/*黒色*/
.fc-333 {
  color: #333; }

/*黒灰*/
.fc-666 {
  color: #666; }

/*濃灰*/
.fc-999 {
  color: #999; }

/*薄灰*/
.fc-ccc {
  color: #CCC; }

/*白灰*/
.fc-fff {
  color: #FFF; }

/*白色*/
.fc-f00 {
  color: #F00; }

/*赤色*/
.fc-900 {
  color: #900; }

/*濃赤*/
.fc-00f {
  color: #00F; }

/*青色*/
.fc-009 {
  color: #009; }

/*濃青*/
.fc-0f0 {
  color: #0F0; }

/*緑色*/
.fc-090 {
  color: #090; }

/*濃緑*/
.fc-0ff {
  color: #0FF; }

/*水色*/
.fc-ff0 {
  color: #FF0; }

/*黄色*/
.fc-f63 {
  color: #F63; }

/*橙色*/
.fc-90f {
  color: #90F; }

/*紫色*/
.fc-f0f {
  color: #F0F; }

/*桃色*/
/*
		font-background-color
-------------------------------------------------- */
.fb-900 {
  padding: 1px;
  color: #FFF;
  font-weight: bold;
  background: #900; }

.fb-00f {
  padding: 1px;
  color: #ffffff;
  font-weight: bold;
  background: #00F; }

.fb-0f0 {
  padding: 1px;
  font-weight: bold;
  background: #0F0; }

.fb-0ff {
  padding: 1px;
  font-weight: bold;
  background: #0FF; }

.fb-ff0 {
  padding: 1px;
  font-weight: bold;
  background: #FF0; }

.fb-ff0- {
  padding: 1px;
  color: #F00;
  font-weight: bold;
  background: #FF0; }

.fb-ff0-2 {
  padding: 1px;
  color: #900;
  font-weight: bold;
  background: #FF0; }

.fb-f63 {
  padding: 1px;
  font-weight: bold;
  background: #F63; }

.fb-f0f {
  padding: 1px;
  color: #FFF;
  font-weight: bold;
  background: #F0F; }

/*												*/
/* ---------- これより以下は拡張設定 ----------	*/
/* ----------  使わない場合は放置  ----------	*/
/*												*/
/*------------------------------------------------------------
		font-weight
-------------------------------------------------------------*/
.fw-n {
  font-weight: normal; }

.fw-b {
  font-weight: bold; }

/*------------------------------------------------------------
		font-size
-------------------------------------------------------------*/
#wrapper .fs-10 {
  font-size: 10px;
  font-size: 0.625rem; }

#wrapper .fs-11 {
  font-size: 11px;
  font-size: 0.6875rem; }

#wrapper .fs-12 {
  font-size: 12px;
  font-size: 0.75rem; }

#wrapper .fs-13 {
  font-size: 13px;
  font-size: 0.8125rem; }

#wrapper .fs-14 {
  font-size: 14px;
  font-size: 0.875rem; }

#wrapper .fs-15 {
  font-size: 15px;
  font-size: 0.9375rem; }

#wrapper .fs-16 {
  font-size: 16px;
  font-size: 1rem; }

#wrapper .fs-17 {
  font-size: 17px;
  font-size: 1.0625rem; }

#wrapper .fs-18 {
  font-size: 18px;
  font-size: 1.125rem; }

#wrapper .fs-19 {
  font-size: 19px;
  font-size: 1.1875rem; }

#wrapper .fs-20 {
  font-size: 20px;
  font-size: 1.25rem; }

#wrapper .fs-21 {
  font-size: 21px;
  font-size: 1.3125rem; }

#wrapper .fs-22 {
  font-size: 22px;
  font-size: 1.375rem; }

#wrapper .fs-23 {
  font-size: 23px;
  font-size: 1.4375rem; }

#wrapper .fs-24 {
  font-size: 24px;
  font-size: 1.5rem; }

#wrapper .fs-25 {
  font-size: 25px;
  font-size: 1.5625rem; }

#wrapper .fs-26 {
  font-size: 26px;
  font-size: 1.625rem; }

#wrapper .fs-27 {
  font-size: 27px;
  font-size: 1.6875rem; }

#wrapper .fs-28 {
  font-size: 28px;
  font-size: 1.75rem; }

#wrapper .fs-29 {
  font-size: 29px;
  font-size: 1.8125rem; }

#wrapper .fs-30 {
  font-size: 30px;
  font-size: 1.875rem; }

/*------------------------------------------------------------
		line-height
-------------------------------------------------------------*/
.lh-110 {
  line-height: 110%; }

.lh-120 {
  line-height: 120%; }

.lh-130 {
  line-height: 130%; }

.lh-140 {
  line-height: 140%; }

.lh-150 {
  line-height: 150%; }

.lh-160 {
  line-height: 160%; }

.lh-170 {
  line-height: 170%; }

.lh-180 {
  line-height: 180%; }

.lh-190 {
  line-height: 190%; }

.lh-200 {
  line-height: 200%; }

/*------------------------------------------------------------
		text-decoration
-------------------------------------------------------------*/
.td-n {
  text-decoration: none; }

.td-u {
  text-decoration: underline; }

.td-o {
  text-decoration: overline; }

.td-t {
  text-decoration: line-through; }

.td-b {
  text-decoration: blink; }

/*------------------------------------------------------------
		text-align
-------------------------------------------------------------*/
.ta-c {
  text-align: center; }

/*中央寄せ*/
.ta-r {
  text-align: right; }

/*右寄せ*/
.ta-l {
  text-align: left; }

/*左寄せ*/
/*------------------------------------------------------------
		vertical-align
-------------------------------------------------------------*/
.va-t {
  vertical-align: top; }

/*上寄せ*/
.va-m {
  vertical-align: middle; }

/*中央寄せ*/
.va-b {
  vertical-align: bottom; }

/*下寄せ*/
@media screen and (min-width: 768px) {
  /*------------------------------------------------------------
			margin
	-------------------------------------------------------------*/
  .m0 {
    margin: 0 !important; }
  /*全margin無し*/
  .mt-0 {
    margin-top: 0 !important; }
  /*上marginが0px*/
  .mr-0 {
    margin-right: 0 !important; }
  /*右marginが0px*/
  .mb-0 {
    margin-bottom: 0 !important; }
  /*下marginが0px*/
  .ml-0 {
    margin-left: 0 !important; }
  /*左marginが0px*/
  .m1 {
    margin: 1px !important; }
  .mt-1 {
    margin-top: 1px !important; }
  .mr-1 {
    margin-right: 1px !important; }
  .mb-1 {
    margin-bottom: 1px !important; }
  .ml-1 {
    margin-left: 1px !important; }
  .m2 {
    margin: 2px !important; }
  .mt-2 {
    margin-top: 2px !important; }
  .mr-2 {
    margin-right: 2px !important; }
  .mb-2 {
    margin-bottom: 2px !important; }
  .ml-2 {
    margin-left: 2px !important; }
  .m3 {
    margin: 3px !important; }
  .mt-3 {
    margin-top: 3px !important; }
  .mr-3 {
    margin-right: 3px !important; }
  .mb-3 {
    margin-bottom: 3px !important; }
  .ml-3 {
    margin-left: 3px !important; }
  .m4 {
    margin: 4px !important; }
  .mt-4 {
    margin-top: 4px !important; }
  .mr-4 {
    margin-right: 4px !important; }
  .mb-4 {
    margin-bottom: 4px !important; }
  .ml-4 {
    margin-left: 4px !important; }
  .m5 {
    margin: 5px !important; }
  .mt-5 {
    margin-top: 5px !important; }
  .mr-5 {
    margin-right: 5px !important; }
  .mb-5 {
    margin-bottom: 5px !important; }
  .ml-5 {
    margin-left: 5px !important; }
  .m6 {
    margin: 6px !important; }
  .mt-6 {
    margin-top: 6px !important; }
  .mr-6 {
    margin-right: 6px !important; }
  .mb-6 {
    margin-bottom: 6px !important; }
  .ml-6 {
    margin-left: 6px !important; }
  .m7 {
    margin: 7px !important; }
  .mt-7 {
    margin-top: 7px !important; }
  .mr-7 {
    margin-right: 7px !important; }
  .mb-7 {
    margin-bottom: 7px !important; }
  .ml-7 {
    margin-left: 7px !important; }
  .m8 {
    margin: 8px !important; }
  .mt-8 {
    margin-top: 8px !important; }
  .mr-8 {
    margin-right: 8px !important; }
  .mb-8 {
    margin-bottom: 8px !important; }
  .ml-8 {
    margin-left: 8px !important; }
  .m9 {
    margin: 9px !important; }
  .mt-9 {
    margin-top: 9px !important; }
  .mr-9 {
    margin-right: 9px !important; }
  .mb-9 {
    margin-bottom: 9px !important; }
  .ml-9 {
    margin-left: 9px !important; }
  .m10 {
    margin: 10px !important; }
  .mt-10 {
    margin-top: 10px !important; }
  .mr-10 {
    margin-right: 10px !important; }
  .mb-10 {
    margin-bottom: 10px !important; }
  .ml-10 {
    margin-left: 10px !important; }
  .m15 {
    margin: 15px !important; }
  .mt-15 {
    margin-top: 15px !important; }
  .mr-15 {
    margin-right: 15px !important; }
  .mb-15 {
    margin-bottom: 15px !important; }
  .ml-15 {
    margin-left: 15px !important; }
  .m20 {
    margin: 20px !important; }
  .mt-20 {
    margin-top: 20px !important; }
  .mr-20 {
    margin-right: 20px !important; }
  .mb-20 {
    margin-bottom: 20px !important; }
  .ml-20 {
    margin-left: 20px !important; }
  .m25 {
    margin: 25px !important; }
  .mt-25 {
    margin-top: 25px !important; }
  .mr-25 {
    margin-right: 25px !important; }
  .mb-25 {
    margin-bottom: 25px !important; }
  .ml-25 {
    margin-left: 25px !important; }
  .m30 {
    margin: 30px !important; }
  .mt-30 {
    margin-top: 30px !important; }
  .mr-30 {
    margin-right: 30px !important; }
  .mb-30 {
    margin-bottom: 30px !important; }
  .ml-30 {
    margin-left: 30px !important; }
  .m40 {
    margin: 40px !important; }
  .mt-40 {
    margin-top: 40px !important; }
  .mr-40 {
    margin-right: 40px !important; }
  .mb-40 {
    margin-bottom: 40px !important; }
  .ml-40 {
    margin-left: 40px !important; }
  .m50 {
    margin: 50px !important; }
  .mt-50 {
    margin-top: 50px !important; }
  .mr-50 {
    margin-right: 50px !important; }
  .mb-50 {
    margin-bottom: 50px !important; }
  .ml-50 {
    margin-left: 50px !important; }
  .m60 {
    margin: 60px !important; }
  .mt-60 {
    margin-top: 60px !important; }
  .mr-60 {
    margin-right: 60px !important; }
  .mb-60 {
    margin-bottom: 60px !important; }
  .ml-60 {
    margin-left: 60px !important; }
  .m70 {
    margin: 70px !important; }
  .mt-70 {
    margin-top: 70px !important; }
  .mr-70 {
    margin-right: 70px !important; }
  .mb-70 {
    margin-bottom: 70px !important; }
  .ml-70 {
    margin-left: 70px !important; }
  .m80 {
    margin: 80px !important; }
  .mt-80 {
    margin-top: 80px !important; }
  .mr-80 {
    margin-right: 80px !important; }
  .mb-80 {
    margin-bottom: 80px !important; }
  .ml-80 {
    margin-left: 80px !important; }
  .m90 {
    margin: 90px !important; }
  .mt-90 {
    margin-top: 90px !important; }
  .mr-90 {
    margin-right: 90px !important; }
  .mb-90 {
    margin-bottom: 90px !important; }
  .ml-90 {
    margin-left: 90px !important; }
  .m100 {
    margin: 100px !important; }
  .mt-100 {
    margin-top: 100px !important; }
  .mr-100 {
    margin-right: 100px !important; }
  .mb-100 {
    margin-bottom: 100px !important; }
  .ml-100 {
    margin-left: 100px !important; }
  /*------------------------------------------------------------
			padding
	-------------------------------------------------------------*/
  .p0 {
    padding: 0 !important; }
  /*全padding無し*/
  .pt-0 {
    padding-top: 0px !important; }
  /*上paddingが0px*/
  .pr-0 {
    padding-right: 0px !important; }
  /*右paddingが0px*/
  .pb-0 {
    padding-bottom: 0px !important; }
  /*下paddingが0px*/
  .pl-0 {
    padding-left: 0px !important; }
  /*左paddingが0px*/
  .p1 {
    padding: 1px !important; }
  .pt-1 {
    padding-top: 1px !important; }
  .pr-1 {
    padding-right: 1px !important; }
  .pb-1 {
    padding-bottom: 1px !important; }
  .pl-1 {
    padding-left: 1px !important; }
  .p2 {
    padding: 2px !important; }
  .pt-2 {
    padding-top: 2px !important; }
  .pr-2 {
    padding-right: 2px !important; }
  .pb-2 {
    padding-bottom: 2px !important; }
  .pl-2 {
    padding-left: 2px !important; }
  .p3 {
    padding: 3px !important; }
  .pt-3 {
    padding-top: 3px !important; }
  .pr-3 {
    padding-right: 3px !important; }
  .pb-3 {
    padding-bottom: 3px !important; }
  .pl-3 {
    padding-left: 3px !important; }
  .p4 {
    padding: 4px !important; }
  .pt-4 {
    padding-top: 4px !important; }
  .pr-4 {
    padding-right: 4px !important; }
  .pb-4 {
    padding-bottom: 4px !important; }
  .pl-4 {
    padding-left: 4px !important; }
  .p5 {
    padding: 5px !important; }
  .pt-5 {
    padding-top: 5px !important; }
  .pr-5 {
    padding-right: 5px !important; }
  .pb-5 {
    padding-bottom: 5px !important; }
  .pl-5 {
    padding-left: 5px !important; }
  .p6 {
    padding: 6px !important; }
  .pt-6 {
    padding-top: 6px !important; }
  .pr-6 {
    padding-right: 6px !important; }
  .pb-6 {
    padding-bottom: 6px !important; }
  .pl-6 {
    padding-left: 6px !important; }
  .p7 {
    padding: 7px !important; }
  .pt-7 {
    padding-top: 7px !important; }
  .pr-7 {
    padding-right: 7px !important; }
  .pb-7 {
    padding-bottom: 7px !important; }
  .pl-7 {
    padding-left: 7px !important; }
  .p8 {
    padding: 8px !important; }
  .pt-8 {
    padding-top: 8px !important; }
  .pr-8 {
    padding-right: 8px !important; }
  .pb-8 {
    padding-bottom: 8px !important; }
  .pl-8 {
    padding-left: 8px !important; }
  .p9 {
    padding: 9px !important; }
  .pt-9 {
    padding-top: 9px !important; }
  .pr-9 {
    padding-right: 9px !important; }
  .pb-9 {
    padding-bottom: 9px !important; }
  .pl-9 {
    padding-left: 9px !important; }
  .p10 {
    padding: 10px !important; }
  .pt-10 {
    padding-top: 10px !important; }
  .pr-10 {
    padding-right: 10px !important; }
  .pb-10 {
    padding-bottom: 10px !important; }
  .pl-10 {
    padding-left: 10px !important; }
  .p15 {
    padding: 15px !important; }
  .pt-15 {
    padding-top: 15px !important; }
  .pr-15 {
    padding-right: 15px !important; }
  .pb-15 {
    padding-bottom: 15px !important; }
  .pl-15 {
    padding-left: 15px !important; }
  .p20 {
    padding: 20px !important; }
  .pt-20 {
    padding-top: 20px !important; }
  .pr-20 {
    padding-right: 20px !important; }
  .pb-20 {
    padding-bottom: 20px !important; }
  .pl-20 {
    padding-left: 20px !important; }
  .p30 {
    padding: 30px !important; }
  .pt-30 {
    padding-top: 30px !important; }
  .pr-30 {
    padding-right: 30px !important; }
  .pb-30 {
    padding-bottom: 30px !important; }
  .pl-30 {
    padding-left: 30px !important; }
  .p40 {
    padding: 40px !important; }
  .pt-40 {
    padding-top: 40px !important; }
  .pr-40 {
    padding-right: 40px !important; }
  .pb-40 {
    padding-bottom: 40px !important; }
  .pl-40 {
    padding-left: 40px !important; }
  .p50 {
    padding: 50px !important; }
  .pt-50 {
    padding-top: 50px !important; }
  .pr-50 {
    padding-right: 50px !important; }
  .pb-50 {
    padding-bottom: 50px !important; }
  .pl-50 {
    padding-left: 50px !important; }
  .p60 {
    padding: 60px !important; }
  .pt-60 {
    padding-top: 60px !important; }
  .pr-60 {
    padding-right: 60px !important; }
  .pb-60 {
    padding-bottom: 60px !important; }
  .pl-60 {
    padding-left: 60px !important; }
  .p70 {
    padding: 70px !important; }
  .pt-70 {
    padding-top: 70px !important; }
  .pr-70 {
    padding-right: 70px !important; }
  .pb-70 {
    padding-bottom: 70px !important; }
  .pl-70 {
    padding-left: 70px !important; }
  .p80 {
    padding: 80px !important; }
  .pt-80 {
    padding-top: 80px !important; }
  .pr-80 {
    padding-right: 80px !important; }
  .pb-80 {
    padding-bottom: 80px !important; }
  .pl-80 {
    padding-left: 80px !important; }
  .p90 {
    padding: 90px !important; }
  .pt-90 {
    padding-top: 90px !important; }
  .pr-90 {
    padding-right: 90px !important; }
  .pb-90 {
    padding-bottom: 90px !important; }
  .pl-90 {
    padding-left: 90px !important; }
  .p100 {
    padding: 100px !important; }
  .pt-100 {
    padding-top: 100px !important; }
  .pr-100 {
    padding-right: 100px !important; }
  .pb-100 {
    padding-bottom: 100px !important; }
  .pl-100 {
    padding-left: 100px !important; } }

@media screen and (max-width: 767px) {
  .m0 {
    margin: 0 !important; }
  /*全margin無し*/
  .mt-0 {
    margin-top: 0 !important; }
  /*上marginが0px*/
  .mr-0 {
    margin-right: 0 !important; }
  /*右marginが0px*/
  .mb-0 {
    margin-bottom: 0 !important; }
  /*下marginが0px*/
  .ml-0 {
    margin-left: 0 !important; }
  /*左marginが0px*/
  .m1 {
    margin: 0.1% !important; }
  .mt-1 {
    margin-top: 0.1% !important; }
  .mr-1 {
    margin-right: 0.1% !important; }
  .mb-1 {
    margin-bottom: 0.1% !important; }
  .ml-1 {
    margin-left: 0.1% !important; }
  .m2 {
    margin: 0.2% !important; }
  .mt-2 {
    margin-top: 0.2% !important; }
  .mr-2 {
    margin-right: 0.2% !important; }
  .mb-2 {
    margin-bottom: 0.2% !important; }
  .ml-2 {
    margin-left: 0.2% !important; }
  .m3 {
    margin: 0.3% !important; }
  .mt-3 {
    margin-top: 0.3% !important; }
  .mr-3 {
    margin-right: 0.3% !important; }
  .mb-3 {
    margin-bottom: 0.3% !important; }
  .ml-3 {
    margin-left: 0.3% !important; }
  .m4 {
    margin: 0.4% !important; }
  .mt-4 {
    margin-top: 0.4% !important; }
  .mr-4 {
    margin-right: 0.4% !important; }
  .mb-4 {
    margin-bottom: 0.4% !important; }
  .ml-4 {
    margin-left: 0.4% !important; }
  .m5 {
    margin: 0.5% !important; }
  .mt-5 {
    margin-top: 0.5% !important; }
  .mr-5 {
    margin-right: 0.5% !important; }
  .mb-5 {
    margin-bottom: 0.5% !important; }
  .ml-5 {
    margin-left: 0.5% !important; }
  .m6 {
    margin: 0.6% !important; }
  .mt-6 {
    margin-top: 0.6% !important; }
  .mr-6 {
    margin-right: 0.6% !important; }
  .mb-6 {
    margin-bottom: 0.6% !important; }
  .ml-6 {
    margin-left: 0.6% !important; }
  .m7 {
    margin: 0.7% !important; }
  .mt-7 {
    margin-top: 0.7% !important; }
  .mr-7 {
    margin-right: 0.7% !important; }
  .mb-7 {
    margin-bottom: 0.7% !important; }
  .ml-7 {
    margin-left: 0.7% !important; }
  .m8 {
    margin: 0.8% !important; }
  .mt-8 {
    margin-top: 0.8% !important; }
  .mr-8 {
    margin-right: 0.8% !important; }
  .mb-8 {
    margin-bottom: 0.8% !important; }
  .ml-8 {
    margin-left: 0.8% !important; }
  .m9 {
    margin: 0.9% !important; }
  .mt-9 {
    margin-top: 0.9% !important; }
  .mr-9 {
    margin-right: 0.9% !important; }
  .mb-9 {
    margin-bottom: 0.9% !important; }
  .ml-9 {
    margin-left: 0.9% !important; }
  .m10 {
    margin: 1% !important; }
  .mt-10 {
    margin-top: 1% !important; }
  .mr-10 {
    margin-right: 1% !important; }
  .mb-10 {
    margin-bottom: 1% !important; }
  .ml-10 {
    margin-left: 1% !important; }
  .m20 {
    margin: 2% !important; }
  .mt-20 {
    margin-top: 2% !important; }
  .mr-20 {
    margin-right: 2% !important; }
  .mb-20 {
    margin-bottom: 2% !important; }
  .ml-20 {
    margin-left: 2% !important; }
  .m30 {
    margin: 3% !important; }
  .mt-30 {
    margin-top: 3% !important; }
  .mr-30 {
    margin-right: 3% !important; }
  .mb-30 {
    margin-bottom: 3% !important; }
  .ml-30 {
    margin-left: 3% !important; }
  .m40 {
    margin: 4% !important; }
  .mt-40 {
    margin-top: 4% !important; }
  .mr-40 {
    margin-right: 4% !important; }
  .mb-40 {
    margin-bottom: 4% !important; }
  .ml-40 {
    margin-left: 4% !important; }
  .m50 {
    margin: 5% !important; }
  .mt-50 {
    margin-top: 5% !important; }
  .mr-50 {
    margin-right: 5% !important; }
  .mb-50 {
    margin-bottom: 5% !important; }
  .ml-50 {
    margin-left: 5% !important; }
  .m60 {
    margin: 6% !important; }
  .mt-60 {
    margin-top: 6% !important; }
  .mr-60 {
    margin-right: 6% !important; }
  .mb-60 {
    margin-bottom: 6% !important; }
  .ml-60 {
    margin-left: 6% !important; }
  .m70 {
    margin: 7% !important; }
  .mt-70 {
    margin-top: 7% !important; }
  .mr-70 {
    margin-right: 7% !important; }
  .mb-70 {
    margin-bottom: 7% !important; }
  .ml-70 {
    margin-left: 7% !important; }
  .m80 {
    margin: 8% !important; }
  .mt-80 {
    margin-top: 8% !important; }
  .mr-80 {
    margin-right: 8% !important; }
  .mb-80 {
    margin-bottom: 8% !important; }
  .ml-80 {
    margin-left: 8% !important; }
  .m90 {
    margin: 9% !important; }
  .mt-90 {
    margin-top: 9% !important; }
  .mr-90 {
    margin-right: 9% !important; }
  .mb-90 {
    margin-bottom: 9% !important; }
  .ml-90 {
    margin-left: 9% !important; }
  .m100 {
    margin: 10% !important; }
  .mt-100 {
    margin-top: 10% !important; }
  .mr-100 {
    margin-right: 10% !important; }
  .mb-100 {
    margin-bottom: 10% !important; }
  .ml-100 {
    margin-left: 10% !important; }
  /*------------------------------------------------------------
			padding
	-------------------------------------------------------------*/
  .p0 {
    padding: 0 !important; }
  /*全padding無し*/
  .pt-0 {
    padding-top: 0px !important; }
  /*上paddingが0px*/
  .pr-0 {
    padding-right: 0px !important; }
  /*右paddingが0px*/
  .pb-0 {
    padding-bottom: 0px !important; }
  /*下paddingが0px*/
  .pl-0 {
    padding-left: 0px !important; }
  /*左paddingが0px*/
  .p1 {
    padding: 0.1% !important; }
  .pt-1 {
    padding-top: 0.1% !important; }
  .pr-1 {
    padding-right: 0.1% !important; }
  .pb-1 {
    padding-bottom: 0.1% !important; }
  .pl-1 {
    padding-left: 0.1% !important; }
  .p2 {
    padding: 0.2% !important; }
  .pt-2 {
    padding-top: 0.2% !important; }
  .pr-2 {
    padding-right: 0.2% !important; }
  .pb-2 {
    padding-bottom: 0.2% !important; }
  .pl-2 {
    padding-left: 0.2% !important; }
  .p3 {
    padding: 0.3% !important; }
  .pt-3 {
    padding-top: 0.3% !important; }
  .pr-3 {
    padding-right: 0.3% !important; }
  .pb-3 {
    padding-bottom: 0.3% !important; }
  .pl-3 {
    padding-left: 0.3% !important; }
  .p4 {
    padding: 0.4% !important; }
  .pt-4 {
    padding-top: 0.4% !important; }
  .pr-4 {
    padding-right: 0.4% !important; }
  .pb-4 {
    padding-bottom: 0.4% !important; }
  .pl-4 {
    padding-left: 0.4% !important; }
  .p5 {
    padding: 0.5% !important; }
  .pt-5 {
    padding-top: 0.5% !important; }
  .pr-5 {
    padding-right: 0.5% !important; }
  .pb-5 {
    padding-bottom: 0.5% !important; }
  .pl-5 {
    padding-left: 0.5% !important; }
  .p6 {
    padding: 0.6% !important; }
  .pt-6 {
    padding-top: 0.6% !important; }
  .pr-6 {
    padding-right: 0.6% !important; }
  .pb-6 {
    padding-bottom: 0.6% !important; }
  .pl-6 {
    padding-left: 0.6% !important; }
  .p7 {
    padding: 0.7% !important; }
  .pt-7 {
    padding-top: 0.7% !important; }
  .pr-7 {
    padding-right: 0.7% !important; }
  .pb-7 {
    padding-bottom: 0.7% !important; }
  .pl-7 {
    padding-left: 0.7% !important; }
  .p8 {
    padding: 0.8% !important; }
  .pt-8 {
    padding-top: 0.8% !important; }
  .pr-8 {
    padding-right: 0.8% !important; }
  .pb-8 {
    padding-bottom: 0.8% !important; }
  .pl-8 {
    padding-left: 0.8% !important; }
  .p9 {
    padding: 0.9% !important; }
  .pt-9 {
    padding-top: 0.9% !important; }
  .pr-9 {
    padding-right: 0.9% !important; }
  .pb-9 {
    padding-bottom: 0.9% !important; }
  .pl-9 {
    padding-left: 0.9% !important; }
  .p10 {
    padding: 1% !important; }
  .pt-10 {
    padding-top: 1% !important; }
  .pr-10 {
    padding-right: 1% !important; }
  .pb-10 {
    padding-bottom: 1% !important; }
  .pl-10 {
    padding-left: 1% !important; }
  .p20 {
    padding: 2% !important; }
  .pt-20 {
    padding-top: 2% !important; }
  .pr-20 {
    padding-right: 2% !important; }
  .pb-20 {
    padding-bottom: 2% !important; }
  .pl-20 {
    padding-left: 2% !important; }
  .p30 {
    padding: 3% !important; }
  .pt-30 {
    padding-top: 3% !important; }
  .pr-30 {
    padding-right: 3% !important; }
  .pb-30 {
    padding-bottom: 3% !important; }
  .pl-30 {
    padding-left: 3% !important; }
  .p40 {
    padding: 4% !important; }
  .pt-40 {
    padding-top: 4% !important; }
  .pr-40 {
    padding-right: 4% !important; }
  .pb-40 {
    padding-bottom: 4% !important; }
  .pl-40 {
    padding-left: 4% !important; }
  .p50 {
    padding: 5% !important; }
  .pt-50 {
    padding-top: 5% !important; }
  .pr-50 {
    padding-right: 5% !important; }
  .pb-50 {
    padding-bottom: 5% !important; }
  .pl-50 {
    padding-left: 5% !important; }
  .p60 {
    padding: 6% !important; }
  .pt-60 {
    padding-top: 6% !important; }
  .pr-60 {
    padding-right: 6% !important; }
  .pb-60 {
    padding-bottom: 6% !important; }
  .pl-60 {
    padding-left: 6% !important; }
  .p70 {
    padding: 7% !important; }
  .pt-70 {
    padding-top: 7% !important; }
  .pr-70 {
    padding-right: 7% !important; }
  .pb-70 {
    padding-bottom: 7% !important; }
  .pl-70 {
    padding-left: 7% !important; }
  .p80 {
    padding: 8% !important; }
  .pt-80 {
    padding-top: 8% !important; }
  .pr-80 {
    padding-right: 8% !important; }
  .pb-80 {
    padding-bottom: 8% !important; }
  .pl-80 {
    padding-left: 8% !important; }
  .p90 {
    padding: 9% !important; }
  .pt-90 {
    padding-top: 9% !important; }
  .pr-90 {
    padding-right: 9% !important; }
  .pb-90 {
    padding-bottom: 9% !important; }
  .pl-90 {
    padding-left: 9% !important; }
  .p100 {
    padding: 10% !important; }
  .pt-100 {
    padding-top: 10% !important; }
  .pr-100 {
    padding-right: 10% !important; }
  .pb-100 {
    padding-bottom: 10% !important; }
  .pl-100 {
    padding-left: 10% !important; } }

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/*行の高さをフォントサイズと同じにしています*/
body {
  line-height: 1; }

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
ul, ol {
  list-style: none; }

/*引用符の表示が出ないようにしています*/
blockquote, q {
  quotes: none; }

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/*テキストに打ち消し線が付くようにしています*/
del {
  text-decoration: line-through; }

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
  vertical-align: middle; }

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0; }

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?74850834");
  src: url("../font/fontello.eot?74850834#iefix") format("embedded-opentype"), url("../font/fontello.woff2?74850834") format("woff2"), url("../font/fontello.woff?74850834") format("woff"), url("../font/fontello.ttf?74850834") format("truetype"), url("../font/fontello.svg?74850834#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?74850834#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-angle-right:before {
  content: '\e800'; }

/* '' */
.icon-menu:before {
  content: '\e801'; }

/* '' */
.icon-ok-squared:before {
  content: '\e802'; }

/* '' */
.icon-doc-text:before {
  content: '\e803'; }

/* '' */
.icon-play-circled:before {
  content: '\e804'; }

/* '' */
.icon-right-hand:before {
  content: '\e805'; }

/* '' */
.icon-angle-left:before {
  content: '\e806'; }

/* '' */
.icon-angle-up:before {
  content: '\e807'; }

/* '' */
.icon-angle-down:before {
  content: '\e808'; }

/* '' */
.icon-home:before {
  content: '\e809'; }

/* '' */
.icon-left-hand:before {
  content: '\e80a'; }

/* '' */
.icon-th:before {
  content: '\e80b'; }

/* '' */
.icon-th-list:before {
  content: '\e80c'; }

/* '' */
.icon-mail:before {
  content: '\e80d'; }

/* '' */
.icon-mail-alt:before {
  content: '\e80e'; }

/* '' */
.icon-signal:before {
  content: '\e80f'; }

/* '' */
.icon-desktop:before {
  content: '\e810'; }

/* '' */
.icon-mobile:before {
  content: '\e811'; }

/* '' */
.icon-link-ext:before {
  content: '\e812'; }

/* '' */
.icon-lock:before {
  content: '\e813'; }

/* '' */
.icon-lock-open-alt:before {
  content: '\e814'; }

/* '' */
.icon-tag:before {
  content: '\e815'; }

/* '' */
.icon-tags:before {
  content: '\e816'; }

/* '' */
.icon-help-circled:before {
  content: '\e817'; }

/* '' */
.icon-info-circled:before {
  content: '\e818'; }

/* '' */
.icon-users:before {
  content: '\e819'; }

/* '' */
.icon-comment:before {
  content: '\e81a'; }

/* '' */
.icon-chat:before {
  content: '\e81b'; }

/* '' */
.icon-cog:before {
  content: '\e81c'; }

/* '' */
.icon-rss:before {
  content: '\e81d'; }

/* '' */
.icon-phone:before {
  content: '\e81e'; }

/* '' */
.icon-phone-squared:before {
  content: '\e81f'; }

/* '' */
.icon-minus-circled:before {
  content: '\e820'; }

/* '' */
.icon-ok-circled:before {
  content: '\e821'; }

/* '' */
.icon-ok:before {
  content: '\e822'; }

/* '' */
.icon-ok-circled2:before {
  content: '\e823'; }

/* '' */
.icon-cancel:before {
  content: '\e824'; }

/* '' */
.icon-cancel-circled:before {
  content: '\e825'; }

/* '' */
.icon-cancel-circled2:before {
  content: '\e826'; }

/* '' */
.icon-plus:before {
  content: '\e827'; }

/* '' */
.icon-plus-circled:before {
  content: '\e828'; }

/* '' */
.icon-minus:before {
  content: '\e829'; }

/* '' */
.icon-link:before {
  content: '\e82a'; }

/* '' */
.icon-pin:before {
  content: '\e82b'; }

/* '' */
.icon-bookmark:before {
  content: '\e82c'; }

/* '' */
.icon-download:before {
  content: '\e82d'; }

/* '' */
.icon-upload:before {
  content: '\e82e'; }

/* '' */
.icon-user:before {
  content: '\e82f'; }

/* '' */
.icon-th-large:before {
  content: '\e830'; }

/* '' */
.icon-attention-circled:before {
  content: '\e831'; }

/* '' */
.icon-attention:before {
  content: '\e832'; }

/* '' */
.icon-cog-alt:before {
  content: '\e833'; }

/* '' */
.icon-wrench:before {
  content: '\e834'; }

/* '' */
.icon-basket:before {
  content: '\e835'; }

/* '' */
.icon-calendar:before {
  content: '\e836'; }

/* '' */
.icon-zoom-in:before {
  content: '\e837'; }

/* '' */
.icon-zoom-out:before {
  content: '\e838'; }

/* '' */
.icon-down-dir:before {
  content: '\e839'; }

/* '' */
.icon-up-dir:before {
  content: '\e83a'; }

/* '' */
.icon-left-dir:before {
  content: '\e83b'; }

/* '' */
.icon-right-dir:before {
  content: '\e83c'; }

/* '' */
.icon-down-open:before {
  content: '\e83d'; }

/* '' */
.icon-left-open:before {
  content: '\e83e'; }

/* '' */
.icon-right-open:before {
  content: '\e83f'; }

/* '' */
.icon-up-open:before {
  content: '\e840'; }

/* '' */
.icon-up-hand:before {
  content: '\e841'; }

/* '' */
.icon-down-hand:before {
  content: '\e842'; }

/* '' */
.icon-globe:before {
  content: '\e843'; }

/* '' */
.icon-check:before {
  content: '\e844'; }

/* '' */
.icon-user-woman:before {
  content: '\e845'; }

/* '' */
.icon-search:before {
  content: '\e846'; }

/* '' */
.icon-up-big:before {
  content: '\e847'; }

/* '' */
.icon-right-big:before {
  content: '\e848'; }

/* '' */
.icon-down-big:before {
  content: '\e849'; }

/* '' */
.icon-left-big:before {
  content: '\e84a'; }

/* '' */
.icon-chart-bar:before {
  content: '\e84b'; }

/* '' */
.icon-star:before {
  content: '\e84c'; }

/* '' */
.icon-star-empty:before {
  content: '\e84d'; }

/* '' */
.icon-glass:before {
  content: '\e84e'; }

/* '' */
.icon-music:before {
  content: '\e84f'; }

/* '' */
.icon-heart:before {
  content: '\e850'; }

/* '' */
.icon-heart-empty:before {
  content: '\e851'; }

/* '' */
.icon-star-half:before {
  content: '\e852'; }

/* '' */
.icon-eye-off:before {
  content: '\e853'; }

/* '' */
.icon-eye:before {
  content: '\e854'; }

/* '' */
.icon-lock-open:before {
  content: '\e855'; }

/* '' */
.icon-attach:before {
  content: '\e856'; }

/* '' */
.icon-camera-alt:before {
  content: '\e857'; }

/* '' */
.icon-camera:before {
  content: '\e858'; }

/* '' */
.icon-videocam:before {
  content: '\e859'; }

/* '' */
.icon-video:before {
  content: '\e85a'; }

/* '' */
.icon-picture:before {
  content: '\e85b'; }

/* '' */
.icon-flag:before {
  content: '\e85c'; }

/* '' */
.icon-thumbs-up:before {
  content: '\e85d'; }

/* '' */
.icon-thumbs-down:before {
  content: '\e85e'; }

/* '' */
.icon-download-cloud:before {
  content: '\e85f'; }

/* '' */
.icon-forward:before {
  content: '\e860'; }

/* '' */
.icon-bell:before {
  content: '\e861'; }

/* '' */
.icon-retweet:before {
  content: '\e862'; }

/* '' */
.icon-print:before {
  content: '\e863'; }

/* '' */
.icon-edit:before {
  content: '\e864'; }

/* '' */
.icon-pencil:before {
  content: '\e865'; }

/* '' */
.icon-export:before {
  content: '\e866'; }

/* '' */
.icon-location:before {
  content: '\e867'; }

/* '' */
.icon-trash-empty:before {
  content: '\e868'; }

/* '' */
.icon-doc:before {
  content: '\e869'; }

/* '' */
.icon-folder-open:before {
  content: '\e86a'; }

/* '' */
.icon-folder:before {
  content: '\e86b'; }

/* '' */
.icon-logout:before {
  content: '\e86c'; }

/* '' */
.icon-login:before {
  content: '\e86d'; }

/* '' */
.icon-volume-off:before {
  content: '\e86e'; }

/* '' */
.icon-volume-down:before {
  content: '\e86f'; }

/* '' */
.icon-volume-up:before {
  content: '\e870'; }

/* '' */
.icon-clock:before {
  content: '\e871'; }

/* '' */
.icon-headphones:before {
  content: '\e872'; }

/* '' */
.icon-block:before {
  content: '\e873'; }

/* '' */
.icon-resize-full:before {
  content: '\e874'; }

/* '' */
.icon-resize-small:before {
  content: '\e875'; }

/* '' */
.icon-resize-vertical:before {
  content: '\e876'; }

/* '' */
.icon-resize-horizontal:before {
  content: '\e877'; }

/* '' */
.icon-down-circled2:before {
  content: '\e878'; }

/* '' */
.icon-up-circled2:before {
  content: '\e879'; }

/* '' */
.icon-cw:before {
  content: '\e87a'; }

/* '' */
.icon-ccw:before {
  content: '\e87b'; }

/* '' */
.icon-arrows-cw:before {
  content: '\e87c'; }

/* '' */
.icon-shuffle:before {
  content: '\e87d'; }

/* '' */
.icon-play:before {
  content: '\e87e'; }

/* '' */
.icon-play-circled2:before {
  content: '\e87f'; }

/* '' */
.icon-pause:before {
  content: '\e880'; }

/* '' */
.icon-to-end:before {
  content: '\e881'; }

/* '' */
.icon-stop:before {
  content: '\e882'; }

/* '' */
.icon-to-end-alt:before {
  content: '\e883'; }

/* '' */
.icon-to-start:before {
  content: '\e884'; }

/* '' */
.icon-flight:before {
  content: '\e885'; }

/* '' */
.icon-umbrella:before {
  content: '\e886'; }

/* '' */
.icon-flash:before {
  content: '\e887'; }

/* '' */
.icon-cloud:before {
  content: '\e888'; }

/* '' */
.icon-inbox:before {
  content: '\e889'; }

/* '' */
.icon-award:before {
  content: '\e88a'; }

/* '' */
.icon-target:before {
  content: '\e88b'; }

/* '' */
.icon-eject:before {
  content: '\e88c'; }

/* '' */
.icon-fast-bw:before {
  content: '\e88d'; }

/* '' */
.icon-fast-fw:before {
  content: '\e88e'; }

/* '' */
.icon-to-start-alt:before {
  content: '\e88f'; }

/* '' */
.icon-leaf:before {
  content: '\e890'; }

/* '' */
.icon-scissors:before {
  content: '\e891'; }

/* '' */
.icon-briefcase:before {
  content: '\e892'; }

/* '' */
.icon-off:before {
  content: '\e893'; }

/* '' */
.icon-tint:before {
  content: '\e894'; }

/* '' */
.icon-adjust:before {
  content: '\e895'; }

/* '' */
.icon-book:before {
  content: '\e896'; }

/* '' */
.icon-credit-card:before {
  content: '\e897'; }

/* '' */
.icon-megaphone:before {
  content: '\e898'; }

/* '' */
.icon-move:before {
  content: '\f047'; }

/* '' */
.icon-bookmark-empty:before {
  content: '\f097'; }

/* '' */
.icon-twitter:before {
  content: '\f099'; }

/* '' */
.icon-facebook:before {
  content: '\f09a'; }

/* '' */
.icon-left-circled:before {
  content: '\f0a8'; }

/* '' */
.icon-right-circled:before {
  content: '\f0a9'; }

/* '' */
.icon-up-circled:before {
  content: '\f0aa'; }

/* '' */
.icon-down-circled:before {
  content: '\f0ab'; }

/* '' */
.icon-filter:before {
  content: '\f0b0'; }

/* '' */
.icon-resize-full-alt:before {
  content: '\f0b2'; }

/* '' */
.icon-beaker:before {
  content: '\f0c3'; }

/* '' */
.icon-docs:before {
  content: '\f0c5'; }

/* '' */
.icon-table:before {
  content: '\f0ce'; }

/* '' */
.icon-magic:before {
  content: '\f0d0'; }

/* '' */
.icon-gplus-squared:before {
  content: '\f0d4'; }

/* '' */
.icon-sort:before {
  content: '\f0dc'; }

/* '' */
.icon-sort-down:before {
  content: '\f0dd'; }

/* '' */
.icon-sort-up:before {
  content: '\f0de'; }

/* '' */
.icon-comment-empty:before {
  content: '\f0e5'; }

/* '' */
.icon-chat-empty:before {
  content: '\f0e6'; }

/* '' */
.icon-paste:before {
  content: '\f0ea'; }

/* '' */
.icon-lightbulb:before {
  content: '\f0eb'; }

/* '' */
.icon-exchange:before {
  content: '\f0ec'; }

/* '' */
.icon-upload-cloud:before {
  content: '\f0ee'; }

/* '' */
.icon-user-md:before {
  content: '\f0f0'; }

/* '' */
.icon-stethoscope:before {
  content: '\f0f1'; }

/* '' */
.icon-suitcase:before {
  content: '\f0f2'; }

/* '' */
.icon-bell-alt:before {
  content: '\f0f3'; }

/* '' */
.icon-coffee:before {
  content: '\f0f4'; }

/* '' */
.icon-food:before {
  content: '\f0f5'; }

/* '' */
.icon-ambulance:before {
  content: '\f0f9'; }

/* '' */
.icon-medkit:before {
  content: '\f0fa'; }

/* '' */
.icon-fighter-jet:before {
  content: '\f0fb'; }

/* '' */
.icon-plus-squared:before {
  content: '\f0fe'; }

/* '' */
.icon-angle-double-left:before {
  content: '\f100'; }

/* '' */
.icon-angle-double-right:before {
  content: '\f101'; }

/* '' */
.icon-angle-double-up:before {
  content: '\f102'; }

/* '' */
.icon-angle-double-down:before {
  content: '\f103'; }

/* '' */
.icon-laptop:before {
  content: '\f109'; }

/* '' */
.icon-tablet:before {
  content: '\f10a'; }

/* '' */
.icon-quote-left:before {
  content: '\f10d'; }

/* '' */
.icon-quote-right:before {
  content: '\f10e'; }

/* '' */
.icon-reply:before {
  content: '\f112'; }

/* '' */
.icon-folder-empty:before {
  content: '\f114'; }

/* '' */
.icon-folder-open-empty:before {
  content: '\f115'; }

/* '' */
.icon-flag-empty:before {
  content: '\f11d'; }

/* '' */
.icon-flag-checkered:before {
  content: '\f11e'; }

/* '' */
.icon-code:before {
  content: '\f121'; }

/* '' */
.icon-reply-all:before {
  content: '\f122'; }

/* '' */
.icon-star-half-alt:before {
  content: '\f123'; }

/* '' */
.icon-direction:before {
  content: '\f124'; }

/* '' */
.icon-crop:before {
  content: '\f125'; }

/* '' */
.icon-unlink:before {
  content: '\f127'; }

/* '' */
.icon-help:before {
  content: '\f128'; }

/* '' */
.icon-info:before {
  content: '\f129'; }

/* '' */
.icon-attention-alt:before {
  content: '\f12a'; }

/* '' */
.icon-mic:before {
  content: '\f130'; }

/* '' */
.icon-mute:before {
  content: '\f131'; }

/* '' */
.icon-calendar-empty:before {
  content: '\f133'; }

/* '' */
.icon-extinguisher:before {
  content: '\f134'; }

/* '' */
.icon-rocket:before {
  content: '\f135'; }

/* '' */
.icon-angle-circled-left:before {
  content: '\f137'; }

/* '' */
.icon-angle-circled-right:before {
  content: '\f138'; }

/* '' */
.icon-angle-circled-up:before {
  content: '\f139'; }

/* '' */
.icon-angle-circled-down:before {
  content: '\f13a'; }

/* '' */
.icon-ellipsis:before {
  content: '\f141'; }

/* '' */
.icon-ellipsis-vert:before {
  content: '\f142'; }

/* '' */
.icon-rss-squared:before {
  content: '\f143'; }

/* '' */
.icon-minus-squared:before {
  content: '\f146'; }

/* '' */
.icon-minus-squared-alt:before {
  content: '\f147'; }

/* '' */
.icon-level-up:before {
  content: '\f148'; }

/* '' */
.icon-level-down:before {
  content: '\f149'; }

/* '' */
.icon-pencil-squared:before {
  content: '\f14b'; }

/* '' */
.icon-link-ext-alt:before {
  content: '\f14c'; }

/* '' */
.icon-export-alt:before {
  content: '\f14d'; }

/* '' */
.icon-compass:before {
  content: '\f14e'; }

/* '' */
.icon-expand:before {
  content: '\f150'; }

/* '' */
.icon-collapse:before {
  content: '\f151'; }

/* '' */
.icon-expand-right:before {
  content: '\f152'; }

/* '' */
.icon-doc-inv:before {
  content: '\f15b'; }

/* '' */
.icon-doc-text-inv:before {
  content: '\f15c'; }

/* '' */
.icon-thumbs-up-alt:before {
  content: '\f164'; }

/* '' */
.icon-thumbs-down-alt:before {
  content: '\f165'; }

/* '' */
.icon-youtube:before {
  content: '\f167'; }

/* '' */
.icon-dropbox:before {
  content: '\f16b'; }

/* '' */
.icon-adn:before {
  content: '\f170'; }

/* '' */
.icon-down:before {
  content: '\f175'; }

/* '' */
.icon-up:before {
  content: '\f176'; }

/* '' */
.icon-left:before {
  content: '\f177'; }

/* '' */
.icon-right:before {
  content: '\f178'; }

/* '' */
.icon-android:before {
  content: '\f17b'; }

/* '' */
.icon-female:before {
  content: '\f182'; }

/* '' */
.icon-male:before {
  content: '\f183'; }

/* '' */
.icon-sun:before {
  content: '\f185'; }

/* '' */
.icon-moon:before {
  content: '\f186'; }

/* '' */
.icon-box:before {
  content: '\f187'; }

/* '' */
.icon-right-circled2:before {
  content: '\f18e'; }

/* '' */
.icon-left-circled2:before {
  content: '\f190'; }

/* '' */
.icon-collapse-left:before {
  content: '\f191'; }

/* '' */
.icon-wheelchair:before {
  content: '\f193'; }

/* '' */
.icon-plus-squared-alt:before {
  content: '\f196'; }

/* '' */
.icon-space-shuttle:before {
  content: '\f197'; }

/* '' */
.icon-mail-squared:before {
  content: '\f199'; }

/* '' */
.icon-wordpress:before {
  content: '\f19a'; }

/* '' */
.icon-bank:before {
  content: '\f19c'; }

/* '' */
.icon-graduation-cap:before {
  content: '\f19d'; }

/* '' */
.icon-fax:before {
  content: '\f1ac'; }

/* '' */
.icon-building-filled:before {
  content: '\f1ad'; }

/* '' */
.icon-child:before {
  content: '\f1ae'; }

/* '' */
.icon-paw:before {
  content: '\f1b0'; }

/* '' */
.icon-file-pdf:before {
  content: '\f1c1'; }

/* '' */
.icon-file-word:before {
  content: '\f1c2'; }

/* '' */
.icon-file-excel:before {
  content: '\f1c3'; }

/* '' */
.icon-file-powerpoint:before {
  content: '\f1c4'; }

/* '' */
.icon-file-image:before {
  content: '\f1c5'; }

/* '' */
.icon-file-archive:before {
  content: '\f1c6'; }

/* '' */
.icon-file-audio:before {
  content: '\f1c7'; }

/* '' */
.icon-file-code:before {
  content: '\f1c9'; }

/* '' */
.icon-paper-plane:before {
  content: '\f1d8'; }

/* '' */
.icon-paper-plane-empty:before {
  content: '\f1d9'; }

/* '' */
.icon-history:before {
  content: '\f1da'; }

/* '' */
.icon-sliders:before {
  content: '\f1de'; }

/* '' */
.icon-share:before {
  content: '\f1e0'; }

/* '' */
.icon-share-squared:before {
  content: '\f1e1'; }

/* '' */
.icon-wifi:before {
  content: '\f1eb'; }

/* '' */
.icon-cc-visa:before {
  content: '\f1f0'; }

/* '' */
.icon-cc-mastercard:before {
  content: '\f1f1'; }

/* '' */
.icon-cc-discover:before {
  content: '\f1f2'; }

/* '' */
.icon-cc-amex:before {
  content: '\f1f3'; }

/* '' */
.icon-cc-paypal:before {
  content: '\f1f4'; }

/* '' */
.icon-cc-stripe:before {
  content: '\f1f5'; }

/* '' */
.icon-bell-off:before {
  content: '\f1f6'; }

/* '' */
.icon-bell-off-empty:before {
  content: '\f1f7'; }

/* '' */
.icon-trash:before {
  content: '\f1f8'; }

/* '' */
.icon-copyright:before {
  content: '\f1f9'; }

/* '' */
.icon-brush:before {
  content: '\f1fc'; }

/* '' */
.icon-birthday:before {
  content: '\f1fd'; }

/* '' */
.icon-chart-area:before {
  content: '\f1fe'; }

/* '' */
.icon-chart-pie:before {
  content: '\f200'; }

/* '' */
.icon-chart-line:before {
  content: '\f201'; }

/* '' */
.icon-toggle-off:before {
  content: '\f204'; }

/* '' */
.icon-toggle-on:before {
  content: '\f205'; }

/* '' */
.icon-cart-plus:before {
  content: '\f217'; }

/* '' */
.icon-cart-arrow-down:before {
  content: '\f218'; }

/* '' */
.icon-diamond:before {
  content: '\f219'; }

/* '' */
.icon-user-secret:before {
  content: '\f21b'; }

/* '' */
.icon-street-view:before {
  content: '\f21d'; }

/* '' */
.icon-heartbeat:before {
  content: '\f21e'; }

/* '' */
.icon-facebook-official:before {
  content: '\f230'; }

/* '' */
.icon-whatsapp:before {
  content: '\f232'; }

/* '' */
.icon-user-plus:before {
  content: '\f234'; }

/* '' */
.icon-user-times:before {
  content: '\f235'; }

/* '' */
.icon-bed:before {
  content: '\f236'; }

/* '' */
.icon-hand-grab-o:before {
  content: '\f255'; }

/* '' */
.icon-hand-paper-o:before {
  content: '\f256'; }

/* '' */
.icon-hand-scissors-o:before {
  content: '\f257'; }

/* '' */
.icon-hand-lizard-o:before {
  content: '\f258'; }

/* '' */
.icon-hand-spock-o:before {
  content: '\f259'; }

/* '' */
.icon-hand-pointer-o:before {
  content: '\f25a'; }

/* '' */
.icon-hand-peace-o:before {
  content: '\f25b'; }

/* '' */
.icon-chrome:before {
  content: '\f268'; }

/* '' */
.icon-firefox:before {
  content: '\f269'; }

/* '' */
.icon-opera:before {
  content: '\f26a'; }

/* '' */
.icon-internet-explorer:before {
  content: '\f26b'; }

/* '' */
.icon-television:before {
  content: '\f26c'; }

/* '' */
.icon-calendar-plus-o:before {
  content: '\f271'; }

/* '' */
.icon-calendar-minus-o:before {
  content: '\f272'; }

/* '' */
.icon-calendar-times-o:before {
  content: '\f273'; }

/* '' */
.icon-calendar-check-o:before {
  content: '\f274'; }

/* '' */
.icon-commenting:before {
  content: '\f27a'; }

/* '' */
.icon-commenting-o:before {
  content: '\f27b'; }

/* '' */
.icon-volume-control-phone:before {
  content: '\f2a0'; }

/* '' */
.icon-twitter-squared:before {
  content: '\f304'; }

/* '' */
.icon-facebook-squared:before {
  content: '\f308'; }

/* '' */
/*
■フォントサイズ
@include font-size(16);

※実際のフォントサイズとほぼ同じになる計算。ミックスインにより、pxとremで展開される。
※rem：一番親に設定されているフォントサイズを元にしている。今回は<html>を親に設定。
　<html>のフォントサイズを変更すれば、すべてのフォントサイズが連動する。

---------------------------------------------------------

■クリアフィックス
@include clearfix();

※フロートの解除に使用する。親要素に対してインクルードする。

---------------------------------------------------------

■ボックスシャドウ
@include box-shadow(0px 0px 5px 0px rgba(0,0,0,0.1));

※ベンダープレフィックス付きのボックスシャドウミックスイン。
※()内は通常のボックスシャドウCSSと同じ

---------------------------------------------------------

■要素の縦センター
@include vertical-align();

※要素を中央に配置するが、要素の左上が基準となるため、要素の長さの半分を上にズラす必要あり。

---------------------------------------------------------

■トランスフォーム
@include transform(scale(3.0));

※ベンダープレフィックス付き
※()内にトランスフォームの内容が入る

---------------------------------------------------------

■グラデーション
@include gradient($gradation_end,$mainColor,horizontal);
@include gradient(#ffffff,#000000,vertical);
@include gradient(#ff0000,#00ff00,radial);

※ベンダープレフィックス付きグラデーション
※第一引数と第二引数で色を設定すればOK
※3つ目の引数を設定しない場合は円形になる

---------------------------------------------------------

■ボタンが沈むアニメーション
button {
	@include anime(0.2);
	@include btn_step1(#ff0000,5);
	&:hover {
		@include btn_step2(#aa0000,5);
}

※btn_step1をボタンの要素に、btn_step2をホバーに設定する。
※アニメーションさせる場合は anime(秒数) もインクルードすること。
※btn_step●()の引数にはカラーコードと、ボタンのシャドウの厚みを入れる

---------------------------------------------------------

■アンチエイリアス
@include smooth();

※アップルのサイトで使われていたりするあれ。フォントにアンチエイリアスがかかってキレイになるが、細くなるので注意。

---------------------------------------------------------

■アニメーション
@include anime(0.2);

※アニメーションをONにする
※()内は秒数が入る

---------------------------------------------------------

■角丸
@include borad(100);

※ボックスを角丸にする。ベンダープレフィックス付き
※単位はpx

---------------------------------------------------------

■左だけ角丸
@include borad-left(100);

■右だけ角丸
@include borad-right(100);

※複数の並んだボタンの両サイドを丸くするときに使用

---------------------------------------------------------

■iPhoneのボタンの初期スタイルをオフにする
@include iPhone();

※フォームの送信ボタンをCSSで作るときに使用

---------------------------------------------------------

■部分的なリセット用
@include reset();

※読み込む順番に注意。最後の方で読み込むとすべてリセットされてしまう。


*/
