<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ======== page style ======== */



/* start home page */

.eye-catch__home {

	position: relative;

	width: 1000px;

	margin: 0 auto;

}



/*.eye-catch__home:after {

	position: absolute;

	width: 100%;

	height: 100%;

	background-color: rgba(255, 255, 255, 0.4);

	top: 0;

	left: 0;

	content: "";

}



.eye-catch__home ul li img {

    display: block;

    width: 100%;

    object-fit: cover;

}*/



.eye-catch__home .cont {

	width: 1000px;

	margin: auto;

	position: absolute;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

}



.eye-catch__home .text {

	position: absolute;

	z-index: 10;

 top: 50%;

 transform: translateY(-50%);

	left: 10px;

}



.eye-catch__home .illust {

	position: absolute;

	z-index: 10;

 top: 50%;

 transform: translateY(-50%);

	right: 70px;

}



/*.eye-catch__home  img {

    display: block;

    width: 100%;

    object-fit: cover;

}*/



section.hot-news {

    padding-top: 45px;

}



.hot-news {

    background-color: #fffaf0;

}

.wrap__hot-news p.date {

    font-size: 16px;

    margin-bottom: 30px;

}



.hot-news__list {

    display: flex;

    flex-wrap: wrap;

    align-items: stretch;

    /*justify-content: space-between;*/

}



.hot-new__item {

    background-color: #FFF;

    width: 23%;

    padding: 25px 10px 25px;

    position: relative;

    margin-bottom: 25px;

				margin-right: 2%;

}



#second .hot-new__item {

	background-color: #fffaf0;

}



.hot-new__item a {

	text-decoration: none !important;

	color: #000 !important;

}



.hot-new__item .cat {

    position: absolute;

    background-color: #fff1d9;

    padding: 2px 10px;

    border: 1px solid #bbbbbb;

    left: 0px;

    top: -10px;

    font-size: 14px;

}



.hot-new__item h3 {

	background-color: transparent !important;

}



#second .hot-new__item h3 {

	margin-bottom: 0;

	padding: 0;

}



.hot-new__item .thumb {

    overflow: hidden;

}



.hot-new__item .thumb img {

    max-height: 164px;

    object-fit: cover;

    max-width: 100%;

				height: auto;

    transition: 0.4s;

}



.hot-new__item .thumb:hover img {

    transform: scale(1.1);

}



.hot-new__item .title a {

    padding-top: 10px;

    font-weight: 400;

    font-size: 14px;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-box-orient: vertical;

}



.hot-new__item .title a:hover {

    color: #008c55 !important;

    opacity: 1;

}



.hot-news__link {

    padding-top: 15px;

}



.news__inner {

    flex-wrap: wrap;

    justify-content: space-between;

    align-items: flex-start;

}



.wrap__news {

    flex: 1;

}



.aside-banner {

    width: 280px;

    padding-left: 36px;

}



.banner__box {

    background-color: #f3f3f3;

    position: relative;

    padding: 20px;

    margin-bottom: 20px;

}



.banner__box::after {

    position: absolute;

    content: "";

    width: 25px;

    height: 4px;

    top: 0;

    left: 0;

    background-color: #008c55;

}



.banner__box::before {

    position: absolute;

    content: "";

    width: 25px;

    height: 4px;

    bottom: 0px;

    right: 0;

    background-color: #008c55;

}



.banner__box h3 {

    font-size: 20px;

    padding-bottom: 10px;

    margin-bottom: 10px;

    text-align: center;

    border-bottom: 2px solid #fff;

}



.banner__box ul {

    padding: 0 24px 10px;

}



.banner__box ul li {

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 18px;

}



.banner__box ul li span {

    flex: 1;

    text-align: right;

    font-size: 16px;

}



.banner__box p {

    text-align: center;

    font-size: 14px;

}



.aside__link {

    display: block;

    margin-bottom: 10px;

}



.aside__link  img {

    /*width: 100%;*/

}



/*.news__list {

	display: flex;

	margin: 0 0 30px;

	flex-wrap: wrap;

}



.news__list li {

	width: 32%;

}



.news__list li .date {

	margin: 2px 0 4px;

	display: block;

	font-weight: 500;

}





.news__list li:nth-child(3n-1) {

	margin: 0 2% 30px;

}



.news__list li span.new {

				display: inline-block;

				margin-right: 8px;

				background-color: #ff9900;

				color: #FFF;

				border-radius: 12px;

				padding: 0 6px;

}



.news__list li figure img {

max-width: 100%;

height: auto;

}

*/



