@charset "UTF-8";

/*------------------------------------------------
content
------------------------------------------------*/

/* contact */

#contact.guide_content_box {
    max-width: 1024px !important;
    width: 100%;
    margin: 80px auto !important;
}
@media screen and (max-width: 767.99px) {
    #contact.guide_content_box {
        /*background-color: #f6f6f6;*/
        /*padding-top: 3rem;*/
        margin: 2rem auto 80px !important;
        width: 100%! important;
    }
}

.wrapper_ #guide .guide_content_box h1 {
    font-size: clamp(26px, 6vw, 30px) !important;
	font-weight: normal;
	text-align: center !important;
    margin: 0 auto;
    border-bottom: none !important;
}

@media screen and (max-width: 767.99px) {
	.wrapper_ #guide .guide_content_box h1 {
		line-height: 1.4;
        margin-bottom: 1.5rem
	}
}

.guide_content_box h1:after {
    content: "";
    width: 60px;
    height: 2px;
    background-color: #ccc;
    display: block;
    margin: 0.7rem auto 0;
}

#contact h1 + p {
    margin-top: 1.5rem;
}

#contact h1 + p,
#contact h1 + p + p {
    text-align: center;
}
@media screen and (max-width: 767.99px) {
    #contact h1 + p,
    #contact h1 + p + p {
        /*width: 92%;*/
        margin: 0 1.5rem !important;
    }
}

#contact.guide_content_box .guide_inner {}
@media screen and (max-width: 767.99px) {
    #contact.guide_content_box .guide_inner {
        background-color: #f6f6f6;
        padding-bottom: 1.5rem;
        margin-bottom: 0;
    }
}

.wrapper_ #guide .guide_content_box .content_list {
    margin: 2rem auto 0;
    justify-content: center;
    width: 100%;
}
@media screen and (max-width: 767.99px) {
    .wrapper_ #guide .guide_content_box .content_list {
        width: 92%;
    }
}

.wrapper_ #guide .guide_content_box .content_list li a {
    font-size: clamp(12px, 3.6vw, 16px);
}
@media screen and (max-width: 767.99px) {}

#contact h2 {
    color: #fff !important;
    background-color: #616161 !important;
    text-align: center;
    font-weight: 600;
    padding: 0.5rem;
}
.guide_tel_text {
    margin-top: 1rem;
}

@media screen and (max-width: 767.99px) {
	.guide_tel_text {
		text-align: left;
        /*width: 92%;*/
        margin: 0 1.5rem 1rem !important;
	}
}
#contact .guide_inner__telinfo {
	width: 100%;
	margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    padding-bottom: 0.5rem;
}

@media screen and (max-width: 767.99px) {
	#contact .guide_inner__telinfo {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
}
#contact .guide_inner__telinfo dl {
    padding: 1.5rem;
    width: 49%;
}
@media screen and (max-width: 767.99px) {
    #contact .guide_inner__telinfo dl {
        background-color: #fff !important;
        width: 87%;
        margin: 0 auto;
    }
    #contact .guide_inner__telinfo dl + dl {
        margin-top: 1.5rem;
    }
}
#contact .guide_inner__telinfo dl a {
    border: 1px solid #ccc;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.7rem 1rem 0.5rem;
    margin: 1rem auto;
    position: relative;
    font-size: clamp(10px, 2.4vw, 12px);
    text-decoration: none !important;
    line-height: 1.3;
}
@media screen and (max-width: 767.99px) {
    #contact .guide_inner__telinfo dl a {
        border-color: #000;
    }
}

