@charset "UTF-8";

/* -------------- 協会について・利用規約・個人情報 -------------- */

div.abt-box,
div.trm-box {
	margin: 50px 0;
}

div.abt-box p.txt-right,
div.trm-box p.txt-right {
	width: 100%;
	margin: 0 0 25px 0;
	text-align: right;
}

div.abt-box p{
	margin-bottom: 25px;
}

div.abt-box h3{
	line-height: 1.4;
}

div.abt-box ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

div.abt-box ul li:first-child {
	padding-right: 30px;
}

div.abt-box ul li:last-child {
	width: 300px;
	text-align: center;
}

div.abt-box ul li:last-child img {
	max-width: 300px;
}

div.abt-box ul li:last-child p {

}

.intro-txt{
	text-align: left;
}

.about-txt{
	font-size: 24px;
	font-weight: bold;
}

div.trm-box h5 {
	font-size: 18px;
	margin: 50px 0 5px 0;
}



div.trm-box p {
	margin-bottom: 25px;
}

div.trm-box ul {
	font-size: 16px;
	line-height: 2.5em;
	list-style-type: decimal;
	margin: 0 0 25px 25px;
	padding-left: 25px;
}

div.trm-box h4 {
	font-size: 16px;
	margin: 30px 0 5px 1.5em;
	font-weight: bold;
}
div.trm-box h4 + p {
	margin-left: 1.5em;
}

div.trm-box ol {
	font-size: 16px;
	line-height: 2em;
	list-style-type: none;
	margin: 0 0 30px 1.5em;
	padding-left: 1.em;
}

div.trm-box ol.dt li:before {
	content: "・";
	margin-right: 5px;
}


div.responsible {
	border: 1px solid #ddd;
	width: 450px;
	margin: 0 auto;
	padding: 20px;
	font-size: 16px;
}

div.responsible h3 {
	font-size: 16px;
	color: #666;
	font-weight: normal;
	margin: 0 0 5px 0;
}

div.responsible h3 + p {
	line-height: 1.5;
	margin: 0 0 0 10px;
}

div.responsible h5 {
	font-size: 16px;
	color: #666;
	font-weight: normal;
	margin: 0 0 5px 0;
}

div.responsible h5 + p {
	line-height: 1.5;
	margin: 0 0 0 10px;
}




/* -------------- 参加出版社 -------------- */

div.info-box {
	margin: 50px 0;
}


div.info-box dl {
	font-size: 16px;
	border-bottom: 1px dotted #aaa;
	padding: 0.5em 0;
	overflow: hidden;
}

div.info-box dl dd {
	line-height: 1.6;
	float: left;
}

div.info-box dl dd.date {
	width: 100px;
	color: #2495b4;
/*	color: #c2a52d;*/
;
}

div.info-box dl dd.category {
	width: 80px;
}

div.info-box dl dt {
	margin-left: 180px;
	line-height: 1.6;
}

/* -------------- コラムトップ -------------- */


section#column-box > div > dl,
section#column-box > div > ul {
	display: flex;
	align-items: flex-end;
	margin: 50px 0;
}


section#column-box > div > dl dt {
	padding: 0 30px;
}


section#column-box > div > ul li > h3 {
	margin: 5px 0 0;
	text-align: center;
	padding: 10px;
}

section#column-box > div > ul li > h5 {
	margin: 5px 0 0;
	text-align: center;
	font-size: 22px;
	font-weight:700;
	padding: 10px;
}


section#column-box > div > ul {
/*	justify-content: flex-start;*/
	align-items: flex-start;
	flex-wrap: wrap;
	padding-left: 50px;

}

section#column-box p.img_column {
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
	overflow: hidden;
	width: 200px;
	height: 200px;
}


section#column-box p.img_column img {
	max-width: 200px;
	max-height: 200px;
}

section#column-box p.img_coming {
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
	overflow: hidden;
	width: 200px;
	height: 200px;
/*	padding-bottom:80px;*/

}

section#column-box p.img_coming img {
	max-width: 200px;
	max-height: 200px;
}


section#column-box > div > ul li {
	width: 200px;
	margin-bottom: 80px;
	margin-right: 65px;
}
/*
section#column-box > div > ul li:nth-of-type( n+4 ) {
	margin-bottom: 0;
}*/




section#column-box > div > ul li:nth-child(3n) {
	margin-right: 0px;
}




div#column-01 > h3 {
	margin-top: 50px;

}

div#column-01 {
	padding-left: 50px;
}




a.clmbtn > i {
	margin-left: 10px ;
}

a.clmbtn {
	letter-spacing: 0.1em;
}
a.clmbtn:hover {
	text-decoration: none;
}

a.clmbtn {
	font-size: 18px;
	border: none;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
	font-weight: bold;
	padding: 10px 40px;
	background: #f79836;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	display: inline-block;
	margin: 15px 0 0 10px;
}


div.btn-box {
	display: flex;
	justify-content: center;
	margin-top: 0;
}


h6.cmgsnbtn {
	font-size: 14px;
	border: none;
	text-transform: uppercase;
	color: #222;
	border-radius: 3px;
	font-weight: bold;
	padding: 10px 40px;
	background: #eeefef;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	display: inline-block;
	margin: 15px 0 0 10px;
}

section#column-box > div > ul li > h4 {
	margin: 5px 0 0;
	text-align: center;
}

h4 {
	font-size: 16px;
}




/*-------------コラム間移動--------------------*/
/*
section#pagechange-box > div > ul li:nth-child(3n) {
	margin-right: 0px;
}

section#pagechange-box > div > ul {
	align-items: flex-start;
	flex-wrap: nowrap;
	padding-left: 50px;
	padding-right: 40px;

}

section#pagechange-box > div > ul li {
	width: 300px;
	margin-bottom: 80px;
	margin-right: 150px;

}

section#pagechange-box > div > dl,
section#pagechange-box > div > ul {
	display: flex;
	align-items: flex-end;
	margin: 50px 0;
}


section#pagechange-box > div > dl dt {
	padding: 0 30px;
}

*/


section#pagechange-box > div > ul {
	text-align: center;
}

section#pagechange-box > div > ul li > h7 {
	font-size: 16px;
}



section#column-box > div > ul li > h4.thr-job {
	font-size : 13px;
	padding-bottom: 4px;

}



/* エフェクト
------------------------------------------------------------ 
.effect-fade {
	opacity : 0;
	transform : translate(0, 60px);
	transition : all 300ms;
}

.effect-fade.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}




























