@charset 'UTF-8';

.entry-column a:active, .entry-column a:focus, .entry-column a:hover {
  text-decoration: underline
}

.entry-column a:visited {
  text-decoration: none;
  color: #7f5ad7
}

.entry-column p.entry-btn {
  margin-bottom: 10px
}

.entry-column p.entry-btn a {
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  padding: 8px 15px;
  color: #fff;
  border: 0;
  border-radius: 3px;
  background: #666
}

.entry-column p.entry-btn a:hover, .entry-column p.entry-btn a:visited {
  text-decoration: none;
  color: #fff
}

.entry-column p.entry-btn a:active, .entry-column p.entry-btn a:focus {
  color: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5)
}

.entry-column p.entry-btn a:hover {
  color: #fff;
  background-color: #444;
  background-image: linear-gradient(180deg, #666, #444)
}

.entry-column p.entry-btn a:active, .entry-column p.entry-btn a:focus {
  background: #444
}

.entry-column p.entry-btn-attention a {
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  padding: 8px 15px;
  color: #fff;
  border: 0;
  border-radius: 3px;
  background: #c41134
}

.entry-column p.entry-btn-attention a:hover, .entry-column p.entry-btn-attention a:visited {
  text-decoration: none;
  color: #fff
}

.entry-column p.entry-btn-attention a:active, .entry-column p.entry-btn-attention a:focus {
  color: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5)
}

