@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: normal;
}
.fs-title {
  font-size: 2.5rem;
  line-height: 1.8em;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .fs-title {
    font-size: 2.2rem;
    line-height: 1.7em;
  }
}
@media (max-width: 768px) {
  .fs-title {
    font-size: 2rem;
    line-height: 1.6em;
  }
}
.fs-text {
  font-size: 1.5rem;
  line-height: 1.5em;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .fs-text {
    font-size: 1.4rem;
    line-height: 1.4em;
  }
}
@media (max-width: 768px) {
  .fs-text {
    font-size: 1.3rem;
    line-height: 1.3em;
  }
}
.flex {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
}
.flex-between {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
}
.flex-center {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: center;
  /*--- IE10 ---*/
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
}
.flex-end {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: end;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: end;
  /*--- IE10 ---*/
  -webkit-justify-content: flex-end;
  /*--- safari（PC）用 ---*/
  justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-item-center {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: center;
  /*--- IE10 ---*/
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
}
.flex-self-center {
  -ms-flex-flex-item-align: center;
  /*--- IE10 ---*/
  -webkit-align-self: center;
  /*--- safari（PC）用 ---*/
  align-self: center;
}
.flex-self-end {
  -ms-flex-flex-item-align: flex-end;
  /*--- IE10 ---*/
  -webkit-align-self: flex-end;
  /*--- safari（PC）用 ---*/
  align-self: flex-end;
}
.flex-self-start {
  -ms-flex-flex-item-align: flex-start;
  /*--- IE10 ---*/
  -webkit-align-self: flex-start;
  /*--- safari（PC）用 ---*/
  align-self: flex-start;
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.br-none br {
  display: none;
}
@media (max-width: 768px) {
  .pc-content {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .sp-content {
    display: none;
  }
}
@media (min-width: 1200px) {
  .sp-content {
    display: none;
  }
}
.text-ry {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-none {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.box-link {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
}
.box-link img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.hover {
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
.hover:hover {
  opacity: 0.8;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}
*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}
/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
summary {
  display: list-item;
  /* Add the correct display in all browsers */
}
small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}
[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}
a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}
ul {
  list-style-type: none;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}
b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}
dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}
/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}
/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}
/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
[type="number"] {
  width: auto;
  /* Firefox 36+ */
}
[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}
textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}
button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}
button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}
/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}
[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}
/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}
audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}
/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}
/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
/* INTERFACE */
html {
  font-size: 62.5%;
}
body {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans", "Noto Sans CJK JP", 'Helvetica Neue', Helvetica, Arial, Verdana, "游ゴシック", "游ゴシック体", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background-color: #262c2d;
}
#print-img {
  display: none;
}
#global-header {
  height: 113px;
  background-color: #fff;
}
#global-header .inner {
  max-width: 1560px;
  height: 100%;
  margin: 0 auto;
  padding: 23px 30px 0;
  position: relative;
  overflow: hidden;
}
#global-header .inner .menu-trigger {
  display: none;
}
#global-header .inner .title {
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  height: 75px;
  line-height: 75px;
  overflow: hidden;
  position: absolute;
  left: 30px;
  top: 23px;
}
#global-header .inner .title:hover {
  opacity: 0.8;
}
#global-header .inner .title .logo {
  float: left;
  display: block;
  width: 150px;
  padding: 10px 15px 0 0;
}
#global-header .inner .title .logo img {
  width: 100%;
  height: auto;
}
#global-header .inner .title .text {
  float: right;
  display: block;
  font-size: 1.6rem;
  line-height: 75px;
  padding: 0 0 0 10px;
  color: #525b5c;
  font-weight: bold;
}
#global-header .inner #sub-navi {
  position: absolute;
  top: 0;
  right: 0;
}
#global-header .inner #sub-navi li {
  float: left;
  width: 160px;
  height: 47px;
  font-weight: bold;
  text-align: center;
  line-height: 47px;
  font-size: 1.2rem;
  background-size: auto;
}
#global-header .inner #sub-navi li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
#global-header .inner #sub-navi li a img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
#global-header .inner #sub-navi li a:hover {
  opacity: 0.8;
}
#global-header .inner #sub-navi li.contact {
  width: 200px;
  padding: 0 0 0 37px;
  background-image: url(../../img/common/icon/header-contact.png);
  background-position: 22px center;
  background-size: 23px;
  background-color: #f0f0f0;
}
#global-header .inner #sub-navi li.lang {
  padding: 0 0 0 25px;
  background-image: url(../../img/common/icon/header-lang.png);
  background-position: 30px center;
  background-size: 23px;
  background-color: #e2e2e2;
  cursor: pointer;
}
#global-header .inner #sub-navi li.lang .menu {
  display: none;
}
#global-header .inner #global-navi {
  overflow: hidden;
  position: absolute;
  bottom: 20px;
  right: 30px;
}
#global-header .inner #global-navi li {
  float: left;
  border-left: solid 1px #525b5c;
}
#global-header .inner #global-navi li a {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 20px;
  color: #525b5c;
  padding: 0 18px;
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
#global-header .inner #global-navi li a img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
#global-header .inner #global-navi li a:hover {
  opacity: 0.8;
}
#global-header .inner #global-navi li:first-child {
  border-left: none;
}
#global-header .inner #global-navi li:last-child a {
  padding: 0 0 0 18px;
}
#global-header #sp-navi {
  display: none;
}
#global-footer {
  background-color: #262c2d;
  overflow: hidden;
}
#global-footer .inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 40px 30px;
}
#global-footer .inner .top {
  margin: 0 0 20px;
  overflow: hidden;
}
#global-footer .inner .top .logo {
  float: left;
  width: 200px;
}
#global-footer .inner .top .logo img {
  width: 100%;
  height: auto;
}
#global-footer .inner .top .menu {
  margin: 0 0 0 75px;
  float: left;
}
#global-footer .inner .top .menu li {
  margin: 0 0 15px;
}
#global-footer .inner .top .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  font-size: 1.6rem;
  color: #fff;
}
#global-footer .inner .top .menu li a img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
#global-footer .inner .top .menu li a:hover {
  opacity: 0.8;
}
#global-footer .inner .top .menu li.title a {
  font-size: 1.8rem;
  font-weight: bold;
}
#global-footer .inner .bottom {
  padding: 0 0 0 276px;
}
#global-footer .inner .bottom .menu {
  margin: 0 0 10px;
  overflow: hidden;
}
#global-footer .inner .bottom .menu li {
  float: left;
  margin: 0 35px 0 0;
}
#global-footer .inner .bottom .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  font-size: 1.6rem;
  color: #fff;
}
#global-footer .inner .bottom .menu li a img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
#global-footer .inner .bottom .menu li a:hover {
  opacity: 0.8;
}
#global-footer .inner .bottom .copy {
  color: #fff;
  font-size: 1.6rem;
}
main {
  background-color: #ebe9e6;
}
main .content-area {
  max-width: 1200px;
  margin: 0 auto;
}
main .content-area > .pan {
  width: 100%;
  height: 37px;
  background-color: #7c848e;
  overflow: hidden;
}
main .content-area > .pan .list {
  padding: 0 0 0 15px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 37px;
  float: left;
}
main .content-area > .pan .list li {
  display: inline-block;
  margin: 0 10px 0 0;
}
main .content-area > .pan .list li::after {
  content: ">";
  display: inline-block;
  padding: 0 0 0 10px;
}
main .content-area > .pan .list li a {
  color: #fff;
  text-decoration: none;
}
main .content-area > .pan .list li a:hover {
  text-decoration: underline;
}
main .content-area > .pan .list li:last-child::after {
  content: "";
}
main .content-area > .pan .menu {
  padding: 4px 0;
  float: right;
  overflow: hidden;
}
main .content-area > .pan .menu li {
  padding: 3px 20px;
  border-left: 1px solid #fff;
  float: left;
}
main .content-area > .pan .menu li a {
  vertical-align: middle;
}
main .content-area > .pan .menu li a img {
  width: 22px;
  height: auto;
}
main .modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
main .modal .modal__bg {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  cursor: pointer;
}
main .modal .modal__content {
  width: calc(100% - 40px);
  max-width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 10px;
  background: #fff;
  transform: translate(-50%, -50%);
  z-index: 999;
}
main .modal .modal__content > iframe {
  width: 100%;
  height: calc(100vh - 100px);
}
main .modal .modal__content .js-modal-close {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  width: 60px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #333;
  border-radius: 4px;
  position: absolute;
  top: -30px;
  right: 0;
}
main .modal .modal__content .js-modal-close img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
main .modal .modal__content .js-modal-close:hover {
  opacity: 0.8;
}
main .modal .modal__content .js-modal-close2 {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  width: 60px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #333;
  border-radius: 4px;
  position: absolute;
  top: -30px;
  right: 0;
}
main .modal .modal__content .js-modal-close2 img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
main .modal .modal__content .js-modal-close2:hover {
  opacity: 0.8;
}
main .modal .modal__content .js-modal-close3 {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  width: 60px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #333;
  border-radius: 4px;
  position: absolute;
  top: -30px;
  right: 0;
}
main .modal .modal__content .js-modal-close3 img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
main .modal .modal__content .js-modal-close3:hover {
  opacity: 0.8;
}
main .modal .modal__content .js-modal-close4 {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  width: 60px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #333;
  border-radius: 4px;
  position: absolute;
  top: -30px;
  right: 0;
}
main .modal .modal__content .js-modal-close4 img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
main .modal .modal__content .js-modal-close4:hover {
  opacity: 0.8;
}
#global-header {
  height: 50px;
}
#global-header .inner {
  padding: 5px 20px;
}
#global-header .inner .menu-trigger {
  display: inline-block;
  width: 25px;
  height: 15px;
  position: absolute;
  top: 18px;
  left: 20px;
}
#global-header .inner .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  transition: all 0.4s;
  box-sizing: border-box;
}
#global-header .inner .menu-trigger span:nth-of-type(1) {
  top: 0;
}
#global-header .inner .menu-trigger span:nth-of-type(2) {
  top: 6px;
  width: 80%;
}
#global-header .inner .menu-trigger span:nth-of-type(3) {
  bottom: 0;
  width: 60%;
}
#global-header .inner .menu-trigger:not(.active):hover span:nth-of-type(2) {
  width: 100%;
}
#global-header .inner .menu-trigger:not(.active):hover span:nth-of-type(3) {
  width: 100%;
}
#global-header .inner .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}
#global-header .inner .menu-trigger.active span:nth-of-type(2) {
  width: 100%;
  opacity: 0;
}
#global-header .inner .menu-trigger.active span:nth-of-type(3) {
  width: 100%;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}
