@charset "utf-8";
/* マーターポート 20210114 */
a img:hover{
	opacity: 0.7;
}
#matterport section h2 > span > small{
	font-size: 1.8rem;
	letter-spacing: 0;
	line-height: 1;
	padding: 5px 10px 0;
	}
#matterport .mt_container{
	width: 100%;
	padding: 0;
	height: auto;
	text-align: center;
	}
#matterport .mt_container > div{
	position: relative;
	margin: 0 auto;
	max-width: 980px;
	height: 450px;
	}
#matterport .mt_container iframe{
	height: 450px;
	width: 980px;
	max-width: 980px;
	position:static !important;
	pointer-events:auto !important;	
	}
/* テーブル */
#table-matterport{
	width: 100%;
	border: 1px solid #aaa;
	border-collapse: collapse;	
	}
#table-matterport th,
#table-matterport td{
	padding-bottom: 10px;
	padding-top: 10px;
	border-top:  1px solid #ccc;
	border-left:  1px solid #ccc;
	text-align: center;
	}
#table-matterport th{
	font-weight: bold;
	background: #f7f7f7;	
	}
#table-matterport th:nth-of-type(1){
	width:17%;
	}
#table-matterport th:nth-of-type(2){
	width: 40%;
	}
#table-matterport th:nth-of-type(3){
	width: 33%;
	}
/* ロゴマーク */
#table-matterport th img{
	margin-bottom: 6px;
	width: 160px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
#table-matterport th small{
	font-weight: bold;
	}
#table-matterport td{
	padding: 15px 5px;
	font-size: 15px;
	}
/*  */
td._th01{
	font-weight: bold;
	background: #f7f7f7;	
	}
td._th02{
	font-size: 14px;
	font-weight: bold;
	background: #f7f7f7;	
	}
td._th02._function{
	width: 1rem;
	font-weight: bold;
	font-size: 16px;
  display: inline-block
  -webkit-writing-mode: vertical-rl
  -moz-writing-mode: vertical-rl
  -ms-writing-mode: tb-rl
  -ms-writing-mode: vertical-rl
  writing-mode: vertical-rl
	letter-spacing: 5px;
		
	}
/* ナビ */
#matterport nav ul{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 3px double #ccc;
	background: #fff;
	}
/* 比較 */
#mt-case iframe{
	height: 350px;
	position:static !important;
	pointer-events:auto !important;		
	}
#mt-case .tag,
.tag{
	height: auto;
	}

.balloon_box{
padding-top: 30px;
  padding-bottom: 30px;
  border: 1px solid #777;
  max-width: 1120px;
}
/* 吹き出し本体 */
.balloon{
	width: 280px;
	position: relative;
	padding: 10px;
	background-color: #ff7954;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1;
	display: inline-block;
	}

/* beforeで三角を表現 */
.balloon::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 20px;
	bottom: -15px;
	border-top: 15px solid #ff7954;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	}
	
/* 吹き出し【すみれ色】 */
.balloon_violet{
	background-color: #657bcf;
	}

/* beforeで三角を表現【すみれ色】 */
.balloon_violet::before{
	border-top: 15px solid #657bcf;
	}	
	
/* マーカー */
._marker em {
	background: linear-gradient(transparent 50%, #fff27d 50%);
	}
.mt_seo_img{
	background: rgba(255,242,125,0.4);
	padding: 10px 0;
	margin-bottom: 10px;
	margin-top: 10px;
	}
/* ここがポイント */
#mt-point{
	margin-top: -30px;
	margin-bottom: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
	border: 1px solid #777;
	max-width: 1120px;
	}
/* バッジ */
.badge.badge-big {
  font-size: 2.2rem !important;
}	
.badge_{
	background-color: #fff27d;
}
@media screen and (min-width: 641px) {
/* ナビ */
#matterport nav ul{
	width: 100%;
	}
#matterport nav ul li{
	display: inline-block;
	margin-left:  30px;
	}
}/* end 641 */

@media screen and (max-width: 640px) {
#matterport p{
	padding-left: 0 !important;
	padding-right: 0!important;
	}	
article.container{
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	}
main#matterport {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	}
main#matterport .container,
#matterport .mt_container,
div#summary{
	  padding: 0 4%;
	}
.parenthesis {
	width: 90%;
	padding: 15px 40px !important;
	}
.parenthesis span {
	font-size: 1.6rem;
	}
#matterport .mt_container iframe{
	max-width: 100%;
	}
/* 横スクロール */
.table-scroll{
	overflow: auto;
	white-space: nowrap;
	}
/* 以下、スクロールバーを追加 */
.table-scroll::-webkit-scrollbar{　　
	height: 5px;
	}
.table-scroll::-webkit-scrollbar-track{
	background: #ccc;
	}
.table-scroll::-webkit-scrollbar-thumb {
	background: #ccc;
	}
.table-scroll table td{
	font-size: 13px !important;
	}
td._th02._function{
	white-space:normal !important;
	}
#mt-point{
	margin-top: 40px;
	border: none;
	}
/* 吹き出し本体 */
.balloon{
	width: auto;
	font-size: 2rem;
	}	
}/* end 640 */





