@charset "UTF-8";

@media screen and (max-width: 559px) {
	.pc_only{
		display: none !important;
	}
}
@media screen and (min-width: 560px) {
	.sp_only{
		display: none !important;
	}
}

.mg_top18px{
	margin-top: 18px !important;
}
.mg_top26px{
	margin-top: 26px !important;
}
.mg_0{
	margin: 0 !important;
}
.border_none{
	border: none !important;
}
.border_none_right{
	border-right: none !important;
}

/* ------ display ------ */
.off{
	display: none !important;
}
.btn_click{
	background-color: #D1D1D1 !important;
}
.fa-download {
	margin-left: 1rem;
}
.text_center{
	text-align: center;
}
.text_right{
	text-align: right;
}
.text_top{
	vertical-align: top;
}
.pad_10px{
	padding: 10px 0;	
}
/*============= SP =============*/
.l__list {
	margin-top: 70px;
}
.l__item {
	margin-bottom: 72px;
}
/* ------ option ------ */
.shizailist {
	margin-bottom: 0;
}
.shizailist--2 .shizailist__item a {
	padding: 20px 37px 28px 25px;
}
.shizailist__item__img {
	flex-wrap: nowrap;
}
.shizailist--2 .shizailist__item__img > span img {
	margin: 0 auto;
}
.shizailist--2 .shizailist__item__txt {
	padding: 22px 0 0;
}
.shizailist--2 .shizailist__item__txt p {
	font-size: 14px;
	text-align: left;
	margin-bottom: 0;
}
/* ------ option ------ */
.l__item .blkttl3 {
	font-size: 18px;
}
.shizailist + .blkttl3 {
	margin-top: 40px;
}
/*================ l__pagemain ================*/

.l__pagemain .linkbtn {
	width: 98.5px;
	color: #fff;
	padding: 0;
	height: 29px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	line-height: 1;
	background-color: #6C14B4;
}
.l__pagemain .pagemain__ttl {
	line-height: 1.45;
	margin-top: 15px;
	margin-bottom: 32px;
}
.l__pagemain > p {
	color: #6c6c6c;
	font-size: 14px;
	line-height: 1.8571;
}
.l__pagemain .text {
	color: #6c6c6c;
	font-size: 14px;
	line-height: 1.8571;
}
.pdf_btn{
	display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
	margin-left: 0;
}
/*================ l__item ================*/
.l__content {
	color: #6c6c6c;
	font-size: 14px;
	line-height: 1.857;
}
.l__content h2 {
	font-size: 18px;
	color: #6C14B4;
	font-weight: 500;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 27px;
	line-height: 1.444;
	margin-top: 50px;
}
.l__content h2::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #6C14B4;
	position: absolute;
	bottom: 0;
	left: 0;
}
.l__content h3 {
	color: #6C14B4;
	font-weight: 500;
	font-size: 20px;
}
.l__content p {
	margin: 20px 0;
}
.l__content ul li:not(.shizailist__item) {
	padding-left: 1.4em;
	text-indent: -1.4em;
	list-style: disc inside;
	margin-bottom: 0.5em;
}
.l__content img {
	display: block;
	margin: 20px auto;
}

.l__content h4 {
	color: #6C14B4;
	font-weight: bold;
}

.l__content .blkttl3--underb {
	margin-bottom: 17px;
}

.l__content .l__stxt {
	font-size: 13px;
	margin-top: 10px;
}
/* ------ option ------ */
.l__point {
	background-color: #e5f4f8;
	padding: 32px 0;
}
.l__point h2 {
	text-align: center;
	margin-bottom: 9px;
}
.l__point h2::after {
	content: none;
}
.l__point ul li {
	margin-bottom: 0;
}
.l__point ul li:not(:last-child) {
	margin-bottom: 24px;
}
.l__point img {
	margin: 52px auto 12px;
}
/* ------ option ------ */
.cnt__wrp em {
	/* color: #6C14B4; */
}
/* ------ option ------ */
.l__img__ss,
.l__img__s,
.l__img__mv {
	margin: 0 auto;
}

