@charset "UTF-8";

.fwr-tag-html,
.fwr-tag-body,
.fwr-tag-p,
.fwr-tag-img,
.fwr-tag-dl,
.fwr-tag-dt,
.fwr-tag-dd,
.fwr-tag-ul,
.fwr-tag-li,
.fwr-tag-table,
.fwr-tag-tr,
.fwr-tag-th,
.fwr-tag-td,
.fwr-tag-nav {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    -webkit-text-size-adjust: 100%;
}

.fwr-tag-html {
    font-size: 62.5%;
    line-height: 1.6;
}

/******************Media Queries******************/
@media screen and (min-width: 737px) {
    .fwr-tag-html {
        font-size: 62.5%;
    }
}

.fwr-tag-body {
    color: #333;
    font-family: 'Noto Sans JP', 'Noto Sans Japanese', sans-serif;
    font-weight: 300;
    font-size: 1.6rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow: visible !important;
}

.fwr-footerFixed {
    min-height: 100vh; /* ←コンテンツの高さの最小値＝ブラウザの高さに指定 */
    position: relative; /* ←相対位置 */
    padding-bottom: 60px; /* ←フッターの高さを指定 */
    box-sizing: border-box;
    /* ↑ヘッダーやフッターを含むすべての要素の高さ＝min-height:100vhになるように指定 */
    background: #e0eef6;
}

/*---------------------------------------------------
.fwr-page-header
----------------------------------------------------*/
.fwr-page-header {
    /*display: flex;
    flex-wrap: wrap;
    justify-content: space-between;*/
    width: 100%;
    padding: 1.0rem;
    box-sizing: border-box;
}

    .fwr-page-header p img {
        vertical-align: top;
    }


    .fwr-page-header nav ul {
        margin: 0 auto;
    }

        .fwr-page-header nav ul li::after {
            font-family: "Font Awesome 5 Free";
            content: '\f35d';
            font-weight: 900;
            margin-left: .5em;
        }

        .fwr-page-header nav ul li.fwr-icon-none::after {
            content: "";
        }

    .fwr-page-header p img {
        vertical-align: top;
    }

/******************Media Queries******************/
@media screen and (min-width: 737px) {
    .fwr-page-header {
        /*display: flex;*/
        align-items: center;
        min-height: 110px;
        position: relative;
    }

        .fwr-page-header .fwr-tag-p {
            z-index: 2;
        }
}

/******************Media Queries******************/
@media screen and (max-width: 900px) {
    /*header*/
    /*sp*/
    .fwr-page-header nav ul li {
        padding: 1.0rem;
        /*border-bottom: 1px dotted #fff;*/
        font-size: 1.4rem;
    }

        .fwr-page-header nav ul li::before {
            font-family: "Font Awesome 5 Free";
            content: '\f054';
            font-weight: 900;
            margin-right: .5em;
        }

        .fwr-page-header nav ul li a {
            color: #fff;
            text-decoration: none;
            font-weight: 700;
        }

            .fwr-page-header nav ul li a:hover {
                opacity: .8;
            }
}

/******************Media Queries******************/
@media screen and (min-width: 901px) {
    /*header*/
    .fwr-page-header {
        display: flex;
        align-items: center;
    }

        .fwr-page-header nav ul li:not(:last-child) {
            margin-right: 5.0rem;
            font-size: 1.4rem;
        }

        .fwr-page-header nav ul li::after {
            color: #116095;
        }

        .fwr-page-header nav ul li a {
            display: inline-block;
            font-weight: normal;
        }

            .fwr-page-header nav ul li a::after {
                position: absolute;
                bottom: .3em;
                left: 0;
                content: '';
                width: 100%;
                height: 1px;
                background-color: #116095;
                opacity: 0;
                transition: .3s;
            }

            .fwr-page-header nav ul li a:hover {
                opacity: .8;
            }

        .fwr-page-header .fwr-tag-p {
            z-index: 2;
            position: absolute;
        }
}


/*データ設定リンク用スタイル*/
.fwr-page-header nav ul li:not(:last-child).fwr-data-set {
    margin-right: 12rem;
    border-bottom: 1px solid orangered;
    padding: 0 1rem;
}

    .fwr-page-header nav ul li:not(:last-child).fwr-data-set:hover {
        opacity: 0.7;
    }


/*---------------------------------------------------
content
----------------------------------------------------*/
.fwr-content {
    background: #e0eef6;
    padding: 5.0rem 0;
    display: flex;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
}

.fwr-content-inner-mypage {
    max-width: 1100px !important;
    width: 94% !important;
    margin: 0 auto !important;
    background: #fff;
    padding: 10px 3%;
    box-sizing: border-box;
}

