@charset "UTF-8";

/* Slick.js (機能)
   ========================================================================== */
.relation .relation-title:before {
    content: "" !important;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -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 {
  position: relative;
  overflow: hidden;
  display: block;
  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 {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[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;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slick.js (見た目)
   ========================================================================== */

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 100%;
  width: 44px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #f5ddee;
  color: transparent;
  top: 0;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-next:hover {
  outline: none;
  color: transparent;
}

.slick-prev:hover span,
.slick-next:hover span {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-prev.slick-disabled span,
.slick-next.slick-disabled span {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-prev span,
.slick-next span {
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 40px;
  margin-top: -20px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev span:before,
.slick-next span:before {
  position: absolute;
  top: 50%;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 4px solid #730a57;
  border-left: 4px solid #730a57;
}

.slick-prev {
  left: 0;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev span {
  right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.slick-prev span:before {
  content: "";
  left: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

[dir="rtl"] .slick-prev span {
  content: "";
}

.slick-next {
  right: 0;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next span {
  left: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.slick-next span:before {
  content: "";
  right: 4px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

[dir="rtl"] .slick-next span {
  content: "";
}

/* Dots */

.slick-dots {
  overflow: hidden;
  list-style: none;
  display: block;
  width: 100%;
  height: 26px;
  padding: 14px 0 0 0;
  line-height: 1;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 0 0 12px;
  padding: 0;
  vertical-align: top;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  border-radius: 100%;
  background: #ccc;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  padding: 0;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li:first-child {
  margin-left: 0;
}

.slick-dots li.slick-active button {
  background: #e60012;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1142;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1143;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 1080px;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1145;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1144;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1146;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #003399;
  font-size: 50px;
  top: 20px;
  right: 20px;
  background: #fff;
  width: 60px;
  height: 60px;
}

.mfp-counter {
  display: none;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  top: 275px;
  width: 26px;
  height: 26px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.mfp-arrow:before {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  width: 20px;
  height: 20px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
}

.mfp-arrow-left {
  left: 114px;
}

.mfp-arrow-left:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.mfp-arrow-right {
  right: 106px;
}

.mfp-arrow-right:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
  background-color: #cacaca;
  margin-bottom: -1px;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  background-color: #fff;
  padding-top: 16px;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.narrowWin .mfp-container {
  top: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}


.globalMain {
  position: relative;
  min-width: 1080px;
}

.globalHeader--simple + .wrapper {
  margin-top: -45px;
}

body.popup .globalMain {
  padding-top: 14px;
  padding-bottom: 14px;
}

body.popup .globalMain .container {
  min-width: 0;
  width: auto;
}

.accordionWrap .js-accordion-trigger {
  position: relative;
  cursor: pointer;
}

.accordionWrap .js-accordion-trigger:after {
  content: "";
  font-family: FontAwesome;
}

.accordionWrap.is-open .js-accordion-trigger:after {
  content: "\f106";
}

.accordionWrap .js-accordion-target {
  display: none;
}

.alert {
  padding: 20px;
  background: #f0fff0;
  border: 6px solid #3cb371;
}

.alert .dateList dd {
  line-height: 1.7;
  border-bottom: none;
}

.alert .dateList dd .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.alert .dateList dd .text {
  font-weight: bold;
}

.alert .dateList dd > .title,
.alert .dateList dd > .text {
  margin-left: -14px;
}

.alert .dateList dd:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.bnrLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-left: -14px;
  margin-right: -14px;
}

.bnrLink > li {
  width: 33.3%;
  padding-left: 14px;
  padding-right: 14px;
}

.bnrLink > li > a {
  display: block;
}

.bnrLink > li > a img {
  width: 100%;
}

.bnrLink + .bnrLink {
  margin-top: 32px;
}


/*.btnWrap {
  margin-top: 36px;
  margin-bottom: 36px;
  text-align: center;
}

.btnWrap:last-child {
  margin-bottom: 0;
}


.btn.btn-lg:before {
  left: 14px;
}

.btn.btn-sm {
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 18px;
  padding-bottom: 14px;
  padding-right: 18px;
  padding-left: 36px;
}

.btn.btn-sm:before {
  left: 8px;
}

.btn.btn-text-s {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  font-size: 1.4rem;
}

.btn.btn-secondary {
  padding-top: 22px;
  padding-bottom: 22px;
  background: #e2e2e2;
  border: none;
}

.btn.btn-secondary:before {
  left: 20px;
}

.btn.btn-secondary[disabled],
.btn.btn-secondary[disabled]:hover {
  background: #eee;
  border-color: #cacaca;
  color: #adadad;
}

.btn.btn-secondary[disabled]:after,
.btn.btn-secondary[disabled]:hover:after {
  content: none;
}

.btn.btn-back:before {
  content: '\f0d9';
  left: 16px;
  right: auto;
}

.btn[target="_blank"] {
  padding-right: 38px;
}

.btn[target="_blank"]:after {
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.btn.btn-map {
  max-width: 150px;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 10px;
  padding-left: 25px;
}

.btn.btn-map:after {
  display: inline-block;
  content: '';
  width: 16px;
  height: 14px;
  padding-left: 22px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: contain;
  background-image: url("/common/img/icon_blank_white.png");
}

.btn.btn-inline {
  width: auto;
  min-height: 0;
  padding: 10px 12px 10px 30px;
}

.btn-maplink {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  margin-right: auto;
  padding: 4px 17px 4px 22px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  background-color: #fff;
  border: 2px solid #003399;
  color: #003399;
  text-decoration: none;
  -webkit-transition: background .2s ease;
  transition: background .2s ease;
}

.btn-maplink:hover {
  background-color: #003399;
  color: #fff;
}

.btn-maplink:before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  left: 8px;
}*/

.carousel {
  padding: 0 49px 0 48px;
}

.carousel .carousel-item {
  overflow: hidden;
  padding: 0 4px 0 5px;
}

.contactArea:first-child {
  margin-top: 36px;
}

.contactArea {
  background: #addeef;
  padding: 48px 20px;
}

.contactArea .heading {
  margin-bottom: 35px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.1;
  color: #003399;
  text-align: center;
}

.contactArea .contactArea-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 896px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.contactArea .contactArea-col-2 {
  width: 50%;
  padding-left: 27px;
  padding-right: 27px;
}

.contactArea .btn-mail {
  position: relative;
  display: block;
  padding: 1.2em 0;
  background: #003399;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.contactArea .btn-mail .fa {
  position: absolute;
  left: 20px;
  font-size: 29px;
  font-size: 2.9rem;
}

.contactArea .list > dt {
  font-weight: bold;
}

.contactArea .list > dd *:first-child {
  margin-top: 0;
}

.contactArea .tel {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.1;
  color: #003399;
}

.contactArea .tel .fa {
  margin-right: 5px;
}

.contactArea .note {
  margin-top: 0.4em;
  font-size: 14px;
  font-size: 1.4rem;
}

.dateList > dt {
  margin-top: calc( 24px - 0.5em);
}

.dateList > dt:first-child {
  margin-top: 0;
}

.dateList > dd {
  position: relative;
  padding-top: calc( 14px - 0.5em);
  padding-bottom: calc( 24px - 0.5em);
  border-bottom: 1px solid #e2e2e2;
  padding-left: 14px;
}

.dateList > dd a:before {
  position: absolute;
  left: 0;
  top: 0.6em;
}

.heading2 + .dateList,
.dynamic h2 + .dateList,
.heading3 + .dateList,
.dynamic h3 + .dateList {
  margin-top: -10px;
}

.eventBox {
  margin-bottom: 60px;
  padding: 24px;
  border: 1px solid #e2e2e2;
}

.eventBox .eventBox-label {
  overflow: hidden;
  margin-bottom: 10px;
}

.eventBox .eventBox-label li {
  float: left;
  margin-left: 6px;
}

.eventBox .eventBox-label li:first-child {
  margin-left: 0;
}

.eventBox .eventBox-img {
  float: right;
  width: 360px;
  margin-left: 20px;
  text-align: center;
}

.eventBox h2 {
  position: relative;
  margin-bottom: calc( 24px - 0.4em);
  padding-left: 0.8em;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.8;
}

.eventBox h2:before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0.2em;
  font-size: 1.2em;
  line-height: 1;
  color: #003399;
}

.eventBox .eventBox-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.eventBox .eventBox-title {
  width: 6.5em;
  font-size: 14px;
  font-size: 1.4rem;
}

.eventBox .eventBox-title h3 {
  font-size: 100%;
}

.eventBox .eventBox-content {
  width: calc(100% - 6.5em);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  font-size: 1.4rem;
  word-wrap: break-word;
}

.eventBox > .btnWrap {
  margin-bottom: 24px;
}

.eventBox.is-closed {
  background: #eee;
}

.eventBox.is-closed .btn,
.eventBox.is-closed .btn:hover {
  background: #eee;
  border-color: #cacaca;
  color: #adadad;
}

.eventBox.is-closed .label-wanted {
  border-color: #666;
  background: #666;
}

.form-text {
  display: inline-block;
  width: 50%;
  max-width: 100%;
  vertical-align: middle;
  line-height: 1.5;
}

.form-text:focus {
  background: #eaf7fb;
}

input.form-text {
  width: 70%;
  height: 36px;
}

textarea.form-text {
  display: block;
  width: 95%;
}

.form-select {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
}

.form-select:before {
  position: absolute;
  top: 13px;
  right: 10px;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-top: 13px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  pointer-events: none;
  z-index: 1;
}

.form-select:after {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  content: "";
  width: 36px;
  height: 36px;
  background: #999;
  pointer-events: none;
}

.form-select select {
  height: 36px;
  padding-right: 46px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  font-size: 1.6rem;
}

.form-select select::-ms-expand {
  display: none;
}

.form-checkbox {
  position: relative;
  display: inline-block;
  overflow: hidden;
  min-height: 29px;
  padding-left: 36px;
  vertical-align: middle;
  cursor: pointer;
}

.form-checkbox > input {
  position: absolute;
  top: -40px;
}

.form-checkbox > input + span:before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 29px;
  height: 29px;
  content: "";
  margin-right: 10px;
  background: url(/common/img/icon_checkbox.png) no-repeat 0 100%;
  background-size: 100% auto;
  vertical-align: middle;
}

.form-checkbox > input:checked + span:before {
  background-position: 0 0;
}

.form-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  min-height: 29px;
  padding-left: 36px;
  vertical-align: middle;
  cursor: pointer;
}

.form-radio > input {
  position: absolute;
  top: -40px;
}

.form-radio > input + span:before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 29px;
  height: 29px;
  display: inline-block;
  content: "";
  margin-right: 10px;
  background: url(/common/img/icon_radio.png) no-repeat 0 100%;
  background-size: 100% auto;
  vertical-align: middle;
}

.form-radio > input:checked + span:before {
  background-position: 0 0;
}

.form-checkbox + .form-text,
.form-radio + .form-text {
  margin-left: 10px;
}

.form-list:first-child {
  margin-top: -1em;
}

.form-list:only-child {
  margin-bottom: -0.5em;
}

.form-list > li {
  margin-top: 0.5em;
}

.form-text.error,
.form-select select.error {
  background-color: #fbeaee;
}

label.error:not(:empty) {
  display: block !important;
  margin-top: 0.5em;
  color: #e70000;
}

label.error:not(:empty):before {
  content: "";
  font-family: FontAwesome;
  margin-right: 0.25em;
}

.form-note {
  margin-top: 0.25em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.88;
}

.form-note:last-child {
  margin-bottom: -0.5em;
}

.form-zip .form-text {
  width: 100%;
}

.form-zip .form-zip-01 {
  display: inline-block;
  width: 65px;
}

.form-zip .form-zip-symbol {
  display: inline-block;
  width: 30px;
  text-align: center;
}

.form-zip .form-zip-02 {
  display: inline-block;
  width: 75px;
}

.form-zip .form-zip-01 + .form-zip-02 {
  margin-left: 30px;
}

.form-zipBtn {
  margin-top: 16px;
  width: 150px;
}


.js-validate .form-other,
.js-validate .js-selected-target {
  display: none;
}

.form-other {
  margin-top: 16px;
}

.form-footArea .btnWrap {
  margin-top: 16px;
}

.form-footArea .btn:not(.btn-back) {
  width: 512px;
}

.form-footArea .btn:not(.btn-back):before {
  left: auto;
  right: 16px;
}

.form-footArea .btn[disabled],
.form-footArea .btn[disabled]:hover {
  background: #fff !important;
  color: #adadad !important;
}

.form-footArea .btn-back {
  width: 256px;
  margin-right: 24px;
}

.form-agreement {
  margin-top: 28px;
  text-align: center;
  font-weight: bold;
}

.form-agreement .font-important {
  margin-bottom: 24px;
}

.form-confirm {
  margin-top: 36px;
  text-align: center;
}

.form-confirm .btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-confirm .btn:last-child {
  margin-right: 0;
}

.form-completeText {
  margin-bottom: 24px;
  color: #003399;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}

.form-step {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  margin-top: 24px;
  margin-bottom: 36px;
  background: #e2e2e2;
}

.form-step > li {
  height: 64px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.form-step > li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -31px;
  display: block;
  width: 31px;
  height: 66px;
  background: url(/common/img/bg_step.png) no-repeat 0 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  background-size: 100% 200%;
}

.form-step > li:last-child:after {
  content: none;
}

.form-step > li:nth-child(1) {
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
  padding-left: 1.5em;
  z-index: 4;
}

.form-step > li:nth-child(1):after {
  background-position: 0 0;
}

.form-step > li:nth-child(2) {
  z-index: 3;
}

.form-step > li:nth-child(3) {
  z-index: 2;
}

.form-step > li:nth-child(4) {
  z-index: 1;
}

.form-step > li.current {
  background-color: #003399;
  color: #fff;
}

.form-step > li.current:after {
  background-color: #003399;
  background-position: 0 100%;
}

.form-step > li > span {
  position: relative;
  z-index: 1;
}

.form-step .step-num {
  font-size: 24px;
  font-size: 2.4rem;
}

.form-table {
  width: 100%;
  margin-top: 24px;
  border-bottom: 1px solid #e2e2e2;
}

.form-table > tbody > tr > th,
.form-table > tbody > tr > td {
  padding: 24px;
  border-top: 1px solid #e2e2e2;
  text-align: left;
}

.form-table > tbody > tr > th {
  width: 35%;
  position: relative;
  padding: 16px 80px 16px 24px;
  color: #003399;
  vertical-align: top;
  white-space: nowrap;
}

.form-table > tbody > tr > td > p:first-child {
  margin-top: -0.5em;
}

.form-table .term > td {
  padding-top: 16px;
  border-top: none;
  font-size: 12px;
  font-size: 1.2rem;
}

.form-table .term > td .term-list {
  margin-top: 24px;
}

.form-table .term > td .term-list > li {
  margin-left: 2.5em;
  text-indent: -2.5em;
}

.form-table .term > td .term-list > li > * {
  text-indent: 0;
}

.form-table .label-required,
.form-table .label-optional {
  position: absolute;
  top: 24px;
  right: 16px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 14px;
  padding-left: 14px;
  width: 1080px;
}

.container-thin {
  margin-right: auto;
  margin-left: auto;
  padding-right: 14px;
  padding-left: 14px;
  width: 796px;
}

.row {
  margin-left: -14px;
  margin-right: -14px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 14px;
  padding-right: 14px;
}

.col-0 {
  width: 0%;
}

.col-push-0 {
  left: auto;
}

.col-pull-0 {
  right: auto;
}

.col-1 {
  width: 8.33333%;
}

.col-push-1 {
  left: 8.33333%;
}

.col-pull-1 {
  right: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-push-2 {
  left: 16.66667%;
}

.col-pull-2 {
  right: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-push-3 {
  left: 25%;
}

.col-pull-3 {
  right: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-push-4 {
  left: 33.33333%;
}

.col-pull-4 {
  right: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-push-5 {
  left: 41.66667%;
}

.col-pull-5 {
  right: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-push-6 {
  left: 50%;
}

.col-pull-6 {
  right: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-push-7 {
  left: 58.33333%;
}

.col-pull-7 {
  right: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-push-8 {
  left: 66.66667%;
}

.col-pull-8 {
  right: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-push-9 {
  left: 75%;
}

.col-pull-9 {
  right: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-push-10 {
  left: 83.33333%;
}

.col-pull-10 {
  right: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-push-11 {
  left: 91.66667%;
}

.col-pull-11 {
  right: 91.66667%;
}

.col-12 {
  width: 100%;
}

.col-push-12 {
  left: 100%;
}

.col-pull-12 {
  right: 100%;
}

.heading1 {
  margin-bottom: 48px;
  padding-bottom: 0.4em;
  border-bottom: 4px solid #003399;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1.6;
}

.product-label + .heading1 {
  padding-top: 0.4em;
}

.heading2,
.dynamic h2 {
  position: relative;
  margin-top: -0.3em;
  margin-bottom: 28px;
  padding-bottom: 0.4em;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
}

.heading2:before,
.dynamic h2:before {
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: -webkit-linear-gradient(left, #003399 0%, #003399 32.5%, #0099cc 32.5%, #0099cc 100%);
  background: linear-gradient(to right, #003399 0%, #003399 32.5%, #0099cc 32.5%, #0099cc 100%);
}

.heading2 .sup,
.dynamic h2 .sup {
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
}

.heading3,
.dynamic h3 {
  margin-top: -0.4em;
  margin-bottom: 28px;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #a8c9fe;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.8;
}

.heading4,
.dynamic h4 {
  margin-top: -0.5em;
  margin-bottom: 24px;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #e2e2e2;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.indexLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
}

.indexLink .indexLink-child {
  margin-top: 48px;
  width: 50%;
  padding-left: 14px;
  padding-right: 14px;
}

.indexLink .heading2 a:before,
.indexLink .dynamic h2 a:before,
.dynamic .indexLink h2 a:before {
  position: relative;
  top: -2px;
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  overflow: hidden;
  line-height: 1;
  height: 0.9em;
  padding-right: 0.4em;
  font-size: 18px;
  font-size: 1.8rem;
  color: #003399;
}

.indexLink .heading2 a[target="_blank"]:after,
.indexLink .dynamic h2 a[target="_blank"]:after,
.dynamic .indexLink h2 a[target="_blank"]:after {
  font-size: 16px;
  font-size: 1.6rem;
}

.indexLink .indexLink-image {
  float: left;
}

.indexLink .indexLink-text ul {
  margin-top: 0;
}

.indexLink .indexLink-image + .indexLink-text {
  margin-left: 138px;
}

.keyvisual {
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 48px;
}

.keyvisual .container {
  position: relative;
  margin-top: -258px;
  height: 258px;
}

.keyvisual .breadcrumb {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}

.keyvisual-img {
  position: relative;
  width: 100%;
  min-width: 1080px;
  height: 258px;
}

.keyvisual-img img {
  min-width: 1300px;
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.keyvisual-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  position: absolute;
  top: 0;
  height: 100%;
  padding-top: 47px;
}

.keyvisual-title .text {
  display: block;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: bold;
  color: #003399;
  line-height: 1;
}

.keyvisual-title .caption {
  display: block;
  width: 100%;
  margin-top: 20px;
  font-size: 20px;
  font-size: 2.0rem;
}

.label,
.label-service,
.label-info,
.label-event,
.label-csr,
.label-other01,
.label-other02,
.label-seminar,
.label-ir,
.label-recruit,
.label-wanted,
.label-required,
.label-optional {
  display: inline-block;
  margin-left: 1em;
  padding: 0.1em 0.8em;
  border: 1px solid #003399;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  vertical-align: middle;
}

.label-service {
  border-color: #2a6205;
  color: #2a6205;
}

.label-info {
  border-color: #0793ff;
  color: #0793ff;
}

.label-event {
  border-color: #fc3131;
  color: #fc3131;
}

.label-csr {
  border-color: #fb5900;
  color: #fb5900;
}

.label-other01 {
  border-color: #009c84;
  color: #009c84;
}

.label-other02 {
  border-color: #fd5c89;
  color: #fd5c89;
}

.label-seminar {
  border-color: #940092;
  color: #940092;
}

.label-ir {
  border-color: #683d06;
  color: #683d06;
}

.label-recruit {
  border-color: #003686;
  color: #003686;
}

.label-wanted {
  border-color: #e70000;
  background: #e70000;
  color: #fff;
}

.label-required {
  border-color: #e70000;
  color: #e70000;
}

.label-optional {
  border-color: #0793ff;
  color: #0793ff;
}

.linkIcon-arrow:before,
.dateList > dd a:before {
  display: inline-block;
  content: "";
  width: 0.4em;
  height: 1em;
  background: url(/common/img/icon_arrow.png) no-repeat 0 100%;
  background-size: 100% auto;
  margin-right: 0.4em;
}

.globalMain a[target="_blank"] {
  margin-right: 0.4em;
}

.globalMain a[target="_blank"]:after {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  overflow: hidden;
  line-height: 1;
  height: 0.9em;
  padding-left: 0.4em;
  font-weight: normal;
  color: #0099cc;
}

.globalMain a[target="_blank"].no-icon {
  margin-right: 0;
}

.globalMain a[target="_blank"].no-icon:after {
  content: none;
}

.globalMain a[href$=".pdf"] {
  margin-right: 0.4em;
}

.globalMain a[href$=".pdf"]:after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 16px;
  background: url(/common/img/icon_pdf.png) no-repeat 0 0;
  background-size: auto 100%;
  margin-left: 0.4em;
  vertical-align: middle;
}

ul.inline {
  margin-left: -35px;
}

ul.inline > li {
  display: inline-block;
  padding-left: 35px;
  white-space: nowrap;
}

.linkIcon-pdf {
  text-decoration: none;
}

.linkIcon-pdf span.title {
  text-decoration: underline;
}

.linkIcon-pdf span.size {
  color: #111;
}

.no-touchevents .linkIcon-pdf:hover span.title {
  text-decoration: none;
}

.linkIcon-zoom {
  margin-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

.linkIcon-zoom:before {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 0.4em;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1;
  color: #003399;
  vertical-align: middle;
}

.linkIcon-rss {
  margin-right: 0 !important;
  font-weight: bold;
}

.linkIcon-rss:before {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  overflow: hidden;
  line-height: 1;
  height: 0.9em;
  padding-top: 1px;
  padding-right: 0.4em;
  font-size: 1.1em;
  color: #003399;
}

.linkIcon-rss:after {
  content: none !important;
}

.linkIcon-rss .fa {
  padding-left: 10px;
  font-size: 2em;
  color: #003399;
  vertical-align: middle;
}

.linkList-anchor {
  padding: 19px 32px 32px 32px;
  background: #eeeeee;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.linkList-anchor > li {
  display: inline-block;
  padding-right: 35px;
  padding-top: 13px;
}

.linkList-anchor > li:before {
  content: "";
  font-family: FontAwesome;
  padding-right: 0.4em;
  font-weight: normal;
  color: #00366e;
}

.linkList-anchor li:last-child {
  padding-right: 0;
}


/*
====== Zoom effect ======
*/

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.mfp-content {
  background-color: transparent;
  width: 840px;
  padding: 20px;
}

.mfp-content .mfp-title {
  color: #111;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: default;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #730a57;
  font-weight: bold;
}

.modal {
  display: none;
  width: 60%;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.mfp-content .modal {
  display: block;
}

.movie {
  text-align: center;
  line-height: 1;
}

.movie iframe {
  vertical-align: top;
}

.note {
  padding: 0;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.75;
}

.note-indent > li {
  margin-left: 1.3em;
  text-indent: -1.3em;
}

li.note-indent-short,
.note-indent-short > li {
  margin-left: 1em;
  text-indent: -1em;
}

li.note-indent-long,
.note-indent-long > li {
  margin-left: 1.6em;
  text-indent: -1.6em;
}

.pdfReader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
  font-size: 12px;
  font-size: 1.2rem;
}

.pdfReader .pdfReader-bnr {
  padding-right: 14px;
}

.pdfReader .pdfReader-bnr a:after {
  content: none;
}

.pdfReader .pdfReader-text > *:first-child {
  margin-top: 0;
}

.productWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -14px;
}

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 14px;
  word-wrap: break-word;
}

.product > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px;
  border: 1px solid #e2e2e2;
  color: #111;
  text-decoration: none;
}

.product .product-img {
  width: 47%;
  padding-right: 18px;
}

.product .product-img img {
  width: 100%;
  height: auto;
}

.product .product-info {
  width: 53%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product .product-title {
  position: relative;
  padding-left: 0.8em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.77;
  color: #0044cc;
  text-decoration: underline;
}

.product .product-title:before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  padding-right: 0.4em;
  font-weight: normal;
  color: #00366e;
  text-decoration: none;
}

.product-label {
  overflow: hidden;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

.product-label li {
  float: left;
  margin-right: 6px;
  padding: 0.2em 0.8em;
  background: #addeef;
}

.product-label li:last-child {
  margin-left: 0;
}

.product-label li.label-important {
  background: #e70000;
  color: #fff;
}

.product .product-label {
  padding-top: 0.3em;
}

.product .product-label li {
  margin-top: 0.5em;
}

.product .product-text {
  margin-top: 0.8em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.7;
}

.heading2 + .qaElm,
.dynamic h2 + .qaElm {
  margin-top: -28px;
}

.qaElm {
  padding: 17px 0;
  border-bottom: 2px solid #e2e2e2;
}

.qaElm .qaIcon {
  margin-top: 0;
  padding-right: 0.5em;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}

.qaElm .qaIcon:after {
  content: ".";
}

.qaElm > dt {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.qaElm > dt .qaIcon {
  color: #003399;
}

.qaElm > dt .qaQuestion {
  width: calc(100% - 48px - 48px);
  margin-top: 0;
  padding-right: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0044cc;
}

.qaElm > dt .qaQuestion > span {
  border-bottom: 2px solid #7fa1e5;
}

.qaElm > dt:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48px;
  float: right;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 0;
  color: #003399;
  border-left: 2px solid #e2e2e2;
}

.qaElm > dd {
  overflow: hidden;
  padding-top: 20px;
}

.qaElm > dd .qaIcon {
  float: left;
  color: #0099cc;
}

.qaElm > dd .qaAnser {
  float: left;
  width: calc(100% - 48px - 48px);
  margin-top: 0;
}

.relationWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -11px;
}

.relation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  padding: 11px;
}

.relation > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  border: 1px solid #e2e2e2;
  color: #111;
  text-decoration: none;
}

.relation .relation-image {
  width: 140px;
  padding-right: 14px;
}

.relation .relation-image img {
  width: 100%;
  height: auto;
}

.relation .relation-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.relation .relation-title {
  position: relative;
  padding-left: 0.8em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.65;
  color: #0044cc;
  text-decoration: underline;
}

.relation .relation-title:before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  padding-right: 0.4em;
  font-weight: normal;
  color: #00366e;
  text-decoration: none;
}

.section {
  margin-top: 120px;
}

.section .section {
  margin-top: 72px;
}

.section .section .section {
  margin-top: 48px;
}

.linkList-anchor + .section,
.heading1 ~ p + .section,
.heading1 ~ ul + .section,
.heading1 + .section {
  margin-top: 60px;
}



.heading2 + .section,
.dynamic h2 + .section,
.heading3 + .section,
.dynamic h3 + .section {
  margin-top: 36px;
}

.container > .section:first-child,
.tabNav + .section {
  margin-top: 0;
}

.section p,
.section .list {
  margin-top: calc( 36px - 0.5em);
}

.section p + .list,
.section p + p,
.section .list + .list,
.section .list + p {
  margin-top: calc( 36px - 1em);
}

.section h2 + p,
.section h2 + .list,
.section h3 + p,
.section h3 + .list,
.section h4 + p,
.section h4 + .list {
  margin-top: 0;
}

.linkList-anchor,
.bnrLink,
.section-image,
.table,
.dynamic table {
  margin-top: 24px;
}

.list + .linkList-anchor,
p + .linkList-anchor,

.list +
.bnrLink,
p +
.bnrLink,
.list +
.section-image,
p +
.section-image,
.list +
.table,
.dynamic .list + table,
p +
.table,
.dynamic
p + table {
  margin-top: calc( 36px - 0.5em);
}

.bnr-bottom {
  margin-top: 60px;
}

.tabWrap .tabNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 34px;
  margin-bottom: 34px;
}

.tabWrap .tabElm {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  background: #addeef;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  border-right: 1px solid #fff;
  padding: 2em 10px;
  cursor: pointer;
  color: #111;
  text-decoration: none;
}

.tabWrap .tabElm:last-child {
  border-right: none;
}

.tabWrap .tabElm.active {
  color: #fff;
  background: #003399;
  cursor: default;
}

.tabWrap .tabNav.has-child .tabElm.active {
  position: relative;
}

.tabWrap .tabNav.has-child .tabElm.active:before {
  position: absolute;
  left: 50%;
  bottom: -34px;
  display: block;
  content: "";
  width: 0;
  margin-left: -11px;
  border-top: 0 solid transparent;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 22px solid #eeeeee;
}

.tabWrap .tabNav-child {
  margin-bottom: -60px;
  padding: 32px;
  background: #eeeeee;
  font-size: 14px;
  font-size: 1.4rem;
}

.tabWrap .tabNav-child ul {
  margin-top: -13px;
}

.tabWrap .tabNav-child li {
  display: inline-block;
  padding-right: 35px;
  padding-top: 13px;
}

.tabWrap .tabNav-child li:before {
  position: relative;
  content: "";
  font-family: FontAwesome;
  padding-right: 0.4em;
  font-weight: normal;
  color: #00366e;
}

.tabWrap .tabNav-child li.is-active {
  font-weight: bold;
}

.tabWrap .tabNav-child li.is-active:before {
  content: "\f0dd";
  top: -2px;
}

.tabWrap .tabNav-child li > a {
  cursor: pointer;
}

.tabWrap .tabNav-child li:last-child {
  padding-right: 0;
}

.tabWrap .tabContent {
  display: none;
}

.tabWrap .tabContent.active {
  display: block;
}

.table,
.dynamic table {
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}

.table thead > tr > th,
.dynamic table thead > tr > th,
.table thead > tr > td,
.dynamic table thead > tr > td,
.table tbody > tr > th,
.dynamic table tbody > tr > th,
.table tbody > tr > td,
.dynamic table tbody > tr > td {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px;
  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  vertical-align: middle;
}

.table thead > tr > th.nowrap,
.dynamic table thead > tr > th.nowrap,
.table thead > tr > td.nowrap,
.dynamic table thead > tr > td.nowrap,
.table tbody > tr > th.nowrap,
.dynamic table tbody > tr > th.nowrap,
.table tbody > tr > td.nowrap,
.dynamic table tbody > tr > td.nowrap {
  white-space: nowrap;
}

.table thead > tr > th p:first-child,
.dynamic table thead > tr > th p:first-child,
.table thead > tr > th ul:first-child,
.dynamic table thead > tr > th ul:first-child,
.table thead > tr > th ol:first-child,
.dynamic table thead > tr > th ol:first-child,
.table thead > tr > td p:first-child,
.dynamic table thead > tr > td p:first-child,
.table thead > tr > td ul:first-child,
.dynamic table thead > tr > td ul:first-child,
.table thead > tr > td ol:first-child,
.dynamic table thead > tr > td ol:first-child,
.table tbody > tr > th p:first-child,
.dynamic table tbody > tr > th p:first-child,
.table tbody > tr > th ul:first-child,
.dynamic table tbody > tr > th ul:first-child,
.table tbody > tr > th ol:first-child,
.dynamic table tbody > tr > th ol:first-child,
.table tbody > tr > td p:first-child,
.dynamic table tbody > tr > td p:first-child,
.table tbody > tr > td ul:first-child,
.dynamic table tbody > tr > td ul:first-child,
.table tbody > tr > td ol:first-child,
.dynamic table tbody > tr > td ol:first-child {
  margin-top: 0;
}

.table thead > tr > th,
.dynamic table thead > tr > th,
.table tbody > tr > th,
.dynamic table tbody > tr > th,
.table tbody > tr > .headTH,
.dynamic table tbody > tr > .headTH {
  background: #e1f6fd;
}

.table td,
.dynamic table td {
  overflow: hidden;
}


.table td .btn:before,
.dynamic table td .btn:before {
  left: 12px;
}

.table td > ol:last-child,
.dynamic table td > ol:last-child {
  margin-bottom: 0;
}

.table-striped tbody > tr:nth-child(even) > td:not(.headTH) {
  background: #f2f2f2;
}

.mainLead {
  margin-bottom: 28px;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}

.mainLead + p:not(.detailText) {
  font-size: 16px;
  font-size: 1.6rem;
}

dl.detailText dt {
  font-weight: bold;
}

dl.detailText dd + dt {
  margin-top: 16px;
}

.tileWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -14px;
}

.tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 25%;
  padding: 14px;
  word-wrap: break-word;
}

.tile > a {
  display: block;
  max-width: 100%;
  padding: 24px;
  border: 1px solid #e2e2e2;
  color: #111;
  text-decoration: none;
}

.tile .tile-image {
  padding-bottom: 9px;
}

.tile .tile-image img {
  width: 100%;
  height: auto;
}

.tile .tile-title {
  position: relative;
  padding-left: 0.8em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.7;
  color: #0044cc;
  text-decoration: underline;
}

.tile .tile-title:before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  padding-right: 0.4em;
  font-weight: normal;
  color: #00366e;
  text-decoration: none;
}

.tile .tile-text {
  margin-top: 0.7em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.825;
}

.codingNote {
  margin: 120px 0 20px 0;
  padding: 1em;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.codingNote p {
  display: inline;
  margin-left: 1.5em;
  font-size: 0.9em;
}

.codingNote a {
  margin-left: 0.5em;
  color: #fff;
}

.codingNote-table {
  margin-top: -20px;
  width: 100%;
}

.codingNote-table tr > *:first-child {
  width: 30%;
}

.codingNote-table tr > *:nth-child(2) {
  width: 25%;
}

.codingNote-table th {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: normal;
}

.codingNote-table td {
  border-bottom: 1px solid #e2e2e2;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

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

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

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

.font-xs {
  line-height: 1.84;
}

.font-s {
  line-height: 1.86;
}

.font-maxl {
  line-height: 1 !important;
}

.font-important {
  color: #e70000;
}

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

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

.w5p {
  width: 5% !important;
}

.w10p {
  width: 10% !important;
}

.w15p {
  width: 15% !important;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w35p {
  width: 35% !important;
}

.w40p {
  width: 40% !important;
}

.w45p {
  width: 45% !important;
}

.w50p {
  width: 50% !important;
}

.w55p {
  width: 55% !important;
}

.w60p {
  width: 60% !important;
}

.w65p {
  width: 65% !important;
}

.w70p {
  width: 70% !important;
}

.w75p {
  width: 75% !important;
}

.w80p {
  width: 80% !important;
}

.w85p {
  width: 85% !important;
}

.w90p {
  width: 90% !important;
}

.w95p {
  width: 95% !important;
}

.w100p {
  width: 100% !important;
}

.w380 {
  width: 380px;
}

.borderTop {
  border-top: 1px solid #d8dade;
}

.borderBtm {
  border-bottom: 1px solid #d8dade;
}

.wAuto {
  width: auto;
}

.mt-xs {
  margin-top: 8px !important;
}

.mt-s {
  margin-top: 16px !important;
}

.mt-m {
  margin-top: 32px !important;
}

.mt-l {
  margin-top: 48px !important;
}

.pt-xs {
  padding-top: 8px !important;
}

.ml-s {
  margin-left: 16px !important;
}

.pt-s {
  padding-top: 16px !important;
}

.pt-m {
  padding-top: 32px !important;
}

.pt-l {
  padding-top: 48px !important;
}

.dynamic h2 {
  clear: both;
  margin-top: 120px;
}

.dynamic h3 {
  clear: both;
  margin-top: 72px;
}

.dynamic h4 {
  clear: both;
  margin-top: 48px;
}

.dynamic > h2:first-child {
  margin-top: 60px;
}

.dynamic h2 + h3,
.dynamic h3 + h4 {
  margin-top: 36px;
}

.dynamic p,
.dynamic ul,
.dynamic ol {
  margin-top: calc( 36px - 0.5em);
}

.dynamic p + p,
.dynamic p + ul,
.dynamic p + ol,
.dynamic ul + p,
.dynamic ul + ul,
.dynamic ul + ol,
.dynamic ol + p,
.dynamic ol + ul,
.dynamic ol + ol {
  margin-top: calc( 36px - 1em);
}

.dynamic h2 + p,
.dynamic h2 + ul,
.dynamic h2 + ol,
.dynamic h3 + p,
.dynamic h3 + ul,
.dynamic h3 + ol,
.dynamic h4 + p,
.dynamic h4 + ul,
.dynamic h4 + ol {
  margin-top: 0;
}

.dynamic .linkList-anchor,
.dynamic .imageCenter,
.dynamic .image2Column,
.dynamic .movie,
.dynamic .bannerLarge,
.dynamic .bannerSmall,
.dynamic table {
  margin-top: 24px;
}

.dynamic p + .linkList-anchor,
.dynamic p + .imageCenter,
.dynamic p + .image2Column,
.dynamic p + .movie,
.dynamic p + .bannerLarge,
.dynamic p + .bannerSmall,
.dynamic p + table,
.dynamic ul + .linkList-anchor,
.dynamic ul + .imageCenter,
.dynamic ul + .image2Column,
.dynamic ul + .movie,
.dynamic ul + .bannerLarge,
.dynamic ul + .bannerSmall,
.dynamic ul + table,
.dynamic ol + .linkList-anchor,
.dynamic ol + .imageCenter,
.dynamic ol + .image2Column,
.dynamic ol + .movie,
.dynamic ol + .bannerLarge,
.dynamic ol + .bannerSmall,
.dynamic ol + table {
  margin-top: calc( 36px - 0.5em);
}

.dynamic .imageWrap:before,
.dynamic .imageWrap:after {
  content: " ";
  display: table;
}

.dynamic .imageWrap:after {
  clear: both;
}

.dynamic .imageLeft {
  float: left;
  width: 218px;
  padding-right: 18px;
}

.dynamic .imageLeft img {
  width: 100%;
}

.dynamic .imageRight {
  float: right;
  width: 218px;
  padding-left: 18px;
}

.dynamic .imageRight img {
  width: 100%;
}

.dynamic .imageLeft + p,
.dynamic .imageRight + p {
  margin-top: 0;
}

.dynamic .imageCenter {
  text-align: center;
}

.dynamic .imageCenter img {
  width: 100%;
  height: auto;
}

.dynamic .imageCenter p {
  margin-bottom: 24px;
}

.dynamic .imageCenter.hasMargin {
  margin-left: 100px;
  margin-right: 100px;
}

.dynamic .image2Column {
  max-width: 685px;
  margin-left: auto;
  margin-right: auto;
}

.dynamic .image2Column .col-6:nth-child(odd) {
  text-align: right;
}

.dynamic .bannerLarge {
  max-width: 685px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.dynamic .bannerSmall {
  text-align: right;
}


@media screen and (min-width: 737px) {


  .no-touchevents a:hover {
    text-decoration: none;
  }

  .no-touchevents a:hover img {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }



  .no-touchevents .btn:hover {
    background-color: #003399;
    color: #fff;
  }

  .btn.btn-secondary:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
  }

  .btn.btn-secondary:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  .no-touchevents .btn.btn-secondary:hover {
    background: #e2e2e2;
    color: #003399;
  }

  .contactArea .btn-mail:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
  }

  .contactArea .btn-mail:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  .indexLink .indexLink-child:nth-child(1),
  .indexLink .indexLink-child:nth-child(2) {
    margin-top: 0;
  }

  .product > a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }

  .no-touchevents .product > a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }

  .no-touchevents .product > a:hover img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  .no-touchevents .qaElm > dt:hover .qaQuestion > span {
    border-bottom: #fff;
  }

  .relation > a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }

  .no-touchevents .relation > a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }

  .no-touchevents .relation > a:hover img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  .tabWrap .tabElm:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
  }

  .tabWrap .tabElm:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  .no-touchevents .tabWrap .tabElm.active:hover:after {
    content: none;
  }

  .tabWrap .tabNav.tabNav-sp-break .tabElm {
    max-width: 175px;
  }

  .tabWrap .tabNav.tabNav-sp-break em.tabElm {
    max-width: 177px;
  }

  .tile > a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }

  .no-touchevents .tile > a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }

  .no-touchevents .tile > a:hover img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  .only-sp {
    display: none !important;
  }

  .text-center-pc {
    text-align: center !important;
  }

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

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

  .font-xs {
    font-size: 1.2rem !important;
  }

  .font-s {
    font-size: 1.4rem !important;
  }

  .font-l {
    font-size: 1.9rem !important;
  }

  .font-xl {
    font-size: 2.1rem !important;
  }

  .font-maxl {
    font-size: 8.4rem !important;
  }

  .w5p-pc {
    width: 5% !important;
  }

  .w10p-pc {
    width: 10% !important;
  }

  .w15p-pc {
    width: 15% !important;
  }

  .w20p-pc {
    width: 20% !important;
  }

  .w25p-pc {
    width: 25% !important;
  }

  .w30p-pc {
    width: 30% !important;
  }

  .w35p-pc {
    width: 35% !important;
  }

  .w40p-pc {
    width: 40% !important;
  }

  .w45p-pc {
    width: 45% !important;
  }

  .w50p-pc {
    width: 50% !important;
  }

  .w55p-pc {
    width: 55% !important;
  }

  .w60p-pc {
    width: 60% !important;
  }

  .w65p-pc {
    width: 65% !important;
  }

  .w70p-pc {
    width: 70% !important;
  }

  .w75p-pc {
    width: 75% !important;
  }

  .w80p-pc {
    width: 80% !important;
  }

  .w85p-pc {
    width: 85% !important;
  }

  .w90p-pc {
    width: 90% !important;
  }

  .w95p-pc {
    width: 95% !important;
  }

  .w100p-pc {
    width: 100% !important;
  }

  .borderTop-pc {
    border-top: 1px solid #d8dade;
  }

  .borderBtm-pc {
    border-bottom: 1px solid #d8dade;
  }

  .wAuto-pc {
    width: auto;
  }

  .mt-xs-pc {
    margin-top: 8px !important;
  }

  .mt-s-pc {
    margin-top: 16px !important;
  }

  .mt-m-pc {
    margin-top: 32px !important;
  }

  .mt-l-pc {
    margin-top: 48px !important;
  }

  .pt-xs-pc {
    padding-top: 8px !important;
  }

  .pt-s-pc {
    padding-top: 16px !important;
  }

  .pt-m-pc {
    padding-top: 32px !important;
  }

  .pt-l-pc {
    padding-top: 48px !important;
  }

  .mt50 {
    margin-top: 50px !important;
  }

  .mt100 {
    margin-top: 100px !important;
  }

  .mt150 {
    margin-top: 150px !important;
  }

  .mt200 {
    margin-top: 200px !important;
  }

  .mt250 {
    margin-top: 250px !important;
  }

  .mt300 {
    margin-top: 300px !important;
  }

  .mt350 {
    margin-top: 350px !important;
  }

  .mt400 {
    margin-top: 400px !important;
  }

  .mt450 {
    margin-top: 450px !important;
  }

  .mt500 {
    margin-top: 500px !important;
  }

  .mt50-pc {
    margin-top: 50px !important;
  }

  .mt100-pc {
    margin-top: 100px !important;
  }

  .mt150-pc {
    margin-top: 150px !important;
  }

  .mt200-pc {
    margin-top: 200px !important;
  }

  .mt250-pc {
    margin-top: 250px !important;
  }

  .mt300-pc {
    margin-top: 300px !important;
  }

  .mt350-pc {
    margin-top: 350px !important;
  }

  .mt400-pc {
    margin-top: 400px !important;
  }

  .mt450-pc {
    margin-top: 450px !important;
  }

  .mt500-pc {
    margin-top: 500px !important;
  }
}

@media screen and (max-width: 1080px) {
  .mfp-container {
    width: 100%;
  }

  .globalMain {
    min-width: 0;
  }

  .globalHeader--simple + .wrapper {
    margin-top: 0;
  }

  .container {
    width: auto;
    padding-left: 14px;
    padding-right: 14px;
  }

  .container-thin {
    width: auto;
    padding-left: 14px;
    padding-right: 14px;
  }

  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .product > a {
    padding: 2vw;
  }

  .product .product-img {
    padding-right: 1.6vw;
  }

  .relation > a {
    padding: 2vw;
  }

  .tile > a {
    padding: 2vw;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }

  .mfp-container .mfp-content {
    width: 100%;
    padding: 10px;
  }

  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    font-size: 25px;
    line-height: 25px;
    top: 10px;
    right: 10px;
    background: #fff;
    width: 30px;
    height: 30px;
  }

  .mfp-arrow {
    top: 32vw;
  }

  .mfp-arrow-left {
    left: 30px;
  }

  .mfp-arrow-right {
    right: 26px;
  }

  .mfp-title {
    height: auto;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media screen and (max-width: 736px) {


  .globalMain {
    padding-top: 36px;
  }

  .alert {
    padding: 12px;
    border-width: 3px;
  }

  .alert .dateList dd {
    padding-top: 0;
  }

  .alert .dateList dd .title {
    font-size: 1.6rem;
  }

  .bnrLink {
    display: none;
  }


  .btnWrap {
    margin-top: 24px;
    margin-bottom: 24px;
  }



  .btnWrap.row:before,
  .btnWrap.row:after {
    content: none;
  }

  .btnWrap.row > * {
    margin-top: 24px;
  }



  .btn.btn-lg {
    font-size: 1.6rem;
  }

  .btn[target="_blank"] {
    padding-left: 18px;
    padding-right: 28px;
  }

  .btn[target="_blank"]:before {
    left: 10px;
  }

  .btn[target="_blank"]:after {
    right: 10px;
  }

  .btn.btn-map {
    max-width: none;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .btn.btn-map:after {
    background-image: url("/common/img/icon_pcsite_white.png");
  }

  .btn-maplink {
    border-width: 1px;
    font-size: 1rem;
  }

  .carousel {
    padding: 0 24px 0 24px;
  }

  .carousel .carousel-item {
    padding: 0 4px 0 5px;
  }

  .carousel .carousel-item a {
    display: block;
  }

  .contactArea {
    padding: 24px 16px;
  }

  .contactArea .heading {
    margin-bottom: 21px;
    font-size: 1.8rem;
  }

  .contactArea .contactArea-row {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .contactArea .contactArea-col-2 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .contactArea .btn-mail {
    font-size: 1.6rem;
  }

  .contactArea .btn-mail .fa {
    margin-top: -2px;
    font-size: 2.1rem;
  }

  .contactArea .list {
    margin-top: 24px;
    text-align: center;
  }

  .contactArea .list > dd {
    margin-top: 0.25em;
  }

  .contactArea .tel {
    font-size: 2.0rem;
  }

  .contactArea .tel a {
    color: #0044cc;
  }

  .contactArea .tel .fa {
    margin-right: 10px;
    vertical-align: middle;
  }

  .contactArea .note {
    margin-top: 0.7em;
    font-size: 1.2rem;
  }

  .eventBox {
    margin-bottom: 14px;
    padding: 12px;
  }

  .eventBox .eventBox-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .eventBox .eventBox-label {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }

  .eventBox .eventBox-img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 12px;
  }

  .eventBox h2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: calc( 14px - 0.3em);
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .eventBox h2:before {
    top: 50%;
    margin-top: -0.5em;
    font-size: 1em;
  }

  .eventBox .eventBox-child {
    display: block;
  }

  .eventBox .eventBox-title {
    width: auto;
  }

  .eventBox .eventBox-content {
    width: auto;
  }

  .eventBox > .btnWrap {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .photoList > .row > .col-6-sp:nth-child(n + 3) {
    margin-top: 16px;
  }

  .photoList:not(.inLabel) figure:before {
    left: 8px;
    width: calc(100% - 16px);
  }

  .photoList.inLabel {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .photoList.inLabel figure {
    width: 50%;
  }

  .photoList.inLabel figure:nth-child(n + 3) {
    margin-top: 16px;
  }

  .photoList .photoBox.inLabel {
    width: calc(100% - 10px);
    padding-right: 10px;
    padding-bottom: 0;
  }

  .photoList .photoBox .labelItem {
    position: relative;
    top: -8vw;
    right: -10px;
    width: 85%;
    margin-bottom: -8vw;
    float: right;
  }

  .photoList .photoBox .labelItem .nameLabel {
    font-size: 1.2rem;
  }

  .photoList .photoBox .labelItem .nameLabel .tit {
    font-size: 1.0rem;
  }

  .photoList .photoBox .labelItem .nameLabel .name {
    font-size: 1.4rem;
  }

  .photoList .photoCap > p {
    font-size: 1.0rem;
  }

  .photoList .photoCap > .tit {
    font-size: 1.0rem;
  }

  .photoList .photoCap > .name {
    font-size: 1.2rem;
  }

  input.form-text {
    width: 100%;
    font-size: 1.6rem;
  }

  textarea.form-text {
    width: 100%;
    font-size: 1.6rem;
  }

  .form-checkbox {
    min-height: 24px;
  }

  .form-checkbox > input + span:before {
    width: 24px;
    height: 24px;
  }

  .form-radio {
    min-height: 24px;
  }

  .form-radio > input + span:before {
    width: 24px;
    height: 24px;
  }

  .form-checkbox + .form-text,
  .form-radio + .form-text {
    width: calc(100% - 36px);
    margin-left: 36px;
    margin-bottom: 0.5em;
  }

  .form-list:first-child {
    margin-top: -0.5em;
  }

  .form-footArea .btn:not(.btn-back) {
    width: 100%;
  }

  .form-footArea .btn-back {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }

  .form-agreement {
    margin-top: 18px;
    text-align: left;
  }

  .form-agreement .font-important {
    margin-bottom: 18px;
  }

  .form-confirm {
    margin-top: 30px;
  }

  .form-confirm .btnWrap {
    display: block;
  }

  .form-completeText {
    margin-bottom: 18px;
    font-size: 1.8rem;
  }

  .form-step > li {
    padding-left: 2em;
    font-size: 1.2rem;
  }

  .form-step > li:after {
    right: -24px;
    width: 24px;
  }

  .form-table {
    display: block;
  }

  .form-table > tbody > tr > th,
  .form-table > tbody > tr > td {
    display: block;
    width: auto;
  }

  .form-table > tbody > tr > th {
    padding: 10px 0;
    white-space: normal;
  }

  .form-table > tbody > tr > td {
    padding: 0 0 16px 0;
    border-top: none;
  }

  .form-table .label-required,
  .form-table .label-optional {
    position: static;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    float: none;
    width: auto;
    padding-left: 8px;
    padding-right: 8px;
    left: auto;
    right: auto;
  }

  .col-1-sp,
  .col-2-sp,
  .col-3-sp,
  .col-4-sp,
  .col-5-sp,
  .col-6-sp,
  .col-7-sp,
  .col-8-sp,
  .col-9-sp,
  .col-10-sp,
  .col-11-sp,
  .col-12-sp {
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-0-sp {
    width: 0%;
  }

  .col-push-0-sp {
    left: auto;
  }

  .col-pull-0-sp {
    right: auto;
  }

  .col-1-sp {
    width: 8.33333%;
  }

  .col-push-1-sp {
    left: 8.33333%;
  }

  .col-pull-1-sp {
    right: 8.33333%;
  }

  .col-2-sp {
    width: 16.66667%;
  }

  .col-push-2-sp {
    left: 16.66667%;
  }

  .col-pull-2-sp {
    right: 16.66667%;
  }

  .col-3-sp {
    width: 25%;
  }

  .col-push-3-sp {
    left: 25%;
  }

  .col-pull-3-sp {
    right: 25%;
  }

  .col-4-sp {
    width: 33.33333%;
  }

  .col-push-4-sp {
    left: 33.33333%;
  }

  .col-pull-4-sp {
    right: 33.33333%;
  }

  .col-5-sp {
    width: 41.66667%;
  }

  .col-push-5-sp {
    left: 41.66667%;
  }

  .col-pull-5-sp {
    right: 41.66667%;
  }

  .col-6-sp {
    width: 50%;
  }

  .col-push-6-sp {
    left: 50%;
  }

  .col-pull-6-sp {
    right: 50%;
  }

  .col-7-sp {
    width: 58.33333%;
  }

  .col-push-7-sp {
    left: 58.33333%;
  }

  .col-pull-7-sp {
    right: 58.33333%;
  }

  .col-8-sp {
    width: 66.66667%;
  }

  .col-push-8-sp {
    left: 66.66667%;
  }

  .col-pull-8-sp {
    right: 66.66667%;
  }

  .col-9-sp {
    width: 75%;
  }

  .col-push-9-sp {
    left: 75%;
  }

  .col-pull-9-sp {
    right: 75%;
  }

  .col-10-sp {
    width: 83.33333%;
  }

  .col-push-10-sp {
    left: 83.33333%;
  }

  .col-pull-10-sp {
    right: 83.33333%;
  }

  .col-11-sp {
    width: 91.66667%;
  }

  .col-push-11-sp {
    left: 91.66667%;
  }

  .col-pull-11-sp {
    right: 91.66667%;
  }

  .col-12-sp {
    width: 100%;
  }

  .col-push-12-sp {
    left: 100%;
  }

  .col-pull-12-sp {
    right: 100%;
  }

  .heading1 {
    margin-top: -0.2em;
    margin-bottom: 30px;
    font-size: 2.4rem;
    line-height: 1.5;
  }

  .product-label + .heading1 {
    padding-top: 25px;
  }

  .heading2,
  .dynamic h2 {
    margin-top: -0.2em;
    margin-bottom: 22px;
    font-size: 2.1rem;
    line-height: 1.54;
  }

  .heading3,
  .dynamic h3 {
    margin-top: -0.33em;
    margin-bottom: 22px;
    font-size: 1.8rem;
    line-height: 1.66;
  }

  .heading4,
  .dynamic h4 {
    margin-bottom: 18px;
    font-size: 1.4rem;
  }

  .indexLink {
    display: block;
  }

  .indexLink .indexLink-child {
    overflow: hidden;
    width: auto;
  }

  .indexLink .indexLink-image {
    width: 62px;
  }

  .indexLink .indexLink-image + .indexLink-text {
    margin-left: 72px;
  }

  .keyvisual {
    margin-top: -36px;
    margin-bottom: 30px;
  }

  .keyvisual .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -165px;
    height: 165px;
  }

  .keyvisual-img {
    min-width: 100%;
    height: 165px;
  }

  .keyvisual-img img {
    max-width: none;
    min-width: 0;
    width: 250vw;
    -webkit-transform: translate(-40%, 0);
    transform: translate(-40%, 0);
  }

  .keyvisual-img .only-sp img {
    width: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .keyvisual-title {
    padding-top: 0;
  }

  .keyvisual-title .text {
    font-size: 2.8rem;
    line-height: 1.1;
  }

  .keyvisual-title .caption {
    margin-top: 16px;
    font-size: 1.4rem;
  }

  .label,
  .label-service,
  .label-info,
  .label-event,
  .label-csr,
  .label-other01,
  .label-other02,
  .label-seminar,
  .label-ir,
  .label-recruit,
  .label-wanted,
  .label-required,
  .label-optional {
    font-size: 1.0rem;
  }

  .linkIcon-rss .fa {
    font-size: 1.7em;
  }

  .linkList-anchor {
    padding: 5px 22px 18px 22px;
    font-size: 1.2rem;
  }

  .linkList-anchor > li {
    padding-right: 18px;
  }

  .modal {
    width: auto;
  }

  .movie {
    position: relative;
    padding-bottom: 56.3%;
  }

  .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .pdfReader {
    display: block;
    margin-top: 48px;
    font-size: 1.1rem;
  }

  .pdfReader .pdfReader-text {
    margin-top: 10px;
  }

  .productWrap {
    display: block;
    margin: 0;
  }

  .product {
    display: block;
    width: auto;
    margin: 19px 0 0 0;
    padding: 0;
  }

  .product > a {
    display: block;
    padding: 14px;
  }

  .product .product-img {
    float: left;
    width: 93px;
    height: auto;
    padding-right: 14px;
  }

  .product .product-info {
    width: auto;
  }

  .product .product-title {
    float: right;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.55;
  }

  .product .product-title:before {
    top: 50%;
    margin-top: -1em;
  }

  .product-img + .product-info .product-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 93px);
    height: 75px;
  }

  .product-label {
    clear: both;
    font-size: 1.0rem;
  }

  .product .product-label {
    padding-top: 0.7em;
  }

  .product .product-text {
    margin-top: 0.6em;
  }

  .heading2 + .qaElm,
  .dynamic h2 + .qaElm {
    margin-top: -22px;
  }

  .qaElm {
    padding: 10px 0;
  }

  .qaElm .qaIcon {
    font-size: 2.1rem;
  }

  .qaElm > dt .qaQuestion {
    width: calc(100% - 43px - 36px);
    padding-right: 0.5em;
    font-size: 1.4rem;
  }

  .qaElm > dt .qaQuestion > span {
    border-bottom: 1px solid #7fa1e5;
  }

  .qaElm > dt:after {
    width: 36px;
    font-size: 2.8rem;
    border-left: 1px solid #e2e2e2;
  }

  .qaElm > dd {
    padding-top: 10px;
  }

  .qaElm > dd .qaAnser {
    width: calc(100% - 58px);
  }

  .relationWrap {
    display: block;
    margin: 0;
  }

  .relation {
    display: block;
    width: auto;
    margin: 14px 0 0 0;
    padding: 0;
  }

  .relation > a {
    padding: 14px;
  }

  .relation .relation-image {
    width: 105px;
    padding-right: 12px;
  }

  .relation .relation-title {
    font-size: 1.4rem;
  }

  .section {
    margin-top: 78px;
  }

  .section .section {
    margin-top: 48px;
  }

  .section .section .section {
    margin-top: 36px;
  }

  .linkList-anchor + .section,
  .heading1 ~ p + .section,
  .heading1 ~ ul + .section,
  .heading1 + .section {
    margin-top: 48px;
  }



  .heading2 + .section,
  .dynamic h2 + .section,
  .heading3 + .section,
  .dynamic h3 + .section {
    margin-top: 30px;
  }

  .section p,
  .section .list {
    margin-top: calc( 24px - 0.5em);
  }

  .section p + .list,
  .section p + p,
  .section .list + .list,
  .section .list + p {
    margin-top: calc( 24px - 1em);
  }

  .linkList-anchor,

  .bnrLink,
  .section-image,
  .table,
  .dynamic table {
    margin-top: 18px;
  }

  .list + .linkList-anchor,
  p + .linkList-anchor,


  .list +
  .bnrLink,
  p +
  .bnrLink,
  .list +
  .section-image,
  p +
  .section-image,
  .list +
  .table,
  .dynamic .list + table,
  p +
  .table,
  .dynamic
  p + table {
    margin-top: calc( 24px - 0.5em);
  }

  .bnr-bottom {
    margin-top: 30px;
  }

  .bnr-bottom .row:before,
  .bnr-bottom .row:after {
    content: none;
  }

  .bnr-bottom .row > * {
    margin-top: 20px;
  }

  .bnr-bottom .row > *:first-child {
    margin-top: 0;
  }

  .bnr-bottom img {
    width: 100%;
  }

  .tabWrap .tabNav {
    display: block;
    margin-bottom: 28px;
    margin-bottom: 28px;
  }

  .tabWrap .tabElm {
    display: block;
    border-right: none;
    margin-bottom: 1px;
    padding: 1.5em 10px;
    font-size: 1.4rem;
    text-align: center;
  }

  .tabWrap .tabNav.tabNav-sp-break {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -1px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tabWrap .tabNav.tabNav-sp-break .tabElm {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3%;
    padding: 1em 10px;
    border-right: 1px solid #fff;
  }

  .tabWrap .tabNav.has-child {
    position: relative;
  }

  .tabWrap .tabNav.has-child .tabElm.active {
    position: static;
  }

  .tabWrap .tabNav.has-child .tabElm.active:before {
    border-left-width: 12px;
    border-right-width: 12px;
  }

  .tabWrap .tabNav-child {
    margin-bottom: -30px;
    padding: 22px 18px;
    font-size: 1.2rem;
  }

  .tabWrap .tabNav-child li {
    padding-right: 18px;
  }

  .table thead > tr > th,
  .dynamic table thead > tr > th,
  .table thead > tr > td,
  .dynamic table thead > tr > td,
  .table tbody > tr > th,
  .dynamic table tbody > tr > th,
  .table tbody > tr > td,
  .dynamic table tbody > tr > td {
    font-size: 1.1rem;
  }

  .table thead > tr > th,
  .dynamic table thead > tr > th,
  .table tbody > tr > th,
  .dynamic table tbody > tr > th,
  .table tbody > tr > .headTH,
  .dynamic table tbody > tr > .headTH {
    padding: 0.5em;
  }

  .table-scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .table-matrix-sp {
    display: block;
  }

  .table-matrix-sp thead {
    display: none;
  }

  .table-matrix-sp tbody {
    display: block;
  }

  .table-matrix-sp tbody > tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .table-matrix-sp tbody > tr th,
  .table-matrix-sp tbody > tr td {
    display: block;
  }

  .table-matrix-sp tbody > tr th:first-child:before {
    display: block;
    content: attr(data-table-th);
  }

  .mainLead {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }

  .mainLead + p {
    font-size: 1.4rem;
  }

  .tileWrap {
    display: block;
    margin: 0;
  }

  .tile {
    display: block;
    width: auto;
    margin: 14px 0 0 0;
    padding: 0;
  }

  .tile > a {
    padding: 14px;
  }

  .tile .tile-image {
    float: left;
    width: 93px;
    height: auto;
    padding-right: 18px;
  }

  .tile .tile-title {
    float: right;
    width: 100%;
  }

  .tile .tile-title:before {
    top: 50%;
    margin-top: -1em;
  }

  .tile .tile-image + .tile-info .tile-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 93px);
    height: 75px;
  }

  .tile .tile-text {
    clear: both;
  }

  .only-pc {
    display: none !important;
  }

  .text-center-sp {
    text-align: center !important;
  }

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

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

  .font-xs {
    font-size: 1.1rem !important;
  }

  .font-s {
    font-size: 1.2rem !important;
  }

  .font-l {
    font-size: 1.3rem !important;
  }

  .font-xl {
    font-size: 1.7rem !important;
  }

  .font-maxl {
    font-size: 7.0rem !important;
  }

  .w5p-sp {
    width: 5% !important;
  }

  .w10p-sp {
    width: 10% !important;
  }

  .w15p-sp {
    width: 15% !important;
  }

  .w20p-sp {
    width: 20% !important;
  }

  .w25p-sp {
    width: 25% !important;
  }

  .w30p-sp {
    width: 30% !important;
  }

  .w35p-sp {
    width: 35% !important;
  }

  .w40p-sp {
    width: 40% !important;
  }

  .w45p-sp {
    width: 45% !important;
  }

  .w50p-sp {
    width: 50% !important;
  }

  .w55p-sp {
    width: 55% !important;
  }

  .w60p-sp {
    width: 60% !important;
  }

  .w65p-sp {
    width: 65% !important;
  }

  .w70p-sp {
    width: 70% !important;
  }

  .w75p-sp {
    width: 75% !important;
  }

  .w80p-sp {
    width: 80% !important;
  }

  .w85p-sp {
    width: 85% !important;
  }

  .w90p-sp {
    width: 90% !important;
  }

  .w95p-sp {
    width: 95% !important;
  }

  .w100p-sp {
    width: 100% !important;
  }

  .borderTop-sp {
    border-top: 1px solid #d8dade;
  }

  .borderBtm-sp {
    border-bottom: 1px solid #d8dade;
  }

  .wAuto-sp {
    width: auto;
  }

  .mt-xs-sp {
    margin-top: 8px !important;
  }

  .mt-s-sp {
    margin-top: 16px !important;
  }

  .mt-m-sp {
    margin-top: 32px !important;
  }

  .mt-l-sp {
    margin-top: 48px !important;
  }

  .pt-xs-sp {
    padding-top: 8px !important;
  }

  .pt-s-sp {
    padding-top: 16px !important;
  }

  .pt-m-sp {
    padding-top: 32px !important;
  }

  .pt-l-sp {
    padding-top: 48px !important;
  }

  .mt50 {
    margin-top: 25px !important;
  }

  .mt100 {
    margin-top: 50px !important;
  }

  .mt150 {
    margin-top: 75px !important;
  }

  .mt200 {
    margin-top: 100px !important;
  }

  .mt250 {
    margin-top: 125px !important;
  }

  .mt300 {
    margin-top: 150px !important;
  }

  .mt350 {
    margin-top: 175px !important;
  }

  .mt400 {
    margin-top: 200px !important;
  }

  .mt450 {
    margin-top: 225px !important;
  }

  .mt500 {
    margin-top: 250px !important;
  }

  .mt50-sp {
    margin-top: 50px !important;
  }

  .mt100-sp {
    margin-top: 100px !important;
  }

  .mt150-sp {
    margin-top: 150px !important;
  }

  .mt200-sp {
    margin-top: 200px !important;
  }

  .mt250-sp {
    margin-top: 250px !important;
  }

  .mt300-sp {
    margin-top: 300px !important;
  }

  .mt350-sp {
    margin-top: 350px !important;
  }

  .mt400-sp {
    margin-top: 400px !important;
  }

  .mt450-sp {
    margin-top: 450px !important;
  }

  .mt500-sp {
    margin-top: 500px !important;
  }

  .dynamic h2 {
    margin-top: 78px;
  }

  .dynamic h3 {
    margin-top: 48px;
  }

  .dynamic h4 {
    margin-top: 36px;
  }

  .dynamic > h2:first-child {
    margin-top: 48px;
  }

  .dynamic h2 + h3,
  .dynamic h3 + h4 {
    margin-top: 30px;
  }

  .dynamic p,
  .dynamic ul,
  .dynamic ol {
    margin-top: calc( 24px - 0.5em);
  }

  .dynamic p + p,
  .dynamic p + ul,
  .dynamic p + ol,
  .dynamic ul + p,
  .dynamic ul + ul,
  .dynamic ul + ol,
  .dynamic ol + p,
  .dynamic ol + ul,
  .dynamic ol + ol {
    margin-top: calc( 24px - 1em);
  }

  .dynamic .linkList-anchor,
  .dynamic .imageCenter,
  .dynamic .image2Column,
  .dynamic .movie,
  .dynamic .bannerLarge,
  .dynamic .bannerSmall,
  .dynamic table {
    margin-top: 18px;
  }

  .dynamic p + .linkList-anchor,
  .dynamic p + .imageCenter,
  .dynamic p + .image2Column,
  .dynamic p + .movie,
  .dynamic p + .bannerLarge,
  .dynamic p + .bannerSmall,
  .dynamic p + table,
  .dynamic ul + .linkList-anchor,
  .dynamic ul + .imageCenter,
  .dynamic ul + .image2Column,
  .dynamic ul + .movie,
  .dynamic ul + .bannerLarge,
  .dynamic ul + .bannerSmall,
  .dynamic ul + table,
  .dynamic ol + .linkList-anchor,
  .dynamic ol + .imageCenter,
  .dynamic ol + .image2Column,
  .dynamic ol + .movie,
  .dynamic ol + .bannerLarge,
  .dynamic ol + .bannerSmall,
  .dynamic ol + table {
    margin-top: calc( 24px - 0.5em);
  }

  .dynamic table {
    border: none;
  }

  .dynamic table tbody {
    display: block;
    max-width: calc( 100vw - 28px);
    overflow-x: scroll;
  }

  .dynamic table thead > tr > th:last-child,
  .dynamic table thead > tr > td:last-child,
  .dynamic table tbody > tr > th:last-child,
  .dynamic table tbody > tr > td:last-child {
    border-right: 1px solid #e2e2e2;
  }

  .dynamic table tbody:last-child > tr > th,
  .dynamic table tbody:last-child > tr > td {
    border-bottom: 1px solid #e2e2e2;
  }

  .dynamic table tbody > tr > th,
  .dynamic table tbody > tr > td.headTH {
    white-space: nowrap;
  }

  .dynamic .imageCenter p {
    margin-bottom: 18px;
  }

  .dynamic .imageCenter.hasMargin {
    margin-left: 0;
    margin-right: 0;
  }

  .dynamic .image2Column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media print {
  .relationWrap {
    page-break-inside: avoid;
  }

  tbody > tr > th:not(:last-child) {
    border-right: 25px solid #fff;
  }

  .tileWrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 1080px;
  }

  .tile {
    overflow: visible;
  }

  .tile > a {
    page-break-inside: avoid;
  }

  .only-sp {
    display: none !important;
  }

  .font-l {
    font-size: 1.9rem !important;
  }

  .font-xl {
    font-size: 2.1rem !important;
  }

  .font-maxl {
    font-size: 8.4rem !important;
  }

  .wAuto-pc {
    width: auto !important;
  }

  .w5p-pc {
    width: 5% !important;
  }

  .w10p-pc {
    width: 10% !important;
  }

  .w15p-pc {
    width: 15% !important;
  }

  .w20p-pc {
    width: 20% !important;
  }

  .w25p-pc {
    width: 25% !important;
  }

  .w30p-pc {
    width: 30% !important;
  }

  .w35p-pc {
    width: 35% !important;
  }

  .w40p-pc {
    width: 40% !important;
  }

  .w45p-pc {
    width: 45% !important;
  }

  .w50p-pc {
    width: 50% !important;
  }

  .w55p-pc {
    width: 55% !important;
  }

  .w60p-pc {
    width: 60% !important;
  }

  .w65p-pc {
    width: 65% !important;
  }

  .w70p-pc {
    width: 70% !important;
  }

  .w75p-pc {
    width: 75% !important;
  }

  .w80p-pc {
    width: 80% !important;
  }

  .w85p-pc {
    width: 85% !important;
  }

  .w90p-pc {
    width: 90% !important;
  }

  .w95p-pc {
    width: 95% !important;
  }

  .w100p-pc {
    width: 100% !important;
  }
}

/*★★/bulletin/css/content.css★★*/


/* philosoly template */

.heading1 + .section {
  margin-top: 48px;
}

.mainVisual .photo img {
  width: 100%;
}

.mainVisual.hasMargin {
  margin-left: 100px;
  margin-right: 100px;
}

.section .btnBack {
  width: 40%;
  display: inline-block;
  margin-top: 48px;
}

.dynamic {
  margin-top: 48px;
}

.dynamic .imageLeft,
.dynamic .imageRight {
  width: 286px;
}

/*譛ｬ譁�ｸｭ縺ｮ蟆剰ｦ句�縺�*/
.heading_s {
	color:#045FB4;
	font-size:20px;
}

/*蟆主�莠倶ｾ玖ｳｪ蝠�*/
.question {
	color:#0000CC;
	margin-bottom:10px;
}

@media screen and (max-width: 736px) {
  .heading1 + .section {
    margin-top: 30px;
  }


  .h2Box {
    margin-top: 36px;
  }

  .mainVisual.hasMargin {
    margin-left: 0;
    margin-right: 0;
  }

  .section .btnBack {
    width: 100%;
    margin-top: 24px;
  }

  .dynamic {
    margin-top: 30px;
  }

  .dynamic .imageWrap .imageLeft,
  .dynamic .imageWrap .imageRight {
    float: none;
    width: auto;
    margin-bottom: calc(24px - 0.5em);
    padding-left: 0;
    padding-right: 0;
  }

  .dynamic .imageWrap .imageLeft img,
  .dynamic .imageWrap .imageRight img {
    width: 100%;
    margin-bottom: calc(24px - 0.5em);
  }
  
  /*譛ｬ譁�ｸｭ縺ｮ蟆剰ｦ句�縺�*/
  .heading_s {
	color:#045FB4;
	font-size:16px;
  }
}

/*★★/bulletin/css/default.css★★*/
/** clearfix **/
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
span.entry-answer-required {
  display: none;
}
ul.entry-answer-checklist li {
 float:    left;
 margin-bottom:   2px;
}
#entry-message_detail {
  font-size: 12px;
  line-height: 15px;
  padding: 10px 21px;
}

/** 繝繧､繧｢繝ｭ繧ｰ**/
.nexlink-confirm-mask {
  background: none repeat scroll 0 0 #000000;
  left: 0;
  min-height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
}
.nexlink-confirm-msg {
  display: none;
  overflow: hidden;
  background-color: #F0F0F0;
  position: absolute;
  width: 820px;

  font-size:12px;
  line-height:125%;
}
.nexlink-confirm-notice {
  overflow-y: scroll;
  height: 380px;	
}
.nexlink-confirm-button {
  text-align: center;
}
.nexlink-confirm-button button{
	margin: 8px;
}
.logo_ctn{
  margin-bottom: 48px;
  width: 220px;
  height: 50px;

}
.logo_ctn img{
  vertical-align: top;
}
@media screen and (max-width: 736px) {
  .logo_ctn{
    margin-top: 30px;
    margin-bottom: 30px;
    width: 220px;
    height: 50px;
  }
}
/*★★/bulletin/css/common-detail.css★★*/
.component-1053-1040 #header {
  padding: 10px 0;
  position: relative;
}
.component-1053-1040 #header h1 {
  float: left;
  padding: 10px 0;
  margin-right: 105px;
}

.component-1053-1040 #header-logo-image{
}
.component-1053-1040 #header-logo-image2{
}
.component-1053-1040 #header-logo-image3{
}
.component-1053-1040 #header .header-banner {
  float: left;
  margin-right: 5px;
}
.component-1053-1040 #header .header-link {
  position: absolute;
  top: 0px;
}
.component-1053-1040 #header .header-link a {
  display: block;
  padding: 8px 0;
  color: #fff;
  font-size: 75%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #000;
}
.component-1053-1040 #header .header-link a:hover {
  background-color: #666;
}

