@charset "UTF-8";
/*
* main.css
*
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
/* ------------------------
  reset
------------------------ */
html,
body {
  height: 100%;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

sub,
sup {
  position: relative;
  vertical-align: baseline; 
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit; 
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; 

  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0; 
  border: 0;
}

input {
  line-height: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
}

ol,
ul {
  list-style: none;
}

select {
     -moz-appearance: none;
  -webkit-appearance: none;
}

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

fieldset {
  border: 0;
}

/* ------------------------
  Base Settings
------------------------ */
html {
  font-size: 3.125vw;
}
@media only screen and (max-width: 320px) {
  html {
    font-size: 10px;
  }
}
@media print, screen and (min-width: 480px) and (max-width: 767px) {
  html {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  html {
    font-size: 10px;
  }
}

body {
  min-width: 320px;
  background-color: #fff;
  word-wrap: break-word;
  color: #333;
  font-family: "Roboto", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem; 
  line-height: 1.5;

  -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
@media print, screen and (min-width: 768px) {
  body {
    min-width: 1140px;
    font-size: 1.6rem;
  }
}

a {
  -webkit-transition: color 0.2s;
  transition: color 0.2s; 
  text-decoration: underline;
  color: #333;
}
a:visited {
  color: #333;
}
a:hover {
  text-decoration: none; 
  color: #de0000;
}
a:active {
  text-decoration: none; 
  color: #de0000;
}
a[href^="tel:"]:hover {
  color: #333;
}
@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    cursor: text; 
    text-decoration: none;
  }
}

/* ------------------------
  utilities Classes
------------------------ */
.hidden {
  display: none !important;
  visibility: hidden;
}

@media only screen and (max-width: 767.98px) {
  .hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media print, screen and (min-width: 768px) {
  .hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

.visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0); 
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto; 
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* Slider */
.slick-slider {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto; 
  margin-left: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none; 
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  border: 1px solid transparent; 
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
	Modaal - accessible modals - v0.4.3
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  overflow: hidden; 
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  padding: 0 !important;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
}

.modaal-overlay {
  opacity: 0; 
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-wrapper {
  display: block;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 

  -webkit-overflow-scrolling: touch;
}
.modaal-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  padding: 0;
  border: none;
  background: transparent;

  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  position: relative;
  padding: 80px 25px; 
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.modaal-fullscreen .modaal-inner-wrapper {
  display: block;
  padding: 0;
  vertical-align: top;
}

.modaal-container {
  display: inline-block;
  position: relative;
  margin: auto;
  border-radius: 0px;
  width: 100%;
  max-width: 1000px;
  cursor: auto; 
  background: #fff;
  text-align: left;
  color: #000;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}
.modaal-container.is_loading {
  overflow: hidden; 
  width: 100px;
  height: 100px;
}
.modaal-fullscreen .modaal-container {
  overflow: auto; 
  max-width: none;
  height: 100%;
}

.modaal-close {
  opacity: 1;
  position: fixed;
  top: 20px;
  right: 20px;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; 
  background: rgba(0, 0, 0, 0);
  color: #fff;
}
.modaal-close:focus,
.modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #de0000;
}
.modaal-close span {
  overflow: hidden; 
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  padding: 0 !important;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
}
.modaal-close:before,
.modaal-close:after {
  content: " ";
  display: block;
  position: absolute;
  top: 14px;
  left: 23px;
  border-radius: 4px;
  width: 4px;
  height: 22px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out; 
  background: #fff;
}
.modaal-close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  top: 10px; 
  right: 10px;
  background: #afb7bc;
}

.modaal-content-container {
  padding: 2.45rem;
}
@media print, screen and (min-width: 768px) {
  .modaal-content-container {
    padding: 4.2rem;
  }
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  display: inline-block;
  margin: 0 10px;
  border: none;
  cursor: pointer;
  background: transparent; 
  vertical-align: middle;
  font-size: 14px;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out; 
  background: #555;
  color: #fff;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  opacity: 0 !important; 
  width: 1px !important;
  height: 1px !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards; 
  -webkit-box-shadow: none !important; 
          box-shadow: none !important;
}

.modaal-image .modaal-inner-wrapper {
  padding-right: 140px; 
  padding-left: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  margin: 20px 0 0;
  width: 100%;
  text-align: center;
  color: #fff; 
  font-size: 18px;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  opacity: 1;
  position: absolute;
  top: 50%;
  border: none;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; 
  -webkit-transform: translateY(-50%); 
          transform: translateY(-50%);
  background: rgba(0, 0, 0, 0);
  color: #fff;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  overflow: hidden; 
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  padding: 0 !important;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
}
.modaal-gallery-control:before,
.modaal-gallery-control:after {
  content: " ";
  display: block;
  position: absolute;
  top: 16px;
  left: 25px;
  border-radius: 4px;
  width: 4px;
  height: 18px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out; 
  background: #fff;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  position: relative; 
  margin: auto 50px;
}

.modaal-video-container {
  overflow: hidden;
  position: relative;
  margin-right: auto; 
  margin-left: auto;
  padding-bottom: 56.25%;
  max-width: 100%;
  max-width: 1300px;
  height: 0;
  background: #000;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  display: block; 
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-right: 25px; 
    padding-left: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
            transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before,
  .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    right: 20px; 
    left: auto;
  }
  .modaal-gallery-prev {
    right: auto; 
    left: 20px;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  width: 200px;
  height: 200px;
  -webkit-transform: scale(0.25);
          transform: scale(0.25); 
  background: none;
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  position: absolute; 
  margin-top: 4px;
  margin-left: 4px;
  width: 24px;
  height: 24px;
}

.modaal-loading-spinner > div > div {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
     -moz-animation: modaal-loading-spinner 1s linear infinite;
      -ms-animation: modaal-loading-spinner 1s linear infinite;
       -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
          transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
          transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
     -moz-animation: modaal-loading-spinner 1s linear infinite;
      -ms-animation: modaal-loading-spinner 1s linear infinite;
       -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
          transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.37s;
          animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
          transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
     -moz-animation: modaal-loading-spinner 1s linear infinite;
      -ms-animation: modaal-loading-spinner 1s linear infinite;
       -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
          transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.62s;
          animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
          transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
          transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.87s;
          animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
          transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/* ------------------------
  utility
------------------------ */
/* font ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

small,
.small {
  font-size: 83.333333%;
}

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

.font-xs {
  font-size: 1rem !important;
}
@media print, screen and (min-width: 768px) {
  .font-xs {
    font-size: 1.2rem !important;
  }
}

.font-sm {
  font-size: 1.2rem !important;
}
@media print, screen and (min-width: 768px) {
  .font-sm {
    font-size: 1.4rem !important;
  }
}

.font-md {
  font-size: 1.4rem !important;
}
@media print, screen and (min-width: 768px) {
  .font-md {
    font-size: 1.6rem !important;
  }
}

.font-lg {
  font-size: 1.6rem !important;
}
@media print, screen and (min-width: 768px) {
  .font-lg {
    font-size: 2rem !important;
  }
}

.font-xl {
  font-size: 2rem !important;
}
@media print, screen and (min-width: 768px) {
  .font-xl {
    font-size: 2.4rem !important;
  }
}

.font-xxl {
  font-size: 2.4rem !important;
}
@media print, screen and (min-width: 768px) {
  .font-xxl {
    font-size: 3.2rem !important;
  }
}

.font-heading {
  color: #000 !important;
  font-weight: normal !important;
}

.font-em {
  color: #de0000 !important;
  font-weight: normal !important;
  font-style: normal !important;
}

.font-xem {
  color: #de0000 !important;
  font-weight: bold !important;
}

.font-light {
  color: #999 !important;
}

/* ico ---------- */
[class^="ico-"],
[class*=" ico-"] {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  line-height: 0;
}
[class^="ico-"]:before,
[class^="ico-"]:after,
[class*=" ico-"]:before,
[class*=" ico-"]:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain; 
  vertical-align: text-top;
}
[class^="ico-"]:after,
[class*=" ico-"]:after {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.ico-blank:before {
  background-image: url(/assets/img/common/ico_blank_red.svg);
}

.ico-pdf:before {
  background-image: url(/assets/img/common/ico_pdf.svg);
}

.ico-doc:before {
  background-image: url(/assets/img/common/ico_doc.svg);
}

.ico-xlsx:before {
  background-image: url(/assets/img/common/ico_xlsx.svg);
}

.ico-map:before {
  background-image: url(/assets/img/common/ico_map.svg);
}

.ico-help:before {
  background-image: url(/assets/img/common/ico_help.svg);
}

.ico-mitsubishimark:before {
  background-image: url(/assets/img/common/ico_mitsubishimark.svg);
}

.ico-mitsubishimark-black:before {
  background-image: url(/assets/img/common/ico_mitsubishimark_black.svg);
}

.ico-sound {
  width: 3.2rem;
  height: 3.2rem;
}
.ico-sound:before {
  background-image: url(/assets/img/common/ico_sound.svg);
}
@media print, screen and (min-width: 768px) {
  .ico-sound {
    width: 3.5rem;
    height: 3.5rem;
  }
}

/* ------------------------
  c-link
------------------------ */
.c-link,
[class^="c-link-"],
[class*=" c-link-"] {
  display: inline-block;
  border: 0;
  min-height: 0;
  background: none;
  vertical-align: middle;
  text-decoration: none; 
  color: inherit;

  -webkit-appearance: none;
}
.c-link:before,
[class^="c-link-"]:before,
[class*=" c-link-"]:before {
  content: "";
  display: inline-block;
  margin: -0.6em 0.2em -0.4em 0;
  width: 1em;
  height: 1em;
  background: url(../img/common/arw_red_right.svg) no-repeat;
  background-size: contain; 
  vertical-align: middle;

  -ms-flex-negative: 0;

      flex-shrink: 0;
}
.c-link:hover,
[class^="c-link-"]:hover,
[class*=" c-link-"]:hover {
  color: #de0000;
}
.c-link:not([href]):not([type]):hover,
[class^="c-link-"]:not([href]):not([type]):hover,
[class*=" c-link-"]:not([href]):not([type]):hover {
  color: inherit;
}
.c-link[href^="http"],
[class^="c-link-"][href^="http"],
[class*=" c-link-"][href^="http"] {
  word-break: break-all;
}

.c-link-indent {
  padding-left: 1.2em;
}
.c-link-indent:before {
  margin-left: -1.2em;
}

.c-link-up:before {
  background-image: url(../img/common/arw_red_up.svg);
}

.c-link-down:before {
  background-image: url(../img/common/arw_red_down.svg);
}

.c-link-left:before {
  background-image: url(../img/common/arw_red_left.svg);
}

.c-link-blank:after {
  content: "";
  display: inline-block;
  margin: -0.6em 0 -0.4em 0.35em;
  width: 1em;
  height: 1em;
  background: url(../img/common/ico_blank_red.svg) no-repeat;
  background-size: contain; 
  vertical-align: middle;
}

.c-link-pdf:after {
  content: "";
  display: inline-block;
  margin: -0.6em 0 -0.4em 0.35em;
  width: 1em;
  height: 1em;
  background: url(../img/common/ico_pdf.svg) no-repeat;
  background-size: contain; 
  vertical-align: middle;
}

.c-link-doc:after {
  content: "";
  display: inline-block;
  margin: -0.6em 0 -0.4em 0.35em;
  width: 1em;
  height: 1em;
  background: url(../img/common/ico_doc.svg) no-repeat;
  background-size: contain; 
  vertical-align: middle;
}

.c-link-xlsx:after {
  content: "";
  display: inline-block;
  margin: -0.6em 0 -0.4em 0.35em;
  width: 1em;
  height: 1em;
  background: url(../img/common/ico_xlsx.svg) no-repeat;
  background-size: contain; 
  vertical-align: middle;
}

.c-link-em:before {
  background-image: url(../img/common/arw_square_red_right.svg);
}

.c-link-em.c-link-up:before {
  background-image: url(../img/common/arw_square_red_up.svg);
}

.c-link-em.c-link-down:before {
  background-image: url(../img/common/arw_square_red_down.svg);
}

.c-link-em.c-link-left:before {
  background-image: url(../img/common/arw_square_red_left.svg);
}

.c-link-rss:before {
  background-image: url(../img/common/ico_rss.svg);
}

.c-link-sound:before {
  margin: -1.7rem 0.5em -1.5rem 0;
  width: 3.2rem;
  height: 3.2rem;
  background-image: url(../img/common/ico_sound.svg);
}
@media print, screen and (min-width: 768px) {
  .c-link-sound:before {
    margin: -1.9rem 0.5em -1.6rem 0;
    width: 3.5rem;
    height: 3.5rem;
  }
}

.c-linkGroup_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1.2rem;
  margin-right: -1.2rem;
  margin-left: -1.2rem; 

  -ms-flex-wrap: wrap; 

      flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .c-linkGroup_list {
    margin-right: -2.1rem;
    margin-left: -2.1rem;
  }
}
.c-linkGroup_list > li {
  margin-right: 1.2rem;
  margin-left: 1.2rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #e6e6e6;
}
.c-linkGroup-borderless > .c-linkGroup_list > li {
  border-bottom: 0;
}
.c-linkGroup-align-items-center > .c-linkGroup_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-linkGroup-align-items-center > .c-linkGroup_list > li > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bg-gray .c-linkGroup_list > li {
  border-color: #d9d9d9;
}
@media only screen and (max-width: 767.98px) {
  .c-linkGroup-1col > .c-linkGroup_list > li {
    -ms-flex-preferred-size: calc(100% - 2.4rem);
        flex-basis: calc(100% - 2.4rem);
  }
  .c-linkGroup-2col > .c-linkGroup_list > li {
    -ms-flex-preferred-size: calc(50% - 2.4rem);
        flex-basis: calc(50% - 2.4rem);
  }
  .c-linkGroup-3col > .c-linkGroup_list > li {
    -ms-flex-preferred-size: calc(33.333333% - 2.4rem);
        flex-basis: calc(33.333333% - 2.4rem);
  }
  .c-linkGroup-4col > .c-linkGroup_list > li {
    -ms-flex-preferred-size: calc(25% - 2.4rem);
        flex-basis: calc(25% - 2.4rem);
  }
  .c-linkGroup-sm-1col > .c-linkGroup_list > li {
    -ms-flex-preferred-size: calc(100% - 2.4rem);
        flex-basis: calc(100% - 2.4rem);
  }
  .c-linkGroup-sm-2col > .c-linkGroup_list > li {
    -ms-flex-preferred-size: calc(50% - 2.4rem);
        flex-basis: calc(50% - 2.4rem);
  }
  .c-linkGroup-sm-3col > .c-linkGroup_list > li {
    -ms-flex-preferred-size: calc(33.333333% - 2.4rem);
        flex-basis: calc(33.333333% - 2.4rem);
  }
  .c-linkGroup-sm-4col > .c-linkGroup_list > li {
    -ms-flex-preferred-size: calc(25% - 2.4rem);
        flex-basis: calc(25% - 2.4rem);
  }
}
@media print, screen and (min-width: 768px) {
  .c-linkGroup_list > li {
    margin-right: 2.1rem;
    margin-left: 2.1rem;
  }
  .c-linkGroup-1col > .c-linkGroup_list > li {
    -ms-flex-preferred-size: calc(100% - 4.2rem);
        flex-basis: calc(100% - 4.2rem);
  }
  .c-linkGroup-2col > .c-linkGroup_list > li {
    -ms-flex-preferred-size: calc(50% - 4.2rem);
        flex-basis: calc(50% - 4.2rem);
  }
  .c-linkGroup-3col > .c-linkGroup_list > li {
    -ms-flex-preferred-size: calc(33.333333% - 4.2rem);
        flex-basis: calc(33.333333% - 4.2rem);
  }
  .c-linkGroup-4col > .c-linkGroup_list > li {
    -ms-flex-preferred-size: calc(25% - 4.2rem);
        flex-basis: calc(25% - 4.2rem);
  }
  .c-linkGroup-lg-1col > .c-linkGroup_list > li {
    -ms-flex-preferred-size: calc(100% - 4.2rem);
        flex-basis: calc(100% - 4.2rem);
  }
  .c-linkGroup-lg-2col > .c-linkGroup_list > li {
    -ms-flex-preferred-size: calc(50% - 4.2rem);
        flex-basis: calc(50% - 4.2rem);
  }
  .c-linkGroup-lg-3col > .c-linkGroup_list > li {
    -ms-flex-preferred-size: calc(33.333333% - 4.2rem);
        flex-basis: calc(33.333333% - 4.2rem);
  }
  .c-linkGroup-lg-4col > .c-linkGroup_list > li {
    -ms-flex-preferred-size: calc(25% - 4.2rem);
        flex-basis: calc(25% - 4.2rem);
  }
  .c-linkGroup-lg-5col > .c-linkGroup_list > li {
    -ms-flex-preferred-size: calc(20% - 4.2rem);
        flex-basis: calc(20% - 4.2rem);
  }
  .c-linkGroup-lg-6col > .c-linkGroup_list > li {
    -ms-flex-preferred-size: calc(16.666667% - 4.2rem);
        flex-basis: calc(16.666667% - 4.2rem);
  }
  .c-linkGroup-lg-7col > .c-linkGroup_list > li {
    -ms-flex-preferred-size: calc(14.285714% - 4.2rem);
        flex-basis: calc(14.285714% - 4.2rem);
  }
  .c-linkGroup-lg-8col > .c-linkGroup_list > li {
    -ms-flex-preferred-size: calc(12.5% - 4.2rem);
        flex-basis: calc(12.5% - 4.2rem);
  }
}
.c-linkGroup_list > li > a {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.c-linkGroup_list > li > a:first-child {
  margin-top: -1.2rem;
}
.c-linkGroup_list > li > a:last-child {
  margin-bottom: -1.2rem;
}
.c-linkGroup_list > li > a:not(.c-media) {
  display: block;
}
.c-linkGroup_list .c-linkGroup:last-child {
  margin-bottom: -1.2rem;
}
.c-linkGroup_list .c-linkGroup_list > li:last-child {
  border-bottom: 0;
}

.c-icoLink [class^="ico-"],
.c-icoLink [class*=" ico-"] {
  margin-right: 0.35em;
  margin-left: 0.35em;
}

.c-boxLink {
  display: block;
  text-decoration: none;
}

/* ------------------------
  c-btn
------------------------ */
.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1rem 2rem;
  border: 1px solid #e6e6e6;
  min-width: 16rem;
  min-height: 4rem;
  background: #fff;
  text-decoration: none;
  color: inherit;
  font-weight: bold;
  line-height: 1.3; 

  -webkit-appearance: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btn:hover {
  color: #de0000;
}
@media print, screen and (min-width: 768px) {
  .c-btn {
    padding-right: 3rem;
    padding-left: 3rem;
    -webkit-transition: border-color 0.2s, background-color 0.2s, color 0.2s;
    transition: border-color 0.2s, background-color 0.2s, color 0.2s;
  }
}
.c-btn[disabled] {
  border-color: transparent;
  background-color: #b2b2b2;
  color: #fff;
}
.c-btn[disabled]:hover {
  color: #fff;
}
.c-btn[disabled].c-link:before {
  background-image: url(../img/common/arw_white_right.svg);
}
.c-btn[class^="c-link"]:before,
.c-btn[class*=" c-link"]:before {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -0.3em;
}
.c-btn[class^="c-link"]:after,
.c-btn[class*=" c-link"]:after {
  margin-top: 0;
  margin-bottom: 0;
}
.c-btn .ico-sound {
  margin-right: 1.2rem; 
  width: 2.4rem;
  height: 2.4rem;
}

.c-btn-fluid {
  width: 100%;
}

.c-btn-sm {
  padding-right: 2rem;
  padding-left: 2rem; 
  min-width: 0;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .c-btn-sm {
    font-size: 1.4rem;
  }
}

.c-btn-em {
  border-color: #b2b2b2;
}

.c-btn-primary {
  border-color: transparent;
  background-color: #de0000;
  color: #fff;
}
.c-btn-primary:visited,
.c-btn-primary:hover,
.c-btn-primary:active {
  color: #fff;
}
.c-btn-primary.c-link:before {
  background-image: url(../img/common/arw_white_right.svg);
}
@media print, screen and (min-width: 768px) {
  .c-btn-primary:not([disabled]):hover {
    background-color: #ff0004;
  }
}

.c-btn-inline {
  margin-top: -0.95em;
  margin-bottom: -0.75em;
  padding-top: 0;
  padding-right: 0.7em;
  padding-bottom: 0;
  padding-left: 0.7em;
  min-width: 3em;
  min-height: 1.7em;
  vertical-align: middle;
  font-size: 0.875em;
}

.c-btnGroup {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
@media print, screen and (min-width: 768px) {
  .c-btnGroup {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.c-btnGroup:first-child {
  margin-top: 0;
}
.c-btnGroup:last-child {
  margin-bottom: 0;
}

.c-btnGroup_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -0.5rem; 

  -webkit-box-pack: center; 

      -ms-flex-pack: center; 

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btnGroup_list li {
  margin: 0.5rem;
}

@media only screen and (max-width: 767.98px) {
  .c-btnGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
  }
  .c-btnGroup_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-btnGroup_list li {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .c-btnGroup_list .c-btn {
    width: 100%;
  }
}

.c-btn-close {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 50%;
  width: 3.2rem;
  min-width: 0;
  height: 3.2rem;
  min-height: 0;
  background-color: #fff;
}
.c-btn-close span {
  display: none;
}
.c-btn-close:before,
.c-btn-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 2px;
  width: 2px;
  height: 16px;
  background: #de0000;
}
.c-btn-close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-btn-close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media print, screen and (min-width: 768px) {
  .c-btn-close {
    width: 4.4rem;
    height: 4.4rem;
  }
  .c-btn-close:before,
  .c-btn-close:after {
    border-radius: 4px; 
    width: 4px;
    height: 20px;
  }
}

/* margin ---------- */
/* mx- ---------- */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.35rem !important;
  margin-left: 0.35rem !important;
}
@media print, screen and (min-width: 768px) {
  .mx-1 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }
}

.mx-2 {
  margin-right: 0.7rem !important;
  margin-left: 0.7rem !important;
}
@media print, screen and (min-width: 768px) {
  .mx-2 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
}

.mx-3 {
  margin-right: 1.4rem !important;
  margin-left: 1.4rem !important;
}
@media print, screen and (min-width: 768px) {
  .mx-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
}

.mx-4 {
  margin-right: 2.45rem !important;
  margin-left: 2.45rem !important;
}
@media print, screen and (min-width: 768px) {
  .mx-4 {
    margin-right: 4.2rem !important;
    margin-left: 4.2rem !important;
  }
}

.mx-5 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}
@media print, screen and (min-width: 768px) {
  .mx-5 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
}

.mx-6 {
  margin-right: 6.65rem !important;
  margin-left: 6.65rem !important;
}
@media print, screen and (min-width: 768px) {
  .mx-6 {
    margin-right: 11.4rem !important;
    margin-left: 11.4rem !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.35rem !important;
    margin-left: 0.35rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.7rem !important;
    margin-left: 0.7rem !important;
  }
  .mx-sm-3 {
    margin-right: 1.4rem !important;
    margin-left: 1.4rem !important;
  }
  .mx-sm-4 {
    margin-right: 2.45rem !important;
    margin-left: 2.45rem !important;
  }
  .mx-sm-5 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-sm-6 {
    margin-right: 6.65rem !important;
    margin-left: 6.65rem !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }
  .mx-lg-2 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-lg-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-lg-4 {
    margin-right: 4.2rem !important;
    margin-left: 4.2rem !important;
  }
  .mx-lg-5 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-6 {
    margin-right: 11.4rem !important;
    margin-left: 11.4rem !important;
  }
}

/* my- ---------- */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.35rem !important;
  margin-bottom: 0.35rem !important;
}
@media print, screen and (min-width: 768px) {
  .my-1 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }
}

