  
.columntype_1{
    width: 47.5%;
    margin: 0px auto;
}

.columntype_2{
    width: 100%;
}

.columntype_2 li{
    width: 47.5%;
}

.columntype_3{
    width: 100%;
}

.column{
    padding: 60px 0px;
}



.column article{
    position: relative;
    text-align: center;
    border-top: #000 solid 1px;
    border-bottom: #ccc double 3px;
    height: 100%;
    padding-bottom: 10px;
}

.column h1 span{
    display: block;
    transform: translateY(-1em);
    line-height: 1;
}

.column h1 span strong{
    display: inline-block;
    position: relative;
    font-size: 28px;
    background-color: #FFF;
    padding: 0px 20px 10px;
    line-height: 1;
}

.column h1 span small{
    font-size: 18px;
    /* padding-bottom: 10px; */
}

.column h2{
	position: relative;
	line-height: 1;
    color: #008fca;
}

.column h2 strong{
	font-weight: 600;
    line-height: 1;
    font-size: 100px;
}

.column h2.f80 strong{
    font-size: 80px;
}

.column h2.f45 strong{
    font-size: 45px;
}

.column h2 small{
	font-size: 24px;
	font-weight: 400;
    line-height: 1;
}

.column h2.f80 small{
    font-size: 22px;
}

.column h2.f45 small{
    font-size: 20px;
}


@media screen and (max-width: 1100px) {
	


    .column h1 span strong{
        font-size: 2.545455vw;
    }
    
    .column h1 span small{
        font-size: 1.636364vw;
    }
    
    .column h2 strong{
        font-size: 9.1vw;
    }
    
    .column h2.f80 strong{
        font-size: 7.272727vw;
    }
    
    .column h2.f45 strong{
        font-size: 4.1vw;
    }
    
    .column h2 small{
        font-size: 2.181818vw;
    }
    
    .column h2.f80 small{
        font-size: 2vw;
    }
    
    .column h2.f45 small{
        font-size: 1.818182vw;
    }


}


@media screen and (max-width: 640px) {

    .columntype_1{
        width: 100%;
        max-width: 460px;
        margin: 0px auto;
    }
    
    .columntype_2{
        width: 100%;
        max-width: 460px;
    }
    
    .columntype_2 li{
        width: 100%;
    }
    
    .columntype_3{
        width: 100%;
        max-width: 460px;
    }
    
    .column{
        padding: 30px 0px;
    }
    

    .column h1 span{
        display: block;
        transform: translateY(-1em);
        line-height: 1;
    }
    
    .column h1 span strong{
        font-size: 28px;
    }
    
    .column h1 span small{
        font-size: 18px;
    }
    
    .column h2 strong{
        font-size: 100px;
    }
    
    .column h2.f80 strong{
        font-size: 80px;
    }
    
    .column h2.f45 strong{
        font-size: 45px;
    }
    
    .column h2 small{
        font-size: 24px;
    }
    
    .column h2.f80 small{
        font-size: 22px;
    }
    
    .column h2.f45 small{
        font-size: 20px;
    }

    

}


@media screen and (max-width: 560px) {

    .column h2.f45 strong{
        font-size: 8.035714vw;
    }
    
    .column h2.f45 small{
        font-size: 3.571429vw;
    }

    .column h2.f80 strong{
        font-size: 14.285714vw;
    }

    .column h2.f80 small{
        font-size: 3.928571vw;
    }

}


@media screen and (max-width: 480px) {

    .column h1 span strong{
        font-size: 5.833333vw;
    }
    
    .column h1 span small{
        font-size: 3.75vw;
    }

    .column h2 strong{
        font-size: 20.833333vw;
    }

    .column h2 small{
        font-size: 5vw;
    }

}



.column h2 div{
	display: block;
	width: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
    line-height: 1;
}

.column p{
    text-align: center;
    line-height: 1.4;
    padding: 10px 0px;
}

.column h2 i{
	display: block;
	position: relative;
	z-index: 20;
	opacity: 0;
}

