@charset "utf-8";


/*ACC会報「ACCtion!」*/

.text-box .indexlist2 a {
	display: block;
}

#interview .ttl .guest {
	font-size: 20px;
	font-weight: bold;
	margin-top: 1em;
	color: #000;
}

.text-box .indexlist2 div .text {
	text-align: center;
}

.text-box .img {
	margin-bottom: 0;
	text-align: center;
	overflow: hidden;
}

.text-box .back-box {
	margin-bottom: 20px;
}

.text-box .back-list {
	display: none;
}
.text-box .back-list section {
	margin-bottom: 1em;
}
.text-box .back-list section .ttl {
	margin-right: 30px;
	display: inline-block;
	font-size: 16px;
}
.text-box .back-list section .ttl.miw150 {	min-width: 150px;}
.text-box .back-list section .ttl.miw300 {	min-width: 300px;}
.text-box .back-list section .ttl.miw400 {	min-width: 400px;}
.text-box .back-list section .ttl.miw500 {	min-width: 550px;}
.text-box .back-list section .btn {	display: inline-block;}
.text-box .back-list section .btn a {
	padding: 7px 10px;
	display: inline-block;
	min-width: 90px;
	color: #fff;
	background-color: #555;
	text-decoration: none;
	text-align: center;
}
.text-box .back-list section .btn a:hover {
	transition: .4s;
	opacity: .7;
}
.text-box .back-list section.line2 .btn {
	vertical-align: center;
}
.text-box .back-list section.line2 .btn a {
	min-width: 60px;
}



.text-box .indexlist2 .fa {
	margin-left: 10px;
	vertical-align: top;
	font-size: 20px;
	font-weight: bold;
}

.text-box .indexlist2 .fa-minus-circle {display: none;}
.text-box .indexlist2 .on .fa-plus-circle {display: none;}
.text-box .indexlist2 .on .fa-minus-circle {display: inline;}

.text-box .date {
	color: #000;
	margin-right: 10px;
}

.ttl2 {font-size: 10px;}
.ttl2 img {width: 100%;}

#interview .text-box h3 {font-size: 1.3em;}
#interview .ttl {text-align: center;}
#interview .ttl img {width: 255px;}

#interview .img.img3 {
	float: left;
	margin-right: 5em;
}

#interview .headline2 {
	margin-bottom: 40px;
	padding: 10px;
}

#interview .headline2 .lead {
	font-size: 16px;
	font-weight: bold;
}
#interview .headline2 .interviewer {
	text-align: right;
	font-size: 12px;
}

#interview .text-box p {
	margin-bottom: 2em;
	font-size: 14px;
}
#interview.adjust .text-box p {
	margin-bottom: 1em;
	font-size: 14px;
}
#interview .text-box .question {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 10px;
	font-size: 16px;
	color: #b49759;
	font-weight: bold;
}


#interview .text-box .question.adj {
	font-size: 14px;
}

#interview .img {
	width: 100%;
	margin: 0 auto;
}

#interview .img p {
	font-size: 12px;
	text-align: left;
}

#interview .text-box .come {
	padding-left: 2em;
	font-size: 12px;
}
#interview .come span {margin-left: -1.7em;}

#interview .profile {
	overflow: hidden;
	width: 100%;
}

#interview .profile > div {
	border:1px solid #ccc;
	margin-bottom: 10px;
	padding:1em;
}

#interview .profile .name {
	font-weight: bold;
	margin-bottom: 10px;
}

.pagenation{
	margin:1.5em 0;
}

.pagenation ul{
	text-align: center;
}

.pagenation ul li{
	font-size:12px;
	margin-right:10px;
	display:inline-block;
}

.pagenation ul li.next{
	margin-right:0;
}

.pagenation ul li a{
	display:block;
	padding:0.5em 1em;
	border:1px solid #ccc;
}

.pagenation ul li.nlink{
	pointer-events:none;
	background:#ccc;
}

#interview .guest {margin-bottom: 10px;}


.back-number {
	text-align: center;
}