#contact .guide_inner__telinfo dl a:before {
    content: "";
	background: url("../images/common/im-free.svg") no-repeat left center;
	background-size: contain;
	width: 44px;
	height: 58px;
    margin-right: 0.7rem;
}
@media screen and (max-width: 767.99px) {
    #contact .guide_inner__telinfo dl a:before {
        width: 40px;
        height: 50px;
    }
}
#contact .guide_inner__telinfo dl [target="_blank"]:before {
    content: "";
	background: url("../images/common/ic-mail.png") no-repeat left center;
	background-size: contain;
	width: 34px;
	height: 58px;
    margin: 0 0.7rem 0 0;
    padding: 0;
}
@media screen and (max-width: 767.99px) {
    #contact .guide_inner__telinfo dl [target="_blank"]:before {
        width: 30px;
        height: 50px;
    }
}
#contact .guide_inner__telinfo dl .repair[target="_blank"]:before {
    content: "";
	background: url("../images/common/ic-form.png") no-repeat left center;
	background-size: contain;
	width: 34px;
	height: 58px;
    margin: 0 0.7rem 0 0;
    padding: 0;
}
@media screen and (max-width: 767.99px) {
    #contact .guide_inner__telinfo dl .repair[target="_blank"]:before {
        width: 36px;
        height: 50px;
    }
}
#contact .guide_inner__telinfo dl .repair {
    margin-bottom: 0;
}

#contact .guide_inner__telinfo dl a .contact_number {
    font-size: clamp(18px, 4.8vw, 26px);
    display: block;
}
#contact .guide_inner__telinfo dl a .contact_text {
    font-size: clamp(12px, 3.6vw, 16px);
    display: block;
}
#contact .guide_inner__telinfo dl dt {
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    padding-bottom: 0.4rem;
}
@media screen and (max-width: 767.99px) {
    #contact .guide_inner__telinfo dl dt {
        text-align: center;
    }
}
#contact .guide_inner__telinfo dl .repair_sixpad img {
    vertical-align: baseline;
    width: 40%;
    height: auto;
    margin-right: 0.5rem;
}

#contact .guide_inner__telinfo dl.contact_box dd {
    padding-bottom: 1.2rem;
}

@media screen and (max-width: 767.99px) {
    #contact .guide_inner__telinfo dl.contact_box dd {
        border-bottom: 1px dotted #ccc;
    }
    #contact .guide_inner__telinfo dl.contact_box dd:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
}

#contact .guide_inner__telinfo dl dd p {
    margin-bottom: 0.7rem !important;
}
#contact .guide_inner__telinfo dl dd ul.guide_attention {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
#contact .guide_inner__telinfo dl dd ul.guide_attention li:before {
	content: "※";
}

.guide_inner__telinfo.content_box_gray {
    padding: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
@media screen and (max-width: 767.99px) {
    .guide_inner__telinfo.content_box_gray {
        padding: 0 1.5rem 1.5rem;
    }
}
.guide_inner__telinfo.content_box_gray dl {
    padding: 0 !important;
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 767.99px) {
    .guide_inner__telinfo.content_box_gray dl {
        width: 100% !important;
        padding: 1.5rem !important;
    }
}
@media screen and (min-width: 768px) {
    .guide_inner__telinfo.content_box_gray dl + dl + dl {
        margin-top: 2rem;
    }
}
.guide_inner__telinfo.content_box_gray dl dt {
    width: 100%;
    flex-basis: 100%;
    flex-shrink: 0;
}
.guide_inner__telinfo.content_box_gray dl dd {
    width: 48%;
}
@media screen and (max-width: 767.99px) {
    .guide_inner__telinfo.content_box_gray dl dd {
        width: 100%;
    }
}
#contact .guide_inner__telinfo.content_box_gray dl dd .repair_about {
    font-weight: 600;
    margin: 0.7rem 0 0.3rem !important;
}
#contact .guide_inner__telinfo.content_box_gray dl dd .repair_about + p a {
    margin-top: 0;
}

/* webご意見箱 */
#contact .guide_inner__opinioninfo {
	width: 100%;
	margin: 0 auto;
    padding: 1.5rem;
    flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 767.99px) {
    #contact .guide_inner__opinioninfo {
        padding-top: 0;
        padding-bottom: 0.5rem;
    }
}

@media screen and (max-width: 767.99px) {
    #contact .guide_inner__opinioninfo .opinion_form {
        margin-bottom: 0 !important;
    }
}

