@charset "UTF-8";
/* CSS Document */

body.home .showcases main .inBox {
	background: #fff;
}

.creativeContents {
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	max-width: 1400px;
	width: calc(100% - 4em);
	margin: 0 auto 15em;
}

.creativeContents dd {
	width: 28%;
}

body.home main .inBox.mainVisual {
	width: calc(100% - 2em);
	margin: 0 auto;
}

.contactaddress dd a {
	color: #000;
}

.creativeContents dt {
	width: 100%;
	margin-bottom: 2em;
}

.creativeContents dl {
	display: flex;
	justify-content: space-between;
	-webkit-box-flex: 1;
	flex-wrap: wrap;
	width: 90%;
	margin: 3em auto;
}

dd .detailBox {
	display: flex;
	justify-content: space-between;
	-webkit-box-flex: 1;
	flex-wrap: wrap;
	/*align-items: flex-start;
        align-content: flex-start;*/
}

dd .detailBox .tag {
	display: table;
	padding: 0.5em 1.5em;
	background: #000;
	font-size: 0.7em;
	color: #fff;
	border-radius: 5px;
}

.formBox dd {
	display: flex;
	justify-content: space-between;
	-webkit-box-flex: 1;
	flex-wrap: wrap;
	/*align-items: flex-start;
        align-content: flex-start;*/
}

dd .detailBox .url {
	color: #000;
	font-size: 0.8em;
}

dd .detailBox .url::before {
	content: '';
	width: 1em;
	height: 1em;
	background: url(../images/icon-site.svg) center center no-repeat;
	display: inline-block;
	background-size: contain;
	margin-right: 0.3em;
}

.creativeContents dt p:nth-child(2) {
	font-size: 0.9em;
	text-align: center;
	max-width: 500px;
	margin: 1em auto;
	color: #000;
}

.creativeContents dt p:nth-child(1) {
	width: 100%;
	font-size: 3em;
	color: #000;
	text-align: center;
}

.catchcopy {
	text-align: center;
	margin: 0 auto 9em;
	display: block;
	max-width: 350px;
	width: 80%;
}

.contactaddress {
	text-align: center;
}

.formBox dt {
	font-size: 2em;
	margin-bottom: 2em;
	color: #000;
}

.formBox dd {
	margin: 0.5em 0;
}

.formBox dl {
	max-width: 500px;
	margin: 12em auto;
}

.formBox {
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
}

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

	/* 767px以下用（タブレット／スマートフォン用）の記述 */
	.creativeContents dd {
		width: 49%;
		margin-bottom: 2em;
	}

	dd .detailBox .url {
		margin-top: 0.5em;
	}
}