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

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

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

#wrapper, #gHeader {
  background: url(../img/wrap_background.jpg); }

a {
  line-height: 1.3em;
  color: #0f60ac; }
  a:hover {
    color: #ff6000;
    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; }

.po-r {
  position: relative; }

.timer {
  color: #ffffff;
  background: #ff6000;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ff6000), color-stop(100%, #ff0000));
  background: -webkit-linear-gradient(left, #ff6000 0%, #ff0000 100%);
  background: linear-gradient(to right, #ff6000 0%, #ff0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 ); }
  .timer .timerInner .CountDownTimer {
    color: #ffeb00; }

.end {
  background: #333333;
  color: #ffeb00; }

#gFooter #gFooter-bottom {
  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: #ff6000; }

@media screen and (min-width: 768px) {
  .timer, .end {
    padding: 30px 0; }
  .timer {
    -webkit-animation: TimerFlash1 1s infinite;
            animation: TimerFlash1 1s infinite; }
  #gHeader #gHead-top {
    padding: 10px 15px;
    color: #ffffff;
    background: #222222;
    text-align: center;
    line-height: 1.8em;
    font-size: 20px;
    font-size: 1.25rem; }
    #gHeader #gHead-top span {
      display: block;
      font-weight: bold;
      font-size: 30px;
      font-size: 1.875rem; }
  #gHeader #gHead-inner {
    padding: 25px 0 0;
    background: url(../img/b/b_header_background_01.jpg) no-repeat center top; }
    #gHeader #gHead-inner #header_text_01 {
      margin-bottom: 25px; }
    #gHeader #gHead-inner #b_header_text_02 {
      margin-bottom: 30px; }
      #gHeader #gHead-inner #b_header_text_02 li {
        margin-bottom: 10px; }
        #gHeader #gHead-inner #b_header_text_02 li:last-child {
          margin-right: 0; }
    #gHeader #gHead-inner #b_header_text_03 {
      background: #1b5d7c; }
  .cta-wrap .cta_background_02 {
    background: url(../img/cta_background_02.jpg) no-repeat center bottom fixed #000000; }
    .cta-wrap .cta_background_02 .box-container {
      padding: 100px 50px 0; }
    .cta-wrap .cta_background_02 .cta_background_01 {
      background: url(../img/cta_background_01.png) no-repeat center bottom fixed; }
      .cta-wrap .cta_background_02 .cta_background_01 .form-aoi {
        padding: 5%;
        background: #ffffff; }
        .cta-wrap .cta_background_02 .cta_background_01 .form-aoi input[type="text"] {
          margin: 0 5% 15px;
          padding: 15px;
          width: 90%;
          border: 2px solid #e3ddbb;
          background: #fff8d2;
          font-size: 25px;
          font-size: 1.5625rem;
          border-radius: 10px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px; }
        .cta-wrap .cta_background_02 .cta_background_01 .form-aoi input[type="image"] {
          margin: 0 5%;
          width: 90%; }
      .cta-wrap .cta_background_02 .cta_background_01 .pb {
        padding-bottom: 10%; }
      .cta-wrap .cta_background_02 .cta_background_01 .form {
        position: relative;
        z-index: 1000;
        background: url(../img/cta_background_03.png) no-repeat center center;
        height: 681px; }
        .cta-wrap .cta_background_02 .cta_background_01 .form input[type="text"] {
          padding: 15px 15px 15px 100px;
          width: 940px;
          height: 80px;
          background: none;
          border: none;
          position: absolute;
          top: 420px;
          left: 30px;
          font-size: 22px;
          font-size: 1.375rem; }
        .cta-wrap .cta_background_02 .cta_background_01 .form input[type="image"] {
          position: absolute;
          bottom: 30px;
          left: 50%;
          margin-left: -406px; }
        .cta-wrap .cta_background_02 .cta_background_01 .form .form-timer {
          color: #ff6000;
          font-weight: bold;
          font-size: 30px;
          font-size: 1.875rem;
          position: absolute;
          top: 370px;
          left: 30px; }
      .cta-wrap .cta_background_02 .cta_background_01 .form-gradation {
        width: 100%;
        height: 250px;
        top: -550px;
        z-index: 900; }
      .cta-wrap .cta_background_02 .cta_background_01 .cta-special {
        margin-top: -230px;
        padding-bottom: 30px; }
      .cta-wrap .cta_background_02 .cta_background_01 .cta-digest {
        width: 1000px;
        margin: 0 auto 50px;
        background-color: rgba(255, 255, 255, 0.8);
        border: 1px solid #ccc;
        padding: 10px; }
        .cta-wrap .cta_background_02 .cta_background_01 .cta-digest h2 {
          width: 730px;
          margin: 0 auto;
          background-color: #c70600;
          padding: 16px 0 8px;
          color: #fff;
          font-size: 1.8em;
          text-align: center; }
        .cta-wrap .cta_background_02 .cta_background_01 .cta-digest .videoWrap {
          background-color: #c70600;
          padding: 8px; }
      .cta-wrap .cta_background_02 .cta_background_01 .cta_seminar {
        padding-bottom: 0; }
  .bullet-wrap h2::after {
    content: "";
    display: block;
    clear: both; }
  .bullet-wrap h2 .subHead-icon {
    float: left;
    width: 230px; }
  .bullet-wrap h2 .text {
    padding: 20px 0;
    float: left;
    width: 760px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 40px;
    font-size: 2.5rem; }
  .bullet-wrap .bullet-list {
    padding: 0 10px 0 220px;
    position: relative;
    top: -100px; }
    .bullet-wrap .bullet-list li {
      margin-bottom: 20px;
      padding-left: 1em;
      text-indent: -1.3em;
      line-height: 1.5em;
      font-size: 22px;
      font-size: 1.375rem; }
      .bullet-wrap .bullet-list li i {
        color: #ffd415; }
  #problem {
    background: url(../img/problem_background.jpg) no-repeat center bottom fixed #000000; }
    #problem .box-container {
      padding: 100px 50px 50px; }
    #problem .inner {
      color: #ffffff; }
      #problem .inner .problem_text {
        margin: -100px 0 0; }
  .normal .inner {
    position: relative; }
  .normal .image {
    position: absolute;
    top: -230px;
    right: -40px; }
  .normal .subHead {
    margin-bottom: 20px;
    width: 560px;
    line-height: 1.3em;
    font-weight: bold;
    color: #333333;
    font-size: 40px;
    font-size: 2.5rem; }
  .normal .box-container {
    padding: 100px 50px; }
  .normal .inner {
    padding: 50px 50px 20px 50px;
    background: white;
    -ms-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease; }
    .normal .inner:hover {
      -ms-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.3); }
  #sec01 {
    background: url(../img/sec01_background.jpg) no-repeat center top fixed; }
  #sec02 {
    background: url(../img/sec02_background.jpg) no-repeat center top fixed; }
  #profile {
    background: url(../img/profile_background.jpg) no-repeat center top fixed #000000; }
    #profile .box-container {
      padding: 100px; }
    #profile .profile-subHead {
      margin-bottom: 50px;
      text-align: center;
      font-weight: bold;
      color: #ffffff;
      font-size: 35px;
      font-size: 2.1875rem; }
      #profile .profile-subHead span {
        margin: 10px 0;
        display: block;
        color: #ff6000;
        font-size: 14px;
        font-size: 0.875rem;
        letter-spacing: 0.5em; }
    #profile .inner {
      margin-bottom: 20px;
      padding: 50px 50px 20px 50px;
      background: white; }
      #profile .inner .profile-infomation {
        margin-bottom: 30px; }
        #profile .inner .profile-infomation::after {
          content: "";
          display: block;
          clear: both; }
        #profile .inner .profile-infomation .img-l {
          float: left; }
        #profile .inner .profile-infomation .img-r {
          float: right; }
        #profile .inner .profile-infomation .img-l, #profile .inner .profile-infomation .img-r {
          width: 42%; }
        #profile .inner .profile-infomation .textarea-l {
          float: left; }
        #profile .inner .profile-infomation .textarea-r {
          float: right; }
        #profile .inner .profile-infomation .textarea-l, #profile .inner .profile-infomation .textarea-r {
          padding: 10% 50px 20px 50px;
          width: 58%;
          height: 432px;
          background: #eeeeee; }
        #profile .inner .profile-infomation .job, #profile .inner .profile-infomation .name {
          font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif; }
        #profile .inner .profile-infomation .job {
          margin-bottom: 30px;
          padding-bottom: 20px;
          font-weight: bold;
          line-height: 1.5em;
          font-size: 25px;
          font-size: 1.5625rem;
          border-bottom: 2px solid #ff6000; }
        #profile .inner .profile-infomation .name {
          font-weight: bold;
          line-height: 0.5em;
          font-size: 25px;
          font-size: 1.5625rem; }
          #profile .inner .profile-infomation .name .kanji {
            margin-bottom: 20px;
            line-height: 1em;
            font-size: 75px;
            font-size: 4.6875rem;
            display: block; }
      #profile .inner .result-list::after {
        content: "";
        display: block;
        clear: both; }
      #profile .inner .result-list li {
        margin-bottom: 20px;
        margin-right: 4%;
        float: left;
        width: 48%;
        border: 2px solid #444444; }
        #profile .inner .result-list li:nth-child(2n) {
          margin-right: 0; }
        #profile .inner .result-list li .result-aside {
          margin-bottom: 0;
          padding: 15px;
          color: #ffffff;
          line-height: 1.3em;
          background: #444444;
          background: -webkit-gradient(linear, left top, right top, color-stop(0%, #444444), color-stop(100%, #111111));
          background: -webkit-linear-gradient(left, #444444 0%, #111111 100%);
          background: linear-gradient(to right, #444444 0%, #111111 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 ); }
        #profile .inner .result-list li .result-img {
          border: 1px solid #cccccc; }
      #profile .inner .all_result {
        margin-bottom: 30px;
        border: 2px solid #ff1565; }
        #profile .inner .all_result .result-aside {
          margin-bottom: 0;
          padding: 15px;
          color: #ffffff;
          line-height: 1.1em;
          font-size: 40px;
          font-size: 2.5rem;
          background: #ff1565;
          background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ff1565), color-stop(100%, #ef0007));
          background: -webkit-linear-gradient(left, #ff1565 0%, #ef0007 100%);
          background: linear-gradient(to right, #ff1565 0%, #ef0007 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 ); }
          #profile .inner .all_result .result-aside span {
            line-height: 0em;
            font-size: 20px;
            font-size: 1.25rem; }
        #profile .inner .all_result .scroll {
          height: 500px;
          overflow-y: scroll; }
  #sec04 {
    background: url(../img/orange_background.jpg); }
    #sec04 .subHead {
      color: #ffffff; }
  #sec05 {
    background: url(../img/yellow_background.jpg); }
  #benefit {
    background: url(../img/benefit_background.jpg) no-repeat center center fixed #000000; }
    #benefit .box-container {
      padding: 100px 50px 50px; }
    #benefit .inner {
      color: #ffffff; }
  #sec08 {
    background: url(../img/sec08_background.jpg); }
    #sec08 .subHead {
      color: #ffffff; }
      #sec08 .subHead span {
        padding: 3px 5px;
        color: #000000;
        background: #e5b303; }
    #sec08 .inner {
      margin-bottom: 20px;
      position: relative; }
    #sec08 .change-icon {
      padding: 8px 12px;
      color: #000000;
      background: #e5b303;
      display: inline-block;
      width: 160px;
      text-align: center;
      font-weight: bold;
      font-size: 30px;
      font-size: 1.875rem;
      position: absolute;
      top: 50px; }
    #sec08 .change-subHead {
      margin-bottom: 10px;
      padding-left: 180px;
      font-weight: bold;
      line-height: 1.5em;
      font-size: 40px;
      font-size: 2.5rem;
      position: relative;
      top: -5px;
      z-index: 2000; }
  #target {
    background: url(../img/target_background.jpg) no-repeat center center fixed #000000; }
    #target .box-container {
      padding: 100px 50px 50px; }
    #target .inner {
      color: #ffffff; }
  #sec11 {
    background: url(../img/orange_background.jpg); }
    #sec11 .subHead {
      width: 100%;
      color: #ffffff; }
      #sec11 .subHead span {
        padding: 3px 5px;
        color: #000000;
        background: #e5b303; }
    #sec11 .inner {
      margin-bottom: 20px;
      position: relative; }
    #sec11 .prize-icon {
      margin-bottom: 10px;
      padding: 8px 12px;
      color: #ffffff;
      background: #ff6000;
      display: inline-block;
      text-align: center;
      font-weight: bold;
      font-size: 30px;
      font-size: 1.875rem; }
    #sec11 .prize-subHead {
      margin-bottom: 10px;
      font-weight: bold;
      line-height: 1.3em;
      font-size: 40px;
      font-size: 2.5rem;
      position: relative;
      z-index: 2000; }
  #sec12 {
    background: url(../img/sec12_background.jpg) no-repeat center center fixed; } }

