@charset "Shift_JIS";

/* index
---------------------------------------------------- */

/* slider */
.slider {
	background: -moz-linear-gradient(transparent 70%, #f4f4f4 70%);
	background: -webkit-linear-gradient(transparent 70%, #f4f4f4 70%);
	background: linear-gradient(transparent 70%, #f4f4f4 70%);
}
.slider-wrap01 {
	width: 1080px;
}
.slick-current {
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.8);
}
.slick-slide img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition-duration: 0.5s;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	width: 69px;
	height: 69px;
	z-index: 100;
	padding: 4px 8px;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	background-color: transparent;
}
.slick-arrow:hover {
	opacity: .6;
}
.slick-prev {
	left: 20px;
	background-image: url("../images/index/prev.png");
}
.slick-next {
	right: 20px;
	background-image: url("../images/index/next.png");
}

#slick03 .slick-slide {
	transition: 1s ease-in-out;
	transform: scale(.85);
	transform-origin: 100% 50%;
}
#slick03 .slick-current {
	transform: scale(1);
	transform-origin: 50% 50%;
}
#slick03 .slick-current + .slick-slide {
	transform-origin: 0 50%;
}

.slick-slide {
	overflow: hidden;
}
.slick-slide a:hover img {
	transform: scale(1.1,1.1);
	opacity: 0.7;
}

/* new_label */
.new_label {
	position: absolute;
	width: 80px;
	height: 80px;
	top: 0;
	left: 0;
	z-index: 1;
}
.new_label:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 0;
	height: 0;
	border-top: 80px solid #000;
	border-right: 80px solid transparent;
}
.new_label:after {
	content: "NEW";
	position: absolute;
	top: 3px;
	left: 3px;
	font-size: 20px;
	color: #FFF;
	transform: rotate(-45deg) translate(-5px, 5px);
}

