@charset "UTF-8";
/* CSS Document */

/* ///Header Image/// */

.header-banner-images-fullwidth .image-slider-area .slider-control-button,
.header-banner-images-fullwidth .image-slider-area .play-button {
  display: none;
}
.header-banner-images-fullwidth .image-slider-area .slider-wrapper .slider-item .pc-text-area p.title {
  margin: 0;
  text-align: center;
  font-size: 30px;
}
.header-banner-images-fullwidth .sp-slider-area .sp-text-area p.title {
  padding: 10px;
  text-align: center;
}
@media screen and (min-width:768px) {
  .header-banner-images-fullwidth.container-fluid {
    max-height: 80px;
  }
  .header-banner-images-fullwidth .image-slider-area .slider-wrapper .slider-item .pc-text-area {
    top: 40%;
    padding: 0 32px;
  }
}
@media screen and (min-width:768px) and (max-width:991px) {
  .header-banner-images-fullwidth .image-slider-area .slider-wrapper .slider-item .pc-text-area {
    top: 50%;
    width: 100%;
    max-width: 100%;
    padding: 0 32px;
    line-height: 3em;
  }
}
@media screen and (min-width:992px) {
  .header-banner-images-fullwidth .image-slider-area .slider-wrapper .slider-item .pc-text-area {
    top: 2.75vw;
    padding: 0;
  }
}
@media screen and (max-width:767px) {
  .header-banner-images-fullwidth .image-slider-area {
    display: none;
  }
}

/* ///Common/// */

.heading-h1 {
  margin: 0;
}
.page-header h2 {
  margin-top: 40px;
}
.page-header h2,
.page-header h3 {
  text-align: center;
}
.news h3 {
  margin-bottom: 5px;
  font-size: 18px;
}
h4 {
  margin-bottom: 10px;
}
.list-style-unordered p {
  position: relative;
  padding-left: 10px;
}
.list-style-unordered p:before {
  position: absolute;
  content: "•";
  left: 0;
}

/* ///Procedure/// */

.procedure {
  margin-bottom: 20px;
}
.procedure li a {
  position: relative;
  float: left;
  margin: 0 20px 20px 0;
  padding: 15px 7px 15px 18px;
  min-width: calc(100% / 7 - 20px);
  max-width: 300px;
  color: #FFF;
  text-align: center;
  letter-spacing: 1px;
  background: #585858;
}
.procedure li:last-of-type a {
  border-radius: 30px;
}
.procedure li a:after {
  position: absolute;
  content: "\f061";
  right: -17px;
  color: #585858;
  font-family: fontAwesome;
}
.procedure li:last-of-type a:after {
  content: "";
}
.procedure .fa.fa-fw {
  transform: rotate(90deg);
}
.procedure li:last-of-type .fa.fa-fw {
  transform: rotate(0deg);
}
@media screen and (max-width:767px) {
  .procedure li a {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .procedure li a:after {
    transform: rotate(90deg);
    top: 100%;
    left: 50%;
    right: 50%;
  }
}

/* ///Notice/// */

.list-style-ordered p {
  text-indent: -1em;
  margin-left: 1em;
}
.list-style-note p {
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.unordered-list,
.ordered-list {
  max-width: 1200px;
  width: 90%;
  min-height: 20px;
  padding: 19px;
  margin: 20px auto 40px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
.unordered-list .container-fluid,
.ordered-list .container-fluid {
  padding: 0;
}
.unordered-list ul li:first-child,
.ordered-list ol li:first-child {
  margin-left: -15px;
  margin-bottom: 10px;
  font-weight: bold;
  list-style: none;
}
.unordered-list ul ul,
.ordered-list ol ol {
  padding-left: 10px;
}
.unordered-list ul ul li,
.ordered-list ol ol li {
  list-style-type: none;
  padding-left: 2em;
  text-indent: -1em;
}
.unordered-list ul ul li:first-child,
.ordered-list ol ol li:first-child {
  margin: 0;
  font-weight: normal;
  list-style-type: none;
}
@media screen and (max-width:767px) {
  .unordered-list ul, .ordered-list ol {
    padding-left: 15px;
  }
  .unordered-list ul ul li,
  .ordered-list ol ol li {
    text-indent: -1em !important;
    margin-left: 1em !important;
  }
}

/* ///Image/// */

.center-image {
  text-align: center;
}
.center-image .media-box {
  margin: 20px 0;
}

/* ///Modal/// */

.modal-body .media-box {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.modal-body .media-box img {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e3e3e3;
}
.modal-body .media-box img:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.modal-body p.description {
  margin: 0 auto !important;
  width: 90%;
  text-indent: -0.5em;
  margin-left: 1.5em;
}
.modal-body p.description:first-of-type {
  clear: both;
  font-weight: bold !important;
  padding-top: 2.5rem !important;
}

/* ///Button/// */

.line-up {
  margin-bottom: 20px;
}
.line-up li {
  float: left;
  margin: 0 10px 12px 0;
  min-width: calc(100% / 6 - 10px);
}
.link-page a,
.examples a,
.link-pdf a,
.link-zip a {
  position: relative;
  display: block;
  min-width: 160px;
  padding: 15px;
  color: #4b1e78;
  border: 1px solid #4b1e78;
}
.link-pdf a, .link-zip a {
  display: inline-block;
  max-width: none;
  margin-bottom: 10px;
  padding: 15px 40px 15px 15px;
}
.examples a:hover,
.link-pdf a:hover,
.link-zip a:hover {
  text-decoration: none;
  background: #f5f5f5;
}
.examples a:after,
.link-pdf a:after,
.link-zip a:after {
  position: absolute;
  right: 6%;
  margin-left: 7px;
  color: #4b1e78;
  font-family: fontAwesome;
}
.examples a:after {
  content: "\f105";
}
.link-pdf a:after {
  content: "\f1c1";
}
.link-zip a:after {
  content: "\f1c6";
}
.link-pdf a .fa.fa-fw,
.link-zip a .fa.fa-fw {
  display: none;
}
@media screen and (max-width:767px) {
  .link-page a,
  .examples a,
  .link-pdf a,
  .link-zip a {
    width: 100%;
  }
  .examples li {
    width: 46%;
    margin: 20px 2% 0;
  }
}

/* ///col-2/// */

.list-col-2 {
  margin-top: 20px;
  margin-right: 20px;
  border-top: 1px solid #ccc;
}
.list-col-2 .link-pdf {
  margin-top: 10px;
}
@media screen and (min-width:768px) {
  .list-col-2 .container-fluid {
    padding: 0;
  }
  .col-sm-6.list-col-2 {
    width: 48%;
    margin: 10px 2% 0 0;
  }
  .col-sm-6.list-col-2:nth-child(even) {
    margin: 10px 0 0 0;
  }
}
.col-2 a {
  float: left;
  width: 48%;
  margin: 0 2% 20px 0;
}
@media screen and (max-width:767px) {
  .col-2 a {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
}