@charset "UTF-8";

/* =Reset
-------------------------------------------------------------- */
html,body {margin:0;padding:0;}
#pki div,#pki span,#pki applet,#pki object,#pki iframe,#pki h1,#pki h2,#pki h3,#pki h4,#pki h5,#pki h6,#pki p,#pki blockquote,#pki pre,#pki a,#pki abbr,#pki acronym,#pki address,#pki big,#pki cite,#pki code,#pki del,#pki dfn,#pki em,#pki img,#pki ins,#pki kbd,#pki q,#pki s,#pki samp,#pki small,#pki strike,#pki strong,#pki sub,#pki sup,#pki tt,#pki var,#pki b,#pki u,#pki i,#pki center,#pki dl,#pki dt,#pki dd,#pki ol,#pki ul,#pki li,#pki fieldset,#pki form,#pki label,#pki legend,#pki table,#pki caption,#pki tbody,#pki tfoot,#pki thead,#pki tr,#pki th,#pki td,#pki article,#pki aside,#pki canvas,#pki details,#pki embed,#pki figure,#pki figcaption,#pki footer,#pki header,#pki hgroup,#pki menu,#pki nav,#pki output,#pki ruby,#pki section,#pki summary,#pki time,#pki mark,#pki audio,#pki video{margin:0;padding:0;word-wrap:break-word;overflow-wrap:break-word;}
#pki article,#pki aside,#pki details,#pki figcaption,#pki figure,#pki footer,#pki header,#pki hgroup,#pki menu,#pki nav,#pki section {display: block;}
#pki table{border-collapse:collapse;border-spacing:0;}
#pki fieldset,#pki img{border:0;}
#pki address,#pki caption,#pki cite,#pki code,#pki dfn,#pki em,#pki th,#pki var{font-style:normal;font-weight:normal;}
#pki li{list-style:none;}
#pki caption,#pki th{text-align:left;}
#pki h1,#pki h2,#pki h3,#pki h4,#pki h5,#pki h6{font-size:100%;font-weight:inherit;}
#pki q:before,#pki q:after{content:'';}
#pki abbr,#pki acronym{border:0;font-variant:normal;}
#pki sup{vertical-align:super;}
#pki sub{vertical-align:text-bottom;}
#pki input,#pki textarea,#pki select,#pki button{font-family:inherit;font-size:inherit;font-weight:inherit;}
#pki input,#pki textarea,#pki select,#pki button{*font-size:100%;}
#pki legend{color:#000;}
#pki img {vertical-align:top;}
#pki input[type="radio"],#pki input[type="checkbox"] {vertical-align: -2px;}
#pki label {cursor: pointer;}
/* =Common
-------------------------------------------------------------- */
#pki {
	text-align: center;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}
#pki img {
	max-width: 100%;
	height: auto;
}
#pki input[type="submit"],
#pki input[type="reset"] {
	appearance: none;
	cursor: pointer;
}
/* clearfix */
#pki .cf:before,
#pki .cf:after {content:"";display:table;}
#pki .cf:after {clear:both;}
#pki .clr {clear: both;}

/* =Styles 
-------------------------------------------------------------- */
#pki {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	color: #333;
	background: #fff;
}
#pki a {
	text-decoration: none;
	color: #000;
}
#pki .page_link {
	position: absolute;
	left: 0;
}
@media ( min-width: 601px ){
	#pki {
		font-size: 18px;
	}
	#pki .sp {
		display: none !important;
	}
	#pki .inner {
		max-width: 1100px;
		margin: 0 auto;
		padding: 0 50px;
	}
	#pki .page_link {
		top: -20px;
	}
}
@media ( min-width: 961px ){
	#pki .sptab,
	#pki .tab {
		display: none !important;
	}
}
@media ( max-width: 960px ){
	#pki .pc {
		display: none !important;
	}
}
@media ( max-width: 600px ){
	#pki {
		font-size: 2.67vw;
	}
	#pki .pctab,
	#pki .tab {
		display: none !important;
	}
	#pki .inner {
		padding: 0 4vw;
	}
	#pki .page_link {
		top: -2.67vw;
	}
}
/*-------------------------------
#pki .pki_head
-------------------------------*/
#pki .pki_head {
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
#pki .pki_head .in {
	display: flex;
	align-items: center;
}
#pki .pki_head .group {
	margin: 0 0 0 auto;
	display: flex;
	align-items: center;
}
#pki .pki_head .btn_area {
	display: flex;
}
#pki .pki_head .btn_area a {
	width: 100%;
	color: #fff;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
}
#pki .pki_head .btn_area .document_request a {
	background: #f0a612;
	border:3px #f0a612 solid;
}
#pki .pki_head .btn_area .document_request a:hover {
	background: #fff;
	color: #f0a612;
	
}
#pki .pki_head .btn_area .estimate a {
	background: #4185c7;
	border:3px #4185c7 solid;
}
#pki .pki_head .btn_area .estimate a:hover {
	background: #fff;
	color: #4185c7;
	
}
@media ( min-width: 601px ) {
	#pki .pki_head .in {
		height: 90px;
		padding: 0 20px 0 17px;
		gap: 0 20px;
	}
	#pki .pki_head .btn_area {
		gap: 0 20px;
	}
	#pki .pki_head .btn_area > div > a {
		height: 44px;
		border-radius: 25px;
	}
}
@media ( min-width: 601px ) and ( max-width: 1100px ) {
	#pki .pki_head .group {
		gap: 0 30px;
	}
	#pki .pki_head .btn_area .document_request a::before {
		width: 25px;
		height: 29px;
		margin: 0 15px 0 0;
	}
	#pki .pki_head .btn_area .estimate {
		width: 50px;
	}
	#pki .pki_head .btn_area .estimate a::before {
		width: 29px;
		height: 20px;
	}
	#pki .pki_head .menu_btn {
		width: 40px;
		height: 30px;
	}
}
@media ( max-width: 600px ) {
	#pki .pki_head .in {
		padding: 0 4vw;
		height: 16vw;
	}
	#pki .pki_head .logo {
		width: 35.6vw;
	}
	#pki .pki_head .group {
		gap: 0 4.27vw;
	}
	#pki .pki_head .btn_area {
		gap: 0 1.07vw;
	}
	#pki .pki_head .btn_area > div > a {
		height: 7.67vw;
	}
	#pki .pki_head .btn_area .document_request {
		width: 29.33vw;
	}
	#pki .pki_head .btn_area .document_request a {
		border-radius: 5.33vw;
	}
	#pki .pki_head .btn_area .document_request a::before {
		width: 3.33vw;
		height: 3.87vw;
		margin: 0 2vw 0 0;
	}
	#pki .pki_head .btn_area .estimate {
		width: 7.67vw;
		margin-left:10px;
	}
	#pki .pki_head .btn_area .estimate a::before {
		width: 3.87vw;
		height: 2.67vw;
	}
	#pki .pki_head .menu_btn {
		width: 5.33vw;
		height: 4vw;
	}
}
@media ( min-width: 1101px ) {
	#pki .pki_head .logo {
		width: min(20vw,240px);
	}
	#pki .pki_head .group {
		gap: 0 20px;
	}
	#pki .pki_head .g_navi {
		opacity: 0;
		visibility: hidden;
		transition: opacity .3s, visibility .3s;
	}
	#pki .pki_head .g_navi.active {
		opacity: 1;
		visibility: visible;
	}
	#pki .pki_head .g_navi ul {
		display: flex;
		align-items: center;
	}
	#pki .pki_head .g_navi li {
		position: relative;
		flex: 1 1 auto;
	}
	/*#pki .pki_head .g_navi li:not(:last-child)::after {
		content: '';
		display: block;
		background: #ccc;
		width: 1px;
		height: 60px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
	}*/
	#pki .pki_head .g_navi li a {
		font-weight: 500;
		display: inline-block;
		color: #333;
		padding-right: min(.8vw,18px);
		padding-left: min(.8vw,18px);
		line-height: 1.3;
		font-size: .9em;
		/*font-size: clamp(16px,1.13vw,18px);*/
	}
	#pki .pki_head .g_navi li a:hover {
		color:#005eae;
	}
	#pki .pki_head .g_navi li:last-child a {
		white-space: nowrap;
	}
	#pki .pki_head .g_navi li a span {
		display: inline-block;
	}
	#pki .pki_head .btn_area > div {
		width: min(12.5vw,200px);
	}
	#pki .pki_head .btn_area > div > a {
		font-size:.8em;
	}
	#pki .pki_head .menu_btn {
		display: none;
	}
}
@media ( min-width: 601px ) and ( max-width: 1100px ) {
	#pki .pki_head .btn_area > div {
		width: min(26.04vw,200px);
	}
}
@media ( max-width: 1100px ) {
	#pki .pki_head .g_navi {
		display: none;
	}
	#pki .pki_head .btn_area .document_request a {
		position: relative;
	}
	#pki .pki_head .btn_area .document_request a::before {
		content: '';
		display: inline-block;
		background: url('img/icon_document.png') no-repeat left top/cover;
		vertical-align: bottom;
	}
	#pki .pki_head .btn_area .estimate a {
		border-radius: 50%;

	}
	#pki .pki_head .btn_area .estimate a {
		position: relative;
	}
	#pki .pki_head .btn_area .estimate a::before {
		content: '';
		display: block;
		background: url('img/icon_mail_white_w29.png') no-repeat left top/cover;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	#pki .pki_head .btn_area .estimate span {
		display: none;
	}
	#pki .pki_head .menu_btn {
		cursor: pointer;
		position: relative;
	}
	#pki .pki_head .menu_btn span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		opacity: 1;
		transition: transform .3s;
		background: #4185c7;
	}
	#pki .pki_head .menu_btn span:nth-child(1) {
		top: 0;
	}
	#pki .pki_head .menu_btn span:nth-child(2) {
		top: 50%;
	}
	#pki .pki_head .menu_btn span:nth-child(3) {
		bottom: 0;
	}
	#pki .pki_head .menu_btn.active span:nth-child(1) {
		top: 50%;
		transform: rotate(-45deg);
	}
	#pki .pki_head .menu_btn.active span:nth-child(2) {
		opacity: 0;
	}
	#pki .pki_head .menu_btn.active span:nth-child(3) {
		top: 50%;
		transform: rotate(045deg);
	}
}
@media ( min-width: 769px ) {
	#pki .pki_head {
		top: 29px;
	}
}
@media ( max-width: 768px ) {
	#pki .pki_head {
		top: 0;
	}
}

