@charset "UTF-8";

body{
	margin: 0;
	padding: 100px 0 0;
	background: #fff;
	vertical-align: baseline;
	font-family:
		"Helvetica Neue",
		Arial,
		"Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		Meiryo,
		sans-serif;	
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 14px;
	color: #666;
}

a {
	text-decoration: none;
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	opacity: 0.6;
}

img {
	max-width: 100%;
	height: auto;
}

video {
	top:0;
	width: 100%;
	height: 100%;
	background: #000;
}

/*======================================================
  ヘッダー
======================================================*/

#header {
	width: 100%;
	height: 100px;
	background: rgba(255,255,255,0.9);
	z-index: 3;
	position: fixed;
	top: 0;
	left: 0;
	padding: 20px;
	box-sizing: border-box;
}

.headerLogo {
}
.headerLogo img {
	height: 60px;
	width: auto;
}


.headerSns {

}

.headerSns li {
}

.headerSns li:nth-of-type(1) img {
	margin-top: 1px;	
}

.headerSns li:nth-of-type(2) img {
	margin-top: 0px;	
}

.headerSns li:nth-of-type(3) img {
	margin-top: 2px;
}


.headerSearch {
	vertical-align: middle;
	position: absolute;
	top: 15px;
	right: 20px;
	z-index: 5;
}

.headerSearch .inner {
	background: #eee;
	padding: 5px 15px;
	border-radius: 100px;
	width: 220px;
	height: 20px;
	position: relative;
}

.headerSearch .inner input[type="search"] {
	background: #eee;
	outline: none;
	border: none;
	height: 20px;
	width: 200px;
}

.headerSearch .inner input[type="image"] {
	width: 18px;
	height: auto;
	margin: 1px 0;
	position: absolute;
	top: 5px;
	right: 10px;
}

.headerNav {
	position: absolute;
	bottom: 13px;
	right: 20px;	
	text-align: right;
}

.headerNav li {
	display: inline;
	padding-left: 10px;
}

/*======================================================
	フッター
======================================================*/

#footer {
	background: url(../images/bg.jpg);
	padding: 50px 0 0;
}

.footerLogo {
	text-align: center;
	margin-bottom: 30px;
}

.footerLogo img {
	width: 200px;
	height: auto;
}

.footerSns {
	margin-bottom: 30px;
	text-align: center;
}

.footerSns li {
	display: inline;
}

.footerSns img {
	height: 30px;
	width: auto;
	margin: 0 10px;
}

.footerTwitter {
	display: inline-block;
}

.footerInstagram {
	display: inline-block;
}

.footerNav {
	text-align: center;
	margin-bottom: 30px;
}

.footerNav li {
	display: inline-block;
	padding: 0 10px;
}

.copyRight {
	border-top: 1px solid #ccc;
	padding: 10px;
	text-align: center;
}

/*======================================================
  グローバルナビ
======================================================*/

#globalNav {
	background: #2f1504;
	padding: 20px;
	font-size: 14px;
	font-weight: bold;
}

#globalNav li {
	display: inline;
}

#globalNav li:after {
	content: "｜";
	display: inline;
	color: #fff;
	margin: 0 10px;
}

#globalNav a {
	color: #fff;
}

/*======================================================
  メインスライド
======================================================*/

#slider {
	background: url(../images/bg.jpg);
	font-family: fot-tsukuardgothic-std, sans-serif;
	padding: 20px 0 20px;
}

.slide {	
	max-width: 700px;
	width: 100%;
	margin: 0 10px;
	
}

.slide .image {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.slide a {
	color: #666;
}

.slide a:hover {
	opacity: 0.8;
}

.slide .text {
	margin-top: -25px;
	padding: 0 20px;
}

.slide .information {
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 2;
	color: #999;
	padding: 10px 15px;
	line-height: 1;
	margin-bottom: 4px;
	font-weight: bold
}

.slide .information .time {
	display: inline-block;
	padding-right: 5px;
}

.slide .information .category {
	display: inline-block;
}

.slide .title {
	font-size: 18px;
	letter-spacing: 0;
	font-weight: 600;
	line-height: 40px;
}

.slide .title span {
	line-height: 2;
	background: #fff;box-decoration-break: clone; 
	padding: 7px 13px;
}

#slider img {
	width: 100%;
	height: auto;
}

.slick-dots {
	text-align: center;
	margin: 15px 0 0;
}

.slick-dots li {
	display: inline-block;
	margin: 0 3px;
}

.slick-dots li button {
	display: block;
	border: none;
	width: 12px;
	height: 12px;
	border-radius: 100px;
	text-indent: -9999px;
	background: #ccc;
}

.slick-dots li button:hover {
	opacity: 0.6;
	cursor: pointer;
}

