@charset "UTF-8";

/*-----------------------------MV下パーツの文字間隔調整---------------------------------*/
#top_text+section .content_wrapper .heading .h {
  letter-spacing: 0.33em!important;
}

@media screen and (max-width:375px){
#top_text+section .content_wrapper .heading .h {
  font-size: 1.6rem!important;
}
}

/*-----------------------------チェックボックスマーク調整---------------------------------*/
.checkbox-mark {
position: relative;
padding-left: 20px;
}
.checkbox-mark::before {
position: absolute;
content: '';
width: 10px;
height: 10px;
border: 1px solid var(--i_txt_color);
top: 10px;
left: 0;
}
.checkbox-mark::after {
position: absolute;
content: '';
border-bottom: 1px solid #A3375D;
border-left: 1px solid #A3375D;
height: 4px;
width: 10px;
transform: rotate(-45deg);
top: 11px;
left: 2px;
}

.mincho_font{
  font-family: "Yu Mincho", "Sawarabi Mincho";
}