@charset "utf-8";
/* CSS Document */

.main_viual_full {
	background: url("/jpn/company/report/common/images/keyVisual_bg.jpg") center no-repeat;
	background-size: cover;
	color: #fff;
	height: 300px;
}
.main_viual_full h1 {
	font-size: 30px;
	font-weight: bold;
}
/* .main_viual_full .txt {
	font-weight: bold;
} */
.main_viual_full h1 img{
	width: 100%;
}
.page_report_bg {
	background-color: #f4f6f7;
}
.report_border{
	border-bottom: 1px solid #dddddd;
}
.color_purple{
	color: #924898;
}
@media print, screen and (min-width: 768px) {
	.report_border{
		padding-bottom: 50px;
	}
	.main_viual_txt {
		padding-top: 40px;
		margin-left: -15px;
	}
	.main_viual_full h1 {
		width: 417px;
	}
	.inquiry_wrap .inquiry_box{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 767px) {
	.main_viual_full {
		padding: 40px 0 0;
		height: 200px;
	}
	.main_viual_txt {
		margin-left: -10px;
	}
	.main_viual_full h1 {
		font-size: 28px;
	}
	/* .main_viual_full .txt {
		font-size: 16px;
	} */
	.main_viual_full h1 {
		width: 280px;
	}
	.main_viual_txt {
		padding-top: 0;
	}
}
/* report_detail_wrap
-------------------------------------------------- */
.report_tag.tag_type01,
.tag .tag_type01 {
	background: #0abeaa;
}
.report_tag.tag_type02,
.tag .tag_type02 {
	background: #1ba1e6;
}
.report_tag.tag_type03,
.tag .tag_type03 {
	background: #2b6bbb;
}
.report_tag.tag_type04,
.tag .tag_type04 {
	background: #f58200;
}
.report_tag.tag_type05,
.tag .tag_type05 {
	background: #4ab226;
}
.report_tag.tag_type06,
.tag .tag_type06 {
	background: #EB3532;
}
.report_tag.tag_type07,
.tag .tag_type07 {
	background: #ff5c39;
}
.report_detail_inner{
	background-color: #fff;
}
.report_tag_wrap {
	margin-bottom: 30px;
}
.report_date {
	font-size: 14px;
	text-align: right;
}
.report_tag {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	padding: 7px 20px 8px 20px;
	line-height: 1.5;
	letter-spacing: .75px;
	min-width: 142px;
	text-align: center;
}
.report_ttl_bdr_left {
	position: relative;
	font-weight: bold;
	line-height: 1.5;
}
.report_ttl_bdr_left:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 108%;
	background-color: #1ba1e6;
}
.report_ttl_bdr_left sub{
	bottom: 0.9em;
}
.report_ttl_bdr_left_small {
	position: relative;
	font-weight: bold;
	line-height: 1.5;
}
.report_ttl_bdr_left_small:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 108%;
	background-color: #1ba1e6;
}
.report_ttl_bdr_left_small sub{
	bottom: 0.9em;
}
.report_ttl_bdr_gray {
	position: relative;
	font-weight: bold;
}
.report_ttl_bdr_gray:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #dddddd;
}
.report_ttl_bdr_gray:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 2px;
	background-color: #1ba1e6;
}
.report_ttl_center {
	font-weight: bold;
	text-align: center;
}
.report_border{
	border-bottom: 1px solid #dddddd;
}
.report_img_col2_wrap {
	display: flex;
	justify-content: center;
}
.report_img_col2_wrap .img:nth-of-type(2n){
	margin-left: 20px;
}
.report_img_col3_wrap{
	display: flex;
}
.report_img_col3_wrap .img{
	margin-right: 20px;
}
.report_img_col3_wrap .img:nth-of-type(3n){
	margin-right: 0;
}
@media print, screen and (min-width: 768px) {
	.report_detail_wrap {
		margin-top: -130px;
		padding-bottom: 50px;
	}
	.report_detail_inner{
		padding: 50px 80px 60px;
	}
	.report_border{
		padding-bottom: 50px;
	}
	.report_ttl_bdr_left {
		margin-bottom: 50px;
		padding-left: 30px;
		font-size: 30px;
	}
	.report_ttl_bdr_left_small {
		margin-bottom: 30px;
		padding-left: 20px;
		font-size: 20px;
	}
	.report_ttl_bdr_gray{
		padding-bottom: 18px;
		margin-bottom: 30px;
		font-size: 24px;
	}
	.report_ttl_center {
		margin-bottom: 30px;
		font-size: 20px;
	}
	.report_tag_wrap {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.report_btn {
		min-width: 310px;
		display: table;
		margin: 0 auto 30px;
	}
	.report_btn a{
		min-height: 53px;
	}
	.report_detail_wrap .imgtxt_hor_1_1{
		margin-bottom: 30px;
	}
	.report_detail_wrap .imgtxt_hor_1_1 > *{
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	.report_detail_wrap {
		margin-top: -60px;
		padding-bottom: 50px;
	}
	.report_border {
		padding-bottom: 40px;
	}
	.report_ttl_bdr_left {
		margin-bottom: 35px;
		padding-left: 15px;
		font-size: 20px;
	}
	.report_ttl_bdr_left:before{
		width: 4px;
		height: 105%;
	}
	.report_ttl_bdr_gray {
		padding-bottom: 10px;
		margin-bottom: 20px;
		font-size: 18px;
	}
	.report_ttl_bdr_left_small {
		padding-left: 10px;
		margin-bottom: 15px;
	}
	.report_ttl_center {
		margin-bottom: 20px;
		font-size: 20px;
	}
	.report_detail_inner{
		padding: 20px 20px 30px;
	}
	.report_tag_wrap {
		margin-bottom: 20px;
	}
	.report_tag {
		padding: 4px 10px 5px 10px;
		margin-bottom: 10px;
		font-size: 13px;
		text-align: left;
	}
	.report_img_col3_wrap {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.report_img_col3_wrap .img{
		width: calc((100% - 20px) / 2);
		margin-right: 20px;
		margin-top: 20px;
	}
	.report_img_col3_wrap .img:nth-of-type(2n){
		margin-right: 0;
	}
	.report_img_col3_wrap .img:nth-of-type(-n+2){
		margin-top: 0;
	}
}

/* btn_block_col2
-------------------------------------------------- */
.btn_img_txt a{
	display: flex;
	width: 100%;
	border: 1px solid #ddd;
	color: #222;
	font-weight: bold;
	font-size: 18px;
}
.btn_img_txt a .btn_img{
	display: block;
}
.btn_img_txt a .btn_img.btn_border{
	border-right: 1px solid #ddd;
}
.btn_img_txt a .btn_txt{
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	overflow: hidden;
	z-index: 0;
	padding-right: 50px;
}
.btn_img_txt a .btn_txt:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 23px;
	height: 6px;
	display: block;
	margin-top: -0.2em;
	z-index: -1;
	transition: all .2s;
	background: url(/jpn/common_v3/images/icon_arrow_red.png) no-repeat;
}
.btn_img_txt a .btn_txt:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #ff0a14;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	z-index: -2;
}
@media print, screen and (min-width: 768px) {
	.btn_block_col2 {
		display: flex;
	}
	.btn_block_col2._center {
		justify-content: center;
	}
	.btn_block_col2 .btn_img_txt{
		width: calc((100% - 50px) / 2);
	}
	.btn_block_col2 .btn_img_txt:nth-of-type(2n){
		margin-left: 50px;
	}
	.btn_img_txt a .btn_txt{
		text-align: center;
	}
	.btn_img_txt a:hover{
		color: #fff;
		text-decoration: none;
	}
	.btn_img_txt a:hover .btn_txt:before{
		background: url(/jpn/common_v3/images/icon_arrow_wh.png) no-repeat;
	}
	.btn_img_txt a:hover .btn_txt:after{
		transform: scale(1, 1);
		transform-origin: left top;
		visibility: visible;
	}
	.btn_block_col2 + .btn_block_col2 {
		margin-top: 30px;
	}
}
@media screen and (max-width: 767px) {
	.btn_img_txt{
		margin-bottom: 10px;
	}
	.btn_img_txt a{
		font-size: 16px;
	}
	.btn_img_txt a .btn_img{
		width: 100%;
	}
	.btn_img_txt a .btn_img img{
		width: 100%;
	}
	.btn_img_txt a .btn_txt{
		padding: 3% 40px 2% 10px;
	}
	.btn_block_col2 .btn_img_txt:last-of-type{
		margin-bottom: 0;
	}
	.btn_block_col2 + .btn_block_col2 {
		margin-top: 10px;
	}
}

/* report_list_wrap
-------------------------------------------------- */
.report_ttl_side {
  position: relative;
  text-align: center;
	margin-bottom: 40px;
}
.report_ttl_side:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #cccccc;
}
.report_ttl_side span {
  position: relative;
  padding: 0 1em;
  background-color: #f4f6f7;
	font-size: 20px;
}
.report_list{
	background-color: #fff;
}
.report_list .report_item{
	border-bottom: 1px solid #dddddd;
}
.report_list .report_item a{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #222222;
}
.report_list .report_item .info_img {
	padding: 0 20px 18px;
}
.report_list a .tag {
	display: flex;
	margin-bottom: 10px;
}
.report_list a .tag span{
	padding: 1px 10px 0;
	color: #fff;
	font-size: 13px;
}
.report_list .info_txt .ttl{
	line-height: 1.5;
	font-weight: bold;
}
.report_list .info_txt .date{
	padding-bottom: 15px;
	font-size: 13px;
	text-align: right;
}
@media print, screen and (min-width: 768px) {
	.report_list_wrap{
		padding-bottom: 85px;
	}
	.report_list_wrap .report_list_inner{
		display: flex;
		justify-content: center;
	}
	.report_list_wrap .report_list_block{
		width: calc((100% - 60px)/2);
	}
	.report_list_wrap .report_list_block:nth-of-type(2n){
		margin-left: 60px;
	}
	.report_list a .tag {
		width: calc(100% - 210px);
	}
	.report_list .report_item .info_txt {
		width: calc(100% - 210px);
	}
	.report_list .report_item .info_img{
		width: 210px;
		margin-top: -15px;
	}
	.report_list .report_item .info_img img{
		width: 100%;
	}
	.report_list .report_item{
	}
	.report_list .report_item a:hover {
		text-decoration: none;
		box-shadow: 0 0 8px rgb(0 0 0 / 40%);
	}
	.report_list .info_txt .ttl{
		padding: 0 0 5px 30px;
		min-height: 61px;
	}
	.report_list .info_txt .ttl{
		min-height: 77px;
	}
}
@media screen and (max-width: 767px) {
	.report_list_wrap{
		padding-bottom: 10px;
	}
	.report_ttl_side {
		margin-bottom: 20px;
	}
	.report_list_block {
		margin-bottom: 40px;
	}
	.report_list .report_item .info_txt {
		width: calc(100% - 160px);
	}
	.report_list .report_item .info_img{
		width: 160px;
		padding: 0 10px 10px;
	}
	.report_list a .tag {
		width: 100%;
	}
	.report_list a .tag span{
		padding: 5px 8px;
		line-height: 1.4;
	}
	.report_list .info_txt .ttl{
		padding: 0 0 10px 10px;
		font-size: 14px;
	}
	.report_list .info_txt .date{
		padding-bottom: 10px;
		font-size: 12px;
	}
}