.slick-dots li.slick-active button {
	background: #2f1504;
}

/*======================================================
  コンテンツ
======================================================*/


/* 見出し
-------------------------------------------*/

.heading {	
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 30px;
}

.heading:before {
	content: "";
	display: inline-block;
	background: #666;
	border-radius: 2px;
	width: 10px;
	height: 24px;
	margin: 0 10px -3px 0;
}

.archiveHeading {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 3px double #666;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

/* パンクズ
-------------------------------------------*/

.pankuzu {
	padding: 10px 20px 15px;
	line-height: 1.5;
	background: url(../images/bg.jpg);
	word-break: break-all;
}

.pankuzu li {
	display: inline;
	font-size: 13px;
	position: relative;
	padding-left: 30px;
}

.pankuzu li:before {
	content:"　>　";
	position: absolute;
	top:  -5px;
	left: 0;
}

.pankuzu li.level-1:before {
	display: none;
}

.pankuzu li.level-1 {
	padding-left: 0;
	margin-right: 10px;
	
}

.pankuzu li a {
	text-decoration: none;
	height: 13px;
	width: 14px;
	position: relative;
}

.pankuzu li a:hover {
	text-decoration: underline!important;
}

.pankuzu li.current {
	font-weight: bold;
}

.pankuzu li.level-1 a {
	display: inline-block;
	background: url("../images/ico_home.png") no-repeat;
	background-size: 14px 13px;
	text-indent: -9999px;
	height: 13px;
	width: 14px;
	position: absolute;
	top: -1px;
	left: 0px;
}

/* 背景
-------------------------------------------*/

.bg {
	background: url(../images/bg.jpg);
	font-family: fot-tsukuardgothic-std, sans-serif;
}

/* 左カラム
-------------------------------------------*/

.contents {
	max-width: 1280px;
	padding: 50px 50px 0;
	margin: 0 auto;
	overflow: hidden;
}

/* 左カラム
-------------------------------------------*/

.main {
	float: left;
	width: calc(100% - 400px);
}

/* 右カラム
-------------------------------------------*/

.side {
	float: right;
	width: 350px;
}

#sideNew {
	margin-bottom: 30px;
}

#sideCategory {
	border-bottom: 1px solid #ddd;
}

#sideCategory li {
	border-top: 1px solid #ddd;
}

#sideCategory li a {
	display: block;
	padding: 10px 0;
	position: relative;
}

#sideCategory li a:after {
	content: ">";
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -18px;
}

/* 下
-------------------------------------------*/

#ranking {
	margin-bottom: 40px;
}

#kewwords {
}

#kewwords ul {
	margin: 0 auto;
	text-align: center;
}

#kewwords li {
	display: inline-block;
	border-radius: 5px;
	text-align: left;
	border: 1px solid #666;
	padding: 5px 20px;
	background: #fff;
	margin: 5px;
	color: #666;
}

#kewwords li a {
	color: #666;	
}

/*======================================================
  記事一覧
======================================================*/

/* ベース
-------------------------------------------*/

.list {
	display: flex;
	flex-wrap:wrap;
	font-family: fot-tsukuardgothic-std, sans-serif;
}

.list article {
	background: #fff;
	margin-bottom: 45px;
	width: 100%;
}

.list .thumbnail,
.list .image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 10px;
	width: 100%;
}

.list .thumbnail img,
.list .image img {
	width: 100%;
	height: auto;
}

.list .information {
	display: table;
	margin-bottom: 5px;
	color: #999;
}

.list .information .time {
	display: table-cell;
	vertical-align: middle
}

.list .information .time time {
	line-height: 15px;
	margin-right: 10px;
}

.list .information .time time:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url("../images/ico_time.png");
	background-size: 15px 15px;
	margin-bottom: -2px;
	margin-right: 5px;
}

.list .information .category {
	display: table-cell;
	vertical-align: middle;
}

.list .information .category a {
	color: #666;
}


.list .title {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
	word-break: break-all;
}

/* PC：1行2アイテム SP：1行1アイテム
-------------------------------------------*/

.list01 article {
	width: 32%;
	margin-right: 2%;
}

.list01 article:nth-of-type(3n) {
	margin-right: 0;
}


/* PC：1行2アイテム(4アイテム) SP：1行2アイテム
-------------------------------------------*/

.list02 article {
	width: calc(25% - 15px);
	margin-right: 20px;
}

.list02 article:nth-child(4n) {
	margin-right: 0;
}


/* ランキング用
-------------------------------------------*/

.listRanking article {
	display: table;
	width: 100%;
	position: relative;
}

.listRanking article {
	width: calc(50% - 5px);
	margin-right: 10px;
	margin-bottom: 10px;
}

