@charset "UTF-8";
/*Theme Name:荒川区-form
Theme URI:https://arakawa-soudan.jp/
Description:出産・育児・介護を機に離職した女性の再就職や働き方を支援する相談窓口
Version: 1.1
Author:荒川区女性のおしごと相談デスク
Author URI:https://arakawa-soudan.jp/*/ 

/*--chekbox--*/
.checkbox label {
display: inline-block;
background:#e4e4e4;
padding:2px 4px 2px 2px;
margin:5px 5px 10px 0!important;
border-radius:2px;
cursor:pointer;
}
.checkbox label:hover {
background:#ccc;
color:#fff;
}
/*--chekbox--*/

/*form-select*/
.select-box select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
/*width: 100%;*/
background: #fff;
border:2px solid #c1c1c1;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
font-size:1.0em;
box-sizing:border-box;
/*background: url(arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);*/
/*background: url(arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);*/
/*background-size: 20px, 100%;*/
}
.select-box:hover {border-color:#777;}
/*form-select*/



/*--必須icon--*/
.hissu {padding:1px 3px; border-radius:2px; background:#777; color:#fff;}
/*--必須icon--*/

.w-30per {width:30%;}
.w-20per {width:20%;}
.w-15per {width:15%;}
.w-10per {width:10%;}

/*select {width:100%;}*/