@charset "UTF-8";
/* ----------------------------------------------------------------------------------
初めての家探しが成功するページ。
---------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------
マイホームの購入計画を立ててみよう。
---------------------------------------------------------------------------------- */
/*#page_hajimete2-1 .hajimete_area_wrap*/
#page_hajimete2-1 .hajimete_area_wrap{
    background-color: #F1FFE5;
}

/*#page_hajimete2-1 .hajimete_area_wrap*/
@media screen and (max-width:1100px){
  #page_hajimete2-1 .mv_illust{
    width:50%;
  }
}

@media screen and (max-width:400px){
  #page_hajimete2-1 .mv_illust{
      width:80%;
  }
}

/*#page_hajimete2-1 .hajimete_point_area*/
#page_hajimete2-1 .hajimete_point_box {
    background-color: #fff;
    padding: 60px;
    margin-bottom: 40px;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    display: flex;
}
  
#page_hajimete2-1 .hajimete_point_img {
    width: 25%;
    padding-right: 50px;
    border-right:2px solid #C9C9C9;
    margin-right:50px;
    text-align: center;
}

#page_hajimete2-1 .hajimete_point_title{
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#page_hajimete2-1 .hajimete_point_img p{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
}

#page_hajimete2-1 .hajimete_point_num{
    margin-left: 10px;
    margin-bottom: -8px;
}


#page_hajimete2-1 .hajimete_point_illust{
    margin-top: 20px;
}
  
#page_hajimete2-1 .hajimete_point_tx {
    width:75%;
}

#page_hajimete2-1 .hajimete_point_tx h3{
    font-size: 32px;
    font-weight: 500;
    margin-top: 10px;
}

#page_hajimete2-1 .hajimete_point_tx p{
    margin-top: 30px;
    font-size: 16px;
    letter-spacing: 0;
}

@media screen and (max-width:1100px){
  #page_hajimete2-1 .hajimete_point_box {
    flex-wrap: wrap;
}
#page_hajimete2-1 .hajimete_point_img {
  width: 100%;
  padding-right: 0;
  padding-bottom: 30px;
  border-right:none;
  border-bottom:2px solid #C9C9C9;
  margin-right:0;
  margin-bottom:30px;
}
#page_hajimete2-1 .hajimete_point_tx {
  width:100%;
}
}

@media screen and (max-width:700px){
  #page_hajimete2-1 .hajimete_point_box {
      padding: 20px;
      margin-bottom: 20px;
  }
    
  #page_hajimete2-1 .hajimete_point_img {
      padding-bottom: 10px;
      margin-bottom:10px;
  }

  #page_hajimete2-1 .hajimete_point_tx h3{
      font-size: 18px;
  }

  #page_hajimete2-1 .hajimete_point_tx p{
      margin-top: 4px;
      font-size: 15px;
  }
}

/*#page_hajimete2-1 .hajimete_about_wrap*/  
#page_hajimete2-1 .hajimete_about_wrap{
    margin-top: -20px;
}

