@charset "UTF-8";

div, ul, li, ol, p, span, a, a:hover, table, tr, th, td, dl, dt, dd, nav, i, section, article, header, footer, input, textarea, h1, h2, h3, h4, h5, h6{ -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;}

.en{
  font-family: 'Poppins', sans-serif;
}

.container{
  position: relative;
  overflow: hidden;
	font-family:  'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 500px){
	.container{
	  background-size: 700px auto;
	}
}

.w{
	width:100%;
	max-width:1400px;
	padding:0 50px;
	margin:0 auto;
}
@media screen and (max-width: 860px){
	.w{
		padding:0 25px;
	}
}
@media screen and (max-width: 680px){
	.w{
		padding:0 15px;
	}
}

/*----------------------------kv--------------------------------*/
#kv{
  position: relative;
  width:100%;
  height:818px;
  overflow: hidden;
}
#kv .loop_bg {
    position: absolute;
    width: 6000px;
    height: 2226px;
    top: 0;
    left: 0;
    background: url(/ev-check/images/kv_bg.jpg) repeat-x left center / 50% 100%;
    background-size: 6000px 2226px;
    -webkit-animation: loop_animation 120s linear infinite;
    animation: loop_animation 120s linear infinite;
    z-index:0;
    pointer-events: none;
}
@-webkit-keyframes loop_animation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    100% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@keyframes loop_animation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    100% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

#kv .tcover{
  position: absolute;
  width:100%;
  top:4vw;
  left:0;
  height: 0;
  padding: 0 0 30%;
  z-index:1;
  pointer-events: none;
}
#kv .tcover span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
#kv .tcover span img {
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;';
    width: 100%;
    height: 100%;
    max-width: none;
}
#kv .twrap{
  position: absolute;
  width:100%;
  top:6vw;
  left:0;
  padding:0 50px;
  z-index:4;
}
#kv .twrap .title{
  opacity: 0;
  pointer-events: none;
  margin-bottom: 3px;
  transform: scale(0.8);
  transition: opacity 0.2s ease-out;
  will-change: transform, opacity;
}
#kv .twrap .title img{
  display:block;
  width:100%;
  max-width:820px;
  margin:0 auto;
}
#kv .twrap .title.loaded{
  opacity: 1;
  animation: zoomInAndSettle2 0.6s ease-out forwards;
}
@keyframes zoomInAndSettle2 {
  0% {
    transform: scale(0.8);
  }
  60% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
#kv .twrap h1{
  opacity: 0;
  text-align: center;
  color:#fff;
  font-size: 24px;
  letter-spacing: 0.1rem;
  margin-bottom: 40px;
  transition: 0.3s ease-in-out;
  text-shadow: 0 0 5px #080952, 0 0 5px #080952, 0 0 5px #080952, 0 0 5px #080952, 0 0 5px #080952, 0 0 5px #080952, 0 0 5px #080952, 0 0 5px #080952, 0 0 5px #080952, 0 0 5px #080952;
}
#kv .twrap h1.loaded{
  opacity: 1;
}
#kv .kv_btn{
  opacity: 0;
  position: relative;
  width:100%;
  max-width:430px;
  margin: 0 auto;
  transition: 0.3s ease-in-out;
}
#kv .kv_btn.loaded{
  opacity: 1;
}
#kv .kv_btn a{
  display:block;
  padding:4px;
  border: 1px solid #bc9e4a;
}
#kv .kv_btn a span{
  display:block;
  background: url(/ev-check/images/btn_bg.gif) 0 0 repeat;
  padding:30px 5px;
  text-align: center;
  color:#03045f;
  font-size: 22px;
  font-weight: bold;
  transition: 0.3s ease-in-out;
  letter-spacing: 0.1rem;
}
#kv .kv_btn a:hover span{
  background: url(/ev-check/images/btn_bg_on.gif) 0 0 repeat;
}
#kv .kv_btn::after{
  position: absolute;
  content:"";
  width:50px;
  height:50px;
  bottom:-50px;
  left:calc(50% - 25px);
  border-right: 1px solid #bc9e4a;
  border-bottom: 1px solid #bc9e4a;
  transform: rotate(45deg);
  transition: 0.3s ease-in-out;
}
#kv .kv_btn:hover::after{
  bottom:-60px;
}

#kv .cars{
  position: absolute;
  top:0;
  left:50%;
  margin-left: -750px;
  width:1500px;
  height:100%;
  z-index:2;
  pointer-events: none;
}