/*-------------------------------
#pki .gnav
-------------------------------*/
#pki .gnav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateX(-150%);
	transition: transform .4s;
	background-color: #035c9f;
	z-index: 150;
}
#pki .gnav.open {
	transform: translateX(0);
}
#pki .gnav .in {
	height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
}
#pki .gnav .nav_list ul {
	border-top: 1px solid #fff;
}
#pki .gnav .nav_list.mini ul {
	border-top: none;
}
#pki .gnav .nav_list ul li {
	border-bottom: 1px solid #fff;
}
#pki .gnav .nav_list.mini ul li {
	border-bottom: none;
}
#pki .gnav .nav_list a {
	display: block;
	text-align: left;
	color: #fff;
}
#pki .gnav .btn_wrap {
	display: flex;
	justify-content: space-between;
}
#pki .gnav .btn_wrap .btn {
	width: 48%;
}
#pki .gnav .btn_wrap .btn a {
	display: block;
}
#pki .gnav .btn_wrap .btn.document_request a {
	color: #fff;
	background: #f0a612;
}
#pki .gnav .btn_wrap .btn.estimate a {
	color: #3e71b5;
	background: #fff;
}
#pki #shadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s, visibility .3s;
	background-color: rgba(0,0,0,.7);
	z-index: 100;
}
#pki #shadow.active {
	opacity: 1;
	visibility: visible;
}
@media ( min-width: 601px ) {
	#pki .gnav {
		max-width: 440px;
	}
	#pki .gnav .in {
		padding: 60px 0;
	}
	#pki .gnav .nav_list a {
		padding: 10px 20px;
		line-height: 20px;
	}
	#pki .gnav .btn_wrap {
		padding: 20px;
	}
	#pki .gnav .btn_wrap .btn a {
		border-radius: 25px;
		padding: 16px 0;
	}
}
@media ( max-width: 600px ){
	#pki .gnav {
		max-width: 80%;
	}
	#pki .gnav .in {
		padding: 10.6667vw 0;
	}
	#pki .gnav .nav_list a {
		font-size: 4vw;
		padding: 4.8vw 2.6667vw;
		line-height: 2.6667vw;
	}
	#pki .gnav .nav_list.mini a {
		font-size: 3.5vw;
		padding: 3vw 2.6667vw;
	}
	#pki .gnav .btn_wrap {
		padding: 4.8vw;
	}
	#pki .gnav .btn_wrap .btn a {
		font-size: 4vw;
		border-radius: 6vw;
		padding: 3.2vw 0;
	}
}






/*-------------------------------
#pki .pki_kv
-------------------------------*/
#pki .pki_kv {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
}
#pki .pki_kv .text_area {
	text-align: left;
}
#pki .pki_kv .group2 {
	display: flex;
	margin: 0 auto;
}
#pki .pki_kv .btn_area a {
	position: relative;
	width: 100%;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}
#pki .pki_kv .btn_area a::before,
#pki .pki_kv .btn_area a::after {
	content: '';
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	top: 50%;
	transform: translateY(-50%);
}
#pki .pki_kv .btn_area .document_request a {
	color: #fff;
	background: #f0a612;
	border:3px #f0a612 solid;
}
#pki .pki_kv .btn_area .document_request a:hover {
	color: #f0a612;
	background: #fff;
}
#pki .pki_kv .document_request a::before {
	background-image: url('img/icon_document.png');
}
#pki .pki_kv .document_request a:hover::before {
	background-image: url('img/icon_document_o.png');
}
#pki .pki_kv .document_request a::after {
	background-image: url('img/arrow_white_w9.png');
}
#pki .pki_kv .document_request a:hover::after {
	background-image: url('img/arrow_orange_w9.png');
}

#pki .pki_kv .btn_area .estimate a {
	color: #3e71b5;
	background: #fff;
	border:3px #3e71b5 solid;
}
#pki .pki_kv .btn_area .estimate a:hover {
	color: #fff;
	background: #3e71b5;
}
#pki .pki_kv .estimate a::before {
	background-image: url('img/icon_mail.png');
}
#pki .pki_kv .estimate a:hover::before {
	background-image: url('img/icon_mail_w.png');
}
#pki .pki_kv .estimate a::after {
	background-image: url('img/arrow_blue_w9.png');
}
#pki .pki_kv .estimate a:hover::after {
	background-image: url('img/arrow_w_w9.png');
}
@media ( min-width: 601px ) {
	#pki .pki_kv {
		margin: 88px 0 0;
	}
	#pki .pki_kv .group1 {
		margin: 0 0 48px;
	}
	#pki .pki_kv .btn_area > div {
		max-width: 600px;
	}
	#pki .pki_kv .btn_area > div a {
		border-radius: 10px;
	}
	#pki .pki_kv .btn_area a::before {
		left: 30px;
	}
	#pki .pki_kv .btn_area a::after {
		width: 9px;
		height: 17px;
		right: 25px;
	}
	#pki .pki_kv .document_request {
		margin: 0 0 20px;
	}
	#pki .pki_kv .document_request a {
		font-size: 34px;
		height: 100px;
	}
	#pki .pki_kv .document_request a::before {
		width: 25px;
		height: 29px;
	}
	#pki .pki_kv .estimate a {
		font-size: 24px;
		height: 80px;
	}
	#pki .pki_kv .estimate a::before {
		width: 29px;
		height: 20px;
	}
}
@media ( min-width: 961px ) {
	#pki .pki_kv {
		background-image: url('img/kv_bg.jpg');
		background-position: top center;
		height: 600px;
		padding: 60px 0 0;
	}
	#pki .pki_kv .group1 {
		display: flex;
		align-items: center;
		width: 80%;
	}
	#pki .pki_kv .group2 {
		align-items: center;
		max-width: 1100px;
		gap: 0 36px;
	}
	#pki .pki_kv .speech_bubble {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #1a3b62;
		width: 38.17%;
		height: 118px;
		max-width: 397px;
		border-radius: 20px;
	}
	#pki .pki_kv .speech_bubble::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		position: absolute;
		border-width: 20px 21px 0 0;
		border-color: #1a3b62 transparent transparent transparent;
		top: 36px;
		right: -20px;
	}
	#pki .pki_kv .speech_bubble p {
		color: #fff;
		font-weight: 500;
		font-size: 28px;
		line-height: 1.25;
	}
	#pki .pki_kv .btn_area {
		width: calc(100% - (37.47% + 43px));
	}
	#pki .pki_kv .btn_area a {
		opacity: 1;
		transition: opacity .3s;
	}
	/*#pki .pki_kv .btn_area a:hover {
		opacity: .8;
	}*/
}
@media ( min-width: 601px ) and ( max-width: 960px ) {
	#pki .pki_kv {
		padding: 38px 0 0;
		height: 660px;
	}
	#pki .pki_kv .crown {
		top: 168px;
		right: 70px;
	}
	#pki .pki_kv .group1 {
		margin: 0 0 220px;
	}
	#pki .pki_kv .lead {
		margin: 0 0 18px;
	}
	#pki .pki_kv .group2 {
		max-width: 800px;
	}
	#pki .pki_kv .speech_bubble {
		width: 310px;
		margin: 0 0 23px;
	}
	#pki .pki_kv .btn_area > div {
		margin-right: auto;
		margin-left: auto;
	}
}
@media ( max-width: 960px ) {
	#pki .pki_kv {
		background-image: url('img/kv_bg_sp_v2.jpg');
		background-position: top center;
	}
	#pki .pki_kv .crown {
		position: absolute;
	}
	#pki .pki_kv .group2 {
		flex-direction: column;
		justify-content: center;
		margin: 0 auto;
	}
}
@media ( max-width: 600px ) {
	#pki .pki_kv {
		margin: 16vw 0 0;
		height: 98.67vw;
		padding: 5.07vw 0 0;
	}
	#pki .pki_kv .group1 {
		margin: 0 0 29.33vw;
	}
	#pki .pki_kv .crown {
		width: 46.67vw;
		top: 16.27vw;
		right: 0.33vw;
	}
	#pki .pki_kv .lead {
		width: 86.5333vw;
		margin: 0 auto 2.4vw;
	}
	#pki .pki_kv .title {
		width: 85.4vw;
		margin: 0 1vw;
	}
	#pki .pki_kv .group2 {
		max-width: 80vw;
	}
	#pki .pki_kv .speech_bubble {
		width: 41.33vw;
		margin: 0 0 3.07vw;
	}
	#pki .pki_kv .btn_area > div a {
		border-radius: 2.67vw;
	}
	#pki .pki_kv .document_request {
		margin: 0 0 2.67vw;
	}
	#pki .pki_kv .document_request a {
		font-size: 4.53vw;
		height: 13.33vw;
	}
	#pki .pki_kv .document_request a::before {
		width: 3.33vw;
		height: 3.87vw;
		left: 4vw;
	}
	#pki .pki_kv .estimate a {
		font-size: 3.2vw;
		height: 10.67vw;
	}
	#pki .pki_kv .estimate a::before {
		width: 3.87vw;
		height: 2.67vw;
		left: 4vw;
	}
	#pki .pki_kv .document_request a::after,
	#pki .pki_kv .estimate a::after {
		width: 1.2vw;
		height: 2.27vw;
		right: 3.47vw;
	}
}
/*-------------------------------
#pki .pki_main_content
-------------------------------*/
#pki .pki_main_content {
	position: relative;
}
@media ( min-width: 601px ) {
	#pki .pki_main_content {
		background: #ecefef url('img/main_content_bg.png') no-repeat;
	}
}
@media ( max-width: 600px ) {
	#pki .pki_main_content {
		background: #ecefef url('img/main_content_bg_sp.png') no-repeat left top/100% auto;
	}
}
/*-------------------------------
#pki .pki_page_navi
-------------------------------*/
#pki .pki_page_navi ul {
	width: 100%;
	display: flex;
	background: #fff;
	float: left;
}
#pki .pki_page_navi li {
	width: calc(100% / 4);
}
#pki .pki_page_navi li a {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	color: #3e71b5;
}
#pki .pki_page_navi li a::after {
	content: '';
	display: block;
	background: url('img/arrow_blue_w12.png') no-repeat left top/cover;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