.back-number figure {
	position: relative;
	overflow: hidden;
	display: inline-block;
	line-height: 0;
	margin: 10px;
}
.back-number figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	line-height: 1.5;
}

.back-number figcaption p {
	padding: 60px 0 0;
	color: #FFF;
	font-size: 16px;
}

.back-number figure:hover figcaption {
	opacity: 1;
}

.open {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
}

.text-box .indexlist2 div .img img {
	width: 100%;
}

.text-box .indexlist2 div .matter {
	height: 100%;
	text-align: center;
	padding: 10px;
}

.text-box .indexlist2 div .matter a {
	display: block;
	text-align: center;
	border: 1px solid #000;
	padding: 20px;
	margin-bottom: 30px;
}


#discussion .poscenter p{
	text-align: left;
	color: #E4007F;
}

#discussion .members {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-js-display: flex;
	display: flex;

	-webkit-flex-pack: distribute;
	-moz-flex-pack: distribute;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-aroun
}

#discussion .members > div {
	margin: 0 10px;
	text-align: left;
	font-size: 10px;
	width: 100px;
}

#discussion .members div h4{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

#discussion .img img {
	max-width: 771px;
	width: 100%;
}

#discussion .img.img1 {
	margin-left: 1em;
	float: right;
}
#discussion .img.img1 img {
	max-width: 300px;
	width: 100%;
}

#discussion .maincontent p {
	line-height: 1.5;
	margin-bottom: 20px;
	position: relative;
	padding: 8px 0 0 50px;
}


#discussion .maincontent p.mem2 {
	padding: 8px 0 0 100px;
}


#discussion .maincontent p span {
	-webkit-border-radius: 50px;
	border-radius: 50px;
	padding: 6px 3px;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.5;
}

#discussion .maincontent p span.member00 {border: 2px solid #b49759;}
#discussion .maincontent p span.member01 {border: 2px solid #e4007f;}
#discussion .maincontent p span.member02 {border: 2px solid #122a88;}
#discussion .maincontent p span.member03 {border: 2px solid #14ae67;}
#discussion .maincontent p span.member04 {border: 2px solid #f39800;}
#discussion .maincontent p span.member05 {border: 2px solid #f7ee13;}

#discussion .bg-glay {
	padding: 10px;
	background: #efefef;
}

.img.img1.w200 img,
.img.img2.w200 img {
	max-width: 200px !important;
	width: 100%;
}

/*----------
-----PC
----------*/

/*ACC会報「ACCtion!」*/

