@charset "UTF-8";
/* CSS Document */

.sp{
    display: none;
}

.pc{
    display: inherit;
}

/*att_text*/
.att_text{
    border: 2px solid #fff;
    background: rgba(255,255,255,0.1);
    color: #fff;
    text-align: center;
    font-size: 17px;
    max-width: 800px;
    width: 90%;
    margin: 40px auto;
    padding: 20px;
    display: block;
}

@media screen and (max-width:767px){
    .att_text{
        font-size: 16px;
        margin: 25px auto;
    }

}

/*動き*/
.fadein_element {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: opacity 1s, visibility 1s, transform 1s;
}

.fadein_element_is_fadein {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    left: 0;
    right: 0;
}

/*fuwafuwa-uesita*/
.fuwafuwa-uesita{
    animation: fuwafuwa-uesita 3s linear infinite;
}
@keyframes fuwafuwa-uesita {
    0% { transform: translateY(0) }
  50% { transform: translateY(-15px) }
  100% { transform: translateY(0) }
}

/*fuwafuwa*/
.fuwafuwa{
  animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
  display: inline-block;
  transition: 1.5s ease-in-out;
}
 
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-3deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(3deg);
  }
}

/*yurayura*/
.yurayura,
#about .about_text_02::before,
.presents_inner_main:first-child ul li:first-child::before,
.presents_inner_main:last-child ul li:first-child::before{
    transform-origin: center bottom;
    animation: yurayura 2s linear infinite;
}

@keyframes yurayura {
  0% , 100%{
      transform: rotate(5deg);
  }
  50%{
      transform: rotate(-5deg);
  }
}

/*neon*/
.neon {
    animation: neon 5s linear alternate infinite;
}
@keyframes neon {
    0% {
        opacity: 0;
    }
    16% {
        opacity: 0.7;
    }
    19% {
        opacity: 0;
    }
    52% {
        opacity: 0;
    }
    53% {
        opacity: 1.0;
    }
    54% {
        opacity: 0;
    }
    55% {
        opacity: 0;
    }
    56% {
        opacity: 1.0;
    }
    60% {
        opacity: 1.0;
    }
    65% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}


@keyframes scrollY {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 100%;
    }
}

@keyframes scrollX {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}


@keyframes scroll-loop {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}

@keyframes scroll-loop-X {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}


/**/
#top{
    font-family: 'Noto Sans JP', sans-serif;
/*    max-width: 768px;*/
    width: 100%;
    margin: 0 auto;
    background: url(../img/bg.png);
    background-size: 10px;
    background-color: #000;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.07em;
    font-weight: 500;
    line-height: 1.6;
}

#top img{
    width: 100%;
}

.asterisk,
.receipt_2 ul li:nth-child(-n+4){
    text-indent: -1em;
    margin-left: 1em;
}

.asterisk::before{
    content: '※';
}

#kv{
/*    max-width: 1500px;*/
    width: 100%;
    margin: 0 auto;
}

.section_wrapper{
    max-width: 930px;
    width: 86.67%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.font_ub{
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
}

/*nav*/

#nav{
    font-size: 16px;
    position: relative;
    z-index: 1;
    max-width: 1155px;
    width: 97%;
    margin: 25px auto 40px auto;
}

#nav ul{
    display: flex;
    justify-content: space-between;
}

#nav ul li{
    height: 50px;
/*    width: 16%;*/
    border-left: 1px solid #fff;
    text-align: center;
    align-content: center;
}

#nav ul li:last-child{
    border-right: 1px solid #fff;
}

#nav ul li a{
    padding: 0 33px;
    height: 100%;
    display: flex;
    align-items: center;
}

#nav li a:hover,
#contact a:hover,
#terms label:hover{
    opacity: 0.7;
}

.section_title{
    background: url(../img/midashi.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    color: #2C2312;
    font-size: 20px;
    line-height: 1;
    padding: 93px 0;
    margin-top: 40px;
    z-index: 9;
    position: relative;
}

.section_title span{
    display: block;
    transform: rotate(-3deg);
}

.section_title span.font_ub{
    font-size: 74px;
    letter-spacing: 0.14em;
}

.section_title_2{
    font-size: 20px;
    line-height: 1;
}

.section_title_2 span.font_ub{
    font-size: 74px;
    letter-spacing: 0.14em;
    margin-top: 5px
}

.section_title_2 span{
    display: block;
}




/*about*/

#about{
    z-index: 1;
    width: 100%;
    padding: 0 0 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#about .scroll_bg_l {
    position: absolute;
    top: 0;
    left: 0;
    width: 146px;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

#about .scroll_bg_r {
    position: absolute;
    top: 0;
    right: 0;
    width: 146px;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

#about .bg_img {
    background: url(../img/about_scroll.png) no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 3640px;
    animation: scroll-loop 20s linear infinite;
}

#about .bg_img:nth-child(2) {
    position: absolute;
    top: 3640px;
    left: 0;
}


/*

#about::before {
    content: '';
    background: url(../img/about_scroll.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
    width: 146px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: scrollY 20s linear infinite;
    z-index: 1;
}

#about::after {
    content: '';
    background: url(../img/about_scroll.png);
    background-repeat: repeat-y;
    background-size: 100%;
    width: 146px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    animation: scrollY 20s linear infinite;
    z-index: 1;
}
*/

#about .about_text{
    font-size: 20px;
    line-height: 2.2;
    letter-spacing: 0.08em;
    font-weight: 700;
    margin-top: 40px;
}

#about .about_text span{
    background: #F00000;
    padding: 0.1em 0.3em;
    margin: 0 0.3em;
    font-size: 28px;
}

#about .about_text span:last-child{
    padding-right: 0;
}

sup {
    font-size: 65%;
}

#about .chance p{
    width: 8px;
    height: 63px;
    margin: 20px auto;
}

#about .chance ul{
    border: 1px solid #AE8D49;
    letter-spacing: 0.12em;
    max-width: 828px;
    width: 100%;
    margin: 0 auto;
    font-weight: 700;
    border-radius: 5px;
}

#about .chance ul li:first-child{
    background: #AE8D49;
    font-size: 23px;
    color: #000;
    padding: 8px;
}

