﻿@charset "utf-8";
h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 1em;
}

h3, .h3 {
    font-size: 1.35rem;
}
h4, .h4 {
    font-size: 1rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 0.9rem;
    padding-top: 0px;
}

ul {
    list-style: none;
}


body {
}

dl {
    background:rgba(255,255,255,0.6);
    padding: 10px;
    width: 700px;
}

dl {
    width: 500px;
}

dt {
    border-bottom: 1px solid #ccc;
    float: left;
    padding: 10px 5px;
}

dd {
    border-bottom: 1px solid #ccc;
    margin-left: 100px;
    padding: 10px 5px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

#Company_menu {
    width: 100%;
    min-height: 2em;
}

    #Company_menu ul li {
        float: right;
        text-align: center;
        width: 12%;
        margin-left: auto;
        margin-right: auto;
        letter-spacing: 1px;
        list-style-type: none;
        border-left-style: solid;
        border-left-color: rgba(200,200,200,1.00);
    }

.Copyright {
    text-align: center;
    background-color: #FBC02D;
    color: rgba(255,255,255,1.00);
}

#FootSubContents {
    width: 98%;
    height: 0px;
    margin-top: 10px;
    margin-left: 1%;
    margin-right: 1%;
    overflow: hidden;
    zoom: 1;
}

.FootSubContentsLink {
    float: left;
    width: 35%;
}

.FootSubContentsMap {
    float: right;
    width: 65%;
}

/* 
** The Header Media Queries **
** Tweak as per your needs **
*/
.brand {
    font-weight: bold;
    font-size: 20px;
}

.site-header {
    position: relative;
    background-color: rgba(255,255,255,0.6);
}

.site-header__wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100%;
    height: 100%;
    max-height: 80px;
    top: 0;
    position: fixed;
    text-align: center;
    background-color: rgba(255,255,255,0.6);
    z-index: 1;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

@media (min-width: 600px) {
    .site-header__wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 600px) {
    .nav__wrapper {
        display: flex;
    }
}

@media (max-width: 599px) {
    .nav__wrapper {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: -1;
        background-color: rgba(255,255,255,1.00);
        visibility: hidden;
        opacity: 0;
        transform: translateY(-100%);
        transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    }

        .nav__wrapper.active {
            visibility: visible;
            opacity: 1;
            transform: translateY(0);
        }
}

.nav_item a {
    display: block;
    padding: 1.5rem 1rem;
    border-left: 2px solid #ccc; /*線の設定*/
    padding: 2px 8px; /*余白の設定*/
}

@media (max-width: 599px) {
    .nav__toggle {
        display: block;
        position: absolute;
        right: 1rem;
        top: 1rem;
    }
}

.Header.Sub.info {
    width: 100%;
    background-color: rgba(254,214,18,1.00);
    color: rgba(0,0,0,1.00);
    text-align: center;
    height: 2em;
    padding-top: 1em;
    padding-bottom: auto;
}


.img.right {
    float: right;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 15px;
    margin-left: 20px;
}

#MainContents {
    width: 98%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 1%;
    margin-right: 1%;
}

.MainContentsLink-img {
    max-width: 100%;
}

.MainContentsLink h2 {
    position: relative;
    padding: 0.5em 0.5em 0.5em 1.4em;
    border: 1px solid #CCC;
    border-radius: 5px;
    margin-bottom: 0.5em;
}

    .MainContentsLink h2::after {
        position: absolute;
        top: 50%;
        left: 0.7em;
        transform: translateY(-50%);
        content: '';
        width: 5px;
        height: 1.2em;
        background-color: #FED612;
    }

.MainContentsLink h3 {
    margin-top: 20px;
    position: relative;
    color: #333;
    text-shadow: 0 0 2px white;
    margin-bottom: 20px;
    margin-left: 15px;
}

    .MainContentsLink h3:before {
        content: "";
        position: absolute;
        background: #FED612;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        top: 40%;
        /* border: dashed 1px white; */
        left: -15px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: -1;
    }

.MainContentsLink h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.4em;
}

.MainContentsLink h5 {
    width: 98%;
    border-bottom: solid 3px #cce4ff;
    position: relative;
}

    .MainContentsLink h5:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 3px #5472cd;
        bottom: -3px;
        width: 20%;
    }

.MainContentsBox {
    overflow-x: hidden;
    max-width: 100%;
    overflow-y: hidden;
    float: left;
    height: auto;
}

#menu {
    min-height: 3em;
    background-color: rgba(243,243,241,1.00);
    border-radius: 10px;
    width: 100%;
}


    #menu ul li {
        float: left;
        text-align: center;
        width: 16%;
        margin-left: auto;
        margin-right: auto;
        letter-spacing: 1px;
        list-style-type: none;
        padding-top: 0.8em;
    }

        #menu ul li a {
            display: block;
            color: rgba(0,0,0,1.00);
            text-decoration: none;
            border-radius: 5px;
        }

            #menu ul li a:hover {
                color: rgba(255,0,4,1.00);
                background-color: rgba(253,213,17,1.00);
            }


.migiyose {
    text-align: right;
    margin-right: 20px;
}

.none {
    list-style-type: none;
}

#pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}

    #pagetop a {
        display: block;
        background: #666;
        color: #FFF;
        width: 100px;
        padding: 25px 0;
        text-align: center;
        text-decoration: none;
        border-radius: 10px;
    }

        #pagetop a:hover {
            background: #999;
            text-decoration: none;
        }

.Querybutton {
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    vertical-align: middle;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    border: 3px solid #FFFFFF;
    color: #000000;
    transition: all 0.3s linear;
    background: url("../img/foot/mail/icon_125330_32.png") center no-repeat;
    padding-bottom: 20px;
    width: 100px;
}

    .Querybutton:hover {
        background: url("../img/foot/mail/icon_125332_32.png") center no-repeat;
        background-color: #6DC7D0;
        color: #FFFFFF;
        cursor: pointer;
    }

