@charset "UTF-8";
body.ir .pageMv_warp {
    position: relative;
    z-index: 9;
    padding-top: 40px;
}
body.ir .pageMv_warp:after {
    background: url() center center / cover no-repeat;
}
@media (min-width: 896px) {
}
@media only screen and (max-width: 896px) {
    body.servicetop .pageMv_warp:after {
        background: url() center center / cover no-repeat;
    }
}
@media only screen and (max-width: 360px) {
}


/* 2025.04 追記 */
/*----------------------------------------
共通
----------------------------------------*/
body.ir .pageMv_warp:after {
	display: none;
}
.cp3Cnt_h2{
  font-size: 30px;
	font-weight: bold;
	line-height: 1;
  margin-bottom: 20px;
}
.cp3Cnt_h2 .or {
  color: #e78000;
}

.ir_sub_section + .ir_sub_section{
  margin-top: 50px;
}
.ir_sub_section__title{
  font-size: 16px;
  font-weight: bold;
	padding-bottom: 5px;
  margin-bottom: 20px;
	border-bottom: 2px solid #e78000;
}

@media only screen and (max-width: 896px) {
	.cp3Cnt_h2{
    font-size: 20px;
    padding-right: 10px;
		margin-bottom: 15px;
  }
	
	.ir_sub_section + .ir_sub_section{
		margin-top: 30px;
	}
	.ir_sub_section__title {
    font-size: 15px;
    padding:13px 15px;
    border-radius:5px;
    margin-bottom: 15px;
  }
}

/* adb_dl_box */
.adb_dl_box{
  background: #ebebed;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
	margin-top: 50px;
}
.adb_dl_box img{
  max-width: 158px;
}
.adb_dl_box p{
  margin-left: 20px;
  margin-bottom: 0;
}

@media screen and (max-width: 896px) { 
  .adb_dl_box{
    flex-flow: column;
    justify-content: center;
		margin-top: 30px;
  }
  .adb_dl_box p{
    margin-top: 15px;
    margin-left: 0;
  }
}

/*----------------------------------------
ディスクロージャーポリシー
----------------------------------------*/
#ir_policy{
  counter-reset: num 0; 
}
#ir_policy .ir_sub_section__title::before {
  counter-increment: num 1;
  content: counter(num) ".";
}

/*----------------------------------------
お問い合わせ
----------------------------------------*/
.inquiry_box ul{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 2rem;
  list-style: none;
}
.inquiry_box ul li{
  background: #faf4ec;
  padding: 20px;
}
.inquiry_box__title{
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 1rem;
}

@media screen and (max-width: 896px) { 
  .inquiry_box ul{
    grid-template-columns: 100%;
    grid-gap: 1rem;
  }
	.inquiry_box ul li{
		background: #fff;
		border: 1px solid #170e09;
	}
}