/*
Theme Name: 訪問歯科
*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: top;
}
ul { list-style-type: none; }
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
input,textarea,select,button {
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-appearance: none;
	vertical-align: top;
	border-radius: 0;
	outline: none;
}

/* BASE -------------------------------------------------------------------------*/

.p_badd{
    margin-bottom: 30px;
}

.p_badd li{
list-style: disc;
    margin: 0px 30px;

}

html {
	overflow-y: scroll;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: #333;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
}
p {
	font-size: 16px;
}
img {
	width: 100%;
	height: auto;
}

/* ***** タブレット **** */
@media only screen and (max-width: 999px) {
	body {
		font-size: 14px;
	}
	p {
		font-size: 14px;
	}
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	body {
		font-size: 14px;
	}
	p {
		font-size: 14px;
	}
}

/* LINK -------------------------------------------------------------------------*/

a:link {
	color: #f08d00;
	text-decoration: none;
	transition: 0.5s;
}
a:visited {
	color: #f08d00;
}
a:focus {
	outline: none;
}

/* EFFECT -------------------------------------------------------------------------*/

.fadeIn {
	opacity: 0;
	transform: translate(0, 45px);
	transition: all 800ms;
}
.fadeIn.animated {
	opacity: 1;
	transform: translate(0, 0);
}



/* HEADER -------------------------------------------------------------------------*/

#header h1 {
	font-size: 13px;
	font-weight: normal;
	text-align: right;
	padding: 5px 0;
}

/* ***** PC **** */
@media only screen and (min-width: 1000px) {
	#mobile-head {
		width: 95%;
		margin: 0 auto;
	}
	#mobile-head .h_info {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#mobile-head .h_info .h_logo {
    max-width: 380px;
    margin-left: 110px;
	}
	#mobile-head .h_info .h_box {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	#mobile-head .h_info .h_box .h_tel .ttl {
		font-size: 10px;
		font-weight: bold;
		color: #59b3df;
	}
	#mobile-head .h_info .h_box .h_tel .link a {
		font-size: 35px;
		font-weight: bold;
		line-height: 1.0;
		color: #59b3df;
		letter-spacing: 3px;
		padding-left: 25px;
		background: url('images/icon_tel_bu.png') no-repeat left 60%;
		background-size: 17px auto;
		cursor: default;
	}
	#mobile-head .h_info .h_box .h_tel .txt {
		font-size: 13px;
	}
	#mobile-head .h_info .h_box .h_mail {
		width: 290px;
		margin-left: 30px;
	}
	#mobile-head .h_info .h_box .h_mail a {
		display: block;
		font-size: 17px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		padding: 40px 0 10px;
		background: #f08d00 url('images/icon_mail_wh.png') no-repeat center 15px;
		background-size: 30px auto;
		border-radius: 5px;
	}
	#mobile-head .h_info .h_box .h_mail a:hover {
		opacity: 0.5;
	}
	#nav-toggle {
		display: none;
	}
	#global_menu ul {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 30px 0;
	}
	#global_menu ul li {
		margin: 0 1%;
	}
	#global_menu ul li a {
		display: block;
		font-size: 15px;
		font-weight: bold;
		color: #333;
		text-align: center;
		padding: 5px;
	}
	#global_menu ul li a:hover {
		color: #59b3df;
	}
	#global_menu ul li a img {
		display: block;
		width: auto;
		height: 33px;
		margin: 0 auto 5px;
	}
.sp_none{
		    display: none !important;
}

}

/* ***** タブレット **** */
@media only screen and (max-width: 999px) {
	#header h1 {
		font-size: 12px;
	}
	#mobile-head {
		width: 95%;
		margin: 0 auto;
	}
	#mobile-head .h_info {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#mobile-head .h_info .h_logo {
		max-width: 350px;
	}
	#mobile-head .h_info .h_box {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	#mobile-head .h_info .h_box .h_tel .ttl {
		display: none;
	}
	#mobile-head .h_info .h_box .h_tel .link a {
		display: block;
		width: 60px;
		height: 60px;
		font-size: 0;
		background: #59b3df url('images/icon_tel_wh.png') no-repeat center center;
		background-size: 18px auto;
		border-radius: 5px;
	}
	#mobile-head .h_info .h_box .h_tel .txt {
		display: none;
	}
	#mobile-head .h_info .h_box .h_mail {
		margin-left: 10px;
	}
	#mobile-head .h_info .h_box .h_mail a {
		display: block;
		width: 60px;
		height: 60px;
		font-size: 0;
		background: #f08d00 url('images/icon_mail_wh.png') no-repeat center center;
		background-size: 25px auto;
		border-radius: 5px;
	}
	#nav-toggle {
		display: none;
	}
	#global_menu ul {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 20px 0;
	}
	#global_menu ul li {
		margin: 0 1.5%;
	}
	#global_menu ul li a {
		display: block;
		font-size: 13px;
		font-weight: bold;
		color: #333;
		text-align: center;
		padding: 5px 0;
	}
	#global_menu ul li a:hover {
		color: #59b3df;
	}
	#global_menu ul li a img {
		display: block;
		width: auto;
		height: 33px;
		margin: 0 auto 5px;
	}
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {



	#header h1 {
		font-size: 11px;
		text-align: center;
	}
	#mobile-head {
		height: 75px;
	}
	#mobile-head .h_info .h_logo {
		max-width: 210px;
	}
	#mobile-head .h_info .h_box {
		padding-right: 45px;
	}
	#mobile-head .h_info .h_box .h_tel .link a {
		width: 40px;
		height: 40px;
		background-size: 12px auto;
	}
	#mobile-head .h_info .h_box .h_mail {
		margin-left: 5px;
	}
	#mobile-head .h_info .h_box .h_mail a {
		width: 40px;
		height: 40px;
		background-size: 18px auto;
	}
	/* menu */
	#global_menu {
		display: block;
		position: absolute;
		left: 0;
		top: -100vh;
		width: 100%;
		height: 100vh;
		text-align: center;
		background: #fff;
		-webkit-transition: .2s ease-in-out;
		-moz-transition: .2s ease-in-out;
		transition: .2s ease-in-out;
		z-index: 100;
	}


	.open #global_menu {
		-moz-transform: translateY(100vh);
		-webkit-transform: translateY(100vh);
		transform: translateY(100vh);
	}
	#menu {
		position: absolute;
		left: 50%;
		top: 53%;
		width: 80%;
		max-width: 300px;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	#global_menu ul {
		display: block;
		margin: 0;
	}
	#global_menu ul li {
		margin: 0 0 10px;
	}
	#global_menu ul li a {
		font-size: 14px;
		padding: 5px;
	}
	/* toggle */
	#nav-toggle {
		display: block;
		position: absolute;
		right: 2.5%;
		top: 28px;
		width: 40px;
		height: 40px;
		background: #e96f83;
		border-radius: 5px;
		cursor: pointer;
		z-index: 99999;
	}
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 2px;
		width: 46%;
		background: #fff;
		left: 27%;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	#nav-toggle span:nth-child(1) {
		top: 13px;
	}
	#nav-toggle span:nth-child(2) {
		top: 20px;
	}
	#nav-toggle span:nth-child(3) {
		top: 27px;
	}
	.open #nav-toggle span:nth-child(1) {
		top: 19px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 19px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
}

