@charset "UTF-8";
@keyframes TimerFlash1 {
  50% {
    -webkit-box-shadow: 0px 0px 15px 5px #164977;
    -moz-box-shadow: 0px 0px 15px 5px #164977;
    -ms-box-shadow: 0px 0px 15px 5px #164977;
    box-shadow: 0px 0px 15px 5px #164977; } }
@keyframes TimerFlash2 {
  50% {
    opacity: 0.5; } }
.timer {
  padding: 20px;
  background: #8d2626;
  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 {
  animation: TimerFlash1 1s infinite; }

.flash02 {
  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: #ec7b02; }

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

span.red-large {
  font-weight: bold;
  color: #ec7b02;
  font-size: 2.4rem;
  line-height: 2rem; }
  @media screen and (max-width: 767px) {
    span.red-large {
      font-size: 2rem; } }

span.blue {
  font-weight: bold;
  color: #419dac; }

span.blue-middle {
  font-weight: bold;
  color: #419dac;
  font-size: 1.4rem;
  line-height: 1.8rem; }

span.blue-large {
  font-weight: bold;
  color: #419dac;
  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: #fddf00; }

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

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

span.green {
  font-weight: bold;
  color: #14b318; }

span.green-middle {
  font-weight: bold;
  color: #14b318;
  font-size: 1.4rem;
  line-height: 1.8rem; }

span.green-large {
  font-weight: bold;
  color: #14b318;
  font-size: 3rem;
  line-height: 3.5rem; }

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

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

span.flu {
  font-weight: bold;
  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; } }

.left-border {
  padding-left: 1%;
  border-left: 6px solid #f47c1b; }

.border {
  padding: 3%;
  border: 2px solid #222; }

.cta-btn {
  margin: 0 auto;
  width: 520px;
  text-align: center;
  display: block; }
  @media screen and (max-width: 767px) {
    .cta-btn {
      padding: 5% 0;
      width: 90%; } }

.cta-att {
  margin-top: 10px;
  text-align: center;
  color: #cc0000;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .cta-att {
      margin-top: 0 !important;
      font-size: 0.8rem !important; } }

#gHeader #gHead-inner {
  background: url("../img/background_fv.jpg") no-repeat fixed;
  background-size: cover;
  position: relative; }
  @media screen and (max-width: 767px) {
    #gHeader #gHead-inner {
      height: 360px !important;
      background-position-x: center;
      background-attachment: local; } }
  #gHeader #gHead-inner h1 img.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 30%; }
    @media screen and (max-width: 767px) {
      #gHeader #gHead-inner h1 img.logo {
        width: 50%; } }

#main section {
  margin: 0 auto;
  padding: 100px;
  max-width: 1100px; }
  @media screen and (max-width: 767px) {
    #main section {
      padding: 10% 5%; } }
  #main section .box {
    margin: 0 auto 100px; }
    @media screen and (max-width: 767px) {
      #main section .box {
        margin: 0 auto 10%; } }
    #main section .box h2 {
      margin: 0 auto 30px;
      padding-bottom: 10px;
      text-align: center;
      font-size: 2.4em;
      color: #0e0604;
      font-family: 'Noto Serif JP', serif;
      border-bottom: 1px solid #0e0604; }
      @media screen and (max-width: 767px) {
        #main section .box h2 {
          margin: 0 auto 5%;
          font-size: 6vw; } }
    #main section .box h2.imgtxt {
      margin: 0 auto 30px;
      padding-bottom: 10px;
      width: 100%;
      text-align: center;
      font-size: 2em;
      color: #0e0604;
      font-family: 'Noto Serif JP', serif;
      border-bottom: 1px solid #0e0604; }
      @media screen and (max-width: 767px) {
        #main section .box h2.imgtxt {
          margin: 0 auto 5%;
          font-size: 6vw; } }
      #main section .box h2.imgtxt .set {
        display: inline-block; }
        #main section .box h2.imgtxt .set .imgtxt-left {
          display: table-cell; }
          #main section .box h2.imgtxt .set .imgtxt-left img {
            width: 20vw; }
            @media screen and (max-width: 767px) {
              #main section .box h2.imgtxt .set .imgtxt-left img {
                width: 36vw; } }
        #main section .box h2.imgtxt .set .imgtxt-right {
          display: table-cell; }
          #main section .box h2.imgtxt .set .imgtxt-right span {
            font-weight: 600; }
    #main section .box .info-box {
      width: 100%; }
      #main section .box .info-box ul.info-ul li.day {
        padding: 10px 16px;
        width: 100%;
        background-color: #e4d9a9;
        font-weight: bold; }
      #main section .box .info-box ul.info-ul li.title {
        padding-bottom: 8px;
        font-weight: bold;
        border-bottom: 1px dotted #421209; }
        #main section .box .info-box ul.info-ul li.title br {
          display: block; }
    #main section .box .info-box2 {
      width: 100%; }
      #main section .box .info-box2::after {
        content: "";
        display: block;
        clear: both; }
      #main section .box .info-box2 h5.day-h5 {
        margin-bottom: 20px;
        padding: 20px;
        width: 100%;
        background-color: #e4d9a9;
        font-weight: bold;
        font-size: 1.2em;
        font-family: 'Noto Serif JP', serif;
        color: #0e0604; }
        @media screen and (max-width: 767px) {
          #main section .box .info-box2 h5.day-h5 {
            padding: 4%;
            text-align: center; } }
      #main section .box .info-box2 .info-left {
        float: left;
        width: 58%; }
        @media screen and (max-width: 767px) {
          #main section .box .info-box2 .info-left {
            float: none;
            width: 100%; } }
        #main section .box .info-box2 .info-left ul.left-ul li.title {
          padding-bottom: 8px;
          border-bottom: 1px dotted #421209;
          font-size: 1.2em;
          font-family: 'Noto Serif JP', serif;
          font-weight: bold;
          color: #0e0604; }
          @media screen and (max-width: 767px) {
            #main section .box .info-box2 .info-left ul.left-ul li.title {
              text-align: center; } }
          #main section .box .info-box2 .info-left ul.left-ul li.title br {
            display: block; }
      #main section .box .info-box2 .info-right {
        float: right;
        width: 40%; }
        @media screen and (max-width: 767px) {
          #main section .box .info-box2 .info-right {
            margin-bottom: 3%;
            float: none;
            width: 100%; } }
    #main section .box .txt-box {
      margin-bottom: 50px; }
      @media screen and (max-width: 767px) {
        #main section .box .txt-box {
          margin-bottom: 8%; } }
      #main section .box .txt-box p {
        text-align: center; }
        @media screen and (max-width: 767px) {
          #main section .box .txt-box p {
            text-align: left; } }
    #main section .box .separate-box {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        #main section .box .separate-box {
          display: block; } }
      #main section .box .separate-box .left, #main section .box .separate-box .right {
        width: 48%; }
        @media screen and (max-width: 767px) {
          #main section .box .separate-box .left, #main section .box .separate-box .right {
            margin-bottom: 10%;
            width: 100%; } }
        #main section .box .separate-box .left h3, #main section .box .separate-box .right h3 {
          padding: 5%;
          text-align: center;
          background-color: #200805;
          color: #fff;
          font-size: 1.4em;
          font-family: 'Noto Serif JP', serif;
          font-weight: 500; }
          #main section .box .separate-box .left h3 span, #main section .box .separate-box .right h3 span {
            margin-top: 8px;
            display: block;
            font-size: 0.8rem; }
        #main section .box .separate-box .left .watanabe, #main section .box .separate-box .right .watanabe {
          padding-bottom: 100%;
          background: url("../img/img_watanabe.jpg") no-repeat;
          background-size: cover;
          background-position-x: center; }
        #main section .box .separate-box .left .masuda, #main section .box .separate-box .right .masuda {
          padding-bottom: 100%;
          background: url("../img/img_masuda.jpg") no-repeat;
          background-size: cover;
          background-position-x: center; }
        #main section .box .separate-box .left .watanabe .m-list,
        #main section .box .separate-box .left .masuda .m-list, #main section .box .separate-box .right .watanabe .m-list,
        #main section .box .separate-box .right .masuda .m-list {
          padding: 8%;
          background-color: rgba(32, 8, 5, 0.8); }
          #main section .box .separate-box .left .watanabe .m-list h4,
          #main section .box .separate-box .left .masuda .m-list h4, #main section .box .separate-box .right .watanabe .m-list h4,
          #main section .box .separate-box .right .masuda .m-list h4 {
            margin-bottom: 20px;
            text-align: center;
            color: #fff;
            font-size: 1.4em;
            font-family: 'Noto Serif JP', serif;
            font-weight: 500; }
          #main section .box .separate-box .left .watanabe .m-list ul.m-ul,
          #main section .box .separate-box .left .masuda .m-list ul.m-ul, #main section .box .separate-box .right .watanabe .m-list ul.m-ul,
          #main section .box .separate-box .right .masuda .m-list ul.m-ul {
            margin-bottom: 0; }
            #main section .box .separate-box .left .watanabe .m-list ul.m-ul li,
            #main section .box .separate-box .left .masuda .m-list ul.m-ul li, #main section .box .separate-box .right .watanabe .m-list ul.m-ul li,
            #main section .box .separate-box .right .masuda .m-list ul.m-ul li {
              margin-bottom: 8px;
              padding-bottom: 8px;
              color: #fff;
              font-family: 'Noto Serif JP', serif;
              font-weight: 500;
              border-bottom: 1px dotted #fff; }
        #main section .box .separate-box .left a.official, #main section .box .separate-box .right a.official {
          margin: 20px auto 0;
          padding: 5%;
          text-align: center;
          font-size: 1.4em;
          color: #0e0604;
          display: block;
          font-family: 'Noto Serif JP', serif;
          font-weight: 500;
          text-decoration: none;
          border: 1px solid #0e0604; }
          #main section .box .separate-box .left a.official span, #main section .box .separate-box .right a.official span {
            display: block;
            font-size: 0.8em; }
    #main section .box .drawing-ul {
      margin-bottom: 0;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        #main section .box .drawing-ul {
          display: block;
          overflow-x: auto;
          white-space: nowrap;
          overflow-scrolling: touch;
          -webkit-overflow-scrolling: touch; } }
      #main section .box .drawing-ul li {
        width: 24%; }
        @media screen and (max-width: 767px) {
          #main section .box .drawing-ul li {
            margin-right: 5%;
            width: 80%;
            display: inline-block; } }
      @media screen and (max-width: 767px) {
        #main section .box .drawing-ul li:last-child {
          margin-right: 0; } }

