@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: 15px;
	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;
 cursor: none;
 /*background-image: url(../img/bg.jpg);*/
 background-size: cover;
 background-position: center center;
 background-attachment: fixed;
}
.min {
		font-family: 'ãã©ã®ãææ Pro W3', 'Hiragino Mincho Pro', "Times New Roman", Times, 'YuMincho', 'æ¸¸ææ','ï¼­ï¼³ ï¼°ææ', 'MS PMincho', serif;
}
@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 {
	margin: 0 auto;
	font-size: 12px;
	padding: 0px 50px 15px 50px;
}
.bread ul li {
    display: inline;
    color: #999;
}
.bread ul li+li::before {
    content: ' / ';
    margin: 0 5px;
    color: #999;
}
.bread ul li a:link{color: #999;}
.bread ul li a:hover{color: #999;}
.bread ul li a:active{color: #999;}
.bread ul li a:visited{color: #999;}

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: ' \ ';
}






