@charset "utf-8";

ul.menu_box_disease {
	padding-top: 10px;
	clear: both;
	overflow: hidden;
}

ul.menu_box_disease li {
	float: left;
	width: 33%;
	text-align: center;
	margin-left: 0.5%;
	margin-bottom: 0.5%;
}

ul.menu_box_disease li:nth-child(3n + 1) {
	margin-left: 0%;
}

ul.menu_box_disease li a {
	display: block;
	padding: 8px 0;
	line-height: 100%;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: -moz-linear-gradient(#ffffff 0%, #ececec 100%);
	background: -webkit-linear-gradient(#ffffff 0%, #ececec 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ececec));
	background: -o-linear-gradient(#ffffff 0%, #ececec 100%);
	background: linear-gradient(#ffffff 0%, #ececec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 );
	color: #333;
	text-decoration: none;
	font-size: 0.8rem;
}

ul.menu_box_disease li a span {
	font-size: 0.7rem;
}

ul.menu_box_disease li a:hover,
ul.menu_box_disease li a.active {
	color: #fff;
	font-weight: bold;
	background: #d12020;
	border: 1px solid #a73c3c;
	background: -moz-linear-gradient(top, #d12020 0%, #a50606 100%);
	background: -webkit-linear-gradient(top, #d12020 0%, #a50606 100%);
	background: linear-gradient(to bottom, #d12020 0%, #a50606 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d12020', endColorstr='#a50606',GradientType=0 );
	text-decoration: none;
}

ul.menu_box_disease li a.hide,
ul.menu_box_disease li a.hide:hover {
	color: #ccc;
	background: #f6f6f6;
	border: 1px solid #ddd;
	text-decoration: none;
	font-weight: 100;
}

ul.menu_box {
	padding-top: 10px;
	clear: both;
	display: flex;
	flex-wrap: wrap;
}

ul.menu_box li {
	width: 33%;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 0.5%;
}

ul.menu_box li:nth-child(3n) {
	margin-right: 0;
}

/* one columnのmenu_boxは、PC時に4列に変更 */

#column_one ul.menu_box li {
	width: 24.5%;
	margin-right: 0.666%;
}

#column_one ul.menu_box li:nth-child(3n) {
	margin-right: 0.666%;
}

#column_one ul.menu_box li:nth-child(4n) {
	margin-right: 0;
}

/*  */

ul.menu_box li a {
	display: block;
	padding: 8px 0;
	line-height: 130%;
	border: 1px solid #ccc;
	position: relative;
	border-radius: 3px;
	background: -moz-linear-gradient(#ffffff 0%, #ececec 100%);
	background: -webkit-linear-gradient(#ffffff 0%, #ececec 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ececec));
	background: -o-linear-gradient(#ffffff 0%, #ececec 100%);
	background: linear-gradient(#ffffff 0%, #ececec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 );
	color: #333;
	text-decoration: none;
}

ul.menu_box li a span {
	font-size: 0.7rem;
}

ul.menu_box_code {
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
}

ul.menu_box_code li {
	width: 24.5%;
	text-align: center;
	margin-bottom: 10px;
}

ul.menu_box_code li a {
	display: table-cell;
	vertical-align: middle;
	height: 90px;
	width: 500px;
	padding: 8px 0;
	line-height: 100%;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: -moz-linear-gradient(#ffffff 0%, #ececec 100%);
	background: -webkit-linear-gradient(#ffffff 0%, #ececec 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ececec));
	background: -o-linear-gradient(#ffffff 0%, #ececec 100%);
	background: linear-gradient(#ffffff 0%, #ececec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 );
	color: #333;
	text-decoration: none;
	line-height: 1.5rem;
}

ul.menu_box_code li a span {
	display: block;
}
ul.menu_box_code li a span p.left {
	float: left;
	width: 50%;
	text-align: center;
	padding-top: 1.5rem;
}
ul.menu_box_code li a span p.right {
	float: left;
	width: 50%;
	text-align: left;
}

ul.menu_box li a:hover,
ul.menu_box li a.active,
ul.menu_box_code li a:hover,
ul.menu_box_code li a.active {
	color: #fff;
	font-weight: bold;
	background: #d12020;
	border: 1px solid #a73c3c;
	background: -moz-linear-gradient(top, #d12020 0%, #a50606 100%);
	background: -webkit-linear-gradient(top, #d12020 0%, #a50606 100%);
	background: linear-gradient(to bottom, #d12020 0%, #a50606 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d12020', endColorstr='#a50606',GradientType=0 );
	text-decoration: none;
}

ul.menu_box li a.hide,
ul.menu_box li a.hide:hover {
	color: #ccc;
	background: #f6f6f6;
	border: 1px solid #ddd;
	text-decoration: none;
	font-weight: 100;
}

ul.menu_box li a.cart:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 20px;
	background-image: url(/med/img/navigation/icn_cart.png);
	background-size: contain;
	vertical-align: middle;
	margin-top: -6px;
	margin-bottom: -5px;
	margin-right: 3px;
}

ul.menu_box li a.cart:hover:before {
	background-image: url(/med/img/navigation/icn_cart_ov.png);
}

ul.menu_box li a.mov:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 20px;
	background-image: url(/med/img/navigation/icn_mov.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-top: -6px;
	margin-bottom: -5px;
	margin-right: 3px;
}

ul.menu_box li a.mov:hover:before {
	background-image: url(/med/img/navigation/icn_mov_ov.png);
}

ul.menu_box li a.mov:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 20px;
	background-image: url(/med/img/navigation/icn_mov.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-top: -6px;
	margin-bottom: -5px;
	margin-right: 3px;
}

ul.menu_box li a.mov:hover:before {
	background-image: url(/med/img/navigation/icn_mov_ov.png);
}

ul.menu_box li a.qa:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 20px;
	background-image: url(/med/img/navigation/icn_qa.png);
	background-size: contain;
	vertical-align: middle;
	margin-top: -6px;
	margin-bottom: -5px;
	margin-right: 3px;
}

ul.menu_box li a.qa:hover:before {
	background-image: url(/med/img/navigation/icn_qa_ov.png);
}

ul.menu_box li a.new:before {
	position: absolute;
	content: "NEW";
	left: -4px;
	top: -2px;
	line-height: 100%;
	font-size: 0.7rem;
	background: #bf0d0d;
	color: #fff;
	padding: 4px;
	border-radius: 4px;
	border: 1px solid #bf0d0d;
}

ul.menu_box li a.new:hover:before {
	font-weight: 100;
	background: #fff;
	color: #bf0d0d;
	border: 1px solid #bf0d0d;
}

.photo_txt {
	padding: 25px 0;
	line-height: 1.8;
}

.photo_txt a {
	display: inline-block;
	padding: 0 5px;
	text-decoration: none;
}

.photo_txt a::before {
	content: "\f019";
	font-family: FontAwesome;
	color: #bb1919;
	font-size: 1rem;
	vertical-align: middle;
	padding-right: 5px;
}

.download_link {
	text-align: center;
	padding-bottom: 20px;
}

.download_link.right {
	text-align: right;
}

.download_link a {
	color: #bb1919;
	display: inline;
	border-bottom: 2px solid #bb1919;
	text-decoration: none;
	padding: 0 5px 6px;
	transition: 0.3s;
}

.download_link a::before {
	content: "\f019";
	font-family: FontAwesome;
	color: #bb1919;
	font-size: 1.3rem;
	vertical-align: middle;
	padding-right: 5px;
}

.download_link a:hover {
	opacity: 0.7;
}

.photo_wrap {
	margin-top: 1px;
	clear: both;
	background: #fff;
	border: 3px solid #eee;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

#topics_box {
	clear: both;
	background: #f7f0f0;
	border: 3px solid #dcb6b6;
	padding: 20px;
	margin-top: 10px;
}

#topics_box h2 {
	color: #bf0d0d;
	font-size: 1.3rem;
}

#topics_box .info {
	display: table;
	clear: both;
	width: 100%;
}

#topics_box .info div {
	display: table-cell;
	vertical-align: middle;
	width: 68%;
}

#topics_box .info div.day {
	font-size: 0.85rem;
	width: 17%;
}

.document {
	clear: both;
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 15px;
}

.document dl.document_data {
	overflow: hidden;
}

.document dl.document_data dt {
	font-size: 0.85rem;
	float: left;
	width: 22%;
}

.document dl.document_data dt span {
	font-size: 0.75rem;
	padding: 2px;
	color: #bf0d0d;
	border: 1px solid #bf0d0d;
	text-align: center;
	border-radius: 2px;
}

.document dl.document_data dd {
	float: left;
	width: 61%;
	position: relative;
	padding-left: 17%;
	padding-bottom: 6px;
}

.document dl.document_data dd span {
	display: block;
	position: absolute;
	margin-left: -20%;
}

.document dl.document_data dd span img {
	height: 30px;
}

.document dl.document_data dd a img:hover {
	opacity: 0.7;
}

.documentColumn,
.ifColumn,
.summaryColumn,
.precautionColumn,
.medicineColumn {
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 50px;
}

.documentColumn .documentAll,
.ifColumn .ifAll,
.summaryColumn .summaryAll,
.precautionColumn .precautionAll,
.medicineColumn .medicineAll {
	clear: both;
	padding: 2px 5px;
}

.documentColumn .documentAll hr,
.ifColumn .ifAll hr,
.summaryColumn .summaryAll hr,
.precautionColumn .precautionAll hr,
.medicineColumn .medicineAll hr {
	border: dotted #ddd;
	border-width: 1px 0 0 0;
	width: 96%;
	margin-left: 4%;
	clear: both;
	height: 1px; /* for IE6 */
	clear: both; /* for IE6 */
}

.documentColumn .documentAll dl.document_data,
.ifColumn .ifAll dl.if_data,
.summaryColumn .summaryAll dl.summary_data,
.precautionColumn .precautionAll dl.precaution_data,
.medicineColumn .medicineAll dl.medicine_data {
	overflow: hidden;
	margin-left: 40px;
	display: flex;
}

h2.med_title::after {
	content: "";
	/*background: url("/med/img/icn_pdf.svg") no-repeat;*/
	background-size: 15px 17px;
	display: inline-block;
	width: 15px;
	height: 17px;
	vertical-align: -1px;
	margin-left: 5px;
}

/* くすりのしおり、製剤写真一覧はpdfアイコンを非表示 */
.medicineAll h2.med_title::after {
	display: none;
}
.photo_list h2.med_title::after {
	display: none;
}

.box dl.precaution_data {
	overflow: hidden;
	margin-left: 5%;
	width: 95%;
}

.box dl.precaution_data dt {
	float: left;
}

.documentColumn .documentAll dl.document_data dt,
.ifColumn .ifAll dl.if_data dt,
.summaryColumn .summaryAll dl.summary_data dt,
.precautionColumn .precautionAll dl.precaution_data dt,
.medicineColumn .medicineAll dl.medicine_data dt {
	width: 180px;
	padding-right: 2%;
	line-height: 1.7rem;
	font-size: 0.85rem;
}

.documentColumn .documentAll dl.document_data dt span,
.ifColumn .ifAll dl.if_data dt span,
.summaryColumn .summaryAll dl.summary_data dt span,
.precautionColumn .precautionAll dl.precaution_data dt span,
.medicineColumn .medicineAll dl.medicine_data dt span {
	border-radius: 4px;
	font-size: 0.6rem;
	width: 40px;
	line-height: 16px;
	background-color: #f7e5e5;
	color: #bb1919;
	text-align: center;
	display: inline-block;
}

.documentColumn .documentAll dl.document_data dd,
.ifColumn .ifAll dl.if_data dd,
.summaryColumn .summaryAll dl.summary_data dd,
.precautionColumn .precautionAll dl.precaution_data dd,
.medicineColumn .medicineAll dl.medicine_data dd {
	width: calc(100% - 200px);
	padding-right: 150px;
	position: relative;
	line-height: 1.7rem;
}

.documentColumn .documentAll dl.document_data dd span,
.ifColumn .ifAll dl.if_data dd span,
.summaryColumn .summaryAll dl.summary_data dd span,
.precautionColumn .precautionAll dl.precaution_data dd span {
	/* pdfアイコンを削除 */
	display: none;
	/*
	display:block;
	position:absolute;
	width:90px;
	margin-left:-90px;
	*/
}

.documentColumn .documentAll dl.document_data dd span img,
.ifColumn .ifAll dl.if_data dd span img,
.summaryColumn .summaryAll dl.summary_data dd span img,
.precautionColumn .precautionAll dl.precaution_data dd span img {
	height: 27px;
}

.documentColumn .documentAll dl.document_data dd a img:hover,
.ifColumn .ifAll dl.if_data dd a img:hover,
.summaryColumn .summaryAll dl.summary_data dd a img:hover,
.precautionColumn .precautionAll dl.precaution_data dd a img:hover {
	opacity: 0.7;
}

.medicineColumn .medicineAll dl.medicine_data dd span {
	position: absolute;
	right: 0;
}

.medicineColumn .medicineAll dl.medicine_data dd span img {
	height: 27px;
}

.medicineColumn .medicineAll dl.medicine_data dd a img:hover {
	opacity: 0.7;
}

h3.photo {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 1rem;
	border-bottom: 1px solid #bf0d0d;
	padding-bottom: 5px;
}

.photo_box {
	clear: both;
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 15px;
}

.photo_box .photo:first-child {
	padding-top: 0;
}

.photo_box .photo div {
	display: table-cell;
	vertical-align: middle;
}

.photo_box .photo div.day {
	font-size: 0.8rem;
	width: 150px;
	text-align: center;
}
.photo_box .photo div.day span {
	font-size: 0.75rem;
	padding: 2px;
	color: #bf0d0d;
	border: 1px solid #bf0d0d;
	text-align: center;
	border-radius: 2px;
}
.photo_box .photo div ul {
	margin-top: 10px;
}

.photo_box .photo div li {
	float: left;
	font-size: 0.85rem;
	line-height: 1rem;
}

.photo_box .photo div li a {
	padding: 4px 25px;
	text-align: center;
	border: 1px solid #4193d9;
	color: #4193d9;
	border-radius: 3px;
	text-decoration: none;
	display: block;
	margin: 2px 5px 2px 0;
}

.photo_box .photo div li.all a {
	border: 1px solid #4193d9;
	background: #4193d9;
	color: #fff;
}

.photo_box .photo div li a:hover {
	text-decoration: none;
}
.photo_list {
	clear: both;
	background: #fff;
	position: relative;
}

#column_one .photo_list {
	padding: 30px;
	border: 1px solid #ddd;
	margin-bottom: 50px;
}

.photo_list.table {
	width: 100%;
}

.photo_list.table th,
.photo_list.table td {
	padding: 1px;
	font-size: 0.7rem !important;
}

.photo_list .photo_box {
	border: 1px solid #ccc;
	padding: 20px;
}

.photo_list .photo {
	width: 100%;
	padding-top: 5px;
	position: relative;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.photo_list a.otherlink {
	position: absolute;
	right: 15px;
	top: 30px;
	font-size: 0.9rem;
	background: url("../img/cursor2.png") no-repeat left 3px;
	line-height: 1;
	padding-left: 12px;
	z-index: 1;
}

.photo_list .photo div ul {
	padding: 5px 0;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.photo_list .photo div strong {
	display: block;
}

.photo_list .photo div li {
	border: 1px solid #eee;
	padding: 0 !important;
	margin: 8px 0 0 !important;
	line-height: 1.4;
}

.photo_list .photo div li img {
	max-width: 100%;
	width: auto;
	display: block;
	text-align: center;
	margin: 0 auto 5px;
}

.photo_list .photo div li a {
	padding: 5px;
	text-align: center;
	color: #333;
	border-radius: 3px;
	text-decoration: none;
	display: block;
	box-sizing: border-box;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.photo_list .info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: 1px solid #ccc;
	padding: 16px 20px;
}

.photo_list .info .day {
	width: 140px;
	padding: 4px 0;
}

.photo_list .info .link {
	width: calc(100% - 140px);
	padding: 4px 0;
}

.photo_list .photo div li a:hover {
	text-decoration: none;
}

.photo_list .list01 div li {
	float: left;
	font-size: 0.85rem;
	width: 16%;
	margin-right: 0.8% !important;
	box-sizing: border-box;
	text-align: center;
}

.photo_list .list01 div li:nth-child(6n) {
	margin-right: 0 !important;
}

.photo_list .list01 div li:nth-child(6n + 1) {
	clear: both;
}

.photo_list .list02 div ul {
	width: 100%;
}

.photo_list .list02 div li {
	float: left;
	font-size: 0.85rem;
	width: 24.3%;
	margin-right: 0.933% !important;
	box-sizing: border-box;
	text-align: center;
}

.photo_list .list02 div li:nth-child(4n) {
	margin-right: 0 !important;
}

.photo_list .list02 div li:nth-child(4n + 1) {
	clear: both;
}

.photo_all {
	overflow: hidden;
	clear: both;
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 15px;
}

.photo_all li {
	width: 31%;
	float: left;
	text-align: center;
	margin-right: 3.5%;
	margin-bottom: 3%;
}

.photo_all li span {
	display: block;
	margin-bottom: 3px;
	font-weight: bold;
}

.photo_all li span.day {
	font-size: 0.8rem;
	font-weight: 100;
}

.photo_all li:nth-child(3n) {
	margin-right: 0;
}

.photo_all li:nth-child(3n + 1) {
	clear: both;
}

.photo_all li img {
	width: 100%;
	border: 1px solid #ddd;
}

.photo_all li a img:hover {
	opacity: 0.7;
}

.photo_info_link a {
	display: block;
	float: right;
	font-size: 1rem;
	font-weight: 100;
	margin: -1rem 0 1rem 0;
}

hr.ph {
	border: dotted #ddd;
	border-width: 1px 0 0 0;
	width: 96%;
	margin-left: 4%;
	clear: both;
	height: 1px; /* for IE6 */
	clear: both; /* for IE6 */
}

.medicine {
	clear: both;
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 15px;
}

.medicine .medicine_data {
	display: table;
}

.medicine .medicine_data:first-child {
	padding-top: 0;
}

.medicine .medicine_data div {
	display: table-cell;
	vertical-align: middle;
}

.medicine .medicine_data div.day {
	font-size: 0.85rem;
	width: 160px;
}

.medicine .medicine_data div ul {
	margin-top: 5px;
}

.medicine .medicine_data div li {
	float: left;
	font-size: 0.85rem;
	line-height: 1rem;
}

.medicine .medicine_data div li a img {
	height: 30px;
	width: auto;
	margin-right: 5px;
}

.medicine .medicine_data div li a:hover img {
	opacity: 0.7;
}

.medicine .medicine_data div.day span {
	font-size: 0.75rem;
	padding: 2px 5px;
	color: #bf0d0d;
	border: 1px solid #bf0d0d;
	text-align: center;
	border-radius: 4px;
}

.if {
	clear: both;
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 15px;
}

.if dl.if_data {
	overflow: hidden;
}

.if dl.if_data dt {
	font-size: 0.85rem;
	display: table-cell;
	vertical-align: middle;
	width: 230px;
	float: left;
	line-height: 30px;
}

.if dl.if_data dt span {
	font-size: 0.75rem;
	padding: 2px 5px;
	color: #bf0d0d;
	border: 1px solid #bf0d0d;
	text-align: center;
	border-radius: 4px;
}

.if dl.if_data dd {
	display: table-cell;
	vertical-align: middle;
	padding-left: 80px;
	min-height: 30px;
	padding-top: 6px;
}

.if dl.if_data dd span {
	margin-left: -80px;
	margin-top: -6px;
	float: left;
}

.if dl.if_data dd span img {
	height: 30px;
}

.if dl.if_data dd a img:hover {
	opacity: 0.7;
}

.summary {
	clear: both;
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 15px;
}

.summary dl.summary_data {
	overflow: hidden;
}

.summary dl.summary_data dt {
	font-size: 0.85rem;
	display: table-cell;
	vertical-align: middle;
	width: 160px;
	float: left;
	line-height: 30px;
}

.summary dl.summary_data dt span {
	font-size: 0.75rem;
	padding: 2px 5px;
	color: #bf0d0d;
	border: 1px solid #bf0d0d;
	text-align: center;
	border-radius: 4px;
}

.summary dl.summary_data dd {
	display: table-cell;
	vertical-align: middle;
	padding-left: 80px;
	min-height: 30px;
	padding-top: 6px;
}

.summary dl.summary_data dd span {
	margin-left: -80px;
	margin-top: -6px;
	float: left;
}

.summary dl.summary_data dd span img {
	height: 30px;
}

.summary dl.summary_data dd a img:hover {
	opacity: 0.7;
}

.precaution {
	clear: both;
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 15px;
}

.precaution dl.precaution_data dt {
	font-size: 0.85rem;
	display: table-cell;
	vertical-align: middle;
	width: 160px;
	float: left;
	line-height: 30px;
}

.precaution dl.precaution_data dt span {
	font-size: 0.75rem;
	padding: 2px 5px;
	color: #bf0d0d;
	border: 1px solid #bf0d0d;
	text-align: center;
	border-radius: 4px;
}

.precaution dl.precaution_data dd {
	display: table-cell;
	vertical-align: middle;
	padding-left: 80px;
	min-height: 30px;
	padding-top: 6px;
}

.precaution dl.precaution_data dd span {
	margin-left: -80px;
	margin-top: -6px;
	float: left;
}

.precaution dl.precaution_data dd span img {
	height: 30px;
}

.precaution dl.precaution_data dd a img:hover {
	opacity: 0.7;
}

.prescribe {
	clear: both;
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 15px;
}
.prescribe_notes {
	padding: 10px;
	background: #fff;
	border: 5px #eeeeee solid;
	font-size: 0.85rem;
	margin-bottom: 10px;
	clear: both;
}
#column_left .prescribe_notes {
	margin-bottom: 10px;
}
.prescribe_notes p {
	text-indent: -0.85rem;
	padding-left: 0.85rem;
}
.prescribe_notes p a {
	padding-left: 1rem;
}
.prescribe_notes p a i {
	color: #bf0d0d;
	padding-left: 0.4rem;
}
.prescribe li {
	overflow: hidden;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	display: flex;
	align-items: flex-start;
	position: relative;
	width: 100%;
}

.prescribe li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.prescribe li div.img {
	width: 100px;
	padding-right: 20px;
	text-align: center;
}

.prescribe li div.img a img:first-child {
	margin-bottom: 8px;
}

.prescribe li div.img a img:nth-child(2) {
	height: 30px;
	width: auto;
}

.prescribe li div.img a:hover {
	opacity: 0.7;
}
.prescribe li div.img img {
	max-width: 80px;
}
.prescribe li div.txt {
	width: calc(100% - 100px);
	line-height: 1.5rem;
	padding-bottom: 0.6rem;
}
.prescribe li div.txt span {
	position: absolute;
	right: 1rem;
	bottom: 0.4rem;
	font-size: 0.9rem;
	line-height: 1.4;
}
.prescribe li div.txt a {
	font-size: 1.2rem;
}

.prescribe li div.txt p {
	padding: 5px 0;
}

.prescribe li div.txt img {
	height: 30px;
	width: auto;
}

.prescribe li div.txt a:hover img {
	opacity: 0.7;
}

.survey {
	clear: both;
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 15px;
}

.survey .survey_data {
	display: table;
}

.survey .survey_data div {
	display: table-cell;
	vertical-align: middle;
}

.survey .survey_data div.day {
	font-size: 0.85rem;
	width: 160px;
}

.survey .survey_data div.day span {
	font-size: 0.75rem;
	padding: 2px 5px;
	color: #bf0d0d;
	border: 1px solid #bf0d0d;
	text-align: center;
	border-radius: 4px;
}

.survey .survey_data div.detail {
	padding-left: 80px;
	min-height: 30px;
	padding-top: 6px;
}

.survey .survey_data div.detail span {
	margin-left: -80px;
	margin-top: -6px;
	float: left;
}

.survey .survey_data div.detail span img {
	height: 30px;
}

.survey .survey_data div.detail a img:hover {
	opacity: 0.7;
}

table.code {
	font-size: 0.8rem;
	margin-bottom: 25px;
	width: 100%;
}

table.code,
table.code th,
table.code td {
	border-collapse: collapse;
	border: 1px solid #ccc;
}

table.code tr td:first-child {
	text-align: left;
	width: 35%;
}

table.code th,
table.code td {
	padding: 3px;
	vertical-align: middle;
}

table.code tr.head th {
	background: #d27d7d;
	color: #fff;
	height: 40px;
	text-align: center;
}

table.code th {
	background: #f4ecec;
	text-align: left;
	width: 168px;
}

table.code.package .head th {
	font-size: 0.7rem;
	line-height: 1.3;
	word-wrap: break-word;
}

table.code.package td {
	background: #fff;
}

table.code.package.individual tr td:first-child {
	width: 20.4%;
}

table.code td {
	text-align: center;
	width: 168px;
}

#pagelink {
	overflow: hidden;
	clear: both;
	background: #fff;
	border: 1px solid #ccc;
	padding: 15px 20px;
}

#pagelink ul li {
	float: left;
	width: 33.3%;
	padding: 5px 0;
	font-size: 0.5rem;
	color: #bf0d0d;
}

#pagelink ul li a {
	font-size: 0.85rem;
}

#report {
	overflow: hidden;
	padding: 0 10px;
}

#report ul {
	padding: 0;
}

#report li {
	float: left;
	width: 49%;
	text-align: center;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#report li a {
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #ccc;
	display: block;
}

#report li:last-child a {
	border-bottom: none;
}

#report li a:hover {
	color: #bf0d0d;
}

#report li:nth-child(2n) {
	margin-left: 2%;
}

