@charset "UTF-8";
/* -----------------------------------------------
*original design
	/security/sitescan/

	0. general
	1. table-layout:
	2. .pdf_btn
	3. #contents_header
	4. #contact
	5. #overview
	6. #assessment
	7. .bnr_list_area
	8. #campaign
----------------------------------------------- */

/* -----------------------------------------------
	#page-header
----------------------------------------------- */

/* -----------------------------------------------
	general
----------------------------------------------- */
h1 small {
	font-size: 28px;
}
/*
	headine
----------------------------------------------- */
.content .headline.large {
	margin-bottom: 0;
}
.content .headline.large span {
	font-size: 36px;
}
.content .en {
	margin-bottom: 20px;
	font-size: 20px;
}
@media only screen and (max-width: 767px) {
	.content .headline.large span {
		font-size: 24px;
	}
	.content .en {
		font-size: 14px;
	}
}
/* -----------------------------------------------
	layout
----------------------------------------------- */
.sub .img_area {
	margin: 20px 0;
}
.content .main h2.headline.main-title span {
    font-weight: bold;
}
.content h3.headline, .content h3.miniheadline, #service .miniheadline {
    margin: 60px 0 30px;
}
.content h3.headline span, .content h3.miniheadline span, #service .miniheadline span {
    display: block;
    font-weight: bold;
	font-size: 24px;
    border-bottom: 4px solid #ccc;
}
@media only screen and (max-width: 767px) {
    #service .miniheadline span, #overview .miniheadline span {
        font-size: 20px;
    }
}
/*
	.btn_list
----------------------------------------------- */
.btn_list {
	position: relative;
	width: 100%;
	display: block;
}
.btn_list:after {
	display: block;
	content: "";
	clear: both;
}
.btn_list li {
	display: block;
	float: left;
	width: 100%;
	padding: 0;
}
.btn_list .alone_list {
	float: none;
	width: auto;
}
@media only screen and (max-width: 767px) {
	.btn_list li {
		float: none;
		width: 100%;
		padding: 0;
	}
}
/* -----------------------------------------------
	#overview
----------------------------------------------- */
#overview .section .inner::after {
	display: block;
	clear: both;
	content: "";
}
#overview.content .section .image.float-right {
	padding-top: 0;
	margin-top: 0;
}
#overview.content .section .image.float-right img {
	padding-top: 0;
}
#overview.content .image .caption {
	text-align: left;
	font-size: 12px;
	color: #666;
}
#overview .section .inner .image{
	float: right;
	max-width: 50%;
	margin-left: 10px;
	margin-top: 0;
}
#overview .section .inner .image.thmb {
	width: 240px;
}
#overview.content .img_area {
	text-align: center;
}
#overview .main .section .sub-section::after{
	display: block;
	content:'';
	clear: both;
}
#overview .check_list{
	counter-reset: list-count;
	font-size: 16px;
    margin-left: 20px;
    margin-bottom: 0;
}
#overview .check_list li {
    list-style-type: none;
    position: relative;
    margin-bottom: 10px;
}
#overview .check_list li::before {
    position: absolute;
    left: -20px;
    content: counter(list-count)".";
	counter-increment: list-count;
	font-weight: bold;
}
#overview .check_list.risk li::before{
	content: counter(list-count)")";
	font-weight: normal;
}
@media only screen and (max-width: 767px) {
	#overview {
		position: relative;
		padding-top: 0;
		margin-top: 0;
	}
	#overview .headline span em {
		position: static;
		display: inline;
		margin: 0 5px;
		padding: 0;
		font-size: 100%;
	}
	#overview .section .inner .image.thmb {
		width: 100%;
		float: none;
		margin: 10px 0;
	}
}

/* -----------------------------------------------
	#summary
----------------------------------------------- */
#summary {
	padding: 50px 0;
}
#summary .contents {
	padding: 30px 0;
}
#summary .contents .image {
	max-width: 880px;
	margin: 0 auto;
}
#summary .contents .image img {
	width: 100%;
}

/* -----------------------------------------------
 .tabe_area
----------------------------------------------- */
.table tbody td {
	border-top: none;
}
.table tbody th {
	width: 25%;
	vertical-align: middle;
}
.content .table .yellow {
	background: #FFB700;
	border-color: #666;
}
.content .table.border-black {
	border-color: #666;
}
.content .table.border-black th,
.content .table.border-black td {
	border-color: #666;
}
.content .table_area .table td {
	text-align: center;
}
#diagnosis-list .table_area th:first-child {
	width: 15%;
}
#diagnosis-list .table_area th:last-of-type {
	width: 10%;
}

@media only screen and (max-width: 767px) {
	.table_area tr {
		display: flex;
		flex-wrap: wrap;
	}
	#diagnosis-list .table_area th:first-child {
		width: 100%;
		font-weight: bold;
	}
	#diagnosis-list .table_area th:nth-of-type(2) {
		width: 70%;
	}
	#diagnosis-list .table_area th:last-of-type {
		width: calc(30% - 44px);
	}
	#diagnosis-list .table_area .table td[rowspan] {
		width: 100%;
		font-weight: bold;
	}
	.table_area .table td[rowspan] + td,
	.table_area .table td:first-child {
		width: 70%;
	}
	.table_area .table td:last-child {
		width: calc(30% - 36px);
	}
}
/* -----------------------------------------------
	#contact
----------------------------------------------- */
#contact {
	font-size: 12px;
}
@media only screen and (max-width: 767px) {
	#contact .main {
		padding-left: 0;
		padding-right: 0;
		font-size: 92.858%;
	}
}
/*
	20240726
----------------------------------------------- */
.content .mt-0 { margin-top:0; }
.image { margin-bottom:40px; }
#service table thead th {
	color:#FFF;
	background-color:#336600;
}
#service table thead th:last-child {
	width:15%;
}
#service table tbody td {
	background-color:#FFF;
}
#service table tbody tr td:last-child {
	text-align:center;
}
#service .image .flexBox {
	display:flex;
	flex-direction:column;
}
.zero .table thead th {
	background-color:#FFB700;
}
.zero .table thead th:not(:first-of-type) {
	width:28%;
}
.zero .table tbody td:first-child { background: #f5f5f5; }
.zero .table tbody td:not(:first-of-type) { border-left:1px solid #B7D9CE; }
@media only screen and (max-width: 767px) {
	.table {
		display:block;
		overflow-x:scroll;
		white-space:nowrap;
		-webkit-overflow-scrolling:touch;
		border-spacing:2px;
	}
}

.cato_txt {
	margin-top: 2rem;
	font-size: 24px;
	line-height: 2;
}
.cato_image {
	display: flex;
	justify-content: space-between;
}
.cato_image > div {
	width: 45%;
	color: #FFB700;
	font-weight: bold;
	font-size: 24px;
	line-height: 2;
}
.cato_image > div p {
	font-size: 20px;
}
.cato_image > div p:first-child {
	margin-bottom: 1rem;
}
.cato_image .image {
	width: 50%;
}
@media only screen and (max-width: 767px) {
	.cato_image {
		display:block;
	}
	.cato_image > div,
	.cato_image .image {
		width: 100%;
	}
}