/* CSS Document */

/* fonts definitions */

@font-face {
	font-family: 'Segoe Sans';
	font-style: normal;
	font-weight: 400;
	src: url(/user_data/root_alias/basestyle/fonts/segoe-ui-variable-static-display.ttf);
	src: url('/user_data/root_alias/basestyle/fonts/segoe-ui-variable-static-display.eot?#iefix') format('embedded-opentype'),
        url('/user_data/root_alias/basestyle/fonts/segoe-ui-variable-static-display.woff2') format('woff2'),
        url('/user_data/root_alias/basestyle/fonts/segoe-ui-variable-static-display.woff') format('woff');
}


@font-face {
	font-family: 'Segoe Sans';
	font-style: normal;
	font-weight: 600;
	src: url(/user_data/root_alias/basestyle/fonts/segoe-ui-variable-static-display-semibold.ttf);
	src: url('/user_data/root_alias/basestyle/fonts/segoe-ui-variable-static-display-semibold.eot?#iefix') format('embedded-opentype'),
        url('/user_data/root_alias/basestyle/fonts/segoe-ui-variable-static-display-semibold.woff2') format('woff2'),
        url('/user_data/root_alias/basestyle/fonts/segoe-ui-variable-static-display-semibold.woff') format('woff');
}

body{
background-color:#fff;
}

.theme-spot {
  font-family: 'Segoe Sans';

}
.theme-spot {
  color: #222;
  overflow: hidden;
  margin-bottom: -30px;
}

