@charset "utf-8";
/* CSS Document スマートフォン版 後続共通css*/
@media screen and (max-width: 750px) {
	/*基本レイアウト*/
	#contents {}
	#main {}
	/*本文内各種パーツ***********************/
	#main .flex.sp_wrap {
		flex-wrap: wrap;
	}
	/*見出し*/
	#main h2 {
		margin-bottom: 0.1em;
		font-weight: 700;
	}
	#main h2.cornertit {
		width: auto;
		margin-bottom: 20px;
		text-align: center;
		line-height: 1.3;
	}
#main h2.pagetit {
	margin-top: -20px;
	margin-bottom: 0;
	font-size: 3.0rem;
	text-align: center;
}
	#main h3 {
		font-size: 2.1rem;
		font-weight: 700;
		margin-bottom: 0.1em;
	}
	#main h3.nallow {
		font-size: 2.1rem;
	}
	#main h4 {
		font-size: 1.8rem;
		font-weight: 700;
		margin-bottom: 0.1em;
	}
	#main h5 {
		font-size: 1.6rem;
		font-weight: 700;
		margin-bottom: 0.1em;
	}
/*段落*/
#main section {
	padding: 30px 0;
}
#main section .inside {
	width: 100%;
	margin: 0 auto;
}
#main section section {
	padding: 30px 0 0 0;
}
	/*パンくず*/
	#main .breadcrumb {
		display: none;
	}
/*ページャー*/
#main .pager {
	font-size: 1.2rem;
	letter-spacing: 0;
	text-align: center;
}
	/*リンク*/
	#main a.btn {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 80%;
		height: 40px;
		margin: 0 auto;
		border: solid 1px #303030;
		border-radius: 10px;
		text-decoration: none;
	}
	#main a.btn:hover {
		background-color: #303030;
		color: #fff;
	}
	/*テーブル*/
	#main table {
		width: 90%;
	}
	#main table th {
		display: block;
		width: auto;
	}
	#main table td {
		display: block;
		width: auto;
	}
	#main .form_area table {
		width: 100%;
}
	#main .form_area table th {
		width: auto;
	border-right: none;
}
	#main .form_area table td {
		padding: 8px 10px;
	}

	/*入力欄*/
	.form_area {
		width: 100%;
		padding-bottom: 10px;
	}
	.form_area input {
		padding: 0 5px;
		font-size: 1.6rem;
	}
	.form_area input.size_m {
		width: 100% !important;
	}
	.form_area input.size_s {
		width: 100% !important;
	}
	.form_area input.size_ss {
		width: 100% !important;
	}
.form_area input[type="checkbox"] {
	width: 20px;
	height: 20px;
	border: none;
}
	.form_area textarea {
		height: 200px;
		padding: 10px 10px;
		font-size: 1.6rem;
	}
	.form_area select {
		height: 30px;
		padding: 0;
		font-size: 1.6rem;
	}
	.form_area input[type="button"] {
		font-size: 1.6rem;
	}
	.form_area input[type="submit"] {
		font-size: 1.6rem;
	}
	.form_area button {
		font-size: 1.6rem;
	}
	.form_area .btn_area {
		display: flex;
		justify-content: center;
	}
/*トップページ*********************/
/********************************/
.mainvisual {
	position: relative;
	width: 100%;
	min-width: auto;
	height: calc(100vh - 134px);
	height: calc(100vh - 164px);
	margin:0 auto 85px auto;
}
.mainvisual .slide_area {
	position: relative;
	width: 100%;
	height: calc(100vh - 134px);
	height: calc(100vh - 164px);
	padding: 0 0 0 0;
}
.mainvisual .slide_area_waku {
	display: none;
}
.mainvisual .slide_area .slick-list {
}
.mainvisual .slide_area .slide {
	width: 100%;
	height: calc(100vh - 134px);
	height: calc(100vh - 164px);
	background-position: center center;
	background-size: auto 100%;
}
.mainvisual .slide_area .slide img {
	width:auto;
	height:auto;
}
.mainvisual .slide_area .slick-dots {
    bottom: -20px;
	}
