/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	common
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*bg
———————————————————————————————————————————————————————————————————*/
.type1{
    border: none;
    padding: 64px 24px;
}
.type1.brown {
	background: #F8F6F1;
}
.type1.green {
	background: #1E6131;
}

@media only screen and (max-width: 1024px) {
    .type1__inner1{
        max-width: 100%;
        padding: 0;
    }
}
@media only screen and (max-width: 768px) {
    .type1{
        padding: 40px 20px;
    }
}

/*niseko__title
———————————————————————————————————————————————————————————————————*/
.niseko__title{
    display: flex;
	justify-content: center;
	align-items: center;
    margin-bottom: 48px;
}
.niseko__title h2{
    color: #10431E;
    font-family: 'Montserrat';
	font-size: 32px;
	font-weight: 700;
    text-align: center;
	line-height: 1.4;
}
.niseko__title.white h2{
    color: #fff;
}
.niseko__title img:nth-of-type(1){
    width: 104.89px;
    height: auto;
    margin-right: 48px;
}
.niseko__title img:nth-of-type(2){
    width: 104.89px;
    height: auto;
    margin-left: 48px;
}

@media only screen and (max-width: 768px) {
    .niseko__title{
        margin-bottom: 40px;
    }
    .niseko__title h2{
        font-size: 28px;
    }
    .niseko__title img{
        display: none;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	n__fv
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#n__fv .type1__inner4 {
	display: flex;
	align-items: center;
	overflow: hidden;
}
#n__fv .type1__inner4 div{
	display: flex;
	-webkit-animation: slider__left 20s linear infinite;
	animation: slider__left 20s linear infinite;
	animation-duration: 40s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
	animation-name: slider__left;
}
#n__fv .type1__inner4 div img{
	width: 452px;
    height: auto;
	margin-right: 10px;
}
#n__fv .fv__text{
    position: relative;
    margin-top: -250px;
}
#n__fv .fv__text > div{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-0);
    max-width: 1120px;
    width: 87.5%;
}
#n__fv .fv__text > div > div{
    margin-bottom: 24px;
}
#n__fv .fv__text > div > div img{
    width: auto;
    height: 112px;
}
#n__fv .fv__text > div > h1 img{
    width: auto;
    height: 36px;
    margin-left: 16px;
}

@media only screen and (max-width: 1024px) {
    #n__fv .fv__text{
        margin-top: -120px;
    }
    #n__fv .fv__text > div{
        max-width: 100%;
        width: 100%;
        padding: 0 24px;
    }
    #n__fv .fv__text > div > div img{
        height: 89.6px;
    }
    #n__fv .fv__text > div > h1 img{
        height: 28.8px;
    }
}
@media only screen and (max-width: 768px) {
    #n__fv .type1__inner4.sp__only{
        display: flex!important;
    }
    #n__fv .type1__inner4 div img{
        width: 324px;
    }
    #n__fv .fv__text{
        margin-top: -80px;
    }
    #n__fv .fv__text > div{
        padding: 0 20px;
    }
    #n__fv .fv__text > div > div img{
        width: 100%;
        height: auto;
    }
    #n__fv .fv__text > div > h1 img{
        width: 84.637681159%;
        height: auto;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	n__point
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#n__point .type1__flex2{
    align-items: flex-start;
    flex-wrap: wrap;
}
#n__point .type1__flex2 div{
    width: 47.90174002%;
    max-width: 47.90174002%;
    margin-bottom: 48px;
}
#n__point .type1__flex2 div img:nth-of-type(1){
    margin-bottom: -24px;
}
#n__point .type1__flex2 div img:nth-of-type(2){
    width: auto;
    height: 48px;
    margin-bottom: 4px;
}
#n__point .type1__flex2 div h3{
    display: inline-block;
    color: #10431E;
	font-size: 18px;
	font-weight: 700;
    padding: 8px 10px;
    background: #fff;
    border-radius: 4px;
	line-height: 1.4;
    margin-bottom: 12px;
}
#n__point .type1__flex2 div h3.sp{
    display: none;
}
#n__point .type1__flex2 div p{
    font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
}