@media screen and (min-width: 768px){
	.text-box .indexlist2 .link-box {
		position: relative;
	}


	.text-box .indexlist2 .link-box > .wrap-box {
		border: 2px solid #ccc;
		color: #000;
		overflow: hidden;
		margin-bottom: 20px;
		background: #000;
	}

	.text-box .indexlist2 h3 {
		font-style: 18px;
		margin-top: 0;
	}
	.text-box .indexlist2 > div {margin-bottom: 60px;}
	.text-box .indexlist2 div .img,
	.text-box .indexlist2 div .matter {
		float: left;
		margin: 0;
		line-height: 0;
	}
	.text-box .indexlist2 div .img {	width: 400px;}
	.text-box .indexlist2 div .matter {
		position: relative;
		float: left;
		width: 368px;
		height: 100%;
		text-align: center;
		padding: 90px 0 0;
	}
	.text-box .indexlist2 div .pt50 {	padding-top: 50px;}
	.text-box .indexlist2 div .pt60 {	padding-top: 60px;}
	.text-box .indexlist2 div .pt70 {	padding-top: 70px;}
	.text-box .indexlist2 div .pt80 {	padding-top: 80px;}

	.text-box .indexlist2 div .matter a {
		display: inline-block;
		color: #FFF;
		border: 1px solid #fff;
	}


	.text-box .indexlist2 div .matter a:hover {
		text-decoration: none;
		background: #b49759;;
	}

	.text-box .indexlist2 div .text {
		font-size: 14px;
		font-weight: bold;
		line-height: 1;
		color: #FFF;
	}

	.text-box .indexlist2 div .lh1-5 {	line-height: 1.5;}
	
	/*
	.text-box .back-list p {
		display: inline-block;
		width: 49%;
	}
	.text-box .back-box .back-list a:hover {
		background: url("/lib/img/common/point.png") no-repeat 5px 50% #eee;
		color: #d8a825;
		opacity: .8;
		text-decoration: none;
	}
	*/

	.text-box .indexlist2 .linklist p a {display: inline;}
	.text-box .indexlist2 .linklist p a:hover {
		background: none;
		color: #111;
	}
	.text-box .indexlist2 .linklist p a i {float: none;}

	#interview .img {
		width: 300px;
	}
	#interview .img.w200 {
		width: 200px;
	}
	#interview .img1 {
		float: right;
		margin-left: 1em;
	}
	#interview .img2 {
		float: left;
		margin-right: 2em;
	}

	#interview .text-box {padding: 0;}
	#interview .text-box h3 {margin: 0 0 20px 0;}

	#interview .maincontent{
		margin-bottom:4em;
	}

	#interview .contentimg1{
		float:left;
		margin-right:5em;
	}

	#interview .contentimg2{
		float:right;
		margin-left:1.5em;
	}

	#interview .profile .leftblock{
		width:45%;
		float:left;
		height:220px;
	}
	#interview .profile .rightblock{
		width:45%;
		float:right;
		height:220px;
	}

	#interview .profile p.text {
		font-size:10px;
	}

	#interview .etc {
		width:100%;
		text-align:right;
		margin-bottom:1.5em;
	}

	#interview section .ttl {margin-bottom:2em;}
	#interview section .ttl2 {margin-bottom:5em;}

	#interview .ttl p {
		font-size:16px;
		color:#666;
	}

	#interview .guest {
		font-size: 20px;
		font-weight: bold;
		margin: 1em 0 0 0;
		color: #000;
	}
.pdt {padding-top: 1rem;}
.w70 {margin: 0 auto; display: block; width: 70%;}
.w90 {margin: 0 auto; display: block; width: 90%; margin: 1rem auto;}
.w200 {margin: 0 auto; display: block; width: 200px;}
.w50p {width: 50%;}
.imgMg {margin: 0.5rem 0 0.5rem 0.8rem; width: 90%;}
}

@media screen and (max-width: 768px){
	.acction .indexlist2 {margin-bottom: 40px;}
	.acction .text-box h3 {
		font-size: 16px;
		color: #b49759;
	}

	#discussion .img.img1 {
		float: none;
		margin: 0;
	}

	#discussion .members {
		display: block;
		text-align: center;
	}
	#discussion .members > div {
		display: inline-block;
		vertical-align: top;
		margin: 10px;
	}

	#discussion .inbox {
		padding: 5px;
		background: #efefef;
	}
.pdt {padding-top: 0rem;}
}

#interview .prof {border: 1px solid #ccc; margin-bottom: 10px; padding: 1em;display: flex;}
#interview .prof div.prof_img {	margin-right: 1em;}
#interview .prof div.prof_img img {width: 130px; vertical-align: middle;margin-bottom: 0.5em;}
#interview .prof div.prof_img p {
	font-size: 90%;
	text-align: center;
}
#interview .text-box p.prof_txt {margin-bottom: 0px;}
#interview .prof span.name {font-weight: bold; padding: 1rem 0 0.5rem 0;}
#interview .prof span.text {font-size: 85%; padding: 0 1rem 1rem 0;}
}
/*--▼ for SP ▼--*/
@media screen and (max-width: 767px) {
	figcaption {
		margin-bottom: 1.5em;
		line-height: 1.2;
	}
	.poster01 {	width: 100%;}
	.imgArea img {	width: 100%;}
	.pds5 {	padding: 0;}

	#interview .prof {border-top: 1px solid #ccc; margin-bottom: 10px; padding: 1em; display: block;}
	#interview .prof div.prof_img {margin-top: 0.5rem;}
	#interview .prof div.prof_img img {width: 100%; padding: 0 0 1rem 0; vertical-align: middle;}
	#interview .text-box p.prof_txt {margin-bottom: 0px;}
	#interview .prof span.name {font-weight: bold; padding: 1rem 0 0.5rem 0;}
	#interview .prof span.text {font-size: 85%; padding: 0 0 0 0;}
}