#kv .cars .c1{
  opacity: 0;
  position: absolute;
  bottom:3.2vw;
  right:-1vw;
  width: clamp(690px, 60.46vw, 726px);
  transition: 0.6s ease-in-out;
  transform: translateX(-200px) translateY(-50px) scale(.5);
}
#kv .cars .c1.loaded{
  opacity: 1;
  transform: translate(0px, 0px) scale(1);
}
#kv .cars .c2{
  opacity: 0;
  position: absolute;
  bottom:18.2vw;
  left:-3vw;
  width: clamp(390px, 60.46vw, 420px);
  transition: 0.6s ease-in-out;
  transform: translateX(200px) translateY(-50px) scale(.3);
}
#kv .cars .c2.loaded{
  opacity: 1;
  transform: translate(0px, 0px) scale(1);
}
#kv .cars .c3{
  opacity: 0;
  position: absolute;
  bottom:5.6vw;
  left:5vw;
  width: clamp(490px, 60.46vw, 540px);
  transition: 0.6s ease-in-out;
  transform: translateX(50px) translateY(-20px) scale(.3);
}
#kv .cars .c3.loaded{
  opacity: 1;
  transform: translate(0px, 0px) scale(1);
}
#kv .cars .c4{
  opacity: 0;
  position: absolute;
  top:2.6vw;
  left:1vw;
  width: clamp(280px, 60.46vw, 330px);
  transition: 0.4s ease-in-out;
  transform: translateX(100px) translateY(40px) scale(.5);
}
#kv .cars .c4.loaded{
  opacity: 1;
  transform: translate(0px, 0px) scale(1);
}
#kv .cars .c5{
  opacity: 0;
  position: absolute;
  top:5vw;
  right:1vw;
  width: clamp(350px, 60.46vw, 400px);
  transition: 0.4s ease-in-out;
  transform: translateX(-120px) translateY(0px) scale(.5);
}
#kv .cars .c5.loaded{
  opacity: 1;
  transform: translate(0px, 0px) scale(1);
}

@media screen and (max-width: 1500px){
	#kv .cars{
    margin-left: -700px;
    width:1400px;
  }
}
@media screen and (max-width: 1280px){
	#kv .cars{
    margin-left: -550px;
    width:1100px;
  }
  #kv .cars .c1{
    bottom:120px;
    right:-100px;
    width: 600px;
  }
  #kv .cars .c2{
    bottom:260px;
    left:-90px;
    width: 340px;
  }
  #kv .cars .c3{
    bottom:140px;
    left:30px;
    width: 400px;
  }
  #kv .cars .c4{
    top:40px;
    left:-100px;
    width: 280px;
  }
  #kv .cars .c5{
    top:50px;
    right:-80px;
    width: 320px;
  }
}
@media screen and (max-width: 860px){
  #kv{
    height:718px;
  }
  #kv .twrap .title img{
    max-width:680px;
  }
  #kv .twrap h1{
    font-size: 20px;
  }
  #kv .cars{
    margin-left: -430px;
    width:860px;
  }
  #kv .cars .c1{
    bottom:120px;
    right:-30px;
    width: 400px;
  }
  #kv .cars .c2{
    bottom:260px;
    left:-20px;
    width: 240px;
  }
  #kv .cars .c3{
    bottom:140px;
    left:30px;
    width: 300px;
  }
  #kv .cars .c4{
    top:20px;
    left:-10px;
    width: 180px;
  }
  #kv .cars .c5{
    top:30px;
    right:-10px;
    width: 220px;
  }
}
@media screen and (max-width: 500px){
  #kv{
    height:608px;
  }
  #kv .tcover{
    top:10vw;
  }
  #kv .twrap{
    top:15vw;
    padding:0 15px;
  }
  #kv .twrap h1{
    font-size: 18px;
    margin-bottom: 20px;
  }
  #kv .twrap h1 span{
    display:block;
  }
  #kv .kv_btn a span{
    padding:20px 5px;
  }
  #kv .kv_btn::after{
    width:40px;
    height:40px;
    bottom:-40px;
    left:calc(50% - 20px);
  }
  #kv .kv_btn:hover::after{
    bottom:-50px;
  }
  #kv .cars{
    margin-left: -250px;
    width:500px;
  }
  #kv .cars .c1{
    bottom:80px;
    right:-20px;
    width: 260px;
  }
  #kv .cars .c2{
    bottom:160px;
    left:-20px;
    width: 180px;
  }
  #kv .cars .c3{
    bottom:80px;
    left:30px;
    width: 210px;
  }
  #kv .cars .c4{
    top:20px;
    left:-10px;
    width: 180px;
  }
  #kv .cars .c5{
    top:30px;
    right:-10px;
    width: 220px;
  }
}
@media screen and (max-width: 430px){
  #kv{
    height:508px;
  }
  #kv .cars{
    margin-left: -215px;
    width:430px;
  }
  #kv .cars .c1{
    bottom:70px;
    right:-10px;
    width: 200px;
  }
  #kv .cars .c2{
    bottom:140px;
    left:-20px;
    width: 120px;
  }
  #kv .cars .c3{
    bottom:70px;
    left:20px;
    width: 160px;
  }
  #kv .cars .c4{
    top:20px;
    left:-10px;
    width: 120px;
  }
  #kv .cars .c5{
    top:20px;
    right:-10px;
    width: 140px;
  }
}
@media screen and (max-width: 320px){
  #kv .twrap h1{
    font-size: 16px;
  }
}
/*----------------------------s1--------------------------------*/
#s1{
  width:100%;
  background: url(/ev-check/images/s1_bg.jpg) repeat;
  background-size: 750px 742px;
  padding:0 50px 30px;
}
#s1 .wraps{
  position: relative;
  top:-100px;
  z-index:4;
}
#s1 .bn{
  width:100%;
  max-width:1230px;
  margin:0 auto 80px;
}
#s1 .bn a{
  display: block;
}
#s1 .bn a img.pc{
  display:block;
  width:100%;
  max-width:1600px;
  margin:0 auto;
}
#s1 .bn a img.sp{
  display:none;
  width:100%;
  max-width:860px;
  margin:0 auto;
}
#s1 .cols{
  width:100%;
  max-width:1130px;
  padding:70px 50px;
  background: #fff;
  border-radius: 8px;
  margin:0 auto 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#s1 .p1{
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.1rem;
}

