@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 1400px) {
/* 1024pxまでの幅の場合に適応される */

.wrapper_header_in {
	max-width:calc(100% - 200px);
	margin:0;
}

.wrapper_header_logo01_img01 {
	max-height:55px;
	width:auto;
}

/* TOPpage infographic */
.news_tile_box {
    max-width: 1070px;
    padding: 160px 0 100px 0;
    margin: 0 auto;
    text-align: right;
    position: relative;
    z-index: 2;
}
.news_tile_box_contentarea_item_f {
	width: 285px;
    height: 285px;
    font-size: 40px;
    text-align: center;
    border-radius: 18px;
    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: 285px;
    height: 285px;
    position: relative;
    border-radius: 18px;
    background-color: #fff;
    box-shadow: 10px 10px 0 #FFD245;
    transition: 0.3s ease-in-out;
}
.news_tile_box_contentarea_item_dataimg {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	height: 300px;
    width: auto;
    border-radius: 18px;
}
.news_tile_box_contentarea {
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 45px 45px;
}
.news_tile_t_left_img {
    width: 160px;
    position: absolute;
    top: 220px;
    left: -90px;
}

.news_tile_area_2_new:before {
    content: "";
    position: absolute;
    top: 70px;
    left: 0;
    background: #FD96AC;
    width: 80%;
    height: 80%;
    border-right: #FFF 10px solid;
    border-bottom: #FFF 10px solid;
    border-top: #FFF 10px solid;
    border-radius: 0px 20px 20px 0;
    z-index: 1;
}
.news_tile_area_2_new:after {
    content: "";
    position: absolute;
    bottom: 70px;
    right: 0;
    background: #EBEDF3;
    width: 75%;
    height: 75%;
    border-radius: 20px 0px 0px 20px;
    z-index: 1;
}


/* 【つかってみた】 */

/* 【つかってみた】ここまで */

.asa_flex_box_li{
	width: calc((100% - 60px) / 4 - 0.2px);
}
.asa_flex_box_li:nth-child(5n){
	margin-right: 20px;	
}
.asa_flex_box_li:nth-child(4n){
	margin-right: 0;	
}

/* 【業界紹介】 */

.asa_industry{
	width: 100%;
	background-color: #F5F7FA;
	margin-bottom: 50px;
	padding: 50px 0;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.asa_industry_title {
	padding: 10px;
	margin-bottom: 50px;
	background-color: #d9d9d9;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
	gap: 10px;
}

.asa_industry_title h3 {
	font-size: 20px;
	font-weight: bold;
}

.asa_industry_title p {
	font-size: 18px;
}

.asa_industry_box {
	width: 640px;
    flex-direction: column;
	gap: 30px;
	margin-bottom: 30px;
}

.asa_industry .last_content {
	margin-bottom: 0px;
}


/* info */

/* infoここまで */

/* special_class */

/* special_classここまで */

}