﻿@charset "UTF-8";

.pcOnly{display: block;}
.spOnly{display: none;}
.bgGray{
	background: #f8f8f8;
	padding: 20px 0;
	margin-top: 20px;
}

@media only screen and (max-width: 767px) {
	.pcOnly{display: none;}
	.spOnly{display: block;}
}

/* 見出し */
.products-sub-title {
	font-weight: 300;
}
.products-sub-title .icon-karte{
	display: inline-block;
	position: relative;
	padding-right: 90px;
	padding-top: 15px;
}
.products-sub-title .icon-failure{
	display: inline-block;
	position: relative;
	padding-right: 60px;
}
.products-sub-title .icon-karte:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: -6px;
	right: 0;
	width: 80px;
  height: 80px;
	background: url(/trouble_check/div/images/icon_karte.png);
  background-size: contain;
  vertical-align: middle;
}
.products-sub-title .icon-failure:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: -6px;
	right: 0;
	width: 50px;
  height: 50px;
	background: url(/trouble_check/div/images/icon_failure.png);
  background-size: contain;
  vertical-align: middle;
}
.sub-section .sub-title {
	padding: 0.2em 0.5em;
	background: #f8f8f8;
	margin-bottom: 20px;
	font-weight: 300;
}
.sub-section .bdb-title,
.sub-section .h3-title {
	font-size: 1.8rem;
	font-weight: normal;
	margin-top: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
.sub-section .sub-title._blue {
	background: #e5efff;
}
.sub-section .sub-title._orange {
	background: #fdeadb;
}
.bgGray .sub-section .sub-title{
	background: #e5e5e5;
}
.bgGray .sub-section .sub-title._blue{
	background: #e5efff;
}
.bgGray .sub-section .sub-title._orange {
	background: #fdeadb;
}
.sub-section .inner {
	padding: 0 15px;
}


@media print, screen and (min-width: 768px){
	.sub-title-container {
    margin-bottom: 3rem;
	}
	.products-sub-title {
			font-size: 2.8rem;
	}
	.sub-section .sub-title {
			font-size: 2.6rem;
	}
}
@media only screen and (max-width: 767px){
	.sub-title-container {
    margin-bottom: 2rem;
	}
	.products-sub-title {
    flex-shrink: 0;
    font-size: 2.2rem;
	}
	.sub-section .h3-title {
    font-size: 1.6rem;
	}
	.sub-section .inner {
    padding: 0;
	}
	.products-sub-title .icon-karte{
		padding-right: 60px;
		padding-top: 0;
	}
	.products-sub-title .icon-karte:after{
		width: 50px;
		height: 50px;
	}
	/* .sub-section h2 {
			font-size: 1.8rem;
			font-weight: 300;
	} */
}

/* col2 */
.sub-section .col2{
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 767px){
	.sub-section .col2{
		flex-direction: column;
	}
	.sub-section .col2 .cont{
		margin-bottom: 10px;
	}
	.sub-section .col2 .cont:last-child{
		margin-bottom: 0;
	}
}

/* 背景画像『灰●』 */
.c_gray {
	padding-left: 20px;
	background: url(/trouble_check/div/images/ico_circle_gray.gif) no-repeat 5px 9px;
}
.c_gray.addImg{
	background-position: 5px 18px;
}
/* 背景画像『赤●』 */
.c_red {
	padding-left: 20px;
	background: url(/trouble_check/div/images/ico_circle_red2.gif) no-repeat 5px 9px;
}

/* 背景画像『青■』 */
.icoSq {
	padding-left:20px;
	background:url(/trouble_check/div/images/ico_square_matb.gif) no-repeat 5px 9px;
}

.icoAr {
	padding-left:20px;
	background:url(/trouble_check/div/images/arrow_attention.gif) no-repeat  no-repeat 5px 9px;
}

/* btBox */
.btBox{
	padding-top: 20px;
	border-top: #e5e5e5 1px solid;
}

/* infoIcon */
.infoIcon {
	display: inline-block;
	background: url(/trouble_check/div/images/ico_info_pink.png) no-repeat left 2px;
	margin-bottom: 10px;
	padding-left: 25px;
}
.infoIcon .link{
	color: #000099;
}
.infoIcon .link:hover{
	color: #FF6633;
	text-decoration: none;
}

/* btnCont */
.btnCont{
	margin-top: 10px;
}
.btnCont._r .cBtn{
	width: 30%;
	margin-left: auto;
}
@media only screen and (max-width: 767px){
	.btnCont{
		margin-top: 0;
	}
	.btnCont._r .cBtn{
		width: 100%;
	}
}

/* cBtn */
.cBtn{
	text-align: center;
}
.cBtn .link{
	display: block;
	padding: 10px;
	border: #d2d2d2 1px solid;
	border-radius: 30px;
	background: #fff;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 12%), 0 3px 10px 0 rgb(0 0 0 / 12%), 0 4px 4px -2px rgb(0 0 0 / 20%);
}
.cBtn .link:hover{
	text-decoration: none;
	background: #e5e5e5;
}


/* errorMesseBtn */
.errorMesseBtn{
	margin-top: 0;
	margin-bottom: 40px;
}
.errorMesseBtn .icon{
	display: inline-block;
	position: relative;
	padding-left: 1.6em;
}
.errorMesseBtn .icon::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f00c';
	/*color: #f97171;*/
	color: #0075c2;
	display: inline-block;
	font-size: 1.25em;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: -0;
	margin-top: -0.4em;
}