.component-1053-1040 #header #header-link-logout {
  right: 0px;
  width: 80px;
}

.component-1053-1040 #header #header-link-login {
  right: 0px;
  width: 80px;
}


.component-1053-1040 #header #header-link-password {
  right: 85px;
  width: 100px;
}

.component-1053-1040 #header #header-link-signup {
  right: 85px;
  width: 100px;
}

.component-1053-1040 #header #header-link-update {
  right: 190px;
  width: 100px;
}

/** N/A **/
/** N/A **/
/** N/A **/
/* $Id: cs_hwLP010010010_蝓ｺ譛ｬ.css 461 2012-02-15 03:50:20Z saitou_tatsuya@nexway.co.jp $ */
.component-1315-1191 .lp-detail-body {
  padding: 20px 0px 0px;
  margin-top: 15px;
  border-top: 2px solid #3266CC;
}

.component-1315-1191 .lp-detail {
  width: 750px;
  margin: auto;
  font-size: 13px;
  line-height:22px;
}

.component-1315-1191 .lp-detail-text {
  width: 730px;
  float:left;
  margin-left: 10px;
  margin-bottom: 30px;
}

.component-1315-1191 .lp-detail-entryButton-scope {
  width: 750px;
  text-align: center;
  margin-top:30px;
  clear:both;
}