.news__list {

    margin-bottom: 20px;

}



.new-line__item {

    width: 100%;

    border-bottom: 1px dashed #ccc;

}



.new-line__item span.date {

    white-space: nowrap;

				width: 160px;

				display: inline-block;

}



.new-line__item span.new {

				display: inline-block;

				margin-right: 8px;

				background-color: #ff9900;

				color: #FFF;

				border-radius: 12px;

				padding: 0 6px;

}



.new-line__item a {

	display: block;

 padding: 14px 8px;

}



.new-line__item a:hover {

				background-color: #fffaf0;

				opacity: 1;

}



.section-links {

    background-color: #f0fbff;

}



.wrap__links ul {

	display: flex;

	flex-wrap: wrap;

	margin: 0 60px -20px;

}



.wrap__links ul li {

	width: 240px;

    margin: 0 0 20px;

}



.wrap__links ul li:nth-child(3n-1) {

    margin: 0 80px 20px;

}





/* end home page */







/*hot--------------------------------------------------*/

.secondTitle.hots {

	background: url(../image/hot_back.png) no-repeat center center;

	background-size: cover;

}



.hotDetail .text {

	position: relative;

	padding: 30px;

	border: 3px solid #EEE;

	margin: 0 0 40px;

}



.hotDetail .text::before,

.hotDetail .text::after {

	position: absolute;

	content: "";

	width: 80px;

	height: 80px;

}



.hotDetail .text::before {

	top: -3px;

	left: -3px;

	border-top: 3px solid #B2E2DF;

	border-left: 3px solid #B2E2DF;

}



.hotDetail .text::after {

	bottom: -3px;

	right: -3px;

	border-bottom: 3px solid #B2E2DF;

	border-right: 3px solid #B2E2DF;

}



.hotDetail .text img {

display: inline-block;

}



.hotDetail .cat {

	margin: 0 0 4px;

	display: inline-block;

	background-color: #fff1d9;

 padding: 2px 10px;

 border: 1px solid #bbbbbb;

}



.hotDetail h2 {

	margin: 0 0 30px;

	padding: 0 0 4px;

	line-height: 1.4;

	font-weight: 500;

	border-bottom: 4px solid #CCC;

	position: relative;

}



.hotDetail h2:before {

	position: absolute;

	content: "";

	border-bottom: 4px solid #FF6600;

	width: 100px;

	bottom: -4px;

	left: 0;

}



.hotDetail .line {

	padding: 10px 10px 10px 40px;

	background: url(../image/calendar.png) #FCF1F5 no-repeat 12px center;

	background-size: 24px;

}



.hotDetail dl.line {

	display: flex;

	margin: 0 0 20px;

}



.hotDetail dl.line dt {

	padding: 4px;

}



.hotDetail dl.line dd {

	padding: 4px 12px;

}



.hotDetail .text .ouboBtn a {

	display: block;

	width: 50%;

	margin: 0 auto;

	padding: 8px 0;

	border-radius: 100vh;

	text-align: center;

	background-color: #CC0052;

	color: #FFF !important;

	text-decoration: none !important;

	font-weight: 700;

	font-size: 20px;

	border: 2px solid #CC0052;

}



.hotDetail .text .ouboBtn a:hover {

	background-color: #FFF;

	color: #CC0052 !important;

	opacity: 1;

}



.hotDetail .leadImage {

	margin: 0 0 30px;

}



.hotDetail .leadImage img {

	display: block;

	margin: 0 auto;

	max-width: 100%;

	height: auto;

}



.hotpdfList {

display: flex;

flex-wrap: wrap;

margin: 0 0 40px;

}



.hotpdfList li {

width: 30%;

margin: 0 0 20px;

border-bottom: 1px dashed #CCC;

}



.hotpdfList li:nth-of-type(3n-1) {

margin: 0 5% 20px;

}



.hotpdfList li a {

display: block;

padding: 4px 0;

text-decoration: none !important;

}





/*oubo--------------------------------------------------*/

.secondTitle.oubo,
.secondTitle.oubo2 {

	background: url(../image/hot_back.png) no-repeat center center;

	background-size: cover;

}



