@charset "UTF-8";
 .mod_header .logo_wrap {
display: flex;
align-items: center;
justify-content: flex-start; gap: 16px; }
.mod_header .logo_wrap .logo {
margin: 0;
text-align: left;
}
.mod_header .logo_wrap .badge_15th {
margin: 0;
}
main#docsList {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #333;
overflow-x: hidden; 
}
.p-content__inner {
max-width: 1210px;
margin: 160px auto 80px auto;
padding: 0 16px;
display: flex;
flex-direction: column;
align-items: center;
gap: 24px;
}
.p-title {
font-size: 24px;
text-align: center;
line-height: 1.2;
}
.p-title span {
font-size: 20px;
letter-spacing: 2px;
color: #8cdbca;
}
p {
font-size: 16px;
line-height: 1.6;
text-align: center;
} .docs-list-grp__wrapper {
display: flex;
flex-direction: column;
width: 100%;
gap: 48px;
}
.docs-list-grp {
width: 100%;
display: flex;
flex-direction: column;
gap: 24px;
} .docs-list-grp h2 {
font-size: 28px; font-weight: bold;
color: #333;
display: flex;
align-items: center;
gap: 6px;
} .docs-list-grp h2 .material-icons {
font-size: 24px;
color: #8cdbca;
}
.docs-list-grp__wrapper:not(:first-child) h2 {
margin-top: 40px; 
}
.docs-list-item {
display: grid;
gap: 12px;
grid-template-areas:
"picture a"
"picture b"
"picture c";
grid-template-columns: auto 1fr;
align-items: start;
}
.item-picture-bl {
grid-area: picture;
width: 363px;  
height: 214px; 
overflow: hidden;
border-radius: 4px;
background: #f5f5f5; 
}
.item-picture-bl img {
width: 100%;
height: 100%;
object-fit: cover; 
display: block;
}
.itme-p-1 {
grid-area: a;
font-size: 20px;
font-weight: bold;
text-align: left;   
}
.itme-p-2 {
grid-area: b;
font-size: 16px;
font-weight: 400;
text-align: left;  
}
.item-btn__list {
grid-area: c;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 8px;
justify-items: start; }
.item-btn__list > li {
display: flex;
justify-content: flex-start;
max-width: 180px;
}
.item-btn__list .docs-list-btn {
display: flex;
width: 100%;
height: 40px;
justify-content: center;
align-items: center;
border-radius: 20px;
background-color: #fe8e6c;
color: #fff;
text-decoration: none;
gap: 8px;
padding: 0 12px;
font-weight: bold;
border: 1px solid #d9d9d9;
box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
}
.item-btn__list .docs-list-btn .btn__arrow {
font-size: 24px !important;
} .modal__wrap {
width: 100%;
}
.modal__wrap input {
display: none;
}
.modal__open-label,
.modal__close-label {
cursor: pointer;
}
.modal {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 9999;
display: none;
}
p.info {
text-align: left;
}
.modal__content-wrap {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 80%;
max-width: 650px;
background-color: #fefefe;
z-index: 2;
border-radius: 5px;
}
.modal__close-label {
background-color: #777;
color: #fff;
border: 2px solid #fff;
border-radius: 50%;
width: 36px;
height: 36px;
line-height: 1;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
position: fixed;
top: -15px;
right: -2%;
z-index: 99999;
font-size: 1.3em;
}
.modal__content {
max-height: 50vh;
overflow-y: auto;
padding: 40px;
}
.modal__background {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.45);
z-index: 1;
} .c-carousel {
position: relative;
width: 420px;
margin: 0 auto;
}
.c-carousel__main {
overflow: hidden;
position: relative;
}
.c-carousel__main-track {
display: flex;
transition: transform 0.3s ease-out;
}
.c-carousel__main-item {
flex-shrink: 0;
width: 100%;
}
.c-carousel__main-image {
display: block;
width: 100%;
} @media screen and (max-width: 768px) {
header.mod_header {
display: flex !important;
justify-content: flex-start !important;
text-align: left !important;
}
header.mod_header .logo_wrap {
display: flex !important;
justify-content: flex-start !important;
align-items: center !important;
}
header.mod_header .logo {
margin: 0 !important;
text-align: left !important;
}
.p-content__inner {
max-width: 100%;
padding: 0 16px;
margin: 80px auto;
gap: 16px;
align-items: center; box-sizing: border-box; 
} .p-title {
font-size: 16px;
text-align: center;
width: 100%;
}
.p-title span {
font-size: 14px;
display: block;
text-align: center;
} .p-content__inner > p {
text-align: center; 
font-size: 14px;
} .docs-list-grp h2 {
text-align: center; 
font-size: 20px; display: flex;
justify-content: center;
align-items: center;
gap: 6px;
max-width: 100%;
}
.docs-list-grp h2 .material-icons {
font-size: 18px;
} .docs-list-item {
grid-template-areas:
"a"
"picture"
"b"
"c";
grid-template-columns: 1fr;
row-gap: 12px;
}
.itme-p-1,
.itme-p-2 {
text-align: left; width: 100%;
padding: 0 16px; 
box-sizing: border-box;
}
.item-picture-bl {
width: 70%;
max-width: 363px; 
margin: 0 auto; height: auto;
box-sizing: border-box; 
}
.item-picture-bl img {
width: 100%;
height: auto; 
object-fit: cover;
} .item-btn__list {
grid-template-columns: 1fr; 
justify-items: center;
width: 100%;
}
.item-btn__list > li {
max-width: 240px;
width: 100%;
justify-content: center;
}
}   .mod_header .logo_wrap {
display: flex;
align-items: center;
justify-content: flex-start; 
gap: 16px; 
}
.mod_header .logo_wrap .logo {
margin: 0;
text-align: left;
}
.mod_header .logo_wrap .badge_15th {
margin: 0;
}
main#docsList {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #333;
overflow-x: hidden; 
}
.p-content__inner {
max-width: 1210px;
margin: 160px auto 80px auto;
padding: 0 16px;
display: flex;
flex-direction: column;
align-items: center;
gap: 24px;
}
.p-title {
font-size: 24px;
text-align: center;
line-height: 1.2;
}
.p-title span {
font-size: 20px;
letter-spacing: 2px;
color: #8cdbca;
}
p {
font-size: 16px;
line-height: 1.6;
text-align: center;
} .docs-list-grp__wrapper {
display: flex;
flex-direction: column;
width: 100%;
gap: 48px;
}
.docs-list-grp {
width: 100%;
display: flex;
flex-direction: column;
gap: 24px;
}
.docs-list-item {
display: grid;
gap: 12px;
grid-template-areas:
"picture a"
"picture b"
"picture c";
grid-template-columns: auto 1fr;
align-items: start;
}
.item-picture-bl {
grid-area: picture;
width: 363px;  
height: 214px; 
overflow: hidden;
border-radius: 4px;
background: #f5f5f5; 
}
.item-picture-bl img {
width: 100%;
height: 100%;
object-fit: cover; 
display: block;
}
.itme-p-1 {
grid-area: a;
font-size: 20px;
font-weight: bold;
text-align: left;  
}
.itme-p-2 {
grid-area: b;
font-size: 16px;
font-weight: 400;
text-align: left;   
}
.material-thumbnail img {
width: 100%;
height: auto;
display: block;
}
.item-btn__list {
grid-area: c;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 8px;
justify-items: start; }
.item-btn__list > li {
display: flex;
justify-content: flex-start;
max-width: 180px;
}
.item-btn__list .docs-list-btn {
display: flex;
width: 100%;
height: 40px;
justify-content: center;
align-items: center;
border-radius: 20px;
background-color: #fe8e6c;
color: #fff;
text-decoration: none;
gap: 8px;
padding: 0 12px;
font-weight: bold;
border: 1px solid #d9d9d9;
box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
}
.item-btn__list .docs-list-btn .btn__arrow {
font-size: 24px !important;
} .modal__wrap {
width: 100%;
}
.modal__wrap input {
display: none;
}
.modal__open-label,
.modal__close-label {
cursor: pointer;
}
.modal {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 9999;
display: none;
}
p.info {
text-align: left;
}
.modal__content-wrap {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 80%;
max-width: 650px;
background-color: #fefefe;
z-index: 2;
border-radius: 5px;
}
.modal__close-label {
background-color: #777;
color: #fff;
border: 2px solid #fff;
border-radius: 50%;
width: 36px;
height: 36px;
line-height: 1;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
position: fixed;
top: -15px;
right: -2%;
z-index: 99999;
font-size: 1.3em;
}
.modal__content {
max-height: 50vh;
overflow-y: auto;
padding: 40px;
}
.modal__background {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.45);
z-index: 1;
} .c-carousel {
position: relative;
width: 420px;
margin: 0 auto;
}
.c-carousel__main {
overflow: hidden;
position: relative;
}
.c-carousel__main-track {
display: flex;
transition: transform 0.3s ease-out;
}
.c-carousel__main-item {
flex-shrink: 0;
width: 100%;
}
.c-carousel__main-image {
display: block;
width: 100%;
}
.material-download .docs-list-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 10px 20px;
border-radius: 20px;
background-color: #fe8e6c;
color: #fff; 
font-weight: bold;
text-decoration: none;
border: 1px solid #d9d9d9;
box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
transition: all 0.3s ease;
}
.material-download .docs-list-btn:hover {
background-color: #ff7a52; 
}
.material-description {
text-align: left;
}
.material-description p,
.material-description h2,
.material-description h3,
.material-description ul,
.material-description ol {
text-align: left;
} @media screen and (max-width: 768px) {
header.mod_header {
display: flex !important;
justify-content: flex-start !important;
text-align: left !important;
}
header.mod_header .logo_wrap {
display: flex !important;
justify-content: flex-start !important;
align-items: center !important;
}
header.mod_header .logo {
margin: 0 !important;
text-align: left !important;
}
.p-content__inner {
max-width: 100%;
padding: 0 16px;
margin: 80px auto;
gap: 16px;
align-items: center; 
} .p-title {
font-size: 16px;
text-align: center;
width: 100%;
}
.p-title span {
font-size: 14px;
display: block;
text-align: center;
} .p-content__inner > p {
text-align: center;
font-size: 14px;
} .docs-list-grp h2 {
text-align: center;
font-size: 16px;
display: flex;
justify-content: center;
align-items: center;
gap: 6px;
}
.docs-list-grp h2 .material-icons {
font-size: 18px;
} .docs-list-item {
grid-template-areas:
"a"
"picture"
"b"
"c";
grid-template-columns: 1fr;
row-gap: 12px;
width: 100%; 
box-sizing: border-box;
}
.itme-p-1,
.itme-p-2 {
text-align: left;  
width: 100%;
padding: 0 16px;
box-sizing: border-box;
}
.item-picture-bl {
width: 90%;
max-width: 363px;
height: auto; 
margin: 0 auto;
box-sizing: border-box;
}
.item-picture-bl img {
width: 100%; 
height: auto;
display: block;
} .item-btn__list {
grid-template-columns: 1fr; 
justify-items: center;
width: 100%;
}
.item-btn__list > li {
max-width: 240px;
width: 100%;
justify-content: center;
}
}