#about .chance ul li:last-child{
    background: #000;
    font-size: 26px;
    color: #AE8D49;
    padding: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#about .white_box{
    background: #fff;
    font-size: 16px;
    padding: 15px 20px;
    max-width: 520px;
    width: 100%;
    margin: 40px auto auto auto;
    font-weight: 400;
    color: #f00000;
    text-align: left;
}
/*entry*/
#entry{
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 90px 0 100px 0;
    text-align: center;
    color: #fff;
    font-size: 23px;
    letter-spacing: 0.14em;
    background: #434343;
    border-top: 5px solid #A8A8A8;
}

#entry2{
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 90px 0 100px 0;
    text-align: center;
    color: #fff;
    font-size: 23px;
    letter-spacing: 0.14em;
    background: #434343;
    border-top: 5px solid #A8A8A8;
}

/*
#entry::after,
#entry2::after {
    content: '';
    background: url(../img/entry_scroll.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    width: 100%;
    height: 65px;
    position: absolute;
    bottom: 0;
    right: 0;
    animation: scrollX 5s linear infinite;
    z-index: 1;
}
*/

#entry .scroll_bg_b,
#entry2 .scroll_bg_b {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 65px;
    overflow: hidden;
    z-index: 1;
}

#entry .bg_img,
#entry2 .bg_img{
    background: url(../img/entry_scroll.png) no-repeat;
    background-size: auto 100%;
    width: 3300px;
    height: 100%;
    animation: scroll-loop-X 25s linear infinite;
}

#entry .bg_img:nth-child(2),
#entry2 .bg_img:nth-child(2){
    position: absolute;
    bottom: 0;
    left: 3300px;
}

.entry_box p{
    margin: 50px auto;
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.12em;
}

.entry_box ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}

.entry_box ul li{
    max-width: 445px;
    width: 47.85%;
}

.entry_box ul li a{
    width: 100%;
    padding: 18px 0;
    font-size: 22px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0.03em;
    display: inline-block;
    line-height: 1;
    font-weight: 700;
    overflow: hidden;
}

.entry_box ul li:first-child a{
    background: #F00000;
    border: 2px solid #90040B;
}

.entry_box ul li:last-child a{
    background: #0F4EFB;
    border: 2px solid #021D6C
}

.entry_box ul li a::after{
    content: '';
    width: 9px;
    height: 13px;
    background: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.entry_box ul li span{
    display: block;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
}

.entry_box ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
    transition: .5s;
    opacity: 0.7;
}

.entry_box ul li a:hover::before {
  top: 0;
  left: 100%;
}

/*presents*/

#presents{
    padding: 100px 0 75px 0;
    position: relative;
    overflow: hidden;
}

/*
.presents_scroll {
    content: '';
    background: url(../img/presents_scroll.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    width: 100%;
    height: 65px;
    position: absolute;
    bottom: 0;
    right: 0;
    animation: scrollX 20s linear infinite;
    z-index: 1;
    display: block;
    margin: 70px auto;
}
*/

.presents_scroll {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 65px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    margin: 80px auto 70px auto
}

.presents_scroll .bg_img {
    background: url(../img/presents_scroll.png) no-repeat;
    background-size: auto 100%;
    width: 3130px;
    height: 100%;
    animation: scroll-loop-X 25s linear infinite;
}

.presents_scroll .bg_img:nth-child(2) {
    position: absolute;
    bottom: 0;
    left: 3130px;
}



.presents_box{
    width: 100%;
    margin: 45px auto auto auto;
    text-align: center;
}

.presents_text{
    width: auto;
    display: inline-block;
    color: #AE8D49;
    letter-spacing: 0.12em;
    font-size: 28px;
    text-align: center;
    line-height: 1.1;
    border-bottom: 1px solid #AE8D49;
    margin: auto auto 40px auto;
    font-weight: 700;
    padding-bottom: 5px;
}

.presents_text span{
    font-size: 35px;
}

.presents_text::before{
    content: '＼';
}

.presents_text::after{
    content: '／';
}

.presents_inner{
    background: rgba(255,255,255,0.9);
    border: 1px solid #fff;
    position: relative;
    margin-bottom: 40px;
    padding: 120px 0 30px 0;
    
/*
    max-width: 930px;
    width: 89.23%;
    margin: 0 auto;
    border-bottom: 2px dashed #CECECE;
    padding-bottom: 50px;
    margin-top: 50px;
*/
}

.presents_inner:nth-child(3) {
    padding-top: 150px;
}

.course_title{
    background: #FFC800;
    font-size: 30px;
    letter-spacing: 0.08em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    line-height: 1.9;
/*    line-height: 55px;*/
    font-weight: 700;
    outline: 1px solid #FFC800;
    padding: 10px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.course_title_2{
    height: 99px;
}

.course_title p:first-child{
    border-right: 1px solid #F00000;
/*    padding: 4px 0 4px 15px;*/
    margin-right: 15px;
    padding-right: 15px;
    color: #F00000;
}

.course_title_2 p:first-child{
    height: 93%;
    align-content: center;
}

.course_title p:last-child{
/*    margin-left: 15px;*/
    color: #000;
    line-height: 1;
}

.course_title p span{
    font-size: 25px;
    display: block;
    margin-bottom: 5px;
}


.course_title::after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 20px solid #FFC800;
    border-bottom: 0;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.presents_inner_main ul{
    color: #000;
    max-width: 877px;
    width: 95%;
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.presents_inner_main ul li:first-child {
    width: 49.373%;
    margin-left: -20px;
}

.presents_inner_main ul li:last-child {
    text-align: left;
    margin-top: -10px;
    width: 48.3%;
    font-weight: 600;
}

.presents_inner_main ul li:last-child p:nth-child(2){
    margin: 10px auto;
}

.presents_inner_main ul li:last-child p:last-child{
    background: #FFC800;
    letter-spacing: 0.14em;
    font-weight: 700;
    padding: 6px 20px;
    display: inline-block;
    margin-top: 15px;
    border-radius: 5px;
}

.presents_inner_main ul li:last-child p:last-child span{
    font-size: 24px;
    color: #F00000;
    font-weight: 900;
}

.presents_inner_detail{
    max-width: 828px;
    width: 91%;
    margin: 0 auto;
    color: #000;
    text-align: left;
}

.accordion_box .accordion_header {
	padding: 15px 0.5em;
	position: relative;
	z-index: 1;
	cursor: pointer;
	transition-duration: 0.2s;
	text-align: center;
    background: #A8A8A8;
    border-radius: 5px;
    color: #000;
    letter-spacing: 0.08em;
    font-weight: 700;
    margin-bottom: 15px;
}

.accordion_box .accordion_header .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) rotate(0deg);
	-webkit-transform: translateY(-50%) rotate(0deg);
	-ms-transform: translateY(-50%) rotate(0deg);
	width: 20px;
	height: 20px;
	transition: transform 0.2s ease;
}