#global-header .inner .title {
  width: 190px;
  height: 40px;
  line-height: 40px;
  left: 0;
  right: 0;
  top: 5px;
  margin: 0 auto;
}
#global-header .inner .title .logo {
  width: 90px;
  padding: 5px 0 0 0;
  border-right: none;
}
#global-header .inner .title .text {
  display: inline-block;
  font-size: 1rem;
  line-height: 40px;
  padding: 0 0 0 0;
}
#global-header .inner #global-navi {
  display: none;
}
#global-header #sp-navi {
  width: 250px;
  padding: 10px 0 5px;
  border-top: 3px solid #333;
  background-color: #fff;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 999;
}
#global-header #sp-navi li {
  margin: 0 0 5px;
}
#global-header #sp-navi li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  width: calc(100% - 10px);
  margin: 0 auto;
  padding: 5px 12px;
  font-size: 1.1rem;
  border-radius: 4px;
}
#global-header #sp-navi li a img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
#global-header #sp-navi li a:hover {
  opacity: 0.8;
}
#global-header #sp-navi li a:hover {
  background-color: #fedfe5;
}
#global-header #sp-navi li.contact {
  padding: 5px 0 0;
  border-top: 1px solid #aaa;
}
#global-header #sp-navi li.contact a {
  background-image: url(../../img/common/icon/header-link.png);
  background-position: right 10px center;
  background-size: 13px;
}
#global-header #sp-navi li.lang a {
  background-image: url(../../img/common/icon/header-lang.png);
  background-position: right 10px center;
  background-size: 13px;
}
#global-header #sub-navi {
  display: none;
}
#global-footer .inner {
  padding: 15px;
}
#global-footer .inner .top {
  margin: 0 0 40px;
}
#global-footer .inner .top .logo {
  display: none;
}
#global-footer .inner .top .menu {
  width: 100%;
  margin: 0;
}
#global-footer .inner .top .menu li {
  margin: 0 1% 5px 0;
}
#global-footer .inner .top .menu li a {
  font-size: 1rem;
}
#global-footer .inner .top .menu li.title {
  width: 100%;
  margin: 0 0 10px;
}
#global-footer .inner .top .menu li.title a {
  font-size: 1.6rem;
}
#global-footer .inner .bottom {
  padding: 0;
  text-align: center;
}
#global-footer .inner .bottom .logo {
  display: block;
  width: 160px;
  margin: 0 auto 20px;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
