@charset "utf-8";
#main_content {
    max-width: 800px;
	width: 97%;
    margin: 0 auto 0 10%;
}

#header_img_div {
    
}
#header_img_div img {
    width: 100%;
}
.catchcopy_text{
	font-size: 1.2em;
    font-weight: bold;
    line-height: 1.4em;
    margin: 30px 0;
}
.sub_title{
	width: 180px;
    font-size: 1.2em;
	font-weight: bold;
    border: 2px solid #FFC107;
    text-align: center;
    background: #fffaea;
	padding: 5px 0;
	color: black;
}
.sub_contents ul{
	display: flex;
    flex-wrap: wrap;
    padding-left: 30px;
    margin: 20px 0;

}
.sub_contents ul li{
	width: 50%;
    min-width: 300px;
}
.highLight_box{
	text-align: center;
    font-size: 1.7em;
    font-weight: bold;
    position: relative;
    padding: 1rem 0.3rem calc(1rem + 6px);
    background: #fff100;
    width: 95%;
    margin: 80px auto 30px;
    color: black;
    max-width: 600px;
}
.highLight_box::before{
	position: absolute;
    /*top: -7px;
    left: -7px;*/
    top: 0px;
    left: 0px;
	width: 99.5%;
    height: 97%;
    content: '';
    /*border: 3px solid #000;*/
}
#block_four{
	margin-bottom: 50px;
}
#block_four ul{
	max-width: 580px;
    width: 88%;
    margin: 30px auto;
    font-size: 1.3em;
    padding-left: 30px;
	
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc_1 { display: block !important; }
.sp_1 { display: none !important; }

@media only screen and (max-width: 700px) {
    .pc_1 { display: none !important; }
    .sp_1 { display: block !important; }
	
	#main_content {
	    margin: 0 auto!important;
	}

	
	
}

/*デスクトップ用*/
@media (min-width: 950px) {

}