.listRanking article:nth-of-type(2n) {
	margin-right: 0;
}


.listRanking article .image {
	display: table-cell;
	width: 120px;
	height: 120px;
}

.listRanking .num {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	color: #fff;
	background: #333;
	display: table;
	width: 25px;
	height: 25px;
}

.listRanking .num span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.listRanking article .text {
	display: table-cell;
	vertical-align: middle;	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
}

.listRanking .information .time time:before {
	margin-bottom: -3px;
}

.listRanking .title {
	font-size: 14px;
	line-height: 1.5;
}

/* 右カラムニューリリース
-------------------------------------------*/

.listNew article {
	display: table;
	width: 100%;
	position: relative;
	border: 1px solid #ddd;
}

.listNew article {
	margin-right: 10px;
	margin-bottom: 10px;
}


.listNew article .image {
	display: table-cell;
	width: 100px;
	height: 100px;
}

.listNew .num span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.listNew article .text {
	display: table-cell;
	vertical-align: middle;	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
}

.listNew .information {
	margin-top: -5px;
}

.listNew .information .time time:before {
	margin-bottom: -3px;
}

.listNew .title {
	font-size: 14px;
	line-height: 1.3;
}


/*======================================================
  カテゴリ
======================================================*/

.categories {
	max-width: 1280px;
	padding: 50px;
	margin: 0 auto;
	overflow: hidden;
}

.categoriesSection {
	margin-bottom: 30px;
}

.categoriesName {
	background: url("../images/name_bg.png") right center repeat-x;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.categoriesName span {
	background: #fff;
	padding-right: 10px;
}

.categories .btn {
	text-align: center;
}

.categories .btn a {
	display: inline-block;
	border: 1px solid #666;
	padding: 15px 50px;
	text-align: center;
	font-weight: bold;
	color: #666;
	position: relative;
	font-size: 14px;
	line-height: 14px;
}
.categories .btn a:after {
	content: ">";
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -8px;
}

/*======================================================
  記事詳細
======================================================*/

.detail {
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 50px;
}

#kewwords {
	padding: 0 0 30px;
}

.detailResult {
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 30px;
}

.writer {
	font-weight: bold;
	text-align: right;
}

.detailResult h2 {
	/*
	font-size: 18px;
	font-weight: bold;
	background: #666;
	color: #fff;
	padding: 10px 20px;
	*/
	margin: 0 0 15px;
	font-size: 24px;
	font-weight: bold;
}

.detailResult .inner {
	padding: 20px 30px; 
		overflow: hidden;
}

.detail .thumbnail,
.detail .image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 10px;
	width: 100%;
}

.detail .thumbnail img,
.detail .image img {
	width: 100%;
	height: auto;
}

.detail .information {
	display: table;
	margin-bottom: 5px;
	color: #999;
	padding: 10px 30px 0;
	font-size: 16px;
	font-weight: bold;
}

.detail .information .time {
	display: table-cell;
	vertical-align: middle;
}

.detail .information .time time {
	line-height: 15px;
	margin-right: 10px;
}

.detail .information .time time:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url("../images/ico_time.png");
	background-size: 15px 15px;
	margin-bottom: -2px;
	margin-right: 5px;
}

.detail .information .category {
	display: table-cell;
	vertical-align: middle;
}

.detail .information .category a {
	color: #999;
}

.detail .title {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5;
	padding:  0 30px 30px;
}

.detailSns {
	text-align: center;
	padding-bottom: 30px
}

.detailSns li {
	display: inline;
	margin: 0 5px;
}

.detailSns li img {
	width: 30px;
	height: auto;
}


.detailContent {
	padding: 30px;
	font-size: 16px;
}

.detail .tag {
	overflow: hidden;
	padding: 20px 40px 10px;
}

.detail .tag li {
	display: inline-block;
	font-size: 12px;
	margin: 0 10px 10px 0;
	float: left;
}

.detailIndex {
	padding: 20px 30px;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 40px;
	background: url(../images/bg.jpg);
	border-top: 5px solid #666;
}

.detailIndex p {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0;
}

.detailIndex p:before {
	content: "";
	display: inline-block;
	background: url("../images/ico_index.png");
	background-size: 21px 16px;
	width: 21px;
	height: 16px;
	margin-right: 5px;
}

.detailIndex ul {
	margin: 0 0 0 20px;
	padding: 0 0 10px;
}

.detailIndex ul li {
	list-style: disc;
}

.detailSection {
	margin-bottom: 40px;
	line-height: 2
}

/* h2 */

.detailSection h2 {	
	font-weight: bold;
	font-size: 24px;
	line-height: 1.3;
	margin: 0 0 30px -6px;
	position: relative;
}

