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

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

body {
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Verdana, "メイリオ", Meiryo,  "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;*/
  	/*font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;*/
  	/*font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "Times New Roman", Times, 'YuMincho', '游明朝','ＭＳ Ｐ明朝', 'MS PMincho', serif;*/
	font-size: 14px;
	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;
}


html{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; }


/*
===== writing setting ==========================================
*/
h1, h2, h3, h4, h5 {
    font-weight: bold;
    line-height: 1.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 {
	width: 1000px;
	margin: 0 auto;
	font-size: 12px;
	padding: 15px 0;
}
.bread ul li {
    display: inline;
}
.bread ul li+li::before {
    content: '＞';
    font-weight: 400;
    margin: 0 5px;
    color: #000;
}

p{margin: 8px 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: ' \ ';
}


.aligncenter {
    display: block;
    margin: 0 auto;
}



