@charset "UTF-8";

body{
    color: #000;
    font-size: 16px;
    font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    background: #fff;
}
img{
    display: block;
    width: 100%;
}

header{
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 63px;
    display: block;
    background: #fff;
    border-bottom: #e5e5e5 3px solid;
}
.logo_img{
    display: block;
    width: 45%;
    max-width: 180px;
    margin: auto;
    padding-top: 2%;
}


/* main */
.section_main{
    position: relative;
    display: block;
    width: 100%;
    padding: 120px 0 40px 0;
}
.main_img{
    display: block;
    width: 70%;
    margin: auto;
}
.main_sukkiri{
    display: block;
    width: 95%;
    margin: auto;
}
.main_btn{
    display: block;
    width: 90%;
    margin: auto;
}

/* case */
.section_case{
    position: relative;
    display: block;
    width: 100%;
    background:#009f00;
    padding-bottom: 40px;
}
.section_title{
    font-size:  16px;
    font-weight: 700;
    text-align: center;
    padding: 20px 0;
}
.title_case{
    color: #fff;
}
.slide_btn_link{
    display: block;
    padding: 10px 0 0 6px;
}

/* lineup */
.section_lineup{
    position: relative;
    display: block;
    width: 100%;
    background: #009f00;
    padding-bottom: 15px;
}
.lineup_container{
    width: 85%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lineup_box{
    display: block;
    width: 45%;
    color: #fff;
    font-size: 10px;
    line-height: 1.5;
    padding: 20px 0;
    border-bottom: #fff 0.5px solid;
    position: relative;
}
.lineup_box:nth-child(1),
.lineup_box:nth-child(2){
    border-top: #fff 0.5px solid;
}
.lineup_bot_title{
    font-size: 12px;
    font-family: "Oswald", sans-serif;
    font-weight: 200;
}
.lineup_bot_text{
    font-weight: bold;
}
.lineup_move::after{
    content: "";
    background-image: url(../images/move_btn.svg);
	background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    font-size: 20px;
    position: absolute;
    top: 45%;
    right: 0%;
    background-size: contain;
}
.lineup_case::after{
    content: "";
    background-image: url(../images/link_btn.svg);
	background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    font-size: 20px;
    position: absolute;
    top: 45%;
    right: 0%;
    background-size: contain;
}
.lineup_img-01{
    display: block;
    width: 45%;
    margin-left: auto;
    margin-right: 3%;
    margin-bottom: -4%;
}

.lineup_img-02{
    display: block;
    width: 30%;
    margin-left: auto;
    margin-right: 10%;
    padding-bottom: 5%;
}


.section_case01{
    position: relative;
    display: block;
    width: 100%;
    background: #CEE5DB;
    padding-top: 30px;
}
.case_num_title{
    display: block;
    position: relative;
    width: 100%;
}
.case_num_title_img{
    display: block;
    width: 85%;
    margin-left: 10%;
}
.case_num_title_txt{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 24px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
}
.case_num_link_box{
    width: 80%;
    margin: auto;
}
.case_num_link_box_btn{
    display: block;
    transform: scale(1.1);
}
.case_num_img{
    display: block;
    width: 90%;
    margin-left: auto;
    margin-top: 20px;
}
.section_case02{
    position: relative;
    display: block;
    width: 100%;
    background: #C4D0DC;
    padding-top: 30px;
}
.case_num_img_area{
    display: block;
    position: relative;
    width: 100%;
}
.case_num_img_kochira{
    display: block;
    position: absolute;
    width: 12%;
    top: 47.5%;
    left: 18%;
}
.section_case03{
    position: relative;
    display: block;
    width: 100%;
    background: #E4CFE3;
    padding-top: 30px;
}
.section_case04{
    position: relative;
    display: block;
    width: 100%;
    background: #E8E6B8;
    padding-top: 30px;
}
.section_case05{
    position: relative;
    display: block;
    width: 100%;
    background: #E9D3C8;
    padding-top: 30px;
}
.section_case06{
    position: relative;
    display: block;
    width: 100%;
    background: #CEE5DB;
    padding-top: 30px;
}
.section_case07{
    position: relative;
    display: block;
    width: 100%;
    background: #C4D0DC;
    padding-top: 30px;
}
.section_case08{
    position: relative;
    display: block;
    width: 100%;
    background: #E4CFE3;
    padding-top: 30px;
}

/* QA MOVIE */
.section_qamovie{
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    padding-top: 90px;
}
.colgreen{
    color: #009f00;
}
.section_qamovie .lineup_box{
    display: block;
    width: 45%;
    color: #009f00;
    font-size: 10px;
    line-height: 1.5;
    padding: 20px 0;
    border-bottom: #009f00 0.5px solid;
    position: relative;
}
.section_qamovie .lineup_box:nth-child(1),
.section_qamovie .lineup_box:nth-child(2){
    border-top: #009f00 0.5px solid;
}
.section_qamovie .lineup_move::after{
    content: "";
    background-image: url(../images/move_btn_g.svg);
	background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    font-size: 20px;
    position: absolute;
    top: 45%;
    right: 0%;
    background-size: contain;
}
.section_qamovie .lineup_case::after{
    content: "";
    background-image: url(../images/link_btn_g.svg);
	background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    font-size: 20px;
    position: absolute;
    top: 45%;
    right: -5%;
    background-size: contain;
}
.lineup_bot_link{
    padding-top: 13px;
    font-weight: 700;
}
.section_qamovie .lineup_img {
    display: block;
    width: 30%;
    margin-left: auto;
    margin-right: 5%;
    padding-bottom: 5%;
}

footer{
    background: #009f00;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-weight: 200;
}


@media screen and (min-width: 501px) {
    body{
        background: #BBE902;
    }
    header{
        width: 420px;
        top: 0%;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    main{
        width: 420px;
        border-left: #009f00 2px solid;
        border-right: #009f00 2px solid;
        margin: auto;
        background: #fff;
    }
}