@charset "utf-8";
#identity01{
    box-sizing: border-box;
    background: url(../images/identity/bg.png);
    max-width: 900px;
    margin: 80px auto;
    padding: 0 20px 60px;
}
#identity01 .page_ttl01{
    margin: 0;
    position: relative;
    top: -15px;
}
.identity_txt01{
    text-align: center;
    padding: 40px 0;
}
.identity_txt01 b{
    display: inline-block;
    background: #6cbe3c;
    color: #fff;
    font-weight: normal;
    font-size: 1.6rem;
    padding: 5px 15px;
    margin: 0 0 15px;
    letter-spacing: 0.1em;
}
.identity_txt01 h3{
	color: #539a29;
	font-size: 2.8rem;
	letter-spacing: 0.1em;
}
.identity_txt01 h3 span{
	display: inline-block;
	background: url(../images/identity/line.png) repeat-x bottom center;
	padding: 0 10px;
	margin: 0 0 20px;
}
.identity_txt01 p{
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

#philosophy{
    background: url(../images/identity/bg.png);
    max-width: 900px;
    margin: 90px auto;
    box-sizing: border-box;
    padding: 0 40px 80px;
}
#philosophy h2{
    position: relative;
    top: -15px;
}
#philosophy img{
    margin: 0 auto 40px;
    display: block;
}
#philosophy table{
    background: #fff;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 12px;
}
#philosophy th{
    background: #6fba2c;
    color: #fff;
    padding: 20px;
    width: 200px;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
}
#philosophy th img{
    margin: 0 auto 20px;
}
#philosophy td{
    vertical-align: middle;
    padding: 40px;
    border: solid 1px #eee;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
}
#philosophy td span{
    color: #6fba2c;
    font-size: 1.4rem;
    display: block;
}
#philosophy td:nth-of-type(1){
    width: 160px;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.8rem;
    color: #539a29;
    letter-spacing: 0.08em;
}
#philosophy tr:nth-of-type(1) td:nth-of-type(1){
    background: #ebf2e4;
}
#philosophy tr:nth-of-type(2) td:nth-of-type(1){
    background: #f5f8f2;
}

#policy{
    background: url(../images/identity/bg.png);
    max-width: 900px;
    margin: 90px auto;
    box-sizing: border-box;
    padding: 0 40px 80px;
}
#policy h2{
    position: relative;
    top: -15px;
}
.policy_box01{
    margin: 0 0 75px;
    letter-spacing: 0.08em;
}
.policy_box01 ul li{
    background: #fff;
    padding: 20px 20px 20px 100px;
    margin: 0 0 10px;
    position: relative;
    font-size: 1.8rem;
    border-radius: 6px;
    box-shadow: 0 2px 0 rgba(108, 190, 61, 0.6);
}
.policy_box01 ul li span{
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 3rem;
    color: #6fba2c;
}
.policy_box02{
    letter-spacing: 0.08em;
}
.policy_box02 dl{
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin: 40px 0 0;
}
.policy_box02 dl dt{
    background: #6fba2c;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    padding: 18px 0;
}
.policy_box02 dl dd{
    padding: 20px 40px;
}
.policy_box02 dl dd ul li{
    padding: 20px 20px 20px 60px;
    border-bottom: dashed 1px #6fba2c;
    font-size: 1.6rem;
}
.policy_box02 dl dd ul li:last-child{
    border-bottom: none;
}
.policy_box02 dl dd ul li b{
    background: url(../images/identity/list_ico.png) no-repeat left 14px;
    display: block;
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0 0 8px -40px;
    padding: 10px 0 5px 30px;
    color: #6fba2c;
}
.policy_box03{
    margin: 90px auto 0;
    padding: 0 0 70px;
}
.policy_item01{
    background: #fff;
    max-width: 540px;
    margin: 0 auto;
    padding: 35px;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: 3px 5px 0 rgba(108, 190, 61, 1);
    border: solid 1px #d4e7b9;
    position: relative;
}
.policy_item01 span.character01{
    position: absolute;
    left: -90px;
    bottom: -90px;
}
.policy_item01 span.character02{
    position: absolute;
    right: -120px;
    bottom: -60px;
}
.policy_item01 h4{
    text-align: center;
    font-size: 2.4rem;
    color: #6fba2c;
    margin: 0 0 20px;
}
.policy_item01 p{
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: center;
}





