@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 1280px) {
/* 1024pxまでの幅の場合に適応される */

.wrapper_header_box01_ul01_li_span {
	font-size:14px;
}

.wrapper_header_ul_li_span01 {
	font-size:14px;
}
.pr_txt_area_01 p{
	text-align: left!important;
}
.pr_txt_area_job{
	margin-left: 50px;
}
.pr_txt_area {
	max-width: 570px;
}


/* TOPpage infographic */
.news_tile_t_top_img {
	width: 700px;
    position: absolute;
    top: 30px;
    left: 0px;
}
.news_tile_t_left_img {
    width: 120px;
    position: absolute;
    top: 200px;
    left: -120px;
}
.news_tile_box {
	max-width: 800px;
	padding: 160px 0 100px 0;
	margin: 0 auto;
	text-align: right;
	position: relative;
	z-index: 2;
}

.news_tile_box_contentarea_item_f {
	width: 240px;
	height: 240px;
	font-size: 32px;
	text-align: center;
	border-radius: 16px;
	background-color: #FFD245;
	box-shadow: 10px 10px 0 #B1E24A;
	transition: 0.3s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
}
.news_tile_box_contentarea_item {
	width: 240px;
	height: 240px;
	position: relative;
	border-radius: 16px;
	background-color: #fff;
	box-shadow: 10px 10px 0 #FFD245;
	transition: 0.3s ease-in-out;
}

.news_tile_box_contentarea {
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 45px 35px;
}
.news_tile_box_contentarea_item_dataimg {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	height: 250px;
	width: auto;
	border-radius: 16px;
}

/* 【つかってみた】 */

/* 【つかってみた】ここまで */

.asa_flex_box_li02{
	width: calc((100% - 20px) / 2 - 0.2px);
}
.asa_flex_box_li02:nth-child(3n){
	margin-right: 20px;	
}
.asa_flex_box_li02:nth-child(2n){
	margin-right: 0px;	
}

/* info */

/* infoここまで */

/* special_class */

/* special_classここまで */

}