.detailSection h2:before {
	content: "";
	display: inline-block;
	background: #666;
	border-radius: 0 2px 2px 0;
	width: 10px;
	height: 24px;
	margin: 0 ;
	position: absolute;
	top: 4px;
	left: -24px;
}

.detailSection h3 {
	background: url("../images/name_bg.png") bottom center repeat-x;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.detailSection h4 {
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px solid #666;
	padding: 0 0 5px;
	margin: 0 0 10px;
}

.detailSection h5 {
	font-size: 17px;
	font-weight: bold;
}

.detailSection h6 {
	font-size: 16px;
	font-weight: bold;
}

.detailSection p {
	margin-bottom: 30px;	
	font-size: 16px;
}

.detailSection p em {
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
}
	
.detailSection strong,
.detailSection b{
	font-weight: bold;
}

.detailSection em,
.detailSection i {
	font-style: italic;
}

.detailSection ul {
	list-style: outside;
	margin: 0 0 30px 0;
	padding: 20px 50px;
	background: url(../images/bg.jpg);
}

.detailSection ol {
	list-style: outside;
	margin: 0 0 30px 0;
	list-style: decimal;
	padding: 20px 50px;
	background: url(../images/bg.jpg);	
}

.detailSection blockquote {
	position: relative;
	margin: 0 0 30px;
	padding: 40px 50px;
	font-size: 0.9em;
	background: url(../images/bg.jpg);
}

.detailSection blockquote:before,
.detailSection blockquote:after{
	position: absolute;
	font-size: 4em;
	opacity: .1;
	color: #000;
}

.detailSection blockquote:before{
	top: -20px;
	left: 20px;
	content: '“';
}

.detailSection blockquote:after{
	bottom: -40px;
	right: 20px;
	content: '”';
}

.detailSection img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	display:block
}

.detailSection blockquote p:last-child {
	margin: 0!important;
}

.detailSection .wp-caption {
	margin: 0 0 30px;
}

.detailSection .wp-caption-text {
	text-align: right;
	padding: 5px;
	margin: 0!important;
	font-size: 12px;
	color: #999;
}

.detailRelation {
	margin-bottom: 20px;
}

.detailLink ul {
	box-shadow: 0 0 12px #ccc;
	background: #fff;
	margin-bottom: 50px;
	padding: 30px 40px;
	border-radius: 5px;
	font-size: 16px;
}

.detailLink ul li {
	padding: 10px 0;
}

.detailLink ul li span {
	display: inline-block;
	margin-left: 20px;
	font-size: 12px;
	color: #b49783;
	letter-spacing: 2px;
}

.detailLink ul li:before {
	content: "";
	display: inline-block;
	background: url("../images/ico_external.png") center center no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	margin: 0 5px -4px 0;
}

#relation {
	margin:  0 0 50px;
}

#external {
	margin:  0 0 50px;
}

#external ul {
	width: 100%;
	border-top: 1px dotted #ccc;
}

#external li {
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}

#external li a span {
	color: #ccc;
	margin-left: 10px;
	font-size: 12px;
}

#external li a:before {
	content: ">";
}

.pageTitle {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5;
	padding:  0 0 30px;
}

.companyTable {
	width: 100%;
}

.companyTable th{
	border-top: 1px solid #ccc;
	width: 1px;
	white-space: nowrap;
	padding: 10px 20px 10px 0;
}

.companyTable td {
	border-top: 1px solid #ccc;
	padding: 10px 0 10px 0;
}

.companyTable tr:first-child th,
.companyTable tr:first-child td {
	border-top: none;
}

.footerBanners {
	text-align: center;
	padding-bottom: 30px;
}

.footerBanners li {
	display: inline-block;
}

.footerBanners img {
	width: auto;
	height: 60px!important;
	margin: 5px 10px;
}

.twitter-tweet {
	margin: 10px auto!important;
	text-align: center;
}

/*======================================================
  ライター
======================================================*/

.writerBox {
	border-radius: 5px;
	border: 1px solid #ddd;
	padding: 20px;
	overflow: hidden;
	width: calc(100% - 42px);
	display: table;
}

.writerImage {
	width: 200px;
	display: table-cell;
	padding-right: 20px;
}

.writerInfo {
	width: calc(100% - 220px);
	display: table-cell;	
	vertical-align: middle;
}

.writerImage img {
	width: 100%;
	height: auto;
}

.noImage .writerInfo {
	width: 100%!important;
	display: block;
}

.writerHeading {
	line-height: 1;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.writerName {
	font-weight: bold;
	font-size: 20px;
}

.writerText {
	border-top: 2px dotted #ccc;
	line-height: 1.5;
	margin-top: 10px;
	padding-top: 10px;
	width: 100%;
	display: block;
}