#global-footer .inner .bottom .logo:hover {
  opacity: 0.8;
}
#global-footer .inner .bottom .logo img {
  width: 100%;
  height: auto;
}
#global-footer .inner .bottom .menu {
  margin: 0 0 20px;
  overflow: hidden;
}
#global-footer .inner .bottom .menu li {
  display: inline-block;
  float: none;
  margin: 0 5px;
}
#global-footer .inner .bottom .menu li a {
  font-size: 1rem;
}
#global-footer .inner .bottom .copy {
  color: #fff;
  font-size: 1rem;
}
main .content-area > .pan {
  display: none;
}
main#home-view .content-area > .content {
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}
main#home-view .content-area > .content > div {
  position: absolute;
  z-index: 1;
}
main#home-view .content-area > .content > div a {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
main#home-view .content-area > .content > div a img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
main#home-view .content-area > .content > div a:hover {
  opacity: 0.8;
}
main#home-view .content-area > .content > div a img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
main#home-view .content-area > .content > div.logo {
  top: 4.6%;
  left: 38.8%;
}
main#home-view .content-area > .content > div.logo #pdf-trigger {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
main#home-view .content-area > .content > div.logo #pdf-trigger img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
main#home-view .content-area > .content > div.logo #pdf-trigger:hover {
  opacity: 0.8;
}
main#home-view .content-area > .content > div.logo #pdf-trigger img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
main#home-view .content-area > .content > div.movie {
  width: 190px;
  top: 27.1%;
  left: 52%;
}
main#home-view .content-area > .content > div.zone-link {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
main#home-view .content-area > .content > div.zone-link a {
  display: block;
  width: auto;
  height: auto;
  position: absolute;
}
main#home-view .content-area > .content > div.zone-link a.title.A {
  top: 56.1%;
  left: 18.8%;
}
main#home-view .content-area > .content > div.zone-link a.title.B {
  top: 56.1%;
  left: 41%;
}
main#home-view .content-area > .content > div.zone-link a.title.C {
  top: 56.1%;
  left: 63.2%;
}
main#home-view .content-area > .content > div.zone-link a.arrow {
  top: 70%;
}
main#home-view .content-area > .content > div.zone-link a.arrow.A {
  left: 1.8%;
}
main#home-view .content-area > .content > div.zone-link a.arrow.B {
  left: 28%;
}
main#home-view .content-area > .content > div.zone-link a.arrow.C {
  left: 55.1%;
}
main#home-view .content-area > .content > div.zone-link a.arrow.D {
  left: 77.6%;
}
main#home-view .content-area > .content > div.zone {
  width: 18.5%;
  margin: 0 0 5px;
  position: absolute;
  top: 44.2%;
}
main#home-view .content-area > .content > div.zone > .title {
  padding: 7px 10px;
  line-height: 1.3em;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