@media ( min-width: 601px ) {
	#pki .pki_page_navi {
		margin: 0 0 100px;
	}
	#pki .pki_page_navi ul {
		border-radius: 20px;
	}
	#pki .pki_page_navi li a::after {
		width: 12px;
		height: 7px;
		bottom: 22px;
	}
}
@media ( min-width: 961px ) {
	#pki .pki_page_navi ul {
		margin: -40px auto 0;
	}
	#pki .pki_page_navi li a {
		justify-content: center;
		height: 150px;
		gap: 0 13px;
	}
	#pki .pki_page_navi li a .text {
		line-height: 1.31;
	}
}
@media ( min-width: 601px ) and ( max-width: 960px ) {
	#pki .pki_page_navi ul {
		margin: -20px auto 0;
	}
	#pki .pki_page_navi li a {
		padding: 30px 0 0;
		height: 180px;
	}
	#pki .pki_page_navi li a .num {
		height: 45px;
	}
}
@media ( max-width: 960px ) {
	#pki .pki_page_navi li a {
		flex-direction: column;
		box-sizing: border-box;
	}
	#pki .pki_page_navi li a .text {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 3.54em;
	}
}
@media ( max-width: 600px ) {
	#pki .pki_page_navi {
		margin: 0 0 9.33vw;
	}
	#pki .pki_page_navi ul {
		border-radius: 2.67vw;
		margin: -4vw 0 0;
	}
	#pki .pki_page_navi li a .num {
		width: 5.33vw;
		height: 7.2vw;
	}
	#pki .pki_page_navi li a {
		height: 24vw;
		line-height: 1.18;
		padding: 2.67vw 0 0;
	}
	#pki .pki_page_navi li a::after {
		width: 1.6vw;
		height: 0.93vw;
		bottom: 2.4vw;
	}
}
/*-------------------------------
#pki .pki_main_content common
-------------------------------*/
#pki .common_title {
	text-align: left;
}
#pki .common_title .num {
	display: block;
}
#pki .common_title .text {
	display: inline-flex;
	border-bottom: 1px solid #305eae;
}
#pki .common_title .text .jpn {
	color: #305eae;
}
@media ( min-width: 601px ) {
	#pki .common_title .num {
		margin: 0 0 38px;
	}
	#pki .common_title .text {
		padding: 0 0 17px;
	}
	#pki .common_title .text .jpn {
		font-size: 42px;
	}
}
@media ( min-width: 961px ) {
	#pki .common_title .text {
		align-items: flex-end;
	}
}
@media ( min-width: 601px ) and ( max-width: 960px ) {
	#pki .common_title .text {
		gap: 10px 0;
	}
}
@media ( max-width: 960px ) {
	#pki .common_title .text {
		flex-direction: column;
	}
}
@media ( max-width: 600px ) {
	#pki .common_title .num {
		width: 10.67vw;
		margin: 0 0 2.67vw;
	}
	#pki .common_title .text {
		padding: 0 0 2.93vw;
	}
	#pki .common_title .text .jpn {
		font-size: 5.6vw;
		margin: 0 0 1.47vw;
	}
}
/*-------------------------------
#pki #pki_client_certificate
-------------------------------*/
#pki #pki_client_certificate,
#pki #pki_client_certificate .common_title {
	position: relative;
}
#pki #pki_client_certificate .intro .lead {
	text-align: left;
	font-weight: 500;
}
#pki #pki_client_certificate .intro .lead .emphasis {
	font-weight: 700;
}
#pki #pki_client_certificate .intro .text p {
	font-weight: 400;
	text-align: left;
}
@media ( min-width: 601px ) {
	#pki #pki_client_certificate .common_title {
		top: -20px;
		margin: 0 0 20px;
	}
	#pki #pki_client_certificate .intro {
		padding: 0 0 54px;
	}
	#pki #pki_client_certificate .intro .lead {
		font-size: 32px;
		line-height: 1.59;
		margin: 0 0 20px;
	}
	#pki #pki_client_certificate .intro .lead .emphasis {
		font-size: 38px;
	}
	#pki #pki_client_certificate .intro .text p {
		line-height: 1.67;
	}
}
@media ( min-width: 961px ) {
	#pki #pki_client_certificate .common_title .text {
		gap: 0 12px;
	}
	#pki #pki_client_certificate .intro {
		background: #fff url('img/client_certificate_bg.png') no-repeat right top/auto 100%;
	}
}
@media ( max-width: 960px ) {
	#pki #pki_client_certificate .intro {
		background: #fff url('img/client_certificate_bg_sp.jpg') no-repeat left top/cover;
	}
}
@media ( max-width: 600px ) {
	#pki #pki_client_certificate .common_title {
		top: -2.67vw;
		margin: 0 0 4vw;
	}
	#pki #pki_client_certificate .common_title .eng {
		width: 37.73vw;
	}
	#pki #pki_client_certificate .intro {
		padding: 0 0 8vw;
	}
	#pki #pki_client_certificate .intro .lead {
		font-size: 4.27vw;
		line-height: 1.59;
		margin: 0 0 5.33vw;
	}
	#pki #pki_client_certificate .intro .lead .emphasis {
		font-size: 5.07vw;
	}
	#pki #pki_client_certificate .intro .text p {
		line-height: 1.5;
		font-size: 3.2vw;
	}
}
#pki #pki_client_certificate .main {
	position: relative;
}
#pki #pki_client_certificate .main .theme .speech_bubble {
	position: relative;
	background: #fff;
}
#pki #pki_client_certificate .main .theme .speech_bubble::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
#pki #pki_client_certificate .main .theme .speech_bubble dl {
	width: 100%;
	display: inline-block;
}
#pki #pki_client_certificate .main .theme .speech_bubble dt {
	color: #305eae;
}
#pki #pki_client_certificate .main .theme .speech_bubble dd ol {
	display: flex;
	flex-direction: column;
}
#pki #pki_client_certificate .main .theme .speech_bubble dd li {
	display: flex;
	align-items: center;
	text-align: left;
}
#pki #pki_client_certificate .main .theme .speech_bubble dd li span {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #305eae;
	font-weight: 500;
}
@media ( min-width: 601px ) {
	#pki #pki_client_certificate .main .theme {
		padding: 60px 0 0;
	}
	#pki #pki_client_certificate .main .theme .speech_bubble {
		border-radius: 40px;
		padding: 40px 50px;
	}
	#pki #pki_client_certificate .main .theme .speech_bubble::after {
		border-width: 27px 27px 0 27px;
		bottom: -26px;
	}
	#pki #pki_client_certificate .main .theme .speech_bubble dl {
		max-width: 670px;
	}
	#pki #pki_client_certificate .main .theme .speech_bubble dt {
		font-size: 34px;
		margin: 0 0 30px;
		line-height: 1.4;
	}
	#pki #pki_client_certificate .main .theme .speech_bubble dd ol {
		gap: 16px 0;
	}
	#pki #pki_client_certificate .main .theme .speech_bubble dd li {
		font-size: 24px;
		min-height: 34px;
		gap: 0 30px;
		line-height: 1.15;
	}
	#pki #pki_client_certificate .main .theme .speech_bubble dd li span {
		flex: 0 0 83px;
		height: 34px;
		font-size: 20px;
	}
}
@media ( max-width: 600px ) {
	#pki #pki_client_certificate .main .theme {
		padding: 8vw 0 0;
	}
	#pki #pki_client_certificate .main .theme .speech_bubble {
		border-radius: 5.33vw;
		padding: 5.33vw;
	}
	#pki #pki_client_certificate .main .theme .speech_bubble::after {
		border-width: 3.73vw 3.47vw 0 3.47vw;
		bottom: -3.47vw;
	}
	#pki #pki_client_certificate .main .theme .speech_bubble dt {
		font-size: 4vw;
		margin: 0 0 4vw;
	}
	#pki #pki_client_certificate .main .theme .speech_bubble dd ol {
		gap: 2.13vw 0;
	}
	#pki #pki_client_certificate .main .theme .speech_bubble dd li {
		font-size: 3.2vw;
		min-height: 4.53vw;
		gap: 0 2.4vw;
	}
	#pki #pki_client_certificate .main .theme .speech_bubble dd li span {
		flex: 0 0 11.07vw;
		height: 4.53vw;
		font-size: 2.67vw;
	}
}
#pki #pki_client_certificate .resolution {
	background: #6a9df4;
}
#pki #pki_client_certificate .resolution dl {
	width: 100%;
	display: inline-block;
	color: #fff;
}
#pki #pki_client_certificate .resolution dt {
	position: relative;
}
#pki #pki_client_certificate .resolution dt::before {
	content: '';
	display: block;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
#pki #pki_client_certificate .resolution dt::after {
	content: '';
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	vertical-align: bottom;
	background: url('img/check_orange_w50.png') no-repeat left top/cover;
}
#pki #pki_client_certificate .resolution dd ol {
	display: flex;
	flex-direction: column;
}
#pki #pki_client_certificate .resolution dd li {
	text-align: left;
	display: flex;
	align-items: center;
}
#pki #pki_client_certificate .resolution dd span {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	position: relative;
	color: #305eae;
	background: #fff;
}
#pki #pki_client_certificate .resolution dd span::after {
	content: '';
	display: block;
	height: 100%;
	background: url('img/check_orange_w50.png') no-repeat left top/cover;
	position: absolute;
	top: 0;
	right: 0;
}
@media ( min-width: 601px ) {
	#pki #pki_client_certificate .resolution {
		padding: 80px 0 60px;
		margin: -25px 0 0;
	}
	#pki #pki_client_certificate .resolution dl {
		max-width: 970px;
	}
	#pki #pki_client_certificate .resolution dt {
		font-size: min(5.88vw,50px);
		padding: 0 0 32px;
		margin: 0 0 40px;
	}
	#pki #pki_client_certificate .resolution dt::before {
		width: 240px;
		height: 2px;
	}
	#pki #pki_client_certificate .resolution dt::after {
		width: 50px;
		height: 50px;
		margin: 0 0 0 20px;
	}
	#pki #pki_client_certificate .resolution dd ol {
		gap: 10px 0;
	}
	#pki #pki_client_certificate .resolution dd li {
		font-size: 28px;
		min-height: 50px;
		gap: 0 30px;
		line-height: 1.3;
	}
	#pki #pki_client_certificate .resolution dd span {
		flex: 0 0 150px;
		width: 150px;
		height: 50px;
		padding: 0 0 0 12px;
	}
	#pki #pki_client_certificate .resolution dd span::after {
		width: 50px;
	}
}
@media ( max-width: 600px ) {
	#pki #pki_client_certificate .resolution {
		padding: 10.67vw 0 6.67vw;
		margin: -3.2vw 0 0;
	}
	#pki #pki_client_certificate .resolution dt {
		font-size: 6.67vw;
		padding: 0 0 4.4vw;
		margin: 0 0 5.73vw;
	}
	#pki #pki_client_certificate .resolution dt::before {
		width: 32vw;
		height: 0.27vw;
	}
	#pki #pki_client_certificate .resolution dt::after {
		width: 6.67vw;
		height: 6.67vw;
		margin: 0 0 0 2.67vw;
	}
	#pki #pki_client_certificate .resolution dd ol {
		gap: 4.8vw 0;
	}
	#pki #pki_client_certificate .resolution dd li {
		font-size: 3.73vw;
		min-height: 6.67vw;
		gap: 0 2.67vw;
		line-height: 1.21;
	}
	#pki #pki_client_certificate .resolution dd span {
		flex: 0 0 20vw;
		width: 20vw;
		height: 6.67vw;
		padding: 0 0 0 1.47vw;
	}
	#pki #pki_client_certificate .resolution dd span::after {
		width: 6.67vw;
	}
}
#pki #pki_client_certificate .scene dt {
	color: #305eae;
	position: relative;
}
#pki #pki_client_certificate .scene dt::after {
	content: '';
	display: block;
	background: #305eae;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