#page_hajimete2-1 .hajimete_about_box {
    padding:50px;
    background-color: #f5f5f5;
    margin-top: 60px;
    letter-spacing: 0;
  }
  
  #page_hajimete2-1 .hajimete_about_box h3{
    font-size: 24px;
    font-weight: 500;
    color: #009646;
    text-align: center;
  }

  #page_hajimete2-1 .hajimete_about_box h3 sup{
      font-size: 15px;
      font-weight: normal;
      margin-left: 4px;
  }
  
  #page_hajimete2-1 .box1 .hajimete_about_img{
    max-width:900px;
    margin:30px auto 0;
  }

  #page_hajimete2-1 .box2 .hajimete_about_img{
    max-width:980px;
    margin:40px auto 0;
  }
  
  #page_hajimete2-1 .hajimete_about_notes{
    text-align: left;
    list-style: none;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 13px;
    margin-top: 20px;
  }
  
  #page_hajimete2-1 .hajimete_about_notes li::before{
    content: '※';
  }

  @media screen and (max-width:700px){  
  #page_hajimete2-1 .hajimete_about_box {
      padding:20px;
      margin-top: 20px;
    }
    
    #page_hajimete2-1 .hajimete_about_box h3{
      font-size: 18px;
    }
  
    #page_hajimete2-1 .hajimete_about_box h3 sup{
        font-size: 12px;
    }
    
    #page_hajimete2-1 .box1 .hajimete_about_img{
      margin:20px auto 0;
    }
  
    #page_hajimete2-1 .box2 .hajimete_about_img{
      margin:20px auto 0;
    }
  }

  /*#page_hajimete2-1 .hajimete_type_wrap*/ 
  #page_hajimete2-1 .hajimete_type_wrap{
      margin-top: 150px;
  }

  #page_hajimete2-1 .hajimete_type_area {
    margin-top: 60px;
    background-color: #f1ffe5;
    padding:60px 60px 100px;
  }
  
  #page_hajimete2-1 .hajimete_type_box{
    margin-top: 80px;
  }

  #page_hajimete2-1 .hajimete_type_box:first-child{
      margin-top: 0;
  }
  
  #page_hajimete2-1 .hajimete_type_box_label{
    padding:2px 0;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    background-color: #3cb478;
    border-radius: 4px;
  }
  
  #page_hajimete2-1 .hajimete_type_box_content{
      margin-top: 90px;
      display: flex;
      align-items: flex-end;
  }

  #page_hajimete2-1 .hajimete_type_box_img{
      width:42%;
      margin-right: 30px;
  }

  #page_hajimete2-1 .hajimete_type_box_tx{
      width:58%;
      display: flex;
  }

  #page_hajimete2-1 .hajimete_type_box_item{
      width:48%;
      margin-right: 30px;
      margin-bottom: 6px;
      display: flex;
      flex-direction: column;
  }

  #page_hajimete2-1 .hajimete_type_box_item:last-child{
      margin-right: 0;
      margin-top: -10px;
  }

  #page_hajimete2-1 .hajimete_type_box_item_img{
      text-align: center;
  }

  #page_hajimete2-1 .hajimete_type_box_item p{
      margin-top: 16px;
      padding:16px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
      flex:1;
  }

  #page_hajimete2-1 .box2 .hajimete_type_box_content{
    flex-direction: row-reverse;
  }

  #page_hajimete2-1 .box2 .hajimete_type_box_img{
    margin-right: 0;
    margin-left: 30px;
}

@media screen and (max-width:1100px){
  #page_hajimete2-1 .hajimete_type_box_content{
    margin-top: 40px;
    flex-wrap: wrap;
  }
  #page_hajimete2-1 .hajimete_type_box_img{
    width:100%;
    max-width: 400px;
    margin:0 auto;
  }

  #page_hajimete2-1 .hajimete_type_box_tx{
    width:100%;
    margin-top: 40px;
  }

  #page_hajimete2-1 .box2 .hajimete_type_box_img{
    margin:0 auto;
}
} 

