/* PC and SP */

/* NEWS */
.news-list > li{
}
.news-list > li:not(:last-child){
	margin-bottom: 50px;
	padding-bottom: 35px;
	position: relative;
}
.news-list.type_home > li:not(:last-child){
	margin-bottom: 10px;
	padding-bottom: 0;
}
.news-list:not(.type_home) > li:not(:last-child):after{
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #F0C400;
}
.news-list > li .mainbox:not(:last-child){
	margin-bottom: 10px;
}
.news-list > li .subbox .textbox{
	overflow: hidden;
}
.news-list > li .subbox .linkbox .links{
	margin-bottom: 0;
}
.news-list > li .time{
	margin-bottom: 0;
}
.news-list > li .titles{
	margin-bottom: 0;
	font-weight: bold;
}
.news-list:not(.type_home) > li .titles{
	color: #010666;
	font-size: 112.5%;
}
.news-list > li .titles a{
	color: #010666;
}
.news_h-box .news-list:not(:last-child){
	margin-bottom: 30px;
}

.news_single-box .titles-box{
	margin-bottom: 20px;
	padding-bottom: 17px;
	position: relative;
}
.news_single-box .titles-box:after{
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #F0C400;
}
.news_single-box .titles-box .titles{
	margin-bottom: 0;
	color: #010666;
	font-size: 125%;
	font-weight: bold;
}
.news_single-box .titles-box .titles a{
	color: #010666;
}
.news_single-box .titles-box .time{
	margin-bottom: 0;
}
.news_single-box .text-box{
	overflow: hidden;
}
.toback-box .btns{
	text-align: center;
}


/* PAGENAVI */
.pagenavi-box {
    clear: both;
    margin: 50px auto 0;
    text-align: center;
}
.wp-pagenavi .wp-pagenavi {
    display: inline-block;
    margin: 0 0 10px;
}
.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    padding: 1px 12px !important;
    color: #ffffff !important;
    font-size: 112.5%;
    text-decoration: none;
    border: none !important;
    margin: 0 4px 10px !important;
	text-decoration: none !important;
    background-color: #010666 !important;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background-color: #f0c400 !important;
}
	
.anchor-hscroll{
    color: #010666;
    font-size: 87.5%; /* 14px */
    font-weight: bold;
    text-align: center;
	font-feature-settings: "palt" 1;
}
.anchor-hscroll:before,
.anchor-hscroll:after{
    content: "";
    display: inline-block;
	vertical-align: middle;
    width: 30px;
    height: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.anchor-hscroll:before{
    background-image: url("../images/common/anchor-arrow_prev.png");
}
.anchor-hscroll:after{
    background-image: url("../images/common/anchor-arrow_next.png");
}


table.type01.th_reset{
	border-top: 1px solid #efefef;
}
table.type01.th_reset tbody th{
	padding: 15px 20px;
	font-weight: normal;
	background-color: transparent;
	border-color: #efefef;
}
table.type01.th_reset.lay02 tbody th:not(:last-child){
	border-right: 1px solid #efefef;
}
table.type01.th_reset tbody tr:not(:last-of-type) th{
	border-color: #efefef;
}
table.type01.th_reset tbody tr th{
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
table.type01.th_reset tbody tr th:first-of-type{
	border-left: 1px solid #efefef;
}

.box-indentln{
	margin-left: 10px;
	padding: 10px 0 10px 15px;
	border-left: 4px solid rgba(0,0,0,0.1);
}
.box-indentln > p:last-child,
.box-indentln > ul:last-child,
.box-indentln > ol:last-child,
.box-indentln > table:last-child,
.box-indentln > div:last-child{
	margin-bottom: 0;
}

/* MOVIE */
.movie-box{
	text-align: center;
}



/* 231204 */
.co_clom_num_box{
	counter-reset: co_clom_num;
}
.co_clom_num_box .clom_num_title{
	position: relative;
	padding-left: 1em;
}
.co_clom_num_box .clom_num_title:before{
	content: counter(co_clom_num) ". ";
	counter-increment: co_clom_num;
	display: inline-block;
	vertical-align: baseline;
	position: absolute;
	top: 0;
	left: 0;
}







@media print, all and (min-width: 751px) {
	/* PC */
	
	/* NEWS */
	.news-list > li .mainbox{
		display: flex;
	}
	.news-list:not(.type_home):not(.notlink) > li .mainbox{
		max-width: 960px;
	}
	.news-list > li .mainbox .time{
		width: 90px;
		margin-right: 5px;
	}
	.news-list > li .mainbox .titles{
		flex: 1;
	}
	.news-list > li .subbox{
		display: flex;
		align-items: center;
	}
	.news-list > li .subbox .textbox{
		flex: 1;
	}
	.news-list > li .subbox .linkbox{
		margin-left: 40px;
	}
	.news_single-box .titles-box{
		display: flex;
		align-items: center;
	}
	.news_single-box .titles-box .titles{
		flex: 1;
	}
	.news_single-box .titles-box .time{
		margin-left: 40px;
	}
	
	/* COLS */
	.cols-wrapper{
		display: flex;
		justify-content: flex-start;
		position: relative;
	}
	.cols-wrapper > #side{
		flex-basis: 330px;
		width: 330px;
		margin-right: 10px;
		background-color: #EFEFEF;
		box-sizing: border-box;
		position: absolute;
		left: 0;
	}
	.cols-wrapper > #side > .side-wrapper{
		padding: 35px;
	}
	.cols-wrapper > #main{
		-webkit-flex-grow: 1;
		flex-grow: 1;
		padding: 35px 60px;
		min-width: 860px;
		margin-left: 340px;
		box-sizing: border-box;
	}
	.cols-wrapper > #main > .inner-wrapper{
		width: 86.0465116279%;
		min-width: 740px;
		max-width: 1160px;
		margin: 0 auto;
	}
	.cols-wrapper > #main > .inner-wrapper .inside_container{
		width: auto;
	}
	.cols-wrapper > #main > .inner-wrapper .medical-table tbody th{
		width: 110px;
		padding-right: 5px;
		padding-left: 5px;
	}
	.cols-wrapper > #main > .inner-wrapper .medical-table tbody td{
		width: 130px;
		padding-right: 5px;
		padding-left: 5px;
	}

	.title-sidelabel{
		margin-bottom: 15px;
		font-size: 150%;
		font-weight: bold;
		color: #010666;
		position: relative;
		line-height: 1.7;
		font-feature-settings: "palt" 1;
	}
	
	.center-box{
		text-align: center;
	}
	.center-box > .inner-box{
		display: inline-block;
		text-align: left;
	}
	
	.anchor-hscroll{
		display: none;
	}
	
	.river-box.type_spread > .boxr{
		margin-left: 34px;
		margin-bottom: 15px;
	}
	.river-box.type_spread > .boxl{
		margin-right: 34px;
		margin-bottom: 15px;
	}
	
	
	/* 231204 */
	.co_imgesbox02{
		display: flex;
		justify-content: center;
		gap: 50px;	
	}
	.co_imgesbox02 .item{
		text-align: center;
	}
}