#pki #pki_client_certificate .scene dd ul {
	display: flex;
	/*flex-direction: column;*/
	margin-bottom:30px
}
#pki #pki_client_certificate .scene dd li {
	background: #fff;
	position: relative;
	display: flex;
	width:50%;
}
#pki #pki_client_certificate .scene dd li::before,
#pki #pki_client_certificate .scene dd li::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 5;
}
#pki #pki_client_certificate .scene dd li::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #ecefef;
	left: 0;
	bottom: 0;
}
#pki #pki_client_certificate .scene dd li::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent #ecefef transparent transparent;
	right: 0;
	top: 0;
}
#pki #pki_client_certificate .scene dd li .img {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
#pki #pki_client_certificate .scene dd li .img::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	right: 0;
	position: absolute;
	top: 0;
	right: 0;
}
#pki #pki_client_certificate .scene dd li .text {
	box-sizing: border-box;
	text-align: left;
	display: flex;
	align-items: center;
	font-weight: 500;
}
#pki #pki_client_certificate .scene dd li .img.scene1 {
	background-image: url('img/client_certificate_scene1_img.jpg');
}
#pki #pki_client_certificate .scene dd li .img.scene2 {
	background-image: url('img/client_certificate_scene2_img.jpg');
}
#pki #pki_client_certificate .scene dd li .img.scene3 {
	background-image: url('img/client_certificate_scene3_img.jpg');
}
#pki #pki_client_certificate .scene dd li .img.scene4 {
	background-image: url('img/client_certificate_scene4_img.jpg');
}
@media ( min-width: 601px ) {
	#pki #pki_client_certificate .scene {
		padding: 60px 0 120px;
	}
	#pki #pki_client_certificate .scene dt {
		font-size: 32px;
		padding: 0 0 32px;
		margin: 0 0 35px;
	}
	#pki #pki_client_certificate .scene dt::after {
		width: 240px;
		height: 2px;
	}
	#pki #pki_client_certificate .scene dd ul {
		/*gap: 30px 0;*/
	}
	#pki #pki_client_certificate .scene dd li {
		height: 200px;
	}
	#pki #pki_client_certificate .scene dd li::before {
		border-width: 200px 0 0 32px;
	}
	#pki #pki_client_certificate .scene dd li::after {
		border-width: 0 32px 200px 0;
	}


	/*
	#pki #pki_client_certificate .scene dd li:nth-child(1) .img {
		background-image: url('img/client_certificate_scene1_img.jpg');
	}
	#pki #pki_client_certificate .scene dd li:nth-child(2) .img {
		background-image: url('img/client_certificate_scene2_img.jpg');
	}
	#pki #pki_client_certificate .scene dd li:nth-child(3) .img {
		background-image: url('img/client_certificate_scene3_img.jpg');
	}
	#pki #pki_client_certificate .scene dd li:nth-child(4) .img {
		background-image: url('img/client_certificate_scene4_img.jpg');
	}*/

	#pki #pki_client_certificate .scene dd li .img::after {
		border-width: 0 32px 200px 0;
	}
	#pki #pki_client_certificate .scene dd li .text {
		font-size: 18px;
		line-height: 1.25;
		padding: 0 42px 0 24px;
		border-bottom: 3px solid #305eae;
	}
}
@media ( min-width: 961px ) {
	#pki #pki_client_certificate .scene dd li {
		width: 50%;
		/*width: 78%;
		max-width: 848px;*/
	}
	#pki #pki_client_certificate .scene dd li:nth-child(even) {
		margin: 0 0 0 auto;
	}
	#pki #pki_client_certificate .scene dd li .img {
		width: 41.6%;
		max-width: 352px;
	}
	#pki #pki_client_certificate .scene dd li .text {
		width: calc(100% - 41.6%);
	}
}
@media ( max-width: 960px ) {
	#pki #pki_client_certificate .scene dl {
		margin: 0 auto;
	}
	#pki #pki_client_certificate .scene dd li .img {
		width: 35.3%;
	}
	#pki #pki_client_certificate .scene dd li .text {
		width: calc(100% - 35.3%);
	}
}
@media ( min-width: 601px ) and ( max-width: 1200px ) {
	#pki #pki_client_certificate .scene dd li .text br {
		display: none;
	}
}
@media ( max-width: 600px ) {
	#pki #pki_client_certificate .scene dd ul {
		display: block;
		/*flex-direction: column;*/
		margin-bottom:30px
	}
	#pki #pki_client_certificate .scene dd li {
		display: flex;
		width:100%;
	}

	
	#pki #pki_client_certificate .scene {
		padding: 6.67vw 0 13.33vw;
	}
	#pki #pki_client_certificate .scene dl {
		max-width: 90.67vw;
	}
	#pki #pki_client_certificate .scene dt {
		font-size: 4.8vw;
		padding: 0 0 2.8vw;
		margin: 0 0 4vw;
		line-height: 1.11;
	}
	#pki #pki_client_certificate .scene dt::after {
		width: 32vw;
		height: 0.27vw;
	}
	#pki #pki_client_certificate .scene dd ul {
		gap: 2.67vw 0;
	}
	#pki #pki_client_certificate .scene dd li {
		height: 21.33vw;
		margin-bottom:2em;
	}
	#pki #pki_client_certificate .scene dd li::before {
		border-width: 21.33vw 0 0 3.47vw;
	}
	#pki #pki_client_certificate .scene dd li::after {
		border-width: 0 3.47vw 21.33vw 0;
	}
	/*#pki #pki_client_certificate .scene dd li:nth-child(1) .img {
		background-image: url('img/client_certificate_scene1_img_sp.jpg');
	}
	#pki #pki_client_certificate .scene dd li:nth-child(2) .img {
		background-image: url('img/client_certificate_scene2_img_sp.jpg');
	}
	#pki #pki_client_certificate .scene dd li:nth-child(3) .img {
		background-image: url('img/client_certificate_scene3_img_sp.jpg');
	}
	#pki #pki_client_certificate .scene dd li:nth-child(4) .img {
		background-image: url('img/client_certificate_scene4_img_sp.jpg');
	}*/
	#pki #pki_client_certificate .scene dd li .img::after {
		border-width: 0 3.47vw 21.33vw 0;
	}
	#pki #pki_client_certificate .scene dd li .text {
		line-height: 1.36;
		padding: 0 5.33vw 0 2.4vw;
		border-bottom: 0.67vw solid #305eae;
	}
}
/*-------------------------------
#pki #pki_feature
-------------------------------*/
#pki #pki_feature,
#pki #pki_feature .common_title {
	position: relative;
}
#pki #pki_feature .common_title .text {
	flex-wrap: wrap;
}
#pki #pki_feature .point_list ul {
	display: flex;
	flex-direction: column;
}
#pki #pki_feature .point_list li {
	display: flex;
	position: relative;
	z-index: 1;
}
#pki #pki_feature .point_list li:nth-child(even) {
	justify-content: flex-end;
}
#pki #pki_feature .point_list li .img {
	position: relative;
}
#pki #pki_feature .point_list li .img::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #4185c7;
	position: absolute;
	z-index: -1;
}
#pki #pki_feature .point_list li .text {
	width: 79%;
	position: absolute;
	background: rgba(227,233,243,0.8);
	overflow: hidden;
}
#pki #pki_feature .point_list li:nth-child(odd) .text {
	transform: skewX(-15deg);
}
#pki #pki_feature .point_list li:nth-child(even) .text {
	transform: skewX(15deg);
}
#pki #pki_feature .point_list li .text .in {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
#pki #pki_feature .point_list li:nth-child(odd) .text .in {
	transform: skewX(15deg);
}
#pki #pki_feature .point_list li:nth-child(even) .text .in {
	transform: skewX(-15deg);
}
#pki #pki_feature .point_list li .text .in::before {
	content: '';
	display: block;
	background: url('img/feature_point.png') no-repeat left top/cover;
	position: absolute;
	top: 0;
}
#pki #pki_feature .point_list li .text p {
	display: inline-block;
	text-align: left;
}
@media ( min-width: 601px ) {
	#pki #pki_feature {
		background: #fff url('img/feature_bg.png') no-repeat left top/100% auto;
	}
	#pki #pki_feature .common_title {
		top: -20px;
		margin: 0 0 54px;
	}
	#pki #pki_feature .point_list li .text {
		border-bottom: 3px solid #597ebe;
		max-width: 604px;
	}
	#pki #pki_feature .point_list li:nth-child(odd) .text {
		right: 20px;
	}
	#pki #pki_feature .point_list li:nth-child(even) .text {
		left: 20px;
	}
	#pki #pki_feature .point_list li .text .in::before {
		width: 135px;
		height: 57px;
	}
	#pki #pki_feature .point_list li:nth-child(odd) .text .in::before {
		left: 20px;
	}
	#pki #pki_feature .point_list li:nth-child(even) .text .in::before {
		left: -10px;
	}
	#pki #pki_feature .point_list li .text p {
		font-size: 24px;
		line-height: 1.67;
	}
}
@media ( min-width: 961px ) {
	#pki #pki_feature {
		padding: 0 0 110px;
	}
	#pki #pki_feature .common_title .text {
		gap: 10px 30px;
	}
	#pki #pki_feature .point_list ul {
		gap: 30px 0;
	}
	#pki #pki_feature .point_list li .img {
		width: 480px;
	}
	#pki #pki_feature .point_list li .img::before {
		top: 50px;
	}
	#pki #pki_feature .point_list li:nth-child(odd) .img::before {
		left: -50px;
	}
	#pki #pki_feature .point_list li:nth-child(even) .img::before {
		right: -50px;
	}
	#pki #pki_feature .point_list li .text {
		bottom: 50px;
	}
	#pki #pki_feature .point_list li .text .in {
		height: 155px;
	}
}
@media ( min-width: 601px ) and ( max-width: 960px ) {
	#pki #pki_feature {
		padding: 0 0 158px;
	}
	#pki #pki_feature .point_list ul {
		gap: 60px 0;
	}
	#pki #pki_feature .point_list li .img {
		width: 498px;
	}
	#pki #pki_feature .point_list li .img::before {
		top: 15px;
	}
	#pki #pki_feature .point_list li:nth-child(odd) .img::before {
		left: -15px;
	}
	#pki #pki_feature .point_list li:nth-child(even) .img::before {
		right: -15px;
	}
	#pki #pki_feature .point_list li .text {
		bottom: 0px;
		min-width: 470px;
	}
	#pki #pki_feature .point_list li .text .in {
		height: 140px;
	}
}
@media ( max-width: 600px ) {
	#pki #pki_feature {
		background: #fff url('img/feature_bg_sp.png') no-repeat left top/100% auto;
		padding: 0 0 21.07vw;
	}
	#pki #pki_feature .common_title {
		top: -2.67vw;
		margin: 0 0 4.67vw;
	}
	#pki #pki_feature .common_title .eng {
		width: 40.53vw;
	}
	#pki #pki_feature .point_list ul {
		gap: 8vw 0;
	}
	#pki #pki_feature .point_list li .img {
		width: 66.4vw;
	}
	#pki #pki_feature .point_list li .img::before {
		top: 2vw;
	}
	#pki #pki_feature .point_list li:nth-child(odd) .img::before {
		left: -2vw;
	}
	#pki #pki_feature .point_list li:nth-child(even) .img::before {
		right: -2vw;
	}
	#pki #pki_feature .point_list li .text {
		border-bottom: 0.4vw solid #597ebe;
		bottom: 0;
	}
	#pki #pki_feature .point_list li:nth-child(odd) .text {
		right: 2.67vw;
	}
	#pki #pki_feature .point_list li:nth-child(even) .text {
		left: 2.67vw;
	}
	#pki #pki_feature .point_list li .text .in {
		height: 18.67vw;
	}
	#pki #pki_feature .point_list li .text .in::before {
		width: 18vw;
		height: 7.6vw;
	}
	#pki #pki_feature .point_list li:nth-child(odd) .text .in::before {
		left: 2.67vw;
	}
	#pki #pki_feature .point_list li:nth-child(even) .text .in::before {
		left: -1.33vw;
	}
	#pki #pki_feature .point_list li .text p {
		font-size: 3.2vw;
		line-height: 1.25;
	}
}
/*-------------------------------
#pki .pki_cv_area
-------------------------------*/
#pki .pki_cv_area dt {
	color: #fff;
}
#pki .pki_cv_area .btn_area {
	display: flex;
}
#pki .pki_cv_area .btn_area a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
#pki .pki_cv_area .btn_area .document_request a {
	/*color: #fff;
	background: #f0a612;*/
	color: #fff;
	background: #f0a612;
	border: 3px #f0a612 solid;
}
#pki .pki_cv_area .btn_area .estimate a {
	/*color: #3e71b5;
	background: #fff;*/
	color: #3e71b5;
	background: #fff;
	border: 3px #3e71b5 solid;
}
#pki .pki_cv_area .btn_area .document_request a:hover {
	background: #fff;
	color: #f0a612;
}
#pki .pki_cv_area .btn_area .estimate a:hover {
	background: #3e71b5;
	color: #fff;
}
#pki .pki_cv_area .btn_area a::before,
#pki .pki_cv_area .btn_area a::after {
	content: '';
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	top: 50%;
	transform: translateY(-50%);
}
#pki .pki_cv_area .btn_area .document_request a::after {
	background-image: url('img/arrow_white_w9.png');
}
#pki .pki_cv_area .btn_area .document_request a:hover::after {
    background-image: url(img/arrow_orange_w9.png);
}
#pki .pki_cv_area .btn_area .estimate a::after {
	background-image: url('img/arrow_blue_w9.png');
}
#pki .pki_cv_area .btn_area .estimate a:hover::after {
	background-image: url('img/arrow_w_w9.png');
}
@media ( min-width: 601px ) {
	#pki .pki_cv_area {
		background: url('img/cv_area_bg.jpg') no-repeat left top/cover;
		padding: 100px 0;
	}
	#pki .pki_cv_area dt {
		font-size: 22px;
		margin: 0 0 30px;
	}
	#pki .pki_cv_area .btn_area a {
		height: 100px;
		border-radius: 10px;
	}
	#pki .pki_cv_area .btn_area a::before {
		left: 30px;
	}
	#pki .pki_cv_area .btn_area a::after {
		width: 9px;
		height: 17px;
		right: 30px;
	}
	#pki .pki_cv_area .btn_area .document_request a::before {
		width: 25px;
		height: 29px;
		background-image: url(img/icon_document.png);
	}
	#pki .pki_cv_area .btn_area .document_request a:hover::before {
		width: 25px;
		height: 29px;
		background-image: url(img/icon_document_o.png);
	}
	#pki .pki_cv_area .btn_area .estimate a::before {
		width: 29px;
		height: 20px;
		background-image: url('img/icon_mail.png');
	}
	#pki .pki_cv_area .btn_area .estimate a:hover::before {
		width: 29px;
		height: 20px;
		background-image: url('img/icon_mail_w.png');
	}
}
@media ( min-width: 961px ) {
	#pki .pki_cv_area .btn_area {
		gap: 0 20px;
	}
	#pki .pki_cv_area .btn_area > div {
		width: calc((100% - 20px)/2);
	}
	#pki .pki_cv_area .btn_area a {
		font-size: 30px;
		opacity: 1;
		transition: opacity .3s;
	}
	/*#pki .pki_cv_area .btn_area a:hover {
		opacity: .8;
	}*/
}
@media ( min-width: 601px ) and ( max-width: 960px ) {
	#pki .pki_cv_area dl {
		max-width: 600px
	}
	#pki .pki_cv_area .btn_area {
		gap: 20px 0;
	}
	#pki .pki_cv_area .btn_area a {
		font-size: 26px;
	}
}
@media ( max-width: 960px ) {
	#pki .pki_cv_area dl {
		margin: 0 auto;
	}
	#pki .pki_cv_area .btn_area {
		flex-direction: column;
	}
}
@media ( max-width: 600px ) {
	#pki .pki_cv_area {
		background: url('img/cv_area_bg_sp.jpg') no-repeat left top/cover;
		padding: 8vw 0;
	}
	#pki .pki_cv_area dl {
		width: 80vw;
	}
	#pki .pki_cv_area dt {
		font-size: 4vw;
		margin: 0 0 5.33vw;
	}
	#pki .pki_cv_area .btn_area {
		gap: 2.67vw 0;
	}
	#pki .pki_cv_area .btn_area a {
		font-size: 2em;
		height: 13.33vw;
		border-radius: 2.67vw;
	}
	#pki .pki_cv_area .btn_area a::before {
		left: 4vw;
	}
	#pki .pki_cv_area .btn_area a::after {
		width: 1.2vw;
		height: 2.27vw;
		right: 5.33vw;
	}
	#pki .pki_cv_area .btn_area .document_request a::before {
		width: 4.67vw;
		height: 5.07vw;
		background-image: url('img/icon_document_w35.png');
	}
	#pki .pki_cv_area .btn_area .estimate a::before {
		width: 4.53vw;
		height: 3.07vw;
		background-image: url('img/icon_mail_w34.png');
	}
}
/*-------------------------------
#pki #pki_plan
-------------------------------*/
#pki #pki_plan {
	position: relative;
	background: #e2efff;
}
#pki #pki_plan .common_title {position: relative;}
#pki #pki_plan .plan_list ul {
	display: flex;
}
#pki #pki_plan .plan_list dl {
	overflow: hidden;
	display: flex;
}
#pki #pki_plan .plan_list dt {
	color: #fff;
	position: relative;
}
#pki #pki_plan .plan_list dt::after {
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
}
#pki #pki_plan .plan_list .small_scale dt {
	background: #95a9cd;
}
#pki #pki_plan .plan_list .medium_scale dt {
	background: #4185c7;
}
#pki #pki_plan .plan_list .large_scale dt {
	background: #305eae;
}
#pki #pki_plan .plan_list dt .small {
	display: block;
}
#pki #pki_plan .plan_list dd {
	background: #fff;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
