@charset "utf-8";



/* 【SP】ウィンドウ幅が769px以上の場合に適用するCSS
====================================== */


@media print,
screen and (max-width:768px) {

    #kanzo1000 {
    margin-left: auto;
    margin-right: auto;
    }

    #kanzo1000 h1 {
    text-align: center;
    font-weight: 600;
	}
    #kanzo1000 h2 {
    text-align: center;
    font-weight: 600;
    background: #fff;
	}
    #kanzo1000 h2 {
        font-size:16px;
        padding: 20px 0 ;
        margin: 20px 0px;
        line-height: 1.3em;
        align-items: center;
        display: flex;
        justify-content: center; 
    }
    
    #kanzo1000 h2:before, h2:after {
        border-top: 1px solid;
        content: "";
        width: 3em; 
    }
    #kanzo1000 h2:before {
        margin-right: 1em; 
    }
    #kanzo1000 h2:after {
        margin-left: 1em; 
    }

    #kanzo1000 p {
    margin-left: auto;
    margin-right: auto;
	}

    li {
        list-style: none;
    }
 

    .text{
        line-height: 1.8rem;
    }
    .text h3{
        font-size: 16px;
    line-height: 1.8em;
    margin: 25px 0px;
    }
    /* common */
    .fl {
        display: flex;
        margin: auto;
    }
	
    .fl img {
        width: 50%;
    }

/*kanzo1000 add*/
.balance li:nth-child(1){

}
.balance li:nth-child(2){

}

.comparison{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    position: relative;
}
ul.comparison_1{
    padding: 10px;
}

.comparison_1 li{
    margin-bottom: 40px;
}
.comparison_1 li:nth-child(4){
}
ul.comparison_2{
    margin-bottom: 20px;
    padding: 5px;
    margin-left: 5%;
    margin-top: -10%;
}
.comparison_2 li:nth-child(1){
display:none;
}
.comparison_2 li:nth-child(2){
    width: 33%;
    display: inline-block;
    vertical-align: middle;
}
.comparison_2 li:nth-child(3){
    width: 60%;
    display: inline-block;
    vertical-align: middle;
}

.comparison_1 img{
}
.comparison h2 span{
    text-align: center;
    font-size: 0.6em;
    font-weight: 800;
}

.comparison p{
    font-size: 0.8em;
}

div .power{
    padding: 20px;
    margin-bottom: 50px;
    background-color: blanchedalmond !important;
}

.power h2{
    margin-bottom: 30px;
    background-color: blanchedalmond !important;
}

.powerdetail h3{
    text-align: center;
    font-weight: 600;
    margin-top: 15px;
}
.power .half{

}
.powerdetail ul{
    padding: 15px;
}

.powerdetail li{
    width: 50%;
    display: inline-block;
    border: solid 1px;
    line-height: 2.2rem;
    margin-left: -5px;
    text-align: center;
}
.powerdetail p{
    display: flex;
    justify-content: center;
    line-height: 1rem;
    font-size: 0.8em;
}

.powerdetail img{
    width: 160px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.powerdetail_point p{
    font-size: 1.5rem;
}

.lineup ul{
    padding: 30px;
    position: relative;
margin-top: 50px;
}

.lineup li{
    width: 100%;
    font-size: 1rem;
    line-height: 1.8rem;
    text-align: end;
}

.lineup img{
    width: 300px;
    margin-bottom: 30px;
}

.lineup_detail span{
    position: absolute;
    border: solid 1px;
    top: 80%;
    padding: 1px 10px;
    left: 10%;
    font-size: 1rem;
}

.lineup_detail a{
    position: absolute;
    left: 23%;
    top: 100%;
    background: orange;
    padding: 5px 50px;
    color: #fff;
    border-radius: 15px;
}

div .series{
    margin-bottom: 50px;
    margin-top: 80px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.series_box li{
    width: 100%;

}

div .series_detail_text{
    display: block;
    margin-left: 10%;
}
ul.series_detail{
    border: solid 1px;
    padding: 10px 10px;
    margin-bottom: 30px;
}

.series_detail li:nth-child(1){
    width: 32%;
    display: inline-block;
    font-size: 1.2rem;
    height: 190px;
    vertical-align: middle;
}
.series_detail li:nth-child(2){
    width: 60%;
    display: inline-block;
    font-size: 1.2rem;
    height: 190px;
}

.series_detail span{
    font-size: 0.8rem;
    margin-bottom: 20px;
    display: block;
}

.series_detail a{
    background: orange;
    padding: 5px 60px;
    color: #fff;
    border-radius: 10px;
    margin-left: 18%;
}
.faq ul{
    widtsh: 70%;
}

li.qestion{
    text-align: left;
    font-size: 0.9rem;
    margin-bottom: 20px;
    border-left: 15px solid #ffa500;
    padding: 10px 15px;
    font-weight: 600;
}

li.answer{
    text-align: left;
    font-size: 0.9em;
    margin-bottom: 50px;
    margin-left: 20px;
}

}