.merit-wrp{
    margin:0 auto 2em;
}
@media screen and (max-width:767px){
	.merit-wrp{
		margin:0 auto 2em
	}
}
.tech-point-nav ul.numnote {
    display: inline-block;
	/* width:100%; */
	max-width:700px;
	margin:2em auto 1em;
	text-align: left;
	font-size:.8em;
	font-weight: normal;
	padding:0 2em;
}
.tech-point-nav ul.numnote li{
	padding-left: 2.5em;
	position: relative;
}
.tech-point-nav ul.numnote li::before {
	position: absolute;
	top:0;
	left:0;
}

/* .TECHNOLOGY2 .tech-point-nav li:nth-child(2) {
    margin: 0 1%;
} */

/*** pie-graph-wrp ***/
.pie-graph-wrp {
	margin: 0 auto 3em;
	color: #222;
}

.pie-graph-title {
	color: #091d39;
	font-size: 1.8em;
}

.pie-graph-sub {
	display: inline-block;
	padding: .75em 2em;
	margin-top: 1.5em;
	font-size: 1.2em;
    line-height: 1.5;
	color: #fff;
	background-color: #0075c1;
	border-radius: 5px;
}

.pie-graph-sub span{
	font-size: .85em;
}

.progress-circle sup {
	font-size: .9rem;
    position: absolute;
    left: calc(50% + 2.3em);
    bottom: 3.9em;
}

.pie-graph {
	width: 200px;
	height: 200px;
	margin: 1.5em auto;
}

.progress-circle {
	width: 200px;
	position: relative;
	text-align: center;
}

.progress-circle canvas {
	vertical-align: top;
}

.progress-circle strong {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	font-size: 65px;
	font-weight: normal;
	font-feature-settings: "palt";
	transform: translate(3%, -53%);
	color: #104a8d;
}

.progress-circle strong span {
	padding-left: .2em;
	font-size: .5em;
}

