
@charset "UTF-8";

.hpb-parts-cnt-style {
    border-color: #CCCCCC;
}
.hpb-parts-hl-style {
    border-color: #ffd200;
}
.hpb-parts-cbox-style {
    border-color: #CCCCCC;
}
.hpb-parts-hr-style {
    border-color: #CCCCCC;
}
.hpb-parts-pbox-style {
    border-color: #CCCCCC;
}
.hpb-parts-pbox-style h4 {
    padding: 0px !important;
}
.hpb-parts-blist-style {
    background-color: #f8f8f8;
    border-color: #e4e4e4;
}
a.hpb-parts-blist-style:link,
a.hpb-parts-blist-style:visited {
    color: #333;
}
a.hpb-parts-blist-style:hover,
a.hpb-parts-blist-style:active {
    color: #FF9C00;
}
.hpb-parts-cnt-01,
.hpb-parts-cnt-02 {
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 5px;
}

.top_thumbnail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    margin: 48px auto;
    padding: 0;
    width: 100%;
    max-width: 1200px;
    font-size: 16px;
    letter-spacing: 1px;
    list-style-type: none;
    text-align: center;
}
.pc-description {
    width: 45%;
    display: flex;
    flex-direction: column;
    text-align: justify;
}
.pcd_img_arrow {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    font-family: verdana, "Oswald", "century gothic", "Avenir", "Helvetica Neue", Helvetica, Arial, verdana;
    text-align: center;
    color: rgb(244, 171, 51);
    background-color: white;
    border: 1px solid #f4ab33;
    border-radius: 4px;
    padding: 15px 0;
    margin-top: auto;
    transition: transform 0.65s;
    appearance: none;
}
p {
    display: block;
    margin: 1em 0;
}
.pc_img {
    width: 45%;
}
.pc-description .pcd_img_arrow {
    width: 100%;
    text-align: center;
    color: orange;
    border: 1px solid #f4ab33;
    border-radius: 4px;
    padding: 15px 0;
    margin-top: auto;
    transition: transform 0.65s;
}
.pc-description .pcd_img_arrow:hover {
    text-decoration: none;
    color: white;
    background-color: orange;
    opacity: 1;
}
.pc_img img {
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 10px 60px -20px, rgba(0, 0, 0, 0.3) 0px 10px 50px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.pc_img img:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
a:hover img {
    filter: brightness(105%);
    animation: flash 0.7s;
}
@keyframes flash {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
@media screen and (max-width: 768px) {
    .top_thumbnail.all_contents {
        display: block;
    }
    .pc_img,
    .pc-description {
        width: 90%;
        margin: 0 auto;
    }
    .pc_img {
        margin-bottom: 30px;
    }
    .pc-description .pcd_img_arrow {
        margin-top: 30px;
    }
}
.btn_mousikomi {
    margin: 64px 0;
    text-align: center;
}
.btn_mousikomi i {
    margin: -6px 6px 0;
    vertical-align: middle;
}
.btn_mousikomi a {
    display: inline-block;
    padding: 26px 0;
    width: 520px;
    max-width: 90%;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    background-color: orange;
    box-shadow: 8px 8px 23px -10px #555, -8px -8px 23px -10px #fafeff;
    border-radius: 50px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.15s;
}
.btn_mousikomi a:hover {
    color: orange;
    background-color: white;
    border-color: #dedede;
}
@media screen and (max-width: 768px) {
    .btn_mousikomi a {
        max-width: 90%;
        font-size: 22px;
    }
}

/* レビュー */

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f2f2f2;
}

.reviewcontainer {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

h2 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.review {
  padding: 20px;
  border-radius: 10px;
  background-color: #fffcec;
  margin-bottom: 20px;
}

.review-title {
  font-size: 1.2rem;
  font-weight: bold;
}

.rating {
  color: #ff9c29;
  font-size: 1.2rem;
}

.customer-info {
  margin-top: 10px;
  font-size: 0.9rem;
  display: flex; /* 画像とテキストを並べる */
  align-items: center; /* 中央揃え */
}

.customer-comment {
  margin-top: 10px;
  font-size: 0.9rem;
}

/* 新しく追加するスタイル */
.customer-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}


/* 料金表のスタイル */

    .price-container {
      max-width: 800px;
      margin: 20px auto;
      background-color: #fff;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .price-title {
      text-align: center;
      color: #007BFF;
    }

    #price-table {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 20px;
    }

    #price-table th {
      background-color: #007BFF;
      color: #fff;
      padding: 10px;
      font-size: 1.2em;
      text-align: center;
    }

    #price-table td {
      border: 1px solid #ddd;
      padding: 10px;
      vertical-align: middle;
    }

    .menu-section {
      text-align: center;
    }

    .menu-image {
      width: 100px;
      height: auto;
      display: block;
      margin: 0 auto;
    }

    .price {
      color: #007BFF;
      font-weight: bold;
      font-size: 1.1em;
    }

    .popularity {
      display: inline-block;
      background-color: #ffce00;
      color: #fff;
      padding: 2px 6px;
      border-radius: 4px;
      margin-left: 5px;
    }

    .special-offer {
      display: inline-block;
      background-color: #ff5733;
      color: #fff;
      padding: 2px 6px;
      border-radius: 4px;
      margin-left: 5px;
    }

    .cta-button-blue {
      display: inline-block;
      padding: 10px 20px;
      background-color: #007BFF;
      color: #fff;
      text-align: center;
      border-radius: 4px;
      text-decoration: none;
      transition: background-color 0.3s ease;
    }

    .cta-button-blue:hover {
      background-color: #0056b3;
    }

    .description {
      text-align: left;
    }

    .hide {
      display: none;
    }

    p {
      text-align: center;
    }

    p a.cta-button-blue {
      margin-top: 20px;
    }

    .option-title {
      background-color: #007BFF;
      color: #fff;
      padding: 10px;
      font-size: 1.1em;
      text-align: center;
    }

    .option-section {
      display: flex;
      align-items: center;
    }

    .option-section img {
      width: 80px;
      height: auto;
      margin-right: 20px;
    }

    .option-details {
      flex-grow: 1;
    }

    .option-price {
      color: #007BFF;
      font-weight: bold;
      font-size: 1.1em;
    }

    .option-cta-button {
      display: inline-block;
      padding: 8px 16px;
      background-color: #007BFF;
      color: #fff;
      text-align: center;
      border-radius: 4px;
      text-decoration: none;
      transition: background-color 0.3s ease;
    }

    .option-cta-button:hover {
      background-color: #0056b3;
    }