.mainvisual .slide_logo {
	top: calc(50% - 12.5vh);
	width: 100%;
	height: 25vh;
}
.mainvisual .slide_logo img {
	width: 70%;
	height: auto;
}

/*youtube*********************/
/********************************/
#main .youtube_area {
}
#main .youtube_area .box_area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	margin: 0 auto -10px auto;
	padding: 18px 0;
}
#main .youtube_area .box_area .box {
	width: 100%;
	margin: 0 auto 10px auto;
	text-align: center;
}
#main .youtube_area .box_area .box iframe {
	width: 90vw;
	height: 50vw;
}

/*ニュース*********************/
/********************************/
#main .news_area {
}
#main .news_area .box_area {
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto 0 auto;
}
#main .news_area .box_area .box {
	width: 90%;
	margin-bottom: 40px;
}
#main .news_area .box_area .box a {
	text-decoration: none;
}
#main .news_area .box_area .box .photo {
	line-height: 0;
}
#main .news_area .box_area .box .photo img {
	width: 100%;
	height: auto;
}
#main .news_area .box_area .box .txt_area {
	padding: 15px 10px;
	background-color: #fff;
}
#main .news_area .box_area .box .txt_area .cate {
	width: 120px;
	height: 25px;
	margin: 0 auto 10px auto;
	border: solid 1px #303030;
	font-size: 1.7rem;
	line-height: 1.1;
	font-weight: 800;
	text-align: center;
}
#main .news_area .box_area .box .txt_area .tit {
	margin-bottom: 10px;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: 800;
	text-align: center;
}
#main .news_area .box_area .box .txt_area .more {
	text-align: center;
}
#main .news_area .box_area .box a:hover .txt_area .more span {
	border-bottom: solid 1px #75c4b4;
}
#main .news_area .box_area .box a:hover img {
	opacity: 1.0;
}

#main .news_area .entry_area {
	width: 100%;
	margin: 0 auto 30px auto;
}
#main .news_area .entry_area h3 {
	display: block;
	align-items: center;
	margin-bottom: 25px;
	font-size: 2.0rem;
}
#main .news_area .entry_area h3 .end {
	margin: 0 10px;
	padding: 0px 15px;
	background-color: #a40000;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
}
#main .news_area .entry_area .photo_area .photo {
	width: 100vw;
	height: 60vw;
}
#main .news_area .entry_area .photo_area .photo#photo_main img {
	width: 100%;
	height: auto;	
}
#main .news_area .entry_area .photo_area .photo_sub_area {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 20px 0;
}
#main .news_area .entry_area .photo_area .photo_sub_area .photo {
	width: 120px;
	height: 80px;
	width: 23vw;
	height: 14vw;
	margin: 0 0 1vw 1vw;
	overflow: hidden;
}
#main .news_area .entry_area .photo_area .photo_sub_area .photo img {
	width: 100%;
	height: auto;
}
#main .news_area .entry_area .txt_area {
	width: 90%;
	margin: 0 auto;
	line-height: 1.7;
}
#main .news_area .entry_area .txt_area .gmap_btn {
	margin-left: 0;
	padding: 2px 15px;
	background-color: #dcdcdc;
	font-size: 1.4rem;
	line-height: 1;
	text-decoration: none;
}
#main .news_area .entry_area .txt_area .gmap_btn:hover {
	background-color: #303030;
	color: #fff;
}
#main .news_area .entry_area .txt_area th{
	width: auto;
}
#main .news_area .entry_area .txt_area td{
}