/* FOOTER -------------------------------------------------------------------------*/

#footer {
	background: #fafafa;
}
#footer .f_box {
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}
#footer .f_box .f_info {
	width: 50%;
}
#footer .f_box .f_info .f_logo img {
	max-width: 447px;
}
#footer .f_box .f_info p {
	font-size: 14px;
}
#footer .f_box .f_menu {
	display: flex;
	justify-content: space-between;
	width: 35%;
}
#footer .f_box .f_menu ul:nth-child(n+2) {
	margin-left: 3%;
}
#footer .f_box .f_menu ul li {
	margin-bottom: 10px;
}
#footer .f_box .f_menu ul li a {
	display: inline-block;
	color: #333;
	padding-left: 15px;
	background: url('images/arrow_01.png') no-repeat left center;
}
#footer .f_box .f_menu ul li a:hover {
	color: #f08d00;
}
#footer .copy {
	font-size: 14px;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
	padding: 10px 0;
	background: #FF9800;
}

/* ***** タブレット **** */
@media only screen and (max-width: 999px) {
	#footer .f_box .f_info .f_logo img {
		max-width: 300px;
	}
	#footer .f_box .f_menu {
		width: 45%;
	}
	#footer .copy {
		font-size: 12px;
	}
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	#footer .f_box {
		display: block;
		padding: 30px 0;
	}
	#footer .f_box .f_info {
		width: 100%;
	}
	#footer .f_box .f_info p {
		font-size: 13px;
	}
	#footer .f_box .f_menu {
		width: 100%;
		margin-top: 20px;
	}
	#footer .f_box .f_menu ul li {
		margin-bottom: 5px;
	}
	#footer .f_box .f_menu ul li a {
		font-size: 13px;
		padding-left: 10px;
		background-size: 5px auto;
	}
	#footer .copy {
		font-size: 11px;
		letter-spacing: 0;
	}
}

/* ALL CONTENTS -------------------------------------------------------------------------*/

