@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.7.2/css/all.css);
/* ------------------ */
/* 質問 */
.qa-container, .qa-item {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 18px;
}

.qa-item:last-child {
	margin-bottom: 0px;
}

.qa-item:nth-child(1) {
	margin-top: 21px;
}

/* flex */
.qa-item .qa-item-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.qa-item .qa-no {
	flex: 0 0 50px;
}

.qa-item .qa-title {
	flex: 1 1 calc(100% - 50px);
}

.qa-item .qa-message {
	flex: 1 1 100%;
}

/* 質問要素 */
.qa-item .qa-item-row {
	position: relative;
	height: auto;
	padding: 9px;
	border-radius: 6px;
	margin-bottom: 3px;
}

.qa-item .qa-item-row:last-child {
	margin-bottom: 0px;
}

/* 質問の番号表示 */
.qa-item .qa-no {
	position: relative;
	height: 50px;
	width: 50px;
	font-size: 18px;
	/* line-height: 48px; */
	/* text-align: center; */
	font-weight: bold;
	letter-spacing: 0.09em;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 質問 QAのタイトル */
.qa-item .qa-title {
	position: relative;
	min-height: 50px;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
	padding: 0 0 0 12px;
}

/* 質問 詳細 */
.qa-item .qa-message {
	position: relative;
	font-size: 16px;
	color: #1d1d1d;
	font-weight: normal;
	padding: 3px;
}

.qa-item .qa-note {
	font-size: 14px;
	font-weight: normal;
	color: #1d1d1d;
}

/* ------------------ */

/* 質問 */
.qa-container .qa-question {
	background-color: #EDF5F6;
	border: solid 1px #2C4097;
}

.qa-container .qa-question .qa-no {
	background-color: #2C4097;
	color: white;
}

.qa-container .qa-question .qa-title {
	color: #2C4097;
}

/* 答え */
.qa-container .qa-answer {
	background-color: #fff3dd;
	border: solid 1px #C85416;
}

.qa-container .qa-answer .qa-no {
	background-color: #C85416;
	color: white;
}

.qa-container .qa-answer .qa-title {
	color: #dd5202;
}

/* -------------------------- */
.hikaku-container, .hikaku-container [class*="hikaku-"] {
	position: relative;
}
/* -------------------------- */

/* width */
.hikaku-container {
    width: auto;
    overflow: auto;
}
.hikaku-grid {
    width: 500px;
}
.hikaku-group {
    width: 100%;
}
/* -------------------------- */
/* 表タイトル */

.hikaku-title {
    font-size: 18px;
    width: 500px;
}
/* -------------------------- */

/* 表備考欄（最下部） */
.hikaku-note {
    font-size: 12px;
    width: 500px;
    display: flex;
    padding: 3px 0px;
}
.hikaku-note:last-child {
    margin-bottom: 12px;
}
.hikaku-note-id {
    flex: 0 0 30px;
    padding-right: 0px;
}
.hikaku-note-text {
    flex: 1 1 auto;
}
/* -------------------------- */
/* 線 */
.hikaku-group {
    border: solid 2px #444;
    border-bottom-width: 0px;
}
.hikaku-group:last-child {
    border-bottom: solid 2px #444;
}
.hikaku-left {
    border-right: solid 2px #444;
}
.hikaku-row {
    border-bottom: solid 1px #444;
}
.hikaku-row:last-child {
    border-bottom-width: 0px;
}
[class^="hikaku-col"] {
    border-right: solid 2px #444;
    }
[class^="hikaku-col"]:last-child {
    border-right-width: 0px;
}
/* -------------------------- */
/* group */
.hikaku-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.hikaku-left {
    flex: 0 0 50px;
}
.hikaku-right {
    flex: 1 1 auto;
}
/* -------------------------- */
/* header */
.hikaku-header {
    background-color: #EDF5F6;
    font-size: 20px;
    text-align: center;
}
/* -------------------------- */
/* 共有在庫・オークション表示セル */
.hikaku-left {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: center;
    vertical-align: middle;
    line-height: 45px;
    font-size: 20px;
}
.hikaku-lap {
    background-color: #b9f2fa;
}
.hikaku-laa {
    background-color: #e1ffea;
}
/* -------------------------- */
/* 表右側分割 */
.hikaku-row {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    height: auto;
    padding: 0;
    margin: 0;
}
.hikaku-col1 {
    flex: 0 0 24%;
}
.hikaku-col2, .hikaku-col3 {
    flex: 0 0 38%;
}
/* 比較の各セル */
[class^="hikaku-col"] {
    padding: 3px 6px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hikaku-col1 {
    text-align: left;
    width: 100%;
    justify-content: flex-start;
}
.hikaku-col2, .hikaku-col3 {
    text-align: center;
}
/* アイコン */
[class*="hikaku-icon"]::before {
    position: relative;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
}
.hikaku-icon-ok::before {
    content: '\f00c';
    color: #0eac00;
}
.hikaku-icon-ng::before {
    content: '\f00d';
    color: #e90000;
}
.hikaku-icon-info {
    font-size: 14px;
    color: #e95500;
}
.hikaku-icon-info::before {
    content: '\f05a';
    color: #e95500;
}

.applybtn {
  background: #0b2e68;
  color: #fff;
  border: 1px solid #0b2e68;
  font-size: 18px;
  font-weight: normal;
  max-width: 500px;
  width: 95% !important;
  height: auto !important;
  line-height: 35px !important;
  border-radius: 4px;
  letter-spacing: 0.1em;
  margin: 20px auto 10px;
  padding: 0px;
}

.applybtn:hover {
  background: #fff;
  color: #0b2e68;
  border: 1px solid #0b2e68;
  font-size: 18px;
  font-weight: normal;
  max-width: 500px;
  width: 95% !important;
  height: auto !important;
  line-height: 35px !important;
  border-radius: 4px;
  letter-spacing: 0.1em;
  margin: 20px auto 10px;
  padding: 0px;
}

.yuryo {
	background: #C85416 !important;
	border: 1px solid #C85416 !important;
}

.yuryo:hover {
	background: #fff !important;
	color: #dd5202 !important;
	border: 1px solid #C85416 !important;
}