@charset "utf-8";
/* CSS Document */



.space_20{
	padding:30px 0px;
}

.wrapper {
    z-index: 9999;
    position: relative;
    top: 540px;
    width: 100%;
    background-color: #fff;
}

.section_main{
	padding-bottom: 100px;
	background-image: url(../img/bg_flow.jpg);
}

.topic{
	margin-top: 70px;
    background-image: url(../img/square_blue_05.jpg);
    background-repeat: no-repeat;
    background-size: 20px 52px;
    padding-left: 30px;
    background-position: bottom left;
    font-size: 50px;
    font-family: 'Noto Serif JP', serif;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.topic p{
	font-family: 'Noto Serif JP', serif;
	font-size: 50px;
	height: 44px;
	
}

.section_top{
	width: 1000px;
	margin: 0 auto;
}

.main_block{
	width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
}

.main_contents{
	box-shadow:3px 3px 5px;
	padding-top: 20px;
	background-color: white;
}

.cont{
	float: left;
	padding-left: 80px;
	padding-top: 20px;
	padding-bottom: 20px
}


.cont_right img{
	box-shadow:3px 3px 5px #CCCCCC;
	margin-left: 30px;
}

.cont_title{
	font-family: 'Noto Serif JP', serif;
	font-size: 45px;
}

.cont_num{
	font-family: 'Noto Serif JP', serif;
	color: #a5b1d0;
	font-size: 150%;
	padding-right:10px;
}

.read_text{
	padding-left: 30px;
	padding-top: 55px;
	font-size: 20px;
	line-height: 25px;
}

.space_cont{
	margin-top: 20px;
	border: solid 1px #CCCCCC;
	margin-left: 73px;
    margin-right: 70px;
	margin-bottom: 30px;
}

.cont_title_after{
	font-family: 'Noto Serif JP', serif;
    font-size: 38px;
}

.cont_num_after{
	font-family: 'Noto Serif JP', serif;
    color: #a5b1d0;
    font-size: 180%;
    padding-right: 10px;
}

.cont_after{
	padding-bottom: 20px;
}


#footer{
	top: 490px;
	
}

@media only screen and (max-width: 480px){
	
	.wrapper {
    	top: 0px !important;
	}
	
	.cont p{
		width: 100vw !important;
	}
}