@charset "utf-8";

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}


html {
height: 100%;
width: 100%;
font-size: 62.5%; 
}


body {
counter-reset: number 0;
text-align:left;
font-family:"Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif,"游ゴシック",YuGothic,"メイリオ",Meiryo;
font-size: 1.6rem;  
line-height:1.8;
margin:0px;
padding:0px;
-webkit-text-size-adjust: 100%;
color:#333;
word-break: break-all;
}


/*　
@media screen and (min-width: 681px) {
body {
min-width:1200px !important;
height:100%;
}
} */


@media screen and (max-width:680px){
body { 
font-size: 1.5rem; 
}
}



/* リンク文字設定
====================================================== */
a:link       {color:#18589c;text-decoration:underline;}
a:visited    {color:#18589c;text-decoration:underline;} 
a:active     {color:#18589c;text-decoration:underline;} 
a:hover      {color:#18589c;text-decoration:underline;} 

@media only screen and (max-width:1023px){
nav a:link       {color:#111;text-decoration:none;}
nav a:visited    {color:#111;text-decoration:none;} 
nav a:active     {color:#111;text-decoration:none;} 
nav a:hover      {color: #bbb;text-decoration:none;} 
}

footer a:link       {color:#111;text-decoration:none;}
footer a:visited    {color:#111;text-decoration:none;} 
footer a:active     {color:#111;text-decoration:underline;} 
footer a:hover      {color: #111;text-decoration: underline;}



.grecaptcha-badge {
bottom: 0px !important;
}
  
.sp01 {
font-weight:bold;
display: inline-block;
background: linear-gradient(transparent 60%, #ffda5252 60%);
}