@charset "UTF-8";
/* --------------------------------------------

FileName    :    ir.css

-------------------------------------------- */
:root {
  --main-col: #7ab31f;
  --sub-col: #e0589d;
  --bd-col: #D0D0D0;
  --bg-col: #e8e8e8;
}

.l-common_post.p-ir .l-common_col2 .l-content {
	max-width: 100%;
}

.c-ir .c-module_txt + .c-module_txt {
	margin-top: 80px;
}

.c-ir_title {
	font-weight: bold;
    font-size: 24px;
    font-size: 1.5rem;
    padding-left: 60px;
    margin-bottom: 20px;
    position: relative;
}

.eir + .c-ir_title {
	margin-top: 80px;
} 

.c-ir_title::after {
	content: "";
    position: absolute;
    top: .8em;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: #8DC21E;
    left: 0;
}

.c-ir_title--num {
	padding-left: 0;
}

.c-ir_title--num::after {
	content: none;
}

.c-ir_text-link {
	text-decoration: underline;
	color: var(--main-col);
}

.c-ir_text-link:hover {
	text-decoration: none;
}

.c-common_box p.c-ir_enlink {
	word-break: break-all;
}
.c-common_box p.c-ir_enlink a[target=_blank]::after {
	position: static;
	display: inline-block;
	margin-left: 6px;
}

.c-ir .c-module_dl {
	padding: 32px 0;
	border-top: 1px solid #D0D0D0;
}

.c-ir .c-module_dl:last-child {
	border-bottom: 1px solid #D0D0D0;
}

.c-ir .c-module .c-module_box .c-module_txt dl.c-module_dl + .c-module_dl {
	margin-top: 0;
}

.c-ir_note {
	font-size: 12px;
	text-indent: -1em;
	padding-left: 1em;
}

* + .c-ir_-col2 {
	margin-top: 1em;
}

.p-ir .c-module .c-module_box .c-module_txt .c-module_faq li .answer .answer_content a {
	display: inline;
}

@media screen and (min-width: 769px) {
	.c-ir_-col2 {
		display: flex;
		justify-content: space-between;
	}
	
	.c-ir_-col2 > * {
		width: calc(50% - 15px);
	}
}


@media screen and (max-width: 768px) {
	
	.p-ir .c-module_txt {
		padding: 0;
	}
	
	.c-ir .c-module_txt + .c-module_txt {
		margin-top: 50px;
	}
}


/* --------------------------------------------
IRトップ
-------------------------------------------- */
.p-ir-top {
	max-width: 1240px;
	margin: 140px auto 110px;
}

.p-ir-top a {
	transition: 0.2s;
}

.p-ir-top .ttl_h2 {
	margin-bottom: 30px;
}

.c-ir-top_sec--contents {
	margin-top: 110px;
}

.c-ir-top_conts-box {
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
	border: 1px solid var(--bg-col);
	padding: 0 0 45px;
	position: relative;
}

.c-ir-top_conts-head {
	border-top: none;
	padding: 0 20px 0;
}

.c-ir-top_conts-title {
	font-weight: 700;
	padding-top: 45px;
}

.c-ir-top_conts-title > a {
	display: inline-block;
}

.c-ir-top_conts-title > a > i {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	transition: .2s;
}

.c-ir-top_conts-title > a:hover {
	opacity: .7;
}

.c-ir-top_conts-title > a:hover > i {
	background: rgba(255,255,255,.3);
}

.c-ir-top_conts-text {
	margin-top: 25px;
	letter-spacing: 0;
}

.c-ir-top_conts-link {
	margin-top: 35px;
}

.c-ir-top_conts-link > li + li {
	margin-top: 10px;
}

.c-ir-top_conts-link-item {
	display: inline-block;
	padding-left: 22px;
	position: relative;
}

.c-ir-top_conts-link-item::before {
	position: absolute;
	content: '';
	width: 15px;
	height: 2px;
	background: #8DC21E;
	top: 12px;
	left: 0;
}

.c-ir-top_conts-link-item[target="_blank"]::before {
	width: 15px;
	height: 14px;
	background: transparent url("/assets/img/common/external-link.svg") no-repeat;
	top: 7px;
}

.c-ir-top_conts-link-item:hover {
	color: #8DC21E;
}

.c-ir-top_sec--other {
	margin-top: 100px;
}

.c-ir-top_other-link > a {
	height: 94px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--bg-col);
}

.c-ir-top_other-link > a:hover {
	background: #8DC21E;
	color: #fff;
	border-color: var(--bg-col);
}

.s_eirList_item_titleBox{
	margin: .5em 0 0 0 !important;
}

.s_eirItem {
    padding: 10px 0 !important;
}

.s_eirList_item_category{
	height: auto !important;
	padding: 0 10px !important;
}

@media screen and (min-width: 769px) {
	.c-ir-top_sec--news {
		/* max-width: 790px;
		margin: 0 auto; */
		width: 770px;
		max-width: 90%;
		margin: 0 auto;
	}
	
	.p-ir-top .c-view_more {
		margin-top: 30px;
	}
	
	.c-ir-top_conts {
		display: flex;
		flex-wrap: wrap;
		gap: 55px 0;
	}
	
	.c-ir-top_conts-box {
		width: calc(100% / 3); 
	}
	
	.c-ir-top_conts-box:not(:nth-child(3n+1)) {
		border-left: none;
	}
	
	.c-ir-top_other {
		display: flex;
	}

	.c-ir-top_other-link {
		width: 20%;
	}
	
	.c-ir-top_other-link:not(:first-child) > a {
		border-left: none;
	}


}

@media screen and (max-width: 768px) {
	.p-ir-top {
		margin: 70px auto 55px;
	}
	
	.p-ir-top .ttl_h2 {
		margin-bottom: 30px;
	}
	
	.c-ir-top_sec--contents {
		margin-top: 60px;
	}
	
	.c-ir-top_conts-box {
		padding: 0 0 20px;
	}
	
	.c-ir-top_conts-box:nth-child(n+2) {
		margin-top: 20px;
	}
	
	.c-ir-top_conts-head {
		padding: 0 20px 0;
	}

	.c-ir-top_conts-title {
		padding-top: 20px;
	}
	
	.c-ir-top_conts-text {
		margin-top: 10px;
	}
	
	.c-ir-top_conts-link {
		margin-top: 20px;
	}
	
	.c-ir-top_conts-link > li + li {
		margin-top: 5px;
	}
	
	.c-ir-top_conts-link-item::before {
		width: 13px;
		top: 10px;
	}
	
	.c-ir-top_sec--other {
		margin-top: 60px;
	}
	
	.c-ir-top_other-link:not(:first-child) > a {
		border-top: none;
	}
	
	.c-ir-top_other-link > a {
		height: 56px;
	}

	.l-section.p-news .inner{
		padding: 0;
	}

}

























