*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
  font-size:10px;
}
body{
  font-family: 'Noto Sans JP', メイリオ, Meiryo, 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
.container{
  background:#DFEDF8;
}
h1{
  color:#fff;
  font-size: 3.6rem;
}
.btn_wrap{
  text-align: center;
  width:550px;
  margin:0 auto;
  padding:20px;
  background:#008CD6;
  border-radius: 50px;
}
.btn{
  color:#fff;
  text-decoration: none;
  display: inline-block;
  position:relative;
  font-size:2.8rem;
}
.btn::after{
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: -50px;
  transform: rotate(45deg) translateY(-50%);
  transition: all .3s;
}
.wrapper{
  width:1000px;
  margin:0 auto;
  font-size:2rem;
}
.title{
  display: flex;
}
.text{
  font-size:1.9rem;
  color:#0E4C7F;
  font-weight: bold;
  margin-bottom:60px;
  text-align: center;
}
section h2{
  color:#02288B;
  font-size:2.0rem;
  margin-bottom:20px;
}
.container{
  padding:55px 0 30px;
}
.pc{
  display: block;
}
/*---------------------------------input始---------------------------------*/

#data_input .title_wrap{
  background-image: url(../img/bk_img.jpg);
  height:215px;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px 7px 0 0;
  width:1000px;
  margin:0 auto;
}
#data_input .title_wrap p{
  background:#fff;
  color:#02288B;
  padding:10px 20px;
  border-radius: 5px;
  margin-bottom:40px;
  font-size: 2rem;
  position:relative;
  display: flex;
  justify-content: center;
  font-weight: bold;
}
#data_input .title_wrap p::before{
  content:"";
  position:absolute;
  bottom:-20px;
  background: #ffffff;
  height: calc(tan(60deg) * 24px / 2);
  width: 24px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#data_input .title_wrap h1{
  position:relative;
}
#data_input .title_wrap h1:after{
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: url(../img/icon_dx_fater.png) no-repeat center center;
    background-size: contain;
    right: -200px;
    bottom: -77px;
}

#data_input .wrapper{
  background: #fff;
  padding:80px 70px;
  border-radius: 0 0 7px 7px;
}

#data_input section{
  background:#DFEDF8;
  margin-bottom:45px;
  padding:40px;
}
#data_input section:nth-child(6){
  margin-bottom:80px;
}

#data_input section h2 span{
  color:#fff;
  background: #C7000C;
  display: inline-block;
  padding:2px 15px;
  font-size: 1.6rem;
  margin-left:15px;
}
#data_input div input[type="text"],#data_input div input[type="tel"]{
  appearance: none;
  padding:10px 5px;
  font-size:1.8rem;
  margin-right:10px;
}
#data_input div input[type="tel"],#data_input div input[type="radio"]{
  border:2px solid #02288B;
}
#data_input div input[type="radio"]{
  margin-right:10px;
}
#data_input label{
  font-size:1.8rem;
  display:block;
  width:48%;
  margin-bottom:15px;
}
#data_input .label_wrap{
  display: flex;
  flex-wrap: wrap;
}
#data_input .error{
  color:red;
  display: none;
  margin-top:10px;
}
#data_input .input_wrap{
  padding:0 45px;
}
/*---------------------------------input終---------------------------------*/
#data_output{
  display: none;
  margin-top:100px;
}
.data_output_active{
  display: block!important;
}
#data_output .title_wrap{
  background:#008CD6;
  height:215px;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px 7px 0 0;
  width:1000px;
  margin:0 auto;
}
#data_output .wrapper{
  background: #fff;
  padding:80px 70px 30px;
  border-radius: 0 0 7px 7px;
}
#data_output .ul_output{
  margin-bottom:90px;
}
#data_output .ul_output li{
  display: flex;
  padding:20px 0;
  border-bottom: 1px solid #008CD6;;
}
#data_output .ul_output li p{
  width:30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#data_output .ul_output li p:nth-child(3){
  width:10%;
}
#data_output .ul_output li span{
  word-break: break-all;
}
#data_output .li_arrow span{
  display:inline-block;
  height: 22px;
  width: 22px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background:#269AC2;
  opacity:50%;
}
#data_output .li_title span{
  display:inline-block;
  width:200px;
  background:#269AC2;
  color:#fff;
  padding:10px 20px;
  font-size:1.8rem;
  text-align: center;
}
#data_output .li_black{
  font-size:1.8rem;
}
#data_output .li_black span{
  font-size:2.6rem;
}
#data_output .li_red{
  color:#BA0402;
  font-size:2.6rem;
}
#data_output .li_red span{
  font-size:3.6rem;
}
#data_output .section_output{
  background: #F8F7EC;
  padding:20px 70px;
  margin-bottom:25px;
}
#data_output section h2{
  margin-bottom:5px;
  font-size:2.8rem;
}
#data_output .section_output section{
  margin-bottom:60px;
}
#data_output .section_output section:last-child{
  margin-bottom:0;
}
#data_output .section_output section p{
  padding:0 20px;
  font-size:2.4rem;
}

#simulation_contanct{
  display: none;
}
#simulation_contanct .contact_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#simulation_contanct .contact_flex strong{
  color:#02288B;
  font-size:5.0rem;
}
.contact_btn{
  padding:30px 0 60px;
  text-align: center;
  position:relative;
}
.contact_btn:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: url(../img/icon_dm_red.png) no-repeat center center;
    background-size: contain;
    right: 40px;
}
.contact_btn a{
  border-radius: 100px;
  color:#fff;
  display: inline-block;
  background: #C7000C;
  font-size:4.2rem;
  text-decoration: none;
  padding:30px 140px;
}


@media screen and (max-width: 768px){
  html{
    font-size:8px;
  }
  .container{
    padding:0 0 40px;
  }
  .wrapper{
    width:100%;
  }
  .text{
    text-align: left;
  }
  .pc{
    display: none!important;
  }
  #data_input .title_wrap{
    width:100%;
    height: 250px;
  }
  #data_input .title_wrap div{
    padding:0 20px;
  }
  #data_input .title_wrap h1:after{
    width: 80px;
    height: 80px;
    right: -20px;
    bottom: -70px;
  }

  #data_input .wrapper{
    padding:20px;
  }
  #data_input section{
    padding:20px;
  }
  #data_input .input_wrap{
    padding:0 10px;
  }
  #data_input section{
    margin-bottom:20px;
  }
  #data_input section:nth-child(6){
    margin-bottom:30px;
  }
  #data_input .label_wrap{
    display: block;
  }
  #data_input label{
    width:100%;
    margin-bottom:5px;
  }
  .btn_wrap{
    width:80%;
  }
  .btn{
    font-size:2.0rem;
  }
  .contact_btn{
    padding:30px 0;
  }
  .contact_btn:after {
      width: 80px;
      height: 80px;
      right: 16px;
  }
  .contact_btn a{
    padding:10px 20px;
    font-size:3.0rem;
  }
  h1{
    text-align:center;
    font-size:3.0rem;
  }
  #data_output .title_wrap{
    width:100%;
    height:150px;
  }

  #data_output .wrapper{
    padding:20px;
  }
  #data_output .ul_output li{
    display: block;
  }
  #data_output .ul_output li p{
    width:100%;
  }
  #data_output .ul_output li .li_title{
    margin-bottom:10px;
  }
  #data_output .ul_output li p:nth-child(3){
    width:100%;
  }
  #data_output .li_title span{
    width:100%;
  }
  #data_output .li_arrow span{
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  #data_output .text{
    margin-bottom:20px;
  }
  #data_output .section_output{
    padding:20px;
    margin-bottom:40px;
  }
}