#report li:nth-child(2n + 1) {
	clear: both;
}

#report li div h3 {
	font-size: 1rem;
	padding-bottom: 2px;
	font-weight: bold;
	line-height: 1.4rem;
}

#report li div h3 img {
	height: 22px;
	margin-left: 5px;
	vertical-align: -5px;
}

#report li span {
	display: block;
	padding: 0 0 10px;
	font-size: 0.8rem;
	line-height: 1.3rem;
}

#r_info {
	overflow: hidden;
	margin-bottom: 15px;
	padding: 0 10px;
}

#r_info li {
	display: table;
	width: 100%;
}

#r_info li.color {
	margin: 0 -10px;
	width: calc(100% + 20px);
}
#r_info li.color a {
	background: #c54646 !important;
	color: #fff !important;
}
#r_info li.color a:hover {
	color: #fff !important;
}

#r_info li.color {
	margin: 0 -10px;
	width: calc(100% + 20px);
}

#r_info li.color a {
	background: #c54646 !important;
	color: #fff !important;
}

#r_info li.color a:hover {
	color: #fff !important;
}

#r_info li li {
	display: block;
	min-height: 0;
	margin-bottom: 0;
}

#r_info li a.main,
#r_info li div.main a.infobtn {
	display: block;
	vertical-align: middle;
	font-size: 0.9rem;
	line-height: 1.4rem;
	/*color:#333;*/
	width: 100%;
	padding: 12px;
	text-align: left;
	background: #fff;
	text-decoration: none;
	box-sizing: border-box;
	cursor: pointer;
}

#r_info li a.main,
#r_info li div.main {
	border-bottom: 1px solid #ccc;
	text-align: center;
}

#r_info li a.main:hover {
	color: #bf0d0d;
	text-decoration: underline;
}

#r_info li div.main img,
#r_info li a.main img {
	width: 1.3rem;
	vertical-align: -2px;
	margin-left: 0.3rem;
}
#detail {
	background-color: #fff;
	border: 1px solid #eee;
	padding: 0 30px 30px;
}

#detail .category {
	font-size: 0.8rem;
}

#detail .date {
	font-size: 0.8rem;
	padding-top: 30px;
}

#detail .title {
	font-size: 1.4rem;
	padding-top: 3px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	border-bottom: 1px solid #bf0d0d;
}

#detail .title span {
	font-size: 0.75rem;
	padding: 2px 5px;
	color: #bf0d0d;
	border: 1px solid #bf0d0d;
	text-align: center;
	border-radius: 4px;
	margin-left: 5px;
	vertical-align: middle;
}

#detail p {
	padding-bottom: 20px;
}

#detail .pdf {
	background: url(../img/pdf.png) no-repeat left 3px;
	padding: 5px 0 5px 30px;
}

#detail .back {
	background: #2f65bf;
	display: block;
	margin: 0 auto;
	width: 140px;
	text-align: center;
	padding: 10px 0;
	margin-top: 30px;
	font-size: 0.8rem;
	border-radius: 3px;
}

#detail a.back:link {
	color: #fff;
	text-decoration: none;
}

#detail a.back:visited {
	color: #fff;
	text-decoration: none;
}

#detail .back:hover {
	color: #fff;
	background: #5b8bdb;
}

