@charset "UTF-8";

/*------------
common
------------*/
.pc {
    display: none;
}
img {
    width: 100%;
    height: auto;
}
.br { /*改行制御*/
    display: inline-block;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
/*------------
header
------------*/
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 10px 4% 4px;
    border-bottom: 2px solid #efefef;
}
header .logo-area {
    float: left;
}
header .logo {
    width: auto;
}
header .logo img {
    height: 46px;
    width: auto;
    padding: 0;
    margin: 0;
}
.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}
header .logo {
    display: flex;
    width: auto;
}
header .logo p {
    margin: 2px 2%;
    padding: 7px 5px 0 9px;
    border: 2px solid #004da0;
    font-size: 1.1rem;
    width: 38px;
    line-height: 1.2rem;
    color: #004da0;
}
header .dis {
    color: #311F00;
    font-size: 1rem;
    padding: 0 0 5px;
}
header h1 {
    color: #311F00;
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
}
header img {
    background-color: #fff;
    padding: 10px 4%;
}
header .info-area {
    float: right;
}
header .info-area a img {
    width: auto;
    float: left;
    height: 60px;
    margin-right: 10px;
}
header .info-area p {
    font-size: 1rem;
    color: #fff;
    line-height: 2.5rem;
}
header .info-area p span {
    font-size: 3.5rem;
    color: #fff;
    font-family: 'Staatliches', cursive;
    letter-spacing: 0.2rem;
}

/*------------
hamburger-menu
------------*/
.nav_wrap {
    position: fixed;
    top: 62px;
    left: 0;
    right: 0;
    bottom: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding: 0;
    background-color: #004da0;
    z-index: 100;
    overflow-y: hidden;
    transition: .7s;
}

.nav_wrap.active {bottom: 0;padding: 20px 0;}

.nav_wrap nav ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: center;
    font-size: 2.4rem;
}

.nav_wrap nav ul li.current{
    display: none;
}

.nav_wrap nav ul li a {
    display: block;
    padding: 12px 20px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #FFF;
    line-height: 1em;
}

.nav_wrap button#hamburger_close {
    display: block;
    width: 70%;
    max-width: 320px;
    margin: 0 auto;
    padding: 14px;
    -webkit-appearance: none;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    letter-spacing: 2px;
    background-color: #fff;
}

#hamburger {
    position: fixed;
    top: 31px;
    right: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transform: translateY(-50%);
    transition: 1s;
    z-index: 2000;
}

.inner_line {
    display: block;
    position: absolute;
    left: 50%;
    width: 30px;
    height: 3px;
    background-color: #004da0;
    transform: translate(-50%);
    transition: .6s;
    border-radius: 4px;
}

#line1 {top: 30%;}
#line2 {top: 50%;}
#line3 {top: 70%;}

.line_1#line1 {
/*-45度回転させる*/transform: rotate(-45deg) translateY(-50%);top: 49%;left: 15%;}
.line_2#line2 {opacity: 0;}
.line_3#line3 {
/*45度回転させる*/transform: rotate(45deg) translateY(50%);top: 44%;left: 15%;}
  
.active #nav_sp{left: 40vw;}
  

/*------------
content-box
------------*/
.content-box {
    width: 100%;
    margin-top:62px;
}

.mv + .content-box {
    margin-top: 0;
}

.content-box .contents-box-wrap {
        width: 92%;
        max-width: 1000px;
        margin: 0 auto;
    }
.content-box h2 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #004da0;
    line-height: 3rem;
}
/*.content-box h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #004da0;
	bottom: -10px;
	width: 10%;
	z-index: 1;
	}*/
.content-box ul li::before {
    content: "○";
    min-width: 15px;
}
.content-box ul li{
    text-indent: -1em;
    padding-left: 1em!important;
}
/*------------
.content-box .type-page
(デフォルトテンプレート用CSS)

------------*/
.content-box .type-page{
    padding: 40px 2% 40px;
    }
.content-box .type-page h2{
    padding: 0 0 40px;
    }
.content-box .type-page h3{
    font-size: 1.8rem;
    padding: 16px;
    color: #302003;
    border-left: 10px solid #004da0;
    margin-bottom: 20px;
    letter-spacing: 3px;
    }
.content-box .type-page li{
    list-style: auto;
    font-size: 1.6rem;
    margin-left: 30px;
    margin-bottom: 10px;
}
.content-box .type-page ol{
    margin-bottom: 20px;
}
.content-box .type-page p{
    font-size: 1.6rem;
    margin-bottom: 20px;
    line-height: 2.4rem;
    text-align: justify;
    }
    
/*------------
footer
------------*/
.footer-menu-area {
    padding: 0 20px 20px;
}

.footer-menu-area ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.footer-menu-area ul li{width: 100%;max-width: 300px;}

.footer-menu-area ul li.current {display: none;}