.my-2 {
  margin-top: 0.7rem !important;
  margin-bottom: 0.7rem !important;
}
@media print, screen and (min-width: 768px) {
  .my-2 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
}

.my-3 {
  margin-top: 1.4rem !important;
  margin-bottom: 1.4rem !important;
}
@media print, screen and (min-width: 768px) {
  .my-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
}

.my-4 {
  margin-top: 2.45rem !important;
  margin-bottom: 2.45rem !important;
}
@media print, screen and (min-width: 768px) {
  .my-4 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important;
  }
}

.my-5 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}
@media print, screen and (min-width: 768px) {
  .my-5 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
}

.my-6 {
  margin-top: 6.65rem !important;
  margin-bottom: 6.65rem !important;
}
@media print, screen and (min-width: 768px) {
  .my-6 {
    margin-top: 11.4rem !important;
    margin-bottom: 11.4rem !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.35rem !important;
    margin-bottom: 0.35rem !important;
  }
  .my-sm-2 {
    margin-top: 0.7rem !important;
    margin-bottom: 0.7rem !important;
  }
  .my-sm-3 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
  }
  .my-sm-4 {
    margin-top: 2.45rem !important;
    margin-bottom: 2.45rem !important;
  }
  .my-sm-5 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-sm-6 {
    margin-top: 6.65rem !important;
    margin-bottom: 6.65rem !important;
  }
}

@media print, screen and (min-width: 768px) {
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }
  .my-lg-2 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-lg-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-lg-4 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important;
  }
  .my-lg-5 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-6 {
    margin-top: 11.4rem !important;
    margin-bottom: 11.4rem !important;
  }
}

/* mt- ---------- */
.mt-auto {
  margin-top: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.35rem !important;
}
@media print, screen and (min-width: 768px) {
  .mt-1 {
    margin-top: 0.6rem !important;
  }
}

.mt-2 {
  margin-top: 0.7rem !important;
}
@media print, screen and (min-width: 768px) {
  .mt-2 {
    margin-top: 1.2rem !important;
  }
}

.mt-3 {
  margin-top: 1.4rem !important;
}
@media print, screen and (min-width: 768px) {
  .mt-3 {
    margin-top: 2.4rem !important;
  }
}

.mt-4 {
  margin-top: 2.45rem !important;
}
@media print, screen and (min-width: 768px) {
  .mt-4 {
    margin-top: 4.2rem !important;
  }
}

.mt-5 {
  margin-top: 3.5rem !important;
}
@media print, screen and (min-width: 768px) {
  .mt-5 {
    margin-top: 6rem !important;
  }
}

.mt-6 {
  margin-top: 6.65rem !important;
}
@media print, screen and (min-width: 768px) {
  .mt-6 {
    margin-top: 11.4rem !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.35rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.7rem !important;
  }
  .mt-sm-3 {
    margin-top: 1.4rem !important;
  }
  .mt-sm-4 {
    margin-top: 2.45rem !important;
  }
  .mt-sm-5 {
    margin-top: 3.5rem !important;
  }
  .mt-sm-6 {
    margin-top: 6.65rem !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.6rem !important;
  }
  .mt-lg-2 {
    margin-top: 1.2rem !important;
  }
  .mt-lg-3 {
    margin-top: 2.4rem !important;
  }
  .mt-lg-4 {
    margin-top: 4.2rem !important;
  }
  .mt-lg-5 {
    margin-top: 6rem !important;
  }
  .mt-lg-6 {
    margin-top: 11.4rem !important;
  }
}

/* mr- ---------- */
.mr-auto {
  margin-right: auto !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.35rem !important;
}
@media print, screen and (min-width: 768px) {
  .mr-1 {
    margin-right: 0.6rem !important;
  }
}

.mr-2 {
  margin-right: 0.7rem !important;
}
@media print, screen and (min-width: 768px) {
  .mr-2 {
    margin-right: 1.2rem !important;
  }
}

.mr-3 {
  margin-right: 1.4rem !important;
}
@media print, screen and (min-width: 768px) {
  .mr-3 {
    margin-right: 2.4rem !important;
  }
}

.mr-4 {
  margin-right: 2.45rem !important;
}
@media print, screen and (min-width: 768px) {
  .mr-4 {
    margin-right: 4.2rem !important;
  }
}

.mr-5 {
  margin-right: 3.5rem !important;
}
@media print, screen and (min-width: 768px) {
  .mr-5 {
    margin-right: 6rem !important;
  }
}

.mr-6 {
  margin-right: 6.65rem !important;
}
@media print, screen and (min-width: 768px) {
  .mr-6 {
    margin-right: 11.4rem !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-1 {
    margin-right: 0.35rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.7rem !important;
  }
  .mr-sm-3 {
    margin-right: 1.4rem !important;
  }
  .mr-sm-4 {
    margin-right: 2.45rem !important;
  }
  .mr-sm-5 {
    margin-right: 3.5rem !important;
  }
  .mr-sm-6 {
    margin-right: 6.65rem !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mr-lg-1 {
    margin-right: 0.6rem !important;
  }
  .mr-lg-2 {
    margin-right: 1.2rem !important;
  }
  .mr-lg-3 {
    margin-right: 2.4rem !important;
  }
  .mr-lg-4 {
    margin-right: 4.2rem !important;
  }
  .mr-lg-5 {
    margin-right: 6rem !important;
  }
  .mr-lg-6 {
    margin-right: 11.4rem !important;
  }
}

/* mb- ---------- */
.mb-auto {
  margin-bottom: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.35rem !important;
}
@media print, screen and (min-width: 768px) {
  .mb-1 {
    margin-bottom: 0.6rem !important;
  }
}

.mb-2 {
  margin-bottom: 0.7rem !important;
}
@media print, screen and (min-width: 768px) {
  .mb-2 {
    margin-bottom: 1.2rem !important;
  }
}

.mb-3 {
  margin-bottom: 1.4rem !important;
}
@media print, screen and (min-width: 768px) {
  .mb-3 {
    margin-bottom: 2.4rem !important;
  }
}

.mb-4 {
  margin-bottom: 2.45rem !important;
}
@media print, screen and (min-width: 768px) {
  .mb-4 {
    margin-bottom: 4.2rem !important;
  }
}

.mb-5 {
  margin-bottom: 3.5rem !important;
}
@media print, screen and (min-width: 768px) {
  .mb-5 {
    margin-bottom: 6rem !important;
  }
}

.mb-6 {
  margin-bottom: 6.65rem !important;
}
@media print, screen and (min-width: 768px) {
  .mb-6 {
    margin-bottom: 11.4rem !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.35rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.7rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1.4rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 2.45rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3.5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 6.65rem !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.6rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 1.2rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 2.4rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 4.2rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 11.4rem !important;
  }
}

/* ml- ---------- */
.ml-auto {
  margin-left: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.35rem !important;
}
@media print, screen and (min-width: 768px) {
  .ml-1 {
    margin-left: 0.6rem !important;
  }
}

.ml-2 {
  margin-left: 0.7rem !important;
}
@media print, screen and (min-width: 768px) {
  .ml-2 {
    margin-left: 1.2rem !important;
  }
}

.ml-3 {
  margin-left: 1.4rem !important;
}
@media print, screen and (min-width: 768px) {
  .ml-3 {
    margin-left: 2.4rem !important;
  }
}

.ml-4 {
  margin-left: 2.45rem !important;
}
@media print, screen and (min-width: 768px) {
  .ml-4 {
    margin-left: 4.2rem !important;
  }
}

.ml-5 {
  margin-left: 3.5rem !important;
}
@media print, screen and (min-width: 768px) {
  .ml-5 {
    margin-left: 6rem !important;
  }
}

.ml-6 {
  margin-left: 6.65rem !important;
}
@media print, screen and (min-width: 768px) {
  .ml-6 {
    margin-left: 11.4rem !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-1 {
    margin-left: 0.35rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.7rem !important;
  }
  .ml-sm-3 {
    margin-left: 1.4rem !important;
  }
  .ml-sm-4 {
    margin-left: 2.45rem !important;
  }
  .ml-sm-5 {
    margin-left: 3.5rem !important;
  }
  .ml-sm-6 {
    margin-left: 6.65rem !important;
  }
}

@media print, screen and (min-width: 768px) {
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .ml-lg-1 {
    margin-left: 0.6rem !important;
  }
  .ml-lg-2 {
    margin-left: 1.2rem !important;
  }
  .ml-lg-3 {
    margin-left: 2.4rem !important;
  }
  .ml-lg-4 {
    margin-left: 4.2rem !important;
  }
  .ml-lg-5 {
    margin-left: 6rem !important;
  }
  .ml-lg-6 {
    margin-left: 11.4rem !important;
  }
}

/* padding ---------- */
/* p- ---------- */
.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.35rem !important;
}
@media print, screen and (min-width: 768px) {
  .p-1 {
    padding: 0.6rem !important;
  }
}

.p-2 {
  padding: 0.7rem !important;
}
@media print, screen and (min-width: 768px) {
  .p-2 {
    padding: 1.2rem !important;
  }
}

.p-3 {
  padding: 1.4rem !important;
}
@media print, screen and (min-width: 768px) {
  .p-3 {
    padding: 2.4rem !important;
  }
}

.p-4 {
  padding: 2.45rem !important;
}
@media print, screen and (min-width: 768px) {
  .p-4 {
    padding: 4.2rem !important;
  }
}

.p-5 {
  padding: 3.5rem !important;
}
@media print, screen and (min-width: 768px) {
  .p-5 {
    padding: 6rem !important;
  }
}

.p-6 {
  padding: 6.65rem !important;
}
@media print, screen and (min-width: 768px) {
  .p-6 {
    padding: 11.4rem !important;
  }
}

@media print, screen and (min-width: 768px) {
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.6rem !important;
  }
  .p-lg-2 {
    padding: 1.2rem !important;
  }
  .p-lg-3 {
    padding: 2.4rem !important;
  }
  .p-lg-4 {
    padding: 4.2rem !important;
  }
  .p-lg-5 {
    padding: 6rem !important;
  }
  .p-lg-6 {
    padding: 11.4rem !important;
  }
}

/* px- ---------- */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.35rem !important;
  padding-left: 0.35rem !important;
}
@media print, screen and (min-width: 768px) {
  .px-1 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }
}

