/*===========================================
    repair-voice-contact.css
=============================================*/

.c5-acd-voice-content dl {
	padding-left: 15px !important;
}

.c5-acd-voice-content dt {
	float: left;
	clear: left;
	margin-right: 0.5em;
}

@media (max-width: 640px){
	.c5-acd-voice-content dl .c5-acd-voice-Tel {
		width: 56vw;
	}
}

.c5-acd-voice-content dd {
	float: left;
}

.c5-link.c5-link--down {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000 !important;
}
.c5-link.c5-link--down:before {
	content: "";
	position: absolute;
	top: -2px;
	bottom: 0;
	left: 4px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #000;
	vertical-align: middle;
	margin: auto;
}

.c5-txt-marginTop {
	margin: 2em 0 !important;
}

@media (max-width: 640px){
	.c5-txt-marginTop dl, .c5-txt-marginTop p {
		padding-left: 0 !important;
	}
}

.c5-txt-marginLeft {
	margin-left: 12.5% !important;
}
@media (max-width: 640px){
	.c5-txt-marginLeft {
		margin-left: 0 !important;
	}
}

.c5-step {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
}
.c5-stepTtl {
	padding-left: 0 !important;
	font-weight: bold;
	font-size: 120%;
}
.c5-stepTxt {
	margin-left: 1.2em;
}
@media (max-width: 640px){
	.c5-stepTxt {
		display: inline-table;
		width: 84%;
		vertical-align: top;
	}
}
@media (max-width: 512px){
	.c5-stepTxt {
		margin-left: 0.6em;
		width: 76%;
	}
}

.c5-stepInner {
	display: table;
	width: 100%;
	margin-top: 10px;
}
@media (max-width: 640px){
	.c5-stepInner {
		display: block;
	}
}

.c5-stepInner-Image {
	vertical-align: top;
	display: table-cell;
	box-sizing: border-box;
	width: 70px;
	padding-right: 20px;
}
@media (max-width: 640px){
	.c5-stepInner-Image {
		width: 100%;
		padding-right: 0;
		text-align: center;
	}
}
.c5-stepInner-Image img {
	max-width: 70px;
}
@media (max-width: 640px){
	.c5-stepInner-Image img {
		width: 50%;
		max-width: 100%;
	}
}

.c5-stepInner-Full {
	vertical-align: top;
	display: table-cell;
}

@media (max-width: 640px){
	.c5-stepInner-Image, .c5-stepInner-Full {
		display: block;
		margin: 10px auto;
	}
}

.repair_search_btn {
	overflow: hidden;
	margin-top: 10px;
}

.repair_search_btn a {
	display: block;
	width: 220px;
	height: 50px;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #333;
	text-decoration: none;
	transition: 0.5s;
}
@media (max-width: 640px){
	.repair_search_btn a {
		margin: 0 auto;
	}
}

.repair_search_btn .icon {
	display: block;
	float: left;
	margin: 8px 15px 0 15px;
}
.repair_search_btn a span.btn_text {
	display: block;
	padding-top: 15px;
}
.repair_search_btn a span.btn_text img {
	margin: 0 6px 7px 0;
}

@media (max-width: 640px){
	.c5-sp-pdg {
		padding: 0 5px !important;
	}
}

.c5-stepflow img, .c5-stepflow-Inner img {
	vertical-align: middle;
}
@media (max-width: 512px){
	.c5-stepflow img, .c5-stepflow-Inner img {
		vertical-align: top;
	}
}

.c5-stepflow {
	display: inline-block;
	text-align: center;
}
.c5-stepflow-Inner {
	display: inline-block;
	vertical-align: middle;
	width: 18%;
}
.c5-stepflow-Inner:not(:last-child) {
	height: 262px;
}

@media (max-width: 640px){
	.c5-stepflow-Inner {
		width: auto;
		max-width: 18vw;
	}
}

@media (max-width: 640px){
	.c5-stepflow {
		padding: 0 5px;
	}
	.c5-stepflow .c5-stepflow-Inner img {
		max-width: 11vw;
	}
}

@media (max-width: 512px){
	.c5-stepflow, .c5-stepflow-Inner {
		display: block;
	}
	.c5-stepflow-Inner {
		max-width: 100% !important;
	}
	.c5-stepflow-Inner:not(:last-child) {
		height: auto;
	}
	.c5-stepflow .c5-stepflow-Inner img {
		max-width: 33% !important;
		min-width: 125px;
		display: inline-block;
	}
}

.c5-stepflow-Inner h3 {
	text-align: left;
}

.c5-stepflow-Inner p {
	padding: 10px 0 !important;
	text-align: left;
}
@media (max-width: 512px){
	.c5-stepflow-Inner p {
		display: inline-block;
		width: 55%;
		margin: 0 !important;
		padding: 0 !important;
	}
}

.pc_arrow {
	margin-right: 10px;
}
@media (max-width: 640px){
	.pc_arrow {
		max-width: 30px;
	}
}
@media (max-width: 512px){
	.pc_arrow {
		transform: rotate(90deg);
		margin: 20px 0 10px;
		max-width: 100%;
		width: 30px;
	}
}

