@charset "utf-8";
/* webfont icons (bootstrap) */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');


body {
    background: none;
    font-family: "Noto Sans JP", sans-serif;
}
/* .header21 {
    padding: 10px 0;
} */
.header21 {
    padding: 10px 15px;
}
.top_box {
    display: flex;
    justify-content: center;
    align-items: center;
}


.s_inner, .m_inner, .l_inner, .p_inner {
    width: 100%;
}
.l_inner {
    max-width: 800px;
}
@media screen and (min-width: 1000px) {
.s_inner, .m_inner, .l_inner {
    display: flex;
}
.m_inner {
    max-width: 1000px;
}
.l_inner {
    max-width: 1200px;
}
.p_inner {
    max-width: 1200px;
}
}

.top_box .top_picbox img {
    width: 100%;
}

/*フッター*/
.about21 {
    border-bottom: solid 1px #fff;
    padding: 0 0 30px;
    margin-bottom: 30px;
}
.ab21_title {
    font-size: 17px;
    line-height: 100%;
    font-weight: bold;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
}
.ab21_txt {
    font-size: 13px;
    line-height: 150%;
    text-align: justify;
    color: #fff;
}


.f-sm {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}
.f-sm-in:first-of-type {
    margin-right: 10px;
}
.f-sm-in li {
    margin-bottom: 15px;   
    text-align: left;
}
.f-sm-in li:last-of-type {
    margin-bottom: 0;
}
.f-sm-in li a {
    font-size: 13px;
	color: #fff;
    display: block;
    transition: all 0.2s ease;
}

.f-sm-in li i {
    color: #ff0;
    margin-right: 5px;   
    text-align: left;
}
p.copyright {
    font-size: 11px;
    line-height: 150%;
    color: #fff;
}
@media screen and (min-width: 399px){
.f-sm-in:first-of-type {
    margin-right: 25px;
}
.f-sm-in li a {
    font-size: 14.5px;
}
}
@media screen and (min-width: 768px){
    .f-sm-in li {
        margin-right: 40px;
    }
    .f-sm-in:last-of-type {
        margin-right: 0px;
    }
}
@media screen and (min-width: 1000px){
footer {
	padding: 80px 0 40px;
}
.ab21_title {
    font-size: 18px;
    margin-bottom: 12px;
}
.ab21_txt {
    font-size: 14px;
    line-height: 160%;
}
.f-sm-in li {
    margin-right: 100px;        
    text-align: left;
}
.f-sm-in:last-of-type {
    margin-right: 0px;
}
.f-sm-in li a:hover {
    color: #ff0;
} 
}

a {
    text-decoration: none;
}
.foot_box {
    margin: 0 15px;
}

.page_top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 25px;
    background: linear-gradient(#fff, #ddd);
    z-index: 100;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.4));
}
.page_top a {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
}


.page_top a:hover {
    background: #FC504E;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}

@media screen and (min-width: 1px) {
    .yesSP768 {
        display: block !important;
    }
    .yesPC768 {
        display: none !important;
    }
}
@media screen and (min-width: 768px) {
    .yesSP768 {
        display: none !important;
    }
    .yesPC768 {
        display: block !important;
    }
}


/* @media screen and (max-width: 768px) {
    .header21 {
        padding: 10px 10px;
    }
} */