@charset "utf-8";
/* CSS Document */

/*
===== base setting ==========================================
*/

html {
  font-size: 62.5%;
}
body {
 font-family: "Noto Sans JP";
 /*font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "Times New Roman", Times, 'YuMincho', '游明朝','ＭＳ Ｐ明朝', 'MS PMincho', serif;*/
	font-size:1.6rem;
	font-weight: normal;
	background-color: #fff;
	margin: 0;
	padding: 0;
	line-height: 180%;
	letter-spacing:0;
	-webkit-font-smoothing: antialiased;/*フォントアンチエイリアス処理*/
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	min-width: 1100px;
	position: relative;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

.serif{
 font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "Times New Roman", Times, 'YuMincho', '游明朝','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
.sfpro{
 font-family: 'SF Pro Display', sans-serif;
 font-weight: 700;
 line-height: 1;
 letter-spacing: 0.05em;
}


body{overflow-x:hidden;}

hr{
	border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width:100%;
    margin: 16px auto 16px;
}
img {border-style:none;}
li { list-style: none; }

.clear::after {
    content: " ";
    display: block;
    clear: both;
}

/*
===== writing setting ==========================================
*/
h1, h2, h3, h4, h5 {
    font-weight: 800;
    line-height: 1;
}
h1{font-size: 36px;}
h2{font-size: 30px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}

h1 small , h2 small , h3 small , h4 small , h5 small{
	font-size: 50%;
	color: #666;
}

.bread {
	margin: 0 auto;
	font-size: 12px;
	padding: 15px 20px 20px 20px;
}
.bread ul li {
    display: inline;
}
.bread ul li+li::before {
    content: ' / ';
    margin: 0 5px;
    color: #999;
}
.bread ul li span{
 line-height: 120%;
}

article p{margin: 40px 0 0 0;}
article p:first-child{
 margin: 0;
}

table{margin: 0;empty-cells: show;}


/*
===== module setting ==========================================
*/
.clear {clear:both;}

#up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
#up a {
  background: #000;
  color: #fff;
  width: 30px;
  padding: 15px 0;
  text-align: center;
  display: block;
  border-radius: 100px;
}
#up a:hover {
  background: #555;
}

/*
===== icon setting ==========================================
*/
.fa::before{
 font-family: "Font Awesome 5 Pro";
 /*font-family: 'Font Awesome 5 Brands';*/
 font-weight: 900;
 content: ' \ ';
}






