@charset "utf-8";
/* CSS Document */

/*
----------------------------------------- Common */
.formUnit__btnwrap {
 width: 296px;
 height: 100px;
 margin-top: 10px;
 display: flex;
 transition: all 0.3s linear;
}
.formUnit__btnwrap:hover {
 margin-left: -260px;
}
a.formUnit__btn--top {
 margin-top: 0;
 box-sizing: content-box;
 width: 25px;
}
.formUnit__btn__second {
 width: 110px;
}
.formUnit__btn__second__item {
 height: 50px;
 position: relative;
}
.formUnit__btn__second__item__title {
 width: 100%;
 height: 100%;
 background-color: #008481;
 color: #FFF;
 line-height: 1.4;
 padding: 6px 10px;
 font-size: 1.3rem;
 position: relative;
}
.formUnit__btn__second__item__title::after {
 content: "";
 background: url(../images/common/arrow_green_unit.png) no-repeat center center/ 6px auto;
 width: 6px;
 height: 12px;
 position: absolute;
 right: -6px;
 top: -webkit-calc(50% - 6px) ;
 top: calc(50% - 6px) ;
 z-index: 2;
}
.formUnit__btn__second__item__link {
 position: absolute;
 width: 150px;
 height: 100px;
 left: 110px;
 top: 0;
 background-color: #00716D;
 padding: 10px 0 10px 10px;
}
.formUnit__btn__second__item__link__item {
 font-size: 1.3rem;
 margin-top: 6px;
}
.formUnit__btn__second__item__link__item a {
 line-height: 1.4;
 color: #FFF;
 text-decoration: none;
}
.formUnit__btn__second__item__link__item a:hover {
 text-decoration: underline;
}
.formUnit__btn__second__item__link__item a::after {
 display: inline-block;
 content: ">";
 margin-left: 3px;
}
a.formUnit__btn__second__item--shomeisho {
 display: block;
 padding: 6px 10px;
 color: #FFF;
 background: #00845C url(../images/common/arrow_w_left.png) no-repeat 100px center / 6px auto;
 border-top: #00A49F solid 1px;
 border-right: #00A49F solid 1px;
 font-size: 1.3rem;
 line-height: 1.4;
 text-decoration: none;
 transition: all 0.3s linear;
}
a.formUnit__btn__second__item--shomeisho:hover {
 background-color: #009967;
}
/*
----------------------------------------- Page */

/*********************** Index ***************************/
.blockContentsTop {
 position: relative;
 height: 100vh;
}
.blockMainimg {
 height: 80%;
 height : -webkit-calc(100% - 140px) ;
 height : calc(100% - 140px) ;
 position: relative;
 display: flex;
}
.blockMainimg__left {
 width: 50%;
 background: url(../images/index/index_main_left.jpg) no-repeat left center;
 background-size: cover;
}
.blockMainimg__right {
 position: relative;
 width: 50%;
 background: url(../images/index/index_main_right.jpg) no-repeat center center;
 background-size: cover;
}
.mainimgTxt {
 position: absolute;
 left: -webkit-calc(50% - 188px) ;;
 left: calc(50% - 188px) ;;
 top: 40% ;
 top: -webkit-calc(50% - 90px) ;
 top: calc(50% - 90px) ;
}

/* Important Massage */
.importantMassageBox {
 /*position: absolute;*/
 /*bottom: 180px ;*/
 /*left:  -webkit-calc(50% - 500px) ;*/
 /*left:  calc(50% - 500px) ;*/
 display: flex;
 line-height: 1.5;
 width: 100%;

}
.importantMassageBox__ttl {
 width:20%;
 background-color: #EE2F1B;
 color: #FFF;
 font-size: 1.6rem;
 text-align: center;
 padding: 10px 0;
}
.importantMassageBox__body {
 background-color: #FFF;
 font-size: 1.4rem;
 padding: 10px 20px;
 width: 830px;
}

/*
.blockHeader--topPage {
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
}
*/

main { width: 100%;}

.contentsWrapper--top {
width: 100%;/*20240724*/
margin: 0;
padding: 0;
}

/* Index Pickup (仮) */
.indexPickupWrap {
 display: flex;
}
.indexPickup__item {
 width: 25%;
}