.component-1315-1191 .lp-detail-entryButton {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0px 10px;
  margin: 0px;
}


/** N/A **/
/** N/A **/
/** N/A **/
/** N/A **/
.component-1055-1049 #footer-menu {
  position: relative;
  padding: 15px;
  border-top: 4px solid #3266cc;
  border-bottom: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  font-size: 70%;
}
.component-1055-1049 #footer-menu ul {
  margin: 0 auto;
}
.component-1055-1049 #footer-menu ul li {
  float: left;
  padding: 14px 10px 2px 30px;
  text-align: center;
}
.component-1055-1049 #footer-menu ul li a {
  color: #333;
  text-decoration: none;
}
.component-1055-1049 #footer-go-top {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 15px;
  border-left: 1px solid #e3e3e3;
}
.component-1055-1049 #footer-go-top a {
  color: #333;
  text-decoration: none;
}
.component-1055-1049 #footer-inner {
  position: relative;
  margin: 5px auto;
}
.component-1055-1049 #footer-inner #footer-logo {
  float: left;
  padding-left: 15px;
  margin: 10px 0;
}
.component-1055-1049 #footer-inner #footer-msg {
  float: right;
  width: 600px;
  padding: 10px 20px;
  border: 2px solid #e3e3e3;
  margin: 10px 0 0;
  font-size: 70%;
}
.component-1055-1049 #footer-inner #footer-msg-img {
  float: right;
  margin: 10px 0;
  text-align: right;
}
.component-1055-1049 #footer-inner #footer-copyright {
  clear: both;
  margin: 10px 0;
  text-align: right;
}

