@charset "UTF-8";
/* CSS Document */

#webstudy {
	width: 920px;
	max-width: 100%;
	margin: 30px auto;
	font-size: 1.1rem;
}
#webstudy h2 img {
	width: 100%;
}
#mainCol article#webstudy h2::before,
#mainCol article#webstudy h2::after {
	display: none;
}

#webstudy h2.tit02 {
	font-size: 3.6rem;
	padding-bottom: 20px;
	line-height: 1;
	position: relative;
	margin-bottom: 4rem;
}
#webstudy h2.tit02::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: #d6d6d6;
}
#webstudy h2.tit02::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 115px;
	background: #ffaab0;
}
#webstudy .linku a {
	text-decoration: underline;
}
#webstudy .linku a:hover {
	text-decoration: none;
}

#webstudy .topLink {
	border-top: 2px solid #ccc;
	margin-top: 30px;
}
#webstudy .topLink ul {
	display:flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
#webstudy .topLink ul li {
	width: 180px;
	margin-right: 20px;
}
#webstudy .topLink ul li::before {
	display: none;
}
#webstudy .topLink ul li a{
	width: 100%;
	height: 30px;
	display:flex;
	justify-content:center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	border-radius:5px;
	text-decoration:none;
	transition: all 0.4s ease;
}
#webstudy .topLink ul li a:hover {
	opacity:0.8;
}
#webstudy .topLink ul.link01 li a{
	background:#e76fa3;
}
#webstudy .topLink ul.link02 li a{
	background:#ef9644;
}
#webstudy .topLink ul.link03 li a{
	background:#61b6e4;
}
#webstudy .topLink ul.link04 li a{
	background:#0063b0;
}
#webstudy #mainArea {
	width: 920px;
	max-width: 100%;
	margin: 25px auto;
}
#webstudy #mainArea #quiz_box img {
	width: 100%;
}
#webstudy #mainArea > p {
	margin-bottom: 16px;
}
#webstudy .link {
	width: 350px;
	margin: 10px auto 0;
}
#webstudy ul.link {
	width: 160px;
	margin: 10px auto 0;
}
#webstudy .inn .w16 ul.link {
	width: 160px;
	margin: 0 auto 0;
}
#webstudy .inn .w18 ul.link {
	width: 180px;
	margin: 0 auto 0;
}
#webstudy .inn .w22 ul.link {
	width: 220px;
	margin: 10px auto 0;
}
#webstudy .link a {
	width: 100%;
	display: flex;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	height: 80px;
	position: relative;
	align-items: center;
	text-decoration: none;
	background: #fff;
	box-sizing: border-box;
}
#webstudy ul.link a {
	height: 50px;
}

#webstudy .link a:hover {
	text-decoration: underline;
}
#webstudy .link a p {
	flex: 1 0 auto;
	text-align: center;
	line-height: 1.6;
	padding: 0 4px;
}
#webstudy .link a p span {
	font-size: 12px;
	display: block;
}

#webstudy .link a::after {
	content: "";
	display: inline-block;
	height: 4px;
	width: 4px;
	border-top: 3px solid #ccc;
	border-right: 3px solid #ccc;
	transform: rotate(45deg);
	margin-right: 8px;
	vertical-align: middle;
	margin-top: -2px;
}
#webstudy .link a.lock::before {
	content: "";
	display: inline-block;
	background: url(/themes/books@medical/images/ico_lock01.png) no-repeat center center / contain;
	width: 24px;
	height: 26px;
	margin-left: 10px;
}

