/* Home ============================== */

.bg-dot {
	background: #fff url("../images/bg-dot.png") repeat left top;
}

.hero .container,
.icon-menu .container,
.news .container,
.topics .container,
.sitemap .container {
	margin-left: 10px;
	margin-right: 10px;
}
@media screen and (min-width: 768px), print {
	.hero .container,
	.icon-menu .container,
	.news .container,
	.topics .container,
	.sitemap .container {
		margin-left: auto;
		margin-right: auto;
	}
}

.hero {
	display: none;
}
@media screen and (min-width: 768px), print {
	.hero {
		display: block;
		border-bottom: 1px solid #ddd;
	}
}

/* スライダー */

.owl-theme .owl-dots {
	/*text-align: center;*/
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 56px;
	height: 6px;
	margin: 5px 7px 5px 0;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #6eb92b;
}

/* facebook */

.facebook {
	height: 100%;
	background: transparent url("../images/bg-fb-page.png") no-repeat left top;
}
.sp-facebook {
	margin-top: 2em;
	text-align: center;
}

/* アイコンメニュー */

.icon-menu {
	padding: 1em 0 0 0;
}
.icon-menu-list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	list-style: none;
}
.icon-menu-list li {
	width: 23%;
	margin-bottom: 1em;
	margin-left: 1%;
	margin-right: 1%;
}
.icon-menu-list img {
	display: block;
	margin: 0 auto;
}
/*
#searc_bnr {
  display: block;
  text-align:center;
  margin-bottom:1em;
}
*/
@media screen and (min-width: 768px), print {
	.icon-menu {
		padding: 1.5em 0;
	}
	.icon-menu-list li {
		width: 110px;
		margin-bottom: 0;
	}
	.icon-menu-list {
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.icon-menu-list li {
		margin-left: 0;
		margin-right: 0;
	}
	/*
  #searc_bnr {
	display: none;
  }
  */
}

/* 新着情報 */

.news {
	padding: 0;
}
.whatsnew {
	border: 1px solid #ccc;
	background-color: #fff;
}
.whatsnew h2 {
	padding: 10px 0 8px 16px;
	border-bottom: 4px solid #6eb92b;
}
.news-iframe {
	height: 150px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px), print {
	.news {
		padding: 0 0 1.5em 0;
	}
	.news-iframe {
		height: 344px;
		overflow: auto;
	}
}

ul.update {
	padding: 8px 16px 8px 8px;
	list-style: none;
}
ul.update li {
	border-bottom: 1px dashed #ccc;
}

.update .meta {
	position: relative;
	padding: 0.5em 0 0 0;
	font-size: 1.2rem;
}
.update .title {
	padding: 0.5em 0;
	font-size: 1.4rem;
	overflow-wrap: break-word;
}

.update .date {
	display: inline-block;
	color: #684e3b;
}
.update .date .new {
	position: relative;
	top: -1px;
	color: #ff1d51;
	font-size: 1rem;
	font-weight: bold;
}

.update .cate {
	position: absolute;
	right: 0;
	display: inline-block;
}
.update .cate span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: whitesmoke;
	border-radius: 3px;
	color: #4a4a4a;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 1rem;
	height: 1.8em;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.5;
	padding-left: 0.75em;
	padding-right: 0.75em;
	white-space: nowrap;

	font-weight: bold;
}
.update .cate .support {
	background-color: #c25055;
	color: #fff;
}
.update .cate .newly {
	background-color: #f29846;
	color: #fff;
}
.update .cate .reform {
	background-color: #5eade8;
	color: #fff;
}
.update .cate .akiya {
	background-color: #a86ea3;
	color: #fff;
}
.update .cate .professional,
.update .cate .pro {
	background-color: #734b23;
	color: #fff;
}
.update .cate .useful {
	background-color: #4c76bb;
	color: #fff;
}
.update .cate .taishin {
	background-color: #689f33;
	color: #fff;
}
.update .cate .info,
.update .cate .tatekkana {
	background-color: #6eb92b;
	color: #fff;
}

@media screen and (min-width: 600px), print {
	ul.update {
		padding: 8px 16px;
	}
	.update .meta {
		font-size: 1.4rem;
	}
	.update .title {
		/*padding-left: 170px;*/
		font-size: 1.4rem;
	}
	.update .date .new {
		font-size: 1rem;
	}
	.update .cate {
		left: 170px;
		right: auto;
	}
	.update .cate span {
		font-size: 1.2rem;
	}
}

.banner-box {
	list-style: none;
	margin: 0 -10px;
	padding: 12px 0;
	background-color: #e6e6e6;
}
.banner-box img {
	display: block;
	margin: 0 auto;
	padding: 4px 8px;
}
@media screen and (min-width: 768px), print {
	.banner-box {
		margin: 0;
		padding: 8px 0;
	}
}
.banner-box.pickup{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 15px;
}
.banner-box.pickup li{
	padding: 0 0 15px 0;
	width: 48%;
}
.banner-box.pickup li:nth-child(3),
.banner-box.pickup li:last-child{
	padding: 0;
}

.banner-box.pickup img{
	padding:  0;
}
@media screen and (min-width: 768px), print {
	.banner-box.pickup{
		display: block;
	}
	.banner-box.pickup li{
		padding: 0 ;
		width: 100%;
	}
	.banner-box.pickup img{
		padding: 4px 8px;
	}
}

/* トピックス*/

.topics {
	padding: 2em 0;
	min-height: 250px;
	background: #5b4c53 url("../images/topics-bg.jpg") no-repeat center center;
	background-size: cover;
	color: #fff;
}
.topics h2 {
	padding: 0 0 1em 0;
}

