@charset "utf-8";
/*
 common
============================================*/
.all_page{
  width: 100%;
  min-width: 1024px;
  overflow-x: hidden;
}
.all_page a:hover{
  text-decoration: none;
  color: #ff008c;
}
.all_page a.underline:hover{
  text-decoration: underline;
}
.all_contents{
  font-size: 14px;
  color: #333;
  background-color: #fff;
}
.main_section{
  padding: 56px 0;
}
#section1.main_section{
  background: #FFFEE6;
}
.section_inner{
  width: 960px;
  margin: 0 auto;
}
.rule{
  padding: 60px 0;
  background-color: #f0f0f0;
}

.rm-c-kv__period{
  margin-top: 24px;
}
.rm-c-kv{
  padding-bottom: 24px;
}
/*
============================================*/
/* main_titile */
.main_title_wrap{
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 16px;
  text-align: center;
  font-weight: bold;
  line-height: 1.35;
}
.main_title_wrap::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background-color: #EEA000;
  z-index: 1;
}
.main_title_wrap .main_title{
  font-size: 34px;
}
.main_title_wrap .main_title_sub{
  font-size: 20px;
  margin-bottom: 4px;
  line-height: 1.1;
}
/* text_box01 */
.text_box01{
  width: 690px;
  margin: 20px auto 0;
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
}
/* text_box02 */
.text_box02{
  padding: 0 0 16px;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}
.text_box02 p + p{
  margin-top: 16px;
}
/* bnr_area01 */
.bnr_area01{
  width: 630px;
  margin: 0 auto 80px;
}
.bnr_area01 a{
  display: block;
}
.bnr_area01 a:hover{
  text-decoration: none;
  opacity: .8;
}
/* button02 */
.button02{
  margin: 0 auto 48px;
  text-align: center;
}
.button02 a.buttonLink{
  display: inline-block;
  width: 100%;
  max-width: 480px;
  border-radius: 9999px;
  text-align: center;
  font-weight: 600;
  padding: 14px 20px;
  font-size: 24px;
  color: #fff;
  background-color: #ff008c;
  line-height: 1.2;
  vertical-align: middle;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1);
}
.button02 a.buttonLink::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}
.button02 a.buttonLink:hover{
  background-color: #cc0070;
  text-decoration: none;
}
/*
============================================*/
.kanban_text{
  width: 690px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
}
.period_wrap{
  margin-top: 28px;
  text-align: center;
  font-size: 20px;
}
.period_title{
  font-weight: bold;
}
.spImg_wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 88px;
  margin: 0 28px 0;
  background-color: #fff;
  border-radius: 16px;
}
.spImg_left{
  width: 334px;
}
.spImg_right{
  width: 344px;
  text-align: center;
}
.spImg_right ._txt{
  margin-bottom: 16px;
  font-size: 18px;
}
.logoImg{
  margin-bottom: 32px;
  text-align: center;
}

/* floating_bnr_area */
.floating_bnr_area[data-module-name=ecm-floating][data-static=false]{
  top: auto;
  right: 32px;
  bottom: 100px;
}
.floating_bnr_area .bnr01{
  width: 180px;
}
.floating_bnr_area .bnr01 a:hover{
  opacity: .8;
}