<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.accordion {
margin: 3em auto;
max-width: 92vw;
}
.toggle {
display: none;
}
.option {
position: relative;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title {
	border-top-width: 3px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
padding: 1em;
display: block;
color: #333;
font-weight: bold;
cursor: pointer;
background-color: #ccdf91;
}

.title:hover{
	color: #fff; 
	background-color: #6A8125;
}

.title::after,
.title::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #fff;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}

.title1,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}

.text-w700{
	text-align: center;
	margin: 20px auto 0 auto;
	max-width: 735px;
}

.title1 {
	border-top-width: 3px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
padding: 1em 1.5em 1em 1em;
display: block;
color: #333;
font-weight: bold;
cursor: pointer;
background-color: #edb8ba;
}

.title1:hover{
	color: #fff;
	background-color: #D65A61;
}

.title1::after,
.title1::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #fff;
transition: all 0.3s;
}
.title1::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
	padding: 0 10px;
overflow: hidden;
}
.content p {
margin: 0;
padding: 0.5em 1em 1em;
font-size: 0.9em;
line-height: 1.5;
}
.toggle:checked + .title + .content {
max-height: 6000px;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}

.toggle:checked + .title1 + .content {
max-height: 5000px;
transition: all 1.5s;
}
.toggle:checked + .title1::before {
transform: rotate(90deg) !important;
}

/*
2021/10/01 謗｡逕ｨ諠��ｱ譖ｴ譁ｰ
***********************************************/

td div.btn_model{
padding: 5px 5px 5px 12px;
    background-color: #EEEEEE;
    max-width: 220px;
    border-radius: 10px;
}

td strong{
	font-size: 150%;
	font-weight: normal;
}

.recruit_list li{
	margin: 0 0 0 20px;
	padding: 0;
	list-style: disc;
}</pre></body></html>