.topics-list {
	-webkit-display: flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 1em 0;
}
.topics-takumi {
	width: 40%;
	margin-bottom: 1em;
}
.topics-takumi:last-child {
	display: none;
}
.topics-list a {
	display: block;
	color: #fff;
}
.topics-thumb {
	display: block;
	overflow: hidden;
	border-radius: 50%;
}
.topics-thumb img {
	display: block;
	width: 100%;
}
.topics-name {
	padding-top: 0.5em;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
}
.topics-name .job {
	display: inline-block;
	margin-right: 0.5em;
	padding: 1px 4px;
	border-radius: 3px;
	background-color: #734b23;
	color: #fff;
	font-size: 1.2rem;
}

.button.is-topics {
	width: 100%;
	padding: 1em;
	border: 1px solid #fff;
	background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px), print {
	.topics-list {
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.topics-takumi {
		width: 160px;
	}
	.topics-takumi:last-child {
		display: block;
	}
	.button.is-topics {
		width: auto;
		margin-left: 50%;
		padding: 1.25em 5em;
		transform: translateX(-50%);
	}
}

/* サイトマップ */

.sitemap {
}
.sitemap h2 {
	padding: 2em 0 1em 0;
}
.sitemap-columns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sitemap-columns > .sitemap-box {
	width: 100%;
	margin-bottom: 1.5em;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px), print {
	.sitemap-columns > .sitemap-box {
		width: 32%;
	}
}
.sitemap-head {
	display: block;
	width: 100%;
	height: 100%;
	padding: 36px 8px;
	border-top: 6px solid #ccc;
	background-size: cover;
	background-position: center;
	transition-duration: 0.2s;
}
.sitemap-head:hover {
	opacity: 0.7;
}
.sitemap-box.support .sitemap-head {
	border-color: #c25055;
	background-image: url("../images/sitemap-support.png");
}
.sitemap-box.newly .sitemap-head {
	border-color: #f29846;
	background-image: url("../images/sitemap-newly.jpg");
}
.sitemap-box.reform .sitemap-head {
	border-color: #5eade8;
	background-image: url("../images/sitemap-reform.jpg");
}
.sitemap-box.akiya .sitemap-head {
	border-color: #a86ea3;
	background-image: url("../images/sitemap-akiya.jpg");
}
.sitemap-box.professional .sitemap-head {
	border-color: #734b23;
	background-image: url("../images/sitemap-professional.jpg");
}
.sitemap-box.useful .sitemap-head {
	border-color: #4c76bb;
	background-image: url("../images/sitemap-useful.jpg");
}

.sitemap-box.support .sitemap-head.is-disabled {
	background-image: url("../images/sitemap-support-disabled.png");
}
.sitemap-box.akiya .sitemap-head.is-disabled {
	background-image: url("../images/sitemap-akiya-disabled.jpg");
}
.sitemap-head.is-disabled:hover {
	opacity: 1;
}

.sitemap-head span {
	display: inline-block;
	padding: 6px 12px;
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
	font-family: serif;
	font-size: 1.8rem;
}
.sitemap-box.support .sitemap-head span {
	background-color: rgba(194, 80, 85, 0.8);
}
.sitemap-box.newly .sitemap-head span {
	background-color: rgba(242, 152, 70, 0.8);
}
.sitemap-box.reform .sitemap-head span {
	background-color: rgba(94, 173, 232, 0.8);
}
.sitemap-box.akiya .sitemap-head span {
	background-color: rgba(168, 110, 163, 0.8);
}
.sitemap-box.professional .sitemap-head span {
	background-color: rgba(115, 75, 35, 0.8);
}
.sitemap-box.useful .sitemap-head span {
	background-color: rgba(76, 118, 187, 0.8);
}

.sitemap-box p {
	padding: 8px 8px 0 8px;
	font-weight: bold;
}
.sitemap-box.support p {
	color: #c25055;
}
.sitemap-box.newly p {
	color: #f29846;
}
.sitemap-box.reform p {
	color: #5eade8;
}
.sitemap-box.akiya p {
	color: #a86ea3;
}
.sitemap-box.professional p {
	color: #734b23;
}
.sitemap-box.useful p {
	color: #4c76bb;
}

.sitemap-box ul {
	padding: 8px;
	list-style: none;
	color: #999;
	font-size: 1.4rem;
}
.sitemap-box li a {
	color: #333; /* color: #42210A; */
}
.sitemap-box li:before {
	padding-right: 0.25em;
	content: "\f101";
	font-family: fontawesome;
}
.sitemap-box.support li:before {
	color: #c25055;
}
.sitemap-box.newly li:before {
	color: #f29846;
}
.sitemap-box.reform li:before {
	color: #5eade8;
}
.sitemap-box.akiya li:before {
	color: #a86ea3;
}
.sitemap-box.professional li:before {
	color: #734b23;
}
.sitemap-box.useful li:before {
	color: #4c76bb;
}

.sitemap-box.useful ul {
	display: flex;
	flex-wrap: wrap;
}
.sitemap-box.useful ul li {
	width: 50%;
}
.sitemap-box.useful ul li.useful-line {
	width: 100%;
}

/* バナーリンク */

.bannerlink {
	padding: 2em 10px 0 10px;
}
.banner-items {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.banner-items li {
	width: 49%;
	padding: 0.25em 0;
}
.banner-items img {
	display: block;
	width: 100%;
}
@media screen and (min-width: 768px), print {
	.bannerlink {
		padding: 2em 0 0 0;
	}
	.banner-items li {
		width: auto;
		padding: 0.5em 0;
	}
}