footer div {
  padding: 1% 0;
  text-align: center;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  background: linear-gradient(to right, #36130c 0%, #55241b 50%, #36130c 100%); }
  @media screen and (max-width: 767px) {
    footer div {
      padding: 3% 0 10%;
      font-size: 0.8em; } }

* {
  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 {
  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; } }
#float-att {
  padding: 8px 0 14px;
  width: 240px;
  background: #531100;
  color: #fee002;
  text-align: center;
  border-radius: 5px 5px 0 0;
  font-size: 1rem;
  font-weight: bold;
  position: fixed;
  bottom: 164px;
  right: 20px;
  z-index: 8880;
  line-height: 1.2; }
  @media screen and (max-width: 767px) {
    #float-att {
      display: none; } }

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

#floatTimerend {
  padding: 12px;
  width: 240px;
  height: auto;
  background: #ce0101;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 1rem;
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 9990;
  line-height: 1.2; }
  @media screen and (max-width: 767px) {
    #floatTimerend {
      padding: 3% 0;
      width: 100%;
      height: auto;
      border-radius: unset;
      top: 0;
      bottom: auto;
      right: 0; } }
  #floatTimerend .CountDownTimer {
    font-size: 1rem;
    color: #fff21f;
    display: block; }
    @media screen and (max-width: 767px) {
      #floatTimerend .CountDownTimer {
        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: 0;
      right: auto; } }
  #floatBtn a {
    text-align: center !important;
    font-size: 0.8rem;
    padding: 6% 3%;
    display: block;
    width: 240px;
    text-align: left;
    text-decoration: none;
    color: #333333;
    border-radius: 5px;
    background: #fff404;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fff404 0%, #fdbc00 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fff404 0%, #fdbc00 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fff404 0%, #fdbc00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff404', endColorstr='#fdbc00',GradientType=0 );
    /* IE6-9 */
    box-shadow: 0 3px 0 0 #8e0000;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
    @media screen and (max-width: 767px) {
      #floatBtn a {
        width: 100%;
        padding: 3% 0 2%;
        text-align: center;
        border-radius: 0;
        box-shadow: none; }
        #floatBtn a br {
          display: block; } }
    #floatBtn a:hover {
      background: #fff404;
      /* Old browsers */
      background: -moz-linear-gradient(top, #fff404 0%, #fdbc00 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #fff404 0%, #fdbc00 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #fff404 0%, #fdbc00 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff404', endColorstr='#fdbc00',GradientType=0 );
      /* IE6-9 */
      box-shadow: 0 1px 0 0 #8e0000;
      top: 2px; }