.ouboForm h2 {

	margin: 0 0 30px;

	padding: 0 0 4px;

	line-height: 1.4;

	font-weight: 500;

	border-bottom: 4px solid #CCC;

	position: relative;

}



.ouboForm h2:before {

	position: absolute;

	content: "";

	border-bottom: 4px solid #FF6600;

	width: 100px;

	bottom: -4px;

	left: 0;

}



#second .ouboForm table {

	width: 100%;

	margin: 0 0 40px;

}



#second .ouboForm table:nth-of-type(1) {

	box-shadow: 0 0 6px #CCC;

}



#second .ouboForm table th {

	text-align: left;

	font-weight: 400;

	padding: 24px 12px;

	width: 22%;

	border-bottom: 1px dotted #CCC;

}



#second .ouboForm table th .hs {

	display: inline-block;

	width: 60px;

	text-align: center;

	background-color: #FF6F6F;

	color: #FFF;

	margin-left: 4px;

	font-size: 14px;

}



#second .ouboForm table td {

	padding: 24px 12px;

	border-bottom: 1px dotted #CCC;

}



#second .ouboForm table td .note {

	display: block;

	margin-top: 4px;

	font-size: 14px;

}



#second .ouboForm table tr:nth-child(2n) {

	background-color: #EEE;

}



#second .ouboForm table td input[type="text"] {

 font-family: 'Noto Sans JP', "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS P Gothic", sans-serif;

	font-size: 16px;

	padding: 4px;

	width: 50%;

}



#second .ouboForm table td input.l[type="text"] {

	width: 100%;

}



#second .ouboForm table td input[type="tel"] {

 font-family: 'Noto Sans JP', "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS P Gothic", sans-serif;

	font-size: 16px;

	padding: 4px;

	width: 30%;

}



#second .ouboForm table td textarea {

 font-family: 'Noto Sans JP', "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS P Gothic", sans-serif;

	font-size: 16px;

	padding: 4px;

	width: 100%;

	display: block;

	height: 100px;

}



.formBtn {

	text-align: center;

}



.formBtn input[type="submit"] {

	padding: 8px 20px;

 font-family: 'Noto Sans JP', "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS P Gothic", sans-serif;

	font-size: 16px;

	cursor: pointer;

	margin: 0 10px;

}



.ouboForm .covidMesseage {

	margin: 40px 0 0;

	background-color: #FFE;

	padding: 20px;

	border: 2px dotted #FF6F6F;

}



.ouboForm .covidMesseage p {

	margin: 0 !important;

}



.ouboTitle {

    border: none;

 font-family: 'Noto Sans JP', "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS P Gothic", sans-serif;

font-size: 26px;

	color: #008c55;

	pointer-events: none;

	line-height: 1.4;

	font-weight: 500;

}



#second .ouboForm .mw_wp_form table td .error {

color: #FF6F6F;

}





/*project--------------------------------------------------*/

.secondTitle.project {

	background: url(../image/project_back.png) no-repeat center center;

	background-size: cover;

}





/*info--------------------------------------------------*/

.secondTitle.info {

	background: url(../image/info_back.png) no-repeat center center;

	background-size: cover;

}



.infoLead {

	border: 3px solid #B2E2DF;

	margin: -60px 0 60px;

	padding: 60px 40px 20px;

}





/*add--------------------------------------------------*/

.noadd {

	margin: 0 20px 40px;

}



.noadd dt {

	display: inline-block;

	padding: 4px 8px;

	background-color: #FFE0AC;

}



.zeihou {

	margin: 0 0 40px;

}



.zeihou dt {

	display: inline-block;

	border: 1px solid #CCC;

	background-color: #EEE;

	padding: 4px;

}



.zeihou dd {

	margin: 4px 0 20px 20px;

}



.itemList {

	margin: -20px 0 40px;

	display: flex;

	flex-wrap: wrap;

}



.itemList li {

	width: 32%;

	margin: 0 0 4px;

	padding: 4px;

	border: 1px solid #CCC;

}



.itemList li:nth-of-type(3n-1) {

	margin: 0 2% 4px;

}



#second table.jiyuu {

	margin: 0 0 10px;

	border-collapse: separate;

	border-spacing: 1px;

}



#second table.jiyuu th {

	background-color: #FFE0AC;

	padding: 8px 16px;

	font-weight: 500;

	text-align: left;

}