/* layout */
.sec { padding: 70px 0; }
.container {
	width: 90%;
	max-width: 1050px;
	margin: 0 auto;
}
/* title */
.title_01 {
	font-weight: 500;
	color: #FF9800;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
.title_01 span {
	display: block;
	font-size: 32px;
	line-height: 1.5;
	color: #333;
}
.title_02 {
	font-size: 32px;
	font-weight: normal;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
	padding: 10px 0;
}
.title_02.yl {
	background: #FF9800;
}
.title_02.gr {
	background: #86c574;
}
.title_02.id {
	background: #699fb2;
}
.title_02.bu {
	background: #6cacd7;
}
.title_03 {
	font-size: 22px;
	font-weight: normal;
	color: #FF9800;
	text-align: center;
	margin-bottom: 30px;
	padding: 10px 0;
	border-top: 1px solid #FF9800;
	border-bottom: 1px solid #FF9800;
}
.title_04 {
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 2px;
	margin: 0 auto 30px;
	padding: 10px 0;
	border-top: 2px solid #FF9800;
	border-bottom: 2px solid #FF9800;
}
.title_04 span {
	display: block;
	font-size: 16px;
	color: #FF9800;
}
.title_05 {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.title_05.pk {
	background: #fef7f7;
}
.title_05.bu {
	background: #f0fcfc;
}
.title_05.gr {
	background: #f7feec;
}
.title_05 span {
	display: inline-block;
	width: 30%;
	max-width: 250px;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}
.title_05.pk span {
	background: #ff8b8f;
}
.title_05.bu span {
	background: #44c3c5;
}
.title_05.gr span {
	background: #8fcc25;
}
.title_06 {
	font-size: 46px;
	font-weight: bold;
	line-height: 1.5;
	color: #FF9800;
	letter-spacing: 2px;
	margin-bottom: 25px;
	position: relative;
}
.title_06 span {
	display: block;
	font-size: 42px;
	font-weight: normal;
	line-height: 1.3;
	margin-top: 10px;
}
.title_06:before {
	display: block;
	position: absolute;
	left: -170px;
	top: 38px;
	content: "";
	width: 150px;
	height: 2px;
	background: #FF9800;
}
/* text */
.txt_01 {
	font-size: 20px;
	font-weight: 500;
}
.txt_02 {
	font-size: 18px;
	font-weight: 500;
}

/* ***** タブレット **** */
@media only screen and (max-width: 999px) {
	/* layout */
	.sec { padding: 50px 0; }
	/* title */
	.title_01 span {
		font-size: 28px;
	}
	.title_02 {
		font-size: 25px;
	}
	.title_03 {
		font-size: 20px;
	}
	.title_04 {
		font-size: 22px;
	}
	.title_04 span {
		font-size: 14px;
	}
	.title_05 {
		font-size: 20px;
	}
	.title_05 span {
		max-width: 200px;
	}
	.title_06 {
		font-size: 34px;
	}
	.title_06 span {
		font-size: 30px;
	}
	.title_06:before {
		left: -160px;
		top: 25px;
	}
	/* text */
	.txt_01 {
		font-size: 18px;
	}
	.txt_02 {
		font-size: 16px;
	}
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	/* layout */
	.sec { padding: 30px 0; }
	/* title */
	.title_01 {
		font-size: 13px;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.title_01 span {
		font-size: 22px;
		line-height: 1.3;
	}
	.title_02 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.title_03 {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.title_04 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.title_04 span {
		font-size: 13px;
	}
	.title_05 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.title_05 span {
		width: 35%;
	}
	.title_06 {
		font-size: 25px;
		margin-bottom: 20px;
	}
	.title_06 span {
		font-size: 22px;
		margin-top: 5px;
	}
	.title_06:before {
		left: -157px;
		top: 18px;
	}
	/* text */
	.txt_01 {
		font-size: 16px;
	}
	.txt_02 {
		font-size: 14px;
	}
}

/* ABOUT -------------------------------------------------------------------------*/

#about {
	position: relative;
}
#about:before,
#about:after {
	display: block;
	position: absolute;
	content: "";
	z-index: 0;
}
#about:before {
	left: 0;
	top: 0;
	width: 80%;
	height: 30%;
	background: #fffcf9;
}
#about:after {
	left: 5%;
	top: 50px;
	width: 300px;
	height: 289px;
	background-size: 100% auto;
}
.about_box {
	display: flex;
	justify-content: space-between;
	margin: 80px auto;
	position: relative;
	z-index: 1;
}
.about_box h2 {
	width: 50%;
	font-size: 18px;
	font-weight: 500;
	color: #FF9800;
	letter-spacing: 2px;
}
.about_box h2 span {
	display: block;
	font-size: 42px;
	color: #333;
}
.about_box p {
	width: 46%;
}
.about_list {
	display: flex;
	justify-content: space-between;
	width: 90%;
	max-width: 1350px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.about_list .image {
	width: 49%;
	max-width: 670px;
}
.ability_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ability_list li {
	width: 24%;
	font-size: 18px;
	text-align: center;
	letter-spacing: 2px;
	padding: 15px 10px;
	border: 1px solid #ddd;
}
.ability_list li:nth-child(n+5) {
	margin-top: 15px;
}
.ability_list li img {
	display: block;
	max-width: 110px;
	margin: 0 auto 10px;
}
.trouble_box {
	padding: 20px 20px 30px;
	border: 1px solid #f2987d;
}
.trouble_box h4 {
	font-size: 24px;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
	padding: 10px;
	background: url('images/bg_01.png') repeat left top;
}
.trouble_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 40px;
}
.trouble_list li {
	width: 49%;
	font-size: 18px;
	font-weight: 500;
	padding: 5px 0 5px 50px;
	background: url('images/icon_check.png') no-repeat left center;
}
.trouble_list li span {
	display: block;
	font-size: 14px;
}

/* ***** タブレット **** */
@media only screen and (max-width: 999px) {
	#about:after {
		left: 2%;
		top: 30px;
		width: 230px;
		height: 222px;
	}
	.about_box {
		margin: 50px auto;
	}
	.about_box h2 {
		font-size: 14px;
	}
	.about_box h2 span {
		font-size: 33px;
	}
	.ability_list li {
		font-size: 14px;
	}
	.ability_list li:nth-child(n+5) {
		margin-top: 10px;
	}
	.ability_list li img {
		max-width: 90px;
	}
	.trouble_box h4 {
		font-size: 20px;
	}
	.trouble_list {
		margin: 0;
	}
	.trouble_list li {
		font-size: 14px;
		padding: 5px 0 5px 40px;
		background-size: 30px auto;
	}
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	#about:after {
		left: 2%;
		top: 30px;
		width: 130px;
		height: 125px;
	}
	.about_box {
		display: block;
		margin: 30px auto 20px;
	}
	.about_box h2 {
		width: 100%;
		font-size: 13px;
		line-height: 1.5;
		margin-bottom: 30px;
	}
	.about_box h2 span {
		font-size: 28px;
	}
	.about_box p {
		width: 100%;
	}
	.ability_list li {
		width: 49%;
		font-size: 13px;
	}
	.ability_list li:nth-child(n+3) {
		margin-top: 5px;
	}
	.ability_list li img {
		max-width: 70px;
	}
	.trouble_box h4 {
		font-size: 16px;
	}
	.trouble_box {
		padding: 10px 10px 15px;
	}
	.trouble_list li {
		width: 100%;
		font-size: 14px;
		padding: 5px 0 5px 40px;
		background-size: 30px auto;
	}
}