.accordion_box .accordion_header .i_box .one_i {
	display: block;
	width: 20px;
	height: 20px;
	position: relative;
	
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion_box .accordion_header.open .i_box {
	transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
}

.accordion_box .accordion_header .i_box .one_i:before, 
.accordion_box .accordion_header .i_box .one_i:after {
    content: '';
	position: absolute;
	background-color: #000;
	transform-origin: center center;
}

.accordion_box .accordion_header .i_box .one_i:after {
	width: 20px;
	height: 2px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.accordion_box .accordion_header .i_box .one_i:before {
	width: 2px;
	height: 20px;
	top: 0;
}

.accordion_box .accordion_header.open .i_box .one_i:before {
	content: none;
}

.accordion_box .accordion_header.open .i_box .one_i:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion_box:first-child .accordion_inner ul li:first-child{
    font-size: 16px;
}

.presents_inner:nth-child(2) .accordion_box:last-child .accordion_inner ul li{
    font-size: 14px;
}

.accordion_box .accordion_inner ul li.asterisk{
    font-size: 13px;
}

.presents_inner:nth-child(2) .accordion_box:last-child{
    margin-top: 30px;
}

.presents_inner p.asterisk{
    color: #000;
    text-align: right;
    font-size: 13px;
    max-width: 828px;
    width: 91%;
    margin: 30px auto auto auto;
}


.wallpaper_inner{
    max-width: 828px;
    width: 100%;
    background: rgba(255,255,255,0.9);
    border: 1px solid #fff;
    position: relative;
    margin: 0 auto;
    padding: 30px 0;
}

.wallpaper_inner_main{
    width: 93%;
    margin: 0 auto;
}

.wallpaper_inner_main div:last-child{
    margin-top: 30px;
    color: #000;
    font-weight: 800;
}

.wallpaper_inner_main div:last-child p:first-child{
    font-size: 24px;
    font-weight: 900;
    color: #F00000;
    background: #FFC800;
    border-radius: 5px;
    padding: 4px 17px;
    display: inline-block;
    letter-spacing: 0.14em;
}

.wallpaper_inner_main div:last-child p:nth-child(2){
    font-size: 30px;
    font-weight: 900;
    margin: 7px auto 17px auto;
    letter-spacing: 0.08em;
}

.wallpaper_inner_main div:last-child p:nth-child(3){
    font-size: 21px;
    font-weight: 900;
    background: linear-gradient(transparent 45%, #FFC800 55%);
    display: inline-block;
    padding: 0 12px;
}

.wallpaper_inner_main div:last-child p:nth-child(4){
    letter-spacing: 0.14em;
    margin: 10px auto 3px auto;
}

.wallpaper_inner_main div:last-child p:nth-child(4) span{
    font-size: 22px;
}


/*products*/

#products{
    text-align: center;
    position: relative;
    padding: 75px 0 0 0;
    overflow: hidden;
}

/*
#products::after {
    content: '';
    background: url(../img/products_scroll.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    width: 100%;
    height: 64px;
    position: absolute;
    bottom: 0;
    right: 0;
    animation: scrollX 20s linear infinite;
    z-index: 1;
}
*/

.products_scroll {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 65px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    margin: 100px auto auto auto
}

.products_scroll .bg_img {
    background: url(../img/products_scroll.png) no-repeat;
    background-size: auto 100%;
    width: 3095px;
    height: 100%;
    animation: scroll-loop-X 25s linear infinite;
}

.products_scroll .bg_img:nth-child(2) {
    position: absolute;
    bottom: 0;
    left: 3095px;
}



#products .products_text{
    font-size: 20px;
    margin: 40px auto;
}

#products ul{
    display: flex;
    justify-content: space-between;
    margin: auto auto 60px auto;
}

#products ul li{
    width: 31.184%;
}

#products ul li p{
    margin-top: 20px;
}

#products .asterisk{
    font-size: 13px;
    text-align: left;
    font-weight: 300;
    letter-spacing: 0.06em;
}

#products .asterisk_box{
    display: inline-block;
    text-align: center;
}


/*application*/

#application{
    padding: 70px 0 70px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: #C19C51;
    color: #000;
}

#application::before{
    content: '';
    background: url(../img/application_l.png);
    background-repeat: repeat-y;
    background-size: 232px;
    height: 100%;
    width: 232px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

#application::after{
    content: '';
    background: url(../img/application_r.png);
    background-repeat: repeat-y;
    background-size: 232px;
    height: 100%;
    width: 232px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}


#application .section_wrapper{
/*    background: #FCE4B8;*/
/*    border-radius: 1000px 1000px 0 0;*/
/*    max-width: none;*/
/*    width: 100%;*/
/*    padding: 80px 0 150px 0;*/
}

/*
.application_box{
    max-width: 930px;
    width: 100%;
    margin: 0 auto;
}
*/

.application_text{
    font-size: 20px;
    line-height: 1.75;
    margin: 40px auto 95px auto;
}
    
.application_box .flow div{
    text-align: left;
    background: #fff;
    margin: auto auto 75px auto;
    display: flex;
    vertical-align: middle;
    align-items: center;
    padding: 30px 0;
    position: relative;
    border-top: 15px solid #000;
}

.application_box .flow div::before{
    color: #fff;
    font-size: 70px;
    font-family: gala-extra-condensed, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    position: absolute;
    top: -83px;
    left: 50px;
}

.application_box .flow div:first-of-type::before{
    content: 'STEP 1';
}

.application_box .flow div:nth-of-type(2)::before{
    content: 'STEP 2';
}

.application_box .flow div:nth-of-type(3)::before{
    content: 'STEP 3';
}

.application_box .flow div:nth-of-type(4)::before{
    content: 'STEP 4';
}

.application_box .flow div:nth-of-type(5)::before{
    content: 'STEP 5';
}

.application_box .flow div:nth-of-type(6)::before{
    content: 'STEP 6';
}

.application_box .flow div:last-of-type::before{
    content: 'STEP 7';
}

