.sub_h2{
  background: #512701;
  color: #ffffff;
  font-size: 22px;
  padding: 21px 34px;
  margin-bottom: 30px;
}

.sub_h2 i {
  font-size: 16px;
  display: inline-block;
  position: relative;
}

.sub_h2 i::after {
  content: "";
  width: 3px;
  height: 100%;
  display: inline-block;
  position: absolute;
  right: -20px;
  top: 0;
  background: #ffffff;
}

.sub_h2 i b{
  font-size: 30px;
  font-weight: bold;
  margin-left: 10px;
}

.sub_h2 em {
  margin-left: 30px;
  vertical-align: middle;
}

#joyfull_ir_01,
#joyfull_ir_02,
#joyfull_ir_03,
#joyfull_ir_04,
#joyfull_ir_05,
#joyfull_ir_06 {
  padding-top: 120px;
}

@media screen and (max-width: 1000px) {

  #joyfull_ir_01,
  #joyfull_ir_02,
  #joyfull_ir_03,
  #joyfull_ir_04,
  #joyfull_ir_05,
  #joyfull_ir_06 {
    padding-top: 80px;
  }

  .sub_h2 i { font-size: 13px; }
  .sub_h2 i b{ font-size: 22px; }
  .sub_h2{ font-size: 18px; }

}

@media screen and (max-width: 700px) {

    #joyfull_ir_01,
    #joyfull_ir_02,
    #joyfull_ir_03,
    #joyfull_ir_04,
    #joyfull_ir_05,
    #joyfull_ir_06 {
      padding-top: 60px;
    }

  .sub_h2{
    text-align: center;
    font-size: 16px;
    padding: 15px 20px 19px;
  }
  .sub_h2 i {
    display: block;
    margin-bottom: 6px;
  }
  .sub_h2 i::after{display: none;}
  .sub_h2 em{ margin-left: 0; }

}

/*********************

#j_link

********************/

#j_link{
  display: flex;
}
#j_link img{
  width: 46%;
  height: auto;
  object-fit: contain;
  object-position: top;
}

#j_link ul{
  font-size: 16px;
  color: #281a14;
  margin-left: 50px;
}

#j_link ul li{margin-bottom: 10px;}
#j_link ul li a{
  display: flex;
}

#j_link ul span {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50%;
  background: #ffa200;
  display: inline-block;
  padding: 0 14px;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  letter-spacing: initial;
  line-height: 52px;
  margin-right: 20px;
  height: 52px;
}

#j_link ul em{
  width: 80%;
  display: inline-block;
}

#j_link ul li:first-child span{ width: 23px;}

#j_link ul .one_line em{ padding-top: 12px; }

#j_link ul li em::after{
  content: "";
  background: url(../img/arrow.png)top right no-repeat;
  display: inline-block;
  margin-left: 20px;
  width: 12px;
  height: 8px;
  background-size: contain;
}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 700px) {
  #j_link{ display: block; }
  #j_link ul{ text-align: left; }
  #j_link img{
    width: 100%;
    height: 280px;
  }
  #j_link ul{margin: 30px auto 0;}
}

/*********************

#joyfull_ir_01

********************/

.ir_01_table,
.ir_02_table{
  margin-bottom: 100px;
}

.ir_01_table table,
.ir_02_table table{
  font-size: 16px;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ffbb45;
  box-sizing: border-box;
}

.ir_01_table table tr:first-child th,
.ir_02_table table tr:first-child th{
  border-right: 1px solid #ffffff;
  padding: 12px 32px;
  text-align: center;
  color: #fff;
}
.ir_01_table table tr:first-child th:first-child { text-align: center; }
.ir_01_table table tr:first-child th:last-child{ border-right: none; }
.ir_01_table table tr th:first-child {
  border-bottom: 1px solid #ffffff;
  padding-left: 40px;
}
.ir_01_table table tr:last-child th { border-bottom: none; }

.ir_01_table table th{
  background: #ffbb45;
  color: #ffffff;
  padding: 20px 10px;
}

.ir_01_table table .numer {
  width: 13%;
  text-align: center;
  border-bottom: 1px solid #ffbb45;
  border-right: 1px solid #ffbb45;
}

.chart{
  margin-bottom: 100px;
  text-align: center;
}