/* TREATMENT -------------------------------------------------------------------------*/

#treatment {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 39%, #fffcf9 40%, #fffcf9 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 39%,#fffcf9 40%,#fffcf9 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 39%,#fffcf9 40%,#fffcf9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fffcf9',GradientType=0 );
}
.treatment_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.treatment_box .image {
	width: 55%;
}
.treatment_box .inner {
	width: 40%;
}
.treatment_box .inner .sub {
	font-size: 18px;
	font-weight: 500;
	color: #FF9800;
}
.treatment_box .inner .ttl {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	margin: 30px 0;
}
.treatment_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.treatment_list li {
	width: 32%;
	font-size: 16px;
	font-weight: 500;
	padding: 15px 15px 15px 55px;
	background: #fff url('images/icon_point.png') no-repeat 15px center;
}
.treatment_list li:nth-child(n+4) {
	margin-top: 15px;
}

/* ***** タブレット **** */
@media only screen and (max-width: 999px) {
	.treatment_box .image {
		width: 50%;
	}
	.treatment_box .inner {
		width: 45%;
	}
	.treatment_box .inner .sub {
		font-size: 14px;
	}
	.treatment_box .inner .ttl {
		font-size: 20px;
		margin: 20px 0;
	}
	.treatment_list li {
		width: 49%;
		font-size: 16px;
		padding: 15px 10px 15px 50px;
		background-size: 25px auto;
	}
	.treatment_list li:nth-child(n+3) {
		margin-top: 10px;
	}
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	.treatment_box {
		display: block;
		margin-bottom: 30px;
	}
	.treatment_box .image {
		width: 100%;
		margin-bottom: 20px;
	}
	.treatment_box .inner {
		width: 100%;
	}
	.treatment_box .inner .ttl {
		font-size: 18px;
		margin: 10px 0;
	}
	.treatment_list {
		display: block;
	}
	.treatment_list li {
		width: 100%;
		font-size: 14px;
	}
	.treatment_list li:nth-child(n+2) {
		margin-top: 10px;
	}
}

/* TRAINING -------------------------------------------------------------------------*/

.training_list {
	max-width: 850px;
	margin: 0 auto;
}
.training_list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.training_list li:nth-child(n+2) {
	margin-top: 80px;
}
.training_list li .number {
	width: 22%;
	max-width: 180px;
	font-size: 21px;
	line-height: 1.2;
	color: #4f6d88;
	text-align: center;
	padding: 45px 0 60px;
	background: url('images/training_bg.png') no-repeat left top;
	background-size: 100% auto;
	position: relative;
}
.training_list li .number span {
	display: block;
	font-size: 44px;
}
.training_list li .number:after {
	display: block;
	position: absolute;
	left: 50%;
	bottom: -60px;
	content: "";
	width: 1px;
	height: 40px;
	background: #dcdcdc;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.training_list li:last-child .number:after {
	display: none;
}
.training_list li .inner {
	width: 75%;
}
.training_list li .inner h3 {
	font-size: 28px;
	font-weight: normal;
	line-height: 1.3;
	color: #FF9800;
	margin-bottom: 20px;
}

/* ***** タブレット **** */
@media only screen and (max-width: 999px) {
	.training_list li:nth-child(n+2) {
		margin-top: 60px;
	}
	.training_list li .number {
		font-size: 16px;
		padding: 45px 0 50px;
	}
	.training_list li .number span {
		display: block;
		font-size: 35px;
	}
	.training_list li .number:after {
		bottom: -45px;
		height: 35px;
	}
	.training_list li .inner h3 {
		font-size: 22px;
	}
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	.training_list li {
		align-items: stretch;
	}
	.training_list li:nth-child(n+2) {
		margin-top: 20px;
	}
	.training_list li .number {
		font-size: 10px;
		padding: 17px 0 40px;
	}
	.training_list li .number span {
		font-size: 23px;
	}
	.training_list li .number:after {
		display: none;
	}
	.training_list li .inner h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}
}

/* FLOW -------------------------------------------------------------------------*/

.flow_list li {
	display: flex;
	justify-content: space-between;
}
.flow_list li:nth-child(n+2) {
	margin-top: 50px;
}
.flow_list li .inner {
	width: 53%;
}
.flow_list li .inner .ttl {
	display: flex;
	align-items: center;
}
.flow_list li .inner .ttl .step {
	width: 134px;
	font-size: 18px;
	line-height: 1.2;
	color: #4f6d88;
	text-align: center;
	margin-bottom: 20px;
	padding: 20px 0 70px;
	background: url('images/flow_bg.png') no-repeat center top;
	background-size: 100% auto;
}
.flow_list li .inner .ttl .step span {
	display: block;
	font-size: 36px;
}
.flow_list li .inner .ttl h3 {
	font-size: 28px;
	font-weight: normal;
	line-height: 1.3;
	color: #FF9800;
	margin-left: 4%;
}
.flow_list li .image {
	width: 44%;
	max-width: 440px;
}