#pki #pki_plan .plan_list .speech_bubble {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #305eae;
	position: relative;
}
#pki #pki_plan .plan_list .speech_bubble::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #305eae transparent transparent transparent;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
#pki #pki_plan .plan_list .price {
	color: #305eae;
	display: flex;
	align-items: center;
	justify-content: center;
}
#pki #pki_plan .plan_list .price .slash {
	display: block;
	background: #305eae;
	transform: rotate(15deg);
}
#pki #pki_plan .plan_list .price .period {
	color: #7391c6;
	font-weight: 400;
	text-align: left;
}
#pki #pki_plan .plan_list .price .period .em {
	display: block;
}

@media ( min-width: 601px ) {
	#pki #pki_plan {
		padding: 0 0 80px;
	}
	#pki #pki_plan .common_title {
		top: -20px;
		margin: 0 0 45px;
	}
	#pki #pki_plan .plan_list dl {
		border-radius: 10px;
		box-shadow: -7px 7px 20px 0 rgba(0,0,0,0.1);
		background-color: #fff;
	}
	#pki #pki_plan .plan_list dt {
		padding: 20px;
		white-space: nowrap;
	}
	#pki #pki_plan .plan_list dt .small {
		font-size: 14px;
		margin: 0 0 7px;
	}
	#pki #pki_plan .plan_list dd {
		min-height: 290px;
	}
	#pki #pki_plan .plan_list dd .group:not(:last-of-type) {
		margin: 0 0 20px;
	}
	#pki #pki_plan .plan_list .speech_bubble {
		width: 240px;
		height: 36px;
		border-radius: 18px;
		font-size: 20px;
		margin: 0 auto 14px;
	}
	#pki #pki_plan .plan_list .speech_bubble::after {
		border-width: 12px 10px 0 10px;
		bottom: -10px;
	}
	#pki #pki_plan .plan_list .speech_bubble .em {
		font-size: 26px;
	}
	#pki #pki_plan .plan_list .price .num {
		letter-spacing: -0.03em;
	}
	#pki #pki_plan .plan_list .price .slash {
		width: 2px;
		height: 40px;
		margin: 0 13px;
	}
	#pki #pki_plan .plan_list .price .period {
		font-size: 14px;
	}
	#pki #pki_plan .plan_list .price .period .em {
		font-size: 24px;
		margin: 3px 0 0;
	}
}
@media ( min-width: 961px ) {
	#pki #pki_plan .common_title .text {
		gap: 0 18px;
	}
}
@media ( max-width: 600px ) {
	#pki #pki_plan {
		padding: 8vw 0;
	}
	#pki #pki_plan .common_title {
		margin: 0 0 5.33vw;
	}
	#pki #pki_plan .common_title .text .eng {
		width: 26.8vw;
	}
	#pki #pki_plan .plan_list {
		margin: 0 0 8vw;
	}
	#pki #pki_plan .plan_list ul {
		gap: 4vw 0;
	}
	#pki #pki_plan .plan_list dl {
		border-radius: 2.67vw;
		box-shadow: -0.93vw 0.93vw 2.67vw 0 rgba(0,0,0,0.1);
	}
	#pki #pki_plan .plan_list dt,
	#pki #pki_plan .plan_list dd {
		min-height: 32vw;
	}
	#pki #pki_plan .plan_list dt {
		font-size: 4vw;
		width: 37.33vw;
	}
	#pki #pki_plan .plan_list dt::after {
		margin: 2.4vw auto 0;
	}
	#pki #pki_plan .plan_list .small_scale dt::after {
		width: 11.2vw;
		height: 9.47vw;
	}
	#pki #pki_plan .plan_list .medium_scale dt::after {
		width: 9.33vw;
		height: 16.13vw;
	}
	#pki #pki_plan .plan_list .large_scale dt::after {
		width: 19.47vw;
		height: 18vw;
	}
	#pki #pki_plan .plan_list dt .small {
		font-size: 2.67vw;
		margin: 0 0 0.93vw;
	}
	#pki #pki_plan .plan_list dd {
		width: calc(100% - 37.33vw);
		min-height: 32vw;
	}
	#pki #pki_plan .plan_list dd .group:not(:last-of-type) {
		margin: 0 0 2.67vw;
	}
	#pki #pki_plan .plan_list .speech_bubble {
		width: 32vw;
		height: 4.8vw;
		border-radius: 2.4vw;
		font-size: 2.67vw;
		margin: 0 auto 1.73vw;
	}
	#pki #pki_plan .plan_list .speech_bubble::after {
		border-width: 1.6vw 1.33vw 0 1.33vw;
		bottom: -1.33vw;
	}
	#pki #pki_plan .plan_list .speech_bubble .em {
		font-size: 3.47vw;
	}
	#pki #pki_plan .plan_list .small_scale .price .num {
		font-size: 6.13vw;
	}
	#pki #pki_plan .plan_list .medium_scale .price .num {
		font-size: 7.2vw;
	}
	#pki #pki_plan .plan_list .large_scale .price .num {
		font-size: 6.67vw;
	}
	#pki #pki_plan .plan_list .price .slash {
		width: 0.27vw;
		height: 5.33vw;
		margin: 0 1.73vw;
	}
	#pki #pki_plan .plan_list .price .period {
		font-size: 2.67vw;
	}
	#pki #pki_plan .plan_list .price .period .em {
		margin: 0.53vw 0 0;
	}
}
@media ( min-width: 1101px ) {
	#pki #pki_plan .plan_list {
		margin: 0 -40px 50px;
	}
	#pki #pki_plan .plan_list ul {
		gap: 0 20px;
	}
	#pki #pki_plan .plan_list li {
		width: calc((100% - 40px) / 3);
	}
	#pki #pki_plan .plan_list dl {
		flex-direction: column;
	}
	#pki #pki_plan .plan_list dt {
		font-size: min(2.5vw,30px);
		text-align: left;
	}
	#pki #pki_plan .plan_list dt::after {
		position: absolute;
		bottom: 0;
	}
	#pki #pki_plan .plan_list .small_scale dt::after {
		width: 54px;
		height: 46px;
		background-image: url('img/plan_small_scale_icon.png');
		right: 38px;
	}
	#pki #pki_plan .plan_list .medium_scale dt::after {
		width: 42px;
		height: 72px;
		background-image: url('img/plan_medium_scale_icon.png');
		right: 40px;
	}
	#pki #pki_plan .plan_list .large_scale dt::after {
		width: 90px;
		height: 82px;
		right: 22px;
		background-image: url('img/plan_large_scale_icon.png');
	}
	#pki #pki_plan .plan_list .price .num {
		font-size: min(4.5vw,54px);
	}
	#pki #pki_plan .plan_list .large_scale .price .num {
		font-size: min(4.17vw,50px);
	}
}
@media ( min-width: 601px ) and ( max-width: 1100px ) {
	#pki #pki_plan .plan_list {
		margin: 0 0 50px;
	}
	#pki #pki_plan .plan_list ul {
		gap: 30px 0;
	}
	#pki #pki_plan .plan_list dt {
		width: 40%;
		font-size: min(3.75vw,30px);
	}
	#pki #pki_plan .plan_list dt::after {
		margin: 18px auto 0;
	}
	#pki #pki_plan .plan_list .small_scale dt::after {
		width: 84px;
		height: 71px;
	}
	#pki #pki_plan .plan_list .medium_scale dt::after {
		width: 70px;
		height: 121px;
	}
	#pki #pki_plan .plan_list .large_scale dt::after {
		width: 146px;
		height: 135px;
	}
	#pki #pki_plan .plan_list dd {
		width: 60%;
	}
	#pki #pki_plan .plan_list .price .num {
		font-size: min(6.75vw,54px);
	}
	#pki #pki_plan .plan_list .large_scale .price .num {
		font-size: min(5.56vw,50px);
	}
}
@media ( max-width: 1100px ) {
	#pki #pki_plan .plan_list ul {
		flex-direction: column;
	}
	#pki #pki_plan .plan_list dl {
		width: 100%;
	}
	#pki #pki_plan .plan_list dt,
	#pki #pki_plan .plan_list dd {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	#pki #pki_plan .plan_list .small_scale dt::after {
		background-image: url('img/plan_small_scale_icon_sp.png');
	}
	#pki #pki_plan .plan_list .medium_scale dt::after {
		background-image: url('img/plan_medium_scale_icon_sp.png');
	}
	#pki #pki_plan .plan_list .large_scale dt::after {
		background-image: url('img/plan_large_scale_icon_sp.png');
	}
}
#pki #pki_plan .comparison .caption {
	color: #305eae;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	position: relative;
}
#pki #pki_plan .comparison .caption::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
#pki #pki_plan .comparison table {
	border-collapse: separate;
}
#pki #pki_plan .comparison thead th {
	color: #fff;
	font-weight: 700;
}
#pki #pki_plan .comparison thead th div {
	display: flex;
	align-items: center;
	justify-content: center;
}
#pki #pki_plan .comparison thead th:nth-of-type(2) div {
	background: #305eae;
}
#pki #pki_plan .comparison thead th:nth-of-type(3) div {
	background: #999;
}
#pki #pki_plan .comparison table tr::before {
	content: '';
	width: 0px;
	float: left;
	overflow: hidden;
	font-size: 0;
}
#pki #pki_plan .comparison tbody th,
#pki #pki_plan .comparison tbody td {
	box-sizing: border-box;
}
#pki #pki_plan .comparison tbody th {
	text-align: right;
	font-weight: 700;
	white-space: nowrap;
}
#pki #pki_plan .comparison tbody tr td:nth-of-type(1) {
	background: #b0d1ff;
	font-weight: 700;
}
#pki #pki_plan .comparison tbody tr td:nth-of-type(2) {
	color: #888;
	background: #fff;
	font-weight: 500;
}
#pki #pki_plan .comparison tbody tr th {
	vertical-align: top;
}
#pki #pki_plan .comparison table .comment {
	display: block;
	font-weight: 500;
}
@media ( min-width: 601px ) {
	#pki #pki_plan .comparison .caption {
		width: 360px;
		height: 80px;
		font-size: 28px;
		margin: 0 auto 42px;
		border-radius: 20px;
	}
	#pki #pki_plan .comparison .caption::after {
		border-width: 12px 10px 0 10px;
		bottom: -10px;
	}
	#pki #pki_plan .comparison table {
		border-spacing: 4px 0;
		max-width: 1040px;
		margin: 0 auto;
	}
	#pki #pki_plan .comparison thead th {
		font-size: 26px;
	}
	#pki #pki_plan .comparison thead th div {
		height: 82px;
		border-radius: 20px 20px 0 0;
	}
	#pki #pki_plan .comparison table tr::before {
		height: 80px;
	}
	#pki #pki_plan .comparison tbody th {
		line-height: 1.33;
		padding: 15px 21px 0 0;
	}
	#pki #pki_plan .comparison tbody td {
		padding: 24px 0 28px;
	}
	#pki #pki_plan .comparison tbody tr td:nth-of-type(1) {
		font-size: 24px;
		line-height: 1.42;
		border-top: 2px solid #e7f1e9;
	}
	#pki #pki_plan .comparison tbody tr td:nth-of-type(2) {
		font-size: 20px;
		border-top: 2px solid #edefee;
	}
	#pki #pki_plan .comparison table .comment {
		margin: 10px 0 0;
	}
	#pki #pki_plan .comparison tbody tr td:nth-of-type(1) .comment {
		font-size: 14px;
	}
	#pki #pki_plan .comparison tbody tr td:nth-of-type(2) .comment {
		font-size: 10px;
	}
}
@media ( min-width: 961px ) {
	#pki #pki_plan .comparison table {
		width: 100%;
	}
	#pki #pki_plan .comparison thead th:nth-of-type(1) {
		width: 20%;
	}
	#pki #pki_plan .comparison thead th:nth-of-type(2),
	#pki #pki_plan .comparison thead th:nth-of-type(3) {
		width: 40%;
	}
}
@media ( min-width: 601px ) and ( max-width: 960px ) {
	#pki #pki_plan .comparison .table_wrap {
		padding: 0 0 20px;
	}
	#pki #pki_plan .comparison table {
		width: 1040px;
	}
	#pki #pki_plan .comparison thead th:nth-of-type(1) {
		width: 200px;
	}
	#pki #pki_plan .comparison thead th:nth-of-type(2),
	#pki #pki_plan .comparison thead th:nth-of-type(3) {
		width: 410px;
	}
}
@media ( max-width: 960px ) {
	#pki #pki_plan .comparison .table_wrap {
		overflow-x: auto;
		white-space: nowrap;
	}
	#pki #pki_plan .comparison table {
		table-layout: fixed;
	}
}
@media ( max-width: 600px ) {
	#pki #pki_plan .comparison .caption {
		width: 48vw;
		height: 10.67vw;
		font-size: 3.73vw;
		margin: 0 auto 5.33vw;
		border-radius: 2.67vw;
	}
	#pki #pki_plan .comparison .caption::after {
		border-width: 1.6vw 1.33vw 0 1.33vw;
		bottom: -1.33vw;
	}
	#pki #pki_plan .comparison .table_wrap {
		padding: 0 0 3.33vw;
	}
	#pki #pki_plan .comparison table {
		border-spacing: 0.53vw 0;
		width: 117.87vw;
	}
	#pki #pki_plan .comparison thead th {
		font-size: 3.47vw;
	}
	#pki #pki_plan .comparison thead th:nth-of-type(1) {
		width: 32vw;
	}
	#pki #pki_plan .comparison thead th:nth-of-type(2),
	#pki #pki_plan .comparison thead th:nth-of-type(3) {
		width: 42.67vw;
	}
	#pki #pki_plan .comparison thead th div {
		height: 10.93vw;
		border-radius: 2.67vw 2.67vw 0 0;
	}
	#pki #pki_plan .comparison table tr::before {
		height: 10.67vw;
	}
	#pki #pki_plan .comparison tbody th {
		font-size: 2.67vw;
		line-height: 1.2;
		padding: 1.87vw 2.13vw 0 0;
	}
	#pki #pki_plan .comparison tbody td {
		padding: 4vw 0;
	}
	#pki #pki_plan .comparison tbody tr td:nth-of-type(1) {
		font-size: 3.73vw;
		line-height: 1.43;
		border-top: 0.27vw solid #e7f1e9;
	}
	#pki #pki_plan .comparison tbody tr td:nth-of-type(2) {
		font-size: 3.2vw;
		border-top: 0.27vw solid #edefee;
	}
	#pki #pki_plan .comparison table .comment {
		margin: 2vw 0 0;
	}
	#pki #pki_plan .comparison tbody tr td:nth-of-type(1) .comment {
		font-size: 2.67vw;
	}
	#pki #pki_plan .comparison tbody tr td:nth-of-type(2) .comment {
		font-size: 2.93vw;
	}
}
#pki #pki_plan .comparison .table_wrap {
	--sb-track-color: #ffffff;
	--sb-thumb-color: #b0d1ff;
	scrollbar-color: var(--sb-thumb-color) 
	var(--sb-track-color);
}
#pki #pki_plan .comparison .table_wrap::-webkit-scrollbar {
	height: var(--sb-size) 
}
#pki #pki_plan .comparison .table_wrap::-webkit-scrollbar-track {
	background: var(--sb-track-color);
}
#pki #pki_plan .comparison .table_wrap::-webkit-scrollbar-thumb {
	background: var(--sb-thumb-color);
}
@media ( min-width: 601px ) and ( max-width: 960px ) {
	#pki #pki_plan .comparison .table_wrap {
		width: calc(100% + 50px);
		--sb-size: 8px;
	}
	#pki #pki_plan .comparison .table_wrap::-webkit-scrollbar-track {
		border-radius: 8px;
	}
	#pki #pki_plan .comparison .table_wrap::-webkit-scrollbar-thumb {
		border-radius: 8px;
	}
}
@media ( max-width: 600px ) {
	#pki #pki_plan .comparison .table_wrap {
		width: calc(100% + 4vw);
		--sb-size: 1.07vw;
	}
	#pki #pki_plan .comparison .table_wrap::-webkit-scrollbar-track {
		border-radius: 1.07vw;
	}
	#pki #pki_plan .comparison .table_wrap::-webkit-scrollbar-thumb {
		border-radius: 1.07vw;
	}
}
/*-------------------------------
#pki #pki_flow
-------------------------------*/
#pki #pki_flow {
	background: #90b5f4;
}
#pki #pki_flow .title {
	color: #fff;
	position: relative;
}
#pki #pki_flow .title::after {
	content: '';
	display: block;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
