@charset "utf-8";
.free-edit{
margin: 0px;
padding: 0px;
width: 100%;
text-align: left;
font-size:14px;
line-height: 1.5;
color: #734f0a;
}
#app-content .text{
margin-bottom: 0px;
padding-bottom: 20px;
}
.free-edit  p{
color:#562600;
}
.text p{
font-feature-settings:"palt";
}
.free-edit h3{
background-color: #fd8b12;
}
.free-edit h3 p{
padding-left: 1em;
text-indent:-1em;
}
.free-edit a{
color: #0598ff;
}
.join{
width: auto;
height: 137px;
background: url(https://c-image.asfes.jp/zR4gfSJw/5/sp110/info.png?20250605084528) no-repeat 0 0;
background-size:cover;
text-indent: -9999px;
margin: 20px 10px;
padding: 10px;
}
@media ( min-width : 640px ) {
.free-edit{
font-size:16px;
line-height: 1.6;
}
.join{
height: 276px;
margin: 20px 20px;
}
}