main#home-view .content-area > .content > div.zone > .title a {
  color: #000;
}
main#home-view .content-area > .content > div.zone > .list {
  padding: 5px 5px 0;
}
main#home-view .content-area > .content > div.zone > .list li {
  margin: 0 0 2px;
  position: relative;
}
main#home-view .content-area > .content > div.zone > .list li::before {
  content: "▶";
  display: block;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 2px;
}
main#home-view .content-area > .content > div.zone > .list li a {
  padding: 2px 2px 2px 15px;
  font-size: 1.2rem;
  line-height: 1.1em;
}
main#home-view .content-area > .content > div.zone > .list li .tooltip {
  display: none;
  width: 200px;
  padding: 0 2px 5px 5px;
  margin: -30px 0 0;
  background-color: #666;
  color: #fff;
  position: absolute;
  right: -215px;
  top: 50%;
}
main#home-view .content-area > .content > div.zone > .list li .tooltip::before {
  right: 100%;
  top: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(102, 102, 102, 0);
  border-right-color: #5e5e5e;
  border-width: 8px;
  margin-top: -8px;
}
main#home-view .content-area > .content > div.zone > .list li .tooltip .title {
  display: block;
  margin: 0 0 2px;
  padding: 5px 0 3px;
  font-size: 1.3rem;
  line-height: 1.1em;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
