﻿/********************

board_detail_sty01

*********************/

.board_detail_sty01 {
	width:100%; 
	overflow:hidden;
}
.board_detail_sty01 > .tit {
	width:100%; 
	border-bottom:0.1rem solid #ddd; 
	padding-bottom:1rem;
}
.board_detail_sty01 > .tit ul {
	width:100%; 
	overflow:hidden;
	display:flex; align-items:center;
}
.board_detail_sty01 > .tit ul li {
	padding:0 1rem; 
	box-sizing:border-box;
	position:relative; 
	color:#555;
	font-size:1.6rem;
}
.board_detail_sty01 > .tit ul li:first-child {
	padding-left:0; 
	color:#222;
}
.board_detail_sty01 > .tit ul li:not(:last-child)::before {
	position:Absolute; 
	content:''; 
	right:0; 
	top:53%; 
	transform:translateY(-50%);
	width:0.1rem;
	height:1rem;
	background:#dddddd;
}

.board_detail_sty01 > .tit > h2 {
	display:block;
	width:100%;
	font-size:3rem;
	color:#222;
	padding:1.5rem 0;
	line-height:1.4;
}

.board_detail_sty01 > .wrap_con {
	width:100%; 
	overflow:hidden; 
	border-bottom:0.1rem solid #ddd;
}
.board_detail_sty01 > .wrap_con > .con {
	padding:3rem 0 3rem 0;
}