/*★★/bulletin/css/lpopen_start.css★★*/
.component-1053-1040 #header {
  padding-top: 20px;
  padding-bottom: 0px;
}

.component-1053-1040 #header #header-logo-image {
  float: left;
  margin-right: 0px;
  margin-left: 20px;
}

.component-1053-1040 #header #header-logo-image2 {
  float: right;
  margin-right: 20px;
}

.component-1053-1040 #header-logo-image3 {
  text-align: center;
}

/** 繧ｰ繝ｭ繝ｼ繝舌Ν繝翫ン **/
#gnavi-wrapper {
  margin-bottom: 0px;
}

/** 繝輔ャ繧ｿ **/
#footer-wrapper {
  width: 800px;
}

.component-1055-1049 #footer-menu {
  border-width: 2px 0px 0px;
}

.component-1055-1049 #footer-inner #footer-msg {
  width: 800px;
  padding: 0px 0px 5px;
  margin-top: 0px;
  border: 0px;
  text-align: center;
  font-size: 11px;
  line-height: 14px;
}

.component-1055-1049 #footer-inner #footer-copyright {
  width: 800px;
  padding-bottom: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

/** 繧ｳ繝ｳ繝�Φ繝� **/
#contents-wrapper {
  width: 800px;
}

/** 繝�Φ繝励Ξ繝ｼ繝�1_荳譫夊ｨｴ豎ょ梛 **/
/** 繝ｩ繝ｳ繝�ぅ繝ｳ繧ｰ繝壹�繧ｸ荳譫夊ｨｴ豎ょ梛 **/
.component-1315-1191 .lp-detail-body {
  margin-top: 0px;
}

