@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;
    font-family: 'Noto Sans JP', sans-serif; }
  /* line 56,  */
  .btn-green2 a:hover {
    box-shadow: none;
    transform: translate3d(0, 10px, 0); }
  /* line 60,  */
  .btn-green2 a span {
    font-weight: bold; }
  /* line 63,  */
  .btn-green2 a .small {
    font-size: 13px;
    line-height: 100%;
    font-weight: normal; }
  /* line 70,  */
  .btn-red2 {
    margin: 0 auto;
    padding: 0 0% 5%;
    width: 90%; }
  /* line 75,  */
  .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 96,  */
  .btn-red2 a:hover {
    box-shadow: none;
    transform: translate3d(0, 10px, 0); }
  /* line 100,  */
  .btn-red2 a span {
    font-weight: bold; }
  /* line 103,  */
  .btn-red2 a .small {
    font-size: 13px;
    line-height: 100%;
    font-weight: normal; }
  /* line 110,  */
  .btn-blue2 {
    margin: 0 auto;
    padding: 0 0 5%;
    width: 100%; }
  /* line 115,  */
  .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 136,  */
  .btn-blue2 a:hover {
    box-shadow: none;
    transform: translate3d(0, 10px, 0); }
  /* line 140,  */
  .btn-blue2 a span {
    font-weight: bold; }
  /* line 143,  */
  .btn-blue2 a .small {
    font-size: 13px;
    line-height: 100%;
    font-weight: normal; }
  /* line 150,  */
  .attention {
    margin: 0 auto;
    padding: 30px 30px 1px;
    text-align: left;
    background: #fff; }
  /* line 158,  */
  .attention dt {
    margin-bottom: 10px;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px dotted #333;
    border-left: 3px solid #900; }
  /* line 167,  */
  .attention dd {
    margin-bottom: 30px; }
  /* line 170,  */
  .attention p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 160%; }
  /* line 176,  */
  .attention .ifrm-container {
    width: 100%;
    height: 100px;
    overflow-y: overlay;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
    border: solid 1px #bbb; }
  /* line 184,  */
  .aside {
    margin: 0 auto; }
  /* line 191,  */
  .aside .consulting {
    background: #ff9300; }
  /* line 194,  */
  .aside .consulting .operator {
    padding: 10px 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #000;
    margin: 0; }
  /* line 203,  */
  .tel {
    margin: 0 auto 20px;
    padding: 22px;
    text-align: center;
    text-decoration: underline;
    color: #FFF;
    display: block;
    font-size: 20px;
    font-weight: bold; }
  /* line 213,  */
  .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 222,  */
  .headerTimerText {
    margin-bottom: 0;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2; }
  /* line 231,  */
  .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 246,  */
  .headerTimerEndLink:hover {
    color: #FFF;
    background: #000; }
  /* line 257,  */
  #btn-float {
    padding: 0;
    width: 100%;
    position: fixed;
    bottom: 5px; }
  /* line 264,  */
  #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 287,  */
  #btn-float i {
    font-size: 30px;
    display: inline; }
  /* line 295,  */
  #btn-float a:hover {
    box-shadow: none;
    transform: translate3d(0, 8px, 0); }
  /* line 300,  */
  #global-footer {
    text-align: center;
    background: #fff; }
  /* line 305,  */
  #global-footer li {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 5vw;
    color: #fff;
    background: #333;
    border-bottom: 1px dotted #fff; }
  /* line 313,  */
  #global-footer a {
    padding: 5%;
    color: #fff;
    display: block; }
  /* line 318,  */
  .copyright {
    padding: 3%;
    color: #000;
    background: #fff; }
  /* line 323,  */
  .gFooter ul li {
    list-style: none;
    border-bottom: 1px solid #666; }
  /* line 329,  */
  .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 338,  */
  .headerTimerText {
    margin-bottom: 0;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2; }
  /* line 347,  */
  .headerTimerText:last-of-type {
    margin: 0; }
  /* line 352,  */
  .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 367,  */
  .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 377,  */
  .timerText {
    margin-bottom: 5% !important;
    font-size: 24px;
    color: #FFF;
    font-weight: bold;
    line-height: 180%; }
  /* line 384,  */
  .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 398,  */
  .timerLink:hover {
    background: #000;
    border: 1px solid #FFF;
    color: #FFF; }
  /* line 405,  */
  .checkList {
    background-color: white;
    margin-bottom: 5%;
    padding: 10px 10px;
    color: #000; }
  /* line 412,  */
  .checkListItem {
    padding: 5px 0 5px 25px;
    line-height: 1.4;
    font-weight: bold;
    position: relative;
    font-size: 18px; }
  /* line 420,  */
  .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 434,  */
  .colorList {
    margin-bottom: 5%;
    padding: 10px 10px 10px;
    background: #ce9700;
    background-image: -moz-linear-gradient(0deg, #ce9700 0%, #7b5605 99%);
    background-image: -webkit-linear-gradient(0deg, #ce9700 0%, #7b5605 99%);
    background-image: -ms-linear-gradient(0deg, #ce9700 0%, #7b5605 99%); }
  /* line 442,  */
  .colorList2 {
    margin-bottom: 5%;
    padding: 10px 10px 10px;
    background: #d40404;
    background-image: -moz-linear-gradient(0deg, #d40404 0%, #d8024c 99%);
    background-image: -webkit-linear-gradient(0deg, #d40404 0%, #d8024c 99%);
    background-image: -ms-linear-gradient(0deg, #d40404 0%, #d8024c 99%); }
  /* line 450,  */
  .colorListItem {
    padding: 5px 0 5px 25px;
    line-height: 1.4;
    color: #FFF;
    font-weight: bold;
    position: relative; }
  /* line 459,  */
  .colorListItem::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 472,  */
  .pre {
    margin: 0 auto;
    padding: 5%;
    width: 100%;
    text-align: center;
    background: #fff;
    border-top: 2px solid #000; }
  /* line 480,  */
  .pre p {
    margin-bottom: 0 !important;
    font-size: 20px;
    font-weight: bold;
    line-height: 120%;
    color: #333 !important;
    letter-spacing: -.05em; }
  /* line 488,  */
  .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 507,  */
  .btn-green2 {
    margin: 0 auto;
    padding: 0 5% 3%;
    width: 1000px; }
  /* line 512,  */
  .btn-green2 a {
    margin: 0 auto;
    padding: 40px 20px;
    width: 100%;
    font-size: 68px;
    color: #fff;
    line-height: 120%;
    font-weight: 900;
    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;
    font-feature-settings: "palt";
    font-family: 'Noto Sans JP', sans-serif; }
  /* line 535,  */
  .btn-green2 a:hover {
    box-shadow: none;
    transform: translate3d(0, 20px, 0); }
  /* line 539,  */
  .btn-green2 a span {
    font-weight: bold; }
  /* line 542,  */
  .btn-green2 a .small {
    font-size: 24px;
    line-height: 100%;
    font-weight: normal; }
  /* line 549,  */
  .btn-red2 {
    margin: 0 auto;
    padding: 0 5% 3%;
    width: 1000px; }
  /* line 554,  */
  .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 575,  */
  .btn-red2 a:hover {
    box-shadow: none;
    transform: translate3d(0, 20px, 0); }
  /* line 579,  */
  .btn-red2 a span {
    font-weight: bold; }
  /* line 582,  */
  .btn-red2 a .small {
    font-size: 24px;
    line-height: 100%;
    font-weight: normal; }
  /* line 588,  */
  .btn-blue2 {
    margin: 0 auto;
    padding: 0 5% 3%;
    width: 800px; }
  /* line 593,  */
  .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 614,  */
  .btn-blue2 a:hover {
    box-shadow: none;
    transform: translate3d(0, 20px, 0); }
  /* line 618,  */
  .btn-blue2 a span {
    font-weight: bold; }
  /* line 621,  */
  .btn-blue2 a .small {
    font-size: 24px;
    line-height: 100%;
    font-weight: normal; }
  /* line 627,  */
  .attention {
    margin: 0 auto 30px;
    padding: 30px 30px 1px;
    max-width: 900px;
    text-align: left;
    background: #fff;
    border: 1px dotted #333; }
  /* line 635,  */
  .attention dt {
    margin-bottom: 10px;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px dotted #333;
    border-left: 3px solid #900; }
  /* line 644,  */
  .attention dd {
    margin-bottom: 30px; }
  /* line 647,  */
  .attention p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 160%; }
  /* line 653,  */
  .attention .ifrm-container {
    width: 100%;
    height: 100px;
    overflow-y: overlay;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
    border: solid 1px #bbb; }
  /* line 661,  */
  .aside {
    margin: 0 auto;
    max-width: 900px; }
  /* line 668,  */
  .aside .consulting {
    background: #ff9300; }
  /* line 671,  */
  .aside .consulting .operator {
    padding: 10px 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #000; }
  /* line 679,  */
  .iframe {
    width: 100%; }
  /* line 682,  */
  .tel {
    margin: 0 auto 20px;
    padding: 22px;
    text-align: center;
    text-decoration: underline;
    color: #FFF;
    display: block;
    font-size: 26px;
    font-weight: bold; }
  /* line 693,  */
  #btn-float {
    padding: 0;
    width: 180px;
    position: fixed;
    right: 35px;
    bottom: 20px; }
  /* line 700,  */
  #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: 900;
    letter-spacing: .05em;
    text-shadow: 0px 1px 0px #333;
    transition: all .3s ease;
    cursor: pointer;
    font-family: 'Noto Sans JP', sans-serif; }
  /* line 723,  */
  #btn-float i {
    font-size: 30px;
    display: inline; }
  /* line 731,  */
  #btn-float a:hover {
    box-shadow: none;
    transform: translate3d(0, 8px, 0); }
  /* line 736,  */
  #global-footer {
    padding: 10px 0;
    overflow: hidden;
    background: #333; }
  /* line 742,  */
  #global-footer .inner {
    margin: 0 auto;
    width: 900px; }
  /* line 746,  */
  #global-footer-navi {
    padding-right: 10px;
    overflow: hidden;
    border-right: 1px solid #fff;
    float: right; }
  /* line 753,  */
  #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 762,  */
  #global-footer p {
    margin-bottom: 0;
    font-size: 10px;
    color: #fff;
    float: left; }
  /* line 770,  */
  #global-footer-navi li a {
    color: #fff; }
  /* line 776,  */
  .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 785,  */
  .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 797,  */
  .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 811,  */
  .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 825,  */
  .timerEndLink:last-child {
    margin: 0 auto; }
  /* line 830,  */
  .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 841,  */
  .timerText {
    margin-bottom: 5px !important;
    font-size: 32px;
    color: #FFF;
    font-weight: bold;
    line-height: 180%; }
  /* line 848,  */
  .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 862,  */
  .timerLink:hover {
    background: #000;
    border: 1px solid #FFF;
    color: #FFF; }
  /* line 870,  */
  .checkList {
    background-color: white;
    margin-bottom: 5%;
    padding: 20px 30px 20px 30px;
    color: #000; }
  /* line 877,  */
  .checkListItem {
    padding: 5px 0 5px 30px;
    line-height: 1.8;
    font-weight: bold;
    position: relative;
    font-size: 20px; }
  /* line 886,  */
  .checkListItem::after {
    display: block;
    content: '';
    position: absolute;
    top: 18px;
    left: 0px;
    width: 20px;
    height: 8px;
    border-left: 2px solid #db0000;
    border-bottom: 2px solid #db0000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  /* line 899,  */
  .colorList {
    margin-bottom: 5%;
    padding: 20px;
    background: #ce9700;
    background-image: -moz-linear-gradient(0deg, #ce9700 0%, #7b5605 99%);
    background-image: -webkit-linear-gradient(0deg, #ce9700 0%, #7b5605 99%);
    background-image: -ms-linear-gradient(0deg, #ce9700 0%, #7b5605 99%);
    border-radius: 10px; }
  /* line 908,  */
  .colorList2 {
    margin-bottom: 5%;
    padding: 20px;
    background: #d40404;
    background-image: -moz-linear-gradient(0deg, #d40404 0%, #d8024c 99%);
    background-image: -webkit-linear-gradient(0deg, #d40404 0%, #d8024c 99%);
    background-image: -ms-linear-gradient(0deg, #d40404 0%, #d8024c 99%);
    border-radius: 10px; }
  /* line 917,  */
  .colorListItem {
    padding: 5px 0 5px 25px;
    line-height: 1.4;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    position: relative; }
  /* line 940,  */
  .pre {
    margin: 0 auto;
    padding: 5%;
    width: 100%;
    text-align: center;
    background: #fff;
    border-top: 2px solid #000; }
  /* line 948,  */
  .pre p {
    margin-bottom: 0 !important;
    font-size: 50px;
    font-weight: bold;
    line-height: 120%;
    color: #333 !important;
    letter-spacing: -.05em; }
  /* line 956,  */
  .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 */