/*技術*********************/
/********************************/
#main .tech_area {
}
#main .tech_area .box_area {
	display: flex;
	justify-content: center;
	width: 100%;
}
#main .tech_area .box_area .box {
	display: block;
	width: 90%;
	margin-bottom: 20px;
}
#main .tech_area .box_area .box .photo {
	width: 100%;
}
#main .tech_area .box_area .box .txt_area {
	width: 100%;
	margin-bottom: 10px;
}
#main .tech_area .box_area .box .txt_area .txt {
	margin-bottom: 10px;
}

/*スタイル*********************/
/********************************/
#main .style_area {
}
#main .style_area .box_area {
	width: 100%;
}
#main .style_area .box_area .box {
	height: 200px;
	margin-bottom: 20px;
	background-size: cover;
}
#main .style_area .box_area .box a {
	width: 100%;
	height: 100%;
}
#main .style_area .box_area .box .txt_area {
	padding: 20px;
}
#main .style_area .box_area .box .txt_area .tit {
	font-size: 2.0rem;
}
#main .style_area .box_area .box .txt_area .more02 {
	border: none;
	background-color: #fff;
	font-size: 1.2rem;
}
#main .style_area .entry_area h3 {
    margin-bottom: 25px;
    font-size: 2.0rem;
}
#main .style_area .entry_area #photo_main {
	margin-bottom: 20px;
}
#main .style_area .entry_area .pagemenu {
	height: 80px;
}
#main .style_area .entry_area .sec_concept {
	width: 90%;
}
#main .style_area .entry_area .sec_movie {
	width: 90vw;
	height: 58vw;
	margin-left: auto;
	margin-right: auto;
}
#main .style_area .entry_area .sec_movie iframe {
	width: 100%;
	height: 100%;
}
#main .style_area .entry_area .sec_point {
	padding: 30px 0 30px 0;
}
#main .style_area .entry_area .sec_point .point_area {
	justify-content:center;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 0px;
}
#main .style_area .entry_area .sec_point h3 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#main .style_area .entry_area .sec_point .point_area .point {
	margin-bottom: 25px;
}
#main .style_area .entry_area .sec_point .point_area .point h4 {
	height: 60px;
}
#main .style_area .entry_area .sec_gallery {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#main .style_area .entry_area .sec_gallery .gallery_area {
    display: flex;
    justify-content:space-between;
    align-items: center;
	flex-wrap: wrap;
}
#main .style_area .entry_area .sec_gallery .gallery_area a {
	width: 48%;
	margin-bottom: 24px;
}
#main .style_area .entry_area .sec_gallery p {
	margin-bottom: 30px;
}
#main .style_area .entry_area .campaignban {
	display: flex;
	justify-content:center;
	align-items: center;
	flex-wrap: wrap;
	width: 90%;
	margin: 40px auto;
}
#main .style_area .entry_area .campaignban .logo {
	width: auto;
	height: auto;
	margin: 0;
}
#main .style_area .entry_area .campaignban .txt_area {
	display: flex;
	justify-content:center;
	align-content: space-between;
	flex-wrap: wrap;
	text-align: center;
}
#main .style_area .entry_area .campaignban .txt_area .tit {
	font-size: 2.5rem;
}
#main .style_area .entry_area .campaignban .txt_area .txt {
	font-size: 1.6rem;
}
#main .style_area .entry_area .sec_peaks {
	padding-bottom: 30px;
}
#main .style_area .entry_area .sec_peaks .peaks_area {
	width: 100%;
}
#main .style_area .entry_area .sec_peaks .peaks_area .photo {
	margin-bottom: 30px;
}
#main .style_area .entry_area .sec_peaks .peaks_area p {
	width: 90%;
	margin: 0 auto 30px auto;
}
#main .style_area .entry_area .sec_peaks .peaks_area .photo_area {
	width: 90%;
	margin: 0 auto;
}
#main .style_area .entry_area .sec_peaks .plan_area {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 90%;
	margin: 0 auto;
}
#main .style_area .entry_area .sec_peaks .plan_area .plan {
	width: 100%;
}
#main .style_area .entry_area .sec_peaks .plan_area .plan.dummy {
	width: 100%;
	height: 0;
}
#main .style_area .entry_area .sec_peaks .plan_area .plan h4 {
	padding: 5px 0;
	font-size: 2.4rem;
}
#main .style_area .entry_area .sec_peaks .plan_area .plan .tit {
	font-size: 1.8rem;
}
#main .style_area .entry_area .sec_peaks .plan_area .plan .tit span {
	font-size: 1.6rem;
}
#main .style_area .entry_area .sec_peaks .plan_area .plan .tit span.pricetit {
	font-size: 1.4rem;
}
#main .style_area .entry_area .sec_peaks .plan_area .plan .photo {
	margin-bottom: 5px;
}
#main .style_area .entry_area .sec_peaks .plan_area .plan .cate_area {
	width: 90%;
	margin: 0 auto 5px auto;
}
#main .style_area .entry_area .sec_peaks .plan_area .plan .cate_area .cate {
	width: 48%;
	height: 40px;
}
#main .style_area .entry_area .sec_peaks .plan_area .plan table th {
	display: table-cell;
	padding: 4px 0;
	background-color: transparent;
	border: none;
}
#main .style_area .entry_area .sec_peaks .plan_area .plan table td {
	display: table-cell;
	padding: 4px 0;
	border: none;
}
#main .style_area .entry_area .sec_peaks .plan_area .plan table th::after {
	content: "：";
	margin-left: 5px;
}
#main .style_area .entry_area .sec_peaks .line {
	width: 90%;
	margin:  30px auto;
	border-bottom: solid 8px #337b6c;
}

