/***** サービス・料金のご案内　専用 ↓ *****/
main {
    display: grid;
    grid-template:
        "title-left start title-right" 1300px
        / 1fr 860px 1fr ;
}

/***** タイトル部分 ↓ *****/

main .started {
    grid-area: start;
    background-color: #EBF0F0;
}
.started .bigtitle {
    position: relative;
}
.started .bigtitle .englishtitle {
    font-size: 60px;
    color: black;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
}

.started .bigtitle .titlespace h1 {
    font-size: 26px;
    color: black;
    display: block;
    width: 400px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #FCEE21;
    margin-bottom: 50px;
    margin-left: 20px;
}

.started .bigtitle .pagenav {
    position: absolute;
    top: 10px;
    right: 30px;
}

.started .bigtitle .pagenav ul {
    font-size: 16px;
}
.started .bigtitle .pagenav li {
    line-height: 200%;
}
.started .bigtitle .pagenav li a, .started .bigtitle .pagenav li a:link {
    color: black;
}

.started .bigtitle .pagenav li a:hover {
    color: #E60013;
}


/* タイトル横の色*/
main .top_slide_left {
    grid-area: title-left;
}
main .top_slide_left .blackbox {
    width: 100%;
    height: 360px;
    background-color: black;
    margin-top: 100px;
}
main .top_slide_right {
    grid-area: title-right;
}
main .top_slide_right .redbox {
    width: 100%;
    height: 360px;
    background-color: red;
}

/***** メイン部分 ↓ *****/

.oneflow-01,
.oneflow-02,
.oneflow-03,
.oneflow-04,
.oneflow-05,
.oneflow-06 {
    display: grid;
    grid-template: 
        " title   main  "100px
        " arrow   main  " auto
        / 220px 640px ;
        padding-bottom: 30px;
}

.oneflow-01 h2 {grid-area: title;}
.oneflow-01 .info {grid-area: main;}
.oneflow-01 .arrow {grid-area: arrow;}

.oneflow-02 h2 {grid-area: title;}
.oneflow-02 .info {grid-area: main;}
.oneflow-02 .arrow {grid-area: arrow;}

.oneflow-03 h2 {grid-area: title;}
.oneflow-03 .info {grid-area: main;}
.oneflow-03 .arrow {grid-area: arrow;}

.oneflow-04 h2 {grid-area: title;}
.oneflow-04 .info {grid-area: main;}
.oneflow-04 .arrow {grid-area: arrow;}

.oneflow-05 h2 {grid-area: title;}
.oneflow-05 .info {grid-area: main;}
.oneflow-05 .arrow {grid-area: arrow;}

.oneflow-06 h2 {grid-area: title;}
.oneflow-06 .info {grid-area: main;}
.oneflow-06 .arrow {grid-area: arrow;}

.startedflow h2 {
    font-size: 20px;
    color: white;
    width: 200px;
    margin-left: 20px;
    background-color: red;
    border-radius: 5px;
    text-align: center;
    line-height: 130%;
}
.oneflow-01 h2 ,
.oneflow-02 h2 ,
.oneflow-03 h2 ,
.oneflow-04 h2 ,
.oneflow-01 h2 ,
.oneflow-06 h2 {
    height: 32px;
    padding-top: 5px;
}
.oneflow-05 h2 {
        height: 60px;
    padding-top: 5px;
}
.oneflow-05 h2 span {
    font-size: 16px;
    color: black ;
    padding-left: 20px;
    padding-right: 20px;
    background-color: yellow;  
    border-radius: 5px;  
}

.startedflow .arrow {
    margin-left: 100px;
    margin-top: -30px;
}
.oneflow-05 .startedflow .arrow img {
    margin-left: 100px;
    margin-top: 30px;
}


.startedflow .info {
    margin-left: 20px;
}
.startedflow .info p {
    font-size: 18px;
    line-height: 150%;
}
.startedflow .info ul {
    list-style: none;
    padding-bottom: 30px;
}
.startedflow .info li {
    font-size: 14px;
    padding-bottom: 10px;
}



/*---------------------------------
  スマホ表示用（768px以下）
---------------------------------*/
@media only screen and (max-width: 768px) {

    /***** 全体レイアウトを1カラムに *****/
    main {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    /***** タイトル部分 *****/
    .started {
        background-color: #EBF0F0;
        padding: 20px 10px;
    }

    .started .bigtitle .englishtitle {
        font-size: 32px;
        text-align: left;
        padding: 10px 20px;
    }

    .started .bigtitle .titlespace h1 {
        font-size: 20px;
        width: 96%;
        margin: 10px auto 20px auto;
        text-align: center;
    }

    .started .bigtitle .pagenav {
        position: static;
        text-align: center;
        margin-bottom: 10px;
    }

    .started .bigtitle .pagenav ul {
        font-size: 14px;
        padding: 0;
    }

    /***** 左右の色ボックスを非表示（または下に並べる） *****/
    .top_slide_left,
    .top_slide_right {
        display: none;
    }

    /* 必要なら小さく表示する場合
    .top_slide_left .blackbox,
    .top_slide_right .redbox {
        height: 120px;
        margin-top: 20px;
    }
    */

    /***** 各「oneflow」ブロックを縦並びに変更 *****/
    .oneflow-01,
    .oneflow-02,
    .oneflow-03,
    .oneflow-04,
    .oneflow-05,
    .oneflow-06 {
        display: block;
        padding: 20px 10px;
    }

    .startedflow h2 {
        font-size: 18px;
        width: auto;
        margin: 10px 0;
    }

    .oneflow-05 h2 {
        height: auto;
        padding: 10px;
        text-align: center;
    }

    .oneflow-05 h2 span {
        display: block;
        margin-top: 5px;
        font-size: 14px;
    }

    /***** 矢印の位置調整 *****/
    .startedflow .arrow {
        margin: 10px auto;
        text-align: center;
    }

    .startedflow .arrow img {
        width: 50px;
        height: auto;
    }

    /***** 本文エリア *****/
    .startedflow .info {
        margin: 10px;
    }

    .startedflow .info p {
        font-size: 16px;
        line-height: 160%;
    }

    .startedflow .info ul {
        padding-left: 15px;
    }

    .startedflow .info li {
        font-size: 14px;
        padding-bottom: 8px;
    }
}
