@charset "UTF-8";

.wrapper{
max-width: 100%;
margin: 0 auto;
padding:10px 10px 20px 20px;
}

.main,img{
max-width:100%;
height: auto;
}

.s-img{
display: none;
}

body{
margin: 0;
padding: 0 auto;
font-family: "Helvetica Neue", Arial, sans-serif;
color: #333;
-webkit-text-size-adjust: 100%;
}

a{ text-decoration-thickness: 1px; text-decoration-skip-ink: none; text-underline-offset: 1.6px; }

.img-f-s{
border-top:5px solid #e1e1e5;
border-right:6px solid #7a7a7f;
border-bottom:6px solid #77777f;
border-left:5px solid #e3e3e7;
margin:5px 2px 0px 0px;
padding:2px;
}

.btn:active{
transform: translateY(2px);
box-shadow: none;
}

P{
margin-top: 0; margin-bottom: 0; line-height: 1.5;
}

.rt{
text-align: right;
}

.rt-2{
text-align: left;
}

.cr{
text-align: center;
}

.line-b{
border: 0; border-top: 1px solid #111; border-bottom: 3px solid #d9d9d9;
}

.line-s-s{
border-top: 1.5px solid #8c8b8b;
border-bottom: 2px solid #fffffe;
}

.f-m{
font-family: 'Times New Roman';
}

.f-s{
font-style: italic;
}

.fwb{
font-weight: bold;
}

.sp7{
margin-bottom: 7px;
}

.sp15{
margin-bottom: 15px;
}

.sp20{
margin-bottom: 20px;
}

.sp24{
margin-bottom: 24px;
}

.sp28{
margin-bottom: 28px;
}

.sp36{
margin-bottom: 36px;
}

.m-05{
margin: 0.5rem;
}

.p-12{
margin:0;
padding: 1.2rem;
}

.main-pt{
margin: 0;
padding: 30px 50px 30px 50px;
background: #ffffe9;
}

.dropdown_container2{
display: inline-block;
position: relative;
z-index: 2;
}

.dropdown_container2 span{
padding: 2px;
}

.dropdown_container2 ul{
position: relative;
top: -1px;
bottom: 65px;
left: -10px;
width: 200px;
height: 0;
overflow: hidden;
background: linear-gradient(#f7f7f7, #f0f0f0);
}

.dropdown_container2:hover > ul,
.dropdown_container2:focus-within > ul{
padding: 0px;
height: auto;
border: solid 1px #e2e2e2;
opacity: 1;
box-shadow: 1px 2px 4px -2px #777;
}

.dropdown_container2 a{
display: block;
color: #3333ff;
text-decoration: none;
}
.dropdown_container2 a:hover,
.dropdown_container2 a:focus{
background: linear-gradient(#f7f7f7, #f0f0f0);
}

.d-d-menu2{
display: inline-block;
margin:3px 11.5px 0px 0px;
padding:5.5px 1px 2px 5px;
border-top: solid 1px #e0e0e0;
border-right: solid 1px #aaa;
border-bottom: solid 1px #aaa;
border-left: solid 1px #e0e0e0;
border-top-left-radius: 15px;
border-bottom-right-radius: 3px;
}

.d-d-title2{
background: #f0f0f0;
color: #888;
font-family: 'Times New Roman';
letter-spacing: 0.05rem;
line-height: 1.7;
}

.d-d-arrow2{
width: 6px;
height: 6px;
border: 1px solid;
border-color:  transparent transparent #777 #777;
  transform: rotate(-45deg);
}

.d_c_2_base {
display: flex;
height: 0.5rem;
margin: 0 auto;
max-width:: 95%;
justify-content: flex-end;
}

.effect{
box-shadow: 0 3px 18px -4px rgba(0, 0, 0, 0.2);
}

::selection{
color: #fefefe;
background: #bbb7b4;
}

html{
scroll-behavior: smooth;
}

/* Browsers without `::-webkit-scrollbar-*` support */
@supports (not selector(::-webkit-scrollbar)){
html{
scrollbar-color: #d8d8d8 #f5f5f5;
scrollbar-width: auto;
}
}

body::-webkit-scrollbar{
width: 16px;
height: 16px;
}
body::-webkit-scrollbar-track{
background: rgba(200, 200, 200, 0.3);
box-shadow:0 0 5px inset rgba(150, 150, 150, 0.1);
}
body::-webkit-scrollbar-thumb{
background: rgba(100, 100, 100, 0.2);
border-radius: 20px;
box-shadow:0 0 5px inset rgba(150, 150, 150, 0.1);
}
body::-webkit-scrollbar-thumb:hover{
background: rgba(50, 50, 50, 0.23);
}

a:focus-visible{
outline: rgba(187, 187, 187, 0.75) ridge 2px;
outline-offset: 1px;
}
