@charset "utf-8";

html,
body{
	font-family: "PT Sans", "YakuHanJPs", "Noto Sans Japanese", sans-serif;
	width:100%;
	font-size:16px;
	line-height:170%;
	color:#222;
	font-weight:400;
	text-align:center;
	min-width:1280px;
	-webkit-text-size-adjust:100%;
  background-color:#f2f2f2;
	overflow-wrap:break-word !important;
	word-wrap:break-word !important;
}

.size120{font-size:1.2em; line-height:160%;}
.size110{font-size:1.1em; line-height:160%;}
.size90{font-size:0.9em; line-height:170%;}
.size85{font-size:0.85em; line-height:170%;}
.size80{font-size:0.8em; line-height:170%;}

.mt0{margin-top:0px !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}
.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}
.mt50{margin-top:50px !important;}

.mb0{margin-bottom:0px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}
.mb50{margin-bottom:50px !important;}

a{
	color:#3476ae;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

a.tel-link{
	color:#111;
	text-decoration:none;
	pointer-events:none;
}
a.pdf-link::after{
	content:"";
	background:url(../../img/svg/pdf.svg) no-repeat center center;
	background-size:auto 16px;
	display:inline-block;
	margin:0 0 0 4px;
	width:16px; height:16px;
	position:relative;
	top:2px;
}
a.excel-link::after{
	content:"";
	background:url(../../img/svg/xls.svg) no-repeat center center;
	background-size:auto 16px;
	display:inline-block;
	margin:0 0 0 4px;
	width:16px; height:16px;
	position:relative;
	top:2px;
}
a.word-link::after{
	content:"";
	background:url(../../img/svg/doc.svg) no-repeat center center;
	background-size:auto 16px;
	display:inline-block;
	margin:0 0 0 4px;
	width:16px; height:16px;
	position:relative;
	top:2px;
}
a.website-link::after{
	content:"";
	background:url(../../img/svg/link.svg) no-repeat center center;
	background-size:auto 16px;
	display:inline-block;
	margin:0 0 0 4px;
	width:16px; height:16px;
	position:relative;
	top:2px;
}

.left,
.alignleft{
	float:left;
	margin:0 20px 20px 0;
}
.right,
.alignright{
	float:right;
	margin:0 0 20px 20px;
}
.aligncenter{
	margin:0 auto 20px auto !important;
	text-align:center !important;
	display:inlne-block;
}

.flex{display:flex;}
.flex-between{justify-content:space-between;}
.flex-wrap{flex-wrap:wrap;}

.hissu{color:#FF0000 !important;}
.pc-block{display:block !important;}
.pc-none{display:none !important;}
.schema-data{display:none !important;}


/* initialize
++++++++++++++++++++++++++++++*/
*{margin:0; padding:0; font-style:normal;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	display: block;
}

img{border:none; display:block;}

.left{float:left; display:inline;}
.left img{margin-right:20px;}

.right{float:right; display:inline;}

.align-left{text-align:left;}
.align-right{text-align:right;}
.align-center{text-align:center;}

.clear{clear:both; display:block;}

li{list-style:none;}


/* clearfix
++++++++++++++++++++++++++++++*/
.clearfix:after{
	content:" ";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.clearfix{display:inline-block;}

/* Hides from IE-mac */
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* End hides from IE-mac */


#scrollUp{
	bottom:15px;
	right:20px;
	width:80px;
	height:80px;
	background:url(../../img/common/pagetop.png) no-repeat right bottom;
	background-size:80px auto;
	text-indent:-9999px;
}
a#scrollUp:hover{border:none;}

#loading{
	width:100%;
	background:#FFF;
	position:fixed;
	top:0; left:0;
	overflow:hidden;
}
#loading #loading-logo{
	width:330px;
	position:fixed;
	top:40%; left:50%;
	transform:translateX(-50%);
}
