@charset "UTF-8";


/* year_end固有
--------------------------------------------------*/

#content2 .yearend__box {
  background: #f0f0f0;
  margin-bottom: 11%;
  padding: 4.2%;
}

#content2 .yearend__box .yearend__box__ttl {
  font-size: 16px;
  font-weight: bold;
}

#content2 .yearend__box .yearend__box__ttl + p {
  padding-bottom: 3%;
  font-size: 12px;
}


/*--------------------
 form部分
 --------------------*/
 
#content2 input[type="text"], #content2 input[type="submit"], #content2 select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

#content2 .yearend__box form {
  clear: both;
  border-top: 1px solid #cbcbcb;
  padding-top: 2%;
  text-align: center;
}

#content2 .yearend__box form label {
  line-height: 32px;
  font-size: 12px;
}

#content2 .yearend__box select {
  width: 110px;
  height: 32px;
  padding: 0 5px;
  border: 1px solid #b6b4b6;
  font-size: 16px;
  line-height: 32px;
  background: url(/common/img/charts/year_end/arrow_select_01.png) center right 8px no-repeat #fff;
  color: #706363;
  cursor: pointer;
}

#content2 .yearend__box input#submit {
  height: 32px;
  width: 60px;
  background: #b6b4b6;
  color: #fff;
  margin-left: -4px;
  cursor: pointer;
}



@media all and (min-width: 768px) {
  
  #content2 .yearend__box {
    background: #f0f0f0;
    margin-bottom: 43px;
    padding: 30px 30px 15px 30px;
  }
  
  #content2 .yearend__box form label {
    margin-right: 16px;
  }
  
  
  #content2 .yearend__box .yearend__box__ttl {
    float: left;
    font-size: 36px;
    line-height: 1;
    font-weight: normal;
  }
  
  #content2 .yearend__box .yearend__box__ttl + p {
    padding-left: 100px;
    padding-bottom: 20px;
    font-size: 15px;
  }
  
  
  /*--------------------
   form部分
   --------------------*/
  
  #content2 .yearend__box form {
    clear: both;
    border-top: 1px solid #cbcbcb;
    padding-top: 15px;
    text-align: center;
  }

  #content2 .yearend__box form label {
    font-size: 15px;
  }

}