@charset "UTF-8";

section .contents_inner ul li::before{
	content: none!important;
}
section .contents_inner ul li{
	padding-left: 0!important;
}
.h3_style{
	color: #272727;
}
p{
	text-align: justify;
}
@media screen and (max-width: 840px){
	p{
		font-size: 14px!important;
	}
}
/*-----------------------------------
    exploration_block
-----------------------------------*/
#exploration_block .exploration_wrap .exploration_box:not(:last-child),
#investigation_block .investigation_wrap .investigation_box:not(:last-child){
	margin-bottom: 60px;
}
#exploration_block .exploration_wrap .exploration_box .row_box_center{
	gap: 33px;
	flex-wrap: nowrap;
}
#exploration_block .exploration_wrap .exploration_box .row_box_center .left_box,
#investigation_block .investigation_wrap .investigation_box .row_box_center .left_box{
	max-width: 560px;
	width: 54%;
}
#exploration_block .exploration_wrap .exploration_box .row_box_center .left_box .exploration_list{
	margin-top: 30px;
	max-width: 448px;
	width: 100%;
}
#exploration_block .exploration_wrap .exploration_box .row_box_center .left_box .exploration_list li{
	width: calc(100%/2);
	padding-left: 20px!important;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}
#exploration_block .exploration_wrap .exploration_box .row_box_center .left_box .exploration_list li:last-child{
	text-align: right;
}
#exploration_block .exploration_wrap .exploration_box .row_box_center .left_box .exploration_list li:not(:last-child)::before{
	content: "・"!important;
	color: #00A53C;
	position: absolute;
	left: 0;
	top: 4px;
	bottom: 0;
	margin: auto;
}
#exploration_block .exploration_wrap .exploration_box .row_box_center .img_box{
	width: 40%;
}
#exploration_block .exploration_wrap .exploration_box .row_box_center .img_box img{
	display: block;
	margin: auto;
}
.img_wrap{
	gap: 33px;
	margin-top: 30px;
}
.img_wrap .img{
	width: calc((100% - 33px) / 2);
}
.img_wrap .img img{
	width: 100%;
}
#exploration_block .exploration_wrap .exploration_box .img_wrap .img2{
	gap: 29px 22px;
	flex-wrap: wrap;
}
#exploration_block .exploration_wrap .exploration_box .img_wrap .img2 img{
	width: calc((100% - 22px) / 2);
	display: block;
}
.contents_inner .investigation_wrap .investigation_box {
}


@media screen and (max-width: 840px){
	#exploration_block .exploration_wrap .exploration_box .row_box_center,
	#investigation_block .investigation_wrap .investigation_box .row_box_center{
		gap: 30px!important;
		flex-direction: column;
	}
	#exploration_block .exploration_wrap .exploration_box .row_box_center .left_box,
	#investigation_block .investigation_wrap .investigation_box .row_box_center .left_box,
	#exploration_block .exploration_wrap .exploration_box .row_box_center .img_box{
		width: 100%;
	}
	#exploration_block .exploration_wrap .exploration_box .row_box_center .left_box .exploration_list li{
		font-size: 14px;
	}
	#investigation_block .investigation_wrap .investigation_box .img_wrap .img,
	.img_wrap .img{
		width: 100%!important;
	}
	#exploration_block .exploration_wrap .exploration_box .img_wrap .img2{
		flex-direction: row;
	}
}
@media screen and (max-width: 640px){
	#exploration_block .exploration_wrap .exploration_box:not(:last-child),
	#investigation_block .investigation_wrap .investigation_box:not(:last-child){
		margin-bottom: 30px;
	}
	#exploration_block .exploration_wrap .exploration_box .row_box_center,
	#investigation_block .investigation_wrap .investigation_box .row_box_center{
		gap: 20px!important;
		margin-top: 20px;
	}
	.img_wrap{
		margin-top: 15px;
	}
}

/*-----------------------------------
    investigation_block
-----------------------------------*/
#investigation_block{
	margin-top: 100px;
}
/*#investigation_block .contents_inner .movie_box{
	margin-top: 40px;
}*/
#investigation_block .contents_inner .movie_box iframe{
	margin: 0 auto;
    display: block;
    width: 100%;
    height: 550px;
}
#investigation_block .investigation_wrap .investigation_box .row_box_center{
	gap: 55px;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
#investigation_block .investigation_wrap .investigation_box .img_wrap .img {
    width: calc((100% - 55px) / 2);
}
#investigation_block .investigation_wrap .investigation_box .img_wrap .img p{
	margin-top: 20px;
}

#investigation_block .margin{
	margin: 55px 0 20px;
}
#investigation_block .margin img{
	width: 100%;
}
#investigation_block p{
	padding-left: 1em;
	position: relative;
}
#investigation_block p .attention{
	position: absolute;
	left: 0;
}

