@charset "UTF-8";

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---------------------------------------------------------------
FONT
---------------------------------------------------------------
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Red+Hat+Display:wght@300..900&display=swap");

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---------------------------------------------------------------
GLOBAL RESET（初期化）変更後
---------------------------------------------------------------
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
article,
aside,
footer,
header,
nav,
main,
section,
summary,
details,
hgroup,
figure,
figcaption {
  display: block;
}
body {
  word-wrap: break-word;
}
pre {
  word-wrap: normal;
}
th,
td {
  word-break: break-all;
}
img {
  border: 0;
}
q:before,
q:after {
  content: "";
}
ul,
ol {
  list-style-position: inside;
}

/* Clearfix */
.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
  line-height: 0;
}
.clearfix {
  display: inline-table;
  min-height: 1%;
}
/* for macIE \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* end of for macIE */

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---------------------------------------------------------------
COMMON（共通パーツ、フォント設定）
---------------------------------------------------------------
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

html {
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: subpixel-antialiased;
  /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
	Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5em;
	*/
  font-size: 87.5%;

  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  font-size: 100%;
  height: auto;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}
#contentsArea {
  line-height: 1.8em;
}

/*フロートボックス用*/
.clr {
  clear: both;
}

/*グローバルリンク*/
a:link,
a:active,
a:visited {
  color: #393332;
  transition: 0.3s;
}

/*
main a:link {
  text-decoration: underline;
}
main a:hover {
  text-decoration: none;
}
*/

/*画像リンクエフェクト*/
#contentsArea a img,
#contentsArea .bImgbtn a img {
  transition: opacity 0.2s;
}
#contentsArea a:hover img {
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important;
  -ms-filter: "alpha( opacity=70 )" !important;
}
#contentsArea .bImgbtn a:hover img {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -ms-filter: "alpha( opacity=100 )" !important;
}

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---------------------------------------------------------------
フォーム
---------------------------------------------------------------
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

input {
  cursor: pointer;
}
textarea {
  font-size: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.extMdlFormGnrtrInner2 .w2 {
  width: 3em !important;
} /*セイ・メイ*/

/*フォームエラー*/
input.err {
  background: #fdccb7;
  border: 1px solid #f30;
}
select.err {
  background: #fdccb7;
}
radio.err {
  background: #fdccb7;
}
.err {
  background: #fdccb7;
}
