/*-------------------------------
	meeting list
-------------------------------*/

.meeting_wrap {
	margin-top:100px;
}

.meeting_list {
	padding-bottom:130px;
}

.int_img {
	max-width:1256px;
	padding:0 50px;
	margin:0 auto 50px;
}

.int_img figure {
	height:365px;
}

.me_head_txt {
	margin-bottom:100px;
}

.me_head_txt p {
	line-height:1.875;
}

.me_head_txt p:not(:last-of-type) {
	margin-bottom:1em;
}

.meeting_list .blog_title_a {
	padding-left:60px;
}


/*-------------------------------
	meeting detail
-------------------------------*/


.meeting_detail_wrap .me_head_txt p {
	font-weight:500;
}

.meeting_detail_wrap .text_limit {
	letter-spacing: 0;
}

.meeting_detail_wrap .bread_wrap {
	margin-bottom:100px;
}

.meeting_detail {
	padding:50px 0 130px;
	background-color:#f2f2f2;
}

.title_wrap {
	margin-bottom:60px;
}

.title_wrap .d_time {
	width:50px;
}

.title_block {
	width:calc(100% - 50px);
	padding:0px 0 10px 30px;
	margin-left:30px;
	border-left:1px solid #b7b7b7;
}

.meeting_title {
	/* font-size:3.4rem; */
	font-size:3.2rem;
	line-height:1.5;
	font-weight:700;
}

.title_block .cate {
	margin:1em 1em 0 0;
}

.comment {
	padding:60px 56px;
	margin-bottom:110px;
}

.comment h2,
.comment h3,
.comment h4,
.comment p,
.comment p span,
.comment time,
.comment dt,
.comment dd {
	font-weight:600;
	font-family: 'Shippori Mincho B1', serif;
}

.comment h2 {
	font-size:2.2rem;
	letter-spacing: 0.025em;
}


.comment h3,
.comment h4 {
	font-size:2rem;
}

.comment dt,
.comment dd,
.comment dd p,
.comment dd p span,
.comment time,
.comment_message p {
	font-size:1.8rem;
}

.comment p {
	line-height:1.875;
}

.comment_title h2 {
	margin:1.5em 0 2em;
	text-align: center;
}

.comment_message h4 {
	margin-bottom:1.5em;
}

.comment_message h4.tex_ri {
	margin:2em 0 0 0;
}

.comment_record .shirushi {
	margin:70px auto 110px;
}

.comment_dl {
	padding-bottom:20px;
}

.comment_dl dt,
.comment_dl dd {
	margin-bottom:40px;
	line-height:1.6;
}

.comment_dl dd p,
.comment_dl dd p span {
	line-height:1.6;
	letter-spacing: 0.05em;
}

.comment_dl dt {
	width:140px;
	letter-spacing: 0.05em;
}

.comment_dl dd {
	width:calc(100% - 140px);
}

.comment p.kome {
	margin-bottom:0.5em;
	line-height:1.6;
}

.comment_free {
	padding:40px 0;
}

.comment_free p {
	line-height:1.6;
}

.comment_free h4 {
	margin:3em auto 2em;
	text-align:center;
}

.comment_free h4 span {
	padding-bottom:0.15em;
	border-bottom:1px solid #000;
	font-weight:600;
}

.comment_free h4 span,
.comment_free h4 time {
	font-size:2rem;
}

.btn_limit,
.close_btn {
	display: block;
	width:340px;
	height:62px;
	line-height:60px;
	margin:0 auto;
	border:1px solid #b7b7b7;
	background:#b7b7b7;
	text-align:center;
	transition:background .2s , color .2s;
}

.close_btn {
	background-color:#000;
	border-color:#000;
	cursor:pointer;
	padding:0;
}

.close_btn span {
	position:relative;
	padding-left:1.75em;
	letter-spacing: 0;
	font-size:2rem;
}

.close_btn span::before,
.close_btn span::after {
	content:"";
	display: block;
	width:1.25em;
	height:2px;
	background:#fff;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	margin:auto 0;
	transform-origin: center center;
	transform:rotate(45deg);
	transition:background .2s, transform .2s;
}

.close_btn span::after {
	transform:rotate(-45deg);
}

.close_btn:hover {
	background:#fff;
}

.close_btn:hover span {
	color:#000;
}

.close_btn:hover span::before,
.close_btn:hover span::after {
	background-color:#000;
}

.close_btn:hover span::before {
	transform:rotate(-45deg);
}

.close_btn:hover span::after {
	transform:rotate(45deg);
}


.btn_limit span {
	font-size:2.4rem;
	letter-spacing: 0;
}

.comment a {
	font-size:1.6rem;
}

.comment a:hover {
	text-decoration: none;
}

.comment_dl {
	max-width:720px;
	margin:0 auto;
}

button.btn_red {
	margin:0 auto;
}

.closing_reason {
	margin-bottom:1.5em;
	font-size:1.8rem;
}