@media only screen and (max-width: 767px){
	.errorMesseBtn{
		margin-bottom: 20px;
	}
}


/* diagnoseBtn */
.diagnoseBtn{
	width: 90%;
	margin: auto;
}
.diagnoseBtn .link{
	color: #c0003a;
	font-weight: bold;
	font-size: 1.8rem;
	border-radius: 30px;
}
.diagnoseBtn .icon{
	position: relative;
	padding-left: 30px;
}
.diagnoseBtn .icon::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: -3px;
	left: 0;
	width: 25px;
	height: 35px;
	background: url(/trouble_check/div/images/icon_diagnose.png);
	background-size: contain;
	vertical-align: middle;
}

/* topTextCont */
.topTextCont{
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px){
	.topTextCont{
		margin-top: 20px;
	}
}

/* linkAr */
.linkAr{
	background: none;
	padding: 0;
	position: relative;
	padding-left: 1em;
}
.linkAr::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    display: inline-block;
    font-size: 1.2em;
    line-height: 1;
    position: absolute;
    top: 10px;
    left: 0;
    margin-top: -0.4em;
}
/* .linkAr::after {
	content: '';
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(135deg);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 8px;
	height: 8px;
	margin: auto;
} */

/* @media only screen and (max-width: 767px){
	.linkAr::after{
		bottom: auto;
		top: 9px;
	}
} */


/* general */
.maxImg img {
	max-width: 100%;
	width: auto;
}
@media not screen and (max-width: 767px) {
	.pcRight{
		text-align: right;
	}
}
@media only screen and (max-width: 767px) {
	.maxImg img{
		width: 100%;
		height: auto;
	}
	.autoImg img{
		width: auto;
	}
}

/* txtIndent */
.txtIndent{
	text-indent: -1em;
	padding-left: 1em;
}
.txtIndent13{
	text-indent: -1.3em;
	padding-left: 1.3em;
}

/* textLink */
.textLink a {
	color: #000099 !important;
}
.textLink a:hover {
	color: #FF6633 !important;
	text-decoration: none !important;
}
.LinkLine {
    text-decoration: underline;
}

/* contBD */
.contBD._btm{
	padding-bottom: 30px;
	border-bottom: 1px solid #D9D9D9;
}

/* btnLinkList */
.btnLinkList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.btnLinkList._col3 li{
	width: 31.5%;
	margin-top: 1em;
}
.btnLinkList li a {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0.5em 1em 0.5em 2em;
	border: solid 1px #D9D9D9;
	background: #fff;
	position: relative;
}
.btnLinkList li a:hover {
	background: #e5e5e5;
	text-decoration: none;
}
.btnLinkList li span{
	display: inline-block;
	position: relative;
}
.btnLinkList li span::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f105';
	display: inline-block;
	font-size: 1.2em;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: -1em;
	margin-top: -0.5em;
}
.btnLinkList._anchor li span::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f078';
	display: inline-block;
	font-size: 0.95em;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: -1.2em;
	margin-top: -0.4em;
}
/* .btnLinkList._anchor li span::after {
	content: '';
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(135deg);
	position: absolute;
	left: -18px;
	top: -4px;
	bottom: 0;
	width: 8px;
	height: 8px;
	margin: auto;
} */
@media only screen and (max-width: 767px){
	.btnLinkList:not(._spCol2){
		flex-direction: column;
	}
	.btnLinkList._col3 li{
		width: 100%;
	}
	.btnLinkList li a{
		display: block;
		text-align: center;
	}
	.btnLinkList._spCol2 li{
		width: 48%;
	}
	.btnLinkList._spCol2 li a{
		display: flex;
		padding-left: 25px;
		padding-right: 5px;
		text-align: left;
	}
	.btnLinkList._spCol2 li span{
		font-size: 1.2rem;
	}
}