/* inner */
.slick-slide .inner {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
	text-align: left;
	font-size: 22px;
	color: #FFF;
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.slick-slide .inner p {
	height: 36px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.slick-slide .inner p span {
	font-size: 12px;
    line-height: 25px;
    margin: 0 10px 5px 0;
    padding: 0px 10px;
    vertical-align: middle;
    display: inline-block;
    background-color: #000;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.ico01 {
    background-color: #8dc624!important;
}
.ico02 {
    background-color: #e0b217!important;
}
.ico03 {
    background-color: #4db9d3!important;
}
.ico04 {
    background-color: #ea8d3d!important;
}
.ico05 {
    background-color: #4d9acb!important;
}
.ico06 {
    background-color: #e36098!important;
}
.icon[data-slug="roof-exterior"]{
	background-color: #E0B217;
}
.icon[data-slug="disaster-prevention"]{
	background-color: #E36098;
}
.icon[data-slug="maintenance"]{
	background-color: #4D9ACB;
}
.icon[data-slug="reform"]{
	background-color: #4DB9D3;
}
.icon[data-slug="building-living"]{
	background-color: #8DC624;
}
.icon[data-slug="case-stories"]{
	background-color: #967AD6;
}

.slick-dots {
	display: none!important;
}

/* about */
.index_about {
	background: -moz-linear-gradient(top, #f4f4f4, #FFF);
	background: -webkit-linear-gradient(top, #f4f4f4, #FFF);
	background: linear-gradient(to bottom, #f4f4f4, #FFF);
}
.index_about .inner {
	text-align: center;
	padding: 50px 0;
	background-image: url("../images/index/about.png");
	background-position: left center;
	background-size: 10000px 100%;
}
.index_about h2 {
	font-size: 32px;
	margin-bottom: 15px;
}
.index_about h2 br {
	display: none;
}
.index_about h2 span {
	font-size: 23px;
}
.index_about p br {
	display: none;
}
.index_about a {
	font-size: 12px;
	display: table;
	margin: 30px auto 0;
	padding: 0 35px;
	color: #000;
	background-color: #e8e7e7;
	font-family: 'notosansjp-bold';
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.index_about a:hover {
	opacity: 0.7;
}
.index_about a span {
	padding-right: 16px;
	background-image: url("../images/common/h_btn1.png");
	background-position: right center;
	background-repeat: no-repeat;
}

/* search */
.index_search {
	padding: 50px 0 65px;;
	background-color: #FFF;
}
.index_search form {
	width: 500px;
	border: 2px solid #000;
	margin: 0 auto;
	padding: 10px 20px 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.index_search input[type="text"] {
    padding: 0;
    width: 425px;
	line-height: 26px;
	border: none;
	font-size: 16px;
	font-family: 'notosansjp';
}
.index_search .search_btn {
    width: 26px;
	height: 26px;
	float: right;
	margin-top: 6px;
    border: none;
	background-image: url("../images/index/search.png");
	background-color: #FFF;
}

/* recommend */
.index_recommend {
	padding: 100px 0 80px;
	background-color: #f4f2f2;
}
.index_recommend h2 {
	text-align: center;
	font-size: 54px;
	letter-spacing: 0.1em;
	margin-bottom: 70px;
}
.index_recommend h2 span {
	display: block;
	font-size: 24px;
	margin-top: 20px;
}
.index_recommend ul {
	margin-left: -40px;
}
.index_recommend ul li {
	float: left;
	width: 520px;
	margin-left: 40px;
	background-color: #FFF;
	position: relative;
}
.index_recommend ul li .inner {
	padding: 25px 30px;
}
.index_recommend ul li .inner .cate {
	font-size: 12px;
	line-height: 25px;
	margin: 0 10px 5px 0;
	padding: 0px 10px;
	color: #FFF;
	vertical-align: middle;
	display: inline-block;
	/* background-color: #000; */
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

.index_recommend ul li .inner .cateWrap{
	display: flex;
	flex-wrap: wrap;
	column-gap: 5px;
	row-gap: 5px;
	margin-bottom: 5px;
}
.index_recommend ul li .inner .cate-block{
	margin: 0;
	display: block;
}
.index_recommend ul li .inner .ttl {
	font-size: 20px;
    line-height: 30px;
    margin: 0 0 10px 0;
	font-family: 'notosansjp-bold';
}
.index_recommend ul li .inner .txt {
	font-size: 14px;
    line-height: 25px;
	max-height: 50px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index_recommend ul li .img {
	width: 100%;
	height: 347px;
	overflow: hidden;
}
.index_recommend ul li .img img {
	object-fit: cover;
    width: 100%;
    height: 100%;
	transition-duration: 0.5s;
}
.index_recommend ul li a:hover .img img {
	transform: scale(1.1,1.1);
}

/* ranking */
.index_ranking {
	padding: 100px 0 80px;
	background-color: #FFF;
}
.index_ranking h2 {
	text-align: center;
	font-size: 54px;
	letter-spacing: 0.1em;
	margin-bottom: 70px;
}
.index_ranking h2 span {
	display: block;
	font-size: 24px;
	margin-top: 20px;
}
.index_ranking .tab_item {
	width: 14.2857%;
	line-height: 18px;
	font-size: 14px;
	padding: 14px 0;
	text-align: center;
	display: block;
	float: left;
	transition: all 0.2s ease;
	border-bottom: 1px solid #e8e6e7;
}
.index_ranking .tab_item:hover {
	border-bottom: 2px solid #000;
}
input[name="tab_item"] {
	display: none;
}
.index_ranking .tab_content {
	display: none;
	clear: both;
	overflow: hidden;
}
#ranking00:checked ~ #ranking00_content,
#ranking01:checked ~ #ranking01_content,
#ranking02:checked ~ #ranking02_content,
#ranking03:checked ~ #ranking03_content,
#ranking04:checked ~ #ranking04_content,
#ranking05:checked ~ #ranking05_content,
#ranking06:checked ~ #ranking06_content {
	display: block;
}
.index_ranking .tabs input:checked + .tab_item {
	border-bottom: 2px solid #000;
}
.index_ranking .tabs input:checked + .tab_item::after {
	border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
}
.index_ranking .tab_content ul {
}
.index_ranking .tab_content ul li {
	padding: 20px 0;
	border-bottom: 1px solid #e8e6e7;
}
.index_ranking .tab_content ul li .img {
	width: 180px;
	height: 120px;
	overflow: hidden;
	float: left;
}
.index_ranking .tab_content ul li .img img {
	object-fit: cover;
    width: 100%;
    height: 100%;
	transition-duration: 0.5s;
}
.index_ranking .tab_content ul li a:hover .img img {
	transform: scale(1.1,1.1);
}
.index_ranking .tab_content ul li .ttl {
	font-size: 20px;
	line-height: 34px;
	padding: 5px 0 5px 70px;
	font-family: 'notosansjp-bold';
	margin: 0 0 5px 200px;
	background-position: left top;
	background-repeat: no-repeat;
}
.index_ranking .tab_content ul li:nth-child(1) .ttl {
	background-image: url("../images/index/ranking1.png");
}
.index_ranking .tab_content ul li:nth-child(2) .ttl {
	background-image: url("../images/index/ranking2.png");
}
.index_ranking .tab_content ul li:nth-child(3) .ttl {
	background-image: url("../images/index/ranking3.png");
}
.index_ranking .tab_content ul li:nth-child(4) .ttl {
	background-image: url("../images/index/ranking4.png");
}
.index_ranking .tab_content ul li:nth-child(5) .ttl {
	background-image: url("../images/index/ranking5.png");
}
.index_ranking .tab_content ul li .txt {
	font-size: 14px;
	line-height: 24px;
	max-height: 48px;
	margin-left: 200px;
	max-height: 120px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* archives */
.index_archives {
	padding: 100px 0 80px;
	background-color: #f4f2f2;
}
.index_archives h2 {
	text-align: center;
	font-size: 54px;
	letter-spacing: 0.1em;
	margin-bottom: 70px;
}
.index_archives h2 span {
	display: block;
	font-size: 24px;
	margin-top: 20px;
}
.index_archives .tabs {
	text-align: center;
	font-size: 0;
}
.index_archives .tab_item {
	width: 128px;
	line-height: 26px;
	font-size: 14px;
	margin: 0 5px;
	text-align: center;
	display: inline-block;
	transition: all 0.2s ease;
	background-color: #FFF;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
	font-feature-settings: 'halt' on;
}
.index_archives .tab_item-wide{
	width: 150px;
}
.index_archives .tab_item:hover {
	background-color: #000;
	color: #FFF;
}
input[name="tab_item2"] {
	display: none;
}
.index_archives .tab_content {
	display: none;
	clear: both;
	overflow: hidden;
}
#archives00:checked ~ #archives00_content,
#archives01:checked ~ #archives01_content,
#archives02:checked ~ #archives02_content,
#archives03:checked ~ #archives03_content,
#archives04:checked ~ #archives04_content,
#archives05:checked ~ #archives05_content,
#archives06:checked ~ #archives06_content {
	display: block;
}
.index_archives .tabs input:checked + .tab_item {
	background-color: #000;
	color: #FFF;
}
.index_archives .tab_content ul {
	margin: -10px 0 0 -30px;
}
.index_archives .tab_content ul li {
	float: left;
	width: 330px;
	margin: 40px 0 0 30px;
	opacity: 1;
	background: -moz-linear-gradient(transparent 70%, #FFF 70%);
	background: -webkit-linear-gradient(transparent 70%, #FFF 70%);
	background: linear-gradient(transparent 70%, #FFF 70%);
}
.index_archives .tab_content ul li a {
	display: block;
	height: 100%;
}
.index_archives .tab_content ul li .img {
	width: 320px;
	height: 220px;
	overflow: hidden;
	margin-left: 10px;
	position: relative;
}
.index_archives .tab_content ul li .img img {
	object-fit: cover;
    width: 100%;
    height: 100%;
	transition-duration: 0.5s;
}
.index_archives .tab_content ul li a:hover .img img {
	transform: scale(1.1,1.1);
}
.index_archives .tab_content ul li .inner {
	background-color: #FFF;
	padding: 10px 35px 35px;
	position: relative;
	text-align: left;
}
.index_archives .tab_content ul li .inner::before {
	content: "";
	position: absolute;
	top: -35px;
	left: 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 210px 35px 120px;
	border-color: transparent transparent #FFF transparent;
}
.index_archives ul li .inner .cate {
	font-size: 12px;
	line-height: 25px;
	margin: 0 10px 5px 0;
	padding: 0px 10px;
	color: #FFF;
	vertical-align: middle;
	display: inline-block;
	/* background-color: #000; */
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

.index_archives ul li .inner .cateWrap{
	display: flex;
	flex-wrap: wrap;
	column-gap: 5px;
	row-gap: 5px;
	margin-bottom: 5px;
}

.index_archives ul li .inner .cate-block{
	margin: 0;
	display: block;
}
.index_archives ul li .inner .ttl {
	font-size: 20px;
    line-height: 30px;
    margin: 0 0 10px 0;
	font-family: 'notosansjp-bold';
	height: 58px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index_archives ul li .inner .txt {
	font-size: 14px;
    line-height: 25px;
	max-height: 50px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index_archives ul li.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
}

.more {
    text-align: center;
    margin-top: 20px;
}
button {
    background-color: #FFF;
    border: none;
    cursor: pointer;
    outline: none;
	margin-top: 30px;
	font-size: 20px;
	font-weight: bold;
    padding: 0;
    height: 46px;
    line-height: 46px;
    width: 220px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
	font-family: 'notosansjp';
}
button span {
	padding-right: 30px;
	background-image: url("../images/index/more.png");
	background-position: right center;
	background-repeat: no-repeat;
}

.alm-load-more-btn.done {
	display: none !important;
}

/* bn */
.index_bn {
	padding: 80px 0 80px;
	background-color: #212020;
}
.index_bn ul {
	margin: 0 0 0 -30px;
}
.index_bn ul li {
	float: left;
	width: 340px;
	margin: 0 0 0 30px;
	background-position: center center;
	background-size: cover;
}
.index_bn ul li:hover {
	opacity: 0.7;
}
.index_bn ul li:nth-child(1) {
	background-image: url("../images/index/bn01.jpg");
}
.index_bn ul li:nth-child(2) {
	background-image: url("../images/index/bn02.jpg");
}
.index_bn ul li:nth-child(3) {
	background-image: url("../images/index/bn03.jpg");
}
.index_bn ul li a {
	display: block;
}
.index_bn ul li a .inner {
	margin-top: 140px;
	padding: 20px;
	font-size: 26px;
	line-height: 34px;
	color: #FFF;
}
.index_bn ul li:nth-child(1) a .inner {
	background-color: rgba(0,0,0,0.6);
}
.index_bn ul li:nth-child(2) a .inner {
	background-color: rgba(1,77,131,0.6);
}
.index_bn ul li:nth-child(3) a .inner {
	background-color: rgba(115,154,35,0.6);
}

/* keywords */
.index_keywords {
	padding: 60px 0 80px;
	background-color: #212020;
}
.index_keywords h2 {
	text-align: center;
	font-size: 54px;
	letter-spacing: 0.1em;
	margin-bottom: 70px;
	color: #FFF;
}
.index_keywords h2 span {
	display: block;
	font-size: 24px;
	margin-top: 20px;
}
.index_keywords ul li {
	float: left;
	margin: 0 0 20px 20px;
}
.index_keywords ul li a {
	display: block;
	line-height: 40px;
	background-color: #FFF;
	padding: 0 20px;
	color: #000;
	border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
.index_keywords ul li a:hover {
	opacity: 0.7;
}


/* about
---------------------------------------------------- */
.about {
	padding: 20px 0 100px;
	text-align: center;
}
.about p {
	margin-top: 40px;
}
.about p.lead {
	font-size: 20px;
	line-height: 34px;
	margin: 60px 0;
	font-family: 'notosansjp-bold';
}


/* article
---------------------------------------------------- */
.article {
	padding: 30px 0 60px;
}
#main {
	width: 650px;
	float: left;
}
#main ul#post_list {
	margin-left: -10px;
	letter-spacing: -.4em;
}
#main #post_list li {
	width: 320px;
	margin-left: 10px;
	line-height: 28px;
	display: inline-block;
	letter-spacing: normal;
	margin-bottom: 30px;
	vertical-align: top;
}
#main #post_list .photo {
	width: 100%;
	height: 200px;
	position: relative;
	margin: 10px 0;
	overflow: hidden;
}
#main #post_list .photo img {
	object-fit: cover;
    width: 100%;
    height: 100%;
	transition-duration: 0.5s;
}
#main #post_list .title .cate {
	font-size: 12px;
    line-height: 25px;
    margin: 0 10px 5px 0;
    padding: 0px 10px;
	color: #FFF;
    vertical-align: middle;
    display: inline-block;
    background-color: #000;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
#main #post_list .title .ttl {
	font-weight: bold;
}
#main .more {
	text-align: center;
}
#main .more span#load_btn {
	cursor: pointer;
	background: #FFF;
	color: #000;
	font-weight: bold;
	padding: 15px 50px;
	border: 1px solid #000;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
#main .more span#load_btn span {
	padding-right: 20px;
	background-image: url("../images/article/arr.png");
	background-position: right center;
	background-repeat: no-repeat;
}
#sideWrap2 {
	width: 300px;
	float: right;
	position: relative;
}
#r_side {
	width: 350px;
	float: right;
}
#r_side form {
	border: 1px solid #000;
	padding: 10px 15px;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
#r_side input[type="text"] {
	padding: 3px 0 4px 0;
	float: left;
	width: 100%;
	margin-right: -40px;
	padding-right: 40px;
	box-sizing: border-box;
	border: none!important;
}
#r_side .btn {
	background-image: url("../images/article/search.png");
	width: 22px;
	height: 22px;
	padding: 0;
	border: none;
	float: right;
}
#r_side .ttl {
	margin-bottom: 20px;
	line-height: 26px;
	font-size: 24px;
}
#r_side .ttl span {
	display: block;
	font-size: 12px;
}
#r_side .tag {
	font-size: 0;
}
#r_side .tag span {
	padding: 0 10px 3px 10px;
	line-height: 12px;
	font-size: 12px;
	display: inline-block;
	vertical-align: text-bottom;
	color: #000;
	margin-bottom: 0;
	cursor: pointer;
	border-bottom: 1px solid #e8e6e7;
}
#r_side .tag span.select {
	border-bottom: 2px solid #000;
}
#r_side .ranking {
	margin: -20px 0 15px;
}
#r_side .ranking .box {
	margin-top: 35px;
}
#r_side .ranking .photo {
	width: 150px;
	height: 112px;
	overflow: hidden;
	float: left;
}
#r_side .ranking .photo img {
	object-fit: cover;
    width: 100%;
    height: 100%;
	transition-duration: 0.5s;
}
#r_side .ranking .right {
	width: 180px;
	float: right;
}
#r_side .ranking .right .rank span {
	display: block;
	width: 54px;
	line-height: 1;
	padding: 17px 0 12px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
