@charset "UTF-8";
/* CSS Document */

/*-----------------
common
-----------------*/
/**{margin:0;padding:0;box-sizing:border-box;border:0}*/
a{color: #0c4fab;text-decoration: none;transition: all .1s ease-out;}
a:hover{opacity:0.7;}
img{vertical-align:middle;max-width:100%;height:auto;}
ul,ol,li{list-style:none;}

/* clearfix */
.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{ display:inline-table;}
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/*-----------------
header
-----------------*/
#header_summary p {
    max-width: calc(980px + 4em);
    margin: 0 auto;
}
#header_summary {
    padding: 9px 2em;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #0066CC;
}
#header_summary img {
    display: block;
}
#mainImg .title {
    padding: 1em 2em;
    background-image: url(images/bg.png);
    text-align: center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#mainImg .title h1 {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: normal;
}
.top_comment {
    max-width: calc(980px + 4em);
    padding: 3em 2em;
    margin: 0 auto;
    text-align: center;
}
.top_comment p {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
}
.pick_up {
    padding: 0 2em;
}
.pick_up dl {
    max-width: 980px;
    margin: 0 auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.pick_up dt {
    max-width: 555px;
    width: 57%;
}
.pick_up dd {
    max-width: 400px;
    width: 41%;
    position: relative;
}
.osusume {
    position: absolute;
    right: -20px;
    top: -50px;
}

/* navi */
nav.anchor {
    background-color: #f8eed4;
    padding: 3em 2em;
    text-align: center;
    margin: 50px 0 80px;
}
nav.anchor p {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    margin: 0 0 10px;
}
nav.anchor ul {
    max-width: 980px;
    margin: 0 auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
nav.anchor ul li {
    max-width: 186px;
    width: 19%;
    margin: 0 3px;
}

/*-----------------
blog
-----------------*/
article {
    margin: 0 auto 4em;
    line-height: 1.75;
    padding: 0 2em;
}
.titleWrap {
    max-width: 980px;
    margin: 0 auto;

}
.titleWrap h2 {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 20px;
	color: #0d0d0d;
}
.titleWrap h2 span {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 8px;
}
.nurieWrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto;
}
.nurieWrap li {
    margin-bottom: 50px;
    width: 33%;
    max-width: 320px;
}
h3 {
    margin: 9px 0;
	color: #0d0d0d;
}
.nurieWrap::after {
    content: "";
    display: block;
    width: 33%;
    height: 0;
}

/*-----------------
copyright
-----------------*/
footer p {
    font-size: 12px;
    font-size: 1.2rem;
}
#footerT {
    background-color: #333;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #06C;
    overflow: hidden;
}
#footerT .contents {
    height: 50px;
    max-width: 980px;
    margin: 0 auto;
    text-align: right;
}
#footerB {
    border-top: 1px solid #F4F3F1;
    padding: 0 2em;
}
#footerB .contents {
    font-size: 0.714em;
    padding: 10px 0;
    max-width: 980px;
    margin: 0 auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-flex-direction:row-reverse;
    -ms-flex-direction:row-reverse;
    flex-flow: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.right_copy ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    font-size: 0.714em;
}
.right_copy ul a {
    color: #000;
    margin-left: 10px;
}

@media screen and (max-width: 750px) {
    .title h1 {
        font-size: 5vw;
    }
    .top_comment p {
        font-size: 3vw;
    }
    .osusume {
        display: none;
    }
    nav.anchor ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    nav.anchor ul li {
        max-width: 186px;
        width: 31%;
        margin: 1% 1% 0;
    }
    .titleWrap h2 {
        font-size: 20px;
        font-size: 2.0rem;
    }
    .titleWrap h2 span {
        font-size: 10px;
        font-size: 1.0rem;
        margin-left: 14px;
        margin-bottom: 0;
    }
    .nurieWrap li {
        width: 49%;
    }
    h3 {
        font-size: 14px;
        font-size: 1.4rem;
    }
    #footerB .contents {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .left_copy {
        width: 100%;
        text-align: left;
    }
    .right_copy {
        width: 100%;
    }
    .right_copy ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .right_copy ul li {
        width: 100%;
    }
    .right_copy ul a {
        display: block;
        border: 1px solid #000;
        padding: 1em;
        margin: 0 0 1em;
    }
}