@charset "utf-8";

/*--------------------------
	common
--------------------------*/
#care_shoes{
    max-width: 1100px;
    padding: 0 10px;
    margin: 0 auto;
}

h2{
    margin: 0 0 20px 0;
	color: #004986;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}

.l-c-box-2-2 .box-2-2-block {
	padding: 0;
}
.l-c-box-2-2 .box-2-2-block {
     border: none; 
	 padding: 0;
}

.l-c-box-2-2{
	margin: 0 0 70px 0;
}



/*--------------------------
	main_img
--------------------------*/
dl.main_img {
    margin: 0 0 80px 0;
}

dl.main_img dt {
    margin: 0 0 15px 0;
}

dl.main_img dd{
	text-align: center;
	font-size: 16px;
}

/*--------------------------
	care_shoes
--------------------------*/
#point,
#nav{
	margin: 0 0 100px 0;
}

/* --- #nav --- */
#nav ul{
	overflow: hidden;
}

#nav ul li{
	float: left;
	width: 49%;
	margin: 0 0 2% 0;
}
#nav ul li:nth-child(odd){
	margin: 0 2% 0 0;
}


/*--------------------------
	#point
--------------------------*/
#point .wrapper{
	padding: 30px;
	background: #fbf8d2;
	border-radius: 20px;
}

#point .contents{
	padding: 25px;
	background: #fff;
}

#point .contents dl dt,
#point .contents dl dd,
#point .contents ul li{
	border-bottom: 2px dotted #ccc;
	padding: 8px 10px;
}

#point .contents dl{
	margin: 0 0 30px 0;
}

#point .contents dl dt::before{
	content: "●";
	color: #b3d465;
	font-size: 18px;
	padding: 10px 10px 10px 0;
}

#point .contents dl dt{
	font-size: 21px;
	font-weight: bold;
}
#point .contents dl dd{
	font-size: 15px;
}


#point h4{
	margin: 0 0 10px 0;
	padding: 5px 15px;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	background: #b3d465;
}

#point .contents ul li{
	font-size: 15px;
}
#point .contents ul li span{
	font-size: 18px;
	font-weight: bold;
}

/*--------------------------
	#shoes
--------------------------*/
#shoes h3 {
    margin: 0 0 8px 0;
	padding: 0 0 0 6px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;

    line-height: 1.5;
}

#shoes #staple h3{border-left:7px solid #fe9402;}
#shoes #slippon h3{border-left:7px solid #ed7fb0;}
#shoes #washable h3{border-left:7px solid #56aacc;}
#shoes #function h3{border-left:7px solid #858fca;}

#shoes #staple,
#shoes #slippon,
#shoes #washable,
#shoes #function{
    margin: -100px 0 90px 0;
    padding: 100px 0 0 0;
}


#shoes dl.title{
	width: 58%;
	max-width: 580px;
	margin: 0 auto 50px;
	text-align: center;
}

#shoes dl.title dt{
	margin: 0 0 5px 0;
}

#shoes dl.title dd {
	font-size: 16px;
	line-height: 1.8;
}

#shoes dl.title dd span{
	color: #004986;
	font-size: 20px;
	font-weight: bold;
}




/*-------------------------------
	676px以下用
---------------------------------*/
@media screen and (max-width: 676px) {

/*--------------------------
	common
--------------------------*/
h2{
    font-size: 24px;
}

/*--------------------------
	main_img
--------------------------*/
dl.main_img {
    margin: 0 0 30px 0;
}

dl.main_img dt {
    margin: 0 0 10px 0;
}

dl.main_img dd{
	text-align: left;
    font-size: 12px;
	line-height: 1.5;
}

/*--------------------------
	care_shoes
--------------------------*/

/*--------------------------
	#point
--------------------------*/
#point .wrapper{
	padding: 15px;
	background: #fbf8d2;
	border-radius: 0;
}

#point .contents{
	padding: 20px;
}


/*--------------------------
	#shoes
--------------------------*/
#shoes dl.title{
	width: 90%;
	margin: 0 auto 30px;
}

#shoes dl.title dd {
	font-size: 15px;
}






}



/*-------------------------------
470px以下用
---------------------------------*/
@media screen and (max-width: 470px) {


/*--------------------------
	common
--------------------------*/
h2 {
    margin: 0 0 10px 0;
    font-size: 21px;
}

#shoes #staple,
#shoes #slippon,
#shoes #washable,
#shoes #function {
    margin: -100px 0 70px 0;
    padding: 100px 0 0 0;
}


/*--------------------------
	main_img
--------------------------*/
dl.main_img dt {
    margin: 0 0 5px 0;
}

/*--------------------------
	care_shoes
--------------------------*/
/* --- #nav --- */
#nav ul{
	overflow: hidden;
}

#nav ul li{
	float: none;
	width: 100%;
	margin: 0 0 2% 0;
}
#nav ul li:nth-child(odd){
	margin: 0 0 2% 0;
}

/*--------------------------
	#point
--------------------------*/
#point .contents{
	padding: 18px;
}

#point .contents dl dt,
#point .contents dl dd,
#point .contents ul li{
	border-bottom: 2px dotted #ccc;
	padding: 8px 10px;
}

#point .contents dl{
	margin: 0 0 30px 0;
}

#point .contents dl dt::before{
	content: "●";
	font-size: 16px;
    padding: 5px 5px 5px 0;
}

#point .contents dl dt{
	font-size: 17px;
	font-weight: bold;
}
#point .contents dl dd{
	font-size: 14px;
}

#point h4{
	font-size: 17px;
}

#point .contents ul li{
	font-size: 14px;
}
#point .contents ul li span{
	font-size: 17px;
	font-weight: bold;
}

/*--------------------------
	care_shoes
--------------------------*/
#point,
#nav{
	margin: 0 0 60px 0;
}

/*--------------------------
	#shoes
--------------------------*/
#shoes h3 {
    margin: 0 0 8px 0;
	padding: 0 0 0 6px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;

    line-height: 1.5;
}


#shoes dl.title{
	width: 100%;
	margin: 0 auto 15px;
}


#shoes dl.title dt{
	margin: 0 0 5px 0;
}

#shoes dl.title dd {
	font-size: 13px;
	line-height: 1.6;
}

#shoes dl.title dd span{
	color: #004986;
	font-size: 18px;
	font-weight: bold;
}

.l-c-box-2-2{
	display: block;
	margin: 0 0 20px 0;
}
.l-c-box-2-2 .box-2-2-block{
	width: 100%;
}
.l-c-box-2-2 .box-2-2-block:nth-child(odd){
	margin: 0 0 20px 0;
}

.l-c-box-2-2 .box-2-2-block:nth-child(even){
	margin-left: 0;
}






}