/*モデルハウス*********************/
/********************************/
#main .modelhouse_area {
}
#main .modelhouse_area .box_area {
	display: block;
	width: 90%;
}
#main .modelhouse_area .box_area .box {
	width: 100%;
}
#main .modelhouse_area .box_area .box:last-child {
	margin-bottom: -15px;
}
#main .modelhouse_area .entry_area {
	width: 100%;
	margin: 0 auto 30px auto;
}
#main .modelhouse_area .entry_area h3 {
	display: block;
	align-items: center;
	margin-bottom: 25px;
	font-size: 2.0rem;
	text-align: center;
}
#main .modelhouse_area .entry_area h3 .cate {
	text-align: center;
}
#main .modelhouse_area .entry_area h3 {
	display: flex;
	margin-bottom: 25px;
	font-size: 2.0rem;
}
#main .modelhouse_area .entry_area h3 .cate {
	display: block;
	width: 120px;
	height: 25px;
	margin: 0 10px 0 0;
}
#main .modelhouse_area .entry_area .photo_area .photo {
	width: 100vw;
	height: 60vw;
}
#main .modelhouse_area .entry_area .photo_area .photo#photo_main img {
	width: auto;
	height: auto;	
	display: none;
}
#main .modelhouse_area .entry_area .photo_area .photo#photo_main img.active {
	display: block;
}
#main .modelhouse_area .entry_area .photo_area .photo_sub_area {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 20px 0;
}
#main .modelhouse_area .entry_area .photo_area .photo_sub_area .photo {
	width: 23vw;
	height: 14vw;
	margin: 0 0 1vw 1vw;
	overflow: hidden;
	cursor: pointer;
}
#main .modelhouse_area .entry_area .photo_area .photo_sub_area .photo img {
	width: 100%;
	height: auto;	
}
#main .modelhouse_area .entry_area .txt_area {
	width: 90%;
	margin: 0 auto;
	line-height: 2.0;
}
#main .modelhouse_area .entry_area .txt_area .area {
	margin-left: 20px;
	margin: 0 0 30px 0;
}
#main .modelhouse_area .entry_area .txt_area table {
	width: 100%;
	margin-top: 20px;
}
#main .modelhouse_area .entry_area .txt_area .entrybody {
	width: 100%;
}
#main .modelhouse_area .entry_area .floorplan_area {
	width: 100%;
}
#main .modelhouse_area .entry_area .floorplan_area .floorplan {
	margin-top: 20px;
}
#main .modelhouse_area .entry_area .txt_area .gmap_btn {
	margin-left: 0;
}

