@charset "UTF-8";
/* CSS Document */

/*-----------------
common
-----------------*/
*{margin:0;padding:0;box-sizing:border-box;outline:0;border:0}
html{font-size:62.5%;}
body{line-height: 1.5;font-size:14px;font-size:1.4rem;font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
a{color: #0c4fab;text-decoration: none;transition: all .1s ease-out;}
a:hover{}
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;
}
.title {
    padding: 1em 2em;
    text-align: center;
    height: 160px;
    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;}
.title h1 {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    font-family: 'Noto Sans Japanese', sans-serif;
}
.top_comment {
    max-width: calc(980px + 4em);
    padding: 3em 2em;
    margin: 0 auto;
}

.box_sub {
    padding: 0.5em;
    border: 1px solid #000000;
    display: inline;
}

.txt-right {
    text-align: right;
}

.titleWrap {
    padding: 0.5em 2em;
}
h2.pageTitle {
    max-width: 980px;
    text-align: center;
    margin: 1em auto 2em;
    font-size: 24px;
    font-size: 2.4rem;
}

.top_comment p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 2em;
    line-height: 1.5;
}

/*-----------------
footer_menu
-----------------*/
.footer_menu {
    margin: 0px auto 40px;
    text-align: center;
    max-width: calc(980px + 4em);
    padding: 18px 30px 30px 30px;
}
.footer_menu a {
    margin: 0 auto;
    display: block;
    padding: 30px;
    font-size: 2.0rem;
    border: 1px solid #cccccc;
    color: #333;
    font-weight: 300;
}

/* pagetop */
#pagetop {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 60px;
    height: 60px;
}
#pagetop a {
    position: relative;
    display: block;
}
#pagetop a::before,
#pagetop a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#pagetop a::before {
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #004299;
}
#pagetop a::after {
    left: 37%;
    width: 15px;
    height: 15px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg);
    top: 6px;
}

ul {
    font-size: 16px;
    font-size: 1.6rem;
}
ul li {
    margin-bottom: 2em;
}
.top_comment h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: .5em;
}
ul li div {
    margin-left: 3em;
}
ul li h3 span {
    width: 3em;
    display: inline-block;
}
ul li a {
    text-decoration: underline;
}
ul li a.shop_link {
    display: block;
    background-color: #0c4fab;
    color: #fff;
    padding: .5em 1em;
    margin-top: .5em;
    display: inline-block;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.2rem;
}
ul li img {
    border: 1px solid #999;
    display: block;
    margin-bottom: .5em;
}

/*-----------------
copyright
-----------------*/
footer {
    background-color: #ededed;
    text-align: center;
    padding: 1em 2em;
}
footer p {
    font-size: 12px;
    font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
    .title {
        padding: 2em;
        height: auto;
    }
    .title h1 {
        font-size: 22px;
    }
    h2.pageTitle {
        font-size: 22px;
    }
    .top_comment {
        padding: 2em;
    }
    .top_comment p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.6;
    }
    footer {
        text-align: left;
    }
    #pagetop {
        position: static;
        margin: 0 auto;
    }
}

/* ----------------------------------------

---------------------------------------- */
@media print, screen and (min-width: 751px) {
    #linkArea {
        background-color: #e0e0e0;
        padding: 30px 30px 30px 30px;
    }
}

.genno {
    font-weight: 300;
}

.clearfix {
    display: block;
    min-height: 1%;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0.1em;
    line-height: 0;
}

@media print, screen and (min-width: 751px) {
    #linkArea .linkBox {
        width: calc(65% - 6px);
        width: -webkit-calc(65% - 6px);
        margin: 0 auto;
        background: #ffffff;
    }
}

@media only screen and (max-width: 750px) {
    #linkArea {
        background-color: #e0e0e0;
        padding-top: 30px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 30px;
    }
    .footer_menu {
    text-align: left;
}
#linkArea .linkBox {
        width: calc(90% - 6px);
        width: -webkit-calc(90% - 6px);
        margin: 0 auto;
        background: #ffffff;
    }
}

em {
    font-weight: bold;
    font-style: normal;
}

@media print, screen and (min-width: 751px) {
    #linkArea img {
        width: 20px;
        height: auto;
        margin-right: 7px;
        vertical-align: middle;
    }
}

@media only screen and (max-width: 750px) {
    #linkArea img {
        width: 20px;
        height: auto;
        margin-right: 7px;
        vertical-align: middle;
    }
}