@media screen and (max-width: 767px) {
  .timer {
    -webkit-animation: TimerFlash1 1s infinite;
            animation: TimerFlash1 1s infinite; }
  #gHeader #gHead-top {
    padding: 10px 15px;
    color: #ffffff;
    background: #222222;
    text-align: center;
    line-height: 1.5em;
    font-size: 16px;
    font-size: 1rem; }
    #gHeader #gHead-top span {
      display: block;
      font-weight: bold;
      line-height: 1.5em;
      font-size: 25px;
      font-size: 1.5625rem; }
  #gHeader #gHead-inner {
    padding: 5% 0;
    background: url(../img/sp_header_background_01.jpg) no-repeat center top;
    background-size: 200%; }
    #gHeader #gHead-inner #header_text_01 {
      margin-bottom: 5%; }
    #gHeader #gHead-inner #header_text_02 {
      margin-bottom: 5%; }
      #gHeader #gHead-inner #header_text_02::after {
        content: "";
        display: block;
        clear: both; }
      #gHeader #gHead-inner #header_text_02 li {
        margin-right: 2%;
        float: left;
        width: 48%; }
        #gHeader #gHead-inner #header_text_02 li:nth-child(2n) {
          margin-right: 0; }
  .cta-wrap .cta_background_02 {
    background: url(../img/cta_background_02.jpg) no-repeat center bottom #000000; }
    .cta-wrap .cta_background_02 .box-container {
      padding: 10% 3%; }
    .cta-wrap .cta_background_02 .cta_background_01 {
      background: url(../img/cta_background_01.png) no-repeat center bottom; }
      .cta-wrap .cta_background_02 .cta_background_01 .form-aoi {
        padding: 5%;
        background: #ffffff; }
        .cta-wrap .cta_background_02 .cta_background_01 .form-aoi input[type="text"] {
          margin-bottom: 5%;
          padding: 15px;
          width: 100%;
          border: 2px solid #e3ddbb;
          background: #fff8d2;
          font-size: 25px;
          font-size: 1.5625rem;
          border-radius: 10px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px; }
        .cta-wrap .cta_background_02 .cta_background_01 .form-aoi input[type="image"] {
          width: 100%; }
      .cta-wrap .cta_background_02 .cta_background_01 .pb {
        padding-bottom: 5%; }
      .cta-wrap .cta_background_02 .cta_background_01 .form {
        background: #ffffff; }
        .cta-wrap .cta_background_02 .cta_background_01 .form .cta-sp-text01 {
          padding: 3%;
          color: #ffffff;
          text-align: center;
          line-height: 1.3em;
          background: #333333;
          background: -webkit-gradient(linear, left top, right top, color-stop(0%, #333333), color-stop(100%, #111111));
          background: -webkit-linear-gradient(left, #333333 0%, #111111 100%);
          background: linear-gradient(to right, #333333 0%, #111111 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 ); }
        .cta-wrap .cta_background_02 .cta_background_01 .form .cta-sp-text02 {
          padding: 3%;
          color: #ffffff;
          text-align: center;
          font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
          font-weight: bold;
          line-height: 1.3em;
          font-size: 30px;
          font-size: 1.875rem; }
        .cta-wrap .cta_background_02 .cta_background_01 .form input[type="text"] {
          margin: 0% 3% 3%;
          padding: 3%;
          width: 94%;
          background: #eeeeee;
          border: none;
          font-size: 22px;
          font-size: 1.375rem; }
        .cta-wrap .cta_background_02 .cta_background_01 .form input[type="image"] {
          margin: 0% 3% 3%;
          width: 96%; }
        .cta-wrap .cta_background_02 .cta_background_01 .form .form-timer {
          padding: 3%;
          color: #ff6000;
          font-weight: bold;
          text-align: center;
          font-size: 20px;
          font-size: 1.25rem; }
          .cta-wrap .cta_background_02 .cta_background_01 .form .form-timer span {
            line-height: 1.5em;
            display: block; }
      .cta-wrap .cta_background_02 .cta_background_01 .form-gradation {
        display: none; }
      .cta-wrap .cta_background_02 .cta_background_01 .box-container .cta-digest {
        width: 100%;
        margin: 5% auto;
        background-color: rgba(255, 255, 255, 0.8);
        border: 1px solid #ccc;
        padding: 10px;
        text-align: center; }
        .cta-wrap .cta_background_02 .cta_background_01 .box-container .cta-digest h2 {
          width: 100%;
          margin: 0 auto;
          background-color: #c70600;
          padding: 12px 0 4px;
          color: #fff;
          font-size: 1em; }
        .cta-wrap .cta_background_02 .cta_background_01 .box-container .cta-digest .videoWrap {
          background-color: #c70600;
          padding: 8px; }
      .cta-wrap .cta_background_02 .cta_background_01 .box-container .cta_seminar {
        margin-bottom: 5%; }
  .bullet-wrap h2 .subHead-icon {
    text-align: center; }
  .bullet-wrap h2 .text {
    padding: 3% 0;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    font-size: 28px;
    font-size: 1.75rem; }
    .bullet-wrap h2 .text br {
      display: none; }
  .bullet-wrap .bullet-list {
    padding: 5%; }
    .bullet-wrap .bullet-list li {
      margin-bottom: 3%;
      padding-bottom: 3%;
      border-bottom: 1px dotted #ffffff;
      line-height: 1.5em;
      font-size: 18px;
      font-size: 1.125rem; }
      .bullet-wrap .bullet-list li br {
        display: none; }
      .bullet-wrap .bullet-list li i {
        color: #ffd415; }
  #problem {
    background: url(../img/problem_background.jpg) no-repeat center bottom #000000;
    background-size: cover; }
    #problem .box-container {
      padding: 10% 3%; }
    #problem .inner {
      color: #ffffff; }
  .normal .image {
    margin-bottom: 3%;
    text-align: center; }
  .normal .subHead {
    margin-bottom: 3%;
    line-height: 1.3em;
    font-weight: bold;
    text-align: center;
    color: #333333;
    font-size: 25px;
    font-size: 1.5625rem; }
    .normal .subHead br {
      display: none; }
  .normal .box-container {
    padding: 10% 3%; }
  .normal .inner {
    padding: 5% 5% 2% 5%;
    background: white;
    -ms-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2); }
  #sec01 {
    background: url(../img/sec01_background.jpg) no-repeat center top;
    background-size: cover; }
  #sec02 {
    background: url(../img/sec02_background.jpg) no-repeat center top;
    background-size: cover; }
  #profile {
    background: #111111;
    background-size: cover; }
    #profile .box-container {
      padding: 10% 3%; }
    #profile .profile-subHead {
      margin-bottom: 5%;
      text-align: center;
      font-weight: bold;
      color: #ffffff;
      font-size: 35px;
      font-size: 2.1875rem; }
      #profile .profile-subHead span {
        margin: 10px 0;
        display: block;
        color: #ff6000;
        font-size: 14px;
        font-size: 0.875rem;
        letter-spacing: 0.5em; }
    #profile .inner {
      margin-bottom: 3%;
      padding: 5% 5% 2% 5%;
      background: white; }
      #profile .inner .profile-infomation {
        margin-bottom: 3%; }
        #profile .inner .profile-infomation .img-l, #profile .inner .profile-infomation .img-r {
          width: 100%; }
        #profile .inner .profile-infomation .textarea-l, #profile .inner .profile-infomation .textarea-r {
          padding: 5% 5% 2% 5%;
          width: 100%;
          background: #eeeeee; }
        #profile .inner .profile-infomation .job, #profile .inner .profile-infomation .name {
          font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
          text-align: center; }
        #profile .inner .profile-infomation .job {
          margin-bottom: 4%;
          padding-bottom: 3%;
          font-weight: bold;
          line-height: 1.3em;
          font-size: 18px;
          font-size: 1.125rem;
          border-bottom: 2px solid #ff6000; }
        #profile .inner .profile-infomation .name {
          padding-bottom: 5%;
          font-weight: bold;
          line-height: 0.5em;
          font-size: 18px;
          font-size: 1.125rem; }
          #profile .inner .profile-infomation .name .kanji {
            margin-bottom: 3%;
            line-height: 1.2em;
            font-size: 50px;
            font-size: 3.125rem;
            display: block; }
      #profile .inner .result-list::after {
        content: "";
        display: block;
        clear: both; }
      #profile .inner .result-list li {
        margin-bottom: 3%;
        border: 2px solid #444444; }
        #profile .inner .result-list li .result-aside {
          margin-bottom: 0;
          padding: 5%;
          color: #ffffff;
          line-height: 1.3em;
          background: #444444;
          background: -webkit-gradient(linear, left top, right top, color-stop(0%, #444444), color-stop(100%, #111111));
          background: -webkit-linear-gradient(left, #444444 0%, #111111 100%);
          background: linear-gradient(to right, #444444 0%, #111111 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 ); }
        #profile .inner .result-list li .result-img {
          border: 1px solid #cccccc; }
      #profile .inner .all_result {
        margin-bottom: 3%;
        border: 2px solid #ff1565; }
        #profile .inner .all_result .result-aside {
          margin-bottom: 0;
          padding: 5%;
          color: #ffffff;
          line-height: 1.3em;
          background: #ff1565;
          background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ff1565), color-stop(100%, #ef0007));
          background: -webkit-linear-gradient(left, #ff1565 0%, #ef0007 100%);
          background: linear-gradient(to right, #ff1565 0%, #ef0007 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 ); }
        #profile .inner .all_result .scroll {
          height: 200px;
          overflow-y: scroll; }
  #sec04 {
    background: url(../img/orange_background.jpg); }
    #sec04 .subHead {
      color: #ffffff; }
  #sec05 {
    background: url(../img/yellow_background.jpg); }
  #benefit {
    background: url(../img/benefit_background.jpg) no-repeat center center #000000;
    background-size: cover; }
    #benefit .box-container {
      padding: 10% 3%; }
    #benefit .inner {
      color: #ffffff; }
  #sec08 {
    background: url(../img/sec08_background.jpg); }
    #sec08 .subHead {
      color: #ffffff; }
      #sec08 .subHead span {
        color: #e5b303;
        font-weight: bold; }
    #sec08 .change-icon {
      margin-bottom: 3%;
      padding: 8px 12px;
      color: #000000;
      background: #e5b303;
      text-align: center;
      font-weight: bold;
      font-size: 30px;
      font-size: 1.875rem;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px; }
    #sec08 .change-subHead {
      margin-bottom: 3%;
      font-weight: bold;
      line-height: 1.5em;
      text-align: center;
      font-size: 28px;
      font-size: 1.75rem; }
      #sec08 .change-subHead br {
        display: none; }
  #target {
    background: url(../img/target_background.jpg) no-repeat center center #000000;
    background-size: cover; }
    #target .box-container {
      padding: 10% 3%; }
    #target .inner {
      color: #ffffff; }
  #sec11 {
    background: url(../img/orange_background.jpg); }
    #sec11 .subHead {
      width: 100%;
      color: #ffffff; }
    #sec11 .inner {
      margin-bottom: 20px;
      position: relative; }
    #sec11 .prize-icon {
      margin-bottom: 3%;
      padding: 8px 12px;
      color: #ffffff;
      background: #ff6000;
      text-align: center;
      font-weight: bold;
      font-size: 30px;
      font-size: 1.875rem;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px; }
    #sec11 .prize-subHead {
      margin-bottom: 3%;
      font-weight: bold;
      line-height: 1.5em;
      text-align: center;
      font-size: 28px;
      font-size: 1.75rem; }
      #sec11 .prize-subHead br {
        display: none; }
  #sec12 {
    background: url(../img/sec12_background.jpg) no-repeat center center;
    background-size: cover; } }

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

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