#second table.jiyuu td {

	padding: 8px 16px;

	border-bottom: 1px solid #CCC;

}



#second table.yakuinMeibo {

	margin: 0 0 40px;

}



#second table.yakuinMeibo th {

	padding: 8px 30px;

	font-weight: 500;

	text-align: left;

	background-color: #E7F5F4;

}



#second table.yakuinMeibo td {

	padding: 16px 30px;

	border-bottom: 1px solid #CCC;

	position: relative;

}



#second table.yakuinMeibo td:nth-of-type(1) {

	padding: 16px 40px 16px 20px;

}



#second table.yakuinMeibo td:nth-of-type(1):before {

	position: absolute;

	content: "";

	width: 2px;

	height: 16px;

	top: calc( 50% - 6px);

	right: 0;

	background-color: #008c55;

}



#second table.yakuinMeibo td:nth-of-type(2) {

	padding: 10px 30px 0;

}



.ml14 {

	margin-left: 14px !important;

}





/*contact--------------------------------------------------*/

.secondTitle.contact {

	background: url(../image/contact_back.png) no-repeat center center;

	background-size: cover;

}



#second .contactForm table {

	width: 100%;

	margin: 0 0 40px;

}



#second .contactForm table th {

	text-align: left;

	font-weight: 400;

	padding: 24px 12px;

	width: 30%;

	border-bottom: 1px dotted #CCC;

}



#second .contactForm table th .hs {

	display: inline-block;

	width: 60px;

	text-align: center;

	background-color: #FF6F6F;

	color: #FFF;

	margin-left: 4px;

	font-size: 14px;

}



#second .contactForm table td {

	padding: 24px 12px;

	border-bottom: 1px dotted #CCC;

}



#second .contactForm table td .note {

	display: block;

	margin-top: 4px;

	font-size: 14px;

}



#second .contactForm table tr:nth-child(2n) {

	background-color: #EEE;

}



#second .contactForm table td input[type="text"] {

 font-family: 'Noto Sans JP', "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS P Gothic", sans-serif;

	font-size: 16px;

	padding: 4px;

	width: 50%;

}



#second .contactForm table td input.l[type="text"] {

	width: 100%;

}



#second .contactForm table td textarea {

 font-family: 'Noto Sans JP', "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS P Gothic", sans-serif;

	font-size: 16px;

	padding: 4px;

	width: 100%;

	display: block;

	height: 100px;

}



#second .contactForm .mw_wp_form table td .error {

color: #FF6F6F;

}



/*download--------------------------------------------------*/

.secondTitle.download {

	background: url(../image/download_back.png) no-repeat center center;

	background-size: cover;

}



.downloadBox ul {

	margin-bottom: 60px;

}



.downloadBox ul li {

	display: flex;

	margin: 0 0 30px;

	padding: 0;

	box-shadow: 0 0 6px #DDD;

}



.downloadBox ul li a {

	display: block;

	padding: 10px 20px;

	opacity: 1;

	text-decoration: none !important;

	font-weight: 500;

}



.downloadBox ul li a:hover {

	text-decoration: underline !important;

}





.downloadBox ul li a:nth-of-type(1) {

	background: url(../image/arrow-01.png) no-repeat 8px 18px;

	background-size: 6px;

}



.downloadBox ul li a:nth-of-type(2) {

	background: url(../image/arrow-03.png) no-repeat 8px 18px;

	background-size: 6px;

}





.downloadBox ul li a {

    width: 50%;

}



.downloadBox ul li:hover {

	background-color: #E7F5F4;

}



/*waribiki--------------------------------------------------*/

.secondTitle.waribiki {

	background: url(../image/waribiki_back.png) no-repeat center center;

	background-size: cover;

}



.serviceBox {

	border: 3px solid #DDD;

	margin: 0 0 60px;

	padding: 20px 20px 0;

	position: relative;

}



.serviceBox:before {

	position: absolute;

	content: "";

	top: -3px;

	left: 0;

	width: 120px;

	height: 3px;

	background-color: #ff9900;

}



#second .serviceBox .infoTb {

	width: 100%;

	margin: 0 0 20px;

}



#second .serviceBox .infoTb th {

	padding: 8px;

	font-weight: 500;

	text-align: left;

	width: 120px;

	border-bottom: 1px dashed #CCC;

	vertical-align: top;

}