.l__img__ss {
	max-width: 200px;
}
.l__img__s {
	max-width: 500px;
}
.l__img__m {
	max-width: 700px;
}
.l__img__exs {
	max-width: 150px;
}
/* ------ option ------ */
.l__bdb_box{
	text-align: center;
    margin: 1rem auto;
}
.l__bdb {
	border: 1px solid #6C14B4;
	padding: 20px;
}
.l__bdb_box .l__bdb{
	display: inline-block;
}
/*================ l__fukidashi ================*/
.l__fukidashi {
	margin: 20px auto;
}
.l__fukidashi__txt {
	background-color: #e5f4f8;
	padding: 26px;
	position: relative;
}
.l__fukidashi__txt:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	border-color: #e5f4f8 transparent transparent transparent;
	position: absolute;
	bottom: -20px;
	right: 0;
	left: 0;
	margin: auto;
}
.l__fukidashi__txt p {
	margin: 0 auto;
}
.l__fukidashi__img {
	width: 100%;
	max-width: 150px;
	margin: 0 auto;
}
.l__fukidashi__img p {
	font-size: 13px;
	margin: 10px auto 0;
}
/*================ l__hint ================*/
.l__hint {
	margin-top: 70px;
	margin-bottom: 65px;
}
.l__hint__item:not(:last-child) {
	margin-bottom: 30px;
}
.l__hint__ttl {
	margin-bottom: 25px;
}
.l__hint__item__head {
	background: #6C14B4;
	color: #fff;
	font-size: 14px;
	line-height: 1.8571;
	padding: 20px 35px 20px 17px;
	position: relative;
}
.l__hint__item__head p {
	margin: 0 auto;
}
.l__hint__plus {
	width: 19px;
	height: 19px;
	display: block;
	border: 1px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0px;
	right: 10px;
	margin: auto;
}
.l__hint__plus::before,
.l__hint__plus::after {
	content: "";
	width: 9px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.l__hint__plus::after {
	transform: rotate(-90deg);
}
.l__hint__item__head.is__opened .l__hint__plus::after {
	transform: rotate(0deg);
}
.l__hint__item__cnt {
	border: 1px solid #b0b0b0;
	padding: 23px 17px;
	font-size: 14px;
	color: #6c6c6c;
	display: none;
}
.l__hint__btmtxt {
	font-size: 12px;
	text-align: center;
	color: #6c6c6c;
	margin-top: 11px;
}
.l__hint__item__cnt ul li {
	list-style: disc inside;
	padding-left: 1.5em;
	text-indent: -1.4em;
}
/*================ 内部パーツ ================*/
/* ------ option ------ */
.l__tbl table,
.l__tbl td,
.l__tbl th {
	border-collapse: collapse;
}
.l__tbl thead th {
	background-color: #6C14B4;
	color: #fff;
	height: 80px;
	text-align: center;
	min-width: 78px;
	border: 1px solid #fff;
}
.l__tbl tbody {
	color: #6C14B4;
}
.l__tbl tbody th,
.l__tbl tbody td {
	padding: 12px 16px;
}
.l__tbl tbody th {
	background-color: #e5f4f8;
	text-align: center;
	border: 1px solid #fff;
	border-right: none;
}
.l__tbl tbody td {
	font-size: 14px;
	line-height: 1.428;
	border: 1px solid #b0b0b0;
	white-space: normal;
}
.l__tbl tbody td span {
	font-size: 12px;
}
/* ------ option ------ */
.l__pdf {
	width: 148.5px;
	height: 39px;
}
.l__tbl2 {
	margin-top: 50px;
}
/* ------ option ------ */
.l__imglist {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.l__imglist > span {
	width: 33.333333%;
}
.l__imglist > span > img {
	margin: 0 auto;
}


.shizailist--2 .shizailist__item .linkbtn--arw::after {
	display: none;
}


.breadcrumb__list li a,
.pagemain__ttl,
.blkttl3,
.shizailist__item__txt p {
	color: #6C14B4;
}
.blkttl3--underb::after {
	background-color: #6C14B4;
}
.shizailist--2 .shizailist__item__img .fas{
	color: #6C14B4;
}
.profbox{
    box-shadow: 1px 3px 6px rgba(0, 91, 170, 0.51);
}

.product_category_box{
	margin: auto;
	text-align: center;
	font-size: 28px;
	display: block;
}
.product_category{
	position: relative;
	display: inline;
	width: 100%;
}
.product_category::after {
	content:"";
   display:inline-block;
   position:absolute;
   bottom:0;
	
	content: "";
	left: -1rem;
    width: calc(100% + 2rem);
	height: 6px;
	background: linear-gradient(
		146deg,
		rgba(0, 91, 170, 1) 0%,
		rgba(128, 186, 23, 1) 33%,
		rgba(0, 180, 237, 1) 68%,
		rgba(255, 233, 0, 1) 100%
	);
	bottom: -10px;
}

/* カテゴリ一覧 */
.category_list{
	margin-bottom: 71px;
}
.category_list p{
	margin: 35px 0;

}
ul.product_list{
	display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(5, 1fr);
}
ul.product_list li{
    background-color: #FFFFFF;
    box-shadow: 1px 3px 6px #005BAA59;
    text-align: center;
    line-height: 67px;
	cursor: pointer;
}

/* コラム内容 */
.l__bdb.top tr{
	vertical-align: top;
}
.l__bdb.top tr td.literature{
	word-break: break-all;
}
.literature{
	font-size: 16px;
}

.sup_red{
	color: red;
	font-size: small;
}
.sup_purple{
	color: #6C14B4;
	font-size: small;
}
.line_purple{
	text-decoration:underline;
	text-decoration-color:#6C14B4;
}
.cor_purple{
	color: #6C14B4 !important;
}
.cor_blue{
	color: #489dd05e;
}
.cor_orange{
	color: #ffdcb6;
}
.back_purple,
.th_back_purple th{
	color: #FFFFFF;
	background-color: #6C14B4;
}
.back_rgeen{
	color: #FFFFFF;
	background-color: #2a95b4;
}
.back_blue{
	background-color: #489dd05e;
}
.back_orange{
	background-color: #ffdcb6;
}
.l__content img.h2_img {
	margin: auto;
}

.table1 td,
.table2 td,
.table2 th{
	border: 1px #000000 solid;
}

.table1 table{
	width: 100%;
}
.table1 table td{
	padding: 10px;
}
.table2 table{
	text-align: center;
	margin: auto;
}
.table2.table_left table{
	text-align: left;
}

.table2.table_th table th{
	text-align: center;
}

.table2 table p{
	text-align: center;
}
.table2 table td,
.table2 table th{
	padding: 1rem;
}
.table2 table td.left_long{
	vertical-align: top;
	width: 35%;
}
.table2 table.wd_100{
	width: 100%;
}
.table_top tbody tr{
	vertical-align: top;
}
table .cap_btm1{
	margin-bottom: 1rem;
}
.mg_btm1{
	margin-bottom: 1rem;
}
p.caption_top{
	margin: 20px 0 0 0;
}
p.word_break{
	word-break: break-all;
}
.index_link,
.all_disp_index{
	float: right;
    background-color: #6C14B4;
    color: #FFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
	width: 160px;
}
.contents_text{
	font-size: 18px;
}
.font18px{
	font-size: 18px;
}
.font13px{
	font-size: 13px !important;
}

.all_disp_title{
	color: #6C14B4;
	font-size: 28px;
	margin: 35px 0;
}
.all_disp{
	padding-bottom: 50px;
	border-bottom: #6C14B4 solid 1px;
}
.l__content img.h2_img_bg40 {
	width: 60%;
}
.l__content img.img_40pa {
	width: 40%;
}
.l__content img.img_250px {
	width: 250px;
}
.top_img{
	width: 250px;
	margin: auto;
}
.l__content img.img_100 {
	width: 100%;
}
.l__content img.img_auto {
	width: auto;
}
/*　カテゴリ非公開　*/
#hyperuricemia_btn,#product_other_btn{
	display: none;
}

.font16px{
	font-size: 16px;
}
.reference{
	font-size: 16px;
	word-break: break-all;
}
.l__content .literature  p{
	margin: 0;
}

.mg_20px{
	margin: 20px 0;
}
.mg_15px{
	margin: 15px 0;
}
.l__bdb_mg{
	margin: 20px 0 25px;
}

.pd_table,.line_1{
	line-height: 1;
}
.pd_table tr:not(:last-child) td{
	padding-bottom: 10px;
}

.line_1 p:not(:last-child){
	padding-bottom: 10px;
}
.mg_top15px{
	margin-top: 15px;
	line-height: 1;
}
/* ul "・" */
.l__content ul.ul_point li,
.l__content ul.ul_none li{
	list-style:none !important;
	padding-left: 18px;
    text-indent: -18px;
	margin-bottom: 0;
}
.l__content  ul.ul_point li::before {
	content: "・";
}
.l__content  ul.ul_point li.top1em {
	margin-top: 1em;
}

.img_cap{
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;

}



.comic_img_frame {
	margin-bottom: 50px;
}

.case_text .case_text_title {
	font-weight: bold;
}

.text_indent {
	text-indent: -1.5em;
	padding-left: 1.5em;
	display: block;
}

.text_indent {
	color: #6C14B4;
}

.center_img {
	width: 250px;
}

.annotation_text {
	float: right;
	font-size: 13px;
}

.cardiology_color {
	color: #6C14B4;
}

@media screen and (max-width: 559px) {
	.img_cap_text{
		font-size: 12px;
	}
}
@media screen and (min-width: 560px) {
	.img_cap_text{
		font-size: 16px;
	}
}

@media screen and (min-width: 601px) {
	.bigimg{
		width: 1000px;
	}
}

@media screen and (min-width: 560px) {
	
	/* ------ 560px~ ------ */
	.l__pagemain {
		margin: 20px auto 50px;
	}
	.l__content h2 {
		margin-bottom: 25px;
	}
	.l__content p {
		margin: 25px 0;
	}
	.h2_box p.mg_top15px{
		margin-top: 15px;
	}
	.img_cap{
		margin: 40px auto;
	}
	.comic_img_frame img{
		width: 50%;
		margin-bottom: 30px;
	}

	.profbox__txt h4 {
		line-height: 28px !important;
	}
}
@media screen and (max-width: 559px) {
	.sp_cupsize{
		font-size: 14px;
	}
	.pdf_btn{
		margin-top: 30px;
		padding: 0 20px;
	}
	.l__pagemain .pagemain__ttl {
		margin-top: 15px;
		margin-bottom: 25px;
	}
	.l__pagemain_top {
		margin: 20px auto 50px;
	}
	.l__pagemain .linkbtn {
		margin-left: 1rem;
	}
	.l__pagemain .linkbtn img{
		height: 14px;
		margin-left: 10px;
	}
	.category_list{
		margin-bottom: 70px;
	}
	.case_text img {
		height: calc(240px* 0.5);
    	width: calc(200px* 0.5);
	}
	.case_text .case_2human{
		min-width: 100px;
		flex-direction: column;
	}
	
	.annotation_text {
		float: none;
		display: block;
		text-align: right;
	}

	.category_list p {
		margin: 20px 0;
		font-size: 14px;
	}
	ul.product_list{
		grid-gap: 10px;
		grid-template-columns: repeat(2, 1fr);
	}
	ul.product_list li {
		line-height: 60px;
		font-size: 18px;
	}
	.product_category_box {
		font-size: 26px;
	}
	.contents_list{
		padding-top: 27px;
		margin-bottom: 20px;
	}
	.sp_comment{
		padding: 0 20px;
		text-align: right;
		font-weight: bold;
		font-size: 12.8px;
	}
	.l__item .blkttl3 {
		/* margin-bottom: 55px; */
	}
	.index_link,
	.all_disp_index{
		font-size: 14px;
		height: 29px;
		width: 98.5px;
	}
	.index_link img,
	.all_disp_index img{
		width: 14px;
	}
	.contents_text{
		margin-bottom: 27px;
	}
	.shizailist--2 .shizailist__item__txt p{
		text-align: center;
		color: #000000;
		font-size: 16px;
		text-align: center;
	}
	.shizailist--2 .shizailist__item__img {
		position: relative;
	}
	.shizailist--2 .shizailist__item__img .fas{
	    position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: -15px;
	}
	.literature{
		font-size: 12px;
	}
	.l__content h3{
		font-size: 18px;
	}
	.font16px{
		font-size: 12px;
	}
	.reference{
		font-size: 12px;
	}
	.l__content img.sp_img100{
		width: 100%;
	}
	.mg_top15px{
		margin-top: 15px;
	}
	.line_1 p{
		margin: 0;
	}
	img.sp_img_250px {
		width: 250px;
	}
	.sp_mg_auto{
		margin: 20px auto;
	}
	.sp_top_30px{
		margin-top: 30px;
	}
	.l__content p.sp_btm_0{
		margin-bottom: 0;
	}
	.sp_table_scroll{
		overflow-x: scroll;
		width: 100%;
	}
	.table2 table.wd_100.sp_wd_200{
		width: 200%;
	}
	.table2 table.wd_100.sp_wd_250{
		width: 250%;
	}
	.sp_mgtop1rem{
		margin-top: 1rem;
	}
	.l__content .sp_mgtop0{
		margin-top: 0;
	}	
	.l__content .sp_mgtop10px{
		margin-top: 10px;
	}
	.l__content .sp_mgbtm0{
		margin-bottom: 0;
	}
	.img_size1{
		width: 300px;
	}
	.sp_mgtop20px{
		margin-top: 20px;
	}
	.sp_size250px{
		width: 250px;
	}
	.l__content ul.ul_point li{
		padding-left: 14px;
		text-indent: -14px;
	}
	.sp_12px{
		font-size: 12px;
	}
	.top_img{
		margin: 20px auto;
	}
	.table_btmh3{
		margin-top: 25px;
	}
}
@media screen and (min-width: 560px) {
	.sp_comment{
	display: none;
	}
	.contents_text{
		margin-bottom: 32px;
	}
	.p_mg_top{
		margin-top: 18px !important;
	}

	.p_mg_top2{
		margin-top: 30px !important;
	}
	

	#main.topline--page{
		padding-top: 40px;
	}
	.blklead{
		margin-bottom: 109px;
		/* margin-bottom: 139px; */
	}
	.l__content h3 {
		margin: 60px 0 40px;
		line-height: 1;
	}
	.l__content h3.l__bdb_mg{
		margin: 0px 0 25px;
	}

	/* ------ 960px~ ------ */
	.l__list {
		margin-top: 80px;
	}
	/* ------ option ------ */
	.shizailist--2 {
		gap: 35px 0;
	}
	.l__item .blkttl3 {
		font-size: 24px;
		padding-bottom: 27px;
		margin-bottom: 35px;
	}
	.shizailist--2 .shizailist__item a {
		padding: 35px 57px 28px 57px;
	}
	.shizailist--2 .shizailist__item__txt {
		padding: 3px 0 0;
	}
	.shizailist--2 .shizailist__item__txt p {
		font-size: 18px;
		text-align: center;
	}
	/* ------ option ------ */
	.shizailist--3 {
		gap: 44px 40px;
	}
	.shizailist--3 .shizailist__item a {
		padding: 24px 24px 28px 24px;
	}
	.shizailist--2 .shizailist__item__img > span img{
		width: 240px;
	}
	.shizailist--3 .shizailist__item__txt p {
		font-size: 16px;
		text-align: left;
		color: #000000;
		text-align: left;
		width: 240px;
		margin: auto;
	}
	/* ------ option ------ */
	.shizailist--4 {
		gap: 44px 40px;
	}
	.shizailist--4 .shizailist__item a {
		padding: 24px 24px 28px 24px;
	}
	.shizailist--4 .shizailist__item__txt p {
		font-size: 16px;
		text-align: left;
	}
	/*================ l__pagemain ================*/
	.l__pagemain {
		margin: 63px auto 55px;
	}
	.l__pagemain__head {
		align-items: center;
		flex-direction: row;
		margin-bottom: 74px;
	}
	.l__pagemain .pagemain__ttl {
		margin: 0;
	}
	.l__pagemain .linkbtn {
		width: 160px;
		height: 47px;
		font-size: 18px;
		margin-left: 1rem;
	}
	/* ------ option ------ */
	.l__pagemain > p {
		font-size: 18px;
		line-height: 1.77;
	}
	.l__pagemain .text {
		font-size: 18px;
		line-height: 1.77;
	}
	/*================ 内部パーツ ================*/
	.l__content h2 {
		font-size: 24px;
		padding-bottom: 20px;
		margin-bottom: 27px;
	}
	.l__content {
		font-size: 18px;
		line-height: 1.77;
	}
	/* ------ option ------ */
	.l__img__mv {
		max-width: 834px;
	}
	/*================ 内部パーツ ================*/
	.l__point {
		padding: 0;
		width: 100%;
		margin: 115px auto 0;
		max-width: 1048px;
		font-size: 16px;
		line-height: 2;
	}
	.l__point .inner {
		padding: 55px 85px;
	}
	.l__point h2 {
		margin-bottom: 22px;
	}
	.l__point ul li:not(:last-child) {
		margin-bottom: 29px;
	}
	.l__point img {
		margin: 32px auto 37px;
		max-width: 473px;
		width: 100%;
	}
	/* ------ option ------ */
	.l__floatbox {
		clear: both;
		overflow: hidden;
	}
	.l__floatbox .l__floatbox__img,
	.l__content img.l__floatbox__img {
		display: inline-block;
		float: right;
		max-width: 120px;
		clear: both;
		margin-left: 15px;
	}
	/*================ 内部パーツ ================*/
	.l__hint {
		margin-top: 110px;
		margin-bottom: 65px;
	}
	.l__hint__ttl {
		margin-bottom: 25px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.l__hint__ttl .blkttl3 {
		margin-bottom: 0;
	}
	.l__hint__ttl .l__pdf {
		width: 143px;
		height: 39px;
		font-size: 18px;
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	.l__hint__item__head {
		font-size: 18px;
		line-height: 1.7777;
		padding: 20px 90px 20px 25px;
	}
	.l__hint__plus {
		width: 38px;
		height: 38px;
		border-width: 2px;
		right: 30px;
	}
	.l__hint__plus::before,
	.l__hint__plus::after {
		width: 19px;
		height: 2px;
	}
	.l__hint__item__cnt {
		padding: 25px;
		font-size: 18px;
	}
	.l__hint__btmtxt {
		text-align: left;
	}
	.l__content .l__hint__item__cnt .l__floatbox img.l__floatbox__img {
		max-width: 120px;
	}

	/*================ l__fukidashi ================*/
	.l__fukidashi {
		margin: 20px 0;
		display: grid;
		gap: 50px;
		grid-template-columns: 1fr 116px;
		align-items: center;
		width: 100%;
		max-width: 930px;
	}
	.l__fukidashi--full {
		display: block;
	}
	.l__fukidashi--full .l__fukidashi__txt:before {
		content: none;
	}
	/* ------ option ------ */
	.l__fukidashi__img {
		max-width: 116px;
	}
	.l__fukidashi__txt {
		padding: 20px 76px 20px 50px;
	}
	.l__fukidashi__txt:before {
		border-width: 15px 0 15px 20px;
		border-color: transparent transparent transparent #e5f4f8;
		bottom: 0;
		top: 0;
		right: -20px;
		left: auto;
	}
	.l__fukidashi__img > img {
		margin: 0 auto;
	}
	/*================ 内部パーツ ================*/
	/* ------ option ------ */
	.l__tbl thead th {
		min-width: 297px;
		font-size: 17px;
	}
	.l__tbl tbody th,
	.l__tbl tbody td {
		font-size: 18px;
	}
	.l__tbl tbody td {
		padding: 14px 27px;
		line-height: 1.777;
		font-weight: 300;
	}

	.product_category_box{
		margin-bottom: 32px;
	}
	
	.contents_list .l__item{
		margin-bottom: 115px;
	}
	/* コラム内容 */
	.top_text{
		margin:74px 0px 55px;
	}
	.h2_box{
		margin-bottom: 54px;
	}
	.h2_box p{
		margin: 0;
	}
	.h2_box p.mg_20px{
		margin: 20px 0;
	}
	.h2_box .mg27px{
		margin: 27px 0;
	}
	.h2_box .mg27_54px{
		margin: 27px 0 54px;
	}
	.h2_box .mg27_50px{
		margin: 27px 0 50px;
	}
	.h2_box .mg40px{
		margin: 27px 0;
	}	
	.h2_box .mg40_27px{
		margin: 27px 0;
	}
	.h2_box .text_box{
		border: 1px solid #6C14B4;
		padding: 1rem;
		margin: 1rem 0;
	}
	h3.comic {
		margin-bottom: 45px;
	}
	.l__content img.h2_img_bg40 {
		margin: 40px auto;
	}
	img.img_bg40 {
		margin: 40px auto;
	}
	.pdf_btn{
		float: right;
		align-items: flex-end;
	}
	.l__pagemain_top {
		margin: 30px auto 55px;
	}
	.h2_box p.mg_top15px{
		margin-top: 15px;
	}
	.table1 table td{
		padding: 10px 20px;
	}
	.img_size1{
		width: 400px;
	}
	.pc_w50{
		width: 50%;
	}
	.h2_box p.pc_top_30px{
		margin-top: 30px;
	}
}

/* PC版：画像 */
@media screen and (min-width: 560px) {
	.pc_h500{
		height: 500px;
	}
	.pc_h400{
		height: 400px;
	}
	.pc_h650{
		height: 650px;
	}
	.pc_w500{
		width: 500px;
	}
	.pc_w700{
		width: 700px;
	}
}

/* SP版：画像 */
@media screen and (max-width: 559px) {
}

.update_date {
	padding: 1rem 0;
	font-size: 0.8rem;
	text-align: right;
}
.l__content p.update_date {
	margin: 0;
}

/* PC版：記事一覧ボタン */
@media screen and (min-width: 560px) {
	.article_list_btn{
		margin-bottom: 27px;
	}
}

.shidousen_link_box {
	margin-bottom: 50px;
}

/* Q&A */
.point_box .point_q{
	color: #00A656 !important;
	font-weight: bold;
}
.point_box .point_a {
	border: solid 2px #6C14B4;
	padding: 20px;
}

.point_box .point_a .point_a_item {
	display: flex;
	align-items: center;
}
.point_box .point_a .point_a_item p{
	margin: 0;
}
.point_box .point_a .point_a_item .img_dr{
	margin: 0;
	margin-left: 100px;
	width: 150px;
}
.useful_column_box{
	margin: 20px 0;
	border: 1px solid #6C14B4;
    padding: 20px;
	h3{
		font-size: 24px;
		font-weight: bold;
		margin-top: 0;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 559px) {	
	.point_box .point_a .point_a_item{
		flex-direction: column;
	}
	.point_box .point_a .point_a_item .img_dr{
		height: auto;
		margin: auto;
	}
}