/*-------------------------------
	pop form
-------------------------------*/

#pop_wrap {
	display: none;
	position:fixed;
	top:0;
	left:0;
	z-index:99;
	width:100vw;
	height:100vh;
	overflow-y:auto;
	padding:100px;
	background-color:rgba(0,0,0,0.3);
}

#pop_wrap .inner {
	padding-top:60px;
	padding-bottom:70px;
}

#pop_wrap .pop_title {
	font-size:2.4rem;
	line-height:1.5;
	text-align:center;
	margin-bottom:1em;
	font-weight:600;
	letter-spacing: 0.05em;
}

.kome_wrap {
	width:100%;
	margin-top:0.5em;
}

.branch_wrap .radio_check {
	width:32%;
	padding-right:0.5em;
}

.form_list .kome {
	font-size:1.6rem;
	line-height:1.5;
}

.form_list a.kome {
	text-decoration:underline;
}

.form_list a.kome:hover {
	text-decoration: none;
}

.form_list dd:first-of-type {
	padding-top:46px;
}

.close_wrap {
	margin-top:40px;
}

.form_list textarea {
	height:250px;
}

/*-------------------------------
	responsive
-------------------------------*/

@media screen and (max-width:1060px){

	.meeting_detail_wrap .bread_wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.meeting_detail_wrap .subf_view .h_title {
		width:100%;
	}

	.meeting_detail_wrap .subf_view .bread_crumble {
		margin:2em 0 0 auto;
	}
	
}

/*-------------------------------
	ver sp
-------------------------------*/

@media screen and (max-width:768px){


/*-------------------------------
	meeting list
-------------------------------*/

.meeting_wrap {
	margin-top:0vw;
}

.meeting_list {
	padding-bottom:20vw;
}

.int_img {
	max-width:100%;
	padding:0 5vw;
	margin:0 auto 10vw;
}

.int_img figure {
	height:42.5vw;
}

.me_head_txt {
	margin-bottom:15vw;
}


.meeting_list .blog_title_a {
	padding-left:0;
	margin-top:3vw;
}

.meeting_list .blog_title_a.icon_pdf {
	padding-left:12vw;
}

.meeting_list .blog_title_a h2 {
	margin-top:0;
}

/*-------------------------------
	meeting detail
-------------------------------*/


.meeting_detail_wrap .bread_wrap {
	margin-bottom:0px;
}

.meeting_detail {
	padding:7.5vw 0 20vw;
}

.title_wrap {
	width:100%;
	margin-bottom:7.5vw;
}

.title_wrap .d_time {
	width:12.5vw;
}

.title_block {
	width:calc(100% - 17.5vw);
	padding:0px 0 2.5vw 5vw;
	margin-left:5vw;
}

.meeting_title {
	font-size:1.8rem;
}

.comment {
	padding:7.5vw 5vw;
	margin-bottom:20vw;
}

.comment h2 {
	font-size:1.8rem;
	line-height:1.5;
}

.comment h3,
.comment h4 {
	font-size:1.6rem;
	line-height:1.5;
}

.comment dt,
.comment dd,
.comment dd p,
.comment time,
.comment_message p {
	font-size:1.6rem;
}

.comment dd p span {
	font-size:1.4rem;
}

.comment_title h2 {
	margin:2em 0 2.5em;
}

.comment_record .shirushi {
	margin:10vw auto 15vw;
}

.comment_dl {
	padding-bottom:5vw;
}

.comment_dl dt,
.comment_dl dd {
	margin-bottom:7.5vw;
}

.comment_dl dt {
	width:26%;
}

.comment_dl dd {
	width:74%;
}

.comment_free {
	padding:7.5vw 0;
}

.comment_free h4 span,
.comment_free h4 time {
	font-size:1.5rem;
}

.comment_free p {
	font-size:1.6rem;
}

.btn_limit,
.close_btn {
	width:70vw;
	height:15vw;
	line-height:14.5vw;
	border-width:0.5vw;
}


.close_btn span {
	font-size:1.8rem;
}

.close_btn span::before,
.close_btn span::after {
	height:0.5vw;
}


.btn_limit span {
	font-size:1.8rem;
}

.comment_dl {
	max-width:100%;
}


/*-------------------------------
	pop form
-------------------------------*/

#pop_wrap {
	padding:10vw 7.5vw;
}

#pop_wrap .inner {
	padding-top:7.5vw;
	padding-bottom:10vw;
}

#pop_wrap .pop_title {
	font-size:1.6rem;
	letter-spacing: 0;
}

.branch_wrap .radio_check {
	width:50%;
}

.form_list .kome {
	font-size:1.4rem;
}

.form_list dd:first-of-type {
	padding-top:2.5vw;
}

.close_wrap {
	margin-top:7.5vw;
}

.form_list textarea {
	height:55vw;
}

.close_btn,
#pop_wrap .submit_wrap .btn_red {
	width:100%;
}


.closing_reason {
	font-size:1.6rem;
}


}
