@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: "ヒラギノ角ゴ pro W3", "Hiragino Kaku Gothic pro", Osaka, "メイリオ", Meiryo, "ＭＳＰゴシック", sans-serif;
	color: #444;
	font-size: 16px;
	line-height: 1.8em;
}

body {
	-webkit-text-size-adjust: 100%;
	margin-bottom: 150px;
	background: #fcfcfc;
}

h1 {
	margin: 0;
	padding: 0;
	display: inline;
}

img {
	border: 0;
	vertical-align: top;
}

a {
	color: #0066cc;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
	text-decoration: none;
}

a:hover img {
	opacity: 0.6;
}

ul, ol, dl {
	text-indent: 0;
}

ul li {
	list-style: none;
}

address {
	font-weight: normal;
	font-style: normal;
}

abbr {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.center {
	text-align: center;
}

img.alignright {
	display: block;
	margin: 0 0 0 auto;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
* {
	box-sizing: border-box;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
.ie8 img {
	width: auto;
}
.center {
	text-align: center;
}
blockquote {
	margin-bottom: 3%;
	padding: 4%;
	background: #eee;
	font-size: 0.8em;
	border: 1px dotted #ccc;
}
blockquote .name {
	font-weight: 700;
	font-style: italic;
}
strong {
	font-weight: 700 !important;
}

.container {
	padding: 20px 0;
	margin: 0 auto 20px;
	max-width: 1100px;
}
main {
	margin: 0 auto;
	padding: 40px;
	width: 100%;
	border: 1px solid #cccccc;
	background: #ffffff;
}
footer {
	padding: 20px 0;
	background: #222;
	text-align: center;
	width: 100%;
	color: #ffffff;
	position: fixed;
	bottom: 0;
}
footer a {
	color: #fff;
	transition: all 0.3s ease;
}
footer a:hover {
	color: #24aeff;
}
footer .bottom-fix-text{
	font-size: 1.25rem;
	padding-bottom: 30px;
}
h1 {
	text-align: left;
	font-weight: 700;
}
h4 {
	margin: 0 0 20px 0;
}
main .title-txt {
	padding-bottom: 0;
	margin-bottom: 10px;
	font-size: 40px;
	line-height: 1.2em;
	font-weight: 700;
	text-align: left;
	border-bottom: none;
}
main h1 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	display: block;
	font-size: 40px;
	line-height: 1.2em;
	font-weight: 700;
	text-align: left;
	border-bottom: 7px solid #333333;
}
main h2 {
	margin-bottom: 20px;
	padding: 15px;
	background: #eee;
	border: 1px solid #ccc;
	text-align: left;
	font-size: 30px;
	font-weight: 500;
	border-radius: 10px;
}
main h3 {
	margin-bottom: 30px;
	text-align: left;
	font-size: 25px;
}
main .gray {
	color: #999999;
	text-align: left;
}
main .head-line {
	border-top: 1px solid #cccccc;
	padding-top: 10px;
	margin-top: 10px;
}
main .txt-blue {
	color: #003399;
}
main p, table {
	margin-bottom: 5%;
	font-size: 1.3em;
	line-height: 2.2em;
	letter-spacing: 0.02em;
}
main li {
	margin-bottom: 2%;
	font-size: 1.3em;
	line-height: 2.2em;
	letter-spacing: 0.02em;
}
main .small {
	margin-bottom: 20px;
	font-size: 1em;
	line-height: 1.5em;
}
main blockquote {
	margin-bottom: 20px;
}
main blockquote p {
	margin-bottom: 7px !important;
}
main blockquote .bq {
	text-align: right;
	color: #aaa;
	font-size: 1em;
	line-height: 130%;
}
.footer-sns {
	margin-top: 50px;
}
.sns-box {
	margin-bottom: 5%;
}
.sns-box a, .sns-box .iine {
	margin-right: 2%;
	margin-bottom: 5px;
	float: left;
	text-align: center;
	display: block;
	transition: all 0.3s ease;
	position: relative;
	top: 0;
	width: 40px;
	height: 40px;
	min-height: 40px;
	border-radius: 0;
	padding: 0;
	line-height: 40px;
}
.sns-box a:hover, .sns-box .iine:hover {
	top: 4px;
}
.sns-box .btn-share {
	background: #3b5998;
	color: #FFF;
}
.sns-box .btn-tweet {
	background: #55acee;
	color: #FFF;
}
.sns-box .btn-hatena {
	background: #00a4de;
}
.sns-box .btn-hatena img {
	vertical-align: middle;
	max-width: 17px;
	height: 15px;
}
.sns-box .count {
	color: #ffffff;
	font-size: 1.4em;
	line-height: 1em;
	min-height: 20px;
}
.btn {
	padding: 2% 4%;
	margin: 2% 10% 10%;
	width: 80%;
	background: #c00;
	color: #fff;
	font-size: 1.5em;
	line-height: 1.8em;
	display: block;
	text-align: center;
	border-radius: 100px;
	transition: all 0.3s ease;
	box-shadow: 0 7px 0 0 #500;
	position: relative;
	top: 0;
}
.btn:hover {
	box-shadow: 0 1px 0 0 #500;
	color: #ffffff;
	top: 6px;
}
#iine-box {
	float: right;
	max-width: 280px;
	background: #fff;
	z-index: 4;
}
.article-list li {
	margin-bottom: 5%;
	padding-bottom: 5%;
	border-bottom: 1px dotted #ccc;
}
.article-list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.article-list li a {
	overflow: hidden;
	display: block;
	width: 100%;
	color: #333;
	transition: all 0.3s ease;
}
.article-list li a:hover img {
	opacity: .6;
}
.article-list li a .img {
	float: left;
	width: 30%;
	border: 1px solid #ccc;
}
.article-list li a .title {
	float: right;
	width: 68%;
}
.article-list li a .title .date {
	margin-bottom: 2%;
	font-size: 1em;
	line-height: 1.3em
}
.article-list li a .title h2 {
	margin-bottom: 0;
	border-bottom: none;
	font-size: 1.5em;
	line-height: 1.5em;
	padding: 0;
	border: 0;
	background: inherit;
}
.article-list li a img {
	opacity: 1.0;
	transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
	body {
		font-size: 13px;
		margin-bottom: 120px;
	}
	.container{
		padding-left: 15px;
		padding-right: 15px;
	}
	main {
		padding: 15px;
		width: 100%;
	}
	footer {
		padding: 15px 0;
	}
	footer .bottom-fix-text{
		padding-bottom: 15px;
	}
	h4 {
		margin: 0 0 5% 0;
	}
	main .title-txt {
		font-size: 2em;
	}
	main h1 {
		margin-bottom: 15px;
		padding-bottom: 10px;
		font-size: 2em;
		border-bottom: 5px solid #444;
	}
	main h2 {
		margin-bottom: 15px;
		line-height: 1.3em;
	}
	main h3 {
		margin-bottom: 30px;
		font-size: 1.8em;
		line-height: 1.3em;
	}
	main p br {
		display: none;
	}
	main .small {
		margin-bottom: 3%;
		font-size: 1em;
		line-height: 1.5em;
	}
	main blockquote {
		margin-bottom: 10px;
	}
	main blockquote p {
		margin-bottom: 5px;
	}
	main blockquote .bq {
		line-height: 1.3em;
	}
	.footer-sns {
		margin-top: 5%;
	}
	.sns-box {
		margin-bottom: 10%;
	}
	.sns-box .count {
		margin-top: 5px;
	}
	.btn {
		padding: 5% 2%;
		margin: 2% auto 10%;
		width: 100%;
		font-size: 1.3em;
		line-height: 1.3em;
	}
	#iine-box {
		display: none;
	}
	.article-list li a .img {
		margin-bottom: 10px;
		width: 100%;
	}
	.article-list li a .title {
		width: 100%
	}
	.article-list li a .title .date {
		margin-bottom: 1%;
		color: #333;
	}
	.article-list li a .title h2 {
		color: #333;
		font-size: 1.5em;
		line-height: 1.7em;
	}
}