/*陸特総合ページ用セット　ベースはrkt_set/styale.cssを修正のこと---*/
.contents h2 {
    border-top: 4px solid #e5858a;
}

.ta1 th {
    background-color: #fff4f4;
}

.rkttop{
	margin: 0em auto;
    max-width: 1000px;
}

@media screen and (max-width: 768px) {
.rkttop{
    max-width: 95%;
}
}


#chat h1{
	border:none;
	background-color: #96dcf8;
	box-shadow:none;
text-align: center;
margin-bottom:30px;
font-size:1.5em;
    padding: 0;
}

.t-st{
  color: #fff;
  text-shadow:
  2px 2px 0 #444, -2px -2px 0 #444, /* 右下方向に影 */
  -2px 2px 0 #444,  2px -2px 0 #444, /* 左下方向に影 */
  2px 0 0 #444, -2px  0 0 #444, /* 左上方向に影 */
  0 2px 0 #444,  0 -2px 0 #444; /* 右上方向に影 */
font-size:1.3em;
}

#chat h2 {
/*    color: #0d8f7e;*/
	color: #141414;
	margin: 0;
	font-size: 1em;
    font-weight: normal;
    padding: 0;
    background-color: #fff;
    border-top: none;
    border-bottom:none;
    box-shadow: none;
}

.fbox2 {
	
}

#chat h3 {
    color: #1c5bb9;
	margin: 0;
	font-size: 1em;
}

#btn2 .btn4 {
    display: block;
    padding: 0.75em;
color: #FFF;
    border-radius: 6px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    clear: both;
}
#btn2 .btn4 a {
    color: #fff;
}

#copyright {
    border-top: 5px solid #e59297;
}

/*ページトップボタン*/

#pagetop a {
    background: #d97b819e;
}

#pagetop a:hover {
	background: #d97b81d1;	/*背景色*/
	color: #fff;		/*文字色*/
}


/*一番上のチャート風ボタン用*/
.rkttop table{
margin: 0 auto 20px;
width:100%;
}

.rkttop table th,table td{
	border: none;
    padding: 0 0.5em;
    line-height: 1.2em;
	width:50%;
}

.back{
	background-image: url(../img/chrt-line.svg);
	background-repeat: no-repeat;
	background-position:center center;   
	background-size: contain;
	width:500px; 
	height:100px;
	padding: 0;
}

@media screen and (max-width: 768px) {
.back{
	width:auto; 
	height:50px;
}
}

/*チャット風*/

#chat{
	background-color: #96dcf8;
    padding: 2%;
}


/* 全体 */
.sb-box {
  position: relative;
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;

}

/* アイコン画像 */
.icon-img {
  position: absolute;
  overflow: hidden;
  top: 0; /* 画像の位置を上から0に */
  width: 80px; /* 画像の幅 */
  height: 80px; /* 画像の高さ */
}
/* アイコン画像（左） */
.icon-img-left {
  left: 0; /* 画像の位置を左から0に */
}
/* アイコン画像（右） */
.icon-img-right {
  right: 0; /* 画像の位置を右から0に */
}
/* アイコン画像 */
.icon-img img {
  border-radius: 50%; /* 画像を丸く表示する */
/*  border: 2px solid #eee; /* 画像の縁取りの太さとカラー */
}
/* アイコンネーム */
.icon-name {
  position: absolute;
  width: 80px; /* ネームの最大幅を画像と同じに */
  text-align: center; /* ネームの位置をセンターに */
  top: 83px; /* ネームの位置を上から83に */
  color: #777; /* ネームのカラー */
  font-size: 10px; /* ネームのフォントサイズ */
}
/* アイコンネーム（左） */
.icon-name-left {
  left: 0; /* ネームの位置を左から0に */
}
/* アイコンネーム（右） */
.icon-name-right {
  right: 0; /* ネームの位置を右から0に */
}
/* 吹き出し */
.sb-side {
  position: relative;
  float: left;
  margin: 0 105px 40px 105px; /* 吹き出しの上下左右の余白 */
}
.sb-side-right {
  float: right;
}
/* 吹き出し内のテキスト */
.sb-txt {
  position: relative;
 /* border: 2px solid #eee; /* 吹き出しの縁取りの太さとカラー */
  border-radius: 10px; /* 吹き出しを角丸に */
  background: #ccff66; /* 吹き出しの背景色 */
  color: #141414; /* 吹き出し内のテキストのカラー */
  font-size: 1em; /* 吹き出し内のフォントサイズ */
  line-height: 1.7; /* 吹き出し内のテキストが2行以上になった時の行間 */
  padding: 18px; /* 吹き出し内の上下左右の余白 */
}
.sb-txt-left {
  background: #fff; /* 吹き出しの背景色 */
}