/* ***** タブレット **** */
@media only screen and (max-width: 999px) {
	.flow_list li .inner .ttl .step {
		width: 90px;
		font-size: 13px;
		line-height: 1.0;
		margin-bottom: 10px;
		padding: 12px 0 48px;
	}
	.flow_list li .inner .ttl .step span {
		font-size: 26px;
	}
	.flow_list li .inner .ttl h3 {
		font-size: 22px;
		margin-left: 4%;
	}
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	.flow_list li {
		display: block;
	}
	.flow_list li:nth-child(n+2) {
		margin-top: 20px;
	}
	.flow_list li .inner {
		width: 100%;
		margin-bottom: 10px;
	}
	.flow_list li .inner .ttl .step {
		width: 75px;
		font-size: 10px;
		padding: 12px 0 35px;
	}
	.flow_list li .inner .ttl .step span {
		font-size: 23px;
	}
	.flow_list li .inner .ttl h3 {
		font-size: 18px;
		margin-left: 4%;
	}
	.flow_list li .image {
		width: 100%;
	}
}

/* PRICE -------------------------------------------------------------------------*/

#price .title_04 {
	max-width: 520px;
}
#price .title_04.max {
	max-width: 720px;
}
#price .txt_02.pk {
	color: #ff8b8f;
}
#price .txt_02.bu {
	color: #44c3c5;
}
#price .txt_02.gr {
	color: #8fcc25;
}
#price .attn {
	font-size: 14px;
	padding-left: 17px;
	position: relative;
}
#price .attn span {
	position: absolute;
	left: 0;
	top: 0;
}
.price_img img {
	display: block;
	max-width: 757px;
	margin: 0 auto;
}
.price_tbl th,
.price_tbl td {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	padding: 15px 10px;
	border: 1px solid #ddd;
}
.price_tbl th {
	width: 16%;
	font-size: 22px;
}
.price_tbl.pk th {
	color: #ea4d52;
	background: #fff0f1;
}
.price_tbl.bu th {
	color: #25b9bb;
	background: #f0fcfc;
}
.price_tbl.gr th {
	color: #7bb614;
	background: #f4fce7;
}
.price_tbl td.cat_01 {
	width: 22%;
}
.price_tbl td.cat_02 {
	width: 8%;
}
.price_tbl td.cat_03 {
	width: 14%;
}
.price_tbl td.cat_04 {
	width: 40%;
}
.price_tbl.gr tr:nth-child(1) td,
.price_tbl.gr tr:nth-child(4) td,
.price_tbl.gr tr:nth-child(6) td,
.price_tbl.gr tr:nth-child(7) td,
.price_tbl.gr tr:nth-child(9) td {
	background: #f9f0e2;
}
.price_tbl.gr td {
	background: #fefbf6;
}
.price_tbl td:last-child {
	font-size: 24px;
	font-weight: bold;
	color: #ca393f;
}
.price_tbl td span {
	display: block;
	font-size: 16px;
	font-weight: normal;
}
.price_tbl td span.small {
	font-size: 14px;
}
.price_tbl td:last-child span {
	display: inline-block;
}

/* ***** タブレット **** */
@media only screen and (max-width: 999px) {
	#price .attn {
		font-size: 13px;
	}
	.price_tbl th,
	.price_tbl td {
		font-size: 15px;
		padding: 10px;
	}
	.price_tbl th {
		font-size: 17px;
	}
	.price_tbl td.cat_01 {
		width: 24%;
	}
	.price_tbl td.cat_03 {
		width: 19%;
	}
	.price_tbl td.cat_04 {
		width: 33%;
	}
	.price_tbl td:last-child {
		font-size: 20px;
	}
	.price_tbl td span {
		font-size: 13px;
	}
	.price_tbl td span.small {
		font-size: 12px;
	}
	.price_tbl td:last-child span {
		display: block;
	}
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	.price_box {
		overflow-x: auto;
	}
	.price_tbl {
		width: 550px;
	}
	.price_tbl th,
	.price_tbl td {
		font-size: 13px;
		padding: 5px;
	}
	.price_tbl th {
		font-size: 14px;
	}
	.price_tbl td.cat_01 {
		width: 27%;
	}
	.price_tbl td.cat_03 {
		width: 18%;
	}
	.price_tbl td.cat_04 {
		width: 31%;
	}
	.price_tbl td:last-child {
		font-size: 16px;
	}
	.price_tbl td span {
		font-size: 12px;
	}
	.price_tbl td span.small {
		font-size: 11px;
	}
}

/* FAQ -------------------------------------------------------------------------*/

.faq_list li:nth-child(n+2) {
	border-top: 1px solid #f0f0f0;
}
.faq_list li:last-child {
	border-bottom: 1px solid #f0f0f0;
}
.faq_list li .q {
	font-size: 20px;
	font-weight: 500;
	color: #699fb2;
	padding: 20px 65px;
	position: relative;
	cursor: pointer;
}
.faq_list li .a {
	display: none;
	margin-bottom: 20px;
	padding: 25px 20px 20px 85px;
	background: #f0f5f7;
	position: relative;
}
.faq_list li .q span,
.faq_list li .a span {
	display: block;
	position: absolute;
	width: 50px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
	padding: 10px 0 15px;
	border-radius: 100%;
}
.faq_list li .q span {
	left: 0;
	top: 12px;
	color: #fff;
	background: #d1bc6f;
}
.faq_list li .a span {
	left: 20px;
	top: 20px;
	color: #699fb2;
	background: #fff;
}
.faq_list li .q:after {
	display: block;
	position: absolute;
	right: 0;
	top: 11px;
	content: "＋";
	width: 50px;
	font-size: 30px;
	line-height: 1.0;
	color: #ddd;
	text-align: center;
	padding: 8px 0 13px;
	border: 1px solid #ddd;
	border-radius: 100%;
	transition: 0.5s;
}
.faq_list li .q.active:after {
	content: "－";
}