@media only screen and (max-width: 768px) {
    #n__point .type1__flex2 div{
        width: 100%;
        max-width: 100%;
    }
    #n__point .type1__flex2 div h3{
        margin-bottom: 8px;
    }
    #n__point .type1__flex2 div h3.pc{
        display: none;
    }
    #n__point .type1__flex2 div h3.sp{
        display: inline-block;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	n__charm
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#n__charm .type1__flex2{
    align-items: stretch;
}
#n__charm .type1__flex2 div{
    position: relative;
    width: 47.90174002%;
    max-width: 47.90174002%;
    background: #E0EFE4;
    border-radius: 20px;
    padding: 24px;
}
#n__charm .type1__flex2 div::before{
    position: absolute;
    bottom: 48px;
    right: 32px;
    content: "";
    width: 133.34px;
    height: 167.77px;
    background: url(/wordpress/wp-content/themes/u-gaku__theme/images/new/countries/niseko/charm.svg);
    background-repeat: no-repeat;
    background-position: center;
}
#n__charm .type1__flex2 div h3{
    position: relative;
    z-index: 1;
    color: #1E6131;
	font-size: 24px;
	font-weight: 700;
    text-align: center;
	line-height: 1.6;
    margin-bottom: 20px;
}
#n__charm .type1__flex2 div p{
    position: relative;
    z-index: 1;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
}
#n__charm .type1__flex2 div p strong{
	font-weight: 700;
}
#n__charm .type1__flex2 div p a{
	font-weight: 700;
    border-bottom: 1px solid #222;
}

@media only screen and (max-width: 768px) {
    #n__charm .type1__flex2 div{
        width: 100%;
        max-width: 100%;
        padding: 24px 16px;
    }
    #n__charm .type1__flex2 div h3{
        font-size: 20px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	n__gallery
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#n__gallery{
    margin-bottom: -32px;
}
#n__gallery .type1__inner4 {
	display: flex;
	align-items: center;
	overflow: hidden;
}
#n__gallery .type1__inner4 div{
	display: flex;
	-webkit-animation: slider__left 20s linear infinite;
	animation: slider__left 20s linear infinite;
	animation-duration: 40s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
	animation-name: slider__left;
}
#n__gallery .type1__inner4 div img{
	width: 300px;
    height: auto;
	margin-right: 10px;
}
#n__gallery .type1__inner4 div img:nth-of-type(2n-1){
    margin-bottom: 48px;
}
#n__gallery .type1__inner4 div img:nth-of-type(2n){
    margin-top: 48px;
}

@keyframes slider__left {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	n__class
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#n__class .type1__inner1.text{
    margin-bottom: 24px;
}
#n__class .type1__inner1.text h3{
    color: #1E6131;
	font-size: 24px;
	font-weight: 700;
    text-align: center;
	line-height: 1.6;
    margin-bottom: 20px;
}
#n__class .type1__inner1.text p{
	font-size: 14px;
    text-align: center;
	line-height: 1.6;
}
#n__class .type1__flex2{
    align-items: stretch;
}
#n__class .type1__flex2 > div{
    position: relative;
    width: 47.90174002%;
    max-width: 47.90174002%;
    display: flex;
    flex-direction: column;
}
#n__class .type1__flex2 > div > img{
    width: auto;
    height: 48px;
    margin: 0 auto -16px;
}
#n__class .type1__flex2 > div > p{
    background: #1E6131;
    padding: 8px 0;
    border-radius: 20px 20px 0 0;
    color: #fff;
	font-size: 20px;
	font-weight: 700;
    text-align: center;
	line-height: 1.6;
    letter-spacing: 0.04em;
}
#n__class .type1__flex2 > div > div{
    background: #fff;
    padding: 24px 48px 48px 48px;
    border-radius: 0 0 20px 20px;
    flex-grow: 1;
}
#n__class .type1__flex2 > div > div img{
    padding: 0 20px;
    margin-bottom: 24px;
}
#n__class .type1__flex2 > div > div p{
    position: relative;
    color: #1E6131;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
    padding-left: 28px;
    margin-bottom: 24px;
}
#n__class .type1__flex2 > div > div p::before{
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 23px;
    height: 23px;
    background: url(/wordpress/wp-content/themes/u-gaku__theme/images/new/countries/niseko/class__check.svg);
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (max-width: 768px) {
    #n__class .type1__inner1.text h3{
        font-size: 20px;
    }
    #n__class .type1__inner1.text p{
        text-align: left;
    }
    #n__class .type1__flex2 > div{
        width: 100%;
        max-width: 100%;
    }
    #n__class .type1__flex2 > div > div{
        padding: 16px;
    }
    #n__class .type1__flex2 > div > div img{
        padding: 0;
    }
    #n__class .type1__flex2 > div > div p{
        font-size: 16px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	n__supervisor
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#n__supervisor > div{
    max-width: 977px;
    margin: -64px auto 80px;
    background: #1E6131;
    padding: 60px;
    border-radius: 40px;
    color: #fff;
    position: relative;
    z-index: 1;
}
#n__supervisor .type1__flex2 > div:nth-of-type(1){
    width: 36.639439906%;
    max-width: 36.639439906%;
}
#n__supervisor .type1__flex2 > div:nth-of-type(2){
    width: 58.576429404%;
    max-width: 58.576429404%;
}
#n__supervisor .type1__flex2 > div:nth-of-type(2) h3{
    font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
    margin-bottom: 8px;
}
#n__supervisor .type1__flex2 > div:nth-of-type(2) p:nth-of-type(1){
    font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
    margin-bottom: 16px;
}
#n__supervisor .type1__flex2 > div:nth-of-type(2) p:nth-of-type(2){
    font-size: 14px;
	line-height: 1.6;
}

