.text-2{
font-size:2em !important;
}
.font-medium{
font-weight: 900;
}
.red{
color:red;
}
.sp_br {
display: none;
}
.mt_-20{
margin-top:-20px;
}
.mt_50{
margin-top:50px;
}
.mb_100{
margin-bottom:100px;
}
.entry_career_table h5 {
font-size:1.3em;
font-weight: bold;
padding: 0.3em 1em;
margin: 10px;
white-space: nowrap;
border-left: solid 4px #9fd411;
}
.entry_career_table li{
list-style-type: disc !important;
}
article.sitetitle .news_topick {
z-index: 900!important;
}
.green_title {
font-weight: bold;
padding: .5em .7em;
border-left: 5px solid #9fd411;
background-color: #f2f2f2;
color: #333333;
margin: 30px 0;
}
.link_button{
display: flex;
justify-content: center;
align-items: center;
position: relative;
width: 360px;
margin:0 auto;
padding: .9em 2em .8em 2em !important;
overflow: hidden;
border: 1px solid #9fd411;
border-radius: 5px;
background-color: #fff;
color: #9fd411 !important;
font-size: 1em;
}
.link_button:hover {
background-color: transparent;
color: #fff !important;
text-decoration: none;
}
.link_button::before {
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 0;
height: 100%;
background-color: #9fd411;
content: '';
transition: width .3s ease;
}
.link_button:hover::before {
width: 100%;
} .buy-info, .sell-info h4{
font-size: 20px;
font-weight: bold;
padding: 10px 0 15px 0;
}
@media screen and (max-width:768px) {
.sp_br {
display: block !important;
}
.font-medium{
font-weight: 300;
}
.entry_career_table h5 {
font-size:1em;
font-weight: bold;
padding: 0 1em 0 0.5em;
margin: 10px;
white-space: nowrap;
border-left: solid 4px #9fd411;
}
.entry_career_table li{
list-style-type: disc !important;
margin-left:30px;
}
}  .accordion-005 {
max-width: 1800px;
margin: 0 auto;
}
.accordion-005:not([open]) {
margin-bottom: 7px;
}
.accordion-005 summary {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
padding: 1em 2em;
border-left: 5px solid #9fd411;
background-color: #f6faf6;
color: #333333;
font-size: 2rem;
font-weight: 600;
cursor: pointer;
margin-top: 40px;
letter-spacing: 4px;
}
.accordion-005 summary::-webkit-details-marker {
display: none;
}
.accordion-005 summary::after {
transform: translateY(-25%) rotate(45deg);
width: 7px;
height: 7px;
margin-left: 10px;
border-bottom: 3px solid #cbcfc0;
border-right: 3px solid #cbcfc0;
content: '';
transition: transform .3s;
}
.accordion-005[open] summary::after {
transform: rotate(225deg);
}
.accordion-005 p {
transform: translateY(-10px);
opacity: 0;
margin: 0;
padding: 1em 2em 2em 2em;
color: #333333;
transition: transform .5s, opacity .5s;
}
.accordion-005[open] p {
transform: none;
opacity: 1;
}
@media (min-width: 768px){
.pc-dn{
display: none;
}
}