#second .serviceBox .infoTb td {

	padding: 8px;

	border-bottom: 1px dashed #CCC;

}



#second .serviceBox ul {

	margin: 0 30px 20px;

}



#second .serviceBox ul li {

	list-style: disc;

}



#second .serviceBox dl {

	display: flex;

	flex-wrap: wrap;

	margin: 0 8px 20px;

}



#second .serviceBox dl dt {

	width: 20%;

	padding: 0 0 8px;

}



#second .serviceBox dl dd {

	width: 80%;

	padding: 0 0 8px;

}



#second .serviceBox .waribikiTb {

	width: 100%;

	margin: 0 0 20px;

}



#second .serviceBox .waribikiTb th {

	font-weight: 500;

	text-align: left;

	padding: 8px;

	border: 1px solid #CCC;

	background-color: #fff1d9;

}



#second .serviceBox .waribikiTb td {

	padding: 8px;

	border: 1px solid #CCC;

}





#second .serviceBox .waribikiTb td:nth-of-type(2n) {

	width: 20%;

}



#second .serviceBox .waribikiTb tr:nth-of-type(2n-1) {

	background-color: #F3F2F1;

}



#second .serviceBox dl.telList {

	display: flex;

	flex-wrap: wrap;

	margin-top: -20px;

}



#second .serviceBox dl.telList dt {

	width: 36%;

	margin: 0 0 12px;

	border-bottom: 1px dashed #DDD;

}



#second .serviceBox dl.telList dd {

	margin-right: 20px;

	margin-bottom: 12px;

	width: calc( 14% - 20px);

	border-bottom: 1px dashed #DDD;

}









/*news--------------------------------------------------*/

.secondTitle.news {

	background: url(../image/news_back.png) no-repeat center center;

	background-size: cover;

}



#second .news__list li a {

	color: #000;

	text-decoration: none;

}



#second .news__list li a span {

white-space: nowrap;

				width: 160px;

				display: inline-block;

}

#second .news__list li a span.new {
width: auto;
}

#second .pager_wrap {

	position: relative;

	overflow: hidden;

	margin: 40px 0;

}



#second .pager_wrap ul.pager {

	position: relative;

	left: 50%;

	float: left;

}



#second .pager_wrap ul.pager li {

	position: relative;

	left: -50%;

	float: left;

}



#second .pager_wrap ul.pager {

	margin: 0;

	padding: 0;

	list-style: none;

}



#second .pager_wrap ul.pager li {

	display: inline;

	min-width: 20px;

	margin: 2px;

	padding: 0;

	background-color: #FFF;

	text-align: center;

	border: 1px solid #008c55;

	text-indent: 0;

}



#second .pager_wrap ul.pager li a {

	display: block;

	padding: 10px 15px;

	text-decoration: none;

	border: none;

	color: #000;

}



#second .pager_wrap ul.pager li::before {

content: "";

margin-right: 0;

}

#second .pager_wrap ul.pager li.active {

	background-color: #008c55;

	display: block;

	padding: 10px 15px;

	color: #FFFFFF;

}



#second .pager_wrap ul.pager li.active a:link, #second .pager_wrap ul.pager li.active a:visited,

#second .pager_wrap ul.pager li.active a:hover, #second .pager_wrap ul.pager li.active a:active {

	color: #FFFFFF !important;

}



#second .pager_wrap ul.pager li a:hover {

	color: #000;

	background-color: #fffaf0;

}



.newsDetail {

	margin-bottom: 40px;

}



.newsDetail .date {

	padding: 0 0 0 26px;

	background: url(../image/calendar_green.png) no-repeat 0 2px;

	background-size: 20px;

}



/*project--------------------------------------------------*/

.projectTb01 {

	width: 100%;

	border-collapse: collapse;

	margin-bottom: 10px;

}



.projectTb01 tr:hover {

	background-color: #EEE;

}



.projectTb01 td {

	padding: 8px;

	border: 1px solid #CCC;

}



.qaList2 {

	margin: 0 0 40px;

}



.qaList2 .title .title-q {

	background-color: #008c55;

 padding: 14px 24px;

	color: #FFF;

	font-weight: 500;

	font-size: 20px;

}



