@charset "UTF-8";
/*------------------------------------------------------------pagetitle*/
#pagetitle {
	background: url(https://www.adachi-ah.com/img/medical_img/pagetitle_bg.jpg) center no-repeat;
}
/*------------------------------------------------------------content*/
/*section01*/
#sec01 .inside_title02:hover {
	opacity: 0.7;
	cursor: pointer;
}
#sec01 .inside_title02 i.fa-minus-square {
	display: none;
}
#sec01 .inside_title02.acopen i.fa-minus-square {
	display: inline-block;
}
#sec01 .inside_title02.acopen i.fa-plus-square {
	display: none;
}
#sec01 .acbox {
	display: none;
}
#sec01 p {
	margin-bottom: 15px;
	text-align: left;
}
#sec01 p:last-of-type {
	margin-bottom: 0;
	text-align: right;
}
/*section02*/
#sec02 ul {
	font-size: 0;
}
#sec02 ul li {
	display: inline-block;
	margin: 0 7.5px 15px;
	border-radius: 2px;
	border: 2px solid #7aace7;
	padding: 10px 30px;
	font-size: 18px;
	color: #7aace7;
	font-weight: bold;
}
/*section03*/
#sec03 table {
	width: 100%;
	border-left: 1px solid #7aace7;
	border-top: 1px solid #7aace7;
	margin-bottom: 15px;
}
#sec03 table th {
	border-right: 1px solid #7aace7;
	border-bottom: 1px solid #7aace7;
	background: #E6F1FF;
	color: #7aace7;
}
#sec03 table td {
	border-right: 1px solid #7aace7;
	border-bottom: 1px solid #7aace7;
	background: #fff;
}

@media print, screen and (min-width:768px) {
#sec03 table th {
	padding: 10px 0;
}
#sec03 table td {
	padding: 10px 0;
}
}
/*section04*/
#sec04 .telbox {
	padding: 20px;
	border-radius: 2px;
	border: 2px solid #7aace7;
	margin-bottom: 20px;
	color: #7aace7;
	font-size: 22px;
}
#sec04 table {
	width: 100%;
	border-left: 1px solid #7aace7;
	border-top: 1px solid #7aace7;
	margin-bottom: 15px;
}
#sec04 table th {
	border-right: 1px solid #7aace7;
	border-bottom: 1px solid #7aace7;
	background: #E6F1FF;
	color: #7aace7;
	width: 50%;
	padding: 10px 0;
	font-size: 18px;
}
#sec04 table td {
	border-right: 1px solid #7aace7;
	border-bottom: 1px solid #7aace7;
	background: #fff;
	padding: 10px 0;
	font-size: 18px;
}
/*section05*/
#sec05 .acs_area {
	font-size: 0;
	text-align: left;
	vertical-align: top;
}
#sec05 .acs_area figure {
	display: block;
	vertical-align: top;
}
#sec05 .acs_area figure.map_area {
	width: 100%;
}
#sec05 .acs_area figure.map_area iframe {
	width: 100%;
}
#sec05 .acs_area figure:nth-child(2) {
	margin: 20px auto;
	text-align: center;
}
#sec05 .acs_area figure:nth-child(2) img {
	display: inline-block;
	margin: auto;
}

@media print, screen and (min-width:768px) {
#sec05 .acs_area figure {
	display: inline-block;
	vertical-align: top;
}
#sec05 .acs_area figure.map_area {
	width: 65%;
}
#sec05 .acs_area figure:nth-child(2) {
	margin: 0 0 0 20px;
}
}
/*----------------------------------------------------------section06*/
#sec06 ul li {
	margin-bottom: 20px;
}
#sec06 ul li figure figcaption {
	margin-top: 5px;
}

@media print, screen and (min-width:600px) {
#sec06 ul {
	display: flex;
	flex: wrap;
	flex-direction: row;
	justify-content: center;
}
#sec06 ul li {
	margin: 20px;
}
#sec06 ul li figure img {
	width: 100%;
	height: auto;
}
}
/*section07*/
#sec07 ul {
	margin-bottom: 20px;
}
#sec07 ul li {
	margin-bottom: 7px;
	text-align: left;
	list-style: disc;
	list-style-position: inside;
}
#sec07 .btn-link a {
	padding: 10px 20px;
	border-radius: 2px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	margin-bottom: 20px;
	background: #f7ae11;
}
#sec07 .btn-link:last-of-type a {
	background: #747474;
	font-size: 14px;
}
#sec07 .btn-link a:hover {
	opacity: 0.7;
}
#sec07 .qrcord {
	display: none;
}

@media print, screen and (min-width:768px) {
#sec07 .qrcord {
	display: block;
	margin-bottom: 30px;
}
}