.application_box .flow div ul{
    width: 89.14%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.application_box .flow div:first-child ul li:first-child{
    width: 50.181%;
}

.application_box .flow div:first-child ul li:last-child{
    width: 45%;
}

.application_box .flow div:nth-child(2) ul li:first-child,
.application_box .flow div:nth-child(n+4) ul li:first-child{
    width: 24.85%;
}

.application_box .flow div:nth-child(2) ul li:last-child,
.application_box .flow div:nth-child(n+4) ul li:last-child{
    width: 71.35%;
}

.application_box .flow div ul .title{
    font-size: 23px;
    font-weight: 900;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

.application_box .flow div ul .text{
    font-size: 16px;
    font-weight: 500;
}

.application_box .flow div:nth-child(3) ul{
    display: block;
}

.application_box .flow div:nth-child(3) ul .title{
    width: 100%;
}

.application_box .flow div:nth-child(3) ul .title span{
    vertical-align: middle;
}

.application_box .flow div:nth-child(3) ul .title span.red{
    color: #fff;
    background: #F00000;
    font-size: 15px;
    font-weight: 500;
    padding: 3px 10px;
    display: inline-block;
    margin-bottom: 3px;
}

.application_box .flow div:nth-child(3) ul .text{
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 20px;
}

.application_box .flow div:nth-child(3) ul .title span.title_span{
    margin-right: 15px;
}

.application_box .flow div:nth-child(3) ol{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.application_box .flow div:nth-child(3) ol ul{
    width: 48.25%;
    background: #FEE999;
    text-align: center;
    margin: 0;
    padding: 0 0 20px 0;
    border-radius: 5px;
}

.application_box .flow div:nth-child(3) ol ul li:first-child{
    color: #fff;
    font-weight: 900;
    padding: 5px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 12px;
}

.application_box .flow div:nth-child(3) ol ul:first-child li:first-child{
    background: #F00000;
}

.application_box .flow div:nth-child(3) ol ul:last-child li:first-child{
    background: #004EFF;
}

.application_box .flow div:nth-child(3) ol ul li:nth-child(2){
    font-size: 16px;
    font-weight: 900;
    width: 95%;
    margin: auto auto 10px auto;
}

.application_box .flow div:nth-child(3) ol ul li:nth-child(2) span{
    font-size: 18px;
    color: #F00000;
    text-decoration: underline;
    display: block;
}
    
.application_box .flow div:nth-child(3) ol ul li:nth-child(3){
    width: 85%;
    margin: 0 auto;
}
    
.application_box .flow div:nth-child(3) ol ul li:nth-child(4){
    width: 95%;
    margin: 10px auto 5px auto;
    font-size: 16px;
}
    
.application_box .flow div:nth-child(3) ol ul li:last-child{
    width: 95%;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 900;
    color: #F00000;
}

.application_box .flow div:nth-child(n+2) ul .text{
    margin-bottom: 5px;
}

.application_box .flow div ul .asterisk{
    font-size: 13px;
}

.application_box .flow div ul .asterisk.red{
    color: #F00000;
}

.application_box .flow div:first-child ul li:last-child a{
    width: 100%;
    padding: 10px 0;
    font-size: 18px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    line-height: 1;
    font-weight: 700;
    overflow: hidden;
    color: #fff;
}

.application_box .flow div:first-child ul li:last-child a:first-child{
    background: #F00000;
    border: 2px solid #90040B;
    margin-bottom: 5px;
}

.application_box .flow div:first-child ul li:last-child a:last-child{
    background: #0F4EFB;
    border: 2px solid #021D6C
}

.application_box .flow div:first-child ul li:last-child a::after{
    content: '';
    width: 9px;
    height: 13px;
    background: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.application_box .flow div:first-child ul li:last-child a span{
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 7px;
}

.application_box .flow div:first-child ul li:last-child a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
    transition: .5s;
    opacity: 0.7;
}

.application_box .flow div:first-child ul li:last-child a:hover::before {
    top: 0;
    left: 100%;
}

/*notes*/
#notes{
    margin: 50px auto auto auto;
    background: #fff;
    padding-bottom: 30px;
}

.notes_box_title{
    font-weight: 900;
    font-size: 25px;
    color: #fff;
    background: #000;
    padding: 20px 0.5em;
}

.notes_inner{
    width: 89.033%;
    margin: 30px auto auto auto;
}

.notes_inner .notes_text{
    font-size: 16px;
}

.notes_inner .receipt{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 25px;
}

.notes_inner .receipt li:first-child{
    width: 48.3%;
    display: block;
}

.notes_inner .receipt li:last-child{
    width: 46.62%;
    display: block;
}

.notes_inner .receipt li:last-child span{
    max-width: 344px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.notes_inner_title{
    font-size: 25px;
    border-bottom: 1px solid #000;
    font-weight: 500;
    width: 100%;
    display: block;
    padding-bottom: 5px;
    margin-top: 30px;
    margin-bottom: 10px;
    letter-spacing: 0;
}

.receipt_2{
    margin-bottom: 30px;
}

.receipt_2 ul{
    text-align: left;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 16px;
}

.receipt_2 ul li:nth-child(-n+4)::before{
    content: '・';
/*    font-size: 90%;*/
}

.receipt_2 ul li.asterisk::before{
/*    font-size: 90%;*/
}

.receipt_2 ul li.asterisk{
    color: #F00000;
}

.receipt_3 ul{
    display: flex;
}

.receipt_3 ul li{
    margin-right: 10px;
}

.receipt_3 ul li:last-child{
    margin-right: 0;
}


/*terms*/
#terms{
/*    position: relative;*/
    z-index: 1;
    width: 100%;
    padding: 0 0 100px 0;
    text-align: center;
    background: #000;
    position: relative;
}

/*
#terms::after {
    content: '';
    background: url(../img/products_scroll.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    width: 100%;
    height: 64px;
    position: absolute;
    top: 0;
    right: 0;
    animation: scrollX 20s linear infinite;
    z-index: 1;
}
*/


.terms_scroll {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 65px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    margin: auto auto 110px auto
}

.terms_scroll .bg_img {
    background: url(../img/products_scroll.png) no-repeat;
    background-size: auto 100%;
    width: 3095px;
    height: 100%;
    animation: scroll-loop-X 25s linear infinite;
}

.terms_scroll .bg_img:nth-child(2) {
    position: absolute;
    bottom: 0;
    left: 3095px;
}



.terms_text{
    margin: 40px auto;
    font-size: 20px;
}

#terms .content{
    text-align: left;
    background: #fff;
    color: #000;
    font-size: 14px;
    margin-top: -0.5em;
    padding: 40px 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    word-break: break-all;
    font-weight: 400;
}

#terms .content ul{
    width: 89.2%;
    margin: auto auto 20px auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #A8A8A8;
    line-height: 1.7;
}