/* 背景画像『○1.2.3…』 */
.listFlow2 {
	padding-top:10px;
}
.listFlow2 li {
	padding-left:25px;
	padding-bottom:10px;
	list-style:none;
}
.listFlow2 .no01 { background:url('/trouble_check/div/images/img_no1_black.gif') no-repeat 0 5px; }
.listFlow2 .no02 { background:url('/trouble_check/div/images/img_no2_black.gif') no-repeat 0 5px; }
.listFlow2 .no03 { background:url('/trouble_check/div/images/img_no3_black.gif') no-repeat 0 5px; }
.listFlow2 .no04 { background:url('/trouble_check/div/images/img_no4_black.gif') no-repeat 0 5px; }
.listFlow2 .no05 { background:url('/trouble_check/div/images/img_no5_black.gif') no-repeat 0 5px; }
.listFlow2 .no06 { background:url('/trouble_check/div/images/img_no6_black.gif') no-repeat 0 5px; }
.listFlow2 .no07 { background:url('/trouble_check/div/images/img_no7_black.gif') no-repeat 0 5px; }
.listFlow2 .no08 { background:url('/trouble_check/div/images/img_no8_black.gif') no-repeat 0 5px; }
.listFlow2 .no09 { background:url('/trouble_check/div/images/img_no9_black.gif') no-repeat 0 5px; }
.listFlow2 .no10 { background:url('/trouble_check/div/images/img_no10_black.gif') no-repeat 0 5px; }
.listFlow2 .no11 { background:url('/trouble_check/div/images/img_no11_black.gif') no-repeat 0 5px; }
.listFlow2 .no12 { background:url('/trouble_check/div/images/img_no12_black.gif') no-repeat 0 5px; }
.listFlow2 .no13 { background:url('/trouble_check/div/images/img_no13_black.gif') no-repeat 0 5px; }
.listFlow2 .no14 { background:url('/trouble_check/div/images/img_no14_black.gif') no-repeat 0 5px; }
.listFlow2 .no15 { background:url('/trouble_check/div/images/img_no15_black.gif') no-repeat 0 5px; }

/*listFlow2 ボタンテキスト化*/
  .listFlow_num li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
  }
  .listFlow_num li::before {
	flex-shrink: 0;
	margin-right: 10px;
	font-weight: bold;
  }
  .no01::before {content: "\02460";}
  .no02::before {content: "\02461";}

  .listFlow_num  li span {
	display: inline-block;
	word-break: break-word;
  }