/*施工例*********************/
/********************************/
#main .works_area {
}
#main .works_area .cate_area {
	display: flex;
	justify-content:space-around;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 25px auto 35px auto;
}
#main .works_area .cate_area .cate {
	width: 120px;
	height: 25px;
	margin-left: 0;
	margin-bottom: 10px;
}
#main .works_area .cate_area .line {
	display: none;
}
#main .works_area .box_area {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}
#main .works_area .box_area .box {
	width: 80%;
}
#main .works_area .box_area .box .photo img {
	width: 100%;
	height: auto;
}
#main .works_area .entry_area {
	width: 100%;
	margin: 0 auto 30px auto;
}
#main .works_area .entry_area h3 {
	display: block;
	align-items: center;
	margin-bottom: 25px;
	font-size: 2.0rem;
	text-align: center;
}
#main .works_area .entry_area h3 .cate {
	display: block;
	width: auto;
	height: 25px;
	margin: 0 10px 0 0;
	text-align: center;
}
#main .works_area .entry_area .photo_area .photo {
	width: 100vw;
	height: 60vw;
}
#main .works_area .entry_area .photo_area .photo#photo_main img {
	width: 100%;
	height: auto;	
	display: none;
}
#main .works_area .entry_area .photo_area .photo#photo_main img.active {
	display: block;
}
#main .works_area .entry_area .photo_area .photo_sub_area {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 20px 0;
}
#main .works_area .entry_area .photo_area .photo_sub_area .photo {
	width: 23vw;
	height: 14vw;
	margin: 0 0 1vw 1vw;
	overflow: hidden;
	cursor: pointer;
}
#main .works_area .entry_area .photo_area .photo_sub_area .photo img {
	width: 100%;
	height: auto;	
}
#main .works_area .entry_area .txt_area {
	width: 90%;
	margin: 0 auto;
	line-height: 2.0;
}
#main .works_area .entry_area .txt_area .area {
	margin-left: 20px;
	margin: 0 0 30px 0;
}
#main .works_area .entry_area .txt_area table {
	width: 100%;
}
#main .works_area .entry_area .txt_area th{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
#main .works_area .entry_area .txt_area td{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

	
/*お客様の声*********************/
/********************************/
#main .voice_area {
}
#main .voice_area .cate_area {
	display: flex;
	justify-content:space-around;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 25px auto 35px auto;
}
#main .voice_area .cate_area .cate {
	width: 120px;
	height: 25px;
	margin-left: 0;
	margin-bottom: 10px;
}
#main .voice_area .cate_area .line {
	display: none;
}
#main .voice_area .box_area {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}
#main .voice_area .box_area .box {
	width: 80%;
}
#main .voice_area .box_area .box .photo img {
	width: 100%;
	height: auto;
}

#main .voice_area .entry_area {
	width: 100%;
	margin: 0 auto 30px auto;
}
#main .voice_area .entry_area h3 {
	margin-bottom: 25px;
	font-size: 2.0rem;
}
#main .voice_area .entry_area h3 .cate {
	display: block;
	width: auto;
	height: 25px;
	margin: 0 0 0 0;
}
#main .voice_area .entry_area .photo_area .photo#photo_main img {
	width: 100%;
	height: auto;	
	display: none;
}
#main .voice_area .entry_area .photo_area .photo#photo_main img.active {
	display: block;
}
#main .voice_area .entry_area .photo_area .photo_sub_area {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 20px 0;
}
#main .voice_area .entry_area .photo_area .photo_sub_area .photo {
	width: 23vw;
	height: 14vw;
	margin: 0 0 1vw 1vw;
	overflow: hidden;
	cursor: pointer;
}
#main .voice_area .entry_area .photo_area .photo_sub_area .photo img {
	width: auto;
	height: auto;	
}
#main .voice_area .entry_area .txt_area {
	width: 90%;
	margin: 0 auto;
	line-height: 2.0;
}
#main .voice_area .entry_area .txt_area .area {
	margin-left: 20px;
	margin: 0 0 30px 0;
}
#main .voice_area .entry_area .txt_area table {
	width: 100%;
}
#main .voice_area .entry_area .txt_area th{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
#main .voice_area .entry_area .txt_area td{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

