@charset "UTF-8";
/* CSS Document */
html{
  scroll-behavior: smooth;
}
body{
	background-color: #ececec;
	font-family: 游明朝, HG明朝E, "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 14px;
}
header, .mainv{
    max-width: 860px;
    margin: auto;
}
header{
    margin: 20px auto 10px auto;
}
nav{
    background-color: #022433;
    width: 100%;
}
a{
    color:#0852A0;
}

a img:hover { opacity: 0.6; filter: brightness(103%); }
img { -webkit-transition: all .3s; transition: all .3s;}
a:hover {
   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

main{
    margin: 20px auto;
}
#sitelogo{
    max-width: 35%;
}
ul.gnavi {
    list-style-type: none;
    min-height: 50px;
    padding: 0;
    font-size: 14px;
    display: flex;
    max-width: 860px;
    margin: 0 auto;
}
ul.gnavi li {
    list-style-type: none;
    height: 50px;
    list-style-position: inside;
    margin: 0;
    display: inline;
    color: #fff;
    border-right:1px solid #657a83;
    background-color:#022433;
}

ul.gnavi li a, ul.gnavi li a:link, ul.gnavi li a:active, ul.gnavi li a:visited {
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    min-height: 50px;
    width: 100%;
    display: inline-block;
    padding: 0 20px;
}
ul.gnavi li a:hover{
    background-color: #304c58;
}
img.mainv{
    max-width: 860px;
    width: 100%;
    background-color: #011f2c;
    margin: auto;
}
.design01{
    width: 100%;
}
.design00{
    background-color: #011f2c;
    height: 70px;
    width: 100%;
    display: block;
    margin-top: 15px;
}
.content00{
    width: 100%;
}
.content01{
    max-width: 860px;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    margin: 20px auto;

}
.content01 div{
    width: 33%;
    margin-bottom: 15px;
}
.content01 div img{
    width: 100%;
}
.banner{
    max-width: 860px;
    margin: 80px auto 0 auto;
    display: flex;
}
img.logo01{
    margin-right: 20px;
}

footer{
    border-top: 1px solid #b1b0b0;
    margin-bottom: 20px;
}
ul.ftnavi{
    max-width: 860px;
    margin: auto;
    padding-top: 30px;
    display: flex;
    list-style: none;
    list-style-position: inside;
    justify-content: flex-end;
}
ul.ftnavi li{
    padding: 0 15px;
    border-right: 1px solid #022433;
}
ul.ftnavi li:last-child{
    border-right: 0px;
}
ul.ftnavi li a, ul.ftnavi li a:link, ul.ftnavi li a:visited{
    color: #022433;
    font-size: 12px;
    text-decoration: none;
}
ul.ftnavi li a:hover{
    color:#0086C1;
}
.copyright{
    max-width: 860px;
    margin: 20px auto;
    font-size: 10px;
    color: #728187;
    text-align: right;
    padding-bottom: 10px;
}

h1{
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    display: block;
    margin: 40px auto 30px auto;
}
h1:after{
    content: "";
    text-align: center;
    display: block;
    border-bottom: 3px solid #011f2c;
    width:60px;
    margin: 10px auto 0 auto;
    
}
h2{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
h3{
    background-image: url("/images/icon01.svg");
    background-repeat: no-repeat;
    background-position: 0px 8px;
    color: rgb(25, 74, 94);
    font-family: 游明朝, HG明朝E, "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 35px;
    text-indent: 35px;
    font-size: 16px ;
    border-bottom: 1px solid rgb(25, 74, 94);
    margin: 20px 0px;
}
h4{
    font-size: 14px;
    margin: 20px 0 10px 0;
}
h5{
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0;
}
p{
    font-size: 16px;
}

.profile00{
    max-width: 860px;
    margin: auto;
}
.profile01{
    display: flex;
}
.profile02{
    margin-right: 30px;
    width: 33%;
}
.profile01 p{
    width: 67%;
}
.profile02 img{
    width: 100%;
}
.profile03{
    display: flex;
    text-align: right;
    justify-content: flex-end;
}
.profile04{
    margin-bottom: 30px;
}
.profile04 p{
    line-height: 36px;
    padding-left: 15px;
}
ul.timeline {
    list-style: none;
    margin: 40px 0 60px 0;
}
ul.timeline li{
    display:flex;
}
.timeline-content {
    width: 75%;
    border-left: 3px #56676c solid;
    padding-left: 30px;
}
.timeline-content p{
    padding: 0 0 20px 0;
    line-height: 22px;
    font-size: 14px;
}
.timeline-date {
    width: 110px;
    margin-top: 15px;
    font-size: 20px;
    color: #4d6379;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif";
}
h4.pdflink{
    display: flex;
}
h4.pdflink a{
    margin-left: 8px;
}
h4.pdflink a img{
    width: 18px;
}
.profile04 ul, .information01 ul{
    margin-left: 20px;
    list-style-image: url("/images/arrow01.svg");
    line-height: 24px;
    font-weight: bold;
}
.profile04 ul li{text-indent: 3px;}
img.outerlink{
    display: inline-block;
    padding-left: 5px;
}
.banner01{
    width: 150px;
    padding: 10px;
    margin: 10px 0 15px 20px;
    border: 1px solid #CCC;
    background-color: #fff;
}
.bookimg{
    margin: 15px 0;
}
table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: gray;
    margin-bottom: 40px;
    margin-top: 10px;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
    font-size: 14px;
}
td, th {
    border: 1px solid #D7E0E9;
    padding: 7px 15px;
    text-align: left;
    font-weight: normal;
}
th{
    background-color: #E9F2FA;
    border: none;
    border-left: 7px solid #5292D5;
}
a.pdflink img{
    display: inline-block;
    width: 18px;
    margin: auto 0 0 3px;
}