.menu-image {
  width: 100%; /* 画像の幅を親要素に合わせる */
  max-width: 200px; /* 最大幅を設定 */
  height: auto;
  display: block;
  margin: 0 auto;
}

/* FAQのスタイル */

.faq-wrapper {
  background-color: #f8f8ff; /* お好みの背景色に変更 */
  padding: 30px; /* 60px から 30px に変更 */
  margin-bottom: 30px;
  overflow: auto; /* 内容がはみ出た場合にスクロールバーを表示 */
}

.faq-section {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto; /* 上下のマージンを0にして中央配置 */
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px; /* 上下左右のパディングを一括指定 */
}

.faq-title {
  text-align: center;
  color: #444;
  margin-bottom: 20px;
}

.accordion {
  margin: 20px 0;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-item:last-child {
  border-bottom: none;
}

.acd-check {
  display: none;
}

.acd-label {
  font-size: 16px; /* フォントサイズを調整 */
  padding: 12px 16px; /* パディングを調整 */
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s, box-shadow 0.3s;
}

.acd-label:hover {
  background-color: #f0f0ff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.acd-label::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  font-weight: 900;
  transition: transform 0.3s;
}

.acd-check:checked + .acd-label::after {
  transform: rotate(180deg);
}

.acd-content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease, padding 0.3s ease;
  padding: 0 20px;
}

.acd-content p {
  font-size: 14px; /* フォントサイズを調整 */
  padding: 15px 0; /* パディングを調整 */
  border-top: 1px solid #eee;
  margin-top: 0;
}

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  padding: 15px 20px; /* パディングを調整 */
}

.orange-text {
  color: #FF6600;
}

.bold {
  font-weight: bold;
}

.cta-button {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 30px auto;
  padding: 15px 20px;
  text-align: center;
  background-color: #FF6600;
  color: #fff;
  font-size: 16px; /* フォントサイズを調整 */
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s, box-shadow 0.3s;
}

.cta-button:hover {
  background-color: #e55c00;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}


/* フッタースタイル */
/* Reset some default styles */
body, h1, h2, h3, h4, h5, h6, p, div, footer {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
}

/* General footer styles */
footer {
    text-align: center;
    background-color: #FD7E16; /* Vivid Orange background */
    color: #FFFFFF; /* White text color */
    padding: 10px 0;
}

.footer-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
    color: #FFFFFF;
}

.footer-title,
.footer-subtitle,
.footer-text,
.footer-regions {
    margin-bottom: 20px;
}

.footer-title {
    font-size: 26px;
    font-weight: bold;
}

.footer-subtitle {
    font-size: 18px;
}

.footer-text {
    font-size: 16px;
}

.footer-regions {
    font-size: 14px;
    line-height: 1.5; /* Added for better readability */
}

