@charset "utf-8";

/* --- 文字・基本タグ --- */
p {
margin-bottom: 10px;
}
h2.title {
    border-left: 9px solid #009b63;
    padding: 11px 0px 2px 31px;
    font-size: 30px;
    font-weight: bold;
    line-height: 27px;
    margin-bottom: 20px;
    min-height: 65px;
    box-sizing: border-box;
    letter-spacing: 3px;
}
h2.title span{
display:block;
font-size:18px;
color:#009b63;
    line-height: 18px;
    margin-top: 7px;
}
h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom:10px;
}

h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom:10px;
}
strong {
font-weight: bold;
}
.text-center {
margin:10px auto;
text-align: center;
}
.text-right {
text-align: right;
margin:10px 0px 10px 0px;
}

/* --- 見出し --- */
.midashi-title {
    font-weight: bold;
    margin-bottom: 6px;
    letter-spacing: 2px;
    border-bottom: none;
    font-size: 24px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin-top: 0px;
    padding: 0px 0px 10px 0px;
}
.midashi-title:before {
display: none;
}
.midashi-title span {
    display: block;
    font-size: 18px;
    color: #009b63;
    line-height: 1.1;
}
.midashi-title span.small {
    display: inline-block;
    font-size: 18px;
    color:  #333;
    line-height: 1.1;
    margin-top: 0px;
}
.midashi-title2 {
    padding: 10px 0px 10px 35px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 14px;
    margin-top: 20px;
    box-sizing: border-box;
    letter-spacing: 0px;
    font-family: 'M PLUS Rounded 1c';
    position: relative;
    border-bottom: 1px solid #cbcbcb;
}
.midashi-title2:before {
    position: absolute;
    left: 6px;
    top: 10px;
    font-family: 'Font Awesome 5 Free';
    color: #aeaeae;
    font-size: 20px;
    font-weight: 400;
    content: '\f328';
}
.midashi-title3 {
    position: relative;
    font-size: 18px;
    margin: 0px 0px 10px 0px;
    background-color: #00a0ea;
    padding: 7px;
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
    display: block;
    font-weight: bold;
}
.midashi-title4 {
    position: relative;
    padding-left: 34px;
    margin: 0px 0px 10px 0px;
    font-size: 18px;
}
.midashi-title4:before {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    color: #fdb309;
    font-size: 16px;
    position: absolute;
    left: 11px;
    top: 0px;
}
.midashi-title5 {
    font-weight: bold;
    clear: both;
    border-bottom: solid 2px #54c03e;
    margin-bottom: 25px;
    padding: 2px 0px 10px 0px;
    margin-top: 20px;
}

/* --- リスト --- */
ul {
    margin: 0px 0px 20px 0px;
}
.ul-base{
margin-bottom: 20px;
}
.ul-base li {
    position: relative;
    margin-bottom: 7px;
    margin-left: 32px;
}
.ul-base li:before {
color: #009b63;
    position: absolute;
    left: -30px;
    top: -9px;
    font-size: 32px;
}
.ul-base li:before {
    content: "・";
    font-weight: bold;
}
.ul-triangle li:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    top: -4px;
    left: -21px;
}
.ul-right li:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    top: 1px;
    left: -19px;
}
.ul-circle-right li:before {
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    top: 0px;
    left: -23px;
}
.ul-double-right li:before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    top: 2px;
    left: -19px;
}
.ul-base.ul-kome li:before {
    content: "＊";
    color: #d40a0a;
    left: -28px;
    top: -8px;
    font-size: 28px;
}
.ul-base.ul-oshirase li:before {
    color: #0a99fd;
}
.ul-base.ul-oshirase li > a {
    margin-left: 20px;
    display: inline-block;
    max-width: 85%;
    vertical-align: top;
}
.ul-base.ul-kome2 {
margin-top:10px;
}
.ul-base.ul-kome2 li {
margin-bottom: 0px;
}
.ul-base.ul-kome2 li:before {
    content: "※";
    left: -23px;
    top: 0px;
    font-size: 18px;
    color: #333;
}



ol.ol-kakko {
    margin-left: 40px;
    margin-bottom: 16px;
}
 
ol.ol-kakko li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
}
 
ol.ol-kakko li:before {
	content: "(" counter(cnt) ")";
	display: inline-block;
    margin-left: -47px;
    width: 40px;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}
ol.ol-suuji {
    margin: 30px 0px 30px 45px;
}
ol.ol-suuji li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
    margin-bottom: 12px;
}
ol.ol-suuji li:before {
	content: "" counter(cnt) ".";
	display: inline-block;
    margin-left: -47px;
    width: 40px;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}
ol.ol-maru {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
    margin: 10px 0px 20px 30px;
}
ol.ol-maru li {
    line-height: 1.6;
    padding-left: 30px;
    position: relative;
}
ol.ol-maru li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #009b63;
    border: 1px solid;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    height: 23px;
    width: 23px;
    color: #ffffff;
    font-size: 85%;
    line-height: 1;
    position: absolute;
    top: 2px;
    left: 0px;
    text-align: center;
    line-height: 22px;
    padding-left: 2px;
}

ol.ol-kome {
    margin-left: 67px;
    margin-bottom: 16px;
}
 
ol.ol-kome li {
    list-style-type: none;
    counter-increment: cnt;
    position: relative;
}
 
ol.ol-kome li:before {
    content: "(*" counter(cnt) ")";
    display: inline-block;
    margin-left: -47px;
    width: 40px;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
}
.tb-kojin {
max-width: 1000px;
}
.tb-kojin th:nth-child(1) {
    width: 150px;
}



/* --- テーブル --- */
.table-base {
    border-collapse: collapse;
    width: 100%;
    clear: both;
    margin-bottom: 30px;
}
.table-base th {
    border: 1px solid #b7b7b7;
    line-height: 1.6;
    padding: 10px;
    vertical-align: top;
    background-color: #e8f3d5;
}
.table-base td {
    background-color: #FFF;
    border: 1px solid #b7b7b7;
    line-height: 1.6;
    padding: 10px;
    vertical-align: top;
}
.table-base.tbl-loansim {
margin: 20px 0px;
}
.table-base.tbl-loansim th {
background: #c6f2bf;
width:55%;
}
.table-base.tbl-loansim.loansim2 th {
background: #8CB0F0;
}
.td-center {
text-align: center;
}
td.td-tate {
    letter-spacing: .2em;
    min-height: 3.6em;
    width: 1.5em;
}
td.td-tate span {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}
.td-right  {
text-align: right;
}




/* --- 画像 --- */
.img-box {
    display: block;
    text-align: center;
}
.img-right {
float:right;
margin:0px 0px 10px 10px;
}
.img-left {
float:left;
margin:0px 10px 10px 0px;
}
.img-box img {
}
.img-box span {
text-align: center;
display: block;
    font-size: 16px;
}
.img-center {
display: block;
margin: 10px auto;
}
.img-full {
width: 100%;
}

.fade {
display: block;
}
.page-main-img img {
width: 100%;
}
img.pdf-img {
    margin: 3px 6px 0px 5px;
}

.pcNone {
display: none;
}
.spNone {
display: block;
}

/* --- チェック用サイトマップ --- */
body.sitemap-check a {
    display: block;
    margin-bottom: 5px;
}
body.sitemap-check h2 {
margin:20px 0px 0px 0px;
font-size:24px;
font-weight: bold;
}
