@charset "UTF-8";

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

/* L1 ######################################## 親要素 ######################################## */

#navi {
	font-family: "Noto Sans JP", "M PLUS Rounded 1c", "メイリオ", "HiraKakuProN-W3", "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 1.6rem;
}

/* L1 ######################################## テイチクレコードナビ ######################################## */

#navi > h2::after {
	content: "テイチクレコードナビ";
}

/* L2 **************************************** 文字囲み **************************************** */

#navi-inner div.box {
	margin: 1em 0;
	padding: 1.5em 4%;
	border: 1px solid #cccccc;
	
	border: 2px solid #cccccc;
	box-shadow: inset 0 0 20px  rgba(0, 0, 0, 0.1)
}

#navi-inner div.box *:first-child {
	margin-top: 0;
}
#navi-inner div.box *:last-child {
	margin-bottom: 0;
}

/* L2 **************************************** サービス紹介 **************************************** */

#detail div.service {
	overflow: hidden;
	margin: 1em 0;
	background: #cc6600;
	border-radius: 25px;
	transition: background-color 0.2s linear;
}
#detail div.service:hover {
	background: #dd7700;
}
#detail div.service:first-child {
	margin-top: 2em;
}
#detail div.service:last-child {
	margin-bottom: 2em;
}

/* L3 ======================================== クエスチョン ======================================== */

#detail div.question {
	cursor: pointer;
	padding: 1em 1.5em;
	font-size: 2.0rem;
}

#detail div.question p {
	position: relative;
	padding-left: 65px;
	color: #ffffff;
}

#detail div.question p strong {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}

#detail div.question p::before {
	position: absolute;
	top: -0.2em;
	left: 0;
	content: "\f059";
	width: 60px;
	font-family: "FontAwesome";
	font-size: 300%;
	text-align: left;
	line-height: 1.0;
	text-decoration: none;
}

#detail div.question span.mark {
	position: relative;
	top: -0.1em;
	color: #cc6600;
	background: #ffffff;
}

/* L3 ======================================== アンサー ======================================== */

#detail div.answer-wrapper {
	overflow: hidden;
	transition: height 0.5s ease-in-out;
}

#detail div.answer {
	margin: 2em;
	padding: 1em 1.5em;
	background: #ffffff;
	border-radius: 25px;
	box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.2);
}
#detail div.answer:first-child {
	margin-top: 0;
}

#detail div.answer dl {
	overflow: hidden;
}

#detail div.answer dt {
	margin-bottom: 0.25em;
	padding-bottom: 0.5em;
	color: #cc6600;
	font-size: 2.4rem;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 2px dotted #cc6600;
}

#detail div.answer dd.url {
	color: #336699 !important;
	font-size: 1.8rem;
}
#detail div.answer dd.url::before {
	content: "\f0c1";
	margin-right: 0.3em;
	font-family: "FontAwesome";
	font-size: 1.6rem;
}

#detail div.answer dd.url a {
	color: #336699 !important;
}

#detail div.answer dd.thumb {
	margin: 1em 0;
	text-align: center;
}

#detail div.answer dd.thumb img {
	border: 2px solid #cccccc;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

#detail div.answer dd.info {
	overflow: hidden;
	position: relative;
	margin-top: 1.5em;
	padding: 0.5em 3%;
	color: #333333;
	background: rgba(0, 0, 0, 0.05);
	border-radius: 20px;
}
#detail div.answer dd.info::before {
	position: absolute;
	bottom: -0.1em;
	right: -0.1em;
	content: "\f05a";
	color: rgba(0, 0, 0, 0.05);
	font-family: "FontAwesome";
	font-size: 500%;
	text-indent: 0;
	line-height: 1.0;
}

#detail div.answer dd.info p.memo {
	margin-top: 1em;
	color: #666666;
	font-size: 90%;
	text-align: center;
	border-top: 1px dotted #cccccc;
}
#detail div.answer dd.info p.memo::before {
	content: "\f044";
	margin-right: 0.3em;
	color: #666666;
	font-family: "FontAwesome";
}

/* L4 ---------------------------------------- 文字強調 ---------------------------------------- */

#detail span.em {
	position: relative;
	top: -0.025em;
	display: inline-block;
	color: #ffffff;
	border-radius: 5px;
	padding: 0.5em 0.8em;
	font-size: 90%;
	line-height: 1.0;
	text-decoration: underline;
	background: #008ccf;
}

#detail span.teichiku {
	background: #cc6600;
}

/* L4 ---------------------------------------- YouTube埋め込み ---------------------------------------- */

#detail span.youtube {
	background: #cc0000;
}

#detail div.answer dd.youtube {
	margin: 1em 0;
}

#detail div.answer dd.youtube figure {
	display: inline-block;
	margin: 1px 0;
	width: 100%;
	padding: 20px;
	text-align: center;
	background: rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
	border-radius: 20px;
}

#detail div.answer dd.youtube figure div.movie {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	padding-bottom: 56.25%;
	border: 1px solid #666666;
}

#detail div.answer dd.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#detail div.answer dd.youtube figcaption {
	overflow: hidden;
	display: block;
	margin-top: 0.4em;
	margin-bottom: -0.4em;
	color: #333333;
	line-height: 1.0;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#detail div.answer dd.youtube figcaption::before {
	content: "\f16a";
	position: relative;
	top: 1px;
	margin-right: 0.3em;
	font-family: "FontAwesome";
	font-size: 120%;
}

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 ここまで #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */


