@charset "utf-8";
/* CSS Document */

/*Theme*/


/* common
------------------------------------------------------------ */
.uline {
text-decoration: underline;
text-decoration-thickness: 0.8em;
text-decoration-color: rgba(255, 228, 0, 0.8);
text-underline-offset: -0.3em;
text-decoration-skip-ink: none;
}
.sp_br{
display: block;
}
.theme-full_campaign .yajirushi{
padding: 0 0 40px;
text-align: center;
}
.contents {
width: auto;
}
@media screen and (max-width: 767px) {
.sp_br{
display: none;
}
.theme-full_campaign .yajirushi{
padding: 0 0 20px;
}
.contents {
    padding: 0!important;
}
}
/* common end
------------------------------------------------------------ */


/* container
------------------------------------------------------------ */
.theme-full_campaign {
  position: relative;
}
.theme-full_campaign .t-campaign__article {
    position: relative;
    z-index: 1;
}
.theme-full_campaign .t-campaign__container {
margin: 0 auto;
width: 1400px;
}
.theme-full_campaign .p-item-lineup__container {
margin: 0 auto;
width: 1500px;
}
@media screen and (max-width: 767px) {
.theme-full_campaign .t-campaign__container,.theme-full_campaign .p-item-lineup__container {
width: 100%;
padding: 10px;
}
.theme-full_campaign:before {
    content:none; 
}
}
/* container end
------------------------------------------------------------ */

/* pankuzu
------------------------------------------------------------ */
.theme-full_campaign .c-pankuzu {
  display: block;
  max-width: 1240px;
  padding: 0 20px;
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  z-index: 2;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin-right: auto;
    margin-left: auto;
}
.theme-full_campaign .c-pankuzu a {
  display: inline-flex;
  align-items: center;
  margin-right: 0.75em;
  position: relative;
  color: #ffffff;
}
.theme-full_campaign .c-pankuzu a::after {
  content: "";
  display: inline-block;
  width: 0.707em;
  height: 0.707em;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  margin-left: 0.5em;
  transform: translateY(-0.1em) rotate(45deg);
}
.theme-full_campaign .c-pankuzu strong {
  color: #ffffff;
}
@media screen and (max-width: 1160px) {
  .theme-full_campaign .c-pankuzu {
    font-size: 10px;
    font-size: 1rem;
  }
  .theme-full_campaign .c-pankuzu a::after {
    width: 0.5em;
    height: 0.5em;
    border-top-width: 1px;
    border-right-width: 1px;
  }
}
/* pankuzu end
------------------------------------------------------------ */

/* ナビ
------------------------------------------------------------ */
section.p-news {
  overflow: clip;
  position: sticky;
  top: 0;
  z-index: 10;
  padding-top:0;
}

ul.p-news__list_border {
  display: flex;
  width: 1400px;
  margin: auto;
  justify-content: center;
}

.news-container {
  background: #014099;
  margin-top: 2px;
}

ul.p-news__list_border li {
  border-right: 2px solid #ffffff;
   font-size:1.8rem;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  width: 23%;
}
ul.p-news__list_border li:first-child {
   border-left: 2px solid #ffffff;
}

ul.p-news__list_border li a {
   color: #fff;
  display: flex;
  height: 65px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 766px) {  
section.p-news {
  position: unset;
}

ul.p-news__list_border {
  display: flex;
  width: unset;
  margin: auto;
  justify-content: unset;
  flex-direction: row;
  flex-wrap: wrap;
}

.news-container {
  margin: 2px 2px 1px 2px;
}

ul.p-news__list_border li {
  border: 2px solid #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 21px;
  text-align: center;
  width: calc(100% / 3);
}

ul.p-news__list_border li.two_lines {
  font-size:1.4rem;
 }

ul.p-news__list_border li:last-child {
  border-left: 2px solid #fff;
  width: 100%;
}

ul.p-news__list_border li a {
  height: 40px;
}
}
/* ナビ
------------------------------------------------------------ */


/* タブ
------------------------------------------------------------ */
.tabs {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
flex-direction: row;
position: relative;
}
.tabs::before {
position: absolute;
display: block;
height: 2px;
background: #014099;
content: "";
top: 68px;
width: 100%;
}

.tab_01,
.tab_02,
.tab_03,
.tab_04,
.tab_05,
.tab_06,
.tab_07{
position: relative;
z-index: 1;
cursor: pointer;
margin: 0;
transition: all .2s ease;
background: #014099;
width: 50%;
text-align: center;
height: 70px;
display: flex;
justify-content: center;
align-items: center;
width: 13%;
color: #fff;
border-radius: 10px 10px 0 0;
font-size: 16px;
}

.tabs input:checked + .tab_01, 
.tabs input:checked + .tab_02,
.tabs input:checked + .tab_03,
.tabs input:checked + .tab_04,
.tabs input:checked + .tab_05,
.tabs input:checked + .tab_06,
.tabs input:checked + .tab_07{
background-color: #f0f8fd;
color: #014099;
border-top: #014099 2px solid;
border-left: #014099 2px solid;
border-right: #014099 2px solid;
}

@media screen and (max-width: 767px) {

.tabs::before {
display: none;
}

.tab_01,
.tab_02,
.tab_03,
.tab_04,
.tab_05,
.tab_06,
.tab_07{
width: calc((100% / 4) - 4px);
border-radius: 0;
margin: 2px;
padding: 3px;
font-size: 12px;
border: #014099 2px solid;
}

.tabs input:checked + .tab_01, 
.tabs input:checked + .tab_02,
.tabs input:checked + .tab_03,
.tabs input:checked + .tab_04,
.tabs input:checked + .tab_05,
.tabs input:checked + .tab_06,
.tabs input:checked + .tab_07{
background-color: #f0f8fd;
border: #014099 2px solid;
}

}

.tab_content {
flex: 100%;
display: none;
overflow: hidden;
}

input[name="tab_switch"] {
display: none;
}

.tabs input:checked + .tab_text {
color: #000!important;
}

#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content,
#tab04:checked ~ #tab04_content,
#tab05:checked ~ #tab05_content,
#tab06:checked ~ #tab06_content,
#tab07:checked ~ #tab07_content{
display: block;
}

