@charset "UTF-8";
/*
Version: 1.0.0
Creation Date: 2024.12.8
Last Updated: 2025.6.30
*/


/* header
------------------------------------------------------------ */
.second-header .top,
.second-header .slice,
.second-header .btm {
background: #E9E611 !important;
}


/* .second-body
------------------------------------------------------------ */
.second-body {
color: #000 !important;
}
.ttl_01 {
background: #E9E611;
color: #000;
font-size: 18px !important;
font-weight: bold !important;
line-height: 1.5 !important;
padding: 20px !important;
border-left: 10px solid #000;
}
.logo_new {
position: relative;
padding-left: 100px !important;
border-left: none;
}
.logo_new::after {
content: "";
background: url("logo_new_2025.svg") no-repeat center/contain;
width: 80px;
height: 70px;
position: absolute;
top: 0;
left: 10px;
}
.ttl_02 {
background: #000;
color: #E9E611;
font-size: 14px !important;
font-weight: bold !important;
line-height: 1.5 !important;
padding: 5px 20px 5px 10px !important;
display: inline-block;
}
.ttl_02:before {
content: "■";
margin-right: 5px;
}
.ttl_03 {
color: #000;
font-size: 20px !important;
font-weight: bold !important;
line-height: 1.5 !important;
padding: 0 0 3px 40px !important;
position: relative;
}
.ttl_03::before {
content: "";
border-left: solid 30px transparent;
border-bottom: solid 20px #000;
position: absolute;
bottom: -3px;
left: 0;
}
.ttl_03::after {
content: "";
width: 100%;
border-bottom: solid 3px #000;
position: absolute;
bottom: -3px;
left: 10px;
}
.ttl_04 {
background: #e1e1e1;
font-size: 14px !important;
font-weight: bold !important;
line-height: 1.5 !important;
padding: 8px 20px !important;
display: inline-block;
}
.ttl_05 {
font-size: 20px !important;
font-weight: bold !important;
line-height: 1.5 !important;
padding: 0 45px !important;
display: inline-block;
position: relative;
}
.ttl_05::before,
.ttl_05::after {
content: "";
background: #000;
width: 44px;
height: 2px;
display: inline-block;
position: absolute;
top: 50%;
}
.ttl_05::before {
left: 0;
transform: rotate(60deg);
}
.ttl_05::after {
right: 0;
transform: rotate(-60deg);
}

.double_yel {
border: none;
border-bottom: 5px double #E9E611;
}
.double_blk {
border: none;
border-bottom: 5px double #000;
}

.frame {
border: 1px solid #000 !important;
}

.flex {
display: flex;
flex-wrap: wrap;
}
.flex >* {
background: #E9E611;
margin: 2%;
padding: 20px;
}
.flex div {
background: #FFF;
}
.flex p {
padding: 10px 0;
}
.flex em {
background: #000;
color: #FFF;
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
padding: 0 10px;
display: block;
}

@media screen and (max-width: 767px) {
.flex {
display: block;
}
.flex >* {
margin: 20px;
}
.logo_new {
padding-left: 70px !important;
}
.logo_new::after {
width: 50px;
height: 40px;
top: 10px;
left: 10px;
}
}


/* ADD（25.6.30）
------------------------------------------------------------ */
.ttl_06 {
border-left: 5px solid #E9E611 !important;
color: #000 !important;
font-size: 18px !important;
font-weight: bold !important;
padding: 0 0 0px 10px !important;
}