
.bg_padding{padding-bottom: 0 !important;
padding-top: 20px !important;}

.contents img{margin-top: 20px !important;}

.btn_link{
	background: #008639 !important;
	padding: 0 !important;
	text-align: center !important;
	border:0px solid #000 !important;
	margin-top: 20px !important;
	width: 100% !important
}
.btn_link p{
	color: #fff !important;
	padding: 10px 0 !important;
}
#spc_01 h3{
	margin-bottom: 20px
}
#spc_01 h5{
}



#spc_06 .kouka ul{
    margin-left: 3%;
	margin-bottom: 3%
}
#spc_06 .kouka ul li{
	position: relative;
	padding-left: 25px
}

#spc_06 .kouka li::before {
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #008639;
    content: '';
}




#spc_07 .p-iso9001__flow {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
#spc_07  .p-iso9001__flow li {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    position: relative;
    margin: 0 20px;
    padding: 10px 10px 20px;
    border: 2px solid #008639;
    border-radius: 3px;
    font-size: 1.8rem;
    font-weight: bold;
    list-style: none;
    text-orientation: upright;
    white-space: nowrap;
    writing-mode: vertical-lr;
}
#spc_07 .p-iso9001__flow li span {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    margin-bottom: 5px;
    text-orientation: initial;
    writing-mode: horizontal-tb;
}
#spc_07 .p-iso9001__flow li::after {
    -webkit-transform: translateY(-50%);
    display: block;
    position: absolute;
    top: 50%;
    right: -30px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-width: 10px 0 10px 20px;
    border-style: solid;
    border-color: transparent transparent transparent #008639;
    content: '';
}
#spc_07 .p-iso9001__flow li:last-child::after {
    -webkit-transform: translateY(-50%);
    display: block;
    position: absolute;
    top: 50%;
    right: -30px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-width: 10px 0 10px 20px;
    border-style: solid;
    border-color: transparent transparent transparent #008639;
    content: '';
}

@media screen and (max-width:782px) {
#spc_07 .p-iso9001__flow {
-webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
	        flex-direction: column !important;
    }
#spc_07 .p-iso9001__flow li {
  margin: 0 0 40px !important;
        text-orientation: initial !important;
        writing-mode: horizontal-tb !important;
    }
#spc_07 .p-iso9001__flow li::after {
top: auto !important;
        right: auto !important;
        bottom: -30px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        border-width: 20px 10px 0 10px !important;
        border-color: #008639 transparent transparent transparent !important;
    }
}