.column h2.complete i{
	opacity: 0;
	transform: scale(1);
	animation: complete_m .7s forwards ease .5s;
}

@keyframes complete_m {
	0% {
		opacity: 1;
		transform: scale(1);
	}
	100% {
		opacity: 0;
		transform: scale(1.5);
	}
}


#contents_area ul li.inview_anime_infographic article,
#contents_area ul li.inview_anime_graph article{
	opacity: 0;
	transform: translateY(40px);
}

.astart #contents_area ul li.inview_anime_infographic_on article,
.astart #contents_area ul li.inview_anime_graph_on article{
	opacity: 0;
	transform: translateY(40px);
	animation: inview_animetion .7s forwards cubic-bezier(.07,.68,.41,1) 1s;
}

/* グラフ */

.graphbox div.grapharea{
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    line-height: 1;
}

.graphbox div.grapharea::before{
    content: "";
    display: block;
    padding-top: 93.333333%;
}

.graphbox div.grapharea figure,
.graphbox div.grapharea figcaption,
.graphbox div.grapharea aside{
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
}

.graphbox div.grapharea figure{
    z-index: 5;
}

.graphbox div.grapharea figcaption{
    z-index: 10;
    opacity: 0;
}

.graphbox div.grapharea aside{
    z-index: 1;
}




.mycircle{
    fill:none;
    stroke:#fff;
    stroke-width:150;/*線の太さを指定する*/
    /* stroke-linecap:round;
    stroke-linejoin:round;
    stroke-miterlimit:10; */
    stroke-dasharray: 0 471 ; /* 線の間隔を指定する */
    stroke-dashoffset: 0; /* 線の位置を指定する */
    
    transform-origin: center center;
    transform: rotate(-90deg);
}

.astart .inview_anime_graph_on .mycircle{
    animation: circle_anime 2s forwards ease 3s;
}

.astart .inview_anime_graph_on figcaption{
    animation: alpha_100 1s forwards ease 5.5s;
}


@keyframes circle_anime {
	100% {
        stroke-dasharray: 471 ;
	}
	
}




/* グラフ */

/* infographic_5 */

.column#infographic_5 .flex{
    height: 280px;
    align-items: center;
}

.column#infographic_5 h2{
    width: 50%;
}

.column#infographic_5 h2 dl{
    text-align: center;
}

.column#infographic_5 h2 dt img{
    width: 50px;
}

.column#infographic_5 h2 dd{
    color: #000;
    font-size: 30px;
    padding: 15px 0px 25px;
}

@media screen and (max-width: 1100px) {
    .column#infographic_5 h2 dd{
        font-size: 25px;
    }
}

@media screen and (max-width: 790px) {
    .column#infographic_5 .flex{
        height: 35vw;
    }
}

@media screen and (max-width: 640px) {
    .column#infographic_5 .flex{
        height: auto;
    }

    .column#infographic_5 h2 dd{
        font-size: 30px;
    }
}

@media screen and (max-width: 560px) {
    .column#infographic_5 h2 dd{
        font-size: 5.357143vw;
    }
}

/* infographic_5 */



/* infographic_9 */

.column#infographic_9 .grapharea{
    width: 45%;
}

.column#infographic_9 .numarea{
    width: 53%;
}

.column#infographic_9 .numarea li{
    width: 48.5%;
    background-color: #f5f5f5;
    margin-bottom: 3%;
    padding: 0px 0px 15px;
}

.column#infographic_9 .numarea li h3{
    font-size: 20px;
    line-height: 1;
    padding: 15px 0px;
}


@media screen and (max-width: 640px) {

    .column#infographic_9 .grapharea{
        width: 100%;
    }
    
    .column#infographic_9 .numarea{
        width: 100%;
    }

    .column#infographic_9 .numarea ul{
        margin-top: 25px;
    }
}

@media screen and (max-width:560px) {

    .column#infographic_9 .numarea li h3{
        font-size: 17px;
    }

}


/* infographic_9 */