.RSSBox {
    width: 90%;
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    height: 100%;
    clear: both;
}

    .RSSBox p {
        margin: 0;
        padding: 0;
        clear: both;
    }

.sectionTitleRule {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 100%;
}

.tableEvidence {
    width: 90%;
    border-collapse: collapse;
    margin-left: 5%;
    margin-right: 5px;
}

    .tableEvidence tr:nth-child(odd) {
        background-color: #ddd;
    }

    .tableEvidence th, td {
        padding: 5px 10px;
        text-align: center;
        font-size: small;
    }

.tableProduct {
    width: 90%;
    border-collapse: collapse;
    margin-left: 5%;
    margin-right: 5px;
}

    .tableProduct tr:nth-child(odd) {
        background-color: #ddd;
    }

    .tableProduct th, td {
        padding: 5px 10px;
        text-align: center;
    }

.top_img {
    width: 100%;
    margin-bottom: -4px;
}

#wrapper {
    width: 100%;
}

    #wrapper:after {
        display: block;
        clear: both;
        content: "";
    }

.youtuberule {
    width: 320px;
    float: left;
    text-align: center;
    margin-right: 1px;
    margin-left: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    background-color: rgba(239,239,239,1.00);
    height: 250px;
    font-size: 0.8em;
    overflow-x: hidden;
}

    .youtuberule ul {
        list-style-type: none;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

.TopimgBox {
    width: 480px;
    float: left;
    text-align: left;
    margin-right: 1px;
    margin-left: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    overflow-x: hidden;
    height: 280px;
}

.Subheading {
    float: right;
    margin-right: 1px;
    margin-left: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    overflow-x: hidden;
}

.CB {
    /* float解除*/
    clear: both;
}

.SideContentsBox1 {
    overflow-x: hidden;
    overflow-y: hidden;
    float: left;
    border-radius: 10px;
    box-shadow: 3px 3px 6px -2px #555, 3px 3px 8px rgba(255,255,255,0.8) inset;
    margin-top: 5px;
    margin-right: 5px;
    padding-right: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    position: relative;
}

    .SideContentsBox1 h5 {
        position: relative;
        padding-left: 25px;
    }

        .SideContentsBox1 h5:before {
            position: absolute;
            content: '';
            bottom: -3px;
            left: 0;
            width: 0;
            height: 0;
            border: none;
            border-left: solid 15px transparent;
            border-bottom: solid 15px rgb(255, 100, 10);
        }

        .SideContentsBox1 h5:after {
            position: absolute;
            content: '';
            bottom: -3px;
            left: 10px;
            width: 20%;
            border-bottom: solid 3px rgb(255, 100, 10);
            color: rgba(255,100,9,1.00);
        }

.info-01 {
    padding: 0.5em 1em;
    margin: 0 auto;
    width: 50%;
    font-weight: bold;
    border: solid 3px #ff0000;
}

    .info-01 a {
        text-deoration: none;
    }

    .info-01 p {
        margin: 0;
        padding: 0;
        text-align: center;
    }

.cp_btn {
    display: inline-block;
    position: relative;
    width: 160px;
    padding: 0.8em;
    text-align: center;
    border-top: 2px solid #FBC02D;
    border-bottom: 2px solid #FBC02D;
    text-decoration: none;
    font-weight: bold;
    color:#4d4d4d ;
    margin-left: 30px;
    margin-right: 30px;
}

    .cp_btn:before, a.cp_btn:after {
        content: '';
        position: absolute;
        top: -7px;
        width: 2px;
        height: calc(100% + 14px);
        background-color: #FBC02D;
        transition: .3s;
    }

    .cp_btn:before {
        left: 7px;
    }

    .cp_btn:after {
        right: 7px;
    }

    .cp_btn:hover:before {
        top: 0px;
        left: 0;
        height: 100%;
    }

    .cp_btn:hover:after {
        top: 0px;
        right: 0;
        height: 100%;
    }

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .flex > * {
        text-align: center;
    }

.MainContents-Mapimg {
    position: relative;
}

.Maptext1 {
    position: absolute;
    top: 305px;
    left: 600px;
    font-size: large;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
}

.Maptext2 {
    position: absolute;
    top: 105px;
    left: 610px;
    font-size: large;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
}

.Maptext3 {
    position: absolute;
    top: 410px;
    left: 560px;
    font-size: large;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
}

.Maptext4 {
    position: absolute;
    top: 380px;
    left: 570px;
    font-size: large;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
}

.Maptext5 {
    position: absolute;
    top: 440px;
    left: 540px;
    font-size: large;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
}

.Maptext6 {
    position: absolute;
    top: 470px;
    left: 440px;
    font-size: large;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
}

.Maptext7 {
    position: absolute;
    top: 410px;
    left: 300px;
    font-size: large;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
}

.Maptext8 {
    position: absolute;
    top: 470px;
    left: 160px;
    font-size: large;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
}

.ContentsMediumSize {

    width: 480px;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 0.8em;
    overflow: hidden;
}
a {
    text-decoration:none; 
}

figure.gazo-box {
    float: left;
    padding-right: 20px;
}
.top-banner {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

    .top-banner li {
        width: calc(100%/4); /*←画像を横に4つ並べる場合*/
        box-sizing: border-box;
        text-align: center;
    }

        .top-banner li img {
            max-width: 100%; /*画像のはみだしを防ぐ*/
            height: auto; /*画像の縦横比を維持 */
            text-align: center;
        }
.pamphlet {
    display: flex;
}
}