@charset "UTF-8";
/* CSS Document */
@media (max-width: 700px) {
#company{
    box-sizing: border-box;
    padding-top: 9.23%;
    padding-bottom: 9.23%;
}

#company_top{
    box-sizing: border-box;
    margin-bottom: 9.23%;
}
#comp_top_in{
    margin-bottom: 6.15%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
#comp_top_txt {
    width: 100%;
	background-position: right top 20%;
    background-size: 18.46% auto;
}
#comp_top_txt h2{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 28px;
    line-height: 1.4em;
    font-weight: 700;
    letter-spacing: .04em;
    /* [disabled]text-shadow: 0px 0px 8px #FFFFFF, 0px 0px 4px #FFFFFF, 0px 0px 4px #FFFFFF, 0px 0px 4px #FFFFFF; */
    margin-bottom: 4.61%;
}
.comp_catch{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 22px;
    line-height: 1.7em;
    font-weight: 600;
    letter-spacing: .008em;
    /* [disabled]text-shadow: 0px 0px 8px #FFFFFF, 0px 0px 4px #FFFFFF, 0px 0px 4px #FFFFFF, 0px 0px 4px #FFFFFF; */
}
.comp_catch_in{
	background: linear-gradient(transparent 80%, #ffff00 70%);
}
#comp_top_p{
    box-sizing: border-box;
    margin-top: 4.61%;
    margin-left: 3px;
    background-color: hsla(0,0%,100%,0.72);
    padding: 24px;
    border-radius: 10px;
}
#comp_top_p p{
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 500;
    letter-spacing: .0064em;
}
#comp_top_p p strong {
    color: #006e12;
    margin-top: 16px;
    margin-bottom: 16px;
    display: block;
    line-height: 1.7em;
}

#comp_top_img {
    width: 100%;
    margin-bottom: 6.15%;
}



#company_nintei{
    margin-bottom: 12.3%;
	
}
#company_nintei_in{
    box-sizing: border-box;
    box-shadow: 4px 4px 4px #FFECEC;
    border-radius: 10px;
    padding-top: 44px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 24px;
    background-color: #FFFFFF;
}
#comp_txt{

}
#company_nintei h2{
    color: #006e12;
    text-align: center;
    font-size: 24px;
    background-image: url("../images/h_border_l.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 264px auto;
    padding-bottom: 16px;
    margin-bottom: -20px;
    z-index: 1;
    position: sticky;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
	
}
#comp_nin_p{
    margin-top: 8px;

}
#comp_nin_p p{
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 500;
}
#comp_nin_img-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.comp_nin_img{
    width: 47.69%;
    margin-right: 0%;
    margin-bottom: 8px;
}
.comp_nin_img:last-child{
	margin-right: 0;
}
.comp_nin_img img{
	width: 100%;
}





#company_about_in{
    margin-top: 16px;
    box-sizing: border-box;
    box-shadow: 4px 4px 4px #FFECEC;
    border-radius: 10px;
    padding: 24px;
    background-color: #FFFFFF;
}
#company_about h2{
	text-align: center;

	 
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/*
#company_in{
	box-shadow: 4px 4px 4px #FFECEC;
    border-radius: 10px;
    padding: 12px 24px;
	padding-top: 10px;
    background-color: #FFFFFF;
}
*/
#company table{
	width: 100%;
}
	#company table tr{
		display: flex;
		flex-direction: column;
	}
	#company table tr:last-child td{
		border-bottom: 0;
	}
#company table th {
    padding-top: 16px;
    padding-left: 0px;
    padding-bottom: 4px;
    text-align: left;
    font-size: 16px;
    border-bottom: 0;
    color: #006e12;
    min-width: 160px;
    width: 100%;
	box-sizing: border-box;
}
#company table td {
    border-bottom: 1px solid #006e12;
    font-size: 15px;
    padding-top: 4px;
    padding-bottom: 16px;
    line-height: 1.5em;
	padding-right: 16px;
}
#place {
    list-style-type: square;
    padding-left: 18px;
}
#place li {
    line-height: 1.4em;
    margin-bottom: 10px;
}
#place li:last-child{
	margin-bottom: 0;
}
#place li span {
    display: inline-block;
    margin-right: 4px;
}
#target-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#target-area li {
    margin-top: 1px;
    margin-bottom: 1px;
}
}