@media only screen and (max-width: 1024px) {
    #n__supervisor{
        max-width: 100%;
        width: 100%;
        padding: 0 24px;
    }
    #n__supervisor > div{
        max-width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    #n__supervisor > div{
        padding: 40px 16px;
    }
    #n__supervisor .type1__flex2 > div:nth-of-type(1){
        width: 100%;
        max-width: 100%;
    }
    #n__supervisor .type1__flex2 > div:nth-of-type(2){
        width: 100%;
        max-width: 100%;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	n__schedule
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#n__schedule .type1__inner1.title{
    margin-bottom: 24px;
}
#n__schedule .type1__inner1.title h3{
    color: #1E6131;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
    background: #E0EFE4;
    width: 100%;
    padding: 8px 0;
    border-radius: 10px;
    text-align: center;
}
#n__schedule .type1__flex4{
    justify-content: flex-start;
    flex-wrap: wrap;
}
#n__schedule .type1__flex4 > div{
    width: 23.541453428%;
    max-width: 23.541453428%;
    margin-right: 1.944728761%;
    margin-bottom: 40px;
}
#n__schedule .type1__flex4 > div:nth-of-type(4n){
    margin-right: 0;
}
#n__schedule .type1__flex4 > div img{
    margin-bottom: 16px;
}
#n__schedule .type1__flex4 > div h4{
    color: #1E6131;
    font-family: 'Montserrat';
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
    margin-bottom: 12px;
}
#n__schedule .type1__flex4 > div p{
	font-size: 14px;
}
#n__schedule .type1__flex2{
    display: none;
}

@media only screen and (max-width: 768px) {
    #n__schedule .type1__inner1.title h3{
        font-size: 20px;
    }
    #n__schedule .type1__flex4{
        flex-wrap: nowrap;
        overflow: scroll;
        margin-bottom: 24px;
    }
    #n__schedule .type1__flex4 > div{
        width: 232px;
        min-width: 232px;
        margin-right: 16px;
        margin-bottom: 0;
    }
    #n__schedule .type1__flex4 > div:nth-of-type(4n){
        margin-right: 0;
    }
    #n__schedule .type1__flex4 > div img{
        margin-bottom: 16px;
    }
    #n__schedule .type1__flex4 > div h4{
        color: #1E6131;
        font-family: 'Montserrat';
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 12px;
    }
    #n__schedule .type1__flex4 > div p{
        font-size: 14px;
    }
    #n__schedule .type1__flex2{
        display: flex;
        justify-content: flex-end;
        margin-bottom: 40px;
    }
    #n__schedule .type1__flex2 p{
        color: #1E6131;
        font-size: 20px;
        line-height: 1;
        margin-right: 10px;
    }
    #n__schedule .type1__flex2 img{
        width: 24px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	n__program
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#n__program .type1__flex3{
    align-items: stretch;
}
#n__program .type1__flex3 > div{
    position: relative;
    width: 31.729785056%;
    max-width: 31.729785056%;
    text-align: center;
    display: flex;
    flex-direction: column;
}
#n__program .type1__flex3 > div > div:nth-of-type(1) > p{
    position: relative;
    display: inline-block;
    padding: 8px 18px;
    background: #E0EFE4;
    color: #1E6131;
    border: 3px solid #fff;
    border-radius: 44px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}
#n__program .type1__flex3 > div > div:nth-of-type(2){
    padding: 32px 20px 20px 20px;
    margin-top: -19px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
#n__program .type1__flex3 > div > div:nth-of-type(2) h3{
    color: #1E6131;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
    margin-bottom: 24px;
}
#n__program .type1__flex3 > div > div:nth-of-type(2) p{
	font-size: 14px;
	line-height: 1.6;
    text-align: left;
}
#n__program .type1__flex3 > div > div:nth-of-type(2) p:nth-of-type(2){
    color: #FFC422;
    font-family: 'Montserrat';
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
    text-align: center;
    margin-top: 16px;
}

