@charset "UTF-8";
/* CSSはここから追加 */

.top-iso-logo {
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.iso {
	width: 600px;
}
.iso figure {
	display: flex;
	justify-content: flex-start;
}
.iso figure p {
	font-size: 12px;
	text-align: center;
}
.iso-img {
	width: 100px;
	margin-right: 20px;
  flex-shrink: 0;	
}
.iso-img img {
	width: 80px;
	height: auto;
}
.iso-txt {
	text-align: left;
}
.iso-txt ul li {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    font-size: 13px;
    margin-bottom: 3px;
}
.iso-txt ul li strong {
	width: 100px;
	font-weight: normal;
	flex-shrink: 0;
	margin-right: 10px;
}
#iso-banner {
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
.iso-banner-inner {
	border-top: 1px solid #ccc;
	padding: 50px 0;
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
	.top-iso-logo {
		display: block;
	}
.iso figure p {
    font-size: 11px;
    text-align: center;
}
.iso {
	width: auto;
	margin: 20px 0;
}
.iso-txt ul li {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
}	
.iso-txt ul li br {
	display: none;
	}
	.iso-img {
    width: 100px;
    margin-right: 10px;
    flex-shrink: 0;
}
.iso-txt ul li strong {
    width: auto;
    font-weight: normal;
    flex-shrink: 0;
    margin-right: 0;
    display: block;
    font-weight: bold;
}

}