* {
    font-size: 16px;
    color: #696969;
    font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
  }

a {
    text-decoration: none;
    color: #6699FF;
}

li {
    list-style: none;
}

header {
    display: flex;
}

.sitelogo {
    width: 200px;
    margin-left: 10px;
}

.sitelogo img {
    width: 100%;
}

.headerBox {
    background: #fff;
    position: relative;
}



.catch {
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: normal;
}

.catch h1.sitetitle {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
}

.catch h1.sitedesc {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
}

article figure {
    width: 100%;
    padding: 0 10px;
}

article figure img {
    width: 100%;
    aspect-ratio: 1 / .6;
    object-fit: cover;
}


.sitedesc br {
    display: none;
}

.factmcolor {
    color: #fff;
}
  
li {
  list-style: none;
}

/* table {
    border: 1px #0066cc solid;
}

h3 {
    margin: 20px 10px;
    padding: 10px;
    border-color: #0066cc;
    border-left-width: 3px;
    border-left-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
} */

a {
    text-decoration: none;
}

a {
    color: #6699FF;
}

a:before {
  color: #6699FF;
}

a:visited {
  color: #6699FF;
}

a:hover {
  color: #6699FF;
}

a::after {
  color: #6699FF;
}

a:active {
  color: #6699FF;
}

li {
  list-style: none;
}

/* main {
    margin: auto;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    border: 1px solid #aaa;
} */

/* .main_content {
    width: 75%;
    max-width: 900px;
} */

h1.page_title {
    font-size: 28px;
    margin: 10px auto;
    padding: 20px;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}

h2 {
    margin-bottom: 10px;
    border-left: 5px solid #0066cc;
    border-bottom: 1px solid #0066cc;
    margin: 10px;
    padding: 5px 10px;
    font-weight: normal;
    font-size: 20px;
}

h2:nth-of-type(n+2) {
    margin-top: 30px;
}

h3 {
    margin-bottom: 10px;
    border-bottom: 1px solid #0066cc;
    margin: 15px;
    padding: 5px 10px;
    font-weight: normal;
    font-size: 20px;
}

article p {
    margin: 20px;
    line-height: 40px;
    letter-spacing: 4.5px;
}

.main_side .sel_target {
    flex: 1;
    text-align: center;
    margin: 10px;
    padding: 10px;
    border: #0066cc 1px solid;
    list-style: none;
}

.main_side .sel_target:hover {
    background-color: #0066cc;
}

/* .selectCategory {
    margin: 10px;
} */

.selectCategory dl {
    display: flex;
    flex-direction: column;
    border: 1px solid #0066cc;
    width: 100%;
}

.selectCategory dt {
    padding: 20px;
    background-color: #0066cc;
    color: #fff;
}

.selectCategory dd {
    padding: 0;
    background-color: #fff;
    margin-bottom: 0;
}

.selectCategory ul {
    padding-left: 0;
    margin-bottom: 0;
}

.selectCategory li {
    border-top: 1px solid #0066cc;
    padding: 10px;
    position: relative;
    display: block;
}

.selectCategory a::after{
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-top: 2px solid #0066cc;
    border-right: 2px solid #0066cc;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.selectCategory .item {
    border-top: 1px solid #0066cc;
    padding: 10px 0;
    position: relative;
    display: block;
}

.selectCategory div a::after{
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-top: 2px solid #0066cc;
    border-right: 2px solid #0066cc;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.footer_desc {
    display: block;
    padding-bottom: 20%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #000;
    opacity: .6;
}

.footer_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 10px;
    background-color: white;
    padding: 10px;
    opacity: .7;
    color: #000;
}

footer {
    font-size: 16px;
    color: #696969;
    font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    margin-top: 20px;
    background-color: #0066cc;
    display: block; 
}

.footerlink_box {
    display: flex;
    margin: auto;
    padding: 20px;
    /* width: 1200px; */
}

.footerlink_box ul {
    /* flex: 1; */
    margin-right: 20px;
}

.footerlink_box a, 
.footerlink_box a:hover,
.footerlink_box a:visited {
    color: #fff;
}

.copyright {
    padding-left: 20px;
    color: #fff;
}




/* これよりスマホ用 ************************************************/

@media screen and (max-width: 480px) {

    * {
        margin: 0;
    }

    h2 {
        margin-left: 0;
        margin-right: 0;
    }

    p {
        text-wrap: wrap;
    }

    header {
        width: 100%;
        margin: auto;
        display: flex;
    }

    .sitelogo {
        width: 100px;
        margin-left: 0;
    }

    .catch h1.sitedesc {
        font-size: 12px;
    }

    .sitedesc br {
        display:inline;
    }

    article p {
        margin: 10px 0;
    }
    .main_content {
        margin-bottom: 20px;
    }

    .footer_desc {
        padding-bottom: 40%;
    }

    .footerlink_box {
        display: block;
    }
    
    .headerBox {
        display: flex;
        /* justify-content: center; */
        align-items: center;
        padding: 0 5px;
        background: #fff;
        position: relative;
    }

    /* ここから下がハンバーガーメニューに関するCSS */

}