#floatBtn-end {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 9999; }
  @media screen and (max-width: 767px) {
    #floatBtn-end {
      padding: 0;
      width: 100%;
      bottom: 0;
      right: auto; } }
  #floatBtn-end a {
    text-align: center !important;
    font-size: 0.8rem;
    padding: 8% 4% 6%;
    display: block;
    width: 240px;
    text-decoration: none;
    color: #333333;
    border-radius: 5px;
    background: #fff404;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fff404 0%, #fdbc00 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fff404 0%, #fdbc00 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fff404 0%, #fdbc00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff404', endColorstr='#fdbc00',GradientType=0 );
    /* IE6-9 */
    box-shadow: 0 3px 0 0 #8e0000;
    position: relative;
    top: 0; }
    @media screen and (max-width: 767px) {
      #floatBtn-end a {
        width: 100%;
        padding: 1.2%;
        text-align: center;
        border-radius: 0;
        box-shadow: none; }
        #floatBtn-end a br {
          display: block; } }
    #floatBtn-end a:hover {
      background: #fff404;
      /* Old browsers */
      background: -moz-linear-gradient(top, #fff404 0%, #fdbc00 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #fff404 0%, #fdbc00 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #fff404 0%, #fdbc00 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff404', endColorstr='#fdbc00',GradientType=0 );
      /* IE6-9 */
      box-shadow: 0 1px 0 0 #8e0000;
      top: 2px; }

