﻿@charset "UTF-8";
/* ----------------------------------------------------
	診断ナビ
---------------------------------------------------- */

/* Overwrite */
#ttlResult02 {
	margin: 0 !important;
}
#cost_output {
	height: auto !important;
	min-height: auto !important;
}
/* pageNavBlock */
.pageNavBlock {
	display: flex;
	justify-content: flex-end;
	margin: 20px 0 10px;
	font-size: 1.6rem;
}
.pageNavBlock .selectTop {
	position: relative;
	padding-left: 1.5em;
}
.pageNavBlock .back {
	position: relative;
	padding-left: 1.2em;
}
.pageNavBlock .back::before, .pageNavBlock .selectTop::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	line-height: 1;
	position: absolute;
	top: 10px;
	left: 0;
	margin-top: -0.4em;
	color: #716f63;
	font-size: 1.2em;
}
.pageNavBlock .selectTop::before {
	content: "\f077";
	color: #ce0a0a;
}
.pageNavBlock .back::before {
	content: "\f053";
	color: #ce0a0a;
}
.pageNavBlock .selectTop::after {
	content: "|";
	display: inline-block;
	padding: 0 10px;
}
@media not screen and (min-width: 768px) {
.pageNavBlock {
	justify-content: center;
	margin-bottom: 15px;
}
.pageNavBlock .selectTop::after {
	padding: 0 20px;
}
}
/* trouble-check-title-container */
.trouble-check-title-container {
	margin-bottom: 30px;
}
.trouble-check-title {
/*	background: #eeeddf;*/
	background: #d3def1;
	font-weight: bold;
	padding: 5px 10px;
	font-size: 2.6rem;
}
.trouble-check-title .text {
	display: inline-block;
	padding-left: 0.5em;
}
.trouble-check-title .tag {
	display: inline-block;
	/*background: #716f63;*/
	background: #0075c2;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	padding: 5px 15px 8px;
	line-height: 1;
}
/* trouble-check-sub-title-container */
.trouble-check-sub-title-container {
	margin-bottom: 20px;
}
.trouble-check-sub-title {
	font-size: 1.8rem;
	font-weight: bold;
	/*border-left: #716f63 solid 4px;*/
	/*border-bottom: #716f63 solid 1px;*/
	border-left: #0075c2 solid 4px;
	border-bottom: #0075c2 solid 1px;
	padding-left: 0.5em;
	padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
.trouble-check-title {
	display: flex;
	align-items: center;
	padding: 10px 15px;
	font-size: 2.3rem;
}
.trouble-check-title .text {
	padding-left: 1em;
	line-height: 1;
}
}
@media not screen and (min-width: 768px) {
.trouble-check-title {
	padding: 5px 10px 10px;
}
.trouble-check-title .tag {
	font-size: 1.6rem;
}
.trouble-check-title .text {
	display: block;
	margin-top: 5px;
	font-size: 2rem;
}
}
/* troubleCheckCont */
.troubleCheckCont .diagTtl {
	font-weight: 300;
	font-size: 1.6rem;
}
.troubleCheckCont .diagCont .diagImgCap {
	/*font-size: 92%;*/
	margin-top: 10px;
}
.troubleCheckCont .rightCont {
	text-align: right;
	margin-top: 30px;
}
@media only screen and (min-width: 768px) {
.troubleCheckCont,  #ttlResult02.troubleCheckCont {
	padding: 0 10px;
}
.troubleCheckCont .diagCont {
	margin-top: 40px;
}
.troubleCheckCont .diagCont.col2 {
	width: 80%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 60px auto 0;
}
.troubleCheckCont .diagCont.col2 {
	gap: 20px;
}
.troubleCheckCont .diagCont.col2.itemS {
	align-items: flex-start;
}
.troubleCheckCont .diagCont.col2 .diagTextBox {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0;
}
.troubleCheckCont .diagCont.col2 .diagImgBox {
	flex-basis: 30%;
}
.troubleCheckCont .diagCont.col2.imgR .diagImgBox {
	flex-basis: 40%;
}
}
@media not screen and (min-width: 768px) {
#ttlResult02.troubleCheckCont {
	padding: 0;
}
.troubleCheckCont .diagCont {
	margin-top: 20px;
}
.troubleCheckCont .diagImgBox {
	text-align: center;
	margin-bottom: 20px;
}
.troubleCheckCont .diagCont.col2.imgR .diagTextBox {
	margin-bottom: 20px;
}
.troubleCheckCont .diagCont.col2.imgR .diagImgBox {
	margin-bottom: 0;
}
}
/* troubleCheckBtnArea */
.troubleCheckBtnBlock {
	/*border: #b8b7b1 2px solid;*/
	border: #0074c2 2px solid;
	border-radius: 8px;
	font-weight:400;
}
.troubleCheckBtnBlock .link {
	width: 100%;
	display: flex;
	align-items: center;
	flex: 1 auto;
	transition: all 0.3s ease 0s;
	position: relative;
	padding: 10px 25px 10px 10px;
	text-align: left;
	color:#0074c2;
}
.troubleCheckBtnBlock .link:hover {
	text-decoration: none;
	/*background: #b8b7b1;*/
	background: #0074c2;
	color: #fff;
}
.troubleCheckBtnBlock .link.icon {
	padding-left: 80px;
}
.troubleCheckBtnBlock .icon._repair {
	font-size: 1.8rem;
}
.troubleCheckBtnBlock .icon::before {
	content: '';
	display: inline-block;
	width: 45px;
	height: 45px;
	position: absolute;
	left: 20px;
}
.troubleCheckBtnBlock .icon._service::before {
	background-image: url(/trouble_check/div/images/icon_service.png);
	background-size: contain;
}
.troubleCheckBtnBlock .icon._service:hover::before {
	background-image: url(/trouble_check/div/images/icon_service_hover.png);
	background-size: contain;
}
.troubleCheckBtnBlock .icon._repair::before {
	background-image: url(/trouble_check/div/images/icon_repair.png);
	background-size: contain;
}
.troubleCheckBtnBlock .icon._repair:hover::before {
	background-image: url(/trouble_check/div/images/icon_repair_hover.png);
	background-size: contain;
}
.troubleCheckBtnBlock .icon._dealer::before {
	background-image: url(/trouble_check/div/images/icon_dealer.png);
	background-size: contain;
}
.troubleCheckBtnBlock .icon._dealer:hover::before {
	background-image: url(/trouble_check/div/images/icon_dealer_hover.png);
	background-size: contain;
}
.troubleCheckBtnBlock .icon._replacement::before {
	background-image: url(/trouble_check/div/images/icon_replacement.png);
	background-size: contain;
}
.troubleCheckBtnBlock .icon._replacement:hover::before {
	background-image: url(/trouble_check/div/images/icon_replacement_hover.png);
	background-size: contain;
}
@media only screen and (min-width: 768px) {
.troubleCheckBtnArea {
	display: flex;
}
.troubleCheckBtnArea.col3 {
	width: 80%;
	column-gap: 20px;
	margin: auto;
}
.troubleCheckBtnArea.col3 .troubleCheckBtnBlock {
	width: 33%;
	display: flex;
}
.rightCont .troubleCheckBtnBlock {
	width: 360px;
	margin-left: auto;
}
.troubleCheckBtnBlock .link.icon {
	min-height: 72px;
}
}
@media not screen and (min-width: 768px) {
.troubleCheckBtnArea .troubleCheckBtnBlock:not(:last-child) {
	margin-bottom: 15px;
}
.troubleCheckBtnBlock .link {
	padding: 20px 30px 20px 10px;
}
}
/* selectAnswer */
#selectAnswer li {
	display: flex;
	border: #716f63 2px solid;
	border-radius: 8px;
}
#selectAnswer li a {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1 auto;
	transition: all 0.3s ease 0s;
	position: relative;
	padding: 20px;
	padding-right: 30px;
}
#selectAnswer li a:hover {
	text-decoration: none;
	background: #716f63;
	color: #fff;
}
#selectAnswer li a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	display: inline-block;
	font-size: 1.2em;
	line-height: 1;
	color: #716f63;
	position: absolute;
	top: 50%;
	right: 3%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#selectAnswer li a:hover::before {
	color: #fff;
}
@media screen and (min-width: 768px) {
#selectAnswer {
	width: 80%;
	display: flex;
	justify-content: space-between;
	margin: 50px auto 0;
	flex-wrap: wrap;
}
#selectAnswer li {
	width: 48%;
	min-height: 68px;
	margin-top: 25px;
}
#selectAnswer li:nth-child(-n+2) {
	margin-bottom: 0;
}
#selectAnswer li a {
	font-size: 2rem;
}
}
@media not screen and (min-width: 768px) {
#selectAnswer {
	margin-top: 30px;
}
#selectAnswer li:not(:last-child) {
	margin-bottom: 15px;
}
#selectAnswer li a {
	font-size: 1.8rem;
}
}
/* ttlResult */
#ttlResult {
	margin-bottom: 20px;
}
/* cost_output */
#cost_output {
	/*	font-size: 3.8rem;*/
	font-size: 2.8rem;
	font-weight: bold;
	margin-top: 20px;
}
#cost_output .tax_included {
	font-weight: normal;
	font-size: 1.8rem;
}
@media not screen and (min-width: 768px) {
#cost_output {
	/*font-size: 2.8rem;*/
		font-size: 2rem;
}
#cost_output .tax_included {
	font-size: 1.6rem;
}
}
/* noteHTML */
#noteHTML {
	margin-top: 30px;
	border: 1px dashed #716f63;
	padding: 20px;
	margin-bottom: 40px;
}
/* box_cost */
#box_cost .cost_notes ul li {
	padding-left: 20px;
	background: url(/trouble_check/div/images/ico_circle_gray.gif) no-repeat 5px 9px;
	margin-bottom: 20px;
}
#box_cost .cost_notes ul li ul {
	margin-top: 10px;
}
#box_cost .cost_notes .note_ttl {
	display: inline-block;
	margin-bottom: 10px;
}
#box_cost .cost_notes ul li ul li {
	margin: 0;
	padding-left: 1.9em;
	text-indent: -1.9em;
	background: none;
	margin-bottom: 5px;
}
/* troubleCheckInfo（iアイコン） */
.troubleCheckInfo {
	padding-left: 2em;
	background: url(/trouble_check/div/images/ico_info_gray.png) no-repeat left 2px;
	background-size: 21px;
}
.troubleCheckInfo .infoTtl {
	margin-bottom: 10px;
}
/* productsBtnList */
.productsBtnList a {
	display: block;
	padding: 10px 10px 20px;
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
}
.productsBtnList .productsBtn {
	border: #d9d9d9 1px solid;
	border-radius: 10px;
}
.productsBtnList .productsBtn .product {
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
.productsBtnList .productsBtn .text {
	padding: 0 10%;
}
@media only screen and (min-width: 768px) {
.productsBtnList {
	display: flex;
	column-gap: 20px;
}
.productsBtnList a:hover {
	text-decoration: none;
	opacity: 0.5;
}
}
@media not screen and (min-width: 768px) {
.productsBtnList .productsBtn:not(:last-child) {
	margin-bottom: 20px;
}
}

/* productsBtnList 矢印追加20250110*/
.BtnListRight li{
	position: relative;
}
.BtnListRight li a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    display: inline-block;
    font-size: 1.2em;
    line-height: 1;
    color: #000;
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
/*troubleCheckBtnBlock 青矢印追加20250110*/
.BtnRightBlue .icon::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: inline-block;
    content: "\f105";
    transform: translateY(-46%);
    color: var(--color-primary);
    font-family: "Font Awesome 5 Free";
    font-size: 1.2em;
    font-weight: 900;
    line-height: 1;
}
