*{
    margin: 0;
    padding: 0;
}
body{
    font-family: -apple-system, blinkMacSystemFont,
               'Helvetica Neue', 'Segoe UI','Hiragino Kaku Gothic ProN', Meiryo,sans-serif;
    color: #000;
    font-size: 16px;
    background-color: #fff;
    font-feature-settings: "palt";
    overflow-x: hidden;
}
a{
  text-decoration: none;
}
a:link { color : #000; }
a:visited { color : #000; }

p{
  padding: 0 8px;
  line-height:1.5;
}

.header .content img{
    width: 200px;
    height: 20px;
    padding: 20px 10px;
}
.nav_pc{
    display: none;
}
.first_view , .main_sp img , .conversion ,.conversion img{
    width: 100%;
}
.main_pc ,.flow_pc{
    display: none;
}
.conversion{
    position: relative;
    background-color: rgba(255,255,255,0.7);
    z-index: 450;
    width:  auto;
    text-align: center;
    top: -3vh;
    padding: 10px 10px;
    margin: 0 8px -2.5vh 15px;
}
.conversion h1{
    color: #000b7d;
    font-size: 4vw;
    text-shadow    : 
       2px  2px 0px #ffffff,
      -2px  2px 0px #ffffff,
       2px -2px 0px #ffffff,
      -2px -2px 0px #ffffff,
       2px  0px 0px #ffffff,
       0px  2px 0px #ffffff,
      -2px  0px 0px #ffffff,
       0px -2px 0px #ffffff;
    margin-bottom: 0px;
}
.conversion img{
    margin-bottom: 5px;
}
.conversion a:hover{
    opacity: 0.8;
}
section{
    padding: 30px 0;
    text-align: center;
}
section.first_view {
    padding: 0;
    position: relative;
    overflow: hidden;
}
section h1 , .scene p ,.call_charge p{
    color: #2a2e58;
    font-weight: bold;
}
section h1{
    text-align: center;
    margin-bottom: 10px; 
}
.scene p{
    text-align: left;
    margin-bottom: 40px;
}
.scene .text_box{
    max-width: 440px;
    margin: 0 auto;
}
.scene img{
    width: 40%;
    height: 40%;
    max-width: 250px;
    margin: 10px;
}
.scene_flex_sp{
    display: flex;
    justify-content: space-around;
}
.call_charge p img{
    max-width: 400px;
    width: 100%;
    text-align: center;
}
.call_charge p img , .call_charge p{
    margin-bottom: 10px;
}
.zero {
    overflow: overlay;
}
.zero img{
    position: relative;
    width: 220%;
    left: -60%;
}
h1 span{
    color: #e95513
}
.line_up{
    margin: 0 10px;
}
.line_up h1{
    margin-bottom: 40px;
}
.line_up_box img{
    width: 100%;
    max-width:500px;
    margin: 20px 0;    
}
.flow{
    background: #eaeaee;
}
.flow h1{
    margin: 20px 0;
}
.flow_sp {
    margin: 0 20px;
}
.flow_sp img{
    width: 100%;
    max-width: 320px;
    margin-top: 70px;
    margin-left: -10px;
}
.faq_wrap{
    margin: 0 10px;
    text-align: left;
}
.faq_box li ul{
    color: #2a2e58;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}
.faq_box li ul li:nth-child(1){
    color: #fff;
    background: #2a2e58;
    font-size: 16px;
    font-weight: normal;
    transform: skewX(-15deg);
    padding: 6px 10px;
    margin: 10px 0;
}
.faq_box li ul li:nth-child(2){
    color: #000;
    font-weight: normal;
    font-size: 16px;
}
.manual p{
    margin: 20px 40px 60px 40px;
}
.dl{
    background: #000b7d;
    color: #fff;
    width: 280px;
    height: 80px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding:0 10px;
    margin: 0 auto;
    font-size: 12px;
    margin-bottom: 40px;
}
.dl:hover{
    opacity: 0.7;
}
.dl ul{
    margin: 0 auto;
}
.dl ul li{
    display: flex;
    margin: 12px;
    justify-content: center;
}
.dl ul li:nth-child(1){
    font-weight: bold;
}
.dl ul li:nth-child(1) span{
    font-size: 24px;
    margin: -5px 0 0 10px;
}
.dltext{
    padding-top: 5px;
}
img.pdficon{
    height: 24px;
    margin-right: 10px;
}
img.dlicon{
    width: 50px;
    height: 50px;
    margin: 15px 0 0 10px
}
.policy{
    text-align: center;
    text-decoration: none;
    margin: 40px;
}
footer{
    background: #2a2e58;
    color: #fff;
    text-align: center;
    padding:10px 0;
    margin-bottom: 80px;
}
.conversion_under{
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    height: 70px;
    padding-bottom: 10px;
    background: #fff;
    text-align: center;
    overflow: visible;
}
.conversion_under p{
    margin: 5px 0;
}
a.tel_img img{
    height: 40px;
    margin-right: 10px;
}
a.mail_img img{
    height: 40px;
}
/*ハンバーガーボタン*/
.header {
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
}
 
.el_humburger {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 26px;
  height: auto;
  padding-top: 1px;
  box-sizing: border-box;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
}
 
.el_humburger > span {
  display: block;
  width: 100%;
  margin: 0 auto 6px;
  height: 3px;
  background: #000;
  transition: all 0.2s ease-in-out;
}
.el_humburger > span:last-child {
  margin-bottom: 0;
}
.js_humburgerOpen .el_humburger > span {
  background: #000;
}
 
.js_humburgerOpen .el_humburger > span.top {
  transform: translateY(9px) rotate(-45deg);
}
 
.js_humburgerOpen .el_humburger > span.middle {
  opacity: 0;
}
 
.js_humburgerOpen .el_humburger > span.bottom {
  transform: translateY(-9px) rotate(45deg);
}
 
.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}
 
.el_humburgerButton__close > span {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #fff;
}
 
.el_humburgerButton__close > span.el_humburgerLineTop {
  transform: translateY(5px) rotate(-45deg);
}
 
.el_humburgerButton__close > span.el_humburgerLineBottom {
  transform: translateY(-6px) rotate(45deg);
}
 
/*ナビゲーション*/
.uq_spNavi {
  display: none;
}
.uq_spNavi.js_appear {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 9999;
width: 300px;
}
 
.uq_spNavi_screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.96);
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
 
.navigation {
  padding: 80px 0 0 0;
  text-align: center;
}
 
.navigation_item {
  font-size: 18px;
  margin-bottom: 20px;
}
 
.navigation_item > a {
  color: #000;
  text-decoration: none;
}
 
.js_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
/*TOPにも戻るボタン*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 100px;
  background: #2a2e58;
  opacity: 0.6;
    z-index: 1000;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 8px;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top{
    display: none;
}
@media screen and (min-width:750px){
    .first_view {
        height: 55vw;
    }
    .main_sp , .flow_sp{
        display: none;
    }
    .main_pc , .flow_pc{
    display: block;
    text-align: center;
    width: 100%;
    }
    .main_pc img{
    width: 160%;
    position: absolute;
    left: -28%;
    }
    .conversion {
    position: relative;
    top: 30vw;
    width: 30%;
    left: 60%;
    }
    .conversion h1{
        font-size: 3vw;
    }
    section h1{
        font-size: 40px;
        line-height: 1;
        margin-bottom: 40px;
    }
    section h1 span{
        font-size: 24px;
    }
    section.flow , section.faq{
        padding-top: 80px;
    }
    .scene h1{
        margin-bottom: 10px;
    }
    .scene p{
        font-size: 24px;
    }
    .scene .text_box {
        max-width: 650px;}
    .scene_pc{
        display: flex;
        justify-content: center;
    }
    .scene_pc img{
        width: 250px;
        height: 250px;
        margin: 20px;
    }
    .zero img , .flow_pc img{
        width: 100%;
        left:0;
    }
    .call_charge p img{
        margin: 0 20px 0 0;
    }
    .call_charge p br{
        display: none;
    }
    .line_up_box {
    max-width: 1080px;
        margin: 0 auto;
    }
    .line_up_box img {
    width: 38%;
    margin: 40px;
    }
    .flow_pc{
    width: auto;
    max-width: 1080px;
    padding: 40px;
    margin: 0 auto;
    }
    .faq_wrap {
    max-width: 860px;
    padding: 0 20px;
    margin: 0 auto;
    }
    ul.faq_box li ul li{
        font-size: 24px!important;
    }
    ul.faq_box li ul{
        font-size: 32px!important;
        display: flex;
    }
    ul, ul ul {
        list-style: none;
    }
    .box_pc {
    width: 100%;
    margin: -12px 0 20px 15px;
    }
    .dl_box{
        width: 680px;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
    }
    .conversion_under{
        display: none!important;
    }
    .mail_02 img{
        margin-bottom: 0;
    }
    footer{
        margin-bottom: 0;
    }
}
@media screen and (min-width:1081px){
    .el_humburger{
        display: none;
    }
    .header {
    max-width: 1020px;
    margin: 0 auto;
    }
    .nav_pc{
        display: block;
    }
    .content , .nav_pc ul {
        display: flex;
        justify-content: space-between;
    }
    .nav_pc ul{
        width: 750px;
    }
    .nav_pc ul li{
        margin-top: 20px;
        font-weight: bold;
    }
    .header .content .nav_pc ul li img{
        width: 40px;
        height: 40px;
        padding: 0;
    }
    .nav_pc ul li a:hover{
        opacity: 0.6;
    }
    .nav_pc ul li.nav_tel a{
        display: flex;
        margin-top: -10px;
    }
    .nav_pc ul li:nth-child(5){
        margin-top: 21px;
    }
    .nav_pc ul li:nth-child(8) img{
        margin-top: -10px;
    }
    .nav_pc ul li.nav_tel p {
        color: #a70000;
        line-height: 1.1;
        text-align: center;
        margin-top: 3px;
        padding-right: 0;
    }
       .nav_pc ul li.nav_tel p span{
        color: #231815;
        font-weight: normal;
        font-size: 12px;
    }
    .first_view {
        height: 550px;
    }
    .main_pc {
    max-width: 1800px;
    margin: 0 auto;
        position: relative;
    }
.main_pc img {
    width: 100%;
    left: 0;
}
.scene img {
    margin: 30px;
    }
.conversion{
    width: 22%;
    top: 18vw;
    max-width: 440px;
    left: 55%;
    }
 .conversion h1{
        font-size: 24px;
    }
}

.formlink h1{
    color: #000b7d;
    font-size: 4vw;
    text-shadow    : 
       2px  2px 0px #ffffff,
      -2px  2px 0px #ffffff,
       2px -2px 0px #ffffff,
      -2px -2px 0px #ffffff,
       2px  0px 0px #ffffff,
       0px  2px 0px #ffffff,
      -2px  0px 0px #ffffff,
       0px -2px 0px #ffffff;
    margin-bottom: 0px;
}