<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ---------------------------------------------- FEAT CONTENT*/
#feat_content{
}
#feat_content a,
#feat_content a:hover{
	color:#000;
}
#feat_content a:visited {
	color: #000;
	text-decoration:none;
}
/* ------------------------- SPAN*/
#feat_content span.fw_n{
	font-weight:normal;
}
#feat_content span.fw_b{
	font-weight:bold;
}
#feat_content span.pc_newline{
	display:block;
}
#feat_content span.sp_newline{
}
#feat_content span.note{
	color:#333;
	font-size:12px;
}
/* ---------------------------------------------- TITLE */
#feat_content .feat_introduction{
	width:100%;
	text-align:center;
	margin-bottom:30px;
}
/* ---------------------------------------------- TO TOP LINK */
#feat_content .go_top {
	display: block;
	margin-bottom:30px;
	text-align: right;
	clear:both;
}
#feat_content .go_top a {
	font-size: 12px;
	text-decoration: underline;
}
#feat_content .go_top a:hover {
	color:#000;
	text-decoration: underline;
}#feat_content p.go_top a:visited {
	color: #000;
}
/*------------------------------------------------------------
--------------------------------------------------------------
-------------------------------------↑↑↑↑↑↑↑↑  FEAT COMMON */













/* ---------------------------------------------- HEADER*/
#feat_content #feat_header{
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
#feat_content #feat_header img{
    width:100%;
    height:auto;
}
/* ---------------------------------------------- HEADLINE*/
#feat_content h1{
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
#feat_content h1 img{
	width:100%;
	height:auto;
}
#feat_content h2{
	font-size:24px;
	font-weight:bold;
	line-height:1.3;
	color:#f6265d;
	margin-bottom:8px;
}
/* ---------------------------------------------- LEAD*/
#feat_content .lead{
	font-weight:bold;
	color:#f6265d;
}
#feat_content .lead p{
	margin-bottom:15px;
}
#feat_content p.author{
	font-size:12px;
	margin-bottom:60px;
}
/* ----------------- picture*/
#feat_content .gallery{
	width:100%;
	text-align:center;
	margin-bottom:40px;
}
#feat_content .gallery img{
	width:90%;
	height:auto;
}
/* ---------------------------------------------- QUOTATION*/
#feat_content .quotation{
	margin-bottom:70px;
}
#feat_content blockquote{
	position:relative;
	margin-bottom:40px;
	padding:5px 10px 0 45px;
	z-index:1;
}
#feat_content blockquote p{
	position:relative;
	z-index:3;
	font-size:14px;
	line-height:1.7;
}
#feat_content blockquote:before{
	content: "“";
	font-size:520%;
	font-family:'Times New Roman' ,"ＭＳ 明朝" ,serif;
	line-height:0.8em;
	color:#ccc;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}
#feat_content .quotation p.author{
	font-size:10px;
	padding-left:45px;
}
/* ---------------------------------------------- MORE_INFO*/
#feat_content .more_info{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:1.5;
	margin-bottom:20px;
}
/* ---------------------------------------------- MAGAZINE_INFO*/
#feat_content .magazine_info{
	display:table;
	width:100%;
	margin-bottom:50px;
}
#feat_content .magazine_info .cover{
	display:table-cell;
	width:34%;
}
#feat_content .magazine_info .cover img{
	width:100%;
	height:auto;
	border:1px solid #f9f9f9;
}
#feat_content .magazine_info .writing{
	display:table-cell;
	vertical-align:top;
	padding:2% 3%;
	line-height:1.5;
	background-color:#f9f9f9;
}
#feat_content .magazine_info .writing .magazine_title{
	font-size:22px;
	font-weight:bold;
	margin-bottom:6px;
}
#feat_content .magazine_info .writing .heading{
	color:#00a6c0;
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
}
#feat_content .magazine_info .writing .catch_copy{
	font-size:13px;
	margin-bottom:15px;
}
#feat_content .magazine_info .writing .code{
	font-size:12px;
	margin-bottom:30px;
}
#feat_content .magazine_info .writing a{
	padding:6px 15px;
	color:#FFF;
	background-color:#000;
	text-decoration:none;
}
#feat_content .magazine_info .writing a:hover{
	background-color:#60c300;
}</pre></body></html>