@charset "utf-8";
/* CSS Document */

.frame-wrapper__video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.frame-wrapper__video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.blockquote2019 {
  position: relative;
  padding: 40px 25px 8px 25px;
  box-sizing: border-box;
  font-style: italic;
  background: #f5f4f0;
  color: #555;
  text-align: left;
  background: #f5f4f0;
  border-radius: 3px;
  margin: 40px 0;
}
.blockquote2019:before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 15px;
  vertical-align: middle;
  content: "\f10d";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}
.blockquote2019 p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
.blockquote2019 cite {
  display: block;
  text-align: right;
  color: #888;
}
/* 目次 */
.toc_box {
  width: 100%;
  margin: 20px 0px 50px 0px;
  background: #f5f4f0;
  border-radius: 3px;
  text-align: left;
}
.toc_title {
  font-size: 18px!important;
  padding: 10px 0px 0px 20px;
}
.toc_box ul, ol {
  padding: 0.5em 0.5em 0.5em 25px;
  margin-top: -20px;
}
.toc_box ul li, ol li {
  line-height: 1;
  padding: 0.5em 0;
}
/* この記事を書いた人 */
.konokiji_box {
  width: 100%;
  margin: 20px 0px 20px 0px;
  background: #f5f4f0;
  border-radius: 3px;
  text-align: left;
}
.konokiji_box_top {
  display: flex;
  padding-top: 20px;
}
.konokiji_box_left {
  width: 100px;
  margin-left: 15px;
}
.konokiji_box_right {
  width: 550px;
  padding: 28px 20px 20px 30px;
}
.katagaki {
  font-size: 14px!important;
  font-weight: bold;
  margin-bottom: 0px!important;
}
.writername {
  font-size: 18px!important;
  font-weight: bold;
}
.konokiji_box_text {
  padding: 0px 15px 10px 15px
}
.konokiji_box_text p {
  margin-bottom: 0px!important;
}
.konokiji_face {
  margin: 0;
  float: left;
  width: 100px;
  height: 100px;
  margin-right: -70px;
}
.konokiji_face img {
  width: 100%;
  height: 100%;
  border: 2px solid #ebe9e4;
  border-radius: 50%;
  margin: 0;
}
.kijiyomu {
  width: 200px;
  height: 50px;
  margin: 0px 0px 0px auto;
}
.kijiyomu p {
  text-align: center;
  font-size: 16px!important;
}
.kijiyomu a:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 3px;
  background: url(https://www.carsensor.net/contents/front_pc/img/icon_circlearrow-right.svg) no-repeat;
  background-size: 18px 18px;
  vertical-align: text-top;
  background-position: 0px 0px;
}
/*???????
 吹き出し左右会話を作る
???????*/
/* 全体のスタイル */
.kaiwa {
  margin-bottom: 25px;
}
/* 左画像 */
.kaiwa-img-left {
  margin: 0;
  float: left;
  width: 65px;
  height: 65px;
  margin-right: -70px;
}
.kaiwa-img-left img {
  width: 100%;
  height: 100%;
  border: 2px solid #ebe9e4;
  border-radius: 50%;
  margin: -20px 0px 0px 0px;
}
/* 右画像 */
.kaiwa-img-right {
  margin: 0;
  float: right;
  width: 65px;
  height: 65px;
  margin-right: 10px;
}
.kaiwa-img-right img {
  width: 100%;
  height: 100%;
  border: 2px solid #ff6010;
  border-radius: 50%;
  margin: -20px 0px 0px 0px;
}
/* 画像の下のテキスト */
.kaiwa-img-description-right {
  padding: 8px 95px 0px 0px;
  font-size: 14px;
  text-align: right;
  bottom: 15px;
  font-weight: bold;
  color: #ff6010;
}
.kaiwa-img-description-left {
  padding: 8px 0px 0px 85px;
  font-size: 14px;
  text-align: left;
  bottom: 15px;
  font-weight: bold;
}
/* 左からの吹き出しテキスト */
.kaiwa-text-right {
  position: relative;
  margin-left: 85px;
  padding: 10px;
  border-radius: 10px;
  background: #f5f4f0;
  margin-right: 13%;
  margin-top: 10px;
  text-align: left;
}
/* 右からの吹き出しテキスト */
.kaiwa-text-left {
  position: relative;
  margin-right: 90px;
  padding: 10px;
  border-radius: 10px;
  background-color: #f5f4f0;
  margin-left: 13%;
  margin-top: 10px;
  text-align: left;
}
p.kaiwa-text {
  margin: 0 0 20px;
}
p.kaiwa-text:last-child {
  margin-bottom: 0!important;
}
/* 左の三角形を作る */
.kaiwa-text-right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  left: -20px;
}
.kaiwa-text-right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #f5f4f0;
  top: 15px;
  left: -19px;
}
/* 右の三角形を作る */
.kaiwa-text-left:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  right: -20px;
}
.kaiwa-text-left:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #f5f4f0;
  top: 15px;
  right: -19px;
}
/* 回り込み解除 */
.kaiwa:after, .kaiwa:before {
  clear: both;
  content: "";
  display: block;
}
/* 関連リンク　文字リンク */
.Base_Templete_Link3 {
  text-align: left;
}
.Base_Templete_Link3 li a:link {
  color: #333333;
}
.Base_Templete_Link3 li a:visited {
  color: #333333;
}
.Base_Templete_Link3 li a:hover {
  color: #333333;
}
.Base_Templete_Link3 li a:active {
  color: #ff9500;
}
.author2019 {
  margin: 15px 0 5px 0;
  text-align: left;
  font-size: 12px;
  color: #666;
}
/* アンダーライン系 */
.under-orange {
  border-bottom: solid 2px #ff6010;
  font-size: 14px!important;
}
.text-bold {
  font-weight: bold;
  font-size: 14px!important;
}
.text-bold-orange {
  color: #ff6010;
  font-weight: bold;
  font-size: 14px!important;
}
.text-bold-backorange {
  font-weight: bold;
  background-color: #ffdbb9;
  font-size: 14px!important;
}
/* 表 */
.tg {
  border-collapse: collapse;
  border-spacing: 0;
  border-color: #ccc;
}
.tg td {
  font-size: 14px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  border-color: #ccc;
  color: #333;
  background-color: #fff;
}
.tg th {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  border-color: #ccc;
  color: #333;
  background-color: #f5f4f0;
}
.tg .tg-0pky {
  border-color: inherit;
  text-align: left;
  vertical-align: top
}
/* 新テーブルテスト */

.defaultTable__text {
  font-size: 12px!important;
}
.defaultTable__table:last-child {
  margin-bottom: 0;
}
.defaultTable__table {
  width: 100%;
  border: 2px solid #ebe9e4;
  margin-bottom: 15px;
  border-radius: 3px;
  border-collapse: collapse;
  border-spacing: 0;
}
.defaultTable__table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.defaultTable__head {
  background-color: #f9f8f6;
  border: solid #ebe9e4;
  border-width: 1px 0 1px 1px;
  width: 160px;
  padding: 15px;
  vertical-align: top;
  font-weight: 400;
}
.defaultTable__head th {
  font-weight: 400;
  text-align: left;
}
.defaultTable__description {
  border: solid #ebe9e4;
  border-width: 1px 1px 1px 0;
  padding: 15px 20px;
  font-weight: 700;
}
/*SP用の表を消す*/
.gradeTable {
  display: none;
}