.sb-txt > p:last-of-type {
  padding-bottom: 0; /* 吹き出し内のテキストを改行した場合、最後のpタグにpadding-bottomをつけない */
  margin-bottom: 0; /* 吹き出し内のテキストを改行した場合、最後のpタグにmargin-bottomをつけない */
}
/* 吹き出しの三角 */
.sb-txt:before {
  content: "";
  position: absolute;
  border-style: solid;
  top: 16px; /* 吹き出し内の三角の位置 */
  z-index: 3;
}
/*.sb-txt:after {
  content: "";
  position: absolute;
  border-style: solid;
  top: 15px; /* beforeより-1px */
/*  z-index: 2; /* beforeより-1 */
/*}*/

/* 吹き出しの三角（左） */
.sb-txt-left:before {
  left: -7px;
  border-width: 7px 10px 7px 0;
  border-color: transparent #fff transparent transparent; /* 背景色と同じカラーに */
}
/*.sb-txt-left:after {
  left: -10px; /* beforeより-3px */
/*  border-width: 8px 10px 8px 0; /* beforeより上下+1px */
/*  border-color: transparent #eee transparent transparent; /* 縁取りと同じカラーに */
/*}*/

/* 吹き出しの三角（右） */
.sb-txt-right:before {
  right: -7px;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #ccff66; /* 背景色と同じカラーに */
}
/*.sb-txt-right:after {
  right: -10px; /* beforeより-3px */
 /* border-width: 8px 0 8px 10px; /* beforeより上下+1px */
 /* border-color: transparent transparent transparent #eee; /* 縁取りと同じカラーに */
/*}*/

/* 767px（iPad）以下 */

@media (max-width: 767px) {
  /* アイコン画像 */
  .icon-img {
    width: 60px; /* 画像の幅を-20px */
    height: 60px; /* 画像の高さを-20px */
  }
  /* アイコンネーム */
  .icon-name {
    width: 60px; /* 画像の幅に合わせて-20px */
    top: 62px; /* ネームの位置を上から62に */
    font-size: 9px; /* ネームのフォントサイズを-1px */
  }
  /* 吹き出し（左） */
  .sb-side-left {
    margin: 0 0 30px 78px; /* 吹き出し（左）の上下左右の余白を狭く */
  }
  /* 吹き出し（右） */
  .sb-side-right {
    margin: 0 78px 30px 0; /* 吹き出し（右）の上下左右の余白を狭く */
  }
  /* 吹き出し内のテキスト */
  .sb-txt {
    padding: 12px; /* 吹き出し内の上下左右の余白を-6px */
  }
}




/*トップページ比較表
---------------------------------------------------------------------------*/
.hikaku {
	margin: 0 auto 20px;
    width: 95%;
    table-layout: fixed;
}

.hikaku tr {
  background-color: #fff;
  padding: .35em;
  border: 2px solid #eee;
text-align:left;
}

.hikaku th{
  padding: 2em;
/*  border-right: 2px solid #fff;*/
  background-color: #6d6d6d;
  color:#fff;
text-align:center;
}

.hikaku td {
  padding: 2em .5em;
  border-right: 2px solid #eee;
}

.hikaku thead tr{
  background-color: #6d6d6d;
  color:#fff;
}

@media screen and (max-width: 480px) {
.hikaku {
    width: 480px;
}

.hikaku_tbl{
	     overflow-x: scroll;
}
}


.sample2 {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    background: #fff;
    border: none;
}
.sample2 th,
.sample2 td {
    font-size: 14px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px;
    vertical-align: middle;
    box-sizing: border-box;
}
.sample2 th {
    font-weight: 700;
    text-align: center;
}
.sample2 thead th {
    color: #fff;
    background: #14116e;
}
.sample2 tbody td:last-child {
  text-align: right;
}
.sample2 thead th:first-child,
.sample2 thead th:last-child {
  width: 20%;
}
@media screen and (max-width: 768px) {
#chat{
    padding: 5%;
}

.sample2 thead {
    display:none;
  }
  .sample2 tr {
    background-color: unset;
  }
  .sample2 th, .ex_sample2 td {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ccc;
  }
  .sample2 tbody th{
    background: #14116e;
    color:#fff;
    text-align: center;
  }
  .sample2 tbody tr td:not(:last-child) {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .sample2 tbody tr td:not(:last-child)::before{
    content: attr(data-label);
    width: fit-content;
    padding: 0.2em 1em;
    border-radius: 100vw;
    font-size: 12px;
    background: #eee;
  }
  .sample2 tbody td:last-child::before{
    content: attr(data-label);
    display: inline-block;
    margin-right: 10px;
  }
  .sample2 tbody td:last-child{
    display: flex;
    justify-content: space-between;
  }
}