.tab_content{
position: relative;
animation: fadeIn 1s ease;
}

.tabs input:checked + .tab_text{

}

@media screen and (max-width: 1280px) {
.tabs {
    display: flex;
    justify-content: flex-start;
}
 }
/* タブ
------------------------------------------------------------ */


/* メイン
------------------------------------------------------------ */
.theme-full_campaign .p-item-main {
text-align: center;
}
.theme-full_campaign .p-item-main-contents__text {
margin: 40px 0 80px;
display: flex;
align-items: center;
position: relative;
}
.theme-full_campaign .p-item-main h1 {
font-size: 40px;
line-height: 150%;
margin: 50px 0 0;
font-weight: 600;
color: #014099
}
.theme-full_campaign .p-item-main-contents__text p{
margin-top: 20px;
font-size: 24px;
text-align: left;
width: 80%;
}
.theme-full_campaign .p-item-main-contents__image {
position: absolute;
width: 300px;
z-index: -1;
right: 0px;
}


@media screen and (max-width: 768px) {
.theme-full_campaign .p-item-main-contents__text {
display: flex;
flex-direction: column;
}
.theme-full_campaign .p-item-main-contents__image {
position: inherit;
}
.theme-full_campaign .p-item-main-contents__text p{
font-size: 20px;
width: 100%;
margin: 0;
}
}
/* メイン～
------------------------------------------------------------ */


/* こんなお悩みはありませんか？～
------------------------------------------------------------ */
.theme-full_campaign .p-item-replace {
text-align: center;
background: #def4f8;
}
.theme-full_campaign .p-item-replace-contents__text {
padding: 80px 250px 40px;
border-radius: 10px;
}
.theme-full_campaign .p-item-replace-contents__text h2 {
font-size: 38px;
line-height: 150%;
color: #014099;
font-weight: 600;
}
.theme-full_campaign .p-item-replace-contents__text p{
margin-top:20px;
font-size: 24px;
text-align: left;
}
.theme-full_campaign .p-item-replace-contents__image {
margin: 60px 0 0;
}
.theme-full_campaign .p-item-replace-contents__image dt {
text-align: center;
}
.theme-full_campaign .p-item-replace-contents__image dt img {
width: 200px;
}
.theme-full_campaign .p-item-replace-contents__image dd {
background-color: #fff;
text-align: left;
padding: 40px;
border-radius: 10px;
}
.theme-full_campaign .p-item-replace-contents__image dd li {
font-size: 22px;
margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
.theme-full_campaign .p-item-replace-contents__text {
padding: 50px 0px 50px;
}
.theme-full_campaign .p-item-replace-contents__text h2 {
font-size: 35px;
}
.theme-full_campaign .p-item-replace-contents__image dd{
padding: 20px;
}
.theme-full_campaign .p-item-replace-contents__image dd li{
font-size: 20px;
}

}
/* こんなお悩みはありませんか？～
------------------------------------------------------------ */



/*/ひとつでも当てはまった方はユニットコム法人営業部にご相談下さい～
------------------------------------------------------------ */
.theme-full_campaign .p-item-soudan {
padding: 80px 0;
text-align: center;
}
.theme-full_campaign .p-item-soudan-contents__text h2 {
font-size: 38px;
font-weight: 600;
margin: 0 0 40px;
line-height: 150%;
color: #014099;
}
.theme-full_campaign .p-item-point-contents__image{

}
@media screen and (max-width: 768px) {
.theme-full_campaign .p-item-soudan{
padding: 60px 0;
}
.theme-full_campaign .p-item-soudan-contents__text h2{
font-size: 35px;
}

}

/* ひとつでも当てはまった方はユニットコム法人営業部にご相談下さい～
------------------------------------------------------------ */



