div[id^=page_] .c-bg-img-top {
    background-size: auto;
}
.contact_block h3 {
	border-bottom: 2px solid;
	display: inline-block;
	padding-bottom: 15px;
}
.c-shop-form-1 > div > dl {
	display: table;
	margin: 0 auto;
}
.c-shop-form-1 > div > dl > dt, .c-shop-form-1 > dl > dd {
    display: table-cell;
    padding: 10px;
}
.c-shop-form-1 > div > dl > dt {
    width: 200px;
	text-align:left;
    vertical-align: top;	
	padding: 10px 10px 10px 0;	
}
.c-shop-form-1 > div > dl > dd {
    width: 390px;
	padding-bottom: 20px;
}
.c-shop-form-1 > div > dl > dd > input {
	padding: 10px 20px;
	height: auto;
}

.c-shop-form-1 select {
	outline:none;
	text-indent: 0.01px;
	text-overflow: '';
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	padding: 6px 32px 6px 12px;
}
.c-shop-form-1 select option{
  background-color: #fff;
  color: #333;
}
.c-shop-form-1 select::-ms-expand {
  display: none;
}
.c-shop-form-1 select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #ccc;
}
.c-shop-form-1 .select-wrap {
	position:relative;
}
.c-shop-form-1 .select-wrap:before {
	z-index: 1;
	position: absolute;
	right: 15px;
	top: 0;
	content: "\f0d7";;
	font-family: "FontAwesome";
	line-height: 2.5em;
	color: #7F878C;
	pointer-events: none;
}

.contact_exp {
	display:table;
	width:600px;
	background-color:#f3f3f3;
	padding: 20px 20px 20px 10px;
	margin: 0 auto;
}
.contact_exp > ul {
	padding-left: 20px;
	margin: 0;
}
.contact_exp > ul > li {
	margin-bottom: 40px;
}
.contact_exp > ul > li:last-child {
	margin-bottom: 0;
}

.note_block {
	border: 4px solid #dfeef6;
	padding: 30px;
	width:430px;
	float:left;
}
.note_block p.info {
	line-height:40px;
}
@media (max-width: 1170px) {
.note_block { 
    width: calc(100% - 30px);
    margin: 0 15px 10px !important;
}
}
@media (max-width: 767px) {
.note_block { 
    width: calc(50% - 30px);
    margin: 0 15px!important;
}
}

@media (max-width: 480px) {
.c-shop-form-1 > div > dl,	
.c-shop-form-1 > div > dl > dt,
.c-shop-form-1 > div > dl > dd {
    width: 100%;
	float: left;
}
.contact_exp { width: 100%; }
.note_block { width: calc(100% - 30px); margin: 0 15px 10px; }
.info.c-font-30 { font-size: 25px;}
}