@media screen and (max-width:700px){ 
  #page_hajimete2-1 .hajimete_type_wrap{
      margin-top: 40px;
  }

  #page_hajimete2-1 .hajimete_type_area {
    margin-top: 20px;
    padding:20px;
  }

  #page_hajimete2-1 .hajimete_type_box{
    margin-top: 20px;
  }

  #page_hajimete2-1 .hajimete_type_box_label{
    font-size: 16px;
  }

  #page_hajimete2-1 .hajimete_type_box_content{
      margin-top: 20px;
      flex-wrap: wrap;
  }

  #page_hajimete2-1 .hajimete_type_box_img{
      width:100%;
      margin:0 auto;
  }

  #page_hajimete2-1 .hajimete_type_box_tx{
      width:100%;
      flex-wrap: wrap;
      margin-top: 0;
  }

  #page_hajimete2-1 .hajimete_type_box_item{
      width:100%;
      margin-right: 0;
      margin-bottom:0;
      margin-top:20px;
      flex-direction: row;
      align-items: flex-end;
  }

  #page_hajimete2-1 .hajimete_type_box_item:last-child{
      margin-right: 0;
      margin-top:20px;
      flex-direction: row-reverse;
  }

  #page_hajimete2-1 .hajimete_type_box_item_img{
      width:30%;
      padding:20px;
  }

  #page_hajimete2-1 .hajimete_type_box_item p{
      margin-top: 0;
  }

  #page_hajimete2-1 .box2 .hajimete_type_box_img{
    margin:0 auto;
  }
}

/*#page_hajimete2-1 .hajimete_loan_wrap*/ 
#page_hajimete2-1 .hajimete_loan_wrap{
    margin-top: 160px;
}
  
#page_hajimete2-1 .hajimete_loan_area{
    margin-top: 60px;
    background-image: url(../img/2-1/hajimete_2-1_loan_bg@2x.jpg);
    background-image: image-set(url(../img/2-1/hajimete_2-1_loan_bg.jpg) 1x, url(../img/2-1/hajimete_2-1_loan_bg@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/2-1/hajimete_2-1_loan_bg.jpg) 1x, url(../img/2-1/hajimete_2-1_loan_bg@2x.jpg) 2x);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
    padding:60px;
    height:1000px;
    counter-reset: rank 0;
  }
  
  #page_hajimete2-1 .hajimete_loan_box{
    padding:30px 60px 30px 40px;
    background-color: #fff;
    border-radius: 12px;
    margin-top: 20px;
    display: flex;
    letter-spacing: 0;
  }

  #page_hajimete2-1 .hajimete_loan_box:first-child{
    margin-top: 0;
  }
  
  #page_hajimete2-1 .hajimete_loan_box h3{
    font-size: 26px;
    font-weight: 500;
    color: #004b73;
    padding-left:45px;
    position: relative;
    width:40%;
  }

  #page_hajimete2-1 .hajimete_loan_box h3::before{
    position: absolute;
    font-size: 52px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #51b271;
    counter-increment: rank;
    content:counter(rank);
    top:-22px;
    left:0;
  }

  #page_hajimete2-1 .hajimete_loan_box_tx{
      width: 60%;
      max-width: 485px;
      line-height: 1.6;
  }

  #page_hajimete2-1 .hajimete_loan_box_tx p.att{
      margin-top: 8px;
      font-size: 12px;
  }

  @media screen and (max-width:1100px){
    #page_hajimete2-1 .hajimete_loan_box{
      flex-wrap: wrap;
    }

    #page_hajimete2-1 .hajimete_loan_area{
      height:auto;
      padding-bottom:350px;
    }

    #page_hajimete2-1 .hajimete_loan_box h3{
      width:100%;
    }

    #page_hajimete2-1 .hajimete_loan_box_tx{
      margin-top: 20px;
      width: 100%;
  }
  }

@media screen and (max-width:700px){ 
  #page_hajimete2-1 .hajimete_loan_wrap{
    margin-top: 40px;
  }
    
  #page_hajimete2-1 .hajimete_loan_area{
    margin-top: 20px;
    padding:20px 20px 350px;
  }
  
  #page_hajimete2-1 .hajimete_loan_box{
    padding:20px;
    margin-top: 20px;
  }

  #page_hajimete2-1 .hajimete_loan_box:first-child{
    margin-top: 0;
  }
  
  #page_hajimete2-1 .hajimete_loan_box h3{
    font-size: 18px;
    padding-left:25px;
  }

  #page_hajimete2-1 .hajimete_loan_box h3::before{
    font-size: 32px;
    top:-12px;
  }

  #page_hajimete2-1 .hajimete_loan_box_tx{
    margin-top: 4px;
  }
}