#detail a.back:active {
	color: #fff;
	text-decoration: none;
}

#sitemap {
	overflow: hidden;
}

#sitemap .left {
	width: 48%;
	float: left;
}

#sitemap .right {
	width: 48%;
	float: right;
}

#sitemap h2 {
	font-size: 1.2rem;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px solid #bf0d0d;
	font-weight: bold;
	line-height: 1rem;
}

#sitemap ul {
	margin-bottom: 30px;
}

#sitemap ul li {
	font-size: 0.9rem;
	line-height: 1.5rem;
	background: url(../img/cursor2.png) no-repeat left 8px;
	padding: 0 0 5px 12px;
}

#sitemap ul li img {
	vertical-align: middle;
	padding-left: 5px;
}

a.btn {
	display: block;
	width: 230px;
	text-align: center;
	background: #bf0d0d;
	color: #fff;
	padding: 10px 0;
	margin: 20px auto 0;
	text-decoration: none;
	border-radius: 5px;
	font-size: 0.9rem;
	clear: both;
}

a.btn:hover {
	opacity: 0.7;
}

div.main:hover {
	position: relative;
	text-decoration: none;
}
div.main span {
	opacity: 0;
	position: absolute;
	top: 1em;
	left: 0;
	width: 210px;
	top: 40px;
	padding: 7px 10px;
}
div.main span:after {
	position: absolute;
	top: -20px;
	left: 100px;
	height: 0;
	width: 0;
	border: 10px solid transparent;
	border-bottom: 10px solid #c94141;
	content: "";
}

div.main:hover span {
	top: 69px;
	opacity: 1;
	border: none;
	display: block;
	width: 188px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	background: #c94141;
}

div.main:hover span a {
	display: block;
	padding: 3px 3px 3px 10px;
	color: #fff;
	text-decoration: underline;
	background: url(../img/cursor_w.png) no-repeat center left;
}

div.main:hover span a:hover {
	text-decoration: none;
}

.qa_box {
	clear: both;
	background: #fff;
	border: 1px solid #ccc;
	padding: 0;
	margin-bottom: 5px;
}

.qa_box .qa_menu {
	overflow: hidden;
	padding: 20px;
}

.qa_box .qa_menu li {
	float: left;
	width: 25%;
}

.qa_box .qa_menu li a {
	display: block;
	background: url(../img/cursor.png) no-repeat 0 center;
	font-size: 1rem;
	padding-left: 1rem;
	line-height: 2rem;
}
.qa_box .top li a {
	background: url(../img/cursor2.png) no-repeat 0 center;
}
.qa_box .med_title {
	padding: 7px 20px;
	border-top: 1px solid #ccc;
}

.qa_box .med_title:first-child {
	border-top: none;
}

.qa_open {
	font-size: 0.9rem;
	border-top: 1px solid #ccc;
	padding: 10px 20px 10px 50px;
	line-height: 1.2rem;
}

.qa_open.active:hover {
	background-size: 20px 20px;
}

.qa_open.active {
	background: #f8dfdf url(../img/navigation/qa_open.png) no-repeat 20px center;
	background-size: 20px 20px;
	color: #bf0d0d;
}
.qa_open {
	background: url(../img/navigation/qa_open.png) no-repeat 20px center;
	background-size: 20px 20px;
	display: block;
	cursor: pointer;
}

.qa_open:hover {
	background: #f8dfdf url(../img/navigation/qa_open.png) no-repeat 20px center;
	background-size: 20px 20px;
	color: #bf0d0d;
}
.qa_close {
	font-size: 0.9rem;
	border-top: 1px solid #ccc;
	padding: 10px 20px 10px 50px;
	background: #f8eeee url(../img/navigation/qa_close.png) no-repeat 20px 20px;
	background-size: 20px 20px;
	height: auto;
	display: table-cell;
	width: 9999px;
}
.qa_close p {
	display: block;
	padding: 10px 0;
	height: auto;
}
.qa_close div img {
	max-width: 100%;
	width: auto;
}
.qa_close ol {
	list-style: decimal;
	margin-left: 1rem;
}
.med_titlelayout {
	clear: both;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.med_titlelayout span {
	display: block;
}

.med_titlelayout h1 {
	float: left;
	line-height: 1.5;
}

.med_titlelayout h2 {
	float: left;
}

/* .med_titlelayout a {
	display: block;
	line-height: 150%;
	padding: 10px 0;
	float: left;
	text-decoration: none;
	border: 1px solid #bf0d0d;
	color: #333;
	font-size: 0.8rem;
	background: #fff;
	background-size: 12px 12px;
	width: 190px;
	text-align: center;
	margin-left: 5px;
} */

.med_titlelayout a.txt {
	display: block;
	float: none;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.3;
	overflow: hidden;
	margin-bottom: 5px;
	padding: 0;
	text-decoration: none;
	border: none;
	background: none;
	width: auto;
	text-align: left;
	margin-left: 0;
	height: auto;
	transition: 0.3s;
}

@media only screen and (max-width: 767px) {
	.med_titlelayout a.txt {
		font-size: 1.2rem;
		width: 100%;
		margin-bottom: 0;
	}
}

.med_titlelayout a {
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	line-height: 1.3;
	padding: 0;
	text-decoration: none;
	border: 1px solid #bf0d0d;
	color: #333;
	font-size: 0.8rem;
	background: #fff;
	background-size: 12px 12px;
	width: 190px;
	text-align: center;
	margin-left: 5px;
	height: 45px;
	transition: 0.3s;
	border-radius: 3px;
}

.med_titlelayout a.img {
	display: block;
	float: none;
	line-height: 1;
	border: none;
	width: auto;
	height: auto;
	background: none;
}

.med_titlelayout a.img:hover {
	opacity: 0.8;
}

.med_titlelayout a.img img {
	width: auto;
	height: auto;
}

.med_titlelayout a img {
	vertical-align: bottom;
	padding-right: 3px;
}

/* 20200917追加　学会JCOMボタン */
.med_titlelayout a.sem_jcom {
	width: 255px;
	display: block;
	padding: 7px 0;
}

a.tab_list_btn {
	display: block;
	line-height: 47px;
	float: right;
	text-decoration: none;
	padding: 0;
	border: 1px solid #bf0d0d;
	color: #333;
	font-size: 0.85rem;
	background: #fff;
	background-size: 12px 12px;
	width: 175px;
	text-align: center;
	margin-left: 5px;
}

a.tab_list_btn:hover {
	color: #bf0d0d;
}

.med_titlelayout a.h2 {
	margin-top: 15px;
}

.med_titlelayout a img,
a.tab_list_btn img {
	width: 30px;
	height: auto;
	vertical-align: -8px;
	margin-right: 2px;
}

.med_titlelayout a:hover {
	color: #bf0d0d;
}

/* Tab navigation */
div#column_left * {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#find_tab_wrap {
	clear: both;
	/*padding-top: 2rem;*/
}

#di .find_tab_list {
	border-bottom: 3px solid #9c1a1a;
	margin: 2rem 0 1.5rem 0;
}
#column_one .find_tab_list {
	margin: 0 0 1.5rem;
}

#di .find_tab_list li {
	text-align: center;
	float: left;
	width: 24.2%;
	border: 1px solid #ccc;
	border-radius: 5px 5px 0 0;
	background: #eee;
	background: linear-gradient(#ffffff, #dddddd);
	margin: 0 1% 0 0;
}

#di .find_tab_list li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 13px 0;
	height: 50px;
	box-sizing: border-box;
}
#di .find_tab_list li a i {
	font-size: 1.4rem;
	vertical-align: bottom;
	margin: 0 3px 0 0;
}
#di .find_tab_list li.l2 a {
	padding: 3px 0 2px;
	line-height: 140%;
	text-indent: -1.2rem;
	padding-left: 1rem;
}
#di .find_tab_list li a i {
	font-size: 1.4rem;
	vertical-align: bottom;
	margin: 0 3px 0 0;
}
#di .find_tab_list li a .under_arrow_img {
	margin: 0 6px 0 0;
	display: inline-block;
	width: 1rem;
}
#di .find_tab_list li.l2 a .under_arrow_img {
	margin: 0 6px -10px 0;
}
#di .find_tab_list li a .under_arrow_img img {
	display: none;
}
#di .find_tab_list li a .under_arrow_img img.off {
	display: block;
}
#di .find_tab_list li.active {
	border: 1px solid #9a1e20;
	background: #9a1e20;
	background: linear-gradient(to bottom, #b73535 0%, #9c1a1a 100%);
}
#di .find_tab_list li.active a {
	color: #fff;
}
#di .find_tab_list li.active a .under_arrow_img img.off {
	display: none;
}
#di .find_tab_list li.active a .under_arrow_img img.on {
	display: block;
}
#di .find_tab_list li:last-child {
	margin: 0;
}
#di .find_tab_list li:hover {
	border: 1px solid #9a1e20;
	background: #9a1e20;
	background: linear-gradient(to bottom, #b43336 0%, #991b1f 100%);
}
#di .find_tab_list li:hover a {
	color: #fff;
}
#di .find_tab_list li:hover a .under_arrow_img img.off {
	display: none;
}
#di .find_tab_list li:hover a .under_arrow_img img.on {
	display: block;
}

/* Consultation */

.consultation {
	margin-top: 20px;
}

.consultation .box {
	background: #fff;
	margin-bottom: 30px;
	padding: 18px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

h1 span.consultation_subtitle {
	display: inline;
	padding-left: 10px;
	line-height: 1rem;
}

.consultation h2 {
	clear: both;
	font-weight: bold;
	font-size: 1.4rem;
	border-bottom: 1px solid #ac0a0a;
	padding-bottom: 7px;
	margin-bottom: 20px;
	margin-top: 25px;
}

.consultation .box h3 {
	text-align: center;
	font-size: 1.15rem;
	margin-bottom: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
}

.consultation .box div {
	overflow: hidden;
}

.consultation .box div p {
	width: 47%;
	float: left;
	font-size: 0.9rem;
	line-height: 1.4rem;
	text-align: left;
}

.consultation .box div a {
	width: 47%;
	float: right;
	display: block;
	text-align: center;
	background: #ac0a0a;
	padding: 15px 0;
	text-decoration: none;
	color: #fff;
	transition: all 0.4s;
	margin-top: 15px;
}

.consultation .box div a:hover {
	opacity: 0.7;
}

.consultation .column2 {
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.consultation .column2 .box p {
	font-size: 0.9rem;
	line-height: 1.4rem;
	text-align: left;
	padding-top: 15px;
}

.consultation .column2 .box p.indent {
	text-indent: -1rem;
	padding-left: 1rem;
}

.consultation .column2 .box {
	width: 49%;
	float: left;
}

.consultation .column2 .box span {
	display: block;
	text-align: center;
	font-size: 0.8rem;
}

.consultation .column2 .box span strong {
	display: block;
	text-align: center;
	font-size: 2rem;
	vertical-align: middle;
	margin: 0 auto 8px;
}

.consultation .column2 .box span strong img {
	max-width: 100%;
	width: auto;
	width: 40px;
}

.consultation .column2 .box:nth-child(2) a.form {
	margin: 0 auto 5px;
	display: block;
	max-width: 100%;
	width: auto;
	text-align: center;
	background: #ac0a0a;
	padding: 15px 0;
	text-decoration: none;
	color: #fff;
	transition: all 0.4s;
}

.consultation .column2 .box a.form:hover {
	opacity: 0.7;
}

.consultation .column2 .box:first-child {
	margin-right: 2%;
}

.consultation .box div img {
	display: block;
}
.consultation .box div p {
	font-size: 1.1rem;
	line-height: 1.6rem;
}

.consultation .box div a.form img {
	width: 30px;
	display: inline;
	vertical-align: middle;
	padding-right: 5px;
}

.consultation .column2 .box:nth-child(2) a.form {
	display: block;
	vertical-align: middle;
	padding-right: 5px;
	border: 1px solid #ac0a0a;
	background: #fff;
	color: #ac0a0a;
}

.consultation .column2 .box:nth-child(2) a.form i {
	padding-right: 5px;
	font-size: 1.2rem;
	display: none;
}

.consultation .column2 .box:nth-child(2) a.form:hover {
	opacity: 1;
	background: #ac0a0a;
	color: #fff;
}

.dr_list ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.dr_list li {
	text-align: center;
	margin-bottom: 20px;
	width: 23.5%;
	margin-left: 2%;
	box-sizing: border-box;
	float: left;
	color: #fff;
	z-index: 0;
	transition: 0.3s;
	font-weight: bold;
}

.dr_list li:nth-child(1),
.dr_list li:nth-child(4n + 1) {
	margin-left: 0%;
}

.dr_list li div {
	height: 140px;
	text-shadow: 1px 1px 10px #000;
	font-size: 0.98rem;
	display: table-cell;
	width: 1000px;
	vertical-align: middle;
}

.dr_list a div.slide_01 {
	background: #000 url(../img/top/dr_01.jpg) no-repeat center center;
	background-size: cover;
}
.dr_list a div.slide_02 {
	background: url(../img/top/dr_02.jpg) no-repeat center center;
	background-size: cover;
}
.dr_list a div.slide_03 {
	background: url(../img/top/dr_03.jpg) no-repeat center center;
	background-size: cover;
}
.dr_list a div.slide_04 {
	background: url(../img/top/dr_04.jpg) no-repeat center center;
	background-size: cover;
}
.dr_list a div.slide_05 {
	background: url(../img/top/dr_05.jpg) no-repeat center center;
	background-size: cover;
}
.dr_list a div.slide_06 {
	background: url(../img/top/dr_06.jpg) no-repeat center center;
	background-size: cover;
}
.dr_list a div.slide_07 {
	background: url(../img/top/dr_07.jpg) no-repeat center center;
	background-size: cover;
}
.dr_list a div.slide_08 {
	background: url(../img/top/dr_08.jpg) no-repeat center center;
	background-size: cover;
}
.dr_list a div.slide_09 {
	background: url(../img/top/dr_09.jpg) no-repeat center center;
	background-size: cover;
}
.dr_list a div.slide_10 {
	background: url(../img/top/dr_10.jpg) no-repeat center center;
	background-size: cover;
}
.dr_list a div.slide_11 {
	background: url(../img/top/dr_11.jpg) no-repeat center center;
	background-size: cover;
}
.dr_list a div.slide_12 {
	background: url(../img/top/dr_12.jpg) no-repeat center center;
	background-size: cover;
}
.dr_list a div.slide_13 {
	background: url(../img/top/dr_13.jpg) no-repeat center center;
	background-size: cover;
}
.dr_list a div.slide_14 {
	background: url(../img/top/dr_14.jpg) no-repeat center center;
	background-size: cover;
}
.dr_list a div.slide_15 {
	background: url(../img/top/dr_15.jpg) no-repeat center center;
	background-size: cover;
}

.dr_list a {
	width: 100%;
	display: block;
	transition: 0.3s;
	text-decoration: none;
	color: #fff;
}

.dr_list a:hover div {
	opacity: 0.7;
}

.dr_list span {
	background: #fff;
	display: block;
	color: #333;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	box-sizing: border-box;
	padding: 8px 0;
	font-size: 0.85rem;
	line-height: 120%;
}

ul.dl_text {
	padding-bottom: 20px;
}

ul.dl_text li img {
	width: 40px;
	vertical-align: middle;
	padding: 0 5px;
}

@media only screen and (max-width: 980px) {
	.photo_list.table {
		overflow: auto;
	}

	.med_titlelayout {
		display: block;
	}

	.med_titlelayout h1 {
		float: none;
		display: block;
		margin-bottom: 20px;
	}

	.med_titlelayout h2 {
		float: none;
		display: block;
		margin-bottom: 0;
	}

	.med_titlelayout a.h2 {
		margin-top: 0;
	}

	.med_titlelayout span {
		float: none;
		display: block;
	}

	.med_titlelayout a {
		width: 32.5%;
		margin: 5px 5px 0 0;
		box-sizing: border-box;
	}
	/* 20200917追加　学会JCOMボタン */
	.med_titlelayout a.sem_jcom {
		width: 100%;
		height: auto;
	}

	#report li.cidp7 div h3 {
		font-size: 1rem;
	}

	#report li.mg6 div h3 {
		font-size: 1rem;
	}

	#report li.pmdm div h3 {
		font-size: 1rem;
	}

	#di .find_tab_list li {
		width: 23.6%;
	}
	#di .find_tab_list li a {
		font-size: 0.9rem;
	}
	#di .find_tab_list li.l2 a {
		padding: 5px 0 5px 1rem;
		text-indent: -1.2rem;
	}
	#di .find_tab_list li a .under_arrow_img {
		width: 0.9rem;
	}

	ul.menu_box_code {
		flex-wrap: wrap;
	}

	ul.menu_box_code li {
		width: 49%;
		box-sizing: border-box;
		text-align: center;
		margin: 0 auto 5px;
	}

	ul.menu_box_code li a {
		font-size: 0.9rem;
		width: 100%;
		display: inline-block;
		margin: 0 auto;
		line-height: 1.1rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	ul.menu_box_code li a span {
		display: inline;
		white-space: nowrap;
	}

	ul.menu_box_code li a span:first-child:before {
		content: "";
	}

	ul.menu_box_code li a span:before {
		content: "・";
	}

	ul.menu_box_code li:nth-child(3) a span:before {
		content: "";
	}
	ul.menu_box_code li a span p.left {
		padding-top: 1.08rem;
		padding-right: 1rem;
	}

	/* one columnのmenu_boxは、TB時に3列に変更 */

	#column_one ul.menu_box li {
		width: 33%;
		margin-right: 0.5%;
	}

	#column_one ul.menu_box li:nth-child(4n) {
		margin-right: 0.5%;
	}

	#column_one ul.menu_box li:nth-child(3n) {
		margin-right: 0;
	}

	/*  */
}