.qaList2 .title .title-text {

	padding: 18px 65px 18px 24px;

	width: 100%;

	font-weight: 500;

}



.qaList2 span {

	display: inline-block;

}



.qaList2 .inner {

	display: flex;

}



.qaList2 .title-a {

 display: inline-block;

	font-weight: 500;

	font-size: 20px;

 padding: 14px 24px;

}



.qaList2 .answer-text {

					display: block;

					padding: 16px 60px 16px 20px;

					line-height: 1.8;

					background-color: #FFF;

					width: 100%;

				}



.qaList2 dt {

	cursor: pointer;

	background: url(../image/plus.png) #F3F2F1 no-repeat 98% center;

}



.qaList2  dd {

	display: none;

	border-bottom: 1px dashed #CCC;

}



.qaList2  ul {

	margin: 0 80px;

	display: flex;

}



.qaList2  ul li {

	margin: 0 20px 0 0;

}



ul.listType {

	margin: -20px 10px 40px;

}



ul.listType li {

	margin: 0 0 0 20px;

	list-style: disc;

}



.projectTb {

	width: 100%;

	margin: 0 0 40px;

}



.projectTb th {

	padding: 8px;

	font-weight: 500;

	text-align: left;

	width: 160px;

	border-bottom: 1px dashed #CCC;

	vertical-align: top;

	background-color: #F3F2F1;

}



.projectTb td {

	padding: 8px;

	border-bottom: 1px dashed #CCC;

}



.projectTb2 {

	width: 100%;

	margin: 0 0 40px;

}



.projectTb2 th {

	padding: 8px;

	font-weight: 500;

	text-align: left;

	border: 1px solid #CCC;

	background-color: #fff1d9;

}



.projectTb2 td {

	padding: 8px;

	border: 1px solid #CCC;

}



.projectTb2 td.bk {

	background-color: #F3F2F1;

}



.projectTb3 {

	width: 100%;

	margin: -20px 0 40px;

}



.projectTb3 tr:nth-child(2n) {

	background-color: #F3F2F1;

}



.projectTb3 td {

	padding: 8px;

	border-bottom: 1px dashed #CCC;

}



.projectTb4 {

	width: 100%;

	margin: 0 0 40px;

}



.projectTb4 th {

	padding: 8px;

	font-weight: 500;

	text-align: left;

	border: 1px solid #CCC;

	background-color: #fff1d9;

}



.projectTb4 td {

	padding: 8px;

	text-align: right;

	border: 1px solid #CCC;

}



.projectTb4 tr:nth-child(2n-1) {

	background-color: #F3F2F1;

}



.projectTb5 {

	width: 100%;

	margin: 0 0 40px;

}



.projectTb5 th {

	padding: 8px;

	font-weight: 500;

	text-align: left;

	width: 160px;

	border-bottom: 1px dashed #CCC;

	vertical-align: top;

	background-color: #F3F2F1;

}



.projectTb5 td {

	padding: 8px;

	border-bottom: 1px dashed #CCC;

}





.projectDl dt {

	display: inline-block;

	padding: 4px 8px;

	margin-bottom: 2px;

	background-color: #FFE0AC;

}



.projectDl dd {

	margin-bottom: 20px;

	margin-left: 24px;

}



.kakekin {

	margin: 0 40px 20px;

	display: flex;

	flex-wrap: wrap;

}



.kakekin li {

	width: 20%;

	margin: 0 4% 20px 0;

	padding: 8px;

	text-align: center;

	box-shadow: 0 0 3px #AAA;

}





/*tokutei--------------------------------------------------*/

.secondTitle.tokutei {

	background: url(../image/info_back.png) no-repeat center center;

	background-size: cover;

}



.tokuteiTb {

	width: 100%;

}



.tokuteiTb th {

	font-weight: normal;

	text-align: left;

	padding: 14px 20px;

	border-bottom: 1px solid #CCC;

	white-space: nowrap;

	vertical-align: top;

	background-color: #F3F2F1;

}



.tokuteiTb td {

	padding: 14px 20px;

	border-bottom: 1px solid #CCC;

}



/*add20230429*/

.slick-dotted.slick-slider {

margin-bottom: 40px !important;

}



.slick-dots {

bottom: -30px !important;

z-index: 5;

}



.slick-dots li button:before {

color: #008c55 !important;

font-size: 16px !important;

}



</pre></body></html>