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

.ew img{
  max-width: 100%;
  height: auto;
}

.ew{
  background: #FFF;
  letter-spacing: .05em;
  color: #252525 !important;
}

.ew a{
  transition: .3s;
}

.ew a:hover{
  opacity: .7;
  transition: .3s;
  text-decoration: none;
}

.ew_inner{
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

header{
  background: #FFF;
}

header .ew_inner{
  height: 83px;
}

header h1{
  width: 90px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

header p{
  height: 35px;
  font-size: 16px;
  line-height: 35px;
  color: #6980aa;
  padding: 0 15px;
  border: 2px solid #6980aa;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media screen and (min-width: 801px) {
  .mv{
    height: 635px;
    background: url("/jp/-/media/ivd/ew-fa90/mv_bk.jpg") center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
  }
  
  .mv::after{
    content: "";
    width: 100vw;
    height: 210px;
    background: #5585dd;
    position: absolute;
    top: 328px;
    left: 50%;
    transform: translateX(-475px);
  }

  .mv h1{
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-640px);
    z-index: 1;
  }

  .mv h1 img{
    max-width: inherit;
    width: auto;
    height: 100%;
  }
  
}

.mv ul{
  width: 970px;
  margin: 600px auto 0;
  display: flex;
  justify-content: space-between;
}

.mv ul li{
  width: 188px;
  height: 85px;
  background: #FFF;
  border-radius: 10px;
}

.mv ul li a{
  width: 100%;
  height: 100%;
  font-size: 17px;
  line-height: 1.3;
  text-align: center;
  color: #0b4dc5;
  display: block;
  position: relative;
  border: 2px solid #0b4dc5;
  border-radius: 10px;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 1;
  transition:0.3s;
}

.mv ul li a::before{
  content: ">";
  font-size: 20px;
  line-height: 1;
  color: #92a6b8;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(90deg) scale(.6,1);
  z-index: 1;
}

.mv ul li a span{
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-60%);
}
.mv ul li a:hover{
	transition:0.3s;
	opacity:0.7;
}

.ew .title{
  font-size: 45px;
  line-height: 1;
  text-align: center;
  margin-bottom: 60px;
}

.ew .title span{
  font-family:"FrutigerRoma";
  font-size: 24px;
  color: #3c81ff;
  margin-top: 15px;
  display: block;
}

.coptb{
  padding: 135px 0 80px;
}

.intro{
  background: #e5f2ff;
}

.intro .ew_inner > p{
  max-width: 1100px;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
}

.intro .ew_inner > p span{
  color: #4c6ca7;
}

.intro .ew_inner > p + p{
  margin-top: 25px;
}

.contact .dg{
  width: 875px;
  text-align: center;
  margin: 40px auto 40px;
}

.intro .dg h3{
  font-size: 24px;
  line-height: 1;
  padding: 15px 0;
  margin: 20px 0 40px;
  background: #FFF;
  border-radius: 10px;
}

.contact .dg p{
  font-size: 18px;
  line-height: 1.5;
  color: #4c6ca7;
  margin-top: 40px;
}

.intro .wb{
  padding: 70px 100px 120px;
  background: #FFF;
  position: relative;
}

.intro .wb h3{
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 50px;
}

.intro .wb > div{
  width: 470px;
}

.intro .wb h4{
  font-family:"FrutigerBold",'UD Shin Go DemiBold',sans-serif;
  font-size: 30px;
  line-height: 1;
  padding: 5px 0 5px 20px;
  margin-bottom: 20px;
  border-left: 4px solid #5585dd;
}

