@charset "UTF-8";
@media screen and (max-width: 769px) {
  /*----------------------------------------
    #news
  ----------------------------------------*/
  #news h3 {
    padding: 3rem;
    background: url(../images/back-news.jpg) no-repeat center center;
    background-size: cover;
  }
  #news .text {
    padding: 3rem;
    background: #fff;
  }
  /*----------------------------------------
    #result
  ----------------------------------------*/
  #result h3 {
    padding: 3rem;
    background: url(../images/back-result.png) no-repeat center top;
    background-size: cover;
  }
  .result-account li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
  .result-chart li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
  .result-data {
    height: 20rem;
    overflow: scroll;
  }
  .result-data iframe {
    margin: 0 auto;
    width: 100%;
    height: 300px;
  }
  .result-data-heading {
    margin: 0 auto 3rem;
    width: 100%;
    height: calc(100vw / 2);
    overflow: scroll;
    position: relative;
  }
  .result-data-heading iframe {
    margin: 0 auto;
    width: 100%;
    height: 400px;
  }
  .result-data-heading h4 {
    padding: 0 !important;
    width: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 2;
    background: none !important;
  }
  .result-data-heading h4 small {
    margin-top: 1em;
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 10px #000;
    display: block;
  }
  .result-data-heading .data {
    position: absolute;
    z-index: 1;
  }
  .result-list {
    padding: 2rem;
  }
  .result-list dt {
    margin-bottom: 1em;
    padding: .5em 1em;
    font-size: 18px;
    font-size: 4.8vw;
    color: #fff;
    font-weight: bold;
    border-left: 8px solid #fff;
  }
  .result-list .check {
    margin-bottom: 1rem;
    padding: 0 0 0 1.5rem;
  }
  .result-list li {
    padding: 0 0 .5em 1rem;
    font-size: 13px;
    font-size: 3.5vw;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .result-list li:after {
    margin-left: 5%;
  }
  .result-list p {
    font-size: 15px;
    font-size: 4vw;
    color: #fff;
  }
  .result-cambodia {
    background: #094;
  }
  .result-seminar {
    background: #09b;
  }
  .result-chart-chart-3 {
    margin-bottom: 1rem;
    padding: 2rem 0;
    width: 100%;
    height: calc(100vw / 2.0);
    position: relative;
    background: #000;
  }
  .result-chart-chart-3 dt {
    width: 80%;
    position: absolute;
    top: 25%;
    left: 10%;
    z-index: 2;
  }
  .result-chart-chart-3 dd {
    position: absolute;
    z-index: 1;
  }
  .result-chart-chart-3 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #000;
  }
  .result-chart-chart-3 ul li {
    margin-bottom: .5% !important;
    width: 33%;
  }
  .result-chart-chart-4 {
    margin-bottom: 1rem;
    padding: 2rem 0;
    width: 100%;
    height: calc(100vw / 2.5);
    position: relative;
    background: #000;
  }
  .result-chart-chart-4 dt {
    width: 80%;
    position: absolute;
    top: 23%;
    left: 10%;
    z-index: 2;
  }
  .result-chart-chart-4 dd {
    position: absolute;
    z-index: 1;
  }
  .result-chart-chart-4 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
  }
  .result-chart-chart-4 ul li {
    margin-bottom: .5% !important;
    width: 25%;
  }
  /*----------------------------------------
    #voice
  ----------------------------------------*/
  #voice-top h3 {
    padding: 3rem;
    background: url(../images/back-voice-top.jpg) no-repeat center top;
    background-size: cover;
  }
  #voice-top .text {
    padding: 3rem;
    background: #fff;
  }
  #voice-top small {
    padding: .5em 1em;
    display: block;
  }
  #voice-bottom h3 {
    padding: 3rem;
    background: url(../images/back-voice-bottom.jpg) no-repeat center top;
    background-size: cover;
  }
  #voice-bottom .voice-text {
    padding: 2rem 2rem 2rem;
    background: #fff;
    border-bottom: 1px dashed #000;
    overflow: hidden;
  }
  #voice-bottom .voice-text .img-r {
    width: 30%;
    text-align: center;
  }
  #voice-bottom .voice-text .img-r img {
    margin-bottom: 1rem;
    border-radius: 1rem;
  }
  /*----------------------------------------
    #prologue
  ----------------------------------------*/
  #prologue h3 {
    padding: 6rem 1rem 6rem 23rem;
    background: url(../images/back-prologue.jpg) no-repeat center top;
    background-size: cover;
  }
  #prologue .text {
    padding: 3rem;
  }
  #prologue-merit {
    margin-bottom: 5%;
  }
  #prologue-merit dt {
    padding: 1.5em 1.5em 1em;
    font-size: 12px;
    font-size: 3.2vw;
    color: #fff;
    background: #000;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
  }
  #prologue-merit dt span {
    margin: 0 1em .5em 0;
    padding: .2em .5em;
    color: #000;
    background: #fff;
    display: inline-block;
    border-radius: .5rem;
  }
  #prologue-merit dd {
    margin-bottom: 5%;
    padding: 3%;
    background: #fff;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border: 2px solid #000;
  }
  #profile {
    padding: 10%;
    background: rgba(0, 0, 0, 0.9);
  }
  #profile p {
    color: #fff;
  }
  #profile h4 {
    margin-bottom: 1em;
    padding: .5em 1em;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    background: #fff;
    display: inline-block;
  }
  #prologue-person {
    margin-bottom: 1rem;
  }
  #prologue-person dl {
    margin-bottom: 1rem;
    padding: 2rem !important;
    background: #000;
  }
  #prologue-person dt {
    margin-bottom: 1em !important;
    padding: 0 !important;
    font-size: 10px;
    font-size: 1.0rem;
    font-weight: normal !important;
    color: #fff !important;
    background: none !important;
  }
  #prologue-person dt span {
    font-size: 12px;
    font-size: 3.2vw;
    font-weight: bold !important;
  }
  #prologue-person dd {
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: none !important;
  }
  /*----------------------------------------
    #fear
  ----------------------------------------*/
  #fear h3 {
    padding: 3rem 15rem 3rem 2rem;
    background: url(../images/back-fear.jpg) no-repeat center top;
    background-size: cover;
  }
  #fear .text {
    padding: 3rem;
    background: #fff;
  }
  /*----------------------------------------
    #banking
  ----------------------------------------*/
  #banking h3 {
    padding: 3rem;
    background: url(../images/back-banking.jpg) no-repeat center top;
    background-size: cover;
  }
  #banking h4 {
    margin-bottom: 1em;
    padding: .5em 0 .5em .8em;
    font-size: 15px;
    font-size: 4vw;
    font-weight: bold;
    border-left: 5px solid #d00;
  }
  #banking .text {
    padding: 3rem;
    background: #fff;
  }
  /*----------------------------------------
    #method
  ----------------------------------------*/
  #method h3 {
    padding: 3rem;
    background: url(../images/back-method.jpg) no-repeat center top;
    background-size: cover;
  }
  #method h4 {
    margin-bottom: 1em;
    padding: .5em 0 .5em .8em;
    font-size: 15px;
    font-size: 4vw;
    font-weight: bold;
    border-left: 5px solid #d00;
  }
  #method .text {
    padding: 3rem;
    background: #fff;
  }
  #method-person {
    margin-bottom: 1rem;
  }
  #method-person dl {
    margin-bottom: 1rem;
    padding: 2rem;
    background: #000;
  }
  #method-person dt {
    margin-bottom: 1em;
    font-size: 15px;
    font-size: 4vw;
    color: #fff;
  }
  #method-person dt span {
    font-weight: bold;
  }
  #method-person p {
    color: #fff;
  }
  .arrow {
    margin: 0 auto 1rem;
    width: 50%;
  }
  /*----------------------------------------
    #course
  ----------------------------------------*/
  #course h3 {
    padding: 3rem 13rem 3rem 2rem;
    background: url(../images/back-course.jpg) no-repeat center top;
    background-size: cover;
  }
  #course h4 {
    margin-bottom: 1em;
    padding: .5em 0 .5em .8em;
    font-size: 15px;
    font-size: 4vw;
    font-weight: bold;
    border-left: 5px solid #d00;
  }
  #course .text {
    padding: 3rem;
    background: #fff;
  }
  .course-list {
    margin-bottom: 1rem;
  }
  .course-list dl {
    margin-bottom: 1%;
    padding: 2rem;
    background: #000;
  }
  .course-list dl:last-child {
    margin-bottom: 1% !important;
  }
  .course-list dt {
    margin-bottom: 1em;
    font-size: 12px;
    font-size: 3.2vw;
    color: #fff;
  }
  .course-list dt span {
    font-size: 18px;
    font-size: 4.8vw;
    font-weight: bold;
  }
  /*----------------------------------------
    #stop
  ----------------------------------------*/
  #stop h3 {
    background: url(../images/back-stop.jpg) no-repeat center top;
    background-size: cover;
  }
  #stop h3 img {
    padding: 3rem 2rem;
    background: rgba(0, 0, 0, 0.5);
    display: block;
  }
  #stop .text {
    padding: 3rem;
    background: #000;
  }
  #stop p {
    color: #fff;
  }
  /*----------------------------------------
    #step
  ----------------------------------------*/
  #step h3 {
    padding: 3rem 13rem 3rem 2rem;
    background: url(../images/back-step.jpg) no-repeat center top;
    background-size: cover;
  }
  #step h4 {
    margin-bottom: 1em;
    padding: .5em 0 .5em .8em;
    font-size: 15px;
    font-size: 4vw;
    font-weight: bold;
    border-left: 5px solid #d00;
  }
  #step .text {
    padding: 3rem;
  }
  #step .step-list dt {
    padding: 1.5em 1.5em 1em;
    font-size: 13px;
    font-size: 3.5vw;
    color: #fff;
    background: #000;
  }
  #step .step-list dt span {
    margin: 0 1em .5em 0;
    padding: .2em .5em;
    color: #000;
    background: #fff;
    display: inline-block;
    border-radius: .5rem;
  }
  #step .step-staff {
    margin-bottom: 5%;
  }
  #step .step-staff dt {
    padding: 1.5em;
    font-size: 13px;
    font-size: 3.5vw;
    color: #fff;
    font-weight: bold;
    background: #d05;
  }
  #step .step-result-table .after {
    font-size: 12px;
    font-size: 3.2vw;
    color: #fff;
    font-weight: bold;
    background: #e60;
  }
  #step .step-result-table .base-after {
    font-size: 15px;
    font-size: 4vw;
    color: #fff;
    font-weight: bold;
    background: #d00;
  }
  #step .step-result-table .benefit-after {
    font-size: 15px;
    font-size: 4vw;
    color: #fff;
    font-weight: bold;
    background: #d00;
  }
  #step .step-compare-table th {
    padding: 1rem;
    width: 20%;
  }
  #step .step-compare-table .table-black {
    padding: 1rem;
    font-size: 13px;
    font-size: 3.5vw;
    color: #fff;
    font-weight: bold;
    background: #d00;
  }
  /*----------------------------------------
    #limited
  ----------------------------------------*/
  #limited h3 {
    padding: 3rem 1rem 3rem 19rem;
    background: url(../images/back-limited.jpg) no-repeat center top;
    background-size: cover;
  }
  #limited .text {
    padding: 3rem;
    background: #fff;
  }
  /*----------------------------------------
    #contents
  ----------------------------------------*/
  #contents {
    background: url(../images/back-contents.jpg) repeat-y center top;
    background-size: 100%;
  }
  #contents h4 {
    padding: 1rem;
  }
  #contents h5 {
    margin-bottom: 1em;
    padding: .5em 1em;
    font-size: 15px;
    font-size: 4vw;
    color: #fff;
    background: #000;
    display: inline-block;
    border-radius: .5rem;
  }
  #contents .text {
    padding: 3rem;
    background: #fff;
  }
  .curriculum {
    margin-bottom: 5%;
  }
  .curriculum h5 {
    padding: 1em;
    font-size: 15px;
    font-size: 4vw;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: #000;
  }
  .curriculum ul {
    margin-bottom: 1rem;
  }
  .curriculum li {
    margin-bottom: .5rem;
    padding: 1em;
    font-size: 12px;
    font-size: 3.2vw;
    color: #fff;
    font-weight: normal;
    display: block;
    background: #da7500;
    border-bottom: 2px solid #fff;
  }
  .curriculum li:last-child {
    border-bottom: none;
  }
  .curriculum li ul {
    margin-bottom: 0;
    padding: .5em 0 0;
  }
  .curriculum li li {
    padding: .5em 1em;
    font-size: 12px;
    font-size: 3.2vw;
    background: #000;
    border-bottom: 0;
  }
  /*----------------------------------------
    #bonus
  ----------------------------------------*/
  #bonus h3 {
    padding: 3rem 1rem;
    background: url(../images/back-bonus.jpg) repeat center top;
    background-size: cover;
  }
  #bonus .bonus-list dt {
    padding: 1rem 1rem 0;
    background: #000;
  }
  #bonus .bonus-list dd {
    padding: 3rem;
    background: #000;
  }
  #bonus .bonus-list p {
    color: #fff;
  }
  #bonus-pattern {
    margin-bottom: 1rem;
  }
  #bonus-pattern dt {
    margin-bottom: 0 !important;
    padding: 1em 1.5em 1em;
    font-size: 13px;
    font-size: 3.5vw;
    color: #000;
    background: #fff !important;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
  }
  #bonus-pattern dd {
    margin-bottom: 1rem !important;
    padding: 1rem !important;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border: 2px solid #fff;
  }
  /*----------------------------------------
    #price
  ----------------------------------------*/
  #price h3 {
    padding: 3rem 2rem;
    background: url(../images/back-price.png) no-repeat center center;
    background-size: cover;
  }
  #price .text {
    padding: 3rem;
  }
  #price .price-table {
    margin: 0 auto 2rem;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.8);
    border: 5px solid #fffd00;
  }
  #price .price-table table {
    margin-bottom: 0;
  }
  #price .price-table th {
    padding: 1rem;
    font-size: 10px;
    font-size: 2.7vw;
    color: #fff;
    background: #000;
    border-right: 1px dotted #fff;
  }
  #price .price-table th:last-child {
    border-right: none;
  }
  #price .price-table .kind {
    width: 20% !important;
    background: #d18400;
    color: #fff;
  }
  #price .price-table td {
    font-size: 10px;
    font-size: 2.7vw;
  }
  #price .price-table .large {
    font-size: 20px;
    font-size: 5.3vw;
    font-weight: bold;
  }
  #price .price-table .limited {
    width: 40% !important;
    font-size: 15px;
    font-size: 4vw;
    font-weight: bold;
    color: #fff;
    background: #d40064;
  }
  #price .price-table .kind-all {
    font-weight: bold;
    color: #fff;
    background: #774b00;
  }
  #price .price-table .all {
    font-size: 15px;
    font-size: 4vw;
    font-weight: bold;
    color: #fff;
    background: #d40064;
  }
  #price .price-table .off {
    color: #d40064;
    font-weight: bold;
  }
  /*----------------------------------------
    #faq
  ----------------------------------------*/
  #faq h3 {
    padding: 3rem 13rem 3rem 2rem;
    font-size: 20px;
    font-size: 5.3vw;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    line-height: 130%;
    background: url(../images/back-faq.jpg) no-repeat center center;
    background-size: cover;
    letter-spacing: .1em;
  }
  #faq dl {
    width: 100%;
  }
  #faq dt {
    padding: 3rem;
    color: #fff;
    line-height: 160%;
    background: #f15a24;
  }
  #faq dt p {
    font-size: 12px;
    font-size: 3.2vw;
    color: #fff;
  }
  #faq dd {
    padding: 3rem;
    background: rgba(255, 255, 255, 0.95);
    border: 3px solid #f15a24;
  }
  #faq dd p {
    font-size: 12px;
    font-size: 3.2vw;
  }
  #faq dd li {
    font-size: 13px;
    font-size: 3.5vw;
  }
  #faq dd .ifrm-container {
    width: 100%;
    height: 100px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
    border: solid 1px #bbb;
  }
  #faq dd .ifrm-container iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
  }
  #faq .comment h4 {
    margin-bottom: 3%;
    padding-bottom: 3%;
    font-size: 13px;
    font-size: 3.5vw;
    font-weight: bold;
    border-bottom: 1px dotted #333;
  }
  #faq .curriculum {
    margin-bottom: 1em;
  }
  #faq .curriculum li {
    margin-bottom: 0;
    padding: .5em 4%;
    font-size: 12px;
    font-size: 3.2vw;
    color: #fff;
    font-weight: normal;
    font-weight: bold;
    display: block;
    border-bottom: 1px dotted #fff;
  }
  #faq .curriculum li:last-child {
    border-bottom: none;
  }
  #faq #curriculum0 li {
    background: #00c4d2;
  }
  #faq #curriculum1 li {
    background: #d40052;
  }
  #faq #curriculum2 li {
    background: #0076e2;
  }
  #faq #curriculum3 li {
    background: #b700c0;
  }
  #faq #curriculum4 li {
    background: #00669d;
  }
  /*----------------------------------------
    #epilogue
  ----------------------------------------*/
  #epilogue h3 {
    padding: 5rem 14rem 5rem 2rem;
    background: url(../images/back-epilogue.jpg) no-repeat center top;
    background-size: cover;
  }
  #epilogue .text {
    padding: 3rem;
  }
  /*----------------------------------------
    #add
  ----------------------------------------*/
  #add h3 {
    padding: 3rem 5rem;
    background: url(../images/back-add.jpg) no-repeat center top;
    background-size: cover;
  }
  #add .text {
    padding: 3rem;
    background: #000;
  }
  #add p {
    color: #fff;
  }
  #add .name {
    text-align: right;
  }
  #add .name img {
    width: 60%;
  }
  .chat-black {
    margin: 0 auto 3rem;
    padding: 2rem;
    width: 100%;
    background: #000;
    border: 1px solid #fff;
  }
  .chat-black .balloon-left {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .chat-black .balloon-left .faceicon {
    width: 30%;
  }
  .chat-black .balloon-left .faceicon img {
    width: 100%;
    height: auto;
  }
  .chat-black .balloon-left .chatting {
    width: 65%;
  }
  .chat-black .balloon-left .chatting .says {
    display: inline-block;
    position: relative;
    padding: 2rem;
    border-radius: .5rem;
    background: #fff;
  }
  .chat-black .balloon-left .chatting .says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px;
    left: -19px;
    border: 8px solid transparent;
    border-right: 18px solid #fff;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
  }
  .chat-black .balloon-left .chatting .says p {
    margin-bottom: .5em;
    font-size: 10px;
    font-size: 2.7vw;
    color: #333 !important;
  }
  .chat-black .balloon-right {
    margin-bottom: 5%;
    width: 100%;
    overflow: hidden;
  }
  .chat-black .balloon-right .faceicon {
    float: right;
    margin-left: -110px;
    width: 100px;
  }
  .chat-black .balloon-right .faceicon img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    background: #fff;
  }
  .chat-black .balloon-right .chatting {
    width: 100%;
    text-align: left;
  }
  .chat-black .balloon-right .chatting .says {
    display: inline-block;
    position: relative;
    margin: 0 110px 0 0;
    padding: 5%;
    border-radius: 2rem;
    background: #fff;
  }
  .chat-black .balloon-right .chatting .says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px;
    right: -19px;
    border: 8px solid transparent;
    border-left: 18px solid #fff;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
  .chat-black .balloon-right .chatting .says p {
    margin-bottom: .5em;
    font-size: 10px;
    font-size: 2.7vw;
    color: #333 !important;
  }
  /*----------------------------------------
    #special
  ----------------------------------------*/
  #special h3 {
    padding: 5rem 1rem 5rem 15rem;
    background: url(../images/back-special.jpg) no-repeat center top;
    background-size: cover;
  }
  #special .text {
    padding: 3rem;
    background: #000;
  }
  #special .text p {
    color: #fff;
  }
  #special .timer {
    padding: 1rem;
    text-align: center;
    background: #a00;
    border-radius: 1rem;
  }
  #special .timer p {
    font-size: 20px;
    font-size: 5.3vw;
    color: #fff;
    letter-spacing: .1em;
  }
  #special .timer small {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 140%;
    display: block;
  }
  #special .timer span {
    margin-top: .5em;
    padding: .3em 1em;
    font-size: 15px;
    font-size: 4vw;
    color: #000;
    letter-spacing: .1em;
    background: #fff;
    display: inline-block;
    border-radius: 1rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  }
}

