@charset "UTF-8";

/*----------------------------------------------------
 section-spacing 
----------------------------------------------------*/
.section-spacing  {
    margin-top: 5rem;
}

@media screen and (min-width: 940px) {
    .section-spacing  {
        margin-top: 15rem;
    }
}

/*----------------------------------------------------
 top news
----------------------------------------------------*/
.top-news {
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 1200px;
}

/* title */
.top-news-title {
    margin: 0 auto 2rem;
    width: 30%;
}

/* list */
.top-news-list {
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    padding: 2rem 0;
}
.top-news-list li + li {
    margin-top: 2rem;
}
.top-news-cat-wrap {
    margin-left: .5rem;
    width: 140px;
}
.top-news-cat {
    border-radius: 2rem;
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    padding: .2rem 0 .1rem;
    text-align: center;
    width: 140px;
}
.top-news-text {
    display: block;
    padding-top: .5rem;
}
.top-news-new {
    color: #FF187A;
    display: inline-block;
    margin-right: .5rem;
}
@media screen and (min-width: 940px) {
    .top-news {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    /* title */
    .top-news-title {
        margin: 0;
        width: 15.5%;
    }

    /* list */
    .top-news-list {
        flex-grow: 10000;
        margin-top: 1rem;
        margin-left: 5rem;
        padding: 3rem 0 4rem;
    }
    .top-news-list li + li {
        margin-top: 2.5rem;
    }
    .top-news-list time {
        white-space: nowrap;
    }
    .top-news-cat-wrap {
        margin-left: 2rem;
    }
    .top-news-cat {
        font-size: inherit;
    }
    .top-news-text {
        display: inline-block;
        margin-top: 0;
        margin-left: 2rem;
        padding-top: 0;
    }
}

/*----------------------------------------------------
 top-summary
----------------------------------------------------*/
.top-summary {
    position: relative;
    z-index: 2;
}
/* title */
.top-summary-title-wrap {
    margin: 0 auto;
    max-width: 1100px;
}
.top-summary-title {
    margin: 0 auto 3rem;
    width: 45%;
}

/* info */
.top-summary-info {
    background: #ff8e00;
    background-size: cover;
    color: #fff;
    font-weight: bold;
    padding: 2rem;
}
.top-summary-info-title {
    margin-bottom: 2rem;
}
.top-summary-info-title img {
    max-width: 65%;
}
.top-summary-info p {
    line-height: 2.8rem;
}

/* slider */
.top-summary-slider-wrap {
    margin: 3rem auto 0;
    position: relative;
    max-width: 365px;
    width: 45%;
}
.top-summary-slider-bg {
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
}

@media screen and (min-width: 940px) {
    /* title */
    .top-summary-title {
        margin-bottom: 4rem;
        padding-left: 38%;
        width: 100%;
    }
    .top-summary-title img {
        max-width: 55%;
    }
    
    /* main */
    .top-summary-main-wrap {
        background: #ff8e00;
        background-size: 100% auto;
        background-size: cover;
        padding: 8rem 2rem;
    }
    .top-summary-main {
        margin: 0 auto;
        max-width: 1100px;
        position: relative;
    }

    /* info */
    .top-summary-info {
        background: transparent;
        padding: 0 2rem 0 40%;
    }
    
    .top-summary-info-title {
        margin-bottom: 3rem;
    }
    .top-summary-info-title img {
        max-width: 66%;
    }
    
    /* slider */
    .top-summary-slider-wrap {
        margin: 0;
        position: absolute;
        left: 5%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 27%;
    }
}

/*----------------------------------------------------
 top-movie
----------------------------------------------------*/
.top-movie {
    background: #F5EEEC;
    padding: 2rem;
    position: relative;
    z-index: 1;
}

/* main */
.top-movie-main {
    /* padding-top: 56.25%; */
    position: relative;
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
}
.top-movie-main iframe {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; */
}

@media screen and (min-width: 940px) {
    .top-movie {
        margin-top: 0;
        padding: 12rem 4rem;
    }
}

@media (min-width: 1024px) {
    .top-movie {
        padding: 20rem 4rem;
    }
    /* main */
    .top-movie-main {
        /* padding-top: 540px; */
    }
}

/*----------------------------------------------------
 top-about
----------------------------------------------------*/
/* title */
.top-about-title {
    margin: 0 auto 2rem;
    width: 50%;
}
.top-about-title img {
    margin: 0 auto;
}

/* list */
.top-about-list {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
}
.top-about-each {
    background: #F5EEEC;
    background: linear-gradient(white 30%, #F5EEEC 30%);
    margin-bottom: 2rem;
    padding: 2rem;
}
.top-about-each:nth-child(4),
.top-about-each:nth-child(5) {
    background: linear-gradient(white 20%, #F5EEEC 20%);
}
.top-about-each img {
    margin: 0 auto 2rem;
}
.top-about-each:nth-child(1) img,
.top-about-each:nth-child(2) img {
    max-width: 35%;
}
.top-about-each:nth-child(3) img {
    max-width: 40%;
}
.top-about-each:nth-child(4) img {
    max-width: 45%;
}
.top-about-each:nth-child(5) img {
    max-width: 60%;
}
.top-about-each-title {
    color: #FF187A;
    font-size: 2.1rem;
    margin-bottom: 1rem;
    text-align: center;
}

@media screen and (min-width: 940px) {
    /* title */
    .top-about-title {
        width: 100%;
    }
    .top-about-title img {
        max-height: 100px;
        width: auto;
    }
    
    /* list */
    .top-about-list {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .top-about-each {
        margin: 0 1.5% 1rem;
        width: 30%;
    }
    .top-about-each-title {
        color: #FF187A;
        font-size: 2.1rem;
        text-align: center;
    }
}

/*----------------------------------------------------
 top-catch
----------------------------------------------------*/
.top-catch {
    background: #F5EEEC;
    padding: 2rem 0;
}

/* main */
.top-catch-main {
    background: #ff8e00;
    margin-top: -3rem;
    padding: 8rem 2rem;
    position: relative;
    z-index: 1;
}

/* fx/etf */
.top-catch-fx ,
.top-catch-etf  {
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
    z-index: 2;
}
.top-catch-fx ,
.top-catch-etf  {
    margin: 0 auto;
    max-width: 1200px;
}
.top-catch-etf  {
    margin-top: -3rem;
}
.top-catch-fx > div,
.top-catch-etf > div {
    padding: .5rem;
    position: relative;
    width: 50%;
}
/* fx */
.top-catch-fx > div.top-catch-fx-1 {
    top: 2rem;
}
.top-catch-fx > div.top-catch-fx-2 {
    width: 45%;
}
.top-catch-fx > div.top-catch-fx-3 {
    top: -1rem;
    width: 55%;
}
/* etf */
.top-catch-etf > div.top-catch-etf-1 {
    top: 1.5rem;
}
.top-catch-etf > div.top-catch-etf-2 {
    top: 1rem;
    width: 40%;
}
.top-catch-etf > div.top-catch-etf-3 {
    width: 55%;
}

/* p */
.top-catch p {
    color: #666;
    font-size: 1.6rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    text-align: center;
    width: 100%;
}
.top-catch .top-catch-small {
    font-size: 1.5rem;
    letter-spacing: -1px;
    line-height: 1.3;
    padding-top: .75rem;
}

@media screen and (min-width: 940px) {
    .top-catch {
        padding: 0;
    }
    
    .top-catch-fx-bg,
    .top-catch-main-bg,
    .top-catch-etf-bg {
        width: 100%;
    }
    
    /* main */
    .top-catch-main {
        background-size: 100% auto;
        margin-top: 0;
        padding: 0;
    }

    .top-catch-main-img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 1200px;
        width: 60%;
    }

    /* fx/etf */
    .top-catch-fx ,
    .top-catch-etf  {
        padding-left: 0;
        padding-right: 0;
    }
    .top-catch-etf  {
        margin-top: 0;
    }
    .top-catch-fx > div,
    .top-catch-etf > div {
        padding: 0;
        position: absolute;
    }
    
    .top-catch p {
        font-size: 2.4rem;
        line-height: 4.2rem;
    }
    
    .top-catch .top-catch-small {
        font-size: 2.4rem;
        line-height: 3.6rem;
    }
    /* fx */
    .top-catch-fx > div.top-catch-fx-title {
        top: 11.947368%;
        left: 6.55208333333333%;
        width: 30.5625%;
    }
    .top-catch-fx > div.top-catch-fx-1 {
        top: -19.47368421%;
        left: 37.34375%;
        width: 23.95833333%;
    }
    .top-catch-fx > div.top-catch-fx-2 {
        top: -7.5%;
        left: 71.5625%;
        width: 20.36458333%;
    }
    .top-catch-fx > div.top-catch-fx-3 {
        top: 35.52631579%;
        left: 48.02083333%;
        width: 30.83333333%;
    }
    /* etf */
    .top-catch-etf > div.top-catch-etf-title {
        top: 2.477987%;
        left: 63.572917%;
        width: 30.614583%;
    }
    .top-catch-etf > div.top-catch-etf-1 {
        top: -15.52631579%;
        left: 7.135416667%;
        width: 25.44270833%;
    }
    .top-catch-etf > div.top-catch-etf-2 {
        top: -6.710526316%;
        left: 39.84375%;
        width: 21.89583333%;
    }
    .top-catch-etf > div.top-catch-etf-3 {
        top: 43.02631579%;
        left: 19.79166667%;
        width: 30.88541667%;
    }
}

@media (min-width: 1280px) {
    .top-catch p,
    .top-catch .top-catch-small {
        font-size: 3.2rem;
        font-weight: bold;
        line-height: 4.6rem;
    }
}

/*----------------------------------------------------
 top-start
----------------------------------------------------*/
.top-start-flow {
    margin: 0 auto;
    padding: 2rem 0 0 2rem;
    max-width: 1100px;
}

.top-start-flow-title {
    font-size: 2.1rem;
    margin-bottom: 1rem;
    text-align: center;
}

/* each */
.top-start-each {
    background: #F5EEEC;
    border-radius: 2rem 0 0 2rem;
    padding: 2rem 12rem 2rem 2rem;
    position: relative;
}
/* no */
.top-start-no {
    width: 20%;
}
/* info */
.top-start-info {
    font-size: 1.2rem;
    flex-shrink: 10000;
    padding-left: 2rem;
    width: 80%;
}
.top-start-info-title {
    color: #FF187A;
    font-size: 1.6rem;
}
/* img */
.top-start-img {
    padding-top: 2rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.top-start-each:nth-of-type(1) .top-start-img {
    right: 2rem;
    top: 30%;
    width: 7rem;
}
.top-start-each:nth-of-type(3) .top-start-img {
    right: .5rem;
    top: -0.75rem;
    width: 10rem;
}
.top-start-each:nth-of-type(3) p {
    margin-right: -8rem;
}
.top-start-each:nth-of-type(5) .top-start-img {
    right: 2rem;
    width: 8rem;
}
.top-start-img img {
    margin: 0 auto;
}
/* arrow */
.top-start-arrow {
    padding: 2rem 0;
}
.top-start-arrow img {
    margin: 0 auto;
    max-width: 12%;
}

@media screen and (min-width: 940px) {
    .top-start-flow {
        padding: 5rem 2rem 2rem;
        padding-top: 5rem;
    }
    .top-start-flow-title {
        font-size: 4.2rem;
        font-weight: bold;
        margin-bottom: 2rem;
    }
    
    /* each */
    .top-start-each {
        border-radius: 10rem;
        padding: 4rem;
    }
    /* no */
    .top-start-no {
        width: 12.5%;
    }
    /* info */
    .top-start-info {
        flex-grow: 10000;
        padding-left: 6rem;
        width: auto;
    }
    .top-start-info-title {
        font-size: 3.2rem;
        margin-bottom: 1rem;
    }
    .top-start-info p {
        font-size: 1.8rem;
        font-weight: bold;
    }
    /* img */
    .top-start-img {
        padding-top: 0;
        position: absolute;
        right: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 25%;
        z-index: 2;
    }
    .top-start-each:nth-of-type(1) .top-start-img {
        top: auto;
        bottom: 2rem;
        right: 10.6%;
        width: 11.4%;
    }
    .top-start-each:nth-of-type(3) .top-start-img {
        top: auto;
        bottom: 4rem;
        right: 5%;
        width: 25%;
    }
    .top-start-each:nth-of-type(3) p {
        margin-right: 0;
    }
    .top-start-each:nth-of-type(5) .top-start-img {
        top: auto;
        bottom: -2rem;
        right: 10%;
        width: 13%;
    }
    /* arrow */
    .top-start-arrow img {
        max-width: 6%;
    }
}

/*----------------------------------------------------
 top-rules
----------------------------------------------------*/
.top-rules {
    text-align: center;
}

.top-rules-list {
    overflow: hidden;
}
/* each */
.top-rules-each {
    padding: 5rem 2rem;
}
.top-rules-each:first-child {
    padding-top: 3rem;
}
.top-rules-each:nth-child(even) {
    background: #F5EEEC;
}
.top-rules-each-in {
    margin: 0 auto;
    max-width: 1200px;
}
/* info */
.top-rules-info {
    margin-bottom: 1rem;
}
.top-rules-info-title {
    font-size: 2.7rem;
    margin-bottom: 1rem;
}
.top-rules-info-title2 {
    color: #FF187A;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
.top-rules-each:nth-child(odd) .top-rules-info-title2 {
    color: #FF6A33;
}

.top-rules-each p {
    font-weight: bold;
    margin-bottom: 2rem;
}
/* detail */
.top-rules-detail {
    margin-bottom: 2rem;
}
.top-rules-detail a {
    background: #fff;
    border: 1px solid #808080;
    display: inline-block;
    font-weight: bold;
    padding: .5rem 3rem;
}

@media screen and (min-width: 940px) {
    .top-rules {
        text-align: left;
    }
    /* each */
    .top-rules-each {
        padding: 10rem 4rem;
    }
    .top-rules-each:first-child {
        padding-right: 0;
    }
    .top-rules-each:first-child {
        padding-top: 7rem;
    }
    .top-rules-each:nth-child(even) .top-rules-info {
        order: 2;
    }
    .top-rules-each:nth-child(even) .top-rules-img {
        order: 1;
    }
    /* top-rules-each1 */
    
    /* info */
    .top-rules-info {
        margin-bottom: 0;
    }
    .top-rules-each:nth-child(odd) .top-rules-info {
        padding-right: 6rem;
    }
    .top-rules-each:nth-child(even) .top-rules-info {
        padding-left: 6rem;
    }
    /* info */
    .top-rules-info-title {
        font-size: 4.2rem;
    }
    .top-rules-info-title2 {
        font-size: 2.7rem;
    }
    /* detail */
    .top-rules-detail {
        margin-bottom: 0;
    }
    .top-rules-detail a {
        padding: .5rem 8rem;
    }
    /* img */
    .top-rules-img {
        width: 55%;
    }
    .top-rules-each:first-child .top-rules-img {
        width: 50%;
    }
    .top-rules-each:first-child .top-rules-img img {
        max-width: 100%;
        width: 100%;
    }
}

/*----------------------------------------------------
 top-concierge
----------------------------------------------------*/
.top-concierge {
    background: #1A1A1A;
    padding: 2rem 0;
}

/* icon */
.top-concierge-icon {
    border-top: 5px solid #A67C52;
}
.top-concierge-icon img {
    margin: -4rem auto 3rem;
    max-width: 23%;
}

/* title */
.top-concierge-title {
    margin-bottom: 3rem;
    padding: 0 2rem;
}
.top-concierge-title2 {
    margin-bottom: 3rem;
}
.top-concierge-title2 img {
    margin: 0 auto;
    width: 88%;
}
.top-concierge p {
    color: #fff;
    line-height: 2.8rem;
    margin-bottom: 3rem;
    padding: 0 2rem;
}

/* detail */
.top-concierge-detail {
    border-bottom: 5px solid #A67C52;
    padding-bottom: 3rem;
    text-align: center;
}
.top-concierge-detail a {
    border: 1px solid #A67C52;
    color: #A67C52;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    padding:  .2rem 3rem;
}

@media screen and (min-width: 940px) {
    .top-concierge {
        padding: 6rem 0;
    }
    
    /* icon */
    .top-concierge-icon img {
        margin: -8.25rem auto 4rem;
        max-width: 150px; 
        width: 13%;
    }
    /* title */
    .top-concierge-title {
        margin-bottom: 4rem;
        padding: 0;
    }
    .top-concierge-title img {
        margin: 0 auto;
        max-width: 1050px;
        width: 65%;
    }
    .top-concierge-title2 {
        margin-bottom: 4rem;
    }
    .top-concierge-title2 img {
        max-width: 700px;
        width: 57%;
    }
    .top-concierge p {
        margin-bottom: 4rem;
        text-align: center;
    }

    /* detail */
    .top-concierge-detail {
        padding-bottom: 5rem;
    }
    .top-concierge-detail a {
        font-size: 2.1rem;
        padding:  .5rem 6.5rem;
    }
}

@media screen and (min-width: 1920px) {
    .top-concierge-title img {
        margin: 0 auto;
        max-width: 1100px;
    }
}

/*----------------------------------------------------
 top-choose
----------------------------------------------------*/
.top-choose {
    background: #F5EEEC;
    padding-bottom: 3rem;
}

/* list */
.top-choose-list {
    margin: 2rem auto 0;
    padding: 0 1rem;
    max-width: 1100px;
}
/* each */
.top-choose-each {
    padding: 3rem .5rem 1rem;
    width: 50%;
}
.top-choose-each-in {
    background: #fff;
    height: 100%;
    padding: .5rem 1rem 1rem;
}
.top-choose-each img {
    margin: 0 auto;
    position: relative;
    top: -3rem;
    width: 55%;
}
.top-choose-each-title {
    font-size: 1.6rem;
    margin-top: -2rem;
    text-align: center;
}
.top-choose-each:nth-child(1) .top-choose-each-title,
.top-choose-each:nth-child(4) .top-choose-each-title,
.top-choose-each:nth-child(5) .top-choose-each-title,
.top-choose-each:nth-child(8) .top-choose-each-title {
    color: #FF6A33;
}
.top-choose-each:nth-child(2) .top-choose-each-title,
.top-choose-each:nth-child(3) .top-choose-each-title,
.top-choose-each:nth-child(6) .top-choose-each-title,
.top-choose-each:nth-child(7) .top-choose-each-title {
    color: #FF187A;
}
.top-choose-each p {
    font-weight: bold;
    font-size: 1.3rem;
}

@media screen and (min-width: 940px) {
    .top-choose {
        padding-bottom: 6rem;
    }
    /* list */
    .top-choose-list {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    /* each */
    .top-choose-each {
        padding-top: 3rem;
        width: 25%;
    }
    .top-choose-each-in {
        padding: .5rem 2rem 2rem;
    }
    .top-choose-each img {
        top: -3rem;
        width: 40%;
    }
    .top-choose-each-title {
        font-size: 2.1rem;
        line-height: 2.8rem;
        margin-bottom: 1rem;
    }
    .top-choose-each:nth-child(1) .top-choose-each-title,
    .top-choose-each:nth-child(3) .top-choose-each-title,
    .top-choose-each:nth-child(6) .top-choose-each-title,
    .top-choose-each:nth-child(8) .top-choose-each-title {
        color: #FF6A33;
    }
    .top-choose-each:nth-child(2) .top-choose-each-title,
    .top-choose-each:nth-child(4) .top-choose-each-title,
    .top-choose-each:nth-child(5) .top-choose-each-title,
    .top-choose-each:nth-child(7) .top-choose-each-title {
        color: #FF187A;
    }
    .top-choose-each p {
        text-align: center;
    }
}

/*----------------------------------------------------
 top-startup
----------------------------------------------------*/
.top-startup {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    padding: 0 2rem;
}
/* title */
.top-startup-title {
    margin-bottom: 2rem;
}
.top-startup-title img {
    margin: 0 auto;
    max-width: 70%;
}
/* text */
.top-startup-text {
    font-weight: bold;
    margin-bottom: 2rem;
    text-align: center;
}
/* list */
.top-startup-list {
    margin: 0 -0.5rem 3rem;
}
/* each */
.top-startup-each {
    padding: 0 .5rem 2rem;
    width: 50%;
}
.top-startup-each img {
    margin-bottom: 1rem;
}
.top-startup-each-head {
    background: url(../img/left-line-orange.png) no-repeat left top;
    background-size: 6px 100%;
    padding-left: 2rem;
}
.top-startup-each-title {
    font-size: 1.3rem;
}
/* blog */
.top-startup-blog {
    text-align: center;
}
.top-startup-blog a {
    background: #fff;
    border: 1px solid #808080;
    display: inline-block;
    font-weight: bold;
    padding: .5rem 3rem;
}


@media screen and (min-width: 940px) {
    .top-startup {
        margin-top: 10rem;
        padding: 0 4rem;
    }
    /* title */
    .top-startup-title {
        margin-bottom: 4rem;
    }
    .top-startup-title img {
        max-width: 50%;
    }
    /* text */
    .top-startup-text {
        font-size: 2.1rem;
        margin-bottom: 4rem;
    }
    /* list */
    .top-startup-list {
        margin: 0 -1rem 6rem;
    }
    .top-startup-each {
        padding: 0 1rem;
        width: 25%;
    }
    .top-startup-each img {
        margin-bottom: 1.5rem;
    }
    .top-startup-each-title {
        font-size: 1.4rem;
    }
    /* blog */
    .top-startup-blog {
        text-align: center;
    }
    .top-startup-blog a {
        padding: 1rem 8rem;
    }
}

/*----------------------------------------------------
 top-account
----------------------------------------------------*/
.top-account {
    background: #F3EAE7;
    margin-top: 8rem;
    padding: 0 2rem 5rem;
}

/* title */
.top-account-title {
    background: url(../img/bg-orange3-sp.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0 auto 1rem;
    padding: 1rem;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 1100px;
    width: 100%;
}
.top-account-title img {
    margin: 0 auto;
    max-width: 60%;
}

/* text */
.top-account-text {
    font-weight: bold;
    margin-bottom: 2rem;
    text-align: center;
}

/* list */
.top-account-list {
    margin: 0 auto 4rem;
    max-width: 1100px;
}

/* each */
.top-account-each {
    margin-bottom: 2rem;
}
.top-account-each-in {
    margin: 0 auto;
    position: relative;
    max-width: 516px;
    width: 80%;
}

/* info */
.top-account-info {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    text-align: center;
    width: 100%;
}
.top-account-info img {
    margin: 0 auto 1rem;
    width: 31.5%;
}
.top-account-info-title {
    color: #FF187A;
    font-size: 1.8rem;
    margin-bottom: .5rem;
}
.top-account-info p {
    font-weight: bold;
}

/* opening */
.top-account-opening {
    text-align: center;
}
.top-account-opening a {
    background: #FF187A;
    border-radius: 3rem;
    color: #fff;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1rem 4rem;
    width: 80%;
}

@media screen and (min-width: 940px) {
    .top-account {
        margin-top: 18rem;
        padding: 0 2rem 8rem;
    }
    /* title */
    .top-account-title {
        background-image: url(../img/bg-orange3.png);
        background-size: 62% 100%;
        padding: 2rem;
        width: 95%;
    }
    .top-account-title img {
        width: 40%;
    }
    /* text */
    .top-account-text {
        font-size: 2.1rem;
        margin-bottom: 5rem;
    }
    /* list */
    .top-account-list {
        margin-bottom: 6rem;
    }
    /* each */
    .top-account-each {
        margin-bottom: 0;
        padding: 0 1.5rem;
    }
    .top-account-each-in {
        width: 100%;
    }
    /* info */
    .top-account-info img {
        margin-bottom: 2rem;
    }
    .top-account-info-title {
        font-size: 2.4rem;
    }
    
    /* opening */
    .top-account-opening a {
        border-radius: 5rem;
        font-size: 2.4rem;
        padding: 1rem 7rem;
        width: auto;
    }
}

/*----------------------------------------------------
 footer
----------------------------------------------------*/
.footer-triauto {
    background: #fff;
}

/*----------------------------------------------------
 tool
----------------------------------------------------*/
.tool {
    background: #fff;
    margin: 0 auto 10rem;
    max-width: 1100px;
    padding-top: 5rem;
}

/* title */
.tool-title {
    background: #ff8e00;
    padding: 1rem 2rem 1.5rem;
}
.tool-title img {
    margin: 0 auto;
    max-width: 80%;
}

/* main */
.tool-main {
    background: #fff;
    padding: 3rem 1.5rem 0;
}
.tool-sp {
    margin-bottom: 5rem;
}

/* info */
.tool-info-img {
    margin: 0 auto 1.5rem;
    width: 80%;
}
.tool-info-text {
    text-align: center;
}
.tool-info-text ul {
    margin-left: 2rem;
}
.tool-info-text ul a {
    text-decoration: underline;
}
.tool-info-text ul a:hover {
    text-decoration: none;
}
.tool-sp .tool-info-text ul {
    display: inline-block;
    margin-bottom: 1rem;
}
.tool-info-text li {
    list-style-type: disc;
    list-style-position: outside;
    text-align: left;
}

/* link */
.tool-info-link a {
    display: inline-block;
    margin-right: 1rem;
    width: 40%;
}

/* img */
.tool-img {
    margin: 0 auto;
    max-width: 75%;
}
.tool-img img {
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
}

@media screen and (min-width: 940px) {
    .tool {
        margin-bottom: 10rem;
        padding: 15rem 4rem 0;
    }
    /* main */
    .tool-main {
        background: #F2F2F2;
        padding-bottom: 3rem;
    }
    
    /* title */
    .tool-title {
        padding: 2rem;
    }
    .tool-title img {
        max-width: 33%;
    }
    
    /* main */
    .tool-main {
        padding: 3rem 4rem 4rem;
    }
    .tool-sp {
        margin-bottom: 6rem;
    }
    .tool-pc {
        margin-bottom: 0;
    }
    
    /* info */
    .tool-info {
        width: 65%;
    }
    .tool-info-img {
        margin: 0;
        width: 27%;
    }
    .tool-info-text {
        padding-left: 4rem;
        text-align: left;
        width: 73%;
    }
    .tool-info-title {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
    .tool-sp .tool-info-text ul {
        display: block;
    }
    /* img */
    .tool-img {
        padding-left: 2rem;
        width: 40%;
    }
    .tool-img img {
        position: relative;
        bottom: 5rem;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/*----------------------------------------------------
 footer-sns
----------------------------------------------------*/
.footer-sns {
    margin: 20px auto 0;
    padding: 30px 20px;
}
/* title */
.footer-sns-title {
    margin-bottom: 30px;
}
.footer-sns-title img {
    margin: 0 auto;
    max-width: 80%;
}
/* link */
.footer-sns-link {
    text-align: center;
}
.footer-sns-link li {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
    width: 18%;
}

@media screen and (min-width: 940px) {
    .footer-sns {
        margin-top: 100px;
        max-width: 900px;
    }
    /* title */
    .footer-sns-title {
        border-right: 1px solid #333333;
        margin-bottom: 0;
        padding-right: 50px;
        padding-bottom: 20px;   
    }
    .footer-sns-title img {
        max-width: 400px;
    }
    .footer-sns-link {
        padding-left: 50px;
        text-align: left;
    }
    .footer-sns-link li {
        padding: 0 15px;
        width: 23%;
    }
}

