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

.btnArea ul.flex-start{
	-webkit-box-align: start!important;
align-items: flex-start!important;
}

#downloadPage .download__area a h3.download__ttl {
    font-size: 14px!important;
    display: inline-block;
    border: none;
    padding:0;
	  font-weight: bold;
    color: #333;
		margin-top: 10px;
}

#downloadPage .download__area a h3.download__ttl span {
    border-left: none;
    padding-left: 0;
    display: inline!important;
	  position: relative;
}
#downloadPage .download__area a h3.download__ttl span::after {
    content: "";
    position: absolute;
    background: url(../../img/i_download.svg) no-repeat center / contain;
    width: 20px;
    height: 20px;
    bottom: 0;
	  right: -2rem;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
#downloadPage .download__area a:hover h3.download__ttl  {
	  color: #2492cc;
}
#downloadPage .download__area a:hover h3.download__ttl span::after  {
    bottom: -3px;
}


#downloadPage  .download__area .btn-contact {
	  color: #fff;
    background: #f08200;
    border-color: #f08200;
    font-size: 16px;
    font-weight: 700;
    height: 44px;
    padding: 2px 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid;
    border-radius: 40px;
    text-decoration: none;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    width: 80%;
}
#downloadPage  .download__area .btn-contact:hover {
    color: #f08200;
    background: #fff;
}