.chart h3{
  font-size: 20px;
  color: #512701;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  background: linear-gradient(transparent 60%, #ffbb45 30%);
  display: inline-block;
}
.chart img{
  width: 100%;
  min-width: 900px;
}

/**********.sub_h3************/
.sub_h3{
  box-sizing: border-box;
  border: 2px solid #ffbb45;
  font-size: 22px;
  color: #ffbb45;
  padding: 10px;
  margin-bottom: 30px;
}
.sub_h3 i{
  background: #ffbb45;
  color: #ffffff;
  padding: 20px 14px;
  font-size: 16px;
  display: inline-block;
  position: relative;
}
.sub_h3 i::after{
  content: "";
  width: 3px;
  height: 100%;
  display: inline-block;
  position: absolute;
  right: -20px;
  top: 0;
  background:#ffbb45;
}

.sub_h3 em{ margin-left: 30px; }

/**********.point************/

.point{margin-bottom: 100px;}

.point li{
  padding: 40px 0;
  border-bottom: dashed #ffbb45 1px;
}
.point li:first-child { padding-top: 0; }
.point li:last-child{
  margin-bottom: 0;
  border-bottom: none;
}

.point span{
  display: block;
  text-align: center;
  font-size: 30px;
  color: #ffbb45;
  margin-bottom: 14px;
  font-weight: bold;
}

.point span i{
  background: #512701;
  color: #ffffff;
  padding: 6px 14px 4px;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 2px;
  font-weight: bold;
}

/*******.ir_02_table*********/

.ir_02_table tr:first-child{
  background: #ffbb45;
  color: #ffffff;
}

.ir_02_table tr:first-child td{text-align: center;}

.ir_02_table th{
  /*background: #ffffff;
  color: #512701;*/
  color: #512701;
}

.ir_02_table th:first-child {
  border-right: 1px solid #ffbb45;
  border-bottom: 1px solid #ffbb45;
  padding-left: 40px;
}

.ir_02_table td{
  text-align: right;
  padding: 26px 30px 26px 15px;
  border-bottom: 1px solid #ffbb45;
}
.ir_02_table tr:last-child td {border-bottom: none;}

.ir_02_table .c_01{
  background: #fffef6;
  border-right: 1px solid #ffbb45;
}
.ir_02_table .c_02{ background: #fff1da; }

.ir_02_table tr .p_40{ padding-left: 40px!important; }
.ir_02_table tr .p_60 { padding-left: 60px!important; }

.ir_02_table tr .orange_p{ color: #ffa200; }

.ir_02_table .orange_border{
  border-bottom: 3px solid #ffbb45;
}


@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1150px) {
  #joyfull_ir_01 table tr th:first-child{ padding-left: 20px; }
}

@media screen and (max-width: 1000px) {
  .ir_01_table,
  .ir_02_table{
    overflow-y: scroll;
    margin-bottom: 50px;
  }
  .ir_01_table table,
  .ir_02_table table{
    white-space: nowrap;
    font-size: 13px;
  }
  #joyfull_ir_01 table tr th:first-child {padding-left: 16px;}
  .ir_01_table table th,
  .ir_02_table table th{
    padding: 16px;
  }
  .ir_01_table table tr:first-child th,
  .ir_02_table table tr:first-child th{
    padding: 24px;
  }

  .chart { margin-bottom: 80px; }
  .chart div{ overflow-y: scroll; }

  .sub_h3 i {
    padding: 10px 14px;
    font-size: 13px;
  }

  .sub_h3{ font-size: 16px; }

  .point { margin-bottom: 60px;}
  .point span{font-size: 26px;}
  .point span i{font-size: 12px;}

}

@media screen and (max-width: 700px) {

    .chart h3 {font-size: 15px;}

    .sub_h3 i {
      display: block;
      text-align: center;
      margin-bottom: 10px;
    }

    .sub_h3{text-align: center;}
    .sub_h3 i::after{display:none;}
    .sub_h3 em{ margin-left: 0;}

}


/*********************

#joyfull_ir_02

********************/

#joyfull_ir_02 .p_ttl{ margin-bottom: 30px; }

#joyfull_ir_02 .chart {
  margin-bottom: 30px;
}

