/*
Theme Name: Lightning Child
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

p { font-size:18px; }

/*口コミチェックボタン*/
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn--radius {
   border-radius: 100vh;
}


/*必須項目マーク*/
.required::after {
content: "必須";
color: #ffffff;
background: #cc0000;
font-size: 0.8em;
padding: 0.1em;
border-radius: 0.5em;
margin-left:0.3em;
}