.intro .wb h4 span{
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

.intro .wb p{
  font-size: 16px;
  line-height: 1.5;
}

.intro .wb img{
  position: absolute;
  bottom: -40px;
  right: -55px;
}

.fe{
  max-width: 1110px;
  margin: 0 auto;
}

.fe_list{
  margin-left: 120px;
}

.fe_list > li + li{
  margin-top: 65px;
}

.fe_list h3{
  font-size: 28px;
  line-height: 1;
  color: #4c6ca7;
  margin-bottom: 40px;
  position: relative;
}

.fe_list h3::before{
  content: "";
  width: 50vw;
  height: 2px;
  background: #4c6ca7;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(-150px,-50%)
}

.fe_list h3 span{
  width: 100px;
  height: 100px;
  font-size: 43px;
  line-height: 100px;
  color: #FFF;
  text-align: center;
  background: #3c81ff;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: -120px;
  transform: translateY(-50%)
}

.fe_list .c2{
  display: flex;
  justify-content: space-between;
}

.fe_list .c2 > div{
  width: 430px;
  position: relative;
}

.fe_list .c2 > div + div{
  width: 475px;
}

.fe_list > li:first-of-type .c2{
  justify-content: flex-start
}

.fe_list > li:first-of-type .c2 > div{
  width: 430px;
}

.fe_list > li:first-of-type .c2 > div + div{
  width: 430px;
  margin-left: 70px;
}

.fe_list > li:nth-of-type(2) .c2 > div + div{
  padding-top: 45px;
}

.fe_list > li:last-of-type .c2{
  flex-flow: row-reverse;
}

.fe_list > li:last-of-type .c2 > div{
  width: 475px;
  position: relative;
}

.fe_list > li:last-of-type .c2 > div + div{
  width: 430px;
}

.fe_list p{
  font-size: 16px;
  line-height: 1.5;
}

.fe_list .c2 img + p{
  margin-top: 15px;
}

.fe_list p + .c2{
  margin-top: 30px;
}

.fe_list .c2 .cp{
  width: 100%;
  color: #4c6ca7;
  position: absolute;
  bottom: 0;
  left: 100%;
  margin-left: 75px;
}

.fe_list .c2 .cp::after{
  content: "";
  border-top: 6px solid transparent;
  border-right: 7px solid #4c6ca7;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 4px;
  left: -13px;
}

.fe_list .c2 .cp p{
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 5px;
}

.fe_list .c2 .cp li{
  font-size: 14px;
  line-height: 1.4;
  padding-left: 5.5em;
}

.fe_list .c2 .cp li span{
  width: 5.5em;
  margin-left: -5.5em;
  display: inline-block;
}

.ho{
  background: #e5f2ff;
}

.ho h3{
  font-size: 24px;
  line-height: 1;
  color: #4c6ca7;
  text-align: center;
  margin-bottom: 45px;
}

.ho ol{
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}

.ho ol li{
  width: 275px;
  background: #FFF;
  border-radius: 10px;
  position: relative;
}

.ho ol li + li{
  margin-left: 56px;
}

.ho ol li:last-of-type{
  width: 598px;
  height: 290px;
  margin-top: 50px;
}

.ho ol li + li::before{
  content: "";
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left:  16px solid #2373ec;
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
}

.ho ol li:last-of-type::before{
  display: none;
}

.ho ol li:last-of-type::after{
  content: "";
  width: 121px;
  height: 86px;
  background: url("/jp/-/media/ivd/ew-fa90/awg.png") no-repeat;
  position: absolute;
  top: 50%;
  left: -150px;
  transform: translateY(-50%);
}

.ho h4{
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  color: #FFF;
  background: #69a1f4;
  padding-left: 60px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}

.ho h4 span{
  width: 60px;
  height: 60px;
  font-size: 28px;
  line-height: 60px;
  color: #FFF;
  text-align: center;
  background: #3c81ff;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%)
}

.ho ol li:last-of-type h4{
  height: 55px;
  font-size: 25px;
  line-height: 55px;
}

.ho h4 em{
  font-size: 130%;
  font-style: normal;
}

.ho li p{
  font-size: 16px;
  line-height: 1.5;
  padding: 20px;
  font-feature-settings: "palt";
}

.yt{
  margin-top: 80px;
  padding-top: 70px;
  text-align: center;
  border-top: 1px solid #c6d3e9;
}

.yt h3{
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

.yt h3::before,
.yt h3::after{
  content: "";
  width: 33px;
  height: 33px;
  background: url("/jp/-/media/ivd/ew-fa90/icon_aw.png") no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%)
}

.yt h3::after{
  left: auto;
  right: -40px;
}

.yt .ytf{
  width: 645px;
  margin: 0 auto;
}

.yt .ytf p{
  font-size: 14px;
  line-height: 1;
  text-align: right;
  margin-top: 10px;
}

.yt .ytf > div{
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.yt .ytf iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.pro{
  max-width: 900px;
  margin: 0 auto;
}

.pro dl{
  border-bottom: 1px solid #c6d3e9;
}

.pro dl > div{
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #c6d3e9;
}

.pro dt,
.pro dd{
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  padding: 15px;
  box-sizing: border-box;
  font-feature-settings: "palt";
}

.pro dd{
  padding-right: 0;
}

.pro dt{
  width: 255px;
  color: #FFF;
  background: #4c6ca7;
}

.pro dd li span{
  width: 4.7em;
  display: inline-block;
}

.faq{
  background: #e5f2ff;
}

.faq li{
  background: #FFF;
  padding: 0 30px;
  padding-bottom: 0;
  border-radius: 10px;
}

.faq li + li{
  margin-top: 10px;
}

.faq li h3{
  font-size: 18px;
  line-height: 1;
  padding: 30px 0 30px 40px;
  position: relative;
  cursor: pointer;
}

.faq li h3::before{
  content: "Q";
  font-family:"FrutigerBold",'UD Shin Go DemiBold',sans-serif;
  font-size: 24px;
  line-height: 1;
  color: #3c81ff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.faq li h3 span::before,
.faq li h3::after{
  content: "";
  width: 20px;
  height: 1px;
  background: #3c81ff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: .3s;
}

.faq li h3::after{
  transform: translateY(-50%) rotate(90deg);
}

.faq li h3.op::after{
  transform: translateY(-50%) rotate(0);
  transition: .3s;
}

.faq li p{
  font-size: 18px;
  line-height: 1.5;
  color: #003894;
  padding: 30px 0 30px 40px;
  border-top: 1px solid #c6d3e9;
  position: relative;
  display: none;
}

.faq li p::before{
  content: "A";
  font-family:"FrutigerBold",'UD Shin Go DemiBold',sans-serif;
  font-size: 26px;
  line-height: 1;
  color: #21af32;
  position: absolute;
  top: 28px;
  left: 0;
}

.faq li p .ind{
  display: inline-block;
  padding-left: 1em;
}

.faq .ew_inner > a{
  width: 285px;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  color: #252525;
  background: #FFF;
  border: 2px solid #5585dd;
  border-radius: 10px;
  display: inline-block;
  margin-top: 25px;
}

.faq .ew_inner > a span{
  padding-left: 30px;
  background: url("/jp/-/media/ivd/ew-fa90/icon_mail.png") no-repeat left center;
  background-size: 20px auto;
  display: inline-block;
}

.do .dw{
  width: 790px;
  margin: 0 auto;
  position: relative;
}

.do .dw img{
  width: 278px;
  box-shadow: 4px 4px 15px 5px rgba(0, 0, 0, 0.2);
}

.do .dw > div{
  position: absolute;
  top: 75px;
  left: 350px;
}

.do .dw > div h3{
  font-size: 28px;
  line-height: 1.3;
  color: #4c6ca7;
  margin-bottom: 35px;
}

.do .dw > div h3 span{
  font-size: 24px;
}

.do .dw > div > a{
  width: 350px;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  color: #FFF;
  background: #5585dd;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 20px;
}

.do .dw > div > a span{
  padding-left: 30px;
  background: url("/jp/-/media/ivd/ew-fa90/icon_dw.png") no-repeat left center;
  background-size: 20px auto;
  display: inline-block;
}

.do .dw > div p{
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
}

.do .ot{
  text-align: center;
  margin-top: 60px;
  padding-top: 50px;
  border-top: 1px solid #c6d3e9;
}

.do .ot a{
  width: 290px;
  font-size: 16px;
  line-height: 1.3;
  color: #252525;
  position: relative;
  border: 2px solid #4c6ca7;
  border-radius: 10px;
  padding: 10px 0;
  display: inline-block;
}

.do .ot a span{
  font-size: 13px;
  line-height: 1.3;
  display: block;
}

.do .ot a::after{
  content: ">";
  font-size: 20px;
  color: #4c6ca7;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) scale(.6,1);
}

.contact{
  background: #e5f2ff;
}

.contact .ew_inner{
  max-width: 875px;
}

.contact .ew_inner > div{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.contact .ew_inner > div > div{
  width: 420px;
}

.contact .ew_inner > div > div:nth-of-type(n+3){
  margin-top: 40px;
}

.contact a{
  display: block;
  text-align: center;
}

.contact .demo a,
.contact .est a{
  height: 85px;
  font-size: 20px;
  color: #252525;
  line-height: 85px;
  background: #FFF;
  border: 2px solid #2268e8;
  border-radius: 10px;
  position: relative;
}

.contact .demo a::before,
.contact .est a::before{
  content: "";
  width: 48px;
  height: 48px;
  background: url("/jp/-/media/ivd/ew-fa90/icon_demo.png") no-repeat;
  background-size: 100% auto !important;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%)
}

.contact .est a::before{
  background: url("/jp/-/media/ivd/ew-fa90/icon_est.png") no-repeat;
}

.contact .tel a,
.contact .mail a{
  height: 120px;
  font-size: 20px;
  color: #FFF;
  line-height: 120px;
  background: #5585dd;
  border-radius: 10px;
  position: relative;
}

.contact .tel a::before,
.contact .mail a::before{
  content: "";
  width: 48px;
  height: 48px;
  background: url("/jp/-/media/ivd/ew-fa90/icon_tel.png") no-repeat;
  background-size: 100% auto !important;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%)
}

.contact .mail a::before{
  background: url("/jp/-/media/ivd/ew-fa90/icon_mail2.png") no-repeat;
}

.contact .tel a div{
  width: 290px;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 105px;
  transform: translateY(-50%);
}

.contact .tel a h3{
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #FFF;
}

.contact .tel a p{
  font-size: 20px;
  line-height: 1;
}

.contact .tel a p span{
  font-size: 14px;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
}

.contact .tel > p{
  font-size: 14px;
  line-height: 1.3;
  margin-top: 10px;
}

.sns{
  padding: 30px 0 15px;
  text-align: right;
}

.sns a + a{
  margin-left: 10px;
}

.float_nav{
  width: 100%;
  height: 70px;
  background: #FFF;
  position: fixed;
  top: -71px;
  left: 0;
  z-index: 10;
}

.float_nav .ew_inner{
  display: flex;
  justify-content: flex-start;
}

.float_nav img{
  width: 70px;
  padding-top: 15px;
  display: block;
}

.float_nav ul{
  display: flex;
  justify-content: flex-start;
  margin-left: 100px;
}

.float_nav ul a{
  font-size: 15px;
  line-height: 70px;
  color: #174395;
  display: block;
  padding: 0 50px;
  white-space: nowrap;
}

.float_nav ul a:focus{
  text-decoration: none;
}

.float_nav ul a br{
  display: none !important;
}

.side{
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
}

.side a{
  width: 100px;
  height: 100px;
  background: #21af32;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  display: block;
  position: relative;
}

.side a + a{
  background: #00a6b0;
  margin-top: 15px;
}

.side a img{
  width: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}

.bottom{
  width: 100%;
  padding: 25px 0 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: rgba(255,255,255,.8);
}

.bottom div + div{
  margin-left: 35px;
}

.bottom .tel a,
.bottom .mail a{
  width: 420px;
  height: 65px;
  font-size: 18px;
  color: #FFF;
  line-height: 65px;
  background: #5585dd;
  border-radius: 10px;
  display: inline-block;
  position: relative;
}

.bottom .tel a::before,
.bottom .mail a::before{
  content: "";
  width: 40px;
  height: 40px;
  background: url("/jp/-/media/ivd/ew-fa90/icon_tel.png") no-repeat;
  background-size: 100% auto !important;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%)
}

.bottom .mail a::before{
  background: url("/jp/-/media/ivd/ew-fa90/icon_mail2.png") no-repeat;
}

.totop-footer{
  z-index: 999;
}

footer .copyright{
  padding-bottom: 120px;
}

.sp{
  display: none;
}

.pc{
  display: block;
}

@media screen and (max-width: 800px) {
  
  .sp{
    display: block;
  }

  .pc{
    display: none;
  }
  
  .ew{
    overflow: hidden;
  }
  
  .ew a:hover{
    opacity: 1;
  }

  .ew_inner{
    padding: 0 5vw;
    box-sizing: border-box;
  }

  header .ew_inner{
    height: 14vw;
  }

  header h1{
    width: 15vw;
    left: 5vw;
  }

  header p{
    height: 7vw;
    font-size: 3.3vw;
    line-height: 7vw;
    padding: 0 4vw;
    border-radius: 1.5vw;
    right: 5vw;
    border: 1px solid #6980aa;
  }

  .mv ul{
    width: 100%;
    margin: 0 auto 10vw;
    padding: 0 5vw;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
  }

  .mv ul li{
    width: 31%;
    height: 13vw;
    background: #FFF;
    border-radius: 10px;
    box-sizing: border-box;
  }
  
  .mv ul li + li{
    margin-left: 2%;
  }
  
  .mv ul li:nth-of-type(n+4){
    margin-top: 2vw;
  }

  .mv ul li a{
    font-size: 3.5vw;
    line-height: 1.3;
    border-radius: 2vw;
    border: 1px solid #0b4dc5;
  }

  .mv ul li a::before{
    display: none;
  }

  .mv ul li a span{
    transform: translateY(-50%);
  }

  .mv ul li a:hover{
    opacity:1
  }

  .ew .title{
    font-size: 6vw;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 10vw;
  }

  .ew .title span{
    font-size: 4vw;
    margin-top: 1vw;
    display: block;
  }

  .coptb{
    padding: 20vw 0 15vw;
  }

  .intro .ew_inner > p{
    font-size: 3.8vw;
    line-height: 1.5;
  }

  .intro .ew_inner > p + p{
    margin-top: 5vw;
  }

  .contact .dg{
    width: 100%;
    text-align: center;
    margin: 10vw auto 15vw;
  }

  .intro .dg h3{
    font-size: 4vw;
    line-height: 1.5;
    padding: 2vw 0;
    margin: 3vw 0 10vw;
    background: #FFF;
    border-radius: 1.5vw;
  }

  .contact .dg p{
    font-size: 3.8vw;
    line-height: 1.5;
    text-align: left;
    margin-top: 8vw;
  }

  .intro .wb{
    padding: 6vw 8vw 0;
    background: #FFF;
    position: relative;
  }

  .intro .wb h3{
    font-size: 4.5vw;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 5vw;
  }

  .intro .wb > div{
    width: 100%;
  }

  .intro .wb h4{
    font-size: 4.5vw;
    line-height: 1;
    padding: .5vw 0 .5vw 3vw;
    margin-bottom: 5vw;
    border-left: 4px solid #5585dd;
  }

  .intro .wb h4 span{
    font-size: 3.3vw;
    display: block;
    margin-top: 1vw;
  }

  .intro .wb p{
    font-size: 3.5vw;
    line-height: 1.5;
    letter-spacing: normal;
    padding-bottom: 45vw;
  }

  .intro .wb img{
    width: 100%;
    position: absolute;
    bottom: -5vw;
    right: -5vw;
  }

  .fe{
    padding-top: 25vw !important;
  }

  .fe_list{
    margin-left: 0;
    padding: 0 5vw;
  }

  .fe_list > li + li{
    margin-top: 10vw;
  }

  .fe_list h3{
    font-size: 5vw;
    line-height: 1.3;
    padding-left: 10vw;
    margin-bottom: 5vw;
    margin-left: 8vw;
    position: relative;
  }

  .fe_list h3::before{
    width: 50vw;
    height: 1px;
    background: #4c6ca7;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translate(0,-50%)
  }

  .fe_list h3 span{
    width: 13vw;
    height: 13vw;
    font-size: 5vw;
    line-height: 13vw;
    left: -7vw;
  }

  .fe_list .c2{
    display: block;
  }

  .fe_list .c2 > div{
    width: 100%;
  }

  .fe_list .c2 > div + div{
    width: 100%;
    margin-top: 8vw
  }

  .fe_list > li:first-of-type .c2{
    padding: 0 13vw;
  }
  
  .fe_list > li:first-of-type .c2 p{
    font-size: 3.5vw;
  }

  .fe_list > li:first-of-type .c2 > div{
    width: 100%;
  }

  .fe_list > li:first-of-type .c2 > div + div{
    width: 100%;
    margin-left: 0;
  }

  .fe_list > li:nth-of-type(2) .c2 > div + div{
    padding-top: 0;
  }
  
  .fe_list > li:last-of-type .c2 > div{
    width: 100%;
  }

  .fe_list > li:last-of-type .c2 > div + div{
    width: 100%;
  }
  
  .fe_list p{
    font-size: 3.8vw;
    line-height: 1.4;
  }

  .fe_list .c2 img + p{
    margin-top: 2vw;
  }

  .fe_list p + .c2{
    margin-top: 10vw;
  }

  .fe_list .c2 .cp{
    width: 100%;
    color: #4c6ca7;
    position: static;
    bottom: auto;
    left: auto;
    margin-left: 0;
    padding: 5vw 3vw;
  }

  .fe_list .c2 .cp::after{
    display: none;
  }

  .fe_list .c2 .cp p{
    font-size: 3.8vw;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  
  .fe_list .c2 .cp p::before{
    content: "▲ ";
    font-size: 70%;
    vertical-align: middle;
  }

  .fe_list .c2 .cp li{
    font-size: 3.5vw;
    line-height: 1.4;
    padding-left: 5.5em;
  }

  .ho h3{
    font-size: 4.5vw;
    line-height: 1.3;
    color: #4c6ca7;
    text-align: center;
    margin-bottom: 8vw;
  }

  .ho ol{
    display: block;
  }

  .ho ol li{
    width: 100%;
    background: #FFF;
    border-radius: 1.5vw;
  }

  .ho ol li + li{
    margin-left: 0;
    margin-top: 6vw
  }

  .ho ol li:last-of-type{
    width: 100%;
    height: auto;
    margin-top: 20vw;
  }

  .ho ol li + li::before{
    content: "";
    border-top: 3vw solid #2373ec;
    border-bottom: none;
    border-right: 3vw solid transparent;
    border-left: 3vw solid transparent;  
    position: absolute;
    top: -6vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .ho ol li:last-of-type::before{
    display: none;
  }

  .ho ol li:last-of-type::after{
    width: 30vw;
    height: 20vw;
    background: url("/jp/-/media/ivd/ew-fa90/awg_t.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -20vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .ho h4{
    height: 8vw;
    font-size: 4vw;
    line-height: 8vw;
    padding-left: 10vw;
    border-top-left-radius: 1.5vw;
    border-top-right-radius: 1.5vw;
  }

  .ho h4 span{
    width: 11vw;
    height: 11vw;
    font-size: 4vw;
    line-height: 11vw;
    left: -3vw;
  }

  .ho ol li:last-of-type h4{
    height: 8vw;
    font-size: 4.3vw;
    line-height: 8vw;
  }
  
  .ho li img{
    width: 45%;
    margin: 3vw;
  }
  
  .ho ol li:last-of-type img{
    width: 100%;
    margin: 0;
    margin-bottom: 5vw;
  }

  .ho li p{
    width: 45%;
    font-size: 3.5vw;
    line-height: 1.5;
    padding: 0;
    position: absolute;
    top: 11vw;
    left: 52%;
  }

  .yt{
    margin-top: 10vw;
    padding-top: 0;
    border-top: none;
  }

  .yt h3{
    display: inline-block;
    position: relative;
    margin-bottom: 4vw;
  }

  .yt h3::before,
  .yt h3::after{
    width: 5vw;
    height: 5vw;
    left: -6vw;
  }

  .yt h3::after{
    left: auto;
    right: -6vw;
  }
  
  .yt .ytf{
    width: 100%;
  }
  
  .yt .ytf p{
    font-size: 3vw;
    margin-top: 2vw;
  }

  .pro{
    padding: 20vw 4vw;
  }

  .pro dt,
  .pro dd{
    font-size: 3.5vw;
    line-height: 1.5;
    padding: 3vw;
  }

  .pro dd{
    width: 70vw;
    padding-right: 0;
  }

  .pro dt{
    width: 30vw;
    color: #FFF;
    background: #4c6ca7;
  }
  .pro dd li span{
    width: auto;
  }
  .pro dd li + li{
    margin-top: 3vw;
  }

  .faq{
    background: #e5f2ff;
  }

  .faq li{
    padding: 0 4vw;
    border-radius: 1.5vw;
  }

  .faq li + li{
    margin-top: 2vw;
  }

  .faq li h3{
    font-size: 3.8vw;
    line-height: 1.4;
    padding: 5vw 10vw 4vw 6vw;
    position: relative;
    cursor: pointer;
  }

  .faq li h3::before{
    font-size: 4.5vw;
    line-height: 1;
    top: 5vw;
    left: 0;
    transform: translateY(0);
  }

  .faq li h3 span::before,
  .faq li h3::after{
    width: 4vw;
    right: 0;
  }

  .faq li p{
    font-size: 3.8vw;
    line-height: 1.4;
    color: #003894;
    padding: 5vw 0 4vw 6vw;
  }

  .faq li p::before{
    font-size: 4.5vw;
    line-height: 1;
    top: 5vw;
    left: 0;
  }

  .faq .ew_inner > a{
    width: 63vw;
    height: 13vw;
    font-size: 4vw;
    line-height: 13vw;
    border: 1px solid #5585dd;
    border-radius: 1.5vw;
    margin-top: 5vw;
  }

  .faq .ew_inner > a span{
    padding-left: 6vw;
    background: url("/jp/-/media/ivd/ew-fa90/icon_mail.png") no-repeat left center;
    background-size: 5vw auto;
    display: inline-block;
  }

  .do .dw{
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .do .dw img{
    width: 65%;
    box-shadow: 1vw 1vw 3vw 1vw rgba(0, 0, 0, 0.2);
  }

  .do .dw > div{
    position: static;
    top: auto;
    left: auto;
    margin-top: 10vw
  }

  .do .dw > div h3{
    font-size: 4.5vw;
    line-height: 1.3;
    margin-bottom: 3vw;
  }
  
  .do .dw > div h3 span{
    font-size: 3.8vw;
  }

  .do .dw > div > a{
    width: 90%;
    height: 15vw;
    font-size: 4vw;
    line-height: 15vw;
    border-radius: 1.5vw;
    display: inline-block;
    margin-bottom: 3vw;
  }

  .do .dw > div > a span{
    padding-left: 8vw;
    background: url("/jp/-/media/ivd/ew-fa90/icon_dw.png") no-repeat left center;
    background-size: 5vw auto;
  }

  .do .dw > div p{
    width: 90%;
    margin: 0 auto;
    font-size: 3.5vw;
    line-height: 1.3;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    box-sizing: border-box;
    white-space: normal;
  }

  .do .ot{
    text-align: center;
    margin-top: 10vw;
    padding-top: 10vw;
    border-top: 1px solid #c6d3e9;
  }

  .do .ot a{
    width: 75%;
    font-size: 4vw;
    line-height: 1.3;
    border: 1px solid #4c6ca7;
    border-radius: 1.5vw;
    padding: 2vw 0;
  }

  .do .ot a span{
    font-size: 3.3vw;
    line-height: 1.3;
    display: block;
  }

  .do .ot a::after{
    font-size: 5vw;
    right: 3vw;
  }

  .contact .ew_inner > div{
    display: block;
  }

  .contact .ew_inner > div > div{
    width: 100%;
  }

  .contact .ew_inner > div > div:nth-of-type(n+2){
    margin-top: 3vw;
  }

  .contact a{
    display: block;
    text-align: center;
  }

  .contact .demo a,
  .contact .est a{
    height: 15vw;
    font-size: 4.5vw;
    color: #252525;
    line-height: 15vw;
    border: 1px solid #2268e8;
    border-radius: 1.5vw;
  }

  .contact .demo a::before,
  .contact .est a::before{
    width: 9vw;
    height: 9vw;
    left: 5vw;
  }
  
  .contact .mail a{
    height: 15vw;
    font-size: 4.5vw;
    line-height: 15vw;
    border-radius: 1.5vw;
  }

  .contact .tel a{
    height: 25vw;
    font-size: 4vw;
    color: #FFF;
    line-height: 1;
    border-radius: 1.5vw;
  }

  .contact .tel a::before,
  .contact .mail a::before{
    width: 9vw;
    height: 9vw;
    left: 5vw;
  }

  .contact .tel a div{
    width: 75%;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 18vw;
    transform: translateY(-50%);
  }

  .contact .tel a h3{
    font-size: 4.5vw;
    line-height: 1;
    margin-bottom: 2vw;
    padding-bottom: 1vw;
    border-bottom: 1px solid #FFF;
  }

  .contact .tel a p{
    font-size: 4.5vw;
    line-height: 1;
  }

  .contact .tel a p span{
    font-size: 3.3vw;
    line-height: 1;
    display: block;
    margin-bottom: 5px;
  }

  .contact .tel > p{
    font-size: 3.3vw;
    line-height: 1.3;
    margin-top: 1vw;
    text-align: right;
  }

  .sns{
    padding: 15vw 0 5vw;
    text-align: center;
  }

  .sns a + a{
    margin-left: 5vw;
  }
  
  .float_nav{
    display: none;
  }
    
  .side{
    top: auto;
    bottom: 35vw;
    transform: translateY(0);
    z-index: 10;
  }

  .side a{
    width: 15vw;
    height: 15vw;
    border-top-left-radius: 1.5vw;
    border-bottom-left-radius: 1.5vw;
  }

  .side a + a{
    margin-top: 3vw;
  }

  .side a img{
    width: 70%;
  }

  .bottom{
    width: 100%;
    padding: 5vw 5vw 3vw;
    text-align: left;
    justify-content: space-between;
    box-sizing: border-box;

  }

  .bottom div + div{
    margin-left: 0;
  }
  
  .bottom div{
    width: 48%;
  }

  .bottom .tel a,
  .bottom .mail a{
    width: 100%;
    height: auto;
    font-size: 3.5vw;
    line-height: 1.2;
    padding: 2vw 0 2vw 13vw;
    border-radius: 1.5vw;
    box-sizing: border-box;
  }

  .bottom .tel a::before,
  .bottom .mail a::before{
    width: 7vw;
    height: 7vw;
    left: 3vw;
  }
  
  .totop-footer{
    bottom: 22vw !important;
  }

  footer .copyright{
    padding-bottom: 20vw;
  }
  

}






