@charset "UTF-8";
/*
*******************************************************************************************************
# IR today / yesterday / tomorrow
*******************************************************************************************************
*/
/* ------------------------------------
	* ページトップ
* ------------------------------------ */
.today_top{
	background: url(../../img/ir_info/today/page_top.jpg) center;
	background-size: cover;
	padding:114px 0 98px 0;
}
.yesterday_top{
    background: url(../../img/ir_info/yesterday/page_top.jpg) center;
    background-size: cover;
    padding:114px 0 98px 0;
}
.tomorrow_top{
    background: url(../../img/ir_info/tomorrow/page_top.jpg) center;
    background-size: cover;
    padding:114px 0 98px 0;
}

.mod-box_contents_img .box_title{
	width: 36%;
	margin: auto;
    height: 95px;
    padding: 40px 50px 45px 50px;
    min-width: 540px;
}
.mod-box_contents_img .box_title .lead {
    margin-top: 15px;
    text-align: center;
}

/* ------------------------------------
    * mainコンテンツ
* ------------------------------------ */
.wrp-irtoday {
}
.wrp-irtoday .inner_section01:first-child{
    padding-top: 85px;
}
.wrp-irtoday .inner_section01:last-child{
    padding-bottom: 105px;
}
.wrp-irtoday .mod-ttl_border_btm .title{
    font-size: 14px;
}
.wrp-irtoday .mod-ttl_border_l{
    margin: 35px auto 0;
}
.wrp-irtoday .mod-ttl_border_l .title{
    font-size: 22px;
    font-weight: 400;
}
.wrp-irtoday .mod-ttl_border_l span.title+span.title{
    color: #005f35;
    margin-left: 25px;
    font-size: 17px;
}
.wrp-irtoday .mod-ttl_border_l span.title+span.title:before{
}
.wrp-irtoday .txtbox{
    font-size: 14px;
    line-height: 1.7;
    margin: 20px auto 0;
}
.wrp-irtoday .txtbox p{
}
.wrp-irtoday .txtbox p+p{
    margin-top: 15px;
    color: #005f35;
}

@media screen and (max-width: 736px) {
.mod-box_contents_img {
    padding: 114px 0 0 0;
    height: 246px;
}
.mod-box_contents_img .box_title{
    min-width: 84%;
    padding: 4% 3%;
    height: auto;
}
.wrp-irtoday .inner_section01:first-child {
    padding-top: 55px;
}
.wrp-irtoday .inner_section01:last-child {
    padding-bottom: 65px;
}
}

/* ------------------------------------
	* 沿革
* ------------------------------------ */
.wrp-irtoday .inner_section01 {
	padding-top: 20px;
	padding-bottom: 100px;
}

.wrp-irtoday .tbl_history {
	width: 992px;
	margin: 55px auto 0 auto;
}

.wrp-irtoday .tbl_history th,
.wrp-irtoday .tbl_history td {
	padding: 15px 18px;
	font-size: 14px;
	line-height: 1.7;
}

.wrp-irtoday .tbl_history th {
	width: 21.16935%;
}

.wrp-irtoday .tbl_history td .mod-list_circle li::before {
	top: .4em;
}

.wrp-irtoday .business_detail .mod-list_indent {
	margin-top: 5px;
}

@media screen and (max-width: 736px) {
	.wrp-irtoday .inner_section01 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.wrp-irtoday .tbl_history {
		width: auto;
		margin: 20px 20px 0 20px;
	}
	.wrp-irtoday .tbl_history th,
	.wrp-irtoday .tbl_history td {
		padding: 12px;
		font-size: 12px;
		line-height: 1.5;
	}
	.wrp-irtoday .tbl_history th {
		width: auto;
	}
}