body {
  color: #222222;
  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; }

.videoWrap {
  margin: 0 auto;
  max-width: 730px; }
  .videoWrap .video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
    .videoWrap .video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.list li {
  margin-bottom: 3%; }

.list01, .list02, .list03 {
  padding: 3%; }
  .list01 li, .list02 li, .list03 li {
    margin-bottom: 3%;
    font-weight: bold;
    line-height: 1.6em; }
    .list01 li:last-child, .list02 li:last-child, .list03 li:last-child {
      margin-bottom: 0; }
    .list01 li i, .list02 li i, .list03 li i {
      margin-right: 5px;
      font-size: 20px;
      font-size: 1.25rem; }

.list01 {
  border: 1px dotted #ff6000; }
  .list01 li i {
    color: #ff6000; }

.list02 {
  background: #FFB88C;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #FFB88C), color-stop(100%, #DE6262));
  background: -webkit-linear-gradient(left, #FFB88C 0%, #DE6262 100%);
  background: linear-gradient(to right, #FFB88C 0%, #DE6262 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 ); }
  .list02 li {
    color: #333333; }
    .list02 li i {
      color: #333333; }

.list03 {
  background: #12FFF7;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #12FFF7), color-stop(100%, #B3FFAB));
  background: -webkit-linear-gradient(left, #12FFF7 0%, #B3FFAB 100%);
  background: linear-gradient(to right, #12FFF7 0%, #B3FFAB 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 ); }
  .list03 li {
    color: #333333; }
    .list03 li i {
      color: #333333; }

.tooltip.top .tooltip-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ff6000 !important; }

.tooltip.left .tooltip-arrow {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ff6000 !important; }

.tooltip.bottom .tooltip-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ff6000 !important; }

.tooltip.right .tooltip-arrow {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #ff6000 !important; }

.tooltip-inner {
  background: #ff6000 !important; }

@media screen and (min-width: 768px) {
  .sp {
    display: none; }
  .box-container {
    margin: 0 auto;
    max-width: 1100px; }
  .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; }
  #gHeader .timer {
    padding: 15px 0;
    text-align: center; }
    #gHeader .timer .timerInner {
      line-height: 1.5em;
      letter-spacing: 0.05em;
      font-size: 22px;
      font-size: 1.375rem; }
      #gHeader .timer .timerInner .CountDownTimer {
        font-size: 30px;
        font-size: 1.875rem; }
  #wrapper::after {
    content: "";
    display: block;
    clear: both; }
  #main {
    width: 100%; }
    #main p {
      margin-bottom: 30px;
      line-height: 1.7em;
      font-size: 16px;
      font-size: 1rem; }
    #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%; }
  #pageTopArea #page-top {
    position: fixed;
    bottom: 20px;
    right: 20px; }
    #pageTopArea #page-top a {
      padding: 8% 4%;
      display: block;
      width: 150px;
      text-align: center;
      text-decoration: none;
      background: #ff6000;
      border: 1px solid #ff6000;
      color: #ffffff;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      box-shadow: 0 5px 0 0 #990000;
      position: relative;
      top: 0; }
      #pageTopArea #page-top a:hover {
        background: none;
        color: #ff6000; }
  #gFooter {
    font-size: 13px;
    font-size: 0.8125rem; }
    #gFooter #gFooter-bottom {
      padding: 15px 0; }
      #gFooter #gFooter-bottom::after {
        content: "";
        display: block;
        clear: both; }
      #gFooter #gFooter-bottom #copyRight {
        float: left;
        width: 30%; }
      #gFooter #gFooter-bottom #footerNav {
        float: right;
        width: 70%; }
        #gFooter #gFooter-bottom #footerNav li:after {
          margin-left: 5px;
          content: "｜";
          color: #ffffff; }
        #gFooter #gFooter-bottom #footerNav li:last-child:after {
          content: none; }
        #gFooter #gFooter-bottom #footerNav a {
          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; } }