/* responsive
------------------------------------------------------------ */
.pc-none {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .pc-none {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
}

/* text
------------------------------------------------------------ */
.theme-spot .t-spot__text {
  color:#222;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.025em;
  word-break: break-word;
}
.theme-spot .t-spot__text a{
  color:#005ac0;
  
}
.theme-spot .t-spot__text.caption{
  color:#222;
  font-size: 12px!important;
  font-size: 1.2rem!important;
  line-height:1.4;
  margin-top:18px!important;
}
.windows11_logo{
    position: absolute;
    top:150px;
    z-index: 10;
    width: 100%;
	display: flex;
}
.windows11_logo img{
    margin: auto;
	max-width:20%
}

@media screen and (max-width: 767px) {
.theme-spot .t-spot__text {
  	font-weight:400!important;
    font-size: 14px!important;
    font-size: 1.4rem!important;
  }
  .windows11_logo img{
    margin: auto;
	max-width:50%
}
.windows11_logo{
    top:130px;
}
}

.theme-spot .t-trademark__text {
  color: #222 !important;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.888;
  letter-spacing: 0.025em;
  margin-top: 30px !important;
  text-align: left;
  padding: 0 40px;
}
.theme-spot .t-trademark__text a{
	color:#0077d5;
}
.theme-spot .p-spot__heading {
  text-align: center;
  font-size: 60px;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.05em;
  /*text-shadow: 0 0 20px rgba(234, 85, 4, 0.8);*/
  color: #001968;
  /*display: inline-block;*/
  background: #001968;
  -webkit-background: #00a29a;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
.theme-spot .p-spot__heading {
	font-size:40px!important;
	font-size:4.0rem!important;
}
}
/* 繝ｪ繝ｳ繧ｯ繝懊ち繝ｳ
------------------------------------------------------------ */
.theme-spot .p-spot__btn {
  display: flex;
  margin: 40px auto;
  /*width: 500px;*/
  max-width: 80%;
  justify-content: center;
  align-items: center;
  padding: 10px 40px 10px 40px;
  position: relative;
  background: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: 0.3s;
  color: #222;
  border: 1px solid #001968;
}

.theme-spot .p-spot__btn::after{
    content: "";
    display: inline-block;
	margin-left:10px;
    width: 20px;
    height: 20px;
    background-image: url('https://www.pc-koubou.jp/wp/wp-content/uploads/2023/03/arrow_black.png');
    background-position: center;
    background-repeat: no-repeat;
}
.theme-spot .p-spot__btn:hover {
	  background: #0077d5;
	  color:#fff;
}
.theme-spot .p-spot__btn:hover::after {
	  filter: invert(1);
}


.theme-spot .p-spot__btn img {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
.theme-spot .p-spot__btn {
	font-size: 14px;
	font-size: 1.4rem;
}

}

/* pankuzu
------------------------------------------------------------ */
#theme-spot.theme-spot {
  position: relative;
}
.theme-spot .c-pankuzu {
  display: block;
  max-width: 1240px;
  padding: 0 20px;
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  z-index: 2;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
.theme-spot .c-pankuzu a {
  display: inline-flex;
  align-items: center;
  margin-right: 0.75em;
  position: relative;
  color: #222;
}
.theme-spot .c-pankuzu a::after {
  content: "";
  display: inline-block;
  width: 0.707em;
  height: 0.707em;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  margin-left: 0.5em;
  transform: translateY(-0.1em) rotate(45deg);
}
.theme-spot .c-pankuzu strong {
  color: #001968;
}
@media screen and (max-width: 1160px) {
  .theme-spot .c-pankuzu {
    font-size: 10px;
    font-size: 1rem;
  }
  .theme-spot .c-pankuzu a::after {
    width: 0.5em;
    height: 0.5em;
    border-top-width: 1px;
    border-right-width: 1px;
  }
}

/* main
------------------------------------------------------------ */
#h01{position: relative;}

.theme-spot .p-spot-main-contents__heading {
	text-align:left;
	color:#000!important;
	background-color:#000!important;
	font-size:40px!important;
	font-size:4.0rem!important;
	font-weight:500!important;
	margin-top:100px;
}

.theme-spot .p-spot-main-contents__heading span{
background: -webkit-linear-gradient(0deg, #142962 0%, #15326c 25%, #235a9d 75%, #1e7fce 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.theme-spot .p-spot-main-contents__text {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.025em;
    margin-bottom: 70px;
    position: absolute;
    top: 12%;
    left: 50%;
    bottom: 0px;
    margin: auto;
    width: 50%;
    padding: 40px 40px 40px 0px;
}
.theme-spot .p-spot-main-contents__text h1 {
	display: inline;
	font-size: 20px;
	font-size: 2rem;
}
.theme-spot .p-spot-main-contents__text p {
	/*display: inline;*/
	text-align:left;
	font-size: 20px;
	font-size: 2rem;
	margin-bottom:20px;
}

.theme-spot .p-spot-main-contents__text p a{
	/*display: inline;*/
	border:1px solid #000;
	text-align:center;
	font-size: 22px;
	font-size: 2.2rem;
	padding:8px;
	border-radius:6px;
	margin:20px auto 40px auto;
}
@media screen and (max-width: 1023px) {
.theme-spot .p-spot-main-contents__text p {
	font-size: 14px;
	font-size: 1.4rem;
}

.theme-spot .p-spot-main-contents__heading {
	font-size:28px!important;
	font-size:2.8rem!important;
	margin-top:36px;
}


.theme-spot .p-spot-main-contents__text {
    font-size: 16px;
    font-size: 1.6rem;
}

.windows11_logo{
    top:90px;
}


}
@media screen and (max-width: 767px) {
  .theme-spot .p-spot-main-contents {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .theme-spot .p-spot-main-contents__heading {
	font-size:24px!important;
	font-size:2.4rem!important;
	margin-bottom:4px!important;
  }
  .theme-spot .p-spot-main-contents__text {
    font-size: 14px;
    font-size: 1.4rem;
	margin-top: 0px;
  }
  
  .theme-spot .p-spot-main-contents__text {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  /*fix*/
  line-height: 1.5;
  letter-spacing: 0.025em;
  padding: 60px 20px;
  width: 100%;
  left: 0px;
}

.theme-spot .p-spot-main-contents__text h1 {
	font-size: 16px!important;
}
.theme-spot .p-spot-main-contents__text p {
	font-size: 14px!important;
	font-size: 1.4rem!important;
}
 
  
}


/* features
------------------------------------------------------------ */
.theme-spot .p-spot-features__heading {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.471;
  letter-spacing: 0.025em;
  background: -webkit-linear-gradient(0deg, #142962 0%, #15326c 25%, #235a9d 75%, #1e7fce 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
		z-index:10;
margin-bottom:40px;
}

.theme-spot .p-spot-features__heading .is-subheading {
  display: block;
  margin-bottom: 30px;
  background: -webkit-linear-gradient(0deg, #142962 0%, #15326c 25%, #235a9d 75%, #1e7fce 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
 /* color: #001968;*/
  font-size: 40px;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
  /*text-shadow: 0 0 15px rgba(234, 85, 4, 0.8);*/
  /*background: #001968;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}
@media screen and (max-width: 767px) {
  .theme-spot .p-spot-features__heading {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .theme-spot .p-spot-features__heading .is-subheading {
    margin-bottom: 20px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
/* features 1 */
.theme-spot .p-spot-feature01 {
  background: none;
  margin-bottom:80px;
}
.theme-spot .p-spot-feature01__container {
 display:flex;
 align-items: center;
  position: relative;
  justify-content: center;
}
.p-spot-feature01-contents{
    position: absolute;
    bottom: 3em;
    padding: 40px;
    width: 50%;
    right: 0px;
}

@media screen and (max-width:1024px) {
.p-spot-feature01__container{
	flex-direction: column;
	padding-top:0px!important;
	padding-bottom:0px!important;
}
  .p-spot-feature01-contents{
  	width:100%;
	text-align:center;
  }
}


/* feature02 */
.theme-spot .p-spot-feature02 {
  margin-bottom:80px;
}
.theme-spot .p-spot-feature02__container {
	display:flex;
	flex-direction: column;
	position: relative;
  /*fix*/
  /*align-items: center;*/
}
.theme-spot .p-spot-feature02-contents {
	text-align:center;
	display:flex;
	flex-direction: column;
	align-items: center;
	position:absolute;
	width:100%;
    padding: 0 40px;
	margin:0px;
}

.p-spot-feature02-contents.rel{
	position:relative!important;

}


.theme-spot .p-spot-feature02-contents .t-spot__text{
 /* color:#fff!important;*/
}
.theme-spot .p-spot-feature02-contents h2.p-spot-features__heading{
/*	width:50%;
	padding-right:40px;*/
}
.theme-spot .p-spot-feature02-contents h2.p-spot-features__heading span.is-subheading{
	color:#fff!important;
	margin-bottom:36px;
	font-size:68px;
	font-size:6.8rem;

}
.theme-spot .p-spot-feature02-contents h2.p-spot-features__heading.devicefind span.is-subheading{
	font-size:38px;
	font-size:3.8rem;

}



.title_bg{
background-color: #fff !important;
    border: 1px solid #fff;
    border-radius: 12px;
    width: 80%;
	max-width: 500px;
    height: 116px;
    position: absolute;
    top: -12px;
	filter: drop-shadow(2px 4px 6px #7690ad);
}
.theme-spot .p-spot-feature02-contents p.t-spot__text{
	/*width:60%;*/
	/*color:#fff!important;*/
	margin:0px!important;
	font-size:20px;
	font-size:2.0rem;
}
.theme-spot .p-spot-feature02-contents div.t-spot__text.checklist ul li{
	margin:0px!important;
	font-size:28px;
	font-size:2.8rem;
}

.theme-spot .p-spot-feature02-contents div.t-spot__text.checklist ul li::before{
	content:'';
    display: inline-block;
	width:36px;
	height:36px;
	background:url('https://www.pc-koubou.jp/wp/wp-content/uploads/2026/06/pc_windows11-home_checkmark.png');
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: bottom;
	}
.theme-spot .p-spot-feature02-contents p.t-spot__text.caption{
  color:#222;
  font-size: 12px!important;
  font-size: 1.2rem!important;
  line-height:1.4;
  margin-top:18px!important;
  }
.theme-spot .p-spot-feature02-contents.link{
	height:auto;
	padding:40px;
}
.theme-spot .p-spot-feature02-contents div.linkbutton{
    background-color: #0077d5;
    padding: 10px 16px;
    border-radius: 6px;
}
.theme-spot .p-spot-feature02-contents div.linkbutton a{
	font-weight:600;
	color:#fff!important;
}
.theme-spot .p-spot-feature02-contents div.linkbutton:hover{
	opacity: 0.7;
}


@media screen and (max-width: 768px) {
.title_bg{
    height: 82px;
}

.theme-spot .p-spot-feature02__container {
    flex-direction: column;
	padding-top:0px!important;
}
.theme-spot .p-spot-feature02-contents {
    max-width: 100%;
}
.p-spot-feature02-contents:not(:has(.linkbutton)) {
	margin-right: 0px!important;
}
.theme-spot .p-spot-feature02-contents.link{
	width: 100%;
	justify-content: center;
	padding:20px;
}
.theme-spot .p-spot-feature02-contents h2.p-spot-features__heading span.is-subheading{
	font-size:42px;
	font-size:4.2rem;
}
.theme-spot .p-spot-feature02-contents .t-spot__text{
   font-size: 16px !important;
	font-size: 1.6rem !important;
    line-height: 1.2;
	width:100%;
}
}

/* feature-ImgText */
.theme-spot .p-spot-feature-ImgText__container {
	display:flex;
	flex-direction: row-reverse;
	align-items: center;
}
.theme-spot .p-spot-feature-ImgText__container.rev {
	flex-direction: row!important;
}
.theme-spot .p-spot-feature-ImgText-contents {
	position:absolute;
	left:0px;
	width:50%;
	padding:80px;
}


.theme-spot .p-spot-feature-ImgText h2.p-spot-features__heading.textcenter{
text-align: center;
padding:0px 40px ;
}

.theme-spot .p-spot-feature-ImgText p.textcenter{
text-align: center;
padding:0px 40px ;
}


.theme-spot .p-spot-feature-ImgText-contents h3{
	font-size:24px;
	font-size:2.4rem;
	margin:20px auto 10px auto;
	padding: 6px;
	background: -webkit-linear-gradient(0deg, #142962 0%, #15326c 25%, #235a9d 75%, #1e7fce 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-weight: 600;
	
}



.theme-spot .p-spot-feature-ImgText__container.rev .p-spot-feature-ImgText-contents{
	left:50%;
}

.theme-spot .bg-blue{
	/*background-color:#e4f1ff;*/
}
.theme-spot .p-spot-feature-ImgText-images img{
    border-radius: 66px;
    padding: 16px;
}

.theme-spot .p-spot-feature-ImgText-images.w50{
    width:50%;
    padding-left:60px;
}
.theme-spot .p-spot-feature-ImgText-images.w50 img{
    border-radius: 0px;
}
.theme-spot .p-spot-feature-ImgText-contents div.linkbutton{
    background-color: #0077d5;
    padding: 10px 16px;
    border-radius: 6px;
	text-align:center;
	max-width:50%;
}
.theme-spot .p-spot-feature-ImgText-contents div.linkbutton a{
	color:#fff!important;
}

.p-spot-feature-ImgText-contents.rel{
	position:relative!important;
left:unset!important;
}
.p-spot-feature-ImgText-contents.rel .t-spot__text{
	font-size:16px;
	font-size:1.6rem;
}


@media screen and (max-width: 1023px) {

.theme-spot .p-spot-feature-ImgText-contents {
    /*width: 100%;*/
    margin-left: 0;
	padding:60px;
  }
.theme-spot .p-spot-feature-ImgText-images {
	width:100%;
  }
  .theme-spot .p-spot-features__heading .is-subheading{
  font-size: 28px;
  font-size: 2.8rem;
  }
  .theme-spot .t-spot__text{
    font-size: 14px;
  font-size: 1.4rem;
  
  }
  
}
@media screen and (max-width: 768px) {
.theme-spot .p-spot-feature-ImgText__container,
.theme-spot .p-spot-feature-ImgText__container.rev{
	flex-direction: column!important;
}
.theme-spot .p-spot-feature-ImgText-images.bg-blue.w50{
width:100%;
padding:40px;
}
.theme-spot .p-spot-feature-ImgText-contents {
	padding:40px;
	width:100%;
	left: 0px !important;
	min-height:320px;
}
    .theme-spot .p-spot-feature-ImgText__container{
	justify-content: flex-end;
	
	}
  .theme-spot .p-spot-feature-ImgText-contents div.linkbutton{
      margin-bottom: 40%;
  }
.theme-spot .p-spot-feature-ImgText-contents h3{
	font-size:18px;
	font-size:1.8rem;
	text-align:center;
}
}

/* feature-HalfImgText */
.theme-spot .p-spot-feature-HalfImgText{
	display:flex;
	position:relative;
}
.theme-spot .p-spot-feature-HalfImgText__container {
	display: flex;
	flex-direction: row-reverse;
	position:inherit;
}
.theme-spot .p-spot-feature-HalfImgText-contents {
	width: 50%;
	position:absolute;
	left:0px;
	margin-left: 20px;
	padding:80px 40px;
}
.theme-spot .p-spot-feature-HalfImgText-contents span.is-subheading{
	font-size:32px;
	font-size:3.2rem;
}
.theme-spot .p-spot-feature-HalfImgText-contents .t-spot__text{
	font-size:18px;
	font-size:1.8rem;
	line-height:1.6;
}
@media screen and (max-width: 1023px) {
.theme-spot .p-spot-feature-HalfImgText__container,
.theme-spot .p-spot-feature-HalfImgText-images {
	flex-direction: column;
}
.theme-spot .p-spot-feature-HalfImgText{
flex-direction: column;
}
.theme-spot .p-spot-feature-HalfImgText-contents {
	max-width: 100%;
	margin-left: 0;
	padding: 6px 0 0 20px;;
}
}
@media screen and (max-width: 768px) {
.theme-spot .p-spot-feature-HalfImgText-contents span.is-subheading{
	font-size:26px!important;
	font-size:2.6rem!important;
}

.theme-spot .p-spot-feature-HalfImgText-contents .t-spot__text{
	font-size:14px!important;
	font-size:1.4rem!important;
	line-height:1.3;
}

}
/* LINEUP
------------------------------------------------------------ */
.theme-spot .p-spot-lineup {
  background-color: #fff;
  padding-bottom: 65px;
}
.theme-spot .p-spot-lineup__container {
	display: flex;
	flex-direction: column;
    width: 100%;
    max-width: 1200px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-right: auto;
    margin-left: auto;
}

.theme-spot .p-spot-lineup__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 10px 25px;
  /*background-color:#001968;*/
 background: linear-gradient(to right,#e9eced 0,#f6f6f6 100%);
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  color: #222;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  #footer {
    margin-top: 0;
  }
}

/*video*/
.movie_container{
max-width: 940px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
	}
	
/*リンクボタン*/	
.theme-spot p.windows_link{
	display: flex;
    position: absolute;
    top: 10px;
    right: 0px;
    z-index: 100;
    justify-content: flex-end;
    width: 100%;
}
.theme-spot p.windows_link a{
	display: inline-block;
	max-width: 24%;
	margin: 10px;
}
@media screen and (max-width: 768px) {
.theme-spot p.windows_link{
    justify-content: center;
	top:40px;
}
.theme-spot p.windows_link a{
	max-width: 40%;
}

}

.reportlist,
.FJ-items,
.row{
width:100%;
text-align :left;
margin:auto;
}

.search-result .right-text .name{
font-weight:600;

}


/*バナーリンク*/
 .row .columns.pc4-sp2 {
    width: 25%;
}

.row .columns {
    float: left;
    clear: none;
    margin-bottom: 8px;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.row .columns img{
border: none;
    height: auto;
    max-width: 223px;
    vertical-align: top;
    width: auto;
}

 .row .columns p{
    margin-left: 0;
    margin-right: 0;
}
 .row .columns:last-child {
        padding-bottom: 20px;
    }

@media screen and (max-width: 640px) {
 .row .columns.pc4-sp2 {
    width: 50%;
 }
  .row .columns img{
     height: auto!important;
    max-width: 100%!important;
 }
}