/* 201912追加 */
.sideMENU ul li.fivefloor.line02 {
	height: auto !important;
	min-height: 30px;
}
.sideMENU ul li.fivefloor.line02 i {	top: 14px;}

.mr5per {	margin-right: 5% !important;}
.mb0auto {	margin: 0 auto;}
.mb0 {	margin-bottom: 0 !important;}
.mb5 {	margin-bottom: 5px !important;}
.mb10 {	margin-bottom: 10px !important;}
.mb20 {	margin-bottom: 20px !important;}
.mb30 {	margin-bottom: 30px !important;}
.mb40 {	margin-bottom: 40px !important;}
.mb80 {	margin-bottom: 80px !important;}
.mt0 {	margin-top: 0px !important;}
.mt5 {	margin-top: 5px !important;}
.pt5 {	padding-top: 5px !important;}
.pt10 {	padding-top: 10px !important;}
.pt20 {	padding-top: 20px !important;}
.pb10 {	padding-bottom: 10px !important;}
.pt60 {	padding-top: 60px !important;}
.tal {	text-align: left !important;}
.tar {	text-align: right !important;}
.fz16 {	font-size: 16px !important;}
.fz12 {	font-size: 12px !important;}
.fz11 {	font-size: 11px !important;}
.fz10 {	font-size: 10px !important;}
.w15per {	width: 15% !important;}
.w20per {	width: 20% !important;}
.w27per {	width: 27% !important;}
.w30per {	width: 30% !important;}
.w32per {	width: 33% !important;}
.w33per {	width: 33% !important;}
.w44per {	width: 44% !important;}
.w60per {	width: 60% !important;}
.w80per {	width: 80% !important;}
.clear {	clear: both;}
.fll {	float: left;}
.flr {	float: right;}
.image img {	width: 100% !important;}

.jcc {	justify-content: center;}
.jcs {	justify-content: space-between;}
.fdr {	flex-direction: row-reverse;}
.twoImage {	display: flex;}
.twoImage .image {
	padding: 0 2%;
	width: 42%;
	text-align: center;
}
.threeImage {	display: flex;}
.threeImage .image {
	width: 30%;
}
.image figcaption {
	line-height: 1.4;
	font-size: 10px;
	text-align: center;
}
.personImg {
	margin-bottom: 20px;
}
.personImg .image {	width: 195px;}
.personImg .image figcaption {
	padding: 5px;
	border: 1px solid #000;
}
.personImg .txt {	width: 70%;}
.credit {
	margin: 30px 0 15px;
	text-align: right;
}

@media (max-width:768px) {
	.twoImage {		display: block;}
	.twoImage .image {
		margin-bottom: 10px;
		padding: 0 !important;
		width: 100% !important;
	}
	.threeImage {	display: block;}
	.threeImage .image {
		margin-bottom: 10px;
		width: 100% !important;
	}
	.personImg {	display: block;}
	.personImg .image {
		margin-bottom: 20px;
		width: 100%;
	}
	.personImg .txt {	width: 100%;}
	.fll {	float: none;}
	.flr {	float: none;}
}
@media (min-width:769px) {
	.pcMb40 {	margin-bottom: 40px !important;}
	.pcW70per {	width: 70% !important;}
	.pcW150 {	width: 150px !important;}
	.pcW200 {	width: 200px !important;}
	.pcW300 {	width: 300px !important;}
	.pcMr20 {	margin-right: 20px !important;}
	.pcMl20 {	margin-left: 20px !important;}
}

.text-box .indexlist2 .youtube {
	margin-bottom: 20px;
}
.text-box .indexlist2 .youtube a {
	display: block;
	transition: .4s;
}
.text-box .indexlist2 .youtube a:hover {
	opacity: .7;
}
.text-box .indexlist2 .youtube img {
	max-width: 100%;
}