@media only screen and (max-width: 767px) {
	#column_one .photo_list {
		padding: 15px;
		border: 1px solid #ddd;
	}

	.photo_list.table {
		overflow: auto;
		white-space: nowrap;
	}

	ul.menu_box_disease li {
		width: 49.5%;
		margin-left: 1%;
		margin-bottom: 0.5%;
	}

	ul.menu_box_disease li:nth-child(3n + 1) {
		margin-left: 1%;
	}

	ul.menu_box_disease li:nth-child(2n + 1) {
		margin-left: 0%;
	}

	.consultation .column2 .box span strong {
		font-size: 1.6rem;
	}

	.dr_list li {
		margin-bottom: 10px;
		width: 49%;
		margin-left: 2%;
	}

	.dr_list li:nth-child(1),
	.dr_list li:nth-child(2n + 1) {
		margin-left: 0%;
	}

	.dl_text {
		font-size: 0.9rem;
	}

	ul.dl_text li img {
		width: 30px;
		vertical-align: middle;
		padding: 0 5px;
	}
	#di .find_tab_list {
		border-bottom: none;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
	}
	#di .find_tab_list li {
		display: inline-block;
		width: 49%;
		margin: 0 0 5px 0;
		background-size: 1rem;
		background: #eee;
		border-radius: 0;
		border: none;
	}
	#di .find_tab_list li:hover,
	#di .find_tab_list li.active {
		background: #bf0d0d;
		border: none;
	}
	#di .find_tab_list li a {
		font-size: 1rem;
		font-weight: bold;
		height: 60px !important;
		display: flex;
		align-items: center;
		justify-content: center;
		white-space: nowrap;
	}
	#di .find_tab_list li.l2 a {
		padding: 0;
	}
	#di .find_tab_list li a .under_arrow_img {
		width: 0.9rem;
	}

	a.tab_list_btn {
		width: 98%;
		margin: 10px 1% 10px;
		line-height: 35px;
		background-size: 12px 12px;
	}
	#di .find_tab_list li a {
		height: auto;
	}

	ul.menu_box_code li {
		width: 100%;
	}

	ul.menu_box_code li a {
		height: 65px;
	}
}

@media only screen and (max-width: 640px) {
	.med_titlelayout a.h2 {
		margin-top: 0px;
	}

	.med_titlelayout span {
		float: none;
		display: block;
	}

	.med_titlelayout a.h2 {
		margin-top: 20px;
	}

	.consultation .box {
		padding: 15px;
	}

	.consultation .box div p {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}

	.consultation .box div a {
		width: 100%;
		float: right;
		display: block;
		text-align: center;
		background: #ac0a0a;
		padding: 12px 0;
		text-decoration: none;
		color: #fff;
	}

	.consultation .column2 .box {
		width: 100%;
		float: none;
	}

	ul.menu_box {
		padding-top: 20px;
		clear: both;
	}

	ul.menu_box li {
		width: 49.5%;
		margin-right: 1%;
		margin-bottom: 1%;
		font-size: 0.75rem;
	}

	ul.menu_box li:nth-child(3n) {
		margin-right: 1%;
	}

	ul.menu_box li:nth-child(2n) {
		margin-right: 0%;
	}

	/* one columnのmenu_boxは、SP時に2列に変更 */

	#column_one ul.menu_box {
		padding-top: 20px;
		clear: both;
	}

	#column_one ul.menu_box li {
		width: 49.5%;
		margin-right: 1%;
		margin-bottom: 1%;
		font-size: 0.75rem;
	}

	#column_one ul.menu_box li:nth-child(3n) {
		margin-right: 1%;
	}

	#column_one ul.menu_box li:nth-child(2n) {
		margin-right: 0%;
	}

	/*  */

	#topics_box {
		padding: 10px;
	}

	.if {
		clear: both;
		background: #fff;
		border: 1px solid #ccc;
		padding: 20px;
	}

	.if dl.if_data dt {
		width: 100%;
		display: block;
		float: none;
	}

	.if dl.if_data dd {
		font-size: 0.85rem;
	}

	.summary {
		clear: both;
		background: #fff;
		border: 1px solid #ccc;
		padding: 20px;
	}

	.summary dl.summary_data dt {
		width: 100%;
		display: block;
		float: none;
	}

	.summary dl.summary_data dd {
		font-size: 0.85rem;
	}

	.photo_box .photo div {
		display: block;
		font-size: 0.85rem;
	}

	.photo_box .photo div.day {
		font-size: 0.85rem;
		width: auto;
		margin-bottom: 5px;
	}

	.photo_box .photo div ul {
		margin-top: 5px;
	}

	.photo_box .photo div li {
		float: left;
		width: 49%;
		font-size: 0.8rem;
		line-height: 1rem;
		margin-top: 2%;
	}

	.photo_box .photo div li a {
		padding: 10px 0;
		text-align: center;
		border: 1px solid #4193d9;
		color: #4193d9;
		border-radius: 3px;
		margin-right: 5px;
		display: block;
	}
	.photo_box .photo div.day {
		text-align: left;
	}

	.photo_list .photo div {
		display: block;
		font-size: 0.85rem;
	}

	.photo_list .list01 div li,
	.photo_list .list02 div li {
		max-width: 100%;
		width: 49%;
		padding: 10px 0 2px 0;
	}

	.photo_list .list01 div li:nth-child(2n),
	.photo_list .list02 div li:nth-child(2n) {
		margin-left: 2%;
	}

	.photo_list .list01 div li:nth-child(6n + 1) {
		clear: inherit;
	}

	.photo_list .list02 div li:nth-child(4n + 1) {
		clear: inherit;
	}

	.photo_list .list01 div li:nth-child(2n + 1),
	.photo_list .list02 div li:nth-child(2n + 1) {
		clear: both;
	}

	.photo_list .photo div li a {
		padding: 4px;
	}

	.medicine .medicine_data:first-child {
		padding-top: 0;
	}

	.medicine .medicine_data div {
		font-size: 0.85rem;
		display: block;
	}

	.medicine .medicine_data div.day {
		width: 100%;
		margin-bottom: 5px;
	}

	.medicine .medicine_data div.day span {
		padding: 1px 3px;
	}

	.precaution {
		clear: both;
		background: #fff;
		border: 1px solid #ccc;
		padding: 20px;
	}

	.precaution dl.precaution_data dt {
		display: block;
		float: none;
	}

	.precaution dl.precaution_data dd {
		display: block;
		padding-left: 0px;
		padding-top: 0;
	}

	.precaution dl.precaution_data dd span {
		display: block;
		float: none;
		margin: 0 0 5px 0;
	}

	.photo_all li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 5%;
	}

	.photo_all li span {
		display: block;
		margin-bottom: 3px;
		font-weight: bold;
	}

	.photo_all li span.day {
		font-size: 0.8rem;
		font-weight: 100;
	}

	.prescribe li div.img {
		padding-right: 20px;
		vertical-align: top;
	}

	.prescribe li div.img img {
		margin-right: 0;
		margin-bottom: 5px;
	}

	.prescribe li div.txt {
		display: block;
		font-size: 0.9rem;
		line-height: 1.3rem;
	}

	.prescribe li div.txt a {
		font-size: 1rem;
	}
	.prescribe li div.img {
		width: 80px;
		padding-right: 20px;
		text-align: center;
	}
	.prescribe li div.txt {
		width: calc(100% - 80px);
		line-height: 1.5rem;
		padding-bottom: 0.6rem;
	}

	.survey .survey_data:first-child {
		padding-top: 0;
	}

	.survey .survey_data div {
		display: block;
	}

	.survey .survey_data div.day {
		font-size: 0.85rem;
		width: 100%;
		margin-bottom: 5px;
	}

	.survey .survey_data div.day span {
		padding: 1px 3px;
	}

	.survey .survey_data div.detail {
		display: block;
		padding-left: 0px;
		padding-top: 0;
	}

	.survey .survey_data div.detail span {
		display: block;
		float: none;
		margin: 0 0 5px 0;
	}

	#pagelink ul li {
		float: left;
		width: 50%;
		padding: 10px 0;
		font-size: 0.5rem;
		color: #bf0d0d;
	}

	#pagelink ul li a {
		font-size: 0.85rem;
		padding: 5px 0;
	}

	#topics_box .info div {
		display: block;
		vertical-align: middle;
		width: 100%;
	}

	#topics_box .info div.day {
		font-size: 0.85rem;
		width: 100%;
	}

	#report li {
		float: none;
		width: 100%;
	}

	#report li:nth-child(2n) {
		margin-left: 0%;
	}

	#sitemap .left {
		width: 100%;
		float: none;
	}

	#sitemap .right {
		width: 100%;
		float: none;
	}

	.documentColumn .documentAll dl.document_data,
	.ifColumn .ifAll dl.if_data,
	.summaryColumn .summaryAll dl.summary_data,
	.precautionColumn .precautionAll dl.precaution_data {
		margin: 0;
		display: block;
		margin-left: 20px;
	}

	.ifColumn .ifAll dl.if_data dt,
	.summaryColumn .summaryAll dl.summary_data dt,
	.documentColumn .documentAll dl.document_data dt,
	.precautionColumn .precautionAll dl.precaution_data dt {
		width: 100%;
	}

	.ifColumn .ifAll dl.if_data dd,
	.summaryColumn .summaryAll dl.summary_data dd,
	.documentColumn .documentAll dl.document_data dd,
	.precautionColumn .precautionAll dl.precaution_data dd {
		width: 100%;
	}

	.precautionColumn .precautionAll dl.precaution_data dd {
		float: none;
		clear: both;
		width: auto;
		position: relative;
		padding-left: 5%;
		font-size: 0.85rem;
		margin-left: 60px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.precautionColumn .precautionAll dl.precaution_data dd span {
		display: block;
		position: relative;
		float: left;
		clear: both;
		margin-left: -60px;
		width: 60px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.documentColumn .documentAll hr,
	.ifColumn .ifAll hr,
	.summaryColumn .summaryAll hr,
	.precautionColumn .precautionAll hr {
		border: dotted #ddd;
		border-width: 1px 0 0 0;
		width: 100%;
		margin: 5px 0;
		padding: 0;
	}

	.document dl.document_data dt {
		float: left;
		width: 100%;
		padding-bottom: 5px;
	}

	.document dl.document_data dd {
		float: left;
		width: 100%;
		position: relative;
		padding-left: 0;
		padding-bottom: 6px;
	}

	.document dl.document_data dd span {
		position: relative;
		margin-left: 0;
		float: left;
		padding-right: 5px;
	}

	.medicineColumn .medicineAll hr {
		width: 100%;
		margin-left: 0;
	}

	.medicineColumn .medicineAll dl.medicine_data {
		margin-left: 20px;
		display: block;
	}

	.medicineColumn .medicineAll dl.medicine_data dt {
		width: 100%;
		padding-right: 0;
	}

	.medicineColumn .medicineAll dl.medicine_data dd {
		width: 100%;
		position: relative;
		font-size: 0.85rem;
		line-height: 1.3rem;
		padding-right: 0;
	}

	.medicineColumn .medicineAll dl.medicine_data dd span {
		display: block;
		position: relative;
		width: 100%;
		margin-left: 0;
	}

	.qa_box .qa_menu li {
		width: 50%;
	}

	.med_titlelayout h1 {
		float: none;
	}

	.med_titlelayout a {
		float: none;
		width: 170px;
		margin: 0 auto 10px;
	}

	.med_titlelayout a {
		width: 98%;
		margin: 10px 1% 10px;
		line-height: 150%;
		padding: 10px 0;
		background-size: 12px 12px;
	}
	/* 20200917追加　学会JCOMボタン */
	.med_titlelayout a.sem_jcom {
		width: 98%;
	}

	.med_titlelayout a img {
		vertical-align: -8px;
	}
	.qa_box .qa_menu li {
		float: none;
		width: 100%;
	}

	.photo_list a.otherlink {
		position: relative;
		display: inline-block;
		margin-bottom: 10px;
		top: 0;
		right: 0;
	}
}

@media only screen and (max-width: 480px) {
	ul.menu_box_disease li {
		width: 100%;
		margin-left: 0;
	}

	ul.menu_box_disease li:nth-child(3n + 1) {
		margin-left: 0%;
	}

	ul.menu_box_disease li:nth-child(2n + 1) {
		margin-left: 0%;
	}

	h1 span.consultation_subtitle {
		display: inline-block;
		padding-left: 0;
		line-height: 1.4rem;
	}

	.dr_list li {
		margin-bottom: 10px;
		width: 100%;
		float: none;
		margin-left: 0;
	}

	.dr_list li div {
		height: 130px;
	}

	.prescribe li div.txt {
		padding-bottom: 3.2rem;
	}

	.prescribe li div.txt span {
		font-size: 0.8rem;
	}
}

@media only screen and (max-width: 320px) {
	#pagelink ul li a {
		font-size: 0.75rem;
	}

	ul.menu_box_code li a {
		width: 290px;
	}
}

