/*
----------------------------------------------------------------------------
    Theme Name: focus
    Theme URL: http://www.focuses.site/
    Description: Sc
    Author: Soft Communications Co.,Ltd.
    Version: 2018
    Tags: Sc
    License: Soft Communications Co.,Ltd.
    License URI: http://www.focuses.site/

    This theme, like WordPress, is licensed under the GPL.
    Use it to make something cool, have fun, and share what you've learned with others.
----------------------------------------------------------------------------
 */


.style-area h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 40px;
}
.style-area h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
.style-area h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.style-area p {
    margin-bottom: 18px;
}.style-area p:last-child {
    margin-bottom: 0;
}

.style-area em {
    font-size: 14px;
    font-style: italic;
}

.style-area a {
    color: #005BAC;
    text-decoration: underline;
}

.style-area blockquote {
    position: relative;
    margin: 2em 0;
    padding: 1em 1em 1em 2.6em;
    font-size: .9em;
    border-left: 5px solid #CCC;
    border-radius: 2px;
}
.style-area blockquote:after {
    position: absolute;
    bottom: -30px;
    right: 0;
    content: '”';
    font-family: sans-serif;
    font-size: 48px;
    opacity: .1;
}

.style-area strong {
    font-weight: bold;
}

.style-area code {
  font-family: "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.2;
}

.style-area ol {
    list-style-type: decimal;
    margin-bottom: 30px;
    margin-left: 1.6em;
}
.style-area ul {
    list-style-type: disc;
    margin-bottom: 30px;
    margin-left: 1.6em;
}

.style-area img {
    max-width: 820px;
    height: auto;
    display: block;
    margin-bottom: 30px;
}

.style-area .aligncenter {
    text-align: center;
    margin:auto;
}
.style-area .alignright {
    text-align: right;
    margin-left: auto;
}

.style-area .alignleft {
    text-align: left;
    margin-right: auto;
}


/* ~sp sizeL */
@media screen and (max-width: 425px) {

    .style-area h2 {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.6;
        margin-bottom: 30px;
    }
    .style-area h3 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .style-area h4 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .style-area p {
        margin-bottom: 8px;
    }

    .style-area strong {
        font-weight: bold;
    }


    .style-area em {
        font-size: 14px;
        font-style: italic;
    }

    .style-area a {
        color: #005BAC;
        text-decoration: underline;
    }

    .style-area blockquote {
        position: relative;
        margin: 2em 0;
        padding: 1em 1em 1em 1.6em;
        font-size: .9em;
        border-left: 5px solid #CCC;
        border-radius: 2px;
    }
    .style-area blockquote:after {
        position: absolute;
        bottom: 0;
        right: 0;
        content: '”';
        font-family: sans-serif;
        font-size: 48px;
        opacity: .1;
    }

    .style-area code {
      font-family: "ＭＳ 明朝", serif;
      font-weight: bold;
      font-size: 1em;
      line-height: 1.2;
    }

    .style-area ol {
        list-style-type: decimal;
        margin-bottom: 30px;
        margin-left: 1.6em;
    }
    .style-area ul {
        list-style-type: disc;
        margin-bottom: 30px;
        margin-left: 1.6em;
    }

    .style-area img {
        max-width: 100%;
        height: auto;
        display: block;
        margin-bottom: 30px;
    }

    .style-area .aligncenter {
        text-align: center;
        margin:auto;
    }
    .style-area .alignright {
        text-align: right;
        margin-left: auto;
    }

    .style-area .alignleft {
        text-align: left;
        margin-right: auto;
    }

}
