﻿.flex-wrap{
	display: flex;
	flex-wrap: wrap;
}
.box-left{
    padding-right: 40px;
    line-height: 2;
}
.boxbox h4{ flex: 1;   }
.boxbox img{width: 100px;}
.img00{
    width: 393px;
}
.al-box{
    background: url(../img/waku.png)no-repeat center top;
    background-size: contain;
    width: auto;
    height: 318px;
    padding: 30px 30px;
    margin-bottom: 40px;
    position: relative;
}

.al-box h4{
	font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #6b5c55;
    position: relative;
    padding-left: 60px;
    display: flex;
    align-items: center;
        padding-top: 3px;
}
.al-box h4:after{
	background: url(../img/pla-a.png)no-repeat center center;
	background-size: contain;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	width: 50px;
}

.papalt{
	    font-feature-settings: "palt";
	    }
.number-before{
		position: relative;
}
.number-before:before {
position: absolute;
    content: "1";
    top: 0;
    left: 0;
    font-size: 4vw;
    display: block;
    width: 100%;
    padding-top: 4px;
    height: 69px;
    display: flex;
    align-items: center;
    padding-left: 17px;

}
.number-before2:before {
    content: "2";
}	
.number-before3:before {
    content: "3";
}	
.number-before4:before {
    content: "4";
}
.number-before5:before {
    content: "5";
}	
.number-before6:before {
    content: "6";
}
.commonTitle {
    background: url(../img/title_bg.png) no-repeat left;
    background-size: 66px;
    font-size: 19px;
    font-weight: 600;
    color: #00693e;
    margin-bottom: 30px;
    padding: 10px 0 10px 78px;
    display: flex;
    height: 69px;
    align-items: center;
}




@media only screen and (max-width: 1010px){
	.al-box h4 {
    font-size: 20px;
    padding-top: 9px;
	}
	.box-left {
    line-height: 1.8;
	}
}


@media only screen and (max-width: 1010px){
	.img00 {
	    width: 253px;
	}

}


@media only screen and (max-width: 870px){
	.img00 {
	    width: 253px;
	}
	.al-box h4 {
	    font-size: 20px;
	    padding-top: 9px;
	    margin-bottom: 15px;
	}
	.al-box {
	    width: auto;
	    height: auto;
	    padding: 21px 20px;
	    margin-bottom: 30px;
	}
	.al-box {
	    background: url(../img/waku.png)no-repeat center top;
	    background-size: cover;
	    width: auto;
	    height: auto;
	    padding: 30px 30px;
	    margin-bottom: 40px;
	}
.box-left {
    flex: auto;
    padding-right: 0;
    line-height: 2;
}
.img00 {
    width: 100%;
    text-align: center;
}
.number-before:before {
    padding-left: 23px;
}
.number-before:before{
font-size: 32px;
}
}


@media only screen and (max-width: 500px){
.img00 {
    width: 70%;
    display: block;
    text-align: center;
    margin: 0 auto 15px;
}


}


