@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#pageWrapper h2 {
	margin-bottom: 15px;
}

#pageWrapper h3 {
	margin-bottom: 10px;
	padding: 0 10px 11px;
	font-size: 13px;
	font-weight: bold;
	background: url(../img/sp/bg01.gif) no-repeat left bottom;
	background-size: 100% 1px;
	-webkit-background-size: 100% 1px;
}

#pageWrapper #section01 p {
	margin: 0 10px 15px;
	line-height: 1.6;
}

#pageWrapper #section02 {
	background-color: #f7eeef;
    border: 1px solid #2c2c2c;
    overflow: hidden;
	margin: 0 10px 30px;
}

#section02 p.case {
	margin-bottom: 8px;
    background: url(../img/bg_case_01.png) left no-repeat;
    background-size: 100% 30px;
	width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    clear: both;
}
.caseArea {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.caseArea .case {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 1;
	-webkit-order: 1;
	order: 1;
}
.caseArea .prof {
	width: 90%;
    margin: 0 auto 10px;
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    order: 2;
	font-size: 75%;
}
.caseArea .prof img {
    float: right;
    width: 36.54%;
	height: auto;
}
.caseArea .prof .name {
	font-size: 12px;
}
.caseArea ul {
	overflow: hidden;
    padding: 0 2.81%;
    margin-bottom: 20px;
	-ms-flex-order: 3;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 3;
	order: 3;
}
.caseArea .col01 {
}
.caseArea .case4 {
	margin-top: -110px;
}




/* boxBasic02 */
.boxBasic02 {
	width: 90%;
	margin: 0 auto 10px;
	overflow: hidden;
}
.boxBasic02 .img01 {
	float: right;
	width: 36.54%;
}
.boxBasic02 dl {
	float: left;
	width: 60%;
}
.boxBasic02 dl dt { margin-bottom: 3px;}
.boxBasic02 dl dd { font-size: 75%;}


/* boxBasic03 */
.boxBasic03 {
	padding: 0 5.31%;
	margin-bottom: 20px;
	overflow: hidden;
} 
.boxBasic03 .col01 {
	float: left;
	width: 47%;
}
.boxBasic03 .col02 {
	float: right;
	width: 46%;
}
.boxBasic03 .col02 .imgTop02 {
	text-align: right;
	margin-bottom: 5px;
}
.boxBasic03 .col02 .imgTop02 img { width: 74.48%;}


/* ul_basic01 */
.caseArea ul {
	overflow: hidden;
	padding: 0 2.81%;
	margin-bottom: 20px;
}
.caseArea ul li {
	float: left;
	width: 49.22%;
	margin: 0 1.56% 12px 0;
}
.caseArea ul li img {
    margin-bottom: 8px;
}

.caseArea ul li:nth-child(2n) { margin-right: 0;}

.caseArea ul li.imgSize2 { width: 100%; margin-right: 0;}
.caseArea ul li.imgSize2 .img01 img { width: 49.22%; margin-right: 1.56%;}
.caseArea ul li.imgSize2 .img01 img:nth-child(2n) { margin-right: 0;}

.caseArea ul li p {
    font-size: 59%;
    text-align: center;
}

/* dl_top01 */
.dl_top01 { margin-bottom: 8px;}
.dl_top01 dt { margin-bottom: 5px;}
.dl_top01 dd { font-size: 75%;} 

.boxImg01 { margin-bottom: 8px;}
.boxImg01 .img01 { margin-bottom: 4px;}
.boxImg01 .txt01 {
	font-size: 59%;
	text-align: center;
}