/** 繝�Φ繝励Ξ繝ｼ繝�4_蝠�刀荳隕ｧ蝙� **/
/** 隧ｳ邏ｰ逕ｻ蜒�(逕ｻ蜒上√Μ繝�メ縲√Μ繝ｳ繧ｯURL縲√Μ繝ｳ繧ｯ繝�く繧ｹ繝�) **/
.component-1333-1202 .lp-repeat-detail {
  border-style: solid;
  border-color: #EEEEEE;
}

/** 繝�Φ繝励Ξ繝ｼ繝�5_雉�侭DL **/
/** imagelink **/
.component-1454-1269 .imagelink {
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 2px solid;
  text-align: center;
}

/** 荳隕ｧ **/
.component-1057-1051 .list h2 {
  border-top: 0px;
  border-right: 0px;
  font-size: 16px;
  font-weight: bold;
}

.component-1057-1051 .list ul {
  width: 765px;
  margin: auto;
}

.component-1057-1051 .list ul li {
  padding-right: 0px;
  padding-left: 0px;
  border-bottom-style: solid;
  border-bottom-color: #EEEEEE;
}

/** 蝓ｺ譛ｬ(譌･莉倬��岼蜷阪↑縺�) **/
.component-1320-1194 .lp-detail-content-scope2 {
  padding-bottom: 5px;
}