/* プログレスバー */
.progress-container {
  width:100%;
  max-width:700px;
  margin: 0 auto 50px;
}

.progress-bar {
  width: 100%;
  height: 8px;
  background-color: #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}

.progress-fill {
  height: 100%;
  background-color: #052b6a;
  border-radius: 4px;
  transition: width 0.3s ease;
  width: 33.33%;
}

.progress-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.step {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e0e0e0;
  color: #000;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition: all 0.3s ease;
}

.step.active {
  background-color: #052b6a;
  color: #fff;
}

.step.completed {
  background-color: #052b6a;
  color: #fff;
}

/* ステップセクション */
.step-section {
  display: none;
  animation: fadeInUp 0.6s ease-out;
}

.step-section.active {
  display: block;
}

.question-section h2{
  position: relative;
  width:100%;
  background: url(/ev-check/images/bg.jpg) repeat;
  background-size: 750px 742px;
  padding:25px 20px 25px 50px;
  border:1px solid #010161;
  font-size: 22px;
  color:#fff;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  margin-bottom: 30px;
  border-radius: 8px 8px 0 0;
}
.question-section h2::before{
  position: absolute;
  content:"";
  top:50%;
  transform: translateY(-50%);
  left:0px;
  width:40px;
  height:46px;
  background: url(/ev-check/images/q.png) no-repeat;
  background-size: cover;
}
.question-section h2 span{
  font-weight: 400;
  margin-right: 15px;
}
.question-section .question-description{
  font-size: 16px;
  margin-bottom: 30px;
  letter-spacing: 0.1rem;
}
.question-section .sub-question{
  width:100%;
  border-radius: 8px 8px 0 0;
  border: 7px solid #e6e2d8;
  margin-bottom: 40px;
}
.question-section .sub-question h3{
  padding:20px 20px 20px 40px;
  font-size: 20px;
  color:#000;
  background: #e6e2d8;
  letter-spacing: 0.1rem;
}
.question-section .sub-question h3 span{
  font-weight: 500;
  margin-right: 15px;
}
.question-section .sub-question .options{
  padding:30px 40px 0;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

/* ラジオボタンスタイル */
.option {
  position: relative;
  display: block;
  padding: 0;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
  border: 1px solid #c2beb3;
  overflow: hidden;
}

.option input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.option-label {
  display: block;
  padding: 22px 30px;
  text-align: left;
  background-color: #fff;
  transition: all 0.2s;
}

.option input[type="radio"]:checked + .option-label {
  background-color: #3bbfff;
  color: #fff;
}

.option.disabled .option-label {
  background-color: #e0e0e0;
  color: #acacac;
  border-color: #c3c3c3;
  cursor: not-allowed;
}

.option:hover:not(.disabled) {
  border-color: #3bbfff;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(26, 115, 232, 0.15);
}

/* 選択状況表示 */
.selection-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px 30px;
  font-size: 0.9rem;
}

.selection-note {
  color: #666;
  font-size: 14px;
}

.selection-count {
  color: #909090;
  font-weight: 500;
  background-color: #ffffff;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #c2beb3;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.1rem;
}

.selection-count.complete {
  background-color: #ebf7fc;
  border-color: #3bbfff;
  color: #3bbfff;
}

/* ナビゲーションボタン */
.step-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.step-navigation .button:only-child {
  margin-left: auto;
}

#s1 button {
  background-color: #3bbfff;
  color: #fff;
  border: none;
  padding: 15px 50px;
  font-size: 18px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 600;
}

