@charset "utf-8";
/*******************************
レイアウト
*******************************/
/*.licenseLow #contents .title {
	background-color: #fff;
  color: #00336A;
  font-size: 30px;
  border-bottom: 2px solid;
  border-left: 18px solid #00336A;
}*/
.licenseLow #contents h1 {
    background-color: #00336A;
    color: #fff;
    font-size: 30px;
    padding: 15px 20px;
    font-weight: 500;
    margin-top: 0.75em;
    border-left: 5px solid #A5934A;
}
.licenseLow #contents .date {
    margin-top: 10px;
    text-align: right;
}
.licenseLow .fl_box02 {
    background-color: #F9F7F1;
    padding: 20px;
    overflow: auto;
    margin-top: 20px;
}
.licenseLow .fl_box02 .menuMokuji {
    float: left;
    width: 45%;
}
.licenseLow .fl_box02 .menuMokuji a {
    display: inline;
    color: #0b4084;
    text-decoration: none;
    outline: none;
}
.licenseLow .fl_box02 .menuMokuji dt {
    text-align: center;
    font-weight: bold;
    color: #00336A;
    font-size: 20px;
    border-top: 1px solid #00336A;
    border-bottom: 1px solid #00336A;
    background: #fff;
    line-height: 1;
    padding: 0.35em 0 0.4em;
}
.licenseLow .fl_box02 .menuMokuji li {
    margin-left: 1em;
    text-indent: -1em;
    padding: 5px 0;
}
.licenseLow .fl_box02 .menuMokuji li span {
    font-size: 12px;
    margin-left: 5px;
}
.licenseLow .fl_box02 .menuMokuji li a {
    text-decoration: none!important;
    padding-left: 0!important;
    text-indent: 0!important;
}
.licenseLow .fl_box02 .flr {
    float: right;
    width: 52%;
}
.licenseLow .fl_box03 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.licenseLow .fl_box03 table th {
    vertical-align: middle;
}
.licenseLow h3 {
    color: #00336A;
    background-color: #EAEEF7;
    font-size: 21px;
    padding: 10px 20px;
    font-weight: bold;
    margin-top: 50px;
}
@media screen and (max-width: 599px) {
    .licenseLow #contents .date {
        width: 95%;
    }
    .licenseLow .section h3 {
        color: #00336A;
        background-color: #EAEEF7;
        font-size: 16px !important;
        font-weight: bold;
        display: block;
        padding: 10px 0 10px 10px;
    }
    /*.licenseLow #contents .title {
	  font-size: 120%;
	  border-bottom: 2px solid;
	  border-left: 10px solid #00336A;
		padding: 0.5em 0 0.5em 0.5em;
	}*/
    .licenseLow #contents h1 {
        font-size: 120%;
        border-bottom: 2px solid;
        border-left: 10px solid #00336A;
        padding: 0.5em 0 0.5em 0.5em;
    }
    .licenseLow .fl_box02 {
        background-color: #F9F7F1;
        padding: 20px;
        overflow: auto;
        margin: 20px 0;
    }
    .licenseLow .fl_box02 .menuMokuji {
        line-height: 1.8;
        margin-bottom: 20px;
        float: none;
        width: 100%;
    }
    .licenseLow .fl_box02 .flr {
        float: none;
        width: 100%;
    }
    .licenseLow .fl_box02 .menuMokuji a {
        display: inline;
    }
    .licenseLow .fl_box02 .menuMokuji dt {
        font-size: inherit;
    }
    .licenseLow .fl_box02 .menuMokuji dd {}
    .licenseLow .fl_box02 .menuMokuji li {
        margin-left: 1em;
        text-indent: -1em;
        padding: 3px 0;
    }
    .licenseLow .fl_box02 .menuMokuji li span {
        font-size: 12px;
        margin-left: 5px;
    }
    .licenseLow .fl_box03 {
        display: block;
    }
    .licenseLow .fl_box03 table {
        width: 100%;
        margin-bottom: 10px;
    }
}
.licenseLow #contents a {
    display: inline;
}
/*******************************
テーブル共通
*******************************/
.licenseLow table {
    border-collapse: collapse;
}
.licenseLow table th {
    background-color: #efe9dc;
}
.licenseLow table th, .licenseLow table td {
    border: 1px solid #ddd;
    padding: 10px;
}
.licenseLow table td ul li {
    text-indent: -1em;
    padding-left: 1em;
}
.licenseLow table td ul li:not(:last-child) {
    margin-bottom: 0.5em;
}
/*******************************
テーブル01
*******************************/
.licenseLow .table01 th:first-child {
    width: 10%;
}
.licenseLow .table01 th:nth-child(2) {
    width: 45%;
}
.licenseLow .table01 th:last-child {
    width: 45%;
}
/*******************************
テーブル02
*******************************/
.licenseLow .table02 th:first-child {
    width: 17%;
}
.licenseLow .table02 th:nth-child(2) {
    width: 10%;
}
.licenseLow .table02 th:nth-child(3) {
    width: 26%;
}
.licenseLow .table02 th:last-child {
    width: 47%;
}
@media screen and (max-width: 599px) {
    .licenseLow .table02 {
        margin-bottom: 10px;
        font-size: 93%;
    }
    .licenseLow .table02 th:first-child {
        width: 30%;
    }
    .licenseLow .table02 td {
        width: 70%;
    }
}
/*******************************
テーブル03
*******************************/
.licenseLow .table03 {
    width: 100%;
}
.licenseLow .table03 th {
    width: 45%;
    text-align: left;
}
@media screen and (max-width: 599px) {
    .licenseLow .table03 {
        font-size: 88%;
    }
}
/*******************************
テーブル04
*******************************/
.licenseLow .table04 {
    width: 100%;
}
.licenseLow .table04 th {
    width: 25%;
}
@media screen and (max-width: 599px) {
    .licenseLow .table04 {
        font-size: 88%;
    }
}
/*******************************
テーブル05
*******************************/
.licenseLow .table05 {
    width: 100%;
}
.licenseLow .table05 th {
    width: 33.33%;
}
@media screen and (max-width: 599px) {
    .licenseLow .table05 {
        width: 100%;
        font-size: 88%;
    }
}