@media ( min-width: 601px ) {
	#pki #pki_flow {
		padding: 80px 0;
	}
	#pki #pki_flow .title {
		font-size: 30px;
		padding: 0 0 32px;
		margin: 0 0 45px;
	}
	#pki #pki_flow .title::after {
		width: 240px;
		height: 2px;
	}
}
@media ( max-width: 600px ) {
	#pki #pki_flow {
		padding: 8vw 0;
	}
	#pki #pki_flow .title {
		font-size: 4.8vw;
		padding: 0 0 2.8vw;
		margin: 0 0 6vw;
	}
	#pki #pki_flow .title::after {
		width: 32vw;
		height: 0.27vw;
	}
}
#pki #pki_flow .flow_list {
	margin: 0 auto 48px;
}
#pki #pki_flow .flow_list ol {
	display: flex;
}
#pki #pki_flow .flow_list li {
	position: relative;
	color: #fff;
	background: #5a8ee6;
	box-sizing: border-box;
}
#pki #pki_flow .flow_list li:not(:last-child)::after {
	content: '';
	display: block;
	background: url('img/flow_list_arrow.png') no-repeat left top/cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
}
#pki #pki_flow .flow_list .text {
	line-height: 1.2;
}
#pki #pki_flow .flow_list .text span {
	display: inline-block;
}
#pki #pki_flow .flow_list .text_s {
	text-align: left;
	font-weight: 100;
}
@media ( min-width: 601px ) {
	#pki #pki_flow .flow_list ol {
		gap: 0 5px;
	}
	#pki #pki_flow .flow_list li {
		width: calc((100% - 10px)/3);
		border-radius: 10px;
		padding: 0 10px 26px;

	}
	#pki #pki_flow .flow_list li:not(:last-child)::after {
		width: 46px;
		height: 46px;
		right: -23px;
	}
	#pki #pki_flow .flow_list .num {
		margin: -14px 0 25px;
	}
	#pki #pki_flow .flow_list .icon {
		margin: 0 0 24px;
	}
	#pki #pki_flow .flow_list .text {
		font-size: min(2.4vw,18px);
	}
	#pki #pki_flow .flow_list .text_s {
		font-size: 13px;
		line-height: 1.3;
		margin: 1em 0.5em;
	}
}
@media ( max-width: 600px ) {
	#pki #pki_flow .flow_list {
		margin: 0 -0.67vw;
	}
	#pki #pki_flow .flow_list ol {
		gap: 0 0.67vw;
	}
	#pki #pki_flow .flow_list li {
		width: calc((100% - 1.2vw)/3);
		border-radius: 1.33vw;
		padding: 0 0 2vw;
	}
	#pki #pki_flow .flow_list li:not(:last-child)::after {
		width: 6.13vw;
		height: 6.13vw;
		right: -3.07vw;
	}
	#pki #pki_flow .flow_list .num {
		width: 10.4vw;
		margin: -1.73vw auto 2.67vw;
	}
	#pki #pki_flow .flow_list .icon {
		width: 16vw;
		margin: 0 auto 1.87vw;
	}
	#pki #pki_flow .flow_list .text {
		font-size: 2.67vw;
	}
	#pki #pki_flow .flow_list .text_s {
		font-size: 10px;
		line-height: 1.3;
		margin: 1em 0.5em;
	}
}
@media ( max-width: 1140px ) {
	#pki #pki_flow .flow_list .text {
		height: 3.2em;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}
