@charset "utf-8";
:root {
	--mainColor: #9bacd4;
	--lightColor1: #E7EAF1;
	--accentColor: #3d4f7a;
}
main{
	letter-spacing: 0.06em;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.5em;
}
main a{
	position: relative;
	display: block;
}
main a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
}
main a:hover::before {
	opacity: 0.3;
	transition: 0.5s;
}
header{
	position: relative;
}
a p{
	width: 100%;
}
a.linkUnderLine{
	text-decoration: underline;
	width: fit-content;
}
main a[target="_blank"] p::after {
	font-family: "Font Awesome 5 Free";
	content: "\f35d";
	font-weight: 900;
	font-size: 90%;
	color: currentColor;
	padding-left: 5px;
}
table{
	border-collapse: collapse;
}
th,td{
	box-sizing: border-box;
}
/* ナビゲーションボタン */
main nav{
	width: 100%;
	position: sticky;
	top: 0;
	z-index: 5;
}
main nav ul{
	width: min(100%, 1200px);
	margin: 0 auto;
}
main nav ul li{
	flex: 1;
}
main nav ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	text-align: center;
	width: 100%;
	height: 100%;
	font-weight: 700;
}
main nav ul li a:hover::before {
	height: calc(100% + 6px);
	top: -3px;
}
.navBox{
	border-top: 3px solid var(--mainColor);
	border-bottom: 3px solid var(--mainColor);
	background: var(--mainColor);
}
.spMenuBtn{
	display: none;
}
.menuList li{
	border-left: 1px solid #fff;
}
.menuList li:last-child{
	border-right: 1px solid #fff;
}
.flexBox{
	display: flex;
}
.pc{
	display: inline;
}
.sp{
	display: none;
}
/*フォントサイズ・スタイル*/
.fontLarge{
	font-size: clamp(20px, (100vw - 600px) * 6 / 600 + 32px, 37px);
	line-height: 1.5em;
}
.fontMedium{
	font-size: clamp(16px, (100vw - 600px) * 6 / 600 + 18px, 20px);
	line-height: 1.5em;
}
.fontSmall{
	font-size: 16px;
}
.annotation{
	font-size: 14px;
	line-height: 1.2em;
}
.annotation li{
	display: flex;
	gap: 5px;
}
.annotation.numbers span{
	display: block;
	width: 58px;
}
.annotation.numbers p{
	flex: 1;
}
.annotation.kome span{
	display: block;
	width: 15px;
}
.annotation.kome p{
	flex: 1;
}
.fontBold{
	font-weight: 550;
}

/* お問い合わせ */
.inquiry div.inquiryBox{
	width: min(95% ,1000px);
	border-radius: 5px;
	padding: 20px;
	margin: 20px auto;
	text-align: center;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
	justify-content: center;
	background: #ebeeef;
	background-image: repeating-linear-gradient(-45deg,#f7f9f9, #f7f9f9 2px,transparent 0, transparent 4px);
}
.inquiry div div p{
	font-size: clamp(16px,(100vw - 600px)* 6 / 600 + 17px, 18px);
}
.inquiry div.inquiryBox a{
	width: min(100% ,400px);
	border-radius: 5px;
	padding: 30px 10px;
	background: #425275;
	color: #fff;
}
a.inquiryBtn{
	width: min(100% ,400px);
	border-radius: 5px;
	padding: 30px 10px;
	background: #425275;
	color: #fff;
}
a.inquiryBtn p{
	font-size: clamp(18px,(100vw - 600px)* 6 / 600 + 19px, 20px);
	text-align: center;
}
.inquiryPhone .inquiryPhoneBox{
	flex-direction: column;
	gap: 10px;
	width: fit-content;
	margin: 0 auto 30px;
	padding: 10px;
}
.inquiryPhoneBox >:is(p,span){
	text-align: center;
}
.phonNumber{
	line-height: 1em;
}
.phone{
	font-size: 16px;
}
.workingDays{
	margin-top: 30px;
}
section{
	width: 100%;
	padding: 70px 0 50px;
}
div.sectionInner{
	width: min(95% ,1200px);
	margin: 0 auto;
}
/* Windows10サポート終了について */
.sectionText{
	padding: 20px 0 40px;
	line-height: 1.5em;
}
.listContents{
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
}
.listContents li{
	width: min(100% ,350px);
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.listContents h3{
	text-align: center;
}
#support .listContents li{
		width: min(100% ,280px);
}
.sectionContentsWrap{
	gap: 20px;
}
.flexTextSection{
	flex: 1;
}
.flexTextSection .listContents{
	flex-wrap: nowrap;
}
.flexImgSection{
	width: min(100% ,530px);
	margin: 30px auto 0;
	gap: 10px;
	justify-content: center;
	flex-wrap: wrap;
}
.flexImgSection li{
	padding: 10px;
	border: 1px solid #aaa;
	width: min(100% ,250px);
	display: flex;
	align-items: center;
}
.download h3{
	margin: 40px auto 20px;
	text-align: center;
}
.download a{
	margin: 0 auto;
	width: min(100% ,310px);
	flex-direction: column;
	justify-content: center;
	gap: 10px;
}
.download p{
	font-weight: 700;
	text-align: center;
}
.pdfImage{
	width: min(100% ,200px);
	margin: 0 auto;
}
#question ul.flexBox{
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	width: min(100% ,1000px);
	margin: 40px auto 0;
}
#question .flexBox li{
	padding: 20px;
	border: 1px solid #ccc;
}
/* パソコンのご紹介 */
.migrationPclist :is(h2,h3){
	margin: 0 auto;
	width: fit-content;
}
.migrationPclist h3{
	margin: 0 auto 20px;
}
.migrationPclist img{
	margin: 0 auto;
}
.summaryText{
	text-align: center;
	margin: 20px 0 0;
}
.clickOpenContents{
	position: relative;
	height: 240px;
	overflow: hidden;
	padding: 0px 0px 75px;
}
.clickOpenContents::before{
	position: absolute;
	display: block;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 75px;
	background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}
