@charset "utf-8";

/*******************************************************

　共通コンテンツ

*******************************************************/

/* テーブル
----------------------------------------------------*/

.sp_table {
	width: 100% !important;
}
.sp_table thead {
	display: none;
}
.sp_table th, .sp_table td {
	width: 100% !important;
	display: block;
}

/*******************************************************

　見出し

*******************************************************/

/* ページタイトル
----------------------------------------------------*/

#title {	padding: 25px 15px;}
#title h2 {	font-size: 26px;}

/* 見出し
----------------------------------------------------*/

#content h3 {	font-size: 18px; padding: 8px 10px;}
#content h4 {	font-size: 17px;}
#content h5 {	font-size: 16px;}

/*******************************************************

　固定ページ

*******************************************************/

/* トップページ
----------------------------------------------------*/

/* キャッチ */

#catch_section>.catch_section_business {	padding: 20px 40px 20px 10px;}
#catch_section>.catch_section_csr {	padding: 20px 10px 20px 40px;}
#catch_section .catch_section_csr:after {		top: 40%;}

@media screen and ( max-width:668px ) {
	#catch_section {
		display: block;
	}
	#catch_section>div {
		display: block;
		padding: 20px 10px !important;
		text-align: center !important;
	}
	#catch_section .catch_section_csr:after {
		display: none;
	}
}

#service_section {
	padding: 20px 0px;
}
#service_section:before {
	top: -20px;
}
#service_section ul {
	display: flex;
	flex-wrap: wrap;
}
#service_section li {
	min-width: initial;
}

/* 施工事例 */

#case_section {
	padding: 35px 10px 20px 10px;
}
#case_section h2 {	font-size: 34px;}
#case_section h2:after {	font-size: 11px;}
@media screen and ( min-width:768px ) and ( max-width:1040px ) {
	#case_section .case_list a:nth-of-type(4) {	display: none;}
}

/* 最新情報 */

#news_section {
	padding: 45px 10px 5px 10px;
}
#news_section .container {
	display: flex;

}
#news_section .info_index {
	display: none;
}

/* CSR活動 */

#csr_section .container {
	display: block;
	padding: 0px;
}
#csr_section .csr_title {
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: none;
}
#csr_section .csr_title h2 {
	padding: 10px 10px;
	margin-bottom: 20px;
	background: url(../images/home/catch_csr_cover.png);
}
#csr_section .csr_title p {
	color: #000;
	padding: 0px 10px;
}
#csr_section .csr_title p br {	display: none;}
#csr_section .csr_title p br:nth-of-type(2) {	display: inline;}

#csr_section .csr_list {
	display: flex;
	padding: 0px 10px 30px 10px;
}
#csr_section .csr_list a {
	width: 100%;
	float: none;
	margin: 10px 0px !important;
}

/* CSRウィジェット */

#csr_widget {
	padding: 30px 10px 10px 10px;
	text-align: center;
}
#csr_widget .csr_widget {
	margin: 0px auto 30px auto;
	min-width: initial;
	width: 100%;
}

/* 動画・写真 */

#sns_section .sns_section {
	display: block;
}
@media screen and ( max-width:568px ) {
	#sns_section {
		padding: 40px 10px 0px 10px;
	}
	#sns_section .sns_section {
		min-width: initial;
		width: 100%;
	}
}
/* インスタグラム */
@media screen and (max-width:767px) { 
 ul#instafeed {
    width:inherit;
	}
ul#instafeed li {
    width: 48%;
}	
ul#instafeed li img.object-fit {
   width: 100%;
	}

}


/* 最新情報
----------------------------------------------------*/

@media screen and ( max-width:768px ) {
	.info_list dl {
		display: block;
	}
	.info_list dl dt.date, .info_list dl dd.category {
		display: inline-block;
		margin-bottom: 5px;
	}
}

/* 太陽住建について
----------------------------------------------------*/
@media screen and ( max-width:768px ) {
	.staff_box p.pic {
		float: none;
		text-align: center;
		margin: 0px auto 15px auto;
	}
}

/* 事例紹介
----------------------------------------------------*/

/* 一覧 */

.case_list a {	max-width: 32%;}
@media screen and ( max-width:768px ) {	.case_list a {	max-width: 49%;}}
@media screen and ( max-width:468px ) {	.case_list a {	max-width: 100%;}}

/* 地域活動
----------------------------------------------------*/

.csr_list a {	max-width: 49% !important;}
@media screen and ( max-width:768px ) {	.csr_list a {	max-width: 100% !important;}}


/* モジュールマキシマイザー
----------------------------------------------------*/
.tigo_box{
	overflow: hidden;
}
.tigo_img{
	width: 210px; 
	/*float: left;*/
}
.tigo_text{
	width: 100%;
	/*float: right;*/
	padding-bottom:10px;
}