#terms .content ul:last-child{
    margin: auto auto 0 auto;
    padding-bottom: 0;
    border-bottom: none;
}

#terms .content ul li:first-child{
    margin-bottom: 3px;
}

#terms .accordion_box .accordion_header{
    margin-bottom: 0;
    font-size: 20px;
}

.notes_disc::before{
    content: '・';
}

.notes_asterisk::before{
    content: '※';
}

.notes_disc,
.notes_asterisk{
    text-indent: -1.1em;
    margin-left: 1em;
}

.mt1em{
    margin-top: 1em;
}

#terms .content ul a{
    color: #004EFF;
    text-decoration: underline;
    display: inline-block;
}

.terms_box{
    margin-bottom: 80px;
}



/*faq*/
#ac5{
    margin-top: 40px;
}

.faq ul li:first-child{
    border-bottom: 1px dashed #A8A8A8;
    padding-bottom: 8px;
    margin-bottom: 20px!important;
    font-weight: 700;
}

.faq ul li:first-child span{
    color: #004EFF;
    font-size: 35px;
    margin-right: 10px;
}

#terms .content.faq{
    padding-top: 30px!important;
    font-size: 16px!important;
}

#terms .content.faq ul{
    margin: auto auto 20px auto;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
}

#terms .content.faq ul:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.faq ul li:last-child{
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.6;
}


/*hypnosismic*/
#hypnosismic{
    background: #000;
    padding: 100px 0 50px 0;
    z-index: 1;
    position: relative;
}

#hypnosismic .hypnosismic_box{
    margin: 0 auto;
    border: 1px solid #fff;
    background: rgba(83,83,83,0.7);
    color: #fff;
    text-align: center;
    padding: 20px 0 50px 0;
}

.hypnosismic_inner{
    width: 89.23%;
    margin: 0 auto;
}

#hypnosismic .hypnosismic_inner div:first-child{
    font-size: 75px;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
    word-break: break-all;
}

#hypnosismic .hypnosismic_inner div:last-child{
    width: 100%;
    margin: 0 auto;
}

#hypnosismic .hypnosismic_inner div:last-child p{
    letter-spacing: 0.14em;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin: auto auto 30px auto;
    text-align: center;
    width: auto;
    display: inline-block;
    font-weight: 600;
    max-width: 549px;
    width: 100%;
}

#hypnosismic .hypnosismic_inner ul{
    font-weight: normal;
    display: flex;
    align-items: center;
    font-size: 16px;
    text-align: left;
    justify-content: space-between;
    line-height: 1.75;
}

#hypnosismic .hypnosismic_inner ul li:first-child{
    width: 31.88%;
}

#hypnosismic .hypnosismic_inner ul li:last-child{
    width: 64.5%;
}

#hypnosismic .hypnosismic_inner a{
    font-size: 18px;
    text-align: center;
    color: #000;
    font-weight: 700;
    max-width: 400px;
    width: 100%;
    height: 67px;
    border-radius: 33.5px;
    padding: 20px 0;
    background: linear-gradient(#fff 0%, #d5d5d5 100%);
    letter-spacing: 0.03em;
    display: inline-block;
    margin-top: 30px;
    position: relative;
}

#hypnosismic .hypnosismic_inner a::after{
    content: '';
    background-image: url(../img/arrow_h.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 9px;
    height: 14px;
    display: block;
    position: absolute;
    top: 53%;
    right: 20px;
    transform: translateY(-53%);
    -webkit-transform: translateY(-53%);
    -ms-transform: translateY(-53%);
}

#hypnosismic .hypnosismic_inner a:hover{
    opacity: 0.7;
}


/*contact*/
#contact{
    padding: 50px 0 40px 0;
    background: #000;
}

#contact ul{
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 0 0 20px 0;
    background: #262626;
}

#contact ul li:first-child{
    background: #fff;
    color: #000;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 0;
    padding: 10px 0;
    width: 100%;
    margin: auto auto 20px auto;
}

#contact ul li:nth-child(2){
    font-size: 18px;
    letter-spacing: 0.04em;
}

#contact ul li:nth-child(3){
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0;
    margin: 3px auto 10px auto;
}

#contact ul li:nth-child(4){
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
}

#contact ul ol{
    width: 93.8%;
    margin: 0 auto;
}

#contact ul ol p.asterisk{
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.04em;
    text-align: left;
}

#contact .att{
    border: 1px solid #fff;
    font-size: 12px;
    text-align: left;
    padding: 15px 10px;
    width: 93.8%;
    margin: 15px auto;
}


#copyright{
    background: #000;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 40px;
}

@media screen and (max-width:1180px){
    #nav{
        font-size: 1.5vw;
    }
    #nav ul li a{
        padding: 0 2vw;
    }
}

@media screen and (max-width:930px){
    .entry_box ul li a{
        font-size: 2.4vw;
    }
    .application_box .flow div:first-child ul li:last-child a{
        font-size: 1.8vw;
        letter-spacing: 0;
    }
    .course_title{
        font-size: 3vw;
    }
    .course_title p span{
        font-size: 2.7vw;
    }
}