.component-1320-1194 .lp-detail-repeat-content {
  *margin-left: 4px;
}

/** 荳隕ｧ(繧ｨ繝ｳ繝医Μ繝ｼ繝懊ち繝ｳ) **/
.component-1057-1119 .list {
  text-align: center;
}

.component-1057-1119 .list ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: auto;
  padding-top: 25px;
  margin-bottom: 0px;
}
/*★★/bulletin/css/lpopen_start_ags.css★★*/
.component-1055-1049 #footer-menu {
  border-top-color: #003399;
}

/** 繧ｳ繝ｳ繝�Φ繝� **/
/** 繝�Φ繝励Ξ繝ｼ繝�1_荳譫夊ｨｴ豎ょ梛 **/
/** 繝ｩ繝ｳ繝�ぅ繝ｳ繧ｰ繝壹�繧ｸ荳譫夊ｨｴ豎ょ梛 **/
.component-1315-1191 .lp-detail-body {
  border-top-color: #003399;
}

/** 繝�Φ繝励Ξ繝ｼ繝�4_蝠�刀荳隕ｧ蝙� **/
/** 繝ｩ繝ｳ繝�ぅ繝ｳ繧ｰ繝壹�繧ｸ蝠�刀荳隕ｧ **/
.component-1319-1190 .lp-detail-body {
  border-top-color: #003399;
}