/* パソコンだけじゃない！ユニットコム 法人ソリューション4つのポイント～
------------------------------------------------------------ */
.theme-full_campaign .p-item-point {
background: #def4f8;
padding: 80px 0;
text-align: center;
}
.theme-full_campaign .p-item-point-contents__text h2 {
font-size: 38px;
color: #014099;
font-weight: 600;
margin: 0 0 40px;
line-height: 150%;
}
.theme-full_campaign .p-item-point-contents__col {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.theme-full_campaign .p-item-point-contents__image{
width: 48%;
background-color: #fff;
border-radius: 10px;
padding: 40px;
margin: 0 0 25px;
text-align: left;
position: relative;
}
.theme-full_campaign .p-item-point-contents__image dt{
text-align: center;
}
.theme-full_campaign .p-item-point-contents__image dt img{
width: 30%;
position: absolute;
right: 50px;
}
.theme-full_campaign .p-item-point-contents__image dd h3{
font-size: 28px;
padding: 60px 0 120px 60px;
}
.theme-full_campaign .p-item-point-contents__image dd p{
font-size: 20px;
}
@media screen and (max-width: 768px) {
.theme-full_campaign .p-item-point{
padding: 60px 0;
}
.theme-full_campaign .p-item-point-contents__text h2 {
font-size: 35px;
}
.theme-full_campaign .p-item-point-contents__image{
width: 100%;
}
.theme-full_campaign .p-item-point-contents__image dt img{
width: 100%;
position: relative;
right: unset;
}
.theme-full_campaign .p-item-point-contents__image dd h3{
font-size: 26px;
text-align: center;
padding: 30px 0 50px;
}
}
/* パソコンだけじゃない！ユニットコム 法人ソリューション4つのポイント～
------------------------------------------------------------ */


/* ユニットコム法人営業部の特徴～
------------------------------------------------------------ */
.theme-full_campaign .p-item-tokuchou {
background: #f0f8fd;
padding: 80px 0;
text-align: center;
}
.theme-full_campaign .p-item-tokuchou-contents__text {
border-radius: 10px;
padding: 0 0 80px;
}
.theme-full_campaign .p-item-tokuchou-contents__text h2 {
font-size: 38px;
line-height: 150%;
color: #014099;
font-weight: 600;
margin: 0 0 40px;
}
.theme-full_campaign .p-item-tokuchou-contents__text p{
font-size: 16px;
text-align: left;
}
.theme-full_campaign .p-item-tokuchou-contents__col {
display: flex;
flex-wrap: nowrap;
justify-content: space-around;
}
.theme-full_campaign .p-item-tokuchou-contents__image {
width: 31%;
position: relative;
}
.theme-full_campaign .p-item-tokuchou-contents__image dt {
border-radius:10px 10px 0 0;
background-color: #014099;
color: #fff;
font-size: 22px;
padding: 20px;
}
.theme-full_campaign .p-item-tokuchou-contents__image dd {
border-radius: 0 0 10px 10px;
background-color: #fff;
font-size: 18px;
padding: 20px;
text-align: left;
min-height: 280px;
}

.theme-full_campaign .p-item-tokuchou-contents__image dd:nth-child(3) {
    background: none;
    width: 60%;
    margin: auto;
    margin-top: -20%;
    margin-bottom: -20%;
    min-height: 0;
}

/*
.theme-full_campaign .p-item-tokuchou-contents__image:nth-of-type(1)::after {
    background-image: url(https://www.pc-koubou.jp/wp/wp-content/uploads/2025/07/pc_replace_houjin01.png);
}
.theme-full_campaign .p-item-tokuchou-contents__image:nth-of-type(2)::after {
    background-image: url(https://www.pc-koubou.jp/wp/wp-content/uploads/2025/07/pc_replace_houjin02.png);
}
.theme-full_campaign .p-item-tokuchou-contents__image:nth-of-type(3)::after {
    background-image: url(https://www.pc-koubou.jp/wp/wp-content/uploads/2025/07/pc_replace_houjin03.png);
}
.theme-full_campaign .p-item-tokuchou-contents__image::after {
    content: "";
    width: 220px;
    height: 176px;
    position: absolute;
    bottom: -96px;
	left: 25%;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}
*/


@media screen and (max-width: 768px) {

.theme-full_campaign .p-item-tokuchou{
  padding: 60px 0;
}
.theme-full_campaign .p-item-tokuchou-contents__text{
padding: 0;
}
.theme-full_campaign .p-item-tokuchou-contents__text h2{
font-size: 30px;
}
.theme-full_campaign .p-item-tokuchou-contents__col{
flex-direction: column;
}
.theme-full_campaign .p-item-tokuchou-contents__image{
width: 100%;
}
.theme-full_campaign .p-item-tokuchou-contents__image dt{
font-size: 23px;
}
.theme-full_campaign .p-item-tokuchou-contents__image dd{
min-height: 0px;
padding-bottom: 150px;
}
.theme-full_campaign .p-item-tokuchou-contents__image dd:nth-child(3) {
width: 80%;
margin: auto;
margin-top: -130px;
margin-bottom: 0%;
min-height: 0;
padding: 0;
}
.theme-full_campaign .p-item-tokuchou-contents__image::after{
bottom: 0%;
left: 16%;
}
}

/* ユニットコム法人営業部の特徴～
------------------------------------------------------------ */


/* 製品・サービス資料～
------------------------------------------------------------ */
.theme-full_campaign .p-item-sehihin {
background: #def4f8;
padding: 80px 0;
text-align: center;
}
.theme-full_campaign .p-item-sehihin-contents__text h2 {
font-size: 38px;
color: #014099;
font-weight: 600;
margin: 0 0 20px;
line-height: 150%;
}
.theme-full_campaign .p-item-sehihin-contents__text .tit {
font-size: 30px;
font-weight: 600;
margin: 40px 0 20px;
line-height: 150%;
}
.theme-full_campaign .p-item-sehihin-contents__text .com {
font-size: 22px;
margin: 0 0 40px;
}
.theme-full_campaign .p-item-sehihin-contents__col {
display: flex;
flex-wrap: nowrap;
justify-content: space-around;
}
.theme-full_campaign .p-item-sehihin-contents__image{
width: 23%;
background-color: #fff;
border-radius: 10px;
padding: 20px;
margin: 0 0 25px;
text-align: left;
position: relative;
}
.theme-full_campaign .p-item-sehihin-contents__image__03{
width: 31%;
background-color: #fff;
border-radius: 10px;
padding: 20px;
margin: 0 0 25px;
text-align: left;
position: relative;
}
.theme-full_campaign .p-item-sehihin-contents__image dt{
text-align: center;
margin-bottom: 40px;
}
.theme-full_campaign .p-item-sehihin-contents__image dt img{
}
.theme-full_campaign .p-item-sehihin-contents__image dd h3{
font-size: 20px;
color: #014099;
font-weight: 600;
margin: 0 0 20px;
}
.theme-full_campaign .p-item-sehihin-contents__image dd h4{
font-size: 18px;
font-weight: 600;
margin: 20px 0;
}
.theme-full_campaign .p-item-sehihin-contents__image dd p{
font-size: 20px;
}
.theme-full_campaign .p-item-sehihin-contents__image__03 dd p{
font-size: 20px;
margin: 10px 0 0;
text-align: center;
}
.theme-full_campaign .p-item-sehihin-contents__image dd p a{
font-size: 16px;
color: #007bff;
}
@media screen and (max-width: 768px) {
.theme-full_campaign .p-item-sehihin{
  padding: 60px 0;
}
.theme-full_campaign .p-item-sehihin-contents__col{
flex-direction: column;
}
.theme-full_campaign .p-item-sehihin-contents__image{
width: 100%;
}
.theme-full_campaign .p-item-sehihin-contents__image dd h3{
text-align: center;
}
.theme-full_campaign .p-item-sehihin-contents__image__03{
width: 100%;
margin: 0 0 15px;
}
}
/* 製品・サービス資料～
------------------------------------------------------------ */


/* 導入事例～
------------------------------------------------------------ */
.theme-full_campaign .p-item-jirei {
background: #f0f8fd;
padding: 80px 0;
}
#main_column.template h2 {
    font-size: 38px!important;
    color: #014099!important;
    font-weight: 600!important;
    margin: 0 0 20px!important;
    line-height: 150%!important;
	background:inherit!important;
	text-align: center!important;
	padding: 0!important;
}
.theme-full_campaign .p-item-jirei .com {
    font-size: 22px!important;
    margin: 0 0 40px!important;
	text-align: center!important;
	color: #000!important;
}
#main_column.template h3 {
    font-size: 24px;
}
#main_column.template .related-topics h3 {
    font-size: 18px;
	line-height: 150% !important;
}
#main_column.template .related-topics .date {
    font-size: 18px;
}





