@charset "UTF-8";

main {
  background: #fff;
  color: #000;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
}

@media print,screen and (min-width:1920px) {
  .absolute {
   display: none;
  }
}

.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-item1 {
  flex-basis: 30%;
}

.flex-item2 {
  flex-basis: 40%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }
}

.bg-images {
  background-image: url(../jpg/superalc_sp.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}

.bg-mask {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

td {
  text-align: center;
  width: 50%;
  padding: 0.3em;
}

td.grey{
  background-color: rgba(222, 222, 222, 0.6);
}

.signaturemod-btn2 {
    margin: 0 auto;
    padding: 4px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3d3d3d;
    font-weight: normal;
    background: #e5e5e5;
    border: 1px solid #ff4291;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: -0.15px;
}
@media print,screen and (min-width:768px){
    .signaturemod-btn2 {
        font-size: 1.5rem;
        line-height: 1.2;
    }
    .signaturemod-column-box .signaturemod-btn2-wrap {
        margin-left: 0;
    }
    .signaturemod-column-box .signaturemod-btn2 {
        font-size: 1.5rem;
    }
}
@media print,screen and (min-width:1025px){
    .signaturemod-btn2 {
        position: relative;
        transition: color .15s ease-in-out;
    }
    .signaturemod-btn2::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        transition: width .15s ease-in-out;
        z-index: 0;
        background: #ff4291;
    }
    .signaturemod-btn2:hover {
        color: #fff;
    }
    .signaturemod-btn2:hover::before {
        width: 100%;
    }
    .signaturemod-btn2 > span {
        position: relative;
    }
}

.main_area {
  padding-bottom: 70px;
}
@media print, screen and (min-width: 768px) {
  .main_area {
    padding-top: 117px;
    padding-bottom: 180px;
  }
}

.contents_mv {
  padding-top: 400px;
  background-image: url(../jpg/mv-sp.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}

@media print, screen and (min-width: 600px) {
  .contents_mv {
	padding-top: 500px;
	margin: 0 auto;
    background-image: url(../jpg/mv-pc.jpg);
  }
}

@media print, screen and (min-width: 1025px) {
  .contents_mv {
	padding-top: 750px;
	margin: 0 auto;
    background-image: url(../jpg/mv-pc.jpg);
  }
}

@media print, screen and (min-width: 1920px) {
  .contents_mv {
	padding-top: 900px;
	margin: 0 auto;
    background-image: url(../mv-lg.html);
  }
}

.l-section.bg-gray {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 80px;
}

.l-section {
    margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .l-section {
    margin-top: 80px;
  }
}

.l-section_inner {
  padding-left: 10px;
  padding-right: 10px;
}

@media print, screen and (min-width: 768px) {
  .l-section_inner {
    max-width: 1020px;
	padding-left: 20px;
	padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-section_title1 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 1vw;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 414px) {
  .l-section_title1 {
    font-size: 2.1rem;
	margin-top: 16vw;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 512px) {
  .l-section_title1 {
    font-size: 2.1rem;
	margin-top: 24vw;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 580px) {
  .l-section_title1 {
    font-size: 2.4rem;
	margin-top: 28vw;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 640px) {
  .l-section_title1 {
    font-size: 2.4rem;
	margin-top: 26vw;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 680px) {
  .l-section_title1 {
    font-size: 2.4rem;
	margin-top: 28vw;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-section_title1 {
    font-size: 3.0rem;
	margin-top: -8vw;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1019px) {
  .l-section_title1 {
    font-size: 3.0rem;
	margin-top: 0vw;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .l-section_title1 {
    font-size: 3.0rem;
	margin-top: -24vw;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .l-section_title1 {
    font-size: 3.2rem;
	margin-top: -10vw;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1440px) {
  .l-section_title1 {
    font-size: 3.4rem;
	margin-top: -4vw;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1600px) {
  .l-section_title1 {
    font-size: 3.6rem;
    margin-top: 4vw;
	margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1800px) {
  .l-section_title1 {
    font-size: 3.6rem;
    margin-top: 6vw;
	margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1920px) {
  .l-section_title1 {
    font-size: 3.6rem;
    margin-top: 4vw;
	margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 2160px) {
  .l-section_title1 {
    font-size: 4.0rem;
    margin-top: 6vw;
	margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 2400px) {
  .l-section_title1 {
    font-size: 4.0rem;
    margin-top: 12vw;
	margin-bottom: 20px;
  }
}
.l-section_title {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .l-section_title {
    font-size: 3.0rem;
    margin-bottom: 20px;
  }
}


.contents:not(:first-child) {
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contents:not(:first-child) {
    margin-top: 80px;
  }
  .contents .contents_desc {
      margin-left: 40px;
  }
}

.contents_desc {
  margin-top: 25px;
}
@media print, screen and (min-width: 768px) {
  .contents_desc {
    margin-top: 0; }
}

@media print, screen and (min-width: 768px) {
  .contents--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .contents--reverse .contents_desc {
    margin-right: 40px;
    margin-left: 0;
  }
}

.contents--block .contents_img {
  margin-top: 20px;
}

.contents--block .contents_desc:not(:first-child) {
  margin-top: 25px;
}

@media print, screen and (min-width: 768px) {
  .contents--block {
    display: block;
  }
  .contents--block .contents_img {
    margin-top: 45px;
  }
  .contents--block .contents_desc {
    margin-left: 0;
  }
  .contents--block .contents_desc:not(:first-child) {
    margin-top: 45px; }
  }

@media print, screen and (min-width: 768px) {
  .contents_desc {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 380px;
    flex: 1 1 380px;
  }
}

@media print, screen and (min-width: 768px) {
  .contents_img {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 250px;
    flex: 1 1 250px; 
  }
}

@media print, screen and (min-width: 768px) {
  .right_margin {
    margin-right: -400px;
	margin-top: -20px;
  }
}

@media print, screen and (min-width: 768px) {
  .left_margin {
    margin-left: -120px;
	margin-top: -20px;
  }
}

@media print, screen and (min-width: 768px) {
  .width80 {
    width: 80%;
  }
}

.remarks {
	margin-top: 5px;
    font-size: 13px;
	line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  .remarks{
	margin-top: 5px;
    font-size: 13px;
	line-height: 1.4;
  }
}


.is-slideLeft {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-property: opacity transform;
  -o-transition-property: opacity transform;
  transition-property: opacity transform;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
}
.is-slideLeft.is-active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.is-slideRight {
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-property: opacity transform;
  -o-transition-property: opacity transform;
  transition-property: opacity transform;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}
.is-slideRight.is-active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.is-fadeIn {
  opacity: 0;
  -webkit-transform: translateY(15%);
  -ms-transform: translateY(15%);
  transform: translateY(15%);
  -webkit-transition-property: opacity transform;
  -o-transition-property: opacity transform;
  transition-property: opacity transform;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
}
.is-fadeIn.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}