/*#page_hajimete2-1 .hajimete_calc_wrap*/ 
#page_hajimete2-1 .hajimete_calc_wrap{
    margin-top: 90px;
}

#page_hajimete2-1 .hajimete_calc_wrap .hajimete_area_title p{
    margin-top: 26px;
    font-size: 16px;
}

#page_hajimete2-1 .hajimete_calc_wrap .hajimete_area_title p.sub{
    color: #e8b427;
    font-size: 21px;
    margin:0 auto 17px;
}

#page_hajimete2-1 .hajimete_calc_area{
    padding:80px 60px 60px;
    counter-reset: rank 0;
}
  
#page_hajimete2-1 .hajimete_calc_area.ex{
  background-color: #FCFCFC;
  margin-top: 60px;
}

#page_hajimete2-1 .hajimete_calc_box{
    margin-top: 70px;
}

#page_hajimete2-1 .hajimete_calc_box:first-child{
    margin-top: 0;
}

#page_hajimete2-1 .hajimete_calc_title{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#page_hajimete2-1 .hajimete_calc_title_img{
    margin-right: 40px;
    margin-bottom: -6px;
}

#page_hajimete2-1 .hajimete_calc_title h3{
    font-size: 26px;
    font-weight: 500;
}

#page_hajimete2-1 .hajimete_calc_round{
    display: block;
    padding: 12px 50px;
    width: fit-content;
    margin: 20px auto 0;
    background-color: #51B271;
    border-radius: 31px;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 769px) and (max-width: 1200px){
  #page_hajimete2-1 .hajimete_calc_area{
    margin:0 -30px 0 -20px;
    padding:80px 20px 60px;
}
}
@media screen and (max-width:768px){ 
  #page_hajimete2-1 .hajimete_calc_area{
    margin:0 -20px;
    padding:80px 20px 60px;
}
}

@media screen and (max-width:700px){ 
  #page_hajimete2-1 .hajimete_calc_wrap{
    margin-top: 40px;
}

#page_hajimete2-1 .hajimete_calc_wrap .hajimete_area_title p{
    margin-top: 10px;
    font-size: 15px;
}

#page_hajimete2-1 .hajimete_calc_wrap .hajimete_area_title p.sub{
    font-size: 16px;
    margin:0 auto 10px;
}

#page_hajimete2-1 .hajimete_calc_area{
    margin:0 -20px;
    padding:20px;
}
  
#page_hajimete2-1 .hajimete_calc_area.ex{
  margin-top: 20px;
}

#page_hajimete2-1 .hajimete_calc_box{
    margin-top: 20px;
}

#page_hajimete2-1 .hajimete_calc_box:first-child{
    margin-top: 0;
}

#page_hajimete2-1 .hajimete_calc_title{
    flex-wrap: wrap;
}

#page_hajimete2-1 .hajimete_calc_title_img{
  margin-right: 0;
  width:30%;
}

#page_hajimete2-1 .hajimete_calc_title h3{
    width:100%;
    font-size: 18px;
    text-align: center;
}

#page_hajimete2-1 .hajimete_calc_round{
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 16px;
}
}

/*#page_hajimete2-1 .hajimete_calc_bg*/

#page_hajimete2-1 .hajimete_calc_bg{
    margin-top: 30px;
    background-color: #fff;
    border-radius: 8px;
    padding:30px 30px 30px 174px;
    position:relative;
}

#page_hajimete2-1 .hajimete_calc_bg p.detail{
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
}

#page_hajimete2-1 .box3 .hajimete_calc_bg p.detail{
    font-size: 14px;
}

#page_hajimete2-1 .hajimete_calc_illust{
    position: absolute;
    left:30px;
    bottom:30px;
}

#page_hajimete2-1 .hajimete_calc_item_wrap{
    display: flex;
    align-items: flex-end;
}