@media screen and (max-width: 767px) {
  .box-container {
    padding: 0 3%; }
  .pc {
    display: none; }
  .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; }
  #gHeader .timer {
    padding: 3% 0;
    text-align: center; }
    #gHeader .timer .timerInner {
      line-height: 1.5em;
      font-size: 14px;
      font-size: 0.875rem; }
      #gHeader .timer .timerInner .CountDownTimer {
        padding-top: 3px;
        display: block;
        font-size: 22px;
        font-size: 1.375rem; }
  #main {
    width: 100%; }
    #main p {
      margin-bottom: 5%;
      line-height: 1.7em;
      font-size: 16px;
      font-size: 1rem; }
      #main p br {
        display: none; }
    #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; }
  #page-top {
    text-align: center; }
    #page-top a {
      padding: 3%;
      width: 100%;
      display: block;
      text-decoration: none;
      background: #ff6000;
      color: #ffffff; }
  #gFooter {
    font-size: 13px;
    font-size: 0.8125rem; }
    #gFooter #gFooter-bottom {
      text-align: center; }
      #gFooter #gFooter-bottom #copyRight {
        padding: 3%; }
      #gFooter #gFooter-bottom #footerNav li {
        border-bottom: 1px dotted #ffffff; }
        #gFooter #gFooter-bottom #footerNav li:last-child {
          border-bottom: none; }
      #gFooter #gFooter-bottom #footerNav a {
        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; } }

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

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

#modal-content {
  margin: 0 auto;
  padding: 0px 0px 30px;
  border: 5px solid #fff;
  background: #fff;
  position: fixed;
  display: none;
  min-width: 800px;
  min-height: 580px;
  position: fixed;
  top: 5%;
  left: 50%;
  margin-left: -390px;
  z-index: 4000; }
  #modal-content #exitPop {
    margin-bottom: 20px;
    width: 800px;
    min-height: 580px; }
  #modal-content .EP_back {
    background: url(../img/ep/EP_back.jpg) no-repeat center top; }
  #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: 4001; }

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

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

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

/*
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, -5px, 15px, 0px, #dddddd);

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

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

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

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

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

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

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

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

■グラデーション
@include gradient($gradation_end,$mainColor,horizontal);
@include gradient($white,#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();

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


*/