@media only screen and (max-width: 1024px) {
    #n__program .type1__flex3 > div{
        max-width: 100%;
        width: 48.686244204%;
    }
}
@media only screen and (max-width: 768px) {
    #n__program .type1__flex3 > div{
        width: 100%;
        max-width: 100%;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	n__interview
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#n__interview .type1__flex2{
    align-items: stretch;
}
#n__interview .type1__flex2 > div{
    position: relative;
    width: 47.90174002%;
    max-width: 47.90174002%;
    padding: 24px;
    border: 1px solid #E0EFE4;
    border-radius: 20px;
}
#n__interview .type1__flex2 > div > div{
    display: flex;
	justify-content: flex-start;
	align-items: center;
    margin-bottom: 20px;
}
#n__interview .type1__flex2 > div > div > img{
    width: 80px;
    margin-right: 20px;
}
#n__interview .type1__flex2 > div > div > div > div{
    display: flex;
	justify-content: flex-start;
	align-items: center;
    margin-bottom: 8px;
}
#n__interview .type1__flex2 > div > div > div > div p:nth-of-type(1){
    display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
    margin-right: 12px;
}
#n__interview .type1__flex2 > div > div > div > div p:nth-of-type(2){
    display: inline-block;
    padding: 4px 10px;
    background: #1E6131;
    color: #fff;
    border-radius: 30px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}
#n__interview .type1__flex2 > div > div > div > div p{
    font-size: 14px;
	line-height: 1.6;
}

@media only screen and (max-width: 768px) {
    #n__interview .type1__flex2 > div{
        width: 100%;
        max-width: 100%;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	n__price
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#n__price .niseko__title h2{
    color: #fff;
}
#n__price .type1__inner2.price{
    margin-bottom: 80px;
}
#n__price .price__table{
    margin-bottom: 24px;
}
#n__price .price__table--text.show{
    display: block;
}
#n__price .price__table--text{
    display: none;
    background: #F6F6F6;
    border: 2px solid #222;
    border-radius: 8px;
    padding: 8px 20px;
}
#n__price .price__table--text--item{
    padding: 12px 24px;
    border-bottom: 1px solid #222;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#n__price .price__table--text--item:last-of-type{
    border-bottom: none;
}
#n__price .price__table--text--item > div:nth-of-type(1) p:nth-of-type(1){
    font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
    margin-bottom: 4px;
}
#n__price .price__table--text--item > div:nth-of-type(1) p:nth-of-type(1) span{
    font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
}
#n__price .price__table--text--item > div:nth-of-type(2){
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
#n__price .price__table--text--item > div:nth-of-type(2) p:nth-of-type(1){
    display: inline-block;
    font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
}
#n__price .price__table--text--item > div:nth-of-type(2) p:nth-of-type(1) span{
    display: inline-block;
    font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}
#n__price .type1__inner2.price > p{
    color: #fff;
	font-size: 16px;
	line-height: 1.6;
    text-align: left;
    margin-bottom: 8px;
}
#n__price .type1__inner2.refund{
    color: #fff;
    text-align: center;
}
#n__price .type1__inner2.refund h3{
    font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
    margin-bottom: 24px;
}
#n__price .type1__inner2.refund p{
    font-size: 16px;
	line-height: 1.6;
    margin-bottom: 16px;
}
#n__price .type1__inner2.refund img{
    margin-bottom: 24px;
}
#n__price .type1__inner2.refund a{
    display: inline-block;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
    #n__price .price__table--text--item{
        display: block;
    }
    #n__price .price__table--text--item > div:nth-of-type(2){
        display: block;
    }
    #n__price .type1__inner2.price > p{
        font-size: 14px;
    }
    #n__price .type1__inner2.refund p{
        font-size: 14px;
        text-align: left;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	n__flow
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#n__flow .guidance-preparation__icon{
    border: 2px solid #E0EFE4;
	border-radius: 16px;
	padding: 20px 24px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 24px;
}
#n__flow .guidance-preparation__icon > div:nth-of-type(1){
	width: 40px;
	margin-right: 32px;
}
#n__flow .guidance-preparation__icon > div:nth-of-type(1) img{
    height: 40px;
}
#n__flow .guidance-preparation__icon > div:nth-of-type(2){
	display: block;
	width: 1px;
	height: 100px;
	background: #F1EDE4;
	margin-right: 32px;
}
#n__flow .guidance-preparation__icon > div:nth-of-type(3){
	width: 64px;
	margin-right: 32px;
}
#n__flow .guidance-preparation__icon > div:nth-of-type(4){
	width: calc(100% - 201px);
}
#n__flow .guidance-preparation__icon > div:nth-of-type(4) h3{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
	letter-spacing: 0.08em;
	margin-bottom: 8px;
}
#n__flow .guidance-preparation__icon > div:nth-of-type(4) p{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
	letter-spacing: 0.08em;
}
#n__flow .guidance-preparation__icon > div:nth-of-type(4) p a{
	display: inline-block;
	color: #1E6131;
    font-size: 14px;
    line-height: 1.5;
	letter-spacing: 0.08em;
	border-bottom: 1px solid #1E6131;
}
#n__flow .guidance-preparation__start > img{
	width: 24px;
	margin: 0 auto 24px;
}
#n__flow .guidance-preparation__start > p{
	text-align: center;
}
#n__flow .guidance-preparation__start > p:nth-of-type(1){
	color: #1E6131;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
	letter-spacing: 0.08em;
	margin-bottom: 16px;
}
#n__flow .guidance-preparation__start > p:nth-of-type(2){
    font-size: 14px;
    line-height: 1.5;
	letter-spacing: 0.08em;
}