@media screen and (min-width: 769px) {
  /*----------------------------------------
    #news
  ----------------------------------------*/
  #news {
    padding: 10% 0;
    background: url(../images/back-news.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #news .inner {
    margin: 0 auto 10%;
    width: 60%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #news .inner {
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #news .text {
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
  }
  /*----------------------------------------
    #result
  ----------------------------------------*/
  #result {
    padding: 10% 0;
    background: url(../images/back-result.png) no-repeat center top fixed;
    background-size: cover;
  }
  #result .inner {
    margin: 0 auto 10%;
    width: 60%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #result .inner {
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #result h3 {
    margin-bottom: 5%;
  }
  .result-data {
    margin: 0 auto;
    width: 100%;
    height: 600px;
    overflow: scroll;
  }
  .result-data iframe {
    margin: 0 auto;
    width: 100%;
    height: 400px;
  }
  .result-data-heading {
    margin: 0 auto 5%;
    width: 100%;
    height: calc(100vw / 2.5);
    overflow: scroll;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  .result-data-heading {
    height: calc(100vw / 2.0);
  }
}

@media screen and (min-width: 769px) {
  .result-data-heading iframe {
    margin: 0 auto;
    width: 100%;
    height: 400px;
  }
  .result-data-heading h4 {
    width: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 2;
  }
  .result-data-heading h4 small {
    margin-top: 1em;
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 10px #000;
    display: block;
  }
  .result-data-heading .data {
    position: absolute;
    z-index: 1;
  }
  .result-list {
    padding: 5%;
  }
  .result-list dt {
    margin-bottom: 1em;
    padding: .5em 1em;
    font-size: 25px;
    font-size: 2.5rem;
    color: #fff;
    font-weight: bold;
    border-left: 8px solid #fff;
  }
  .result-list .check {
    margin-bottom: 3%;
    padding: 0;
  }
  .result-list li {
    padding: 0 0 .5em 5%;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .result-list li:after {
    margin-left: 5%;
  }
  .result-list p {
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
  }
  .result-cambodia {
    background: #094;
  }
  .result-seminar {
    background: #09b;
  }
  .result-chart-chart-3 {
    margin-bottom: 5%;
    padding: 5% 0;
    width: 100%;
    height: calc(100vw / 3.1);
    position: relative;
    background: #000;
  }
  .result-chart-chart-3 dt {
    width: 80%;
    position: absolute;
    top: 25%;
    left: 10%;
    z-index: 2;
  }
  .result-chart-chart-3 dd {
    position: absolute;
    z-index: 1;
  }
  .result-chart-chart-3 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #000;
  }
  .result-chart-chart-3 ul li {
    margin-bottom: .5% !important;
    width: 33%;
  }
  .result-chart-chart-4 {
    margin-bottom: 5%;
    padding: 5% 0;
    width: 100%;
    height: calc(100vw / 3.8);
    position: relative;
    background: #000;
  }
  .result-chart-chart-4 dt {
    width: 80%;
    position: absolute;
    top: 23%;
    left: 10%;
    z-index: 2;
  }
  .result-chart-chart-4 dd {
    position: absolute;
    z-index: 1;
  }
  .result-chart-chart-4 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
  }
  .result-chart-chart-4 ul li {
    margin-bottom: .5% !important;
    width: 25%;
  }
  /*----------------------------------------
    #voice
  ----------------------------------------*/
  #voice-top {
    padding: 10% 0 5%;
    background: url(../images/back-voice-top.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #voice-top .inner {
    margin: 0 auto 10%;
    width: 60%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #voice-top .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #voice-top h3 {
    margin-bottom: 5%;
  }
  #voice-top .text {
    padding: 10%;
    background: #fff;
  }
  #voice-top small {
    color: #fff;
  }
  #voice-bottom {
    padding: 10% 0 5%;
    background: url(../images/back-voice-bottom.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #voice-bottom .inner {
    margin: 0 auto 10%;
    width: 60%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #voice-bottom .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #voice-bottom h3 {
    margin-bottom: 5%;
  }
  #voice-bottom .voice-text {
    margin-bottom: 5%;
    padding: 8%;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: 2px solid #da0;
    overflow: hidden;
  }
  #voice-bottom .voice-text p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 160%;
  }
  #voice-bottom .voice-text .img-r {
    width: 30%;
    text-align: center;
  }
  #voice-bottom .voice-text .img-r img {
    margin-bottom: 1rem;
    border-radius: 1rem;
  }
  #voice-bottom small {
    color: #fff;
  }
  /*----------------------------------------
    #prologue
  ----------------------------------------*/
  #prologue {
    padding: 10% 0 5%;
    background: url(../images/back-prologue.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #prologue .inner {
    margin: 0 5% 10% 45%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #prologue .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #prologue h3 {
    margin-bottom: 5%;
  }
  #prologue .text {
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #000;
  }
  #prologue-merit {
    margin-bottom: 5%;
  }
  #prologue-merit dt {
    padding: 1.5em 1.5em 1em;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    background: #000;
    border-top-right-radius: 2rem;
    border-top-left-radius: 2rem;
  }
  #prologue-merit dt span {
    margin: 0 1em .5em 0;
    padding: .2em .5em;
    color: #000;
    background: #fff;
    display: inline-block;
    border-radius: .5rem;
  }
  #prologue-merit dd {
    margin-bottom: 5%;
    padding: 3%;
    background: #fff;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    border: 2px solid #000;
  }
  #profile {
    padding: 10%;
    background: rgba(0, 0, 0, 0.9);
  }
  #profile p {
    color: #fff;
  }
  #profile h4 {
    margin-bottom: 1em;
    padding: .5em 1em;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    background: #fff;
    display: inline-block;
  }
  #prologue-person {
    margin-bottom: 5%;
    display: flex;
    justify-content: space-between;
  }
  #prologue-person dl {
    padding: 5% !important;
    width: 49.5% !important;
    background: #000;
  }
  #prologue-person dt {
    margin-bottom: 1em !important;
    padding: 0 !important;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: normal !important;
    color: #fff !important;
    background: none !important;
  }
  #prologue-person dt span {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold !important;
  }
  #prologue-person dd {
    padding: 0;
    border: none;
    background: none !important;
    border-radius: 0 !important;
  }
  /*----------------------------------------
    #fear
  ----------------------------------------*/
  #fear {
    padding: 10% 0 5%;
    background: url(../images/back-fear.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #fear .inner {
    margin: 0 40% 10% 5%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #fear .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #fear h3 {
    margin-bottom: 5%;
  }
  #fear .text {
    padding: 10%;
    background: #fff;
  }
  /*----------------------------------------
    #banking
  ----------------------------------------*/
  #banking {
    padding: 10% 0 5%;
    background: url(../images/back-banking.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #banking .inner {
    margin: 0 auto 10%;
    width: 70%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #banking .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #banking h3 {
    margin-bottom: 5%;
  }
  #banking h4 {
    margin-bottom: 1em;
    padding: .5em 0 .5em .8em;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    border-left: 5px solid #d00;
  }
  #banking .text {
    padding: 10%;
    background: #fff;
  }
  /*----------------------------------------
    #method
  ----------------------------------------*/
  #method {
    padding: 10% 0 5%;
    background: url(../images/back-method.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #method .inner {
    margin: 0 auto 10%;
    width: 70%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #method .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #method h3 {
    margin-bottom: 5%;
  }
  #method h4 {
    margin-bottom: 1em;
    padding: .5em 0 .5em .8em;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    border-left: 5px solid #d00;
  }
  #method .text {
    padding: 10%;
    background: #fff;
  }
  #method-person {
    margin-bottom: 5%;
    display: flex;
    justify-content: space-between;
  }
  #method-person dl {
    padding: 5%;
    width: 49.5%;
    background: #000;
  }
  #method-person dt {
    margin-bottom: 1em;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
  }
  #method-person dt span {
    font-weight: bold;
  }
  #method-person p {
    color: #fff;
  }
  .arrow {
    margin: 0 auto 5%;
    width: 50%;
  }
  /*----------------------------------------
    #course
  ----------------------------------------*/
  #course {
    padding: 10% 0 5%;
    background: url(../images/back-course.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #course .inner {
    margin: 0 40% 10% 5%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #course .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #course h3 {
    margin-bottom: 5%;
  }
  #course h4 {
    margin-bottom: 1em;
    padding: .5em 0 .5em .8em;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    border-left: 5px solid #d00;
  }
  #course .text {
    padding: 10%;
    background: #fff;
  }
  .course-list {
    margin-bottom: 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .course-list dl {
    margin-bottom: 1%;
    padding: 5%;
    width: 49.5%;
    background: #000;
  }
  .course-list dl:last-child {
    margin-bottom: 1% !important;
  }
  .course-list dt {
    margin-bottom: 1em;
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
  }
  .course-list dt span {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
  }
  /*----------------------------------------
    #stop
  ----------------------------------------*/
  #stop {
    background: url(../images/back-stop.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #stop .overlay {
    padding: 10% 0 5%;
    background: rgba(0, 0, 0, 0.5);
  }
  #stop .inner {
    margin: 0 auto 10%;
    width: 60%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #stop .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #stop h3 {
    margin-bottom: 10%;
  }
  #stop p {
    color: #fff;
  }
  /*----------------------------------------
    #step
  ----------------------------------------*/
  #step {
    padding: 10% 0 5%;
    background: url(../images/back-step.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #step .inner {
    margin: 0 40% 10% 5%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #step .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #step h3 {
    margin-bottom: 5%;
  }
  #step h4 {
    margin-bottom: 1em;
    padding: .5em 0 .5em .8em;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    border-left: 5px solid #d00;
  }
  #step .step-list {
    margin-bottom: 5%;
  }
  #step .step-list dt {
    padding: 1.5em 1.5em 1em;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    background: #000;
    border-top-right-radius: 2rem;
    border-top-left-radius: 2rem;
  }
  #step .step-list dt span {
    margin: 0 1em .5em 0;
    padding: .2em .5em;
    color: #000;
    background: #fff;
    display: inline-block;
    border-radius: .5rem;
  }
  #step .step-list dd {
    margin-bottom: 5%;
    padding: 8%;
    background: #fff;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }
  #step .step-staff {
    margin-bottom: 5%;
  }
  #step .step-staff dt {
    padding: 1.5em 1.5em 1em;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    background: #d05;
    border-top-right-radius: 2rem;
    border-top-left-radius: 2rem;
  }
  #step .step-staff dd {
    margin-bottom: 5%;
  }
  #step .step-staff dd img {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }
  #step .step-staff dd .no-br {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  #step .text {
    margin-bottom: 5%;
    padding: 8%;
    background: #fff;
    border-radius: 2rem;
  }
  #step .step-result-table .after {
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    background: #e60;
  }
  #step .step-result-table .base-after {
    font-size: 25px;
    font-size: 2.5rem;
    color: #fff;
    font-weight: bold;
    background: #d00;
  }
  #step .step-result-table .benefit-after {
    font-size: 25px;
    font-size: 2.5rem;
    color: #fff;
    font-weight: bold;
    background: #d00;
  }
  #step .step-compare-table th {
    width: 15%;
  }
  #step .step-compare-table .table-black {
    width: 25%;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    background: #d00;
  }
  #step .result-chart-chart-4 {
    height: calc(100vw / 4.6);
  }
  /*----------------------------------------
    #limited
  ----------------------------------------*/
  #limited {
    padding: 10% 0 5%;
    background: url(../images/back-limited.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #limited .inner {
    margin: 0 5% 10% 40%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #limited .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #limited h3 {
    margin-bottom: 5%;
  }
  #limited .text {
    padding: 10%;
    background: #fff;
  }
  /*----------------------------------------
    #contents
  ----------------------------------------*/
  #contents {
    padding: 0 0 5%;
    background: url(../images/back-contents.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #contents h3 {
    margin: 0 auto 5%;
    text-align: center;
  }
  #contents h5 {
    margin-bottom: 1em;
    padding: .5em 1em;
    font-size: 25px;
    font-size: 2.5rem;
    color: #fff;
    background: #000;
    display: inline-block;
    border-radius: 1rem;
  }
  #contents .contents {
    margin: 0 auto 10%;
    width: 70%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #contents .contents {
    margin: 0 auto 10%;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #contents .contents .text {
    padding: 10%;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
  }
  #contents .contents:last-child {
    margin-bottom: 0;
  }
  #contents .text {
    margin: 0 auto;
    padding: 7%;
    width: 70%;
    background: rgba(255, 255, 255, 0.95);
  }
  #contents #contents1-service {
    margin-bottom: 10%;
  }
  #contents #contents1-service dd {
    padding: 5%;
    background: #a67c52;
  }
  #contents #contents1-service dd dt {
    margin-bottom: 1em;
    padding-bottom: 1em;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px dotted #fff;
    font-family: "Noto Serif JP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  }
  #contents #contents1-service dd dt span {
    margin: 0 1em .5em 0;
    padding: .2em .5em;
    color: #a67c52;
    background: #fff;
    display: inline-block;
  }
  #contents #contents1-service dd dd {
    padding: 0;
  }
  #contents #contents1-service dd dd p {
    color: #fff;
  }
  .curriculum {
    margin-bottom: 5%;
  }
  .curriculum h5 {
    padding: .5em;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: #000;
  }
  .curriculum ul {
    margin-bottom: 5%;
  }
  .curriculum li {
    margin-bottom: .5em;
    padding: 1em;
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    font-weight: normal;
    display: block;
    background: #da7500;
    border-bottom: 2px solid #fff;
  }
  .curriculum li:last-child {
    border-bottom: none;
  }
  .curriculum li ul {
    margin-bottom: 0;
    padding: .5em 0 0;
  }
  .curriculum li li {
    padding: .5em 1em;
    font-size: 13px;
    font-size: 1.3rem;
    background: #000;
    border-bottom: 0;
  }
  /*----------------------------------------
    #bonus
  ----------------------------------------*/
  #bonus {
    padding: 10% 0 5%;
    background: url(../images/back-bonus.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #bonus .inner {
    margin: 0 auto;
    width: 70%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #bonus .inner {
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #bonus h3 {
    margin-bottom: 5%;
  }
  #bonus .bonus-list {
    margin-bottom: 10%;
  }
  #bonus .bonus-list dt {
    margin-bottom: 5%;
  }
  #bonus .bonus-list dd {
    padding: 10%;
    background: rgba(0, 0, 0, 0.95);
  }
  #bonus .bonus-list p {
    color: #fff;
  }
  #bonus-pattern {
    margin-bottom: 5%;
  }
  #bonus-pattern dt {
    margin-bottom: 0 !important;
    padding: 1em 1.5em 1em;
    font-size: 20px;
    font-size: 2rem;
    color: #000;
    background: #fff;
    border-top-right-radius: 2rem;
    border-top-left-radius: 2rem;
  }
  #bonus-pattern dd {
    margin-bottom: 5% !important;
    padding: 3% !important;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    border: 2px solid #fff;
  }
  /*----------------------------------------
    #price
  ----------------------------------------*/
  #price {
    padding: 10% 0 5%;
    background: url(../images/back-price.png) no-repeat center top fixed;
    background-size: cover;
  }
  #price .inner {
    margin: 0 auto 10%;
    width: 60%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #price .inner {
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #price h3 {
    margin-bottom: 5%;
  }
  #price .text {
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  #price .price-table {
    margin: 0 auto 5%;
    padding: 5%;
    background: rgba(0, 0, 0, 0.8);
    border: 5px solid #fffd00;
  }
  #price .price-table table {
    margin-bottom: 0;
  }
  #price .price-table th {
    padding: 1%;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    background: #000;
    border-right: 1px dotted #fff;
  }
  #price .price-table th:last-child {
    border-right: none;
  }
  #price .price-table .kind {
    background: #d18400;
    color: #fff;
  }
  #price .price-table td {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #price .price-table .large {
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
  }
  #price .price-table .limited {
    width: 30% !important;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    background: #d40064;
  }
  #price .price-table .kind-all {
    font-weight: bold;
    color: #fff;
    background: #774b00;
  }
  #price .price-table .all {
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    background: #d40064;
  }
  #price .price-table .off {
    color: #d40064;
    font-weight: bold;
  }
  /*----------------------------------------
    #faq
  ----------------------------------------*/
  #faq {
    padding: 10% 0 5%;
    background: url(../images/back-faq.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #faq .inner {
    margin: 0 40% 0 3%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #faq .inner {
    margin: 0 auto;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #faq h3 {
    margin: 0 auto 5%;
    font-size: 18px;
    font-size: 4.8vw;
    color: #000;
    line-height: 130%;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    text-align: center;
    letter-spacing: .05em;
  }
  #faq dt {
    padding: 8%;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    line-height: 160%;
    background: rgba(241, 90, 36, 0.95);
  }
  #faq dt p {
    color: #fff;
    font-weight: bold;
  }
  #faq dd {
    padding: 8%;
    background: rgba(255, 255, 255, 0.95);
    border: 3px solid #f15a24;
  }
  #faq dd p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 160%;
  }
  #faq dd li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 160%;
  }
  #faq dd .ifrm-container {
    width: 100%;
    height: 100px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
    border: solid 1px #bbb;
  }
  #faq dd .ifrm-container iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
  }
  #faq .comment p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #faq .comment h4 {
    margin-bottom: 1em;
    padding-bottom: .3em;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    border-bottom: 1px dotted #333;
  }
  /*----------------------------------------
    #epilogue
  ----------------------------------------*/
  #epilogue {
    padding: 10% 0 5%;
    background: url(../images/back-epilogue.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #epilogue .inner {
    margin: 0 40% 0 5%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #epilogue .inner {
    margin: 0 auto;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #epilogue .text {
    padding: 10%;
    background: rgba(255, 255, 255, 0.95);
  }
  #epilogue h3 {
    margin-bottom: 5%;
  }
  /*----------------------------------------
    #add
  ----------------------------------------*/
  #add {
    padding: 10% 0 5%;
    background: url(../images/back-add.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #add h3 {
    margin-bottom: 5%;
  }
  #add .inner {
    margin: 0 auto;
    width: 60%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #add .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #add .text {
    padding: 10%;
    background: rgba(0, 0, 0, 0.9);
  }
  #add .text p {
    color: #fff;
  }
  #add .name {
    text-align: right;
  }
  #add .name img {
    width: 40%;
  }
  #add .chat-black {
    margin: 0 auto 5%;
    padding: 5% 5%;
    width: 100%;
    background: #000;
    border: 1px solid #fff;
  }
  #add .chat-black .balloon-left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #add .chat-black .balloon-left .faceicon {
    width: 30%;
  }
  #add .chat-black .balloon-left .faceicon img {
    width: 100%;
    height: auto;
  }
  #add .chat-black .balloon-left .chatting {
    width: 65%;
  }
  #add .chat-black .balloon-left .chatting .says {
    display: inline-block;
    position: relative;
    margin: 0 0 0 0;
    padding: 8%;
    width: 100%;
    text-align: left;
    background: #fff;
  }
  #add .chat-black .balloon-left .chatting .says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px;
    left: -19px;
    border: 8px solid transparent;
    border-right: 18px solid #fff;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
  }
  #add .chat-black .balloon-left .chatting .says p {
    margin-bottom: .5em;
    font-size: 15px;
    font-size: 1.5rem;
    color: #333 !important;
  }
  /*----------------------------------------
    #special
  ----------------------------------------*/
  #special {
    padding: 10% 0 5%;
    background: url(../images/back-special.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #special h3 {
    margin-bottom: 5%;
    font-size: 80px;
    font-size: 8rem;
    color: #fff;
    font-weight: bold;
    font-family: "Noto Serif JP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  }
  #special .inner {
    margin: 0 5% 10% 40%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #special .inner {
    margin: 0 auto 10%;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #special .text {
    padding: 10%;
    background: rgba(0, 0, 0, 0.9);
  }
  #special .text p {
    color: #fff;
  }
  #special .timer {
    padding: 5% 2%;
    text-align: center;
    background: #a00;
    border-radius: 1rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  #special .timer p {
    margin-bottom: .5em;
    font-size: 35px;
    font-size: 3.5rem;
    color: #fff;
    letter-spacing: .1em;
  }
  #special .timer small {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 140%;
    display: block;
  }
  #special .timer span {
    margin-top: .5em;
    padding: .3em 1em;
    font-size: 25px;
    font-size: 2.5rem;
    color: #000;
    letter-spacing: .1em;
    background: #fff;
    display: inline-block;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  }
}


