@charset "utf-8";
/* ==================================================

 - top.css

================================================== */
/* ---------------------------------------- 

 - #MainImage

---------------------------------------- */
#MainImage {
    padding-top: 148px;
}
#MainImage p {
    line-height: 0;
}
#MainImage img {
    width: 100%;
}
#MainImage .box {
    border-bottom: solid 5px #005394;
    border-image: linear-gradient(to right, #fff 3%, #005394, #fff 97%) 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 50px;
}
#MainImage .box p {
    width: 193px;
}
#MainImage .box h1 {
    font-weight: normal;
    font-size: 22px;
    line-height: 1.8;
}
@media screen and (max-width: 768px) {
    #MainImage {
        padding-top: 104px;
    }
    #MainImage .wrapper {
        padding: 0;
    }
    #MainImage .box {
        display: block;
        align-items: center;
        padding: 20px 10px;
    }
    #MainImage .box p {
        margin: 0 auto 20px;
        text-align: center;
    }
    #MainImage .box h1 {
        font-size: 16px;
        line-height: 1.8;
        text-align: center;
    }
}
/* ---------------------------------------- 

 - #sec01

---------------------------------------- */
#sec01 .wrapper {
    padding: 35px 30px 25px;
}
#sec01 h2 {
    color: #000;
    font-size: 22px;
    font-weight: normal;
    line-height: 1;
    margin: 0 auto 15px;
    width: 100%;
}
#sec01 ul.newsList {
    background: #eeefef;
    border: solid 1px #000;
    border-radius: 20px;
    margin: 0 auto 50px;
    padding: 15px 17px;
    width: 100%;
    min-height: 125px;
}
#sec01 ul.newsList li {
    color: #000;
}
#sec01 ul.photo {
    display: flex;
    justify-content: space-between;
}
#sec01 ul.photo li {
    width: 23.47%;
}
#sec01 ul.photo li img {
    width: 100%;
}
@media screen and (max-width: 768px) {
    #sec01 .wrapper {
        padding: 20px;
    }
    #sec01 h2 {
        font-size: 18px;
        line-height: 1;
        margin: 0 auto 15px;
        width: 100%;
    }
    #sec01 ul.newsList {
        border: solid 2px #000;
        border-radius: 12px;
        margin: 0 auto 20px;
        padding: 15px 17px;
        width: 100%;
    }
    #sec01 ul.newsList li {
        line-height: 1.6;
        margin-bottom: 15px;
    }
    #sec01 ul.photo {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #sec01 ul.photo li {
        margin-bottom: 5px;
        width: 49%;
    }
    #sec01 ul.photo li img {
        width: 100%;
    }
}
/* ---------------------------------------- 

 - #sec02

---------------------------------------- */
#sec02 .wrapper {
    padding: 70px 0 50px;
}
#sec02 h2 {
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 50px;
    text-align: center;
}
#sec02 p {
    font-size: 20px;
    line-height: 1.94;
    text-align: center;
}
@media screen and (max-width: 768px) {
    #sec02 .wrapper {
        padding: 50px 0 20px;
    }
    #sec02 h2 {
        font-size: 20px;
        line-height: 1.6;
        margin-bottom: 30px;
        text-align: center;
    }
    #sec02 p {
        line-height: 1.9;
        font-size: 16px;
        padding: 0 20px;
        text-align: justify;
    }
}
/* ---------------------------------------- 

 - #sec03

---------------------------------------- */
#sec03 {
    margin-top: -75px;
    padding-top: 150px;
    margin-bottom: 66px;
}
#sec03 .wrapper {
    padding: 0 54px;
}
#sec03 h2 {
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 25px;
}
#sec03 h2 span:not(.icon) {
    display: block;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.05em;
    padding: 10px 0 0 0;
}
#sec03 h2 span.icon {
    color: #0067b6;
    padding-right: 0.4em;
}
#sec03 h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 25px;
}
#sec03 h3 span:not(.icon) {
    display: block;
    font-size: 21px;
    font-weight: normal;
    letter-spacing: 0.05em;
    padding: 10px 0 0 1.5em;
}
#sec03 h3 span.icon {
    color: #0067b6;
    padding-right: 0.4em;
}
#sec03 .box {
    border-left: solid 8px #004ea2;
    padding: 0 40px;
}
#sec03 .box table.firstLayer {
    margin: 0 0 50px 0;
}
#sec03 .box table.firstLayer > tbody > tr {
    padding-bottom: 1em;
}
#sec03 .box table.firstLayer > tbody > tr > th {
    font-weight: normal;
    padding: 5px 0 0 0;
    text-align-last: justify;
    vertical-align: top;
}
#sec03 .box table.firstLayer > tbody > tr > td:nth-last-of-type() {
    display: block;
    padding-bottom: 1em;
}
#sec03 .box table.firstLayer > tbody > tr > th > span {
    border-bottom: solid 2px #0067b6;
    padding: 0 10px;
}
#sec03 .box table.firstLayer > tbody > tr > td {
    padding: 5px 0 0 35px;
}
#sec03 .box table.secondLayer > tbody > tr > th {
    font-weight: normal;
    padding: 5px 20px 0 0;
    text-align-last: justify;
}
#sec03 .box table.secondLayer > tbody > tr > td {
    padding: 5px 20px 0 0;
}
#sec03 table.thirdLayer tr th {
    font-weight: normal;
    letter-spacing: 0.2em;
    text-align-last: justify;
    vertical-align: top;
    white-space: nowrap;
}
#sec03 table.thirdLayer tr th:nth-of-type(2) {
    padding-right: 25px;
    text-align: right;
    text-align-last: right;
}
#sec03 table.thirdLayer tr td {
    padding-right: 25px;
}
#sec03 table.fourthLayer {
    background: #eeefef;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 100px;
    width: 100%;
}
#sec03 table.fourthLayer tr td {
    padding: 10px 14px;
}
@media screen and (max-width: 768px) {
    #sec03 {
        margin-top: -116px;
        padding-top: 116px;
        margin-bottom: 50px;
    }
    #sec03 .wrapper {
        padding: 0 20px;
    }
    #sec03 .box {
        padding: 0 20px;
    }
    #sec03 .box h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    #sec03 h2 span:not(.icon) {
        display: block;
        font-size: 20px;
        font-weight: normal;
        letter-spacing: 0.05em;
        padding: 10px 0 0 0;
    }
    #sec03 .box table.firstLayer {
        margin: 0 0 20px 5px;
    }
    #sec03 .box table.firstLayer > tr {
        display: block;
    }
    #sec03 .box table.firstLayer > tbody > tr > th {
        display: block;
        text-align-last: left;
        width: 100%;
        white-space: nowrap;
    }
    #sec03 .box table.firstLayer > tbody > tr > th > span {
        display: block;
        text-align-last: justify;
        width: 100px;
    }
    #sec03 table.thirdLayer tr td {
        display: block;
        padding-right: 25px;
    }
    #sec03 .box table.firstLayer > tbody > tr > td {
        display: block;
        line-height: 1.6;
        margin-bottom: 15px;
        padding: 5px 0 0;
    }
    #sec03 .box table.secondLayer > tbody > tr {
        display: block;
        margin-bottom: 10px;
    }
    #sec03 .box table.secondLayer > tbody > tr > th {
        display: block;
        padding: 5px 20px 0 0;
        text-align-last: left;
    }
    #sec03 .box table.secondLayer > tbody > tr > td {
        display: block;
        line-height: 1.2;
        padding: 5px 0 0;
    }
    #sec03 table.thirdLayer {
        margin-left: 1.5em;
    }
    #sec03 table.thirdLayer tr {
        display: block;
        margin-bottom: 15px;
    }
    #sec03 table.thirdLayer tr th {
        display: inline-block;
        font-weight: normal;
        letter-spacing: 0.2em;
        text-align: left;
    }
    #sec03 table.thirdLayer tr td {
        display: block;
        line-height: 1.2;
        padding-right: 0;
    }
    #sec03 table.fourthLayer {
        margin-bottom: 50px;
    }
    #sec03 table.fourthLayer tr td {
        display: block;
        padding: 10px 14px;
    }
}
/* ---------------------------------------- 

 - #sec04

---------------------------------------- */
#sec04 {
    margin-top: -147px;
    padding-top: 147px;
    margin-bottom: 115px;
}
#sec04 .wrapper {
    padding: 0 30px;
}
#sec04 h2 {
    background: #004ea2;
    color: #fff;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 40px;
    padding: 8px 0;
    text-align: center;
}
#sec04 .box h3 span.icon {
    color: #0067b6;
    padding-right: 0.4em;
}
#sec04 .box dl {
    margin-bottom: 70px;
    padding: 0;
}
#sec04 .box dl dt {
    color: #0562a9;
    font-size: 22px;
}
#sec04 .box dl dd.graph {
    margin-bottom: 40px;
}
#sec04 .box dl dd table {
    width: 100%;
}
#sec04 .box dl dd table th {
    background: #dee8f4;
    border: solid 1px #000;
    text-align: center;
    padding: 0.2em 1em;
    white-space: nowrap;
}
#sec04 .box dl dd table th.rl {
    padding: 0.5em 0;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
}
#sec04 .box dl dd table th.rl span {
    white-space: pre;
    writing-mode: vertical-rl;
    display: inline-block;
}
#sec04 .box dl dd table td {
    border: solid 1px #000;
    font-weight: bold;
    line-height: 1.2;
    padding: 0.5em 0.1em;
    text-align: center;
    white-space: nowrap;
}
#sec04 .box dl dd.graph2 table td span {
    font-size: 13px;
}
#sec04 .box dl dd img {
    width: 100%;
}
/*.pdf_link*/
#sec04 .box p.pdf_link {
	margin-top: -20px;
}
#sec04 .box .pdf_link a {
		display: inline-block;
		padding: .5em 1.5em;
		background: #eb5e00;
		border-radius: 10px;
		color: #fff;
		text-align: center;
		font-weight: 700;
	font-size: 20px;
	line-height: 1;
		white-space: nowrap;
}
#sec04 .box .pdf_link a:hover {
	opacity: .7;
	text-decoration: none; 
	transition: all 0.3s ease;
}