#contact .guide_inner__opinioninfo .opinioninfo_box {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #ccc;
}
#contact .guide_inner__opinioninfo .opinioninfo_box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
@media screen and (max-width: 767.99px) {
    #contact .guide_inner__opinioninfo .opinioninfo_box {
        display: block;
    }
}

#contact .guide_inner__opinioninfo .opinioninfo_box .info_text {
    width: 48%;
}
@media screen and (max-width: 767.99px) {
    #contact .guide_inner__opinioninfo .opinioninfo_box .info_text {
        width: 100%;
    }
}

#contact .guide_inner__opinioninfo dl {
    width: 48%;
}
@media screen and (max-width: 767.99px) {
    #contact .guide_inner__opinioninfo dl {
        /*background-color: #fff !important;*/
        width: 100%;
        margin: 0 auto;
    }
}

#contact .guide_inner__opinioninfo .opinioninfo_box dl a {
    margin-top: 0;
}

#contact .guide_inner__opinioninfo dl dd {}
#contact .guide_inner__opinioninfo dl .opinion[target="_blank"]:before {
    content: "";
	background: url("../images/common/ic-form.png") no-repeat left center;
	background-size: contain;
	width: 34px;
	height: 58px;
    margin: 0 0.7rem 0 0;
    padding: 0;
}
@media screen and (max-width: 767.99px) {
    #contact .guide_inner__opinioninfo dl .opinion[target="_blank"]:before {
        width: 36px;
        height: 50px;
    }
}
#contact .guide_inner__opinioninfo dl .opinion_voice[target="_blank"]:before {
    content: "";
	background: url("../images/common/ic-voice.png") no-repeat left center;
	background-size: contain;
	width: 34px;
	height: 58px;
    margin: 0 0.7rem 0 0;
    padding: 0;
}
@media screen and (max-width: 767.99px) {
    #contact .guide_inner__opinioninfo dl .opinion_voice[target="_blank"]:before {
        width: 36px;
        height: 50px;
    }
}

#contact .guide_inner__opinioninfo dl a {
    border: 1px solid #ccc;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.7rem 1rem 0.5rem;
    margin: 1rem auto 0;
    position: relative;
    font-size: clamp(10px, 2.4vw, 12px);
    text-decoration: none !important;
    line-height: 1.3;
}
@media screen and (max-width: 767.99px) {
    #contact .guide_inner__opinioninfo dl a {
        border-color: #000;
        width: 100%;
    }
}
#contact .guide_inner__opinioninfo dl a .contact_text {
	font-size: clamp(12px, 3.6vw, 16px);
	display: block;
}



/* attention red only */
.conatct_attention {
    border: 1px solid red;
    padding: 1.5rem;
    margin: 2rem auto 1.5rem;
    /*color: red;*/
    width: 100%;
}
@media screen and (max-width: 767.99px) {
    .conatct_attention {
        width: 90%;
    }
}
#contact .conatct_attention.content_long h2 {
    text-align: left !important;
    background-color: #fff !important;
    color: #000 !important;
    font-size: clamp(14px, 4vw, 18px) !important;
    border-bottom: 1px solid #000;
}
#contact .conatct_attention.content_long h4 {
    margin-bottom: 0;
}
.conatct_attention.content_long p {
    color: #000;
    word-break: break-all;
}
@media screen and (min-width: 768px) {
    #contact .conatct_attention.content_long a {
        text-decoration: none !important;
    }
}
#contact .conatct_attention a.link_btn {
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.2rem 1rem 1rem;
    margin: 1rem auto 0;
    position: relative;
    text-decoration: none !important;
    line-height: 1.3;
    color: #fff;
    max-width:500px;
    width: 80%;
    font-size: clamp(12px, 3.6vw, 16px);
}

#contact .conatct_attention a.link_btn:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: 0.2rem 0.5rem 0 0;
	width: 0.5rem;
	height: 0.5rem;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
#contact .conatct_attention a.link_btn:before {
    display: none !important;
}