@media screen and (max-width:767px){
    .pc{
        display: none;
    }

    .sp{
        display: inherit;
    }
    
    #top{
        font-size: 15px;
    }
    
    /*nav*/
    #nav{
        height: auto;
        padding-bottom: 0;
        font-size: 14px;
        width: 92%;
        margin: 10px auto 30px auto;
    }

    #nav ul{        
        flex-wrap: wrap;
    }

    #nav ul li{
        height: 60px;
        width: 50%;
        margin-bottom: 15px;
    }
    
    #nav ul li:nth-child(5),
    #nav ul li:last-child{
        margin-bottom: 0;
    }
    
    #nav ul li:nth-child(2),
    #nav ul li:nth-child(4),
    #nav ul li:last-child{
        border-right: 1px solid #fff;
    }

    #nav li a:hover,
    #contact a:hover,
    #terms label:hover{
        opacity: 1;
    }
    
    #nav ul li a {
        line-height: 1.4;
        justify-content: center;
    }
    
    .section_title{
        background: url(../img/sp/midashi.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
        font-size: 13px;
        line-height: 1;
        padding: 10.7vw 0;
        margin-top: 0;
        z-index: 9;
        position: relative;
    }

    .section_title span.font_ub{
        font-size: 40px;
        letter-spacing: 0.07em;
    }

    .section_title_2{
        font-size: 13px;
    }

    .section_title_2 span.font_ub{
        font-size: 38px;
        letter-spacing: 0.07em;
        margin-top: 8px;
    }
  
    

    /*about*/
    #about{
        padding: 0 0 50px 0;
    }
    
    #about .scroll_bg_l,
    #about .scroll_bg_r,
    #about::before,
    #about::after {
        display:none;
    }

    #about .about_text{
        font-size: 17px;
        letter-spacing: 0.07em;
        margin-top: 20px;
    }

    #about .about_text span{
        padding: 2px 4px;
        margin: 0 0.2em;
        font-size: 22px;
    }
    
    sup {
        font-size: 60%;
    }

    #about .chance p{
        width: 8px;
        height: 49px;
    }

    #about .chance ul li:first-child{
        font-size: 20px;
        padding: 5px;
    }

    #about .chance ul li:last-child{
        font-size: 21px;
        padding: 10px 5px;
        letter-spacing: 0.04em;
    }

    #about .white_box{
        font-size: 14px;
        padding: 10px 15px;
        margin: 25px auto auto auto;
    }

    
    /*entry*/
    #entry,
    #entry2{
        padding: 40px 0 50px 0;
        background: #434343;
    }


/*
    #entry::after,
    #entry2::after {
        height: 35px;
    }
*/
    
    #entry .scroll_bg_b,
    #entry2 .scroll_bg_b{
        height: 35px;
    }

    #entry .bg_img,
    #entry2 .bg_img {
        width: 1785px;
    }

    #entry .bg_img:nth-child(2),
    #entry2 .bg_img:nth-child(2) {
        left: 1785px;
    }

    .entry_box p{
        margin: 30px auto;
        font-size: 17px;
        line-height: 1.7;
        letter-spacing: 0.07em;
    }

    .entry_box ul{
        display: block;
    }

    .entry_box ul li{
        max-width: none;
        width: 100%;
    }

    .entry_box ul li a{
        padding: 13px 0;
        font-size: 17px;
        letter-spacing: 0.07em;
    }
    
    .entry_box ul li a::after{
        width: 7px;
        height: 11px;
    }

    .entry_box ul li span{
        font-size: 13px;
    }

    
  /*presents*/

    #presents{
        padding: 40px 0 20px 0;
        position: relative;
        overflow: hidden;
    }

/*
    .presents_scroll {
        background: url(../img/sp/presents_scroll.png);
        background-repeat: repeat-x;
        background-size: auto 100%;
        height: 38px;
        margin: 45px auto ;
    }
*/
    .presents_scroll {
        height: 38px;
        margin: 45px auto;
    }

    .presents_scroll .bg_img {
        background: url(../img/sp/presents_scroll.png) no-repeat;
        background-size: auto 100%;
        width: 1580px;
        height: 100%;
        animation: scroll-loop-X 25s linear infinite;
    }

    .presents_scroll .bg_img:nth-child(2) {
        left: 1580px;
    }

    
    .presents_box{
        margin: 15px auto auto auto;
    }

    .presents_text{
        font-size: 22px;
        text-align: center;
        line-height: 1.4;
        border-bottom: none;
        margin: auto auto 25px auto;
        padding-bottom: 0;
        position: relative;
    }

    .presents_text span{
        font-size: 28px;
    }

    .presents_text::before{
        position: absolute;
        left: -25px;
        bottom: 0;
    }

    .presents_text::after{
        position: absolute;
        right: -25px;
        bottom: 0;
    }

    .presents_inner{
        margin-bottom: 30px;
        padding: 140px 0 20px 0;
    }

    .presents_inner:nth-child(3) {
        padding-top: 175px;
    }

    .course_title{
        font-size: 20px;
        letter-spacing: 0.08em;
        height: auto;
        padding: 10px 0 13px 0;
        display: block;
        text-align: center;
    }

    .course_title_2{
        height: auto;
    }

    .course_title p:first-child{
        border-right: none;
        border-bottom: 1px solid #F00000;
        padding-bottom: 5px;
        line-height: 1;
        width: 90%;
        margin: auto auto 5px auto;
        padding-right: 0;
    }

    .course_title p:last-child{
        line-height: 1.35;
        width: 90%;
        margin: 0 auto;
        letter-spacing: 0.02em;
    }

    .course_title p span{
        font-size: 20px;
        margin-bottom: 0px;
    }

    .presents_inner_main ul{
        color: #000;
        width: 90%;
        display: block;
        margin: auto auto 30px auto;
    }

    .presents_inner_main ul li:first-child {
        max-width: 450px;
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
        text-align: center;
        display: inline-block;
    }

    .presents_inner_main ul li:last-child {
        text-align: center;
        margin-top: 0;
        width: 100%;
    }

    .presents_inner_main ul li:last-child p:nth-child(2){
        margin: 15px auto auto auto;
    }

    .presents_inner_main ul li:last-child p:last-child{
        padding: 5px 35px;
        margin-top: 15px;
    }

    .presents_inner_main ul li:last-child p:last-child span{
        font-size: 20px;
    }

    .presents_inner_detail{
        width: 90%;
    }

    .accordion_box .accordion_header {
        padding: 10px 0.5em;
    }

    .accordion_box .accordion_header .i_box {
        right: 15px;
        width: 15px;
        height: 15px;
    }

    .accordion_box .accordion_header .i_box .one_i {
        width: 15px;
        height: 15px;
    }

    .accordion_box .accordion_header .i_box .one_i:after {
        width: 15px;
    }

    .accordion_box .accordion_header .i_box .one_i:before {
        height: 15px;
        right: 43%;
    }

    .accordion_box:first-child .accordion_inner ul li:first-child,
    .presents_inner:nth-child(2) .accordion_box:last-child .accordion_inner ul li{
        font-size: 15px;
    }

    .accordion_box .accordion_inner ul li.asterisk{
        font-size: 12px;
    }

    .presents_inner:nth-child(2) .accordion_box:last-child{
        margin-top: 20px;
    }

    .presents_inner p.asterisk{
        font-size: 12px;
        width: 90%;
        margin: 20px auto auto auto;
    }

    .wallpaper_inner{
        width: 100%;
        padding: 20px 0;
    }

    .wallpaper_inner_main{
        width: 90%;
    }

    .wallpaper_inner_main div:last-child{
        margin-top: 20px;
    }

    .wallpaper_inner_main div:last-child p:first-child{
        font-size: 20px;
        padding: 3px 30px;
    }

    .wallpaper_inner_main div:last-child p:nth-child(2){
        font-size: 20px;
        margin: 10px auto 15px auto;
        letter-spacing: 0.02em;
    }

    .wallpaper_inner_main div:last-child p:nth-child(3){
        font-size: 17px;
        font-weight: 600;
        background: linear-gradient(transparent 60%, #FFC800 40%);
/*        display: inline-block;*/
        display: inline;
        padding: 0 8px;
    }

    .wallpaper_inner_main div:last-child p:nth-child(4){
        margin: 3px auto 5px auto;
        font-size: 17px
    }

    .wallpaper_inner_main div:last-child p:last-child{
        font-weight: 500;
    }


    /*products*/
    #products{
        padding: 20px 0 0 0;
    }