#s1 button:hover:not(:disabled) {
  background-color: #269cd5;
  transform: translateY(-1px);
}
#s1 button.gold {
  background-color: #bd9f4b;
  color: #fff;
}
#s1 button.gold:hover{
  background-color: #a28840;
}
#s1 button:disabled,
#s1 button.gold:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  transform: none;
}

#s1 .button.secondary {
  background-color: #fff;
  color: #3bbfff;
  border: 1px solid #3bbfff;
}

#s1 .button.secondary:hover:not(:disabled) {
  background-color: #ebf7fc;
}

@media screen and (max-width: 860px){
  #s1{
    padding:0 25px 30px;
  }
}
@media screen and (max-width: 760px){
  #s1{
    padding:0 25px 0px;
  }
  #s1 .cols{
    padding:50px 25px;
  }
  #s1 .p1{
    font-size: 16px;
    text-align: left;
    margin-bottom: 40px;
  }
  .progress-container {
    margin: 0 auto 40px;
  }
  .question-section h2{
    padding:20px 15px 20px 40px;
    font-size: 20px;
    margin-bottom: 25px;
  }
  .question-section h2::before{
    width:32px;
    height:37px;
  }
  .question-section .question-description{
    font-size: 16px;
    margin-bottom: 25px;
  }
  .question-section .sub-question{
    margin-bottom: 30px;
  }
  .question-section .sub-question h3{
    padding:15px 20px 15px 20px;
    font-size: 18px;
  }
  .question-section .sub-question .options{
    padding:20px 20px 0;
  }
  .option {
    font-size: 18px;
  }
  .selection-status {
    padding: 15px 20px 20px;
  }
}
@media screen and (max-width: 500px){
  #s1{
    padding:0 7px 0px;
  }
  #s1 .wraps{
    top:-60px;
  }
}
@media screen and (max-width: 430px){
  #s1 .cols{
    padding:30px 15px;
  }
  #s1 .p1{
    font-size: 14px;
    margin-bottom: 30px;
  }
  .question-section h2{
    padding:15px 10px 15px 25px;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .question-section h2::before{
    width:20px;
    height:23px;
  }
  .question-section .question-description{
    font-size: 14px;
    margin-bottom: 20px;
  }
  .question-section .sub-question h3{
    padding:10px 10px 10px 15px;
    font-size: 16px;
  }
  .question-section .sub-question .options{
    padding:20px 10px 0;
  }
  .option {
    font-size: 14px;
  }
  .option-label {
    padding: 15px 15px;
  }
  .selection-status {
    padding: 15px 10px 15px;
  }
  .selection-note {
    font-size: 12px;
  }
  #s1 button {
    padding: 15px 40px;
    font-size: 16px;
  }
}
@media screen and (max-width: 320px){
}

