﻿@charset "UTF-8";

.hd02office{ 
	font-size: 38px;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	line-height: 1.65;
	padding:20px 0;
}

.txt{
	font-size: 16px;
	font-weight: 700;	
	line-height: 1.85;
	padding:10px 0;
}


.hd03office{ 
	font-weight: 700;	
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	line-height: 1.65;
	padding:0;
	color:#825838;
}

.hd03_arrow{ 
	padding:20px 0 20px 0;
	background: url( ../img/tl_arrow.png) no-repeat center bottom;
}
.h3fs30{ 
font-size: 30px;
}

.h3fs48{ 
	font-size: 48px;
	}


.hd02office_sub{ 
	font-size: 38px;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	line-height: 1.65;
	padding:10px 0;
	color:#825838;
}
@media (max-width: 980px) {
	.hd02office{ 

		font-size: 26px;

	}
	.h3fs48{ 
		font-size: 30px;
		}
		.hd02office_sub{ 
			font-size: 26px;
			}
			
}

.sct_bgwhite{
border-top: 10px solid #825838;
background-color: #fff;
display: block;
}

.sct_bgbrown{
border-top: 10px solid #825838;
background-color: #e8ded0;
display: block;
}

.sct_bgash{
border-top: 10px solid #825838;
background-color: #f3f3f3;
display: block;
overflow: hidden;
}

ul.point{
	text-align: center;
	width: 100%;
	margin:0 auto;
	overflow: hidden;
}

.point li{
	color:#fff;
	width:270px;
	text-align: center;
	font-weight: 700;	
	line-height: 1.65;
	padding:20px 0;
	border-radius: 4px; 
	margin:0 2%;
	display: inline-block;
	background-color: #825838;
	min-height: 200px;
	position: relative;
}

.point li:hover {
	opacity: 0.75;
  }
  @media (max-width: 940px) {
	.point li{
		width:30%;
		margin:0 1%;
}
}
  @media (max-width: 640px) {
	.point li{
		width:60%;
		padding:10px 0;
		margin:2% 0;
}
}

ul.rule{
	text-align: center;
	width: 100%;
	margin:0 auto;
	display: block;
}

.rule li{
	color:#825838;
	width: 45%;
	text-align: center;
	font-weight: 700;	
	line-height: 1.85;
	padding:20px 0;
	border: 2px solid #825838;
	border-radius: 10px; 
	margin:1%;
	display: inline-block;
}

@media (max-width: 980px) {
	.rule li{
		width: 90%;
		margin:1% 0;
	}
}
.point_ttl{
	font-size: 19px;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	font-weight: 700;	

}

.point_img{

	
}

.point_more{
	font-size: 14px;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	font-weight: 700;
	padding:10px 0 30px 0;
	background: url( ../img/mr_arrow.png) no-repeat center bottom;	
	
}


ul.ccc{
	text-align: center;
	width: 100%;
	margin:0 auto;
	overflow: hidden;
}

.ccc li{
	width:30%;
	text-align: center;
	font-weight: 700;	
	line-height: 1.65;
	padding:15px 0 25px 0;
	border-radius: 4px; 
	margin:0 1%;
	display: inline-block;
	border: 2px solid #825838;
	background-color: #fff;
	position: relative;
}

@media (max-width: 640px) {
	.ccc li{
		width:90%;
		padding:10px 0;
		margin:1% 0;
}
}
.ccc_ttl{
	font-size: 42px;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	line-height: 1.65;
	padding:0 0 10px 0;
	color:#825838;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;	
}
.ccc_txt{
	font-size: 15px;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	font-weight: 700;	

}

.fs_small{
	font-size: 0.75em;

}
@media (max-width: 940px) {
	.ccc_ttl{
		font-size: 32px;
	}
}

/*tab
--------------------------*/
/*タブ切り替え全体のスタイル*/
.tabs {
	padding-bottom: 40px;
	width: 100%;
	margin: 0 auto;
}
  
  /*タブのスタイル*/

 label{
	text-align: center;
	margin:0 auto;
  }
  .tab_item {
	width: 270px;
	height: 50px;
	background-color: #825838;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	display: block;
	float: left;
	text-align: center;
	font-weight: 600;
	transition: all 0.2s ease;
	margin:0 10px;
	border-radius: 4px 4px 0 0;
  }
  .tab_item:hover {
	opacity: 0.75;
  }
  .tab_first{
	margin-left:70px;
  }
  
  @media (max-width: 940px) {
	.tab_item {
		width: calc(100%/3 - 2px);
		margin:0 1px;
	}  
	.tab_first{
		margin-left:0;
	  }  
  }
  @media (max-width: 640px) {
	.tab_item {
		font-size: 14px;
		line-height: 1.6;
		padding-top: 14px;
	}  
}
@media (max-width: 440px) {
	.tab_item {
		font-size: 12px;
		line-height: 1.6;
		padding-top: 10px;
	}  
}
  /*ラジオボタンを全て消す*/
  input[name="tab_item"] {
	display: none;
  }
  
  /*タブ切り替えの中身のスタイル*/
  .tab_content {
	display: none;
	padding: 20px 40px 40px 40px;
	clear: both;
	overflow: hidden;
	background-color: #fff;
	border-radius: 4px;
  }
  
