@charset "utf-8";
/* CSS Document */
/*
Theme Name: アルファジール　歯科のテーマ
Author: アルファージール
Description: 歯科のテーマ
Version: 10000
*/

.wrap h2,
.wrap h3,
.wrap h4,
.wrap h5,
.wrap h6 {
	clear: both;
}

.wrap h2 {
	background: url("../images/ico_h2.png") 0 0 no-repeat;
	background-size: 40px auto;
	padding-left: 50px;
	margin-bottom: 20px;
  font-weight: normal;
}
.wrap h3 {
  border-bottom: double 3px #13be13;
  margin-bottom: 20px;
  font-weight: normal;
}
@media only screen and (min-width: 768px){
	.wrap h2 {
		background: url("../images/ico_h2_pc.png") 0 0 no-repeat;
		margin-left: -52px;
	}
	.content_h2 {
		padding-left: 52px;
	}
}

.wrap h4 {
	border-bottom: 4px dotted #ccc;
	padding-bottom: 2px;
	font-weight: normal;
	margin-bottom: 10px;
	position: relative;
}
.wrap h4::before {
	content: "";
	position: absolute;
	left: 4px;
	right: 4px;
	bottom: -4px;
	border-bottom: 4px dotted #eee;
}

/*=====================

　チェックボックス
 
======================*/

.checkbox li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 5px;
}
.checkbox li::before {
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	font-size: 14px;
	margin-right: 5px;
	border: 1px solid #81bf24;
	width: 18px;
	height: 18px;
	line-height: 17px;
	text-align: center;
	color: #81bf24;
}
.checkbox li::before {
	content: "\f00c";
}


.list_flow::after {
	content: "";
	display: block;
	clear: both;
}
.list_flow li {
	float: left;
	width: 50%;
}

/****************************************

コンタクトフォーム

****************************************/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

お問い合わせ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.contact_form,
.contact_form * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact_form {
	max-width: 100%;
	margin: auto;
}
.contact_form table {
	width: 100%;
	border-top: 1px dashed #000;
}
.contact_form table tr {
	border-bottom: 1px dashed #000;
}
.contact_form table th,
.contact_form table td {
	padding: 15px 10px;
	line-height: 1.7;
	border: 0;
}
.contact_form table th {
	width: 200px;
	background: #eee;
}
.contact_form table input[type=text],
.contact_form table input[type=tel],
.contact_form table input[type=email],
.contact_form table textarea {
	padding: 5px 10px;
	width: 100%;
	border: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #ddd;
	line-height: 1.4;
    font-size: 18px;
}
.contact_form table input[type=text].size_4 {
	width: 4em;
}
.contact_form table input[type=text].size_7 {
	width: 7em;
}
.contact_form table select{
    font-size: 18px;
}
input[type=checkbox]{
	width: auto;
}
.contact_form table input[type=number] {
	width: 50px;
}
.contact_form table input:focus,
.contact_form table textarea:focus,
.contact_form table select:focus {
	outline-color: #000000;
}
.contact_form table textarea {
	height: 160px;
}
.contact_form table .textarea_address {
	height: 60px;
}
.contact_form table textarea[rows="3"] {
	height: 80px;
}
.rq {
	background: #f00;
	color: #fff;
	display: inline-block;
	padding: 0 2px;
    margin-left: 2px;
	font-size: 12px;
}
.submit_list {
	margin-top: 20px;
	text-align: center;
}
.submit_list input,
.submit_list button {
	-webkit-appearance: none;
	position: relative;
	display: inline-block;
	width: 200px;
	font-size: 18px;
	border: 0;
	margin-bottom: 10px;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	vertical-align:middle;background: #00b900; /* Old browsers */
background: -moz-linear-gradient(top, #00b900 0%, #71d871 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #00b900 0%,#71d871 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #00b900 0%,#71d871 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b900', endColorstr='#71d871',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
    color: #fff;
}
.submit_inner {
	display: inline-block;
	position: relative;
}
.submit_list input:hover,
.submit_list button:hover {
	opacity: .7;
}
.submit_list input:focus {
	outline: #fff;
}
.submit_list li {
	display: inline-block;
	margin: 0 2%;
	position: relative;
}
.btn_preview input,
.btn_submit input {
}
.btn_preview::before,
.btn_back::before,
.btn_submit::before {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: 1;
	background: 50% 50% no-repeat;
	background-size: 20px;
	top: 0;
	pointer-events: none;
}
.btn_preview::before,
.btn_submit::before {
	top: 50%;
	width: 0;
	height: 0;
	right: 0;
	margin: -15px 20px 0 0;
	border-style: solid;
	border-width: 10px 0 10px 15px;
	border-color: transparent transparent transparent #fff;
}
.btn_back::before {
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin: -15px 0 0 10px;
	border-style: solid;
	border-width: 10px 15px 10px 0;
	border-color: transparent #ffffff transparent transparent;
}
.mw_wp_form_preview .preview_hide { display: none !important;}
.mw_wp_form_input .input_hide { display: none !important;}

@media (max-width: 767px){

.contact_form table {
	border: 0;
}
.contact_form table th,
.contact_form table td {
	display: block;
	border: 0;
	padding: 10px 10px;
}
.contact_form table tr {
	border: 0;
}
.contact_form table th {
	text-align: left;
	position: relative;
	width: 100%;
	padding: 2px 10px;
    background: #ddd;
}
.contact_form table input[type=text],
.contact_form table input[type=tel],
.contact_form table input[type=email],
.contact_form table textarea {
	background: #fff;
	border: 2px solid #ccc;
	border-radius: 5px;
	padding: 5px;
}
}
.mw_wp_form_preview .contact_form td {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.mw_wp_form_preview .contact_form tr:last-child td:last-child {
	border-bottom: 1px solid #ccc;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■
　料金表
■■■■■■■■■■■■■■■■■■■■■■■■ */

.priceTable01,
.priceTable02 {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 20px;
}
.priceTable01 th,
.priceTable01 td {
	border: 1px solid #444;
	padding: 10px;
}
.priceTable01 th {
	width: 30%;
	background: #ccc;
}
.priceTable02 th,
.priceTable02 td {
	border: 1px solid #4267b2;
	padding: 10px;
}
.priceTable02 th {
	width: 40%;
	background: rgb(160, 179, 216);
	color: rgba(66, 103, 178, 1);
}
.priceTable02 thead th,
.priceTable02 thead td {
	background: rgba(66, 103, 178, 1);
	color: #fff;
}
.priceTable02 thead th {
	border-right-color: #fff;
}
.priceTable02 tbody th {
	border-bottom-color:#fff;
}
.priceTable02 tr:last-child th {
	border-bottom-color: rgba(66, 103, 178, 1);
}

@media only screen and (max-width: 767px){
	.priceTable01 th,
	.priceTable01 td {
		width: 100%;
		display: block;
		border-bottom-width: 0;
	}
	.priceTable01 tr:last-child td:last-child {
		border-bottom-width: 1px;
	}
}

.mw_wp_form{
	margin-top: -210px;
	padding-top: 210px;
}
@media only screen and (max-width: 767px){
	.mw_wp_form{
		margin-top: -140px;
		padding-top: 140px;
	}
}