#float-comparison {
  position: fixed;
  bottom: 230px;
  right: 20px;
  z-index: 9999; }
  @media screen and (max-width: 767px) {
    #float-comparison {
      display: none; } }
  #float-comparison a {
    text-align: center !important;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 5%;
    display: block;
    width: 240px;
    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: #fbe3a7;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fbe3a7 0%, #ffde37 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fbe3a7 0%, #ffde37 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fbe3a7 0%, #ffde37 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbe3a7', endColorstr='#ffde37',GradientType=0 );
    /* IE6-9 */
    line-height: 1.4;
    position: relative;
    top: 0;
    box-shadow: 0 3px 0 0 #553400; }
    #float-comparison a:hover {
      background: #fbe3a7;
      /* Old browsers */
      background: -moz-linear-gradient(top, #fbe3a7 0%, #ffde37 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #fbe3a7 0%, #ffde37 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #fbe3a7 0%, #ffde37 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbe3a7', endColorstr='#ffde37',GradientType=0 );
      /* IE6-9 */
      top: 2px;
      box-shadow: 0 1px 0 0 #553400; }
    #float-comparison a span {
      display: block;
      font-size: 0.7rem; }

#gHeader .timer {
  padding: 15px 0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #gHeader .timer {
      padding: 3% 0; } }
  #gHeader .timer .timerInner {
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-size: 22px;
    font-size: 1.375rem; }
    @media screen and (max-width: 767px) {
      #gHeader .timer .timerInner {
        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();

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


*/
