/* CSS Document */
div.notes_wrap{
  padding: var(--headerHeight) 0;
  box-sizing: border-box;
}
body[wc-view-type="sp"] div.notes_wrap{
  padding: var(--headerHeight) 7vw;
}
body[wc-view-type="tb"] div.notes_wrap{
  padding: var(--headerHeight) 7.5vw;
}
body[wc-view-type="tb-l"] div.notes_wrap{
  padding: var(--headerHeight) 10vw;
}
div.notes_wrap > p{
  line-height: 1.8rem;
  margin-bottom: 2rem;
}
body:not([wc-view-type="sp"]) div.notes_wrap > p{
  text-align: center;
}
div.notes_wrap div.notes_block{
}
body[wc-view-type="pc"] div.notes_wrap div.notes_block{
  width: 1100px;
  margin: 0 auto;
}
div.notes_wrap div.notes_block div.notes_box{
  display: flex;
  background-color: #fff;
  box-sizing: border-box;
  margin-bottom: calc(var(--headerHeight) / 2);
  -webkit-transition: opacity 800ms linear,transform 800ms linear;
  transition: opacity 800ms linear,transform 800ms linear;
  transform: translateY(1rem);
  opacity: 0;
}
div.notes_wrap div.notes_block div.notes_box.wcvisible{
  opacity: 1;
  transform: translateY(0);
}
body[wc-view-type="sp"] div.notes_wrap div.notes_block div.notes_box{
  flex-direction: column;  
  padding-bottom: 1rem;
}
body:not([wc-view-type="sp"]) div.notes_wrap div.notes_block div.notes_box{
  padding: 1rem;
}
div.notes_wrap div.notes_block div.notes_box.no_img{
}
div.notes_wrap div.notes_block div.notes_box > dl.notes_text,
div.notes_wrap div.notes_block div.notes_box > div.notes_img{
  width: 50%;
}
body[wc-view-type="sp"] div.notes_wrap div.notes_block div.notes_box > dl.notes_text,
body[wc-view-type="sp"] div.notes_wrap div.notes_block div.notes_box > div.notes_img{
  width: 100%;
}
div.notes_wrap div.notes_block div.notes_box.no_img > dl.notes_text,
div.notes_wrap div.notes_block div.notes_box.no_img > div.notes_img{
  width: 100%;
}
div.notes_wrap div.notes_block div.notes_box > dl.notes_text > dt{
  padding: 1rem;
  box-sizing: border-box;
  width: 100%;
  font-weight: 700;
  font-size: 1.2rem;
  border-bottom: 1px dashed #bbb;
}
div.notes_wrap div.notes_block div.notes_box > dl.notes_text > dd{
  padding: 1rem 1.5rem;
  box-sizing: border-box;
  width: 100%;
}
div.notes_wrap div.notes_block div.notes_box > dl.notes_text > dd > p{
  margin-bottom: 1rem;
  line-height: 1.4rem;
}
div.notes_wrap div.notes_block div.notes_box > dl.notes_text > dd > p:last-of-type{
  margin-bottom: 0;
}
div.notes_wrap div.notes_block div.notes_box > dl.notes_text > dd div.btn{
  margin-top: 1rem;
}
div.notes_wrap div.notes_block div.notes_box > dl.notes_text > dd > p span.kome{
  padding-left: 1rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  color: #333;
  display: block;
  font-size: 0.9rem;
}
div.notes_wrap div.notes_block div.notes_box > dl.notes_text > dd > p span.kome::before{
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.9rem;
  color: #333;
  z-index: 2;
}
div.notes_wrap div.notes_block div.notes_box > dl.notes_text > dd > p span.red{
  font-weight: 700;
  color: #fc5959;
}
div.notes_wrap div.notes_block div.notes_box > dl.notes_text > dd > p span.bold{
  font-weight: 700;
  color: #333;
}
div.notes_wrap div.notes_block div.notes_box > dl.notes_text > dd > p span.bold.under_line{
  background: linear-gradient(transparent 75%, #ecca5d 75%);
}
div.notes_wrap div.notes_block div.notes_box > dl.notes_text > dd div.application_box{
}
body[wc-view-type="tb-l"] div.notes_wrap div.notes_block div.notes_box > dl.notes_text > dd div.application_box,
body[wc-view-type="tb"] div.notes_wrap div.notes_block div.notes_box > dl.notes_text > dd div.application_box,
body[wc-view-type="sp"] div.notes_wrap div.notes_block div.notes_box > dl.notes_text > dd div.application_box{
  flex-direction: column;
  margin-top: 0.75rem;
}
body[wc-view-type="pc"] div.notes_wrap div.notes_block div.notes_box > dl.notes_text > dd div.application_box{
  margin-top: 1rem;
}
div.notes_wrap div.notes_block div.notes_box > dl.notes_text > dd div.application_box dl{
  margin-bottom: 1rem;
}
div.notes_wrap div.notes_block div.notes_box > dl.notes_text > dd div.application_box dl:last-of-type{
  margin-bottom: 0;
}
body[wc-view-type="pc"] div.notes_wrap div.notes_block div.notes_box > dl.notes_text > dd div.application_box dl{
  width: 50%;
}
body[wc-view-type="sp"] div.notes_wrap div.notes_block div.notes_box > dl.notes_text > dd div.application_box dl:nth-of-type(1),
body[wc-view-type="tb"] div.notes_wrap div.notes_block div.notes_box > dl.notes_text > dd div.application_box dl:nth-of-type(1),
body[wc-view-type="tb-l"] div.notes_wrap div.notes_block div.notes_box > dl.notes_text > dd div.application_box dl:nth-of-type(1){
  margin-bottom: 0.5rem;
}
div.notes_wrap div.notes_block div.notes_box > dl.notes_text > dd div.application_box dl dt{
  padding-left: 0.75rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 0.9rem;
}
div.notes_wrap div.notes_block div.notes_box > dl.notes_text > dd div.application_box dl dt::before{
  width: 0.5rem;
  height: 0.5rem;
  background-color: #00a79e;
  border-radius: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  content: "";
  position: absolute;
}
div.notes_wrap div.notes_block div.notes_box > dl.notes_text > dd div.application_box dl dd{
  padding-left: 0.75rem;
  box-sizing: border-box;
  padding-top: 0.5rem;
}
div.notes_wrap div.notes_block div.notes_box > dl.notes_text > dd div.application_box dl dd div.ap_btn{
  display: table;
}
div.notes_wrap div.notes_block div.notes_box > dl.notes_text > dd div.application_box dl dd div.ap_btn a{
  display: table;
  background-color: #333;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.5rem 2.5rem 0.5rem 0.75rem;
  border-radius: 0.75rem;
  text-decoration: none;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
body[wc-view-type="sp"] div.notes_wrap div.notes_block div.notes_box > dl.notes_text > dd div.application_box dl dd div.ap_btn a{
  width: 178px;
}
body:not([wc-view-type="sp"]) div.notes_wrap div.notes_block div.notes_box > dl.notes_text > dd div.application_box dl dd div.ap_btn a{
  width: 205px;
}
div.notes_wrap div.notes_block div.notes_box > dl.notes_text > dd div.application_box dl dd div.ap_btn a::after{
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0.25rem;
  transform: translateY(-50%);
  z-index: 2;
  width: 2rem;
  height: 2rem;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
div.notes_wrap div.notes_block div.notes_box > div.notes_img{
}
body[wc-view-type="sp"] div.notes_wrap div.notes_block div.notes_box > div.notes_img{
  width: calc(100% - 2rem);
  margin: 0 auto;
}
body:not([wc-view-type="sp"]) div.notes_wrap div.notes_block div.notes_box > div.notes_img{
  width: calc(50% - 1rem);
  margin-left: 1rem;
}
div.notes_wrap div.notes_block div.notes_box > div.notes_img figure{
}
div.notes_wrap div.notes_block div.notes_box > div.notes_img picture{
  width: 100%;
  height: 100%;
  display: block;
}
div.notes_wrap div.notes_block div.notes_box > div.notes_img figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}