/** 郢ｰ繧願ｿ斐＠繧ｹ繧ｭ繝ｼ繝�(隕句�縺励∬ｩｳ邏ｰ諠��ｱ) **/
.component-1333-1202 .lp-repeat-header {
  border-bottom-color: #003399;
  border-left-color: #003399;
}

/** 繝�Φ繝励Ξ繝ｼ繝�5_雉�侭DL **/
/** imagelink **/
.component-1454-1269 .imagelink {
  border-bottom-color: #003399;
}

/** 荳隕ｧ **/
.component-1057-1051 .list h2 {
  border-bottom-color: #003399;
  border-left-color: #003399;
}
/*★★/bulletin/css/common-detail-ags.css★★*/
/**見出し1**/
.component-1315-1191 .h1{
	background-color:#114399;
	color:#ffffff;
	font-weight:bold;
	padding:10px;
	font-size:20px;
	margin-top:14px;
}

/**見出し2（1行）**/
.component-1315-1191 .h2{
	font-weight:bold;
	font-family:HG明朝E;
	margin:40px;
	font-size:50px;
	line-height:40px;
}

/**見出し2（2行）**/
.component-1315-1191 .h2_2{
	font-weight:bold;
	font-family:HG明朝E;
	margin:30px;
	font-size:40px;
	line-height:40px;
}

/**見出し2（文字小さめ）**/
.component-1315-1191 .h2_3{
	font-weight:bold;
	font-family:HG明朝E;
	margin:10px 10px 30px 20px;
	font-size:35px;
	line-height:38px;
}

/**見出し2（文字さらに小さめ）**/
.component-1315-1191 .h2_4{
	font-weight:bold;
	font-family:HG明朝E;
	font-size:25px;
}

/**見出し2（右寄せ）**/
.component-1315-1191 .h2_right{
	font-weight:bold;
	font-family:HG明朝E;
	text-align:right;
	margin:10px 10px 30px 20px;
	font-size:40px;
	line-height:40px;
}

/**見出し3 (認証)**/
.component-1315-1191 .h3{
	float:left;../images
	padding:5px;
	background-image:url('../../images/header-image.jpg');
	background-repeat:no-repeat;
	font-weight:bold;
	margin-left:10px;
	margin-top:20px;
	width:800px;
	background-size:800px 50px;
	font-size:18px;
}

/**見出し3 (NeuroWatcher)**/
.component-1315-1191 .h3_2{
	float:left;
	padding:5px;
	background-image:url('../../images/header-image.jpg');
	background-repeat:no-repeat;
	font-weight:bold;
	margin-left:10px;
	width:480px;
	background-size:600px 30px;
	font-size:17px;
}

/**見出し4 (2013年11月以前の記事で使用)**/
.component-1315-1191 .h4{
	margin-top:20px;
	margin-bottom:14px;
	font-weight:bold;
	font-size:20px;
	text-align:center;
}

