@charset "utf-8";

.outer {
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
	overflow: hidden
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}

.bg_checkbox li {
    position: relative;
    display: inline-block;
    margin: 0 32px 0 0;
    padding: 0;
}

.bg_radio li.block {
	display: block;
	margin-bottom: 10px;
}

.bg_radio li.flex {
	display: flex;
}

.bg_radio li.box {
	width: 300px;
	background: #F4F4F6;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e9e9ea;
}
 
.bg_checkbox input {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;  
    height: 100%;
}

.bg_checkbox input[type="checkbox"] + label {
    display: block;
    background-image: url(../images/check.png);
    background-size: 25px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 0 0 35px;
	height: 26px;
	line-height: 26px;
}
 
.bg_checkbox input[type="checkbox"]:checked + label {
    background-image: url(../images/check_ov.png);
}



.workstyle .bg_checkbox input[type="checkbox"] + label {
    color: #e77c22;
}

.workstyle {
    background: #fef8f4;
    padding: 20px;
}

.workstyle_tit {
    color: #494b54;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 600;
}

.workstyle .bg_checkbox li {
    width: 32%;
    margin: 0 0 20px 0;
	vertical-align: top;
}

.workstyle .btn_area {
	text-align: center;
	margin-top: 30px;
}


.workstyle .btn_orenge {
  display: inline-block !important;
  background: #e77c22 !important;
  color: #ffffff !important;
  border: 2px solid transparent !important;
  border-radius: 2em !important;
  min-width: 4.1em !important;
  max-width: 450px !important;
  width:100%;
  font-size: 16px !important;
  line-height: 1.3em !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  padding: 20px 30px !important;
  transition: all 0.2s !important;
}
.workstyle .btn_orenge:visited {
  background: #e77c22 !important;
  color: #ffffff !important;
  border: 2px solid transparent !important;
  text-decoration: none !important;
}
.workstyle .btn_orenge:active {
  background: #f3bd90 !important;
  color: #fef8f4 !important;
  border: 2px solid transparent !important;
  text-decoration: none !important;
}
.workstyle .btn_orenge:hover {
  background: #f3bd90 !important;
  border-color: transparent !important;
  color: #fef8f4 !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

@media screen and (max-width: 640px) {

.outer {
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
	overflow: hidden
}

.bg_checkbox li {
	margin: 0;
}


.workstyle .bg_checkbox li {
    width: 100%;
    margin: 0 0 20px 0;
}
.workstyle .btn_orenge {
    padding: 10px 15px !important;
	width: 100%;
  }
}
