

#secPlan {
    margin: 60px 0;
    padding-top: 70px;
}
#secPlan img {
    vertical-align:top;/*画像の下アキ防止*/
}
.plan_wrap {
    width: 1000px;
    margin: auto;
}

/*---*/
.plan_head {
    background-color: var(--Color6);
    height: 180px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--Color2);
    font-size: 0.8em;
}
.plan_head > div {
    width: 100%;
}
.plan_head img {
    height: 57px;
    width: auto;
}
.plan_head hr {
    width: 80%;
    height: 1px;
    background-color: rgba(255,255,255,0.8);
    margin: 0.5em auto 1em auto;
            border: none;
}
.plan_head ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.plan_head li::before {
    content: "□";
    margin-right: 0.1em;
}
.plan_head li:not(:last-of-type) {
    margin-right: 1em;
}
.plan_head ul.holSpec {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

/* ZEHロゴ追加対応 */
.plus_ZEH {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.plus_ZEH > img {
    height: 110px;
    width: auto;
    margin: 8px;
}


/*---*/
.plan_spec {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}
.plan_spec > li {
    background-color: var(--Color4);
    width: 200px;
    margin: 8px;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
}
.plan_spec > li > div {
    font-size: 12.5px;
    line-height: 3em;
    text-align: center;
    vertical-align: middle;
    color: var(--Color2);
    border: 1px solid var(--Color2);
    margin: 4px;
    letter-spacing: 0;
    white-space: nowrap;
}

.plan_spec.column3 {width: 680px;}
.plan_spec.column2 {width: 460px;}




/*---*/
.plan_body {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 1170px;*/
    padding: 2em 0;
}


/*---*/
.plan_hanrei {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0.5em;
}
.plan_hanrei img {
    width: 35%;
}

/*---*/

.plan_note ul {
    font-size: 75%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.plan_note li:not(:last-of-type){
    margin-right: 1em;
}

.plan_back {
    text-align: center;
    margin-top: 80px;
}
.plan_back a {
    background-color: var(--Color4);
    color: var(--Color2);
    padding: 1em 2em;
    line-height: 3em;
    border-radius: 2em;
    letter-spacing: 0.5em;
}


main ul.annotation {display:none;}/*印刷対応*/

/* ----------------------- */
/* 1000*/
/* ----------------------- */
@media screen and (max-width: 1000px) {

.plan_wrap {
    width: 90%;
}

.plan_head ul.holSpec {
    width:95%;
}

/*---*/
.plan_body {
    height:auto;
    padding-top: 6vw;
    padding-bottom: 3vw;
}
/* ZEHロゴ追加対応 */
.plus_ZEH {
    margin-top: 4vw;
}

.plus_ZEH > img {
}

/*---*/

.plan_spec {
}
.plan_spec > li {
    margin:0.5vw;
}
.plan_spec > li > div {
    font-size: 1.7vw;
    line-height: 3em;
    margin: 0.5vw;
}


.plan_spec {width: auto;}
.plan_spec > li {width: 47%;}
.plan_spec > li:nth-of-type(1),.plan_spec > li:nth-of-type(2) {margin-top: 0;}

.plan_head hr {
    width: 95%;
}
}

/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {

#secPlan {
    margin: 7vw 0;
}

.plan_head {
    height: 100%;
}
.plan_head img {
    height:auto;
    width: 90%;
    margin-top: 0.5em;
}
.plan_head ul {
    margin-bottom: 0.5em;
    margin-left: 0.8em;
    justify-content: flex-start;
    font-size: 2.2vw;
}
.plan_head ul.holSpec {
    width:auto;
    margin-left: 0.8em;
}
.plan_head li {
    margin-bottom: 0.4em;
}

/* ZEHロゴ追加対応 */
.plus_ZEH {
}

.plus_ZEH > img {
    height: auto;
    width: 20%;
}
/*---*/

.plan_spec > li {
    box-shadow: 0.3vw 0.3vw 0.4vw rgba(0,0,0,0.2);
    width: 48%;
}
.plan_spec > li > div {
    font-size: 2.5vw;
    letter-spacing: 0;
}

.plan_spec > li > div.big {
    
}

.plan_back a {
    font-size: 80%;
}
/*---*/
.plan_hanrei {
    display: block;
}
.plan_hanrei img {
    width: 50%;
}

/*---*/

.plan_note ul {
    font-size: 0.7em;
    justify-content: flex-start;
}

.plan_spec .choutai {
    display: inline-block;
    transform:translateX(-0.5em) scale(0.8,1);
    transform-origin: center;
    margin-left: auto;
    margin-right: auto;
}

}




/* ----------------------- インタビューバナー ----------------------- */

.bnr_iv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bnr_iv a {
    width: 80%;
    margin-top: 2em;
}
/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {
.bnr_iv a {
    width: 100%;
}
}


/* ----------------------- print ----------------------- */

@media print {
    @page {size: A4 portrait;margin: 0mm 5mm;}
    header,div.top_header_bgcolor,div.openbtn,div.plan_back,footer {display: none !important;}
    body {padding-top: 5mm;width: 210mm;}
    section#secPlan {margin: 0 auto;padding: 0;}
    .plan_head{height: auto;padding: 0.2em 0;}
    .plan_body{height: auto;padding: 0.8em 0;}
    .plan_spec {margin-top: 0.5em;}
    .plan_note ul {justify-content: flex-start;}
    main ul.annotation {display:block;max-width:inherit;width: 100vw;}/*印刷対応*/
    .plan_hanrei {display: block;}
}