/**見出し5 (2013年11月以前の記事で使用)**/
.component-1315-1191 .h5{
	margin-top:10px;
	border-style:solid;
	border-width:1px;
	width:750px;
	height:5px;
	border-color:#009fe8;
	background-color:#009fe8;
}

/**見出し5 (2013年7月の記事で使用)**/
.component-1315-1191 .h5_2{
	margin-top:10px;
	border-style:solid;
	border-width:1px;
	width:750px;
	height:5px;
	border-color:#003f98;
	background-color:#003f98;
}

/**見出し6 (2013年11月の記事で使用)**/
.component-1315-1191 .h6{
	border-style:solid;
	border-width:1px;
	font-weight:bold;
	font-size:32px;
	text-align:center;
	width:750px;
	height:50px;
	border-color:#000000;
	background-color:#000000;
}

/**見出し6 (2013年7月の記事で使用)**/
.component-1315-1191 .h6_2{
	border-style:solid;
	border-width:1px;
	font-weight:bold;
	font-size:34px;
	text-align:center;
	width:750px;
	height:50px;
	border-color:#009fe8;
	background-color:#009fe8;
}

/**見出し7 (EasyDeliveryとかサービスご利用事例に出てくる)**/
.component-1315-1191 .h7{
	background-image:url('../../images/header-image2.jpg');
	background-repeat:no-repeat;
	font-weight:bold;
	margin-left:10px;
	float:left;
	padding:5px;
	font-size:18px;
}

/**見出し8**/
.component-1315-1191 .h8{
	float:left;
	background-color:#000000;
	height:26px;
	border-radius:6px;
	color:#ffffff;
	font-weight:bold;
	margin:20px 0px 5px 10px;
	width:720px;
	font-size:20px;
	text-align:center;
	padding-top:6px;
}

/**見出し8**/
.component-1315-1191 .h8_2{
	float:left;
	background-color:#000000;
	height:26px;
	border-radius:6px;
	color:#ffffff;
	font-weight:bold;
	margin:4px 0px 5px 10px;
	width:570px;
	font-size:20px;
	text-align:center;
	padding-top:6px;
}

/**見出し8**/
.component-1315-1191 .h8_3{
	float:left;
	background-color:#000000;
	height:26px;
	border-radius:6px;
	color:#ffffff;
	font-weight:bold;
	width:710px;
	font-size:20px;
	padding:6px 0px 0px 20px;
}


/**区切り線(1本線)**/
.component-1315-1191 .hr1{
	border-width: 2px 0px 0px 0px;
    border-style: solid;
    border-color: #6b9cff;
    height: 5px;
}

/**テキスト枠(グレーっぽい線)**/
.component-1315-1191 .text-line1{
	float:left;
	border-top:1px solid #F5F5F5;
	border-left:1px solid #F5F5F5;
	border-bottom:3px solid #dcdcdc;
	border-right:3px solid #dcdcdc;
	padding:14px;
	margin-left:10px;
	line-height:22px;
}

/**テキスト枠(水色の線)**/
.component-1315-1191 .text-line2{
	float:left;
	border:1px solid #009fe8;
	/**margin-top:20px;**/
}

/**テキスト枠(グレーっぽい線その2)**/
.component-1315-1191 .text-line3{
	margin-left:10px;
	border:2px solid #ebebeb;
	border-radius:10px;
	/**line-height:22px;**/
}

/**テキスト枠(グレーっぽい線その3)**/
.component-1315-1191 .text-line4{
	float:left;
	padding:5px;
	border:1px solid #ebebeb;
	line-height:22px;
}

/**テキスト枠(グレーっぽい線その3に文字を縦に表示する枠)**/
.component-1315-1191 .text-line5{
	width:25px;
	background-color:#dcdcdc;
	text-align:center;
	font-weight:bold;
}

/**テキスト枠(水色っぽい枠)**/
.component-1315-1191 .text-line6{
	float:left;
	margin-top:6px;
	background-color:#009fe8;
	border-radius:8px;
}

/**テキスト枠(背景グレー)**/
.component-1315-1191 .text-line7{
	float:left;
	margin-left:10px;
	padding:5px;
	border:1px solid #ebebeb;
	line-height:22px;
	background-color:#ebebeb;
}

/**テキスト枠(水色、角丸)**/
.component-1315-1191 .text-line8{
	float:left;
	margin:10px;
	border:1px solid #009fe8;
	border-radius:0px 12px 12px 12px;
	width:710px;
	height:250px;
}

/**水色文字で太字**/
.component-1315-1191 .font1{
	color:#009fe8;
	font-weight:bold;
}

/**白色文字で太字**/
.component-1315-1191 .font2{
	color:#ffffff;
	font-weight:bold;
}

/**水色文字(埼玉百景)**/
.component-1315-1191 .font3{
	color:#009fe8;
	font-family:ヒラギノ丸ゴ Pro W4;
	font-size:28px;
	line-height:30px;
}

/**水色文字(埼玉百景)**/
.component-1315-1191 .font4{
	color:#009fe8;
	font-family:ヒラギノ丸ゴ Pro W4;
	font-size:18px;
	font-weight:bold;
}

/**水色文字(埼玉百景)**/
.component-1315-1191 .font5{
	float:left;
	font-family:ヒラギノ丸ゴ Pro W4;
	margin-top:10px;
}

/**table1タグ**/
.component-1315-1191 .table1{
	width:720px;
	border-spacing: 8px;
	border-collapse: separate;
}

/**table1 tdタグ1**/
.component-1315-1191 .table1 #td1{
	border-style:solid;
	border-color:#fdce36;
	border-left-width:5px;
	padding:5px;
}

/**table1 tdタグ2**/
.component-1315-1191 .table1 #td2{
	background-color:#fff3ad;
	padding:5px;
}

/**table1 tdタグ3**/
.component-1315-1191 .table1 #td3{
	border-style:solid;
	border-color:#fbd762;
	border-left-width:5px;
}

/**table1 tdタグ4**/
.component-1315-1191 .table1 #td4{
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	padding:5px;
	border-style:solid;
	border-color:#808080;
	border-left-width:5px;
	background-color:#808080;
	height:20px;
}

/**table tdタグ3**/
.component-1315-1191 .td3{
	border-style:solid;
	border-color:#b6e4ff;
	border-left-width:5px;
	text-align:center;
}

/**table tdタグ4**/
.component-1315-1191 .td4{
	background-color:#f5fbff;
	padding:5px;
}

/**table tdタグ5**/
.component-1315-1191 .td5{
	border-style:solid;
	border-color:#000000;
	border-width:1px;
}

/**table tdタグ6**/
.component-1315-1191 .td6{
	background-color:#fff3ad;
	padding:5px;
}


/**水色背景の枠**/
.component-1315-1191 .bg_lightblue{
	float:left;
	background-color:#009fe8;
	font-weight:bold;
}

/**NWページお客様情報**/
.component-1315-1191 .customer {
	margin-left:20px;
	width:720px;
	line-height:14px;
}

.component-1315-1191 .customer #line {
	float:left;
	margin:5px 5px 10px 0px;
	width:500px;
	height:190px;
	border:solid 1px #ff0000;
}

.component-1315-1191 .customer #detail1 {
	float:left;
	width:22px;
	height:190px;
	color:#ff0000;
	margin-left:8px;
	margin-top:14px;
}

.component-1315-1191 .customer #detail2 {
	float:left;
	background-color:#ff0000;
	width:1px;
	height:166px;
	margin-top:10px;
}

.component-1315-1191 .customer #detail3 {
	float:left;
	width:150px;
	height:190px;
	margin-left:5px;
	margin-top:4px;
}

.component-1315-1191 .customer #detail4 {
	float:left;
	width:300px;
	margin-left:8px;
	margin-top:14px;
	font-size:22px;
	font-weight:bold;
}

.component-1315-1191 .customer #detail5 {
	float:left;
	margin-left:8px;
	margin-top:10px;
}

.component-1315-1191 .customer #detail6 {
	float:left;
	margin-left:8px;
	margin-top:5px;
}

/**NWページお客様情報2**/
.component-1315-1191 .customer2 {
	float:left;
	margin:5px 0px 10px 14px;
	width:430px;
	height:120px;
	border:solid 1px #ff0000;
	font-size:12px;
}

.component-1315-1191 .customer2 #detail1 {
	float:left;
	width:22px;
	height:80px;
	color:#ff0000;
	margin-left:8px;
	margin-top:6px;
	line-height:14px;
}

.component-1315-1191 .customer2 #detail2 {
	float:left;
	background-color:#ff0000;
	width:1px;
	height:110px;
	margin-top:4px;
}

.component-1315-1191 .customer2 #detail3 {
	float:left;
	margin-left:8px;
	margin-top:4px;
	font-size:15px;
	font-weight:bold;
}

.component-1315-1191 .customer2 #detail4 {
	float:left;
	margin-left:8px;
	margin-top:4px;
}

.component-1315-1191 .customer2 #detail5 {
	float:left;
	margin-left:26px;
	margin-top:4px;
}

.component-1315-1191 .customer2 #detail6 {
	float:left;
	margin-left:8px;
}

.component-1315-1191 .customer2 #detail7 {
	float:left;
	margin-left:104px;
}

.component-1315-1191 .ml10 {
	float:left;
	margin-left:10px;
}

.component-1315-1191 .ml20 {
	float:left;
	margin-left:20px;
}

.component-1315-1191 .ml30 {
	float:left;
	margin-left:30px;
}

.component-1315-1191 .p5 {
	float:left;
	padding:5px;
	margin-left:20px;
}

/**table2タグ**/
.component-1315-1191 .table2{
	width:720px;
	margin:10px;
}

/**table2 tdタグ1**/
.component-1315-1191 .table2 #td1{
	width:385px;
	float:left;
}

/**table2 tdタグ2**/
.component-1315-1191 .table2 #td2{
	width:335px;
	float:left;
	text-align:center;
}

.component-1315-1191 .wako{
	float:left;
	font-size:20px;
	font-weight:bold;
	padding-top:4px;
	padding-left:8px;
}

.component-1315-1191 .wako2{
	float:left;
	background-color:#009fe8;
	width:1px;
	height:220px;
}


/**/
.image-left {
          float: left;                /* 左側に配置 */
          margin-right: 15px;         /* テキストとの間に余白 */
          width: 150px;               /* 画像の幅 */
          height: auto;               /* アスペクト比を維持 */
      }
  
      .image-right {
          float: right;               /* 右側に配置 */
          margin-left: 15px;          /* テキストとの間に余白 */
          width: 150px;               /* 画像の幅 */
          height: auto;               /* アスペクト比を維持 */
      }
  
      .text-content {
          overflow: hidden;           /* 画像とテキストが重ならないように設定 */
      }
  
      .clearfix::after {
          content: "";                /* 両側のfloatを解除 */
          display: table;
          clear: both;
      }
  
      /* 画像とテキストを並べる */
      .image-text-container {
          display: flex;
          align-items: flex-start;  /* 上揃え */
          justify-content: flex-start; /* 左揃え */
      }
  
      .balloon-left-border {
          position: relative;
          padding: 20px;
          width: 600px;
          background-color: #B4D9E2;
          border: 3px solid #B4D9E2;
          margin-bottom: 2em;
          margin-left: 1em;
          margin-right: 1em;
          text-align: left; /* 左揃え */
      }
  
      .balloon-left-border:before {
          content: '';
          position: absolute;
          display: block;
          width: 0;
          height: 0;
          left: -15px;
          top: 20px;
          border-right: 15px solid #B4D9E2;
          border-top: 15px solid transparent;
          border-bottom: 15px solid transparent;
      }
  
      .balloon-left-border::after {
          content: '';
          position: absolute;
          display: block;
          width: 0;
          height: 0;
          left: -12px;
          top: 20px;
          border-right: 15px solid #B4D9E2;
          border-top: 15px solid transparent;
          border-bottom: 15px solid transparent;
      }
  
      /* 吹き出し外のテキストを左揃えで表示 */
      .text-outside {
          margin-bottom: 1em;
          font-weight: normal;
          text-align: left; /* 左揃え */
      }

.component-1315-1191 img {
    width: auto;
}

.component-1315-1191 a {
    transition:0.2s;
}

.component-1315-1191 a:hover {
    opacity:0.7;
}