/* 事例ページ用CSS 　*/


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin-bottom: 1em;
}

section {
    font-family: 'Noto Sans JP', sans-serif;
}

section p {
    color:#444;
}


.contents{
    width:90%;
    margin:0 auto;
}
section p{
    margin-top:30px;
    margin-bottom:30px;
    line-height: 2.0em;
}

section img{
    width: 100%;
}

h2 {
    font-size: 18px;
    color: #8ba800;
    margin-top: 70px;
	line-height:1.7em;
}

.bold{
    font-weight: bold;
}

.header_lines {
    position: relative;
}

.header_lines_wraps {
    position: absolute;
    top: 4%;
    left: 5%;
}

.header_lines_contents {
    font-size: 27px;
    line-height: 2em;
    font-weight: 700;
    color: #fff;
    font-style: italic;
    text-shadow: 2px 2px 2px #333;
}

.header_lines_contents:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNyIgaGVpZ2h0PSIyOSI+PHBhdGggZD0iTTEzLjU0NC0uMDMyYTMwLjc2OCAzMC43NjggMCAwIDAtNi45MzIgNC44NDFBMjEuNjExIDIxLjYxMSAwIDAgMCAuNjcyIDE5YzAgNS41IDMuNDEgOS41NzEgNy45MjEgOS41NzFhNi45MTIgNi45MTIgMCAwIDAgNy4xNTEtNi43MTEgNi4wMjUgNi4wMjUgMCAwIDAtNC44NDQtNi4wNWMtMy40MTEtLjc3LTMuNDExLS43Ny0zLjQxMS0yLjQyIDAtNC4wNyAyLjQyMS03LjI2MSA4LjI1Mi0xMC43ODF6bTIwLjc5MyAwYTMwLjc2NiAzMC43NjYgMCAwIDAtNi45MzIgNC44NDFBMjEuNjExIDIxLjYxMSAwIDAgMCAyMS40NjUgMTljMCA1LjUgMy40MSA5LjU3MSA3LjkyMSA5LjU3MWE2LjgzNiA2LjgzNiAwIDAgMCA3LjA0MS02LjgyQTUuOTE4IDUuOTE4IDAgMCAwIDMxLjcgMTUuODFjLTMuMy0uNzctMy40MS0uODgtMy40MS0yLjQyIDAtNC4wNyAyLjMxLTcuMDQxIDguMjUxLTEwLjc4MXoiIHN0eWxlPSJmaWxsOiNmZmY7ZmlsbC1ydWxlOmV2ZW5vZGQ7b3BhY2l0eTouNSIvPjwvc3ZnPg==) no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 36px;
    width: 36px;
}

.summary {
    display: table-row;
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
}

.summary_title {
    color: #8ba800;
    display: table-cell;
    font-size: 34px;
    height: 220px;
    text-align: center;
    vertical-align: middle;
    width: 350px;
}

.summary_contents {
    display: table-cell;
    font-size: 16px;
    padding: 60px 0px 65px 20px;
    vertical-align: middle;
}

.summary_contents ul {
    display: table;
    width: 100%;
}

.summary_contents ul li {
    display: table-row;
}

.summary_contents ul li span {
    color: #8ba800;
    display: table-cell;
    line-height: 1.8em;
    padding: 8px 0;
    vertical-align: top;
}

.summary_contents ul li span:first-child {
    padding-left: 2em;
    position: relative;
}

.summary_contents ul li span:before {
    background-color: #8ba800;
    content: "";
    display: inline-block;
    height: 5px;
    left: 0;
    position: absolute;
    top: 20px;
    vertical-align: top;
    width: 9px;
}
.logo_flex{
    display: flex;
}

.logo_flex img{
    width:120px;
    height:auto;
    margin-right:30px;
}

.person {
    display: flex;
    margin-top:30px;
}

.person img {
    width: 150px;
    height: auto;
    margin-right:30px;
}

.case_btn{
    margin-top:60px;
}


/*nissay 240622 ikeda*/

.company_info img{
	width:300px;
	margin-bottom:20px;
}
.company_info table th, .company_info table td{
	text-align: left;
}
table .first{
	width:150px;
}
table th, table td{
	padding:10px;
}

.contents h3{
    font-size: 1.3em;
    margin-top: 100px;
    text-align: left;
}
.second{
	display: flex;
}
.mt-0{
	margin-top:0;
}
.mr_30px{
	margin-right:30px;
}
.bc_gray{
	font-size:0.9em;
	background:#F0F0F0;
}
.f_24px{
	font-size:24px;
}