@media screen and (max-width: 768px) {
  .theme-full_campaign .p-item-jirei{
    padding: 60px 0;
  }
}
/* 導入事例～
------------------------------------------------------------ */



/*
法人買取査定見積FAQ
------------------------------------------------------------ */
.t-campaign-service__container__contents.faq{
flex-direction: column;
padding: 80px 0 60px;
}
.p-item-service .FJ-items__item{
border:none;
}
.t-campaign-service__container__top dt.FJ-items__item--q,
.t-campaign-service__container__top dd.FJ-items__item--a{
font-size:16px!important;
font-size:1.6rem!important;
}

.p-item-service .FJ-items--lists{
text-align:left;
margin-top:40px!important;
}

@media screen and (max-width: 767px) {
	.p-item-service .FJ-items--lists{
	margin: 20px !important;
	}
	.t-campaign-service__container__contents.faq .c-font__jost{
	font-size: 30px;
    font-weight: 600;
    text-align: center;
	}
	.t-campaign-service__container__contents.faq{
	padding: 0 0 20px;
	}
}

.p-item-service .FJ-items__item--a{
overflow:visible!important;
cursor: auto!important;
max-height: inherit!important;
}
.p-item-service .FJ-items__item--a:after{
display:none!important;

}
/*
法人買取査定見積FAQ
------------------------------------------------------------ */




/* 最新のWindows11 搭載～
------------------------------------------------------------ */
.theme-full_campaign .p-item-11tousai {
/*text-align: center;*/
background: #f1f1f1;
padding-bottom: 80px;
}
.theme-full_campaign .p-item-11tousai-contents__text {
padding: 80px 0 40px;
text-align: center;
}
.theme-full_campaign .p-item-11tousai-contents__text h2 {
font-size: 42px;
line-height: 150%;
color: #00a1e9;
}
.theme-full_campaign .p-item-11tousai-contents__text p{
margin-top:20px;
font-size: 24px;
text-align: left;
}
.theme-full_campaign .p-item-11tousai-contents__image {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 20px 0 0;
    flex-direction: row;
}
.theme-full_campaign .p-item-11tousai-contents__image li {
    width: 31%;
    font-size: 17px;
    margin: 0 10px 10px;
}
.theme-full_campaign .p-item-11tousai-contents__image li a {
    display: block;
	color: #fff;
	position: relative;
	padding: 8px 25px;
	border-radius: 5px;
}
.theme-full_campaign .p-item-11tousai-contents__image li a:after {
    content: "";
    position: absolute;
    border: 2px solid;
    border-left: 0;
    border-bottom: 0;
    width: 13px;
    height: 13px;
    transform: translateX(-25%) rotate(135deg);
    right: 15px;
    top: 13px;
}
.theme-full_campaign .p-item-11tousai-contents__image li .pc_bt {
    background: #187FCC;
}
.theme-full_campaign .p-item-11tousai-contents__image li .game_bt {
    background: #000;
}
.theme-full_campaign .p-item-11tousai-contents__image li .value_bt {
    background: #010066;
}

.theme-full_campaign .SJ-items--comment {
  text-align: center;
}

@media screen and (max-width: 768px) {
.theme-full_campaign .p-item-11tousai-contents__text h2 {
font-size: 24px;
}
.theme-full_campaign .p-item-11tousai-contents__text p{
font-size: 18px;
}
.theme-full_campaign .p-item-11tousai-contents__image {
    justify-content: space-between;
}
.theme-full_campaign .p-item-11tousai-contents__image li {
    width: 45%;
    font-size: 14px;
	margin: 0 8px 10px;
}
.theme-full_campaign .p-item-11tousai-contents__image li a:after {
    width: 8px;
    height: 8px;
    right: 10px;
    top: 11px;
}
.theme-full_campaign .p-item-11tousai-contents__text {
padding: 40px 0 20px;
}
.theme-full_campaign .p-item-11tousai-contents__image li a {
	padding: 5px;
}
}
/* 最新のWindows11 搭載～
------------------------------------------------------------ */



/*
お問い合わせ
------------------------------------------------------------ */
.p-item-otoiawase-contents{
}
.p-item-otoiawase-contents h2{
font-size: 42px;
line-height: 150%;
font-weight: 600;
}
.p-item-otoiawase-contents p{
font-size: 22px;
}

@media screen and (max-width: 767px) {
  .p-item-otoiawase-contents h2{
    font-size: 35px;
  }
  .p-item-otoiawase-contents p {
    font-size: 20px;
  }
  .p-item-otoiawase-contents {
    padding: 0 10px;
}


}