/*----------------------------s2--------------------------------*/
#s2{
  width:100%;
  background: url(/ev-check/images/s2_bg.jpg) repeat;
  background-size: 750px 742px;
  padding:100px 50px;
}
#s2 .wrap{
  width:100%;
  max-width:1400px;
  margin:0 auto;
}
#s2 .hl{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
#s2 .hl h2{
  color:#fff;
  font-size: 40px;
  letter-spacing: 0.1rem;
}
#s2 .hl .alllink a{
  font-size: 20px;
  font-weight: 600;
  color:#fff;
  position: relative;
  padding-right: 50px;
  letter-spacing: 0.1rem;
  transition: 0.3s ease-in-out;
}
#s2 .hl .alllink a::after,
#s2 .hl .alllink a::before{
  position: absolute;
  content:"";
}
#s2 .hl .alllink a::after{
  top:50%;
  right:10px;
  transform: translateY(-50%);
  width:33px;
  height:33px;
  border-radius: 50px;
  background: #092e97;
  transition: 0.3s ease-in-out;
  z-index:1;
}
#s2 .hl .alllink a::before{
  top:calc(50% - 4px);
  right:24px;
  width:7px;
  height:7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: 0.3s ease-in-out;
  z-index:2;
}
#s2 .hl .alllink a:hover{
  color:#08267a;
}
#s2 .hl .alllink a:hover::after{
  right:0px;
  background: #08267a;
}
#s2 .hl .alllink a:hover::before{
  right:14px;
}
#s2 .cars{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-bottom: 40px;
}
#s2 .cars article{
  background: #fff;
  border-radius: 8px;
  padding:30px 20px;
}
#s2 .cars article .img{
  margin-bottom: 20px;
}
#s2 .cars article .img img{
  display:block;
  width:100%;
  max-width:860px;
  margin:0 auto;
}
#s2 .cars article h3{
  font-size: 20px;
  margin-bottom: 15px;
}
#s2 .cars article dl{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e0e0e0;
  padding: 15px 0;
}
#s2 .cars article dl dt{
  font-size: 14px;
  font-weight: normal;
  padding-right: 15px;
}
#s2 .cars article dl dd{
  text-align: right;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
}
#s2 .cars article ul{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
}
#s2 .cars article ul li{
  width:50%;
  padding:15px 5px;
  text-align: center;
}
#s2 .cars article ul li:first-of-type{
  border-right: 1px solid #e0e0e0;
}
#s2 .cars article ul li span:first-of-type{
  width:100%;
  font-size:12px;
  display:block;
}
#s2 .cars article ul li span:nth-of-type(2){
  width:100%;
  font-size:20px;
  font-family: 'Poppins', sans-serif;
}
#s2 .cars article ul li span:nth-of-type(2) i{
  font-size:14px;
}
#s2 .cars article .btnarea{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
#s2 .cars article .btnarea .btns1{
  width:100%;
  margin-bottom: 15px;
}
#s2 .cars article .btnarea .btns2{
  width:49%;
}
#s2 .cars article .btnarea .btns1 a,
#s2 .cars article .btnarea .btns2 a{
  display:block;
  border-radius: 5px;
  padding:18px 5px;
  text-align: center;
  color:#fff;
  font-size: 16px;
  font-weight: bold;
}
#s2 .cars article .btnarea .btns1 a{
  background: #092e97;
  transition: 0.3s ease-in-out;
}
#s2 .cars article .btnarea .btns1 a:hover{
  background: #08267a;
}
#s2 .cars article .btnarea .btns2 a{
  background: #056eb8;
  transition: 0.3s ease-in-out;
}
#s2 .cars article .btnarea .btns2 a:hover{
  background: #0562a3;
}
#s2 .cap{
  color:#fff;
  line-height: 1.8;
}
@media screen and (max-width: 860px){
  #s2 .cars{
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-bottom: 40px;
  }
  #s2 .cars article .img img{
    max-width:560px;
  }
}
@media screen and (max-width: 760px){
  #s2{
    padding:70px 25px;
  }
  #s2 .hl{
    margin-bottom: 50px;
  }
  #s2 .hl h2{
    width:100%;
    font-size: 30px;
    margin-bottom: 15px;
  }
  #s2 .hl .alllink{
    width:100%;
    text-align: right;
  }
}
@media screen and (max-width: 430px){
  #s2{
    padding:50px 15px;
  }
  #s2 .hl{
    margin-bottom: 40px;
  }
  #s2 .hl h2{
    font-size: 26px;
    margin-bottom: 15px;
  }
  #s2 .hl .alllink a{
    font-size: 16px;
  }
}

/*----------------------------s3--------------------------------*/
#s3{
  width:100%;
  background: #fff;
  padding:100px 50px;
}
#s3 .wrap{
  width:100%;
  max-width:1400px;
  margin:0 auto;
}
#s3 .img1 img,
#s3 .img2 img{
  display:block;
  width:100%;
  max-width:1600px;
  margin:0 auto;
}
#s3 .img1 {
  margin-bottom: 50px;
}
#s3 .img2 {
  margin-bottom: 80px;
}
#s3 .cbtn a{
  display:block;
  width:100%;
  max-width:480px;
  border-radius: 5px;
  padding:28px 5px;
  text-align: center;
  color:#fff;
  background: #092e97;
  transition: 0.3s ease-in-out;
  font-size: 18px;
  font-weight: bold;
  margin:0 auto;
}
#s3 .cbtn a:hover{
  background: #08267a;
}
/*------------------------------------------------------------*/
