body {
	border: none;
}

.pc {
	display: block;
}

.contact_number_box_wrapper {
	/*display: flex;*/
}

@media screen and (max-width: 640px) {
	.contact_number_box_wrapper {
		display: block;
	}
}

.title_main {
	position: relative;
	/* width: 100%;
	height: 100px; */
	color: #3e3e3e;
	background-color: #f8f8f8;
	border-top: solid 0.5px black;
	padding-top: 40px;
	padding-bottom: 39px;
}

.title_main_box {
	/* position: absolute;
	max-width: 1200px;
	margin: 0 auto;
	top: calc(50% - 25px);
	left: 8%;
	line-height: 50px; */
	max-width: 1000px;
	margin: 0 15%;
	padding: 0 20px 0 20px;
}

.title_main_box > p {
	font-weight: 200;
	font-size: 30px;
}

a:hover {
	color: #588cb9;
}

.contents_card_title_contact > h3 {
	padding: 0;
	position: unset;
	margin-top: 0;
	border-bottom: none;
	font-size: 32px;
	width: max-content;
	margin: 20px auto 0;
	text-align: center;
	align-items: baseline;
	justify-content: center;
	color: #588cb9 !important;
}

.contents_card_icon {
	text-align: center;
	color: #588cb9;
}

section#contact_web,
#contact_tel {
	padding: 0;
}

.grayBox_RC a h3 {
	margin: 0;
}

.contact_web:before {
	content: "";
	display: inline-block;
	vertical-align: sub;
	width: 81px;
	height: 80px;
	background-image: url(https://www.yoshida-dental.co.jp/wp-content/themes/yoshida/img/support/screen-icon.png);
}

.contact_tel:before {
	content: "";
	display: inline-block;
	vertical-align: sub;
	width: 81px;
	height: 80px;
	background-image: url(https://www.yoshida-dental.co.jp/wp-content/themes/yoshida/img/support/sh-icon.png);
}

.contact_repair:before {
	content: "";
	display: inline-block;
	vertical-align: sub;
	width: 81px;
	height: 80px;
	background-image: url(https://www.yoshida-dental.co.jp/wp-content/themes/yoshida/img/support/tool-icon.png);
}

.contact_repair:after {
	display: none;
}

.contact_web h3:before {
	display: none;
}

.contact_tel h3:before {
	display: none;
}

.contact_repair h3:before {
	display: none;
}

#contact-tabs .select a {
	background-color: #588cb9;
	color: #fff;
}

#contact-tabs li a {
	color: #3e3e3e;
	background-color: #d9d9d9;
	cursor: pointer;
}

#contact_web > div > .redFrame_RC {
	border-radius: 0;
}

#contact_web .seminar_description a {
	text-decoration: underline;
	color: #c03;
	font-weight: bold;
}

#contact_web .contact_gplus a {
	background-color: #588cb9;
}

#contact_web .contact_gplus a.text_link {
	background-color: inherit;
	display: inline-block;
	width: inherit;
	text-decoration: underline;
	color: #c03;
	font-weight: bold;
}

.form_privacy_policy {
	margin: 0;
}

.formTitle .required {
	width: 55px;
	height: 24px;
	margin-left: 10px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #e86e6e;
	border-radius: 4px;
}

#contact-tabs li a {
	border-radius: 0;
}

input[type="radio"] + label.block {
	float: left;
	position: relative;
	width: auto;
	margin: 10px 10px;
	padding: 16px 47px;
	box-sizing: border-box;
	cursor: pointer;
	background: #fff;
	border: 1px solid #707070;
	border-radius: 4px;
}

input[type="radio"] + label:before,
input[type="radio"]:checked + label:before {
	content: "";
	display: block;
	width: 25px;
	position: absolute;
	top: 42%;
	left: 15px;
	height: 25px;
	margin-top: -11px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #588cb9;
}

input[type="radio"] + label:after {
	opacity: 0 !important;
}

input[type="radio"]:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: 40%;
	left: 25px;
	height: 7px;
	width: 7px;
	margin-top: 0;
	background: #588cb9;
	border-radius: 50%;
	opacity: 1 !important;

	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
}

.formTitle .formTitle_text {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #d01027;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border: none;
}

label.elCheckBox {
	display: inline-flex;
	vertical-align: middle;
}

.elCheckBox input + span {
	display: block;
	line-height: 16px;
	padding-left: 10px;
	cursor: pointer;
}

.elCheckBox input {
	height: 16px;
	width: 16px;
	text-align: center;
	line-height: 16px;
	border-radius: 5px;
}

.pos_2 {
	display: inline-block;
	margin: 15px 0 0 15px;
}

.w100 {
	width: 100% !important;
}

.w100:after {
	content: "";
	clear: both;
	display: block;
}

.col .col2[datda-cat="1"] {
	display: none;
}

.col .col2 > .text12 {
	background-color: #588cb9;
}

.colBox .m_5[datda-cat="2"],
.colBox .m_5[datda-cat="3"] {
	display: none;
}

form input[type="submit"] {
	min-width: 250px;
	line-height: 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 11px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	background-color: #588cb9;
}

.contact_tel .redFrame_RC h3 {
	border-bottom: 1px #d01027 solid;
	border: none;
}

.redFrame_RC {
	border: 1px solid #588cb9;
	border-radius: 0;
}

.grayBox_RC a {
	height: auto;
}

#contact_tel .redFrame_RC h3 {
	border: none;
}