main#home-view .content-area > .content > div.zone > .list li .tooltip .text {
  display: block;
  font-size: 1.1rem;
  line-height: 1.1em;
}
main#home-view .content-area > .content > div.zone.A {
  left: 7.7%;
}
main#home-view .content-area > .content > div.zone.A > .title {
  background-color: #9ee483;
}
main#home-view .content-area > .content > div.zone.A > .list li {
  background-color: #bfeb9e;
}
main#home-view .content-area > .content > div.zone.A > .list li .tooltip {
  background-color: #29a225;
}
main#home-view .content-area > .content > div.zone.A > .list li .tooltip::before {
  border-right-color: #29a225;
}
main#home-view .content-area > .content > div.zone.B {
  left: 29.9%;
}
main#home-view .content-area > .content > div.zone.B > .title {
  background-color: #00afdb;
}
main#home-view .content-area > .content > div.zone.B > .list li {
  background-color: #a7daea;
}
main#home-view .content-area > .content > div.zone.B > .list li .tooltip {
  background-color: #2566a2;
}
main#home-view .content-area > .content > div.zone.B > .list li .tooltip::before {
  border-right-color: #2566a2;
}
main#home-view .content-area > .content > div.zone.C {
  left: 52.3%;
}
main#home-view .content-area > .content > div.zone.C > .title {
  background-color: #ffc20f;
}
main#home-view .content-area > .content > div.zone.C > .list li {
  background-color: #ffdfae;
}
main#home-view .content-area > .content > div.zone.C > .list li .tooltip {
  background-color: #af1e2f;
}
main#home-view .content-area > .content > div.zone.C > .list li .tooltip::before {
  border-right-color: #af1e2f;
}
main#home-view .content-area > .content > div.zone.D {
  left: 74.5%;
}
main#home-view .content-area > .content > div.zone.D > .title {
  background-color: #979d9d;
}
main#home-view .content-area > .content > div.zone.D > .list li {
  background-color: #cbcbcb;
}
main#home-view .content-area > .content > div.zone.D > .list li .tooltip {
  background-color: #e68f32;
}
main#home-view .content-area > .content > div.zone.D > .list li .tooltip::before {
  border-right-color: #e68f32;
}
main#home-view .content-area > .content > div.company {
  top: 83.3%;
  left: 0.7%;
  width: 277px;
  z-index: 1;
}
main#home-view .content-area > .content > div.company a {
  opacity: 1;
}
main#home-view .content-area > .content > div.bnr {
  top: 3.5%;
  right: 2.5%;
  width: 155px;
  background-color: #fff;
}
main#home-view .content-area > .content > div.bnr > .list li {
  margin: 5px 0 0;
}
main#home-view .content-area > .content > div.bnr > .list li:first-child {
  margin: 0 0 0;
}
main#home-view .content-area > .content > div.bnr > .list li a {
  text-align: center;
}
main#home-view .content-area > .content > div.bnr > .list li a .title {
  font-size: 1.3rem;
  color: #fff;
  background-color: #e60012;
  line-height: 1.1em;
  padding: 3px 0;
}
main#sitemap-view .content-area {
  background-color: #fff;
}
main#sitemap-view .content-area > .content {
  padding: 45px;
}
main#sitemap-view .content-area > .content a {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
main#sitemap-view .content-area > .content a img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
main#sitemap-view .content-area > .content a:hover {
  opacity: 0.8;
}
main#sitemap-view .content-area > .content > .title {
  font-size: 2.5rem;
  margin: 0 0 30px;
}
main#sitemap-view .content-area > .content .sitemap {
  display: flex;
  flex-wrap: wrap;
}
main#sitemap-view .content-area > .content .sitemap .list {
  width: 30%;
  margin: 0 3% 3% 0;
}
main#sitemap-view .content-area > .content .sitemap .list.sp {
  display: none;
}
main#sitemap-view .content-area > .content .sitemap .list .sub-title {
  border-bottom: 1px solid #333;
  font-size: 1.9rem;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