/* 2022/10/27 */

@media screen and (min-width: 769px){
  #header-top{
    background: #cc0000;
    padding: 0.7% 0;
  }
  #header-top .CountDownTimer{
    margin-top: 0;
    padding: 0 1em;
    font-size: 3.3rem;
    /* margin-left: 2%; */
  }

  #header-top p {
   font-size: 5.0rem;
   color: #ffffff;
 }

 .fs-10 {
  font-size: 6.6666666667px;
  font-size: 1.8vw;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-weight: bold;
}


}


.kiwi {
  font-size: 3.3rem;
  color: #ffffff;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-weight: bold;
  line-height: 130%;
}


@media screen and (max-width: 769px){
  #header-top{
    background: #cc0000;
    padding: 3% 0;
  }
  #header-top .CountDownTimer{
    font-size: 6.5vw;
    padding: 3%;
  }
  .kiwi {
  font-size: 6.5vw;
  }
}

@media screen and (min-width: 769px) {
  .product .product-caution {
    margin: 0 auto 5%;
    padding: 3%;
    width: 50%;
    min-width: 600px;
    text-align: center;
    background: #fff;
  }
  .product .product-caution p {
    font-size: 20px;
    font-size: 2rem;
  }
  .product .product-caution a {
    color: #00f;
  }

  .text .product-caution a {
    color: #00f;
  }
}

@media screen and (max-width: 768px) {
  .product .product-caution {
    padding: 2rem;
    text-align: center;
    background: #fff;
    border: 5px solid #900;
  }
  .product .product-caution p {
    font-size: 15px;
    font-size: 4vw;
  }
  .product .product-caution a {
    color: #00f;
  }

  .text .product-caution a {
    color: #00f;
  }
}

#header-top .kiwi {
  background: none;
  box-shadow: none;
}