/*
    #products::after {
        content: '';
        background: url(../img/sp/products_scroll.png);
        background-repeat: repeat-x;
        background-size: auto 100%;
        width: 100%;
        height: 42px;
        position: absolute;
        bottom: 0;
        right: 0;
        animation: scrollX 20s linear infinite;
        z-index: 1;
    }
*/
    
    .products_scroll {
        height: 42px;
        margin: 50px auto auto auto
    }

    .products_scroll .bg_img {
        background: url(../img/sp/products_scroll.png) no-repeat;
        background-size: auto 100%;
        width: 1663px;
        height: 100%;
        animation: scroll-loop-X 25s linear infinite;
    }

    .products_scroll .bg_img:nth-child(2) {
        left: 1663px;
    }

    
    #products .products_text{
        font-size: 15px;
        margin: 10px auto 30px auto;
    }

    #products ul{
        flex-wrap: wrap;
        justify-content: center;
        margin: auto auto 30px auto;
        letter-spacing: 0.02em;
        font-size: 14px;
    }

    #products ul li{
        width: 46.77%;
        margin-bottom: 40px;
    }
    
    #products ul li:nth-child(2){
        margin-left: 5%;
    }
    
    #products ul li:last-child{
        margin-bottom: 0;
    }

    #products ul li p{
        margin-top: 15px;
    }

    #products .asterisk{
        font-size: 12px;
        letter-spacing: 0.07em;
    }
    
    /*application*/
    #application{
        padding: 45px 0 50px 0;
    }

    #application::before{
        content: '';
        background: url(../img/sp/application_l.png);
        background-repeat: repeat-y;
        background-size: 160px;
        height: 100%;
        width: 160px;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
    }

    #application::after{
        content: '';
        background: url(../img/sp/application_r.png);
        background-repeat: repeat-y;
        background-size: 160px;
        height: 100%;
        width: 160px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
    }

    .application_text{
        font-size: 17px;
        margin: 20px auto 70px auto;
    }

    .application_box .flow div{
        margin: auto auto 70px auto;
        display: block;
        padding: 20px 0;
        position: relative;
        border-top: 10px solid #000;
    }

    .application_box .flow div::before{
        font-size: 50px;
        top: -58px;
        left: 18px;
        letter-spacing: 0.07em;
    }

    .application_box .flow div ul{
        width: 88.4%;
        display: block;
    }

    .application_box .flow div:first-child ul li:first-child,
    .application_box .flow div:first-child ul li:last-child,
    .application_box .flow div:nth-child(2) ul li:first-child,
    .application_box .flow div:nth-child(n+4) ul li:first-child,
    .application_box .flow div:nth-child(2) ul li:last-child,
    .application_box .flow div:nth-child(n+4) ul li:last-child{
        width: 100%;
    }

    .application_box .flow div:nth-child(2) ul li:first-child img, 
    .application_box .flow div:nth-child(n+4) ul li:first-child img{
        width: 56.74%!important;
        margin: auto auto 10px auto;
        display: block;
    }

    .application_box .flow div ul .title{
        font-size: 20px;
        padding-bottom: 5px;
        text-align: center;
        line-height: 1.25;
    }

    .application_box .flow div ul .text{
        font-size: 15px;
        letter-spacing: 0.04em;
    }

    .application_box .flow div:nth-child(3) ul .title span.red{
        font-size: 13px;
        padding: 5px 10px;
        display: block;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .application_box .flow div:nth-child(3) ul .text{
        font-size: 17px;
        letter-spacing: 0.04em;
        margin-bottom: 10px;
    }

    .application_box .flow div:nth-child(3) ul .title span.title_span{
        margin-right: 0;
    }

    .application_box .flow div:nth-child(3) ol{
        display: block;
        margin-top: 10px;
    }

    .application_box .flow div:nth-child(3) ol ul{
        width: 100%;
        padding: 0 0 15px 0;
    }
    
    .application_box .flow div:nth-child(3) ol ul:first-child{
        margin-bottom: 15px;
    }

    .application_box .flow div:nth-child(3) ol ul li:first-child{
        margin-bottom: 15px;
        font-size: 17px;
    }
    
    .application_box .flow div:nth-child(3) ol ul li:nth-child(3){
        width: 65.8%;
    }

    .application_box .flow div:nth-child(3) ol ul li:nth-child(4){
        margin: 10px auto 0 auto;
        font-size: 15px;
        line-height: 1.4;
    }

    .application_box .flow div:nth-child(3) ol ul li:last-child{
        font-size: 18px;
    }

    .application_box .flow div:nth-child(n+2) ul .text{
        margin-bottom: 10px;
    }

    .application_box .flow div ul .asterisk{
        font-size: 12px;
    }

    .application_box .flow div:first-child ul li:last-child a{
        width: 100%;
        padding: 13px 0;
        font-size: 17px;
    }

    .application_box .flow div:first-child ul li:last-child a:first-child{
        margin-top: 20px;
    }

    .application_box .flow div:first-child ul li:last-child a::after{
        width: 7px;
        height: 11px;
        right: 10px;
    }

    .application_box .flow div:first-child ul li:last-child a span{
        font-size: 13px;
    }
    

    /*notes*/
    #notes{
        padding-bottom: 0;
    }

    .notes_box_title{
        font-size: 18px;
        padding: 10px 0.5em;
    }

    .notes_inner{
        margin: 15px auto auto auto;
    }

    .notes_inner .notes_text{
        font-size: 15px;
    }

    .notes_inner .receipt{
        display: block;
        margin-top: 20px;
    }

    .notes_inner .receipt li:first-child{
        max-width:450px;
        width: 100%;
/*        margin-bottom: 10px;*/
        margin: auto auto 10px auto;
    }

    .notes_inner .receipt li:last-child{
        max-width:450px;
        width: 100%;
        margin: 0 auto;
    }

    .notes_inner .receipt li:last-child span{
        max-width: none;
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }

    .notes_inner_title{
        font-size: 18px;
        margin-top: 20px;
    }

    .receipt_2 ul{
        font-size: 15px;
    }

    .receipt_3 ul{
        max-width: 450px;
        width: 100%;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .receipt_3 ul li{
        width: 43.2%;
        margin-right: 0;
        margin-bottom: 20px;
    }


    /*terms*/
    #terms{
        padding: 0 0 50px 0;
    }