.c5-grayBg {
	background-color: #E4E7EC;
	padding: 2em 1em !important;
}

.c5-indent-Case1 {
	display: block;
  text-indent: -8px;
  margin-left: 13px;
}

.c5-acd-voice-indent {
	display: block;
	margin-left: 1em;
}
@media (max-width: 640px){
	.c5-acd-voice-indent {
		text-indent: -8px !important;
		margin-left: 10em;
	}
}

.c5-info_box .c5-info_ttl {
	display: block;
	margin-left: 6px;
	margin-bottom: 0.5em;
	font-weight: 700;
}

.c5-pc-only {
	display: block;
}
.c5-sp-only {
	display: none;
}
@media (max-width: 640px){
	.c5-pc-only {
		display: none;
	}
	.c5-sp-only {
		display: inline-block;
	}
}


@media (max-width: 640px){
    #contents h1{
        padding-left: 5px;
    }
    #contents h2 + p{
        margin-left: 5px;
    }
    #contents .singleBtn{
        margin-left: 0;
    }
    #contents .singleBtn a{
        width: 100%;
    }

    #contents .repair_voice_tabArea{
        margin-left: 0;
    }
    #contents .repair_voice_tabArea ul.indexTab{
        margin-left: 0;
    }

    #contents .repair_voice_tabArea ul > li > .wrap {
        flex-direction: column;
    }
    #contents .container h2.title{
        padding-left: 5px;
    }
    #contents .container h2.title + p{
        margin-left: 5px;
        margin-bottom: 1em;
    }
    #contents .container{
        padding: 2em 1em;
        margin-left: 0;
    }
    #contents .repair_voice_tabArea ul > li > .wrap img {
        padding-right: 0;
    }    
}

/* 20221110 */
#contents h1.title{
	margin-bottom: 10px;
}


#contents dl.repair_type dt{
	float: left;
	padding-right: 5px;
	font-weight: bold;
}

#contents dl.repair_type dd{
	margin-bottom: 5px;
}
#contents dl.repair_type dt:after{
	padding-left: 5px;
	content:":";
}

#contents .annotation{
	display: inline-block;
	padding-left: 10px;
	text-indent: -8px;
	margin-top: 5px;
}
#contents dl.repair_type dd.mb0{
	margin-bottom: 0;
}
#contents dl.repair_type dt.mt20,
#contents dl.repair_type dd.mt20{
	margin-top: 20px;
}
#contents .c5-step.mt0 {
    margin-top: 0;
	padding-top: 0;
	
}

#contents .repair_voice_tabArea{
	margin-top: 40px;
}

#contents .repair_voice_tabArea .indexTab{
	display: flex;
    justify-content: flex-start;
	margin-bottom: 0;
}

#contents button {
	border: none;
	padding: 0;
	background-color: transparent;
	font-size: 1.538rem;
	text-align: center;
	cursor: pointer;
	outline: none;
	appearance: none;
}

#contents .repair_voice_tabArea ul > li{
}

#contents .repair_voice_tabArea button{
    flex: 1;
    list-style-type: none;
	text-align: center;
    border-bottom-color: #F5F5F5;
	margin-bottom: 0;
    border: 1px solid #ccc;
    border-radius: 8px 8px 0 0;
    padding: 1em 0 0.5em 0;
    background-color: #F5F5F5;
	width: 100%;
}


#contents .repair_voice_tabArea button.active{
    background-color: #fff;
    border-bottom-color: #fff;
}

#contents .openArea{
	margin-bottom: 4em;
	padding: 0 0 2em 0;
	border: 1px solid #ccc;
	border-top: none;
	background-color: #fff;
}

#contents .openArea ol{
	margin-top: 0;
	padding-top: 4em;
}
#contents .openArea ol > li{
	list-style-type: none;
}
#contents .c5-grayBg.c5-info_box{
	margin-left: 2em !important;
	margin-right: 2em !important;
}
#contents .c5-grayBg.c5-info_box > ul{
	margin-left: 1em;
}
#contents .c5-sp-pdg{
	margin-left: 2em;
}
#contents .c5-sp-pdg > a{
	margin-top: 1em;
}

#contents .c5-stepInner-Full > ul.disc{
	list-style-type: disc;
	margin-left: 2em;
	margin-top: 10px;
}
#contents .c5-stepInner-Full > ul.disc > li{
	margin-bottom: 0;
}

@media (min-width: 641px){
	#contents h1.title ~ p,
	#contents h1.title ~ dl{
		margin-left: 1em;
	}
	
}

@media (max-width: 640px){
	#contents .c5-grayBg.c5-info_box{
		margin-left: 1em !important;
		margin-right: 1em !important;
	}
	#contents .c5-sp-pdg{
		margin-left: 1em;
	}
}


@media (max-width: 390px){
    #contents .repair_voice_tabArea ul > li > .wrap span{
        font-size: 1rem;
    } 
    #contents .container{
        padding: 2em 10px;
    }
}

