@charset "UTF-8";

/*------------------Googleフォント適用------------------*/
#contact_btn + div.contents_btn01 .content_wrapper>a span{
  font-family: 'Zen Maru Gothic', sans-serif;
}

/*---------------ラジオ・チェックボックスのクリックポイント--------------------*/

main form input[type=radio]:checked + label::after, main form input[type=checkbox]:checked + label::after {
    background: #cdbace;
}