#investigation_block .investigation_wrap .investigation_box .left_box .investigation_list{
	margin-top: 30px;
}
#investigation_block .investigation_wrap .investigation_box .left_box .investigation_list li{
	padding-left: 20px!important;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}
#investigation_block .investigation_wrap .investigation_box .left_box .investigation_list li::before{
	content: "・"!important;
	color: #00A53C;
	position: absolute;
	left: 0;
	top: 4px;
	bottom: 0;
	margin: auto;
}
#investigation_block .investigation_wrap .investigation_box .list_ttl{
	font-size: 24px;
	font-weight: 700;
	padding-left: 35px;
	position: relative;
	margin: 60px 0 20px;
	color: #272727;
}
#investigation_block .investigation_wrap .investigation_box .list_ttl::before{
	content: "";
	position: absolute;
	border-radius: 3px;
	border: 5px solid #00A53C;
	width: 20px;
	height: 20px;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#investigation_block .investigation_wrap .investigation_box .table_box table tr:first-child{
	background: #373737;
}
#investigation_block .investigation_wrap .investigation_box .table_box table tr:nth-child(even){
	background: #F6F6F6;
}
#investigation_block .investigation_wrap .investigation_box .table_box table tr:first-child td{
	color: #fff;
	font-weight: 500;
}
#investigation_block .investigation_wrap .investigation_box .table_box table tr td{
	padding: 18px 20px;
	border: none;
	color: #272727;
}
#investigation_block .investigation_wrap .investigation_box .table_box table tr td:first-child{
	font-weight: 500;
	width: 260px;
	border-right: 1px solid #DEDEDE;
}
#investigation_block .investigation_wrap .investigation_box .table_box table tr td span{
	color: #F14B4B;
}
#investigation_block .investigation_wrap .investigation_box .box_top_img{
	margin-top: 15px;
	width: 100%;
}

/*flow_box*/
#investigation_block .investigation_wrap .investigation_box .flow_box table tr{
	display: flex;
}
#investigation_block .investigation_wrap .investigation_box .flow_box table tr td{
	width: calc(100% - 45px)!important;
}
#investigation_block .investigation_wrap .investigation_box .flow_box table tr td:first-child{
    color: #00A53C;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding: 30px 0;
    width: 45px !important;
    text-align: center;
}
#investigation_block .investigation_wrap .investigation_box .flow_box table tr td:first-child::before{
	content: "";
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 95px;
	width: 2px;
	height: 20px;
	background: #cd3939;
}
#investigation_block .investigation_wrap .investigation_box .flow_box table tr td:first-child span{
	display: block;
	font-size: 40px;
	margin-top: 5px;
}
#investigation_block .investigation_wrap .investigation_box .flow_box table tr td .flow_ttl{
	display: block;
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 700;
	color: #272727;
}
@media screen and (max-width: 840px){
	#investigation_block{
		margin-top: 70px;
	}
	#investigation_block .contents_inner .movie_box iframe{
		height: 315px;
	}
	#investigation_block .img_box{
		width: 100%;
	}
	#investigation_block .img_box img{
		display: block;
		margin: auto;
	}
	#investigation_block .investigation_wrap .investigation_box .table_box table tr td:first-child{
		width: 230px;
	}
}
@media screen and (max-width: 640px){
	#investigation_block{
		margin-top: 50px;
	}
	#investigation_block .contents_inner .movie_box iframe{
		height: 280px;
	}
	#investigation_block .investigation_wrap .investigation_box .table_box{
		overflow-x: auto;
		display: block;
	}
	#investigation_block .investigation_wrap .investigation_box .left_box .investigation_list li{
		font-size: 14px;
	}
	#investigation_block .investigation_wrap .investigation_box .table_box table tr{
		display: flex;
	}
	#investigation_block .investigation_wrap .investigation_box .table_box table tr td{
		width: 300px!important;
		white-space: nowrap;
		word-wrap: break-word;
		word-break: break-all;
	}
	#investigation_block .investigation_wrap .investigation_box .table_box table tr td:first-child{
		width: 180px!important;
	}
	#investigation_block .investigation_wrap .investigation_box .box_top_img{
		margin-top: 5px;
	}
	
	#investigation_block .margin{
		margin: 30px 0 20px;
	}
	
	#investigation_block .investigation_wrap .investigation_box .flow_box table tr td:first-child{
		padding: 10px 5px 30px;
	}
	#investigation_block .investigation_wrap .investigation_box .flow_box table tr td:first-child::before{
		top: 53px;
	}
	#investigation_block .investigation_wrap .investigation_box .flow_box table tr td:first-child span{
		font-size: 22px;
	}
	#investigation_block .investigation_wrap .investigation_box .flow_box table tr td .flow_ttl{
		font-size: 14px;
		margin-bottom: 7px;
	}
}

