@charset "utf-8";

html,
body{
	font-family: "Source Sans Pro", YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
	font-feature-settings:"palt";
	width:100%;
	font-size:1.1vw;
	font-size:16px;
	line-height:1.8;
	letter-spacing:0.08em;
	color:#111;
	text-align:center;
	min-width:1280px;
	-webkit-text-size-adjust:100%;
  background-color:#fff;
	overflow-wrap:break-word !important;
	word-wrap:break-word !important;
	box-sizing:border-box;
}

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

.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;}

.yu-mincho{
	font-family: YuMincho, "Yu Mincho Medium", "Yu Mincho", serif;
}
strong{
	font-family: "Source Sans Pro", YuGothic, "Yu Gothic", sans-serif;
	font-weight:bold;
}

a{
	color:#127eb5;
	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/common/icon_pdf.png) 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/common/icon/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/common/icon/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:0px;
}

.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:inline-block;
}

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

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


/* form reset
++++++++++++++++++++++++++++++*/
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,
textarea{
	box-sizing:border-box;
	margin:0; padding:0;
	outline:none;
	-webkit-appearance:none;
	appearance:none;
	border-radius:3px;
	outline:none;
	background:#fcfcfc;
	border:1px solid #CCC;
	width:100%;
	font-size:15px; line-height:1.75;
}
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select{
	height:42px;
	text-indent:1em;
}
select::-ms-expand{
  display: none;
}
select:-moz-focusring{
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
textarea{
	height:200px;
	margin:0;
	padding:1em;
}

.select-wrapper{
	box-sizing:border-box;
	height:42px;
	overflow:hidden;
	background:#fcfcfc;
	border:1px solid #CCC;
	border-radius:3px;
	position:relative;
}
.select-wrapper select{
	width:110%;
	border:none;
	background:transparent;
	position:relative; z-index:2;
}
.select-wrapper::before{
	content:"";
	border-top:6px solid #e60012;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	position:absolute;
	top:50%; right:10px;
	transform:translateY(-50%);
}

input:focus::-webkit-input-placeholder{color:transparent !important;}
input:focus::-moz-placeholder{color:transparent !important;}
input:focus::-ms-input-placeholder{color:transparent !important;}
input:focus::placeholder{color:transparent !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 !important;}

.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;}
