.-pc-none {
	display: none;
}
@media screen and (max-width: 979px) {
	.-pc-none {
		display: block;
	}
}
@media screen and (max-width: 979px) {
	.-sp-none {
		display: none;
	}
}
#contents {
	text-align: center;
}
h2.title {
	color: #fff;
    background-color: #123281;
	padding: 10px;
	font-weight:bold;
	font-size: 1.8rem;
}
.before-after {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.before-after > .col {
	margin: 0;
	border: none;
	padding: 10px 10%;
	width: 48%;
	background-color:#fff;
}
.before-after3 {
	align-items: stretch;
	margin-top: 35px;
}
.before-after3 > .col {
	padding: 1%;
	margin: 0 0.5%;
}
.before-after3 > .col > .baIcon {
	font-size: 95%;
	text-align: center;
	margin-bottom: 4%;
}
.before-after3 > .col > .baIcon > span {
	display: inline-block;
	background-color: #0d1d46;
	line-height: 1;
	padding: 0;
	border-radius: 5px;
	margin-left: 0.5em;
	font-weight: bold;
}
.before-after3 > .col > .baIcon > span > span {
	display: inline-block;
	padding: 6px;
	color: #fff;
	font-size: 14px;
}
.before-after3 > .col > .baComment {
	font-size: 90%;
	padding: 2%;
	background-color: #f6f6f6;
	margin-top: 2%;
}
.before-after3 > img {
	align-self: center;
}
.before-after-sptriangle > .before-after-end {
	clear: both;
	margin: 0;
}
.before-after > .col > .expansion {
	background-image: url("../images/scope.gif");
	background-repeat: no-repeat;
	background-position: 38% center;
	padding-left: 15px;
}
#riskz .mhlw-risk-single {
	margin-bottom: 5px;
}
#kanren_slider .item {
	padding: 10px;
	height: auto;
}
@media screen and (max-width: 979px) {
	.before-after > .col {
		border: 0;
		padding: 1.5%;
		margin: 0;
	}
	.before-after > .col > .expansion {
		background-position: 18% center;
		padding: 0;
	}
	.before-after > img {
		width: 4%;
	}
	/*------------- 関連スライド */
	#kanren_slider .slick-prev, #kanren_slider .slick-next {
		display: block !important;
		width: 30px;
		height: 30px;
	}
	#kanren_slider .slick-prev::before, #kanren_slider .slick-next::before {
		width: 30px;
		height: 30px;
	}
	#kanren_slider .slick-prev {
		left: -10px;
	}
	#kanren_slider .slick-next {
		right: -10px;
	}
	/*------------ 縦並び */
	.before-after-sptate {
		display: block;
	}
	.before-after-sptate > .col {
		width: auto;
	}
	.before-after-sptate > img {
		transform: rotate(90deg);
		display: block;
		margin: 30px auto;
		width: 6%;
	}
	.before-after-sptate > .col a > img {
		display: block;
		margin: 0 auto;
	}
	/*------------ 三角並び */
	.before-after-sptriangle {
		display: block;
	}
	.before-after-sptriangle > .col.col_before {
		width: auto;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}
	.before-after-sptriangle > .col.col_before > .baIcon {
		width: 100%;
		margin-bottom: 2%;
	}
	.before-after-sptriangle > .col.col_before > a {
		width: 48%;
	}
	.before-after-sptriangle > .col.col_before > .baComment {
		width: 50%;
		margin: 0 0 0 2%;
	}
	.before-after-sptriangle > img {
		transform: rotate(90deg);
		display: block;
		margin: 30px auto;
		width: 6%;
	}
	.before-after-sptriangle > .col.col_after1 {
		width: 50%;
		float: left;
	}
	.before-after-sptriangle > img.arrow2 {
		display: none;
	}
	.before-after-sptriangle > .col.col_after2 {
		width: 50%;
		float: right;
	}
}
.link-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.link-area > div {
	width: 23.5%;
}
@media screen and (max-width: 979px) {
	.link-area > div {
		margin: 0;
		width: 19%;
	}
}


.infomation-list>.item>.date {
	width: 12%;
}
.infomation-list>.item>.title.d25::after {
	content:'回';
}

.comment-area {
	background: url("../images/dapple-bg.png") left top repeat;
	padding: 35px;
}
.comment-area > .comment-inner {
	background: #fff;
	padding: 35px 35px 30px;
}
.comment-area > .comment-inner > .title {
	margin-bottom: 10px;
	border-bottom: 5px solid #EFFFDF;
	padding-bottom: 8px;
}
.comment-area > .comment-inner > .dr-comment {
	display: flex;
	margin-bottom: 20px;
}
.comment-area > .comment-inner > .dr-comment > .photo {
	text-align: center;
	width: 30%;
}
.comment-area > .comment-inner > .dr-comment > .text {
	padding-left: 2%;
	width: 70%;
}
@media screen and (max-width: 979px) {
	.infomation-list>.item>.date {
		width: auto;
	}
	.comment-area {
		padding: 10px;
	}
	.comment-area > .comment-inner {
		padding: 10px;
	}
	.comment-area > .comment-inner > .dr-comment {
		flex-direction: column;
	}
	.comment-area > .comment-inner > .dr-comment > .photo {
		width: 100%;
	}
	.comment-area > .comment-inner > .dr-comment > .text {
		width: 100%;
	}
}
.dr-link .imglinkBox {
	display: flex;
	flex-wrap: wrap;
}
.dr-link .imglinkBox .imglink {
	width: 32.1%;
	margin-top: 5px;
	margin-left: 10px;
}
.dr-link .imglinkBox .imglink:nth-child(3n+1) {
	margin-left: 0;
}
@media screen and (max-width: 979px) {
	.dr-link .imglinkBox {
		margin-left: 0;
	}
	.dr-link .imglinkBox .imglink {
		width: 48.4%;
	}
	.dr-link .imglinkBox .imglink:nth-child(3n+1) {
		margin-left: 10px;
	}
	.dr-link .imglinkBox .imglink:nth-child(2n+1) {
		margin-left: 0;
	}
}
.other-page > .content {
	border-bottom: 1px dotted #666;
}
.other-page > .content > .description {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media screen and (max-width: 979px) {
	.other-page > .content > .description {
		flex-direction: column;
	}
	.other-page > .content > .description > p {
		margin-bottom: 1rem;
		width: 100%;
		text-align: left;
	}
}
.dr-comment {
	border: none;
	background-color:#fff;
}
.dr-comment .comment-head {
	color: white;
	background: #5981db;
	padding: 5px 0;
}
.dr-comment .comment-txt {
	padding: 20px;
}
@media screen and (max-width: 979px) {

	.before-after-sptriangle > .col.col_before > .PIX1 {
		width: 48% !important;
	}
	
	.before-after-sptriangle > .col.col_before > .baComment {
		width: 50% !important;
	}

}
a.photomail {
	position: relative;
	display: inline-block;
	width: auto;
	background: #45a0df;
	color: #FFF;
	padding: 5px 35px 5px 20px;
	text-decoration: none;
	margin: 20px 0 0 auto;
	border-radius: 20px;
}
a.photomail:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	background: url(/assets/images/common/ico_chevron-right-invert.png) 50% 50% no-repeat;
	background-size: 9px auto;
}
a.page-btn {
	position: relative;
	display: block;
	width: 200px;
	margin: 20px auto 0;
	padding: 10px 0px;
	color: white;
	background: #45a0df;
	border-radius: 30px;
	text-decoration: none;
}
a.page-btn::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	background: url(/assets/images/common/ico_chevron-right-invert.png) 50% 50% no-repeat;
	background-size: 9px auto;
}