/* [ 福田カメラ・掛川福田スタジオ ] : khc.css */


.nextText {
	margin: 75px 0 !important;
	font-size: calc(1em + 0.2rem);
	text-align: center;
}
.nextText b {
	color: #718B94;
	font-size: calc(1em + 0.4rem);
}

@media screen and (max-width: 767px) { /* Smartphone */
	.nextText {
		margin: 50px 0 !important;
	}
} /* */

/*======================================================================*
 *  [ outlineTable | 概要テーブル ]
 *======================================================================*/

.outlineTable {
	width: 100%;
	max-width: 900px;
	margin: 30px auto;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.outlineTable th,
.outlineTable td {
	padding: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.outlineTable th {
	width: 22%;
	/* background: #ececec; */
	background: #F4F3F9;
	color: #718B94;
	font-size: 1.8rem;
	line-height: 1.2;
	vertical-align: middle;
}

/* [ UL ] */
.outlineTable ul {
	margin-top: 0;
	margin-bottom: 0;
}
.outlineTable li + li { margin-top: 5px; }


/* [ DL ] */
.outlineTable dl { margin: 0; }
.outlineTable dt { margin-bottom: 5px; }
.outlineTable dd { padding-left: 0; }
.outlineTable dd + dt { margin-top: 20px; }

@media screen and (max-width: 767px) { /* Smartphone */
	.outlineTable { border-bottom: none; }
	.outlineTable tr,
	.outlineTable th,
	.outlineTable td { display: block; }
	.outlineTable th, 
	.outlineTable td {
		border-top: none;
		border-right: none;
		border-left: none;
	}
	.outlineTable th {
		width: 100%;
		padding: 10px 10px;
		font-size: 1.5rem;
	}
	.outlineTable td { padding: 15px 10px; }
} /* */


/*======================================================================*
 *  [ requestBox | お客さまへのお願い ]
 *======================================================================*/

.requestBox {
	width: 100%;
	max-width: 900px;
	margin: 30px auto !important;
	padding: 20px;
	background: #F4F3F9;
}

.requestBox li + li {
	margin-top: 5px;
}

/*======================================================================*
 *  [ contestImage | コンテストイメージ ]
 *======================================================================*/

.contestImage {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.contestImage > div {
	margin: 0;
	width: 280px;
}
.contestImage > div + div { margin-left: 30px; }
.contestImage figure { margin: 0; }
.contestImage p {
	margin-top: 15px;
	font-size: 1.4rem;
	line-height: 1.4;
}

@media screen and (max-width: 767px) { /* Smartphone */
	.contestImage { display: block; }
	.contestImage > div {
		display: -webkit-flex;
		display: flex;
		width: 100%;
	}
	.contestImage > div + div {
		margin: 10px 0 0;
		padding-top: 10px;
		border-top: 1px dotted #ccc;
	}
	.contestImage figure { width: 130px; }
	.contestImage p {
		-webkit-flex: 1;
		flex: 1;
		margin: 5px 0 0 10px;
	}
} /* */


/*======================================================================*
 *  [ contestResult | コンテスト結果 ]
 *======================================================================*/

.contestResult {
	max-width: 900px;
	margin-right: auto !important;
	margin-left: auto !important;
	padding: 30px 20px;
	border: 7px solid #d4d4d4;
	text-align: center;
}

/* [ タイトル ] */
.contestResult header{ margin: 20px 0; }
.contestResult header p { margin: 0; }
.contestResult header h3 {
	margin: 5px 0;
	font-size: 2.6rem;
	font-weight: normal;
}
.contestResult header .date { font-weight: bold; }
.contestResult header .model { font-size: 1.4rem; }

/* [ 結果 ] */
.contestResult dl { color: #000; }
.contestResult dt {
	width: 120px;
	margin: 50px auto 0;
	padding: 5px 10px;
	background: #6ec7e2;
	color: #fff;
	font-size: 1.4rem;
}
.contestResult dd {
	margin-top: 10px;
	padding-left: 0;
}
.contestResult dd b { font-weight: normal; }
.contestResult dd span::before { content: " / "; }
.contestResult .suisen + dd b, 
.contestResult .suisen + dd span { display: block; }
.contestResult .suisen + dd b { font-size: 2rem; }
.contestResult .suisen + dd span::before { display: none; }

@media screen and (max-width: 767px) { /* Smartphone */
	.contestResult {
		padding: 0 16px;
		border: 4px solid #d4d4d4;
	}
	
	/* [ タイトル ] */
	.contestResult header h3 { font-size: 2rem; }
	.contestResult header .model { font-size: 1.2rem; }
	
	/* [ 結果 ] */
	.contestResult dt {
		width: 100px;
		margin-top: 30px;
		font-size: 1.2rem;
	}
	.contestResult .suisen + dd b { font-size: 1.8rem; }
} /* */


/*======================================================================*
 *  [ contestList | コンテストリスト ]
 *======================================================================*/

.contestList {
	list-style: none;
	max-width: 900px;
	margin: 30px auto !important;
	border-top: 1px solid #d6d6d6;
}
.contestList li { border-bottom: 1px solid #d6d6d6; }
.contestList li + li { margin-top: 0; }
.contestList li, 
.contestList a {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	color: #666;
	text-decoration: none;
}
.contestList li p, 
.contestList li div {
	margin: 0;
	padding: 15px 10px;
	line-height: 1.2;
}

/* [ Date ] */
.contestList li .date { font-size: 1.4rem; }

/* [ Title ] */
.contestList li .title {
	-webkit-flex: 1;
	flex: 1;
	font-size: 1.8rem;
	font-weight: bold;
}

/* [ Button ] */
.contestList li .btn { width: 120px; }
.contestList li .moreBtn { width: 100%; }
.contestList a:hover .moreBtn, 
.contestList a:active .moreBtn { background: #797979; }

@media screen and (max-width: 767px) { /* Smartphone */
	.contestList { margin: 20px auto !important; }
	.contestList li, 
	.contestList a {
		display: block;
		width: auto;
		padding: 15px 10px;
	}
	.contestList a { margin: -15px -10px; }
	.contestList li p, 
	.contestList li div { padding: 0; }
	.contestList li p { margin-bottom: 5px; }

	/* [ Date ] */
	.contestList li .date { font-size: 1.2rem; }
	
	/* [ Title ] */
	.contestList li .title { font-size: 1.6rem; }
	
	/* [ Button ] */
	.contestList li .btn { margin: 0 0 0 auto; }
} /* */