#contact_tel .redFrame_RC > h3 {
	width: max-content;
	margin: 0 0 20px;
	text-align: center;
	align-items: baseline;
	justify-content: center;
	font-size: 34px;
	color: #588cb9 !important;
}

#contact_tel .redFrame_RC {
	/*min-height: 799px;*/
	/*max-width: 522px;*/
}

.contact_number_box {
	color: #fff;
	text-align: center;
	background-color: #588cb9;
	padding: 4px;
	margin-bottom: 20px;
}

.site-content h2:after,
.site-content h2.title_l:after {
	display: none;
}

.support_phone_num {
	font-size: 20px;
	justify-content: center;
	text-align: center;
	align-items: baseline;
	border-radius: 4px;
}

.contact_list span {
	display: block;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
}

.contact_free {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	text-align: center;
	align-items: baseline;
}

.support_phone_num h2 {
	text-align: center;
	font-size: 40px;
	color: #fff;
}

.support_phone_num h2 a {
	color: #fff;
}

.support_phone_num > span {
	margin-top: 13px;
}

.support_phone_num_type,
.contact_type {
	font-size: 16px;
}

.contact_description {

}

.site-content h2,
.site-content h2.title_l {
	margin: 0;
}

.support_grid_contact {
	display: flex;
	margin-bottom: 230px;
}

.support_grid_contact > .contents_card_background:first-child {
	margin-right: 40px;
}

.support_grid_contact > .contents_card_background:nth-child(2) {
	margin-right: 40px;
}

.support_grid_contact > .contents_card_background:last-child {
	margin-right: 0;
}

.contents_card_background {
	width: calc(100% - 60px);
	margin-bottom: 60px;
	padding: 30px;
	background-color: #f5f7fa;
	border: 1px solid #588cb9;
	border-radius: 12px;
	cursor: pointer;
}

.contents_card_title_contact {
	display: flex;
	width: max-content;
	margin: 20px auto 0;
	text-align: center;
	align-items: baseline;
	justify-content: center;
	color: #588cb9;
}

.contents_card_title_contact > h3 {
	margin: 0;
	padding: 0;
	text-align: center;
	border-bottom: none;
	font-size: 32px;
}

form input[type="submit"]:hover {
	background: #588cb9;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
	transform: translateY(-0.1875em);
}

.site-content ul li:before {
	display: none;
}

.word_block {
	display: block;
}

@media screen and (max-width: 767px) {
	.contents_card_mid_text {
		font-size: 2vw;
	}

	.support_grid_contact {
		flex-wrap: wrap;
	}

	.support_grid_contact > .contents_card_background:first-child {
		margin-right: 0;
	}

	.support_grid_contact > .contents_card_background:nth-child(2) {
		margin-right: 0;
	}

	.support_grid_contact > .contents_card_background:last-child {
		margin-right: 0;
		margin-left: 0;
	}

	.reception_time p{
		font-size: 14px;
	}

	#contact_tel .redFrame_RC {
		max-width: initial;
	}
}

@media screen and (max-width: 481px) {
	.support_grid_contact > .contents_card_background:first-child {
		margin-right: 0;
		margin-left: 0;
	}

	.support_grid_contact > .contents_card_background:nth-child(2) {
		margin-right: 0;
		margin-left: 0;
	}

	.support_grid_contact > .contents_card_background:last-child {
		margin-right: 0;
		margin-left: 0;
	}

	.contents_box_title {
		top: 0;
	}

	.contents_box_title h2:nth-child(2) {
		float: left;
	}

	.contents_box_title h2 {
		font-size: 8vw;
	}

	.contents_card_title_contact {
		display: block;
	}

	.contents_card_mid_text {
		font-size: 4vw;
	}

	.contents_card_background {
		margin-bottom: 20px;
	}

	.contents_card_title_contact h2 {
		font-size: 24px;
	}

	.contents_card_title_contact span {
		font-size: 4vw;
	}

	.support_grid_contact {
		display: block;
	}

	.col.col2.redFrame_RC.grayBox .text9 {
		display: block;
	}

	.pos_2 {
		margin: 15px 0;
	}
}

.announce_wrapper {
	margin: 0 0 20px 0;
}

.announce_wrapper div:first-child {
	border: solid 1px #588cb9;
	padding: 12px 20px;
	border-radius: 10px;
}

.announce_wrapper .time_wrapper {
	display: flex;
}

.support_img {
	background: url(https://www.yoshida-dental.co.jp/wp-content/themes/yoshida/img/company/support_title_bg.png);
}

.bluetitle_area {
	position: relative;
	height: 120px;
	width: 100%;
	padding: 0;
	background-size: cover;
}

.bluetitle_area .head_menu {
	text-align: center;
}

.bluetitle_area .head_menu {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.bluetitle_area .head_menu h1 {
	font-size: 40px;
	font-weight: bold;
	margin: 0 auto 8px auto;
	line-height: inherit;
	color: #333;
}

.bluetitle_area .head_menu span {
	font-size: 15px;
}

@media screen and (min-width: 640px) {
	.colBox.m_5 > .col.js-reduce_margin {
		margin-right: 0;
		margin-left: 2.5% !important;
	}
}

@media screen and (max-width: 767px) {
	.bluetitle_area {
		margin-top: 54px;
	}

	.blueverForm_wrapper {
		width: 92%;
		margin: 0 auto;
	}

	.blueverForm_wrapper .redFrame_RC {
		box-sizing: border-box;
	}

	.word_block {
		display:inline;
	}
}

/* SP only END */

