@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
----------------------------------------------- */
/*
	headine
----------------------------------------------- */
h1 small {
	font-size:28px;
}
.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 {
	padding-bottom:0;
	margin-bottom:30px;
}
.content .main h2.headline.main-title span {
	font-weight:bold;
}
.content .main .headline.main-title span::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 100%;
  height: 4px;
  background-color: #FFB700;
}
.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;
	border-bottom: 4px solid #ccc;
}
/*
	.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 {}
	.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; }
.flexBox {
	display:flex;
	justify-content:flex-start;
	flex-wrap:nowrap;
}
.flexBox .image { width:35%; margin-right:5%; }
.flexBox ol { width:50%; font-size:24px; }
.flexBox li { margin-bottom:10px; }
.flexBox1 {
	display:flex;
	justify-content:space-between;
	flex-wrap:nowrap;
}
.flexBox1 img:first-of-type { width:52%; }
.flexBox1 img { width:43.5%; height:100%; }

#service table thead th {
	color:#FFF;
	background-color:#002060;
}
#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;
}
.wrap { margin-top:80px; }
.wrap h2 {
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:1.8rem;
    margin-bottom:60px;
}
.wrap h2 span {
    margin-right:20px;
}
.wrap h2 img {
    height:42px;
    margin-top:10px;
}
.wrap .outline {
    display:flex;
    flex-wrap:wrap;
    gap:10px 5px;
    margin-bottom:60px;
    padding:40px;
    background:#f5f5f5;
}
.wrap .outline li {
    position:relative;
    width:calc(50% - 20px);
    padding-left:16px;
}

.wrap .outline li::before {
    display:block;
    content:"・";
    position:absolute;
    top:0;
    left:0;
}
.wrap .d_table {
    width:calc(100% + 20px);
    margin-left:-10px;
    border-spacing:10px;
    text-align:center;
}
.wrap .d_table th {
    background:#ffb700;
}
.wrap .d_table th, .wrap .d_table td {
    padding:20px;
}
.wrap .d_table tbody tr:nth-child(even) td {
    background:#f8e2ac;
}
#service .miniheadline span ,
#overview .miniheadline span { font-size:24px; }
.image .flexBox img { margin:10px 0 20px; }
#overview h3 + .image img { margin:20px 0 10px; }
#overview ol { font-weight:bold; color:#ff8d00; }

@media only screen and (max-width: 767px) {
	#service .miniheadline span ,
	#overview .miniheadline span { font-size:20px; }
	.flexBox1 , .flexBox { flex-flow:column; }
	.flexBox1 img ,.flexBox1 img:first-of-type { width:100%; }
	.flexBox1 img:first-of-type { margin-bottom:20px; }
	.flexBox .image { width:100%; }
	.flexBox ol { width:100%; margin-top:20px; font-size:16px; }
	#service table {
		display:block;
		overflow-x:scroll;
		white-space:nowrap;
		-webkit-overflow-scrolling:touch;
		border-spacing:2px;
	}
	.wrap .d_table {
		display:block;
		overflow-x:scroll;
		white-space:nowrap;
		-webkit-overflow-scrolling:touch;
		border-spacing:2px;
	}
	.wrap h2 {
		display:block;
		text-align:center;
		font-size:1.7rem;
	}
	.wrap h2 span {
	    margin-right:0;
	}
	.wrap h2 img {
		display:block;
	    margin:5px auto;
	}
	.wrap .outline {
		padding:20px;
		gap:5px 0;
	}
	.wrap .outline li {
		width:100%;
	}
}
