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

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

@keyframes katakata {
  0% {
    transform: rotate(0deg); }
  10% {
    transform: rotate(3deg); }
  20% {
    transform: rotate(-3deg); }
  30% {
    transform: rotate(3deg); }
  40% {
    transform: rotate(-3deg); }
  50% {
    transform: rotate(0deg); } }

.flash01 {
  animation: TimerFlash1 1s infinite; }

.flash02 {
  animation: TimerFlash2 1s infinite; }

.katakata {
  animation: katakata 1.5s infinite; }

.timer {
  padding: 10px;
  width: 100%;
  height: 44px;
  text-align: center;
  color: #ffffff;
  background: #ff3b51;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.3;
  position: fixed;
  top: 0;
  z-index: 9998; }
  @media screen and (max-width: 767px) {
    .timer {
      font-size: 1.1em;
      text-align: left; } }

.fv-cta {
  padding: 3% 5% 5%;
  background: #ffdb00; }

.button-container {
  margin-bottom: 5%;
  text-align: center; }

.button {
  margin-bottom: 1em;
  padding: 1em;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  background: #31e86e;
  background: -moz-linear-gradient(top, #31e86e 0%, #1d9346 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #31e86e), color-stop(100%, #1d9346));
  background: -webkit-linear-gradient(top, #31e86e 0%, #1d9346 100%);
  background: -o-linear-gradient(top, #31e86e 0%, #1d9346 100%);
  background: -ms-linear-gradient(top, #31e86e 0%, #1d9346 100%);
  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:hover {
    color: #ffd709;
    box-shadow: 0 1px 0 0 #105428;
    top: 4px; }

.ad-attention {
  margin-top: 1em;
  font-size: .5em;
  text-align: right; }

#first {
  padding: 5%;
  background: #f8f4f3; }
  @media screen and (max-width: 767px) {
    #first {
      padding: 5% 3%; } }

.section-container {
  margin: 0 auto;
  width: 100%;
  max-width: 750px; }

.problem-bullet {
  margin-bottom: 2em; }
  @media screen and (max-width: 767px) {
    .problem-bullet {
      margin-bottom: 1em; } }
  .problem-bullet li {
    margin-bottom: 1em;
    padding: 1.5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 3px solid #aeaeae;
    background: #ffef85;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px; }
    @media screen and (max-width: 767px) {
      .problem-bullet li {
        margin-bottom: .75em;
        padding: 3% 4%;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px; } }
  .problem-bullet .problem-bullet-t {
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.5;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .problem-bullet .problem-bullet-t {
        font-size: 1em; } }
  .problem-bullet .problem-bullet-i {
    margin-right: 1.5em;
    font-size: 1em;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .problem-bullet .problem-bullet-i {
        margin-right: .5em;
        max-width: 30px; } }
  @media screen and (max-width: 767px) {
    .problem-bullet .icon-face {
      display: none; } }

.section-inner {
  position: relative; }

.main-subhead {
  margin-bottom: 1em;
  font-size: 1.8em;
  line-height: 1.5;
  color: #00aa01; }
  @media screen and (max-width: 767px) {
    .main-subhead {
      font-size: 1.3em; } }

.subhead-i {
  position: absolute;
  right: 0;
  top: 0; }
  @media screen and (max-width: 767px) {
    .subhead-i {
      margin-bottom: 1em;
      position: static;
      text-align: center; } }

.success-h {
  margin-bottom: 1em;
  padding: 0.75em 1em;
  color: #ffffff;
  background: #00aa01;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: bold;
  position: relative; }
  @media screen and (max-width: 767px) {
    .success-h {
      padding: .75em;
      font-size: 1.35em; } }
  .success-h:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    border: 12px solid transparent;
    border-top: 12px solid #00aa01; }

.success-list {
  margin-top: 3em; }
  .success-list > li {
    margin-bottom: 7.5%;
    padding: 60px 5% 5%;
    background: #ffffff;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; }
    @media screen and (max-width: 767px) {
      .success-list > li {
        margin-bottom: 3em;
        padding: 50px 0.5em 0.5em; } }

.success-list-num {
  padding: 0.75em 1.5em;
  display: inline-block;
  font-weight: bold;
  background: #ffdb00;
  position: absolute;
  left: 5px;
  top: -24px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px; }
  .success-list-num span {
    padding-left: 5px;
    font-size: 1.75em;
    display: inline-block;
    vertical-align: sub; }

.success-list-i {
  position: absolute;
  right: 5%;
  top: 36px; }
  @media screen and (max-width: 767px) {
    .success-list-i {
      margin-bottom: 1.1em;
      position: static;
      text-align: center; } }

.success-list-h {
  margin-bottom: .5em;
  padding-bottom: .5em;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.25);
  font-size: 1.5em;
  font-weight: bold;
  max-width: calc(100% - 210px); }
  @media screen and (max-width: 767px) {
    .success-list-h {
      max-width: 100%;
      text-align: center; } }

.success-list-h-description {
  margin-bottom: .5em;
  padding-bottom: .75em;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.25);
  font-weight: bold;
  line-height: 1.5;
  max-width: calc(100% - 210px); }
  @media screen and (max-width: 767px) {
    .success-list-h-description {
      margin-bottom: 1em;
      max-width: 100%;
      text-align: center; } }

.success-list-t {
  line-height: 2;
  max-width: calc(100% - 210px); }
  @media screen and (max-width: 767px) {
    .success-list-t {
      line-height: 1.75;
      max-width: 100%; } }

.accordion .acd-check {
  display: none; }

.accordion .acd-label {
  margin: 10px auto 20px;
  padding: 3% 2%;
  width: 500px;
  color: #333;
  font-weight: bold;
  text-shadow: 1px 1px 2px #fff;
  box-shadow: 0px 3px #652b09;
  display: block;
  cursor: pointer;
  text-align: center;
  border-radius: 10px;
  font-size: 1.4rem;
  background: #fff061;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fff061 0%, #f9b639 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fff061 0%, #f9b639 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fff061 0%, #f9b639 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff061', endColorstr='#f9b639',GradientType=0 );
  /* IE6-9 */
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease; }
  @media screen and (max-width: 767px) {
    .accordion .acd-label {
      padding: 5% 2%;
      width: 80%; } }

.accordion .acd-label:hover {
  box-shadow: 0px 1px #652b09;
  top: 4px; }

.accordion .acd-content {
  margin: 0 auto;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .accordion .acd-content {
      width: 100%; } }
  .accordion .acd-content p {
    margin-bottom: 0 !important; }

.accordion .acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  visibility: visible;
  width: 100%; }

.accordion .acd-check:checked + .acd-label {
  display: none; }

.success-list-line-container {
  margin-top: 1em;
  padding: 1em;
  background-color: #7193c1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }
  .success-list-line-container > li {
    margin-bottom: 1em;
    display: flex;
    position: relative; }
    .success-list-line-container > li:nth-child(odd) {
      flex-direction: row-reverse; }
    .success-list-line-container > li:last-child {
      margin-bottom: 0; }

.success-balloon-list {
  margin-bottom: 3em; }
  .success-balloon-list > li {
    margin-bottom: 1.5em;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .success-balloon-list > li {
        align-items: flex-start; } }

.success-list-line-i {
  width: 74px; }
  .success-list-line-i img {
    max-width: 52px; }

.success-list-line-balloon {
  padding: 0.75em 1em;
  max-width: calc(100% - 74px);
  width: auto;
  line-height: 1.75;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }
  .success-list-line-balloon:after {
    content: "";
    position: absolute;
    top: 30px;
    margin-top: -15px; }
  @media screen and (max-width: 767px) {
    .success-list-line-balloon {
      padding: .5em;
      font-size: .95em;
      line-height: 1.5;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px; }
      .success-list-line-balloon:after {
        top: 24px;
        margin-top: -10px; } }

.success-list-line-container > li:nth-child(odd) .success-list-line-i {
  text-align: right; }

.success-list-line-container > li:nth-child(odd) .success-list-line-balloon {
  background: #85e249; }
  .success-list-line-container > li:nth-child(odd) .success-list-line-balloon:after {
    right: -20px;
    border: 8px solid transparent;
    border-left: 15px solid #85e249; }
  @media screen and (max-width: 767px) {
    .success-list-line-container > li:nth-child(odd) .success-list-line-balloon:after {
      border: 10px solid transparent;
      border-left: 15px solid #85e249; } }

.accordion .acd-content li {
  margin-bottom: 1em;
  display: flex;
  position: relative; }
  .accordion .acd-content li:nth-child(odd) {
    flex-direction: row-reverse; }
  .accordion .acd-content li:last-child {
    margin-bottom: 0; }

.accordion .acd-content li:nth-child(odd) .success-list-line-i {
  text-align: right; }

.accordion .acd-content li:nth-child(odd) .success-list-line-balloon {
  background: #85e249; }
  .accordion .acd-content li:nth-child(odd) .success-list-line-balloon:after {
    right: -20px;
    border: 8px solid transparent;
    border-left: 15px solid #85e249; }
  @media screen and (max-width: 767px) {
    .accordion .acd-content li:nth-child(odd) .success-list-line-balloon:after {
      border: 10px solid transparent;
      border-left: 15px solid #85e249; } }

.accordion .acd-content li:nth-child(odd) .success-list-line-i {
  text-align: right; }

.accordion .acd-content li:nth-child(odd) .success-list-line-balloon {
  background: #85e249; }
  .accordion .acd-content li:nth-child(odd) .success-list-line-balloon:after {
    right: -20px;
    border: 8px solid transparent;
    border-left: 15px solid #85e249; }
  @media screen and (max-width: 767px) {
    .accordion .acd-content li:nth-child(odd) .success-list-line-balloon:after {
      border: 10px solid transparent;
      border-left: 15px solid #85e249; } }

.accordion .acd-content li:nth-child(even) .success-list-line-i {
  text-align: left; }

.accordion .acd-content li:nth-child(even) .success-list-line-balloon {
  background: #ffffff; }
  .accordion .acd-content li:nth-child(even) .success-list-line-balloon:after {
    left: -20px;
    border: 8px solid transparent;
    border-right: 15px solid #ffffff; }
  @media screen and (max-width: 767px) {
    .accordion .acd-content li:nth-child(even) .success-list-line-balloon:after {
      border: 10px solid transparent;
      border-right: 15px solid #ffffff; } }

.success-list-line-container > li:nth-child(even) .success-list-line-i {
  text-align: left; }

.success-list-line-container > li:nth-child(even) .success-list-line-balloon {
  background: #ffffff; }
  .success-list-line-container > li:nth-child(even) .success-list-line-balloon:after {
    left: -20px;
    border: 8px solid transparent;
    border-right: 15px solid #ffffff; }
  @media screen and (max-width: 767px) {
    .success-list-line-container > li:nth-child(even) .success-list-line-balloon:after {
      border: 10px solid transparent;
      border-right: 15px solid #ffffff; } }

.success-balloon-i {
  padding-right: 10px;
  width: 140px; }
  @media screen and (max-width: 767px) {
    .success-balloon-i {
      padding-right: 20px;
      width: 64px; } }

.success-balloon {
  padding: 3% 5%;
  width: calc(100% - 140px);
  background: #ffffff;
  line-height: 2;
  font-weight: bold;
  position: relative;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px; }
  .success-balloon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -40px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 25px solid #ffffff; }
  @media screen and (max-width: 767px) {
    .success-balloon {
      width: calc(100% - 64px);
      font-size: .95em;
      line-height: 1.5;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px; }
      .success-balloon:after {
        top: 24px;
        left: -20px;
        margin-top: -10px;
        border: 10px solid transparent;
        border-right: 15px solid #ffffff; } }

#template {
  padding: 5%;
  background: #ffffff; }
  @media screen and (max-width: 767px) {
    #template {
      padding: 5% 3%; } }

#contents {
  padding: 5%;
  background: #fff9c3; }
  @media screen and (max-width: 767px) {
    #contents {
      padding: 5% 3%; } }

.contents-list {
  margin-top: 5em; }
  @media screen and (max-width: 767px) {
    .contents-list {
      margin-top: 2em; } }
  .contents-list > li {
    margin-bottom: 2em; }

.content-cap {
  margin-bottom: .5em; }

.content-h {
  padding: 1em 1.5em 0.7em;
  background: #00aa01;
  border-radius: 30px 30px 0px 0px;
  font-weight: bold;
  font-size: 1.2em;
  color: #000000; }
  @media screen and (max-width: 767px) {
    .content-h {
      padding: 0.5em 1em 0.4em;
      border-radius: 10px 10px 0px 0px; } }
  .content-h img {
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -3px; }

.content-t-container {
  padding: 2em 3em;
  border-radius: 0 0 30px 30px;
  background: #ffffff; }
  @media screen and (max-width: 767px) {
    .content-t-container {
      padding: .75em;
      border-radius: 0 0 10px 10px; } }

.content-sub-h {
  padding-bottom: 1em;
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.75;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.25); }
  @media screen and (max-width: 767px) {
    .content-sub-h {
      line-height: 1.5; } }
  .content-sub-h span {
    color: #fe4a39;
    font-size: 1.5em;
    display: block; }
    @media screen and (max-width: 767px) {
      .content-sub-h span {
        margin-bottom: .4em;
        line-height: 1.3; } }

.content-bullet > li {
  margin-bottom: .5em;
  line-height: 1.5; }

.content-bullet i {
  margin-right: 5px;
  color: #fe4a39; }

.voice-container {
  padding: 5%;
  background: #ffffff;
  border: 5px solid rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 767px) {
    .voice-container {
      padding: 5% 0 0; } }

.voice-h {
  display: flex;
  align-items: center;
  color: #fe4a39;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.5; }
  .voice-h img {
    margin-right: 15px;
    position: relative;
    top: -5px; }
  @media screen and (max-width: 767px) {
    .voice-h {
      padding: 0 3%;
      display: block;
      text-align: center;
      font-size: 1.1em; }
      .voice-h img {
        margin: auto auto 3%;
        display: block;
        position: static; } }

.voice-list > li {
  padding: 3%;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.1);
  background: #f8f9f4; }
  @media screen and (max-width: 767px) {
    .voice-list > li {
      padding: 5% 3%; } }
  .voice-list > li:first-child {
    border-top: 2px dotted rgba(0, 0, 0, 0.1); }
  .voice-list > li:nth-child(2n) {
    background: #f2f7e0; }

.voice-list-h {
  margin-bottom: 1em;
  color: #00aa01;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .voice-list-h {
      margin-bottom: .5em;
      font-size: 1.5em; } }

.voice-list-t {
  line-height: 1.75; }
  @media screen and (max-width: 767px) {
    .voice-list-t br {
      display: block; } }

#present {
  padding: 5%;
  background: #00aa01; }
  @media screen and (max-width: 767px) {
    #present {
      padding: 5% 3%; } }

.present-h {
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.5;
  color: #ffffff;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .present-h {
      font-size: 1.15em; } }
  .present-h span {
    color: #ffdb00;
    font-size: 1.65em;
    display: block; }
    @media screen and (max-width: 767px) {
      .present-h span {
        font-size: 1.5em; } }

.present-list {
  margin-top: 10%; }
  @media screen and (max-width: 767px) {
    .present-list {
      margin-top: 17.5%; } }
  .present-list > li {
    margin-bottom: 10%; }
    @media screen and (max-width: 767px) {
      .present-list > li {
        margin-bottom: 17.5%; } }

.present-list-container {
  padding: 10% 5% 5%;
  background: #ffffff;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }
  @media screen and (max-width: 767px) {
    .present-list-container {
      padding: 10% 3% 5%; } }

.present-list-num {
  margin-top: -120px;
  margin-bottom: 1.5em;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .present-list-num {
      margin-top: -70px;
      margin-bottom: 1em; } }

.present-list-h {
  margin-bottom: 1em;
  text-align: center;
  color: #fe4a39;
  font-size: 1.75em;
  line-height: 1.3;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .present-list-h {
      font-size: 1.5em;
      line-height: 1.3; } }

.present-list-t-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse; }
  @media screen and (max-width: 767px) {
    .present-list-t-container {
      display: block; } }

.present-list-t-i {
  overflow: hidden;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .present-list-t-i {
      margin-bottom: 1em; } }
  .present-list-t-i img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; }

.present-list-t {
  max-width: 430px;
  line-height: 2; }
  @media screen and (max-width: 767px) {
    .present-list-t {
      line-height: 1.75; }
      .present-list-t br {
        display: block; } }

.profile-h {
  padding: 3% 5%;
  background: #ffdb00;
  text-align: center; }

.profile-container {
  padding: 10% 5% 5%;
  background: #f2f2e9; }
  @media screen and (max-width: 767px) {
    .profile-container {
      padding: 5% 3%; } }

.profile-list-container {
  margin-bottom: 10%;
  padding: 7.5% 7.5% 4%;
  background: #ffffff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px; }
  @media screen and (max-width: 767px) {
    .profile-list-container {
      padding: 7.5% 5%; } }

.profile-i {
  margin-bottom: 1em;
  margin-top: -180px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .profile-i {
      margin-top: 0; } }

.profile-n {
  margin-bottom: 1.5em;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em; }
  @media screen and (max-width: 767px) {
    .profile-n {
      margin-bottom: 1em; } }

.first-view {
  text-align: center;
  background: #00aa01; }

.list-temp {
  margin-bottom: 2em;
  counter-reset: number; }
  .list-temp li {
    padding: 1em 1em 1em 2em;
    margin-bottom: 1em;
    color: #444444;
    border: 1px solid #ff3444;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.5;
    position: relative; }
    .list-temp li:before {
      counter-increment: number 1;
      content: counter(number);
      width: 35px;
      height: 35px;
      color: #ffffff;
      background: #ff3444;
      border-radius: 100px;
      position: absolute;
      top: -10px;
      left: -10px;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center; }
    .list-temp li span {
      display: block;
      font-size: .65em;
      font-weight: normal; }

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

#copyRight {
  color: #ffffff; }

#footerNav li:after {
  color: #ffffff; }

#footerNav a {
  color: #ffffff; }
  #footerNav a:hover {
    color: #00aa01; }

.new-opt {
  width: 100%; }
  .new-opt .gr-wrap {
    margin: 0 auto;
    padding: 30px 0 20px;
    width: 100%;
    background: url(../img/background_header_gr.jpg) no-repeat center top;
    background-size: cover;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .new-opt .gr-wrap {
        padding: 3%; } }
    .new-opt .gr-wrap h1 {
      margin: 0 auto;
      width: 70%; }
      @media screen and (max-width: 767px) {
        .new-opt .gr-wrap h1 {
          width: 100%; } }
  .new-opt .ye-wrap {
    margin: 0 auto;
    padding: 30px 0 44px;
    width: 100%;
    height: auto;
    background: url(../img/background_header_ye.png) no-repeat center top;
    background-size: cover;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .new-opt .ye-wrap {
        padding: 3% 3% 5%;
        height: auto; } }
    .new-opt .ye-wrap .title {
      margin: 0 auto 20px;
      width: 60%; }
      @media screen and (max-width: 767px) {
        .new-opt .ye-wrap .title {
          margin: 0 auto 3%;
          width: 100%; } }
    .new-opt .ye-wrap .head-btn {
      margin: 0.5em auto 0.1em;
      padding: 1.2em;
      text-align: center;
      width: 700px;
      text-decoration: none;
      font-size: 1.5em;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-weight: bold;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      border-radius: 42px;
      -webkit-border-radius: 42px;
      -moz-border-radius: 5px;
      box-shadow: 0 5px 0 0px #000900;
      position: relative;
      top: 0;
      background: #02c723;
      background: -moz-linear-gradient(top, #02c723 0%, #009519 100%);
      background: -webkit-linear-gradient(top, #02c723 0%, #009519 100%);
      background: linear-gradient(to bottom, #02c723 0%, #009519 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02c723', endColorstr='#009519',GradientType=0 ); }
      @media screen and (max-width: 767px) {
        .new-opt .ye-wrap .head-btn {
          width: 100%;
          font-size: 1.2rem;
          line-height: 1.4;
          display: block; } }
      .new-opt .ye-wrap .head-btn span {
        margin: 0 3px;
        font-size: 1.6rem;
        color: #ffe644; }
        @media screen and (max-width: 767px) {
          .new-opt .ye-wrap .head-btn span {
            font-size: 1.4rem; } }
    .new-opt .ye-wrap .head-btn:hover {
      box-shadow: 0 1px 0 0px #000900;
      top: 4px; }

.temp-bg {
  padding: 5%;
  color: #ffffff;
  background: url(../img/ad_fv_03_bg.jpg) center center; }
  @media screen and (max-width: 767px) {
    .temp-bg {
      padding: 5% 3%;
      background: #06202f;
      background: -moz-linear-gradient(top, #06202f 0%, #1a5262 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #06202f), color-stop(100%, #1a5262));
      background: -webkit-linear-gradient(top, #06202f 0%, #1a5262 100%);
      background: -o-linear-gradient(top, #06202f 0%, #1a5262 100%);
      background: -ms-linear-gradient(top, #06202f 0%, #1a5262 100%);
      background: linear-gradient(to bottom, #06202f 0%, #1a5262 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 ); } }

.temp-container {
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .temp-container {
      flex-direction: column-reverse; } }

.temp-pack {
  width: 37%; }
  @media screen and (max-width: 767px) {
    .temp-pack {
      max-width: 250px;
      width: 100%; } }

.temp-txt {
  padding-right: 5%;
  text-align: center;
  font-weight: bold;
  line-height: 1.65;
  width: 63%; }
  @media screen and (max-width: 767px) {
    .temp-txt {
      width: 100%;
      text-align: left; } }

.temp-tx-01 {
  font-size: 1.75em;
  line-height: 1.3; }
  @media screen and (max-width: 767px) {
    .temp-tx-01 {
      font-size: 1.5em; } }

.temp-tx-02 {
  margin-bottom: .5em;
  font-size: 3.5em;
  line-height: 1.2; }
  @media screen and (max-width: 767px) {
    .temp-tx-02 {
      font-size: 2.2em;
      line-height: 1.3; } }

.temp-tx-02-2 {
  margin-top: .2em;
  margin-bottom: .5em;
  font-size: 2.5em;
  line-height: 1.2;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif; }
  @media screen and (max-width: 767px) {
    .temp-tx-02-2 {
      margin-top: .5em;
      font-size: 1.8em;
      line-height: 1.3; } }

.temp-tx-03 {
  margin-bottom: .25em;
  opacity: .75; }

span.strong {
  color: #fff21c; }

.temp-btn-container {
  margin-top: 1em;
  padding: 1em;
  font-weight: bold;
  line-height: 1.65;
  border: 1px solid #ffffff; }
  .temp-btn-container .cta-capture {
    margin-top: .5em; }

.temp-btn {
  margin-top: .5em;
  margin-bottom: .1em;
  padding: .5em;
  text-align: center;
  width: 100%;
  text-decoration: none;
  font-size: 1.5em;
  color: #ffffff;
  background: #00aa01;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .temp-btn {
      font-size: 1.2em; } }
  .temp-btn img {
    margin-right: 10px; }

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

html {
  font-size: 62.5%;
  line-height: 1.75;
  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;
  position: relative;
  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 {
  color: #0f60ac; }
  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 (max-width: 767px) {
  br {
    display: none; } }

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

@media screen and (max-width: 767px) {
  .pc {
    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; } }

#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;
    font-weight: bold;
    padding: 8% 4% 6%;
    display: block;
    width: 240px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    background: #02c723;
    background: -moz-linear-gradient(top, #02c723 0%, #009519 100%);
    background: -webkit-linear-gradient(top, #02c723 0%, #009519 100%);
    background: linear-gradient(to bottom, #02c723 0%, #009519 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02c723', endColorstr='#009519',GradientType=0 );
    box-shadow: 0 3px 0 0 #1c4602;
    position: relative;
    top: 0;
    line-height: 1.4; }
    @media screen and (max-width: 767px) {
      #floatBtn a {
        width: 100%;
        padding: 2%;
        text-align: center;
        border-radius: 0;
        box-shadow: none; }
        #floatBtn a br {
          display: block; } }
    #floatBtn a:hover {
      background: #02c723;
      background: -moz-linear-gradient(top, #02c723 0%, #009519 100%);
      background: -webkit-linear-gradient(top, #02c723 0%, #009519 100%);
      background: linear-gradient(to bottom, #02c723 0%, #009519 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02c723', endColorstr='#009519',GradientType=0 );
      box-shadow: 0 1px 0 0 #1c4602;
      top: 2px; }

section p {
  margin-bottom: 1.5em;
  font-size: 1em;
  line-height: 1.75; }
  @media screen and (max-width: 767px) {
    section p {
      font-size: .95em; } }

#fix-button {
  padding: 5px;
  text-align: center;
  position: fixed;
  right: 0;
  max-width: 240px; }
  @media screen and (max-width: 767px) {
    #fix-button {
      max-width: 100%;
      width: 100%; } }

#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: #00aa01; }
    @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: #000000;
    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: #00aa01;
          cursor: pointer; } }
    @media screen and (max-width: 767px) {
      .footerNavWrap .modal-close {
        padding: 5%;
        bottom: 0;
        display: block;
        width: 100%;
        text-align: center; } }

#modal-open {
  width: 100%;
  height: 10px;
  position: fixed;
  top: 0px;
  z-index: 9999; }

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

#modal-content {
  margin: 0 auto;
  padding: 0px 0px 30px;
  border: 5px solid #fff;
  background: #fff;
  display: none;
  min-width: 800px;
  min-height: 580px;
  position: fixed;
  top: 5%;
  left: 50%;
  margin-left: -390px;
  z-index: 10000; }
  @media screen and (max-width: 767px) {
    #modal-content {
      padding: 25% 5% 5%;
      margin-left: 0;
      left: 0;
      top: 0;
      min-width: 100%;
      width: 100%;
      min-height: 0;
      height: 100vh; } }
  #modal-content #exitPop {
    margin-bottom: 20px;
    width: 800px;
    min-height: 580px; }
    @media screen and (max-width: 767px) {
      #modal-content #exitPop {
        width: 100%;
        min-height: 0; } }
  #modal-content .button-link {
    padding: 10px;
    cursor: pointer;
    color: #555;
    background: #ddd;
    text-align: center; }
    #modal-content .button-link:hover {
      background: #eee; }
  #modal-content #mail {
    padding: 10px 10px 10px 70px;
    position: relative;
    top: 485px;
    left: 35px;
    width: 520px;
    height: 50px;
    background: none;
    border: none;
    font-size: 26px; }
  #modal-content #inputBtn {
    position: relative;
    top: 485px;
    left: 45px;
    z-index: 10100; }

#welcome-content {
  margin-left: -400px;
  /*
	border:5px solid #fff;
	background: url(../img/ep/light_grey_floral_motif.png) #fff;
	width: 80%;
*/
  display: none;
  position: fixed;
  top: 5%;
  left: 50%;
  z-index: 9999; }
  #welcome-content #welcomePop {
    cursor: pointer;
    /*
		margin: 5%;
		padding: 5%;
		background:#fff;
		border: 6px double #ffe492;
		text-align: center;
		.button-link {
			margin-top: 5%;
			padding: 15px 20px;
			display: inline-block;
			cursor: pointer;
			color: #ff1043;
			background: #ffffff;
			border: 2px solid #ff1043;
			text-align: center;
			&:hover {
				color: #ffffff;
				background: #ff1043;
			}
		}
*/ }
    #welcome-content #welcomePop:hover {
      opacity: 0.8; }

@media screen and (max-width: 767px) {
  #welcome-content {
    padding: 20% 5%;
    margin-left: 0;
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0; }
  #welcomePop p {
    margin-bottom: 3%;
    text-align: center;
    line-height: 1.5em;
    font-size: 18px;
    font-size: 1.125rem; }
  #welcomePop .welcome-atttention {
    padding: 10px;
    color: #ffffff;
    background: #ff1043;
    font-weight: bold; }
  #welcomePop .welcome-atttention2 {
    padding: 5%;
    background: #dddddd;
    line-height: 1.5em;
    text-align: left;
    font-size: 12px;
    font-size: 0.75rem; }
  #welcomePop .button-link {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px; } }

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

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

/*
■フォントサイズ
@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();

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


*/