#sec04 .box .pdf_link_ul {
	max-width: 940px;
	padding: 0px 60px;
	margin-top: -20px;
    display: flex;
		justify-content: space-between;
	flex-wrap: wrap;
		align-items: center;
}
#sec04 .box .pdf_link_ul li {
	padding-bottom: 20px;
}
#sec04 .box .pdf_link_ul + p {
	/*margin-top: -20px;*/
	padding-right: 60px;
	text-align: right;
}
@media screen and (max-width: 956px) {
	#sec04 .box .pdf_link_ul {
	padding: 20px 0 0;
}
#sec04 .box .pdf_link a {
	font-size: 18px;
}
#sec04 .box .pdf_link_ul + p {
	padding-right: 0;
}
}
       
@media screen and (max-width: 768px) {
    #sec04 {
        margin-top: -116px;
        padding-top: 116px;
        margin-bottom: 60px;
    }
    #sec04 .wrapper {
        padding: 0 20px;
    }
    #sec04 h2 {
        margin-bottom: 20px;
    }
    #sec04 .box {
        padding: 0;
    }
    #sec04 .box h3 {
        margin-bottom: 20px;
    }
    #sec04 .box dl {
        margin-bottom: 30px;
        padding: 0;
        width: 100%;
    }
    #sec04 .box dl:nth-of-type(2) {
        width: 100%;
    }
    #sec04 .box dl:nth-of-type(3) {
        width: 100%;
    }
    #sec04 .box dl dt {
        color: #0562a9;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.6;
    }
    #sec04 .box dl dt span.sp {
        color: #000;
        display: block;
        font-size: 12px;
        font-weight: normal;
    }
    #sec04 .box dl dd {
        overflow-x: scroll;
    }
    #sec04 .box dl dd.graph {
        margin-bottom: 20px;
    }
    #sec04 .box dl dd table {
        width: 1000px;
    }
    #sec04 .box dl dd table th,
    #sec04 .box dl dd table td {
        font-size: 14px;
    }
    #sec04 .box dl dd img {
        width: 100%;
    }
		/*.pdf_link*/
		#sec04 .box p.pdf_link {
			margin-top: 0;
		}
		#sec04 .box .pdf_link_ul li {
			padding-bottom: 10px;
		}
		#sec04 .box .pdf_link_ul + p {
			text-align: left;
		}
		#sec04 .box .pdf_link a {
			font-size: 16 px;
		}
}
/* ---------------------------------------- 

 - #sec05

---------------------------------------- */
#sec05 {
    margin-top: -147px;
    padding-top: 147px;
    margin-bottom: 115px;
}
#sec05 .wrapper {
    padding: 0 30px;
}
#sec05 p.img {
    margin-bottom: 20px;
}
#sec05 p.img img {
    width: 100%;
}
#sec05 p.text {
    line-height: 1.9;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    width: 100%;
}
#sec05 ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
#sec05 ul li:nth-of-type(1) {
    width: 43.28%;
}
#sec05 ul li:nth-of-type(2) {
    width: 32.46%;
}
#sec05 ul li:nth-of-type(3) {
    width: 18.30%;
}
#sec05 ul li img {
    width: 100%;
}
.map iframe {
    aspect-ratio: 16 / 9;
    max-width: 1000px;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 768px) {
    #sec05 {
        margin-top: -117px;
        padding-top: 117px;
        margin-bottom: 60px;
    }
    #sec05 .wrapper {
        padding: 0 20px;
    }
}
/* ---------------------------------------- 

 - #sec09

---------------------------------------- */
#sec09 {
    color: #fff;
    margin-top: -145px;
    padding-top: 145px;
}
#sec09 .wrapper {
    background: #004ea2;
    background-size: cover;
    padding: 35px 50px;
}
#sec09 h2 {
    display: inline-block;
    line-height: 1;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 45px;
    position: relative;
}
#sec09 h2::after {
    background: #fff;
    content: '';
    display: block;
    position: absolute;
    left: -6px;
    bottom: -14px;
    width: calc(100% + 12px);
    height: 4px;
}
#sec09 h3 {
    background: url("../images/top/grouplist_title_bg.png") left center no-repeat;
    margin-right: 20px;
    overflow: hidden;
}
#sec09 .box {
    display: flex;
    flex-wrap: wrap;
}
#sec09 .box > dl, #sec09 .box > a {
    color: #fff;
    display: block;
    margin-bottom: 30px;
    width: 50%;
}
#sec09 .box dl dt {
    display: inline-block;
    font-size: 20px;
    position: relative;
}
#sec09 a {
    color: #fff;
}
#sec09 .box a:hover {
    color: #0067b6;
    text-decoration: none;
}
#sec09 .box a dl dt::after {
    background: url("../images/top/sec09_icon.png") center center no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    top: 50%;
    right: -45px;
    transform: translateY(-50%);
    width: 32px;
    height: 12px;
}
#sec09 .box dl dd {
    font-size: 16px;
    padding-left: 1.2em;
}
@media screen and (max-width: 768px) {
    #sec09 {
        margin-top: -75px;
        padding-top: 75px;
    }
    #sec09 .wrapper {
        padding: 35px 20px 5px;
    }
    #sec09 h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    #sec09 .box {
        display: block;
    }
    #sec09 .box > dl, #sec09 .box > a {
        color: #fff;
        margin-bottom: 10px;
        width: 100%;
    }
    #sec09 .box dl dt {
        display: inline-block;
        font-size: 14px;
        line-height: 1.6;
        position: relative;
        width: auto;
    }
    #sec09 .box dl dd {
        font-size: 12px;
        padding-left: 1.2em;
    }
}