/*! SCSS for NetGains affiliate FRONT pages */
html {
    font-size: 62.5%;
}

html>body {
    text-align: left;
    font-family: 'arial', 'Hiragino kaku Gothic Pro', 'Meiryo', 'Yu Gothic', sans-serif;
    position: relative;
    font-size: 14px;
    line-height: 1;
    box-sizing: border-box;
    color: #222;
}

html a {
    color: #3271cc;
    cursor: pointer;
}

html div,
html a,
html span,
html ul,
html li,
html input,
html form,
html textarea,
html label,
html select {
    box-sizing: border-box;
}

.sideC-registration,
.sideC-advertisement,
.sideC-registeredNum,
.sideC-pageLink,
.sideC-navi,
.cntnt-registration,
.cntnt-pageLink,
.cntnt-pageNav,
.cntnt-qanda,
.toppage .carousel,
.toppage .toppage_cntnt,
.beginner_cntnt,
.userGuide_cntnt {
    background-color: #fff;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 20px;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.aflvisitor {
    width: 100%;
    min-height: 1000px;
    margin-top: 109px;
}

.text-11,
.menuLink-11_wrap .description {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #666;
}

.text-11>a,
.menuLink-11_wrap .description>a {
    text-decoration: underline;
}

.text-15 {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #666;
}

.text-12 {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #222;
}

.text-12>a {
    text-decoration: underline;
}

span.important {
    color: #FF820D;
}

span.weightB {
    font-weight: bold;
}

.s-hidden {
    display: none !important;
}

.loading,
.loading-b {
    padding: 10px;
    display: block;
    width: 100%;
    text-align: center;
}

.loading_inner,
.loading-b_inner {
    width: 30px;
    height: 30px;
    clear: both;
    margin: 0 auto;
    border: 2px rgba(239, 87, 99, 0.3) solid;
    border-top: 2px #FF820D solid;
    border-radius: 50%;
    animation: spinnerRot 0.8s infinite linear;
}

