@charset "utf-8";

/* CSS reset
---------------------------*/
html, body, h1, h2, h3, p, ul, li, img {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 16px;
	color: #212121;
}

@media screen and (max-width: 767px) {
	html, body, h1, h2, h3, p, ul, li, img {
		font-size: 14px;
	}
}

html {
	background: #ffd236;
}

img {
	display: block;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

ul, li {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
	display: block;
}

a:hover {
	opacity: 0.6;
}

/* 共通レイアウト
----------------------------*/
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 5px;
	border-radius: 10px;
	box-sizing: border-box;
	background: #ffe99c;
}

/*2カラムレイアウト*/
.wrap_center {
	overflow: hidden;
	margin-top: 20px;
}

.left {
	float: left;
	width: 75%;
	margin-top: -10px;
	margin-left: -10px;
}

.right {
	float: right;
	width: 24%;
}

.flex-btw {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-nml {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.flex-cnt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	.wrap_center {
		overflow: auto;
		margin-top: 20px;
	}

	.left {
		float: none;
		width: 100%;
		margin-top: 0;
		margin-left: 0;
	}

	.right {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
}

/*↓　PC用・スマホ用　↓*/
.pc {
	display: block;
}

.sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}

/*↑　PC用・スマホ用　↑*/

/*共通見出しスタイル
---------------------------*/
.h1-style {
	width: 100%;
	height: auto;
	text-align: center;
}

.h1-style a:hover {
	opacity: 1.0;
}

.h2-style {
	padding: 7px 0px 7px 23px;
	font-size: 16px;
	background: url(../images/common/h2-mark.png) no-repeat left center;
	background-size: 20px auto;
}

/* 共通部品
-----------------------------*/
/*バナー*/
.banner_468x60 img, .banner_300x250 img {
	display: block;
	margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
}

.banner_468x60 img {
	padding: 10px 5px;
}

.banner_300x250 img {
	padding: 5px;
}

/*RSSエリア
-----------------------------*/
.rss {
	padding: 5px 0;
}

.rss li {
	position: relative;
	margin: 2.5px;
}

.rss p {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 36px;
	margin: auto;
	padding: 0 5px;
	box-sizing: border-box;
	background: rgba(100, 100, 100, 0.8);
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
}

@media screen and (max-width:767px) {
	.rss {
		margin: 5px -7.5px;
		padding: 0;
	}

	.rss li {
		position: relative;
		margin: 2.5px;
	}
}

/* ヘッダー
-----------------------------*/
.container_hd {
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 5px;
	box-sizing: border-box;
	background: #ffd236;

}



/*カテゴリー　新着情報　相互リンク　共通*/
.wrap_scroll {
	overflow: auto;
	max-height: 200px;
}

.wrap {
	padding: 5px;
	background: #fff9e7;
	border-radius: 5px;
	box-sizing: border-box;
}

.right .wrap {
	margin-bottom: 5px;
}

.wrap ul {
	margin-bottom: -8px;

}

.wrap li a {
	display: inline-block;
	margin-bottom: 8px;
	margin-right: 15px;
	border-bottom: 1px dashed #212121;
	font-size: 12px;
}

.new:after {
	content: "NEW!";
	width: 24px;
	height: 14px;
	margin-left: 5px;
	color: rgb(255, 198, 0);
	border-bottom: none;
}

/*カテゴリー*/
.category {
	margin-bottom: 10px;
}

.category .wrap {
	padding: 0;
}

.category .wrap ul {
	padding-top: 0;
}

.category .wrap li {
	width: 12.5%;
	padding: 5px;
	box-sizing: border-box;
}

.category .wrap .btn {
	display: block;
	max-width: inherit;
	margin: 0;
	background: #ffd236;
	border-bottom: none;
}

/*検索*/
.search {
	margin-top: 10px;
}

.search form {
	margin: 0;
}

.search form .keywords {
	width: 300px;
	padding: 5px;
}

@media screen and (max-width:825px) {
	.category .wrap li {
		width: 16.66%;
	}
}

@media screen and (max-width:767px) {
	.category .wrap li {
		width: 50%;
	}
}


/* フッター
-----------------------------*/
footer {
	max-width: 1200px;
	margin: 30px auto 0;
	padding: 10px 5px;
	box-sizing: border-box;

}

footer p {
	text-align: center;
	margin: 20px 0 10px;
}

@media screen and (max-width:767px) {
	.links_ft {
		overflow: visible;
	}

	.links_ft ul {
		float: none;
		width: 100%;
	}

	.links_ft ul li {
		text-align: center;
	}
}

/* コンテンツ一覧
-----------------------------*/
.sec_content {
	padding: 10px;
	box-sizing: border-box;
}

.content__date {
	padding: 5px 2px;
	font-size: 14px;
}

.share-sns {
	margin-bottom: 10px;
	text-align: right;
}

.share-sns a {
	display: inline-block;
	margin-right: 10px;
	padding: 5px 10px 5px 30px;
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
}

.twitter {
	background-color: #37c1ff;
	background-image: url(../images/common/twitter.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 15px auto;

}

.content__image {
	max-width: 426px;
	height: 320px;
	margin-bottom: 10px;
	background: #fff;
}

.content__name {
	margin: 5px 0 10px;
	font-size: 20px;
	line-height: 1.5;
}

.content__lead {
	font-size: 14px;
}

.btn {
	max-width: 150px;
	margin: 10px auto 5px;
	padding: 10px;
	background: #ffd236;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
}

/*↓　コンテンツ画像中央配置　↓*/
.content__image {
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.content__image img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.content__lead {
	line-height: 1.5;
}

/*↑　コンテンツ画像中央配置　↑*/

@media screen and (max-width:767px) {
	.content__name {
		margin-bottom: 5px;
	}

	.content__image {
		height: 260px;
	}

}

/*ページネーション*/
.pagination {
	margin: 30px 10px 0;
	padding: 5px;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
}

.page {
	margin-right: 10px;
	padding: 8px 10px 6px;
	background: #ffd236;
	font-weight: bold;
	border-radius: 30px;
}

.page:last-child {
	margin-right: 0;
}

.page_active {
	background: #212121;
	color: #ffd236;
	border: 1px solid #212121;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.wrap-sec_contents {
		overflow: visible;
	}

	.sec_content {
		float: none;
		width: 100%;
		margin: 0 auto;
	}

	.share-sns {
		margin-bottom: 0;
	}

	.share-sns a {
		margin-right: 0;
	}

	.page {
		margin: 2.5px;
	}
}

/*詳細
-----------------------------*/
.h2-style_detail {
	margin: 10px 0;
	text-align: center;
	font-size: 24px;
}

.detail__image {
	max-width: 426px;
	height: 320px;
	margin-bottom: 10px;
	background: #fff;
}

.wrap .wrap_detail__image {
	margin-bottom: 20px;
}

.detail__lead {
	margin-bottom: 20px;
	line-height: 1.5;
}

/*↓　詳細画像中央配置　↓*/
.detail__image {
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.detail__image img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

@media screen and (max-width:767px) {
	.h2-style_detail {
		font-size: 20px;
		line-height: 1.5;
		text-align: left;
	}

	.detail__image {
		height: 260px;
	}

	.detail__lead {
		text-align: left;
	}
}

/*↑　コンテンツ画像中央配置　↑*/


/*免責事項　エラー共通
-----------------------------*/
.text {
	font-size: 14px;
	line-height: 1.5;
}

/*免責事項
-----------------------------*/
.h2-style_disclaimer {
	margin: 0 auto 20px;
	text-align: center;
	font-size: 24px;
}

/*問い合わせ
-----------------------------*/
.contact {
	display: inline-block;
	padding-top: 10px;
	border-bottom: 1px dashed #212121;
}

/*エラー
-----------------------------*/
.h2-style_error {
	position: relative;
	width: 100px;
	margin: 20px auto;
	font-size: 24px;
}

.h2-style_error:before {
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 5px;
	left: -40px;
	margin: auto;
	content: "";
	width: 32px;
	height: 32px;
	background: url(../images/common/ex-mark.png);
	background-size: contain;
}

.text_error {
	margin-left: 10px;
	text-align: center;
}

@media screen and (max-width:767px) {
	.text_error {
		margin-left: 0px;
		text-align: center;
	}
}
