@charset "utf-8";

body {
    min-height: 100vh;
    position: relative;
    vertical-align: middle;
    font-size: 1.4rem;
}

p,
span {
    vertical-align: middle;
}


/*header----------------------------------------*/
header {
    width: 100%;
    background-color: #FFFFFF
}

.HeaderL {
    width: 55%;
    float: left
}

.HeaderL img {
    width: 100%
}

.HeaderR {
    width: 45%;
    float: right
}

.HeaderR-Up {
    width: 100%;
    clear: both
}

/* width 769以上 */
@media screen and (min-width: 769px) {
    header {
    }

    .HeaderL {
        width: 35%;
        float: left
    }

    .HeaderL img {
        margin-top: 5px
    }

    .HeaderR {
        width: 65%;
        float: right
    }
}


/*footer ----------------------------------------*/
footer {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    background-color: #121212;
    color: #ABABAB;
    padding: 10px 0;
    margin-top: 60px;
    position: absolute;
}

.copyright {
    padding-bottom: 10px
}


/*background----------------------------------------*/
.SubTitleImage {
    width: 96%;
    background: no-repeat center top;
    padding: 10% 2% 5% 2%;
    text-align: center
}

.SubTitleImage h1 {
    font-size: 2.4rem
}

.SubBg {
    background-image: url("../img/TitleBg.jpg");
    background-size: 100%;
}

/* width 769以上 */

@media print, screen and (min-width: 769px) {

    .SubTitleImage {
        width: 96%;
        padding: 5% 2% 5% 2%;
        text-align: center;
        /*margin-bottom: 40px*/
    }

    .SubTitleImage h1 {
        font-size: 4.0rem
    }
}


/*nav----------------------------------------*/
.w960navi {
    width: 100%;
    padding: 0px;
    position: relative
}

nav {
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.fixed-navi {
    position: fixed;
    top: 91px;
    width: 100%;
    z-index: 10000;
}

.Navi {
    width: 100%;
    float: left
}

.Navi ul {
}

.Navi > li {
    height: 44px;
    float: left;
    font-size: 1.2rem;
    color: #000000;
    line-height: 44px;
    letter-spacing: 0px
}

.Navi > li a {
    display: block;
    color: #ffffff
}

.Navi > li a:hover {
    background-color: #d41e18;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.w960navi {
    max-width: 960px;
    margin: 0 auto
}

.Navi > li {
    font-size: 1.6rem;
    letter-spacing: 0px
}

.Navi > li span {
    white-space: nowrap;
    display: inline-block
}

.Navi > li:nth-child(1) {
    border-left: 1px #ffffff solid;
}

.Navi > li {
    display: block;
    width: 25%;
    text-align: center;
    border-right: 1px #ffffff solid;
}


/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}


/* menu__single */
.menu > li.menu__single {
    position: relative;
}

li.menu__single:hover ul.menu__second-level {
    top: 44px;
    visibility: visible;
    opacity: 1;
}

.menu__single > ul {
    position: absolute;
    top: 44px;
    width: 100%;
    background: #ffffff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.menu__single > ul li {
    position: relative;
    font-size: 1.2rem;
    text-align: left !important
}

.menu__single > ul li a {
    padding: 10px 10px 10px 30px;
    color: #262626
}

.menu__single > ul li a:hover {
    background-color: #d41e18;
    color: #FFFFFF
}

.menu__single > ul li:nth-child(1) {
    margin-top: 20px
}

