@charset "utf-8";
/* 
 style info : 下層ページIR・財務情報 > 中期経営計画スタイル

2018/10/5
*/


/*中期経営計画ページ
-----------------------------------------*/	

img{
max-width: 100%;
height: auto;
}

.img01 li{
	display:inline-block;
	padding-left:12px;
}


.img01 li:first-child{
  position: relative;
 /* padding-left: 20px;
   margin: 0 30px 15px 0;*/
   padding-right:50px;
}
.img01 ul li:first-child:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom:0;
  right:0;
  top:30%;
  width: 0;
  height: 0;
  margin-top: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #b3a9a6;
 }
 
 h4.otherttl{
	font-weight:bold;
	color:#e7380c;
	background:#faece9;
	padding:6px 10px;
	font-size:2.4rem;
}

h5.otherttl{
	font-weight:bold;
	font-size:2.4rem;
}

h6.otherttl{
	font-weight:bold;
	font-size:1.8rem;
}

.otherttl.green{
	color:#2eb258;
}
.otherttl.blue{
	color:#3075fd;
}

 @media screen and (max-width: 768px) {
	 .img01 li{
		 display:block;
	 }
	 .img01 li:first-child{
		 padding-right:0;
		 padding-bottom:50px;
	 }
	 .img01 ul li:first-child:after {
	bottom: 0;
top: 83%;
right: 0;
left: 42%;
 border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 30px solid #b3a9a6;
	 }
 h4.otherttl{
	font-size:1.8rem;
}
 h4.otherttl br{
	 display:none;
 }
 }

.img02{
	text-align:center;
}

/*img03*/
.img03box{
	position: relative;
    width: 920px;
    height:525px;
    border: 2px solid #e7380c;
    background-color: #FFFFFF;
	text-align:center;
	margin-bottom:70px;
}
.img03box:before,
.img03box:after {
    position: absolute;
	left: 50%;
	top: 100%;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	border-width: 30px;
}
.img03box:before {
    border-top-color: #e7380c;
    margin-left: -30px;
}
.img03box:after {
    border-top-color: #FFFFFF;
    margin: -2px 0 0 -30px;
}

.img03ttl{
	background:#e7380c;
	color:#fff;
	padding:5px 8px;
} 
 .img03ttl h5{
	 font-size:2.4rem;
	 margin:0;
 }
  .img03ttl p{
	   margin:0;
  }
.img03box figure{
	margin-top:40px;
}

 @media screen and (max-width: 768px) {
	 .img03box{
		 width:100%;
		 height:auto;
		 margin-bottom:40px;
	 }
	 .img03box figure{
		 margin:10px ;
}
 }
 
 /*img04*/
.img04box{
	background:#e6f6eb;
	margin-bottom:70px;
	border-radius:12px;
	padding:20px 15px;
	text-align:center;
}

 /*img05*/
.img05box li{
	display:inline-block;
	width:30%;
	margin-right:4%;
	box-sizing:border-box;
	 vertical-align:top;
}
.img05box li:last-of-type{
	margin:0;
}
 .img05box h6{
	 background:#83acfe;
	 min-height:60px;
	 padding:6px 12px;
	 box-sizing:border-box;
	 text-align:center;
	 color:#fff;
	 font-size:1.8rem;
 }
  .img05box li:nth-of-type(n+2) h6{
	  line-height:60px;
  }
 .img05box div{
	 border:2px solid #83acfe;
	 height:300px;
 }
   .img05box li p{
	   margin:10px 20px;
   }
    .img05box figure{
		width:90px;
		margin:auto;
}

 .img05box li:nth-of-type(1) div{
	 background:url(../img/ir/management_plan/management_plan_icon01.gif) no-repeat  center 90%;
	 background-size:100px;
 }
  .img05box li:nth-of-type(2) div{
	 background:url(../img/ir/management_plan/management_plan_icon02.gif) no-repeat  center 90%;
	 background-size:100px;
 }
  .img05box li:nth-of-type(3) div{
	 background:url(../img/ir/management_plan/management_plan_icon03.gif) no-repeat  center 90%;
	 background-size:100px;
 }
 
  @media screen and (max-width: 768px) {
	 .img05box li{
		 display:block;
		 width:100%;
		 margin-bottom:20px;
	 }
  }

/*中期経営計画ページ　更新　2020.4
-----------------------------------------*/	
.plan2020 h4{
	margin-top:40px;
	font-size:2.0rem;
}
.plan2020 ul{
	margin-bottom:30px;
}
.plan2020 li{
	margin-bottom:15px;
}

.plan2020 h3.subttl:after{
	width: 55%;
}
/*バックナンバー*/
.backnumber h4 {
    background-color: #fde9e4;
    padding: 10px 15px;
    border-radius: 7px;
    font-weight: normal; 
}

.backnumber ul li {
  position: relative;
  padding-left: 20px;
   margin: 0 0 15px 20px;
}
.backnumber ul li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #b3a9a6;
 }

@media screen and (max-width: 768px) {
.backnumber ul li {
   margin: 0 0 15px 10px;
}
}