.p-item-service__inner {
background-color: #EEE;
padding: 60px 0 0;
text-align: center;
}
.p-item-service .p-uc-adviser {
background-color: #EEE;
width: 100%;
margin-top:20px;
}
.p-item-service .p-uc-adviser__tel {
padding: 30px;
background-color: #FFF;
background-image: url("https://www.pc-koubou.jp/wp/wp-content/uploads/2025/07/replace_adviser_bg.jpg");
background-repeat: no-repeat;
background-size: contain;
background-position: right bottom;
margin: 5px;
}
.p-item-service .p-uc-adviser__tel-box {
width: 70%;
text-align: center;
}
.p-item-service .p-uc-adviser__tel-box02 {
width: 100%;
text-align: center;
margin: 0 0 50px;
}
.p-item-service .p-uc-adviser__icon {
width: 60px;
margin: 0 auto 20px;
}
.p-item-service .p-uc-adviser__icon02 {
width: 150px;
margin: 0 auto 20px;
}
.p-item-service .p-uc-adviser__icon02 img {
border-radius: 10%;
}
.p-item-service .p-uc-adviser__heading {
text-align: center;
font-size: 20px;
font-size: 2.0rem;
font-weight: 700 !important;
}
.p-item-service .p-uc-adviser__tel-num {
text-align: center;
font-size: 60px;
font-size: 6.0rem;
font-weight: 700 !important;
line-height: 1;
letter-spacing: .05em;
}
.p-item-service .p-uc-adviser__tel-num a {
color: #F39519;
}
.p-item-service .p-uc-adviser__tel-text {
text-align: center;
font-size: 18px;
font-size: 1.8rem;
font-weight: 400 !important;
}
.p-item-service .p-uc-adviser__tel-note {
margin-top: 50px;
margin-left: 30px;
font-size: 16px;
font-size: 1.6rem;
font-weight: 400 !important;
line-height: 1.75;
text-align:left;
}
.p-item-service .p-uc-adviser__tel-note a {
color: #004098;
font-weight: 500 !important;
}
.p-item-service .p-uc-adviser__columns {
margin-top: 5px;
}
.p-item-service .p-uc-adviser__columns-group {
display: flex;
flex-wrap: wrap;
/*margin: -10px -20px;*/
}
.p-item-service .p-uc-adviser__columns-group-item {
display: flex;
width: 50%;
padding: 5px;
}
.p-item-service .p-uc-adviser__card {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
padding: 35px 10px 50px;
background-color: #FFF;
}
.p-item-service .p-uc-adviser__text {
margin-top: 20px;
margin-bottom: 35px;
text-align: center;
font-size: 18px;
font-size: 1.8rem;
font-weight: 400 !important;
}
.p-item-service .p-uc-adviser__text span {
font-size: 16px;
font-size: 1.6rem;
}

@media screen and (max-width: 1220px) {
.p-item-service .p-uc-adviser__tel {
padding: 15px 30px 185px;
background-size: 365px auto;
margin-top: 25px;
}
.p-item-service .p-uc-adviser__tel-box {
width: 100%;
}
.p-item-service .p-uc-adviser__columns-group-item {
width: 100%;
}
}
@media screen and (max-width: 767px) {
.p-item-service .p-uc-adviser {
}
.p-item-service .p-uc-adviser__tel {
background-size: 330px auto;
}
.p-item-service .p-uc-adviser__icon {
width: 42px;
}
.p-item-service .p-uc-adviser__heading {
font-size: 16px;
font-size: 1.6rem;
}
.p-item-service .p-uc-adviser__tel-num {
font-size: 42px;
font-size: 4.2rem;
}
.p-item-service .p-uc-adviser__tel-text {
font-size: 15px;
font-size: 1.5rem;
}
.p-item-service .p-uc-adviser__tel-note {
margin: 10px 0 0;
font-size: 14px;
font-size: 1.4rem;
}
.p-item-service .p-uc-adviser__columns {

}
.p-item-service .p-uc-adviser__card {
padding: 25px 4px 20px;
}
.p-item-service .p-uc-adviser__text {
margin: 10px 0 25px;
font-size: 12px;
font-size: 1.2rem;
}
.p-item-service .p-uc-adviser__text span {
font-size: 11px;
font-size: 1.1rem;
}
.p-item-service .p-uc-adviser__btn-wrap {
width: 100%;
}
}
.p-item-service .p-uc-adviser__bz{
padding: 50px;
background-color: #FFF;
/*background-image: url("https://www.pc-koubou.jp/wp/wp-content/uploads/2025/07/unitcom_business_image.png");
background-repeat: no-repeat;
background-size: 40%;
background-position: right top;*/
margin: 5px;
}
@media screen and (max-width: 1220px) {
.p-item-service .p-uc-adviser__bz{
background-size: 28%;
}
}
@media screen and (max-width: 767px) {
.p-item-service .p-uc-adviser__bz{
padding: 25px 4px 25px;
background-position: center 120px;
background-size: 300px;
}
}

.p-item-service .p-uc-adviser__bz .p-uc-adviser__tel-box{
height:240px;
}

.p-item-service .p-uc-adviser__bz table.t-campaign__table{

}

.p-item-service .p-uc-adviser__bz table.t-campaign__table th{
font-size:14px;
font-size:1.4rem;

}
.p-item-service .p-uc-adviser__bz table.t-campaign__table td a{
font-size:14px;
font-size:1.4rem;
color:#004098;

}
/*
お問い合わせ
------------------------------------------------------------ */





/* Windows 10 → 11 乗り換え応援フェアについて～
------------------------------------------------------------ */
.theme-full_campaign .p-item-info {
text-align: center;
}
.theme-full_campaign .p-item-info-contents__text {
padding: 40px;
background: #ffffff;
border-radius: 10px;
margin: 0 0 80px;
border: solid 1px #187ecc;
}
.theme-full_campaign .p-item-info-contents__text h2 {
font-size: 42px;
line-height: 150%;
}
.theme-full_campaign .p-item-info-contents__text p{
margin-top:20px;
font-size: 18px;
text-align: left;
}

@media screen and (max-width: 768px) {
.theme-full_campaign .p-item-info-contents__text {
padding: 10px;
margin-top: 40px;
}
.theme-full_campaign .p-item-info-contents__text h2 {
font-size: 24px;
}
}
/* Windows 10 → 11 乗り換え応援フェアについて～
------------------------------------------------------------ */








@media screen and (max-height: 850px) {
.theme-full_campaign .p-item-main-sns {
bottom: 50px;
}
}
@media screen and (max-width: 1320px) {
.theme-full_campaign .p-item-main-contents__text {
margin: 0px;
}
.theme-full_campaign .p-item-main-contents__btn-wrap {
margin-right: 0;
}
}
@media screen and (max-width: 1023px) {
.theme-full_campaign .p-item-main {
}
.theme-full_campaign .p-item-main__image {
margin-left: -20%;
}
}