.board_detail_sty01 > .wrap_con > .con_file {
	position:relative; 
	width:100%; 
	overflow:hidden; 
	border-top:1px solid #ddd;
	padding:1.8rem 0;
}
.board_detail_sty01 > .wrap_con > .con_file > h3 {
	position:absolute; 
	left:0; 
	width:8rem; 
	text-align:center; 
	top:50%; 
	transform:translateY(-50%); 
	color:#444; 
	font-weight:500;
	font-size:1.6rem;
}
.board_detail_sty01 > .wrap_con > .con_file > ul {
	float:right;
	width:calc(100% - 10rem);
}
.board_detail_sty01 > .wrap_con > .con_file > ul li {
	float:left; 
	width:100%; 
	margin:0.2rem 0;
}
.board_detail_sty01 > .wrap_con > .con_file > ul li a {
	background:url(/images/board_ico/ico_file.png) no-repeat 0 center; 
	color:#555; 
	padding-left:3rem; 
	box-sizing:border-box;
	font-size:1.6rem;
}
.board_detail_sty01 > .wrap_con > .con_file > ul li a:hover {
	border-bottom:0.1rem solid #555;
}
.board_detail_sty01 .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3rem;
}
.board_detail_sty01 .bottom ul {
    display: flex;
    gap: 0 5rem;
    position: relative;
}
.board_detail_sty01 .bottom li:first-child {
    padding-left: 3.3rem;
}
.board_detail_sty01 .bottom li:first-child::before {
    content: '';
    position: absolute;
    top: 1.2rem;
    left: 0;
    width: 2.6rem;
    height: 1px;
    background-color: #222;
}
.board_detail_sty01 .bottom li:first-child::after {
    content: '';
    position: absolute;
    top: 1.2rem;
    left: 0;
    width: 1.1rem;
    height: 1px;
    background-color: #222;
    transform-origin: left bottom;
    transform: rotate(-40deg);
}
.board_detail_sty01 .bottom li {
    position: relative;
}
.board_detail_sty01 .bottom li:last-child {
    padding-right: 3.3rem;
}
.board_detail_sty01 .bottom li:last-child::before {
    content: '';
    position: absolute;
    top: 1.2rem;
    right: 0;
    width: 2.6rem;
    height: 1px;
    background-color: #222;
}
.board_detail_sty01 .bottom li:last-child::after {
    content: '';
    position: absolute;
    top: 1.2rem;
    right: 0;
    width: 1.1rem;
    height: 1px;
    background-color: #222;
    transform-origin: right bottom;
    transform: rotate(40deg);
}
.board_detail_sty01 .bottom li.none {
    color: #999;
}
.board_detail_sty01 .bottom li.none::before, .board_detail_sty01 .bottom li.none::after {
    background-color: #999;
}
.board_detail_sty01 .bottom li.none::before, .board_detail_sty01 .bottom li.none::after {
    background-color: #999;
}
.board_detail_sty01 .bottom ul::after {
    content: '';
    position: absolute;
    top: 0.2rem;
    left: 50%;
    width: 1px;
    height: 1.3rem;
    background-color: #ddd;
}
.btn.list {
    width: 18rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #b3b3b3;
    color: #888;
    padding: 0 2.8rem;
    transition: all 0.3s ease;
}
.btn.list:hover {
    background-color: #121212;
    border-color: #121212;
    color: #fff;
}
.btn.list img {
    width: 1.5rem;
}
.btn img {
    transition: all 0.3s ease;
}
.btn img.on {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.btn:hover img.off {
    opacity: 0;
}
.btn:hover img.on {
    opacity: 1;
}
.btn .ico-box {
    position: relative;
    display: flex;
}


/********************

//board_detail_sty01

*********************/

.fr-view p {
	line-height:1.6;
}

/********************
board_gallery_img_type02
*********************/
.board_gallery_img_type02 {
	width: 100%; 
	border-top: 0.2rem solid #111; 
	margin: 2.5rem 0 4rem;
}
.board_gallery_img_type02::after {
	display:block; 
	clear:both; 
	content:'';
}

.board_gallery_img_type02 ul li {
	width: 100%; 
	border-bottom: 1px solid #ddd; 
	position: relative; 
	cursor: pointer;
	padding: 5rem 0 5rem 0;
}
.board_gallery_img_type02 ul li a {
	display: flex;
	align-items: flex-start;
	width: 100%;
}
.board_gallery_img_type02 ul li.data_none {
	text-align: center;
	line-height: 11.8rem;
	padding: 0;
	background: none;
}
.board_gallery_img_type02 ul li:hover {
	background: #fff url('/images/board_ico/ico-right-b.svg') no-repeat right 4rem center / 2.5rem;
}
.board_gallery_img_type02 div.img {
	width: 32rem;
    aspect-ratio: 300/200;
	flex-shrink: 0;
	margin-right: 6rem;
	border: 1px solid #ddd;
	box-shadow: 1.5rem 1.1rem 1rem rgba(0,0,0,0.04);
}
.board_gallery_img_type02 div.img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.board_gallery_img_type02 div.img > div {
	position: relative;
	width: 100%; 
	padding-top: calc(198 / 285 * 100%);
	background: #eeeeee; 
	overflow: hidden;
}
.board_gallery_img_type02 ul li div.img > div img {
	position: absolute; 
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.board_gallery_img_type02 div.txt {
	width: calc(100% - 47.5rem);
}
.board_gallery_img_type02 div.txt h3 {
	width: 100%; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
	overflow: hidden; 
	font-size: 2.6rem;
    font-weight: 600;
}
.board_gallery_img_type02 ul li:hover h3 {
	text-decoration: underline;
	text-decoration-thickness: 1px; 
}
.board_gallery_img_type02 ul li div.txt p {
	font-size: 1.8rem;
	line-height: 3rem;
	color: #666;
    font-weight: 300;
	min-height: 8.4rem;
	/* display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical; */
	margin-top: 1.8rem;
}
.board_gallery_img_type02 ul li div.txt span {
	display: block;
    color: #888;
    font-size: 1.8rem;
    font-weight: 300;
	margin-top: 3rem;
}
/********************
//board_gallery_img_type02
*********************/


@media screen and (max-width: 1024px){
	.board_gallery_img_type02 ul li {
		padding: 4rem 0;
	}
	.board_gallery_img_type02 div.img {
		width: 24rem;
        margin-right: 4rem;
	}
	.board_gallery_img_type02 div.txt {
		width: calc(100% - 35rem);
		margin-top: 0;
	}
}


@media screen and (max-width: 767px){
	.board_gallery_img_type02 ul li a {
		flex-direction: column;
	}
	.board_gallery_img_type02 ul li {
		padding: 3rem 0;
	}
	.board_gallery_img_type02 ul li:hover {
		background: none;
	}
	.board_gallery_img_type02 div.img {
		margin-right: 0;
		width: 100%;
	}
	.board_gallery_img_type02 div.txt {
		width: 100%;
		margin-top: 1.2rem;
	}
	.board_gallery_img_type02 div.txt h3 {
		font-size: 2rem;
		line-height: 2.8rem;
		white-space: initial;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.board_gallery_img_type02 ul li div.txt p {
		/* max-height: 8.4rem;
		height: auto; */
		margin-top: 1.2rem;
		min-height: inherit;
	}
	.board_detail_sty01 .bottom {
		flex-direction: column;
		align-items: center;
	}
	.board_detail_sty01 .bottom ul {
		margin-bottom: 4rem;
	}
}