@charset "UTF-8";
/*	header
----------------------------------------------------*/
header {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	border-top: 5px solid #333;
	border-bottom: 1px solid #bbb;
	box-shadow:0px 2px 6px 0px #ccc;
	-moz-box-shadow: 0px 2px 6px 0px #ccc;
	-webkit-box-shadow: 0px 2px 6px 0px #ccc;
	background: linear-gradient(#f2f2f2, #fff);
	z-index: 99;
}

.headerInnerSP {
	display: none;
}
.headerInnerPC {
	width: 1000px;
	margin: 0 auto;
}
.headerInnerPC .top {
	padding-top: 10px;
	margin-bottom: 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headerInnerPC .top .title h1 {
	font-size: 1.1rem;
	font-weight: 400;
}
.headerInnerPC .top .snsShare ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	list-style: none;
	padding-left: 160px;
}
.headerInnerPC .top .snsShare ul li {
	width: 30px;
	margin-right: 10px;
}
.headerInnerPC .top .snsShare ul li:last-child {
	margin: 0;
}

.headerInnerPC .top .siteGuide ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
}
.headerInnerPC .top .siteGuide ul li a {
	color: #545454;
}
.headerInnerPC .top .siteGuide ul li a:hover {
	color: #990000;
}
.headerInnerPC .top .siteGuide ul .privacy a {
	padding: 1px 0 1px 20px;
	background: url(../../img/common/icon_privacy_01.gif) 0 0 no-repeat;
	margin-right: 30px;
}
.headerInnerPC .top .siteGuide ul .privacy a:hover {
	background: url(../../img/common/icon_privacy_01_on.gif) 0 0 no-repeat;
}
.headerInnerPC .top .siteGuide ul .sitemap a {
	padding: 1px 0 1px 25px;
	background: url(../../img/common/icon_sitemap_01.gif) 0 0 no-repeat;
}
.headerInnerPC .top .siteGuide ul .sitemap a:hover {
	background: url(../../img/common/icon_sitemap_01_on.gif) 0 0 no-repeat;
}

.headerInnerPC .main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 14px;
}
.headerInnerPC .main nav {
}
.headerInnerPC .main nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headerInnerPC .main nav ul li {
	font-weight: bold;
	text-align: center;
	padding: 5px 15px;
	border-left: 1px solid #e6e6e6;
}
.headerInnerPC .main nav ul li .en {
	font-size: 1rem;
	font-weight: 300;
	display: block;
}

.headerInnerPC .main nav ul li a {
	color: #535353;
}
.headerInnerPC .main nav ul li a.active {
	color: #990000;
}
.headerInnerPC .main nav ul li a img:hover {
	opacity: 0.8;
}


/*	main
----------------------------------------------------*/
#main {
	width: 100%;
	padding-top: 158px;
}
.contents01 .mainTitle {
  margin-bottom: 20px;
}
.contents01 #breadcrumb > div a:hover {
  color: #990000;
  text-decoration: underline;
}
.contents01 #breadcrumb > div a {
  color: #545454;
}
#searchBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
#searchBox select {
	width: 45%;
	padding: 10px;
	font-size: 1.0rem;
}
#searchBox .disabled {
	background: #ccc;
}
#searchBox .selectAnd {
	font-size: 1.5rem;
	font-weight: bold;
}
#breadcrumb {
  display: flex;
  justify-content: flex-start;
  background: url(../../img/common/icon_privacy_01.gif) 0 center no-repeat;
  padding-left: 17px;
  margin-bottom: 20px;
  font-size: 11px;
  line-height: 1.5rem;
}
#breadcrumb .breadcrumbs {
	margin-right: 10px;
}
#breadcrumb .breadcrumbs span {
	margin: 0 10px;
  font-size: 1.3rem;
}
#breadcrumb .breadcrumbs span:first-child {
	margin-left: 0;
}
#breadcrumb .breadcrumbs span:last-child {
	margin-right: 0;
}
#breadcrumb .breadcrumbs span a {
	font-size: 1.3rem;
	color: #545454;
}
#breadcrumb .breadcrumbs span a:hover {
	text-decoration: underline;
}