#r_side .ranking li .box:nth-child(1) .right .rank span {
	background: url(../images/article/icn_ranking1.png) no-repeat left top;
}
#r_side .ranking li .box:nth-child(2) .right .rank span {
	background: url(../images/article/icn_ranking2.png) no-repeat left top;
}
#r_side .ranking li .box:nth-child(3) .right .rank span {
	background: url(../images/article/icn_ranking3.png) no-repeat left top;
}
#r_side .ranking li .box:nth-child(4) .right .rank span,
#r_side .ranking li .box:nth-child(5) .right .rank span {
	background: url(../images/article/icn_ranking4.png) no-repeat left top;
}
#r_side .ranking .right .title {
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0;
}
#r_side .keyword {
	line-height: 24px;
	letter-spacing: -.4em;
	margin: -20px 0 0 -10px;
}
#r_side .keyword li {
	display: inline-block;
	font-size: 16px;
	letter-spacing: normal;
	margin: 20px 0 0 10px;
	background: #FFF;
    color: #000;
    border: 1px solid #000;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
#r_side .keyword li a {
	display: block;
	padding: 15px 20px;
}
#r_side .keyword li:hover {
	background: #000;
    color: #FFF!important;
}
#r_side .keyword li:hover a {
    color: #FFF!important;
}
.hide {
    display: none;
}
#r_side .r_side_blc {
	padding: 30px 0;
	border-bottom: 2px solid #b8b8b8;
}
#r_side .r_side_blc:last-child {
	padding: 30px 0 0;
	border-bottom: none;
}
/* bn */
#r_side ul.r_side_bn li {
	width: 350px;
	margin: 0 0 25px;
	background-position: center center;
	background-size: cover;
}
#r_side ul.r_side_bn li:hover {
	opacity: 0.7;
}
#r_side ul.r_side_bn li:nth-child(1) {
	background-image: url("../images/index/bn01.jpg");
}
#r_side ul.r_side_bn li:nth-child(2) {
	background-image: url("../images/index/bn02.jpg");
}
#r_side ul.r_side_bn li:nth-child(3) {
	background-image: url("../images/index/bn03.jpg");
}
#r_side ul.r_side_bn li a {
	display: block;
}
#r_side ul.r_side_bn li a .inner {
	margin-top: 140px;
	padding: 20px;
	font-size: 26px;
	line-height: 34px;
	color: #FFF;
}
#r_side ul.r_side_bn li:nth-child(1) a .inner {
	background-color: rgba(0,0,0,0.6);
}
#r_side ul.r_side_bn li:nth-child(2) a .inner {
	background-color: rgba(1,77,131,0.6);
}
#r_side ul.r_side_bn li:nth-child(3) a .inner {
	background-color: rgba(115,154,35,0.6);
}