#webstudy .inn {
	width: 1000px;
	margin: 50px auto 0;
}
#webstudy .inn h3 {
	background: #ffe6e9;
	text-align: center;
	font-size: 22px;
	padding: 10px;
}
#webstudy .inn > p {
	margin: 20px;
}
#webstudy .inn h4 {
	font-size: 22px;
	padding: 10px 20px;
	border-bottom: dotted 3px #f29cb1;
	margin-bottom: 30px;
}
#webstudy .inn .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#webstudy .inn .w16 div,
#webstudy .inn .w18 div {
	text-align: center;
	margin-top: 40px;
	margin-left: 7px;
}
#webstudy .inn .w16 div:first-of-type,
#webstudy .inn .w18 div:first-of-type {
	margin-left: 0;
}
#webstudy .inn .w16 div figcaption,
#webstudy .inn .w18 div figcaption {
	font-weight: bold;
	font-size: 15px;
	padding: 5px 0;
}
#webstudy .inn .w25 div {
	text-align: center;
	margin-top: 20px;
	margin-right: 50px;
}
#webstudy .inn .w25 div:last-of-type {
	margin-right: 0;
}
#webstudy .inn .w25 div ul li:nth-child(2) {
	margin-top: 10px;
	margin-bottom: 10px;
}
#webstudy .inn .w22 div {
	text-align: center;
	margin-top: 40px;
	margin-right: 40px;
}
#webstudy .inn .w22 div:last-of-type {
	margin-right: 0;
}
#webstudy .inn .pic {
	margin: 20px 40px 0 20px;
}
#webstudy .inn .txt {
	margin: 50px 20px 0 0;
}
#webstudy .inn .txt p:first-of-type {
	margin-bottom: 30px;
}
#webstudy .inn .present div:first-of-type {
	margin-right: 60px;
	margin-bottom: 20px;
}
#webstudy .inn .preNaiyo {
	background: #EAEAEA;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 20px 50px;
	margin-top: 20px;
}
#webstudy .inn .preNaiyo dt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
#webstudy .inn .preNaiyo dd p {
	margin-bottom: 20px;
}
#webstudy .inn .preNaiyo dd p:last-of-type {
	margin-bottom: 0;
	font-size: 18px;
}
#webstudy .kaisetsu {
	font-size: 16px;
}
/* -------------------------------
REFERENCE
------------------------------- */
#webstudy .disc {
	margin-bottom: 25px;
}
#webstudy .disc li {
	font-size: 16px;
	margin-top: 5px;
	list-style: disc;
	margin-left: 40px;
}
#webstudy .disc li a {
	text-decoration: underline;
}
#webstudy ol.decibra {
	margin-bottom: 25px;
	padding: 15px 0;
	display: block;
}
#webstudy ol.decibra li {
	font-size: 16px;
	margin-top: 5px;
	list-style: none;
	list-style-position:inside;
	counter-increment: cnt;
	margin-left: 10px;
	padding-left: 0;
	text-indent: 0;
	display: list-item;
}
#webstudy ol.decibra li::before {
	display: inline-block;
	content: counter(cnt) ") ";
	margin-left: 0;
}
#webstudy ol.decibra li a {
	text-decoration: underline;
}
#webstudy ol.decibra * {
	word-break: keep-all;
}
#webstudy #download {
	border-top: 2px solid #ffaab0;
	margin-top: 30px;
	padding-top: 30px;
}
#webstudy #download .pic {
	width: 400px;
	margin-left: 30px;
}
#webstudy #download .txt ul.disc {
	text-align: left;
	margin-top: 30px;
}
#webstudy .table {
	padding:30px;
}
#webstudy table {
	width: 100%;
	table-layout: fixed;
	border-bottom: 1px solid #c4c6c6;
}
#webstudy table caption {
	font-weight: bold;
	margin-bottom: 15px;
}
#webstudy table thead th {
	background: #caeae8;
	padding: 15px 0;
	border-right: 1px solid #c4c6c6;
	border-bottom: 1px solid #c4c6c6;
	text-align: center;
	font-weight: bold;
}
#webstudy table thead tr:last-child th {
}
#webstudy table tbody th {
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	border-right: 1px solid #c4c6c6;
	border-bottom: 1px dashed #c4c6c6;
	background: #efefef;
	padding: 8px;
	line-height: 1.35;
	font-weight: bold;
}
#webstudy table tbody td {
	font-size: 16px;
	border-right: 1px solid #c4c6c6;
	border-bottom: 1px dashed #c4c6c6;
	padding: 8px;
	vertical-align: text-bottom;
	text-align: left;
	line-height: 1.35;
}
#webstudy table tbody td:nth-child(4),
#webstudy table tbody td:nth-child(5),
#webstudy table tbody td:nth-child(6),
#webstudy table tbody td:nth-child(7),
#webstudy table tbody td:nth-child(8),
#webstudy table tbody td:nth-child(9){
	text-align:center;
}
#webstudy table th:last-child, #webstudy table td:last-child {
	border-right: none;
}
#webstudy table .hr th, #webstudy table .hr td {
	border-top: 1px solid #c4c6c6;
}
#webstudy table tbody tr:last-child th, #webstudy table tbody tr:last-child td,
#webstudy table tbody tr:last-child th, #webstudy table tbody tr:last-child th{
	border-bottom: none;
}
#webstudy table tbody td .disc {
	font-size: 16px;
}
#webstudy table tbody td .disc li {
	font-size: 16px;
	margin-top: 5px;
	list-style: disc;
	margin-left: 20px;
}
#webstudy table tbody td img {
	max-width: 100%;
}
#webstudy .table .notes {
	font-size: 12px;
	margin-top: 10px;
}
#webstudy table tbody strong {
	font-weight:bold;
	color:#f96982;
}
@media screen and (max-width: 768px) {
#webstudy {
	overflow-y: hidden;
	overflow-x: auto;
	margin-bottom: 20px;
}
#webstudy table {
	width: 850px;
}
#webstudy table caption {
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 14px;
}
#webstudy table thead th {
	padding: 5px 0;
	font-size: 14px;
}
#webstudy table tbody th {
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	padding: 5px;
	line-height: 1.35;
	font-weight: bold;
}
#webstudy table tbody td {
	font-size: 14px;
	border-right: 1px solid #c4c6c6;
	border-bottom: 1px dashed #c4c6c6;
	padding: 5px;
}
#webstudy table tbody td .disc {
	font-size: 14px;
}
#webstudy table tbody td .disc li {
	font-size: 14px;
	margin-top: 5px;
	list-style: disc;
	margin-left: 20px;
}
#webstudy table tbody td img {
	max-width: 100%;
}
}
@media screen and (max-width: 768px){
	#webstudy p {
		padding: 0;
		font-size: 14px;
	}
	#webstudy .disc {
		margin-bottom: 15px;
	}
	#webstudy .disc li {
		font-size: 14px;
		margin-top: 5px;
		list-style: disc;
		margin-left: 20px;
	}
	#webstudy .decibra {
		margin-bottom: 15px;
	}
	#webstudy .decibra li {
		font-size: 14px;
		margin-top: 5px;
		margin-left: 20px;
	}
}