/*-------------------------------
#pki #pki_case
-------------------------------*/
#pki #pki_case {
	position: relative;
	background: #ecefef;
}
#pki #pki_case .common_title {
	position: relative;
}
#pki #pki_case .case_list ul {
	display: flex;
	flex-wrap: wrap;
}
#pki #pki_case .case_list li {
	background: #f8f8f8;
	box-sizing: border-box;
}
#pki #pki_case .case_list .logo {
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
#pki #pki_case .case_list .company_name {
	color: #305eae;
	text-align: left;
}
#pki #pki_case .case_list .text {
	text-align: left;
	font-weight: 500;
}
@media ( min-width: 601px ) {
	#pki #pki_case {
		padding: 80px 0;
	}
	#pki #pki_case .common_title {
		top: -20px;
		margin: 0 0 72px;
	}
	#pki #pki_case .case_list ul {
		gap: 20px;
	}
	#pki #pki_case .case_list li {
		width: calc((100% - 20px)/2);
		border-radius: 30px;
		box-shadow: 0px 10px 20px 0 rgba(0,0,0,0.1);
		padding: 0 30px 30px;
	}
	#pki #pki_case .case_list .logo {
		border-radius: 30px;
		margin: 0 -30px 30px;
		padding: 0 15px;
	}
	#pki #pki_case .case_list .company_name {
		font-size: 24px;
		margin: 0 0 37px;
	}
	#pki #pki_case .case_list .text {
		line-height: 1.67;
	}
}
@media ( min-width: 961px ) {
	#pki #pki_case .common_title .text {
		gap: 0 14px;
	}
	#pki #pki_case .case_list .logo {
		height: 162px;
	}
}
@media ( min-width: 601px ) and ( max-width: 960px ) {
	#pki #pki_case .case_list .company_name {
		line-height: 1.15;
	}
	#pki #pki_case .case_list .logo {
		height: 190px;
	}
}
@media ( max-width: 600px ) {
	#pki #pki_case {
		padding: 0 0 8vw;
	}
	#pki #pki_case .common_title {
		top: -2.67vw;
		margin: 0 0 5.33vw;
	}
	#pki #pki_case .common_title .text .eng {
		width: 26.8vw;
	}
	#pki #pki_case .case_list ul {
		gap: 0.8vw;
	}
	#pki #pki_case .case_list li {
		width: calc((100% - 0.8vw)/2);
		border-radius: 4vw;
		box-shadow: 0px 1.33vw 2.67vw 0 rgba(0,0,0,0.1);
		padding: 0 2.67vw 2.93vw;
	}
	#pki #pki_case .case_list .logo {
		border-radius: 4vw;
		height: 25.33vw;
		margin: 0 -2.67vw 2.67vw;
	}
	#pki #pki_case .case_list .logo .img {
		width: 34vw;
	}
	#pki #pki_case .case_list .company_name {
		margin: 0 0 3.6vw;
	}
	#pki #pki_case .case_list .text {
		font-size: 2.67vw;
		line-height: 1.67;
	}
}
/*-------------------------------
#pki #pki_faq
-------------------------------*/
#pki #pki_faq {
	background: #fff;
}
#pki #pki_faq .title {
	color: #305eae;
	position: relative;
}
#pki #pki_faq .title::after {
	content: '';
	display: block;
	background: #305eae;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
