@charset "UTF-8";
@media screen and (max-width: 768px) {
	.mainimage {
		text-align: center;
		border-bottom: 2px solid #33a389;
		padding-top: 80px;
		padding-bottom: 20px;
		margin-bottom: 38px;
		background-image: url(/img/common/bg_mainimage_top.jpg), url(/img/common/bg_mainimage_under.png);
		background-repeat: no-repeat;
		background-position: top center, bottom left;
		background-size: contain, 180%;
	}
	/* ----------------------------------------
	about　当院について
	---------------------------------------- */
	.main-contents_wrapper {
		background-image: url(/img/common/bg_main-contents_under.png);
		background-repeat: no-repeat;
		background-position: bottom right;
		background-size: 200%;
	}
	.main-contents_inner {
		padding: 3px 15px 50px;
	}
	.about-table {
		border-top: 1px solid #33a389;
		font-size: 15px;
		width: 100%;
	}
	.about-table th {
		width: auto;
		display: block;
		padding: 13px 20px 12px;
	}
	.about-table td {
		display: block;
		line-height: 2;
		vertical-align: middle;
		padding-right: 20px;
		padding-left: 35px;
		padding-bottom: 20px;
		padding-top: 5px;
	}
	.about-table tr {
		border-bottom: 1px solid #33a389;
	}
	.about-table tr:nth-of-type(odd) {
		background-color: white;
	}
	.tabele_title_inner {
		display: block;
		width: auto;
		padding: 10px;
		background-color: #33a389;
		border-radius: 3px;
		color: white;
		font-weight: normal;
	}
	.about-access {
		font-size: 13px;
		line-height: 1.5;
	}
	.about-access h3 {
		font-weight: bold;
	}
	.about-access h3+p {
		padding-left: 2em;
		margin-bottom: 1.5em;
	}
	/* ----------------------------------------
	clinic　院内紹介
	---------------------------------------- */
	.cl_intro {
		border: 3px solid #33a389;
		background: #fff;
		padding: 15px;
		margin-bottom: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cl_intro_box {
		margin-bottom: 15px;
	}
	.cl_intro_ttl {
		margin-bottom: 15px;
	}
	.cl_intro_ttl img {}
	.cl_intro_txt {
		font-size: 14px;
		line-height: 22px;
	}
	.cl_intro_photo {}
	.cl_li {}
	.cl_li ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.cl_li li {
		width: 49%;
		margin-bottom: 5px;
	}
}