@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

/*---------------------------------------------------
初期設定
----------------------------------------------------*/
*{box-sizing: border-box;}

html { font-size: 62.5%; }
body { font-size: 16px; font-size: 1.6rem; } 
/* 14「px」…古いブラウザ対応 14「rem」…レスポンシブ対応（画面によって文字の大きさを柔軟に可変）  */

body {
  min-width: 320px; /* スマホの横幅最小値を指定*/
  line-height: 1.8;
  color:#333;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", Meiryo, sans-serif;}

.serif{font-family: 'Noto Serif JP', serif;}

/* 親要素の高さ100% に */
html,body{height:100%;}

/* 画像の拡大縮小*/
img {
  max-width: 100%;
  height: auto;
  vertical-align:bottom;
  border:none;
}

.clear{clear:both;}
/*clearfix*/
.clearfix {zoom: 1;}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*---------------------------------------------------
共有
----------------------------------------------------*/
#wrapper{overflow:hidden;}

.inner{
  max-width: 117rem;/* コンテンツ幅1140px + 左右余白各15px */
  margin: 0 auto;
  padding: 0 1.5rem;
}

.spNpcI{display:none;}
.spIpcN{display:inline;}
.sp374{display:none;}
.spNpcI1000{display:none;}
.spIpcN1000{display:inline;}


/*　-------------
共有　リンクP
----------------*/
a{
  color:#333;
  text-decoration:none;
}
a:hover{opacity:0.7;}
a:focus, *:focus {outline:none;}


.font-roboto{
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}
.t-right{text-align: right;}



/*----------------------------------------------------
タブレット・PC用
----------------------------------------------------*/
@media only screen and (min-width: 750px) {

  .spNpcI{display:inline;}
  .spIpcN{display:none;}

}


/*----------------------------------------------------
タブレット・PC用
----------------------------------------------------*/
@media only screen and (min-width: 1000px) {

  .spNpcI1000{display:inline;}
  .spIpcN1000{display:none;}

}



/*----------------------------------------------------
スマホ 374px以下用
----------------------------------------------------*/
@media only screen and (max-width: 374px) {

  .sp374{display:inline;}

}