@media screen and (min-width:320px) and ( max-width: 767px) {
#identity01{
    box-sizing: border-box;
    background: url(../images/identity/bg.png);
    background-size: 57px;
    max-width: 900px;
    margin: 0 auto 40px;
    padding: 60px 15px 10px;
}
#identity01 .page_ttl01{
    margin: 0;
    position: relative;
    top: 0;
}
.identity_txt01{
    text-align: center;
    padding: 40px 0;
}
.identity_txt01 b{
    display: inline-block;
    background: #6cbe3c;
    color: #fff;
    font-weight: normal;
    font-size: 1.6rem;
    padding: 5px 15px;
    margin: 0 0 15px;
    letter-spacing: 0.1em;
}
.identity_txt01 h3{
	color: #539a29;
	font-size: 2.2rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.identity_txt01 h3 span{
	display: inline;
	background: url(../images/identity/line.png) repeat-x bottom center;
	padding: 0 10px;
	margin: 0 0 20px;
}
.identity_txt01 p{
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

#philosophy{
    background: #fff;
    max-width: 900px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px 20px 40px;
}
#philosophy h2{
    position: relative;
    top: 0;
}
#philosophy img{
    margin: 0 auto 40px;
    display: block;
}
#philosophy table{
    display: block;
    background: #fff;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 20px;
}
#philosophy tbody{
    display: block;
}
#philosophy tr{
    display: block;
}
#philosophy th{
    display: block;
    background: #6fba2c;
    color: #fff;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
}
#philosophy th img{
    margin: 0 auto 20px;
}
#philosophy td{
    display: block;
    vertical-align: middle;
    padding: 20px;
    border: solid 1px #eee;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
    text-align: center;
}
#philosophy td span{
    color: #6fba2c;
    font-size: 1.4rem;
    display: block;
}
#philosophy td:nth-of-type(1){
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.8rem;
    color: #539a29;
    letter-spacing: 0.08em;
}
#philosophy tr:nth-of-type(1) td:nth-of-type(1){
    background: #ebf2e4;
}
#philosophy tr:nth-of-type(2) td:nth-of-type(1){
    background: #f5f8f2;
}

#policy{
    background: url(../images/identity/bg.png);
    max-width: 900px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 60px 20px 60px;
}
#policy h2{
    position: relative;
    top: 0;
}
.policy_box01{
    margin: 0 0 75px;
    letter-spacing: 0.08em;
}
.policy_box01 ul li{
    background: #fff;
    padding: 20px 20px 20px 100px;
    margin: 0 0 10px;
    position: relative;
    font-size: 1.6rem;
    line-height: 1.6;
    border-radius: 6px;
    box-shadow: 0 2px 0 rgba(108, 190, 61, 0.6);
}
.policy_box01 ul li span{
    font-family: MyWebFontB;
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 3rem;
    line-height: 1;
    color: #6fba2c;
}
.policy_box02{
    letter-spacing: 0.08em;
}
.policy_box02 dl{
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin: 40px 0 0;
}
.policy_box02 dl dt{
    background: #6fba2c;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    padding: 18px 20px;
    line-height: 1.5;
}
.policy_box02 dl dd{
    padding: 20px 20px;
}
.policy_box02 dl dd ul li{
    padding: 20px 20px 20px 40px;
    border-bottom: dashed 1px #6fba2c;
    font-size: 1.5rem;
    line-height: 1.5;
}
.policy_box02 dl dd ul li:last-child{
    border-bottom: none;
}
.policy_box02 dl dd ul li b{
    background: url(../images/identity/list_ico.png) no-repeat left 10px;
    display: block;
    font-size: 1.6rem;
    margin: 0 0 8px -40px;
    padding: 6px 0 5px 30px;
    color: #6fba2c;
}
.policy_box03{
    margin: 90px auto 0;
    padding: 0 0 70px;
}
.policy_item01{
    background: #fff;
    max-width: 540px;
    margin: 0 auto;
    padding: 35px;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: 3px 5px 0 rgba(108, 190, 61, 1);
    border: solid 1px #d4e7b9;
    position: relative;
}
.policy_item01 span.character01{
    position: absolute;
    left: -10px;
    bottom: 92%;
    width: 60px;
}
.policy_item01 span.character02{
    position: absolute;
    right: -10px;
    bottom: -30px;
    width: 60px;
}
.policy_item01 h4{
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.4;
    color: #6fba2c;
    margin: 0 0 20px;
}
.policy_item01 p{
    font-size: 1.6rem;
    line-height: 1.8;
}
}
