.mt50{
	margin-top:50px;
}

table {
    width: 100%;
}

.q_button {
    min-width: 200px;
    max-width: 90%;
    background-color: #2980b9;
    display: inline-block;
    vertical-align: middle;
    padding: 1em 1.5em;
    font-weight: 400;
    font-size: 120%;
    color: #fff !important;
    margin: 0;
    text-decoration: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
}

.q_button:hover, .q_button:focus {
    text-decoration: none !important;
    background-color: #3a91c9;
    color: #fff !important;
}

.post_content a:hover {
    color: #00516c;
}

.social-right {
	position: absolute;
	top: 70%;
	left: 76%;
}

.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

span.wpcf7-list-item {
	display: block;
}

.alert {
	color: #f00;
}

.center {
	text-align: center;
}

.flowBox {
	padding-bottom: 30px;
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
	background: url(http://kk-miki.co.jp/wp-content/uploads/2015/09/arrow_down.png) center bottom no-repeat;
}

.flowBox-last {
	background: 0 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.flowBox dl {
	display: block;
	overflow: hidden;
	padding: 15px 20px;
	border: 3px solid #e5e5e5;
}

.flowBox-last dl {
	display: block;
	overflow: hidden;
	padding: 15px 20px;
	border: 3px solid #e5e5e5;
}

.flowBox dl dt {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	font-size: 1.2em;
}

.flowBox-last dl dt {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	font-size: 1.2em;
}

.sue-icon-text {
	margin: 1.5em 0 .5em !important;
}

.m-top {
	margin-top: 30px !important;
}

.m-top40 {
	margin-top: 40px !important;
}

.m-top50 {
	margin-top: 50px !important;
}

.list-top {
	margin-top: 25px !important;
}

.s-list-top {
	margin-top: 10px !important;
}

.s-list-top-p {
	padding-top: 10px !important;
}

.m-list-top {
	margin-top: 20px !important;
}

.list-last {
	margin-top: 10px !important;
	padding-bottom: 20px !important;
}

/* --- お問い合わせフォーム --- */
/* デザインカスタマイズ */
div.wpcf7 {
	background: #fafafa;
	border: 1px solid #ddd;
	padding: 0;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 20px 0 30px;
}

div.wpcf7 p {
	padding: 20px 20px 0;
	margin: 0;
	font-size: 12px;
}

div.wpcf7 input, .wpcf7 textarea {
	border: 1px solid #ccc;
	padding: 8px;
	font-size: 14px;
	margin-bottom: 2px;
	width: 97.5%;
}

div.wpcf7 textarea {
	width: 97.5%;
	height: 300px;
}

div.wpcf7 input.wpcf7-submit {
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	width: 200px;
	height: 45px;
	margin: 0 auto;
	display: block;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #333;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.5), inset 0 32px 0 -12px #808080;
	border: 1px solid #666;
}

div.wpcf7 input.wpcf7-submit:hover {
	background: #006080;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.5), inset 0 32px 0 -12px #007ea8;
	border: 1px solid #006080;
}

.wpcf7 input.wpcf7-submit:active {
	box-shadow: none;
	bottom: -2px;
	position: relative;
}

.wpcf7 input:focus, .wpcf7 textarea:focus {
	border: 1px solid #009de1;
}

.wpcf7-captchac {
	border: 1px solid #ccc;
}

/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid {
	background: #ffb6c1;
}

.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}

.wpcf7 .wpcf7-response-output {
	margin: 10px 0 0;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.wpcf7 .wpcf7-validation-errors {
	color: #B94A48;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
}

.wpcf7 .wpcf7-mail-sent-ok {
	color: #3A87AD;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
}

/* 必須赤色表示 */
.wpcf7 .required {
	color: #f00;
}

/* 任意緑色表示 */
.wpcf7 .any {
	color: #080;
}

input[type="checkbox"] {
	width: initial !important;
}