.px-2 {
  padding-right: 0.7rem !important;
  padding-left: 0.7rem !important;
}
@media print, screen and (min-width: 768px) {
  .px-2 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
}

.px-3 {
  padding-right: 1.4rem !important;
  padding-left: 1.4rem !important;
}
@media print, screen and (min-width: 768px) {
  .px-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
}

.px-4 {
  padding-right: 2.45rem !important;
  padding-left: 2.45rem !important;
}
@media print, screen and (min-width: 768px) {
  .px-4 {
    padding-right: 4.2rem !important;
    padding-left: 4.2rem !important;
  }
}

.px-5 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}
@media print, screen and (min-width: 768px) {
  .px-5 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
}

.px-6 {
  padding-right: 6.65rem !important;
  padding-left: 6.65rem !important;
}
@media print, screen and (min-width: 768px) {
  .px-6 {
    padding-right: 11.4rem !important;
    padding-left: 11.4rem !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.35rem !important;
    padding-left: 0.35rem !important;
  }
  .px-sm-2 {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
  }
  .px-sm-3 {
    padding-right: 1.4rem !important;
    padding-left: 1.4rem !important;
  }
  .px-sm-4 {
    padding-right: 2.45rem !important;
    padding-left: 2.45rem !important;
  }
  .px-sm-5 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-sm-6 {
    padding-right: 6.65rem !important;
    padding-left: 6.65rem !important;
  }
}

@media print, screen and (min-width: 768px) {
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }
  .px-lg-2 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-lg-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-lg-4 {
    padding-right: 4.2rem !important;
    padding-left: 4.2rem !important;
  }
  .px-lg-5 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-6 {
    padding-right: 11.4rem !important;
    padding-left: 11.4rem !important;
  }
}

/* py- ---------- */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.35rem !important;
  padding-bottom: 0.35rem !important;
}
@media print, screen and (min-width: 768px) {
  .py-1 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }
}

.py-2 {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
}
@media print, screen and (min-width: 768px) {
  .py-2 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
}

.py-3 {
  padding-top: 1.4rem !important;
  padding-bottom: 1.4rem !important;
}
@media print, screen and (min-width: 768px) {
  .py-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
}

.py-4 {
  padding-top: 2.45rem !important;
  padding-bottom: 2.45rem !important;
}
@media print, screen and (min-width: 768px) {
  .py-4 {
    padding-top: 4.2rem !important;
    padding-bottom: 4.2rem !important;
  }
}

.py-5 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}
@media print, screen and (min-width: 768px) {
  .py-5 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}

.py-6 {
  padding-top: 6.65rem !important;
  padding-bottom: 6.65rem !important;
}
@media print, screen and (min-width: 768px) {
  .py-6 {
    padding-top: 11.4rem !important;
    padding-bottom: 11.4rem !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.35rem !important;
    padding-bottom: 0.35rem !important;
  }
  .py-sm-2 {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }
  .py-sm-3 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }
  .py-sm-4 {
    padding-top: 2.45rem !important;
    padding-bottom: 2.45rem !important;
  }
  .py-sm-5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-sm-6 {
    padding-top: 6.65rem !important;
    padding-bottom: 6.65rem !important;
  }
}

@media print, screen and (min-width: 768px) {
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }
  .py-lg-2 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-lg-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-lg-4 {
    padding-top: 4.2rem !important;
    padding-bottom: 4.2rem !important;
  }
  .py-lg-5 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-6 {
    padding-top: 11.4rem !important;
    padding-bottom: 11.4rem !important;
  }
}

/* pt- ---------- */
.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.35rem !important;
}
@media print, screen and (min-width: 768px) {
  .pt-1 {
    padding-top: 0.6rem !important;
  }
}

.pt-2 {
  padding-top: 0.7rem !important;
}
@media print, screen and (min-width: 768px) {
  .pt-2 {
    padding-top: 1.2rem !important;
  }
}

.pt-3 {
  padding-top: 1.4rem !important;
}
@media print, screen and (min-width: 768px) {
  .pt-3 {
    padding-top: 2.4rem !important;
  }
}

.pt-4 {
  padding-top: 2.45rem !important;
}
@media print, screen and (min-width: 768px) {
  .pt-4 {
    padding-top: 4.2rem !important;
  }
}

.pt-5 {
  padding-top: 3.5rem !important;
}
@media print, screen and (min-width: 768px) {
  .pt-5 {
    padding-top: 6rem !important;
  }
}

.pt-6 {
  padding-top: 6.65rem !important;
}
@media print, screen and (min-width: 768px) {
  .pt-6 {
    padding-top: 11.4rem !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.35rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.7rem !important;
  }
  .pt-sm-3 {
    padding-top: 1.4rem !important;
  }
  .pt-sm-4 {
    padding-top: 2.45rem !important;
  }
  .pt-sm-5 {
    padding-top: 3.5rem !important;
  }
  .pt-sm-6 {
    padding-top: 6.65rem !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.6rem !important;
  }
  .pt-lg-2 {
    padding-top: 1.2rem !important;
  }
  .pt-lg-3 {
    padding-top: 2.4rem !important;
  }
  .pt-lg-4 {
    padding-top: 4.2rem !important;
  }
  .pt-lg-5 {
    padding-top: 6rem !important;
  }
  .pt-lg-6 {
    padding-top: 11.4rem !important;
  }
}

/* pr- ---------- */
.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.35rem !important;
}
@media print, screen and (min-width: 768px) {
  .pr-1 {
    padding-right: 0.6rem !important;
  }
}

.pr-2 {
  padding-right: 0.7rem !important;
}
@media print, screen and (min-width: 768px) {
  .pr-2 {
    padding-right: 1.2rem !important;
  }
}

.pr-3 {
  padding-right: 1.4rem !important;
}
@media print, screen and (min-width: 768px) {
  .pr-3 {
    padding-right: 2.4rem !important;
  }
}

.pr-4 {
  padding-right: 2.45rem !important;
}
@media print, screen and (min-width: 768px) {
  .pr-4 {
    padding-right: 4.2rem !important;
  }
}

.pr-5 {
  padding-right: 3.5rem !important;
}
@media print, screen and (min-width: 768px) {
  .pr-5 {
    padding-right: 6rem !important;
  }
}

.pr-6 {
  padding-right: 6.65rem !important;
}
@media print, screen and (min-width: 768px) {
  .pr-6 {
    padding-right: 11.4rem !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-1 {
    padding-right: 0.35rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.7rem !important;
  }
  .pr-sm-3 {
    padding-right: 1.4rem !important;
  }
  .pr-sm-4 {
    padding-right: 2.45rem !important;
  }
  .pr-sm-5 {
    padding-right: 3.5rem !important;
  }
  .pr-sm-6 {
    padding-right: 6.65rem !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pr-lg-1 {
    padding-right: 0.6rem !important;
  }
  .pr-lg-2 {
    padding-right: 1.2rem !important;
  }
  .pr-lg-3 {
    padding-right: 2.4rem !important;
  }
  .pr-lg-4 {
    padding-right: 4.2rem !important;
  }
  .pr-lg-5 {
    padding-right: 6rem !important;
  }
  .pr-lg-6 {
    padding-right: 11.4rem !important;
  }
}

/* pb- ---------- */
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.35rem !important;
}
@media print, screen and (min-width: 768px) {
  .pb-1 {
    padding-bottom: 0.6rem !important;
  }
}

.pb-2 {
  padding-bottom: 0.7rem !important;
}
@media print, screen and (min-width: 768px) {
  .pb-2 {
    padding-bottom: 1.2rem !important;
  }
}

.pb-3 {
  padding-bottom: 1.4rem !important;
}
@media print, screen and (min-width: 768px) {
  .pb-3 {
    padding-bottom: 2.4rem !important;
  }
}

.pb-4 {
  padding-bottom: 2.45rem !important;
}
@media print, screen and (min-width: 768px) {
  .pb-4 {
    padding-bottom: 4.2rem !important;
  }
}

.pb-5 {
  padding-bottom: 3.5rem !important;
}
@media print, screen and (min-width: 768px) {
  .pb-5 {
    padding-bottom: 6rem !important;
  }
}

.pb-6 {
  padding-bottom: 6.65rem !important;
}
@media print, screen and (min-width: 768px) {
  .pb-6 {
    padding-bottom: 11.4rem !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.35rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.7rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1.4rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 2.45rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3.5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 6.65rem !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.6rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 1.2rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 2.4rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 4.2rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 11.4rem !important;
  }
}

/* pl- ---------- */
.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.35rem !important;
}
@media print, screen and (min-width: 768px) {
  .pl-1 {
    padding-left: 0.6rem !important;
  }
}

.pl-2 {
  padding-left: 0.7rem !important;
}
@media print, screen and (min-width: 768px) {
  .pl-2 {
    padding-left: 1.2rem !important;
  }
}

.pl-3 {
  padding-left: 1.4rem !important;
}
@media print, screen and (min-width: 768px) {
  .pl-3 {
    padding-left: 2.4rem !important;
  }
}

.pl-4 {
  padding-left: 2.45rem !important;
}
@media print, screen and (min-width: 768px) {
  .pl-4 {
    padding-left: 4.2rem !important;
  }
}

.pl-5 {
  padding-left: 3.5rem !important;
}
@media print, screen and (min-width: 768px) {
  .pl-5 {
    padding-left: 6rem !important;
  }
}