@media screen and (max-width: 767px) {
.theme-full_campaign .p-item-main {
background-position: center bottom 80px;
}
.theme-full_campaign .p-item-main__container {
padding-top: 85px;
padding-bottom: 0;
position: static;
}
.theme-full_campaign .p-item-main-contents {
width: 100%;
max-width: 100%;
padding: 0;
}
.theme-full_campaign .p-item-main-contents__level-logo img {
width: 112px;
}
.theme-full_campaign .p-item-main-contents__text {
font-size: 18px;
font-size: 1.8rem;
margin-top: 0px;
}

.theme-full_campaign .p-item-main-contents__btn-wrap {
width: 100%;
max-width: 300px;
padding: 0 20px;
position: absolute;
left: 0;
right: 0;
bottom: 65px;
margin: auto;
}
.theme-full_campaign .p-item-main-sns {
width: 100%;
bottom: 5px;
}
.theme-full_campaign .p-item-main-sns__group-item {
padding: 15px 25px;
}
.theme-full_campaign .p-item-main-sns__group-item img {
width: auto;
height: 12px;
}
.theme-full_campaign .p-item-main__image {
width: auto;
position: static;
margin: -10% -20px 0;
}
.theme-full_campaign .p-item-main__image-bg {
bottom: 80px;
}
}






/* CONCEPT
------------------------------------------------------------ */
.theme-full_campaign .p-item-concept {
  margin:80px auto 20px auto;
  background-color: #ffffff;
  text-align:center;
}

@media screen and (max-width: 1023px) {
  .theme-full_campaign .p-item-concept {
    min-height: inherit;
	display: block;

  }
  .theme-full_campaign .p-item-concept__container {
    padding-bottom: 0;
  }
  .theme-full_campaign .p-item-concept-contents {
    max-width: 100%;
  }
  .theme-full_campaign .p-item-concept-contents .page-link {
padding:0 20px;  
  
  }
  .theme-full_campaign .p-item-concept__image {
   /* width: auto;
    position: static;*/
	
	margin-top: 20px;

  }
}
/* features
------------------------------------------------------------ */
.theme-full_campaign .p-item-features {
  background-color: #ffffff;
  margin:80px auto 20px auto;
    text-align: center;
}

  .theme-full_campaign .p-item-features__heading{
  
  
  
  }

.theme-full_campaign .t-campaign-features__container {
	margin-top:10px;

}

.theme-full_campaign .p-item-features__contents {
  margin-right: auto;
  max-width: 560px;
  text-align:left;
}

.p-item-features__contents p.page-link{
	text-align:center!important;
	margin-top:40px;
	padding:0 20px;

}

@media screen and (max-width: 768px) {
.p-item-features__contents p.page-link{
	margin-top:0px;
}
}

.theme-full_campaign .p-item-feature__images {
  flex-direction: row-reverse;
  /*align-items: center;*/
  max-width: 400px;
  margin:auto;
}
.theme-full_campaign .p-item-feature__images img:not(table img) {
  flex-direction: row-reverse;
  /*align-items: center;*/
  /*max-width: 460px;*/
}



