@charset "utf-8";
/* CSS Document */
.contact_wrapper{
	max-width: 980px;
	width: 90%;
	margin: 0 auto;
	color: #666666;
}

.text_pink{color: #f77fa9;}
.f16{
	font-size: 4vw;
	font-weight: bold;
}
.under_line{text-decoration: underline;}

p.contact_read{
	margin-bottom: 30px;
}


p.contact_read span.dot,
p.contact_read span.attention,
p.contact_read span.space{
	display: flex;
}
p.contact_read span.dot::before{
	content: "・";
	display: block;
}

p.contact_read span.attention::before{
	content: "※";
	margin-left: 14px;
	display: block;
}

p.contact_read span.space::before{
	content: "";
	margin-left: 14px;
	display: block;
}


#cont1 p.contact_read span.attention::before{
	margin-left: 0;
}

/*==============================
		ボタン　style
==============================*/
div.contact_btn a{
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 15px 0 0 15px;
    border-radius: 60px;
    color: #fff;
    font-size: 13px;
    transition: 0.15s ease 0s;
    text-align: center;
}

#cont1 div.contact_btn a{
    width: 100%;
    height: 56px;
    background: url(https://shopping.okadaya.co.jp/img/usr/freepage/underwear/guide/arrow.png) no-repeat 30px center #838383;
}

#cont2 div.contact_btn a{
    width: 100%;
    height: 56px;
    background: url(/img/usr/inte_contact_1901/form.png) no-repeat 19px 18px #838383;
}

#cont3 div.contact_btn a{
    width: 100%;
    height: 56px;
    background: url(/img/usr/inte_contact_1901/mail.png) no-repeat 29px 19px #838383;
}

#cont4 li:first-of-type div.contact_btn a{
    width: 100%;
    height: 56px;
    background: url(/img/usr/inte_contact_1901/tell2.png) no-repeat 18px 16px #838383;
}

#cont4 li:nth-of-type(2) div.contact_btn a{
    width: 100%;
    height: 56px;
    background: url(/img/usr/inte_contact_1901/mail.png) no-repeat 29px 19px #838383;
}


/*==============================
		タイトル　style
==============================*/
h3{
	background: none;
	margin-bottom: 20px;
	padding: 0;
}

#cont1 h3{
	font-size: 5vw;
}

.contact_wrapper h2[class*="handicraft-faq-title"] {
	background-image: url(https://shopping.okadaya.co.jp/img/usr/freepage/underwear/faq/sp/underwear-faq-title_line.png);
	background-position: right center;
	background-repeat: repeat-x;
	background-size: auto 8px;
    width: 94.8%;
    margin: 80px auto 10px;
    padding: 12px 0 12px;
	border: 0;
	background-color: #fff;	
}
.contact_wrapper h2[class*="handicraft-faq-title"] span {
	font-size: 18px;
	line-height: 1.076;
	display: inline-block;
	padding: 0 24px 0 50px;
	background-color: #ffffff;
	background-position: left center;
	background-repeat: no-repeat;
}

.contact_wrapper h2.handicraft-faq-title-01 span {
	background-image: url(/img/usr/inte_contact_1901/cont1_tit_bg.png);
	background-size: 30px 24px;
}
.contact_wrapper h2.handicraft-faq-title-02 span {
	background-image: url(/img/usr/inte_contact_1901/cont2_tit_bg.png);
	background-size: 43px 21px;
}
.contact_wrapper h2.handicraft-faq-title-03 span {
	background-position: 2px center;
	background-image: url(/img/usr/inte_contact_1901/cont3_tit_bg.png);
	background-size: 38px 25px;
}


/*==============================
		about　style
==============================*/
.contact_about{
	border: 2px solid #e7e7e8;
	border-radius: 5px;
}

.contact_about h4{
	font-size: 5vw;
	text-align: center;
	background-color: #e7e7e8;
	padding: 10px 0;
	margin-bottom: 0;
}

.contact_about ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.contact_about ul li:first-child{
	border-bottom: 2px solid #e7e7e8; 
}

.contact_about ul li{
	width: 100%;
	padding: 5%;
	box-sizing: border-box;
	text-align: center;
}

.contact_about span.tell{
	font-size: 8vw;
	font-weight: bold;
	display: inline-block;
}

.contact_about span.tell::before{
	content: "";
	background: url(/img/usr/inte_contact_1901/tell3.png) no-repeat;
	width: 26px;
	height: 26px;
	background-size: 26px;

	display: inline-block;
	margin-right: 10px;
}