*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
footer, article, aside, nav, section {
    display: block;
}
html {
    width: 100%;

}
body {
    font-size: 16px;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    color: #444444;
    background: #fff;
    font-weight: 400;
    width: 100%;

}
.d-mobile
{
    display: none !important;
}
.clearfix
{
    clear: both;
}
.container
{
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
}
a
{
    color: #4183E8;
    text-decoration: underline;
    font-weight: 700;
}
a:hover
{
    text-decoration: none;
}
p
{
    margin: 0 0 20px;
}
.img-responsive
{
    max-width: 100%;
}
.d-center
{
    display: block;
    margin: 30px auto;
}
.wrapper
{
    overflow: hidden;
}
.text-center
{
    text-align: center;
}
.text-uppercase
{
    text-transform: uppercase;
}
.b-header
{
    border-bottom: 1px solid #EAEAEA;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 20px 0;
    overflow: hidden;
    position: relative;
}

.logo
{
    float: left;
    font-size: 20px;
    color: #444444;
    text-decoration: none;
    text-transform: uppercase;
}
.logo img, .logo span
{
    display: inline-block;
    vertical-align: middle;

}
.logo img
{
    margin-right: 15px;
}
.main-menu
{
    display: inline-block;
    margin: 10px 0;
}
.main-menu a
{
    font-size: 14px;
    color: #444444;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;
}
.main-menu a:hover
{
    text-decoration: underline;
}
.main-menu a.current
{
    color: #4183E8;
}
.b-search
{
    float: right;
    font-size: 14px;
    color: #444;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #EAEAEA;
    border-radius: 30px;
    padding: 12px 20px;
    font-weight: 400;
}
.b-search svg
{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 18px;
    height: 18px;
}
.b-breadcrumbs
{
    background: #FEFEFE;
    border-bottom: 1px solid #EAEAEA;
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.2);
    font-size: 13px;
    padding: 21px 0;
}
.b-breadcrumbs a
{
    text-decoration: none;
}
.b-breadcrumbs a:hover
{
    text-decoration: underline;
}
.b-primary .container
{

    border-left: 1px solid #EAEAEA;
    border-right: 1px solid #EAEAEA;
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
}


.b-sidebar
{
    float: right;
    width: 272px;
    position: relative;
    padding-top: 40px;
}
.b-title
{
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}


.b-social
{
    margin-bottom: 30px;
}
.b-social a
{
    display: inline-block;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    padding: 3px 0;
    margin-right: 4px;
}
.fb
{
    background: #516EAB;
}
.tw
{
    background: #29C5F6;
}
.pn
{
    background: #CA212A;
}
.b-sidebar img
{
    margin-bottom: 30px;
}
.b-teaser
{
    display: block;
    color: #444;
    margin-bottom: 20px;
    padding-left: 25px;
    position: relative;
    font-weight: 400;
    text-decoration: none;
}
.b-teaser:before
{
    content: "";
    position: absolute;
    border: 2px solid #4183E8;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    left: 0;
    top: 7px;
}
.b-teaser:after
{
    content: "";
    position: absolute;
    border: 2px solid #4183E8;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: 5px;
    top: 12px;
}
.b-teaser:hover
{
    color: #4183E8;
}

.b-content
{
    margin-right: 332px;
    padding-right: 60px;
    border-right: 1px solid #EAEAEA;
    padding-top: 40px;
    padding-bottom: 40px;
}