.clickOpenContents .annotation{
	width: min(100% ,1000px);
	margin: 0 auto;
}
:is(.hpEliteBookReadmore,.HpProBook450Readmore,.hp245Readmore,.hpProTowerReadmore,.dynabookX83LyReadmore,.dynabookG83LyReadmore,.dynabookGa83XyReadmore){
	position: relative;
}
:is(.hpEliteBookReadmore,.HpProBook450Readmore,.hp245Readmore,.hpProTowerReadmore,.dynabookX83LyReadmore,.dynabookG83LyReadmore,.dynabookGa83XyReadmore) label{
	position: absolute;
	display: table;
	left: 50%;
	bottom: 0;
	margin: 0 auto;
	width: 200px;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	background-color: #333;
	transform: translateX(-50%);
	cursor: pointer;
	z-index: 1;
}
:is(.hpEliteBookReadmore,.HpProBook450Readmore,.hp245Readmore,.hpProTowerReadmore,.dynabookX83LyReadmore,.dynabookG83LyReadmore,.dynabookGa83XyReadmore) input[type="checkbox"]{
	display: none;
}
:is(.hpEliteBookReadmore,.HpProBook450Readmore,.hp245Readmore,.hpProTowerReadmore,.dynabookX83LyReadmore,.dynabookG83LyReadmore,.dynabookGa83XyReadmore) label::before {
	content: '続きを見る';
}
:is(.hpEliteBookReadmore,.HpProBook450Readmore,.hp245Readmore,.hpProTowerReadmore,.dynabookX83LyReadmore,.dynabookG83LyReadmore,.dynabookGa83XyReadmore) input[type="checkbox"]:checked ~ label::before {
	content: ' 元に戻す';
}
:is(.hpEliteBookReadmore,.HpProBook450Readmore,.hp245Readmore,.hpProTowerReadmore,.dynabookX83LyReadmore,.dynabookG83LyReadmore,.dynabookGa83XyReadmore) input[type="checkbox"]:checked ~ .clickOpenContents {
	height: auto;
}
.tableBox table{
	width: 1010px;
	margin: 0 auto 10px;
}
.tableBox table :is(th,td){
	padding: 10px;
	border: 1px solid #333;
	font-size: 14px;
}
.tableBox table td{
	width: 400px;
}
.tableBox table tr:not(tr:first-of-type) :is(th,td){
	text-align: left;
}
.tableBox table tr:first-of-type th{
	text-align: center;
	background: #555;
	color: #fff;
	width: 100px;
}
.tableBox table tr:not(tr:first-of-type) th{
	background: #ccc;
}
/* トップへ戻るボタン */
.topPage{
	position: relative;
	opacity: 0;	visibility: hidden;	
	transition: all 1s;
}
.is-active{
	display: block;
	opacity: 1;
	visibility: visible;
}
.topPage p{
	position: fixed;
	z-index: 5;
	display: flex;
	flex-direction: column;
	justify-content: center;
	bottom: 20px;
	right: 20px;
	width: 70px;
	height: 70px;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 100px;
	padding-bottom: 10px;
	background: var(--accentColor);
}
.topPage p::before{
	font-family: "Font Awesome 5 Free";
	content:"\f077";
	font-weight: 900;
	font-size: 90%;
	color: currentColor;
}
.topPage p:hover{
	cursor : pointer;
}
@media (max-width: 1076px){
	.tableBox{
		overflow-x: scroll;
	}
}
@media (max-width: 1020px){
	.sectionContentsWrap{
		flex-direction: column;
	}
	.navBox ul li:first-child{
		border-left: none;
	}
	.navBox ul li:last-child{
		border-right: none;
	}
	
}
@media (max-width: 960px){
	main nav{
		position: fixed;
		z-index: 55;
	}
	.navBox{
		position: relative;
		border-top: none;
		border-bottom: none;
		background: none;
		margin-bottom: 50px;
		z-index: 54;
	}
	.navBox .pc{
		display: none;
	}
	.spMenuBtn{
		position: fixed;
		display: block;
		width: 100%;
		height: 56px;
		background: var(--accentColor);
		text-align: center;
		padding: 15px 5px;
		box-shadow: 0 2px 5px #666;
		cursor: pointer;
		z-index: 53;
		color: #fff;
	}
	.spMenuBtn::after{
		font-family: "Font Awesome 5 Free";
		content: "\f0d7";
		font-size: 100%;
		padding-left: 10px;
	}
	.menuList{
		box-shadow: 0 2px 5px #666;
		flex-direction: column;
		position: absolute;
		z-index: 52;
		transition: all 0.5s;
	}
	.menuList li{
		background: var(--lightColor1);
		border-left: none;
	}
	.menuList li:not(.menuList li:last-child){
		border-bottom: 1px solid #999;
	}
	.menuList li:last-child{
		border-right: none;
	}
	.menuList .sp{
		display: none;
	}
	.menuList li a:hover::before {
		height: 100%;
		top: 0;
	}
	.menuList li a{
		padding: 15px 5px;
	}
}
@media (max-width: 800px){
	div.btnArea a{
		width: min(100% ,418.5px);
	}
}
@media (max-width: 700px){
	.sp{
		display: inline;
	}
	div.btnArea a{
		padding: 10px 20px;
	}
}
@media (max-width: 655px){
	section.inquiry div.flexBox{
		flex-direction: column;
		padding: 20px 10px;
	}
	.flexTextSection .listContents{
		flex-wrap: wrap;
	}
}