/* ***** タブレット **** */
@media only screen and (max-width: 999px) {
	.faq_list li .q {
		font-size: 16px;
		padding: 15px 50px;
	}
	.faq_list li .a {
		margin-bottom: 20px;
		padding: 15px 15px 15px 70px;
	}
	.faq_list li .q span,
	.faq_list li .a span {
		width: 40px;
		font-size: 20px;
		padding: 7px 0 12px;
	}
	.faq_list li .q span {
		top: 9px;
	}
	.faq_list li .a span {
		left: 15px;
		top: 15px;
	}
	.faq_list li .q:after {
		top: 8px;
		width: 40px;
		font-size: 24px;
		padding: 7px 0 8px;
	}
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	.faq_list li .q {
		font-size: 14px;
		padding: 13px 45px 13px 40px;
	}
	.faq_list li .a {
		font-size: 13px;
		margin-bottom: 15px;
		padding: 15px 15px 15px 65px;
	}
	.faq_list li .q span,
	.faq_list li .a span {
		width: 35px;
		font-size: 16px;
	}
	.faq_list li .q span {
		top: 7px;
	}
	.faq_list li .q:after {
		top: 9px;
		width: 30px;
		font-size: 18px;
		padding: 5px 0 7px;
	}
}

/* CLINIC -------------------------------------------------------------------------*/

#clinic .title_04 {
	max-width: 476px;
}
#clinic .btn {
	max-width: 440px;
	margin: 0 auto;
}
#clinic .btn a {
	display: block;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
	padding: 20px 0;
	background: #ea4335;
	border-radius: 5px;
}
#clinic .btn a:hover {
	opacity: 0.5;
}
#clinic .btn a:before {
	display: inline-block;
	content: "";
	width: 22px;
	height: 32px;
	vertical-align: middle;
	margin-right: 10px;
	background: url('images/icon_map.png') no-repeat center center;
	background-size: 100% auto;
}
.clinic_txt {
	text-align: right;
}
.clinic_box {
	display: flex;
	justify-content: space-between;
}
.clinic_box .inner {
	width: 48%;
	position: relative;
}
.clinic_box .inner .ttl {
	text-align: center;
	padding: 30px 10px 60px;
	background: #eff9ff;
}
.clinic_box .inner .ttl span {
	display: block;
	font-size: 24px;
	color: #6cacd7;
}
.clinic_box .inner .slider {
	margin: -30px 40px 0;
}
.clinic_box .inner .slider li {
	outline: none;
}
.clinic_box .inner .slick-prev,
.clinic_box .inner .slick-next {
	position: absolute;
	width: 40px;
	height: 42px;
    margin-top: -21px;
	background: url('images/arrow_03.png') no-repeat right center;
	z-index: 10;
}
.clinic_box .inner .slick-prev {
	left: -40px;
	transform: scale(-1, 1);
}
.clinic_box .inner .slick-next {
	right: -40px;
}
.clinic_box .inner .slick-prev:before,
.clinic_box .inner .slick-next:before {
	display: none;
}
.clinic_box .inner .slick-dots {
	bottom: -20px;
}
.clinic_box .inner .slick-dots li {
	width: auto;
	height: auto;
	margin: 0 5px;
}
.clinic_box .inner .slick-dots li button {
	width: 8px;
	height: 8px;
	padding: 0;
	background: #e2e2e2;
	border-radius: 100%;
	transition: 0.5s;
}
.clinic_box .inner .slick-dots li.slick-active button {
	background: #6cacd7;
}
.time_tbl th,
.time_tbl td {
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	padding: 10px;
	border: 1px solid #ddd;
}
.time_tbl th {
	color: #fff;
	background: #FF9800;
}
.time_tbl td {
	padding: 20px 10px;
}
.time_tbl td.open {
	color: #f38a56;
}
.time_tbl tr td:first-child {
	color: #fff;
}
.time_tbl tr:nth-child(2) td:first-child {
	background: #91897e;
}
.time_tbl tr:nth-child(3) td:first-child {
	background: #6f675b;
}
.gmap iframe {
	width: 100%;
	height: 500px;
}
.access_list li {
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
.access_list li:first-child {
	border-top: 1px solid #ddd;
}
.access_list li p:nth-child(1) {
	width: 20%;
	font-weight: 500;
}
.access_list li p:nth-child(2) {
	width: 80%;
	padding: 20px 0 20px 30px;
	border-left: 1px solid #ddd;
}

/* ***** タブレット **** */
@media only screen and (max-width: 999px) {
	#clinic .btn a {
		font-size: 15px;
	}
	#clinic .btn a:before {
		width: 18px;
		height: 26px;
	}
	.clinic_box .inner .ttl {
		text-align: center;
		padding: 20px 10px 50px;
		background: #eff9ff;
	}
	.clinic_box .inner .ttl span {
		font-size: 20px;
	}
	.clinic_box .inner .slider {
		margin: -30px 30px 0;
	}
	.clinic_box .inner .slick-prev,
	.clinic_box .inner .slick-next {
		width: 30px;
		height: 32px;
	    margin-top: -16px;
		background-size: 20px auto;
	}
	.clinic_box .inner .slick-prev {
		left: -30px;
	}
	.clinic_box .inner .slick-next {
		right: -30px;
	}
	.time_tbl th,
	.time_tbl td {
		font-size: 18px;
	}
	.gmap iframe {
		height: 250px;
	}
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	#clinic .btn a {
		font-size: 14px;
		padding: 15px 0;
	}
	#clinic .btn a:before {
		width: 15px;
		height: 22px;
		margin-bottom: 3px;
	}
	.clinic_txt {
		font-size: 13px;
	}
	.clinic_box {
		display: block;
	}
	.clinic_box .inner {
		width: 100%;
	}
	.clinic_box .inner:nth-child(n+2) {
		margin-top: 40px;
	}
	.clinic_box .inner .ttl {
		font-size: 13px;
	}
	.clinic_box .inner .ttl span {
		font-size: 18px;
	}
	.time_tbl th,
	.time_tbl td {
		font-size: 13px;
		padding: 5px;
	}
	.access_list li {
		display: block;
	}
	.access_list li p:nth-child(1) {
		width: 100%;
		margin-bottom: 5px;
	}
	.access_list li p:nth-child(2) {
		width: 100%;
		padding: 0;
		border-left: none;
	}
}