#container {
	display: flex;
	justify-content: space-between;
	width: 1256px;
	margin: 0 auto;
}

.contents {
	order: 1;
	background: #fff;
	width: 860px;
  margin: 0 .5%
}
.contentsWrap {
  padding: 20px 25px;
}
.adsense {
	margin-bottom: 20px;
}

#sites {
	width: 518px;
	padding: 20px;
	margin: 0 auto 30px auto;
	border: 5px solid #ddd;
	background: #dddddd30;
}
.sites_title {
	font-size: 1.6rem;
	border-left: 4px solid #666;
	padding-left: 15px;
	margin-bottom: 10px;
}
#sites p {
	font-size: 1.2rem;
	margin-bottom: 10px;
}
.sites_items {
	display: flex;
	justify-content: space-between;
}
.sites_items-item {
	width: 234px;
}
.sites_items-item:first-child {
	margin-right: 5px;
}
.sites_items-item:last-child {
	margin-left: 5px;
}
.sites_items-item p {
	font-size: 1.1rem;
	margin-bottom: 5px;
}

#snsBottom {
	width: 600px;
	margin: 0 auto;
}
.snsBottom_items {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin-bottom: 20px;
}
.snsBottom_items li {
	width: 32%;
	text-align: center;
}
.snsBottom_items a {
	text-decoration: none;
	border-radius: 4px;
	color: #fff;
	display: block;
	padding: 10px 0;
}
.snsBottom_items a.twitter {
	background: #00b0ed;
}
.snsBottom_items a.facebook {
	background: #3b5998;
}
.snsBottom_items a.line {
	background: #00B900;
}
.snsBottom_items a::before {
	color: #fff;
	display: inline-block;
	font-family: FontAwesome;
	font-weight: 400;
	font-style: normal;
	padding-right: 12px;
}
.snsBottom_items a.twitter::before {
	content: "\f099";
	background: #00b0ed;
}
.snsBottom_items a.facebook::before {
	content: "\f087";
	background: #3b5998;
}
.snsBottom_items a.line::before {
	content: "";
	display: inline-block;
	padding-right: 12px;
	width: 1em;
	height: 1em;
	background: url(../../img/common/sns-line-bottom.png) no-repeat center center;
	background-size: 20px 20px;
	vertical-align: middle;
}
.snsBottom_fb {
	margin-bottom: 40px;
}
.snsBottom_fb-banner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 5px solid #d8ebf9;
	padding: 20px;
}
.snsBottom_fb-banner .right {
	text-align: center;
}
.snsBottom_fb-banner .right p:first-child {
	font-size: 1.8rem;
	margin-bottom: 10px;
	font-weight: bold;
}
.snsBottom_fb-banner .right p:last-child {
	font-size: 1.3rem;
}
.snsBottom_fb-banner .right .iineBanner {
	margin-bottom: 10px;
}

#sidebar {
	order: 2;
	width: 376px;
  border-radius: 4px;
  background-color: #fff;
  margin: 0 .5%;
}
.sideInner {
  padding: 20px 50px;
}
.sideInner .title {
	margin-bottom: 18px;
}
.sideInner .title h3 {
	font-family: 'Noto Sans';
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 3px;
}
#sidebar h3 {
  font-size: 18px;
  margin: 0;
  padding-bottom: 20px;
  padding-left: 0;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #333;
  border-radius: 0;
  background: none;
}

@media screen and (max-width: 1280px) {
  #container {
    width: auto;
  }
  .contents {
    width: 68%;
  }
  #sidebar {
     width: 30%;
  }
}

/* サイドバーの広告エリア */
.side-ad-area {
	list-style-type: none;
	margin-top: 20px;
}
.side-ad-area_ad img {
	position: absolute;
}
.side-ad-area_ad a img {
	position: static;
}
.side-ad-area_desc {
	font-size: 12px;
	padding-bottom: 20px;
}