.post-info
{
    color: #AAAAAA;
    font-size: 14px;
    margin-bottom: 15px;
}
.post-info a
{
    font-size: 16px;
    text-decoration: none;
    margin-right: 15px;
}
.post-info span
{
    display: inline-block;
    margin-right: 15px;
}
h1
{
    font-size: 30px;
}
.h3
{
    font-size: 18px;
    font-weight: 700;
    margin: 40px 0 15px;
}
.h3 span
{
    float: right;
    font-size: 20px;
}
.b-line
{
    height: 8px;
    background: #DBDFF1;
    border-radius: 5px;
    position: relative;
    margin-bottom: 40px;
}
.line-inner
{
    height: 14px;
    border-radius: 7px;
    margin: -3px 0;
    position: absolute;
}
.line-lilac .line-inner
{
    background: #8676FF;
    width: 59%;
}
.num-lilac
{
    color: #8676FF;
}
.line-pink .line-inner
{
    background: #FF708B;
    width: 63%;
}
.num-pink
{
    color: #FF708B;
}
.line-orange .line-inner
{
    background: #FFBA69;
    width: 74%;
}
.num-orange
{
    color: #FFBA69;
}
.line-green .line-inner
{
    background: #2BC571;
    width: 36%;
}
.num-green
{
    color: #2BC571;
}
.b-compare
{
    text-align: center;
    margin: 30px auto;
    position: relative;
    font-size: 0;
    max-width: 765px;
}
.b-compare div
{
    position: absolute;
    background: #4183E8;
    bottom: 0;
    left: 0;
    padding: 12px;
    width: 100%;
}
.b-compare span
{
    width: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    display: inline-block;
}
.btn
{
    color: #fff;
    display: inline-block;
    font-weight: 700;
    background: linear-gradient(180deg, #5297FF 0%, #2367CC 100%);
    box-shadow: 0 0 40px rgba(76, 145, 248, 0.4);
    border-radius: 5px;
    padding: 23px 15px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
    max-width: 280px;
    text-align: center;
    margin: 10px 0;
}
.btn:hover
{
    background: linear-gradient(180deg, #2367CC 0%, #5297FF 100%);
    box-shadow: none;
}
.separator
{
    height: 1px;
    border: none;
    background: #EAEAEA;
    margin: 50px -60px 30px;
}
.comments-title
{
    background: #F0F0F0;
    text-align: center;
    color: #2F2F2F;
    padding: 10px;
    font-weight: 700;
    margin-bottom: 30px;
}
.comment-item {

    margin-bottom: 25px;
}

.comment-img
{
    float: left;
    margin: 0 10px 5px 0;
}
.comment-img img
{
    border-radius: 50%;
}

.comment-author {
    color: #444;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    display: block;
}

.comment-date {
    font-size: 13px;
    color: #AAAAAA;
    margin-bottom: 10px;
    display: block;
}
.comment-body p
{
    font-size: 15px;
    margin-bottom: 5px;
}
.comment-body img
{
    margin: 5px 0;
}
.comment-reply
{
    margin-left: 45px;
}
.reply-block
{
    font-size: 13px;
    color: #aaa;
    padding-left: 25px;
    position: relative;
}
.reply-block:before, .reply-block:after
{
    display: inline-block;
    width: 8px;
    height: 8px;
    content: "";
    vertical-align: middle;
}
.reply-block:before
{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -4px 10px 0 0;
    border-right: 2px solid #FB6363;
    border-bottom: 2px solid #FB6363;
}
.reply-block:after
{
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
    top: 8px;
    left: 0;
    border-right: 2px solid #47B752;
    border-bottom: 2px solid #47B752;
}
.b-footer
{

    padding: 30px 0;
}

@media (max-width: 990px)
{
    .d-large
    {
        display: none;
    }
    .container
    {
        padding-left: 15px;
        padding-right: 15px;
    }
    .b-header
    {
        padding: 17px 0;
    }
    .b-search
    {
        border: none;
        padding: 12px 0;
    }
    .b-search svg
    {

        width: 25px;
        height: 25px;
    }
    .b-content
    {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .post-info a
    {
        display: block;
    }
    h1
    {
        font-size: 18px;
    }
    .h3
    {
        font-size: 14px;
        margin-top: 30px;
    }
    .b-line
    {
        margin-bottom: 30px;
    }
    .b-compare
    {
        max-width: 290px;
    }
    .b-compare div
    {
        padding: 8px;
        position: relative;
        margin: -2px 0 0;
    }
    .b-compare span
    {
        font-size: 20px;
    }
    .separator
    {
        margin: 30px -15px 40px;
    }

    .comment-reply
    {
        margin-left: 0;
    }
}

.ac_footer {
    position: relative;
    top: 10px;
    height: 0;
    text-align: center;
    margin-bottom: 70px;
    color: #a12000
}

    .ac_footer a {
        color: #a12000
    }

    .ac_footer p {
        text-align: center
    }

img[height="1"], img[width="1"] {
    display: none !important
}