.footer-menu-area ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 66px;
    box-sizing: border-box;
    padding: 10px 16px;
    text-align: center;
    font-size: 2.4rem;
    line-height: 2.4rem;
    color: #004da0;
    border: 2px solid #72baff;
}

.footer-link{
    padding: 20px 20px 0;
}

.footer-link ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-link ul li a {
    display: block;
}

footer {
    background-color: #004da0;
    padding: 0 4% 10px;
    color: #fff;
    text-align: center;

}
footer p img {
    width: 70%;
    margin: 0 auto;
    display: block;
    border-radius: 6px;
}
footer hr {
    border: solid 1px #FFFFFF;
}
footer .logo {
    font-size: 2.6rem;
    line-height: 3.2rem;
    display: block;
    font-weight: bold;
    padding-bottom: 20px;
}
footer .address {
    font-size: 1.2rem;
    line-height: 1.8rem;
    letter-spacing: 0.05rem;
    padding: 36px 0 20px;
}

footer .address ul{
    margin : 10px;
}
footer .address ul li{
    display: inline-block;
    font-size:1.6rem;
}

footer .address ul li:after{
    content: "|";
    display: inline-block;
    width: 16px;
}
footer .address ul li:last-child::after{
    content: none;
}
footer .address a,footer .copylight {
    text-decoration: none;
    color: #fff;   
}

@media screen and (min-width:769px) {
.br { /*改行制御*/
    display: inline-block;}
    
    /*------------
	common
	------------*/
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
    body{
    min-height: 100vh; /* ←コンテンツの高さの最小値＝ブラウザの高さに指定 */
    position: relative;/* ←相対位置 */
    
    box-sizing: border-box;
    /* ↑ヘッダーやフッターを含むすべての要素の高さ＝min-height:100vhになるように指定 */}

    /*------------
	header
	------------*/
    header {
        position: fixed;
        width: 100%;
        z-index: 100;
        padding: 0 20px;
        text-align: center;
    }
    header .logo img {
        height: 60px;
        padding: 5px 0;
    }
    header h1 {
        font-size: 2.9rem;
    }
    header .logo-area {
        float: left;
    }
    header .logo {
        display: flex;
        width: auto;
    }
    header .logo p {
        margin: 20px 2%;
        padding: 10px;
        border: 2px solid #004da0;
        font-size: 1.6rem;
        width: 86px;
        color: #004da0;
    }
    
    /*------------
    hamburger-menu
    ------------*/
    .nav_wrap {
        position: static;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        background-color: transparent;
        transition: none;
    }

    .nav_wrap nav ul {
        flex-direction: row;
    }
    
    .nav_wrap nav ul li {
        max-width: 20vw;
    }

    .nav_wrap nav ul li a {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        height: 100%;
        padding: 15px;
        font-size: 2rem;
        white-space: nowrap;
        color: #004da0;
    }

    .nav_wrap button#hamburger_close {
        display: none;
    }
        /*------------
	content-box
	------------*/
    .content-box {
        width: 100%;
        margin-top: 0;
        padding: 52px 0 0;
    }

    .content-box h2 {
        font-size: 3rem;
        text-align: center;
        letter-spacing: 0.2rem;
        line-height: 4.2rem;
    }
    
/*------------
.content-box .type-page
(デフォルトテンプレート用CSS)
------------*/
.content-box .type-page{
    padding: 60px 2% 60px;
    }
.content-box .type-page h3{
    font-size: 1.8rem;
    padding: 16px;
    color: #302003;
    border-left: 10px solid #004da0;
    margin-bottom: 20px;
    letter-spacing: 3px;
    }
.content-box .type-page li{
    list-style: auto;
    font-size: 1.6rem;
    margin-left: 30px;
    margin-bottom: 10px;
}
.content-box .type-page ol{
    margin-bottom: 20px;
}
.content-box .type-page p{
    font-size: 1.6rem;
    margin-bottom: 20px;
    line-height: 2.4rem;
    text-align: justify;
    }    
/*------------
footer
------------*/

.footer-menu-area ul {
    flex-direction: row;
}
    
    footer {
        background-color: #004da0;
        padding: 0 4% 10px;
        color: #fff;
        text-align: center;
        /*position: absolute; ←絶対位置 */
        bottom: 0;
    }
    footer p img {
        width: 70%;
        margin: 0 auto;
        display: block;
        border-radius: 6px;
    }
    footer .logo {
        font-size: 2.6rem;
        display: block;
        font-weight: bold;
        padding-bottom: 20px;
    }
    footer .address {
        font-size: 1.2rem;
        line-height: 1.8rem;
        letter-spacing: 0.05rem;
        padding: 20px 0 20px;
        padding-bottom: 20px;
    }
    footer .address a {
        text-decoration: none;
        color: #fff;
    }
}