.breadcrumbs{
	margin-bottom: 40px;
}

#page_title {
	background: url('../images/dermatology/pagetitle.webp') no-repeat center center;
}


section{
	scroll-margin-top: 200px;
}

.common_list{
	border-top: 1px solid #ccc;
}

.common_list li{
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

table{
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}

table th,
table td{
	padding: 10px;
	border: 3px solid #fff;
	vertical-align: middle;
}

table th{
	background-color: #B1DF98;
}

table td{
	background-color: #F8F3BF;
}

table .tategaki{
	writing-mode: vertical-rl;
}

table .meisho{
	background-color: #F8EE86;
}

table .genin{
	background-color: #F8F5D8;
}

.pnav{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin: 40px 0 0;
	padding: 0;
}

.pnav li{
	width: calc((100% - 80px) / 5);
	background: #f7ab00;
	border-radius: 20px;
	text-align: center;
}

.pnav li a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.pnav li a::after{
	position: absolute;
	top: 2px;
	right: 10px;
	content: "↓";
	margin: 0 10px 0;
}

main h3 {
	padding: 0 0 10px;
    margin: 60px 0 10px;
    color: #5eb62f;
    font-size: 36px;
    text-align: center;
    border-bottom: 1px solid #5eb62f;
}


main h4 {
    margin: 40px 0 10px;
    font-size: 24px;
    color: #666666;
    line-height: 1.5em;
    border-bottom: 1px solid #ddd;
}


.wp-image-749{
	width: calc((100% - 80px) / 5);
	margin: 0 0 40px 0;
}

.wp-image-750,
.wp-image-751{
	width: calc((100% - 60px) / 5 * 2);
	margin: 0 0 40px 30px;
	vertical-align: top;
}

section dl{
	display: -webkit-box; /* before Android4.3 iOS6:Safari */
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex; /* Pc-safari */
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap; /* IE10 */
	-webkit-flex-flow: row wrap; /* Pc-safari */
	flex-flow: row wrap;
	justify-content: center;
	/* align-items: center; */
	margin: 30px 0;
}

section dl dt{
	width: 200px;
	padding: 20px;
	margin: 0;
	background: #ff9;
	border-radius: 20px 0 0 20px;
}


section dl dd{
	width: calc(100% - 280px);
	padding: 20px;
	background: #f6f6f6;
	border-radius: 0 20px 20px 0;
}

section dl dl dt{
	background: #ffb;
}

section dl dl dd{
	background-color: #fdfdfd;
}

.faq{
	display: block;
}

.faq dt{
	width: auto;
	border-radius: 20px 20px 0 0;
	font-size: 20px;
}

.faq dt::before{
	content: "Q. ";
	font-weight: bold;
}

.faq dd{
	width: auto;
	border-radius: 0 0 20px 20px;
}

.faq dd::before{
	content: "A. ";
	font-weight: bold;
}

#section8 table{
	margin: 0 0 40px;
}

#section8 table tbody tr th{
	width: 50%;
}

#section8 table th,
#section8 table td{
	text-align: center;
}