@charset "utf-8";/*!
 * http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain)
 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* add reset style */
img,
svg {
  vertical-align: bottom;
}

label {
  cursor: pointer;
}

button, select, input {
  color: inherit;
}
@charset "UTF-8";
/* -------------------------------------------- *
 *  base
 * -------------------------------------------- */
html,
body {
  height: 100%;
}

body {
  color: #333;
  background: #fff;
  font-size: 87.5%;
  font-family: HiraKakuProN-W3, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
}

/* 計測タグ系で高さ1pxの画像が入ることがあるのでそれを描画範囲外に飛ばす */
body > script ~ img {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* 計測タグ系で高さや幅をもつiframeが入ることがあるのでそれを描画範囲外に飛ばす */
body > iframe,
body > [id^=deqwas-] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* focus-visible */
:focus:not(:focus-visible) {
  outline: none;
}

:focus-visible {
  outline: 2px solid;
  outline: 5px auto -webkit-focus-ring-color;
  outline-color: #236dda;
}
/* = base mobile
----------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}
@charset "UTF-8";
/* = mod-pageTop
----------------------------------------------- *
 * TOPへスクロールするボタン mobile
----------------------------------------------- */
.mod-pageTop {
  font-size: 14px;
  text-align: center;
}

.mod-pageTop__trigger {
  display: inline-block;
  margin: 10px;
  padding: 10px 40px;
  border-radius: 25px;
  background-color: #ebebeb;
  text-decoration: none;
  color: #626262;
}

.mod-pageTop__triggerIcon,
.mod-pageTop__triggerLabel {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
@charset "UTF-8";
/* = mod-breadcrumbs
----------------------------------------------- *
 * パンくずリスト mobile
----------------------------------------------- */
.mod-breadcrumbs {
  font-size: 12px;
  margin: 10px 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  background-color: #f5f5f5;
  position: relative;
}

.mod-breadcrumbs::before {
  content: "";
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(50% - 470px);
  display: block;
  position: absolute;
}

.mod-breadcrumbs__listGroup {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  margin-left: -10px;
  display: flex;
}

.mod-breadcrumbs__item {
  position: relative;
}

.mod-breadcrumbs__item:not(.is-noAnchor) {
  background-color: #fff;
}

.mod-breadcrumbs__item:not(:first-child)::before,
.mod-breadcrumbs__item:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -20px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.mod-breadcrumbs__item::before {
  left: 1px;
  border-left: 10px solid #d8d8d8;
}

.mod-breadcrumbs__item::after {
  left: 0;
  border-left: 10px solid #fff;
}

.mod-breadcrumbs__item.is-noAnchor {
  padding: 10px 10px 10px 20px;
}

.mod-breadcrumbs__anchor {
  background: inherit;
  display: block;
  height: 32px;
  padding: 10px 10px 10px 20px;
  color: inherit;
  text-decoration: none;
}
/* = .mod-feedback
 * mobile
----------------------------------------------- */
.mod-feedback .feedback-inner {
  width: 100%;
  margin: 0 auto;
  color: #000;
}

.mod-feedback .feedback-contents-item {
  box-sizing: border-box;
  line-height: 1;
}

.mod-feedback .feedback-contents-item:first-child {
  padding: 16px 10px 12px 10px;
}

.mod-feedback .feedback-contents-item:last-child {
  padding: 0 10px 4px 10px;
}

.mod-feedback .feedback-contents-item-text {
  font-weight: bold;
  font-size: 12px;
}

.mod-feedback .feedback-contents-item p {
  line-height: 1.5;
}

.mod-feedback .feedback-contents-item a {
  color: #003af6;
  text-decoration: underline;
}

.feedback-image {
  padding: 20px 10px 0px 10px;
}

.feedback-image a img {
  width: 100%;
}
.util-layoutContainer {
  position: relative;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 959px) {
  .util-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .util-mobile-only {
    display: none !important;
  }
}