.menu__single > ul li a::after {
    display: block;
    content: '';
    position: absolute;
    top: 16px;
    margin-left: 25px;
    left: -1em;
    width: 5px;
    height: 5px;
    border-right: 1px solid #262626;
    border-bottom: 1px solid #262626;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/*SubPage----------------------------------------*/

/* 共通 */
.SubPage {
    width: 95%;
    margin: 0 auto;
}

.SubPage h2 {
    font-size: 2.0rem;
    position: relative;
    padding: .75em 1em .75em 1.5em;
    border: 1px solid #ccc;
    font-weight: normal;
    margin-bottom: 20px
}

.SubPage h2::after {
    position: absolute;
    top: .5em;
    left: .5em;
    content: '';
    width: 6px;
    height: -webkit-calc(100% - 1em);
    height: calc(100% - 1em);
    background-color: #d41e18;
}

.SubPage h3 {
    font-size: 1.8rem;
    border-left: 5px #d41e18 solid;
    padding-left: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom: 2px #d41e18 solid;
    padding-bottom: 5px
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}


/* width 769以上 */

@media screen and (min-width: 769px) {

    /* 共通 */
    .SubPage {
        width: 100%
    }

    .SubPage h2 {
        font-size: 3.0rem;
        margin-bottom: 30px
    }

    .SubPage h3 {
        font-size: 2.0rem;
        border-left: 5px #d41e18 solid;
        padding-left: 10px;
    }
}


/*index.html----------------------------------------*/
.top-link {
    margin: 60px 100px 100px 100px;
    display: flex;
    justify-content: space-between;
}


/*Button----------------------------------------*/

/*サブページコンテンツ内青ワイドボタン3 ----------------------------------------*/
.Btn05w5{ width: 70%;  margin: 0 auto; margin-bottom: 0px}
.Btn05w5 a { font-size: 2.0rem; display: block; padding: 7px 10px 7px 10px; border-radius:5px;
	background-color: #f6ae54; text-align: center; color: #ffffff !important;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;}
.Btn05w5 a:visited { color: #FFFFFF !important;}


.btn {
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.btn a {
    color: #fff;
    display: block;
}

.btn::after {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    transition: .3s;
    opacity: 1;
}

.btn:hover::after {
    width: 320px;
    height: 320px;
    margin: -160px 0 0 -160px;
}

.btn-blue {
    background: #16539D;
    border-radius: 22px;
    border: 0;
    border-bottom: 5px solid #93BEF4;
    width: 240px;
    padding: 4px 0 6px 0;
}

.btn-green {
    background: #287A4D;
    border-radius: 22px;
    border: 0;
    border-bottom: 5px solid #8FBC8F;
    width: 240px;
    padding: 4px 0 6px 0;
}

.btn-top {
    width: 320px;
    height: 84px;
    border-radius: 40px;
}

.btn-red {
    background: rgba(212, 30, 24, 0.5);
    padding: 6px 20px;
}

.btn-gray {
    background-color: #707070;
    padding: 6px 20px;
}

.btn-delete {
    background: rgba(212, 30, 24, 1.0);
    font-size:medium;
    border-radius: 10px;
    border: 0;
    width: 50px;
}

button:hover {
    cursor: pointer;
}


/*Form----------------------------------------*/
table {
    border-collapse: collapse;
}

table th {
    padding: 3px 0;
}

table td {
    padding: 6px 0 6px 30px;
    border-bottom: 1px solid #BABABA;
}

table tr:last-child td {
    border-bottom: 0;
}

form {
    margin: 50px 0;
}

.bg-white {
    background-color: #fff;
    padding: 20px 100px;
    margin-bottom: 20px;

}

.must {
    background-color: #D41E18;
    color: #fff;
    padding: 2px 6px;
    font-size: 1.2rem;
    margin-right: 6px;
}

.form-title {
    margin-bottom: 20px;
}

.form-title-text {
    font-size: 2rem;
    font-weight: bold;
    vertical-align: middle;
    margin-right: 1rem;
}

.form-content {
    font-size: 1.6rem
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
}

.form-city .form-check-inline {
    margin-bottom: 4px;
}

.form-city-k .form-check-inline {
    width: calc(20% - 5px);
}

.form-city-s .form-check-inline {
    width: calc(100% / 6 - 5px);
}

.form-check-inline .form-check-label {
    padding-left: 4px;
}

.form-type th {
    text-align: center;
}

.bg-red1 {
    background-color: #F8D3C2;
}

.bg-blue1 {
    background-color: #BDDEF2;
}

.bg-blue11 {
    background-color: #79B0F3;
}

.bg-green1 {
    background-color: #91D284;
}

.bg-green11 {
    background-color: #B4E0B7;
}


.bg-red2 {
    background-color: #FAF0ED;
}

.bg-blue2 {
    background-color: #EDF5FA;
}

.bg-green2 {
    background-color: #D5f7CD;
}

.bg-green21 {
    background-color: #EBFDE9;
}

.bg-blue21 {
    background-color: #B9D7F9;
}

.form-type-k .bg-red1,
.form-type-k .bg-red2,
.form-type-k .bg-blue11,
.form-type-k .bg-blue22,
.form-type-k .bg-green1,
.form-type-k .bg-green11 {
    width: 186px;
}

.form-type-k .bg-blue1,
.form-type-k .bg-blue2 {
    width: 584px;
}

.form-type-k .form-check-inline {
    width: 22%;
}

.form-type-s .bg-red1,
.form-type-s .bg-red2,
.form-type-s .bg-blue11,
.form-type-s .bg-blue22,
.form-type-s .bg-green1,
.form-type-s .bg-green11 {
    width: 228px;
}

.form-type-s .bg-blue1,
.form-type-s .bg-blue2 {
    width: 542px;
}

.form-type-s tr td:first-child {
    padding-left: 47px;
}

.form-type-s tr:nth-child(2) td:first-child {
    padding-left: 30px;
}

.form-type-s .bg-blue2 .form-check-inline {
    width: 49%;
}

.form-index-k .bg-red2,
.form-index-k .bg-blue21 {
    width: 186px;
}

.form-index-k .bg-blue2 {
    width: 584px;
}

.form-index-k .bg-blue2 .form-check-inline {
    width: 22%;
}

#form-index-no19 {
    display: none;
}

#form-index-no19 .bg-blue2 .form-check-inline {
    width: auto;
    margin-right: 35px;
}

.form-index-nocat {
    border-bottom: 3px solid #fff;
}

.form-index-nocat .form-control {
    text-align: left;
    padding: 8px 30px;
}

.form-year select {
    width: 300px;
    padding: 10px;
    font-size: 1.6rem;
}

.form-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
}

.form-btn .btn {
    margin: 0 10px;
}


/*graph----------------------------------------*/
#graph-result {
    background-color: #fff;
    padding: 40px 20px;
}

.graph-title {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

.graph-main {
    margin: 20px;
}

.graph-table {
    margin: 40px auto;
    width: 100%;
    max-width: 810px;
    text-align: left;
    font-size: 1.6rem;
}

.graph-table th {
    background-color: #F7F7F7;
    padding: 12px;
}

.graph-table tr td {
min-width: 144px
}

.graph-table tr:first {
    font-size: 15px;
}

.graph-table tr td:first-child {
    width: 18%;
}

.graph-table td {
    padding: 12px 20px;
    border-bottom: 1px solid #BABABA !important;
}

.graph-table2 {
    margin: 40px auto;
    width: 100%;
    max-width: 510px;
    text-align: left;
    font-size: 1.6rem;
}

.graph-table2 th {
    background-color: #F7F7F7;
    padding: 0px;
}

.graph-table2 tr td {
min-width: 60px
}

.graph-table2 tr:first {
    font-size: 13px;
}

.graph-table2 tr td:first-child {
    width: 5%;
}

.graph-table2 tr :nth-child(2) {
    width: 10%;
}

.graph-table2 td {
    padding: 0px 0px;
    border-bottom: 0px solid #BABABA !important;
}

.print {
    margin: 50px 0;
}

.print button {
    margin: 0 auto;
}
