@charset "UTF-8";
@media screen and (min-width: 769px) {
	.mainimage {
		width: 900px;
		margin-bottom: 38px;
		text-align: center;
		border-bottom: 2px solid #33a389;
		padding-top: 179px;
		padding-bottom: 18px;
		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;
	}
	/* ----------------------------------------
	404　notfound
	---------------------------------------- */
	.notfound {
		background: #fff;
		border-radius: 3px;
		padding: 30px;
	}
	.notfound_img {
		text-align: center;
	}
	.notfound_btn {}
	.notfound_btn a {
		margin: 0 auto;
		background: #33a389;
		border: 2px solid #33a389;
		border-radius: 3px;
		width: 300px;
		height: 50px;
		line-height: 46px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		color: #fff;
		font-weight: bold;
		text-align: center;
	}
	.notfound_btn a:hover {
		background: #fff;
		color: #33a389;
	}
	/* ----------------------------------------
	about　当院について
	---------------------------------------- */
	.about-table {
		border-top: 1px solid #33a389;
		font-size: 15px;
		width: 100%;
		vertical-align: middle;
	}
	.about-table th {
		width: 200px;
		padding: 13px 40px 12px;
	}
	.about-table td {
		vertical-align: middle;
	}
	.about-table tr {
		border-bottom: 1px solid #33a389;
	}
	.about-table tr:nth-of-type(odd) {
		background-color: white;
	}
	.about-table br {
		display: none;
	}
	.tabele_title_inner {
		display: block;
		width: 200px;
		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: 27px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	.cl_intro_box {
		flex-basis: 370px;
	}
	.cl_intro_ttl {
		margin-bottom: 20px;
	}
	.cl_intro_ttl img {}
	.cl_intro_txt {
		font-size: 14px;
		line-height: 22px;
	}
	.cl_intro_photo {
		flex-basis: 440px;
	}
	.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: 280px;
		height: 180px;
		margin-bottom: 30px;
	}
	.cl_li img {}
}