#page_hajimete2-1 .hajimete_calc_item{
    position: relative;
    z-index: 1;
}

#page_hajimete2-1 .hajimete_calc_arrow{
    position: absolute;
    top:-8px;
    z-index: 2;
    width: 64px;
}

#page_hajimete2-1 .box1 .item1 .hajimete_calc_arrow{
    left: 57%;
    transform: translateX(-50%);
}

#page_hajimete2-1 .box1 .item2 .hajimete_calc_arrow{
    right: 10%;
}

#page_hajimete2-1 .hajimete_calc_item p.label, #page_hajimete2-1 .hajimete_calc_item label.label{
    font-size: 18px;
    font-weight: 500;
}

#page_hajimete2-1 .hajimete_calc_item_box{
    padding:10px 20px;
    width:212px;
    border: 3px solid #90D1AE;
    border-radius: 8px;
    background-color: #fff;
    position: relative;
    line-height: 1.4;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16) inset;
}

#page_hajimete2-1 .hajimete_calc_item_box p.num{
    color:#51B271;
    font-weight: 900;
    font-size: 34px;
}

#page_hajimete2-1 .hajimete_calc_item_box p.num span{
    font-size: 18px;
    margin-right: 12px;
}

#page_hajimete2-1 .hajimete_calc_item_box p.unit{
    position: absolute;
    bottom:10px;
    right:10px;
    color: inherit;
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
}

#page_hajimete2-1 .box1 .item1 .hajimete_calc_item_box, #page_hajimete2-1 .box1 .item2 .hajimete_calc_item_box{
    text-align: left;
}

#page_hajimete2-1 .box1 .item1 .hajimete_calc_item_box p.num, #page_hajimete2-1 .box1 .item2 .hajimete_calc_item_box p.num{
    color:#9CE2AE;
}

#page_hajimete2-1 .hajimete_calc_icon{
    width:40px;
    margin:0 10px 15px;
}

#page_hajimete2-1 .hajimete_calc_table_wrap p.label{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    display: inline-block;
}

#page_hajimete2-1 .hajimete_calc_table_wrap p.att{
    font-size: 14px;
    font-weight: 500;
    display: block;
    float: right;
}

#page_hajimete2-1 .hajimete_calc_table{
    padding-top: 12px;
}


#page_hajimete2-1 .box3 .hajimete_calc_arrow{
    top:-16px;
    left: 52%;
    transform: translateX(-50%);
}

#page_hajimete2-1 .hajimete_calc_select_wrap{
    margin-top: 50px;
}

#page_hajimete2-1 .hajimete_calc_select_wrap p.detail{
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
}

#page_hajimete2-1 .hajimete_calc_select{
    max-width: 646px;
    margin:0 auto;
    position: relative;
}

#page_hajimete2-1 .hajimete_calc_select p.label, #page_hajimete2-1 .hajimete_calc_select label.label{
    font-size: 18px;
    font-weight: 500;
}

#page_hajimete2-1 .hajimete_calc_select .hajimete_calc_arrow{
    top:-20px;
    right:70px;
}

#page_hajimete2-1 .hajimete_calc_select_item{
    display: flex;
    justify-content: center;
}
    
#page_hajimete2-1 .hajimete_calc_select_item_box{
    width:449px;
    padding:10px 20px;
    border: 3px solid #90D1AE;
    border-right: none;
    border-radius: 8px 0 0 8px;
    background-color: #fff;
    position: relative;
    line-height: 1.4;
    text-align: center;
}

#page_hajimete2-1 .hajimete_calc_select_item_box p.num{
    color:#51B271;
    font-weight: 900;
    font-size: 34px;
}

#page_hajimete2-1 .hajimete_calc_select_item_box p.unit{
    position: absolute;
    bottom:10px;
    right:10px;
    color: inherit;
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
}

