@charset "UTF-8";

.under_wrap{
    padding-top: 15px;
}
.structure-contents .flex-viewport {
  width: 100%;
}
.structure-contents .flexslider {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 50px;
}
.structure-contents .flexslider.slider01.no__pc {
  display: none !important;
}
.structure-contents .flexslider.slider01.no__sp {
  display: block !important;
}
.structure-contents .flexslider .slide img {
  width: 100%;
}
.structure-contents .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -46px;
  text-align: center;
}
.structure-contents .flex-control-nav li {
  display: inline-block;
  margin: 0 16px;
}
.structure-contents .flex-control-paging li a {
  display: block;
  background: #e0e0e0;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  width: 17px;
  height: 17px;
}
.structure-contents .flex-control-paging li a:hover {
  opacity: .8;
}
.structure-contents .flex-control-paging li a.flex-active {
  background: #cc3333;
}
.structure-contents .flex-control-paging li a.flex-active:hover {
  opacity: 1;
  cursor: default;
}
.structure-contents .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  background: url(/netbank/trial/common/images/ico_prev_1.png) no-repeat 0 0 / cover;
  font-size: 0;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.structure-contents .flex-direction-nav a.flex-next {
  background-image: url(/netbank/trial/common/images/ico_next_1.png);
}
.structure-contents .flex-direction-nav .flex-prev {
  left: auto;
  right: calc(100% + 10px);
}
.structure-contents .flex-direction-nav .flex-next {
  right: auto;
  left: calc(100% + 10px);
  text-align: right;
}
.structure-contents .flexslider:hover .flex-direction-nav .flex-prev:hover,
.structure-contents .flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: .8;
}
.structure-contents .flex-direction-nav a:before {
  display: none;
}
.sec_in {
  width: 988px;
  height: 100%;
  margin: 0 auto;
}
.head-2 {
	margin-bottom: 23px;
}
.btn-close {
  margin-top: 30px;
}
.btn-close a {
  font-size: 16rem;
  max-width: 180px;
  height: 58px;
  padding: 0.8em 1em;
  border: 1px solid #ccc;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.btn-close a > span {
  font-weight: bold;
  display: inline-block;
  padding-left: 1.5em;
  position: relative;
}
.icon-close {
  display: block;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.icon-close::before, .icon-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 1.2em;
  background: #333;
}
.icon-close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.icon-close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
@media (max-width: 767px) {
  .structure-contents .flexslider {
    width: 95%;
  }
  .head-1{
      margin: 10px 0px 0;
  }
  .layout-grid-item.sp-w-100 {
      margin-bottom: 15px;
      height: auto !important;
  }
  .sec_in {
    width: 100%;
    padding: 0 2.6666666667vw;
  }
  .structure-contents .flex-direction-nav .flex-next {
    right: -4%;
    left: auto;
  }
  .structure-contents .flex-direction-nav .flex-prev {
    left: -4%;
    right: auto;
  }
  .structure-contents .flexslider.slider01.no__pc {
    display: block !important;
  }
  .structure-contents .flexslider.slider01.no__sp {
    display: none !important;
  }
  .structure-contents .flex-control-nav li {
      margin: 0 10px;
  }
}