.information01{
    max-width: 860px;
    margin: auto;
}
.information01 p.top, .partner01 p.top{
    font-size: 16px;
    line-height: 28px;
    margin: 10px 0 30px;
    padding: 15px;
    background: #eff2f6;
}
.information01 h4{
    line-height: 35px;
    text-indent: 10px;
    font-size: 16px !important;
    color: rgb(65, 125, 149) !important;
    margin: 20px 10px;
    border-bottom: 1px dashed rgb(161, 182, 190);
}
.information01 h3{
    margin-top: 80px;
}
.information01 h3.lessmgn{
    margin: 20px 0 0 0;
}
.partner01 h3{
    background-image: url("/images/nameborder.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    text-indent: 0;
    line-height: 40px;
    padding-bottom: 5px;
    border:0;
    color: #000;
}
.partner01 p{
    font-size: 14px;
}

ul.sucli li {
    margin-bottom: 30px;
}
img.illust{
    max-width: 80%;
}

.access01, .access02, .partner01{
    max-width: 860px;
    margin: 0 auto 30px;
}

.booklink{
    display: inline-block;
    margin-left: 3px;
}

.gototop{
    max-width: 860px;
    margin: auto;
    text-align: right;
    line-height: 24px;
}
.gototop img{
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-bottom: -3px;
}
.gototop a{
    text-decoration: none;
}

/* トップへ戻るボタン */
.page_top_btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-weight: bold;
    padding: 0.7em;
    text-align: center;
    background: rgb(255, 0, 0);
    color: #fff;
    transition: 0.3s0;
    text-decoration: none;
}

/* マウスオーバー時 */
.page_top_btn:hover {
  background: rgb(255, 0, 0, 0.8);
  color: rgb(255, 255, 255, 0.8);
}


    .slider{
        width:100%;
        margin:0 auto;
    }
    .slider img{
        width:100%;
    }
    .slider .slick-slide{
        height:auto!important;
    }




@media screen and (max-width:859px){
    header, .mainv{
        width: 100%;
        margin: 0;
    }
    #sitelogo{
        max-width: 75%;
        margin: auto;
    }
    nav{
        overflow-x: auto;
    }
    ul.gnavi {
        max-width:100%;
        width : max-content;
    }
    ul.gnavi li{
        white-space: nowrap;
    }
    .content01{
        max-width: 100%;
        justify-content: space-around;
    }
    .content01 div{
        width: 45%;
    }
    .banner, .gototop{
        max-width: 100%;
        padding: 0 10px;
        display: block;
    }
    .banner img.logo01, .banner img.logo02 {
        display: block;
        height: 40px;
        width: auto;
        margin-bottom: 10px;
    }
    .copyright{
        text-align: center;
    }
    ul.ftnavi{
        max-width: 100%;
        margin: auto;
        padding-top: 30px 10px;
        display: block;
        list-style: none;
        list-style-position: inside;
        justify-content:center;
    }
    ul.ftnavi li{
        text-align: center;
        font-size: 16px;
        line-height: 28px;
    }
    .profile00{
        max-width: 100%;
        padding: 0 10px;
    }
    .profile01{
        display: block;
    }
    .profile01 p{
        width: 100%;
        margin-top: 20px;
    }
    .information01{
        max-width: 100%;
        padding: 0 10px;
    }
    .access01, .access02, .partner01{
        max-width: 100%;
        padding: 0 10px;
    }

}