@charset "UTF-8";

.form-group::after,
.row::after,
.contents::after,
.contents-fluid::after {
	clear: both;
	content: "";
	display: table;
}
.col-0, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	position: relative;
	min-height: 1px;
	padding-left: 4px;
	padding-right: 4px;
}
.col-0, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left;
}
.col-0 {
	width: auto;
}
.col-1 {
	width: 8.33333%;
}
.col-2 {
	width: 16.66667%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.33333%;
}
.col-5 {
	width: 41.66667%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.33333%;
}
.col-8 {
	width: 66.66667%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.33333%;
}
.col-11 {
	width: 91.66667%;
}
.col-12 {
	width: 100%;
}
.col-offset-1 {
	margin-left: 8.33333%;
}
.col-offset-2 {
	margin-left: 16.66667%;
}
.col-offset-3 {
	margin-left: 25%;
}
.col-offset-4 {
	margin-left: 33.33333%;
}
.col-offset-5 {
	margin-left: 41.66667%;
}
.col-offset-6 {
	margin-left: 50%;
}
.col-offset-7 {
	margin-left: 58.33333%;
}
.col-offset-8 {
	margin-left: 66.66667%;
}
.col-offset-9 {
	margin-left: 75%;
}
.col-offset-10 {
	margin-left: 83.33333%;
}
.col-offset-11 {
	margin-left: 91.66667%;
}
.col-offset-12 {
	margin-left: 100%;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.control-label,
.annotation {
	line-height: 30px;
}
.row {
	margin: 0 -4px 0;
}
.form-group-header {
	color: #854347;
	margin: 0;
}
.form-group {
	margin: 0 -4px 5px;
}
.form-group-lg {
	margin-bottom: 8px;
}
.form-group-vertical {
	margin: 0 0 5px;
}
.form-control {
	border: 1px solid #aaa;
	margin: 2px 0;
	padding: 2px 2px;
	width: 100%;
}
.form-control-static {
	margin: 2px 0;
	padding: 3px 3px;
}
.form-group-lg .control-label,
.form-group-lg .annotation {
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
}
.radio {
	position: relative;
	top: 1px;
	margin-right: 3px;
}
.form-group-lg .form-control {
	border: 1px solid #aaa;
	border-radius: 3px;
	font-size: 22px;
	line-height: 26px;
	margin: 2px 0;
	padding: 2px 4px;
}
.form-group-lg .form-control-static {
	font-size: 22px;
	margin: 2px 0;
	padding: 3px 5px;
}
.form-group-lg .radio {
	position: relative;
	top: 1px;
	margin-right: 5px;
}

.radioCheck {
	overflow: hidden;
	position: relative;
}
.radioCheck input[type=radio],
.radioCheck input[type=checkbox] {
	position: absolute;
	left: -20px;
}
.radioCheck input[type=radio] + span,
.radioCheck input[type=checkbox] + span{
	padding-left: 25px;
}
.radioCheck input[type=radio] + span:before {
	background: #fff;
	border: 2px solid #A5234B;
	border-radius: 50%;
	content: "";
	display: block;
	height: 14px;
	left: 4px;
	width:14px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
}
.radioCheck input[type=radio]:checked + span:after {
	background: #A5234B;
	border-radius: 50%;
	content: "";
	display: block;
	height: 10px;
	left: 8px;
	width:10px;
	margin-top: -6px;
	position: absolute;
	top: 50%;
}
.radioCheck input[type=checkbox] + span:before {
	background: #fff;
	border: 2px solid #A5234B;
	border-radius: 3px;
	content: "";
	display: block;
	height: 14px;
	left: 3px;
	width:14px;
	margin-top: -9px;
	position: absolute;
	top: 50%;
}
.radioCheck input[type=checkbox]:checked + span:after {
	border-left: 4px solid #A5234B;
	border-bottom: 4px solid #A5234B;
	content: "";
	display: block;
	height: 8px;
	left: 6px;
	width:12px;
	margin-top: -9px;
	position: absolute;
	top: 50%;
	transform: rotate(-45deg);
}
.radioCheck input[type=radio]:disabled + span:before {
	border-color: #aaa;
}
.radioCheck input[type=radio]:disabled:checked + span:after {
	background-color: #aaa;
}
.radioCheck input[type=checkbox]:disabled + span:before {
	border-color: #aaa;
}
.radioCheck input[type=checkbox]:disabled:checked + span:after {
	border-color: #aaa;
}
.form-group-lg .radioCheck input[type=radio] + span,
.form-group-lg .radioCheck input[type=checkbox] + span{
	padding-left: 30px;
}
.form-group-lg .radioCheck input[type=radio] + span:before {
	border: 3px solid #A5234B;
	height: 20px;
	left: 1px;
	width:20px;
	margin-top: -13px;
}
.form-group-lg .radioCheck input[type=radio]:checked + span:after {
	background: #A5234B;
	height: 14px;
	left: 7px;
	width:14px;
	margin-top: -7px;
}
.form-group-lg .radioCheck input[type=checkbox] + span:before {
	border: 3px solid #A5234B;
	border-radius: 3px;
	height: 18px;
	left: 1px;
	width:18px;
	margin-top: -12px;
}
.form-group-lg .radioCheck input[type=checkbox]:checked + span:after {
	border-left: 5px solid #A5234B;
	border-bottom: 5px solid #A5234B;
	height: 10px;
	left: 5px;
	width:16px;
	margin-top: -12px;
}
.input-group {
	display: table;
}
.input-group .form-control {
	display: table-cell;
	float: left;
}
.input-group .input-group-btn {
	display: table-cell;
	width: auto;
	vertical-align: middle;
}
.input-group .input-group-btn .btn {
	min-width: 0;
	white-space: nowrap;
	border-radius: 3px 0 0 3px;
}
.input-group input {
	border-right: none;
}
.input-group input + .input-group-btn .btn {
	border-radius: 0 3px 3px 0;
}

.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}

.category-box{
  display: flex;
}

.category-box2{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
}

@media (min-width:768px) {
	.text-left-pc {
		text-align: left !important;
	}
	.text-right-pc {
		text-align: right !important;
	}
	.text-center-pc {
		text-align: center !important;
	}
}

@media (max-width:767px) {

  .col-0, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    float: none;
    width: 100%;
  }
  .col-offset-0,.col-offset-1,.col-offset-2,.col-offset-3,.col-offset-4,.col-offset-5,.col-offset-6,.col-offset-7,.col-offset-8,.col-offset-9,.col-offset-10,.col-offset-11,.col-offset-12 {
    margin-left: 0;
  }

  .form-group,.form-group-lg,.form-group-vertical {
    margin-bottom: 8px;
  }
  .form-group .control-label {
    line-height: 1.2;
  }
  .radioCheck {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: auto;
  }


}

}