@charset "UTF-8";

.image {
    margin-top: 20px;
}

h1 small {
    font-size: 28px;
}
.content h3.headline span {
    display: block;
    font-weight: bold;
    border-bottom: 4px solid #ccc;
}

/* #about */
#about .outline {
    padding: 20px;
    font-size: 18px;
    background: #f5f5f5;
}
#about .outline p {
    margin-bottom: 1rem;
    font-weight: bold;
}
#about .outline li:not(:last-child) {
    margin-bottom: 1rem;
}

/* #service */

#service h3.headline {
    margin: 60px 0 30px;
}
#service h3.headline span {
    display: block;
}
#service .result {
    padding: 20px;
    background: #fff;
}
#service .result > p {
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 18px;
}
#service .result li {
    position: relative;
    padding-left: 26px;
}
#service .result li:not(:last-child)  {
    margin-bottom: 1rem;
}
#service .result li::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../img/check.png) no-repeat center center / cover;
}
#service .table thead tr {
	color: #ffffff;
}
#service .table thead tr th {
    padding: 10px;
	background: #ffb700; 
}
#service .table thead tr th:first-of-type {
	width: 12%;
}
#service .table thead tr th:nth-of-type(2) {
	width: 23%;
}
#service .table thead tr th:last-of-type {
	width: 15%;
}
#service .table tbody {
	background: #ffffff;
}

#service .table td {
    padding: 10px;
}
#service .table td:not(:nth-child(2)) {
	text-align: center;
}
#service .table li {
    position: relative;
    padding-left: 16px;
}
#service .table li:not(:last-child) {
    margin-bottom: 0.5rem;
}
#service .table li::before {
    display: block;
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}
#service .table li ul {
    margin-top: 0.5rem;
}
#service .table li ul li::before {
    content: "-";
}

/* #rapid7 */ 
#rapid7 {
    padding: 100px 0 30px 0;
}

@media only screen and (max-width: 767px) {
	#service .table {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
}

