@charset "utf-8";
/* 【PC】ウィンドウ幅が769px以上の場合に適用するCSS
====================================== */

@media print,
screen and (min-width:769px) {

    #kanzo1000 {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

    #kanzo1000 h1 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 60px;
	}
    /*#kanzo1000 h2 {
    text-align: center;
    font-weight: 600;
	}*/
  #kanzo1000 h2 {
    font-size:30px;
    padding: 32px 0;
    line-height: 1.3em;
    align-items: center;
    display: flex;
    justify-content: center;
}
.br-sp {
  display: none;
}


    #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: 5px;
    margin-right: auto;
	}

    li {
        list-style: none;
    }
    .br-sp {
        display: none;
    }

    .text{
        line-height: 2.2rem;
        margin-bottom: 45px;
    }
    .text h3{
        font-weight: 600;
    }
    /* common */
    .fl {
        display: flex;
        margin: auto;
    }
	
    .fl img {
        width: 50%;
    }

/*kanzo1000 add*/
.balance li:nth-child(1){
    width: 40%;
    display: inline-block;
}
.balance li:nth-child(2){
    width: 50%;
    display: inline-block;
    margin: 0px 0px 50px 50px;
}

.comparison{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
ul.comparison_1{
    margin-bottom: 20px;
    padding: 30px;
}

.comparison_1 li{
    width: 23%;
    display: inline-block;
    vertical-align: top;
}
.comparison_1 li:nth-child(4){
    margin-top: -20px;
}
ul.comparison_2{
    margin-bottom: 20px;
    padding: 30px;
}
.comparison_2 li:nth-child(1){
    width: 25%;
    display: inline-block;
    vertical-align: middle;
}
.comparison_2 li:nth-child(2){
    width: 25%;
    display: inline-block;
    vertical-align: middle;
}
.comparison_2 li:nth-child(3){
    width: 45%;
    display: inline-block;
    vertical-align: middle;
}

.comparison_1 img{
    width: 250px;
}
.comparison h2 span{
    text-align: center;
    font-size: 0.6em;
}

.comparison p{
    text-align: center;
    font-size: 1.2em;
    font-weight: 800;
}

div .power{
    padding: 20px;
    margin-bottom: 50px;
    background-color: blanchedalmond;
}

.powerdetail h3{
    text-align: center;
    font-weight: 600;
}
.power .half{
    width: 47%;
    display: inline-block;
    vertical-align: top;
}
.powerdetail ul{
    padding: 30px;
}

.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: 1.6rem;
}

.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;
}

.lineup li{
    width: 45%;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.8rem;
    margin-left: 4%;
}

.lineup img{
    width: 300px;
}

.lineup_detail span{
    position: absolute;
    border: solid 1px;
    top: 60px;
    padding: 5px 30px;
    font-size: 1.2rem;
}

.lineup_detail a{
    position: absolute;
    top: 66%;
    background: orange;
    padding: 10px 100px;
    color: #fff;
    border-radius: 15px;
}

div .series{
margin-bottom: 50px;
}
.series_box li{
    width: 32%;
    display: inline-block;
    font-size: 1.2rem;
}
ul.series_detail{
    border: solid 1px;
    padding: 10px 10px;
}

.series_detail li:nth-child(1){
    width: 32%;
    display: inline-block;
    font-size: 1.2rem;
    height: 220px;
    vertical-align: middle;
}
.series_detail li:nth-child(2){
    width: 60%;
    display: inline-block;
    font-size: 1.2rem;
    height: 220px;
}

.series_detail span{
    font-size: 0.8rem;
    margin-bottom: 20px;
    display: block;
}

.series_detail img{
    margin-left: 15%;
}

.series_detail a{
    background: orange;
    padding: 5px 60px;
    color: #fff;
    border-radius: 10px;
    margin-left: 30px;
}
.faq ul{
    widtsh: 70%;
}

li.qestion{
    text-align: left;
    font-size: 1.2rem;
    margin-bottom: 20px;
    border-left: 25px solid #ffa500;
    padding: 10px 15px;
}

li.answer{
    text-align: left;
    font-size: 1.1rem;
    margin-bottom: 50px;
    margin-left: 40px;
}

}