@charset "utf-8";
/* CSS Document */

.contact_wrapper{
	max-width: 980px;
	width: 90%;
	margin: 0 auto;	
}


#cont1,#cont2,#cont3,#cont4{
	margin-top: -60px;
	padding-top: 60px;
}


.contact_wrapper section > div{
	background-color: #fff;
	padding: 5%;
	box-sizing: border-box;
}

.text_pink{color: #e60012;}
.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: #000;
    font-size: 13px;
    transition: 0.15s ease 0s;
    text-align: center;
	border:1px dashed #d6d3c4;
}

#cont1 div.contact_btn a{
    width: 100%;
    height: 56px;
    background: url(/img/usr/okd_contact_1901/arrow.png) no-repeat 30px center #e6e3d5;
}

#cont2 div.contact_btn a{
    width: 100%;
    height: 56px;
    background: url(/img/usr/okd_contact_1901/form.png) no-repeat 16px 15px #e6e3d5;
	background-size: 22px;
}

#cont3 div.contact_btn a{
    width: 100%;
    height: 56px;
    background: url(/img/usr/okd_contact_1901/mail.png) no-repeat 16px 15px #e6e3d5;
	background-size: 22px;
}

#cont4 li:first-of-type div.contact_btn a{
    width: 100%;
    height: 56px;
    background: url(/img/usr/okd_contact_1901/tell2.png) no-repeat 18px 15px #e6e3d5;
	background-size: 20px;
}

#cont4 li:nth-of-type(2) div.contact_btn a{
    width: 100%;
    height: 56px;
    background: url(/img/usr/okd_contact_1901/mail.png) no-repeat 16px 15px #e6e3d5;
	background-size: 22px;
}


/*==============================
		タイトル　style
==============================*/
h3{
	background: none;
	margin-bottom: 20px;
	padding: 0;
}

#cont1 h3{
	font-size: 20px;
	color: #cfa247;
}


.contact_wrapper h2[class*="handicraft-faq-title"] {
    width: 94.8%;
    margin: 80px auto 10px;
    padding: 12px 0 12px;
	border: 0;
	background-color: rgba(255,255,255,0);
}
.contact_wrapper h2[class*="handicraft-faq-title"] span {
	font-size: 18px;
	line-height: 1.076;
	display: inline-block;
	padding: 0 24px 0 50px;
	background-position: left center;
	background-repeat: no-repeat;
}

.contact_wrapper h2.handicraft-faq-title-01 span {
	background-image: url(/img/usr/okd_contact_1901/cont1_tit_bg.png);
	background-size: 30px 24px;
}
.contact_wrapper h2.handicraft-faq-title-02 span {
	background-image: url(/img/usr/okd_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/okd_contact_1901/cont3_tit_bg.png);
	background-size: 26px 23px;
}


/*==============================
		about　style
==============================*/
.contact_about{
	border: 2px dashed #cfa247;
	border-radius: 5px;
}

.contact_about h4{
	font-size: 4vw;
	text-align: center;
	background-color: #cfa247;
	padding: 10px 0;
	margin-bottom: 0;
	color: #fff;
}

.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 dashed #cfa247; 
}

.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/okd_contact_1901/tell3.png) no-repeat;
	width: 26px;
	height: 26px;
	background-size: 26px;
	display: inline-block;
	margin-right: 10px;
}

