/* 
Theme Name: Ueno helperstation
Version: 2025
*/
*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:bold}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,embed,object,iframe{vertical-align:bottom;}button,input,optgroup,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}[type="checkbox"]{-webkit-appearance:checkbox;appearance:checkbox}[type="radio"]{-webkit-appearance:radio;appearance:radio}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:bold}
img{vertical-align: bottom;}


body{
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
font-size: 1rem;
-webkit-text-size-adjust:100%;
}


/*  */
html, body {
  height: 100%;
  margin: 0;
}
html{
scroll-padding-top: 5rem;     /*固定ヘッダ分*/
}
/* ---------------------------------------------------------
     outer inner  layout
-----------------------------------------------------------*/
/* lower fixed*/
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main {
  flex: 1;
  background: #fffcdb;
}
footer {
background: #fff;
text-align: center;
padding: 20px 0;
}


main{
margin-top: 5rem;       /*固定ヘッダ分*/
}

.site-outer{
position: relative;
width: 100%;
margin-top: 0;
margin-bottom: 0;
}
.site-inner{
max-width: 1000px;
margin: 0 auto;
padding-top: 2%;
}
.inner-padding{
margin: 0 auto;
padding: 2% 3% 3% 3%;
}

.site-pink{
background-color: #f09cb4;
}
.site-yellow{
background-color: #fffcdb;
}
.site-orange{
background-color: #feebbe;
}
.site-white{
background-color: #fafafa;
}
.site-green{
background-color: #d4edd7;
}
.site-gray{
background-color: #f4f4f4;
}

/* ---------------------------------------------------------
     ヘッダ
-----------------------------------------------------------*/
.header-section{
position: fixed;
top: 0;
right: 0;
left: 0;
width: 100%;
height: 5rem;
padding-top: 10px;
background-color: #fff;
z-index: 20;
}
.header-inner{
display: flex;
justify-content: flex-start; 
}
.header-logo{
width: 250px;
margin-top: 8px;
margin-left: 10px;
padding: 5px;
border-radius: 8px;
}
.header-logo-img {
width: 240px;
}
.linking-area {
display: none;
}

.footer-linking-area{
  display: flex;
  justify-content: center;
  align-items: center;
padding: 20px;
}

.footer-linking-area .footer-linking{
display: block;
width: 180px;
height: 35px;
line-height:  35px;
background: #0096df;
color: #fff;
white-space: nowrap;
font-weight: 700;
font-size: 1rem;
text-align: center;
border-radius: 10px;
box-shadow: 0 5px 6px rgba(0,0,0,.3);
}


/* 運営規定 */
.regH2{
display:inline-block;
min-width: 250px;
margin-bottom: 10px;
padding: 10px;
background: #eb6d8e;
color: #fff;
white-space: nowrap;
font-weight: 400;
font-size: 1rem;
text-align: center;
border-radius: 20px;
box-shadow: 0 5px 6px rgba(0,0,0,.3);
}
.reg{
width: 100%;
margin: 2% auto 5%;
padding: 20px;
background-color: #fff;
background-color: #fff;
border-radius: 40px;
}
.regH3_pink{
display: block;
width:  250px;
padding: 10px;
border: 2px solid #eb6d8e;
color: #eb6d8e;
white-space: nowrap;
font-weight: 700;
font-size: 1rem;
text-align: center;
border-radius: 20px;
box-shadow: 0 5px 6px rgba(0,0,0,.3);
}
.regUl{
margin-top: 20px;
}
.regUl li{
position: relative;
line-height: 1.3;
padding: 0px 1% 0 10%;
/* font-size: .9rem; */
font-size: clamp(0.875rem, 0.816rem + 0.29vw, 1rem);
}
.regUl li:before{
position: absolute;
top: 8px;
left: 3%;
width: 14px;
height: 14px;
background: #eb6d8e;
content: "";
box-shadow: -1px 2px 2px rgba(0,0,0,.3);
transform: rotate(45deg);
}

.linkTxt::after {
    padding-left: 10px;
    color: #0047B3;
    content: "\f14c";
    font-family: 'FontAwesome';
    font-size: 1.2rem;
}

/* ---------------------------------------------------------
     PC 
-----------------------------------------------------------*/
@media screen and (min-width: 480px),print {



.header-inner{
max-width: 1000px;
display: flex;
margin: 0 auto;
justify-content: space-between;
}
.header-logo{
width: 45%;
padding: 10px;
text-align: left;
margin-top: 0;
}
.linking-area{
width: 45%;
display: flex;
justify-content: flex-end;
padding: 10px;
text-align: right;
}
.linking img{
width: 140px;
padding-bottom: 3px;
}

.linking-area .linking {
width: 180px;
height: 35px;
line-height:  35px;
background: #0096df;
color: #fff;
white-space: nowrap;
font-weight: 700;
font-size: 1rem;
text-align: center;
border-radius: 10px;
box-shadow: 0 5px 6px rgba(0,0,0,.3);
}
.header-logo{
margin-left: 0;
}
.menu-main a:hover{
color: #37599e;
}
.linking:hover,
.header-link:hover{
position: relative; 
top: 1px;
}
.footer-linking-area{
display: none;
}


.regUl li{
position: relative;
line-height: 1.5;
padding: 0px 1% 0 7%;
/* font-size: 1rem; */
}
.regUl li:before{
left: 4%;
}

}