/*相談*********************/
/********************************/
#main .consul_area {
}
#main .consul_area .box_area {
	width: 100%;
	margin: 0 auto 70px auto;
}
#main .consul_area .box_area .box {
}
#main .consul_area .box_area .box a {
	display: block;
	justify-content: space-between;
	text-decoration: none;
}
#main .consul_area .box_area .box .photo {
	line-height: 0;
}
#main .consul_area .box_area .box .txt_area {
	display: flex;
	align-content:center;
	flex-wrap: wrap;
	padding: 15px 10px;
	background-color: #fff;
	text-align: center;
}
#main .consul_area .box_area .box .txt_area .tit {
	width: 100%;
	margin-bottom: 8px;
	font-size: 2.0rem;
	line-height: 1.4;
	font-weight: 800;
}
#main .consul_area .box_area .box .txt_area .txt {
	width: 100%;
	margin-bottom: 8px;
	font-size: 1.8rem;
}
#main .consul_area .box_area .box .txt_area .more {
	width: 100%;
}
#main .consul_area .box_area .box a:hover .txt_area .more span {
	border-bottom: solid 1px #75c4b4;
}
#main .consul_area .box_area .box a:hover img {
	opacity: 1.0;
}

/*後続汎用aboutなど*********************/
/********************************/
#main .content_area section .inside.inside02 {
	width: 90%;
}
#main .contentbtn_area {
	flex-wrap: wrap;
	width: 90%;
	margin: 25px auto 25px auto;
}
#main .contentbtn_area .btn {
	width: 100%;
	margin-bottom: 10px;
}
#main .contentban_area {
	padding: 25px 0;
}
#main .contentban_area .inside {
	flex-wrap: wrap;
	width: 70%;
}
#main .contentban_area .inside .ban {
	width: 100%;
	margin-bottom: 10px;
}

/*会社概要*********************/
/********************************/
#main .content_area ul.staff {
	font-size: 1.0rem;
}
#main .content_area ul.staff li {
	width: 49%;
}
#main .content_area table.info {
	width: auto;
	margin: 0 auto;
}
#main .content_area table.info th, #main .content_area table.info td {
	padding-right: 0;
	padding-left: 0;
}

/*高増工務店の理念*********************/
/********************************/
#main .content_area .stuffphoto_area {
	justify-content: center;
	width: 100%;
}
#main .content_area .stuffphoto_area .stuff {
	width: 30vw;
	margin: 1vw;
}
	
/*求人情報*********************/
/********************************/
#main .content_area table.recruit {
	width: 100%;
}
#main .content_area table.recruit th {
	width: 100%;
	padding: 10px 10px;
}
#main .content_area table.recruit td {
	padding: 10px 10px;
}
#main .content_area .recruitcap {
	width: 100%;
}

/*プライバシーポリシー*********************/
/********************************/
#main .content_area .pp_inner {
	margin: -1.5em 0 0 20px;
}

/*お家づくり相談*********************/
/********************************/
#main .content_area .aboutonline {
	padding: 15px 25px;
	background-color: #f2f2f2;
}
#main .content_area .onlineflow_area {
	display: flex;
	justify-content:space-around;
	align-items: center;
	flex-wrap: wrap;
	width: 50vw;
	margin: 25px auto;
}
#main .content_area .onlineflow_area .flow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50vw;
	height: 50vw;
	border: solid 5px #cccccc;
	border-radius: 100%;
	text-align: center;
}
#main .content_area .onlineflow_area .arr {
	width: 8vw;
	transform: rotate(90deg)
}
#main .content_area .onlineflow_area .arr img {
}
#main .content_area .online_inner {
	margin: 1em 0 0 0;
}