/* CONTACT -------------------------------------------------------------------------*/

#contact .attn {
	padding-left: 20px;
	position: relative;
}
#contact .attn span {
	position: absolute;
	left: 0;
	top: 0;
	color: #fe4343;
}
.contact_box {
	padding: 40px 100px;
	border: 2px solid #FF9800;
	border-radius: 10px;
}
.form_tbl {
	border-bottom: 1px solid #ddd;
}
.form_tbl th,
.form_tbl td {
	padding: 10px 0;
}
.form_tbl th {
	width: 30%;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	vertical-align: top;
	padding: 25px 0;
}
.form_tbl th .small {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.form_tbl th .must {
	font-size: 16px;
	color: #fe4343;
	margin-left: 10px;
}
.form_tbl tr:last-child td {
	padding-bottom: 30px;
}
.form_tbl td input[type="text"],
.form_tbl td textarea {
	width: 100%;
	font-size: 16px;
	padding: 20px 25px;
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.form_tbl td p input[type="text"] {
	max-width: 250px;
	padding: 15px 25px;
	background: #fff;
	border: 1px solid #ea4335;
}
.form_tbl td p input[type="text"]::placeholder {
	color: #ea4335;
}
/* IE */
.form_tbl td p input[type="text"]:-ms-input-placeholder {
	color: #ea4335;
}
/* Edge */
.form_tbl td p input[type="text"]::-ms-input-placeholder {
	color: #ea4335;
}
input[type="checkbox"] {
	display: none;
}
.mwform-checkbox-field-text {
	font-weight: 500;
	padding-left: 45px;
	position: relative;
	cursor: pointer;
}
.mwform-checkbox-field-text::before {
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	left: 0;
	width: 30px;
	height: 30px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="checkbox"]:checked + .mwform-checkbox-field-text::before {
	background: #4387d4;
}
input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
	display: block;
	position: absolute;
	top: 2px;
	left: 12px;
	content: "";
	width: 6px;
	height: 17px;
	transform: rotate(40deg);
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}
.error {
	margin-top: 5px;
}
.submit {
	display: flex;
	justify-content: center;
	align-items: center;
}
.submit button {
	display: block;
	width: 49%;
	max-width: 430px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
	padding: 20px 0;
	background: #f08d00;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.5s;
}
.submit button[value="back"] {
	background: #ccc;
}
.submit button:nth-child(n+2) {
	margin-left: 2%;
}
.submit button:hover {
	opacity: 0.5;
}

/* ***** タブレット **** */
@media only screen and (max-width: 999px) {
	.contact_box {
		padding: 30px 50px;
	}
	.form_tbl th {
		font-size: 16px;
		padding: 20px 0;
	}
	.form_tbl th .small {
		font-size: 12px;
	}
	.form_tbl th .must {
		font-size: 14px;
	}
	.form_tbl td input[type="text"],
	.form_tbl td textarea {
		font-size: 14px;
		padding: 15px;
	}
	.form_tbl td p input[type="text"] {
		padding: 10px 15px;
	}
	.mwform-checkbox-field-text {
		padding-left: 40px;
	}
	.mwform-checkbox-field-text::before {
		top: -2px;
		width: 25px;
		height: 25px;
	}
	input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
		left: 10px;
		width: 5px;
		height: 15px;
	}
	.submit button {
		font-size: 16px;
		padding: 15px 0;
	}
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	.contact_box {
		padding: 20px 15px;
	}
	.form_tbl th,
	.form_tbl td {
		display: block;
		padding: 10px 0 15px;
	}
	.form_tbl th {
		width: 100%;
		font-size: 15px;
		padding: 0;
	}
	.form_tbl th .small {
		font-size: 11px;
	}
	.form_tbl th .must {
		font-size: 13px;
	}
	.form_tbl tr:last-child td {
		padding-bottom: 20px;
	}
	.form_tbl td input[type="text"],
	.form_tbl td textarea {
		padding: 10px;
	}
	.form_tbl td p input[type="text"] {
		padding: 10px;
	}
	.mwform-checkbox-field-text {
		padding-left: 30px;
	}
	.mwform-checkbox-field-text::before {
		top: 0;
		width: 20px;
		height: 20px;
	}
	input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
		top: 0;
		left: 8px;
		width: 4px;
		height: 13px;
	}
	.submit button {
		font-size: 14px;
	}
}