main#sitemap-view .content-area > .content .sitemap .list ol {
  padding: 0 0 0 20px;
  list-style-type: disc;
  font-size: 1.4rem;
}
main#sitemap-view .content-area > .content .sitemap .list ol li {
  margin: 0 0 5px;
}
main#home-view .content-area > .content {
  height: 81.25vw;
  background-image: url(../../img/home/content-bg-sp.jpg);
}
main#home-view .content-area > .content > div.logo {
  display: none;
}
main#home-view .content-area > .content > div.movie {
  width: 23vw;
  top: 24.4vw;
  left: 54%;
}
main#home-view .content-area > .content > div.zone-link a {
  width: 20%;
  padding: 25% 0 0;
  background-size: cover;
  background-position: center;
}
main#home-view .content-area > .content > div.zone-link a img {
  display: none;
}
main#home-view .content-area > .content > div.zone-link a.arrow {
  top: 55.7%;
}
main#home-view .content-area > .content > div.zone-link a.arrow.A {
  left: 3.4%;
  background-image: url(../../img/home/arrow-A-sp.png);
}
main#home-view .content-area > .content > div.zone-link a.arrow.B {
  left: 27.7%;
  background-image: url(../../img/home/arrow-B-sp.png);
}
main#home-view .content-area > .content > div.zone-link a.arrow.C {
  left: 52.7%;
  background-image: url(../../img/home/arrow-C-sp.png);
}
main#home-view .content-area > .content > div.zone-link a.arrow.D {
  left: 76.8%;
  background-image: url(../../img/home/arrow-D-sp.png);
}
main#home-view .content-area > .content > div.zone {
  display: none;
}
main#home-view .content-area > .content > div.company {
  display: none;
}
main#home-view .content-area > .content > div.bnr {
  display: none;
}
main#home-view .content-area > .sp-content > div.concept {
  background-color: #f3f0e7;
}
main#home-view .content-area > .sp-content > div.concept > .title {
  padding: 0 0 5px;
  text-align: center;
  line-height: 1em;
  font-weight: normal;
  background-color: #fff;
}
main#home-view .content-area > .sp-content > div.concept > .title .en {
  font-size: 1.6rem;
}
main#home-view .content-area > .sp-content > div.concept > .title .ja {
  font-size: 1.2rem;
  line-height: 0.5em;
}
main#home-view .content-area > .sp-content > div.concept > .zone {
  margin: 12px 0 0;
}
main#home-view .content-area > .sp-content > div.concept > .zone a {
  color: #000;
  text-decoration: none;
}
main#home-view .content-area > .sp-content > div.concept > .zone .title {
  font-size: 1.9rem;
  text-align: center;
  color: #000;
  background-color: #333;
}
main#home-view .content-area > .sp-content > div.concept > .zone .title a {
  display: block;
  padding: 20px 0;
  line-height: 23px;
}
main#home-view .content-area > .sp-content > div.concept > .zone .list {
  max-width: 340px;
  margin: 0 auto;
  padding: 6px 20px 0;
}
main#home-view .content-area > .sp-content > div.concept > .zone .list li {
  margin: 0 0 6px;
  background-color: #aaa;
  position: relative;
}
main#home-view .content-area > .sp-content > div.concept > .zone .list li::before {
  content: "▶";
  display: block;
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 5px;
}
main#home-view .content-area > .sp-content > div.concept > .zone .list li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  padding: 2px 2px 4px 25px;
  font-size: 1.7rem;
  line-height: 1.4em;
}
main#home-view .content-area > .sp-content > div.concept > .zone .list li a img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
main#home-view .content-area > .sp-content > div.concept > .zone .list li a:hover {
  opacity: 0.8;
}
main#home-view .content-area > .sp-content > div.concept > .zone.A {
  margin: 0 0 0;
}
main#home-view .content-area > .sp-content > div.concept > .zone.A > .title {
  background-color: #9ee483;
}
main#home-view .content-area > .sp-content > div.concept > .zone.A > .list li {
  background-color: #bfeb9e;
}
main#home-view .content-area > .sp-content > div.concept > .zone.A > .list li .tooltip {
  background-color: #29a225;
}
main#home-view .content-area > .sp-content > div.concept > .zone.A > .list li .tooltip::before {
  border-right-color: #29a225;
}
main#home-view .content-area > .sp-content > div.concept > .zone.B > .title {
  background-color: #00afdb;
}
main#home-view .content-area > .sp-content > div.concept > .zone.B > .list li {
  background-color: #a7daea;
}
main#home-view .content-area > .sp-content > div.concept > .zone.B > .list li .tooltip {
  background-color: #2566a2;
}
main#home-view .content-area > .sp-content > div.concept > .zone.B > .list li .tooltip::before {
  border-right-color: #2566a2;
}
main#home-view .content-area > .sp-content > div.concept > .zone.C > .title {
  background-color: #ffc20f;
}
main#home-view .content-area > .sp-content > div.concept > .zone.C > .list li {
  background-color: #ffdfae;
}
main#home-view .content-area > .sp-content > div.concept > .zone.C > .list li .tooltip {
  background-color: #af1e2f;
}
main#home-view .content-area > .sp-content > div.concept > .zone.C > .list li .tooltip::before {
  border-right-color: #af1e2f;
}
main#home-view .content-area > .sp-content > div.concept > .zone.D {
  margin: 12px 0 10px;
  padding: 0 0 5px;
}
main#home-view .content-area > .sp-content > div.concept > .zone.D > .title {
  background-color: #979d9d;
}
main#home-view .content-area > .sp-content > div.concept > .zone.D > .list li {
  background-color: #cbcbcb;
}
main#home-view .content-area > .sp-content > div.concept > .zone.D > .list li .tooltip {
  background-color: #af1e2f;
}
main#home-view .content-area > .sp-content > div.concept > .zone.D > .list li .tooltip::before {
  border-right-color: #af1e2f;
}
main#home-view .content-area > .sp-content > div.company {
  max-width: 300px;
  margin: 0 auto;
}
main#home-view .content-area > .sp-content > div.company a {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
}
main#home-view .content-area > .sp-content > div.company a img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
main#home-view .content-area > .sp-content > div.bnr {
  padding: 0 0 20px;
  background-color: #fff;
}
main#home-view .content-area > .sp-content > div.bnr > .list li {
  margin: 15px 0 0;
  text-align: center;
}
main#home-view .content-area > .sp-content > div.bnr > .list li a {
  text-align: center;
  text-decoration: none;
}
main#home-view .content-area > .sp-content > div.bnr > .list li a .title {
  font-size: 2rem;
  color: #fff;
  background-color: #e60012;
  line-height: 1em;
  padding: 5px 0;
}
main#home-view .content-area > .sp-content > div.bnr > .list li a img {
  width: 300px;
}
main#sitemap-view .content-area > .content {
  padding: 20px;
}
main#sitemap-view .content-area > .content > .title {
  font-size: 2.5rem;
  margin: 0 0 30px;
}
main#sitemap-view .content-area > .content .sitemap {
  display: block;
}
main#sitemap-view .content-area > .content .sitemap .list {
  width: 100%;
  margin: 0 0 20px;
}
main#sitemap-view .content-area > .content .sitemap .list.pc {
  display: none;
}
main#sitemap-view .content-area > .content .sitemap .list.sp {
  display: block;
}
main#sitemap-view .content-area > .content .sitemap .list .sub-title {
  border-bottom: 1px solid #333;
  font-size: 1.9rem;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
main#sitemap-view .content-area > .content .sitemap .list .sub-title.A {
  min-height: auto;
}
main#sitemap-view .content-area > .content .sitemap .list ol {
  padding: 0 0 0 20px;
  list-style-type: disc;
  font-size: 1.4rem;
}