#pki #pki_faq .faq_list dt,
#pki #pki_faq .faq_list dd {
	position: relative;
	text-align: left;
}
#pki #pki_faq .faq_list dt {
	color: #305eae;
}
#pki #pki_faq .faq_list dd {
	font-weight: 500;
}
#pki #pki_faq .faq_list dd a {
	color: #305eae;
	text-decoration: underline;
} 
#pki #pki_faq .faq_list dd a:hover {
	text-decoration: none;
} 
#pki #pki_faq .faq_list dt::before,
#pki #pki_faq .faq_list dd::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
#pki #pki_faq .faq_list dt::before {
	background: url('img/faq_icon_q.png') no-repeat left top/cover;
}
#pki #pki_faq .faq_list dd::before {
	background: url('img/faq_icon_a.png') no-repeat left top/cover;
}
@media ( min-width: 601px ) {
	#pki #pki_faq {
		padding: 60px 0 75px;
	}
	#pki #pki_faq .title {
		font-size: 30px;
		padding: 0 0 32px;
		margin: 0 0 50px;
	}
	#pki #pki_faq .title::after {
		width: 240px;
		height: 2px;
	}
	#pki #pki_faq .faq_list dl {
		padding: 0 38px;
	}
	#pki #pki_faq .faq_list dl:not(:last-of-type) {
		border-bottom: solid #ecefef 2px;
		margin: 0 0 30px;
	}
	#pki #pki_faq .faq_list dt,
	#pki #pki_faq .faq_list dd {
		min-height: 40px;
		box-sizing: border-box;
	}
	#pki #pki_faq .faq_list dt {
		font-size: 20px;
		line-height: 1.2;
		padding: 7px 0 0 55px;
		margin: 0 0 20px;
	}
	#pki #pki_faq .faq_list dd {
		line-height: 1.75;
		padding: 4px 0 30px 55px;
	}
	#pki #pki_faq .faq_list dt::before,
	#pki #pki_faq .faq_list dd::before {
		width: 40px;
		height: 40px;
	}
}
@media ( max-width: 600px ) {
	#pki #pki_faq {
		padding: 7.47vw 0;
	}
	#pki #pki_faq .title {
		font-size: 4.8vw;
		padding: 0 0 2.8vw;
		margin: 0 0 5.33vw;
	}
	#pki #pki_faq .title::after {
		width: 32vw;
		height: 0.27vw;
	}
	#pki #pki_faq .faq_list dl:not(:last-of-type) {
		border-bottom: solid #ecefef 0.27vw;
		margin: 0 0 30px;
	}
	#pki #pki_faq .faq_list dt {
		font-size: 3.47vw;
		line-height: 1.38;
		padding: 0 0 0 7.73vw;
		margin: 0 0 2.53vw;
	}
	#pki #pki_faq .faq_list dd {
		line-height: 1.55;
		padding: 0.1333vw 0 4vw 7.73vw;
	}
	#pki #pki_faq .faq_list dt::before,
	#pki #pki_faq .faq_list dd::before {
		width: 5.33vw;
		height: 5.33vw;
	}
}
/*-------------------------------
#pki footer
-------------------------------*/
#pki footer {
	font-size: 16px;
	font-weight: 400;
	box-sizing: border-box;
	width: 100%;
	clear: both;
	color: #555;
	padding-top: 8em;
	letter-spacing: 1px;
}
#pki footer * {
	box-sizing: border-box;
}
#pki footer .container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto;
}
#pki footer p {
	font-size: .7em;
	margin: 0 0 1em;
}
#pki footer .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}
#pki footer .col-md-12 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
/*#pki footer .mr-5,
#pki footer .mx-5 {
	margin-right: 3rem!important;
}*/
#pki footer .logo {
	display: flex;
}
#pki footer .logo img {
	vertical-align: middle;
	width: auto;
	height: 30px;
}
#pki footer .sns {
	margin: 0 1em 1em;
}
#pki footer .sns:after {
	content: "";
	display: block;
	clear: both;
}
#pki footer .sns li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0.8em 0 0;
	font-size: .8em;
}
#pki footer a:link,
#pki footer a:visited {
	text-decoration: none;
	-moz-outline-style: none;
	overflow: hidden;
}
#pki footer .sns li a i {
	color: #666;
}
#pki footer .fa,
#pki footer .fab,
#pki footer .fal,
#pki footer .far,
#pki footer .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
#pki footer .fab {
	font-family: "Font Awesome 5 Brands";
}
#pki footer .fa-2x {
	font-size: 2em;
}
#pki footer .fa-facebook-f:before {
	content: "\f39e";
}
#pki footer .fa-twitter:before {
	content: "\f099";
}
#pki footer .fa-youtube:before {
	content: "\f167";
}
#pki footer .fa-rss:before {
	content: "\f09e";
}
#pki footer .flink_area {
	display: flex;
	padding: 1% 0;
	border-top: 1px #777 solid;
}
#pki footer .flink {
	display: block;
	margin-bottom: 0;
}
#pki footer .flink li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: .8em;
	text-align: center;
}
#pki footer .flink li:after {
	content: " | ";
	color: #333;
	padding: 0 0.8em;
}
#pki footer .flink li a {
	color: #777;
	font-size: .9em;
	letter-spacing: .04rem;
}
#pki footer .justify-content-center {
	-ms-flex-pack: center!important;
	justify-content: center!important;
}
#pki footer .mt-3,
#pki footer .my-3 {
	margin-top: 1rem!important;
}
#pki footer .mb-3,
#pki footer .my-3 {
	margin-bottom: 1rem!important;
}
#pki footer .col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
#pki footer .side_seal_wrap {
	margin: auto;
}
#pki footer .side_seal_wrap span {
	padding-right: 10px;
}
#pki footer .text_center {
	text-align: center;
	line-height: 1.8;
}
#pki footer .copyright {
	clear: both;
	padding: 20px 0;
	font-size: 11px;
	text-align: center;
	background: rgba(3,92,159,.94);
	color: #fff;
	line-height: 22px;
}
#pki footer .sm {
	display: none;
}
#pki footer .col-md-12 a:visited {
	color: #005eae;
}
@media ( min-width: 576px ) {
	#pki footer .container {
		max-width: 540px;
	}
}
@media ( min-width: 768px ) {
	#pki footer .container {
		max-width: 720px;
	}
	#pki footer .col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media ( min-width: 992px ) {
	#pki footer .container {
		max-width: 960px;
	}
}

@media ( min-width: 1200px ) {
	#pki footer .container {
		max-width: 1200px;
	}
}




#pki_plan_list .main {
	position: relative;
}
#pki_plan_list .main .theme .speech_bubble {
	position: relative;
	background: #fff;
}

#pki_plan_list .main .theme .speech_bubble dl {
	width: 100%;
	display: inline-block;
}

#pki_plan_list .main .theme .speech_bubble dd ol {
	display: flex;
	flex-direction: column;
}
#pki_plan_list .main .theme .speech_bubble dd li {
	display: flex;
	align-items: center;
	text-align: left;
}
#pki_plan_list .main .theme .speech_bubble dd li span {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #305eae;
	font-weight: 500;
}
@media ( min-width: 601px ) {
	#pki_plan_list .main .theme {
		padding: 0 0 60px;
	}
	#pki_plan_list .pki_plan_list_inner {
		max-width: 1126px;
		margin: 0 auto;
	}
	#pki_plan_list .main .theme .speech_bubble {
		border-radius: 10px;
		padding: 40px 50px;
	}
	#pki_plan_list .main .theme .speech_bubble::after {
		border-width: 27px 27px 0 27px;
		bottom: -26px;
	}
	#pki_plan_list .main .theme .speech_bubble dl {
		max-width: 850px;
	}
	#pki_plan_list .main .theme .speech_bubble dd ol {
		gap: 16px 0;
	}
	#pki_plan_list .main .theme .speech_bubble dd li {
		font-size: 20px;
		min-height: 34px;
		gap: 0 30px;
		line-height: 1.15;
	}
	#pki_plan_list .main .theme .speech_bubble dd li span {
		flex: 0 0 110px;
		height: 46px;
		font-size: 24px;
	}
}
@media ( max-width: 600px ) {
	#pki_plan_list .main .theme {
		padding: 8vw 0 0;
	}
	#pki_plan_list .main .theme .speech_bubble {
		border-radius: 5.33vw;
		padding: 5.33vw;
		margin-bottom:2em
	}
	#pki_plan_list .main .theme .speech_bubble::after {
		border-width: 3.73vw 3.47vw 0 3.47vw;
		bottom: -3.47vw;
	}
	#pki_plan_list .main .theme .speech_bubble dd ol {
		gap: 2.13vw 0;
	}
	#pki_plan_list .main .theme .speech_bubble dd li {
		/*font-size: 3.2vw;*/
		min-height: 4.53vw;
		gap: 0 2.4vw;
	}
	#pki_plan_list .main .theme .speech_bubble dd li span {
		flex: 0 0 11.07vw;
		height: 4.53vw;
		font-size: 2.67vw;
	}
}


#pki h3.cv_title {
	color: #fff;
	position: relative;
	width: 70%;
}
#pki h3.cv_title::before,#pki h3.cv_title::after {
	content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #fff;
}
#pki h3.cv_title:before {
    left: -20px;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}
#pki h3.cv_title::after {
    right: -20px;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
@media ( min-width: 601px ) {

	#pki h3.cv_title {
		font-size: 24px;
		padding: 0 0 8px;
		margin: 0 auto 8px;
	}

}
@media ( max-width: 600px ) {

	#pki h3.cv_title {
		font-size: 2.8vw;
		padding: 0 0 2.8vw;
		margin: 0 auto;
	}

}


#pki .test_subtitle{
	margin: 20px auto;
text-align: center;
color:#fff}
#pki .test_subtitle span {
    position: relative;
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #fff;
}
#pki .test_subtitle span::before, #pki .test_subtitle span::after {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    border: 10px solid transparent;
}
#pki .test_subtitle span::before {
    border-top: 10px solid #fff;
}
#pki .test_subtitle span::after {
    margin-top: -1px;
    border-top: 10px solid #90b5f4;
}
#pki a.btn_test {
	border-radius: 10px;font-size: 30px;
    opacity: 1;
    transition: opacity .3s;
				font-size: 30px;color: #fff;
    background: #f0a613;
				font-weight: 600;
				line-height: 1.4;
				display: inline-block;
				padding: 2% 3%;
}
#pki .btn_test a{
		border-radius: 10px;font-size: 30px;
		opacity: 1;
		transition: opacity .3s;
		color: #fff;
		background: #f0a613;
		font-weight: 600;
		line-height: 1.4;
		display: inline-block;
		padding: 2% 3%;
		border:3px #f0a613 solid;

}
#pki .btn_test a:hover {
	background: #fff;
	color:#f0a613;
}

@media ( min-width: 601px ) {

	#pki .test_subtitle span {
		font-size: 24px;
	}
	#pki .btn_test a{
		font-size: 30px;
	}

}
@media ( max-width: 600px ) {

	#pki .test_subtitle span {
		font-size: 14px;
	}
	#pki .btn_test a{
		font-size: 18px;
	}


}