.mod_dropnavi ul li a {
	transition-property: border;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	transition-delay: 0s;
	display: block;
}

.mod_dropnavi > ul > li {
	position: relative;
}

.mod_dropnavi .mod_dropnavi_child {
	display: none;
	width: 100%;
	top: 48px;
	left: 0px;
	z-index: 99;
	padding: 0;
}
.mod_dropnavi .mod_dropnavi_child ul {
	background-color: #fff;
	padding: 0 0 10px 0;
}
.mod_dropnavi .mod_dropnavi_child ul li {
	font-size: 90%;
	line-height: 1.3;
	text-align: left;
	margin: 0 0 0 0 !important;
	white-space: nowrap;
}
.mod_dropnavi .mod_dropnavi_child ul li a {
	padding: 5px 0 5px 25px !important;
	display: inline-block;
	background: url(../img/cursor.png) no-repeat 15px center;
}

.table-responsive {
	min-height: 0.01%;
	overflow-x: auto;
}

@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

/* 20201113 追加 */

#column_right .info_area.lecture h1 {
	background: #e97f22 !important;
	color: #fff !important;
}

#column_right .info_area.lecture h1 img {
	width: 30px;
	vertical-align: -1px;
	padding-right: 5px;
}

#column_right .info_area.lecture .link {
	padding: 0 10px !important;
	font-size: 0.9rem;
	text-align: center;
}

#column_right .info_area.lecture .link a:not(:first-child) {
	border-top: 1px solid #ccc;
}

#column_right .info_area.lecture .link a {
	display: block;
	padding: 7px 0;
}

#column_right .info_area.lecture .link img {
	margin-left: 3px;
}

@media only screen and (max-width: 980px) {
	#column_right .info_area.lecture {
		display: block;
	}
}

/* 20201113 追加 */
#column_right .info_area.lecture h1 {
	background: #e97f22 !important;
	color: #fff !important;
}
#column_right .info_area.lecture h1 img {
	width: 30px;
	vertical-align: -1px;
	padding-right: 5px;
}
#column_right .info_area.lecture .link {
	padding: 7px 12px !important;
	font-size: 0.9rem;
	text-align: center;
}
#column_right .info_area.lecture .link img {
	margin-left: 3px;
}
@media only screen and (max-width: 980px) {
	#column_right .info_area.lecture {
		display: block;
	}
}

/*
20210122 レイアウト変更に伴う新規追加css
*/

