@charset "UTF-8";

/*
	Theme Name:Atsumi Wind Development
	Theme URI:https://data.atsumiwd.com/info/
	Description:Atsumi Wind Development Co., Ltd.
	Version:1.0
	Author:Atsumi Wind Development Co., Ltd
	Author URI:https://data.atsumiwd.com/
*/

/* 一覧
========================================== */

/* ---------------------------
ページャー
----------------------------- */

.wp-pagenavi {
	margin-top:30px;
	text-align:center;
	font-size:16px;
}
.wp-pagenavi span,
.wp-pagenavi a {
	display:inline-block;
	vertical-align:top;
	margin:0 2px;
	width:50px;
	height:50px;
	line-height:46px;
	color:#3E3A39;
	text-align:center;
	border:none;
	padding-left:0!important;
	padding-right:0!important;
}
.wp-pagenavi span.pages {
	display:none;
}
.wp-pagenavi span.extend {
	width:auto;
	margin:0;
}
.wp-pagenavi a:hover{
	background:#8dc21f;
	color:#fff;
}
.wp-pagenavi span.current {
	background:#8dc21f;
	color:#fff;
}
@media only screen and (max-width:600px) {
	.wp-pagenavi {
		font-size:14px;
	}
	.wp-pagenavi span,
	.wp-pagenavi a {
		width:36px;
		height:36px;
		line-height:34px;
		margin:0;
	}
}

/* 詳細
========================================== */

.article {
	font-size:16px;
}
.article a {
    text-decoration:underline;
}
.article strong {
	font-weight:bold;
}
.article table {
	width:100%;
    border-collapse:collapse;
}
.article table tr {
}
.article table tr th,
.article table tr td {
    padding:10px 16px;
    border:1px solid #e0e0e0;
}
.article table tr td:first-of-type {
    background-color:#f9f9f9
}

/* ---------------------------
リスト
----------------------------- */

.article ul,
.article ol {
	line-height:180%;
	margin-bottom:1.1em;
	-ms-word-wrap:break-word;
	word-wrap:break-word;
}
.article li:empty {
    list-style:none;
    height:1em;
}
.article ul {
	list-style:disc;
	margin-left:1.5em;
}
.article ul ul { list-style:circle; }
.article ul ul ul { list-style:square; }

.article ol {
	list-style:decimal;
	margin-left:1.5em;
}
.article ol ol { list-style:lower-alpha; }
.article ol ol ol {
	list-style:lower-roman;
}
.article ul ul,
.article ul ol,
.article ol ul,
.article ol ol {
	margin-bottom:0;
}
.article li {
	margin-top:0.5em;
	line-height:170%;
}
.article ol > li:last-child,
.article ul > li:last-child {
	margin-bottom:0;
}
@media (max-width:600px) {
	.article ul,
	.article ol {
		line-height:160%;
		margin-bottom:1em;
	}
}

/* ---------------------------
見出し
----------------------------- */

.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
	font-weight:700;
	line-height:1.6;
	color:#000;
	margin:60px 0 36px;
    letter-spacing:.1em;
}
.article h2 {
	font-size:28px;
	padding:0 18px 15px 8px;
	border-bottom:4px solid #ccc;
	position:relative;
}
.article h2:after {
	display:block;
	width:25%;
	height:4px;
	content:"";
	position:absolute;
	left:0;
	bottom:-4px;
	background:#8dc21f;
}
.article h3 {
	font-size:24px;
	padding:12px 0 12px 18px;
	background-color:#666;
    color:#fff;
}
.article h4 {
	font-size:22px;
	padding-left:18px;
	border-left:4px solid #8dc21f;
}
.article h5 {
	font-size:20px;
}
.article h6 {
	font-size:17px;
	padding-left:28px;
	position:relative;
}
.article h6:before {
	display:block;
	width:7px;
	height:7px;
	content:"";
	position:absolute;
	left:5px;
	top:10px;
	background:#000;
	border-radius:50%;
}
@media only screen and (max-width:767px) {
	.article h2,
	.article h3,
	.article h4,
	.article h5,
	.article h6 {
		margin:40px 0 22px
	}
	.article h2 {
		font-size:21px;
		padding:40px 18px 8px 0;
		border-bottom:3px solid #ccc;
	}
    .article h2:after {
		width:32%;
		height:3px;
		bottom:-3px;
	}
	.article h3 {
		font-size:19px;
        padding:10px 0 10px 15px;
	}
	.article h4 {
		font-size:18px;
		padding-left:15px;
		border-left:3px solid #8dc21f;
	}
	.article h5 {
		font-size:17px;
	}
}