@media only screen and (max-width: 750px) {
    /* SP */
	
	/* NEWS */
	.news-list > li:not(:last-child){
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.news-list > li .mainbox:not(:last-child){
		margin-bottom: 5px;
	}
	.news-list > li .subbox .textbox:not(:last-child){
		margin-bottom: 20px;
	}
	.news-list > li .links{
		text-align: center;
	}
	
	.news_h-box .btns{
		text-align: center;
	}
	.news_h-box .news-list:not(:last-child){
		margin-bottom: 20px;
	}
	.news_single-box .titles-box{
		display: flex;
		flex-direction: column;
	}
	.news_single-box .titles-box .time{
		order: 1;
	}
	.news_single-box .titles-box .titles{
		order: 2;
	}
	.toback-box .btns{
		text-align: center;
	}
	
	.anchor-hscroll{
		padding: 0 35px;
		position: relative;
	}
	.anchor-hscroll:before,
	.anchor-hscroll:after{
		position: absolute;
		top: 50%;
		margin-bottom: -50%;
		transform: translateY(-50%);
	}
	.anchor-hscroll:before{
		left: 0;
	}
	.anchor-hscroll:after{
		right: 0;
	}
	
	
	/* COLS */
	.cols-wrapper{
		position: relative;
	}
	.cols-wrapper > #main > .inner-wrapper {
		padding: 10px 20px 10px 55px;
	}
	.cols-wrapper > #side{
		width: 0;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1000;
	}
	.cols-wrapper > #side.menu_show{
		width: 100%;
	}
	.cols-wrapper > #side.type_fixed{
		position: fixed;
		top: 120px;
		bottom: 0;
		margin: auto;
	}
	.cols-wrapper > #side .title-sidelabel{
		width: 40px;
		height: 105px;
		margin-bottom: 0;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background-color: #010666;
		background-image: url("../images/perkinson/index/side-labeltext.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 16px auto;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1000;
	}
	.cols-wrapper > #side .listbox{
		width: 100%;
		padding: 10px 20px 10px 55px;
		background-color: rgba(234,235,235,0.95);
		position: relative;
		z-index: -1;
		transform: translateX(-100%);
		opacity: 0;
		overflow: auto;
		transition-duration: 0.3s;
	}
	.cols-wrapper > #side .listbox.show{
		opacity: 1.0;
		transform: translateX(0);
		z-index: 900;
	}
	.cols-wrapper > #side.type_fixed .listbox.show{
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}
	.cols-wrapper > #side .nav_low-strata{
		margin-left: 0;
	}
	.cols-wrapper > #side .nav_low-strata > li{
		margin-bottom: 10px;
	}
	
	.image-wrapper{
		overflow: auto;
	}
	.image-wrapper img{
		display: inline-block;
		max-width: 562px;
		height: auto;
	}
	
	table.type01.th_reset tbody th {
		padding: 10px 10px;
		border-color: #efefef;
	}

	/* MOVIE */
	.movie-box{
		position: relative;
		padding-top: 56.25%;
	}
	.movie-box iframe{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	

	/* 231204 */
	.co_imgesbox02 .item{
		text-align: center;
		margin-bottom: 20px;
	}
}