#page_hajimete2-1 .hajimete_calc_select_item_btn{
    width:200px;
    padding:14px 20px;
    border: 3px solid #51B271;
    border-radius:0 8px 8px 0;
    background-color: #51B271;
    line-height: 1.4;
    text-align: center;
}

#page_hajimete2-1 .hajimete_calc_select_item_btn p{
    color:#fff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.2em;
}

#page_hajimete2-1 .hajimete_calc_next{
    margin-top: 50px;
    padding-bottom:120px;
    position: relative;
    z-index: 1;
}

#page_hajimete2-1 .hajimete_calc_next_arrow{
    position: absolute;
    z-index: 0;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width: 200px;
}

@media screen and (min-width: 769px) and (max-width: 1200px){
  #page_hajimete2-1 .hajimete_calc_icon{
    margin:0 2px 15px;
  }
}

@media screen and (max-width:1100px){
  #page_hajimete2-1 .hajimete_calc_bg{
    padding:30px 20px;
  }

  #page_hajimete2-1 .hajimete_calc_illust{
    display: none;
  }

  #page_hajimete2-1 .hajimete_calc_item_wrap{
    justify-content: center;
    margin:0 auto;
  }

  #page_hajimete2-1 .hajimete_calc_item_box{
    padding:10px;
    width:190px;
}

#page_hajimete2-1 .box3 .hajimete_calc_arrow {
  left: 44%;
  transform: translateX(-50%);
}
} 

@media screen and (max-width:700px){ 
  #page_hajimete2-1 .hajimete_calc_bg{
    margin-top: 20px;
  }

  #page_hajimete2-1 .hajimete_calc_bg p.detail{
      margin-top: 20px;
      font-size: 14px;
  }

  #page_hajimete2-1 .hajimete_calc_item_wrap{
      flex-wrap: wrap;
      justify-content: center;
      padding:0 20px;
      max-width: 300px;
      margin:0 auto;
  }

  #page_hajimete2-1 .hajimete_calc_arrow{
      width: 50px;
      top:0px;
  }

  #page_hajimete2-1 .hajimete_calc_icon{
      margin:20px;
  }

  #page_hajimete2-1 .hajimete_calc_table{
    clear:right;
}

  #page_hajimete2-1 .hajimete_calc_select_wrap{
      margin-top: 40px;
  }

  #page_hajimete2-1 .hajimete_calc_select_wrap p.detail{
      margin-top: 20px;
      font-size: 14px;
      text-align: left;
  }

  #page_hajimete2-1 .hajimete_calc_select{
      max-width: 300px;
  }

  #page_hajimete2-1 .hajimete_calc_select .hajimete_calc_arrow{
      top:-10px;
      right:30px;
  }

  #page_hajimete2-1 .hajimete_calc_next{
      margin-top: 40px;
      padding-bottom:60px;
  }

  #page_hajimete2-1 .hajimete_calc_next_arrow{
      width: 100px;
  }
}

/*#page_hajimete2-1 .hajimete_calc_area.form*/
#page_hajimete2-1 .hajimete_calc_area.form{
  padding:120px 60px;
  background-color: #FAFDF2;
  margin-top: 80px;
}

#page_hajimete2-1 .form .hajimete_calc_box{
  margin-top: 50px;
}

#page_hajimete2-1 .form .hajimete_calc_box:first-child{
  margin-top: 0;
}

#page_hajimete2-1 .form .hajimete_calc_item{
  width:212px;
}

#page_hajimete2-1 .form .hajimete_calc_item:after{
  position: absolute;
  content:"万円";
  right: 10px;
  bottom: 10px;
  color: #000;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
}

#page_hajimete2-1 .form input[type="text"].hajimete_calc_item_box{
  font-size: 34px;
  font-weight: 900;
  color:#51B271;
  height:auto;
  text-align: left;
  -webkit-appearance: none;
   appearance: none;
}