.footer-regions br {
    display: block;
    margin: 5px 0;
}

.footer-links-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-column {
    flex: 1 1 18%;
    min-width: 150px;
    margin: 10px;
}

.footer-column a {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    color: #FFFFFF; /* Ensures link color is white */
    text-decoration: none;
    transition: transform 0.3s ease, color 0.3s ease; /* Added color transition */
}

.footer-column a:hover {
    transform: scale(1.05);
    color: #FFD700; /* Changes color on hover for better visual feedback */
}

.footer-bottom {
    padding: 10px 0;
    color: #FFFFFF;
    margin-top: 5px;
}

/* Responsive design for mobile devices */
@media (max-width: 600px) {
    .footer-title {
        font-size: 22px;
    }
    .footer-subtitle {
        font-size: 16px;
    }
    .footer-text {
        font-size: 14px;
    }
    .footer-regions {
        font-size: 12px;
    }
    .footer-links-container {
        flex-direction: column;
    }
    .footer-column {
        text-align: center;
        margin: 0 0 20px 0; /* Added margin-bottom for spacing between columns */
    }
}


.button-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1000;
}

.contact-button, .apply-button {
    display: flex;
    align-items: center;
    padding: 15px 25px;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.contact-button {
    background: linear-gradient(135deg, #FF7E5F, #FD7E16);
}

.apply-button {
    background: linear-gradient(135deg, #28a745, #218838);
    position: relative;
    overflow: hidden;
}

.apply-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background: rgba(255, 255, 255, 0.15);
    transform: translate(-50%, -50%) rotate(45deg);
    transition: width 0.3s ease, height 0.3s ease;
}

.apply-button:hover::before {
    width: 400%;
    height: 400%;
}

.contact-button:hover {
    background: linear-gradient(135deg, #FF9A3E, #FF7E5F);
    transform: scale(1.1);
}

.apply-button:hover {
    background: linear-gradient(135deg, #34d058, #28a745);
    transform: scale(1.1);
}

.contact-button img {
    width: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.contact-button:hover::after {
    content: "お困りごとはありませんか？\Aお気軽にお問合せください";
    position: absolute;
    bottom: 100%;
    right: 0;
    background-color: #34d058; /* 緑色の背景 */
    color: #FFFFFF;
    padding: 10px;
    border-radius: 5px;
    max-width: 250px; /* 吹き出しの最大幅を広げる */
    white-space: pre-line; /* ２行表示 */
    transform: translateY(-10px);
    opacity: 0;
    animation: popup 0.3s forwards;
}

.contact-button:hover::before {
    display: none; /* マウスを重ねた時にメッセージを非表示にする */
}

@media (max-width: 600px) {
    .contact-button {
        position: relative;
    }

    .contact-button::before {
        content: "お気軽にご相談ください";
        position: absolute;
        top: -12px; /* ボタンにもう少し重ねる位置 */
        left: 50%;
        transform: translateX(-50%);
        background-color: #34d058; /* 緑色の背景 */
        color: #FFFFFF;
        padding: 1px 6px; /* 緑の枠を小さくする */
        border-radius: 5px;
        font-size: 12px; /* 文字を小さくする */
        font-weight: normal; /* 太字にしない */
        white-space: nowrap;
    }

    .contact-button::after {
        content: none; /* スマホ表示時に吹き出しを表示しない */
    }
}

@keyframes popup {
    0% {
        opacity: 0;
        transform: translateY(0);
    }
    100% {
        opacity: 1;
        transform: translateY(-10px);
    }
}

@media (max-width: 600px) {
    .button-container {
        bottom: 10px;
        right: 10px;
    }

    .contact-button, .apply-button {
        padding: 12px 20px;
        font-size: 14px;
    }
}






/* スクロールイメージコンテナ */
.scroll-image-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #EFF6FC;
}

.scroll-image-section {
    background-color: #FFFFFF;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 8px;
}

.scroll-image-section h2 {
    font-size: 23px;
    color: #2492ff;
    margin-bottom: 10px;
}

.scroll-image-section .highlight {
    background: linear-gradient(transparent 50%, #ffff7f 0%);
}

.scroll-image-section img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.scroll-image-section p {
    font-size: 16px;
    line-height: 1.5;
}

.btn_mousikomi {
    margin-top: 20px;
    text-align: center;
}

.btn_mousikomi a {
    background-color: #2492ff;
    color: #FFFFFF;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.btn_mousikomi a span {
    font-size: 18px;
}





.bgp {
    background-image: url(harddisk8.png); /　div CLASSでかっこの中を画像URLにすると背景にできる HDDの写真
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-attachment: fixed;

}

.bgp5 {
    background-image: url(pcset.jpg); /　div CLASSでかっこの中を画像URLにすると背景にできる HDDの写真
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-attachment: fixed;

}

.bghdd {
    background-image: url(hddhaikei.png); /　div CLASSでかっこの中を画像URLにすると背景にできる HDDの写真
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-attachment: fixed;

}

.bgssd {
    background-image: url(ssdu.jpeg); /　div CLASSでかっこの中を画像URLにすると背景にできる HDDの写真
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-attachment: fixed;

}


.fontoz2 {
	font-family: 'Shippori Mincho', serif;
font-size: 40px;

}

.notosan {
	font-family: 'Noto Serif JP', serif;
font-size: 17px;
text-shadow: 1px 1px 2px #808080;
}

.fontokaisei {
	font-family: 'Kaisei Tokumin', serif;
font-size: 17px;
text-shadow: 1px 1px 2px #808080;
}

.fontos {
	font-family: 'Kaisei Tokumin', serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Shippori Mincho', serif;
font-size: 17px;
text-shadow: 1px 1px 2px #808080;
}

.fontoz {
	font-family: 'Shippori Mincho', serif;
font-size: 17px;
text-shadow: 2px 2px 2px white;
}


.fontvs {
	font-family: "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック";
	font-size: 17px;
	font-weight : 500;
	font-color: rgb(14, 14, 14);
    padding-left: 10%;
    padding-right: 10%;
}


.fontvs2 {
	font-family: 'notosansjp','Noto Sans JP''YuGothic','游ゴシック', 'Hiragino Kaku Gothic Pro', "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック";
	font-size: 23px;
font-weight : 800;
	color:#233237;
letter-spacing: -2px;
    padding-left: 10%;
    padding-right: 10%;
}

.fontvs3 {
	font-family: 'notosansjp','Noto Sans JP''YuGothic','游ゴシック', 'Hiragino Kaku Gothic Pro', "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック";
	font-size: 60px;
font-weight : 800;
	color:#0fafaa;
letter-spacing: -5px;
    padding-left: 5%;
    padding-right: 5%;
}

.fontvs3 span {
	font-family: 'notosansjp','Noto Sans JP''YuGothic','游ゴシック', 'Hiragino Kaku Gothic Pro', "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック";
	font-size: 40px;
font-weight : 800;
	color:#0fafaa;
letter-spacing: -5px;
}

.fontvs5 {
	font-family: 'notosansjp', 'Noto Sans JP';
	font-size: 60px;
	font-weight: 800;
	color: rgb(15, 71, 174);
	letter-spacing: -5px;
	padding-left: 5%;
	padding-right: 5%;
}

.fontvs5 span {
	font-family: 'notosansjp', 'Noto Sans JP';
	font-size: 40px;
	font-weight: 800;
	color: rgb(15, 71, 174);
	letter-spacing: -5px;
}

.fontvs5 span.xs {
	font-family: 'notosansjp', 'Noto Sans JP';
	font-size: 36px;
	font-weight: 800;
	color: rgb(15, 71, 174);
	letter-spacing: -5px;
}

@media only screen and (max-width: 700px){
.fontvs2 {
	font-family: 'notosansjp','Noto Sans JP''YuGothic','游ゴシック', 'Hiragino Kaku Gothic Pro', "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック";
	font-size: 15px;
font-weight : 800;
	color:#233237;
letter-spacing: -1px;
}

.fontvs3 {
	font-family: 'notosansjp','Noto Sans JP''YuGothic','游ゴシック', 'Hiragino Kaku Gothic Pro', "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック";
	font-size: 28px;
font-weight : 800;
	color:#0fafaa;
letter-spacing: -1px;
    padding-left: 5%;
    padding-right: 5%;
}

.fontvs3 span {
	font-family: 'notosansjp','Noto Sans JP''YuGothic','游ゴシック', 'Hiragino Kaku Gothic Pro', "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック";
	font-size: 20px;
font-weight : 800;
	color:#0fafaa;
letter-spacing: -1px;
}

.fontvs5 {
	font-family: 'notosansjp', 'Noto Sans JP';
	font-size: 32px;
	font-weight: 800;
	color: rgb(15, 71, 174);
	letter-spacing: -1px;
	padding-left: 5%;
	padding-right: 5%;
}

.fontvs5 span {
	font-family: 'notosansjp', 'Noto Sans JP';
	font-size: 22px;
	font-weight: 800;
	color: rgb(15, 71, 174);
	letter-spacing: -1px;
}

.fontvs5 span.xs {
	font-family: 'notosansjp', 'Noto Sans JP';
	font-size: 27px;
	font-weight: 800;
	color: rgb(15, 71, 174);
	letter-spacing: -1px;
}