@-webkit-keyframes spinnerRot {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes spinnerRot {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes spinnerRot {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

.loading-b {
    padding: 10px;
    display: block;
    width: 100%;
    text-align: center;
}

.loading-b_inner {
    width: 50px;
    height: 50px;
}

@-webkit-keyframes spinnerRot {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes spinnerRot {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes spinnerRot {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

.accordion {
    margin: 0 auto;
}

.accordion input {
    display: none;
}

.accordion label {
    display: block;
    cursor: pointer;
}

.accordion .ac-cntnt {
    transition: all 0.15s ease;
    height: 0;
    overflow: hidden;
    padding: 0;
}

.accordion input:checked+.ac-cntnt {
    height: auto;
    padding: 10px;
}

.alert-12 {
    font-size: 1.4rem;
    padding: 8px;
}

.alert-12.atnton {
    color: #FF820D;
    background-color: #ffeeef;
}

.alert-12.info {
    color: #2c82e7;
    background-color: #d6e9ff;
}

.l-cntnt {
    width: 1080px;
    margin: 0 auto;
}

.l-2cl {
    margin: 0 auto;
    padding-top: 24px;
    padding-bottom: 60px;
    width: 1080px;
    display: flex;
}

.l-2cl_side {
    width: 240px;
    margin-right: 40px;
}

.l-2cl_main {
    width: 800px;
}

.afiHeader_menu>li a,
.afiHeader_links>a {
    display: inline-block;
    line-height: 45px;
    color: #222;
}

.afiHeader {
    width: 100%;
}

.afiHeader_loginArea {
    margin-left: auto;
}

.afiHeader_loginArea>a {
    display: inline-block;
    vertical-align: middle;
}

.afiHeader_menu {
    display: flex;
}

.afiHeader_menu>li a {
    font-weight: bold;
    margin-right: 24px;
}

.afiHeader_menu>li:last-child a {
    margin-right: 0;
}

.afiHeader_menu>li.active a {
    color: #FF820D;
}

.afiHeader_links {
    margin-left: auto;
}

.afiHeader_links>a:hover {
    color: rgb(255, 130, 13);
}

.pageTtl-11 {
    padding: 4px;
}

.pageTtl-11_inner {
    height: 140px;
    padding: 32px;
    border-radius: 3px;
    text-align: center;
}

.pageTtl-11_ttl {
    font-size: 3.6rem;
    color: #222;
    margin-bottom: 20px;
}

.pageTtl-11_dscrpt {
    font-size: 1.6rem;
    font-weight: bold;
    color: #666;
}

.pageTtl-12 {
    padding: 20px 20px 0;
}

.pageTtl-12_ttl {
    font-size: 2.8rem;
    color: #222;
    border-radius: 3px;
    padding: 16px;
    text-align: center;
    margin-bottom: 16px;
}

.pageTtl-12_ttl .num {
    font-weight: bold;
    color: #FF820D;
    margin-right: 6px;
    font-size: 3rem;
}

.pageTtl-12_dscrpt {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #666;
}

.checkText {
    font-size: 1.8rem;
}

.checkText .ico {
    margin-right: 6px;
}

.checkText+.text-11,
.menuLink-11_wrap .checkText+.description {
    margin-top: 12px;
}

.note-11 {
    background-color: #fff9f0;
    padding: 20px;
    margin: 20px;
}

.note-11_ttl {
    font-weight: bold;
    margin-bottom: 6px;
}

.menuLink-11 {
    padding: 20px;
    display: block;
    background-color: #fff;
    transition: background-color 0.15s ease;
}

.menuLink-11_ttl {
    font-size: 2.4rem;
    color: #222;
    margin-bottom: 12px;
}

.menuLink-11_ttl .num {
    color: #FF820D;
    margin-right: 8px;
    font-weight: bold;
}

.menuLink-11_wrap {
    display: flex;
}

.menuLink-11_wrap .illustration {
    flex: 0 0 auto;
    background-color: #fff9f0;
    width: 300px;
    height: 180px;
    overflow: hidden;
}

.menuLink-11_wrap .description {
    position: relative;
    flex: 1 1 auto;
    margin-left: 30px;
}

.menuLink-11_wrap .description_link {
    color: #3271cc;
    font-weight: bold;
    font-size: 1.6rem;
    position: absolute;
    bottom: 20px;
}

.menuLink-11_wrap .description_link .ico {
    margin-right: 6px;
}

.menuLink-11+.menuLink-11 {
    border-top: 1px solid #dcdcdc;
}

.menuLink-11:hover {
    background-color: #f7f7f7;
}

.heading-11 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.heading-11_inner {
    display: inline-block;
    position: relative;
    font-size: 2.4rem;
    font-weight: bold;
    width: 100%;
    color: #79A31D;
    padding: 24px 20px 20px 20px;
    text-align: left;
    border-bottom: 2px solid #79A31D;
}

.heading-12 {
    display: flex;
    align-items: center;
}

.heading-12_step {
    font-size: 1.6rem;
    color: white;
    background-color: #FF820D;
    padding: 0 6px;
    height: 22px;
    line-height: 23px;
    margin-right: 16px;
    position: relative;
}

.heading-12_step:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 6px;
    border-color: transparent transparent transparent #FF820D;
    position: absolute;
    top: 0;
    right: -6px;
}

.heading-12_ttl {
    font-weight: bold;
    font-size: 2rem;
    color: #FF820D;
}

.frame-11 {
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    margin: 20px;
}

.frame-11_ttl {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 16px;
    text-align: center;
}

.frame-11_cntnt {
    padding: 20px;
}

.frame-11_cntnt_section+.frame-11_cntnt_section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #dcdcdc;
}

.frame-11_figure {
    background-color: #fff9f0;
    padding: 20px;
    margin-top: 16px;
}

.frame-11_figure>a {
    display: block;
}

.frame-11_figure>a img {
    width: inherit;
    max-width: 100%;
    height: auto;
}

.frame-11 .heading-12 {
    margin-bottom: 12px;
}

.frame-11+.frame-11 {
    margin-top: 30px;
}

.linkArea-11 {
    padding: 12px 20px;
    background-color: #eef6ff;
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
    border-radius: 3px;
    transition: background-color 0.15s ease;
}

.linkArea-11:hover {
    background-color: #cfe6ff;
}

.linkArea-11 .ico {
    margin-right: 6px;
}

.linkArea-12 {
    padding: 20px;
    background-color: #fff9f0;
    font-size: 1.6rem;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.linkArea-12>div {
    flex: 0 0 auto;
}

.linkArea-12_btns .btn-11,
.linkArea-12_btns .btn-12 {
    min-width: 120px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

.linkArea-12_btns .btn-11+.btn-12 {
    margin-left: 10px;
}

.figure-13 {
    display: flex;
    align-items: center;
    margin: 20px;
}

.figure-13_steps {
    flex: 0 0 auto;
    width: 160px;
    height: 160px;
    background-color: #fff9f0;
    border-radius: 80px;
    border: 1px solid #FF820D;
    padding: 20px 4px;
    text-align: center;
}

.figure-13_steps .num {
    font-size: 3rem;
    font-weight: bold;
    color: #FF820D;
    margin-bottom: 10px;
}

.figure-13_steps .text {
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 12px;
}

.figure-13_arrow {
    flex: 1 1 auto;
    height: 1px;
    width: auto;
    background-color: #FF820D;
}

.section:last-child {
    padding-bottom: 40px;
}

.heading-11+.frame-11,
.heading-11+.text-11,
.menuLink-11_wrap .heading-11+.description,
.text-11+.frame-11,
.menuLink-11_wrap .description+.frame-11 {
    margin: 20px;
}

.menuLink-11_wrap .description+.linkArea-11 {
    margin-top: 24px;
}

.frame-11_figure+.text-11,
.menuLink-11_wrap .frame-11_figure+.description {
    margin-top: 20px;
}

.sideC-registration {
    display: block;
    box-shadow: 1px 0 8px rgba(0, 0, 0, 0.1);
    padding: 4px;
    height: 200px;
    background: #ffa9b3 url(/../images/banner-01.png) 232px 192px no-repeat;
    background-position: 4px 4px;
    transition: background-color 0.15s ease;
}

.sideC-registration:hover {
    background-color: #ff4359;
}

.sideC-advertisement {
    display: block;
    box-shadow: 1px 0 8px rgba(0, 0, 0, 0.1);
    padding: 4px;
    height: 200px;
    background: #b0eeff url(/../images/banner-02.png) 232px 100px no-repeat;
    background-position: 4px 4px;
    transition: background-color 0.15s ease;
}

.sideC-advertisement:hover {
    background-color: #4ad8ff;
}

.sideC-registeredNum {
    box-shadow: 1px 0 8px rgba(0, 0, 0, 0.1);
    padding: 16px 20px;
}

.sideC-registeredNum_ttl {
    font-weight: bold;
    margin-bottom: 8px;
}

.sideC-registeredNum_num {
    font-size: 3rem;
    font-weight: bold;
    color: #FF820D;
}

.sideC-pageLink {
    box-shadow: 1px 0 8px rgba(0, 0, 0, 0.1);
    padding: 4px;
    height: 110px;
}

.sideC-pageLink:hover {
    background-color: #4ad8ff;
}

.sideC-pageLink_inner {
    padding: 12px;
    display: block;
    position: relative;
    transition: background-color 0.15s ease;
}

.sideC-pageLink_inner.beginner {
    background: #dbfaec url(/../images/banner-03.png) 237px 102px repeat;
    height: 100%;
}

.sideC-pageLink_inner.userguide {
    background: #deebfc url(/../images/banner-04.png) 237px 102px repeat;
    height: 100%;
}


.sideC-pageLink_inner.adtype {
    background: #ffe4b4 url(/../images/bg-01.png) repeat;
}

.sideC-pageLink_inner:hover:before {
    z-index: 999;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: fadeIn 0.2s;
}

.sideC-navi {
    box-shadow: 1px 0 8px rgba(0, 0, 0, 0.1);
}

.sideC-navi_ttl {
    font-size: 1.3rem;
    font-weight: bold;
    border-bottom: 2px solid #FF820D;
    padding: 16px 16px 10px 16px;
}

.sideC-navi_list li {
    border-bottom: 1px solid #dcdcdc;
}

.sideC-navi_list li>a {
    display: block;
    line-height: 20px;
    padding: 14px 16px;
    background-color: #fff;
    transition: background-color 0.15s ease;
    color: #222;
}

.sideC-navi_list li>a:hover {
    background-color: #f7f7f7;
}

.sideC-navi_list li:last-child {
    border-bottom: none;
}

.sideC-navi_list li>a.active {
    color: #FF820D;
    font-weight: bold;
}

.cntnt-registration {
    box-shadow: 1px 0 8px rgba(0, 0, 0, 0.1);
}

.cntnt-registration_btn {
    padding: 30px 0;
    text-align: center;
}

.cntnt-registration .btn-12 {
    padding: 16px 32px;
    font-size: 2rem;
    border-radius: 26px;
}

.cntnt-pageLink {
    box-shadow: 1px 0 8px rgba(0, 0, 0, 0.1);
    padding: 4px;
}

.cntnt-pageLink_inner {
    padding: 32px;
    display: block;
    position: relative;
    transition: background-color 0.15s ease;
}

.cntnt-pageLink_inner.beginner {
    background: #dbfaec url(/../images/bg-03.png) repeat;
}

.cntnt-pageLink_inner.adtype {
    background: #ffe4b4 url(/../images/bg-01.png) repeat;
}

.cntnt-pageLink_inner.userguide {
    background: #deebfc url(/../images/bg-02.png) repeat;
}

.cntnt-pageLink_inner:hover:before {
    z-index: 999;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.4);
    animation: fadeIn 0.2s;
}

.cntnt-pageLink_ttl {
    z-index: 1000;
    position: relative;
    font-size: 2.8rem;
    margin-bottom: 16px;
    padding-right: 300px;
    color: #222;
}

.cntnt-pageLink_text {
    z-index: 1000;
    position: relative;
    font-size: 1.6rem;
    padding-right: 300px;
    line-height: 1.3;
    color: #666;
}

.cntnt-pageLink_illust {
    z-index: 1000;
    position: relative;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 30px;
}

.cntnt-pageNav {
    box-shadow: 1px 0 8px rgba(0, 0, 0, 0.1);
    display: flex;
    padding: 20px;
    font-size: 1.6rem;
}

.cntnt-pageNav_backTo {
    border-right: 1px solid #dcdcdc;
    padding-right: 20px;
}

.cntnt-pageNav_backTo .item {
    color: #222;
}

.cntnt-pageNav_pages .item {
    margin-left: 20px;
}

.cntnt-pageNav>div {
    width: 50%;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.cntnt-pageNav>div .item {
    display: block;
    padding: 10px;
    background-color: #fff;
    transition: background-color 0.15s ease;
}

.cntnt-pageNav>div .item:hover {
    background-color: #f7f7f7;
}

.cntnt-pageNav .ico {
    margin-right: 6px;
}

.cntnt-qanda {
    box-shadow: 1px 0 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.cntnt-qanda_ttl {
    font-size: 2.4rem;
    padding-bottom: 12px;
    border-bottom: 3px solid #dcdcdc;
}

.cntnt-qanda_list li {
    border-bottom: 1px solid #dcdcdc;
}

.cntnt-qanda_list li .question {
    display: block;
    color: #666;
    font-size: 1.6rem;
    padding: 16px 10px;
    position: relative;
    background-color: #fff;
    transition: background-color 0.15s ease;
}

.cntnt-qanda_list li .question .ico-Q {
    font-family: arial;
    font-size: 2rem;
    font-weight: bold;
    margin-right: 10px;
    color: #FF820D;
}

.cntnt-qanda_list li .question .ico-arrow-bottom {
    position: absolute;
    right: 10px;
}

.cntnt-qanda_list li .question:hover {
    background-color: #f7f7f7;
}

.cntnt-qanda_more {
    display: block;
    text-align: right;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 1.6rem;
}

.cntnt-qanda_more:hover {
    text-decoration: underline;
}

.cntnt-qanda_more .ico-blank {
    margin-right: 4px;
}

.toppage .carousel {
    box-shadow: 1px 0 8px rgba(0, 0, 0, 0.1);
    padding: 6px;
    margin-bottom: 20px;
}

.toppage .carousel_banners>li a {
    display: inline-block;
}

.toppage .carousel_thumbs {
    margin-top: 6px;
    position: relative;
}

.toppage .carousel_thumbs>li img {
    margin: 0 auto;
}

.toppage .carousel_thumbs .slick-arrow {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 25px;
    z-index: 1000;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    transition: background-color 0.15s ease;
}

.toppage .carousel_thumbs .slick-arrow:hover {
    background-color: #fff;
}

.toppage .carousel_thumbs .slick-arrow.slick-prev {
    left: 0;
}

.toppage .carousel_thumbs .slick-arrow.slick-prev .prev {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 10px 6px 0;
    border-color: transparent #FF820D transparent transparent;
}

.toppage .carousel_thumbs .slick-arrow.slick-next {
    right: 0;
}

.toppage .carousel_thumbs .slick-arrow.slick-next .next {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #FF820D;
}

.toppage .carousel_thumbs .slick-dots {
    text-align: center;
}

.toppage .carousel_thumbs .slick-dots li {
    display: inline-block;
    width: 16px;
    height: 24px;
    margin: 0 8px;
    padding: 0;
    cursor: pointer;
}

.toppage .carousel_thumbs .slick-dots li.slick-active button:before {
    background-color: #FF820D;
}

.toppage .carousel_thumbs .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 16px;
    height: 26px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.toppage .carousel_thumbs .slick-dots li button:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ffa9b3;
}

.toppage .carousel_thumbs .slick-slide {
    opacity: 0.5;
    outline: none;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

.toppage .carousel_thumbs .slick-slide.slick-current,
.toppage .carousel_thumbs .slick-slide:hover {
    opacity: 1;
}

.toppage .toppage_cntnt {
    box-shadow: 1px 0 8px rgba(0, 0, 0, 0.1);
}

.toppage .toppage_cntnt .section>.heading-11 {
    margin-bottom: 24px;
}

.toppage .toppage_cntnt .section>.text-11,
.toppage .toppage_cntnt .menuLink-11_wrap .section>.description,
.menuLink-11_wrap .toppage .toppage_cntnt .section>.description {
    margin-bottom: 20px;
}

.toppage .toppage_cntnt .section_btnArea {
    text-align: center;
    margin-top: 40px;
}

.toppage .toppage_cntnt .section_btnArea .btn-13 {
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
}

.toppage .toppage_cntnt .section:last-child {
    margin-bottom: 0;
}

.toppage .toppage_cntnt .section+.section {
    margin-top: 40px;
}

.toppage .toppage_cntnt .figure-11 {
    background-color: #fff9f0;
    padding: 20px 30px 30px 30px;
}

.toppage .toppage_cntnt .figure-11_inner {
    display: flex;
    align-items: center;
    text-align: center;
}

.toppage .toppage_cntnt .figure-11_inner>div {
    flex: 1 1 auto;
}

.toppage .toppage_cntnt .figure-11_inner>div .text-12 {
    text-align: left;
    margin-top: 16px;
    font-weight: bold;
}

.toppage .toppage_cntnt .figure-11_ttl {
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 1em;
}

.toppage .toppage_cntnt .figure-11_ttl .circle {
    font-size: 2rem;
    color: #FF820D;
    margin-right: 4px;
}

.toppage .toppage_cntnt .figure-12 {
    background-color: #fff9f0;
    display: flex;
    flex-wrap: wrap;
}

.toppage .toppage_cntnt .figure-12_box {
    width: 50%;
    padding: 28px;
    text-align: center;
}

.toppage .toppage_cntnt .figure-12_box_ttl {
    font-weight: bold;
    font-size: 2rem;
    text-align: left;
    margin-bottom: 20px;
}

.toppage .toppage_cntnt .figure-12_box_ttl>span {
    font-weight: normal;
    width: 30px;
    height: 30px;
    background-color: #FF820D;
    color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 15px;
    line-height: 30px;
    margin-right: 6px;
}

.toppage .toppage_cntnt .figure-12_box:first-child {
    border-right: 1px dashed #dcdcdc;
    border-bottom: 1px dashed #dcdcdc;
}

.toppage .toppage_cntnt .figure-12_box:nth-child(2) {
    border-bottom: 1px dashed #dcdcdc;
}

.toppage .toppage_cntnt .figure-12_box:nth-child(3) {
    border-right: 1px dashed #dcdcdc;
}

.toppage .toppage_cntnt .figure-12_box_img {
    display: inline-flex;
    align-items: center;
}

.toppage .toppage_cntnt .figure-12_box_img .balloon {
    display: inline-flex;
    align-items: center;
    margin-left: 12px;
    box-shadow: 1px 0 8px rgba(0, 0, 0, 0.2);
    color: #666;
    font-weight: bold;
    line-height: 1.3;
    background-color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

.toppage .toppage_cntnt .figure-12_box_img .balloon>span {
    width: 100%;
    display: block;
}

.toppage .toppage_cntnt .figure-14 {
    display: flex;
    margin: 0 20px;
}

.toppage .toppage_cntnt .figure-14_img {
    flex: 0 0 auto;
    text-align: center;
    background-color: #fff9f0;
    width: 360px;
    margin-right: 20px;
}

.toppage .toppage_cntnt .figure-14_img>img {
    margin-top: 16px;
}

.toppage .toppage_cntnt .figure-14>.text-11,
.toppage .toppage_cntnt .menuLink-11_wrap .figure-14>.description,
.menuLink-11_wrap .toppage .toppage_cntnt .figure-14>.description {
    flex: 1 1 auto;
    margin-top: 8px;
}

.beginner_cntnt {
    box-shadow: 1px 0 8px rgba(0, 0, 0, 0.1);
}

.beginner_cntnt>.section+.section {
    border-top: 1px solid #dcdcdc;
    margin-top: 20px;
}

.beginner_cntnt .pageTtl-11_inner {
    background: #dbfaec url(/../images/bg-03.png) repeat;
}

.beginner_cntnt .pageTtl-12_ttl {
    background: #dbfaec url(/../images/bg-03.png) repeat;
}

.beginner_cntnt .frame-11_ttl {
    background: #dbfaec url(/../images/bg-03.png) repeat;
}

.beginner_cntnt .figure-15 {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 24px;
}

.beginner_cntnt .figure-15>div {
    flex: 1 1 auto;
}

.beginner_cntnt .figure-15>div .text {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
    margin-top: 16px;
    font-weight: bold;
}

.beginner_cntnt .figure-15_item {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background-color: #fff9f0;
    text-align: center;
    padding-top: 30px;
}

.beginner_cntnt .figure-16 {
    display: flex;
    flex-wrap: wrap;
}

.beginner_cntnt .figure-16_box {
    width: 50%;
    text-align: center;
}

.beginner_cntnt .figure-16_box_ttl {
    font-weight: bold;
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 20px;
}

.beginner_cntnt .figure-16_box_ttl>span {
    font-weight: normal;
    width: 28px;
    height: 28px;
    background-color: #FF820D;
    color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    line-height: 28px;
    margin-right: 5px;
}

.beginner_cntnt .figure-16_box:first-child {
    border-right: 1px dashed #dcdcdc;
    border-bottom: 1px dashed #dcdcdc;
    padding: 0 20px 20px 0;
}

.beginner_cntnt .figure-16_box:nth-child(2) {
    border-bottom: 1px dashed #dcdcdc;
    padding: 0 0 20px 20px;
}

.beginner_cntnt .figure-16_box:nth-child(3) {
    border-right: 1px dashed #dcdcdc;
    padding: 20px 20px 0 0;
}

.beginner_cntnt .figure-16_box:nth-child(4) {
    padding: 20px 0 0 20px;
}

.beginner_cntnt .figure-16_box_img {
    display: inline-flex;
    align-items: center;
}

.beginner_cntnt .figure-16 .text-11,
.beginner_cntnt .figure-16 .menuLink-11_wrap .description,
.menuLink-11_wrap .beginner_cntnt .figure-16 .description {
    text-align: left;
    margin-top: 16px;
}

.beginner_cntnt .figure-16 .text-11>.txtlink,
.beginner_cntnt .figure-16 .menuLink-11_wrap .description>.txtlink,
.menuLink-11_wrap .beginner_cntnt .figure-16 .description>.txtlink {
    font-weight: bold;
    display: block;
    margin-top: 12px;
}

.beginner_cntnt .figure-16 .text-11>.txtlink:hover,
.beginner_cntnt .figure-16 .menuLink-11_wrap .description>.txtlink:hover,
.menuLink-11_wrap .beginner_cntnt .figure-16 .description>.txtlink:hover {
    text-decoration: underline;
}

.beginner_cntnt .stepDetails {
    padding: 20px;
}

.beginner_cntnt .stepDetails_step {
    display: flex;
    padding-bottom: 30px;
}

.beginner_cntnt .stepDetails_step:last-child {
    padding-bottom: 0;
}

.beginner_cntnt .stepDetails_step_lf {
    width: 48px;
    flex: 0 0 auto;
    margin-right: 8px;
}

.beginner_cntnt .stepDetails_step_lf .num {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #FF820D;
    border: 1px solid #FF820D;
    background-color: #fff9f0;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
}

.beginner_cntnt .stepDetails_step_lf .line {
    width: 1px;
    height: 100%;
    margin: 0 auto;
    background-color: #FF820D;
}

.beginner_cntnt .stepDetails_step_rig {
    flex: 1 1 auto;
    width: 100%;
}

.beginner_cntnt .stepDetails_step_rig .rig_section+.rig_section {
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px dashed #dcdcdc;
}

.beginner_cntnt .stepDetails_step_rig .rig_section_ttl {
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 12px;
    line-height: 1.5;
}

.beginner_cntnt .stepDetails_step_rig .rig_section_wrap {
    display: flex;
    margin-bottom: 24px;
}

.beginner_cntnt .stepDetails_step_rig .rig_section_wrap .text-11,
.beginner_cntnt .stepDetails_step_rig .rig_section_wrap .menuLink-11_wrap .description,
.menuLink-11_wrap .beginner_cntnt .stepDetails_step_rig .rig_section_wrap .description {
    flex: 1 1 auto;
}

.beginner_cntnt .stepDetails_step_rig .rig_section_figure {
    flex: 0 0 auto;
    width: 300px;
    height: 180px;
    background-color: #fff9f0;
    margin-left: 20px;
}

.beginner_cntnt .stepDetails_step_ttl {
    padding-top: 12px;
    margin-bottom: 20px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #FF820D;
}

.adtype_mv {
    width: 100%;
    background: #ffe4b4 url(/../images/bg-01.png) repeat;
    text-align: center;
    height: 300px;
    font-size: 1.6rem;
    color: #666;
    line-height: 1.5;
}

.adtype_mv_inner {
    display: inline-block;
    margin: 0 auto;
    height: 100%;
    width: 1080px;
    background: transparent url(/../images/adtype_mvbg.png) no-repeat;
}

.adtype_mv h2 {
    color: #222;
    font-size: 3.4rem;
    font-weight: normal;
    margin-bottom: 24px;
    margin-top: 60px;
}

.adtype_cntnt {
    padding-bottom: 60px;
}

.userGuide_cntnt {
    box-shadow: 1px 0 8px rgba(0, 0, 0, 0.1);
}

.userGuide_cntnt>.section+.section {
    border-top: 1px solid #dcdcdc;
    margin-top: 20px;
}

.userGuide_cntnt .pageTtl-11_inner {
    background: #deebfc url(/../images/bg-02.png) repeat;
}

.userGuide_cntnt .pageTtl-12_ttl {
    background: #deebfc url(/../images/bg-02.png) repeat;
}

.userGuide_cntnt .frame-11_ttl {
    background: #deebfc url(/../images/bg-02.png) repeat;
}

.userGuide_cntnt .userGuideFlow {
    padding: 20px;
    display: block;
    border-bottom: 1px solid #dcdcdc;
}

.userGuide_cntnt .userGuideFlow_ttl {
    font-size: 2.4rem;
    color: #222;
    margin-bottom: 20px;
}

.userGuide_cntnt .figure-17 {
    display: flex;
    align-items: center;
    padding: 0 60px;
    margin-top: 20px;
}

.userGuide_cntnt .figure-17_steps {
    flex: 0 0 auto;
    width: 125px;
    height: 125px;
    background-color: #f7f7f7;
    border-radius: 50%;
    border: 1px solid #dcdcdc;
    padding: 27px 3px;
    text-align: center;
}

.userGuide_cntnt .figure-17_steps .num {
    font-size: 2.2rem;
    font-weight: bold;
    color: #a9a9a9;
    margin: 10px;
}

.userGuide_cntnt .figure-17_steps .text {
    font-size: 1.4rem;
    font-weight: bold;
    color: #666;
}

.userGuide_cntnt .figure-17_steps.active {
    background-color: #fff9f0;
    border: 1px solid #FF820D;
}

.userGuide_cntnt .figure-17_steps.active .num {
    color: #FF820D;
}

.userGuide_cntnt .figure-17_steps.active .text {
    color: #222;
}

.userGuide_cntnt .figure-17_arrow {
    flex: 1 1 auto;
    height: 1px;
    width: auto;
    background-color: #dcdcdc;
}

.userGuide_cntnt .detailOfCommission {
    margin-top: 20px;
}

.userGuide_cntnt .detailOfCommission>li {
    display: flex;
    margin-bottom: 24px;
}

.userGuide_cntnt .detailOfCommission>li:last-child {
    margin-bottom: 0;
}

.userGuide_cntnt .detailOfCommission>li .tagPreview {
    flex: 0 0 auto;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border-radius: 12px;
    max-width: 680px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 8px;
    margin-bottom: 8px;
    width: 180px;
    text-align: center;
    margin-right: 10px;
}

.userGuide_cntnt .detailOfCommission>li .tagPreview.adult {
    color: #FF820D;
    background-color: #fce3e5;
}

.userGuide_cntnt .detailOfCommission>li .tagPreview.cmsn-k {
    color: #417600;
    background-color: #d8f0bd;
}

.userGuide_cntnt .detailOfCommission>li .tagPreview.cmsn-p {
    color: #5809c7;
    background-color: #ded4ff;
}

.userGuide_cntnt .detailOfCommission>li .tagPreview.cmsn-c {
    color: #c43028;
    background-color: #fbd5d5;
}

.userGuide_cntnt .detailOfCommission>li .tagPreview.tag {
    color: #5c5c5c;
    background-color: #ebeced;
}

.userGuide_cntnt .detailOfCommission>li .text-12 {
    flex: 1 1 auto;
}

.userGuide_cntnt .detailOfReport>li {
    margin-bottom: 24px;
}

.userGuide_cntnt .detailOfReport>li:last-child {
    margin-bottom: 0;
}

.userGuide_cntnt .detailOfReport_ttl {
    margin-bottom: 6px;
    font-size: 1.6rem;
    color: #666;
    font-weight: bold;
}

.userGuide_cntnt .detailOfReport_ttl>.num {
    display: inline-block;
    background-color: #79A31D;
    height: 24px;
    width: 24px;
    border-radius: 12px;
    line-height: 25px;
    font-weight: normal;
    text-align: center;
    color: white;
    margin-right: 6px;
}

.userGuide_cntnt .waysToGetReward {
    display: flex;
    align-items: center;
    margin: 20px;
}

.userGuide_cntnt .waysToGetReward .option {
    width: 50%;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.userGuide_cntnt .waysToGetReward .option+.option {
    border-left: 1px dashed #dcdcdc;
    margin-left: 20px;
    padding-left: 20px;
}

.userGuide_cntnt .waysToGetReward .option_ttl {
    display: flex;
    background: #deebfc url(/../images/bg-02.png) repeat;
    padding: 10px 10px 10px 0;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.5;
    border-radius: 2px;
}

.userGuide_cntnt .waysToGetReward .option_ttl_ico {
    font-size: 2.6rem;
    width: 70px;
    display: inline-block;
    text-align: center;
}

.addetails {
    background-color: #faf8f5;
    width: 100%;
    min-height: 500px;
}

.addetails_cntnt {
    padding-bottom: 30px;
    padding-top: 20px;
}

.addetails_card {
    box-shadow: 1px 0 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    padding: 20px 30px 30px 30px;
    position: relative;
    background: #fff;
}

.addetails_card .tags>li+li {
    margin-left: 8px;
}

.addetails_card .text-15 {
    text-align: center;
    margin-top: 24px;
}

.addetails_card .tags>li {
    font-size: 1.2rem;
    padding: 0 8px;
    height: 20px;
    line-height: 20px;
    background: #ffe4b4 url(/../images/bg-01.png) repeat;
    border-radius: 2px;
    color: #5e3400;
}

.addetails_card_btnArea {
    padding-top: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.addetails_card_btnArea,
.addetails_card .btn-12,
.addetails_card .addetails_card_btnArea .btn-11 {
    font-size: 1.6rem;
    flex: 0 0 auto;
    line-height: 40px;
    padding: 0 20px;
    min-width: 200px;
}

.addetails .adItem_detail {
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #dcdcdc;
    border-collapse: collapse;
    border-spacing: 0;
}

.addetails .adItem_detail th {
    font-weight: bold;
    width: 160px;
    text-align: left;
}

.addetails .adItem_detail th,
.addetails .adItem_detail td {
    line-height: 1.5;
    vertical-align: top;
    padding: 12px;
}

.addetails .adItem_detail tr {
    border-bottom: 1px dashed #dcdcdc;
}

.addetails .adItem_detail tr.ttl,
.addetails .adItem_detail tr:last-child {
    border-bottom: none;
}

.addetails .adItem_banners {
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #dcdcdc;
}

.addetails .adItem_banners_head {
    display: block;
}

.addetails .adItem_banners_item {
    display: flex;
}

.addetails .adItem_banners_item .ttl {
    flex: 0 0 auto;
    width: 160px;
    color: #dcdcdc;
    font-size: 2rem;
    padding: 20px 12px;
}

.addetails .adItem_banners_item .banner {
    flex: 1 1 auto;
    padding: 20px 12px;
}

.addetails .adItem_heading {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.addetails .adItem_heading .ttl {
    font-size: 2rem;
    font-weight: bold;
}

.addetails .adItem_heading .tag-key {
    margin-left: auto;
    flex: none;
}

.addetails_card_btnArea .btn-12+.btn-11,
.addetails_card_btnArea .btn-11+.btn-11 {
    margin-left: 16px;
}

.header_top {
    position: fixed;
    top: 0px;
    z-index: 9999;
}