#joyfull_ir_02 .contents_1100{
  width: 1100px;
  max-width: 90%;
  margin: 0 auto 60px;
}

#joyfull_ir_02 .m_60{ margin-bottom: 60px; }
#joyfull_ir_02 .m_0 { margin-bottom: 0; }

@media screen and (max-width: 700px) {}


/*********************

#joyfull_ir_03

********************/

#joyfull_ir_03 ul{ font-size: 16px; }
#joyfull_ir_03 ul li{
  display: flex;
  border-bottom: 1px solid #e0dedc;
  color: #512701;
  padding: 20px 40px;
}

#joyfull_ir_03 time{
  margin-right: 30px;
  font-weight: 500;
  width: 160px;
}
#joyfull_ir_03 a {
  width: 80%;
  margin-left: auto;
}

@media screen and (max-width: 700px) {
  #joyfull_ir_03 ul li{
    display: block;
    padding: 20px;
  }
  #joyfull_ir_03 time{
    margin: 0 0 6px;
    display: block;
  }
}


/*********************

#joyfull_ir_04

********************/

#joyfull_ir_04 ul{
  background: #ffffe4;
  padding: 40px 25px;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  /*gap: 10px;*/
  gap: 0 1%;
  font-weight: bold;
}
#joyfull_ir_04 ul li{
  width: 32.5%;
  border-radius: 12px;
  background: #ffbb45;
  color: #ffffff;
  /*padding: 16px 10px;*/
  text-align: center;
  margin-bottom: 10px;
}

#joyfull_ir_04 ul a{
  display: block;
  padding: 16px 10px;
}

@media screen and (max-width: 1150px) {

}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width:900px) {

}


@media screen and (max-width: 700px) {
  #joyfull_ir_04 ul{
    justify-content: space-between;
    font-size: 14px;
  }
  #joyfull_ir_04 ul li {
    width: 49%;
    border-radius: 12px;
    background: #ffbb45;
    color: #ffffff;
    gap: 0;
  }
}


/*********************

#joyfull_ir_05

********************/

#joyfull_ir_05 .chart{ margin-bottom: 30px; }

#joyfull_ir_05 li{
  display: flex;
  font-size: 16px;
  margin-bottom: 20px;
}

#joyfull_ir_05 li>span{
  background: #ffbb45;
  height: fit-content;
  color: #ffffff;
  border-radius: 18px;
  padding: 6px 20px;
  width: 100px;
  text-align: center;
  margin-right: 40px;
}

#joyfull_ir_05 li:last-child{margin-bottom: 0;}

@media screen and (max-width: 700px) {
  #joyfull_ir_05 li { display: block; }
  #joyfull_ir_05 li>span {
    margin:0 0 10px 0 ;
    width: calc(100% - 40px);
    display: block;
  }
}


/*********************

#joyfull_ir_06

********************/

#joyfull_ir_06 .partners{
  background: #ffbb45;
  padding: 32px;
  width:100%;
  max-width: calc(100% - 64px);
  font-size: 16px;
  margin-top: 120px;
}

#joyfull_ir_06 .partners ul{
  background: #ffffff;
  padding: 40px;
  width: calc(100% - 80px);
  border-radius: 20px;
  color: #512701;
  line-height: 2;
  border-collapse: collapse;
}

#joyfull_ir_06 h4{
  text-align: center;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  font-size: 20px;
}

#joyfull_ir_06 .partners ul li:first-child{margin-bottom: 30px;}


#joyfull_ir_06 h4::before,
#joyfull_ir_06 h4::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #ffbb45;
}

#joyfull_ir_06 h4:before {
  margin-right: 30px;
}

#joyfull_ir_06 h4:after {
  margin-left: 30px;
}


@media screen and (max-width: 700px) {

  #joyfull_ir_06 .partners {
    padding: 20px;
    max-width: calc(100% - 40px);
    margin-top: 60px;
  }

  #joyfull_ir_06 .partners ul {
    padding: 20px;
    width: calc(100% - 40px);
  }

  #joyfull_ir_06 h4{
    background: #fffde8;
    text-align: center;
    display: block;
    font-size: 16px;
  }

  #joyfull_ir_06 h4::before,
  #joyfull_ir_06 h4::after {
    display: none;
  }

}