.sideInner .profile {
	font-size: 1.2rem;
	margin-bottom: 50px;
}
.sideInner .profile .address {
	margin-bottom: 10px;
}
.sideInner .profile .address address {
	font-style: normal;
}
.sideInner .profile .btn {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 10px;
}
.sideInner .profile .btn_map {
	margin-right: 10px;
}
.sideInner .profile .btn_map a,
.sideInner .profile .btn_com a {
	background: #ccc;
	color: #fff;
	padding: 5px 10px;
	letter-spacing: 0.8px;
}
.sideInner .profile .btn_map a:hover,
.sideInner .profile .btn_com a:hover {
	opacity: 0.8;
}
.sideCategory {
	margin-bottom: 10px;
}
.sideCategory .categoryMenu {
	list-style: none;
}
.sideCategory .categoryMenu > li {
	margin: 10px 0;
}
.sideCategory .categoryMenu li div {
	position: relative;
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	color: #333;
	padding: 10px 0;
}
.sideCategory .categoryMenu li div:hover {
	cursor: pointer;
	opacity: 0.8;
}
.sideCategory .categoryMenu li div span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 15px;
	height: 3px;
	background: #999;
}
.sideCategory .categoryMenu li div span:nth-of-type(2) {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sideCategory .categoryMenu li div.minus span:nth-of-type(2) {
	-webkit-transform: none;
	transform: none;
}

.sideCategory .categoryMenu li > ul {
	display: block;
	list-style: none;
}
.sideCategory .categoryMenu li > ul li {
  border-top: 1px solid #ccc;
  display: block;
}
.sideCategory .categoryMenu li > ul li a {
	font-size: 1.3rem;
  display: inline-block;
  width: -webkit-fill-available;
  height: 100%;
  padding: 15px 0 15px 15px;
  color: #333;
  text-decoration: none;
}
.sideCategory .categoryMenu li > ul li a .cat_counts {
  padding: 0px 8px;
  border-radius: 3px;
  background: #e5e5e5;
  color: #333;
  line-height: 20px;
  font-size: 12px;
  display: block;
  float: right;
  margin-right: 20px;
}
.sideCategory .categoryMenu li > ul li a:hover{
	cursor: pointer;
	opacity: 0.8;
}
.list_icon_arrow.icon-lg-b.icon-chevron_right {
  background-image: url(../../img/blog/list-arrow.png);
  background-size: cover;
  display: block;
  position: relative;
  top: 30px;
  left: 0px;
  width: 10px;
  height: 10px;
}
.sideCategory .categoryMenu li > ul li > ul li {
	padding-left: 20px;
}


.side_otokuBanner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	margin-bottom: 20px;
}
.side_ob-item {
	width: 105px;
}
.side_ob-item a:hover {
	opacity: 0.7;
}