/* ----------------------------------------------------
	診断ナビ 製品トップ
---------------------------------------------------- */
.symptomsCont .linkListInner{
	margin-bottom: 20px;
	padding: 10px 20px;
}
.symptomsCont .linkBtnList{
	margin-bottom: 40px;
}
.symptomsCont .linkList li{
	margin-bottom: 5px;
}
.symptomsCont .linkBtnListInner{
	padding: 10px 10px 0;
	margin-bottom: 20px;
}
.symptomsCont .linkBtnList li{
	margin-bottom: 20px;
}
.symptomsCont .linkBtnList li a{
	display: block;
	position: relative;
	padding: 17px 60px 20px 20px;
	border: #d2d2d2 1px solid;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 4px -2px rgba(0, 0, 0, 0.2);
}
.symptomsCont .linkBtnList li a:hover{
	background: #e5e5e5;
	text-decoration: none;
}
.symptomsCont .linkBtnList li a::before,
.symptomsCont .linkBtnList li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.symptomsCont .linkBtnList li a::before{
	width: 25px;
	height: 25px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	/*background: #f97171;*/
	background: #0075c2;
}
.symptomsCont .linkBtnList li a::after{
	right: 19px;
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#symptomsText .symptomsTextCont{
	border-top: none;
	margin-top: 10px;
}
.symptomsTextCont{
	margin-top: 40px;
	padding-top: 20px;
	border-top: #e5e5e5 1px solid;
}
.symptomsTextCont .btnImg,
.symptomsTextCont .linkAr{
	margin: 5px 0 20px 1em;
}
.symptomsTextCont .btnImg a{
	cursor: pointer;
	width: 230px;
	height: 50px;
	background: url(/trouble_check/div/images/btn_rep_goto_form_on.gif) no-repeat;
	display: block;
	text-indent: -9999px;
}
.symptomsTextCont .btnImg a:hover{
	background-image: url(/trouble_check/div/images/btn_rep_goto_form_off.gif);
}
.symptomsBlock .linkList li .linkAr{
	display: block;
}
.symptomsCont .linkBtnList._col2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 0;
}
.symptomsCont .linkBtnList._colL{
	flex-direction: row-reverse;
}
.symptomsCont .linkBtnList._col2 li{
	width: 49%;
}
.symptomsCont .linkBtnList._col2 li a{
	display: flex;
	align-items: center;
}
.symptomsBlock .linkList._col4,
.symptomsBlock .linkBtnList._col4{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.symptomsBlock._color .linkBtnList._col4 li{
	width: 23%;
	text-align: center;
}
.symptomsBlock._color .linkBtnList._col4 li a{
	padding-right: 20px;
}
.symptomsBlock._color .linkBtnList._col4 .img{
	width: 50%;
	margin: auto;
	margin-top: 35px;
}
.symptomsBlock._color .linkBtnList._col4 li:nth-child(3) .img{
	width: 65%;
	margin-top: 10px;
}
.symptomsBlock._color .linkBtnList._col4 li a:hover .img{
	opacity: 0.6;
}
.symptomsBlock._color .linkList._col4 .img{
	width: 120px;
	margin: auto;
	margin-top: 35px;
}
.symptomsBlock._color .linkList._col4 li:nth-child(3) .img{
	width: 150px;
}
/* symptomsSelectBtn */
.symptomsSelectBtn{
	border-top: #e5e5e5 1px solid;
}
.symptomsSelectBtn li{
	border-bottom: #e5e5e5 1px solid;
}
.symptomsSelectBtn li a{
	display: flex;
	align-items: center;
	font-size: 3rem;
	padding: 25px 20px;
	position: relative;
}
.symptomsSelectBtn li a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.symptomsSelectBtn li a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f105";
	display: inline-block;
	font-size: 1.2em;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -0.5em;
}
.symptomsSelectBtn li .img{
	display: inline-block;
	width: 54px;
	margin-right: 1em;
}
.symptomsSelectBtn .cleaner02 .img{
	width: 40px;
}

.symptomsSelectBtn .hair .img{
	width: 100px;
}



@media only screen and (max-width: 767px){
	#symptomsText .symptomsTextCont{
		margin-top: 0;
	}
	.symptomsCont .linkBtnListInner{
		padding: 5px 0;
		margin-bottom: 0;
	}
	.symptomsCont .linkBtnList{
		margin-bottom: 0;
	}
	.symptomsCont .linkBtnList li a::before{
		width: 25px;
		height: 25px;
	}
	.symptomsCont .linkBtnList._col2,
	.symptomsBlock .linkList._col4{
		flex-direction: column;
	}
	.symptomsCont .linkBtnList._col2 li{
		width: 100%;
	}
	.symptomsBlock._color .linkBtnList._col4 li{
		width: 48%;
	}
	.symptomsBlock._color .linkBtnList._col4 .img{
		width: 80%;
		margin-top: 20px;
		margin-left: 0;
	}
	.symptomsBlock._color .linkBtnList._col4 li:nth-child(3) .img{
		width: 82%;
		margin-top: 15px;
		margin-left: 0;
	}
	.symptomsBlock._color .linkList._col4 li{
		margin-bottom: 20px;
	}
	.symptomsBlock._color .linkList._col4 .img,
	.symptomsBlock._color .linkList._col4 li:nth-child(3) .img{
		margin-top: 20px;
		margin-left: 0;
	}
	.symptomsBlock._color .linkList._col4 li:first-child{
		margin-top: 0;
	}
	/* symptomsSelectBtn */
	.symptomsSelectBtn li a{
		font-size: 2rem;
		padding: 5px 25px;
		padding-left: 10px;
	}
	.symptomsSelectBtn li .img{
		width: 15%;
	}
	.symptomsSelectBtn li .img{
		width: 15%;
	}
	.symptomsSelectBtn .cleaner02 .img{
		width: 10%;
	}
	
	.symptomsSelectBtn .hair .img{
		width: 15%;
	}
	.symptomsSelectBtn li a::before{
		right: 0.5em;
	}
}

/* _adjH */
.sub-section .symptomsCont._adjH .sub-title{
	margin-bottom: 10px;
}

.separator {
    display: inline-block;
    padding: 0 10px;
    color: black; /* 縦線の色 */
}
.pageNavBlock .selectTop::after{
	display: none!important;
}