/* flow_wrap._col3
-------------------------------------------------- */
.flow_wrap._col3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.flow_wrap._col3 .flow_box_ttl {
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: bold;
}
.flow_wrap._col3 .flow_box_column {
	position: relative;
	width: calc((100% - 100px) / 3);
	margin-right: 50px;
	margin-top: 32px;
	display: block;
	padding: 30px;
	color: #333;
	background-color: #f3f7f8;
}
.flow_wrap._col3 .flow_box_column:last-of-type:after {
	display: none;
}
.flow_wrap._col3 .flow_box_column .img{
	margin-bottom: 10px;
}
.flow_wrap._col3 .flow_box_column .img img,
.flow_wrap._col3 .flow_box_column .download_prevent {
	width: 100%;
}

@media print, screen and (min-width:768px) {
	.flow_wrap._col3 .flow_box_column:after {
		position: absolute;
		top: 50%;
		left: 104%;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 0 20px 28px;
		border-color: transparent transparent transparent #5aa9de;
		content: "";
		transform: translateY(-50%);
	}
	.flow_wrap._col3 .flow_box_column:nth-child(-n+3) {
		margin-top: 0;
	}
	.flow_wrap._col3 .flow_box_column:nth-child(3n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.flow_wrap._col3 .flow_box_column:first-child {
		margin-top: 0;
	}
	.flow_wrap._col3 .flow_box_column {
		width: 100%;
		margin: 55px 0 0;
		margin-right: 0;
	}
	.flow_wrap .flow_box_column:after {
		position: absolute;
		top: unset;
		bottom: -50px;
		left: 50%;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 0 20px 28px;
		border-color: transparent transparent transparent #5aa9de;
		content: "";
		transform: translateX(-50%) rotate(90deg);
	}
}
@media print, screen and (min-width:768px) {
	.report_btn_block_col2{
		display: flex;
		justify-content: center;
	}
	.report_btn_block_col2 .report_btn{
		margin: 0;
	}
	.report_btn_block_col2 .report_btn:nth-of-type(2n-1){
		margin-right: 30px;
	}
}
@media screen and (max-width: 767px) {
	.report_btn_block_col2 .report_btn:nth-of-type(2n-1){
		margin-bottom: 10px;
	}
	.report_btn_block_col2 .report_btn:last-of-type{
		margin-bottom: 0;
	}
}

/* report_btn_block_col3
-------------------------------------------------- */
@media print, screen and (min-width:768px) {
	.report_btn_block_col3 {
		display: flex;
		justify-content: center;
	}
	.report_btn_block_col3 .report_btn{
		min-width: 265px;
		margin: 0;
	}
	.report_btn_block_col3 .report_btn:nth-of-type(2){
		margin-left: 30px;
		margin-right: 30px;
	}
}
@media screen and (max-width: 767px) {
	.report_btn_block_col3 .report_btn:nth-of-type(2){
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.report_btn_block_col3 .report_btn:last-of-type{
		margin-bottom: 0;
	}
}

@media print, screen and (min-width:768px) {
.inquiry_wrap {
	width: 864px;
}
.inquiry_wrap .inquiry_ttl {
    font-size: 24px;
}
}

/* logo
-------------------------------------------------- */
.report_ttl_bdr_left_small.logo{
	display: flex;
	align-items: center;
}
.report_ttl_bdr_left_small.logo span{
	width: 6.03%;
	margin-left: 3%;
}
.report_ttl_bdr_left_small.logo span img{
	width: 100%;
}
@media screen and (max-width: 767px){
	.report_ttl_bdr_left_small.logo span{
		width: 12%;
	}
}