/*Layout */
.fwr-content .fwr-content-inner {
    margin: 0;
    width: 100%;
}


/******************Media Queries******************/
@media screen and (min-width: 737px) {
    .fwr-content {
        flex-wrap: nowrap;
    }

        .fwr-content .fwr-content-inner {
            max-width: 800px;
            width: 100%;
            flex: 1;
        }
}

/*------------------------------------------------------
content-tit
--------------------------------------------------------*/
.fwr-content-tit {
    text-align: center;
    margin-bottom: 2.0rem;
}

.fwr-content .fwr-accordion-box {
    margin-bottom: 2.0rem;
}



.fwr-page-footer {
    background: #116095;
    color: #fff;
    text-align: center;
    padding: 1.0rem 0;
    font-size: 1.2rem;
}

.fwr-content-inner-mypage {
    max-width: 1100px !important;
    width: 94% !important;
    margin: 0 auto !important;
    background: #fff;
    padding: 10px 3%;
    box-sizing: border-box;
}


/*------------------------------------------------------
content-tit
--------------------------------------------------------*/
.fwr-content-tit {
    text-align: center;
    margin-bottom: 2.0rem;
}

.fwr-head-border {
    position: relative;
    display: inline-block;
    padding: 0 4.0rem;
    font-size: 2.0rem;
    font-weight: 400;
    color: #116095;
    margin: 2.0rem 1.0rem 0 1.0rem;
}

    .fwr-head-border::before,
    .fwr-head-border::after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 40px;
        height: 2px;
        background-color: #116095;
    }

    .fwr-head-border::before {
        left: 0;
    }

    .fwr-head-border::after {
        right: 0;
    }

/******************Media Queries******************/
@media screen and (min-width: 737px) {
    .fwr-head-border {
        font-size: 3.0rem;
        padding: 0 65px;
        margin: 0 1.0rem 0 1.0rem;
    }
}

.fwr-pagesubtit .fwr-head-border {
    margin: 0 auto;
    max-width: 75%;
}


/******************Media Queries******************/
@media screen and (min-width: 737px) {
    .fwr-page-header .fwr-tag-p {
        z-index: 2;
    }
}


/******************Media Queries******************/
@media screen and (min-width: 901px) {
    .fwr-page-header .fwr-tag-p {
        z-index: 2;
        position: absolute;
    }
}

/*---------------------------------------------------
text-align
----------------------------------------------------*/
.fwr-talign-c {
    text-align: center;
}




.fwr-base-table-container tbody td.fwr-talign-c {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}





.fwr-before-new-line1::before,
.fwr-before-new-line2::before,
.fwr-before-new-line3::before,
.fwr-after-new-line1::after,
.fwr-after-new-line2::after,
.fwr-after-new-line3::after {
    display: block;
    content: "";
    font-size: 1.4rem;
    min-width: 1px;
}



.fwr-before-new-line1::before,
.fwr-after-new-line1::after,
.fwr-after-new-line2::after {
    height: calc(1em * 1.6);
}

.fwr-after-new-line1:last-child::after {
    height: 0 !important;
}

@media screen and (min-width: 737px) {
    .fwr-before-new-line1::before,
    .fwr-before-new-line2::before,
    .fwr-before-new-line3::before,
    .fwr-after-new-line1::after,
    .fwr-after-new-line2::after,
    .fwr-after-new-line3::after {
        font-size: 1.6rem;
    }
}


/*---------------------------------------------------
font/icon color
----------------------------------------------------*/
.fwr-fc-red {
    color: #c40614;
}

/*---------------------------------------------------
アラート
----------------------------------------------------*/
.fwr-alert-info {
    background: #efefef;
    padding: 1.0rem;
    margin-bottom: 5.0rem;
    line-height: 1.6;
}

.fwr-alert-info-center {
    background: #efefef;
    padding: 2.0rem;
    margin-bottom: 5.0rem;
    line-height: 1.6;
    text-align: center;
}

.fwr-alert-info.fwr-caution {
    background: #fffedc;
    border: 1px solid #c10811;
}

.fwr-content .fwr-alert-info {
    margin-bottom: 2.0rem;
}

/******************Media Queries******************/
@media screen and (min-width: 737px) {
    .fwr-alert-info {
        padding: 2.0rem;
    }
}

/*---------------------------------------------------
注意事項等
----------------------------------------------------*/
.fwr-alert-info-bggr {
    background: #f4f4f4;
    padding: 2.0rem;
    margin-bottom: 5.0rem;
    line-height: 1.6;
    max-width: 1100px;
    margin: 0 auto 20px auto;
    box-sizing: border-box;
}

header {
    background: #fff;
}

footer {
    position: absolute; /* ←絶対位置 */
    bottom: 0;
    text-align: center;
    width: 100%;
}