@media (max-width: 440px) {
	.tab_content {
		padding: 20px 10px 20px 10px;
	  }
}
  
  /*選択されているタブのコンテンツのみを表示*/
  #all:checked ~ #all_content,
  #programming:checked ~ #programming_content,
  #design:checked ~ #design_content {
	display: block;
  }
  
  /*選択されているタブのスタイルを変える*/
  .tabs input:checked + .tab_item {
	background-color: #fff;
	color: #848484;
  }

  .tab_content_description h3{
	font-size: 38px;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	line-height: 1.65;
	padding:5px 0;
	color:#825838;
	font-weight: 600;
  }

  @media (max-width: 640px) {
	.tab_content_description h3{
		font-size: 24px;
	}  
}

.tab_content_description p.lead{
	font-weight: 600;
  }
  .tab_ttl01{
	background-image: url( ../img/pict_distance.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding:15px 15px 15px 125px;
	min-height: 66px;
  }

  .tab_ttl02{
	background-image: url( ../img/pict_contact.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding:15px 15px 15px 125px;
	min-height: 66px;
  }

.tab_ttl03{
	background-image: url( ../img/pict_ventilation.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding:15px 15px 15px 125px;
	min-height: 66px;
  }


.tab_mount,
.tab_mount_3b{
	border-top: 3px solid #848484;
	background-color: #fff;
	display: block;
	padding:15px 0;
	display:table;
}

.tab_mount_3b .tab_mount_child{
	display:table-cell;
	float: left;
	width: calc(100%/3);
}

.tab_mount .tab_mount_child{
	display:table-cell;
	float: left;
	width: calc(100%/2);
	min-height: 300px;
}

.tab_mount img,
.tab_mount_3b img{
	width: 95%;
	padding:15px;
}

@media (max-width: 640px) {
	.tab_mount_3b .tab_mount_child{
		float: none;
		width: 100%;
		margin:20px 0;
		display:block;
	}
	
	.tab_mount .tab_mount_child{
		float: none;
		width: 100%;
		margin:20px 0;
		display:block;
	}
	.tab_mount img,
.tab_mount_3b img{
	width: 100%;
	padding:0px;
}
}



.p01{ background-image: url( ../img/p01.png);
	background-repeat: no-repeat;
	background-position: left top 5px;
	padding:7px 22px 0 50px;
	min-height: 40px;
}
.p02{ background-image: url( ../img/p02.png);
	background-repeat: no-repeat;
	background-position: left top 5px;
	padding:7px 22px 0 50px;
	min-height: 40px;
}
.p03{ background-image: url( ../img/p03.png);
	background-repeat: no-repeat;
	background-position: left top 5px;
	padding:7px 22px 0 50px;
	min-height: 40px;
}
.p04{ background-image: url( ../img/p04.png);
	background-repeat: no-repeat;
	background-position: left top 5px;
	padding:7px 22px 0 50px;
	min-height: 40px;
}


.va{
	min-height: 70px;	
}

@media (max-width: 640px) {
	.p01,.p02,.p03,.p04{
		padding:7px 0 0 50px;
		min-height: 70px;	
	}
}
.ccc_mount{
	border-left: 6px solid #825838;	
	padding: 0 0 0 10px;
	min-height: 120px;
}
.ccc_mount h4{
	font-size: 24px;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	line-height: 1.25;
	padding:5px 0;
	color:#825838;
	font-weight: 600;
}
.tx{
	padding:25px 0 10px 0;
}

.source{
text-align: right;
font-size: 0.85em;

}
@media (max-width: 940px) {
.sp_w{
width: 100%;
}
}
.dp_ss {
display: none; 
}

@media (max-width: 440px) {
.dp_ss{
display: block; 
}
.lead{
	font-size:0.9em;
}
}