.ccm-page div.ccm-block-type-form div.form-group {
    margin-bottom:16px;
    padding-bottom:16px;
}

/*　必須表示
---------------------------------------------------------------------*/
.ccm-page div.ccm-block-type-form span.text-muted {
	color:#f00;
	margin:0 0 0 8px;
}

/*　個人情報保護
-------------------------------------------------------*/
.ccm-page .privacypolicy_list{
	width:100%;
	text-align:left;
	line-height:1.6;
	margin:24px auto;
}

.ccm-page .privacypolicy_list li{
	display: table-row;
	counter-increment:number;
}

.ccm-page .privacypolicy_list li:before{
	content: counter(number) ".";
	display: table-cell;
	padding-right:4px;
	white-space: nowrap;
}

/*　お問い合わせフォーム調整
---------------------------------------------------------------------*/
.ccm-page .ccm-block-type-form{
	margin:16px auto;
	text-align:left;
}

.ccm-page .ccm-block-type-form label{
	text-align:left;
	vertical-align:top;
	line-height:2;
}

.ccm-page .form-control,.ccm-page .ccm-block-type-form textarea{
	padding:8px !important;
	border:#ccc 1px solid;
	line-height:1.3 !important;
	background:#fff !important;
	transition: .3s;
}
.ccm-page .form-control:focus,.ccm-page .ccm-block-type-form textarea:focus,.ccm-page .form-control:hover,.ccm-page .ccm-block-type-form textarea:hover{
	border:rgba(0,91,172,1) 1px solid;
	box-shadow: 0 4px 5px 0 rgba(0,91,172, 0.14), 0 1px 10px 0 rgba(0,91,172, 0.12), 0 2px 4px -1px rgba(0,91,172, 0.2);
}

.ccm-page .checkbox input{
	width:13px !important;
	margin:0 !important;
}

.ccm-page .checkbox label{
	padding:0 !important;
	width:100% !important;
}


/*　エラー表示
---------------------------------------------------------------------*/
.ccm-page .alert{
	font-weight:bold;
	color:#f00;
	background:rgba(255,255,255,0.8);
	padding:32px 32px 16px;
	margin:32px auto;
	border:#f00 1px solid;
}

.ccm-page .error{
	margin:16px 0;
    padding:0px 0px 0px 1.6rem;
	counter-increment:number;
}
.ccm-page .error:before{
	content:counter(number) "、";
	margin: 0 0 0 -1.6rem;
}

/*　チェックボックス
---------------------------------------------------------------------*/
.ccm-page .checkbox span{
	position:relative;
	left:22px;
}

.ccm-page input[type=checkbox] {
  display: none !important;
}
.ccm-page .check_css {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 0 0 0 42px;
  vertical-align: middle;
  cursor: pointer;
}
.ccm-page .check_css:hover:after,.ccm-page .ccm-page input[type=checkbox]:checked + .check_css:after {
  border-color:rgba(0,91,172,1);
}
.ccm-page .check_css:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top:7px;
  left: 0px;
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 2px;
  content: '';
}
.ccm-page .check_css:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top:10px;
  left: 6px;
  display: block;
  width: 5px;
  height: 9px;
  border-right: 3px solid rgba(0,91,172,1);
  border-bottom: 3px solid rgba(0,91,172,1);
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ccm-page input[type=checkbox]:checked + .check_css:before {
  opacity: 1;
}

@media (max-width: 768px) {
.ccm-page .ccm-block-type-form label{
	display:block;
	width:100%;
	margin:0;
	padding:10px 0 0px;
	text-align:left;
	vertical-align:top;
}

.ccm-page .control-label{
	font-size:1.3rem;
}

.ccm-page .ccm-block-type-form input,.ccm-page .ccm-block-type-form textarea{
	width:100%;
}

/*　エラー表示
---------------------------------------------------------------------*/
.ccm-page .errors{
	left:32%;
}

}

@media (min-width: 769px) {
.ccm-page div.ccm-block-type-form div.form-group {
	border-bottom:#545454 1px dotted;
}
.ccm-page div.ccm-block-type-form .captcha {
	border:none !important;
}
.ccm-page .ccm-block-type-form label{
	display:inline-block;
	width:32%;
	padding:16px 0;
}

.ccm-page .ccm-block-type-form input,.ccm-page .ccm-block-type-form textarea{
	display:inline-block;
	width:67%;
	margin:16px 0;
}

.ccm-page .checkboxList{
    display: table;
    table-layout: fixed;
    width: 100%;
}

.ccm-page .checkbox{
	display:table-cell;
	width:100%;
}

/*　エラー表示
---------------------------------------------------------------------*/
.ccm-page .errors{
	left:35%;
}
}
