@charset "UTF-8";
/** profile **/
h3.pro-h3{
    text-align: center;
    margin-bottom: 1.5em;
}
h3.pro-h3 span{
    font-family: ヒラギノ角ゴ W4 JIS2004;
    display: block;
    margin-bottom: 1em;
}
#works .work{
    margin-bottom: 3em;
}
#works .work dl{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2.5em;
    font-family: ヒラギノ角ゴ W4 JIS2004;
}
#works .work dl dt{
    font-size: 18px;
    border-bottom: solid 1px #000;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    width: 100%;
}
#works .work dl dd{
    font-size: 15px;
    text-align: center;
    line-height: 2.5em;
    width: 100%;
}

#works .faq h3{
    color: #402400;
    font-family: ヒラギノ角ゴ W5 JIS2004;
    margin-bottom: 1em;
    padding-bottom: 0.3em;
    border-bottom: solid 1px #402400;
    position: relative;
    width: 100%;
}
#works .faq h3::before{
    content: url(/img/img_nikukyu.svg);
    display: inline-block;
    width: 1.5em;
    padding-right: 1em;
}
#works .faq h3 img{
    width: auto;
    height: 59px;
    position: absolute;
    right: 0;
    bottom: -18px;
}
#works .faq dl{
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    border-bottom: dashed 1px #ccc;
}
#works .faq dl:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
#works .faq dl dt,
#works .faq dl dd{
    width: 100%;
    margin-left: 2em;
}

#works .faq dl dt::before{
    content: "Q.";
    padding-right: 0.5em;
    margin-left: -1.5em;
}
#works .faq dl dd::before{
    content: "A.";
    padding-right: 0.5em;
    margin-left: -1.5em;
}
.inner.zaregoto p{
    text-align: center;
    font-size: 16px;
    margin-bottom: 1em;
}
.zaregoto .fb_space{
    width: 340px;
    margin: auto;
    display: flex;
    justify-content: center;
    z-index: 100;
}
.zaregoto .fb_title{
    text-align: center;
    margin: 0 auto 1em;
    max-width: 900px;
    width: 100%;
}
.fb-page,
.fb-page span,
.facebook_wrap iframe{
 width: 100% !important;
  height: 450px !important;
}



@media (min-width: 751px) {
    
/** profile **/
h3.pro-h3{
    font-size: 19px
}
h3.pro-h3 span{
    font-size: 23px;
}
#profile .inner p{
    max-width: 795px;
    margin: auto;
    text-align: center;
    line-height: 3em;
}

#works .work {
    margin-bottom: 6em;
}
#works .work dl dt {
    font-size: 22px;
    padding-bottom: 0.2em;
}
#works .work dl dd {
    font-size: 18px;
}
#works .work  p{
    font-size: 16px;
}
#works .work  p a{
    text-decoration: underline;
}
#works .work  p a:hover{
    text-decoration: none;
}
#works .faq {
    padding-bottom: 100px;
}
#works .faq h3 {
    font-size: 21px;
}
#works .faq h3 img {
    height: 80px;
    bottom: -25px;
}
.zaregoto .fb_space{

}
.fb-page,
.fb-page span,
.facebook_wrap iframe{
    width: 500px !important;
}
.fb_iframe_widget {
    display: contents !important;
    position: static !important;
}
}

@media (min-width: 961px) {

}