/* BUTTON -------------------------------------------------------------------------*/

#btn {
	background: #fffdee;
}
#btn .txt {
	text-align: center;
}
.btn_list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.btn_list .btn {
	width: 49%;
}
.btn_list .btn a {
	display: block;
	width: 100%;
	height: 125px;
	background-color: #fff;
	background-repeat: no-repeat;
	border-radius: 5px;
	position: relative;
}
.btn_list .btn.tel a {
	color: #59b3df;
	background-image: url('images/icon_tel_bu.png'), url('images/arrow_02_bu.png');
	background-position: 25px center, 98% center;
	border: 2px solid #59b3df;
	cursor: default;
}
.btn_list .btn.mail a {
	color: #f08d00;
	background-image: url('images/icon_mail_og.png'), url('images/arrow_02_og.png');
	background-position: 25px center, 98% center;
	border: 2px solid #f08d00;
}
.btn_list .btn.mail a:hover {
	color: #fff;
	background-color: #f08d00;
	background-image: url('images/icon_mail_wh.png'), url('images/arrow_02_wh.png');
}
.btn_list .btn a p {
	position: absolute;
	top: 50%;
	font-weight: bold;
	line-height: 1.3;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.btn_list .btn.tel a p {
	left: 70px;
	font-size: 38px;
}
.btn_list .btn.mail a p {
	left: 100px;
	font-size: 30px;
}
.btn_list .btn a p span {
	display: block;
	font-size: 17px;
	font-weight: normal;
}
.btn_list .btn a p span.small {
	font-size: 13px;
	line-height: 1.5;
	color: #333;
}

/* ***** タブレット **** */
@media only screen and (max-width: 999px) {
	.btn_list .btn a {
		height: 105px;
	}
	.btn_list .btn.tel a {
		background-position: 20px center, 98% center;
		background-size: 18px auto, 20px auto;
	}
	.btn_list .btn.mail a {
		background-position: 20px center, 98% center;
		background-size: 30px auto, 20px auto;
	}
	.btn_list .btn.tel a p {
		left: 55px;
		font-size: 30px;
	}
	.btn_list .btn.mail a p {
		left: 65px;
		font-size: 25px;
	}
	.btn_list .btn a p span {
		font-size: 14px;
	}
	.btn_list .btn a p span.small {
		font-size: 10px;
	}
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	.btn_list {
		display: block;
		margin-bottom: 20px;
	}
	.btn_list .btn {
		width: 100%;
	}
	.btn_list .btn:nth-child(n+2) {
		margin-top: 10px;
	}
	.btn_list .btn.mail a {
		height: 70px;
	}
	.btn_list .btn.tel a p {
		font-size: 28px;
	}
	.btn_list .btn.mail a p {
		font-size: 23px;
	}
	.btn_list .btn a p span {
		font-size: 13px;
	}
}

/* ETC -------------------------------------------------------------------------*/

.pc_br { display: block !important; }
.tb_br { display: none !important; }
.sp_br { display: none !important; }
.serif {
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 2px;
}
.b { font-weight: bold; }
.txt_l { text-align: left !important; }
.txt_c { text-align: center !important; }
.txt_r { text-align: right !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }
.mt80 { margin-top: 80px !important; }
.mt100 { margin-top: 100px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb100 { margin-bottom: 100px !important; }

/* ***** タブレット **** */
@media only screen and (max-width: 999px) {
	.pc_br { display: none !important; }
	.tb_br { display: block !important; }
	.sp_br { display: nonr !important; }
	.mt20 { margin-top: 15px !important; }
	.mt30 { margin-top: 25px !important; }
	.mt40 { margin-top: 30px !important; }
	.mt50 { margin-top: 35px !important; }
	.mt60 { margin-top: 40px !important; }
	.mt70 { margin-top: 50px !important; }
	.mt80 { margin-top: 60px !important; }
	.mt100 { margin-top: 80px !important; }
	.mb20 { margin-bottom: 15px !important; }
	.mb30 { margin-bottom: 25px !important; }
	.mb40 { margin-bottom: 30px !important; }
	.mb50 { margin-bottom: 35px !important; }
	.mb60 { margin-bottom: 40px !important; }
	.mb70 { margin-bottom: 50px !important; }
	.mb80 { margin-bottom: 60px !important; }
	.mb100 { margin-bottom: 80px !important; }
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	.pc_br { display: none !important; }
	.tb_br { display: none !important; }
	.sp_br { display: block !important; }
	.mt15 { margin-top: 10px !important; }
	.mt20 { margin-top: 15px !important; }
	.mt30 { margin-top: 20px !important; }
	.mt40 { margin-top: 25px !important; }
	.mt50 { margin-top: 30px !important; }
	.mt60 { margin-top: 30px !important; }
	.mt70 { margin-top: 40px !important; }
	.mt80 { margin-top: 40px !important; }
	.mt100 { margin-top: 50px !important; }
	.mb15 { margin-bottom: 10px !important; }
	.mb20 { margin-bottom: 15px !important; }
	.mb30 { margin-bottom: 20px !important; }
	.mb40 { margin-bottom: 25px !important; }
	.mb50 { margin-bottom: 30px !important; }
	.mb60 { margin-bottom: 30px !important; }
	.mb70 { margin-bottom: 40px !important; }
	.mb80 { margin-bottom: 40px !important; }
	.mb100 { margin-bottom: 50px !important; }
}
