html {
font-size: 68%;
}
body {
font-size: 15px;
font-family: Georgia, '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
line-height: 1.7;
}
h1, h2, h3, h4, h5, h6 {
font-family: Georgia, '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
font-weight: 700;
}
.site-title {
font-size: 30px;
}
.home-text {
font-family: Georgia, '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
font-size: 23px;
line-height: 1.7;
}
.intro {
line-height: 1.7;
}
.widget {
line-height: 1.6;
}
@media screen and (min-width: 783px) {
html {
font-size: 80%;
}
body {
font-size: 17px;
}
.site-title {
font-size: 36px;
}
.home-text {
font-size: 27px;
}
}@keyframes cffspinner {to {transform: rotate(360deg);}}
.cff-ai-form-description-container .cff-processing-form,
#fbuilder .cff-processing-form{position:fixed;top:calc( 50% - 50px );left:calc( 50% - 50px );width:100px;height:100px;z-index:99999;}
.cff-ai-form-description-container .cff-processing-form:before,
#fbuilder .cff-processing-form:before {
content:'';box-sizing:border-box;position:absolute;width:100px;height:100px;
border-radius:50%;border-top:6px solid #333;
border-right:4px solid transparent;
animation:cffspinner .6s linear infinite;
}