@charset "UTF-8";
@media screen and (max-width: 767px) {
  /* line 25,  */
  #modal {
    display: none; }
  /* line 29,  */
  .btn-green2 {
    margin: 0 auto;
    padding: 0 0% 5%;
    width: 90%; }
  /* line 34,  */
  .btn-green2 a {
    margin: 0 auto;
    padding: 3% 5% 5%;
    width: 100%;
    font-size: 24px;
    color: #fff;
    line-height: 120%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
    background-color: #1ca800;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
    border-radius: 100px;
    box-shadow: 0 10px 0 #176802;
    text-shadow: 0 1px 0 #333;
    transition: all .3s ease;
    cursor: pointer; }
  /* line 55,  */
  .btn-green2 a:hover {
    box-shadow: none;
    transform: translate3d(0, 10px, 0); }
  /* line 59,  */
  .btn-green2 a span {
    font-weight: bold; }
  /* line 62,  */
  .btn-green2 a .small {
    font-size: 13px;
    line-height: 100%;
    font-weight: normal; }
  /* line 69,  */
  .btn-red2 {
    margin: 0 auto;
    padding: 0 0% 5%;
    width: 90%; }
  /* line 74,  */
  .btn-red2 a {
    margin: 0 auto;
    padding: 3% 5% 5%;
    width: 100%;
    font-size: 24px;
    color: #fff;
    line-height: 120%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
    background-color: #ff3333;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #ff3333 0%, #c62c2c 100%);
    border-radius: 100px;
    box-shadow: 0 10px 0 #7f1c1c;
    text-shadow: 0 1px 0 #333;
    transition: all .3s ease;
    cursor: pointer; }
  /* line 95,  */
  .btn-red2 a:hover {
    box-shadow: none;
    transform: translate3d(0, 10px, 0); }
  /* line 99,  */
  .btn-red2 a span {
    font-weight: bold; }
  /* line 102,  */
  .btn-red2 a .small {
    font-size: 13px;
    line-height: 100%;
    font-weight: normal; }
  /* line 109,  */
  .btn-blue2 {
    margin: 0 auto;
    padding: 0 0 5%;
    width: 100%; }
  /* line 114,  */
  .btn-blue2 a {
    margin: 0 auto;
    padding: 3% 5% 5%;
    width: 100%;
    font-size: 24px;
    color: #fff;
    line-height: 120%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
    background-color: #0000ff;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #0000ff 0%, #0000ce 100%);
    border-radius: 100px;
    box-shadow: 0 10px 0 #000070;
    text-shadow: 0 1px 0 #333;
    transition: all .3s ease;
    cursor: pointer; }
  /* line 135,  */
  .btn-blue2 a:hover {
    box-shadow: none;
    transform: translate3d(0, 10px, 0); }
  /* line 139,  */
  .btn-blue2 a span {
    font-weight: bold; }
  /* line 142,  */
  .btn-blue2 a .small {
    font-size: 13px;
    line-height: 100%;
    font-weight: normal; }
  /* line 149,  */
  .attention {
    margin: 0 auto;
    padding: 30px 30px 1px;
    text-align: left;
    background: #fff; }
  /* line 157,  */
  .attention dt {
    margin-bottom: 10px;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px dotted #333;
    border-left: 3px solid #900; }
  /* line 166,  */
  .attention dd {
    margin-bottom: 30px; }
  /* line 169,  */
  .attention p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 160%; }
  /* line 175,  */
  .attention .ifrm-container {
    width: 100%;
    height: 100px;
    overflow-y: overlay;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
    border: solid 1px #bbb; }
  /* line 183,  */
  .aside {
    margin: 0 auto; }
  /* line 190,  */
  .aside .consulting {
    background: #ff9300; }
  /* line 193,  */
  .aside .consulting .operator {
    padding: 10px 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #000;
    margin: 0; }
  /* line 202,  */
  .tel {
    margin: 0 auto 20px;
    padding: 22px;
    text-align: center;
    text-decoration: underline;
    color: #FFF;
    display: block;
    font-size: 20px;
    font-weight: bold; }
  /* line 212,  */
  .headerTimer {
    padding: 1% 5%;
    width: 100%;
    text-align: center;
    background: #0021e9;
    background-image: -moz-linear-gradient(0deg, #0021e9 0%, #14aef2 99%);
    background-image: -webkit-linear-gradient(0deg, #0021e9 0%, #14aef2 99%);
    background-image: -ms-linear-gradient(0deg, #0021e9 0%, #14aef2 99%); }
  /* line 221,  */
  .headerTimerText {
    margin-bottom: 0;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2; }
  /* line 230,  */
  .headerTimerEndLink {
    margin: 0;
    display: block;
    margin: 10px auto;
    padding: 20px;
    width: 90%;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    background: #fff;
    transition: all .3s ease;
    border-radius: 10px; }
  /* line 245,  */
  .headerTimerEndLink:hover {
    color: #FFF;
    background: #000; }
  /* line 256,  */
  #btn-float {
    padding: 0;
    width: 100%;
    position: fixed;
    bottom: 5px; }
  /* line 263,  */
  #btn-float a {
    display: block;
    background-color: #1ca800;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
    margin: 10px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 22px;
    box-shadow: 0 8px 0 #176802;
    line-height: 50px;
    font-weight: 800;
    letter-spacing: -0.05em;
    text-shadow: 0px 1px 0px #333;
    transition: all .3s ease;
    cursor: pointer; }
  /* line 286,  */
  #btn-float i {
    font-size: 30px;
    display: inline; }
  /* line 294,  */
  #btn-float a:hover {
    box-shadow: none;
    transform: translate3d(0, 8px, 0); }
  /* line 299,  */
  #global-footer {
    text-align: center;
    background: #fff; }
  /* line 304,  */
  #global-footer li {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 5vw;
    color: #fff;
    background: #333;
    border-bottom: 1px dotted #fff; }
  /* line 312,  */
  #global-footer a {
    padding: 5%;
    color: #fff;
    display: block; }
  /* line 317,  */
  .copyright {
    padding: 3%;
    color: #000;
    background: #fff; }
  /* line 322,  */
  .gFooter ul li {
    list-style: none;
    border-bottom: 1px solid #666; }
  /* line 328,  */
  .headerTimer {
    padding: 5% 0;
    width: 100%;
    text-align: center;
    background: #0021e9;
    background-image: -moz-linear-gradient(0deg, #0021e9 0%, #14aef2 99%);
    background-image: -webkit-linear-gradient(0deg, #0021e9 0%, #14aef2 99%);
    background-image: -ms-linear-gradient(0deg, #0021e9 0%, #14aef2 99%); }
  /* line 337,  */
  .headerTimerText {
    margin-bottom: 0;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2; }
  /* line 346,  */
  .headerTimerText:last-of-type {
    margin: 0; }
  /* line 351,  */
  .headerTimerEndLink {
    margin: 0;
    display: block;
    margin: 10px auto;
    padding: 20px;
    width: 90%;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    background: #fff;
    transition: all .3s ease;
    border-radius: 10px; }
  /* line 366,  */
  .timer {
    margin: 0 auto 0px;
    padding: 5%;
    text-align: center;
    background: #b303bf;
    background-image: -moz-linear-gradient(0deg, #b303bf 0%, #3a4be1 53%, #0d89b5 99%);
    background-image: -webkit-linear-gradient(0deg, #b303bf 0%, #3a4be1 53%, #0d89b5 99%);
    background-image: -ms-linear-gradient(0deg, #b303bf 0%, #3a4be1 53%, #0d89b5 99%); }
  /* line 376,  */
  .timerText {
    margin-bottom: 5% !important;
    font-size: 24px;
    color: #FFF;
    font-weight: bold;
    line-height: 180%; }
  /* line 383,  */
  .timerLink {
    margin: 0 auto;
    padding: 7% 5%;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    background: #fff;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 10px; }
  /* line 397,  */
  .timerLink:hover {
    background: #000;
    border: 1px solid #FFF;
    color: #FFF; }
  /* line 404,  */
  .checkList {
    background-color: white;
    margin-bottom: 5%;
    padding: 10px 10px;
    color: #000; }
  /* line 411,  */
  .checkListItem {
    padding: 5px 0 5px 25px;
    line-height: 1.4;
    font-weight: bold;
    position: relative;
    font-size: 18px; }
  /* line 419,  */
  .checkListItem::after {
    display: block;
    content: '';
    position: absolute;
    top: 12px;
    left: 0px;
    width: 20px;
    height: 8px;
    border-left: 2px solid #db0000;
    border-bottom: 2px solid #db0000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  /* line 433,  */
  .ListPink {
    margin-bottom: 5%;
    padding: 0 10px 10px;
    background: #0021e9;
    background-image: -moz-linear-gradient(0deg, #0021e9 0%, #14aef2 99%);
    background-image: -webkit-linear-gradient(0deg, #0021e9 0%, #14aef2 99%);
    background-image: -ms-linear-gradient(0deg, #0021e9 0%, #14aef2 99%); }
  /* line 445,  */
  .ListPinkItem {
    padding: 5px 0 5px 25px;
    line-height: 1.4;
    color: #FFF;
    font-weight: bold;
    position: relative; }
  /* line 454,  */
  .ListPinkItem::after {
    display: block;
    content: '';
    position: absolute;
    top: 12px;
    left: 0px;
    width: 16px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  /* line 467,  */
  .pre {
    margin: 0 auto;
    padding: 5%;
    width: 100%;
    text-align: center;
    background: #fff;
    border-top: 2px solid #000; }
  /* line 475,  */
  .pre p {
    margin-bottom: 0 !important;
    font-size: 20px;
    font-weight: bold;
    line-height: 120%;
    color: #333 !important;
    letter-spacing: -.05em; }
  /* line 483,  */
  .pre p span {
    font-weight: bold;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    color: #900;
    font-size: 30px; } }

@media screen and (min-width: 768px) {
  /* line 502,  */
  .btn-green2 {
    margin: 0 auto;
    padding: 0 5% 3%;
    width: 1000px; }
  /* line 507,  */
  .btn-green2 a {
    margin: 0 auto;
    padding: 40px 20px;
    width: 100%;
    font-size: 44px;
    color: #fff;
    line-height: 120%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
    background-color: #1ca800;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
    border-radius: 100px;
    box-shadow: 0 20px 0 #176802;
    text-shadow: 0 1px 0 #333;
    transition: all .3s ease;
    cursor: pointer; }
  /* line 528,  */
  .btn-green2 a:hover {
    box-shadow: none;
    transform: translate3d(0, 20px, 0); }
  /* line 532,  */
  .btn-green2 a span {
    font-weight: bold; }
  /* line 535,  */
  .btn-green2 a .small {
    font-size: 24px;
    line-height: 100%;
    font-weight: normal; }
  /* line 542,  */
  .btn-red2 {
    margin: 0 auto;
    padding: 0 5% 3%;
    width: 1000px; }
  /* line 547,  */
  .btn-red2 a {
    margin: 0 auto;
    padding: 30px;
    width: 100%;
    font-size: 60px;
    color: #fff;
    line-height: 120%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
    background-color: #ff3333;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #ff3333 0%, #c62c2c 100%);
    border-radius: 100px;
    box-shadow: 0 20px 0 #7f1c1c;
    text-shadow: 0 1px 0 #333;
    transition: all .3s ease;
    cursor: pointer; }
  /* line 568,  */
  .btn-red2 a:hover {
    box-shadow: none;
    transform: translate3d(0, 20px, 0); }
  /* line 572,  */
  .btn-red2 a span {
    font-weight: bold; }
  /* line 575,  */
  .btn-red2 a .small {
    font-size: 24px;
    line-height: 100%;
    font-weight: normal; }
  /* line 581,  */
  .btn-blue2 {
    margin: 0 auto;
    padding: 0 5% 3%;
    width: 800px; }
  /* line 586,  */
  .btn-blue2 a {
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    font-size: 44px;
    color: #fff;
    line-height: 120%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
    background-color: #0000ff;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #0000ff 0%, #0000ce 100%);
    border-radius: 100px;
    box-shadow: 0 20px 0 #000070;
    text-shadow: 0 1px 0 #333;
    transition: all .3s ease;
    cursor: pointer; }
  /* line 607,  */
  .btn-blue2 a:hover {
    box-shadow: none;
    transform: translate3d(0, 20px, 0); }
  /* line 611,  */
  .btn-blue2 a span {
    font-weight: bold; }
  /* line 614,  */
  .btn-blue2 a .small {
    font-size: 24px;
    line-height: 100%;
    font-weight: normal; }
  /* line 620,  */
  .attention {
    margin: 0 auto 30px;
    padding: 30px 30px 1px;
    max-width: 900px;
    text-align: left;
    background: #fff;
    border: 1px dotted #333; }
  /* line 628,  */
  .attention dt {
    margin-bottom: 10px;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px dotted #333;
    border-left: 3px solid #900; }
  /* line 637,  */
  .attention dd {
    margin-bottom: 30px; }
  /* line 640,  */
  .attention p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 160%; }
  /* line 646,  */
  .attention .ifrm-container {
    width: 100%;
    height: 100px;
    overflow-y: overlay;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
    border: solid 1px #bbb; }
  /* line 654,  */
  .aside {
    margin: 0 auto;
    max-width: 900px; }
  /* line 661,  */
  .aside .consulting {
    background: #ff9300; }
  /* line 664,  */
  .aside .consulting .operator {
    padding: 10px 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #000; }
  /* line 672,  */
  .iframe {
    width: 100%; }
  /* line 675,  */
  .tel {
    margin: 0 auto 20px;
    padding: 22px;
    text-align: center;
    text-decoration: underline;
    color: #FFF;
    display: block;
    font-size: 26px;
    font-weight: bold; }
  /* line 686,  */
  #btn-float {
    padding: 0;
    width: 180px;
    position: fixed;
    right: 35px;
    bottom: 20px; }
  /* line 693,  */
  #btn-float a {
    display: block;
    background-color: #1ca800;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
    width: 200px;
    height: 70px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 18px;
    box-shadow: 0 8px 0 #176802;
    line-height: 30px;
    font-weight: 800;
    letter-spacing: -0.05em;
    text-shadow: 0px 1px 0px #333;
    transition: all .3s ease;
    cursor: pointer; }
  /* line 715,  */
  #btn-float i {
    font-size: 30px;
    display: inline; }
  /* line 723,  */
  #btn-float a:hover {
    box-shadow: none;
    transform: translate3d(0, 8px, 0); }
  /* line 728,  */
  #global-footer {
    padding: 10px 0;
    overflow: hidden;
    background: #333; }
  /* line 734,  */
  #global-footer .inner {
    margin: 0 auto;
    width: 900px; }
  /* line 738,  */
  #global-footer-navi {
    padding-right: 10px;
    overflow: hidden;
    border-right: 1px solid #fff;
    float: right; }
  /* line 745,  */
  #global-footer-navi li {
    margin: 0 0 0 10px;
    padding-left: 10px;
    font-size: 10px;
    list-style: none;
    border-left: 1px solid #fff;
    float: left; }
  /* line 754,  */
  #global-footer p {
    margin-bottom: 0;
    font-size: 10px;
    color: #fff;
    float: left; }
  /* line 762,  */
  #global-footer-navi li a {
    color: #fff; }
  /* line 768,  */
  .headerTimer {
    padding: 1% 0;
    width: 100%;
    text-align: center;
    background: #0021e9;
    background-image: -moz-linear-gradient(0deg, #0021e9 0%, #14aef2 99%);
    background-image: -webkit-linear-gradient(0deg, #0021e9 0%, #14aef2 99%);
    background-image: -ms-linear-gradient(0deg, #0021e9 0%, #14aef2 99%); }
  /* line 777,  */
  .headerTimerText {
    margin: 0;
    padding: 20px;
    border-radius: 20px;
    display: inline-block;
    color: #FFF;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4; }
  /* line 789,  */
  .headerTimerEndLink {
    display: block;
    padding: 20px;
    width: 50%;
    font-size: 25px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    background: #fff;
    transition: all .3s ease;
    border-radius: 10px;
    margin: 0 auto; }
  /* line 803,  */
  .headerTimerEndLink:hover {
    display: block;
    padding: 20px;
    width: 50%;
    font-size: 25px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    background: #000;
    transition: all .3s ease;
    border-radius: 10px;
    margin: 0 auto; }
  /* line 817,  */
  .timerEndLink:last-child {
    margin: 0 auto; }
  /* line 822,  */
  .timer {
    margin: 3em auto 0px;
    padding: 20px 0 20px;
    width: 680px;
    text-align: center;
    background: #0021e9;
    background-image: -moz-linear-gradient(0deg, #0021e9 0%, #14aef2 99%);
    background-image: -webkit-linear-gradient(0deg, #0021e9 0%, #14aef2 99%);
    background-image: -ms-linear-gradient(0deg, #0021e9 0%, #14aef2 99%); }
  /* line 833,  */
  .timerText {
    margin-bottom: 5px !important;
    font-size: 32px;
    color: #FFF;
    font-weight: bold;
    line-height: 180%; }
  /* line 840,  */
  .timerLink {
    margin: 10px auto;
    padding: 20px;
    width: 90%;
    font-size: 25px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    background: #fff;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 10px; }
  /* line 854,  */
  .timerLink:hover {
    background: #000;
    border: 1px solid #FFF;
    color: #FFF; }
  /* line 862,  */
  .checkList {
    background-color: white;
    margin-bottom: 5%;
    padding: 20px 30px 20px 30px;
    color: #000; }
  /* line 869,  */
  .checkListItem {
    padding: 5px 0 5px 5px;
    line-height: 1.8;
    font-weight: bold;
    position: relative;
    font-size: 20px; }
  /* line 891,  */
  .ListPink {
    margin-bottom: 5%;
    padding: 20px;
    background: #0021e9;
    background-image: -moz-linear-gradient(0deg, #0021e9 0%, #14aef2 99%);
    background-image: -webkit-linear-gradient(0deg, #0021e9 0%, #14aef2 99%);
    background-image: -ms-linear-gradient(0deg, #0021e9 0%, #14aef2 99%);
    border-radius: 10px; }
  /* line 900,  */
  .ListPinkItem {
    padding: 5px 0 5px 25px;
    line-height: 1.4;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    position: relative; }
  /* line 923,  */
  .pre {
    margin: 0 auto;
    padding: 5%;
    width: 100%;
    text-align: center;
    background: #fff;
    border-top: 2px solid #000; }
  /* line 931,  */
  .pre p {
    margin-bottom: 0 !important;
    font-size: 50px;
    font-weight: bold;
    line-height: 120%;
    color: #333 !important;
    letter-spacing: -.05em; }
  /* line 939,  */
  .pre p span {
    font-weight: bold;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    color: #900;
    font-size: 70px; } }

/*# sourceMappingURL=parts.css.map */