﻿@charset "utf-8";
* {
  margin: 0px;
  padding: 0px;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0 auto;
  padding: 0px;
  overflow-x: hidden; /*　横スクロールを表示しない */
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W2", "ヒラギノ明朝 ProN W2", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #111;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}
/* 文字選択したときの背景色を変える */ ::selection {
  background: #F7DFD5;
}
::-moz-selection {
  background: #F7DFD5;
}
a {
  border-width: 0px;
  text-decoration: none;
  color: #F6921E;
  transition: .4s;
}
a:visited {
  color: #F6921E;
}
a:hover {
  border-radius: 10px;
}
b {
  /*	color: rgb(42,47,136);*/
  font-weight: bold;
}
.link_targetblank:after {
  content: url("../image/common/icon-img-blank.svg");
  margin-left: 8px;
  vertical-align: -16%;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.link_pdf:after {
  content: url('../image/common/img-icon-pdf.svg');
  margin-left: 5px;
  vertical-align: -16%;
  width: 25px;
  height: 25px;
  display: inline-block;
}
/*　Excel　*/
.link_excel {
  text-decoration: none;
}
.link_excel::after {
  content: url("../image/common/img-icon-excel.svg");
  margin-left: 5px;
  vertical-align: -16%;
  width: 25px;
  height: 25px;
  display: inline-block;
}
/*　Word　*/
.link_word {
  text-decoration: none;
}
.link_word::after {
  content: url(../image/common/img-icon-word.svg);
  margin-left: 5px;
  vertical-align: -16%;
  width: 25px;
  height: 25px;
  display: inline-block;
}
/*　YouTube　*/
.link_youtube {
  text-decoration: none;
}
.link_youtube::after {
  content: url('https://icongr.am/material/youtube.svg?size=30&color=F04B4E');
  margin-left: 5px;
  vertical-align: -25%;
}
.center{
	text-align: center;
	margin: 0 auto;
}
img {
  border-width: 0px;
}
em {
  font-style: normal; /*IE対策*/
  font-weight: bold;
}
ul, li, ol {
  list-style: none;
}
div, p, h1, h2, h3, h4 {
  margin: 0px;
  padding: 0px;
}
p {
  margin-bottom: 1.5em;
}
/* スクロールバーの一括設定 */
/* スクロールの幅の設定 */ ::-webkit-scrollbar {
  width: 13px;
  height: 10px;
  border-radius: 50px;
}
/* スクロールの背景の設定 */ ::-webkit-scrollbar-track {
/*  background: #E7E7E7;
*/}
/* スクロールのつまみ部分の設定 */ ::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.2);
}
/* フロートの解除　clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:before {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  display: block;
}
/* ------------------------------
   クリッカブルマップ(レスポンシブ対応)
-----------------------------*/
/*img[usemap] {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}*/

.grayout{
	color:#999;
}