.pl-6 {
  padding-left: 6.65rem !important;
}
@media print, screen and (min-width: 768px) {
  .pl-6 {
    padding-left: 11.4rem !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-1 {
    padding-left: 0.35rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.7rem !important;
  }
  .pl-sm-3 {
    padding-left: 1.4rem !important;
  }
  .pl-sm-4 {
    padding-left: 2.45rem !important;
  }
  .pl-sm-5 {
    padding-left: 3.5rem !important;
  }
  .pl-sm-6 {
    padding-left: 6.65rem !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .pl-lg-1 {
    padding-left: 0.6rem !important;
  }
  .pl-lg-2 {
    padding-left: 1.2rem !important;
  }
  .pl-lg-3 {
    padding-left: 2.4rem !important;
  }
  .pl-lg-4 {
    padding-left: 4.2rem !important;
  }
  .pl-lg-5 {
    padding-left: 6rem !important;
  }
  .pl-lg-6 {
    padding-left: 11.4rem !important;
  }
}

/* hidden ---------- */
@media print, screen and (min-width: 768px) {
  .hidden-lg {
    display: none !important;
  }
}

/* use JavaScript */
.is-mobile .hidden-mobile {
  display: none !important;
}

.is-tablet .hidden-tablet {
  display: none !important;
}

/* /use JavaScript */
/* display ---------- */
.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

@media only screen and (max-width: 767.98px) {
  .d-sm-block {
    display: block !important;
  }
}

@media print, screen and (min-width: 768px) {
  .d-lg-block {
    display: block !important;
  }
}

/* width ---------- */
.w-100 {
  width: 100% !important;
}

/* align ---------- */
.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.align-left {
  text-align: left !important;
}

@media only screen and (max-width: 767.98px) {
  .align-sm-center {
    text-align: center !important;
  }
  .align-sm-right {
    text-align: right !important;
  }
  .align-sm-left {
    text-align: left !important;
  }
}

@media print, screen and (min-width: 768px) {
  .align-lg-center {
    text-align: center !important;
  }
  .align-lg-right {
    text-align: right !important;
  }
  .align-lg-left {
    text-align: left !important;
  }
}

/* float ---------- */
.float-none {
  float: none !important;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

@media only screen and (max-width: 767.98px) {
  .float-sm-none {
    float: none !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-left {
    float: left !important;
  }
}

@media print, screen and (min-width: 768px) {
  .float-lg-none {
    float: none !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-left {
    float: left !important;
  }
}

/* overflow ---------- */
.overflow-hidden {
  overflow: hidden !important;
}

@media only screen and (max-width: 767.98px) {
  .overflow-sm-hidden {
    overflow: hidden !important;
  }
}

@media print, screen and (min-width: 768px) {
  .overflow-lg-hidden {
    overflow: hidden !important;
  }
}

/* flex ---------- */
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

@media only screen and (max-width: 767.98px) {
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}

@media print, screen and (min-width: 768px) {
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

@media only screen and (max-width: 767.98px) {
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

@media print, screen and (min-width: 768px) {
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

/* bg ---------- */
.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #f2f2f2;
}

/* ------------------------
  c-container
------------------------ */
.c-container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem; 
  max-width: 1140px;
}

/* ------------------------
  c-row / c-col
------------------------ */
[class^="c-row"],
[class*=" c-row"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
}

.c-row-align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 768px) {
  .c-row-lg-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.c-row-separate {
  margin-right: -1.2rem;
  margin-left: -1.2rem;
}
@media print, screen and (min-width: 768px) {
  .c-row-separate {
    margin-right: -4rem;
    margin-left: -4rem;
  }
}
.c-row-separate > [class^="c-col"],
.c-row-separate > [class*=" c-col"] {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .c-row-separate > [class^="c-col"],
  .c-row-separate > [class*=" c-col"] {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .c-row-separate > [class^="c-col"]:not(:first-child),
  .c-row-separate > [class*=" c-col"]:not(:first-child) {
    border-left: 1px solid #e6e6e6;
  }
  .bg-gray .c-row-separate > [class^="c-col"]:not(:first-child),
  .bg-gray
  .c-row-separate > [class*=" c-col"]:not(:first-child) {
    border-color: #d9d9d9;
  }
}

.c-col {
  max-width: 100%; 

  -webkit-box-flex: 1; 

      -ms-flex-positive: 1; 

          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

[class^="c-col-lg-"],
[class*=" c-col-lg-"] {
  width: 100%;
  min-height: 1px;
}

.c-col-1 {
  max-width: 8.333333%; 

  -webkit-box-flex: 0; 

      -ms-flex: 0 0 8.333333%; 

          flex: 0 0 8.333333%;
}

.c-col-2 {
  max-width: 16.666667%; 

  -webkit-box-flex: 0; 

      -ms-flex: 0 0 16.666667%; 

          flex: 0 0 16.666667%;
}

.c-col-3 {
  max-width: 25%; 

  -webkit-box-flex: 0; 

      -ms-flex: 0 0 25%; 

          flex: 0 0 25%;
}

.c-col-4 {
  max-width: 33.333333%; 

  -webkit-box-flex: 0; 

      -ms-flex: 0 0 33.333333%; 

          flex: 0 0 33.333333%;
}

.c-col-5 {
  max-width: 41.666667%; 

  -webkit-box-flex: 0; 

      -ms-flex: 0 0 41.666667%; 

          flex: 0 0 41.666667%;
}

.c-col-6 {
  max-width: 50%; 

  -webkit-box-flex: 0; 

      -ms-flex: 0 0 50%; 

          flex: 0 0 50%;
}

.c-col-7 {
  max-width: 58.333333%; 

  -webkit-box-flex: 0; 

      -ms-flex: 0 0 58.333333%; 

          flex: 0 0 58.333333%;
}

.c-col-8 {
  max-width: 66.666667%; 

  -webkit-box-flex: 0; 

      -ms-flex: 0 0 66.666667%; 

          flex: 0 0 66.666667%;
}

.c-col-9 {
  max-width: 75%; 

  -webkit-box-flex: 0; 

      -ms-flex: 0 0 75%; 

          flex: 0 0 75%;
}

.c-col-10 {
  max-width: 83.333333%; 

  -webkit-box-flex: 0; 

      -ms-flex: 0 0 83.333333%; 

          flex: 0 0 83.333333%;
}

.c-col-11 {
  max-width: 91.666667%; 

  -webkit-box-flex: 0; 

      -ms-flex: 0 0 91.666667%; 

          flex: 0 0 91.666667%;
}

.c-col-12 {
  max-width: 100%; 

  -webkit-box-flex: 0; 

      -ms-flex: 0 0 100%; 

          flex: 0 0 100%;
}

.c-col-fluid {
  width: 1%; 

  -webkit-box-flex: 1; 

      -ms-flex: 1 1 auto; 

          flex: 1 1 auto;
}

.c-col-auto {
  width: auto;
  max-width: none; 

  -webkit-box-flex: 0; 

      -ms-flex: 0 0 auto; 

          flex: 0 0 auto;
}

@media only screen and (max-width: 767.98px) {
  .c-col {
    width: 100%;
    min-height: 1px;
  }
  .c-container .c-col-sm-full {
    margin-right: -2rem;
    margin-left: -2rem; 

    -webkit-box-flex: 1; 

        -ms-flex: 1 0 auto; 

            flex: 1 0 auto;
  }
}

@media print, screen and (min-width: 768px) {
  .c-col-lg-1 {
    max-width: 8.333333%; 

    -webkit-box-flex: 0; 

        -ms-flex: 0 0 8.333333%; 

            flex: 0 0 8.333333%;
  }
  .c-col-lg-2 {
    max-width: 16.666667%; 

    -webkit-box-flex: 0; 

        -ms-flex: 0 0 16.666667%; 

            flex: 0 0 16.666667%;
  }
  .c-col-lg-3 {
    max-width: 25%; 

    -webkit-box-flex: 0; 

        -ms-flex: 0 0 25%; 

            flex: 0 0 25%;
  }
  .c-col-lg-4 {
    max-width: 33.333333%; 

    -webkit-box-flex: 0; 

        -ms-flex: 0 0 33.333333%; 

            flex: 0 0 33.333333%;
  }
  .c-col-lg-5 {
    max-width: 41.666667%; 

    -webkit-box-flex: 0; 

        -ms-flex: 0 0 41.666667%; 

            flex: 0 0 41.666667%;
  }
  .c-col-lg-6 {
    max-width: 50%; 

    -webkit-box-flex: 0; 

        -ms-flex: 0 0 50%; 

            flex: 0 0 50%;
  }
  .c-col-lg-7 {
    max-width: 58.333333%; 

    -webkit-box-flex: 0; 

        -ms-flex: 0 0 58.333333%; 

            flex: 0 0 58.333333%;
  }
  .c-col-lg-8 {
    max-width: 66.666667%; 

    -webkit-box-flex: 0; 

        -ms-flex: 0 0 66.666667%; 

            flex: 0 0 66.666667%;
  }
  .c-col-lg-9 {
    max-width: 75%; 

    -webkit-box-flex: 0; 

        -ms-flex: 0 0 75%; 

            flex: 0 0 75%;
  }
  .c-col-lg-10 {
    max-width: 83.333333%; 

    -webkit-box-flex: 0; 

        -ms-flex: 0 0 83.333333%; 

            flex: 0 0 83.333333%;
  }
  .c-col-lg-11 {
    max-width: 91.666667%; 

    -webkit-box-flex: 0; 

        -ms-flex: 0 0 91.666667%; 

            flex: 0 0 91.666667%;
  }
  .c-col-lg-12 {
    max-width: 100%; 

    -webkit-box-flex: 0; 

        -ms-flex: 0 0 100%; 

            flex: 0 0 100%;
  }
  .c-col-lg-100 {
    max-width: 100px; 

    -webkit-box-flex: 0; 

        -ms-flex: 0 0 100px; 

            flex: 0 0 100px;
  }
  .c-col-lg-360 {
    max-width: 360px; 

    -webkit-box-flex: 0; 

        -ms-flex: 0 0 360px; 

            flex: 0 0 360px;
  }
  .c-col-lg-420 {
    max-width: 420px; 

    -webkit-box-flex: 0; 

        -ms-flex: 0 0 420px; 

            flex: 0 0 420px;
  }
  .c-col-lg-530 {
    max-width: 530px; 

    -webkit-box-flex: 0; 

        -ms-flex: 0 0 530px; 

            flex: 0 0 530px;
  }
  .c-col-lg-590 {
    max-width: 590px; 

    -webkit-box-flex: 0; 

        -ms-flex: 0 0 590px; 

            flex: 0 0 590px;
  }
  .c-col-lg-620 {
    max-width: 620px; 

    -webkit-box-flex: 0; 

        -ms-flex: 0 0 620px; 

            flex: 0 0 620px;
  }
  .c-col-lg-720 {
    max-width: 720px; 

    -webkit-box-flex: 0; 

        -ms-flex: 0 0 720px; 

            flex: 0 0 720px;
  }
  .c-col-lg-760 {
    max-width: 760px; 

    -webkit-box-flex: 0; 

        -ms-flex: 0 0 760px; 

            flex: 0 0 760px;
  }
  .c-col-lg-fluid {
    width: 1%; 

    -webkit-box-flex: 1; 

        -ms-flex: 1 1 auto; 

            flex: 1 1 auto;
  }
  .c-col-lg-auto {
    width: auto;
    max-width: none; 

    -webkit-box-flex: 0; 

        -ms-flex: 0 0 auto; 

            flex: 0 0 auto;
  }
}

/* ------------------------
  c-section
------------------------ */
/* ------------------------
  c-heading
------------------------ */
.c-headingGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-headingGroup [class^="c-heading-"],
.c-headingGroup [class*=" c-heading-"] {
  width: 100%;
  min-height: 1px;
}
@media print, screen and (min-width: 768px) {
  .c-headingGroup [class^="c-heading-"],
  .c-headingGroup [class*=" c-heading-"] {
    margin-bottom: 0; 
    width: 1%;

    -webkit-box-flex: 1;

        -ms-flex: 1 1 auto;

            flex: 1 1 auto;
  }
}

.c-heading-1 {
  margin-bottom: 3.5rem;
  padding-left: 1.6rem;
  border-left: 0.4rem solid #de0000; 
  color: #000;
  font-size: 2.4rem;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .c-heading-1 {
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading-1 {
    margin-bottom: 6rem;
  }
}

.c-heading-2 {
  overflow: hidden;
  padding-left: 1.8rem;
  border-left: 0.2rem solid #de0000; 
  color: #000;
  font-size: 2rem;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .c-heading-2 {
    font-size: 2.4rem;
  }
}

.c-heading-2.c-section_heading {
  margin-bottom: 2.45rem;
}
@media print, screen and (min-width: 768px) {
  .c-heading-2.c-section_heading {
    margin-bottom: 4.2rem;
  }
}
.c-section:not(:first-child) .c-heading-2.c-section_heading {
  margin-top: 3.5rem;
}
@media print, screen and (min-width: 768px) {
  .c-section:not(:first-child) .c-heading-2.c-section_heading {
    margin-top: 6rem;
  }
}

.c-heading-3 {
  overflow: hidden;
  padding-left: 1.9rem;
  border-left: 0.1rem solid #000; 
  color: #000;
  font-size: 2rem;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .c-heading-3 {
    font-size: 2.4rem;
  }
}

.c-heading-3.c-section_heading {
  margin-bottom: 1.4rem;
}
.c-section:not(:first-child) .c-heading-3.c-section_heading {
  margin-top: 2.45rem;
}
@media print, screen and (min-width: 768px) {
  .c-section:not(:first-child) .c-heading-3.c-section_heading {
    margin-top: 4.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading-3.c-section_heading {
    margin-bottom: 2.4rem;
  }
}

.c-heading-4 {
  overflow: hidden;
  padding-left: 1.9rem;
  border-left: 0.1rem solid #000; 
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .c-heading-4 {
    font-size: 2rem;
  }
}

.c-heading-4.c-section_heading {
  margin-bottom: 1.4rem;
}
.c-section:not(:first-child) .c-heading-4.c-section_heading {
  margin-top: 2.45rem;
}
@media print, screen and (min-width: 768px) {
  .c-section:not(:first-child) .c-heading-4.c-section_heading {
    margin-top: 4.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading-4.c-section_heading {
    margin-bottom: 2.4rem;
  }
}

/* ------------------------
  c-content
------------------------ */
.c-content > p,
.c-content > ul,
.c-content > ol {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .c-content > p,
  .c-content > ul,
  .c-content > ol {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.c-content > p:first-child,
.c-content > ul:first-child,
.c-content > ol:first-child {
  margin-top: 0;
}
.c-content > p:last-child,
.c-content > ul:last-child,
.c-content > ol:last-child {
  margin-bottom: 0;
}

/* ------------------------
  c-badge
------------------------ */
.c-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: -0.95em;
  margin-bottom: -0.75em;
  padding-right: 0.6em;
  padding-left: 0.6em;
  border: 1px solid #de0000;
  min-width: 3em;
  min-height: 1.7em;
  background: #fff;
  vertical-align: middle;
  color: #de0000;
  font-size: 0.875em;
  font-weight: bold; 

  -webkit-box-pack: center; 

      -ms-flex-pack: center; 

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ------------------------
  c-img
------------------------ */
.c-img-border {
  overflow: hidden;
  border: 1px solid #e6e6e6;
}
.c-img-border:not(img) {
  display: inline-block;
  max-width: 100%; 
  vertical-align: bottom;
}
.bg-gray .c-img-border {
  border-color: #d9d9d9;
}
@media only screen and (max-width: 767.98px) {
  .c-img-border > img {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .c-img-border > img {
    margin: -1px;
    max-width: calc(100% + 2px);
  }
}

/* ------------------------
  c-figure
------------------------ */
.c-figure + .c-figure {
  margin-top: 1.2rem;
}

.c-figure figcaption {
  padding-top: 0.35rem; 
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .c-figure figcaption {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-figure figcaption {
    padding-top: 0.6rem;
  }
}

.c-figureGroup_container {
  margin: -1.2rem -1.2rem;
}
.c-figureGroup_container .c-figure {
  margin: 1.2rem 1.2rem;
}
.c-figureGroup_container .c-row {
  margin: 1.2rem 0.6rem;
}
.c-figureGroup_container .c-row .c-figure {
  margin: 0 0.6rem;
}

/* ------------------------
  c-map
------------------------ */
.c-map {
  border: 2px solid #e6e6e6; 
  height: 33rem;
}
.bg-gray .c-map {
  border-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .c-map {
    height: 400px;
  }
}
.c-map iframe {
  width: 100%;
  height: 100%;
}

/* ------------------------
  c-card
------------------------ */
.c-card {
  position: relative;
  width: 100%;
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .c-card {
    width: calc(50% - 4rem);
  }
}

@media print, screen and (min-width: 768px) {
  .c-card-lg-2col {
    width: 100%;
  }
  .c-card-lg-2col .c-card_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    padding-top: 2.45rem;
    padding-bottom: 2.45rem;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .c-card-lg-2col .c-card_container {
    padding-top: 4.2rem;
    padding-bottom: 4.2rem;
  }
}

@media print, screen and (min-width: 768px) {
  .c-card-lg-2col .c-card_thumb {
    max-width: 530px; 

    -webkit-box-flex: 0; 

        -ms-flex: 0 0 530px; 

            flex: 0 0 530px;
  }
  .c-card-lg-2col .c-card_body {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.c-card_tag {
  border-top: 2px solid #de0000;
}

.c-card_tag_label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.1rem 0.6rem 0;
  min-width: 13rem;
  background-color: #de0000;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .c-card_tag_label {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-card_tag_label {
    min-width: 16rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .c-card_thumb img,
  .c-card_thumb .c-img-border {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .c-card_thumb img {
    width: 100%;
  }
  .c-card_thumb .c-img-border img {
    width: calc(100% + 2px);
  }
}

.c-card_thumb_caption {
  margin: 0.6rem 0.8rem -0.6rem; 
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .c-card_thumb_caption {
    font-size: 1.4rem;
  }
}

.c-card_body {
  padding: 2.45rem;
}
@media print, screen and (min-width: 768px) {
  .c-card_body {
    padding: 4.2rem;
  }
}

.c-card_heading {
  margin-bottom: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .c-card_heading {
    margin-bottom: 2.4rem;
  }
}

.c-card_btn {
  margin-top: 1.4rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .c-card_btn {
    margin-top: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-card_btn {
    text-align: right;
  }
}

.c-card-photo {
  background-color: transparent;
}
.c-card-photo .c-card_body {
  padding-top: 2.4rem; 
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media print, screen and (min-width: 768px) {
  .c-card-photo .c-card_body {
    padding-top: 3.2rem;
  }
}
.c-card-photo .c-card_thumb {
  border: 8px solid #fff; 
  -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.3); 
          box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.3);
}
@media print, screen and (min-width: 768px) {
  .c-card-photo .c-card_thumb {
    border-width: 11px;
  }
}
.c-card-photo .c-card_thumb img {
  width: 100%;
}

.c-cardGroup_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -2.4rem; 

  -ms-flex-wrap: wrap; 

      flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .c-cardGroup_list {
    margin-top: -4rem;
    margin-right: -2rem;
    margin-left: -2rem;
  }
}
.c-cardGroup_list .c-card {
  margin-top: 2.4rem;
}
@media print, screen and (min-width: 768px) {
  .c-cardGroup_list .c-card {
    margin-top: 4rem;
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
.c-cardGroup-photo .c-cardGroup_list {
  margin-top: -4.2rem;
}
@media print, screen and (min-width: 768px) {
  .c-cardGroup-photo .c-cardGroup_list {
    margin-top: -6rem;
  }
}
.c-cardGroup-photo .c-cardGroup_list .c-card {
  margin-top: 4.2rem;
}
@media print, screen and (min-width: 768px) {
  .c-cardGroup-photo .c-cardGroup_list .c-card {
    margin-top: 6rem;
  }
}

/* ------------------------
  c-smallCard
------------------------ */
.c-smallCard a {
  text-decoration: none;
}

@media only screen and (max-width: 767.98px) {
  .c-smallCard_thumb img,
  .c-smallCard_thumb .c-img-border {
    width: 100%;
  }
}

.c-smallCard_cont {
  position: relative;
  margin-top: -2rem;
  margin-right: 2rem;
  padding: 1.5rem 2rem 3.2rem;
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .c-smallCard_cont {
    padding: 2rem 2.4rem 4.2rem;
  }
}
.c-smallCard_cont:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  left: -1px;
  height: 2px;
  background: #de0000;
}

.c-smallCard_tag {
  margin: -1.5rem 0 1rem -2.1rem;
  line-height: 1;
}

.c-smallCard_tag_label {
  display: inline-block;
  padding: 0.4rem 2rem;
  background: #de0000;
  vertical-align: top;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}

.c-smallCard_heading {
  margin-bottom: 0.35rem;
}
@media print, screen and (min-width: 768px) {
  .c-smallCard_heading {
    margin-bottom: 0.6rem;
  }
}

.c-smallCard_lead {
  font-size: 1.4rem;
}

.c-smallCardGroup_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -2.4rem; 

  -ms-flex-wrap: wrap; 

      flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .c-smallCardGroup_list {
    margin-top: -4.2rem;
    margin-right: -2rem;
    margin-left: -2rem;
  }
}
.c-smallCardGroup_list .c-smallCard {
  margin-top: 2.4rem; 
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .c-smallCardGroup_list .c-smallCard {
    margin-top: 4.2rem;
    margin-right: 2rem;
    margin-left: 2rem;
  }
}

@media print, screen and (min-width: 768px) {
  .c-smallCardGroup-lg-3col .c-smallCard {
    width: calc(33.333333% - 4rem);
  }
}

/* ------------------------
  c-featureCard
------------------------ */
.c-featureCard + .c-featureCard {
  margin-top: 3.5rem;
}
@media print, screen and (min-width: 768px) {
  .c-featureCard + .c-featureCard {
    margin-top: 6rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .c-featureCard {
    margin-right: -2rem;
    margin-left: -2rem;
  }
}

@media print, screen and (min-width: 768px) {
  .c-featureCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .c-featureCard:not(.c-featureCard-noimg):before {
    content: "";
    display: block;
    width: 0;
    height: 40rem;
  }
}

@media print, screen and (min-width: 768px) {
  .c-featureCard_thumb {
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-featureCard-lg-rev .c-featureCard_thumb {
    right: 0; 
    left: auto;
  }
}

.c-featureCard_cont {
  position: relative;
  padding: 3rem 2rem;
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fff;
}
@media only screen and (max-width: 767.98px) {
  .c-featureCard_cont {
    margin-top: -2rem;
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
.c-featureCard_cont:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  left: -1px;
  height: 3px;
  background: #de0000;
}
@media print, screen and (min-width: 768px) {
  .c-featureCard_cont {
    margin: 6rem 0 0 auto;
    padding: 5rem 6rem 4rem; 
    width: 500px;

    -ms-flex-item-align: end;

        align-self: flex-end;
  }
  .c-featureCard-lg-rev .c-featureCard_cont {
    margin: 6rem auto 0 0;
  }
}

.c-featureCard_heading {
  margin-bottom: 1.2rem;
  text-align: center; 
  color: #000;
  font-size: 2rem;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .c-featureCard_heading {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-featureCard_heading {
    margin-bottom: 2rem;
  }
}

.c-featureCard_btn {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e6e6e6;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .c-featureCard_btn {
    margin-top: 3rem;
    text-align: right;
  }
}

.c-featureCard-noimg .c-featureCard_cont {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .c-featureCard-noimg {
    min-height: 0;
  }
  .c-featureCard-noimg .c-featureCard_cont {
    margin-right: auto; 
    width: 760px;
  }
}

/* ------------------------
  c-box
------------------------ */
.c-box {
  overflow: hidden;
  padding: 2rem 2.4rem; 
  background-color: #f2f2f2;
}
@media print, screen and (min-width: 768px) {
  .c-box {
    padding: 3.2rem 4.2rem;
  }
}
.bg-gray .c-box {
  background-color: #fff;
}

.c-box-alert {
  background-color: #fef5f5;
}

/* ------------------------
  c-code
------------------------ */
.c-code {
  overflow: hidden;
  padding: 1.4rem;
  background-color: #f2f2f2; 
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .c-code {
    padding: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-code {
    font-size: 1.4rem;
  }
}
.bg-gray .c-code {
  background-color: #fff;
}
.c-code pre::-webkit-scrollbar {
  height: 5px;
}
.c-code pre::-webkit-scrollbar-track {
  background-color: #e6e6e6;
}
.c-code pre::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #b2b2b2;
}

/* ------------------------
  c-newsList
------------------------ */
.c-newsList {
  font-size: 1.4rem;
}
.c-newsList li,
.c-newsList a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767.98px) {
  .c-newsList li,
  .c-newsList a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-newsList li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e6e6e6;
}
.c-newsList li:first-child {
  margin-top: -1rem;
}
.c-newsList li a {
  margin-top: -1rem;
  margin-bottom: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none; 

  -webkit-box-flex: 1; 

      -ms-flex: 1; 

          flex: 1;
}
@media print, screen and (min-width: 768px) {
  .c-newsList li {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .c-newsList li a {
    margin-top: -1.2rem;
    margin-bottom: -1.2rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}

.c-newsList_date {
  color: #de0000;
}
@media print, screen and (min-width: 768px) {
  .c-newsList_date {
    -ms-flex-preferred-size: 7em;
        flex-basis: 7em;
  }
}

.c-newsList_cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* ------------------------
  c-list
------------------------ */
.c-list > li {
  margin-top: 0.6rem;
}
.c-list > li:first-child {
  margin-top: 0;
}

/* ------------------------
  c-bulletList
------------------------ */
.c-bulletList > li {
  margin-top: 0.6rem;
}
.c-bulletList > li:first-child {
  margin-top: 0;
}

ul.c-bulletList > li {
  position: relative;
  padding-left: 1em;
}
ul.c-bulletList > li:before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
}

ol.c-bulletList {
  padding-left: 1em; 
  list-style: decimal;
}

/* ------------------------
  c-noteList
------------------------ */
.c-noteList {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .c-noteList {
    font-size: 1.4rem;
  }
}
.c-noteList li {
  position: relative;
  margin-top: 0.6rem;
  padding-left: 1em;
}
.c-noteList li:first-child {
  margin-top: 0;
}
.c-noteList li:before {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
}

/* ------------------------
  c-customBulletList
------------------------ */
.c-customBulletList_row {
  display: table-row;
}

.c-customBulletList_head,
.c-customBulletList_body {
  display: table-cell;
}
li:not(:first-child) .c-customBulletList_head,
li:not(:first-child)
  .c-customBulletList_body {
  padding-top: 0.35rem;
}
@media print, screen and (min-width: 768px) {
  li:not(:first-child) .c-customBulletList_head,
  li:not(:first-child)
  .c-customBulletList_body {
    padding-top: 0.6rem;
  }
}

.c-customBulletList_head {
  padding-right: 0.35rem;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .c-customBulletList_head {
    padding-right: 0.6rem;
  }
}

/* ------------------------
  c-dataList
------------------------ */
.c-dataList_row {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e6e6e6;
}
.c-dataList_row:first-child {
  border-top: 1px solid #e6e6e6;
}
.bg-gray .c-dataList_row {
  border-color: #d9d9d9;
}
.c-dataList-sm .c-dataList_row {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.c-dataList-em > .c-dataList_row:first-child {
  border-top: 2px solid #de0000;
}
.c-dataList_row .c-dataList_row:first-child {
  margin-top: -2rem;
  border-top: 0;
}
.c-dataList_row .c-dataList_row:last-child {
  margin-bottom: -2rem;
  border-bottom: 0;
}

@media only screen and (max-width: 767.98px) {
  .c-dataList_head {
    margin-bottom: 0.5rem;
  }
}

@media print, screen and (min-width: 768px) {
  .c-dataList_head {
    padding-right: 1.2rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .c-dataList_body {
    padding-left: 1.2rem;
  }
  .c-dataList_body .c-dataList_body {
    padding-left: 0;
  }
}

/* ------------------------
  c-dialogList
------------------------ */
.c-dialogList dt {
  float: left;
  margin-right: 1em;
  color: #de0000;
}

.c-dialogList dd:not(:last-child) {
  margin-bottom: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .c-dialogList dd:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}

/* ------------------------
  c-media
------------------------ */
.c-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
}

.c-media_thumb {
  margin-right: 1.4rem;
  max-width: 80px;

  -webkit-box-flex: 0;

      -ms-flex: 0 0 80px;

          flex: 0 0 80px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media print, screen and (min-width: 768px) {
  .c-media_thumb {
    margin-right: 2.4rem;
  }
}

.c-media_cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* ------------------------
  c-table
------------------------ */
.c-table {
  width: 100%;
}

.c-table-fixed {
  table-layout: fixed;
}

.c-table_head {
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767.98px) {
  .c-table_head {
    font-size: 1.2rem;
  }
}
.c-table_head th {
  padding: 1rem 1rem;
  background: #e6e6e6;
}
.c-table_head th:not(:first-child) {
  border-left: 1px solid #fff;
}

.c-table_body tr {
  border-bottom: 1px solid #e6e6e6;
}

.c-table_body th {
  text-align: left;
}

.c-table_body th,
.c-table_body td {
  padding: 1rem 1rem;
}
@media print, screen and (min-width: 768px) {
  .c-table_body th,
  .c-table_body td {
    padding: 1.5rem 2rem;
  }
}

/* ------------------------
  c-accordion
------------------------ */
.c-accordion .c-accordion_body {
  display: none;
}

.c-accordion .c-accordion_body > .c-dataList {
  margin-top: -1px;
}

@media only screen and (max-width: 767.98px) {
  .c-accordion-sm .c-accordion_header {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
  .c-accordion-sm .c-accordion_trigger {
    cursor: pointer;
  }
  .c-accordion-sm .c-accordion_body > .c-dataList {
    margin-top: -1px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-accordion-lg .c-accordion_trigger {
    cursor: pointer;
  }
  .c-accordion-lg .c-accordion_body[aria-hidden="true"] {
    display: none;
  }
  .c-accordion-lg .c-accordion_body > .c-dataList {
    margin-top: -1px;
  }
}

/* ------------------------
  c-carousel
------------------------ */
.c-carousel {
  text-align: center;
}
.c-carousel .slick-slide img {
  margin-right: auto;
  margin-left: auto;
}
.c-carousel .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.9rem 0 0; 

  -webkit-box-pack: center; 

      -ms-flex-pack: center; 

          justify-content: center;
}
.c-carousel .slick-dots button {
  display: block;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  border: 2px solid #666;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  background: transparent;
  font-size: 0; 

  -webkit-appearance: none;
}
@media print, screen and (min-width: 768px) {
  .c-carousel .slick-dots button {
    margin-right: 0.8rem;
    margin-left: 0.8rem; 
    width: 1.2rem;
    height: 1.2rem;
  }
}
.c-carousel .slick-active button {
  background-color: #666;
}

/* ------------------------
  c-hr
------------------------ */
.c-hr,
.c-hr-dot {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 0;
  height: 1px;
  background: #e6e6e6;
}

.c-hr-dot {
  background: url(/assets/img/common/dot_x_gray.png) repeat-x;
}

/* ------------------------
  c-tooltip
------------------------ */
@media only screen and (max-width: 767.98px) {
  .trigger .ico-help {
    display: none;
  }
}

.tooltip {
  display: none;
  position: absolute;
  z-index: 99;
  padding: 1.4rem;
  border: 1px solid #de0000;
  width: 400px;
  background: #fff;
  -webkit-box-shadow: 1px 5px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 5px 7px rgba(0, 0, 0, 0.1); 
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .tooltip {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .tooltip {
    padding: 2.4rem;
  }
}

.tooltip .arrowUp {
  position: absolute;
  width: 28px;
  height: 28px;
}
.tooltip .arrowUp:before,
.tooltip .arrowUp:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 14px solid transparent;
  border-top-width: 8px;
  border-bottom-width: 20px; 
  width: 28px;
  height: 28px;
}
.tooltip .arrowUp:before {
  border-bottom-color: #de0000;
}
.tooltip .arrowUp:after {
  top: 2px;
  border-bottom-color: #fff;
}

.tooltip .arrowUp {
  top: -28px;
}

/* ------------------------
  c-profile
------------------------ */
.c-profile_img {
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .c-profile_img {
    margin-bottom: 0.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-profile_img {
    max-width: 102px; 

    -webkit-box-flex: 0; 

        -ms-flex: 0 0 102px; 

            flex: 0 0 102px;
  }
}
.c-profile_img img {
  border: 3px solid #e6e6e6;
  border-radius: 50%;
}

@media print, screen and (min-width: 768px) {
  .c-profile_cont {
    margin-left: 2.4rem;
  }
}

.c-profile_name {
  position: relative;
  margin-bottom: 0.7rem;
  padding-bottom: 0.6rem;
}
@media print, screen and (min-width: 768px) {
  .c-profile_name {
    margin-bottom: 1.2rem;
  }
}
.c-profile_name:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6rem;
  height: 2px;
  background-color: #de0000;
}

.c-profileGroup_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -2.4rem;
  margin-right: -1.2rem;
  margin-left: -1.2rem; 

  -ms-flex-wrap: wrap; 

      flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .c-profileGroup_list {
    margin-right: -2.1rem;
    margin-left: -2.1rem;
  }
}
.c-profileGroup_list > li {
  margin-top: 2.4rem;
  margin-right: 1.2rem;
  margin-left: 1.2rem;
}
@media only screen and (max-width: 767.98px) {
  .c-profileGroup_list > li {
    -ms-flex-preferred-size: calc(100% - 2.4rem);
        flex-basis: calc(100% - 2.4rem);
  }
}
@media print, screen and (min-width: 768px) {
  .c-profileGroup_list > li {
    margin-right: 2.1rem;
    margin-left: 2.1rem;
  }
  .c-profileGroup-lg-1col > .c-profileGroup_list > li {
    -ms-flex-preferred-size: calc(100% - 4.2rem);
        flex-basis: calc(100% - 4.2rem);
  }
  .c-profileGroup-lg-2col > .c-profileGroup_list > li {
    -ms-flex-preferred-size: calc(50% - 4.2rem);
        flex-basis: calc(50% - 4.2rem);
  }
  .c-profileGroup-lg-3col > .c-profileGroup_list > li {
    -ms-flex-preferred-size: calc(33.333333% - 4.2rem);
        flex-basis: calc(33.333333% - 4.2rem);
  }
}

/* ------------------------
  c-backnumber
------------------------ */
.c-backnumber_desc {
  margin-top: 0.35rem;
  padding-left: 1.2em; 
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .c-backnumber_desc {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-backnumber_desc {
    margin-top: 0.6rem;
  }
}

.c-backnumber_date {
  padding-left: 1.2em; 
  color: #999;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .c-backnumber_date {
    font-size: 1.4rem;
  }
}

.c-backnumber_desc,
.c-backnumber_date {
  padding-left: 1.68rem;
}

@media print, screen and (min-width: 768px) {
  .c-backnumber_desc,
  .c-backnumber_date {
    padding-left: 1.92rem;
  }
}

/* ------------------------
  c-qa
------------------------ */
.c-qa + .c-qa {
  margin-top: 2.45rem;
}
@media print, screen and (min-width: 768px) {
  .c-qa + .c-qa {
    margin-top: 4.2rem;
  }
}

.c-qa_head {
  margin-right: 0.35rem; 
  color: #de0000;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .c-qa_head {
    margin-right: 0.6rem;
  }
}

.c-qa_q {
  margin-bottom: 0.7rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .c-qa_q {
    margin-bottom: 1.2rem;
  }
}

.c-qa_a {
  padding: 1.4rem;
  background-color: #f2f2f2;
}
@media print, screen and (min-width: 768px) {
  .c-qa_a {
    padding: 2.4rem;
  }
}
.bg-gray .c-qa_a {
  background-color: #fff;
}

/* ------------------------
  c-form
------------------------ */
.c-form_input,
.krs .c-form_table_cont input[type="text"],
.krs .c-form_table_cont input[type="email"],
.krs .c-form_table_cont input[type="password"],
.krs .c-form_table_cont input[type="url"],
.krs .c-form_table_cont input[type="tel"] {
  padding: 7px 15px;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  min-height: 0;
  background: #f2f2f2;
  font-family: sans-serif;
  font-size: 1.6rem; 

  -webkit-appearance: none;
}
@media only screen and (max-width: 767.98px) {
  .c-form_input,
  .krs .c-form_table_cont input[type="text"],
  .krs .c-form_table_cont input[type="email"],
  .krs .c-form_table_cont input[type="password"],
  .krs .c-form_table_cont input[type="url"],
  .krs .c-form_table_cont input[type="tel"] {
    width: 100%;
  }
}

.c-form_input-fluid {
  width: 100%;
}

.c-form_input-auto {
  width: auto;
}

.c-form_select {
  display: inline-block;
  position: relative;
  border: 1px solid #b2b2b2;
  border-radius: 4px;
  background-color: #f8f8f8;
}
.c-form_select:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  background: url(../img/common/arw_gray_down.svg) no-repeat center center;
  background-size: cover;
  pointer-events: none;
}
.c-form_select select {
  padding: 3px 35px 3px 15px;
  border: 0;
  border-radius: 4px;
  width: 100%;
  min-height: 4rem;
  background-color: transparent; 
  font-size: 1.6rem;

  -webkit-appearance: none;
}
.c-form_select select::-ms-expand {
  display: none;
}
.c-form_select option {
  min-height: calc(4rem - 6px);
}
@media only screen and (max-width: 767.98px) {
  .krs .c-form_table_cont .c-form_select {
    width: 100%;
  }
}

.c-form_select-fluid {
  width: 100%;
}

.c-form_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-form_search .c-form_input {
  padding-top: 0;
  padding-bottom: 0; 
  width: 1%;

  -webkit-box-flex: 1;

      -ms-flex: 1 1 auto;

          flex: 1 1 auto;
}

.c-form_search_btn {
  border: 0;
  width: 3rem;
  height: 3rem;
  background: #666 url(../img/common/ico_search.svg) no-repeat center center;
  background-size: 50% 50%;
  font-size: 0; 

  -webkit-appearance: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (min-width: 768px) {
  .c-form_search_btn {
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .c-form_search_btn:hover {
    background-color: #9b9b9b;
  }
}

.c-form_checkbox,
.krs .c-form_table_cont input[type="checkbox"],
.krs input[id="agreement"] {
  margin-top: -0.12em;
  margin-right: 0.8rem; 
  vertical-align: middle;
}

.c-form_radio,
.krs .c-form_table_cont input[type="radio"] {
  margin-top: -0.12em;
  margin-right: 0.8rem; 
  vertical-align: middle;
}

.c-form_radioList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -0.3rem;
}

.c-form_radioList li {
  margin-top: 0.3rem;
}

.c-form_textarea,
.krs .c-form_table_cont textarea {
  padding: 7px 15px;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  width: 100%;
  min-height: 11.2rem; 
  background: #f2f2f2;
  font-family: sans-serif;
  font-size: 1.6rem;

  -webkit-appearance: none;
}
@media print, screen and (min-width: 768px) {
  .c-form_textarea,
  .krs .c-form_table_cont textarea {
    min-height: 19.2rem;
  }
}
.c-form_table_cont .c-form_textarea,
.c-form_table_cont
  .krs .c-form_table_cont textarea {
  display: block;
}
.c-form_agreement .c-form_textarea,
.c-form_agreement
  .krs .c-form_table_cont textarea {
  padding: 1.4rem;
  background-color: #fff; 
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .c-form_agreement .c-form_textarea,
  .c-form_agreement
  .krs .c-form_table_cont textarea {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-form_agreement .c-form_textarea,
  .c-form_agreement
  .krs .c-form_table_cont textarea {
    padding: 2.4rem;
  }
}

.c-form_table {
  margin-top: 2.45rem;
  margin-bottom: 2.45rem;
  border-top: 1px solid #e6e6e6;
}
@media print, screen and (min-width: 768px) {
  .c-form_table {
    margin-top: 4.2rem;
    margin-bottom: 4.2rem;
  }
}

@media print, screen and (min-width: 768px) {
  .c-form_table-narrow {
    margin-right: auto;
    margin-left: auto; 
    max-width: 620px;
  }
}

.c-form_table_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #e6e6e6;
}
@media print, screen and (min-width: 768px) {
  .c-form_table_row {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-form_table-narrow .c-form_table_row {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-form_table_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  .c-form_table_row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media print, screen and (min-width: 768px) {
  .c-form_table_head {
    padding-right: 4.2rem; 
    max-width: 33.333333%;

    -webkit-box-flex: 0;

        -ms-flex: 0 0 33.333333%;

            flex: 0 0 33.333333%;
  }
}

@media print, screen and (min-width: 768px) {
  .c-form_table_cont {
    width: 1%; 

    -webkit-box-flex: 1; 

        -ms-flex: 1 1 auto; 

            flex: 1 1 auto;
  }
}

.c-form_table_itemGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -5px -5px; 

  -ms-flex-wrap: wrap; 

      flex-wrap: wrap;
}
.c-form_table_itemGroup .c-btn,
.c-form_table_itemGroup .c-form_input {
  height: 100%;
}

.c-form_table_item {
  margin: 5px 5px;
}

.c-form_table_item-fluid {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .c-form_table_item-lg-flex {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media only screen and (max-width: 767.98px) {
  .c-form_table_item-sm-fluid {
    width: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .c-form_table_item-sm-flex {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .c-form_table_item-sm-flex .c-btn {
    width: 100%;
  }
}

.c-form_table_heading {
  color: #000;
  font-weight: normal;
}
@media only screen and (max-width: 767.98px) {
  .c-form_table_heading {
    margin-bottom: 1rem;
  }
}

.c-form_errorMessage,
.krs .c-form_table_cont .error,
.krs .c-form_agreement .error {
  margin-bottom: 1rem; 
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .c-form_errorMessage,
  .krs .c-form_table_cont .error,
  .krs .c-form_agreement .error {
    font-size: 1.4rem;
  }
}

.c-form_errorMessage_label,
.krs .c-form_table_cont .error,
.krs .c-form_agreement .error {
  display: inline-block;
  position: relative;
  padding: 0.5rem 1rem;
  background: #ffe5e7;
  color: #de0000;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .c-form_errorMessage_label,
  .krs .c-form_table_cont .error,
  .krs .c-form_agreement .error {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.c-form_errorMessage_label:after,
.krs .c-form_table_cont .error:after,
.krs .c-form_agreement .error:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  border: 7px solid transparent;
  border-top-color: #ffe5e7;
  border-bottom-width: 0; 
  width: 14px;
  height: 7px;
}

.krs .c-form_agreement .error:after {
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

/* ------------------------
  l-container
------------------------ */
body {
  /* for IE11 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

/* ------------------------
  l-header
------------------------ */
.l-header {
  height: 6rem; 

  -webkit-box-flex: 0; 

      -ms-flex: 0 0 auto; 

          flex: 0 0 auto;
}
@media print, screen and (min-width: 768px) {
  .l-header {
    height: 110px;
  }
}

.l-header_bar {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  border-bottom: 3px solid #de0000;
  width: 100%;
  min-width: 320px;
  height: 6rem;
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .l-header_bar {
    min-width: 1140px;
    height: 110px;
  }
}

.l-header_container {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .l-header_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 58px; 

    -webkit-box-pack: justify; 

        -ms-flex-pack: justify; 

            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media only screen and (max-width: 767.98px) {
  .l-header_siteTitle {
    padding: 1.3rem 0 0.8rem;
  }
}

@media print, screen and (min-width: 768px) {
  .l-header_siteTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: relative;
  }
}

@media only screen and (max-width: 767.98px) {
  .l-header-logo .l-header_siteTitle {
    padding: 2rem 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .l-header-logo {
    height: 80px;
  }
  .l-header-logo .l-header_bar {
    height: 80px;
  }
  .l-header-logo .l-header_row {
    padding-top: 28px;
  }
}

.l-header_tagline {
  font-size: 1rem;
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .l-header_tagline {
    margin-top: 0.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header_tagline {
    position: absolute;
    top: -30px;
    left: 2px;
    white-space: nowrap; 
    font-size: 1.1rem;
  }
}

.l-header_logo {
  line-height: 0;
}
@media only screen and (max-width: 767.98px) {
  .l-header_logo {
    width: 17rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .l-header_function {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .l-header_function {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 15px;
    right: 20px; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
  }
}

@media print, screen and (min-width: 768px) {
  .l-header_functionNav {
    margin-left: 30px;
  }
}

.l-header_functionNav_list {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .l-header_functionNav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2rem;
  }
}
.l-header_functionNav_list li:not(:first-child) {
  position: relative;
  margin-left: 15px;
  padding-left: 16px;
}
.l-header_functionNav_list li:not(:first-child):before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #e6e6e6;
}

.l-header_search_form .c-form_input {
  max-width: 220px;
}

.l-header_globalNav {
  color: #000;
}
@media only screen and (max-width: 767.98px) {
  .l-header_globalNav {
    display: none;
  }
}

.l-header_globalNav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}

.l-header_globalNav_listItem {
  position: relative;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  line-height: 1;
}
.l-header-j .l-header_globalNav_listItem {
  padding-right: 45px;
  padding-left: 45px;
}
.l-header-inner .l-header_globalNav_listItem {
  padding-right: 20px;
  padding-left: 20px;
}
.l-header-e .l-header_globalNav_listItem {
  padding-right: 25px;
  padding-left: 25px;
}
.l-header_globalNav_listItem:first-child {
  padding-left: 0;
}
.l-header_globalNav_listItem:last-child {
  padding-right: 0;
}
.l-header_globalNav_listItem:not(:first-child) {
  position: relative;
}
.l-header_globalNav_listItem:not(:first-child):before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #e6e6e6;
}
.l-header_globalNav_listItem a {
  text-decoration: none; 
  color: inherit;
}
.l-header_globalNav_listItem a:hover {
  color: #de0000;
}

.l-header_globalNav_childNav {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header_globalNav_listItem:first-child .l-header_globalNav_childNav {
  left: -25px;
}
.l-header_globalNav_listItem:last-child .l-header_globalNav_childNav {
  right: -25px; 
  left: auto;
}
.l-header_globalNav_listItem:hover .l-header_globalNav_childNav {
  visibility: visible; 
  opacity: 1;
}

.l-header_globalNav_childNav_body {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 25px 20px;
  width: 100%;
  min-width: 230px;
  background: #fff;
  text-align: left;
  -webkit-box-shadow: 1px 5px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 5px 7px rgba(0, 0, 0, 0.1);
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .l-header_globalNav_childNav_body {
    font-size: 1.4rem;
  }
}
.l-header_globalNav_listItem:last-child .l-header_globalNav_childNav_body {
  right: 0; 
  left: auto;
}
.l-header_globalNav_childNav_body li {
  border-bottom: 1px solid #e6e6e6;
}
.l-header_globalNav_childNav_body li a {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.l-header_toggleDrawer {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #e6e6e6; 
  width: 6rem;
  height: 5.7rem;
}
@media print, screen and (min-width: 768px) {
  .l-header_toggleDrawer {
    display: none;
  }
}

.l-header_toggleDrawer_btn {
  display: block;
  border: 0;
  width: 100%;
  height: 100%;
  background: none; 

  -webkit-appearance: none;
}

.l-header_toggleDrawer_ico {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; 
  width: 20px;
  height: 4px;
}
@media print, screen and (min-width: 375px) {
  .l-header_toggleDrawer_ico {
    width: 25px;
    height: 5px;
  }
}
@media print, screen and (min-width: 480px) {
  .l-header_toggleDrawer_ico {
    width: 30px;
    height: 6px;
  }
}

.l-header_toggleDrawer_line {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 4px;
  -webkit-transition: top 0.2s 0.1s, opacity 0.2s, -webkit-transform 0.2s 0s;
  transition: top 0.2s 0.1s, opacity 0.2s, -webkit-transform 0.2s 0s;
  transition: top 0.2s 0.1s, transform 0.2s 0s, opacity 0.2s;
  transition: top 0.2s 0.1s, transform 0.2s 0s, opacity 0.2s, -webkit-transform 0.2s 0s; 
  background: #de0000;
}
.l-header_toggleDrawer_line:nth-child(1) {
  top: -6px;
}
.l-header_toggleDrawer_line:nth-child(2) {
  opacity: 1;
}
.l-header_toggleDrawer_line:nth-child(3) {
  top: 6px;
}
@media print, screen and (min-width: 375px) {
  .l-header_toggleDrawer_line {
    width: 25px;
    height: 5px;
  }
  .l-header_toggleDrawer_line:nth-child(1) {
    top: -8px;
  }
  .l-header_toggleDrawer_line:nth-child(3) {
    top: 8px;
  }
}
@media print, screen and (min-width: 480px) {
  .l-header_toggleDrawer_line {
    width: 30px;
    height: 6px;
  }
  .l-header_toggleDrawer_line:nth-child(1) {
    top: -9px;
  }
  .l-header_toggleDrawer_line:nth-child(3) {
    top: 9px;
  }
}
.drawer-is-open .l-header_toggleDrawer_line {
  -webkit-transition: top 0.2s 0s, opacity 0.2s, -webkit-transform 0.2s 0.1s;
  transition: top 0.2s 0s, opacity 0.2s, -webkit-transform 0.2s 0.1s;
  transition: top 0.2s 0s, transform 0.2s 0.1s, opacity 0.2s;
  transition: top 0.2s 0s, transform 0.2s 0.1s, opacity 0.2s, -webkit-transform 0.2s 0.1s;
}
.drawer-is-open .l-header_toggleDrawer_line:nth-child(1) {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-is-open .l-header_toggleDrawer_line:nth-child(2) {
  opacity: 0;
}
.drawer-is-open .l-header_toggleDrawer_line:nth-child(3) {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ------------------------
  l-drawer
------------------------ */
.l-drawer {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  padding-top: 6rem;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media print, screen and (min-width: 768px) {
  .l-drawer {
    display: none;
  }
}
.drawer-is-open .l-drawer {
  visibility: visible; 
  opacity: 1;
}

.drawer-is-open body {
  overflow: hidden;
}

.l-drawer_container {
  overflow: scroll;
  position: relative;
  z-index: 2;
  padding: 2rem 2rem 5rem;
  height: calc(100vh - 6rem);
  background: #333;

  -webkit-overflow-scrolling: touch;
}

.l-drawer_functionNav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-drawer_functionNav_list li {
  text-align: center; 

  -webkit-box-flex: 1; 

      -ms-flex: 1; 

          flex: 1;
}
.l-drawer_functionNav_list li:not(:first-child) {
  position: relative;
}
.l-drawer_functionNav_list li:not(:first-child):before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: #484848;
}
.l-drawer_functionNav_list li a {
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #fff;
}
.l-drawer_functionNav_list li a:before {
  background-image: url(../img/common/arw_white_right.svg);
}
.l-drawer_functionNav_list li a:hover {
  color: #fff;
}

.l-drawer_search {
  margin: 2rem 0;
}

.l-drawer_search_form .c-form_search_btn {
  width: 4rem;
  height: 4rem;
}

.l-drawer_globalNav {
  text-align: center;
}

.l-drawer_globalNav_list {
  border-top: 2px solid #484848;
  border-bottom: 1px solid #484848;
}
.l-drawer_globalNav_list li {
  border-bottom: 1px solid #484848;
  font-size: 1.6rem;
  font-weight: bold;
}
.l-drawer_globalNav_list li a,
.l-drawer_globalNav_list li button {
  text-decoration: none; 
  color: #fff;
}
.l-drawer_globalNav_list li a:hover,
.l-drawer_globalNav_list li a:visited,
.l-drawer_globalNav_list li a:active,
.l-drawer_globalNav_list li button:hover,
.l-drawer_globalNav_list li button:visited,
.l-drawer_globalNav_list li button:active {
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .l-drawer_globalNav_list li a,
  .l-drawer_globalNav_list li button {
    display: block;
    padding: 1rem 3rem 1rem 2rem; 
    width: 100%;
  }
}
.l-drawer_globalNav_list .c-link {
  position: relative;
}
.l-drawer_globalNav_list .c-link:before {
  position: absolute;
  top: 0;
  right: 1.5rem;
  bottom: 0;
  margin: auto;
  background-image: url(../img/common/arw_white_right.svg);
}
.l-drawer_globalNav_list .c-link-blank:after {
  background-image: url(../img/common/ico_blank_white.svg);
}

.l-drawer_globalNav_toggleChildNav.c-link:before {
  background-image: url(../img/common/arw_white_down.svg);
}

.l-drawer_globalNav_toggleChildNav.c-link.is-expanded:before {
  background-image: url(../img/common/arw_white_up.svg);
}

.l-drawer_globalNav_childNav {
  display: none;
  background: #484848;
}
.l-drawer_globalNav_childNav li {
  border-color: #5c5c5c;
  font-size: 1.4rem;
}
.l-drawer_globalNav_childNav li:last-child {
  border: 0;
}

.l-drawer_overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* ------------------------
  l-bradcrumb
------------------------ */
.l-breadcrumb {
  font-size: 1.2rem;
}

.l-breadcrumb_list {
  padding: 1rem 0 0;
  letter-spacing: -1em;
}
.l-breadcrumb_list li {
  display: inline;
  letter-spacing: normal;
}
.l-breadcrumb_list li a {
  text-decoration: none; 
  color: inherit;
}
.l-breadcrumb_list li:not(:last-child) {
  margin-right: 0.3rem;
  padding-right: 2.1rem;
  background: url(../img/common/breadcrumb_arw.svg) no-repeat right center;
  background-size: 2rem 2rem;
}

/* ------------------------
  l-main
------------------------ */
.l-main {
  position: relative;

  -webkit-box-flex: 1;

      -ms-flex: 1 0 auto;

          flex: 1 0 auto;
}

.l-main_container {
  padding-top: 2.45rem;
  padding-bottom: 6.65rem;
}
@media print, screen and (min-width: 768px) {
  .l-main_container {
    padding-top: 4.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main_container {
    padding-bottom: 11.4rem;
  }
}

/* ------------------------
  l-pagetop
------------------------ */
@media print, screen and (min-width: 768px) {
  .l-pagetop {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
}

.l-pagetop a {
  display: block;
  position: relative;
  height: 40px;
  background: #5c5c5c;
  font-size: 0;
}
.l-pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/common/arw_white_up.svg) no-repeat center center;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .l-pagetop a {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s; 
    -webkit-transform: translate3d(0, 0, 0); 
            transform: translate3d(0, 0, 0);
  }
  .l-pagetop a:hover {
    background-color: #9b9b9b;
  }
}

@media print, screen and (min-width: 768px) {
  .l-pagetop.is-visible {
    visibility: visible; 
    opacity: 1;
  }
  .l-pagetop.is-absoluted a {
    position: absolute;
    top: -60px;
    bottom: auto;
  }
}

/* ------------------------
  l-modal
------------------------ */
.l-modal {
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  padding: 0 2.5rem;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.l-modal.is-ready {
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
}
.l-modal.is-visible {
  visibility: visible;
  overflow: auto; 
  opacity: 1;

  -webkit-overflow-scrolling: touch;
}

.l-modal_container {
  display: table;
  padding: 2.5rem 0; 
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .l-modal_container {
    margin: 0 auto; 
    width: auto;
  }
}

.l-modal_body {
  display: table-cell;
  vertical-align: middle;
}

/* c-modal ------- */
.c-modal_item {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .c-modal_item {
    width: 720px;
  }
}

.c-modal_close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
@media print, screen and (min-width: 768px) {
  .c-modal_close {
    top: 2rem;
    right: 2rem;
  }
}

.c-modal_close_btn {
  position: relative;
  border: 1px solid #e6e6e6;
  width: 3rem;
  height: 3rem;
  background: none;
  font-size: 0; 

  -webkit-appearance: none;
}
@media print, screen and (min-width: 768px) {
  .c-modal_close_btn {
    width: 4rem;
    height: 4rem;
  }
}
.c-modal_close_btn:before,
.c-modal_close_btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 55%;
  height: 2px;
  background: #333;
}
.c-modal_close_btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-modal_close_btn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal_map_heading {
  margin-bottom: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .modal_map_heading {
    margin-bottom: 2.4rem;
  }
}

.modal_map_title {
  display: block; 
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .modal_map_title {
    font-size: 2rem;
  }
}

.modal_map_address {
  display: block; 
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .modal_map_address {
    font-size: 1.4rem;
  }
}

.modal_map_canvas {
  height: 300px;
}
@media print, screen and (min-width: 768px) {
  .modal_map_canvas {
    height: 380px;
  }
}

.modaal-gallery-label {
  display: block;
  margin-top: 0.7rem;
  text-align: left; 
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .modaal-gallery-label {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .modaal-gallery-label {
    margin-top: 1.2rem;
  }
}

/* ------------------------
  l-footer
------------------------ */
.l-footer {
  position: relative;
  background: #333;
  color: #fff;
}
.l-footer a {
  color: inherit;
}

@media print, screen and (min-width: 768px) {
  .l-footer_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3rem 0; 

    -ms-flex-wrap: wrap; 

        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-footer_nav {
  text-align: center; 
  font-size: 1.2rem;
}

@media only screen and (max-width: 767.98px) {
  .l-footer_nav_list {
    padding: 0.8rem 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .l-footer_nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-footer_nav_list li {
  border-bottom: 1px solid #484848;
}
@media only screen and (max-width: 767.98px) {
  .l-footer_nav_list li a {
    display: block;
    padding: 1rem 0;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer_nav_list li {
    padding: 0 1.2rem;
    border-bottom: 0;
  }
  .l-footer_nav_list li:first-child {
    padding-left: 0;
  }
  .l-footer_nav_list li:not(:first-child) {
    border-left: 1px solid #484848;
  }
}

.l-footer_nav_list .c-link:before {
  background-image: url(../img/common/arw_white_right.svg);
}

.l-footer_nav_list .c-link:hover {
  color: inherit;
}

.l-footer_copyright {
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  .l-footer_copyright {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .l-footer_copyright {
    padding: 2rem 0 3rem;
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .l-footer-min .l-footer_row {
    padding: 2.2rem 0;
  }
}

.l-footer-min .l-footer_copyright {
  text-align: center; 

  -webkit-box-flex: 1; 

      -ms-flex: 1; 

          flex: 1;
}
@media only screen and (max-width: 767.98px) {
  .l-footer-min .l-footer_copyright {
    padding: 2rem 0;
  }
}

/* ------------------------
  searchResult
------------------------ */
.searchResult_overview_row {
  margin-top: 1.2rem;
}
.searchResult_overview_row:first-child {
  margin-top: 0;
}

.searchResult_overview_linkList {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.searchResult_overview_linkList li {
  padding: 0 1.5rem;
}
.searchResult_overview_linkList li:not(:last-child) {
  position: relative;
}
.searchResult_overview_linkList li:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0.25em;
  right: 0;
  bottom: 0.25em;
  width: 1px;
  background-color: #b2b2b2;
}

@media print, screen and (min-width: 768px) {
  .searchResult_overview_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .searchResult_overview_head {
    margin-right: 1em; 
    min-width: 7em;
  }
  .searchResult_overview_body {
    width: 1%; 

    -webkit-box-flex: 1; 

        -ms-flex: 1 1 auto; 

            flex: 1 1 auto;
  }
}

/* ------------------------
  cookieAlert
------------------------ */
.l-cookieAlert {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s; 
  background-color: #e6e6e6;
}
.l-cookieAlert.is-visible {
  visibility: visible; 
  opacity: 1;
}

.l-cookieAlert_container {
  position: relative;
}

.l-cookieAlert_close {
  position: absolute;
  top: 1.2rem;
  right: 2rem;
}
@media print, screen and (min-width: 768px) {
  .l-cookieAlert_close {
    top: 2rem;
  }
}

/* ------------------------
  site search (marsflag)
------------------------ */
body .mf_finder_searchBox {
  margin: 0;
}

body .mf_finder_searchBox_items {
  padding: 0;
}

body .mf_finder_searchBox_query_wrap {
  width: 1%; 

  -webkit-box-flex: 1; 

      -ms-flex: 1 1 auto; 

          flex: 1 1 auto;
}
@media print, screen and (min-width: 768px) {
  body .mf_finder_searchBox_query_wrap {
    max-width: 360px;
  }
}

body .mf_finder_searchBox_query_input {
  padding: 0 15px;
  border: 1px solid #e6e6e6;
  min-height: 0;
  background: #f2f2f2;
  font-family: sans-serif;
  font-size: 1.6rem;
}
.l-header_search .mf_finder_searchBox_query_input {
  width: 220px;
}

body .mf_finder_searchBox_submit {
  border-radius: 0;
  width: 3rem;
  height: 3rem;
  background: #666 url(../img/common/ico_search.svg) no-repeat center center;
  background-size: 50% 50%;
}
.l-drawer .mf_finder_searchBox_submit {
  width: 4rem;
  height: 4rem;
}
body .mf_finder_searchBox_submit:before {
  display: none;
}
body .mf_finder_searchBox_submit span {
  display: none;
}

body .mf_finder_organic_wrapper:lang(ja) .mf_finder_msk_item:before {
  content: "\3082\3057\304B\3057\3066\FF1A";
}

body .mf_finder_organic_wrapper:lang(ja) .mf_finder_msk_item:after {
  display: none;
}

body .mf_finder_zubaken_wrapper {
  margin-top: 2.45rem;
  margin-bottom: 2.45rem;
}
@media print, screen and (min-width: 768px) {
  body .mf_finder_zubaken_wrapper {
    margin-top: 4.2rem;
    margin-bottom: 4.2rem;
  }
}

body .mf_finder_zubaken {
  padding: 2.45rem;
  background-color: #f2f2f2;
}
@media print, screen and (min-width: 768px) {
  body .mf_finder_zubaken {
    padding: 4.2rem;
  }
}
body .mf_finder_zubaken:before {
  content: "\304A\3059\3059\3081\30EA\30F3\30AF";
  display: block;
  margin-bottom: 1.4rem;
  padding-left: 1.2rem;
  border-left: 0.2rem solid #de0000;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  body .mf_finder_zubaken:before {
    margin-bottom: 2.4rem;
    font-size: 2rem;
  }
}
[lang="en"] body .mf_finder_zubaken:before {
  content: "Recommendation";
}

body .mf_finder_zubaken_items {
  margin: -0.6rem -0.6rem;
}
@media only screen and (max-width: 767.98px) {
  body .mf_finder_zubaken_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  body .mf_finder_zubaken_items {
    margin: -1.4rem -1.4rem;
  }
}

body .mf_finder_zubaken_item {
  margin: 0.6rem 0.6rem;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; 
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  body .mf_finder_zubaken_item {
    margin: 1.4rem 1.4rem;
  }
}
body .mf_finder_zubaken_item:hover {
  color: #de0000;
}

body .mf_finder_zubaken_title {
  display: inline-block;
  overflow: auto;
  margin: 0;
  padding-left: 1.2em;
  border: 0;
  min-height: 0;
  background: none;
  vertical-align: middle;
  white-space: normal; 
  text-decoration: none;
  color: inherit;
  font-size: 1.4rem;

  -webkit-appearance: none;
}
body .mf_finder_zubaken_title:before {
  content: "";
  display: inline-block;
  margin: -0.6em 0.2em -0.4em 0;
  width: 1em;
  height: 1em;
  background: url(../img/common/arw_red_right.svg) no-repeat;
  background-size: contain; 
  vertical-align: middle;

  -ms-flex-negative: 0;

      flex-shrink: 0;
}
body .mf_finder_zubaken_title:hover {
  color: #de0000;
}
body .mf_finder_zubaken_title:not([href]):not([type]):hover {
  color: inherit;
}
body .mf_finder_zubaken_title[href^="http"] {
  word-break: break-all;
}
body .mf_finder_zubaken_title:before {
  margin-left: -1.2em;
}
@media print, screen and (min-width: 768px) {
  body .mf_finder_zubaken_title {
    font-size: 1.6rem;
  }
}

body .mf_finder_zubaken_image_wrapper {
  display: none;
}

body .mf_finder_organic_header_wrapper {
  margin: 2rem 0 2.45rem;
}

@media print, screen and (min-width: 768px) {
  body .mf_finder_organic_header {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  [lang="en"] body .mf_finder_organic_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  [lang="ja"] body .mf_finder_organic_nums {
    margin-left: 1.2rem;
  }
}

body .mf_finder_query,
body .mf_finder_query:before,
body .mf_finder_query:after,
body .mf_finder_organic_total,
body .mf_finder_organic_total:before,
body .mf_finder_organic_total:after,
body .mf_finder_organic_range_from,
body .mf_finder_organic_range_from:before,
body .mf_finder_organic_range_from:after,
body .mf_finder_organic_range_to,
body .mf_finder_organic_range_to:before,
body .mf_finder_organic_range_to:after {
  font-size: inherit !important;
}

body .mf_finder_organic_header_wrapper:lang(en) .mf_finder_query {
  margin: 0;
}

body .mf_finder_msk {
  margin: 2rem 0 2.45rem;
}

body .mf_finder_organic_doc,
body .mf_finder_organic_docs > div:first-child {
  border-color: #e6e6e6;
}

body .mf_finder_organic_doc {
  padding: 2.45rem 0;
}

body .mf_finder_organic_doc_img_wrapper {
  display: none;
}

body .mf_finder_organic_doc_contents_wrapper {
  margin-left: 0;
}

body .mf_finder_organic_doc_title_wrapper {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 1.2em;
}
body .mf_finder_organic_doc_title_wrapper:visited {
  color: inherit;
}
body .mf_finder_organic_doc_title_wrapper:hover {
  text-decoration: none; 
  color: #de0000;
}
body .mf_finder_organic_doc_title_wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 1em;
  height: 1em;
  background: url(/assets/img/common/arw_red_right.svg) no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  body .mf_finder_organic_doc_title_wrapper {
    margin-bottom: 1.2rem;
    font-size: 2rem;
  }
}

body .mf_finder_organic_doc_title {
  font-weight: normal;
}

body .mf_finder_organic_doc_body {
  height: 4.4rem; 
  font-size: 1rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  body .mf_finder_organic_doc_body {
    height: 6.2rem; 
    font-size: 1.4rem;
  }
}

body .mf_finder_organic .mf_finder_mark {
  background: transparent;
}

body .mf_finder_organic_doc_url {
  display: block;
  margin-top: 0.6rem;
  word-break: break-all;
  color: inherit;
  font-size: 1rem;
}
body .mf_finder_organic_doc_url:hover {
  text-decoration: none;
}
body .mf_finder_organic_doc_url:before {
  display: none;
}
@media print, screen and (min-width: 768px) {
  body .mf_finder_organic_doc_url {
    font-size: 1.4rem;
  }
}

body .mf_finder_pager_item_first {
  display: none;
}

body .mf_finder_pager_items li {
  margin-right: 0.4em;
  margin-left: 0.4em;
}
@media print, screen and (min-width: 768px) {
  body .mf_finder_pager_items li {
    margin-right: 1em;
    margin-left: 1em;
  }
}

body .mf_finder_pager_items li a {
  padding: 0;
  background: transparent;
  text-decoration: underline; 
  color: inherit;
}
body .mf_finder_pager_items li a:hover {
  text-decoration: none; 
  color: #de0000;
}

body .mf_finder_pager_item_current {
  padding: 0;
}

body .mf_finder_organic_pager_wrapper {
  margin-top: 3.5rem;
}
@media print, screen and (min-width: 768px) {
  body .mf_finder_organic_pager_wrapper {
    margin-top: 6rem;
  }
}

body .mf_finder_pager_items .mf_finder_pager_item_next a,
body .mf_finder_pager_items .mf_finder_pager_item_prev a {
  padding: 0;
  border-radius: 0; 
  background: transparent;
}

body .mf_finder_pager_items .mf_finder_pager_item_next a span,
body .mf_finder_pager_items .mf_finder_pager_item_prev a span {
  display: inline;
  width: auto;
}

body .mf_finder_pager_items .mf_finder_pager_item_prev a span:before,
body .mf_finder_pager_items .mf_finder_pager_item_next a span:before {
  font-family: inherit;
}

body .mf_finder_pager_item_prev a span:before {
  content: "\003c\003c前へ";
}
[lang="en"] body .mf_finder_pager_item_prev a span:before {
  content: "\003c\003cPrev";
}

body .mf_finder_pager_item_next a span:before {
  content: "次へ\003e\003e";
}
[lang="en"] body .mf_finder_pager_item_next a span:before {
  content: "Next\003e\003e";
}

/* --------------------------------
  about
-------------------------------- */
.qa_item {
  font-size: 1.6rem;
}
.qa_item:not(:first-child) {
  margin-top: 2.45rem;
}
@media print, screen and (min-width: 768px) {
  .qa_item:not(:first-child) {
    margin-top: 4.2rem;
  }
}

.qa_item_q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.2rem; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
}

.qa_item_a {
  padding: 1.6rem;
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .qa_item_a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3.2rem 3.2rem 3.2rem 0; 

    -webkit-box-align: start; 

        -ms-flex-align: start; 

            align-items: flex-start;
  }
}

.qa_item_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #de0000; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
}
.qa_item_q .qa_item_head {
  margin-right: 1.2rem; 

  -ms-flex-item-align: start; 

      align-self: flex-start;
}
.qa_item_q .qa_item_head span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.6rem;
  width: 4.4rem;
  height: 4.4rem;
  background: #de0000;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold; 

  -webkit-box-pack: center; 

      -ms-flex-pack: center; 

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .qa_item_a .qa_item_head {
    margin-bottom: 0.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .qa_item_a .qa_item_head {
    margin-right: 1.2rem;
  }
}
.qa_item_a .qa_item_head span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.6rem;
  width: 1em;
  height: 1em;
  font-size: 2.4rem;
  font-weight: bold; 

  -webkit-box-pack: center; 

      -ms-flex-pack: center; 

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  .qa_item_a .qa_item_head span {
    margin-right: 0.8rem; 
    width: 4.2rem;

    -webkit-box-pack: end;

        -ms-flex-pack: end;

            justify-content: flex-end;
  }
}

.qa_item_q .qa_item_body {
  width: 1%;
  font-weight: bold; 

  -webkit-box-flex: 1; 

      -ms-flex: 1 1 auto; 

          flex: 1 1 auto;
}

@media print, screen and (min-width: 768px) {
  .qa_item_a .qa_item_body {
    width: 1%; 

    -webkit-box-flex: 1; 

        -ms-flex: 1 1 auto; 

            flex: 1 1 auto;
  }
}

/* --------------------------------
  series
-------------------------------- */
/* TOPICS一覧 ---------- */
.topics_row {
  margin: -1.2rem -1.2rem;
}
@media print, screen and (min-width: 768px) {
  .topics_row {
    margin: -2.1rem -2.1rem;
  }
}

.topics_item {
  padding: 1.2rem 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .topics_item {
    padding: 2.1rem 2.1rem;
  }
}

.topics_item_heading {
  margin-bottom: 0.7rem;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .topics_item_heading {
    margin-bottom: 1.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .topics_item_heading {
    font-size: 2rem;
  }
}

/* 年表 ---------- */
.chronology_table {
  margin-top: 2.45rem;
}
@media print, screen and (min-width: 768px) {
  .chronology_table {
    margin-top: 4.2rem;
  }
}

.chronology_head {
  background: #f2f2f2; 
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .chronology_head {
    font-size: 2rem;
  }
}

.chronology_body {
  margin-top: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .chronology_body {
    margin-top: 2.4rem;
  }
}

.chronology_col-story {
  max-width: 60%; 

  -ms-flex-preferred-size: 60%; 

      flex-basis: 60%;
}
.chronology_row:not(:first-child) .chronology_col-story {
  position: relative;
}
.chronology_row:not(:first-child) .chronology_col-story:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 1.4rem;
  left: 1.6rem;
  height: 1px;
  background: #d9d9d9;
}
@media print, screen and (min-width: 768px) {
  .chronology_row:not(:first-child) .chronology_col-story:before {
    right: 4.2rem;
    left: 4.2rem;
  }
}
.chronology_head .chronology_col-story {
  padding: 1.6rem 1.4rem 1.6rem 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .chronology_head .chronology_col-story {
    padding: 3.2rem 4.2rem;
  }
}
.chronology_body .chronology_col-story {
  padding: 3.2rem 1.4rem 3.2rem 1.6rem; 
  border-left: 4px solid;
}
@media print, screen and (min-width: 768px) {
  .chronology_body .chronology_col-story {
    padding: 3.2rem 4.2rem;
  }
}
.chronology-season1 .chronology_col-story {
  border-left-color: #3f97fc;
}
.chronology-season2 .chronology_col-story {
  border-left-color: #ffab00;
}
.chronology-season3 .chronology_col-story {
  border-left-color: #62bc66;
}
.chronology-season4 .chronology_col-story {
  border-left-color: #ad47ac;
}
.chronology-season5 .chronology_col-story {
  border-left-color: #00c2cc;
}
.chronology-season6 .chronology_col-story {
  border-left-color: #ed589d;
}

.chronology_col-events {
  padding: 1.6rem 1.6rem; 
  max-width: 40%;

  -ms-flex-preferred-size: 40%;

      flex-basis: 40%;
}
@media print, screen and (min-width: 768px) {
  .chronology_col-events {
    padding: 3.2rem 3.2rem;
  }
}
.chronology_head .chronology_col-events {
  position: relative;
}
.chronology_head .chronology_col-events:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.2rem;
  bottom: 1.2rem;
  left: 0;
  width: 1px;
  background: #d9d9d9;
}
.chronology_body .chronology_col-events {
  border-left: 1px solid #d9d9d9;
}
@media only screen and (max-width: 767.98px) {
  .chronology_body .chronology_col-events {
    padding-right: 0;
    padding-left: 1rem;
  }
}

.chronology_year {
  position: relative;
  margin-bottom: 2rem; 
  padding-bottom: 0.7rem;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .chronology_year {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .chronology_year {
    padding-bottom: 1.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .chronology_year {
    margin-bottom: 2.4rem;
  }
}
.chronology_year:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -1.6rem;
  width: 15rem;
  height: 2px;
}
@media print, screen and (min-width: 768px) {
  .chronology_year:after {
    left: -4.2rem;
    width: 20rem;
  }
}
.chronology-season1 .chronology_year:after {
  background-color: #3f97fc;
}
.chronology-season2 .chronology_year:after {
  background-color: #ffab00;
}
.chronology-season3 .chronology_year:after {
  background-color: #62bc66;
}
.chronology-season4 .chronology_year:after {
  background-color: #ad47ac;
}
.chronology-season5 .chronology_year:after {
  background-color: #00c2cc;
}
.chronology-season6 .chronology_year:after {
  background-color: #ed589d;
}

.chronology_heading {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .chronology_heading {
    font-size: 2rem;
  }
}

.chronology_content + .chronology_content {
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid #d9d9d9;
}
@media print, screen and (min-width: 768px) {
  .chronology_content + .chronology_content {
    margin-top: 1.8rem;
    padding-top: 1.8rem;
  }
}

.chronology_desc {
  margin-top: 0.35rem;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .chronology_desc {
    margin-top: 0.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .chronology_desc {
    font-size: 1.4rem;
  }
}

/* 記事 ---------- */
@media only screen and (max-width: 767.98px) {
  .series_headLinks {
    margin-top: 2.45rem;
  }
}

@media print, screen and (min-width: 768px) {
  .series_headLinks {
    margin-top: 1.2rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .series_headLinks li:not(:first-child) {
    margin-top: 0.7rem;
  }
}

@media print, screen and (min-width: 768px) {
  .series_headLinks li:not(:first-child) {
    margin-left: 2.4rem;
  }
}

/* --------------------------------
  monthly
-------------------------------- */
.monthly_hero {
  margin-top: 3.5rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .monthly_hero {
    margin-top: 6rem;
  }
}

.monthly_hero_logo {
  margin-right: 1.4rem;
  margin-left: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .monthly_hero_logo {
    margin-right: 2.4rem;
    margin-left: 2.4rem;
  }
}

.monthly_hero_heading {
  margin-top: 0.35rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .monthly_hero_heading {
    margin-top: 0.6rem;
  }
}

/* --------------------------------
  saizensen
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .saizensen_anchor {
    margin-right: 2.4rem;
    margin-left: 2.4rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .saizensen_anchor_container {
    margin-top: -2.4rem;
    margin-bottom: -2.4rem;
  }
}

.saizensen_anchor_item {
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .saizensen_anchor_item:not(:first-child) {
    border-top: 1px solid #e6e6e6;
  }
}
@media print, screen and (min-width: 768px) {
  .saizensen_anchor_item {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
  .saizensen_anchor_item:not(:first-child) {
    border-left: 1px solid #e6e6e6;
  }
}
.saizensen_anchor_item .c-link-down {
  display: block;
  position: relative;
}
.saizensen_anchor_item .c-link-down:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  .saizensen_anchor_item .c-link-down {
    padding-top: 2.4rem;
    padding-bottom: 4.2rem;
  }
  .saizensen_anchor_item .c-link-down:before {
    bottom: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .saizensen_anchor_item .c-link-down {
    padding-bottom: 1.6rem;
  }
}

.saizensen_anchor_number {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.3rem 0;
  min-width: 10rem;
  background: #de0000;
  color: #fff;
  font-size: 1.4rem;
}

.saizensen_anchor_heading {
  font-weight: bold;
}

.saizensen_anchor_company {
  display: block;
  margin-bottom: 0.3rem; 
  color: #000;
  font-weight: normal;
}

.saizensen_sectionHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  margin-bottom: 2.45rem;
}
@media print, screen and (min-width: 768px) {
  .saizensen_sectionHeader {
    margin-bottom: 4.2rem;
  }
}

.saizensen_sectionHeader_number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0.3rem;
  margin-right: 1.4rem;
  width: 4.8rem;
  height: 4.8rem;
  background: #de0000;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1; 

  -ms-flex-negative: 0; 

      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  .saizensen_sectionHeader_number {
    margin-right: 2.4rem;
  }
}
.saizensen_sectionHeader_number span {
  margin-top: 0.3rem;
  font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
  .saizensen_sectionHeader_number {
    width: 6rem;
    height: 6rem;
    font-size: 1.4rem;
  }
  .saizensen_sectionHeader_number span {
    font-size: 2.4rem;
  }
}

.saizensen_sectionHeader_heading {
  color: #000;
  font-size: 2rem;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .saizensen_sectionHeader_heading {
    font-size: 2.4rem;
  }
}

.saizensen_profile {
  margin-top: 3.5rem;
  padding-top: 2.45rem;
  padding-bottom: 2.45rem;
  border-top: 1px solid #e6e6e6;
}
@media print, screen and (min-width: 768px) {
  .saizensen_profile {
    margin-top: 6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .saizensen_profile {
    padding-top: 4.2rem;
    padding-bottom: 4.2rem;
  }
}
.bg-gray .saizensen_profile {
  border-color: #d9d9d9;
}

/* --------------------------------
  csr
-------------------------------- */
@media print, screen and (min-width: 768px) {
  .csr_culture_map {
    position: relative;
    margin-top: 2.45rem;
    width: 1100px;
    height: 1105px;
    background: url(/assets/img/csr/culture_map.png) no-repeat;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .csr_culture_map {
    margin-top: 4.2rem;
  }
}

@media print, screen and (min-width: 768px) {
  .csr_culture_map_note {
    padding: 6rem 0 0 6rem; 
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .csr_culture_map_note {
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  .csr_culture_map_tokyo {
    position: absolute;
    top: 730px;
    left: 520px; 
    color: #000;
    font-size: 2rem;
    font-weight: normal;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .csr_culture_map_tokyo {
    font-size: 2.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  .csr_culture_map_linkGroup li {
    position: absolute;
  }
  .csr_culture_map_link-01 {
    top: 938px;
    left: 230px;
  }
  .csr_culture_map_link-02 {
    top: 796px;
    left: 230px;
  }
  .csr_culture_map_link-03 {
    top: 809px;
    left: 700px;
  }
  .csr_culture_map_link-04 {
    top: 952px;
    left: 700px;
  }
  .csr_culture_map_link-05 {
    top: 432px;
    left: 60px;
  }
  .csr_culture_map_link-06 {
    top: 851px;
    left: 700px;
  }
  .csr_culture_map_link-07 {
    top: 550px;
    left: 370px;
  }
  .csr_culture_map_link-08 {
    top: 265px;
    left: 767px;
  }
  .csr_culture_map_link-09 {
    top: 903px;
    left: 700px;
  }
  .csr_culture_map_link-10 {
    top: 841px;
    left: 230px;
  }
  .csr_culture_map_link-11 {
    top: 550px;
    left: 560px;
  }
  .csr_culture_map_link-12 {
    top: 513px;
    left: 767px;
  }
  .csr_culture_map_link-13 {
    top: 365px;
    left: 767px;
  }
  .csr_culture_map_link-14 {
    top: 891px;
    left: 230px;
  }
  .csr_culture_map_link-15 {
    top: 610px;
    left: 60px;
  }
  .csr_culture_map_link-16 {
    top: 988px;
    left: 330px;
  }
  .csr_culture_map_link-17 {
    top: 408px;
    left: 767px;
  }
  .csr_culture_map_link-18 {
    top: 472px;
    left: 767px;
  }
  .csr_culture_map_link-19 {
    top: 315px;
    left: 370px;
  }
  .csr_culture_map_link-20 {
    top: 365px;
    left: 315px;
  }
  .csr_culture_map_link-21 {
    top: 240px;
    left: 460px;
  }
  [lang="en"] .csr_culture_map_link-01 {
    top: 935px;
  }
  [lang="en"] .csr_culture_map_link-03 {
    top: 789px;
  }
  [lang="en"] .csr_culture_map_link-16 {
    top: 997px;
    left: 320px;
  }
}

/* --------------------------------
  englishroom
-------------------------------- */
.englishroom_pageHeader {
  margin-bottom: 3.5rem;
}
@media print, screen and (min-width: 768px) {
  .englishroom_pageHeader {
    margin-bottom: 6rem;
  }
}

.englishroom_pageHeader_heading {
  margin-bottom: 0;
}

@media only screen and (max-width: 767.98px) {
  .englishroom_pageHeader_link {
    margin-top: 3.5rem;
  }
}

.englishroom_soundbar {
  margin-bottom: 3.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
  .englishroom_soundbar {
    margin-bottom: 6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .englishroom_soundbar {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}

.englishroom_soundbar_row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.englishroom_soundbar_player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}
.englishroom_soundbar_player object {
  display: block;
}

.englishroom_soundbar_lead {
  margin-right: 1.2rem; 
  text-align: right;
}

.englishroom_article_section {
  margin-top: 3.5rem;
}
@media print, screen and (min-width: 768px) {
  .englishroom_article_section {
    margin-top: 6rem;
  }
}

.englishroom_article_header {
  margin-bottom: 2.45rem;
}
@media print, screen and (min-width: 768px) {
  .englishroom_article_header {
    margin-bottom: 4.2rem;
  }
}

.englishroom_article_meta {
  margin-top: 0.7rem; 
  color: #999;
}
@media print, screen and (min-width: 768px) {
  .englishroom_article_meta {
    margin-top: 1.2rem;
  }
}

.englishroom_article_footer {
  margin-top: 0.7rem;
  text-align: right; 
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .englishroom_article_footer {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .englishroom_article_footer {
    margin-top: 1.2rem;
  }
}

.englishroom_article_note {
  margin-top: 3.5rem; 
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .englishroom_article_note {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .englishroom_article_note {
    margin-top: 6rem;
  }
}

.englishroom_backnumberIndex_meta {
  margin-bottom: 2rem; 
  margin-left: 2rem;
}

/* --------------------------------
  mitekita / company / pickupcontents
-------------------------------- */
.articles_header {
  margin-bottom: 3.5rem;
  padding-top: 2.45rem;
  padding-bottom: 2.45rem;
}
@media print, screen and (min-width: 768px) {
  .articles_header {
    margin-bottom: 6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .articles_header {
    padding-top: 4.2rem;
    padding-bottom: 4.2rem;
  }
}

.articles_heading {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 8.8rem;
}
@media only screen and (max-width: 767.98px) {
  .articles_heading {
    min-height: 6.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .articles_heading {
    margin-bottom: 2.4rem;
    padding-left: 130px;
  }
}

.articles_heading_ico {
  position: absolute;
  top: -1rem;
  left: 0;
  width: 7.4rem;
}
@media print, screen and (min-width: 768px) {
  .articles_heading_ico {
    top: -5.6rem;
    width: 106px;
  }
}

.articles_heading_tit {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #de0000;
  color: #000;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.33333;
}
@media print, screen and (min-width: 768px) {
  .articles_heading_tit {
    font-size: 3.2rem;
  }
}
.articles_heading_tit span {
  display: inline-block;
  padding-bottom: 0.6rem; 
  border-bottom: 1px solid #de0000;
}

/* --------------------------------
  interview
-------------------------------- */
.interview_meta {
  text-align: right;
}

.interview_meta_data {
  color: #999;
}
@media print, screen and (min-width: 768px) {
  .interview_meta_data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: end;

        -ms-flex-pack: end;

            justify-content: flex-end;
  }
  .interview_meta_data > p:not(:last-child) {
    margin-right: 1em;
  }
}

@media print, screen and (min-width: 768px) {
  .interview_header {
    padding-left: 2.4rem;
  }
}

.interview_header_heading {
  display: inline-block;
  border-bottom: 1px solid #de0000; 
  font-size: 2.4rem;
}
@media print, screen and (min-width: 768px) {
  .interview_header_heading {
    font-size: 3.2rem;
  }
}

.interview_header_profile {
  margin-top: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .interview_header_profile {
    margin-top: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .interview_header_profile {
    max-width: 450px;
  }
}

.interview_header_title {
  margin-bottom: 0.35rem; 
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .interview_header_title {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .interview_header_title {
    margin-bottom: 0.6rem;
  }
}

.interview_header_name {
  font-size: 2.4rem;
}
@media print, screen and (min-width: 768px) {
  .interview_header_name {
    font-size: 3.2rem;
  }
}

.interview_header_ruby {
  display: block; 
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .interview_header_ruby {
    font-size: 1.6rem;
  }
}

.interview_hero {
  margin-bottom: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .interview_hero {
    margin-bottom: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .interview_hero {
    margin-left: 4.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .interview_hero {
    float: right;
    margin-top: -222px; 
    max-width: 590px;
  }
}

/* --------------------------------
  mhi
-------------------------------- */
.shopping_mhi_heading {
  position: relative;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  padding: 2px 0;
  border-top: 1px solid #de0000;
  border-bottom: 1px solid #de0000;
  text-align: center;
  color: #000;
  font-weight: normal;
  line-height: 1.33333;
}
@media print, screen and (min-width: 768px) {
  .shopping_mhi_heading {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.shopping_mhi_heading:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -24px;
  left: 0;
  margin: auto;
  width: 34px;
  height: 24px;
  background: url(/assets/img/shopping/mhi/heading_ico.png) no-repeat;
}
@media print, screen and (min-width: 768px) {
  .shopping_mhi_heading {
    margin-right: 6rem;
    margin-left: 6rem;
  }
}

.shopping_mhi_heading_inner {
  padding-top: 1.4rem;
  padding-right: 1.4rem;
  padding-bottom: 1.4rem;
  padding-left: 1.4rem;
  border-top: 1px solid #de0000;
  border-bottom: 1px solid #de0000;
}
@media print, screen and (min-width: 768px) {
  .shopping_mhi_heading_inner {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .shopping_mhi_heading_inner {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}

/* --------------------------------
  area
-------------------------------- */
.area_area_map {
  height: 600px;
}

.area_resultSyllabary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.4rem;
  margin-bottom: 2.45rem;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}
@media print, screen and (min-width: 768px) {
  .area_resultSyllabary {
    margin-top: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .area_resultSyllabary {
    margin-bottom: 4.2rem;
  }
}

.area_result_label {
  margin-right: 1.2rem; 

  -ms-flex-item-align: start; 

      align-self: flex-start;
}
.area_result_label span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  background: #de0000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold; 

  -webkit-box-pack: center; 

      -ms-flex-pack: center; 

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  .area_result_label {
    margin-right: 4.2rem;
  }
  .area_result_label span {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.8rem;
  }
}

.area_result .area_result_body {
  width: 1%; 

  -webkit-box-flex: 1; 

      -ms-flex: 1 1 auto; 

          flex: 1 1 auto;
}

.area_area_form {
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .area_area_form {
    padding: 3rem 2rem;
  }
}
.area_area_form .area_form_select {
  display: block;
  text-align: center;
}
.area_area_form .area_form_select select {
  width: 100%;
}
.area_area_form .area_form_select + .area_form_select {
  margin-top: 1rem;
}
.area_area_form .area_form_btn {
  margin: 2.45rem 0 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .area_area_form .area_form_select {
    display: inline-block;
    width: 400px; 
    vertical-align: top;
  }
  .area_area_form .area_form_select + .area_form_select {
    margin: 0 0 0 2rem;
  }
  .area_area_form .area_form_btn {
    display: inline-block;
    margin: 0 0 0 2rem; 
    vertical-align: top;
  }
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *:before,
  *:after {
    background-color: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* Site Settings */
  html {
    zoom: 0.8; 
    font-size: 10px;
  }
  body,
  .l-container {
    display: block;
  }
  .l-header_bar {
    position: static;
  }
}