@charset "utf-8";
/* CSS Document */


.full-width a {
	transition: 0.3s;
}

.full-width a:hover {
	opacity: 0.3;
}

h1 {
	font-size: 3.4rem;
	line-height: 1.2;
}

h2 {
	font-size: 2.4rem;
	line-height: 30px;
}

h3.L3h3 {
	font-size: 34px;
	font-weight: 500;
	position: relative;
	margin-bottom: 40px;
	text-align: center;

	color: #202020;
	font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
	line-height: 1.5;
}

h3.blue {
	font-size: 30px;
	font-weight: 700;
	position: relative;
	margin-bottom: 50px;
	color: deepskyblue;
	margin-top: 0px;
	background: none;
}

h3.L3h3::after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -25px;
	background-color: deepskyblue;
}

.width-100 {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.width-70 {
	width: 70%;
	height: auto;
}

.width-70-center {
	width: 70%;
	height: auto;
	margin: 0 auto;
}

.width-60 {
	width: 60%;
	height: auto;
}

.width-50 {
	width: 50%;
	height: auto;
}

.display-mobile {
	display: none;
}

.bg-img-main {
	background: url("../img/online-shikaku_herobg.png") no-repeat right;
}

.bg-color-beige {
	background: #F9F9F9;
}

.bg-color-blue {
	background: #9adbff !important;
}

.text-color-blue1 {
	color: #0D4253;
}

.text-color-blue2 {
	color: #141F58;
}

.text-color-blue3 {
	color: #20AEE5;
	font-weight: bold !important;
}

.text-color-red1 {
	color: #DC000C;
}

.text-color-red2 {
	color: #791405;
}

.main-title-medium {
	color: #032570;
	text-align: center;
	background: #E1F2F9;
	padding: 10px;
	margin: 0 0 20px;
}

.font-size-large {
	font-weight: bold;
	font-size: 3.0rem;
}

.font-size-medium {
	font-weight: bold;
	font-size: 2.0rem;
}

.font-size-small {
	font-weight: bold;
	font-size: 1.6rem;
}

.font-size-small2 {
	font-size: 1.6rem;
}


.iframe-container {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.iframe-container iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.box-boder {
	border: 1px solid #809CA8;
	height: 125px;
	padding: 10px 30px 10px 30px;
	margin: 0 1% 30px 1%;
	display: table-cell;
	vertical-align: middle;
}

.box-boder-red2 {
	border: 1px solid #791405;
	padding: 10px 30px 10px 30px;
	margin: 0 0 30px 0;
}

.table-spec1 {
	width: 100%;
	border: 1px solid #004C94;
	border-collapse: collapse;
	text-align: center;
}

.table-spec1 th {
	font-weight: normal;
}

.fs-20 {
	font-size: 20px;
	font-weight: 400;

}

.small {
	font-size: 12px;
	letter-spacing: -1px;
}

.table-spec1 th,
.table-spec1 td {
	border: 1px solid #004C94;
	padding: 10px;
}

.table-spec2 {
	border: 1px solid #A6A7A7;
	border-collapse: collapse;
}

.table-spec2 th {
	background: #EDF0F3;
	text-align: center;
	font-weight: normal;
}

.table-spec2 th.bg-color-gray {
	background: #767676;
	color: #ffffff;
}

.table-spec2 th,
.table-spec2 td {
	border: 1px solid #A6A7A7;
	padding: 10px;
}

.table-spec2 th.table-nowrap {
	white-space: nowrap;
}

.table-spec2 td.table-nowrap {
	white-space: nowrap;
}

/**/
.table-spec3 {
	border: 1px solid #A6A7A7;
	border-collapse: collapse;
}

.table-spec3 th {
	background: #EDF0F3;
	text-align: center;
	font-weight: normal;
}

.table-spec3 th.bg-color-gray {
	background: #767676;
	color: #ffffff;
}

.table-spec3 th,
.table-spec3 td {
	border: 1px solid #A6A7A7;
	padding: 10px;
}

.table-spec3 th.table-nowrap {
	white-space: nowrap;
}

.table-spec3 td.table-nowrap {
	white-space: nowrap;
}

.table-spec3 td:nth-child(1) {
	width: 30%;
}

.table-spec3 td:nth-child(2) {
	width: 40%;
}

.table-spec3 td:nth-child(2) {
	width: 40%;
}

.table-spec3 a {
	border-bottom: 1px solid #342ab1;
	color: #342ab1;
}

.table-spec3 a:hover {
	opacity: .6;
}

.readerimg img {
	max-width: 180px;
	padding: 10px 0;
	max-height: 180px;
	object-fit: contain;
}


.table-vertical {
	writing-mode: vertical-rl;
	white-space: nowrap;
	margin: 0;
	padding: 0 10px 0 10px;
	line-height: 1em;
}

a.btn_blue {
	color: #fff;
	background: #021D62;
	padding: 10px 20px;
}

a.btn_blue {
	width: 100%;
	max-width: 200px;
	display: block;
	color: #fff;
	text-align: center;
	background: #021D62;
	position: relative;
	padding: 10px;
	margin: 0 0 20px;
	transition: .3s;
}

a:hover.btn_blue {
	opacity: 0.5;
}

a.btn_blue::after {
	font-family: "Font Awesome 5 Free";
	content: "\f101";
	font-weight: 900;
	margin: 0 0 0 10px;
}

.text-icon-square {
	position: relative;
	padding: 0 0 0 20px;
}

.text-icon-square::before {
	content: '■';
	position: absolute;
	top: 0;
	left: 0;
}

.icon-intelcorei5 {
	position: relative;
	height: 100px;
	padding: 0 0 0 90px;
	display: table-cell;
	vertical-align: middle;
}

.icon-intelcorei5::before {
	content: "";
	position: absolute;
	width: 80px;
	height: 80px;
	background: url(../img/icon1.png) no-repeat;
	background-size: contain;
	top: 50%;
	left: 0;
	margin: -40px 0 0 0;
}

.icon-ssd {
	position: relative;
	height: 100px;
	padding: 0 0 0 90px;
	display: table-cell;
	vertical-align: middle;
}

.icon-ssd::before {
	content: "";
	position: absolute;
	width: 80px;
	height: 80px;
	background: url(../img/icon4.png) no-repeat;
	background-size: contain;
	top: 50%;
	left: 0;
	margin: -40px 0 0 0;
}

.icon-1920x1080 {
	position: relative;
	height: 100px;
	padding: 0 0 0 90px;
	display: table-cell;
	vertical-align: middle;
}

.icon-1920x1080::before {
	content: "";
	position: absolute;
	width: 80px;
	height: 80px;
	background: url(../img/icon6.png) no-repeat;
	background-size: contain;
	top: 50%;
	left: 0;
	margin: -40px 0 0 0;
}

.icon-memory {
	position: relative;
	height: 100px;
	padding: 0 0 0 90px;
	display: table-cell;
	vertical-align: middle;
}

.icon-memory::before {
	content: "";
	position: absolute;
	width: 80px;
	height: 80px;
	background: url(../img/icon2.png) no-repeat;
	background-size: contain;
	top: 50%;
	left: 0;
	margin: -40px 0 0 0;
}

.icon-win10-list {
	position: relative;
	height: 100px;
	padding: 0 0 0 90px;
	display: table-cell;
	vertical-align: middle;
}

.icon-win10-list::before {
	content: "";
	position: absolute;
	width: 80px;
	height: 80px;
	background: url(../img/icon5.png) no-repeat;
	background-size: contain;
	top: 50%;
	left: 0;
	margin: -40px 0 0 0;
}

.icon-grass {
	position: relative;
	height: 100px;
	padding: 0 0 0 90px;
	display: table-cell;
	vertical-align: middle;
}

.icon-grass::before {
	content: "";
	position: absolute;
	width: 80px;
	height: 80px;
	background: url(../img/icon3.png) no-repeat;
	background-size: contain;
	top: 50%;
	left: 0;
	margin: -40px 0 0 0;
}

.icon-win10 {
	position: relative;
	padding: 0 0 0 60px;
	display: table-cell;
	vertical-align: middle;
}

.icon-win10::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background: url(../img/icon-win10.svg) no-repeat;
	background-size: contain;
	top: 50%;
	left: 0;
	margin: -20px 0 0 0;
}

.icon-edge {
	position: relative;
	padding: 0 0 0 60px;
	display: table-cell;
	vertical-align: middle;
}

.icon-edge::before {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	background: url(../img/icon-edge.svg) no-repeat;
	background-size: contain;
	top: 50%;
	left: 0;
	margin: -25px 0 0 0;
}

/*POS*/

.pos {
	background: #edf7ff;
	padding: 10px;
}

.pos div h3 {
	font-size: 2.4rem;
	margin-bottom: 20px;
}

.pos div p {
	margin-bottom: 20px;
}

.pos div img {
	width: 100%;
	max-width: 300px;
}

.pos div img.logo {
	max-width: 150px;
}

/*================================================
*  navL3  第3階層ローカルナビゲーション
 ================================================*/
section.navL3Wrap {
	width: 95%;
	padding: 0 0 10px 0;
	text-align: right;
}

.navL3 ul {
	box-sizing: border-box;
	width: 100%;
	padding: 4px;
	list-style: none;
}

.navL3 li {
	font-size: 14px;
	margin: 0 10px;
	display: inline-block
}

.navL3 li a {
	padding-bottom: 10px;
	color: deepskyblue;
	display: block
}

.navL3 li a:after {
	content: '';
	width: 0;
	transition: all 0.3s ease;
	border-bottom: 2px solid #09f;
	display: block
}

.navL3 li a:hover:after {
	width: 100%;
	border-bottom: 2px solid #09f
}

nav.navL3 ul li.btn_comp a {
	display: inline-block;
	font-size: 13px;
	color: #fff;
	margin: 5px 2px 5px 0;
	padding: 3px 18px;
	background: #114eaf;
	border-bottom: none
}

nav.navL3 ul li.btn_comp a:hover {
	background: deepskyblue;
	opacity: .8
}

/*connection type*/
.connection_box {
	width: 100%;
	justify-content: space-around;
	margin: auto;

}

.connection_inner {
	width: calc(88%/2);
}

.connection_img {
	width: 60% !important;

	margin: 0 auto 10px;
	display: flex;
}

.connection_img {
	position: relative;
}

.zoomicon {
	position: absolute;
	width: 35px !important;
	height: 35px;
	display: block;
	bottom: 0;
	right: 0;
	opacity: .7;
}

.connection_type {
	margin: auto;
	border: 1px solid rgba(163, 195, 255, 0.67);
	padding: 10px 20px;
}

.connection_type h3 {
	font-weight: 500;
	margin-bottom: 5px;
	font-size: 17px;
}

.connection_type p {
	line-height: 19px;
	font-size: 13px;
}

.connection_type img {
	border: 1px solid #c6c6c6;
}

.connection_btn {
	color: #fff;
	background: #114eaf;
	text-align: center;
	padding: 3px 0;
	font-size: 12px;

}

.connection_type i {
	margin-left: 8px;
}

.fancybox-content {
	display: flex;
	margin: auto;
}

.fancybox-image,
.fancybox-spaceball {
	width: 100% !important;
	object-fit: contain;
}

/**/

.bcposlf_info {
	border: 1px solid #ccc;
	border-radius: 10px;
	background-color: #fff;
	padding: 1.0rem;
	text-align: center;
	display: flex;
	justify-content: center;
	margin-left: 20px;
}

.bcposlf_info01 {
	align-self: center;
	width: 20%;
}

.bcposlf_info02 {
	align-self: center;
	text-align: left;
	padding-left: 0px;

}

.bcposlf_info02 p {
	font-size: 1.2rem;
	line-height: 1.5 !important;
	margin: 10px !important;
}

.bcposlf_info02 span {
	font-size: 1.0rem;
	color: #666;
	background: none;
	padding-left: 30px;
}

.table-spec3 {
	border: none;
}

.blue_frame {
	border: 2px solid #21ADE5;
	border-radius: 10px;
	padding: 10px;
}

.blank {
	height: 120px;
}


/*背面がすっきりとしたデザイン*/
.innerW100 {
	width: 100%;
	padding: 30px 70px;
	position: relative
}

.innerW100 > p {
	width: 70%;
	margin: auto;
}

/* 2カラムレイアウト */
.col2Wrap {
	display: flex;
	align-items: center;
	max-width: 1010px;
	margin: 0 auto;
}

.col2WrapT {
	display: flex;
	align-items: flex-start;
	max-width: 1010px;
	margin: 0 auto;
}

.col2WrapR {
	display: flex;
	align-items: flex-start;
	max-width: 1010px;
	margin: 0 auto;
}

.col2Wrap .col2Box,
.col2WrapT .col2Box,
.col2WrapR .col2Box {
	width: 50%
}

.haimen_box {
	width: 100%;
	max-width: 600px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	border: 2px solid #20AEE5;
	border-radius: 10px;
	padding: 20px;
	margin: 0 auto 30px;
}

.haimen_box img {
	width: 100%;
	max-width: 150px;
}


.w_small {
	width: 100%;
	max-width: 170px !important;
}

.w_400 {
	width: 100%;
	max-width: 400px;
}

.w_500 {
	width: 100%;
	max-width: 500px;
}

.flex-img {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

.flex-img div {
	margin: 0 auto;
	width: 33.33%;
}

form#mail_form {
	margin: 0 auto;
	padding: 0;
}

.tbonly {
	display: none;
}

/*----- メールフォーム -----*/

.form_box table tr th span {
	background: #d9534f;
}

.form_box > p input {
	color: #fff;
	background: #021D62;
	border-radius: 0;
}

/*----- メールフォームここまで -----*/

@media screen and (max-width:1024px) {
	h1 {
		font-size: 2.7rem;
		line-height: 1.2;
	}

	.col2Wrap,
	.col2WrapT {
		flex-direction: column
	}

	.col2WrapR {
		flex-direction: column-reverse
	}

	.col2Wrap .col2Box,
	.col2WrapT .col2Box,
	.col2WrapR .col2Box {
		width: 95%;
		margin: 0 auto
	}

	.tbonly {
		display: block;
	}
}

@media screen and (max-width:767px) {
	.fixed_btn {
		width: 100%;
		max-width: 250px;
		justify-content: center;
		left: 0;
		padding: 0px 5px;
	}

	h1 {
		font-size: 2.4rem;
		line-height: 1.2;
	}

	h2 {
		font-size: 2.0rem;
		line-height: 1.2;
	}

	h3 {
		font-size: 2.0rem;
		line-height: 1.2;
	}

	h3.L3h3 {
		font-size: 5.5vw;
		margin-bottom: 40px
	}

	h3.L3h3 span.icon_option:before {
		font-size: 0.8rem
	}

	h3.L3h3::after {
		content: "";
		display: block;
		width: 50px;
		height: 2px;
		position: absolute;
		bottom: -10px;
		left: 50%;
		margin-left: -25px;
		background-color: deepskyblue
	}

	.bg-img-main {
		background-position: top;
	}

	.display-pc {
		display: none;
	}

	.display-mobile {
		display: inline;
	}

	.bg-img-main {
		background-size: contain;
	}

	.width-100-mobile {
		width: 100%;
		margin: 0 auto;
	}

	.icon-intelcorei5 {
		padding: 0 0 0 80px;
	}

	.icon-intelcorei5::before {
		width: 60px;
		height: 60px;
		margin: -30px 0 0 0;
	}

	.icon-ssd {
		padding: 0 0 0 80px;
	}

	.icon-ssd::before {
		width: 60px;
		height: 60px;
		margin: -30px 0 0 0;
	}

	.icon-1920x1080 {
		padding: 0 0 0 80px;
	}

	.icon-1920x1080::before {
		width: 60px;
		height: 60px;
		margin: -30px 0 0 0;
	}

	.icon-memory {
		padding: 0 0 0 80px;
	}

	.icon-memory::before {
		width: 60px;
		height: 60px;
		margin: -30px 0 0 0;
	}

	.icon-win10-list {
		padding: 0 0 0 80px;
	}

	.icon-win10-list::before {
		width: 60px;
		height: 60px;
		margin: -30px 0 0 0;
	}

	.icon-grass {
		padding: 0 0 0 80px;
	}

	.icon-grass::before {
		width: 60px;
		height: 60px;
		margin: -30px 0 0 0;
	}

	.table-scroll table {
		display: block;
		overflow: auto;
	}

	lite-youtube {
		max-width: 400px !important;
		margin: 0 auto 30px;
	}

	/*connection*/
	.connection_box {
		display: block;
		width: 100%;
		justify-content: space-around;
	}

	.connection_inner {
		width: 100%;
		margin: auto;
	}

	.connection_inner .connection_btn {
		max-width: 300px;
	}

	.connection_inner:first-of-type {
		margin-bottom: 25px;
	}

	.connection_img {
		width: 100% !important;
		max-width: 200px;
		margin: 0 auto 10px;
		display: flex;
	}

	.fancybox-content {
		max-width: 100% !important;
	}

	/*connection*/
	.sp-c {
		margin: auto !important;
		text-align: center;
	}

	.sp-c p {
		margin: auto;
		display: flex;
		justify-content: center;
	}

	.sp-img {
		max-width: 290px;
		max-height: 330px;
		object-fit: contain;
		margin: auto;
		display: block;
	}

	section.navL3Wrap {
		width: 100%;
		padding: 10px 0 10px 0;
	}

	.navL3 li {
		margin: 0 3px;
	}

	.navL3 li a:after {
		border-bottom: none
	}

	.navL3 li a:hover:after {
		border-bottom: none
	}

	nav.navL3 ul li.btn_comp a {
		margin: 0;
		padding: 3px 10px;
	}

	.bcposlf_info {
		display: block;
		margin: auto;

	}

	.bcposlf_info01 {
		align-self: center;
		width: 40%;
		margin: auto;
	}

	.table-spec3 tr {
		margin-top: 20px;
		display: block;
	}

	.table-spec3 td {
		display: block;
		width: 100% !important;
	}

	.table-spec3 tr {
		border: 1px solid #c9c9c9 !important;
	}

	.table-spec3 td {
		border: none !important;
		padding: 10px;
	}

	.table-spec3 td:nth-child(2) {
		border-top: 1px solid #c9c9c9 !important;
		border-bottom: 1px solid #c9c9c9 !important;
		padding: 10px;
	}

	.spgray {
		background: #f2f5fa
	}

	.innerW100 {
		padding: 30px 10px;
	}

	.innerW100 > p {
		width: 95%;
		margin: auto;
	}

	.flex-img div {
		margin: 0 auto;
		width: 50%;
	}

}