@media screen and (max-width: 1023px) {
  .theme-full_campaign .p-item-features .t-campaign-features__container {
    min-height: inherit;
  }
}
@media screen and (max-width: 767px) {
.theme-full_campaign .p-item-feature__images {
  flex-direction: row-reverse;
  /*align-items: center;*/
  max-width: 360px;
  margin:auto;
  
}


  .theme-full_campaign .p-item-features__heading {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .theme-full_campaign .p-item-features__heading .is-subheading {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .theme-full_campaign .p-item-features__heading .is-subheading span {
    margin-left: 0.15em;
    font-size: 26px;
    font-size: 2.6rem;
  }
}

/* LINEUP
------------------------------------------------------------ */
.theme-full_campaign .p-item-lineup {
  background-color: #fff;
  padding-bottom: 65px;
}
.theme-full_campaign .p-item-lineup__container {
  padding-top: 0;
  /*padding-bottom: 0;*/
}
.theme-full_campaign .p-item-lineup__section + .p-item-lineup__section {
  margin-top: 40px;
}
.theme-full_campaign .p-item-lineup__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 10px 25px;
  /*background: linear-gradient(90deg, #06319020, #525da330 30%, #87c1fa20),#ffffff;*/
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: 1500px;
  margin: 0 auto;  
  border-radius: 10px 10px 0 0;
}
.theme-full_campaign .p-item-lineup__heading.pc_tit {
  background: #187FCC;
}
.theme-full_campaign .p-item-lineup__heading.game_tit {
  background: #000000;
}
.theme-full_campaign .p-item-lineup__heading.value_tit {
  background: #010066;
}
.SJ-items{
 border-radius: 0 0 10px 10px ;
}

@media screen and (max-width: 767px) {
  .theme-full_campaign .p-item-lineup__container {
    padding-top: 0;    
  }
  .theme-full_campaign .p-item-lineup__heading {
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 10px;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.025em;
	width: auto;
	
  }
}




/* INFORMATION
------------------------------------------------------------ */
.theme-full_campaign .t-campaign-information {
  background: linear-gradient( to bottom, rgb(255 255 255) 0%, rgb(255 255 255) 80%, rgb(255 255 255) 100% );
}
.theme-full_campaign .t-campaign-information__list {
  width: auto;
  max-width: 1044px;
  margin-top: 30px;
}
.theme-full_campaign .t-campaign-information__list-group {
    max-width: 1084px;
    width: 100%;
    margin: 37px auto 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.theme-full_campaign .t-campaign-information__list-group-item {
  padding: 6px;
}
.theme-full_campaign .t-campaign-information__card {
  background-color: #187FCC;
  color: #fff !important;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.933;
  letter-spacing: 0.05em;
      text-align: left;
}
.theme-full_campaign .t-campaign-information__thumb {
  max-height: inherit;
}
.theme-full_campaign .t-campaign-information__title {
  margin-bottom: 35px !important;
}
.theme-full_campaign .t-campaign-information__category {
  padding-left: 0;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .theme-full_campaign .t-campaign-information__list {
    margin-top: 15px;
  }
  .theme-full_campaign .t-campaign-information__list-group {
    -ms-grid-columns: (minmax(166px, 1fr))[2];
    grid-template-columns: repeat(2, minmax(166px, 1fr));
    margin-top: 28px;
    width: 100%;
  }
  .theme-full_campaign .t-campaign-information__list-group-item {
    padding: 5px;
  }
  .theme-full_campaign .t-campaign-information__card {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.773;
    letter-spacing: 0.025em;
  }
  .theme-full_campaign .t-campaign-information__title {
    margin-bottom: 10px !important;
  }
  .theme-full_campaign .t-campaign-information__category {
    font-size: 10px;
    font-size: 1rem;
  }
}

/* responsive
------------------------------------------------------------ */
.pc-none {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .pc-none {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
}
/* section
------------------------------------------------------------ */
.t-campaign__section {
  /*display: flex;*/
  /*fix*/
  /*flex-direction: column;*/
  justify-content: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #fff;
}

@media screen and (max-width: 1240px) {
  .t-campaign__section {
    padding-right: 20px;
    padding-left: 20px;
  }

  div#spec {
    padding-right: 0px;
    padding-left: 0px;
}
}

/* heading
------------------------------------------------------------ */

@media screen and (max-width: 1023px) {
  .t-campaign__heading-left {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .t-campaign__heading {
    font-size: 38px;
    font-size: 3.8rem;
  }
  .t-campaign__heading-ja {
    margin-top: 25px;
    font-size: 20px;
    font-size: 2.3rem;
    line-height: 1.5;
  }
}
/* text
------------------------------------------------------------ */
.t-campaign__text {
  color: #222;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.025em;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .t-campaign__text {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
/* features
------------------------------------------------------------ */
.t-campaign-features__container {
  position: relative;
}
.t-campaign-features__container::before {
  content: attr(data-num);
  height: 1em;
  position: absolute;
  bottom: 40px;
  z-index: 2;
  color: transparent;
  font-size: 120px;
  font-size: 12rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
.t-campaign-features__container.is-left::before {
  left: 0;
}
.t-campaign-features__container.is-right::before {
  right: 0;
}

/* INFORMATION
------------------------------------------------------------ */
.t-campaign-information__container {
  padding: 50px 0 100px;
  text-align:center;
}
.t-campaign-information__list {
  width: 940px;
  max-width: 100%;
  margin: 50px auto 0;
}

.p-item-concept-information__text{
text-align:center;
margin:auto;

}
.t-campaign-information__list-group {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.t-campaign-information__list-group-item {
  display: flex;
  padding: 5px;
}
.t-campaign-information__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  background-color: #222a33;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.857;
  letter-spacing: 0.025em;
}
.t-campaign-information__thumb {
  width: 100%;
  max-height: 126px;
  margin-bottom: 15px;
}
.t-campaign-information__thumb img {
  width: 100%;
}
.t-campaign-information__title {
  margin-bottom: 35px;
  text-decoration: underline;
}
.t-campaign-information__except {
  margin-bottom: 20px;
}
.t-campaign-information__category {
  padding-left: 30px;
  position: relative;
  margin-top: auto;
  font-size: 12px;
  font-size: 1.2rem;
}
.t-campaign-information__category-icon {
  width: 25px;
  position: absolute;
  top: -3px;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .t-campaign-information__list-group-item {
    /*width: 33.333%;*/
  }
}
@media screen and (max-width: 767px) {
  .t-campaign-information__container {
    padding: 55px 0 50px;
  }
  .t-campaign-information__list {
    margin-right: -5px;
    margin-left: -5px;
  }
  .t-campaign-information__list-group-item {
    /*width: 50%;*/
  }
  .t-campaign-information__card {
    padding: 10px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .t-campaign-information__category {
    padding-left: 20px;
    font-size: 10px;
    font-size: 1rem;
  }
  .t-campaign-information__category-icon {
    width: 17px;
    top: 1px;
  }
}


/*追加検討*/

.p-item-feature04.t-campaign__section:after,
.p-item-feature05.t-campaign__section:after,
.p-item-feature06.t-campaign__section:after
{    content: '';
    position: absolute;
    display: block;
    width: calc(100% - 30px);
    max-width: 1200px;
    height: 2px;
    background: #b7c9de!important;
    margin-left: auto;
    margin-right: auto;

    left: 0;
    right: 0;
    bottom: 0;}
	
	
/*SERVICE*/
.p-item-service {
  margin:80px auto 20px auto;
}

#h07.p-item-service {
    margin: 0;
}

.p-item-service.explain{
  background-color:#f0f8ff!important;
  max-width: 100%!important;
  font-size:80%;
}
.t-campaign-service__container{
  display: flex;
 flex-wrap: wrap;
  justify-content: flex-end;
 flex-direction: column-reverse;
 margin-right: auto;
 margin-left: auto;
 width:50%;
  padding-top:20px;
  padding-bottom: 40px;

}
.p-item-service__heading{
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.471;
  letter-spacing: 0.025em;
  text-align:center!important;
}
.p-item-service__heading .is-subheading {
  display: block;
  margin: 10px auto;
  color: #525da3;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0;
  /*text-shadow: 0 0 15px rgba(234, 85, 4, 0.8);*/
text-align:center;
  background: #063190;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.p-item-service__contents{
  margin-left: auto;
  margin-right: auto;
  padding:10px 0;
}

.t-campaign-service__container__top{
text-align:left;
}

.p-item-service__contents .t-campaign__text{
	padding:20px 50px;
}

.p-item-service__images{
max-width:400px;
  margin-left: auto;
  margin-right: auto;
}
.t-campaign-service__container__contents{
  display: flex;
 flex-direction: row;
 flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  padding-bottom: 60px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
.p-item-service__contents .t-campaign__text{
	padding:0px;
}

.t-campaign-service__container__contents{
 flex-direction: column;
}
.p-item-service__images{
max-width:360px;
  margin-left: auto;
  margin-right: auto;
}

.t-campaign-service__container{
width:90%;
}

.p-item-service__contents .p-item-service__heading{
font-size:20px;
font-size:2.0rem;
text-align:center;

}
.p-item-service__contents .p-item-service__heading span.is-subheading{
font-size:20px;
font-size:2.0rem;
text-align:center;
}

}

/*TABLE*/

.t-campaign__table_wrap{
	margin: 0 0 20px;
}
.t-campaign__table{
	width:100%;
    border-top: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    color: #ffffff;
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
.t-campaign__table{
}
.t-campaign__table td {
    font-size: 1.3rem;
}
.t-campaign__table_wrap{
overflow-x: scroll;
}
}

.t-campaign__table thead{
   /* background: linear-gradient(0deg, #181818, #4b4b4b);
    position: sticky;
    top: 73px;
    z-index: 6;*/
}
.t-campaign__table thead th:first-child{
    width: 150px;
    background-image: url(https://www.pc-koubou.jp/wp/wp-content/uploads/2024/01/theta_shasen.png);
    background-size: 100% 100%;
    background-color: #ffffff;
}
.t-campaign__table thead th{
    height: 100px;
    padding: 10px 5px;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    text-align: center;
    vertical-align: middle;
}
.t-campaign__table thead td{
    width: 150px;
    padding: 0;
    font-size: 13px;
    font-size: 1.3rem;
    position: relative;
    color: #565960;
	}
	
.t-campaign__table th{	
	    left: 0;
    z-index: 5;
    background-color: #187FCC;
    line-height: 2rem;
	    height: 80px;
    padding: 10px 5px;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    text-align: center;
    vertical-align: middle;
	}
	
	
.t-campaign__table td{	
	/*width: 150px;*/
    font-size: 1.6rem;
	font-weight:700;
    position: relative;
    color: #e60b11;
	 height: 80px;
    padding: 3px;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    text-align: center;
    vertical-align: middle;
	}

	
	

/*リンクボタン*/
p.page-link{
	text-align:center!important;
}

table.t-campaign__table  ~  p:not(.page-link){
    font-size: 16px;
    font-size: 1.6rem;
	margin:auto 20px;
	text-align:left;
}

table.t-campaign__table  ~  p a:link{
color:#187FCC;
}
table.t-campaign__table  ~  p a:visited{
color:#187FCC;
}


@media screen and (max-width: 767px) {
table.t-campaign__table  ~  p:not(.page-link){
    font-size: 1.5rem;
}
}

table.t-campaign__table  ~  p.page-link	{
	text-align:center;
	margin-top:20px;
}
	
.t-campaign__table-responsive p.page-link.round a:after {
    transform: rotate(135deg);
	    margin-top: -7px;
}
.t-campaign__table-inner{
	max-width:1200px;
	margin:auto;
}

@media screen and (max-width: 767px) {
.t-campaign__table-inner {
    margin: 0 20px;
}
.t-campaign__table td {
    font-size: 1.3rem;
}
.t-campaign__table th, .t-campaign__table td {
    display: block;
    height: unset;
    padding: 10px 5px;
}
}

.page-link.round a {
    padding: 12px 40px !important;
    display: inline-block;
    margin: auto;
    font-family: inherit;
    position: relative;
    background-image: none !important;
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #afb2b3;
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 18px;
    border-radius: 22px !important;
    margin-top: 20px;
    transition: all .4s ease;
}

.page-link.round a:hover {
    background-color: #000000 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.page-link.round a:hover:after {
    background: none;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.page-link.round a:after {
    content: '';
    width: 10px !important;
    height: 10px !important;
    border: 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
    transform: rotate(45deg);
    background-image: none !important;
    transition: all .4s ease;
}


/*募集ボタン調整*/
li.catnav-links-item.recruite{
	display:none;
}

/*
.theme-full_campaign ul.menu{
	 max-width: 1200px;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
	margin:40px auto;
	    position: sticky;
    top: 0px;
	z-index:100;
}
.theme-full_campaign ul.menu li{
 	display: flex;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight:500;
    padding: 2px 4px 12px 4px;
    text-align: center;
    height: 60px;
    width: 14.28%;
    justify-content: space-around;
    align-items: center;
		border-right:1px solid #cccccc;
		background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(240, 240, 240, 1));
		line-height:1.4;
}

.theme-full_campaign ul.menu li:hover{
text-decoration: underline!important;

/*background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(154, 204, 255, 1));*/



.theme-full_campaign ul.menu li.last{
	border-right:none;
	
}

.theme-full_campaign ul.menu a{
	display:contents;
		color:#063190;
}

.theme-full_campaign ul.menu a li p{
display:contents;

}


.theme-full_campaign ul.menu a li p::after{
content: "▼";
display: block;
    position: absolute;
    top: 40px;
}
.theme-full_campaign ul.menu a li:hover + ul.menu a li p::after{
	color:#ff0000;
}

@media screen and (max-width: 767px) {

/*.theme-full_campaign ul.menu{display:none;}*/

}


/*20250227メニュー項目追加*/
:root {
  --black: #000000;
  --lightBlue:#91EEFF;
  --mediumBlue: #83A9FF;
  --blue:#187FCC;
  --white: #FFFFFF;
  --lightGray:#F6F6F6;
  --gray:#E9ECED;
  --mediumGray: #DEDEDE;
  --deepGray: #DDDDDD;
  --darkGray: #CCCCCC;
  --red: #DD0033;
  --orange: #FF7600;
  --swiper-pagination-color: #4A4A4A;
  --nsj: "Noto Sans JP", sans-serif;
  --ms: "Montserrat", sans-serif;
}

.p-news__list {
    margin-top: 6.8rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem 4rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.l-container, .l-container--minWidth {
    max-width: 120rem;
    width: 100%;
    padding: 0 2rem;
    margin: 0 auto;
}
.p-news__list {
    margin-top: 6.8rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem 4rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.p-news__listItemLink {
    display: block;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.3846153846;
    padding: 1rem 5% 0.8rem 2rem;
    border-radius: 6px;
    background-color: var(--gray);
    position: relative;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media screen and (max-width: 1023px) {
    .p-news__list {
        margin-top: 5.4rem;
        -ms-grid-columns: 1fr 1.1rem 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 1rem 1.1rem;
    }
}
@media (max-width: 766px) {
    .p-news__list {
        margin-top: 5.4rem;
        -ms-grid-columns: 1fr 1.1rem 1fr;
        grid-template-columns: 1fr;
        gap: 1rem 1.1rem;
    }
.p-news__listItemLink {
    padding: 1rem 2rem 0.8rem 2rem !important;
}
}


