@charset "UTF-8";
@import "/include_2015/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */

.soho {
	width: 100%;
	border-sizing: border-box;
	text-align: left;
	padding-bottom: 40px;
}

.soho .pc {
	display: none;
	}

.soho p { font-size: 15px; line-height: 26px; color: #000;}
.soho p a {color: #069; text-decoration: underline;}
.soho strong {color: #900;}

.soho ul {margin: 0 20px;}
.soho li {list-style-type: disc; color: #000; font-size: 15px; line-height: 26px;}

.soho .pl20 {padding-left: 0px;}
.soho .mb20 {margin-bottom: 20px;}
.soho .mb40 {margin-bottom: 40px;}


/* ヘッダー ------------------------ */
.soho .header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 86px;
	padding: 0 20px;
	}

.soho .header .logo {
	width: 40%;
	}

.soho .title {
	max-height: 199px;
	padding-bottom:34px;
	}

/* リード ------------------------ */
.soho .lead {
	margin: 0 20px 14px;
	}

.soho .lead .lead_txt {
	margin: 0 20px;
	}

.soho .lead .lead_illu {
	margin: 14px auto;
	text-align: center;
	}


/* 囲み ------------------------ */
.soho .box01,.box02 {
	padding: 35px 20px;
	margin-bottom: 35px;
	}

.soho .box01 {
	background: #fbf8e3;
	border-top: solid 3px #dfdabf;
	border-bottom: solid 3px #dfdabf;
	}

.soho .box02 {
	background: #ffead3;
	border-top: solid 3px #f5b36d;
	border-bottom: solid 3px #f5b36d;
	}


/* 見出し<h1> ------------------------ */
.soho h1 {display: block; height: 152px; font-weight: bold;}


/* 小見出し<h2>(赤) ------------------------*/
.soho h2 {
	display: flex;
	align-items: center;
	justify-content: center;
//	height: 50px;
	padding: 13px 0;
	margin-bottom: 36px;
	border-radius: 10px;
	background: #ca336b;
	font-weight: bold;
	}

.soho h2 p {
//	height: 22px;
	margin: calc((50px-22px)/2) auto;
	padding: 0 20px;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-left: solid 5px #ea6e86;
	border-right: solid 5px #ea6e86;
	 font-weight: bold;
	}


/* 小見出し<h2>(オレンジ) ------------------------*/
.soho h2.sbttl02 {
	background: #db7303;
	}
.soho h2.sbttl02 p {
	border-left: solid 5px #f3a859;
	border-right: solid 5px #f3a859;
	}


/* 小見出し<h3>(◎付き) ------------------------ */
.soho h3 {
	height: 26px;
	margin-bottom: 14px;
	padding-left: 20px;
	background: url('../images/li01.png') no-repeat;
	border-bottom: 1px dotted #532424;
	font-size: 17px;
	color: #3c2222;
	line-height: 1;
	font-weight: bold;
	}


/* 小見出し<h4> --------------------------*/
.soho h4 {
	font-size: 15px;
	color: #000;
	font-weight: bold;
	}


/* 小見出し<h5> ------------------------*/
.soho h5 {
	height: 34px;
	line-height: 34px;
	font-size: 17px;
	color: #3c2222;
	background: #fff;
	border-radius: 17px;
	text-align: center;
	}


/* ピンクのドット(画像) ---------------*/
.soho .dots {
	width: 100%;
	height: 5px;
	margin: 35px 0 26px;
	background: url('../images/line01.png');
	}


/* 楽しさ10ヵ条、お仕事応募から完了までの流れ --------------*/
.soho .tabs01 {
	margin: 35px auto 0;
	text-align: center;
	line-height: 100px;
	}


/* 発注および請求について ------------------*/
.soho .order {
}

.soho .order .order_l {
	}

.soho .order .order_r {
}


.soho .order .order_l .note li {
	font-size: 13px;
	line-height: 22px;
	color: #000;
	list-style-type: none;
}

.soho .order .order_l .note li:before {
	content: '※';
	margin-left: -13px;
}

.soho .order .order_r .box {
	padding: 20px;
	border-radius: 10px;
	background: #ffe6a9;
}


/* このページを閉じる ---------------- */
.soho .close {
	margin: 60px 0;
	text-align: center;
}


/* フッタ -----------------------*/
.soho .footer_line {
	text-align: center;
	}

.soho .footer_btn {
	margin: 25px 0 0 auto;
	text-align: center;
}