/*TECHNOLOGY*********************/
/********************************/
#main .content_area .techmain {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
#main .content_area .techmain .txt {
	position:relative;
	width: 100%;
	padding: 10px 10px;
	background-color: #f7f8f8;
}
#main .content_area .techmain .txt h3 {
	font-size: 2.1rem;
}
#main .content_area .tech_txt_box_area {
	display: block;
}
#main .content_area .tech_txt_box_area .photo.left {
	margin-right: 0;
}
#main .content_area .tech_txt_box_area .photo.right {
	margin-left: 0;
}
#main .content_area .tech_txt_box_area h4 {
	font-size: 1.8rem;
}
#main .content_area .tech_txt_box_area h4 i img {
	width: auto;
	height: 80px;
}

/*コラム*********************/
/********************************/
#main .column_area {
}
#main .column_area .cate_area {
	justify-content:space-around;
	width: 100%;
	margin: 25px auto 35px auto;
}
#main .column_area .cate_area .cate {
	width: 120px;
	height: 25px;
	margin-left: 0;
	margin-bottom: 10px;
}
	#main .column_area .box_area {
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto 0 auto;
}
#main .column_area .box_area .box {
	width: 90%;
	margin-bottom: 40px;
}
#main .column_area .box_area .box a {
	text-decoration: none;
}
#main .column_area .box_area .box .photo {
	line-height: 0;
}
#main .column_area .box_area .box .photo img {
	width: 100%;
	height: auto;
}
#main .column_area .box_area .box .txt_area {
	padding: 15px 10px;
	background-color: #fff;
}
#main .column_area .box_area .box .txt_area .cate {
	width: 120px;
	height: 25px;
	margin: 0 auto 10px auto;
	border: solid 1px #303030;
	font-size: 1.7rem;
	line-height: 1.1;
	font-weight: 800;
	text-align: center;
}
#main .column_area .box_area .box .txt_area .tit {
	margin-bottom: 10px;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: 800;
}
#main .column_area .box_area .box .txt_area .more {
	text-align: center;
}
#main .column_area .box_area .box a:hover .txt_area .more span {
	border-bottom: solid 1px #75c4b4;
}
#main .column_area .box_area .box a:hover img {
	opacity: 1.0;
}
#main .column_area .entry_area {
	width: 100%;
	margin: 0 auto 30px auto;
}
#main .column_area .entry_area h3 {
	display: block;
	align-items: center;
	margin-bottom: 25px;
	font-size: 2.0rem;
	text-align: center;
}
#main .column_area .entry_area h3 .cate {
	display: block;
	width: auto;
	height: 25px;
	margin: 0 0 0 0;
	text-align: center;
}
/*目次*/
#main .column_area .entry_area #ez-toc-container li {
	margin-left: 0!important;
}
#main .column_area .entry_area div#ez-toc-container {
    padding-right: 0;
}
#main .column_area .entry_area .photo_area .photo {
	width: 100vw;
	height: 60vw;
}
#main .column_area .entry_area .photo_area .photo#photo_main img {
	width: 100%;
	height: auto;	
	display: none;
}
#main .column_area .entry_area .photo_area .photo#photo_main img.active {
	display: block;
}
#main .column_area .entry_area .txt_area {
	width: 90%;
	margin: 0 auto;
	line-height: 2.0;
}
#main .column_area .entry_area .txt_area h2 {
	font-size: 2.2rem;
}
#main .column_area .entry_area .txt_area h3 {
	font-size: 2.0rem;
}

	/*youtube*/
.youtube_waku {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube_waku iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
}

