@charset "utf-8";

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

.size120{font-size:1.2em; line-height:170%;}
.size110{font-size:1.1em; line-height:170%;}
.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;}
.mb80{margin-bottom:80px !important;}

.pt0{padding-top:0px !important;}
.pt5{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt20{padding-top:20px !important;}
.pt25{padding-top:25px !important;}
.pt30{padding-top:30px !important;}
.pt35{padding-top:35px !important;}
.pt40{padding-top:40px !important;}
.pt45{padding-top:45px !important;}
.pt50{padding-top:50px !important;}

.pb0{padding-bottom:0px !important;}
.pb5{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}
.pb20{padding-bottom:20px !important;}
.pb25{padding-bottom:25px !important;}
.pb30{padding-bottom:30px !important;}
.pb35{padding-bottom:35px !important;}
.pb40{padding-bottom:40px !important;}
.pb45{padding-bottom:45px !important;}
.pb50{padding-bottom:50px !important;}

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

a.tel-link{
	color:#111;
	text-decoration:none;
	pointer-events:none;
}
a.pdf-link::after,
a.excel-link::after,
a.word-link::after{
	content:"";
	background-repeat:no-repeat;
	background-repeat:center center;
	background-size:auto 16px;
	display:inline-block;
	margin:0 0 0 4px;
	width:16px; height:16px;
	position:relative;
	top:2px;
}
a.pdf-link::after{
	background-image:url(../../img/svg/icon_pdf.svg);
}
a.excel-link::after{
	background-image:url(../../img/svg/icon_excel.svg);
}
a.word-link::after{
	background-image:url(../../img/svg/icon_word.svg);
}
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;
}

.text-link{
	position:relative;
	padding-left:1em;
}
.text-link::before{
	content:"▲";
	position:absolute;
	top:0; left:0;
	font-size:80%;
	transform:scale(0.6,1) rotate(90deg);
}

.left{
	float:left;
	margin:0 20px 20px 0;
}
.right{
	float:right;
	margin:0 0 20px 20px;
}
.align-left{text-align:left;}
.align-right{text-align:right !important;}
.align-center{text-align:center;}

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

.w280{width:280px; flex-basis:280px;}
.w320{width:320px; flex-basis:320px;}
.w380{width:360px; flex-basis:360px;}
.w380{width:380px; flex-basis:380px;}
.w400{width:400px; flex-basis:400px;}
.w420{width:420px; flex-basis:420px;}
.w440{width:440px; flex-basis:440px;}
.w450{width:450px; flex-basis:450px;}
.w460{width:460px; flex-basis:460px;}
.w480{width:480px; flex-basis:480px;}
.w500{width:500px; flex-basis:500px;}
.w520{width:520px; flex-basis:520px;}
.w540{width:540px; flex-basis:540px;}
.w640{width:640px; flex-basis:640px;}

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

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="submit"],
select{
	width:100%; height:40px;
	font-family:inherit;
	font-size:14px; line-height:160%;
	color:#666;
	border:1px solid #CCC;
	border-radius:3px;
	background-color:#FFF;
	outline:none;
}
select::-ms-expand{
  display: none;
}
select:-moz-focusring{
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
textarea{
	margin:0; padding:0;
	border:1px solid #CCC;
	border-radius:3px;
	outline:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}

/* 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;}
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:15px;
	width:60px;
	height:60px;
	/* background:url(../img/scrolltop.jpg) no-repeat right bottom; */
	background-size:60px auto;
	text-indent:-9999px;
}
a#scrollUp:hover{border:none;}
