@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	overflow-x: hidden;
	margin: 0px;
	padding: 0px;
	min-width: 440px;
	background-color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	vertical-align: baseline;
	/* スマホ横の時文字サイズを勝手に変更させない */
	-webkit-text-size-adjust: 100%;
	font-size: 17px;
	letter-spacing: .5px;
	line-height: 2;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  border-radius: 2px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(to top, #2D2F8E 0%, #60618F 100%);
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}
@media (max-width: 960px) {
	body {
		font-size: 14px;
	}
}
/* 文字選択したときの背景色を変える */ ::selection {
	background: #DEDEF4;
}
::-moz-selection {
	background: #DEDEF4;
}
a:hover:not(.linkbtn) {
	color: rgb(237, 123, 49);
	text-decoration: underline;
}
a {
	border-width: 0px;
	text-decoration: underline;
	color:#0949B9!important;
}
a:link:not(.linkbtn) {
	color: rgb(42, 47, 136);
	/*	text-decoration:underline; */
}
a:visited:not(.linkbtn) {
	color: rgb(42, 47, 136);
	text-decoration: underline;
}
a:hover:not(.linkbtn) {
	color: rgb(237, 123, 49);
	text-decoration: underline;
}
b {
	/*	color: rgb(42,47,136);*/
	font-weight: 500;
}
.bold{
	font-weight: 700;
}
/*p{text-align: justify;
  word-break: break-all;
}*/
.link_targetblank:after {
	content: "\f35d";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
     padding-left: 5px;
	color: #8A8A8A;
}
.link_pdf:after {
	content: "\f1c1";
    font-weight: 400;
    font-family: "Font Awesome 5 Free";
     padding-left: 5px;
	color: #BD2E30;
}
.link_excel:after {
	content: "\f1c3";
    font-weight: 400;
    font-family: "Font Awesome 5 Free";
    padding-left: 5px;
	color: #337F47;
}
.link_word:after {
	content: "\f1c2";
    font-weight: 400;
    font-family: "Font Awesome 5 Free";
    padding-left: 5px;
	color: #4065B0;
}
@media (max-width: 960px) {
.sp_link_none{
	pointer-events: none;
}
}
img {
	border-width: 0px;
}
em {
	font-style: normal; /*IE対策*/
	font-weight: 500;
}
ul, li, ol {
	list-style: none;
}
div, p, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}
strong{
	font-weight: 700;
}
.center{
	text-align: center!important;
	margin: 0 auto!important;
}
.right{
	text-align: right;
	margin: 0 0 0 auto;
}
.bold{
	font-weight: 700;
}
/* ------------------------------
   クリッカブルマップ(レスポンシブ対応)
-----------------------------*/
img[usemap] {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}