/**************************************************************/
/**************************HTML全体設定************************/
/**************************************************************/
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400|Raleway:300);*/


html, form, body {
    font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'M PLUS Rounded 1c', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    background-color: #fff;
    box-sizing: border-box;
}

.lettermargin {
    letter-spacing: 0.06em;
    line-height: 1.8;
}

h1 {
    letter-spacing: 0.06em;
    line-height: 1.4;
}

    h1.main {
        margin-top: 24px;
        padding: 0.25em 0.5em; /*上下 左右の余白*/
        color: #494949; /*文字色*/
        background: transparent; /*背景透明に*/
        border-left: solid 8px #7db4e6; /*左線*/
        font-size: 22px;
    }

h2 {
    font-size: 19px;
}
@media screen and (max-width:1120px) {
    h2 {
        font-size: 16px;
    }
}

h2.main {
    margin-top: 24px;
    padding: 0.25em 0.5em; /*上下 左右の余白*/
    color: #494949; /*文字色*/
    background: transparent; /*背景透明に*/
    border-left: solid 8px #7db4e6; /*左線*/
}

a {
    font-size: 16px;
    color: dimgrey;
}

div.linkBox {
    margin: 10px 5px 10px 0px;
}

    div.linkBox a {
        display: block;
        width: 100%; /* 横幅 */
        background-color: #e5dcdc;
        color: #2e2828;
        border: 2px solid #222222;
        line-height: 40px;
        text-align: center;
        font-weight: bold;
    }

        /* 以下マウスを載せたときのスタイル */
        div.linkBox a:hover {
            background-color: #403636;
            color: #e5dcdc;
        }

/*記事一覧*/
div.ArticleList {
    display: flex;
    flex-direction:row;
}

div.Article {
}

    div.Article img {
        width: 320px;
        max-height: calc(320px / 3 * 2);
        object-fit: cover;
        object-position:50% 0;
        padding: 4px 0px 4px 0px;
        margin: 0px 2px 0px 2px;
    }


div.ArticleTitle {
    margin: 0px 0px 5px 0px;
}

    div.ArticleTitle span {
        font-size: 17px;
        color: dimgrey;
        font-weight: bold;
        cursor: inherit;
    }

div.ArticleSubTitle {
    margin: 0px 0px 10px 0px;
    text-decoration: none;
}

    div.ArticleSubTitle span {
        font-size: 15px;
        color: dimgrey;
        font-weight: initial;
        text-decoration: none;
        display: inline-block;
        cursor: inherit;
    }


div.ArticleListListing {
    display: block;
    border: solid 1px lightgray;
    margin: 10px 0 0 0;
    padding: 8px 8px 2px 8px;
}

div.ArticleListing {
    display: block;
    text-align: center;
}

    div.ArticleListing img {
        width: 100%;
    }

    div.ArticleListing a {
        text-decoration: none;
    }

div.ArticleTitleListing {
    text-decoration: none;
}

    div.ArticleTitleListing span {
        display: inline-block;
        font-size: 16px;
        color: dimgrey;
        font-weight: bold;
        cursor: inherit;
    }

div.ArticleSubTitleListing {
    text-decoration: none;
    margin-top: 6px;
}

    div.ArticleSubTitleListing span {
        font-size: 14px;
        color: dimgrey;
        font-weight: normal;
        text-decoration: none;
        display: inline-block;
        cursor: inherit;
    }


span.BreadCrumb {
    font-size: 14px;
    font-weight: bold;
}

    span.BreadCrumb a {
        font-size: 14px;
        font-weight: bold;
        color: black;
    }

div.SalesSiteBox {
    margin: -10px 4px 15px 0px;
    padding: 0;
    line-height: 40px;
    border: 1px solid #054504;
    background-color: #0b8509;
    border-radius: 5px;
    white-space: nowrap;
    width: 140px;
    text-align: center;
    /*font-weight:bold;*/
}

    div.SalesSiteBox a {
        color: white;
        font-size: 14px;
        text-decoration: underline;
    }

