@charset "UTF-8";
/*! ========================================
このCSSファイルはSassから生成しております。
編集する際はSassファイルより編集を行ってください。
========================================= */
/* 印刷用 CSS */
/* リセット */
@page {
  size: A4;
  margin: 1rem 1.125rem;
}
* {
  box-shadow: none !important;
  text-shadow: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

body {
  background-color: transparent;
  color: #000;
  font-family: "SST W01 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12pt;
  line-height: 1.6;
  min-width: 992px;
}

html[lang='ja'] body {
  font-family: "SST W01 Roman", "Hiragino Kaku Gothic Pro", "メイリオ", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

html[lang='ko'] body {
  font-family: "SST W01 Roman", "Malgun Gothic", Dotum, "Apple SD Gothic Neo", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

html[lang='zh-Hans'] body {
  font-family: "SST W01 Roman", "Microsoft YaHei", "Hiragino Sans GB", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

html[lang='zh-Hant'] body {
  font-family: "SST W01 Roman", "Microsoft JhengHei", "Hiragino Kaku Gothic ProN", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

a {
  color: #666;
  text-decoration: none;
}

a[href^="http"]::after {
  content: " (" attr(href) ")";
}

a[href^="javascript:"]::after,
a[href^="#"]::after {
  content: "";
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 1.5rem 0;
  break-inside: avoid;
}
img.imgIcon {
  width: auto;
  height: 1.5rem;
  margin: 0 3px;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  orphans: 3;
  widows: 3;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img,
p img {
  margin: 0;
  vertical-align: middle;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 700;
  color: #666;
  page-break-after: avoid;
}

h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.75rem;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 1rem;
}

strong, b, .b {
  font-weight: 700;
}

em, i, cite {
  font-style: italic;
}

pre {
  font-family: monospace !important;
}

blockquote {
  margin: 20px 0;
  padding: 20px 25px;
}
blockquote:before {
  content: "“ ";
}
blockquote:after {
  content: " ”";
}

.font_50 {
  font-size: 3.125rem !important;
}

.font_44 {
  font-size: 2.75rem !important;
}

.font_40 {
  font-size: 2.5rem !important;
}

.font_38 {
  font-size: 2.375rem !important;
}

.font_35 {
  font-size: 2.1875rem !important;
}

.font_30 {
  font-size: 1.875rem !important;
}

.font_28 {
  font-size: 1.75rem !important;
}

.font_26 {
  font-size: 1.625rem !important;
}

.font_24 {
  font-size: 1.5rem !important;
}

.font_22 {
  font-size: 1.375rem !important;
}

.font_20 {
  font-size: 1.25rem !important;
}

.font_19 {
  font-size: 1.1875rem !important;
}

.font_18 {
  font-size: 1.125rem !important;
}

.font_17 {
  font-size: 1.0625rem !important;
}

.font_16 {
  font-size: 1rem !important;
}

.font_15 {
  font-size: 0.9375rem !important;
}

.font_14 {
  font-size: 0.875rem !important;
}

.font_13 {
  font-size: 0.8125rem !important;
}

.font_12 {
  font-size: 0.75rem !important;
}

.font_11 {
  font-size: 0.6875rem !important;
}

.font_10 {
  font-size: 0.625rem !important;
}

div[class*="ml"],
p[class*="ml"] {
  margin-left: 1.5rem;
}

div[class*="pl"],
p[class*="pl"] {
  padding-left: 1.5rem;
}

p[class*="font"].b {
  color: #666;
}

dl {
  margin: 1.5rem 0;
}

dt {
  orphans: 3;
  widows: 3;
  font-weight: 700;
}

dd {
  orphans: 3;
  widows: 3;
  margin-left: 1rem;
  margin-bottom: 1.5rem;
}

table {
  border-collapse: collapse !important;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

tr {
  break-inside: avoid;
}

th {
  background-color: #eee;
  font-size: 1.125em;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border-right: solid 1px #ccc;
  border-bottom: dotted 1px #ccc;
}

td {
  padding: 0.5rem 1rem;
  border-right: solid 1px #ccc;
  border-bottom: dotted 1px #ccc;
}

tr th:last-child,
tr td:last-child {
  border-right: none;
}

thead {
  display: table-header-group;
  border-bottom: solid 1px #ccc;
}

tbody {
  display: table-row-group;
}

tfoot {
  display: table-footer-group;
}

/* 各ページ共通 */
#headerArea {
  background-color: #000 !important;
  padding: .75rem;
}
#headerArea #logo {
  line-height: 1;
}
#headerArea #logo img {
  height: 1rem;
  width: auto;
}
#headerArea #searchArea {
  display: none;
}

#questionnaire {
  display: none !important;
}

/* for Microsoft IE11 */
_::-ms-backdrop, _:-ms-lang(x), #headerArea {
  border-top: solid 84px #000;
  padding: 0;
}

_::-ms-backdrop, _:-ms-lang(x), #logo {
  margin-top: -70px;
  margin-left: .75rem;
}

/* for Microsoft IE11 */
#subHeaderArea #topicpath,
#subHeaderArea #subHeaderBox {
  display: none;
}

#navArea {
  display: none;
}

#footerArea {
  border-top: dotted 1px #999;
  margin-top: 1.5rem;
  padding: 0.5rem 0.125rem 0;
}
#footerArea .left,
#footerArea .selectLanguage {
  display: none;
}

#back-top {
  display: none;
}
#back-top img {
  display: none;
}

#enqueteArea,
.rating-area {
  display: none;
}

.CautionArea,
.frameArea {
  margin: 20px 0;
  padding: 20px 25px;
  break-inside: avoid;
}
.CautionArea h4,
.frameArea h4 {
  font-size: 1em;
  margin: 0.25rem 0;
}

.CautionArea {
  border: double 3px #ccc;
}

.frameArea {
  border: solid 3px #ddd;
}
