@charset "utf-8";
/* CSS Document */
.oteire_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.oteire_read{
	margin-bottom: 30px;
}

#cont1 p.oteire_read span.attention::before{
	margin-left: 0;
}

p span.dot,
p span.attention,
p span.space,
p span.star{
	display: flex;
}
p span.dot::before{
	content: "・";
	display: block;
}

p span.attention::before{
	content: "※";
	margin-left: 14px;
	display: block;
}

p span.star::before{
	content: "＊";
	margin-left: 14px;
	display: block;
}


#cont4 p span.star::before{
	margin-left: 0;
}


p span.space::before{
	content: "";
	margin-left: 14px;
	display: block;
}

#cont1 p.oteire_read span.attention::before{
	margin-left: 0;
}


/*==============================
		タイトル　style
==============================*/
.oteire_wrapper h3{
	background: none;
	margin-bottom: 20px;
	padding: 0;
}

.oteire_wrapper h3{
	color: #f69cbb;
	font-weight: bold;
	font-size: 5vw;
}

.oteire_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;	
}

.oteire_wrapper #cont1  h2[class*="handicraft-faq-title"] {
	margin: 0 auto 10px;
}

.oteire_wrapper #cont5  h2[class*="handicraft-faq-title"] {
	background-image: none;
}

.oteire_wrapper h2[class*="handicraft-faq-title"] span {
	font-size: 18px;
	line-height: 1.076;
	display: inline-block;
	padding: 5px 24px 5px 45px;
	background-color: #ffffff;
	background-position: left center;
	background-repeat: no-repeat;
}

.oteire_wrapper h2.handicraft-faq-title-01 span {
	background-image: url(/img/usr/inte_oteire_1901/cont1_tit_bg.png);
	background-size: 38px 25px;
}
.oteire_wrapper h2.handicraft-faq-title-02 span {
	background-image: url(/img/usr/inte_oteire_1901/cont2_tit_bg.png);
	background-size: 29px 15px;
}
.oteire_wrapper h2.handicraft-faq-title-03 span {
	background-position: 2px center;
	background-image: url(/img/usr/inte_oteire_1901/cont3_tit_bg.png);
	background-size: 25px 29px;
}

.oteire_wrapper h2.handicraft-faq-title-04 span {
	background-position: 2px center;
	background-image: url(/img/usr/inte_oteire_1901/cont4_tit_bg.png);
	background-size: 28px 29px;
}

.oteire_wrapper h2.handicraft-faq-title-05 span {
	background-position: 2px center;
	background-image: url(/img/usr/inte_oteire_1901/cont5_tit_bg.png);
	background-size: 18px 29px;
}

.oteire_wrapper h2.handicraft-faq-title-06 span {
	padding:5px 24px 5px 0;
}


/*==============================
		about　style
==============================*/
.oteire_about h4{
	font-size: 16px;
	border-bottom: 2px solid #e7e7e8;
	padding: 10px 5px;
	margin-bottom: 30px;
}

.oteire_about ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.oteire_about ul li.oteire_about_img{
	width: 20%;
	text-align: center;
}

.oteire_about ul li.oteire_about_text{
	width: 75%;
}

.oteire_about ul li.oteire_about_text h5{
	color: #f69cbb;
	font-weight: bold;
	font-size: 16px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}

.oteire_about ul li.oteire_about_text h5::before{
	content:url(/img/usr/inte_oteire_1901/point.png);
	display: block;
	margin-right: 10px;
}

#cont3 .oteire_about ul{
	margin-bottom: 20px;
}
#cont3 .oteire_about ul li.oteire_about_text{
	width: 100%;
	margin: 0 auto;
}

#cont3 .oteire_about ul li.oteire_about_text p span.tit{
	color: #eb5d89;
	font-weight: bold;
	font-size: 4vw;
	display: block;
}

#cont5 h2::before{
	content: "";
	display: block;
	width: 100%;
	height: 8px;
	background-image: url(https://shopping.okadaya.co.jp/img/usr/freepage/underwear/faq/sp/underwear-faq-title_line.png);
	background-repeat: repeat-x;
	margin-bottom: 30px;
	background-size: contain;
}

#cont5 .oteire_about ul li.oteire_about_text{
	width: 100%;
}

#cont5 li.oteire_about_text p.oteire_read:first-of-type{
	border: 1px #CCCCCC solid;
}

#cont5 .oteire_about ul li.oteire_about_img{
	width: 100%;
}