div.net-shopping a {
    font-size: 14px;
}

fieldset.detail-fieldset {
    border: 1px solid blue;
    background-color: #f0f8ff;
}

    fieldset.detail-fieldset legend {
        background-color: #000;
        color: #fff;
        padding: 3px 6px;
    }

@media screen and (max-width:1120px) {
    html, form, body {
        /*font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
        font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'M PLUS Rounded 1c', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }

    h1, h1.main {
        font-size: 19px;
    }

    div.ArticleList {
        flex-direction:column;
    }

    div.Article {
    }

    div.ArticleTitleListing {
        display: table;
        min-height: 80px;
    }

        div.ArticleListing img {
            width: 100%;
            max-height: calc(100vw / 3 * 2);
            object-fit: cover;
            object-position:0 0;
            padding: 4px 0px 4px 0px;
            margin: 0px 2px 0px 2px;
        }

        div.ArticleTitleListing span {
            display: table-cell;
            vertical-align: middle;
        }


    div.ArticleTitle span {
        font-size: 16px;
    }

    div.ArticleSubTitle span {
        font-size: 14px;
    }

    div.sp-side-margin {
        margin: 0 6px 0 6px;
    }
}

/**************************************************************/
/**************************Advertise***************************/
/**************************************************************/
div.thumbnail {
    display: inline;
    max-width: 80%;
    text-align: center;
    vertical-align: middle;
}

    div.thumbnail img {
        max-width: 100%;
    }

div.thumbnail-box {
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

    div.thumbnail-box img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }

div.thumbnail-Text {
    display: flex;
    margin: -5px auto 10px auto;
    font-size: 12px;
    text-align: center;
}

    div.thumbnail-Text a {
        margin: 0px auto 0px auto;
        display: inline-block;
        font-size: 12px;
        color: dimgrey;
    }

@media screen and (max-width:1120px) {
    div.thumbnail-box {
        display: inline-flex;
        justify-content: center;
        text-align: center;
        vertical-align: top;
    }

        div.thumbnail-box img {
            width: initial;
            height: initial;
            max-width: 80%;
            max-height: initial;
        }

    div.thumbnail-Text {
        display: inline-flex;
        justify-content: center;
        text-align: center;
        vertical-align: top;
        margin: -5px auto 10px auto;
    }

        div.thumbnail-Text a {
            font-size: 12px;
            color: dimgrey;
        }
}

/**************************************************************/
/**************************concierge/**************************/
/**************************************************************/
div.pagedefault {
    text-align: center;
}

img.quest {
    max-width: 100%;
}

span.quest {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 10px;
}

div.linkBox {
    margin: 10px 5px 10px 0px;
}

div.startbox {
    display: inline-block;
    margin: 10px auto 10px auto;
}

    div.startbox a {
        display: block;
        width: 100px; /* 横幅 */
        background-color: #e5dcdc;
        color: #2e2828;
        border: 2px solid #222222;
        line-height: 40px;
        text-align: center;
        font-weight: bold;
    }

        /* 以下マウスを載せたときのスタイル */
        div.startbox a:hover {
            background-color: #403636;
            color: #e5dcdc;
        }

div.retunerbox {
    display: flex;
}

    div.retunerbox a {
        display: block;
        width: 100px; /* 横幅 */
        background-color: #e5dcdc;
        color: #2e2828;
        border: 2px solid #222222;
        line-height: 40px;
        text-align: center;
        font-weight: bold;
    }

        /* 以下マウスを載せたときのスタイル */
        div.retunerbox a:hover {
            background-color: #403636;
            color: #e5dcdc;
        }

div.prev {
    margin: 10px auto 10px 10px;
}

div.next {
    margin: 10px 10px 10px auto;
}

span.answercheck input[type="checkbox"] {
    display: none; /* ラジオボタンを非表示にする */
}

    span.answercheck input[type="checkbox"]:checked + label {
        background: #31A9EE; /* マウス選択時の背景色を指定する */
        color: #ffffff; /* マウス選択時のフォント色を指定する */
    }


span.answercheck input[type=radio] {
    display: none; /* ラジオボタンを非表示にする */
}

span.answercheck input[type="radio"]:checked + label {
    background: #31A9EE; /* マウス選択時の背景色を指定する */
    color: #ffffff; /* マウス選択時のフォント色を指定する */
}

span.answercheck label {
    display: inline-block; /* ブロックレベル要素化する */
    margin: 1px; /* ボックス外側の余白を指定する */
    width: 120px; /* ボックスの横幅を指定する */
    height: 45px; /* ボックスの高さを指定する */
    padding-left: 0px; /* ボックス内左側の余白を指定する */
    padding-right: 0px; /* ボックス内御右側の余白を指定する */
    color: #b20000; /* フォントの色を指定 */
    text-align: center; /* テキストのセンタリングを指定する */
    line-height: 45px; /* 行の高さを指定する */
    cursor: pointer; /* マウスカーソルの形（リンクカーソル）を指定する */
    border: 3px solid #006DD9; /* ボックスの境界線を実線で指定する */
    border-radius: 5px; /* 角丸を指定する */
    font-size: 13px;
}

    span.answercheck label:hover {
        background-color: #E2EDF9; /* マウスオーバー時の背景色を指定する */
    }

div.resultrow {
    margin: 10px 10px 20px 10px;
}

div.line {
    margin: 10px 0 10px 0;
}

div.mvno {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.mvno-item1 {
    margin-top: 9px;
}

    div.mvno-item1 img {
        border: 1px solid #e0d1d1;
        height: 82px;
    }

div.mvno-item2 {
    flex-basis: 100%;
}

    div.mvno-item2 span {
        display: block;
        background-color: #f6f6f6;
        color: #2e2828;
        border: 2px solid #e0d1d1;
        font-size: 40px;
        line-height: 80px;
        text-align: center;
        font-weight: bold;
        letter-spacing: 0.2em;
    }

div.mvno-item3 {
    flex-basis: 200px;
    margin-left: 5px;
}

    div.mvno-item3 div {
    }

        div.mvno-item3 div a {
            flex-basis: 200px;
            box-sizing: border-box;
            display: inline-block;
            line-height: 80px;
            text-align: center;
            color: #fff;
            border: 3px solid #b20707;
            background-color: #f34c4c;
            font-weight: bold;
            width: 100%;
            border-radius: 10px;
            cursor: pointer;
            text-decoration: none;
            white-space: nowrap;
        }

            div.mvno-item3 div a:hover {
                border: 3px solid #b20707;
                background-color: #fff;
                color: #f34c4c;
            }



div.conciergepr {
    font-size: 16px;
    background-color: lightyellow;
    border: 1px solid #ffdb05;
    text-align: left;
    width: 100%;
    letter-spacing: 0.15em;
}

    div.conciergepr span {
        display: block;
        padding: 10px;
    }

table.concierge {
    width: 100%;
    border-collapse: collapse;
}

    table.concierge th {
        padding: 10px 10px;
        height: 26px;
        border: solid 1px #aaaaaa;
        border-collapse: collapse;
        color: white; /*文字色*/
        background-color: #4e4c4c; /*背景色*/
        width: 30%;
        height: auto;
        font-weight: normal;
    }

    table.concierge td {
        padding: 10px 10px;
        height: 26px;
        border: solid 1px #aaaaaa;
        border-collapse: collapse;
        text-align: center;
        width: 70%;
        height: auto;
    }

div.mvnooption {
    display: flex;
    justify-content: flex-start;
    margin: 5px 0 5px 0;
}

a.detailbox {
    box-sizing: border-box;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    color: #fff;
    border: 3px solid blue;
    background-color: #4e8ef2;
    font-weight: bold;
    text-decoration: underline;
    font-size: 20px;
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

a:hover.detailbox {
    color: blue;
    border: 3px solid blue;
    background-color: #dbe3ef;
}


@media screen and (max-width:1120px) {
    div.mvno {
        width: 100%;
        display: inline-block;
    }

    div.mvno-item1 {
        /*display: none;*/
        margin-top: 0;
    }

        div.mvno-item1 img {
            border: 1px solid #e0d1d1;
            height: initial;
            /*width: 100%;*/
        }

    div.mvno-item2 {
        display: block;
        width: 100%;
    }

        div.mvno-item2 span {
            font-size: 30px;
            line-height: initial;
            letter-spacing: 0.1em;
        }

    div.mvno-item3 {
        box-sizing: border-box;
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

        div.mvno-item3 div {
        }

            div.mvno-item3 div a {
                box-sizing: border-box;
                line-height: 30px;
                width: 100%;
            }

                div.mvno-item3 div a:hover {
                    border: 3px solid #b20707;
                    background-color: #fff;
                    color: #f34c4c;
                }

    div.conciergepr {
        font-size: 16px;
        background-color: lightyellow;
        border: 1px solid #ffdb05;
        text-align: left;
        width: 100%;
        letter-spacing: 0.02em;
    }

    table.concierge th {
        display: block;
        width: auto;
        height: 100%;
    }

    table.concierge td {
        display: block;
        width: auto;
        height: 100%;
    }

    div.conciergepr {
        max-width: 100%;
    }

    a.detailbox {
        line-height: inherit;
        font-size: 18px;
        text-decoration: none;
        letter-spacing: 0.01em;
        white-space: nowrap;
        padding: 6px;
    }
}


/**************************************************************/
/**************************Simulation**************************/
/**************************************************************/
span.rdbselect input[type="checkbox"] {
    display: none; /* ラジオボタンを非表示にする */
}

    span.rdbselect input[type="checkbox"]:checked + label {
        background: #31A9EE; /* マウス選択時の背景色を指定する */
        color: #ffffff; /* マウス選択時のフォント色を指定する */
    }


span.rdbselect input[type=radio] {
    display: none; /* ラジオボタンを非表示にする */
}

span.rdbselect input[type="radio"]:checked + label {
    background: #31A9EE; /* マウス選択時の背景色を指定する */
    color: #ffffff; /* マウス選択時のフォント色を指定する */
}

span.rdbselect label {
    display: inline-flex; /* ブロックレベル要素化する */
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 1px; /* ボックス外側の余白を指定する */
    width: 120px; /* ボックスの横幅を指定する */
    height: 45px; /* ボックスの高さを指定する */
    padding-left: 0px; /* ボックス内左側の余白を指定する */
    padding-right: 0px; /* ボックス内御右側の余白を指定する */
    color: #b20000; /* フォントの色を指定 */
    text-align: center; /* テキストのセンタリングを指定する */
    cursor: pointer; /* マウスカーソルの形（リンクカーソル）を指定する */
    border: 3px solid #006DD9; /* ボックスの境界線を実線で指定する */
    border-radius: 5px; /* 角丸を指定する */
    font-size: 13px;
}

    span.rdbselect label:hover {
        background-color: #E2EDF9; /* マウスオーバー時の背景色を指定する */
    }




div.line {
    display: flex;
}

div.conditions-area {
    margin: 5px auto 5px auto;
}

div.row-head {
    width: 160px;
}

    div.row-head span {
        display: inline-block; /* ブロックレベル要素化する */
        margin: 0px; /* ボックス外側の余白を指定する */
        width: 160px; /* ボックスの横幅を指定する */
        height: 45px; /* ボックスの高さを指定する */
        padding-left: 0px; /* ボックス内左側の余白を指定する */
        padding-right: 0px; /* ボックス内御右側の余白を指定する */
        text-align: left; /* テキストのセンタリングを指定する */
        line-height: 45px; /* 行の高さを指定する */
        font-size: 14px;
        font-weight: bold;
    }

@media screen and (max-width:1120px) {
    span.rdbselect label {
        display: inline-flex; /* ブロックレベル要素化する */
        justify-content: center;
        align-items: center;
        position: relative;
        margin: 5px 1px 0 1px; /* ボックス外側の余白を指定する */
        width: 100px; /* ボックスの横幅を指定する */
        height: 30px; /* ボックスの高さを指定する */
        color: #b20000; /* フォントの色を指定 */
        text-align: center; /* テキストのセンタリングを指定する */
        cursor: pointer; /* マウスカーソルの形（リンクカーソル）を指定する */
        border: 2px solid #006DD9; /* ボックスの境界線を実線で指定する */
        border-radius: 5px; /* 角丸を指定する */
        font-size: 12px;
    }

    div.row-head {
        width: 100%;
        margin: 0;
        padding: 0;
        background-color: azure;
    }

        div.row-head span {
            display: inline-block; /* ブロックレベル要素化する */
            margin: 0px; /* ボックス外側の余白を指定する */
            width: 100%; /* ボックスの横幅を指定する */
            height: initial; /* ボックスの高さを指定する */
            padding-left: initial; /* ボックス内左側の余白を指定する */
            padding-right: initial; /* ボックス内御右側の余白を指定する */
            text-align: left; /* テキストのセンタリングを指定する */
            line-height: initial; /* 行の高さを指定する */
            font-size: 14px;
            font-weight: bold;
        }
}

div.SearchBox {
    margin: 10px 5% 10px 5%;
    border: 5px solid blue;
    border-radius: 10px;
}

div.SearchBox-Label {
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    color: white;
    background-color: blue;
}

.OptionBox {
    margin: 1px 1px 0px 1px;
    padding: 0px 10px 0px 10px;
    border: 1px solid dimgray;
    color: white;
    background-color: dimgray;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    /*font-weight:bold;*/
}

    .OptionBox label {
    }


.TrafficBox {
    margin: 1px 1px 0px 1px;
    padding: 0px 10px 0px 10px;
    border: 1px solid green;
    color: white;
    background-color: green;
    border-radius: 5px;
    font-size: 12px;
    /*font-weight:bold;*/
}

.PenaltyBox {
    margin: 1px 1px 0px 1px;
    padding: 0px 10px 0px 10px;
    border: 1px solid crimson;
    color: white;
    background-color: crimson;
    border-radius: 5px;
    font-size: 12px;
    /*font-weight:bold;*/
}

div.Result {
    border: 4px solid blue;
    border-radius: 10px;
    padding: 14px;
}

div.Result-Line {
    margin-bottom: 15px;
}

div.Result-Line {
    margin: 5px;
}

div.Result-Header {
    display: flex;
    line-height: 18px;
}

div.Result-Header-Image {
    margin: 4px 10px auto 0;
}

div.Result-Header-Title {
    flex-basis: 100%;
    border-radius: 0px;
    border: 1px solid royalblue;
    background-color: royalblue;
}

.Result-Header-Title-1 {
    font-size: 12px;
    font-weight: bold;
    color: white;
}

.Result-Header-Title-2 {
    font-size: 18px;
    font-weight: bold;
    color: white;
}

div.Result-Detail {
    display: flex;
    justify-content: flex-start;
    border: 4px solid blue;
    border-radius: 10px;
}

div.Result-Detail-Box {
    border-right: 2px solid blue;
    padding: 0px;
    flex-grow: 1;
}

div.Result-Detail-Box-End {
    padding: 0px;
    flex-grow: 1;
}

div.Result-Detail-Box-Head {
    text-align: center;
    background-color: blue;
}

.Result-Detail-Box-Head-Label {
    font-size: 16px;
    font-weight: bold;
    color: white;
    line-height: 30px;
}

div.Result-Detail-Box-Data {
    text-align: center;
    font-size: 20px;
    line-height: 40px;
}

.Result-Detail-Box-Data-Label {
    color: red;
    font-weight: bold;
}

div.Result-Detail-Link {
    margin: 0px 4px 10px 0px;
    padding: 5px 20px 5px 20px;
    border: 1px solid #fb0000;
    background-color: #fa1717;
    border-radius: 5px;
    white-space: nowrap;
    text-align: center;
    /*font-weight:bold;*/
}

    div.Result-Detail-Link a {
        color: white;
        font-size: 16px;
        text-decoration: none;
        font-weight: bold;
    }

div.Result-Detail-Navi {
    margin: 10px auto 10px auto;
    border: 5px solid forestgreen;
    border-radius: 10px;
}

div.Result-Detail-Navi-Box {
    line-height: 40px;
    text-align: center;
    color: blue;
    border: 2px solid blue;
    background-color: white;
    font-weight: bold;
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
}

div.Result-Detail-Navi-Box-Text {
    font-size: 16px;
    font-weight: bold;
    color: white;
    line-height: 30px;
    cursor: pointer;
}

div.Result-Detail-PR {
    font-size: 16px;
    background-color: lightyellow;
}

@media screen and (max-width:1120px) {
    div.line {
        display: block;
    }

    div.Result-Header {
        display: block;
        flex-direction: row;
    }
}


/**************************************************************/
/****************************header****************************/
/**************************************************************/
.header {
    position: fixed; /* ヘッダーの固定 */
    top: 0; /* 位置(上0px) */
    left: 0; /* 位置(右0px) */
    height: 80px;
    background-color: #506f04;
    margin: 0;
    width: 100%;
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
    z-index: 9998;
}

span.Title {
    position: absolute;
    top: 34px;
    left: 8%;
    font-size: 26px;
    color: white;
    font-family: 'Hachi Maru Pop', 'Nico Moji', cursive, sans-serif;
}

span.SubTitle {
    position: absolute;
    top: 0;
    left: 8%;
    font-size: 26px;
    color: white;
    font-family: 'Hachi Maru Pop', 'Nico Moji', cursive, sans-serif;
}

.header-break {
    height: 100px; /* 縦の高さ140px */
    width: 100%; /* 横の幅を100% */
    margin-top: -10px;
}

.header-menu-sp {
    display: none;
}

.contents-menu {
    /*background-color: #4169e1;
    margin: 0;
    display: flex;
    justify-content: center;
    width: 100%;*/
}

.head-list {
    position: absolute;
    top: 16px;
    right: 10%;
}

ul.btn-sticky {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0;
    transition: .4s;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    background-color: #506f04;
}

    ul.btn-sticky li {
        border: solid 1px #fff;
        padding: 0.5em 1em;
    }


        ul.btn-sticky li a {
            vertical-align: middle;
            font-size: 14px;
            color: white;
            text-decoration: none;
        }

        ul.btn-sticky li:hover {
            background: #469d35;
        }

.Line-Contents {
    margin: 10px 0 10px 0;
    box-sizing: border-box;
}

.Box-Line-Contents {
    margin: 1px;
    padding: 0.5em 1em;
    background-color: #506f04;
    border: solid 0px #506f04;
    color: white;
    transition: .4s;
    text-align: center;
    cursor: pointer;
}

    .Box-Line-Contents span {
        font-size: 14px;
        font-weight: bold;
    }

.Box-Line-Contents-Empty {
    margin: -1px 1px 1px 1px;
    padding: 0.5em 1em;
    border: solid 2px #506f04;
    transition: .4s;
}
@media screen and (max-width:1120px) {
    .Box-Line-Contents-Empty {
        border: solid 1px #506f04;
    }
}

.btn-Line-Contents {
    margin: 1px;
    padding: 0.5em 1em;
    background-color: #28ac0f;
    border: solid 0px #6495ed;
    transition: .4s;
    text-align: center;
    cursor: pointer;
    color: white;
    font-size: 14px;
    text-decoration: none;
}

    .btn-Line-Contents a {
        vertical-align: middle;
        font-size: 14px;
        color: white;
        text-decoration: none;
    }

    .btn-Line-Contents:hover {
        background: #5cc847;
    }

.Box-Social-Contents {
    margin: 1px 1px 0px 1px;
    padding: 0.5em 1em;
    background-color: blue;
    border: solid 1px blue;
    transition: .4s;
    text-align: center;
    cursor: pointer;
}

    .Box-Social-Contents span {
        font-size: 14px;
        font-weight: bold;
        color: white;
    }

.Box-Social-Contents-Empty {
    margin: 0px 1px 1px 1px;
    border: solid 1px blue;
    transition: .4s;
}

.br::before {
    content: "\A";
    white-space: pre;
}

@media screen and (max-width:1120px) {
    .header {
        position: fixed; /* ヘッダーの固定 */
        top: 0px; /* 位置(上0px) */
        left: 0px; /* 位置(右0px) */
        height: 60px;
        background-color: #506f04;
        margin: 0;
        width: 100%;
        flex-wrap: nowrap;
        text-align: center;
    }

    .header-break {
        height: 1px; /* 縦の高さ140px */
        width: 100%; /* 横の幅を100% */
    }


    .header-menu-sp {
        /*display: inline-flex;*/
        position: fixed;
        top: 60px;
        left: 0px;
        height: 46px;
        width: 100%;
        background-color: white;
        margin: 0;
        flex-wrap: nowrap;
        justify-content: space-around;
        flex-direction: row;
        align-content: stretch;
        z-index: 9998;
    }

        .header-menu-sp a {
            display: inline-block;
            border: solid #e5e2e2 1px;
            flex-basis: 100%;
            cursor: pointer;
            text-align: center;
            vertical-align: middle;
            text-decoration: none;
            padding: 2px 2px 2px 2px;
        }

            .header-menu-sp a div {
                vertical-align: middle;
            }


    span.Title {
        position: absolute;
        top: 24px;
        left: 8px;
        font-size: 18px;
        color: white;
        cursor: pointer;
    }

    span.SubTitle {
        position: absolute;
        top: 2px;
        left: 8px;
        font-size: 18px;
        color: white;
        cursor: pointer;
    }

    ul.btn-sticky {
        display: flex;
        flex-direction: column;
        background-color: #fff;
        list-style: none;
    }

        ul.btn-sticky li {
            /*background-color: #5cc847;*/
            /*margin: 2px 14px 2px -28px;*/
        }

        ul.btn-sticky a {
            background-color: #5cc847;
            padding: 4px 100%;
        }
}


select.customlistbox::-ms-expand {
    display: none;
}

select.customlistbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 5px;
    padding: 7px 30px 7px 10px;
    font-size: 93%;
    line-height: 1.1em;
    border-radius: 5px;
    border: none;
    background-image: url(../../images/main/icon_arrow.png);
    background-repeat: no-repeat;
    background-size: 16px 14px;
    background-position: right 6px center;
    background-color: #bddfff;
}

.adslotrectangle {
    /*width: 100%;*/
}

/*@media(min-width: 470px) {
    .adslotrectangle {
        width: 468px;
        height: 60px;
    }
}

@media(min-width: 730px) {
    .adslotrectangle {
        width: 728px;
        height: 90px;
    }
}*/



div.footer-text {
    position: relative;
    width: 100%;
}

    div.footer-text span {
        position: absolute;
        top: 15px;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 100%;
    }

img.eyechatch {
    width: 64%;
}

@media screen and (max-width:1120px) {
    img.eyechatch {
        width: calc(100% - 15px);
    }
}