@media only screen and (min-width: 768px) {
	.disp_sp {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	.disp_pc {
		display: none !important;
	}
}

.contents.new {
	max-width: 1200px;
	width: 100%;
	padding: 0 25px;
	box-sizing: border-box;
	margin: 25px auto 0;
	display: flex;
	justify-content: space-between;
}

.contents.new h2.head_title {
	border-left: 5px solid #bf0d0d;
	padding: 6px 0 6px 10px;
	margin: 35px 0 30px 0;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 100%;
	overflow: hidden;
}

.contents.new .sidenav {
	width: 21.73%;
}

.contents.new .sidenav .menu {
	background: #fff;
	margin-bottom: 6px;
}

.contents.new .sidenav .menu li a {
	display: block;
	color: #333;
	font-size: 0.9rem;
	position: relative;
	line-height: 1.5;
	padding: 6px calc(4% + 15px) 6px 4%;
	text-decoration: none;
}

.contents.new .sidenav .menu li a.anchor {
	background: url("/med/img/cursor.png") no-repeat;
	background-size: 7px 6px;
	background-position: 96% center;
}

.contents.new .sidenav .menu li a::after {
	position: absolute;
	display: block;
	content: "";
	width: 92%;
	top: 0;
	left: 4%;
	height: 1px;
	background: #eee;
}

.contents.new .sidenav .menu li a:hover {
	color: #bb1919;
}

.contents.new .sidenav .menu li a br {
	display: none;
}

.contents.new .sidenav .menu li.active a {
	background: #bb1919;
	color: #fff;
}

.contents.new .sidenav .menu li.active a::after {
	display: none;
}

.contents.new .sidenav .menu li:first-child a::after {
	display: none;
}

.contents.new .sidenav .menu li.bol a {
	position: relative;
	padding: 8px 8px 8px 47px;
}

.contents.new .sidenav .menu li.bol a:before {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	display: block;
	background: url("/med/img/navigation/head_cart.svg");
	background-size: cover;
	width: 23px;
	height: 24px;
}

.contents.new .sidenav .sidenav_include a.link {
	display: flex;
	align-items: center;
	color: #333;
	background: #fff;
	border: 1px solid #eee;
	margin-bottom: 6px;
	font-size: 0.9rem;
	padding: 6px 15px;
	text-decoration: none;
	background: #fff url("/med/img/navigation/cursor_banner.png") no-repeat;
	background-size: 10px 10px;
	background-position: calc(100% - 5px) calc(100% - 5px);
	position: relative;
	line-height: 1.5;
	height: 36px;
}

.contents.new .sidenav .sidenav_include a.link.download {
	margin-top: 22px;
	padding: 8px 8px 8px 47px;
	background: #fff;
	display: flex;
	align-items: center;
}

.contents.new .sidenav .sidenav_include a.link.download::before {
	position: absolute;
	content: "\f019";
	font-family: FontAwesome;
	color: #bb1919;
	font-size: 23px;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.contents.new .sidenav .sidenav_include a.link.search {
	padding: 8px 8px 8px 47px;
	background: #fff;
	display: flex;
	align-items: center;
}

.contents.new .sidenav .sidenav_include a.link.search::before {
	position: absolute;
	content: "\f002";
	font-family: FontAwesome;
	color: #bb1919;
	font-size: 23px;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.contents.new .sidenav .sidenav_include a.link.pdf {
	padding: 6px 8px 6px 47px;
	background: #fff;
	display: flex;
	align-items: center;
	position: relative;
}

.contents.new .sidenav .sidenav_include a.link.pdf::after {
	content: "";
	display: block;
	background: #fff url("/med/img/navigation/cursor_banner.png") no-repeat;
	background-size: 10px 10px;
	width: 10px;
	height: 10px;
	right: 5px;
	bottom: 5px;
	position: absolute;
}

.contents.new .sidenav .sidenav_include a.link.pdf::before {
	position: absolute;
	content: "\f1c1";
	font-family: FontAwesome;
	color: #bb1919;
	font-size: 23px;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.contents.new .sidenav .sidenav_include a.link:hover {
	color: #bb1919;
}

.contents.new .sidenav .sidenav_include a.link i {
	color: #bb1919;
	display: inline-block;
	margin-right: 10px;
	font-size: 1.5rem;
	vertical-align: -2px;
}

.contents.new .maincontents {
	width: 76.52%;
}

.contents.new .maincontents .pickup {
	background: #fdeee8;
	padding: 10px 30px 0;
	margin-bottom: 30px;
}

.contents.new .maincontents .pickup h2 {
	color: #bb1919;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}

.contents.new .maincontents .pickup h2::before {
	content: "";
	display: inline-block;
	background: url("/med/img/navigation/icn_pickup.png") no-repeat;
	background-size: 25px 25px;
	width: 25px;
	height: 25px;
	vertical-align: -1px;
	margin-right: 5px;
}

.contents.new .maincontents .pickup .box {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.contents.new .maincontents .pickup .box a {
	display: block;
	width: 32%;
	text-decoration: none;
	transition: 0.3s;
	margin-bottom: 15px;
	text-align: center;
	font-size: 1rem;
	margin-right: 1.6%;
}

.contents.new .maincontents .pickup .box.large a {
	max-width: 526px !important;
	width: 100% !important;
	margin-right: 0%;
}

.contents.new .maincontents .pickup .box.large a img {
	max-width: 526px !important;
	width: 100% !important;
}

.contents.new .maincontents .pickup .box div.large {
	width: 100%;
	text-decoration: none;
	transition: 0.3s;
	text-align: left;
	font-size: 1rem;
	display: inline-block;
	margin-right: 2%;
}

.contents.new .maincontents .pickup .box div.large a {
	max-width: 478px;
	width: 100%;
}

.contents.new .maincontents .pickup .box div.large a.full {
	max-width: 100%;
}

.contents.new .maincontents .pickup .box div.large a.full img {
	max-width: 100%;
}

.contents.new .maincontents .pickup .box div.large a img {
	max-width: 403px;
	width: 100%;
	transition: 0.3s;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.contents.new .maincontents .pickup .box div.large a img {
	max-width: 100%;
}

.contents.new .maincontents .pickup .box a img {
	max-width: 250px;
	width: 100%;
	transition: 0.3s;
	display: block;
	margin: 0 auto 5px 0;
	padding: 3px 0;
}

.contents.new .maincontents .pickup .box a:hover img {
	opacity: 0.7;
}

.contents.new .maincontents .pickup .box a:nth-child(3n) {
	margin-right: 0;
}

.contents.new .maincontents .pickup .box.large_area a:nth-child(3n) {
	margin-right: 2%;
}

.contents.new .maincontents .pickup .box.large_area a:nth-child(3n + 1) {
	margin-right: 0;
}

.contents.new .maincontents .pickup .box.large_area_bol a:first-child {
	display: block;
	width: 66.4%;
	text-decoration: none;
	transition: 0.3s;
	margin-bottom: 15px;
	text-align: center;
	font-size: 1rem;
	margin-right: 1.6%;
}

.contents.new .maincontents .pickup .box.large_area_bol a:first-child img {
	max-width: 478px !important;
	width: 100%;
}

.contents.new .maincontents .pickup .box.large_area_bol a {
	margin-right: 2%;
}

.contents.new .maincontents .pickup .box.large_area_bol a:nth-child(3n - 1) {
	margin-right: 0;
}

.contents.new .maincontents .pickup .box a p {
	text-align: left;
	color: #333;
	font-size: 0.9rem;
	padding-top: 5px;
}

/* 20211012追加 pickupエリアの2カラム対応 */

.contents.new .maincontents .pickup .col2_box {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 20px;
}

.contents.new .maincontents .pickup .col2_box a {
	width: 48.8%;
	transition: 0.3s;
}

.contents.new .maincontents .pickup .col2_box a:hover {
	opacity: 0.8;
}

.contents.new .maincontents .pickup .col2_box a img {
	max-width: 400px;
	width: 100%;
	vertical-align: bottom;
}

@media only screen and (max-width: 640px) {
	.contents.new .maincontents .pickup .col2_box {
		display: block;
		width: 100%;
		justify-content: space-between;
		margin-bottom: 0;
	}

	.contents.new .maincontents .pickup .col2_box a {
		width: 100%;
		transition: 0.3s;
		display: block;
		margin: 0 auto 15px;
		background: #ccc;
		max-width: 400px;
		width: 100%;
	}
}

/* 20211012 end */

/* 20211120追加 pickupエリアの1カラム対応 */

.contents.new .maincontents .pickup .col1_box {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 20px;
}

.contents.new .maincontents .pickup .col1_box a {
	width: 100%;
	transition: 0.3s;
}

.contents.new .maincontents .pickup .col1_box a:hover {
	opacity: 0.8;
}

.contents.new .maincontents .pickup .col1_box a img {
	max-width: 100%;
	width: auto;
	display: block;
	vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
	.contents.new .maincontents .pickup .col1_box a img {
		margin: 0 auto;
	}
}

/* 20211120 end */

.contents.new .maincontents .contents_frame {
	background-color: #fff;
	padding: 30px;
	margin-bottom: 30px;
}

.contents.new .maincontents .contents_frame section h2.sec_title {
	display: flex;
	align-items: center;
	font-weight: bold;
	flex-grow: 1;
	white-space: nowrap;
	font-size: 1.4rem;
	margin-bottom: 30px;
}

.contents.new .maincontents .contents_frame section h2.sec_title::after {
	margin-left: 0.5rem;
	content: "";
	display: block;
	width: 100%;
	height: 11px;
	background: url("/med/img/sec_title_bg.png");
}

.contents.new .maincontents .contents_frame section h3.sec_title {
	font-weight: bold;
	font-size: 1.1rem;
	margin-bottom: 20px;
}

.contents.new .maincontents .contents_frame section h3.sec_title .pdf {
	color: #bb1919;
	font-size: 0.8rem;
	line-height: 1;
	vertical-align: 2px;
	display: inline-block;
	margin-left: 0;
	width: 15px;
	text-align: center;
	padding: 2px;
}

.contents.new .maincontents .contents_frame section h3.sec_title .pdf::after {
	content: "";
	background: url("/med/img/icn_pdf.svg") no-repeat;
	background-size: 15px 17px;
	display: inline-block;
	width: 15px;
	height: 17px;
	vertical-align: -3px;
	margin-left: 5px;
}

.contents.new .maincontents .contents_frame section:not(:last-child) {
	margin-bottom: 40px;
}

.contents.new .maincontents .contents_frame section hr {
	margin: 25px 0;
	height: 1px;
	border-color: #eee;
}

.contents.new .maincontents .contents_frame section .detail_box {
	position: relative;
}

.contents.new .maincontents .contents_frame section .detail_box table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	font-size: 1rem;
	width: 100%;
}

.contents.new .maincontents .contents_frame section .detail_box table th {
	border-collapse: collapse;
	border: 1px solid #ccc;
	padding: 10px;
	background: #f5eee8;
	font-weight: bold;
}

.contents.new .maincontents .contents_frame section .detail_box table td {
	border-collapse: collapse;
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff;
}

.contents.new .maincontents .contents_frame section .detail_box ul li {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 10px 0;
}

.contents.new .maincontents .contents_frame section .detail_box ul li span {
	display: block;
	width: 165px;
	position: relative;
}

.contents.new .maincontents .contents_frame section .detail_box ul li span.new::before {
	content: "NEW";
	position: absolute;
	right: 15px;
	border-radius: 4px;
	top: 4px;
	font-size: 0.6rem;
	width: 40px;
	line-height: 16px;
	background-color: #f7e5e5;
	color: #bb1919;
	text-align: center;
}

.contents.new .maincontents .contents_frame section .detail_box ul li a {
	width: calc(100% - 165px);
	display: block;
	transition: 0.3s;
}

.contents.new .maincontents .contents_frame section .detail_box ul li a.pdf {
	width: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 0.8rem;
	background: #cf666a;
	border-bottom: 3px solid #ab494a;
	color: #fff;
	border-radius: 4px;
	margin-right: 10px;
	line-height: 1;
	text-decoration: none;
	padding: 3px;
}

.contents.new .maincontents .contents_frame section .detail_box ul li a.pdf::after {
	content: "";
	display: inline-block;
	background: url("/med/img/icn_pdf.svg") no-repeat;
	background-size: 15px 17px;
	width: 15px;
	height: 17px;
	margin-left: 5px;
}

.contents.new .maincontents .contents_frame section .detail_box ul li a.pdf:hover {
	opacity: 0.8;
}

.contents.new .maincontents .contents_frame section .detail_box ul li a.word {
	width: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 0.8rem;
	background: #6689c9;
	border-bottom: 3px solid #395f90;
	color: #fff;
	border-radius: 4px;
	padding: 0;
	line-height: 1;
	text-decoration: none;
	padding: 3px;
}

.contents.new .maincontents .contents_frame section .detail_box ul li a.word::after {
	content: "";
	display: inline-block;
	background: url("/med/img/icn_word.svg") no-repeat;
	background-size: 17px 17px;
	width: 17px;
	height: 17px;
	margin-left: 5px;
}

.contents.new .maincontents .contents_frame section .detail_box ul li a.word:hover {
	opacity: 0.8;
}

.contents.new .maincontents .contents_frame section .detail_box ul li p {
	width: calc(100% - 400px);
	display: block;
	padding-right: 10px;
}

.contents.new .maincontents .contents_frame section .detail_box a.download {
	position: absolute;
	top: 0;
	right: 0;
	color: #bb1919;
	border-bottom: 2px solid #bb1919;
	padding: 0 5px;
	text-decoration: none;
	transition: 0.3s;
}

.contents.new .maincontents .contents_frame section .detail_box a.download::before {
	content: "\f019";
	font-family: FontAwesome;
	color: #bb1919;
	font-size: 20px;
	vertical-align: middle;
	padding-right: 5px;
}

.contents.new .maincontents .contents_frame section .detail_box a.download:hover {
	opacity: 0.7;
}

.contents.new .maincontents .contents_frame section ul.link_list {
	display: flex;
	flex-wrap: wrap;
}

.contents.new .maincontents .contents_frame section ul.link_list li {
	width: 48%;
}

.contents.new .maincontents .contents_frame section ul.link_list li a {
	display: inline-block;
	padding: 5px;
	text-decoration: none;
	transition: 0.3s;
	position: relative;
	padding-left: 15px;
}

.contents.new .maincontents .contents_frame section ul.link_list li a::before {
	content: ">";
	color: #ccc;
	vertical-align: 2px;
	margin-right: 5px;
	transform: scaleX(0.8);
	position: absolute;
	left: 0;
	top: 4px;
}

.contents.new .maincontents .contents_frame section ul.link_list li a:hover {
	text-decoration: underline;
}

.contents.new .maincontents .contents_frame section ul.banner_list {
	display: flex;
	flex-wrap: wrap;
}

.contents.new .maincontents .contents_frame section ul.banner_list li {
	width: 30.9756%;
	margin-bottom: 0.7rem;
	margin-right: 2%;
}

.contents.new .maincontents .contents_frame section ul.banner_list li a {
	display: block;
	border: 3px solid #eee;
	transition: 0.3s;
}

.contents.new .maincontents .contents_frame section ul.banner_list li a img {
	vertical-align: bottom;
	width: 100%;
}

.contents.new .maincontents .contents_frame section ul.banner_list li a:hover {
	border: 3px solid #bb1919;
}

.contents.new .maincontents .contents_frame section ul.banner_list li:nth-child(3n) {
	margin-right: 0;
}

.contents.new .maincontents .bottomnav_include {
	margin-bottom: 30px;
}

.contents.new .maincontents .bottomnav_include a.link {
	display: block;
	color: #333;
	background: #fff;
	border: 1px solid #eee;
	margin-bottom: 10px;
	padding: 15px;
	text-decoration: none;
	background: #fff url("/med/img/navigation/cursor_banner.png") no-repeat;
	background-size: 10px 10px;
	background-position: calc(100% - 5px) calc(100% - 5px);
	position: relative;
	transition: 0.3s;
	font-size: 0.9rem;
}

@media only screen and (min-width: 981px) {
	.bottomnav_include {
		display: none;
	}
}

.contents.new .maincontents .bottomnav_include a.link.download {
	padding: 5px 10px 5px 50px;
	background: #fff;
	display: flex;
	min-height: 45px;
	align-items: center;
}

.contents.new .maincontents .bottomnav_include a.link.download::before {
	position: absolute;
	content: "\f019";
	font-family: FontAwesome;
	color: #bb1919;
	font-size: 25px;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.contents.new .maincontents .bottomnav_include a.link.search {
	padding: 5px 10px 5px 50px;
	background: #fff;
	display: flex;
	min-height: 45px;
	align-items: center;
}

.contents.new .maincontents .bottomnav_include a.link.search::before {
	position: absolute;
	content: "\f002";
	font-family: FontAwesome;
	color: #bb1919;
	font-size: 25px;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.contents.new .maincontents .bottomnav_include a.link.pdf {
	padding: 18px 8px 18px 47px;
	background: #fff;
	display: flex;
	align-items: center;
	position: relative;
}

.contents.new .maincontents .bottomnav_include a.link.pdf::before {
	position: absolute;
	content: "\f1c1";
	font-family: FontAwesome;
	color: #bb1919;
	font-size: 23px;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.contents.new .maincontents .bottomnav_include a.link:hover {
	color: #bb1919;
}

.contents.new .maincontents .bottomnav_include a.link.rel {
	display: none;
}

.contents.new .maincontents .bottomnav_include a img {
	display: block;
	margin: 0 auto;
	max-width: 210px;
	width: 100%;
}

.contents.new .maincontents .bottomnav_include a br {
	display: none;
}

.link_back a {
	color: #666;
	background-color: #fff;
	max-width: 400px;
	display: block;
	margin: 30px auto 0;
	text-align: center;
	padding: 20px;
	border: 1px solid #eee;
	text-decoration: none;
	transition: 0.3s;
	border-radius: 5px;
}

.link_back a i {
	padding-right: 10px;
}

.link_back a:hover {
	opacity: 0.7;
}

@media only screen and (max-width: 980px) {
	.contents.new {
		padding: 0 2%;
		display: block;
	}
	.contents.new h2.head_title {
		display: block;
	}
	.contents.new .sidenav {
		width: 100%;
		margin-bottom: 30px;
	}
	.contents.new .sidenav .menu {
		background: none;
		display: flex;
		flex-wrap: wrap;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		box-sizing: border-box;
	}
	.contents.new .sidenav .menu li {
		width: 25%;
		background: #fff;
		border-collapse: collapse;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		box-sizing: border-box;
	}
	.contents.new .sidenav .menu li a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 58px;
		text-align: center;
		font-size: 1rem;
		padding: 5px;
		box-sizing: border-box;
	}
	.contents.new .sidenav .menu li a.anchor {
		background: none;
		background-size: 18px 18px;
		background-position: 96% center;
	}
	.contents.new .sidenav .menu li a::after {
		display: none;
	}
	.contents.new .sidenav .menu li a br {
		display: block;
	}
	.contents.new .sidenav .menu li.bol a {
		position: relative;
		padding: 5px 5px 5px 47px;
	}
	.contents.new .sidenav .sidenav_include {
		display: none;
	}
	.contents.new .maincontents {
		width: 100%;
	}
	.contents.new .maincontents .contents_frame {
		padding: 15px;
	}
	.contents.new .maincontents .contents_frame section h2.sec_title {
		font-size: 1.3rem;
		margin-bottom: 15px;
	}
	.contents.new .maincontents .contents_frame section h3.sec_title {
		font-weight: bold;
		font-size: 1rem;
		margin-bottom: 10px;
	}
	.contents.new .maincontents .contents_frame section h3.sec_title .pdf {
		font-size: 0.7rem;
	}
	.contents.new .maincontents .contents_frame section h3.sec_title .pdf::after {
		content: "";
		background: url("/med/img/icn_pdf.svg") no-repeat;
		background-size: 12px 14px;
		width: 12px;
		height: 14px;
	}
	.contents.new .maincontents .contents_frame section .detail_box table {
		font-size: 0.9rem;
		border-bottom: none;
	}
	.contents.new .maincontents .contents_frame section .detail_box table th {
		display: block;
		border: none;
		border-bottom: 1px solid #ccc;
	}
	.contents.new .maincontents .contents_frame section .detail_box table td {
		display: block;
		border: none;
		border-bottom: 1px solid #ccc;
	}
	.contents.new .maincontents .contents_frame section .detail_box a.download {
		font-size: 0.8rem;
	}
	.contents.new .maincontents .contents_frame section .detail_box a.download::before {
		font-size: 16px;
	}
	.contents.new .maincontents .contents_frame section ul.link_list {
		display: flex;
		flex-wrap: wrap;
	}
	.contents.new .maincontents .contents_frame section ul.link_list li {
		width: 100%;
	}
	.contents.new .maincontents .contents_frame section ul.link_list li a {
		font-size: 0.9rem;
	}
	.contents.new .maincontents .contents_frame section ul.banner_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.contents.new .maincontents .contents_frame section ul.banner_list li {
		width: 49%;
		margin-bottom: 0.4rem;
		margin-right: 0;
	}
	.contents.new .maincontents .contents_frame section ul.banner_list li img {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.contents.new h2.head_title {
		margin: 20px 0 30px;
	}
	.contents.new .sidenav .menu li {
		width: 33.333%;
	}
	.contents.new .sidenav .menu li a {
		font-size: 1rem;
	}
	.contents.new .sidenav .sidenav_include {
		display: none;
	}
	.contents.new .maincontents .contents_frame section .detail_box ul {
		margin-top: 15px;
	}
	.contents.new .maincontents .contents_frame section .detail_box ul li {
		font-size: 0.9rem;
		padding-bottom: 5px;
	}
	.contents.new .maincontents .contents_frame section .detail_box ul li span {
		display: flex;
		width: auto;
		padding-right: 45px;
	}
	.contents.new .maincontents .contents_frame section .detail_box ul li span.new::before {
		right: 0;
		top: 4px;
	}
	.contents.new .maincontents .contents_frame section .detail_box ul li span br {
		display: none;
	}
	.contents.new .maincontents .contents_frame section .detail_box ul li a {
		width: 100%;
	}
	.contents.new .maincontents .contents_frame section .detail_box ul li a.pdf {
		font-size: 0.9rem;
		padding: 5px;
	}
	.contents.new .maincontents .contents_frame section .detail_box ul li a.word {
		font-size: 0.9rem;
		padding: 5px;
	}
	.contents.new .maincontents .contents_frame section .detail_box ul li p {
		width: 100%;
		display: block;
		padding-bottom: 2px;
	}
	.contents.new .maincontents .pickup {
		background: #fdeee8;
		padding: 15px 15px 0;
		margin-bottom: 30px;
	}
	.contents.new .maincontents .pickup h2 {
		font-size: 1rem;
	}
	.contents.new .maincontents .pickup h2::before {
		content: "";
		display: inline-block;
		background: url("/med/img/navigation/icn_pickup.png") no-repeat;
		background-size: 30px 30px;
		width: 30px;
		height: 30px;
		vertical-align: -7px;
		margin-right: 5px;
	}
	.contents.new .maincontents .pickup .box a {
		width: 48%;
		font-size: 0.9rem;
		margin-bottom: 10px;
		line-height: 1.5;
		margin-right: 4%;
	}
	.contents.new .maincontents .pickup .box a img {
		display: block;
		margin: 0 auto 5px;
		padding: 0;
	}
	.contents.new .maincontents .pickup .box a:nth-child(3n) {
		margin-right: 4%;
	}
	.contents.new .maincontents .pickup .box a:nth-child(2n) {
		margin-right: 0;
	}

	.contents.new .maincontents .pickup .box.large_area a:nth-child(3n) {
		margin-right: 4%;
	}

	.contents.new .maincontents .pickup .box div.large {
		display: flex;
		justify-content: center;
	}

	.contents.new .maincontents .pickup .box.large_area a:nth-child(3n + 1) {
		margin-right: 4%;
	}
	.contents.new .maincontents .pickup .box.large_area a:nth-child(2n) {
		margin-right: 4%;
	}
	.contents.new .maincontents .pickup .box.large_area a:nth-child(2n + 1) {
		margin-right: 0;
	}

	.contents.new .maincontents .pickup .box.large_area_bol a:first-child {
		width: 100%;
	}

	.contents.new .maincontents .pickup .box.large_area_bol a {
		margin-right: 4%;
	}

	.contents.new .maincontents .pickup .box.large_area_bol a:nth-child(3n - 1) {
		margin-right: 4%;
	}

	.contents.new .maincontents .pickup .box.large_area_bol a:nth-child(2n + 1) {
		margin-right: 0;
	}

	#detail {
		padding: 0px 15px 15px;
	}
}

@media only screen and (max-width: 480px) {
	.contents.new .sidenav .menu li a {
		padding: 3px;
		font-size: 3vw !important;
		height: 38px;
	}
	.contents.new .sidenav .menu li.bol a {
		padding: 3px 3px 3px 34px;
	}
	.contents.new .sidenav .menu li.bol a:before {
		left: 10px;
	}
}

#bol_link {
	position: fixed;
	right: 20px;
	bottom: 95px;
	width: 185px;
}

#bol_link a {
	color: #bb1919;
	background-color: #fff;
	border: 1px solid #bb1919;
	position: relative;
	display: block;
	width: 185px;
	text-decoration: none;
	font-size: 0.8rem;
	line-height: 1.3;
	padding: 10px 7px 10px 45px;
	position: relative;
	box-sizing: border-box;
	border-radius: 4px;
}

#bol_link a:hover {
	color: #cf5e5e;
	border: 1px solid #cf5e5e;
}

#bol_link a:hover::before {
	opacity: 0.8;
}

#bol_link a::before {
	position: absolute;
	left: 13px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	display: block;
	background: url("/med/img/navigation/head_cart.svg");
	background-size: cover;
	width: 23px;
	height: 24px;
}

@media only screen and (max-width: 767px) {
	#bol_link {
		position: fixed;
		left: 15px;
		bottom: 20px;
	}
	#bol_link a {
		width: 120px;
		font-size: 0.8rem;
		padding: 7px 7px 7px 42px;
	}
}

@media only screen and (max-width: 640px) {
	#bol_link a {
		width: 97px;
		font-size: 0.7rem;
		padding: 5px 5px 5px 32px;
	}
	#bol_link a span {
		display: none;
	}
	#bol_link a::before {
		left: 8px;
		background: url("/med/img/navigation/head_cart.svg");
		background-size: cover;
		width: 19px;
		height: 20px;
	}
}