/* detail
---------------------------------------------------- */
#detail {
	padding: 5px;
}
#detail h2 {
	font-size: 18px;
}
#detail a:hover {
	color: #999;
}
.icn_cat1 { background:url(../images/article/icn_s_cat01.gif) no-repeat left center; }
.icn_cat2 { background:url(../images/article/icn_s_cat02.gif) no-repeat left center; }
.icn_cat3 { background:url(../images/article/icn_s_cat03.gif) no-repeat left center; }
.icn_cat4 { background:url(../images/article/icn_s_cat04.gif) no-repeat left center; }
.icn_cat5 { background:url(../images/article/icn_s_cat05.gif) no-repeat left center; }
.icn_cat6 { background:url(../images/article/icn_s_cat06.gif) no-repeat left center; }
.icn_cat7 { background:url(../images/article/icn_s_cat07.gif) no-repeat left center; }

.icn_cat1,
.icn_cat2,
.icn_cat3,
.icn_cat4,
.icn_cat5,
.icn_cat6,
.icn_cat7 {
	padding-left: 30px;
	background-size: 22px auto;
	line-height: 2em;
	padding-bottom: 5px;
}
#detail .icn_cat1,
#detail .icn_cat2,
#detail .icn_cat3,
#detail .icn_cat4,
#detail .icn_cat5,
#detail .icn_cat6,
#detail .icn_cat7 {
	float: left;
	margin: 0 0 0 20px;
}
#detail img {
	max-width: 100%;
	height: auto;
}
#detail .img {
	text-align: center;
	margin: 20px 0;
}
#detail h3 {
	border-left: 9px solid #000;
	padding-left: 10px;
	line-height: 1;
	padding-top: 7px;
	margin-bottom: 15px;
	margin-top: 25px;
	padding-bottom: 7px;
}
#detail .sns {
	margin: 15px 0;
}
#detail .sns .cate {
    font-size: 12px;
    line-height: 25px;
    margin: 0 10px 0 0;
    padding: 0px 10px;
    float: left;
    color: #FFF;
    vertical-align: middle;
    display: inline-block;
    /* background-color: #000; */
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
#detail .sns .cateWrap{
	column-gap: 5px;
	row-gap: 5px;
	display: flex;
	float: left;
}
#detail .sns .cate-block{
	margin: 0;
	display: block;
	float: none;
}
#detail .sns ul {
	text-align: right;
	float: right;
}
#detail .sns ul li {
	display: inline-block;
	margin: 0 3px;
}
#detail .sns ul li img {
	display: block;
}
#detail .sns ul li a:hover img {
	opacity: 0.7;
}
#main #post_list .cat1, .cate_cat1 { background:url(../images/article/icn_s_cat01.gif) no-repeat left center; }
#main #post_list .cat2, .cate_cat2 { background:url(../images/article/icn_s_cat02.gif) no-repeat left center; }
#main #post_list .cat3, .cate_cat3 { background:url(../images/article/icn_s_cat03.gif) no-repeat left center; }
#main #post_list .cat4, .cate_cat4 { background:url(../images/article/icn_s_cat04.gif) no-repeat left center; }
#main #post_list .cat5, .cate_cat5 { background:url(../images/article/icn_s_cat05.gif) no-repeat left center; }
#main #post_list .cat6, .cate_cat6 { background:url(../images/article/icn_s_cat06.gif) no-repeat left center; }
#main #post_list .cat7, .cate_cat7 { background:url(../images/article/icn_s_cat07.gif) no-repeat left center; }