@media only screen and (max-width: 768px) {
	#n__flow .guidance-preparation__icon{
		padding: 20px;
		display: block;
	}
	#n__flow .guidance-preparation__icon > div:nth-of-type(1){
		width: 40px;
		margin: 0 auto 16px;
	}
	#n__flow .guidance-preparation__icon > div:nth-of-type(2){
		display: none;
	}
	#n__flow .guidance-preparation__icon > div:nth-of-type(3){
		width: 64px;
		margin: 0 auto 16px;
	}
	#n__flow .guidance-preparation__icon > div:nth-of-type(4){
		width: 100%;
	}
	#n__flow .guidance-preparation__icon > div:nth-of-type(4) h3{
		text-align: center;
	}
    #n__flow .guidance-preparation__start > img{
		width: 24px;
		margin: 0 auto 24px;
	}
	#n__flow .guidance-preparation__start > p{
		text-align: center;
	}
	#n__flow .guidance-preparation__start > p:nth-of-type(1){
		font-size: 20px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	n__cta
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#n__cta > div{
    max-width: 977px;
    margin: 80px auto;
    background: #F8F6F1;
    padding: 40px;
    border-radius: 40px;
    text-align: center;
}
#n__cta .niseko__title{
    margin-bottom: 32px;
}
#n__cta .niseko__title h2{
	font-size: 24px;
}
#n__cta .type1__inner2 p{
    font-size: 14px;
	line-height: 1.6;
    margin-bottom: 32px;
}
#n__cta .type1__inner2 a{
    display: block;
    width: 280px;
    height: auto;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    #n__cta{
        max-width: 100%;
        width: 100%;
        padding: 0 24px;
    }
    #n__cta > div{
        max-width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    #n__cta > div{
        padding: 32px 16px;
    }
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	n__faq
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#n__faq .faq__item{
	margin-bottom: 40px;
}
#n__faq .faq__item--question {
	padding: 16px 20px;
	background: #F8F6F1;
	border-radius: 4px;
    border: none;
    box-shadow: none;
}
#n__faq .faq__item--question img:nth-of-type(2) {
	right: 16px;
	width: 24px;
	height: 24px;
}
#n__faq .faq__item--question p {
	font-size: 16px;
	font-weight: 700;
	margin: auto 20px auto 0;
}
#n__faq .faq__item--answer {
	align-items: flex-start;
	padding: 16px 20px;
}
#n__faq .faq__item--answer p {
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}
#n__faq .faq__item--answer p a{
    color: #1E6131;
	border-bottom: 1px solid #1E6131;
}

@media only screen and (max-width: 768px) {
	#n__faq .faq__item{
		margin-bottom: 24px;
	}
	#n__faq .faq__item--question {
		padding: 8px 10px;
	}
	#n__faq .faq__item--question img:nth-of-type(1) {
		width: 30px;
		height: 30px;
	}
	#n__faq .faq__item--question img:nth-of-type(2) {
		right: 10px;
		width: 12px;
		height: 12px;
	}
	#n__faq .faq__item--question p {
		font-size: 14px;
		margin: auto 12px auto 0;
	}
	#n__faq .faq__item--answer {
		padding: 8px 10px;
	}
	#n__faq .faq__item--answer img {
		width: 30px;
		height: 30px;
	}
	#n__faq .faq__item--answer p {
		font-size: 14px;
	}
}