.blockContentsIndex {
box-sizing: border-box;
 padding: 30px 0 50px;
 width: 100%;
 max-width: 1000px;/*20250210*/
 margin: 0 auto;
}

/* Index News */
.ttlIndexNews {
 text-align: center;
 font-size: 3rem;
 vertical-align: middle;
 margin-bottom: 35px;
}
.ttlIndexNews__en {
 font-size: 1.4rem;
 margin-left: 10px;
 vertical-align: middle;
 color: #00498F;
}
.ttlIndexNews::before {
 content: "";
 display: inline-block;
 background: url(../images/common/glogo_mark.svg) no-repeat center center;
 background-size: 35px auto;
 width:35px;
 height: 28px;
 margin-right: 15px;
}
.indexNewsBox {
 width: 580px;
 float: left;
}
.tabBoxWrap {
 background: url(../images/index/bg_index_tab.jpg) no-repeat center bottom / 100% auto;
 text-align: center;
 margin-bottom: 40px;
}
.tab__item {
 background-color: #FFF;
 display: inline-block;
 width: 135px;
 height: 40px;
 line-height: 40px;
 text-align: center;
 color: #FFF;
 transition: all 0.3s linear;
 cursor: pointer;
}

.tab__item--all {color: #00498F;}
.tab__item--all:hover, .tab__item--all.active{ background-color: #00498F; color: #FFF;}

.tab__item--news {color: #00498F;}
.tab__item--news:hover, .tab__item--news.active{ background-color: #00498F; color: #FFF;}

.tab__item--admission { color: #00498F;}
.tab__item--admission:hover, .tab__item--admission.active { background-color: #00498F; color: #FFF;}

.tab__item--event { color: #00498F;}
.tab__item--event:hover, .tab__item--event.active { background-color: #00498F; color: #FFF;}

.tab__item--education {color: #00498F;}
.tab__item--education:hover,.tab__item--education.active { background-color: #00498F; color: #FFF;}

.tab__item--international {color: #00498F;}
.tab__item--international:hover,.tab__item--international.active { background-color: #00498F; color: #FFF;}

.tab__item--career {color: #00498F;}
.tab__item--career:hover,.tab__item--career.active { background-color: #00498F; color: #FFF;}


.newsTabContents:nth-child(2),
.newsTabContents:nth-child(3){
 display: none;
}
.newsDate {
 font-size: 1.4rem;
 float: left;
 clear: left;
 line-height: 1.5;
 /*margin: 0 0 10px;*/
}
.newsCatIcn {
 display: inline-block;
 margin-left: 15px;
 margin-right:15px;
 border: #00418E solid 2px;
 color: #00418E;
 font-size: 1.2rem;
 text-align: center;
 width:120px;
 vertical-align: top;
}
.newsTitle {
 padding-left: 13em;
 font-size: 1.4rem;
 line-height: 1.5;
 margin: 0 0 20px;
}
.newsTitle a {
 text-decoration: none;
}
.newsTitle a:hover {
 color: #00498F;
 text-decoration: underline;
}

.indexUpdateBox {
 width: 370px;
 float: right;
}
.ttlIndexUpdate {
 border-top: #00418E solid 3px;
 padding: 25px 0 5px 50px;
 margin-bottom: 27px;
 font-size: 2rem;
 background: url(../images/index/icn_update.png) no-repeat 5px 20px;
 background-size: 24px auto;
 color: #00418E;
}
.indexUpdateWrap {
 padding-left: 20px;
}
.updateDate {
 font-size: 1.4rem;
 float: left;
 clear: left;
 line-height: 1.5;
 /*margin: 0 0 10px;*/
}
.updateTitle {
 padding-left: 6em;
 font-size: 1.4rem;
 line-height: 1.5;
 margin: 0 0 20px;
}
.updateTitle a {
 text-decoration: none;
}
.updateTitle a:hover {
 color: #00498F;
 text-decoration: underline;
}

.indexNewsBtnBox {
 text-align: center;
 margin-top: 40px;
}
a.btnIndexNews {
 display: inline-block;
 color: #00418D;
 width: 140px;
 height: 40px;
 text-align: center;
 background-color: #E2EDFB;
 line-height: 40px;
 text-decoration: none;
}
a.btnIndexNews__list {
 margin-right: 40px;
}
a.btnIndexNews__list::before {
 margin-right: 10px;
 background: url(../images/index/icn_listbtn.png) no-repeat center center;
 background-size: 14px auto;
 display: inline-block;
 content: "";
 width: 14px;
 height: 12px;
 vertical-align: middle;
}
a.btnIndexNews__rss::before {
 margin-right: 10px;
 background: url(../images/index/icn_rss.png) no-repeat center center;
 background-size: 12px auto;
 display: inline-block;
 content: "";
 width: 12px;
 height: 12px;
 vertical-align: middle;
}

/* News Banner */
.indexNewsBnrBox {
 display: flex;
 /*
 -webkit-justify-content: space-between; 
 justify-content:         space-between;
 -webkit-flex-wrap: wrap; */
 flex-wrap:         wrap;
 margin-top: 20px;
}
.indexNewsBnr__item {
width: 19%;
 margin: 20px .5% 0 .5%;
 text-align: center;
}
.indexNewsBnr__item img {
    width: 100%;
    }

/* Index Banner */
.indexBnrBox {
width: 100%;/*20240724*/
 padding: 30px 0;
 background-color: #EEE;
}
.indexBnrWrap {
 width: 1000px;
 margin: 0 auto;
 display: flex;
 -webkit-justify-content: space-between; /* Safari */
 justify-content:         space-between;
}
.indexBnr__item {
 width: 226px;
}

/************** Gakuyukai ************/
/* index */
.hlLv02--gakuyu {
 font-size: 3rem;
 margin-bottom: 20px;
 font-weight: bold;
}
.spcl_gakuyuSecondBox {
 background: #EEE;
 padding: 30px;
 margin-top: 70px;
 text-align: center;
}
.spcl_gakuyuSecondBox__read {
 font-size: 1.8rem;
 margin-bottom: 30px;
 line-height: 1.4;
}
.spcl_gakuyuSecondBox__title {
 font-size: 2.4rem;
 margin-bottom: 30px;
 font-weight: bold;
 line-height: 1.4;
}

/* Gakuyukai News */
.spcl__gnewsTitleBox {
 display: flex;
 -webkit-justify-content: space-between; /* Safari */
 justify-content:         space-between;
 -webkit-align-items: center; /* Safari */
 align-items:         center;
 margin-top: 60px;
 margin-bottom: 40px;
}

.hlLv02--gnews {
 font-size: 1.8rem;
 font-weight: bold;
}
.spcl__gnewsTitleBox__date {
 font-size: 1.4rem;
}
.spcl__gnewsTitleBox__date__ttl {
 font-weight: bold;
}

.spcl__gnewsListBox {
 padding: 0 1.8rem;
 display: flex;
 -webkit-justify-content: space-between; /* Safari */
 justify-content:         space-between;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap:         wrap;
 margin-bottom: 50px;
}
.spcl__gnewsList__date {
 width: 14%;
 margin-top: 20px;
}
.spcl__gnewsList__item {
 width: 83%;
 margin-top: 20px;
}
.spcl__gnewsList__date:first-of-type,
.spcl__gnewsList__item:first-of-type {
 margin-top: 0;
}

/************** OB OG ************/
/******* List *******/
.contentsWrapper--ob_og {
 background-color: #003676;
 color: #FFF;
}
.blockSection--ob_ogList {
 padding-top: 0px;
 padding-bottom: 100px;
}
.spcl__obogReadBox {
 text-align: center;
 padding: 30px;
 border-bottom: #809BBB solid 1px;
 margin-bottom: 45px;
}
.obogListWrap {
 display: flex;
 -webkit-justify-content: space-between; /* Safari */
 justify-content:         space-between;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap:         wrap;

}
.obogListWrap--hidden {
 display: none;
 margin-top: 40px;
}
.obogList__item {
 width: 226px;
 margin: 40px 32px 0 0;
}
.obogList__item:nth-child(1),
.obogList__item:nth-child(2),
.obogList__item:nth-child(3),
.obogList__item:nth-child(4) {
 margin-top: 0;
}
.obogList__item:nth-child(4n) {
 margin-right: 0;
}
a.obogList__item__link {
 color: #FFF;
 text-decoration: none;
}
a.obogList__item__link:hover {
 color: #FFC926;
}
.obogList__item__img {
 background-color: #FFF;
}
.obogList__item__place {
 font-size: 1.8rem;
 margin-top: 15px;
}
.obogList__item__place__fss {
 font-size: 1.2rem;
 margin-right: 10px;
}
.obogList__item__title {
 line-height: 1.4;
 font-size: 1.6rem;
 font-weight: bold;
 margin-top: 5px;
}
.obogList__item__name {
 margin-top: 15px;
 font-size: 2.2rem;
}
.obogList__item__name__fss {
 font-size: 1.4rem;
}
.obogList__item__work {
 line-height: 1.4;
 font-size: 1.2rem;
 margin-top: 15px;
}

.obogListShowAll__btnBox {
 margin-top: 70px;
 text-align: center;
}

/******* Detail *******/
.obogDetailHead {
 display: flex;
 -webkit-justify-content: space-between; /* Safari */
 justify-content:         space-between;
 width: 1000px;
 margin: 0 auto;
}
.obogDetailHead__img,
.obogDetailHead__txt {
 width: 50%;
}
.blockSection--ob_ogDetail {
 padding-bottom: 100px;
}
.obogDetailHead__txt {
 background-color: #00498F;
 overflow: hidden;
 padding: 24px;
 color: #FFF;
 position: relative;
 letter-spacing: 0.1em;
}
.obogDetailHead__txt::after {
 content: "";
 background: url(../images/common/glogo_mark_w.svg) no-repeat center center / 158px auto;
 opacity: .1;
 position: absolute;
 right: -20px;
 bottom: -20px;
 z-index: 2;
 display: block;
 width: 158px;
 height: 125px;
}
.obogDetailHead__txt__place {
 font-size: 2.4rem;
}
.obogDetailHead__txt__place__fss {
 font-size: 1.6rem;
}
.obogDetailHead__txt__title {
 font-size: 3rem;
 font-weight: bold;
 margin-top: 10px;
 line-height: 1.4;
}
.obogDetailHead__txt__btm {
 position: absolute;
 left: 24px;
 bottom: 24px;
}
.obogDetailHead__txt__name {
 font-size: 3rem;
 font-weight: bold;
}
.obogDetailHead__txt__name__fss {
 font-size: 1.8rem;
 font-weight: normal;
}
.obogDetailHead__txt__work {
 font-size: 1.6rem;
 line-height: 1.4;
 margin-top: 15px;
}

.obogDetail_date {
 margin-top: 10px;
 text-align: right;
 font-size: 1.4rem;
}

.obogDetailBody {
 display: flex;
 -webkit-justify-content: space-between; /* Safari */
 justify-content:         space-between;
 margin-top: 40px;
}
.obogDetailBody__img {
 width: 312px;
}

/* Slick Dot */
/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
.obogDetailBody__img .slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.obogDetailBody__img .slick-dots
{
    position: absolute;
    bottom: -35px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.obogDetailBody__img .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 8px;
    padding: 0;

    cursor: pointer;
}
.obogDetailBody__img .slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.obogDetailBody__img .slick-dots li button:hover,
.obogDetailBody__img .slick-dots li button:focus
{
    outline: none;
}
.obogDetailBody__img .slick-dots li button:hover:before,
.obogDetailBody__img .slick-dots li button:focus:before
{
    opacity: 1;
}
.obogDetailBody__img .slick-dots li button:before
{
    font-family: 'slick';
    font-size: 14px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: #00498F;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.obogDetailBody__img .slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #00498F;
}
/* Slick Dot End */

.obogDetailBody__txt {
 width: 656px;
}

.obogDetailFoot {
 display: flex;
 -webkit-justify-content: space-between; /* Safari */
 justify-content:         space-between;
 -webkit-align-items: center; /* Safari */
 align-items: center;
 margin-top: 100px;
}
.obogDetailFoot__btnPrev a {
 font-size: 1.4rem;
 color: #333;
 text-decoration: none;
}
.obogDetailFoot__btnPrev a::before {
 content: "";
 background: url(../images/ob_og/btn_detail_prev.png) no-repeat center center / 56px auto;
 width: 56px;
 height: 56px;
 display: inline-block;
 vertical-align: middle;
 margin-right: 10px;
 transition: opacity 0.3s linear;
}
.obogDetailFoot__btnPrev a:hover::before {
 opacity: .7;
}
.obogDetailFoot__btnNext a {
 font-size: 1.4rem;
 color: #333;
 text-decoration: none;
}
.obogDetailFoot__btnNext a::after {
 content: "";
 background: url(../images/ob_og/btn_detail_next.png) no-repeat center center / 56px auto;
 width: 56px;
 height: 56px;
 display: inline-block;
 vertical-align: middle;
 margin-left: 10px;
 transition: opacity 0.3s linear;
}
.obogDetailFoot__btnNext a:hover::after {
 opacity: .7;
}

/* News Detail */
.newsDetailTitleBox {
 margin-top: 52px;
 border-left: #0F5496 solid 5px;
 padding-left: 12px;
 margin-bottom: 30px;
}
.newsDetailTitle__date {
 display: block;
 color: #666;
 font-size: 1.8rem;
 margin-bottom: 10px;
}
.hlLv01--newsDetail {
 color: #00498F;
 font-size: 3rem;
 line-height: 1.4;
}

/* Content Style */
.newsDetailContents p {
 font-size: 1.4rem;
 line-height: 1.8;
 margin-bottom: 2rem;
}
.newsDetailContents img {
 display: block;
 margin: 20px auto;
}
.newsDetailContents h2,
.newsDetailContents h3,
.newsDetailContents h4,
.newsDetailContents h5,
.newsDetailContents h6 {
 clear: both;
 font-weight: 700;
}
.newsDetailContents h2{
 font-size:2.2rem;
}
.newsDetailContents h3{
 font-size:1.8rem;
}
.newsDetailContents h4{
 font-size:1.4rem;
}

.newsDetailContents b,
.newsDetailContents strong {
 font-weight: 700;
}

.newsDetailContents dfn,
.newsDetailContents cite,
.newsDetailContents em,
i {
 font-style: italic;
}

.newsDetailContents blockquote {
 border-left: 4px solid #707070;
 border-left: 4px solid rgba(51, 51, 51, 0.7);
 color: #707070;
 color: rgba(51, 51, 51, 0.7);
 font-size: 18px;
 font-size: 1.8rem;
 font-style: italic;
 line-height: 1.6667;
 margin-bottom: 1.6667rem;
 padding-left: 0.7778rem;
}

.newsDetailContents blockquote p {
 margin-bottom: 1.6667rem;
}

.newsDetailContents blockquote > p:last-child {
 margin-bottom: 0;
}

.newsDetailContents blockquote cite,
.newsDetailContents blockquote small {
 color: #333;
 font-size: 15px;
 font-size: 1.5rem;
 font-family: "Noto Sans", sans-serif;
 line-height: 1.6;
}

.newsDetailContents blockquote em,
.newsDetailContents blockquote i,
.newsDetailContents blockquote cite {
 font-style: normal;
}

.newsDetailContents blockquote strong,
.newsDetailContents blockquote b {
 font-weight: 400;
}

.newsDetailContents address {
 font-style: italic;
 margin: 0 0 1.6rem;
}

.newsDetailContents code,
.newsDetailContents kbd,
.newsDetailContents tt,
.newsDetailContents var,
.newsDetailContents samp,
.newsDetailContents pre {
 font-family: Inconsolata, monospace;
 -webkit-hyphens: none;
 -moz-hyphens: none;
 -ms-hyphens: none;
 hyphens: none;
}

.newsDetailContents pre {
 background-color: transparent;
 background-color: rgba(0, 0, 0, 0.01);
 border: 1px solid #eaeaea;
 border: 1px solid rgba(51, 51, 51, 0.1);
 line-height: 1.2;
 margin-bottom: 1.6rem;
 max-width: 100%;
 overflow: auto;
 padding: 0.8rem;
 white-space: pre;
 white-space: pre-wrap;
 word-wrap: break-word;
}

.newsDetailContents abbr[title] {
 border-bottom: 1px dotted #eaeaea;
 border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
 cursor: help;
}

.newsDetailContents mark,
.newsDetailContents ins {
 background-color: #fff9c0;
 text-decoration: none;
}

.newsDetailContents sup,
.newsDetailContents sub {
 font-size: 75%;
 height: 0;
 line-height: 0;
 position: relative;
 vertical-align: baseline;
}

.newsDetailContents sup {
 bottom: 1ex;
}

.newsDetailContents sub {
 top: .5ex;
}

.newsDetailContents small {
 font-size: 75%;
}

.newsDetailContents big {
 font-size: 125%;
}

.newsDetailContents hr {
 background-color: #eaeaea;
 background-color: rgba(51, 51, 51, 0.1);
 border: 0;
 height: 1px;
 margin-bottom: 1.6rem;
}

.newsDetailContents ul,
.newsDetailContents ol {
 margin: 0 0 1.6rem 1.3333rem;
}

.newsDetailContents ul {
 list-style: disc;
}

.newsDetailContents ol {
 list-style: decimal;
}

.newsDetailContents li > ul,
.newsDetailContents li > ol {
 margin-bottom: 0;
}

.newsDetailContents dl {
 margin-bottom: 1.6rem;
}

.newsDetailContents dt {
 font-weight: bold;
}

.newsDetailContents dd {
 margin-bottom: 1.6rem;
}

.newsDetailContents table,
.newsDetailContents th,
.newsDetailContents td {
 border: 1px solid #eaeaea;
 border: 1px solid rgba(51, 51, 51, 0.1);
}

.newsDetailContents table {
 border-collapse: separate;
 border-spacing: 0;
 border-width: 1px 0 0 1px;
 margin: 0 0 1.6rem;
 table-layout: fixed; /* Prevents HTML tables from becoming too wide */
 width: 100%;
}

.newsDetailContents caption,
.newsDetailContents th,
.newsDetailContents td {
 font-weight: normal;
 text-align: left;
}

.newsDetailContents th {
 border-width: 0 1px 1px 0;
 font-weight: 700;
}

.newsDetailContents td {
 border-width: 0 1px 1px 0;
}

.newsDetailContents th, td {
 padding: 0.4rem;
}

.newsDetailContents figure {
 margin: 0;
}

.newsDetailContents del {
 opacity: 0.8;
}

/************** Library ************/
/* Library Local Navi */
.localNaviTitle--library {
 height: 86px;
 border: #CCC solid 1px;
}
.localNaviTitle__txt--library {
 height: 86px;
 font-size: 1.8rem;
}

.blockLocalNavi--library {
 padding-top: 33px;
}
/* Local Navi Calender */
.libraryLocalNavCalenderBox {
 background-color: #F8F8F1;
 padding: 12px;
 margin-bottom: 22px;
}
.libraryLocalNavCalenderBox__title {
 text-align: center;
 font-size: 1.6rem;
 font-weight: bold;
 margin-bottom: 12px;
}
.libraryLocalNavCalenderBox__calender__tbl {
 width: 100%;
 font-size: 1.2rem;
 border-collapse: collapse;
}
.libraryLocalNavCalenderBox__calender__tbl caption {
 font-size: 1.4rem;
 margin-bottom: 12px;
}
.libraryLocalNavCalenderBox__calender__tbl th {
 padding: 0 0 5px;
 font-weight: normal;
 border-bottom: #CCC solid 1px;
}
.libraryLocalNavCalenderBox__calender__tbl td {
 height: 29px;
 vertical-align: middle;
 text-align: center;
}
.libraryLocalNavCalenderBox__calender__tbl .sun,
.libraryLocalNavCalenderBox__calender__tbl .ph {
 color: #F00;
}
.libraryLocalNavCalenderBox__calender__tbl .sat {
 color: #006DD9;
}
.libraryLocalNavCalenderBox__calender__tbl .holiday {
 background-color: #F0D5B5;
}
.libraryLocalNavCalenderBox__calender__tbl .changetime {
 background-color: #BAE6CB;
}
.libraryLocalNavCalenderBox__time {
 margin-top: 10px;
 font-size: 1.2rem;
 line-height: 1.4;
}
.libraryLocalNavCalenderBox__datetype {
 margin-top: 10px;
}
.libraryLocalNavCalenderBox__datetype__item {
 font-size: 1.2rem;
 margin-top: 5px;
}
.libraryLocalNavCalenderBox__datetype__item:first-child {
 margin-top: 0;
}
.libraryLocalNavCalenderBox__datetype__item::before {
 content: "";
 display: inline-block;
 width: 20px;
 height: 20px;
 margin-right: 10px;
 vertical-align: middle;
}
.libraryLocalNavCalenderBox__datetype__item--close::before {
 background-color: #F0D5B5;
}
.libraryLocalNavCalenderBox__datetype__item--changetime::before {
 background-color: #BAE6CB;
}


/* Library Top */
.libraryIndexCalenderBox {
 background-color: #F8F8F1;
 padding: 40px;
}
.libraryIndexCalender__title {
 text-align: center;
 font-size: 2rem;
 font-weight: bold;
 margin-bottom: 40px;
}
.libraryIndexCalenderBox__calenderWrap {
 display: flex;
 -webkit-justify-content: space-between; /* Safari */
 justify-content:         space-between;
 margin-bottom: 40px;
}
.libraryIndexCalenderBox__calender__item {
 width: 315px;
}
.libraryIndexCalenderBox__calender__tbl {
 width: 100%;
 font-size: 1.4rem;
 border-collapse: collapse;
}
.libraryIndexCalenderBox__calender__tbl caption {
 font-size: 1.6rem;
 margin-bottom: 25px;
}
.libraryIndexCalenderBox__calender__tbl th {
 padding: 0 0 15px;
 font-weight: normal;
 border-bottom: #CCC solid 1px;
}
.libraryIndexCalenderBox__calender__tbl td {
 height: 45px;
 vertical-align: middle;
 text-align: center;
}
.libraryIndexCalenderBox__calender__tbl .sun,
.libraryIndexCalenderBox__calender__tbl .ph {
 color: #F00;
}
.libraryIndexCalenderBox__calender__tbl .sat {
 color: #006DD9;
}
.libraryIndexCalenderBox__calender__tbl .holiday {
 background-color: #F0D5B5;
}
.libraryIndexCalenderBox__calender__tbl .changetime {
 background-color: #BAE6CB;
}
.libraryIndexCalenderBox__datetype {
 margin-top: 15px;
}
.libraryIndexCalenderBox__datetype__item {
 display: inline-block;
 margin-left: 30px;
}
.libraryIndexCalenderBox__datetype__item:first-child {
 margin-left: 0;
}
.libraryIndexCalenderBox__datetype__item::before {
 content: "";
 display: inline-block;
 width: 20px;
 height: 20px;
 margin-right: 10px;
 vertical-align: middle;
}
.libraryIndexCalenderBox__datetype__item--close::before {
 background-color: #F0D5B5;
}
.libraryIndexCalenderBox__datetype__item--changetime::before {
 background-color: #BAE6CB;
}
.blockSection--library {
 padding: 0;
}
.blockThirdSection__inner {
 padding: 0 20px;
}
.hlLv03--librarynews--link a::after {
 content: "お知らせ一覧";
 background: url(../images/common/arrow_left_w.png) no-repeat right center / 7px auto;
 width: auto;
 height: auto;
 display: block;
 top: -webkit-calc(50% - 8px);
 top: calc(50% - 8px);
 right: 10px;
 position: absolute;
 padding-right: 15px;
 font-size: 1.4rem;
}
.newsList__date {
 float: left;
 clear: left;
 margin-bottom: 15px;
 font-size: 1.4rem;
 line-height: 1.4;
}
.newsList__body {
 padding-left: 9rem;
 margin-bottom: 15px;
 font-size: 1.4rem;
 line-height: 1.4;
}

/* info */
.spcl__library__list {
 margin-bottom: 10px;
}
.spcl__library__list__item {
 display: inline-block;
 margin-left: 30px;
 font-size: 1.4rem;
 font-weight: bold;
}
.spcl__library__list__item__txtred {
 color: #F00;
}
.spcl__library__list__item:first-child {
 margin-left: 0;
}

/* e-Book */
.spcl__ebookmaruzen {
 display: flex;
 align-items: center;
 padding: 30px 0;
 border-bottom: #CCC solid 1px;
}
.spcl__ebookmaruzen__bnr {
 width: 120px;
 margin-right: 20px;
}
.spcl__titleList {
 margin-bottom: 30px;
 font-size: 1.6rem;
 line-height: 2;
 word-break: break-all;
}
.spcl__titleList__item {
 margin-left: 5px;
 color: #00498F;
 cursor: pointer;
}
.spcl__titleList__item:first-child,
.spcl__titleList__item[data-tabid="jp_ta"],
.spcl__titleList__item[data-tabid="jp_ma"] {
 margin-left: 0;
}
.spcl__titleList__item::before {
 content: "|";
 padding-right: 5px;
}
.spcl__titleList__item:first-child::before,
.spcl__titleList__item[data-tabid="jp_ta"]::before,
.spcl__titleList__item[data-tabid="jp_ma"]::before {
 display: none;
}
.ebook_searchtitle {
 margin-bottom: 30px;
 display: none;
}
.ebook_searchtitle.active {
 margin-bottom: 30px;
 display: block;
}
.spec__ebookListWrap {
 padding: 0 20px;
 display: none;
}
.spec__ebookListWrap.active {
 display: block;
}
.spec__ebookList__item {
 margin-top: 15px;
}
.spec__ebookList__item::first-child {
 margin-top: 0;
}

/************** Form ************/
.blockSection--form {
 padding: 0 0 100px;
}
.clm01LlWrap {
 width: 1000px;
 margin: 0 auto;
}

.formInnerBox {
 margin-top: 50px;
}
/* FormTable */
.modFormTable {
 width: 100%;
 font-size: 1.4rem;
 border-collapse: collapse;
 line-height: 1.6;
}
.modFormTable th {
 background: #E8F4FF;
 padding: 1.4rem 1.8rem;
 border-top: #DDD solid 1px;
 border-bottom: #DDD solid 1px;
 width: 312px;
 text-align: left;
 font-weight: normal;
 vertical-align: top;
}
.modFormTable .must {
 display: block;
 position: relative;
 padding-right: 30px;
}
.modFormTable .must::after {
 content: "必須";
 color: #FFF;
 background-color: #D90000;
 display: block;
 font-size: 1.2rem;
 padding: 2px 5px;
 position: absolute;
 top: 0;
 right: 0;
}
.modFormTable td {
 padding: 1.4rem 1.8rem;
 border-top: #DDD solid 1px;
 border-bottom: #DDD solid 1px;
}
.modFormTable td.vam {
 vertical-align: middle;
}
.formRequestWrap {
 display: table;
 width: 100%;
 margin-top: 20px;
}
.formRequestWrap:first-child {
 margin-top: 0;
}
.formRequest__item {
 display: table-cell;
 vertical-align: middle;
}
.formRequest__item--btn {
 text-align: right;
 width: 40%;
}
.formRequest__btn {
 color: #FFF;
 text-decoration: none;
 background: #00498F url(../images/common/bg_hllv3_btn.png) repeat left top;
 display: inline-block;
 border-radius: 5px;
 font-size: 1.4rem;
 transition: all 0.3s linear;
 text-align: center;
 padding: 5px 10px;
 cursor: pointer;
}
.formRequest__btn:hover {
 opacity: .7;
}
.formBtnBox {
 text-align: center;
 margin-top: 50px;
}
.form__checkList__item {
 display: inline-block;
 margin-right: 10px;
}

/* Form Parts */
/* Text */
.fp__inputTxt {
 font-family: Arial, Helvetica, Verdana, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
 padding: 5px 10px;
 height: 30px;
 box-sizing: border-box;
 border: #CCC solid 1px;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 border-radius: 0px;
 font-size: 1.4rem;
}
.fp__inputTxt--half {
 width: calc(50% - 10px);
}
.fp__inputTxt--half:first-child {
 margin-right: 8px;
}
.fp__inputTxt--full {
 width: 100%;
}
.fp__inputTxt--zip01 {
 width: 80px;
 margin: 0 5px;
}
.fp__inputTxt--zip02 {
 width: 100px;
 margin: 0 5px;
}

/* Select */
.fp__select__label {
 position: relative;
 display: inline-block;
}
.fp__select__label::after {
 content: "▼";
 display: block;
 position: absolute;
 top: calc(50% - 8px);
 right: 5px;
 font-size: 1.2rem;
}
.fp__select {
 font-family: Arial, Helvetica, Verdana, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
 height: 30px;
 border: #CCC solid 1px;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 padding-right: 20px;
 padding-left: 5px;
 border-radius: 0px;
 font-size: 1.4rem;
}

/* Textarea */
.fp__textarea {
 font-family: Arial, Helvetica, Verdana, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
 font-size: 1.4rem;
 border: #CCC solid 1px;
 padding: 10px;
 width: 100%;
 box-sizing: border-box;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 border-radius: 0px;
}

/* Submit */
input[type="submit"] {
 font-family: Arial, Helvetica, Verdana, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
 font-size: 1.8rem;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 border: none;
 /*height: 160px;*/
}














