

.section_button {
  text-align: center;
  margin: 60px auto 0;
  width: 50%;
}
.section_button .section_button__sub{
  display: inline-block;
  width: 311px;
  padding: 5px 10px;
  border-radius: 40px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #c01920;
  margin: 25px 0 0;
  height: 53px;
}
.section_button__main {
  display: block;
  margin-top: 10px;
  font-size: 48px;
  font-weight: bold;
  color: #c01920;
}



/*20230118add*/




.section {
  margin-top: 60px;
}
.section_heading {
  text-align: center;
}
.section_heading__sub {
  display: inline-block;
  width: 250px;
  padding: 5px 10px;
  border-radius: 40px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #c01920;
}
.section_heading__main {
  display: block;
  margin-top: 10px;
  font-size: 48px;
  font-weight: bold;
  color: #c01920;
}


.section_step {
  margin-top: 40px;
  border-radius: 8px;
  background-color: #fcf3e4;
  position: relative;
}
.section_step+.section_step {
  margin-top: 55px;
}
.section_step::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 24px;
  margin: auto;
  background-image: url("../images/triangle.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 0;
}
.section_step:last-child::after {
  background-image: none;
}
.section_step_inr {
  padding: 50px;
}
.section_step_heading {
  font-size: 36px;
  font-weight: bold;
  color: #c01920;
  line-height: normal;
  text-align: center;
}
.section_step_heading_btm_p {
  margin-top: 10px;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}
.section_step_pic {
  margin-top: 40px;
  text-align: center;
}
.section_step_pic__img {
  margin: 0 auto;
}
.event_dis_list {
  margin-top: 40px;
}
.event_dis_list_item {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.04em;
}
.event_dis_list_item+.event_dis_list_item {
  margin-top: 1em;
}
.event_dis_p {
  margin-top: 18px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.04em;
}
.event_dis_p__link:link,
.event_dis_p__link:visited {
  color: #0d6fb8;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
  .isPc {
    display: block;
  }
  .container.ht {
    width: 1040px;
    margin: 0 auto;
  }
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #eee;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    padding-left: 20px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
	
		
	.section_button .section_button__sub {
    width: 115%;
    font-size: 18px;
    margin: 0 0 1rem -21px;
    padding: 10px 0 0 0;
  }
  .section_button__main {
    font-size: 32px;
  }
			
	/*20230118_add*/
	
  .isSp {
    display: block;
  }
  .isPc {
    display: none;
  }
  img {
    width: 100%;
  }
  .container.ht {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #eee;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    height: 58px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
	
	
	
	
  .section {
    margin-top: 40px;
  }
  .section_heading__sub {
    width: 50%;
    font-size: 18px;
  }
  .section_heading__main {
    font-size: 32px;
  }
  .section_step {
    margin-top: 30px;
  }
  .section_step+.section_step {
    margin-top: 50px;
  }
  .section_step::after {
    width: 21px;
    height: 18px;
    bottom: -34px;
  }
  .section_step_inr {
    padding: 30px 20px;
  }
  .section_step_heading {
    font-size: 26px;
  }
  .section_step_heading_btm_p {
    font-size: 18px;
  }
  .section_step_pic {
    margin-top: 20px;
  }
  .event_dis_list {
    margin-top: 25px;
  }
  .event_dis_list_item {
    font-size: 12px;
    line-height: 20px;
  }
  .event_dis_p {
    margin-top: 15px;
    font-size: 12px;
    line-height: 20px;
  }
}