/*
20210122 header追加に伴うcss
*/

#header {
	background: #fff;
}

#header .inner .head_wrap {
	background: #fff;
	width: 100%;
	top: 0;
	z-index: 1;
}

#header .inner .head_wrap .head {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 80px;
}

#header .inner .head_wrap .head .logo {
	width: 15%;
}

#header .inner .head_wrap .head .logo a img {
	width: 145px;
	height: auto;
}

#header .inner .head_wrap .head .search {
	width: 38%;
}

#header .inner .head_wrap .head .search form {
	width: 100%;
	border-bottom: 1px solid #cccccc;
	display: flex;
	justify-content: space-between;
}

#header .inner .head_wrap .head .search form input {
	width: calc(100% - 80px);
	box-sizing: border-box;
	border: none;
	font-size: 0.85rem;
	box-sizing: border-box;
	padding: 12px 3px !important;
}

#header .inner .head_wrap .head .search form button {
	text-align: center;
	width: 70px;
	box-sizing: border-box;
	border: none;
	background: none;
	font-size: 0.85rem;
	cursor: pointer;
	transition: 0.3s;
}

#header .inner .head_wrap .head .search form button i {
	color: #b81010;
	padding-right: 5px;
	font-size: 1rem;
}

#header .inner .head_wrap .head .search form button:hover {
	color: #bb1919;
}

#header .inner .head_wrap .head .btn {
	margin-left: 2%;
	width: 45%;
	display: flex;
	justify-content: space-between;
}

#header .inner .head_wrap .head .btn a {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 5px;
	line-height: 40px;
	padding: 0 15px;
	color: #333;
	font-size: 0.85rem;
	text-decoration: none;
	transition: 0.3s;
}

#header .inner .head_wrap .head .btn a:nth-child(1)::before {
	line-height: 1;
	content: "\f040";
	font-family: FontAwesome;
	color: #bb1919;
	margin-right: 5px;
	font-size: 20px;
	vertical-align: -1px;
}

#header .inner .head_wrap .head .btn a:nth-child(2)::before {
	content: "";
	display: inline-block;
	background: url("/med/img/navigation/head_consultation.png");
	background-size: cover;
	width: 37px;
	height: 20px;
	vertical-align: -4px;
	margin-right: 5px;
}

#header .inner .head_wrap .head .btn a:nth-child(3)::before {
	content: "";
	display: inline-block;
	background: url("/med/img/navigation/head_cart.svg");
	background-size: cover;
	width: 19px;
	height: 20px;
	vertical-align: -4px;
	margin-right: 5px;
}

#header .inner .head_wrap .head .btn a:hover {
	color: #bb1919;
}

#header .inner nav {
	background: #fff;
	width: 100%;
	position: absolute;
	top: 80px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#header .inner nav.fixed {
	position: fixed;
	top: 0;
	padding: 0;
	z-index: 1000;
}

#header .inner nav ul {
	max-width: 1200px;
	width: calc(100% - 1px);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#header .inner nav ul li {
	height: 55px;
	position: relative;
}

#header .inner nav ul li:not(:first-child) {
	width: 13%;
}

#header .inner nav ul li:first-child {
	width: 9%;
}

#header .inner nav ul li::before {
	content: "";
	position: absolute;
	height: 30px;
	width: 1px;
	background: #ccc;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

#header .inner nav ul li:last-child::after {
	content: "";
	position: absolute;
	height: 30px;
	width: 1px;
	background: #ccc;
	right: -1px;
	top: 50%;
	transform: translateY(-50%);
}

#header .inner nav ul li a {
	width: calc(100% - 3px);
	margin-left: 2px;
	box-sizing: border-box;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 0.9rem;
	line-height: 1.53;
	position: relative;
	color: #333;
	text-decoration: none;
	transition: 0.3s;
}

#header .inner nav ul li a .st0 {
	fill: #333;
	transition: 0.3s;
}

#header .inner nav ul li a:hover {
	background: #bb1919;
	color: #fff;
}

#header .inner nav ul li a:hover .st0 {
	fill: #fff;
}

#med_top #header .inner nav ul li:nth-child(1) a {
	background: #bb1919;
	color: #fff;
}

#med_top #header .inner nav ul li:nth-child(1) a .st0 {
	fill: #fff;
}

#med_top #header .inner nav ul li:nth-child(2) a .st0 {
	fill: #fff;
}

#di #header .inner nav ul li:nth-child(2) a {
	background: #bb1919;
	color: #fff;
}

#disease #header .inner nav ul li:nth-child(3) a {
	background: #bb1919;
	color: #fff;
}

#prescribe #header .inner nav ul li:nth-child(4) a {
	background: #bb1919;
	color: #fff;
}

#pharma #header .inner nav ul li:nth-child(5) a {
	background: #bb1919;
	color: #fff;
}

#journal #header .inner nav ul li:nth-child(6) a {
	background: #bb1919;
	color: #fff;
}

#seminar #header .inner nav ul li:nth-child(7) a {
	background: #bb1919;
	color: #fff;
}

#dr #header .inner nav ul li:nth-child(8) a {
	background: #bb1919;
	color: #fff;
}

#di #contentsinner.di_index {
	display: block !important;
}

.info_box {
	margin-top: 1px;
	clear: both;
	background: #fff;
	border: 3px solid #f6f6f6;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 50px;
}

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

.info_box .info {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.info_box .info:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.info_box .info div.icon {
	width: 140px;
	margin-right: 20px;
	box-sizing: border-box;
}

.info_box .info div.day {
	width: 250px;
	text-align: left;
	display: flex;
	align-items: center;
}

.info_box .info div.day.new:after {
	content: "NEW";
	line-height: 1;
	font-size: 0.5rem;
	background: #f4e5e5;
	color: #bb1919;
	padding: 3px 10px;
	border-radius: 4px;
	margin-left: 8px;
}

.info_box .info div:last-child {
	width: 100%;
}

.info_box.new .info div:last-child {
	width: 100%;
	margin-top: 3px;
}

.info_box .info div.icon span {
	display: block;
	font-size: 0.75rem;
	padding: 4px 0;
	color: #bf0d0d;
	border: 1px solid #bf0d0d;
	text-align: center;
	width: 140px;
	border-radius: 4px;
	background: none;
	line-height: 1rem;
}

.info_box .info div.day {
	font-size: 1rem;
	margin-bottom: 5px;
}

.info_box .info div.day span {
	border-radius: 4px;
	top: 4px;
	font-size: 0.6rem;
	width: 40px;
	line-height: 16px;
	background-color: #f7e5e5;
	color: #bb1919;
	text-align: center;
	padding: 4px;
	vertical-align: 2px;
}

.info_box div span.new {
	font-size: 0.6rem !important;
	padding: 2px 5px;
	text-align: center;
	border-radius: 4px;
	line-height: 1 !important;
}

@media only screen and (max-width: 767px) {
	.info_box {
		padding: 15px;
	}

	.info_box .info {
		display: block;
		width: 100%;
		font-size: 0.9rem;
	}

	.info_box .info .day {
		margin-bottom: 4px;
		font-size: 0.9rem !important;
	}

	.info_box .info div:last-child {
		width: 100% !important;
	}
}

@media only screen and (max-width: 980px) {
	.info_box .info div.icon {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.info_box.new .info div:last-child {
		width: calc(100% - 170px);
	}
}

.info_box .bottom_link {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
}

.info_box .bottom_link a {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	color: #bb1919;
	font-weight: bold;
	font-size: 1.1rem;
}

.info_box .info {
	width: 100%;
}

/* 製剤情報お知らせ欄 リスト部分の処理 */

#column_one .info_box {
	margin-top: 1px;
	clear: both;
	background: #fff;
	border: 3px solid #f6f6f6;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
}

#column_one .info_box .info {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

#column_one .info_box .info:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

#column_one .info_box .info div.icon {
	width: 90px;
	box-sizing: border-box;
}

#column_one .info_box .info div.icon span {
	width: 90px !important;
}

#column_one .info_box .info div.day {
	width: 160px;
	text-align: left;
	display: flex;
	align-items: center;
	margin-right: 20px;
}

#column_one .info_box .info div.day.new:after {
	content: "NEW";
	line-height: 100%;
	font-size: 0.5rem;
	background: #f4e5e5;
	color: #bb1919;
	padding: 3px 10px;
	border-radius: 4px;
	margin-left: 8px;
}

/* タブ切り替えによるinfo > リンク項目欄の横幅の変更 */

#column_one .info_box .info div:last-child {
	width: calc(100% - 180px);
}

#column_one .news_content > .info_box:first-child .info div:last-child {
	width: calc(100% - 290px);
}

/* ここまで */

#column_one .info_box .info div .med {
	width: auto !important;
	overflow: hidden;
	padding: 3px 0;
	margin-top: 5px !important;
	margin-left: 0;
	display: flex;
	flex-wrap: wrap;
}

#column_one .info_box .info div .med span {
	font-size: 0.7rem;
	margin: 0;
	padding: 3px 0;
	width: 110px;
	text-align: center;
	display: block;
	line-height: 0.9rem;
	background: #e3e3e3;
	border-radius: 4px;
	margin: 0 2px 2px 0;
}

#column_one .info_box .info div.day {
	font-size: 1rem;
}

#column_one .info_box .info div.day span {
	border-radius: 4px;
	top: 4px;
	font-size: 0.6rem;
	width: 40px;
	line-height: 1;
	background-color: #f7e5e5;
	color: #bb1919;
	text-align: center;
	padding: 4px;
	vertical-align: 2px;
}

#column_one .info_box div span.new {
	font-size: 0.65rem;
	padding: 2px 5px;
	color: #bf0d0d;
	border: 1px solid #bf0d0d;
	text-align: center;
	border-radius: 4px;
	vertical-align: 2px;
}

@media only screen and (max-width: 767px) {
	#column_one .info_box {
		padding: 15px;
	}

	#column_one .info_box .info {
		display: block;
		width: 100%;
		font-size: 0.9rem;
	}

	#column_one .info_box .info .day {
		margin-bottom: 4px;
		font-size: 0.9rem !important;
	}

	#column_one .info_box .info div:last-child {
		width: 100% !important;
	}
}

@media only screen and (max-width: 980px) {
	#column_one .info_box .info div.icon {
		margin-right: 20px;
	}
}

/* 製剤情報お知らせ欄 タブの処理 */

/* info_tab */

ul.info_tab {
	display: flex;
}

ul.info_tab li {
	width: 24.9%;
	line-height: 1.2rem;
	text-align: center;
}

ul.info_tab li:not(:last-child) {
	margin-right: 1px;
}

.info_tab {
	overflow: hidden;
}

.info_tab li a {
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #666;
	background: #eee;
	text-decoration: none;
	cursor: pointer;
	border-radius: 4px 4px 0 0;
	transition: 0.2s;
}

.info_tab li a br {
	display: none;
}

.info_tab li.select a {
	background: #bb1919 !important;
	color: #fff;
}

ul.info_tab li a:hover {
	background: #bb1919;
	color: #fff;
}

.news_hide {
	display: none;
}

ul.info_tab {
	width: 100%;
}

ul.info_tab li a {
	font-size: 0.9rem;
	line-height: 1.3;
}

ul.info_tab li a.active,
ul.info_tab li a:hover {
	font-weight: 100;
}

ul.info_tab li:nth-child(2) a.active,
ul.info_tab li:nth-child(2) a:hover {
	font-weight: 100;
}

@media only screen and (max-width: 767px) {
	.info_tab li a {
		font-size: 1.2rem;
		line-height: 1.1;
		padding: 10px 0;
		height: 50px;
	}

	.info_tab li a br {
		display: block;
	}
}

@media only screen and (max-width: 480px) {
	.info_tab li a {
		height: 40px;
	}
}

/* photo_tab */

ul.photo_tab {
	display: flex;
	border-bottom: 3px solid #bb1919;
	position: relative;
	margin-bottom: 10px;
}

ul.photo_tab li {
	width: 24.9%;
	line-height: 1.2rem;
	text-align: center;
}

.photo_tab li:not(:last-child) {
	margin-right: 1px;
}

.photo_tab {
	overflow: hidden;
}

.photo_tab li a {
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #666;
	background: #eee;
	text-decoration: none;
	cursor: pointer;
	border-radius: 4px 4px 0 0;
	transition: 0.2s;
}

.photo_tab li.download a {
	height: auto;
	display: inline-block;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	padding: 0 5px 3px;
	border-bottom: 2px solid #bb1919;
	margin-top: 13px;
	background: none;
	text-decoration: none;
	color: #bb1919;
}

.photo_tab li.download a::before {
	content: "\f019";
	font-family: FontAwesome;
	color: #bb1919;
	font-size: 1rem;
	vertical-align: middle;
	padding-right: 5px;
}