/*
    #terms::after {
        content: '';
        background: url(../img/sp/products_scroll.png);
        background-repeat: repeat-x;
        background-size: auto 100%;
        width: 100%;
        height: 42px;
        position: absolute;
        top: 0;
        right: 0;
        animation: scrollX 20s linear infinite;
        z-index: 1;
    }
*/
    
    .terms_scroll {
        height: 42px;
        margin: auto auto 50px auto
    }

    .terms_scroll .bg_img {
        background: url(../img/sp/products_scroll.png) no-repeat;
        background-size: auto 100%;
        width: 1663px;
        height: 100%;
        animation: scroll-loop-X 25s linear infinite;
    }

    .terms_scroll .bg_img:nth-child(2) {
        left: 1663px;
    }
    
    
    
    

    .terms_text{
        margin: 20px auto;
        font-size: 17px;
    }

    #terms .content{
        margin-top: -0.5em;
        padding: 18px 0 20px 0;
    }

    #terms .content ul li:first-child{
        margin-bottom: 0;
    }

    #terms .accordion_box .accordion_header{
        font-size: 15px;
        letter-spacing: 0.08em;
    }
    
    .terms_box{
        margin-bottom: 50px;
    }



    /*faq*/
    #ac5{
        margin-top: 25px;
    }

    .faq ul li:first-child{
        padding-bottom: 8px;
        margin-bottom: 10px!important;
    }

    .faq ul li:first-child span{
        font-size: 25px;
        margin-right: 0;
        margin-bottom: 0px;
        width: 100%;
        text-align: center;
        display: inline-block;
    }

    #terms .content.faq{
        padding-top: 15px!important;
        font-size: 16px!important;
        letter-spacing: 0.02em;
    }

    #terms .content.faq ul{
        padding-bottom: 20px;
    }

    #terms .content.faq ul:last-child{
        margin-bottom: 0;
        padding-bottom: 0;
    }


    /*hypnosismic*/
    #hypnosismic{
        padding: 50px 0 30px 0;
    }

    #hypnosismic .hypnosismic_box{
        padding: 20px 0 30px 0;
    }
    
    #hypnosismic .hypnosismic_inner div:first-child{
        font-size: 35px;
        letter-spacing: 0;
        margin-bottom: 10px;
    }
    
    #hypnosismic .hypnosismic_inner div:last-child span {
        width: 62.14%;
        display: block;
        margin: auto auto 15px auto;
    }

    #hypnosismic .hypnosismic_inner div:last-child p{
        margin: auto auto 10px auto;
    }

    #hypnosismic .hypnosismic_inner ul{
        font-size: 14px;
        word-break: break-all;
        line-height: 1.7;
        letter-spacing: 0.02em;
    }

    #hypnosismic .hypnosismic_inner ul li:last-child{
        width: 100%;
    }

    #hypnosismic .hypnosismic_inner a{
        font-size: 15px;
        height: 55px;
        padding: 6px 0;
        letter-spacing: 0;
/*        margin-top:　25px;*/
        margin-top: 25px;
        line-height: 1.35;
    }

    #hypnosismic .hypnosismic_inner a::after{
        content: '';
        background-image: url(../img/arrow_h.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 8px;
        height: 12px;
        display: block;
        position: absolute;
        top: 53%;
        right: 10px;
        transform: translateY(-53%);
        -webkit-transform: translateY(-53%);
        -ms-transform: translateY(-53%);
    }

    /*contact*/
    #contact{
        padding: 30px 0 50px 0;
    }

    #contact ul{
        width: 100%;
        padding: 0 0 15px 0;
    }

    #contact ul li:first-child{
        font-size: 15px;
        letter-spacing: 0.04em;
        margin: auto auto 15px auto;
    }

    #contact ul li:nth-child(2){
        font-size: 15px;
        width: 95%;
        margin: 0 auto;
    }

    #contact ul li:nth-child(3){
        font-size: 18px;
        width: 95%;
    }

    #contact ul li:nth-child(4){
        font-size: 14px;
        width: 95%;
        margin: auto auto 10px auto;
    }
    
    #contact ul ol{
        width: 90%;
    }
    
    #copyright{
        letter-spacing: 0.04em;
        padding-bottom: 50px;
        width: 95%;
        margin: 0 auto;
    }
}

/*
@media screen and (max-width:370px){
    #about .about_text{
        font-size: 4.5vw;
    }
    #about .about_text span{
        font-size: 6vw;
    }
}
*/
@media screen and (max-width:368px){
    #about .about_text{
        font-size: 16px;
        letter-spacing: 0.02em;
    }
    .course_title{
        font-size: 19px;
    }
}

@media screen and (max-width:350px){
    .entry_box ul li a,
    .application_box .flow div:first-child ul li:last-child a{
        font-size: 4.5vw;
    }
    .entry_box ul li a span,
    .application_box .flow div:first-child ul li:last-child a span{
        font-size: 4vw;
    }
    .section_title span.font_ub{
        font-size: 10vw;
    }
    
    #products ul{
        display: block;
    }
    #products ul li,
    #products ul li:nth-child(2){
        margin: auto auto 30px auto;
        width: 60%;
    }
    
    #hypnosismic .hypnosismic_inner a{
        padding: 3.5vw 0;
        font-size: 13px;
    }
    #hypnosismic .hypnosismic_inner a::after{
        display: none;
    }
}

@media screen and (max-width:300px){
    #terms .accordion_box .accordion_header{
        font-size: 4.7vw;
    }
    #hypnosismic .hypnosismic_inner div:first-child{
        font-size: 10vw;
    }
}

@media screen and (max-width:290px){
    #nav {
        font-size: 4.1vw;
    }
    #copyright{
        font-size: 3.38vw;
    }
}