﻿@charset "UTF-8";

/*----------------------------------------------------------------default*/
html {
    font-size: 62.5%;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.5s;
    /*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
    transition: 0.5s;
}

p {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: top;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
    padding: 0;
}


table {
    border-collapse: collapse;
}

input {
    cursor: pointer;
}

/*----------------------------------------------------------------fade*/
a,
input {
    transition: .3s ease-in-out;
}

a:hover,
input:hover {
    color: #20b1e1;
    opacity: .7;
    filter: alpha(opacity=70);
}


/*===============================================================スマホ*/
body {
    margin: 0;
    padding: 0;
    background: #f5f5dc;

    color: #444;
    font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}


header {
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 45px;
    margin: -45px 0 0;
    background: #f5f5dc;
}

header .logo {
    position: absolute;
    top: 7px;
    left: 3%;
    width: 170px;
}

header h1+i {
    display: block;
    position: absolute;
    top: 14px;
    right: 45px;
    font-size: 1.8rem;
    cursor: pointer;
}


header .menu {
    position: fixed;
    z-index: 4;
    top: 45px;
    right: 0;
    width: 250px;
    height: auto;
    background: rgba(255, 255, 255, .9);
}


header .btn-menu {
    position: absolute;
    top: -33px;
    right: 20%;
    width: 25px;
    height: 25px;
    border: 1px solid #656565;
    border-radius: 5px;
}

header .btn-menu span {
    display: block;
    position: absolute;
    left: 5px;
    width: 15px;
    border-bottom: solid 2px #656565;
}

header .btn-menu span:nth-child(1) {
    top: 6px;
}

header .btn-menu span:nth-child(2) {
    top: 12px;
}

header .btn-menu span:nth-child(3) {
    top: 18px;
}

header .header-menu {
    display: none;
}


header .header-menu .global {
    margin: 0 0 15px;
    text-align: center;
}

header .header-menu .global ul {
    text-align: left;
    margin-left: 20px;
}

header .header-menu .global li {
    border-bottom: 1px solid #959595;
}

header .header-menu .global li a {
    display: block;
    height: 45px;
    font-size: 1.5rem;
    line-height: 30px;
}



main {
    margin: 45px 0 0;
}

main .inner {
    width: 600px;
    max-width: 95%;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
}

main label {
    font-size: 1.4rem;
}

section {
    padding: 5px 5px;
}

.inner h2 {
    font-size: 1.6rem;
    color: #1d7a9e;
    border: solid #2c8fb6 1px;
    font-weight: normal;

}

.inner h3{    
    font-size: 1.4rem;
    color: #34427e;
    font-weight: normal;
    border-left: 5px solid #34427e;
    padding-left: 7px;   
}
.inner h4 {
    font-size: 1.6rem;
    font-weight: normal;
}

.inner h4::first-letter {
    border-left: 5px solid #34427e;
    padding-left: 7px;
}



.inner table tr th {
    font-size: 1.4rem;
    font-weight: normal;
    color: #34427e;
}

.inner table tr td {
    font-size: 1.4rem;
}

.inner th::first-letter {
    border-left: 5px solid #34427e;
    padding-left: 7px;
}

main .inner .li-first {
    margin-bottom: 3px;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 10px 1px 0;
    /*上、左右、下への余白*/
}



footer {
    clear: both;
    background: #2c3e4a;
    /*背景色*/
    color: #ccc;
    /*文字色*/
    font-size: 85%;
    /*文字サイズ*/
    max-width: 100%;
}

footer .inner {
    display: flex;
    justify-content: center;
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    padding: 24px;
    background: #2c3e4a;
}

footer .copyright {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    padding: 24px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: #ccc;
    background: #2c3e4a;
    text-align: center;
}

table {
    border-collapse: collapse;
    font-size: 100%;
    border-spacing: 0;
}

main .inner p {
    font-size: 1.3rem;
    padding-bottom: 5px;
}

main .inner td {
    font-size: 1.2rem;
    padding: 0 5px 0;
}

main section.list table {
    font-size: 12px;
    /*文字サイズ*/
    background: #FFF;
    /*背景色*/
    width: 76%;
    /*テーブル幅*/
    margin-bottom: 5px;
}


main section.list table td,
main section.list table th {
    padding: 1%;
    /*テーブル内の余白*/
}

/*色のついた見出しブロック*/
main section.list table th {
    width: 20%;
    /*幅*/
    text-align: center;
    /*文字をセンタリング*/
    font-weight: normal;
    /*デフォルトの太字を標準にする設定*/
    background: #dfe0c8;
    /*背景色ベージュ*/
}


main .inner h4 {
    padding-top: 5px;
    color: #34427e;

}

main .inner ul li {
    font-size: 1.3rem;
}

.inner .accshow ul li {
    font-size: 1.3rem;
}



footer .address-blk .logo {
    width: 150px;
    margin: 0 0 15px;
}


footer .address-blk p {
    margin: 0 0 15px;
    color: #ccc;
}

footer .address-blk p i {
    margin: 0 5px 0 0;
}

footer a {
    color: #ccc;
}

footer a:hover {
    color: #7da5bf;
}

footer .pr {
    display: block;
    font-size: 80%;
}


#page-top {
    display: flex;
    position: fixed;
    right: 25px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgb(255, 115, 0);
    color: #fff;
    font-size: 1.6rem;
    justify-content: center;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


@media print {
    header {
        display: none;
    }
}


/*===============================================================tablet*/
@media all and (min-width:600px) {
    .inner section {
        font-size: 1.6rem;
    }

    main .inner h2 {
        font-size: 1.8rem;
        color: #1d7a9e;
        border: double #2c8fb6 3px;
    }

    main .inner h3 {
        font-size: 1.6rem;
    }

    main .inner th,
    td {
        font-size: 1.6rem;
        padding: 0 5px 0;
    }

    main .inner h4 {
        padding-top: 5px;
        font-size: 1.7rem;
    }

    main .inner p {
        font-size: 1.4rem;
        padding-bottom: 5px;
    }

    main label {
        font-size: 1.6rem;
    }

    main .inner .li-first {
        font-size: 1.6rem;
    }

    main .inner ul li {
        font-size: 1.5rem;
    }


    .inner .accshow ul li {
        font-size: 1.4rem;
    }


}

/*===============================================================PC*/
@media all and (min-width:1024px) {
    body {
        line-height: 1.615384615;
    }

    main {
        margin: 0;
    }

    section {
        padding: 10px 0 60px;
    }

    main .inner {
        width: 50%;
        margin: 0 10%;
        padding: 10px 15%;
    }

    section .btn {
        width: 1024px;
    }

    header {
        display: flex;
        position: relative;
        width: 1024px;
        height: 60px;
        margin: 0 auto;
        padding: 15px 0;
    }

    header .logo {
        position: relative;
        top: 0;
        left: 0;
        margin: 15px 50px 0 0;
    }

    header h1+i {
        top: 40px;
        right: 0;
        font-size: 1.6rem;
    }

    header .menu {
        position: relative;
        top: 0;
        width: auto;
        background: transparent;
    }

    header .header-menu {
        display: block !important;
    }

    header .btn-menu,
    header .sub-menu {
        display: none;
    }


    header .header-menu .global {
        margin: 0;
        text-align: left;
    }

    header .header-menu .global ul {
        display: flex;
    }

    header .header-menu .global li {
        border: none;
    }

    header .header-menu .global li a {
        display: inline-block;
        height: 60px;
        padding: 0 20px;
        border-right: 1px solid rgba(0, 0, 0, .1);
        border-bottom: 2px solid rgba(0, 0, 0, .1);
        border-radius: 10%;
        font-size: 1.3rem;
        line-height: 60px;
    }

    /*マウスオン時*/
    header .header-menu .global a:hover,
    header .header-menu .global .current a {
        background: #2c3e4a;
        /*背景色*/
        color: #fff;
        /*文字色*/
        -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1) inset;
        /*影の設定。右・下・ぼかし幅・色(rgba)の設定。rgba値は左３つが色指定(この場合は黒)で最後の小数点が透明度。insetは内側に向かっての影。*/
        box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1) inset;
        /*同上*/
    }


    .inner .li-first {
        margin-bottom: 5px;
        font-size: 2dvb;
        font-weight: 500;
        padding: 15px 1px 0;
        /*上、左右、下への余白*/

    }

    .inner .accshow ul li {
        font-size: 1.5rem;
    }

    main .inner tr th {
        font-size: 1.7rem;
    }
    main .inner h3 {
        font-size: 1.7rem;
    }
    main .inner h4 {
        font-size: 1.8rem;
    }
    
    main .inner p {
        font-size: 1.5rem;
    }

    /*フッターメニュー
---------------------------------------------------------------------------*/
    /*ボックス全体*/

    #footermenu {
        display: flex;
        margin: 35px 0;
        justify-content: center;
    }

    /*１行分の設定*/
    #footermenu ul {
        margin: 0 0 0 90px;
    }

    #footermenu li {
        margin: 0 0 10px;
    }



    footer .copyright {
        padding: 20px 0;
    }

    #page-top {
        width: 40px;
        height: 40px;
        font-size: 2rem;
    }

}