.entry-column p.entry-btn-attention a:hover {
  color: #fff;
  background-color: #910021;
  background-image: linear-gradient(180deg, #c41134, #910021)
}

.entry-column p.entry-btn-attention a:active, .entry-column p.entry-btn-attention a:focus {
  background: #910021
}

.entry-column p.summary-title {
  margin: 0 0 10px
}

.entry-column p.summary-detail {
  font-size: 14px;
  margin: 0 0 10px
}

.entry-container {
  margin: 0 5px;
  background: #f9f6ed;
  padding: 2vw 1vw 0;
}

.confirm .entry-container,
.complete .entry-container {
  padding-bottom: .5vw;
}

.column-table- .entry-container {
  padding: 0;
}

.column-table- .entry-container th,
.column-table- .entry-container td {
  border: 1px solid #666;
}

.column-table- .entry-container td {
  background: #fff;
}

.entry-column table {
  width: 100%;
  margin: 0 0 30px
}

.entry-column table.table-history {
  table-layout: fixed
}

@media screen and (max-width:768px) {
  .entry-container .contact-form td, .entry-container .contact-form th {
    display: block;
  }
}

.entry-column .contact-form td,
.entry-column .contact-form th {
  font-size: 1vw;
}

@media screen and (max-width:768px) {
  .entry-column .contact-form td,
  .entry-column .contact-form th {
    font-size: 3.5vw;
  }
}

.entry-column td, .entry-column th {
  font-size: 1.2vw;
  line-height: 1.5;
  /* display: block; */
  padding: 5px;
  text-align: left;
  vertical-align: top;
  color: #333;
}

@media screen and (max-width:767px) {
  .entry-column td, .entry-column th {
    font-size: 4vw;
  }
}
.entry-column th {
  text-align: right;
}
@media screen and (max-width:768px) {
  .entry-column th {
    text-align: left;
  }
}
.no-requited {
  padding-right: 59px;
}

.contact-box p.message {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 35px;
  padding: 0 15px;
  color: #c41134;
  margin-top: 24px;
}

.contact-box p.contact-no {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  color: #333
}

.contact-box p.contact-no a {
  color: inherit
}

.contact-box p.error-text {
  margin: 5px 0 0;
  color: #c41134
}

@media screen and (min-width:480px) {
  .contact-box td, .contact-box th {
    display: table-cell
  }
}

@media screen and (min-width:768px) {
  .contact-box th {
    width: 210px;
    vertical-align: middle;
  }
}

.contact-box .mail-step {
  margin: 0 10px 35px;
  padding: 0 10px;
  counter-reset: a;
  background: #e5e5e5
}

.contact-box .mail-step-item {
  font-size: 16px;
  font-weight: 700;
  float: left;
  margin: 0 10px;
  padding: 18px 0 14px;
  list-style: none;
  color: #999;
  border-bottom: 4px solid transparent
}

.contact-box .mail-step-item:before {
  content: counter(a) '.';
  counter-increment: a
}

.contact-box .mail-step-item-current {
  color: #333;
  border-bottom: 4px solid #333
}

@media screen and (min-width:768px) {
  .contact-box .mail-step {
    height: 60px
  }
}

.form-btn-box {
  margin: 0 10px 50px;
  text-align: center
}

.form-btn {
  display: inline-block
}

@media screen and (min-width:768px) {
  .form-btn-send {
    float: none;
    width: 100%;
    max-width: 360px
  }
}

.label-required {
  font-size: 12px;
  margin: 0 5px;
  padding: 2px 8px;
  color: #fff;
  background: #999
}

@media screen and (min-width:768px) {
  .label-required {
    float: right
  }
}

.contact-box select[required]:required {
  border: 1px solid #c49511
}

.contact-box select.focused:invalid {
  border: 1px solid #c41134
}

.contact-box select[required]:valid {
  border: 1px solid #a7a7aa
}

.contact-box input[required]:required, .contact-box textarea[required]:required {
  background: #fffdeb
}

.contact-box input.focused:invalid, .contact-box textarea.focused:invalid {
  background: #ffebee
}

.contact-box input[required]:valid, .contact-box textarea[required]:valid {
  background: #fff
}

.valid-mark {
  display: none
}

.valid-mark.valid {
  display: inline;
  float: right;
  color: #5cb85c
}

.invalid,.inputError {
  background: #ffebee !important
}
/* slick */
.slick-slider {
 padding:0 0 12px
}
.slick-slider img {
 margin:0 auto
}
@media screen and (min-width: 768px) {
  .fix-height {
   height:300px;
  }
}
@media screen and (max-width:767px) {
  .fix-height {
   overflow: visible;
  }
}
.slick-slide:hover {
 cursor:pointer
}
.slick-list:focus:focus {
 position:relative
}
.slick-list:focus:focus:before {
 content:"";
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 left:0;
 border:2px dotted #00c2ff;
 z-index:-1
}
.js-slider .slick-list:focus {
 position:relative
}
.js-slider .slick-list:focus:before {
 content:"";
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 left:0;
 border:2px dotted #00c2ff;
 z-index:1
}
.main-slider-image {
 height:300px;
 background:no-repeat 50% #333;
 background-size:cover
}
@media screen and (max-width: 767px) {
  .main-slider-image {
    height:66.6vw;
    background-size:contain;
  }
}
.main-slider-image a:hover {
 text-decoration:none
}
.main-slider-text-outer {
 height:100%
}
.main-slider-text-wrap {
 display:table;
 width:100%;
 height:100%
}
.main-slider-text-inner {
 display:table-cell;
 padding:0 20px;
 text-align:center;
 vertical-align:middle
}
.main-slider-main-copy {
 margin:0;
 color:#fff;
 font-weight:700;
 font-size:24px
}
.main-slider-side-copy {
 margin:0;
 color:#fff;
 font-size:16px
}
.slick-list,.slick-track {
 -webkit-transform:translateZ(0);
 -webkit-perspective:1000
}
.slick-next,.slick-prev {
 font-size:0;
 line-height:0;
 position:absolute;
 top:50%;
 /* background: rgba(255,255,255,.8); */
 background-color: rgba(153,153,154,.8);
 border-radius: 50%;
 display:block;
 width:19px;
 height:60px;
 margin-top:-29px;
 padding:0;
 cursor:pointer;
 color:transparent;
 border:none;
 outline:none;
 background:transparent
}
.slick-next:focus,.slick-prev:focus {
 border:1px dotted #fff
}
.slick-prev,
.slick-next {
  width: 70px!important;
  height: 70px!important;
  border-radius: 50%;
  background-color: rgba(153,153,154,.8)!important;
}
@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 30px!important;
    height: 30px!important;
  }
}
@media screen and (max-width: 767px) {
  .slick-prev {
    position: absolute;
    left: 5px;
    top: calc(50% - 15px);
  }
  .slick-next {
    position: absolute;
    right: 5px;
    top: calc(50% - 15px);
  }
}
.slick-prev::before {
  content: "\f3cf";
  left: 10px;
  font-family: "Ionicons";
  font-size: 44px;
  vertical-align: middle;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .slick-prev::before {
    font-size: 24px;
  }
}
.slick-next::before {
  content: "\f3d1";
  left: 10px;
  font-family: "Ionicons";
  font-size: 44px;
  color: #fff;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .slick-next::before {
    font-size: 24px;
  }
}
.slick-dots {
 position:relative;
 clear:both;
 margin:-35px 0 0;
 padding:0;
 list-style:none;
 text-align:center
}
@media screen and (max-width:767px) {
  .slick-dots {
   margin:5px 0 0;
  }
}
.slick-dots li {
 display:inline-block
}
.slick-dots li button {
 content:"";
 position:relative;
 display:inline-block;
 width:15px;
 height:15px;
 margin:0 8px;
 font-size:0;
 background:#fff;
 border-radius:7px;
 border:1px solid transparent
}
@media screen and (max-width:767px) {
  .slick-dots li button {
   width:8px;
   height:8px;
   margin:0 4px;
 }
}
.slick-dots li button:focus {
 outline:0;
 border:1px solid #8C624F
}
.slick-dots li:hover button {
 cursor:pointer
}
.slick-dots li.slick-active button {
 background:#8C624F
}
.slick-dots button {
 position:absolute;
 width:1px;
 height:1px;
 margin:-1px;
 padding:0;
 border:0;
 overflow:hidden;
 clip:rect(0 0 0 0)
}
#autoplay-btn {
 position:absolute;
 right:10px;
 right:calc(10px + constant(safe-area-inset-right));
 bottom:10px;
 width:50px;
 height:50px;
 color:#fff;
 border:0;
 border-radius:50%;
 background:rgba(0,0,0,.7);
 outline:0;
 z-index:1
}
#autoplay-btn:hover {
 background:rgba(0,0,0,.9)
}
#autoplay-btn:active:before,#autoplay-btn:focus:before {
 content:"";
 position:absolute;
 top:0;
 left:0;
 right:0;
 bottom:0;
 display:block;
 width:100%;
 height:100%;
 border:1px dotted #fff
}
#autoplay-btn:after {
 content:"";
 position:absolute;
 top:15px;
 left:17px;
 display:block;
 box-sizing:border-box;
 width:16px;
 height:20px;
 margin-left:0;
 border-top:none;
 border-right:5px solid #fff;
 border-bottom:none;
 border-left:5px solid #fff
}
#autoplay-btn.active:after {
 left:15px;
 width:0;
 height:0;
 margin-left:5px;
 border-style:solid;
 border-width:10px 0 10px 15px;
 border-color:transparent transparent transparent #fff
}
@media screen and (min-width:768px) {
 .slick-prev {
  left:50px
 }
 .slick-next {
  right:50px
 }
 .fix-height,.main-slider-image {
  height:30vw
 }
 .main-slider-main-copy {
  font-size:40px
 }
 .main-slider-side-copy {
  font-size:24px
 }
}
.module-heading [class*=acms-icon-] {
 margin:0 10px 0 0;
 vertical-align:baseline
}
a.module-index-link {
 position:absolute;
 bottom:5px;
 right:0;
 color:#333;
 font-size:16px
}
a.module-index-link [class*=acms-icon-] {
 color:#ccc;
 font-size:14px
}
.group-list {
 list-style:none;
 padding:0
}
.heading-align-left .group-heading {
 text-align:left
}
.heading-align-center .group-heading {
 text-align:center
}
.heading-align-right .group-heading {
 text-align:right
}
.detail-align-left .group-detail {
 text-align:left
}
.detail-align-center .group-detail {
 text-align:center
}
.detail-align-right .group-detail {
 text-align:right
}
.btn-align-left .group-btn-wrap {
 text-align:left
}
.btn-align-center .group-btn-wrap {
 text-align:center
}
.btn-align-right .group-btn-wrap {
 text-align:right
}
@media screen and (min-width:768px) {
 a.acms-list-group-item {
  padding:10px 20px 10px 10px;
  transition:padding .15s ease-out
 }
 a.acms-list-group-item:hover {
  padding:10px 10px 10px 20px;
  transition:padding .25s ease-out
 }
}
.list-results-wrap {
 margin:15px 0;
 padding:10px;
 border:1px solid #ccc
}
.list-results-heading {
 padding:5px;
 margin:0 0 10px;
 background:#e5e5e5
}
.list-results {
 position:relative;
 margin:0
}
.list-results-item {
 position:absolute;
 width:100px
}
.list-results-detail {
 margin:0;
 padding:0 0 0 100px;
 font-weight:700
}

.acms-admin-edit-info {
  margin-bottom: 4.25vw;
}
