@charset "utf-8";

/*==========================================================
	common(id,class)
==========================================================*/
#contents {
	padding: 1.5rem .5rem 1rem;
}

/*==========================================================
	single
==========================================================*/
/*----- headline -----*/
#single > .headline {
	margin-bottom: 1rem;
	padding: .15rem 0 .75rem;
	border-top: solid 2px #333;
	border-bottom: dotted 1px #333;
}
#single > .headline:before {
	display: block;
	content: '';
	padding-bottom: .75rem;
	border-top: solid 1px #333;
}
#single > .headline .main-head {
	font-size: 1.5rem;
	padding: 0 .9rem;
	line-height: 1.4;
	background-size: contain;
}
#single > .headline .title {
	float: left;
	margin-left: 1rem;
	font-size: 1rem;
}
/*-----備考-----*/
#single .card .note {
	margin-bottom: 1rem;
	text-align: center;
	font-size: 1rem;
	line-height: 1.6;
}
/*----- items -----*/
#single .card .item {
	margin-bottom: 2rem;
	text-align: center;
}
/* イメージ */
#single .card .item .capture {
	margin-bottom: .5rem;
}
#single .card .item .capture img {
	width: 25rem;
	height: auto;
	border: solid 1px #aaa;
}
/* コピーライト */
#single .card .item .copyright {
	margin-bottom: 1.25rem;
	font-size: 1rem;
}
/* ダウンロード・印刷ボタン */
#single .card .item .button {
	font-size: 1.1rem;
	width: 11rem;
	height: 3.5rem;
	margin: 0 auto;
}
#single .card .item .button.print {
	margin-top: .75rem;
}
#single .card .item .button a {
	display: block;
	-webkit-transition: .5s;
	transition: .5s;
	padding-top: 2px;
	color: #fff;
	text-align: center;
	line-height: 3.4rem;
}
#single .card .item .button a:hover {
	-webkit-transition: .5s;
	transition: .5s;
}
#single .card .item .button.download a {
	background: #FF5E5E;
}
#single .card .item .button.download a:hover {
	opacity: 1;
	background: #FF4646;
}
#single .card .item .button.print a {
	background: #8BCE00;
}
#single .card .item .button.print a:hover {
	opacity: 1;
	background: #80BD00;
}
#single .card .item .button.complete a {
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 1.1rem;
	line-height: 3.4rem;
}
/* 説明文 */
#single .summary {
	background-image: linear-gradient(90deg,rgba(204,204,204,0) 0%,rgba(204,204,204,0) 49%,#FCF9F3 50%,#FCF9F3 100%),linear-gradient(180deg,rgba(204,204,204,0) 0%,rgba(204,204,204,0) 98.5%,rgba(100,100,100,100) 100%);
	background-repeat: repeat-x,repeat-y;
	background-size: .2rem 100%,100% 2.4em;
	line-height: 2.4;
	font-size: 1.1rem;
	margin: 0 0 2.5rem 0;
}

/* 注釈 */
#single .caution {
	font-size: 1rem;
	line-height: 1.6;
}
#single .caution .headline {
	text-align: center;
}
#single .caution .headline .main-head{
	margin: 2rem 0 1rem 0;
	background: url(./images/line.png) center no-repeat;
	font-size: 1rem;
	font-weight: 500;
	background-size: contain;
}
#single .caution .item {
	position: relative;
	padding-left: 1rem;
	font-size: 1rem;
	line-height: 1.8;
}
#single .caution .item::before {
	content:'・';
	position: absolute;
	left: 0;
}

/* ==========================================================
	広告
========================================================== */
#single #ad {
	text-align: center;
}
#single #ad .item {
	margin-top: 1rem;
}
#single #ad .item:first-child {
	margin-top: 0;
}

/*==========================================================
	その他のデザイン一覧
==========================================================*/
#single .more {
	margin-top: 1.25rem;
	margin-bottom: 2rem;
}
#single .more .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#single .more .item {
	margin-bottom: 1rem;
}
#single .more .item img {
	box-sizing: border-box;
	border: solid 1px #ddd;
	width: 14rem;
}