#page_hajimete2-1 .form .box1 .item1 .hajimete_calc_item_box, #page_hajimete2-1 .form .box1 .item2 .hajimete_calc_item_box{
  padding-right:60px;
}

#page_hajimete2-1 .form input[type="text"]::placeholder{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color:#CCCCCC;
  ;letter-spacing: 0.05em;
}

#page_hajimete2-1 .form .hajimete_calc_select_wrap{
  margin-top: 60px;
}

#page_hajimete2-1 .form select.hajimete_calc_select_item_box{
  -webkit-appearance: none;
   appearance: none; 
  width:646px;
   height:72px;
   border-radius: 8px;
   border: none;
   text-align: left;
   font-family: 'Noto Sans JP', sans-serif;
   font-size: 24px;
   font-weight: 500;
   letter-spacing: 0.05em;
   color:#51B271;
   box-sizing: border-box;
   background-image: url(../img/2-1/hajimete_2-1_calc_select_bg@2x.png);
   background-image: image-set(url(../img/2-1/hajimete_2-1_calc_select_bg.png) 1x, url(../img/2-1/hajimete_2-1_calc_select_bg@2x.png) 2x);
    background-image: -webkit-image-set(url(../img/2-1/hajimete_2-1_calc_select_bg.png) 1x, url(../img/2-1/hajimete_2-1_calc_select_bg@2x.png) 2x);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#page_hajimete2-1 .form .hajimete_calc_total_wrap{
  margin-top: 80px;
  display: flex;
  align-items: flex-end;
}

#page_hajimete2-1 .form .hajimete_calc_item.total{
  width:416px;
}

#page_hajimete2-1 .form .hajimete_calc_item.total:after{
  color:#fff;
}

#page_hajimete2-1 .form .total input[type="text"].hajimete_calc_item_box{
  width:100%;
  background-color: #65D2A0;
  border: 3px solid #65D2A0;
  color:#fff;
  box-shadow: none;
}

@media screen and (max-width:1100px){
  #page_hajimete2-1 .hajimete_calc_area.form{
    padding:120px 20px;
  }

  #page_hajimete2-1 .form .hajimete_calc_item{
    width:190px;
  }
}

@media screen and (max-width:700px){
  #page_hajimete2-1 .hajimete_calc_area.form{
    padding:20px 20px 40px;
    margin-top: 40px;
  }
  
  #page_hajimete2-1 .form .hajimete_calc_box{
    margin-top: 20px;
  }
  
  #page_hajimete2-1 .form .hajimete_calc_box:first-child{
    margin-top: 0;
  }
  
  #page_hajimete2-1 .form .hajimete_calc_select_wrap{
    margin-top: 20px;
  }
  
  #page_hajimete2-1 .form select.hajimete_calc_select_item_box{
    width:300px;
    background-image: url(../img/2-1/hajimete_2-1_calc_select_bg_sp@2x.png);
    background-image: image-set(url(../img/2-1/hajimete_2-1_calc_select_bg_sp.png) 1x, url(../img/2-1/hajimete_2-1_calc_select_bg_sp@2x.png) 2x);
    background-image: -webkit-image-set(url(../img/2-1/hajimete_2-1_calc_select_bg_sp.png) 1x, url(../img/2-1/hajimete_2-1_calc_select_bg_sp@2x.png) 2x);
  }
  
  #page_hajimete2-1 .form .hajimete_calc_total_wrap{
    margin: 40px auto 0;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 300px;
    padding:0 20px;
  }
  
  #page_hajimete2-1 .form .hajimete_calc_item.total{
    width:416px;
  }
  
  #page_hajimete2-1 .form .hajimete_calc_item.total:after{
    color:#fff;
  }
  
  #page_hajimete2-1 .form .total input[type="text"].hajimete_calc_item_box{
    width:100%;
    background-color: #65D2A0;
    border: 3px solid #65D2A0;
    color:#fff;
    box-shadow: none;
  }
}