.photo_tab li.download a:hover {
	color: #bb1919;
	background: none;
	opacity: 0.7;
}

.photo_tab li a br {
	display: none;
}

.photo_tab li.select a {
	background: #bb1919 !important;
	color: #fff;
}

ul.photo_tab li a:hover {
	background: #bb1919;
	color: #fff;
}

.photo_hide {
	display: none;
}

@media only screen and (max-width: 767px) {
	ul.photo_tab li {
		width: 33%;
	}

	.photo_tab li a {
		font-size: 1.1rem;
		line-height: 1.2;
		height: 60px;
		padding: 5px 0;
		box-sizing: border-box;
	}

	.photo_tab li a br {
		display: block;
	}

	.photo_txt {
		padding: 10px 0;
		font-size: 0.9rem;
	}

	.photo_list .info {
		display: block;
		padding: 16px;
		font-size: 0.9rem;
	}

	.photo_list .info .link {
		width: 100% !important;
	}
}

@media only screen and (max-width: 480px) {
	.photo_tab li a {
		font-size: 0.8rem;
	}
}

/* 製剤情報以外のお知らせ一覧 タブの処理 */

ul.photo_tab {
	display: flex;
	border-bottom: 3px solid #bb1919;
	position: relative;
	margin-bottom: 10px;
}

ul.info_tab li {
	width: 24.9%;
	line-height: 1.2rem;
	text-align: center;
}

ul.info_tab li:not(:last-child) {
	margin-right: 1px;
}

.info_tab {
	overflow: hidden;
}

.info_tab li a {
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #666;
	background: #eee;
	text-decoration: none;
	cursor: pointer;
	border-radius: 4px 4px 0 0;
	transition: 0.2s;
}

.info_tab li a br {
	display: none;
}

.info_tab li.select a {
	background: #bb1919 !important;
	color: #fff;
}

ul.info_tab li a:hover {
	background: #bb1919;
	color: #fff;
}

.news_hide,
.photo_hide {
	display: none;
}

ul.info_tab {
	width: 100%;
}

ul.info_tab li a {
	font-size: 0.9rem;
	line-height: 1.3;
}

ul.info_tab li a.active,
ul.info_tab li a:hover {
	font-weight: 100;
}

ul.info_tab li:nth-child(2) a.active,
ul.info_tab li:nth-child(2) a:hover {
	font-weight: 100;
}

@media only screen and (max-width: 767px) {
	ul.photo_tab li {
		width: 33%;
	}

	.photo_tab li a {
		font-size: 1.1rem;
		line-height: 1.2;
		height: 60px;
		padding: 5px 0;
		box-sizing: border-box;
	}

	.info_tab li a {
		font-size: 1.2rem;
		line-height: 1.1;
		padding: 10px 0;
		height: 50px;
	}

	.photo_tab li a br {
		display: block;
	}

	.info_tab li a br {
		display: block;
	}

	.photo_txt {
		padding: 10px 0;
		font-size: 0.9rem;
	}

	.photo_list .info {
		display: block;
		padding: 16px;
		font-size: 0.9rem;
	}

	.photo_list .info .link {
		width: 100% !important;
	}
}

@media only screen and (max-width: 480px) {
	.info_tab li a {
		height: 40px;
	}
	.photo_tab li a {
		font-size: 0.8rem;
	}
}

/* お知らせ欄「もっと見る」の処理 */

.cp_box *,
.cp_box *:before,
.cp_box *:after {
	box-sizing: border-box;
}

.cp_box {
	position: relative;
	padding-bottom: 80px;
}

.cp_box label {
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
}

.cp_box input:checked + label {
	background: inherit;
}

.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	font-family: FontAwesome;
	content: "もっと見る";
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #bb1919;
}

.cp_box input {
	display: none;
}

.cp_box .cp_container {
	overflow: hidden;
	height: 160px;
	transition: all 0.5s;
}

.cp_box input:checked + label {
	/* display: none ; */
}

.cp_box input:checked + label:after {
	font-family: FontAwesome;
	content: "閉じる";
}

.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 30px;
	transition: all 0.5s;
}

@media only screen and (max-width: 980px) {
	.cp_box .cp_container {
		height: 170px;
	}
}

@media only screen and (max-width: 767px) {
	.cp_box {
		padding-bottom: 60px !important;
	}
	.cp_box .cp_container {
		height: 230px;
	}
	.cp_box input:checked ~ .cp_container {
		padding-bottom: 20px;
	}
}

/* info_tab_02(未使用) */

.info_tab_02 li {
	font-size: 0.8rem;
}

ul.info_tab_02 li {
	font-size: 0.7em;
	display: table;
	vertical-align: middle;
}

ul.info_tab_02 li a {
	display: table-cell;
	height: 90px;
	vertical-align: middle;
}

.info_tab_02 li a {
	padding: 0;
}

.info_tab_02 li {
	border-top: 4px solid #f9f9f9;
}

.info_tab_02 li.select {
	border-top: 4px solid #bf0d0d;
}

.info_tab_02 li.select a {
	border-top: none;
	padding: 0;
	height: 90px;
}

ul.info_tab_02 li:nth-child(2).select a {
	padding: 0;
}

ul.info_tab_02 li:nth-child(2) a {
	padding: 0;
}

ul.info_tab_02 {
	width: 100%;
}

ul.info_tab_02 li {
	float: left;
	width: 16.66%;
	line-height: 1.2rem;
	text-align: center;
}

ul.info_tab_02 li a:hover {
	background: #fff;
}

.info_tab_02 {
	overflow: hidden;
}

.info_tab_02 li a {
	display: block;
	padding: 1.3rem 0;
	color: #333;
	background: #ddd;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-top: 0.6rem;
	text-decoration: none;
	cursor: pointer;
}

.info_tab_02 li.select a {
	background: #fff;
	font-weight: bold;
	padding: 1.5rem 0;
	margin-top: 0;
	border-top: 4px solid #bf0d0d;
}

/* お知らせ一覧系CSS まとめ */

/* レイアウト1（アイコン + 日付 + リンク） */

.list_layout_01 {
	margin-top: 1px;
	clear: both;
	border: 3px solid #f6f6f6;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
}

.list_layout_01 .block {
	display: flex;
	width: 100%;
	align-items: flex-start;
}

.list_layout_01 .block:not(:last-child) {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.list_layout_01 .block .icon {
	/* 160px */
	width: 140px;
	margin-right: 20px;
	box-sizing: border-box;
	display: block;
	font-size: 0.75rem;
	padding: 4px 0;
	color: #bf0d0d;
	border: 1px solid #bf0d0d;
	text-align: center;
	width: 140px;
	border-radius: 4px;
	background: none;
	line-height: 1rem;
}

.list_layout_01 .block .date {
	/* 165px */
	width: 140px;
	padding-right: 35px;
	margin-right: 20px;
	box-sizing: border-box;
	font-size: 0.9rem;
	position: relative;
	line-height: 1.5;
}

.list_layout_01 .block .date.new::after {
	/* 35px */
	content: "NEW";
	line-height: 1;
	font-size: 0.6rem;
	background: #f4e5e5;
	color: #bb1919;
	padding: 3px;
	border-radius: 4px;
	margin-left: 5px;
	width: 30px;
	display: inline-block;
	text-align: center;
	vertical-align: 1px;
	position: absolute;
	right: 0;
	top: 4px;
}

.list_layout_01 .block .link {
	width: calc(100% - 325px);
}

.list_layout_01 .block .link .med {
	width: 100%;
	padding: 3px 0;
	margin-top: 5px;
	display: flex;
	flex-wrap: wrap;
}

.list_layout_01 .block .link .med span {
	font-size: 0.7rem;
	padding: 3px 0;
	width: 110px;
	text-align: center;
	display: block;
	line-height: 0.9rem;
	background: #e3e3e3;
	border-radius: 4px;
	margin: 0 2px 2px 0;
}

@media only screen and (max-width: 980px) {
	.list_layout_01 .block {
		flex-wrap: wrap;
		align-items: center;
	}

	.list_layout_01 .block .icon {
		width: 140px;
		margin-right: 10px;
	}

	.list_layout_01 .block .date {
		width: calc(100% - 180px);
	}

	.list_layout_01 .block .date.new::after {
		vertical-align: 1px;
		position: relative;
		right: auto;
		top: auto;
	}

	.list_layout_01 .block .link {
		width: 100%;
		margin-top: 8px;
	}
}

@media only screen and (max-width: 640px) {
	.list_layout_01 .block {
		display: block;
	}

	.list_layout_01 .block .icon {
		width: 110px;
		margin-right: 0;
		font-size: 0.7rem;
	}

	.list_layout_01 .block .date {
		width: 100%;
		font-size: 0.9rem;
		margin-right: 0;
		margin-top: 5px;
	}

	.list_layout_01 .block .link {
		margin-top: 2px;
		width: 100%;
		font-size: 0.9rem;
	}
}

/* レイアウト2（日付 + リンク） */

.list_layout_02 {
	margin-top: 1px;
	clear: both;
	border: 3px solid #f6f6f6;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
}

.list_layout_02 .block {
	display: flex;
	width: 100%;
	align-items: flex-start;
}

.list_layout_02 .block:not(:last-child) {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.list_layout_02 .block .date {
	/* 165px */
	width: 140px;
	padding-right: 35px;
	margin-right: 20px;
	box-sizing: border-box;
	font-size: 0.9rem;
	margin-right: 20px;
	position: relative;
	line-height: 1.5;
}

.list_layout_02 .block .date.new::after {
	content: "NEW";
	line-height: 1;
	font-size: 0.6rem;
	background: #f4e5e5;
	color: #bb1919;
	padding: 3px;
	border-radius: 4px;
	width: 30px;
	display: inline-block;
	text-align: center;
	margin-left: 5px;
	vertical-align: 1px;
	position: absolute;
	right: 0;
	top: 4px;
}

.list_layout_02 .block .link {
	width: calc(100% - 165px);
}

.list_layout_02 .block .link .med {
	width: 100%;
	padding: 3px 0;
	margin-top: 5px;
	display: flex;
	flex-wrap: wrap;
}

.list_layout_02 .block .link .med span {
	font-size: 0.7rem;
	padding: 3px 0;
	width: 110px;
	text-align: center;
	display: block;
	line-height: 0.9rem;
	background: #e3e3e3;
	border-radius: 4px;
	margin: 0 2px 2px 0;
}

@media only screen and (max-width: 640px) {
	.list_layout_02 .block {
		display: block;
	}

	.list_layout_02 .block .icon {
		width: 110px;
		margin-right: 0;
		font-size: 0.7rem;
	}

	.list_layout_02 .block .date {
		width: 100%;
		font-size: 0.9rem;
		margin-right: 0;
		margin-top: 5px;
	}

	.list_layout_02 .block .date.new::after {
		vertical-align: 1px;
		position: relative;
		right: auto;
		top: auto;
	}

	.list_layout_02 .block .link {
		margin-top: 2px;
		width: 100%;
		font-size: 0.9rem;
	}
}

@media only screen and (max-width: 510px) {
	.list_layout_01 .block .link .med,
	.list_layout_02 .block .link .med {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.list_layout_01 .block .link .med span,
	.list_layout_02 .block .link .med span {
		width: 32.5%;
		white-space: nowrap;
	}
}

/* レイアウト3（インデントを含んだ日付 + リンク） */

.list_layout_03 {
	display: flex;
	width: 96%;
	align-items: flex-start;
	margin-left: 4%;
}

.list_layout_03 dt {
	/* 160px */
	width: 140px;
	padding-right: 35px;
	margin-right: 20px;
	box-sizing: border-box;
	font-size: 0.9rem;
	margin-right: 10px;
	position: relative;
	line-height: 1.5;
}

.list_layout_03 dt.new::after {
	content: "NEW";
	line-height: 1;
	font-size: 0.6rem;
	background: #f4e5e5;
	color: #bb1919;
	padding: 3px;
	border-radius: 4px;
	width: 30px;
	display: inline-block;
	text-align: center;
	vertical-align: 1px;
	position: absolute;
	right: 0;
	top: 4px;
}

.list_layout_03 dd {
	width: calc(100% - 160px);
}

@media only screen and (max-width: 640px) {
	.list_layout_03 {
		display: block;
	}

	.list_layout_03 dt {
		width: 100%;
		margin-right: 0;
		position: relative;
	}

	.list_layout_03 dt.new::after {
		position: relative;
		right: auto;
		top: auto;
	}

	.list_layout_03 dd {
		width: 100%;
		margin-top: 3px;
		font-size: 0.9rem;
	}
}

/* レイアウト4（インデントを含んだ日付 + リンク + PDF,WORD） */

.list_layout_04 {
	display: flex;
	width: 96%;
	align-items: flex-start;
	margin-left: 4%;
}

.list_layout_04 dt {
	/* 160px */
	width: 140px;
	padding-right: 35px;
	margin-right: 20px;
	box-sizing: border-box;
	font-size: 0.9rem;
	position: relative;
	line-height: 1.5;
}

.list_layout_04 dt.new::after {
	content: "NEW";
	line-height: 1;
	font-size: 0.6rem;
	background: #f4e5e5;
	color: #bb1919;
	padding: 3px;
	border-radius: 4px;
	margin-left: 3px;
	width: 30px;
	display: inline-block;
	text-align: center;
	vertical-align: 1px;
	position: absolute;
	right: 0;
	top: 4px;
}

.list_layout_04 dd {
	width: calc(100% - 160px);
}

.list_layout_04 dd span {
	vertical-align: -7px;
	display: inline-block;
	margin-right: 5px;
}

.list_layout_04 dd span img {
	height: 25px;
}

.list_layout_04 dd span a {
	transition: 0.3s;
}

.list_layout_04 dd span a:hover {
	opacity: 0.7;
}

@media only screen and (max-width: 768px) {
	.list_layout_04 {
		display: block;
	}

	.list_layout_04 dt {
		width: 100%;
		margin-right: 0;
		position: relative;
	}

	.list_layout_04 dd {
		width: 100%;
		margin-top: 3px;
	}

	.list_layout_04 dt.new::after {
		position: relative;
		right: auto;
		top: auto;
	}
}

@media only screen and (max-width: 640px) {
	.list_layout_04 {
		display: block;
	}

	.list_layout_04 dd {
		margin-top: 3px;
		font-size: 0.9rem;
	}

	.list_layout_04 dd span {
		display: block;
		margin-top: 5px;
	}
}

/*  */