#main #post_list .cat1, .cate_cat1,
#main #post_list .cat2, .cate_cat2,
#main #post_list .cat3, .cate_cat3,
#main #post_list .cat4, .cate_cat4,
#main #post_list .cat5, .cate_cat5,
#main #post_list .cat6, .cate_cat6,
#main #post_list .cat7, .cate_cat7 {
	background-size: 20px auto;
	padding-left: 25px;
	line-height: 2em;
}

.recommend {
    border-left: 9px solid #000;
    padding-left: 10px;
	font-size: 19px;
	font-weight: bold;
    line-height: 1;
    padding-top: 7px;
    margin-bottom: 15px;
    margin-top: 25px;
    padding-bottom: 7px;
}
.recommend_list {
	margin-left: -25px;
	letter-spacing: -.4em;
}
.recommend_list li {
	width: 200px;
	margin-left: 25px;
	line-height: 28px;
	display: inline-block;
	letter-spacing: normal;
	margin-bottom: 30px;
	vertical-align: top;
}
.recommend_list .photo {
	width: 100%;
	height: 134px;
	position: relative;
	margin: 10px 0;
	overflow: hidden;
}
.recommend_list .photo img {
	object-fit: cover;
    width: 100%;
    height: 100%;
	transition-duration: 0.5s;
}
.recommend_list .title .ttl {
	font-weight: bold;
	margin-bottom: 10px;
}
.recommend_list .title .txt {
	font-size: 14px;
	line-height: 28px;
	max-width: 230px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}