.sideInner .sideSite {
	margin-bottom: 50px;
}
.sideInner .sideSite .items ul {
	list-style: none;
	padding: 10px 0;
	border: 1px solid #ddd;
}
.sideInner .sideSite .items li {
	display: block;
	padding: 8px 12px;
	cursor: pointer;
}
.sideInner .sideSite .items li:hover {
	background: #eee;
	opacity: 0.8;
}
.sideInner .sideSite .items li a {
	display: block;
	font-size: 1.3rem;
	color: #333;
}
.sideInner .sideBanner {
	margin-bottom: 10px;
}
.sideInner .sideKeyword {
	margin-bottom: 50px;
}
.sideInner .sideKeyword .items ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	list-style: none;
}
.sideInner .sideKeyword .items ul li {
	margin: 4px 2px;
	padding: 5px 8px;
	background: #eee;
}
.sideInner .sideKeyword .items ul li a {
	color: #333;
}
.sideInner .sideKeyword .items ul li a:hover {
	opacity: 0.8;
	text-decoration: underline;
}
.sideRanking {
	margin-bottom: 50px;
}
.sideR_items-number {
	font-family: 'Noto Sans';
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.sideR_items-item {
	width: 180px;
	margin-bottom: 30px;
}
.sideR_items-item .image {
	width: 180px;
	margin-bottom: 10px;
}
.sideR_items-item .text_date {
	font-size: 1rem;
	margin-bottom: 5px;
}
.sideR_items-item .text_itemTitle {
	margin-bottom: 5px;
}
.sideR_items-item .text_itemTitle h4 {
	font-size: 1.2rem;
	line-height: 1.4rem;
}
.sideR_items-item .text_itemTitle a {
	color: #333;
}
.sideR_items-item .text_info-category {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	list-style: none;
}
.sideR_items-item .text_info-category li {
	margin-right: 5px;
	margin-bottom: 5px;
}
.sideR_items-item .text_info-category li:last-child {
	margin-right: 0;
}
.sideR_items-item .text_info-category a {
	font-size: 1.1rem;
	background: #ededed;
	color: #545454;
	padding: 5px;
}
.facebook {
	text-align: center;
	margin-bottom: 50px;
}

/*	footer
----------------------------------------------------*/
footer {
	width: 100%;
	border-top: 1px solid #ccc;
}
.footerInner {
	width: 1020px;
	margin: 0 auto;
}
.footerInner nav {
}
.footerInner nav ul {
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 20px 0;
}
.footerInner nav ul li {
	margin: 0 20px;
}
.footerInner nav ul li a {
	font-size: 1.3rem;
	color: #545454;
}
.copyright {
	background: #ccc;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 1.2px;
	padding: 15px 0 80px;
}

@media screen and (max-width: 767px) {
	.headerInnerPC {
		display: none;
	}
	.headerInnerSP {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	#searchBox {
		margin-bottom: 10px;
	}
	#breadcrumb {
		width: 96%;
		margin: 10px auto;
    display: block;
	}
	#searchBox select {
		font-size: 1.4rem;
		padding: 5px;
	}
	#container {
		width: 100%;
		display: block;
		padding: 0;
	}
	.contents {
		width: 96%;
		margin: 0 auto;
		padding: 0;
	}

	#snsBottom {
		width: 100%;
	}
	.snsBottom_items a {
		font-size: 1.1rem;
	}
	.snsBottom_fb-banner {
		padding: 10px;
	}
	.snsBottom_fb-banner .right p:first-child {
		font-size: 1.6rem;
	}
	#sites {
		width: auto;
	}

	#sidebar {
		position: fixed;
		top: 0;
		width: 260px;
		height: 100%;
		background: #fff;
		order: 2;
		right: -100%;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.sideInner {
		padding: 10px;
		overflow-y: scroll;
	}
	.sideInner .profile {
		font-size: 1.3rem;
	}
	.sideCategory .categoryMenu a {
		font-size: 1.3rem;
	}
	.side_ob-item {
		width: 95px;
	}
	.sideInner .sideSite .items a {
		font-size: 1.3rem;
	}
	#spBottom .sideR_items-item {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	#spBottom .sideR_items-item .image {
		width: 230px;
		margin: auto;
	}
	#spBottom .sideR_items-item .text {
		flex: 1;
	}
	#spBottom .sideR_items-item .text_date {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	#spBottom .sideR_items-item .text_itemTitle h4 {
		font-size: 2rem;
		line-height: 2.4rem;
	}
	.sideR_items-item .text_info-category a {
		font-size: 1.6rem;
	}
	.footerTop .footerNav {
		width: 96%;
		margin: 0 auto;
		flex-wrap: wrap;
	}
	.footerInner {
		width: 96%;
		margin: 0 auto;
	}
	.footerInner .bottom  .guideNav {
		padding: 0 10px;
	}
	.footerInner nav ul li a {
		font-size: 1.6rem;
	}
  .copyright {
    padding: 15px 0 50px;
  }
}

#searchform {
  margin: 1em 0 2em;
  position: relative;
}
#searchform input {
  font-family: inherit;
  padding: 11px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 18px;
  width: calc(100% - 22px);
}
#searchform button {
  position: absolute;
  right: 3px;
  top: calc(50% - 12px);
  font-size: 20px;
  cursor: pointer;
  border: none;
  color: #ddd;
  padding: 0 8px;
  background-color: rgba(255, 255, 255, 0);
}



