@charset "utf-8";

* {
  margin: 0px;
  padding: 0px;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
  font-family: 'Noto Sans JP', "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  vertical-align: baseline;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.05rem);
  letter-spacing: 0.02em;
  line-height: 1.88;
  position: relative;
}

@media (max-width: 1199px) {
  .sp_padding {
    width: 90%;
    margin: 0 auto;
  }
}

::-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: #89B0DB;
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/* 文字選択したときの背景色を変える */
::selection {
  background: #d7e0e9;
}

::-moz-selection {
  background: #d7e0e9;
}

a {
  border-width: 0px;
  color: #0863C6;
  text-decoration: underline solid 1px #0863C6;
}

a:visited {
  color: #0863C6;
}

a:hover {
  opacity: 0.6;
}

b {
  font-weight: 700;
}

p:not([class]) {
  margin: 0;
  padding: 0px;
  font-size: 1em;
  text-align: justify;
  margin-bottom: 2em;
}

.wrap {
  display: inline-block;
}

a[target="_blank"]::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: .8em;
  content: "\f35d";
  color: #8A8A8A;
  padding-left: 5px;
}

a[href*=".pdf"]::after {
  content: "\f1c1";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  padding-left: 5px;
  font-size: 1.1em;
  color: #e1083b;
}

a[href*=".xlsx"]::after {
  content: "\f1c3";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  padding-left: 5px;
  color: #337F47;
}

a[href*=".doc"]::after {
  content: "\f1c2";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  padding-left: 5px;
  color: #4065B0;
}

img {
  border-width: 0px;
  width: 100%;
  height: auto;
}

em {
  font-style: normal;
  /*IE対策*/
  font-weight: 500;
}

ul,
li,
ol {
  list-style: none;
}

div,
h1,
h2,
h3,
h4 {
  margin: 0px;
  padding: 0px;
  font-size: 1em;
}

strong {
  font-size: 1.05em;
  margin: 0 .2em;
  font-weight: 700;
}

.bold {
  font-weight: 700;
  font-size: 1.05em;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.right {
  text-align: right;
  margin: 0 0 0 auto;
}

.font_serif {
  font-family: 'Noto Serif JP', serif;
}

.small {
  font-size: .9rem;
}

/*---------------------*/
/*news.shtml　更新情報すべて表示*/
.dl_news{font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);}
dl.dl_news > div {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    margin-bottom: 1em;
    padding: 1em;
    gap: 10px;
}
dl.dl_news > div{
  box-shadow: none;
  border-radius: 0;
  border-bottom: .1px dashed #d1d1d1;
  margin-bottom: 0;
}
dl.dl_news dd,
dl.dl_news dt {
  padding-left: .5em;
}
.date {
  font-size: .9em;
  color: #9f9f9f;
}

@media (max-width : 768px) {
  dl.dl_news>div {
    display: block;
  }
}


/* ------------------------------
   クリッカブルマップ(レスポンシブ対応)
-----------------------------*/
img[usemap] {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width : 960px) {
  .sp_center {
    text-align: center;
    margin: 0 auto;
  }
}

/* ------------------------------
   パスワード表示切り替え
-----------------------------*/
.div_text {
  position: relative;
}

.input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.input-wrapper input {
  padding-right: 2.5em;
  /* アイコン分のスペース確保 */
}

.toggle-password {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 1.2em;
  color: #666;
}
