@charset "utf-8";


/* 共通設定
-------------------------------------*/

body {
    font-family: sans-serif;
}

* {
    box-sizing: border-box;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}



/* pc版
------------------------------------------------*/

/* 共通設定 */

.wrapper {
    margin: 0 auto;
    max-width: 980px;
    height: auto;
}

a {
    text-decoration: none;
    font-weight: bold;
}



/* ヘッダー */

.header__image {
    background-image: url(../top1.png);
    max-width: 100%;
    height: 197px;
}

.header__text {
    font-size: 21px;
    font-weight: bold;
    text-shadow: 1px 1px 0px #fff,-1px 1px 0px #fff,1px -1px 0px #fff,-1px -1px 0px #fff;
    position: relative;
    top: 158px;
    left: 490px;
}

ul {
    list-style-type: none;
}

.gnavi__list {
    display: flex;
    background-color: #9c3;
    height: 30px;
    max-width: 100%;
    justify-content: center;
}

.gnavi__item {
    background-color: #060;
    width: 148.3262px;
    text-align: center;
    padding-top: 3px;
}

.gnavi__item+.gnavi__item {
    margin-left: 5px;
}

.gnavi__link {
    color: #fff;
    display: block;
    font-size: 18px;
}

/* メイン */

main {
    display: flex;
}

.line__box {
    margin-top: 29px;
}

.sub__title {
    font-size: 23px;
    color: #060;
/*    line-height: 1em;*/
    text-indent: 42px;
    background-image: url(../top-icon.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 35px 34px;
}


.right__line {
    max-width: 280px;
    height: auto;
    margin-left: 35px;

}

.info__box {
    max-width: 280px;
    height: 275px;
    background-color: #e0e0e0;
    text-align: center;
    padding: 0 17px;
}

.info__box h3 {
    line-height: 1em;
    color: #060;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 3pt dotted #060;
    padding: 21px 0 7px;
}


.image__1 {
    margin: 25px 0 21px;
}

.image__2 {
    margin-bottom: 21px;
}

.contents_text {
    font-size: 13.2px;
    text-align: justify-all;
    padding: 32px 0 60px 41px;
    line-height: 2em;
}

/* メイン　下段 */

.product {
    display: flex;
    margin: 30px 0 25px 43px;
    max-width: 621px;
    height: auto;
}

.product__box+.product__box {
    margin-left: 15px;
}

.product__image {
    width: 143px;
    height: auto;
    margin-bottom: 11px;
}

.product__text {
    font-size: 13.5px;
    line-height: 1.5em;
}

.product__title {
    padding-left: 28px;
    background-image: url(../star_icon.png);
    background-repeat: no-repeat;
    margin-bottom: 11px;
}

/* フッター */

footer {
    background-color: #89b62e;
    max-width: 100%;
    text-align: center;
    padding: 14px 0;
}

footer p small {
    font-size: 18px;
    color: #fff;

}

/*pc版ここまで*/

/* pc→sp
------------------------------------ */

@media (max-width: 900px) {
    
    .header__text {
        position: relative;
        top: 88px;
        left: 144px;
    }
}