.tech-header {
	background: linear-gradient(#104a8d, #30bde0 39%, #e2e3e4 39%, #fff 92%, #091d39 92%);
}
@media screen and (max-width:767px) {
	.tech-header {
		background: linear-gradient(#104a8d, #104a8d 20%,#e2e3e4 20%, #e2e3e4 39%, #fff 92%, #091d39 92%);
	}
}

/* .TECHNOLOGY2 .str-info-mov-wrp {
    padding: 60px 0;
}

@media (max-width: 767px) {
    .TECHNOLOGY2 .str-info-mov-wrp {
        width: 100%;
        padding: 15px;
    }
} */

.zeh-title {
	display: block;
	width: 100%;
	font-size: 1.8em;
	font-size: min(1.8em, 5vw);
	text-align: center;
	margin-bottom: 2em;
}

.frame-title {
    display: inline-block;
    min-width: 70%;
    margin: 1em auto;
    padding: .3em 2em;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: #0075c1;
    background-color: #fff;
    border: solid 2px #05a2e7;
    border-radius: 5rem;
}

/* column2 */
.column2 .text-center .note {
    display: inline-block;
}

.column2 figure .dot-title{
    margin-bottom: 0;
}

.vhplus {
    display: inline-block;
    background-color: #f5aa00;
    color: #fff;
    padding: .25em 1em .2em;
    font-size: .8em;
    border-radius: 4px;
    letter-spacing: .1em;
}

/* column3 */
.column3 .content-img-wrp .cap {
    width: fit-content;
    top: unset;
    bottom: 1em;
    color: #fff;
    text-shadow: 0 0 2px #333, 0 0 8px #555;
}

.column3 .plus-mark {
    position: relative;
}

.column3 .plus-mark::after {
    content: '+';
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    line-height: 1.5;
    font-size: 2em;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    background: linear-gradient(90deg, #48cfd9 0%, #0075c1 100%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.column3 .plus-mark figure {
    width: 50%;
    margin: 1em auto;
}

.column3 .plus-mark .dotnote {
    display: inline-block;
    font-size: 1em;
}

.column3 .plus-mark .dotnote li {
    margin-bottom: .5em;
    text-align: left;
}

.column3 .plus-mark .dotnote li::before {
    background: linear-gradient(90deg, #48cfd9 0%, #0075c1 100%);
    transform: scale(.8);
}

.column3 .fukidashi {
    display: inline-block;
    padding: 1.5em 2.5em;
    background-color: #fff;
    border: solid 2px #0075c1;
    border-radius: 5px;
    position: relative;
}

.column3 .fukidashi::before,
.column3 .fukidashi::after {
    content: '';
    display: inline-block;
    border: solid 20px transparent;
    border-bottom: solid 40px #0075c1;
    position: absolute;
    right: 30px;
    bottom: 100%;
}

.column3 .fukidashi::after {
    border-bottom: solid 40px #fff;
    margin-bottom: -4px;
}

/*==================================================
responsive
==================================================*/

@media (max-width: 767px) {

    .column2 .frame-wrp figure.w35 {
        width: 55% !important;
        margin: -.7em auto 0;
    }

    .column2 .frame-wrp figure.w45 {
        width: 70% !important;
        margin: 1em auto 2em;
    }

    .column2 figure .dot-title{
        margin-top: 2em;
    }

    .column2 figure.w60 picture{
        display: block;
        width: 85%;
        margin: 1em auto 0;
    }

    .vtoheimplus{
        width: 50% !important;
        margin: 10px auto 0;
    }

    .column3 .plus-mark::after {
        font-size: 1.8em;
        top: 55%;
    }

    .column3 .plus-mark>div:nth-child(2) {
        margin-top: 5em;
    }

    .column3 .plus-mark figure {
        width: 60%;
        margin: 1em auto;
    }

    .column3 .plus-mark>div:nth-child(2) figure {
        margin-top: -1em;
    }

    .column3 .fukidashi {
        padding: 1.5em;
        text-align: justify;
    }

    .column3 .fukidashi::before,
    .column3 .fukidashi::after {
        right: 50%;
        transform: translateX(50%) scale(.8, .6);
        transform-origin: center bottom;
    }
}

/* e-pocket GREEN */
.epocket-wrp .epocket-frame{
    border:3px solid #0075c1;
    padding:1em;
    border-radius: 4px;
    width: 32% !important;
    margin:0;
    counter-increment: epocektnum;
}
@media screen and (max-width:767px){
    .epocket-wrp .epocket-frame{
        width:100% !important;
        margin-bottom: 1em;
    }
    .epocket-wrp .epocket-frame p{
        text-align: left;
    }
    .epocket-wrp .epocket-frame br{
        display: none;
    }
}
.epocket-wrp .epocket-frame .title{
    font-size: 1.2em;
    line-height: 1.5;
    font-weight: bold;
    color: #0075c1;
    margin-bottom: 1em;
}
.epocket-wrp .epocket-frame .title::before{
    content: '0' counter(epocektnum);
    display: block;
    font-size:2em;
    margin-bottom: 0;
    text-align: center;
}
.epocket-wrp .epocket-frame .lead{
    font-size:.9em;
}
.howto .mode-wrp{
    margin-left:0 !important;
    margin-right:0 !important;
}
.howto .mode-wrp.w45{
    border:1px solid #ccc;
    background-color:#f9f9f9;
    padding:1em 1.5em;
    font-size:.9em;
}
.howto .mode-wrp.w45 .dot-title::before {
	background: #555;
}
.howto .mode-wrp.w50 .dot-title{
    color:#99cc33;
}
.howto .mode-wrp.w50 .dot-title::before {
    background:#99cc33;
}

.howto .mode-title{
    margin-bottom: .5em;
    text-align: center;
}
.howto .mode-title .mode{
    font-size:.9em;
    color:#fff;
    padding:.3em 1em;
    display: block;
    border-radius: 4px;
    text-align: center;
    margin-right:.5em;
    margin-bottom: .5em;
}
.howto .mode-title .mode.greenmode{
    background-color:#99cc33;
}
.howto .mode-title .mode.baidenmode{
    background-color:#5dc1cf;
}
.howto .color-greenmode{
    color:#99cc33;
}
.howto .color-baidenmode{
    color:#5dc1cf;
}
@media screen and (max-width:767px){
    .point-wrp .frame-wrp{
        padding:1em;
    }
}

/* .TECHNOLOGY2 .tech3 .point-wrp {
    padding-bottom: 4em;
}

@media (max-width: 767px) {
    .TECHNOLOGY2 .tech3 .point-wrp {
        padding-bottom: 0;
    }
} */