/* contact_box
---------------------------------------------------- */
.contact_box {
	text-align: center;
	margin: 40px 0;
}
.contact_box p {
	font-size: 20px;
	margin-bottom: 15px;
    font-family: 'notosansjp-bold';
}
.contact_box p br {
	display: none;
}
.contact_box a {
	display: inline-block;
	background-color: #000;
	color: #FFF!important;
	font-size: 20px;
	width: 360px;
	line-height: 64px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.contact_box a:hover {
	opacity: 0.7;
}
.contact_box a span {
    padding-left: 34px;
    background-image: url(../images/common/h_btn2.png);
    background-position: left center;
    background-repeat: no-repeat;
}


@media only screen and (max-width: 768px) {

/* index
---------------------------------------------------- */

/* slider */
.slider {
	margin-top: 203px;
}
.slider .contents {
	width: 100%;
}
.slider-wrap01 {
	width: 100%;
}
.slick-slide .inner p {
	height: 30px;
}
.slick-list {
    padding: 0 6%!important;
}
.slick-slide .inner p {
    height: 82px;
	font-size: 18px;
    -webkit-line-clamp: 3;
}
.slick-slide .inner p span {
    display: table;
}

/* about */
.index_about .inner {
	padding: 50px 0;
	background-image: url("../images/index/about.png");
	background-position: center center;
	background-size: 10000px 100%;
}
.index_about h2 {
	font-size: 30px;
	line-height: 38px;
}
.index_about h2 br {
	display: block;
}
.index_about h2 span {
	font-size: 22px;
}
.index_about p br {
	display: block;
}

/* search */
.index_search {
	padding: 25px 0 45px;
}
.index_search form {
	width: 100%;
	padding: 6px 20px 10px;
}
.index_search input[type="text"] {
    padding: 0;
    width: 80%;
}

/* recommend */
.index_recommend {
	padding: 60px 0 40px;
}
.index_recommend h2 {
	font-size: 36px;
	margin-bottom: 40px;
}
.index_recommend h2 span {
	font-size: 18px;
}
.index_recommend ul {
	margin: -20px 0 0;
}
.index_recommend ul li {
	float: none;
	width: 100%;
	margin: 20px 0 0;
}
.index_recommend ul li .inner {
	padding: 20px;
}
.index_recommend ul li .img {
	height: 240px;
}

/* ranking */
.index_ranking {
	padding: 60px 0 40px;
}
.index_ranking h2 {
	font-size: 36px;
	margin-bottom: 40px;
}
.index_ranking h2 span {
	font-size: 18px;
}
.index_ranking .tab_item {
	width: 33.33333%;
	font-size: 13px;
	font-feature-settings: 'halt' on;
}
.index_ranking .tab_item:hover {
	border-bottom: 1px solid #000;
}
.index_ranking .tabs input:checked + .tab_item {
	border-bottom: 1px solid #000;
}
.index_ranking .tab_content ul li .img {
	width: 46%;
	margin: 35px 4% 0 0;
}
.index_ranking .tab_content ul li .ttl {
	font-size: 20px;
	line-height: 34px;
	padding: 35px 0 5px 0;
	margin: 0 0 5px 50%;
	width: 50%;
	background-position: center top;
	background-size: auto 30px;
}
.index_ranking .tab_content ul li .txt {
	float: left;
	margin: 20px 0 0;
	-webkit-line-clamp: 5;
}

/* archives */
.index_archives {
	padding: 60px 0 40px;
}
.index_archives h2 {
	font-size: 36px;
	margin-bottom: 20px;
}
.index_archives h2 span {
	font-size: 18px;
}
.index_archives .tab_item.archives00 {
	width: 94%;
}
.index_archives .tab_item {
	width: 46%;
	line-height: 38px;
	margin: 10px 1% 0;
}
.index_archives .tab_content ul {
	margin: 0;
}
.index_archives .tab_content ul li {
	float: none;
	width: 100%;
	padding: 15px;
	margin: 20px 0 0;
	background-color: #FFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.index_archives .tab_content ul li .img {
	width: 46%;
	height: 120px;
	float: left;
	margin: 0;
}
.index_archives .tab_content ul li .inner {
	padding: 10px 0 0 50%;
	text-align: left;
	background-color: transparent;
}
.index_archives .tab_content ul li .inner::before {
	display: none;
}
.index_archives ul li .inner .txt {
	-webkit-line-clamp: 3;
	max-height: 75px;
}
.index_archives ul li.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
	display: none;
}

/* bn */
.index_bn {
	padding: 40px 0 40px;
}
.index_bn ul {
	margin: -20px 0 0;
}
.index_bn ul li {
	float: none;
	width: 96%;
	margin: 20px auto 0;
}

/* keywords */
.index_keywords {
	padding: 40px 0 40px;
}
.index_keywords h2 {
	font-size: 36px;
	margin-bottom: 20px;
}
.index_keywords h2 span {
	font-size: 18px;
}
.index_keywords ul li {
	margin: 0 0 10px 10px;
}


/* about
---------------------------------------------------- */
.about {
	padding: 203px 0 60px;
	width: 100%;
}
.about img {
	width: 100%;
}
.about p {
	margin-top: 30px;
	padding: 0 3%;
}
.about p.lead {
	font-size: 18px;
	line-height: 32px;
	margin: 40px 0;
}


/* article
---------------------------------------------------- */
.article {
	padding: 220px 0 30px;
}
#sideWrap {
	display:none;
}
#main, #r_side {
	float: none;
	width: 100%;
	min-height: auto;
}
#r_side {
	margin-top: 60px;
}
#r_side .ranking {
	margin-bottom:15px;
}
#r_side .ranking .box {
	margin-top: 25px;
	padding: 0 5px;
}
#r_side .ranking .photo {
	width:30%;
	float:left;
}
#r_side .ranking .right {
	width:65%;
	float:right;
}
#r_side .ranking .right .title {
	color:#666666;
	line-height:1.3;
	margin-top:5px;
}
#r_side ul.r_side_bn {
	margin: -20px 0 0;
}
#r_side ul.r_side_bn li {
	float: none;
	width: 96%;
	margin: 20px auto 0;
}
#r_side .r_side_blc {
    padding: 0 0 30px;
    border-bottom: none;
}
#r_side form {
    margin-bottom: 20px;
}
#main {
	padding-left: 0;
}
#main h2 {
	margin-bottom: 20px;
}
#main ul#post_list {
	margin-left: 0;
	letter-spacing: normal;
}
#main #post_list li {
	width: 100%;
	margin-left: 0;
	display: inline-block;
	letter-spacing: normal;
	border-bottom: 1px solid #999;
	padding-bottom: 20px;
	margin-bottom: 20px;
	vertical-align: top;
}
#main #post_list .photo {
	width:45%;
	letter-spacing:normal;
	height:auto;
	max-height:200px;
	position:relative;
	margin:0;
	display:inline-block;
	vertical-align:top;
}
#main #post_list .cat1,
#main #post_list .cat2,
#main #post_list .cat3,
#main #post_list .cat4,
#main #post_list .cat5,
#main #post_list .cat6,
#main #post_list .cat7 {
	margin-left:5px;
	letter-spacing:normal;
}
#main #post_list .title {
	display:inline-block;
	letter-spacing:normal;
	width:50%;
	vertical-align:top;
	padding-left:3%;
	font-size:13px;
	line-height:1.3;
}
#main #post_list .title .ttl {
	font-size:14px;
	color:#000;
	font-weight:bold;
}
#main #post_list .title .txt {
	margin-top:15px;
	max-height:3.7em;
	overflow:hidden;
}
#detail h3 {
	line-height:1.5;
}
.sp-slides-container, .sp-mask {
	min-width:100%;
}
#r_side .ttl {
	text-align: center;
}
#r_side .ttl img {
	width:auto;
}

.recommend {
    line-height: 1.5;
	font-size: 16px;
}
.recommend_list {
	margin-left: 0;
}
.recommend_list li {
	width: 100%;
	margin-left: 0;
	border-bottom: 1px solid #999;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.recommend_list .photo {
	width: 45%;
    letter-spacing: normal;
    height: auto;
    max-height: 200px;
    position: relative;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}
.recommend_list .title {
    display: inline-block;
    letter-spacing: normal;
    width: 50%;
    vertical-align: top;
    padding-left: 3%;
    font-size: 13px;
    line-height: 1.3;
}
.recommend_list .title .ttl {
	font-size: 14px;
    color: #000;
    font-weight: bold;
}
.recommend_list .title .txt {
	font-size: 14px;
	line-height: 22px;
	max-width: 230px;
    -webkit-line-clamp: 3;
}


/* contact_box
---------------------------------------------------- */
.contact_box p {
	font-size: 18px;
}
.contact_box p br {
	display: block;
}
.contact_box a {
	width: 90%;
}



}


/* View More button */
.alm-load-more-btn.done {
display: none !important;
}
