@charset "UTF-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
form {
    margin: 0px;
    padding: 0px;

}

body {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.7rem;
    color: #000000;
    -webkit-text-size-adjust: 100%;
    background-color: #ffffff;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

ul,
li {
    list-style: none;
}

img {
    margin: 0px;
    padding: 0px;
    border: 0px;
    vertical-align: top;
}


html {
    font-size: 65.5%;
}

input,
select,
button {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    ;
}

/* 背景画像*/

.toppage {
    background: url(../images/background.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* 背景画像*/


/* ナビ */
.top_navi {
    display: flex;
    justify-content: space-evenly;
    padding: 20px;
}



/* ナビ */



/* 画像フェードイン */

.fadeup {
    animation-name: fadeUpAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
    text-align: center;

}

.fadeup img {
    width: 75%;


}




@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadein {
    opacity: 0;
    transform: translate(0, 100px);
    transition: all 1s;
}


.fadein.active {
    opacity: 1;
    transform: translate(0, 0);
}



/* 画像フェードイン */

/* メール */

.mail_area {
    background-color: black;
    background-size: cover;
    color: #fff;
    padding: 20px;
}

.mail_form {
    width: 90%;
    margin: 0 auto;
}

.mail_area h1 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 3.5rem;
}

.form_1 {
    display: flex;
    justify-content: center;

}

input[type="email"] {
    width:60%;
    height: 4.6vh;
    font-size: 2.5rem;
    padding: 10px;
    margin: 0 10px;
    font-weight: bold;
}

.submit {
    width: 100%;
    height:7.6vh;
    margin-left: 10px;
}

.submit:hover {
    opacity: 0.8;
}

.mail_check {
    text-align: left;
    margin: 0 auto;
    width:85%;
}


#check {
    font-size: 1.3em;
    padding-left: 10px;
}

input[type="checkbox"] {
    transform: scale(1.7);

}

/* メール */


/* 日本株市場で狙うべき銘柄とは */

.top_2 {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
}


.top_2 h2 {
    text-align: center;
    padding: 20px;
}

.top2_text1 {
    font-size: 1.7rem;
    font-weight: bold;
    border-bottom: #f1a501 5px solid;
    width: 50vw;
    margin: 0 auto;
    animation-name: fadeLeftAnime;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

.top2_text2 {
    width: 50vw;
    margin: 0 auto;
    font-weight: bold;
    padding-top: 20px;
}

@keyframes fadeLeftAnime {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}


.top2_graph {
    padding: 30px;
}

.top2_graph1 {
    list-style: none;
    padding-inline-start: 0px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.top2_graph1 li {
    width: 20%;
    padding: 10px;
    text-align: center;
    margin: 0.7rem;
    font-size: 18px;
    font-weight: bold;
}

.top2_graph1 .growth {
    background-color: #84db09;
}

.top2_graph1 .value {
    background-color: #0eacb6;
}

.top2_graph2 {
    list-style: none;
    padding-inline-start: 0px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.top2_graph2 li {
    width: 20%;
    padding: 10px;
    text-align: center;
    margin: 0.7rem;
    font-size: 18px;
    font-weight: bold;
}

.top2_graph2 .bland {
    background-color: #f5960e;
}

.top2_graph2 .defensive {
    background-color: #1896df;
}

/* 下から */

.top2_graph2 {
    animation-name: fadeUpAnime;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.top2_graph1 {
    animation-name: fadeUpAnime;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.top_2_box {
    width: 50vw;
    margin: 50px auto;
    padding: 30px;

}

.top_2_box h3 {
    text-align: center;
    margin: 0 auto;
    background-color: #000000;
    color: #fff;
    padding: 10px;
}

.top2_textbox {
    background-color: #eeececd5;
    padding: 10px;
}

.top2_box_text1 {
    font-size: 18px;
}

.top2box_text1_1 {
    font-weight: bold;
    font-size: 21px;
}

.top_2_box_text2 {
    font-size: 18px;
    margin-top: 10px;
}

.top2box_text1_2 {
    font-weight: bold;
    font-size: 21px;
}

.top_2_text3 {
    font-size: 18px;
    margin-top: 10px;
}

.top2box_text1_3 {
    color: rgb(231, 3, 3);
    font-weight: bold;
    font-size: 21px;
}


/* 日本株市場で狙うべき銘柄とは */


/* 銘柄一覧 */

.top_3 {
    background-color: #000000cc;
    background-size: cover;
    padding: 10px;
    color: #fff;

}

.top_3 h2 {
    text-align: center;
    padding: 20px;

}

.top3_chartbox {
    display: flex;
    justify-content: center;
    margin: 0 auto;

}

.chartbox {
    padding: 10px;
    max-width: 100%;
    height: auto;
    opacity: 0;
    transform: translate(0, 100px);
    transition: all 1s;
}


.chartbox.active {
    opacity: 1;
    transform: translate(0, 0);
}

.chartbox h3 {
    text-align: center;
}



.chartbox h4 {
    margin: 5px auto;
    text-align: left;
}

.chartbox_1_day {
    background-color: #0eacb6;
    background-size: cover;
    font-size: 1.1rem;
    padding-left: 5px;
    height: auto;
    text-align: left;

}

.chartbox_1_textbox {
    border: 1px solid #fff;
    padding: 8px;
    max-width: 100%;
    height: auto;
    text-align: left;
}

.chartbox_1_result {
    font-weight: bold;
    margin: 5px 0;
}

.top3_chartbox2 {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}


.chartbox_4 h5 {
    border-bottom: 1px solid #fff;
}

.chartbox_5 h5 {
    border-bottom: 1px solid #fff;
}

.chartbox_6 h5 {
    border-bottom: 1px solid #fff;
}

.chartbox_1_img img {
    max-width: 100%;
    height: auto;
}


/* 銘柄一覧 */


/*　 画像を回す */
.top2_circle {
    text-align: center;
    padding: 20px 0;
}

.top2_circle img {
    animation: 3s linear infinite rotation1;
}

@keyframes rotation1 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}



/* 画像を回す */


/* 上記の銘柄群には～ */

.principal {
    padding: 50px 0;
}

.principal_text {
    text-align: center;
    width: 45%;
    margin: 0 auto;
}

.principal_pickup {
    background-color: #f1e101ef;
    font-size: 2.8rem;
}

.principal_img {
    margin: 20px 0;
    text-align: center;
}

.principal_img img {
    max-width: 70%;
    height: auto;
}

.principal_text2 {
    text-align: center;
    width: 40%;
    margin: 0 auto;
}

.principal_text2_pickup {
    color: #f50e0e;
    font-size: 2.5rem;
}



/* 上記の銘柄群には～ */


/* 時期により変動する～ */

.principal2_1 {
    display: flex;
    justify-content: center;
}


.principal2 {
    width: 90%;
    margin: 30px auto;
}

.principal2 h2 {
    text-align: center;
    margin-bottom: 30px;
}

.principal2_img {
    padding-top: 7%;

}

.principal2_img img {
    max-width: 100%;
}

.principal2_top {
    padding: 0 50px;
    width: 50%;
}

.principal2_top p {
    line-height: 25px;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 20px;
}


/* 時期により変動する～ */


/* フッター　ナビゲーション */

.navigation {
    background-color: #fff;
    padding: 30px;
}

.navigation ul {
    display: flex;
    list-style: none;
    justify-content: center;
}

.navigation ul a {
    text-decoration: none;
}

.navigation ul li:hover {
    color: #df1818;
}

.navigation ul li {
    padding: 10px;
    color: #000;
    font-weight: bold;
}

.copy {
    text-align: center;
    margin-top: 40px;
}


/*  フッター　ナビゲーション  */



/* 個人情報保護方針 */

.personal_top h2 {
    background: url(../images/personal_topimg.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    padding: 80px;
}


.personal_box {
    width: 80%;
    margin: 0 auto;
    padding: 30px;
}

.personal_1 {
    margin-bottom: 20px;
}

/* 個人情報保護方針 */



/* 製品情報 */

.product {
    margin: 30px 0;
}

.product h2 {
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    border-top: rgb(223, 38, 38) 2px solid;
    border-bottom: rgb(223, 38, 38) 2px solid;
    width: 20vw;
    color: rgb(223, 38, 38);
}

.product_box_top p {
    background-color: rgb(223, 38, 38);
    color: #fff;
    text-align: center;
    padding: 10px;
}

.product_box {
    padding: 30px 0;
}

.product_textbox {
    padding: 40px;
    width: 80%;
    margin: 0 auto;
}

.product_text {
    margin-bottom: 30px;
}

.product_text h4 {
    margin-bottom: 5px;
    border-left: rgb(223, 38, 38) 4px solid;
    padding-left: 20px;
}



/* 製品情報 */



/* 特定商 */

.spacific_top {
    background: url(../images/spacific_background.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    padding: 80px;
}

.spacific_1 table {
    border-collapse: collapse;
    margin: 30px auto;

}

.spacific_1 table tr {
    border-bottom: 1px solid#cccccc;
    padding-right: 10px;
}

.spacific_1 table tr td {
    padding: 15px;
    font-size: 18px;
}

.spacific_title {
    font-weight: bold;

}

@media screen and (max-width:767px) {
    .spacific_1 table tr td {
        font-size: 14px;
    }
}

/* 特定商 */


/* ログイン */


.login_top h1 {
    background: url(../images/login_background.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    padding: 5%;
}

.login_box {
    margin-top: 50px;
}

.login_box h2 {
    text-align: center;
}

.login_body {
    margin: 10px auto;
}

.form_number {
    text-align: center;
}

.form_number input[type="text"] {
    margin: 10px auto;
    height: 3%;
    padding: 10px;
    font-size: 1.5rem;
}

.form_number input[type="password"] {
    margin: 10px auto;
    height: 3%;
    padding: 10px;
    font-size: 1.5rem;
}

.login_submit {
    text-align: center;

}

.login_submit:hover {
    opacity: 0.7;
}

.loginform_top h4 {
    text-align: center;
    margin-top: 8px;
}

.loginform_top h4 a {
    color: #df1818;
    font-size: 23px;
}

.loginform_top h4 a:hover {
    color: #df18187e;
}

.form2_mail {
    text-align: center;
}

.form2_mail input[type="email"] {
    font-size: 1.5rem;
    margin: 10px auto;
    height: 3%;
    padding: 10px;
}

.login_box2 {
    margin-top: 50px;
}

.login_box2 h2 {
    text-align: center;
}

.login_button {
    text-align: center;
}

.login_button input[type="submit"] {
    background-color: #003f64;
    color: #fff;
    width: 250px;
    height: 3%;
    padding: 10px;
    font-size: 22px;
    margin: 10px auto;
}

.login_button2:hover {
    background-color: #003f6496;
}

.loginbox2_text {
    width: 90%;
    text-align: center;
    display: block;
    margin: 10px auto;
}

.loginbox2_text p {
    text-align: left;
    display: inline-block;
}



/* ログイン */

.space {
    margin: 0 10px;
}


/* タブレット */

@media (min-width:600px) and (max-width:1120px) {
    body {
        font-size: 1.5rem;
        line-height: 1.7;
    }

    .navigation {
        padding: 10px;
    }

    .navigation ul li {
        padding: 5px;
    }

    .top_2 h2 {
        width: 100%;
    }

    .top_2_box {
        width: 60vw;
        margin: 0px auto;
    }

    .top2_text1 {
        width: 80vw;
        margin: 0 auto;
    }

    .top2_text2 {
        width: 80vw;
        margin: 0 auto;
    }

    .principal_text {
        width: 80%;
    }

    .principal_text2 {
        width: 80%;
    }

    .mail_check {
        text-align: left;
        padding-left: 0;
        padding-right: 0;
    }

    .principal2_top {
        padding: 0 20px;
        width: 50%;
    }

    .mail_form {
        width: 100%;
        margin: 0 auto;

    }

    .mail_area h1 {
        margin-bottom: 10px;
        font-size: 2.8rem;
    }

    input[type="email"] {
        width: 60vw;
        height:6.4vh;
        font-size: 2.5rem;
        padding: 0px;
        margin-right:0px;
    }
 


}

@media screen and (max-width:800px) {
    .principal2_1 {
        display: block;
    }

    .principal2_img {
        padding-top: 0;
    }

    .principal2_img img {
        display: block;
        margin: 10px auto;
    }

    .principal2_top {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .form_1 {
        display: block;
        text-align: center;

    }

    .form_button {
        margin-top: 10px;
    }

    input[type="email"] {
        width: 90%;
        margin: 0 auto;
        height:6.4vh;
      
    }
 
.submit{
    width:50%;
    margin: 0 auto;
    height:6.4vh;
    }
    #check {
        font-size: 1em;
        padding-left: 5px;
    }

    .mail_check p{
        font-size:0.8em;
    }

}


/*スマートフォン用*/
@media only screen and (max-width:599px) {
    body {
        font-size: 1.3rem;
        line-height: 1.5;
        margin: 0 auto 0;
    }

    .top_navi {
        padding: 10px;
    }

    .top_navi h3 {
        font-size: 15px;
    }

    .top_logo img {
        width: 150px;
    }

    .form_1 {
        display: block;
        text-align: center;

    }

    .form_button {
        margin-top: 10px;
    }

    .mail_area h1 {
        margin-bottom: 10px;
        font-size: 2rem;
    }

    .mail_area {
        padding: 10px;
    }

    .mail_form {
        width: 100%;

    }

    input[type="email"] {
        width:90%;
        margin: 0 auto;
        height: 2.9vh;
        font-size: 1.6rem;
    }
    .submit{
        width:70%;
        height:auto;
    }
    


    .top_2 {
        width: 80%;
        margin: 0 auto;
        padding: 0px;
    }

    .top_2 h2 {
        padding: 10px;
    }

    .top2_text1 {
        width: 100%;
    }

    .top2_text2 {
        width: 100%;

    }

    .top2_graph1 {
        display: block;
    }

    .top2_graph1 li {
        width: 90%;
    }

    .top2_graph2 li {
        width: 90%;
    }

    .top_2_box {
        width: 90%;
        margin: 20px auto;
        padding: 10px;
    }

    .top2_graph {
        padding: 0px;
    }

    .top_3 {
        padding: 10px;
    }

    .top3_chartbox {
        display: block;
        max-width: 80%;
        margin: 0 auto;
        text-align: center;
    }


    .chartbox h4 {
        text-align: center;
    }

    .chartbox_1_img {
        text-align: center;
    }

    .chartbox_1_textbox {
        margin: 0 auto;
        max-width: 70%;
        font-size: 1rem;
    }

    .chartbox_1_day {
        text-align: center;
        margin: 0 auto;
        width: 60%;

    }

    .top3_chartbox2 {
        display: block;
        max-width: 80%;
        margin: 0 auto;
        text-align: center;
    }


    .principal_text {
        width: 90%;
    }


    .principal_pickup {
        font-size: 20px;
    }

    .principal_text2 {
        width: 90%;
    }

    .principal2_1 {
        display: block;
    }

    .principal2_img img {
        display: block;
        margin: 10px auto;
    }

    .top_nav ul {
        display: block;
    }

    .top_nav ul li {
        font-size: 18px;
        text-align: center;
        padding: 5px;
    }

    .navigation {
        padding: 10px;
    }

    .navigation ul {
        display: block;
        text-align: center;
    }

    .navigation ul li {
        padding: 5px;
    }

    .product h2 {
        padding: 10px;
        width: 80%;
    }

    .product_textbox {
        padding: 10px 0 0 0;
    }

    .product_box {
        padding: 30px 0 0 0;

    }

    .copy {
        margin-top: 10px;
    }

}