@charset "UTF-8";
/******************************************************************************
******************************************************************************
**
** sp.cssにおいて ( var.3.1.3 )
** -- baseでは基本タグとサイト大枠のCSS指定
** -- headerではヘッダーのCSS指定
** -- global navではグローバルナビのCSS指定
** -- contentではコンテント・メイン・サイドナビのCSS指定
** -- footerではフッターのCSS指定
** -- pagetopではページトップボタンのCSS指定
** -- indexではトップページのCSS指定
** -- pageでは汎用ページのCSS指定
** -- styleでは汎用ページのコンテンツ（データ入れ）で使用する基本タグのCSS指定
**
** 注意事項
** -- CSSの命名規則はApplicatsオリジナルの命名規則を採用しています。
** -- 初期フォントサイズはreset.cssにて13pxにリセットしています。
** -- 行間は1.6にリセットしています。
**        単位は不要です。(スタイル崩れする可能性有)
** -- コンテンツ内のフォントサイズ・行間は
**        [ base ]のcontentsクラスで指定しています。
**        変更する場合はこちらを変更してください。
**
******************************************************************************
******************************************************************************/
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** style
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** base
******************************************************************************
----------------------------------------------------------------------------*/
html,
body {
  overflow-x: hidden;
}

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
.hd_bg {
  border-top: 5px solid #122858;
}
.hd_bg .hd {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1rem;
}
.hd_bg .hd .hd_logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 12vw);
}
.hd_bg .hd .hd_logo img {
  width: 100%;
  height: auto;
}
.hd_bg .hd .hd_logo .logo_s {
  display: block;
  margin-top: 0.5rem;
}
.hd_bg .hd .hd_nav {
  display: none;
}
.hd_bg .hd .hd_jasdaq {
  width: calc(100% - 60vw);
  margin: 0 0 0 10px;
}
.hd_bg .hd .hd_jasdaq img {
  width: 100%;
  mix-blend-mode: multiply;
  -webkit-backface-visibility: hidden;
}
.hd_bg .hd .hd_jasdaq span {
  font-size: 10px !important;
}
.hd_bg .hd .hd_nav_otoi {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 1%;
}
.hd_bg .hd .hd_nav_otoi nav > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.hd_bg .hd .hd_nav_otoi nav > ul > li {
  position: relative;
}
.hd_bg .hd .hd_nav_otoi nav > ul > li a {
  display: block;
  padding: 2px;
  background: #fff;
  color: #F00;
  font-size: calc(17px + 10 * (100vw - 500px) / 200);
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border: 1px solid #F00;
  border-radius: 3px;
  transition: All 0.5s ease;
}
.hd_bg .hd .hd_nav_otoi nav > ul > li a:hover {
  background: #F00;
  color: #fff;
}
.hd_bg .hd .hd_nav_otoi nav > ul > li .sp_hide {
  display: none;
}

/*----------------------------------------------------------------------------
******************************************************************************
** global nav
******************************************************************************
----------------------------------------------------------------------------*/
.nav {
  background: #f9f9f9;
  color: #122858;
  height: calc(100% + 500px);
  padding-bottom: 500px;
  z-index: 200;
  width: 90%;
  overflow-x: none;
  overflow-y: auto;
  top: 0px;
  right: -90%;
  position: fixed;
  transition: All 0.5s ease;
}
.nav #hd_search {
  padding: 20px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.nav #hd_search #s {
  width: 60%;
  height: 30px;
  margin: 0 5px 0 0;
  padding: 2px 5px;
  border: 1px solid #aaa;
}
.nav #hd_search button {
  padding: 4px 10px;
  background: #2973a6;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 3px;
}
.nav .nav_list > li > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 1.1rem;
  color: #122858;
  font-weight: bold;
  display: block;
  padding: 0.6rem 1rem;
  text-decoration: none;
  position: relative;
}
.nav .nav_list > li > a:hover, .nav .nav_list > li > a.current {
  background: #2973a6;
  color: #fff;
}
.nav .nav_list > li.apnet .nav_clist > li > a {
  background-color: #76b900;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #FFF;
  display: block;
  font-size: 1rem;
  padding: 0.6rem 1.5rem;
  text-decoration: none;
}
.nav .nav_list > li.apnet .nav_clist > li > a:hover, .nav .nav_list > li.apnet .nav_clist > li > a.current {
  background: #000;
  color: #76b900;
}
.nav .nav_list > li.apnet > a {
  background: #76b900;
  color: #FFF;
}
.nav .nav_list > li.apnet > a:hover, .nav .nav_list > li.apnet > a.current {
  background: #000;
  color: #76b900;
}
.nav .nav_list > li.alteembtn .nav_clist > li > a {
  background-color: #FFFF00;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #000;
  display: block;
  font-size: 1rem;
  padding: 0.6rem 1.5rem;
  text-decoration: none;
}
.nav .nav_list > li.alteembtn .nav_clist > li > a:hover, .nav .nav_list > li.alteembtn .nav_clist > li > a.current {
  background: #000;
  color: #FFFF00;
}
.nav .nav_list > li.alteembtn > a {
  background: #FFFF00;
  color: #000;
}
.nav .nav_list > li.alteembtn > a:hover, .nav .nav_list > li.alteembtn > a.current {
  background: #000;
  color: #FFFF00;
}
.nav .nav_clist > li > a {
  background-color: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #122858;
  display: block;
  font-size: 1rem;
  padding: 0.6rem 1.5rem;
  text-decoration: none;
}
.nav .nav_clist > li > a:hover, .nav .nav_clist > li > a.current {
  background-color: #000;
  box-shadow: 0 0 4px rgba(255, 0, 0, 0.2);
}
.nav .nav_glist > li > a {
  background-color: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  display: block;
  font-size: 11px;
  padding: 1em 1em 1em 3em;
  text-decoration: none;
}
.nav .nav_glist > li > a:hover, .nav .nav_glist > li > a.current {
  background-color: #000;
  box-shadow: 0 0 4px rgba(255, 0, 0, 0.2);
}
.nav .sp_nav_sub_list > li > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 1.1rem;
  color: #122858;
  font-weight: bold;
  display: block;
  padding: 0.6rem 1rem;
  text-decoration: none;
  position: relative;
}

.sp_nav_open {
  right: 0 !important;
}

.sp_nav_trigger {
  cursor: pointer;
  z-index: 1000;
  position: fixed !important;
  top: 25px;
  right: 15px;
  margin-top: -5px;
  width: 36px;
  height: 24px;
}
.sp_nav_trigger span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #122858;
  border-radius: 4px;
  transition: all 0.4s;
  box-sizing: border-box;
}
.sp_nav_trigger span:nth-of-type(1) {
  top: 0;
}
.sp_nav_trigger span:nth-of-type(2) {
  top: 10px;
}
.sp_nav_trigger span:nth-of-type(3) {
  bottom: 0;
}
.sp_nav_trigger::after {
  position: absolute;
  left: 0;
  bottom: -20px;
  content: "MENU";
  display: block;
  width: 100%;
  padding-top: 20px;
  color: #122858;
  font-size: 10px;
  text-decoration: none;
  text-align: center;
  transition: all 0.4s;
}
.sp_nav_trigger.sp_active::after {
  content: "CLOSE";
  bottom: -25px;
  color: #122858;
}
.sp_nav_trigger.sp_active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
  background: #122858;
}
.sp_nav_trigger.sp_active span:nth-of-type(2) {
  opacity: 0;
  background: #122858;
}
.sp_nav_trigger.sp_active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
  background: #122858;
}

/*----------------------------------------------------------------------------
******************************************************************************
** お問い合わせフォーム
******************************************************************************
----------------------------------------------------------------------------*/
.required-contactform7 {
  display: block;
  float: none !important;
}

/*----------------------------------------------------------------------------
******************************************************************************
** content
******************************************************************************
----------------------------------------------------------------------------*/
.con {
  padding: 0 10px 30px;
}

.con_hd {
  background-color: #122858;
  margin: 0 -1rem;
  padding: 0.5rem 1rem;
}
.con_hd span {
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFF;
}

.main {
  margin-bottom: 30px;
}

.main_hd {
  border-bottom: 1px solid #122858;
  padding: 0.8rem 0.5rem;
  margin-bottom: 1rem;
}
.main_hd h1 {
  margin-bottom: 0.5rem;
  color: #122858;
  font-size: 1.2rem;
}

.main_wide_hd {
  background-color: #122858;
  margin: 0 -1rem;
  padding: 0.5rem 1rem;
}
.main_wide_hd h1 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFF;
}

.side_head {
  background-color: #EEE;
  color: #111;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
  padding: 10px;
  text-align: center;
}

.side_nav_list li a {
  background: url(../../images/icon_arrow_gray.png) no-repeat left center;
  border-bottom: 1px solid #CCC;
  color: #111;
  display: block;
  font-size: 14px;
  padding: 12px 10px;
  text-decoration: none;
}
.side_nav_list li a:hover {
  text-decoration: underline;
}

/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
.ft {
  background-color: #122858;
}

.ft_groupnav {
  background-color: #f8f8f8;
  padding: 1rem 1rem 2rem;
}
.ft_groupnav h3 {
  display: flex;
  font-weight: normal;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 0.5em #333;
  font-size: 16px;
}
.ft_groupnav h3 span {
  font-size: 0.5em;
  opacity: 0.7;
}

.ft_groupnav_list > div {
  margin-bottom: 1em;
}
.ft_groupnav_list h4 {
  color: #666;
  font-size: 0.8em;
  font-weight: normal;
  text-align: center;
}
.ft_groupnav_list ul {
  margin-left: 1em;
}
.ft_groupnav_list ul li {
  margin: 0 0 10px;
  font-size: 14px;
}
.ft_groupnav_list ul li a {
  color: #333;
}
.ft_groupnav_list ul li a:hover {
  text-decoration: none;
}
.ft_groupnav_list > div .jasdaq {
  width: 70%;
  mix-blend-mode: multiply;
}

.ft_btm {
  padding: 1rem 2rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #FFF;
}

.ft_copy {
  font-size: 0.7rem;
  text-align: center;
  margin-top: 1rem;
}

.ft_btm_nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ft_btm_nav li {
  margin: 0 0 0.5rem;
}
.ft_btm_nav a {
  color: #FFF;
  text-decoration: none;
  font-size: 0.8rem;
  display: block;
  padding: 0 0.5rem;
}
.ft_btm_nav a:hover {
  text-decoration: underline;
}

/*----------------------------------------------------------------------------
******************************************************************************
** pagetop
******************************************************************************
----------------------------------------------------------------------------*/
.pt {
  border-radius: 50%;
  background-color: #2973a6;
  bottom: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  right: 10px;
  position: fixed;
  width: 40px;
  z-index: 100;
}
.pt:hover {
  opacity: 0.6;
}

.pt_btn {
  cursor: pointer;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: 5px;
  transform: rotate(45deg);
  position: relative;
}
.pt_btn::before, .pt_btn::after {
  background-color: #FFF;
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}
.pt_btn::before {
  width: 5px;
  bottom: 0;
}
.pt_btn::after {
  height: 5px;
  right: 0;
}

#float {
  display: none !important;
}

/*----------------------------------------------------------------------------
******************************************************************************
** index
******************************************************************************
----------------------------------------------------------------------------*/
.index_con {
  padding: 20px 10px 30px;
}

.index_main {
  margin-bottom: 20px;
}

.index_slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.index_slider .slick-dots {
  position: relative;
  bottom: 0;
}

.index_main .limited_stock_model .limited_stock_model_item {
  margin-bottom: 1em;
}
.index_main .limited_stock_model .limited_stock_model_item:last-of-type {
  margin-bottom: 0;
}
.index_main .limited_stock_model .limited_stock_model_item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1em;
  background: #fff;
  text-decoration: none;
}
.index_main .limited_stock_model .limited_stock_model_item:nth-child(odd) a {
  flex-direction: row-reverse;
}
.index_main .limited_stock_model .limited_stock_model_item a figure {
  width: 80%;
  margin: 0 auto 10px;
}
.index_main .limited_stock_model .limited_stock_model_item a figure img {
  width: 100%;
  height: auto;
}
.index_main .limited_stock_model .limited_stock_model_item a .limited_stock_model_item_txt {
  width: 100%;
  text-align: center;
}
.index_main .limited_stock_model .limited_stock_model_item a .limited_stock_model_item_txt .ttl {
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
.index_main .limited_stock_model .limited_stock_model_item a .limited_stock_model_item_txt .price {
  color: #f00;
  font-size: 24px;
  font-weight: 700;
}
.index_main .index_hardwear {
  margin: 20px 0 0 0;
}
.index_main .index_hardwear_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 60px;
}
.index_main .index_hardwear_list .index_hardwear_list_img {
  width: calc((100% - 30px) / 2);
}
.index_main .index_hardwear_list .index_hardwear_list_img img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}
.index_main .index_hardwear_list .index_hardwear_list_img img:hover {
  opacity: 0.8;
}
.index_main .index_seminer_bg {
  padding: 40px 0;
}
.index_main .index_seminer_bg .index_seminer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index_main .index_seminer_bg .index_seminer_item {
  width: 100%;
  padding: 10px 0;
  border-bottom: solid 2px #bcb6b6;
}
.index_main .index_seminer_bg .index_seminer_item:last-of-type {
  border-bottom: none;
}
.index_main .index_seminer_bg .index_seminer_item:hover {
  opacity: 0.8;
}
.index_main .index_seminer_bg .index_seminer_item a {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  color: #000;
}
.index_main .index_seminer_bg .index_seminer_item a img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
  padding: 10px;
}
.index_main .index_seminer_bg .index_seminer_item a .index_seminer_item_r {
  width: 100%;
  padding: 10px;
}
.index_main .index_seminer_bg .index_seminer_item a .index_seminer_item_r .seminer_tag span {
  font-size: 12px;
  color: #bcb6b6;
  border: solid 2px #bcb6b6;
  padding: 0px 5px;
  border-radius: 3px;
}
.index_main .index_seminer_bg .index_seminer_item a .index_seminer_item_r h3 {
  font-size: 18px;
  padding: 3px 0;
}
.index_main .index_seminer_bg .index_seminer_item a .index_seminer_item_r p {
  font-size: 12px;
}
.index_main .index_seminer_bg .index_seminer02 {
  margin-top: 2rem;
  text-align: center;
}
.index_main .index_seminer_bg .index_seminer02 .index_seminer02_item {
  margin-top: 20px;
}
.index_main .index_seminer_bg .index_seminer02 .index_seminer02_item:first-child {
  margin-top: 0;
}
.index_main .index_seminer_bg .index_seminer02 .index_seminer02_item:hover {
  opacity: 0.8;
}
.index_main .index_seminer_bg .index_seminer02 .index_seminer02_item img {
  width: 100%;
  height: auto;
}
.index_main .index_interview {
  padding: 10px;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index_main .index_interview li {
  width: 100%;
  margin-bottom: 20px;
  border: solid 1px #bcb6b6;
  padding-bottom: 55px;
  position: relative;
}
.index_main .index_interview li a {
  text-decoration: none;
  color: #000;
}
.index_main .index_interview li a img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.index_main .index_interview li a h3 {
  line-height: normal;
  padding: 10px;
  color: #122858;
}
.index_main .index_interview li a p {
  font-size: 12px;
  padding: 0px 10px;
}
.index_main .index_interview li a .tag {
  position: absolute;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 10px;
  bottom: 0;
}
.index_main .index_interview li a .tag span {
  font-size: 12px;
  color: #bcb6b6;
  border: solid 2px #bcb6b6;
  padding: 0px 5px;
  border-radius: 3px;
}
.index_main .index_interview li a .tag::before {
  content: "";
  width: 90%;
  height: 2px;
  position: absolute;
  border-top: dashed 2px #bcb6b6;
  top: -5px;
  right: 50%;
  transform: translateX(50%);
}
.index_main .index_service_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px;
}
.index_main .index_service_list .index_service_list_img {
  width: calc((100% - 10px) / 2);
}
.index_main .index_service_list .index_service_list_img img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}
.index_main .index_service_list .index_service_list_img img:hover {
  opacity: 0.8;
}
.index_main .index_youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.index_main .index_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index_main .index_news_list {
  display: block;
  margin-bottom: 40px;
}
.index_main .index_news_list .news_list_item {
  width: 100%;
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000;
}
.index_main .index_news_list .news_list_item:first-of-type {
  margin-top: -20px;
}
.index_main .index_news_list .news_list_item time {
  width: calc(35% - 10px);
  padding: 5px;
  font-size: 14px;
  text-align: left;
}
.index_main .index_news_list .news_list_item .tag {
  width: calc(70% - 10px);
  padding: 5px;
  font-size: 12px;
  text-align: left;
}
.index_main .index_news_list .news_list_item .tag span {
  color: #bcb6b6;
  border: solid 2px #bcb6b6;
  padding: 0px 15px;
  border-radius: 3px;
}
.index_main .index_news_list .news_list_item .news_list_title {
  width: calc(100% - 10px);
  padding: 5px;
  font-size: 14px;
  text-align: center;
}
.index_main .index_news_list .news_list_item .news_list_title h3 {
  display: inline-block;
  text-align: left;
}
.index_main .index_news_list .news_list_item .news_list_title img {
  width: 90%;
  padding: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.index_main_02 {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.index_main_02 .index_contents_bg {
  position: relative;
  padding: 2rem 10px;
  background-color: #fff;
}
.index_main_02 .index_contents_bg .index_contents .index_contents_item {
  margin-top: 0.5rem;
}
.index_main_02 .index_contents_bg .index_contents .index_contents_item a {
  display: flex;
  align-items: center;
  background-color: #FFF;
  border-radius: 8px;
  border: 1px solid #CCC;
  border-left: 5px solid #213663;
  text-decoration: none;
  color: #111;
}
.index_main_02 .index_contents_bg .index_contents .index_contents_item a .index_contents_item_thum {
  flex-shrink: 0;
  width: 25%;
}
.index_main_02 .index_contents_bg .index_contents .index_contents_item a .index_contents_item_thum img {
  width: 100%;
  height: 25vw;
  -o-object-fit: cover;
  object-fit: cover;
}
.index_main_02 .index_contents_bg .index_contents .index_contents_item a .index_contents_item_con {
  padding: 5px 10px 5px;
  font-size: 0.7rem;
}
.index_main_02 .index_contents_bg .index_contents .index_contents_item a .index_contents_item_con br {
  display: none;
}
.index_main_02 .index_contents_bg .index_contents .index_contents_item a .index_contents_item_con h3 {
  color: #213663;
  font-size: 1rem;
}
.index_main_02 .index_contents_bg .index_contents .index_contents_item a .index_contents_item_con h3 span {
  font-size: 0.65em;
  display: inline-block;
  margin-left: 1em;
}
.index_main_02 .index_contents_bg .index_contents .index_contents_item.item_new {
  position: relative;
}
.index_main_02 .index_contents_bg .index_contents .index_contents_item.item_new a::before {
  position: absolute;
  content: "";
  left: 5;
  right: 0;
  top: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 50px 60px;
  border-color: #f00 transparent transparent transparent;
}
.index_main_02 .index_contents_bg .index_contents .index_contents_item.item_new a::after {
  position: absolute;
  content: "NEW!";
  transform: rotate(45deg);
  display: block;
  font-size: 11px;
  white-space: pre;
  color: #fff;
  top: 14px;
  right: 4px;
  /* left: 508px; */
  text-align: center;
  z-index: 2;
  line-height: 1.2;
}
.index_main_02 .index_contents_bg .index_contents .index_contents_item:hover {
  opacity: 0.8;
}
.index_main_02 .index_column_bg {
  padding: 20px 0;
}
.index_main_02 .index_column_bg .index_column {
  display: flex;
  padding: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index_main_02 .index_column_bg .index_column .index_column_item {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  padding-bottom: 50px;
  text-align: left;
  margin-bottom: 20px;
  border: solid 1px #bcb6b6;
}
.index_main_02 .index_column_bg .index_column .index_column_item .index_column_item_ttl {
  order: 2;
  width: 100%;
  font-size: 14px;
  margin-top: 0.5rem;
  padding: 10px;
}
.index_main_02 .index_column_bg .index_column .index_column_item .index_column_item_thum {
  order: 1;
}
.index_main_02 .index_column_bg .index_column .index_column_item .index_column_item_thum img {
  width: 100%;
  height: 220px !important;
  -o-object-fit: cover !important;
  object-fit: cover;
  font-family: "object-fit: cover!important;";
}
.index_main_02 .index_column_bg .index_column .index_column_item .index_column_item_date {
  order: 3;
  padding: 10px;
}
.index_main_02 .index_column_bg .index_column .index_column_item .tag {
  order: 4;
  position: absolute;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 10px;
  bottom: 0;
}
.index_main_02 .index_column_bg .index_column .index_column_item .tag span {
  font-size: 12px;
  color: #bcb6b6;
  border: solid 2px #bcb6b6;
  padding: 0px 5px;
  border-radius: 3px;
}
.index_main_02 .index_column_bg .index_column .index_column_item .tag::before {
  content: "";
  width: 90%;
  height: 2px;
  position: absolute;
  border-top: dashed 2px #bcb6b6;
  top: -5px;
  right: 50%;
  transform: translateX(50%);
}
.index_main_02 .index_column_bg .index_column .index_column_item a {
  color: #111;
  text-decoration: none;
}
.index_main_02 .index_column_bg .index_column .index_column_toarchive {
  margin-top: 2rem;
}
.index_main_02 .index_pickup_bg {
  position: relative;
  padding: 2rem 10px;
  background-color: #fff;
}
.index_main_02 .index_pickup_bg .index_pickup01,
.index_main_02 .index_pickup_bg .index_pickup02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index_main_02 .index_pickup_bg .index_pickup01 {
  margin-bottom: 2rem;
}
.index_main_02 .index_pickup_bg .index_pickup01 .index_pickup01_item {
  margin-top: 2rem;
  width: calc((100% - 10px) / 2);
}
.index_main_02 .index_pickup_bg .index_pickup01 .index_pickup01_item a {
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 8px;
  overflow: hidden;
  padding: 0.5em;
  color: #213663;
  text-decoration: none;
}
.index_main_02 .index_pickup_bg .index_pickup01 .index_pickup01_item a h3 {
  order: 2;
  font-size: 0.9rem;
}
.index_main_02 .index_pickup_bg .index_pickup01 .index_pickup01_item a .index_pickup01_item_thum {
  height: 20vw;
  margin: -0.5em -0.5em 0.5em;
}
.index_main_02 .index_pickup_bg .index_pickup01 .index_pickup01_item a .index_pickup01_item_thum img {
  width: 100%;
  height: 20vw !important;
  -o-object-fit: cover !important;
  object-fit: cover;
  font-family: "object-fit: cover!important;";
}
.index_main_02 .index_pickup_bg .index_pickup02 .index_pickup02_item {
  margin-top: 0.5rem;
  width: 100%;
}
.index_main_02 .index_pickup_bg .index_pickup02 .index_pickup02_item a {
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 8px;
  overflow: hidden;
  padding: 0.5em;
  color: #213663;
  text-decoration: none;
}
.index_main_02 .index_pickup_bg .index_pickup02 .index_pickup02_item a .index_pickup02_item_thum {
  height: 30vw;
  margin: -1em -1em 1em;
}
.index_main_02 .index_pickup_bg .index_pickup02 .index_pickup02_item a .index_pickup02_item_thum img {
  width: 100%;
  height: 30vw !important;
  -o-object-fit: cover !important;
  object-fit: cover;
  font-family: "object-fit: cover!important;";
}
.index_main_02 .index_pickup_bg .index_pickup02 .index_pickup02_item a .index_pickup02_item_thum.movie {
  position: relative;
  height: 0;
  padding-top: 60%;
  border-radius: 8px 8px 0 0 !important;
  overflow: hidden;
  z-index: 10;
}
.index_main_02 .index_pickup_bg .index_pickup02 .index_pickup02_item a .index_pickup02_item_thum.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index_main_02 .index_pickup_bg .index_pickup02 .index_pickup02_item a h3 {
  order: 2;
}
.index_main_02 .index_pickup_bg .index_pickup03 {
  margin-top: 2rem;
  text-align: center;
}
.index_main_02 .index_pickup_bg .index_pickup03 img {
  width: 100%;
  height: auto;
}

.index_side {
  display: none;
}

.index_main h2,
.index_main_02 h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.index_main h2::after,
.index_main_02 h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #122858;
}

.index_main h2 span,
.index_main_02 h2 span {
  position: relative;
  display: inline-block;
  padding: 0 10px 5px 10px;
  color: #122858;
  font-size: 1.4rem;
}

.index_main h2 span::before,
.index_main_02 h2 span::before {
  display: none;
}

.index_main h2 span::after,
.index_main_02 h2 span::after {
  display: none;
}

.index_main .common_btn,
.index_main_02 .common_btn {
  position: relative;
  width: 260px;
  margin: 10px auto 20px;
}

.index_main h2 span:nth-child(2),
.index_main_02 h2 span:nth-child(2) {
  font-size: 1rem;
}
.index_main h2 span:nth-child(2) a,
.index_main_02 h2 span:nth-child(2) a {
  text-decoration: none;
  color: #122858;
}

.index_main .common_btn a,
.index_main_02 .common_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
  background: #112757;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border: 2px solid #112757;
  border-radius: 10px;
  box-shadow: 0 0 3px #ddd;
  transition: all 0.5s ease;
}

.index_main .common_btn a::before, .index_main .common_btn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.index_main_02 .common_btn a::before, .index_main_02 .common_btn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.index_main .common_btn a::before,
.index_main_02 .common_btn a::before {
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.index_main .common_btn a::after,
.index_main_02 .common_btn a::after {
  right: 22px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.index_main .common_btn a:hover,
.index_main_02 .common_btn a:hover {
  background: #fff;
  color: #112757;
}

.index_main .common_btn a:hover::before,
.index_main_02 .common_btn a:hover::before {
  border: 1px solid #112757;
}

.index_main .common_btn a:hover::after,
.index_main_02 .common_btn a:hover::after {
  border-top: 1px solid #112757;
  border-right: 1px solid #112757;
}

.index_main .lng_btn a {
  background: #2973a6;
  border: 2px solid #2973a6;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 2px;
  transition: 0.5s;
}

/*----------------------------------------------------------------------------
******************************************************************************
** page
******************************************************************************
----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** page
******************************************************************************
----------------------------------------------------------------------------*/
.archive_item {
  border-bottom: 1px solid #CCC;
  padding: 5px 0;
}

.archive_item_date {
  font-size: 0.8rem;
}

.archive_item_ttl {
  font-size: 0.9rem;
}

.archive_item_icon_new {
  display: inline-block;
  color: #C00;
  font-size: 0.9em;
  font-weight: bold;
  margin-left: 0.3em;
}
.archive_item_icon_new:before {
  content: "NEW";
}

/*----------------------------------------------------------------------------
******************************************************************************
** style
******************************************************************************
----------------------------------------------------------------------------*/
.mcon {
  line-height: 1.6;
  word-wrap: break-word;
}
.mcon a img:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.mcon h1 {
  font-size: 20px;
  margin-bottom: 20px;
}
.mcon h2 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.mcon h3 {
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 16px;
}
.mcon h4 {
  font-size: 1.2em;
  margin-bottom: 5px;
  margin-top: 5px;
}
.mcon h5,
.mcon h6 {
  margin-bottom: 2px;
  margin-top: 5px;
}
.mcon hr {
  border: none;
  border-top: 1px dotted #000;
}
.mcon iframe {
  max-width: 100%;
}
.mcon img {
  max-width: 100%;
  height: auto;
}
.mcon ol {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.mcon ol li {
  margin-left: 2em;
  margin-bottom: 0.5em;
}
.mcon p {
  margin-bottom: 1em;
}
.mcon ul {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.mcon ul li {
  list-style-type: disc;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}

/*----------------------------------------------------------------------------
******************************************************************************
** page
******************************************************************************
----------------------------------------------------------------------------*/
/*----kyotokoukajoshi--------*/
.kyotokoukajoshi h3 {
  background-color: rgb(204, 0, 51);
  color: #fff;
  border-radius: 0 45px 45px 0;
  padding: 5px;
  display: flex;
}
.kyotokoukajoshi .c_pink {
  color: rgb(204, 0, 51);
}
.kyotokoukajoshi .bg_yellow {
  background-color: yellow;
  display: inline-block;
  border-radius: 5px;
  padding: 5px;
}
.kyotokoukajoshi img.aligncenter {
  margin: 0 auto 1em !important;
}
.kyotokoukajoshi .box_b {
  align-items: flex-end;
}
.kyotokoukajoshi .box_c div {
  margin: 0 5px;
}
.kyotokoukajoshi .tbl_bdr {
  border-left: none;
}
.kyotokoukajoshi .tbl_bdr td:last-child {
  border-right: none;
}
.kyotokoukajoshi .pc_img {
  position: relative;
}
.kyotokoukajoshi .pc_img .abs {
  position: absolute;
  top: 54%;
  right: -100px;
}
.kyotokoukajoshi .price {
  justify-content: flex-start;
}
.kyotokoukajoshi .price > *:not(:last-child) {
  margin-right: 5px;
}
.kyotokoukajoshi .price .c_red {
  color: #f00 !important;
  font-weight: bold;
  line-height: 1.4;
}
.kyotokoukajoshi .price .c_red span.yen {
  transform: scale(2, 2.5);
  transform-origin: top left;
  margin-right: 70px;
}
.kyotokoukajoshi .flow {
  display: flex;
}
.kyotokoukajoshi .flow li {
  width: 20%;
  list-style: none;
  background-color: #EFEFEF;
  border-radius: 10px;
  padding: 12px 8px;
  position: relative;
}
.kyotokoukajoshi .flow li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 15px solid rgb(75, 75, 75);
  position: absolute;
}
.kyotokoukajoshi .flow li:first-child {
  margin-left: 0;
}
.kyotokoukajoshi .flow li:first-child:before {
  display: none;
}
.kyotokoukajoshi .flow li img {
  height: 80px;
  width: 80px;
}
.kyotokoukajoshi h3 {
  display: block;
  font-size: 15px;
}
.kyotokoukajoshi .pc_img .abs {
  top: 85%;
  left: -5px;
  max-width: 120px;
}
.kyotokoukajoshi .sp_box_c {
  align-items: center;
}
.kyotokoukajoshi .sp_box_c p {
  text-align: left;
}
.kyotokoukajoshi table td {
  display: block;
  width: 100%;
  border-left: none;
  border-right: none;
  text-align: center;
}
.kyotokoukajoshi .flow {
  display: block;
}
.kyotokoukajoshi .flow li {
  display: block;
  width: 80%;
  margin: 0 auto 20px;
}
.kyotokoukajoshi .flow li:first-child {
  margin: 0 auto 20px;
}
.kyotokoukajoshi .flow li:before {
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 15px solid rgb(75, 75, 75);
  border-bottom: none;
  left: 50%;
  top: -17px;
  transform: translate(-50%, 0);
}
.kyotokoukajoshi .btn_bg_blue {
  padding: 0.9em 3em 0.7em;
  margin: 0.5em 0;
  font-size: 16px;
}
.kyotokoukajoshi .bdr_sol_btm {
  border-bottom: 2px solid #000 !important;
  padding-bottom: 0.5rem;
}

/*----------------------------------------------------------------------------
******************************************************************************
** search
******************************************************************************
----------------------------------------------------------------------------*/
.search_list li {
  width: 100%;
  margin: 0 0 1em !important;
  list-style-type: none !important;
}
.search_list li:last-of-type {
  margin-bottom: 0 !important;
}
.search_list li a {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #CCC;
  border-left: 5px solid #213663;
  text-decoration: none;
  color: #111;
  transition: all 0.5s ease;
}
.search_list li a:hover {
  opacity: 0.8;
}
.search_list li a h2 {
  color: #213663;
  font-size: 1.3rem;
  text-align: left;
}
.search_list li a p {
  margin-top: auto;
}

/********
211022 apオンラインバナー右の次回開催追加
********/
.seminar-nexttime-edit {
  position: relative;
  display: block;
}

.next-time {
  font-size: calc(0.625rem + (1vw - 0.01px) * 0.2152);
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 1.5%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11%;
  height: 80%;
  margin: auto 0;
  text-align: center;
  color: #982023;
  border-radius: 100px;
  background: #F9FC02;
}

.seminar-nexttime-edit-donyu .next-time {
  bottom: 8% !important;
  margin: 0;
  top: auto;
  max-height: 40%;
}

.next-time-txt {
  color: #4d4f4e;
}

.next-time-day,
.next-time-tilde {
  font-size: 1.2em;
}

/****************/
.onyaku_intro {
  margin-top: 0 !important;
  padding: 10px;
  background: #008080;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.onyaku_list {
  width: 100%;
  margin: 0 0 40px;
  border: 2px solid #008080;
  table-layout: fixed;
}
.onyaku_list caption {
  padding: 10px 0;
  background: #008080;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.onyaku_list th {
  padding: 5px 10px;
  background: #ebf1de;
  font-weight: 700;
  text-align: center;
  border: 2px solid #008080;
}
.onyaku_list td {
  padding: 5px 10px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #008080;
}

div.ryourikyousitu20220317 {
  position: relative;
  display: block;
}
div.ryourikyousitu20220317 > a.ryourikyousitu20220317_1, div.ryourikyousitu20220317 > a.ryourikyousitu20220317_2, div.ryourikyousitu20220317 > a.ryourikyousitu20220317_3 {
  position: absolute;
  display: block;
  width: 27.89%;
  height: 62.22%;
}
div.ryourikyousitu20220317 > a.ryourikyousitu20220317_1 {
  top: 31.94%;
  left: 5.92%;
}
div.ryourikyousitu20220317 > a.ryourikyousitu20220317_2 {
  top: 31.94%;
  left: 36.28%;
}
div.ryourikyousitu20220317 > a.ryourikyousitu20220317_3 {
  top: 31.94%;
  left: 66.81%;
}

.index-main_inrbnrarea {
  width: 100%;
  padding-top: 0px;
  margin: 0 auto;
  font-size: 1rem;
  padding-bottom: 20px;
}

.top_workstation_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_workstation_box a {
  width: calc(100% - 10px);
  margin-bottom: 20px;
  text-decoration: none;
  color: #000;
}
.top_workstation_box a img {
  width: 100%;
}
.top_workstation_box a .workstation_box_cap {
  padding: 0.3em;
  font-weight: 700;
}

#f-y-e_box {
  border: 0px dotted #AAAAAA;
  background-color: #fff5ed;
}

.index-main_block {
  width: 100%;
  padding: 20px;
  border: 1px dotted #AAAAAA;
  background-color: #FFFFFF;
}

.index-main_2cbnrarea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0px;
}

.index-main_3cbnrarea_img {
  width: 100%;
  box-shadow: 1px 5px 10px #000;
  margin: 10px;
}
.index-main_3cbnrarea_img img {
  width: 100%;
}

.index-main_4cbnrarea_img {
  width: 100%;
  box-shadow: 1px 5px 10px #000;
  margin: 10px;
}
.index-main_4cbnrarea_img img {
  width: 100%;
}

#index-conts_areaflex p img {
  max-width: 100%;
  vertical-align: bottom;
}

.index-main_3cbnrarea_desc {
  width: 100%;
  text-align: right;
  font-size: 0.8rem;
}

p.d_master_ttl {
  width: 950px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  background: #000;
  padding: 10px;
  margin: 0 auto;
  margin-top: 30px;
}

.d_master_content {
  width: 100% !important;
}

/* 5月おすすめワークステーション */
.workstation {
  background: #fff5ed;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.workstation220613 div {
  width: 100%;
}
.workstation220613 div img {
  max-width: 100%;
}

.workstation220613_ft {
  text-align: left;
  margin-bottom: 5px;
  font-size: 1.6rem;
}

.workstation220613 div img:hover {
  opacity: 0.9;
  background: #FFF;
}

.sp {
  display: block;
}

/* 3Dスキャナ */
table.spec {
  width: 100%;
  margin-top: 2rem;
}
table.spec tr {
  border-bottom: 1px solid #cacaca;
}
table.spec th {
  height: 3rem;
}
table.spec td {
  height: 4rem;
  width: 37%;
}
table.spec.scn td {
  width: 74%;
}
table.spec tr:nth-child(1) {
  border-bottom: 3px solid #cacaca;
}
table.spec tr:nth-child(2n) {
  background: #f7f7f7;
}

.sp_br {
  display: block;
}

/* 安心！NAS導入パック */
.nas_content {
  height: 128px;
}

/* Workstation・Sever */
.mb_120 {
  margin-bottom: 120px;
}

.imgfix {
  max-width: 80%;
}

.container-w90_flexbwn {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-image: url(https://www.applied.ne.jp/wp-content/uploads/2022/06/3207417_m.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.lead-area_safe-area {
  margin-bottom: 60px;
  padding: 30px 20px 20px 20px;
}

.image-3c_box {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}

.image-3c_text {
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  padding: 10px 5px;
  margin: 0 !important;
}

.image-3c_area {
  width: 100%;
  margin: 0 auto;
}

.container-w100_flexbwn {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.container-ws {
  width: 100%;
  padding: 0;
  text-align: center;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 28px;
}

.container {
  width: 80%;
  padding: 0;
}

.lead-area_midashi {
  font-size: 25px;
  color: #FFFFFF;
  margin-bottom: 60px;
  margin-top: 0 !important;
}

.container.image-3c_txtbox {
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 10px;
}

p.text-top {
  text-align: center;
  border: 2px dotted #010080;
  margin: 40px 0px 40px;
  font-size: 20px;
  padding: 5px;
}
p.text-bottom {
  text-align: center;
  padding: 15px 5px;
  font-size: 16pt;
  color: #0351f3;
  margin-bottom: 80px;
  border: 2px dotted #010080;
}

.sp_br_none {
  display: none;
}

/* --------------------------------------------プレミアムUページ　茂呂田----------------------------------------------------------------------- */
#premiumU {
  font-feature-settings: "palt";
}
#premiumU ul li {
  list-style: none !important;
}
#premiumU img {
  text-align: center;
}
#premiumU .premiumU_sub_title {
  width: 80%;
  margin: 20px auto;
  text-align: center;
  font-size: 1.5em;
}
#premiumU .contact_office_btn a {
  width: 100% !important;
}

/* メニューボタン */
.premiumU_menu {
  margin-bottom: 50px;
}

.premiumU_menu_ul {
  font-size: 0.4em;
  font-weight: bold;
  list-style: none;
  display: flex;
  justify-content: space-around;
}
.premiumU_menu_ul li {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
}

.premiumU_menu_li_1 {
  display: inline-block;
  background: #fff;
  background-image: linear-gradient(45deg, #33cccc 2em, transparent 0);
  position: relative;
  z-index: 0;
}
.premiumU_menu_li_1:before {
  content: "";
  width: 100%;
  height: 97%;
  position: absolute;
  z-index: -1;
  left: 0;
  transition: 0.2s;
  background-image: linear-gradient(45deg, #0066cc 2em, transparent 0);
}
.premiumU_menu_li_1:hover:before {
  opacity: 0;
}

.premiumU_menu_li_2 {
  display: inline-block;
  background: #fff;
  background-image: linear-gradient(45deg, #33cccc 2em, transparent 0);
  position: relative;
  z-index: 0;
}
.premiumU_menu_li_2:before {
  content: "";
  width: 100%;
  height: 97%;
  position: absolute;
  z-index: -1;
  left: 0;
  transition: 0.2s;
  background-image: linear-gradient(45deg, #0099cc 2em, transparent 0);
}
.premiumU_menu_li_2:hover:before {
  opacity: 0;
}

.premiumU_menu_li_3 {
  display: inline-block;
  background: #fff;
  background-image: linear-gradient(45deg, #33cccc 2em, transparent 0);
  position: relative;
  z-index: 0;
}
.premiumU_menu_li_3:before {
  content: "";
  width: 100%;
  height: 97%;
  position: absolute;
  z-index: -1;
  left: 0;
  transition: 0.2s;
  background-image: linear-gradient(45deg, #99ccff 2em, transparent 0);
}
.premiumU_menu_li_3:hover:before {
  opacity: 0;
}

.premiumU_menu_ul a {
  text-decoration: none;
  text-align: center;
}

.premiumU_menu_a_1 {
  color: #0066cc;
}

.premiumU_menu_a_2 {
  color: #0099cc;
}

.premiumU_menu_a_3 {
  color: #99ccff;
}

/* メニューボタンend */
/* mainコンテンツ */
#premiumU_1 {
  margin-bottom: 50px;
}
#premiumU_1 ul li {
  margin: 0 auto;
}

#premiumU_2 ul li,
#premiumU_3 ul li {
  margin: 0 auto;
}

#premiumU_1 div {
  border: solid 3px #33cccc;
  border-radius: 50px;
  padding: 1em;
}

#premiumU_2,
#premiumU_3 {
  margin-bottom: 50px;
}

#premiumU_2 div,
#premiumU_3 div {
  border: solid 3px #33cccc;
  border-radius: 50px;
  padding: 1em;
}

.premiumU_main_title {
  color: #33cccc;
  font-size: 2em;
  font-weight: bold;
}

#premiumU_1 h3 {
  width: 100%;
  padding-left: 20px;
  margin: 30px auto;
  font-size: 1.4em;
  border-left: 0.5em solid #0066cc;
}

#premiumU_2 h3 {
  width: 100%;
  padding-left: 20px;
  margin: 30px auto;
  font-size: 1.4em;
  border-left: 0.5em solid #0099cc;
}

#premiumU_3 h3 {
  width: 100%;
  padding-left: 20px;
  margin: 30px auto;
  font-size: 1.4em;
  border-left: 0.5em solid #99ccff;
}

.premiumU_main_1 {
  font-size: 1em;
  text-align: center;
}

.premiumU_main_2 {
  margin-bottom: 30px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.premiumU_main_2 li {
  padding-top: 10px;
  width: 100%;
  font-size: 1.4em;
  text-align: center;
}
.premiumU_main_2 .premiumU_main_110 {
  font-size: 48px;
}
.premiumU_main_2 span {
  margin-top: 5px;
  display: block;
  line-height: 21px;
  font-size: 0.6em;
  color: #33cccc;
}

/* mainコンテンツend */
.premiumU_pc {
  margin-bottom: 50px;
}
.premiumU_pc img {
  text-align: center;
}

.premiumU_pc_ul {
  display: flex;
  justify-content: space-around;
  padding-right: 20px;
}
.premiumU_pc_ul li {
  width: 100%;
}
.premiumU_pc_ul p {
  font-size: 18px;
  text-align: center;
}
.premiumU_pc_ul .premiumU_pc_battery {
  color: #33cccc;
  font-size: 1.4em;
}
.premiumU_pc_ul .premiumU_pc_top_1 {
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
  color: #fff;
  background-color: #33cccc;
  padding: 10px;
}
.premiumU_pc_ul .premiumU_pc_top_2 {
  text-align: center;
  font-size: 12px;
}
.premiumU_pc_ul .premiumU_pc_standard {
  margin: 0 auto;
  font-size: 0.5em;
}

.premiumU_pc_sub {
  margin-bottom: 50px;
}
.premiumU_pc_sub p {
  text-align: center;
}

.premiumU_pc_sub_ul {
  padding-right: 40px;
}
.premiumU_pc_sub_ul li {
  font-size: 24px;
  text-align: center;
  padding: 20px;
  border: solid 5px #0066cc;
  border-radius: 20px;
}

.premiumU_pc_sub_ul_2 {
  width: 100%;
  font-size: 12px;
  margin: 0 auto;
}

.premiumU_sub_title_2 {
  font-weight: bolder;
  text-align: center;
  font-size: 3em;
  color: #33cccc;
}

#premiumU_3 img {
  padding: 15px;
  text-align: center;
}
#premiumU_3 p {
  margin: 10px;
  text-align: center;
  font-size: 1.3em;
}
#premiumU_3 p strong {
  margin: 10px;
  font-size: 1.6em;
}

#premiumU_4 img {
  padding: 15px;
  text-align: center;
}
#premiumU_4 h3 {
  padding: 10px;
  text-align: center;
  font-size: 1.3em;
}
#premiumU_4 p {
  margin: 10px;
  padding: 10px;
  text-align: center;
  font-size: 1.3em;
  color: #33cccc;
}

/* --------------------------------------------プレミアムUページ　茂呂田end----------------------------------------------------------------------- */
/* -------------------------------------------------------------
NVIDIA Jetson特設ページ
----------------------------------------------------------------*/
.con.w_base.Jetson {
  padding: 1rem 0 1rem;
}

.Jetson_main {
  width: 100%;
  padding: 10px;
  background-color: #000;
  color: #fff;
  font-feature-settings: "palt";
}
.Jetson_main h1 {
  font-size: 2rem;
  text-align: center;
  border-bottom: solid #fff;
}
.Jetson_main figure {
  width: 100%;
}
.Jetson_main figure .Jetson_main_p {
  text-align: center;
  font-size: 7rem;
  line-height: 6.5rem;
  background-image: url(https://www.applied.ne.jp/wp-content/uploads/2022/07/20.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.Jetson_main .Jetson_sub_p {
  text-align: left;
  font-size: 1rem;
  margin-bottom: 20px;
  padding: 10px;
  line-height: initial;
}
.Jetson_main figure .Jetson_top_img {
  display: none;
}
.Jetson_main figure p {
  margin: 0 auto;
  padding: 10px;
  text-align: left;
  font-size: 18px;
}
.Jetson_main .h2_1 {
  width: 100%;
  margin-bottom: 20px;
  color: #000;
}
.Jetson_main .h2_1 .h2_1_flex {
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
}
.Jetson_main .h2_1 .h2_1_flex figure {
  padding: 10px;
}
.Jetson_main .h2_1 .h2_1_flex h2 {
  padding: 5px;
  font-size: 1.7rem;
  text-align: center;
  background-color: #cfcfcf;
}
.Jetson_main .h2_1 .h2_1_flex p {
  font-size: 1rem;
  text-align: left;
}
.Jetson_main .h2_1 .h2_1_flex img {
  width: 100%;
  padding: 0 10px 10px 10px;
  -o-object-fit: contain;
  object-fit: contain;
}
.Jetson_main .h2_2 {
  margin-bottom: 20px;
  width: 100%;
}
.Jetson_main .h2_2 .h2_2_flex {
  padding: 10px;
  width: 100%;
  color: #000;
  background-color: #fff;
}
.Jetson_main .h2_2 .h2_2_flex h2 {
  text-align: center;
  font-size: 1.5rem;
  background-color: #cfcfcf;
}
.Jetson_main .h2_2 .h2_2_flex p {
  margin: 0 auto;
  text-align: left;
  font-size: 1rem;
}
.Jetson_main .h2_2 img {
  display: none;
}
.Jetson_main .h2_2 .hide_img {
  display: block;
  width: 100%;
}
.Jetson_main .h2_3 {
  margin-bottom: 40px;
  width: 100%;
}
.Jetson_main .h2_3 .h2_3_flex {
  padding: 10px;
  width: 100%;
  color: #000;
  background-color: #fff;
}
.Jetson_main .h2_3 .h2_3_flex h2 {
  text-align: center;
  font-size: 1.5rem;
  background-color: #cfcfcf;
}
.Jetson_main .h2_3 .h2_3_flex p {
  margin: 0 auto;
  text-align: left;
  font-size: 1rem;
}
.Jetson_main .h2_3 img {
  width: 100%;
  padding: 0px 10px 10px 10px;
  background-color: #FFF;
}
.Jetson_main .h2_4 {
  width: 100%;
  margin-bottom: 20px;
  color: #000;
}
.Jetson_main .h2_4 .h2_4_flex {
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
}
.Jetson_main .h2_4 h2 {
  padding: 5px;
  font-size: 1.7rem;
  text-align: center;
  background-color: #cfcfcf;
}
.Jetson_main .h2_4 .h2_4_flex p {
  font-size: 1rem;
  text-align: left;
}
.Jetson_main .h2_4 img {
  width: 100%;
  padding: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}
.Jetson_main .Product_box {
  width: 100%;
  color: #000;
  background-color: #fff;
}
.Jetson_main .Product_box .Product_item {
  width: 100%;
  padding: 10px 10px 20px 10px;
  border-bottom: dashed #000;
}
.Jetson_main .Product_box .Product_item figure {
  flex-wrap: wrap;
}
.Jetson_main .Product_box .Product_item h3 {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  background-color: #000;
}
.Jetson_main .Product_box .Product_item .Product_item_box_1 p {
  font-size: 14px;
}
.Jetson_main .Product_box .Product_item .Product_item_box_1 img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.Jetson_main .Product_box .Product_item .Product_item_box_2 {
  position: relative;
  width: 100%;
}
.Jetson_main .Product_box .Product_item .Product_item_box_2 .spec {
  font-size: 1rem;
  background-color: #bfbfbf;
}
.Jetson_main .Product_box .Product_item .Product_item_box_2 .spec_g {
  font-size: 1.5rem;
  background-color: #000;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: -0.5rem;
}
.Jetson_main .Product_box .Product_item .Product_item_box_2 .spec_c {
  text-align: right;
  font-size: 3.9rem;
  padding: 10px 0 0 0;
  font-weight: bold;
  color: rgb(255, 0, 0);
}
.Jetson_main .Product_box .Product_item .Product_item_box_2 .spec_z {
  font-size: 10px;
  color: rgb(255, 0, 0);
  position: absolute;
  right: 0;
  bottom: 4rem;
}

.con.w_base.Jetson .contact_office_btn {
  padding: 10px;
}
.con.w_base.DX .mcon .float_L.flex_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.con.w_base.DX .mcon .float_L.flex_box p {
  width: 100%;
}
.con.w_base.DX .mcon .float_L.flex_box .img_1 {
  width: 40%;
}
.con.w_base.DX .mcon .float_L.flex_box .img_2 {
  width: 60%;
}

/* -------------------------------------------------------------
NVIDIA Jetson特設ページ end
----------------------------------------------------------------*/
/* -------------------------------------------------------------
研究・教育DX アプライド導入支援事例ページ
----------------------------------------------------------------*/
/* -------------------------------------------------------------
研究・教育DX アプライド導入支援事例ページ end
----------------------------------------------------------------*/
/* -------------------------------------------------------------
Windows11アップグレード ページ
----------------------------------------------------------------*/
.Windows11_upgrade {
  margin: 0 auto;
  padding: 10px;
}
.Windows11_upgrade .top_text {
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  background: #5B9BD5;
}
.Windows11_upgrade .top_text p {
  font-size: 4vw;
}
.Windows11_upgrade .title_text_01 {
  text-align: center;
  margin-bottom: 1rem;
}
.Windows11_upgrade .title_text_01 p {
  font-size: 3.2vw;
}
.Windows11_upgrade .title_text_01 p:nth-child(2) {
  font-size: 5vw;
  color: #5B9BD5;
}
.Windows11_upgrade .title_text_02 {
  margin-bottom: 5rem;
}
.Windows11_upgrade .title_text_02 img {
  display: none;
}
.Windows11_upgrade .title_text_02 p {
  color: #5B9BD5;
  font-size: 7.5vw;
  font-weight: bolder;
  position: relative;
}
.Windows11_upgrade .title_text_02 p:nth-child(1)::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #91bce5;
}
.Windows11_upgrade .title_text_02 p:nth-child(1)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #91bce5;
}
.Windows11_upgrade .plan {
  margin-bottom: 1rem;
}
.Windows11_upgrade .plan .plan_title {
  margin-bottom: 2rem;
  background: #91bce5;
}
.Windows11_upgrade .plan .plan_title p {
  font-size: 3.5vw;
  margin: 10px;
  color: #fff;
}
.Windows11_upgrade .plan .plan_title p:nth-child(1) {
  font-weight: bolder;
}
.Windows11_upgrade .plan .plan_title p > br {
  display: none;
}
.Windows11_upgrade .plan .plan_title .plan_title_p_01 {
  font-size: 8vw;
}
.Windows11_upgrade .plan .plan_main {
  border: solid 2px #91bce5;
  margin-bottom: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Windows11_upgrade .plan .plan_main .sp_hide {
  display: none;
}
.Windows11_upgrade .plan .plan_main .main_title .main_title_p {
  text-align: center;
  font-size: 9vw;
  font-weight: bolder;
  color: #91bce5;
  position: relative;
}
.Windows11_upgrade .plan .plan_main .main_title .main_title_p::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #444444;
}
.Windows11_upgrade .plan .plan_main .main_title .main p {
  font-size: 3.3vw;
}
.Windows11_upgrade .plan .plan_main .main_title .main img {
  padding: 40px;
}
.Windows11_upgrade .plan .plan_main .main_title .price {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.Windows11_upgrade .plan .plan_main .main_title .price p {
  font-size: 1rem;
}
.Windows11_upgrade .plan .plan_main .main_title .price p:nth-child(1) {
  color: #fff;
  background: #444444;
  font-size: 5vw;
  padding: 2px 6px;
}
.Windows11_upgrade .plan .plan_main .main_title .price p:nth-child(2) {
  color: crimson;
  font-size: 15vw;
  font-weight: bolder;
  margin-bottom: -3px;
}
.Windows11_upgrade .plan .plan_main .main_title .price p:nth-child(3) {
  position: absolute;
  top: -4px;
  right: 21px;
  font-size: 4vw;
  color: crimson;
}
.Windows11_upgrade .plan .main_2 {
  margin-bottom: 2rem;
}
.Windows11_upgrade .plan .main_2 .box {
  display: block;
  border: solid 2px #91bce5;
}
.Windows11_upgrade .plan .main_2 .box > p {
  font-size: 7vw;
  margin: 0;
  padding: 10px;
  text-align: center;
  color: #fff;
  background: #91bce5;
}
.Windows11_upgrade .plan .main_2 .box .box_02 {
  margin: 0;
  padding: 10px;
}
.Windows11_upgrade .plan .main_2 .box .box_02 p {
  font-size: 1.2rem;
  margin: 0;
}
.Windows11_upgrade .plan .main_2 .box .box_02 img {
  padding: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

/* -------------------------------------------------------------
Windows11アップグレード ページ end
----------------------------------------------------------------*/
/* -------------------------------------------------------------
3Dプリンター
----------------------------------------------------------------*/
.print_con_wrap .bdr_sol_btm .contact_office_btn a,
.scan_con_wrap .bdr_sol_btm .contact_office_btn a {
  position: relative;
  display: block;
  width: 100%;
  margin: 20px auto !important;
  padding: 1em 2.3em 1em 1em;
  background: #0075cf;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  text-indent: -0.6em;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  transition: 0.5s all;
}
.print_con_wrap .bdr_sol_btm .contact_office_btn a:after,
.scan_con_wrap .bdr_sol_btm .contact_office_btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

/* -------------------------------------------------------------
3Dプリンター end
----------------------------------------------------------------*/
/* -------------------------------------------------------------
GPUSOROBAN_Q&A
----------------------------------------------------------------*/
/*アコーディオン全体*/
.con.w_base.GPUSOROBAN_QA {
  padding: 20px;
}
.con.w_base.GPUSOROBAN_QA h2 {
  font-size: 6vw !important;
  text-align: left;
  line-height: 1.2;
  text-align: center;
}
.con.w_base.GPUSOROBAN_QA h2 span {
  color: #00A2CB;
  font-size: 10vw;
}
.con.w_base.GPUSOROBAN_QA h3 {
  font-size: 5.5vw;
  margin: 5rem 0 2rem 0;
  padding: 0px 0px 0 1.5rem;
  border-left: solid 5px #122858;
}
.con.w_base.GPUSOROBAN_QA .acd-check {
  display: none;
}
.con.w_base.GPUSOROBAN_QA .acd-label {
  border-bottom: 1px solid #333;
  margin-top: 3rem;
  display: block;
  padding: 1rem 3rem 1rem 10vw;
  font-size: 4vw;
}
.con.w_base.GPUSOROBAN_QA .acd-label::before {
  content: "Q.";
  font-size: 10vw;
  display: block;
  position: absolute;
  left: 15px;
  color: #00A2CB;
  line-height: 0.2;
}
.con.w_base.GPUSOROBAN_QA .acd-label:hover {
  color: #00A2CB;
  cursor: pointer;
  transition: all 0.3s ease;
}
.con.w_base.GPUSOROBAN_QA .acd-label::after {
  border: 1px solid #00A2CB;
  color: #00A2CB;
  box-sizing: border-box;
  content: "+";
  font-size: 4vw;
  margin: -0.5rem 0 0 0;
  padding: 0vw 2vw;
  position: absolute;
  right: 20px;
}
.con.w_base.GPUSOROBAN_QA .acd-content {
  background-color: #d1e8ff;
  height: 0;
  opacity: 0;
  padding: 10px;
  transition: 0.5s;
  visibility: hidden;
  font-size: 3.5vw;
}
.con.w_base.GPUSOROBAN_QA .acd-content::before {
  content: "A.";
  font-size: 8vw;
  display: block;
  position: absolute;
  left: 35px;
  color: #0D3780;
  line-height: 0.2;
}
.con.w_base.GPUSOROBAN_QA .acd-check:checked + .acd-label::after {
  content: "—";
  padding: 1vw 2vw;
  font-size: 2.5vw;
}
.con.w_base.GPUSOROBAN_QA .acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 2rem 1rem 2rem 13vw;
  visibility: visible;
}
.con.w_base.GPUSOROBAN_QA .contact_office_btn {
  margin: 0 auto;
}
.con.w_base.GPUSOROBAN_QA .contact_office_btn a {
  font-size: 3.3vw;
  width: 100%;
}
.con.w_base.GPUSOROBAN_QA .contact_office_btn a::after {
  display: none;
}

/* -------------------------------------------------------------
GPUSOROBAN_Q&A end
----------------------------------------------------------------*/
/* -------------------------------------------------------------
Univ トップページ 改修 230530
----------------------------------------------------------------*/
.Univ_side_nav2 {
  background-color: #efefef;
  padding: 10px;
  margin-bottom: 10px;
}

.index-main_inrbnrarea .tab-group,
.index_hardwear .tab-group {
  display: flex;
  justify-content: center;
}
.index-main_inrbnrarea .tab,
.index_hardwear .tab {
  position: relative;
  font-size: 1rem;
  color: #bcb6b6;
  flex-grow: 1;
  padding: 15px;
  list-style: none;
  border-top: solid 4px #fff;
  border-bottom: solid 2px #CCC;
  text-align: center;
  cursor: pointer;
}
.index-main_inrbnrarea .tab::after,
.index_hardwear .tab::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 16px;
  top: calc(50% - 10px);
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(135deg) translateY(-50%);
  color: inherit;
}
.index-main_inrbnrarea .panel-group,
.index_hardwear .panel-group {
  padding: 10px;
  padding-bottom: 0px;
}
.index-main_inrbnrarea .panel,
.index_hardwear .panel {
  display: none;
}
.index-main_inrbnrarea .tab.is-active,
.index_hardwear .tab.is-active {
  background: #FFF;
  color: #122858;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.2s ease-out;
  border: solid 1px #CCC;
  border-top: solid 4px #122858;
  border-bottom: none;
}
.index-main_inrbnrarea .tab.is-active::after,
.index_hardwear .tab.is-active::after {
  display: none;
}
.index-main_inrbnrarea .panel.is-show,
.index_hardwear .panel.is-show {
  display: block;
}

.index_hardwear .common_btn_bg_1,
.index_hardwear .common_btn_bg_2 {
  position: sticky;
  background: #fff;
  height: 150px;
  transition: all 0.4s ease-in-out;
}
.index_hardwear .common_btn_bg_1 .common_btn_w,
.index_hardwear .common_btn_bg_1 .common_btn_w,
.index_hardwear .common_btn_bg_2 .common_btn_w,
.index_hardwear .common_btn_bg_2 .common_btn_w {
  position: relative;
  width: 280px;
  margin: 20px auto;
}
.index_hardwear .common_btn_bg_1 .common_btn_w a,
.index_hardwear .common_btn_bg_1 .common_btn_w a,
.index_hardwear .common_btn_bg_2 .common_btn_w a,
.index_hardwear .common_btn_bg_2 .common_btn_w a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
  background: #fff;
  color: #112757;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border: 2px solid #112757;
  border-radius: 10px;
  box-shadow: 0 0 3px #ddd;
  transition: all 0.5s ease;
}
.index_hardwear .common_btn_bg_1 .common_btn a::before, .index_hardwear .common_btn_bg_1 .common_btn a::after,
.index_hardwear .common_btn_bg_2 .common_btn a::before,
.index_hardwear .common_btn_bg_2 .common_btn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.index_hardwear .common_btn_bg_1 .common_btn_w a,
.index_hardwear .common_btn_bg_2 .common_btn_w a {
  cursor: pointer;
}
.index_hardwear .common_btn_bg_1 .common_btn_w a::before,
.index_hardwear .common_btn_bg_1 .common_btn_w a::after,
.index_hardwear .common_btn_bg_2 .common_btn_w a::before,
.index_hardwear .common_btn_bg_2 .common_btn_w a::after {
  content: "";
  position: absolute;
  right: 10px;
  width: 20px;
  height: 2px;
  background-color: #112757;
  top: 50%;
  transform: translateY(-50%);
}
.index_hardwear .common_btn_bg_1 .common_btn_w a::before,
.index_hardwear .common_btn_bg_2 .common_btn_w a::before {
  transition: transform 0.4s ease-in-out;
  transform: translateY(-50%) rotate(90deg);
}
.index_hardwear .common_btn_bg_1 .common_btn_w a:hover,
.index_hardwear .common_btn_bg_1 .common_btn_w a:hover,
.index_hardwear .common_btn_bg_2 .common_btn_w a:hover,
.index_hardwear .common_btn_bg_2 .common_btn_w a:hover {
  background: #112757;
  color: #fff;
}
.index_hardwear .common_btn_bg_1 .common_btn_w a:hover::before, .index_hardwear .common_btn_bg_1 .common_btn_w a:hover::after,
.index_hardwear .common_btn_bg_1 .common_btn_w a:hover::before,
.index_hardwear .common_btn_bg_1 .common_btn_w a:hover::after,
.index_hardwear .common_btn_bg_2 .common_btn_w a:hover::before,
.index_hardwear .common_btn_bg_2 .common_btn_w a:hover::after,
.index_hardwear .common_btn_bg_2 .common_btn_w a:hover::before,
.index_hardwear .common_btn_bg_2 .common_btn_w a:hover::after {
  background: #fff;
}
.index_hardwear .common_btn_bg_1 {
  margin-top: -149vw;
}
.index_hardwear .common_btn_bg_2 {
  margin-top: -149vw;
}
.index_hardwear .common_btn_bg_1.open,
.index_hardwear .common_btn_bg_2.open {
  margin-top: 10px;
  transition: all 0.4s ease-in-out;
}
.index_hardwear .common_btn_bg_1.open .common_btn_w a:before,
.index_hardwear .common_btn_bg_2.open .common_btn_w a:before {
  transform: translateY(-50%) rotate(0deg) !important;
}

.index_banner_bg {
  position: sticky;
  background-color: #fff;
}

.main_news_release .index_news_list {
  display: block;
  margin-bottom: 40px;
}
.main_news_release .index_news_list .news_list_item {
  width: 100%;
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000;
}
.main_news_release .index_news_list .news_list_item time {
  width: calc(35% - 10px);
  padding: 5px;
  font-size: 14px;
  text-align: left;
}
.main_news_release .index_news_list .news_list_item .tag {
  width: calc(70% - 10px);
  padding: 5px;
  font-size: 12px;
  text-align: left;
}
.main_news_release .index_news_list .news_list_item .tag span {
  color: #bcb6b6;
  border: solid 2px #bcb6b6;
  padding: 0px 15px;
  border-radius: 3px;
}
.main_news_release .index_news_list .news_list_item .news_list_title {
  width: calc(100% - 10px);
  padding: 5px;
  font-size: 14px;
  text-align: center;
}
.main_news_release .index_news_list .news_list_item .news_list_title h3 {
  display: inline-block;
  text-align: left;
}
.main_news_release .index_news_list .news_list_item .news_list_title img {
  width: 90%;
  padding: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.contact_office_btn {
  width: 100%;
}
.contact_office_btn a {
  width: 100% !important;
  font-size: 3.2vw !important;
}

/* -------------------------------------------------------------
Univ トップページ 改修 230530 end
----------------------------------------------------------------*/
/* -------------------------------------------------------------
大学・研究室専門Web制作 固定ページ改修 test
----------------------------------------------------------------*/
.Univ_web_creat p, .Univ_web_creat a, .Univ_web_creat span {
  font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Osaka, Arial, Verdana, sans-serif;
}
.Univ_web_creat a {
  font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Osaka, Arial, Verdana, sans-serif;
  transition: all 0.2s;
}
.Univ_web_creat a:hover {
  opacity: 0.7;
  transition: all 0.2s;
}
.Univ_web_creat img {
  width: 100%;
}
.Univ_web_creat .main_wide {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.Univ_web_creat header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.Univ_web_creat header h1 {
  width: 100%;
  text-align: center;
  font-size: 32px;
  margin: 15px 0;
  padding: 0 10px;
}
.Univ_web_creat header span {
  width: 100%;
  font-size: 2.7vw;
  text-align: center;
  padding: 0 10px 10px 10px;
}
.Univ_web_creat header span br {
  display: none;
}
.Univ_web_creat header a {
  width: 100%;
  border: 2px solid #a1a1a1;
}
.Univ_web_creat .com_1 {
  position: relative;
  text-align: center;
}
.Univ_web_creat .com_1 .box {
  flex-wrap: wrap;
}
.Univ_web_creat .com_1 .box a img {
  padding: 0 10px 10px 10px;
}
.Univ_web_creat .com_1 .web_creat_side {
  width: 100%;
}
.Univ_web_creat .com_1 .web_creat_side .side_banner .bnr_list {
  display: flex;
  flex-wrap: wrap;
}
.Univ_web_creat .com_1 .web_creat_side .side_banner .bnr_list li {
  width: 50%;
}
.Univ_web_creat .com_1 .web_creat_side .side_banner .bnr_list li a img {
  width: 100%;
  padding: 10px;
}
.Univ_web_creat .com_2 .service {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.Univ_web_creat .com_2 .service .service_box {
  width: calc(100% - 20px);
  margin: 10px;
  box-shadow: 3px 3px 8px #9b9b9b;
}
.Univ_web_creat .com_2 .service .service_box a {
  text-decoration: none;
}
.Univ_web_creat .com_2 .service .service_box a h3 {
  font-family: "Noto Serif JP";
  padding: 15px 0;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #0075cf;
}
.Univ_web_creat .com_2 .service .service_box a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Univ_web_creat .com_2 .service .service_box a p {
  color: #000;
  padding: 10px;
}
.Univ_web_creat .com_3 {
  text-align: center;
}
.Univ_web_creat .com_3 > img {
  width: 50%;
}

/* -------------------------------------------------------------
大学・研究室専門Web制作 test 固定ページ改修 end
----------------------------------------------------------------*/
/* -------------------------------------------------------------
大学・研究室専門Web制作 固定ページ改修
----------------------------------------------------------------*/
.Univ_web_creat_b p, .Univ_web_creat_b a, .Univ_web_creat_b span {
  font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Osaka, Arial, Verdana, sans-serif;
}
.Univ_web_creat_b a {
  font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Osaka, Arial, Verdana, sans-serif;
  transition: all 0.2s;
}
.Univ_web_creat_b a:hover {
  opacity: 0.7;
  transition: all 0.2s;
}
.Univ_web_creat_b img {
  width: 100%;
}
.Univ_web_creat_b .main_wide {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.Univ_web_creat_b header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.Univ_web_creat_b header h1 {
  width: 100%;
  text-align: center;
  font-size: 32px;
  margin: 15px 0;
  padding: 0 10px;
}
.Univ_web_creat_b header span {
  width: 100%;
  font-size: 2.7vw;
  text-align: center;
  padding: 0 10px 10px 10px;
}
.Univ_web_creat_b header span br {
  display: none;
}
.Univ_web_creat_b header a {
  width: 100%;
  border: 2px solid #a1a1a1;
}
.Univ_web_creat_b .com_1 {
  position: relative;
  text-align: center;
}
.Univ_web_creat_b .com_1 .box {
  flex-wrap: wrap;
}
.Univ_web_creat_b .com_1 .box a img {
  padding: 0 10px 10px 10px;
}
.Univ_web_creat_b .com_1 .web_creat_side_sp {
  display: block;
  width: 100%;
}
.Univ_web_creat_b .com_1 .web_creat_side_sp .side_banner .bnr_list {
  display: flex;
  flex-wrap: wrap;
}
.Univ_web_creat_b .com_1 .web_creat_side_sp .side_banner .bnr_list li {
  width: 50%;
}
.Univ_web_creat_b .com_1 .web_creat_side_sp .side_banner .bnr_list li a img {
  width: 100%;
  padding: 10px;
}
.Univ_web_creat_b .com_2 .service {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.Univ_web_creat_b .com_2 .service .service_box {
  width: calc(100% - 20px);
  margin: 10px;
  box-shadow: 3px 3px 8px #9b9b9b;
}
.Univ_web_creat_b .com_2 .service .service_box a {
  text-decoration: none;
}
.Univ_web_creat_b .com_2 .service .service_box a h3 {
  font-family: "Noto Serif JP";
  padding: 15px 0;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #0075cf;
}
.Univ_web_creat_b .com_2 .service .service_box a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Univ_web_creat_b .com_2 .service .service_box a p {
  color: #000;
  padding: 10px;
}
.Univ_web_creat_b .com_3 {
  text-align: center;
}
.Univ_web_creat_b .com_3 > img {
  width: 50%;
}
.Univ_web_creat_b .web_creat_side_pc {
  display: none;
}

/* -------------------------------------------------------------
大学・研究室専門Web制作 固定ページ改修 test end
----------------------------------------------------------------*/
/* -------------------------------------------------------------
大学・研究室専門Web制作 テンプレートデザイン一覧ページ
----------------------------------------------------------------*/
.Univ_web_template .top_h2 {
  text-align: center;
  background-color: #122858;
}
.Univ_web_template .top_h2 h2 {
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFF;
  padding: 0.5rem 1rem;
  display: inline-block;
  text-align: left;
}
.Univ_web_template .main_wide {
  position: relative;
  max-width: 1100px;
  width: 100%;
  height: 700vw;
  margin: 0 auto;
}
.Univ_web_template .main_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -------------------------------------------------------------
大学・研究室専門Web制作 テンプレートデザイン一覧ページ end
----------------------------------------------------------------*/
/* -------------------------------------------------------------
大学・研究室専門Web制作 オプション一覧ページ
----------------------------------------------------------------*/
.layout {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.layout .table_options_01,
.layout .table_options_02,
.layout .table_options_03,
.layout .table_options_04,
.layout .table_options_05,
.layout .table_options_06 {
  width: 100%;
  margin: 2% auto !important;
  font-size: 15px;
  border: 1px solid #bbb;
}
.layout .table_options_01 .title,
.layout .table_options_02 .title,
.layout .table_options_03 .title,
.layout .table_options_04 .title,
.layout .table_options_05 .title,
.layout .table_options_06 .title {
  padding: 12px !important;
  text-align: center;
  color: #fff;
  background: #A60B0B;
}
.layout .table_options_01 th,
.layout .table_options_02 th,
.layout .table_options_03 th,
.layout .table_options_04 th,
.layout .table_options_05 th,
.layout .table_options_06 th {
  padding: 10px !important;
  width: 100%;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  background: radial-gradient(100% 46%, circle, #fffafa, #F0F0F0);
}
.layout .table_options_01 td,
.layout .table_options_02 td,
.layout .table_options_03 td,
.layout .table_options_04 td,
.layout .table_options_05 td,
.layout .table_options_06 td {
  width: 100% !important;
  padding: 10px !important;
  border-left: 1px solid #bbb;
}
.layout .table_options_01 tr,
.layout .table_options_02 tr,
.layout .table_options_03 tr,
.layout .table_options_04 tr,
.layout .table_options_05 tr,
.layout .table_options_06 tr {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #bbb;
}
.layout .table_options_01 tr:first-child,
.layout .table_options_02 tr:first-child,
.layout .table_options_03 tr:first-child,
.layout .table_options_04 tr:first-child,
.layout .table_options_05 tr:first-child,
.layout .table_options_06 tr:first-child {
  border-top: none;
}
.layout .table_options_01 td:last-child,
.layout .table_options_02 td:last-child,
.layout .table_options_03 td:last-child,
.layout .table_options_04 td:last-child,
.layout .table_options_05 td:last-child,
.layout .table_options_06 td:last-child {
  color: #c00;
  font-weight: bold;
  text-align: right;
  width: 16%;
  font-style: italic;
  font-size: 23px;
}
.layout .table_options_01 tr td span,
.layout .table_options_02 tr td span,
.layout .table_options_03 tr td span,
.layout .table_options_04 tr td span,
.layout .table_options_05 tr td span,
.layout .table_options_06 tr td span {
  font-size: 10px;
  color: #333;
}
.layout .table_options_01 .title {
  background: #A60B0B;
}
.layout .table_options_01 th {
  background: #FDDBDB;
}
.layout .table_options_02 .title {
  background: #A6700B;
}
.layout .table_options_02 th {
  background: #FAE2B6;
}
.layout .table_options_03 .title {
  background: #68A60B;
}
.layout .table_options_03 th {
  background: #E2FBBD;
}
.layout .table_options_04 .title {
  background: #06A6AA;
}
.layout .table_options_04 th {
  background: #D3FDFE;
}
.layout .table_options_05 .title {
  background: #0350AD;
}
.layout .table_options_05 th {
  background: #DEEDFE;
}
.layout .table_options_06 .title {
  background: #730CA5;
}
.layout .table_options_06 th {
  background: #ECCCFB;
}
.layout .co3 table {
  border-collapse: collapse;
}

/* -------------------------------------------------------------
大学・研究室専門Web制作 オプション一覧ページ end
----------------------------------------------------------------*/
.table_options_01, .table_options_02, .table_options_03, .table_options_04, .table_options_05, .table_options_06 {
  width: 100%;
  margin: 2% auto !important;
  font-size: 15px;
  border: 1px solid #bbb;
}

.table_options_01 tr, .table_options_02 tr, .table_options_03 tr, .table_options_04 tr, .table_options_05 tr, .table_options_06 tr {
  display: flex;
  flex-direction: column;
}

.table_options_01 th, .table_options_02 th, .table_options_03 th, .table_options_04 th, .table_options_05 th, .table_options_06 th {
  width: 100%;
  text-align: center;
}

.table_options_01 td, .table_options_02 td, .table_options_03 td, .table_options_04 td, .table_options_05 td, .table_options_06 td {
  width: 100% !important;
}

.sp_hide {
  display: none;
}

/* -------------------------------------------------------------
HPC　2023年度内 納品確約モデル紹介ページ
----------------------------------------------------------------*/
.con.hpc_nendonai_2023 {
  padding: 0 0 3rem 0;
}
.con.hpc_nendonai_2023 .top_view .top_view_box {
  position: relative;
  width: 100%;
  background: url(../images/asset/hpc_nendonai_2023/image23.jpeg);
}
.con.hpc_nendonai_2023 .top_view .top_view_box .top_view_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(2px 4px 6px #fff);
}
.con.hpc_nendonai_2023 .top_view .top_view_box .top_view_item img {
  width: 34%;
  height: 100%;
  padding: 10px;
}
.con.hpc_nendonai_2023 .top_view h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-size: 9vw;
  text-align: center;
  filter: drop-shadow(2px 4px 6px #000);
}
.con.hpc_nendonai_2023 .mcon_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: 40px auto;
}
.con.hpc_nendonai_2023 .mcon_1 .mcon_1_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.con.hpc_nendonai_2023 .mcon_1 .mcon_1_box h2 {
  font-size: 36px;
  font-weight: bold;
  border: 2px solid #000;
  border-radius: 20px;
  text-align: center;
  padding: 10px;
  white-space: pre;
}
.con.hpc_nendonai_2023 .mcon_1 .mcon_1_box p {
  padding-left: 10px;
  font-size: 16px;
}
.con.hpc_nendonai_2023 .mcon_1 .mcon_1_box p br {
  display: none;
}
.con.hpc_nendonai_2023 .merchandise_name {
  width: 100%;
  text-align: center;
  margin-top: 60px;
  font-size: 10vw;
  color: #fff;
  background: #666;
  line-height: 50px;
}
.con.hpc_nendonai_2023 .merchandise_name span {
  padding: 10px;
  font-size: 5vw;
  color: #bfbfbf;
  font-weight: 400;
  line-height: 10px;
}
.con.hpc_nendonai_2023 .mcon_2 {
  display: flex;
  flex-wrap: wrap;
}
.con.hpc_nendonai_2023 .mcon_2 .mcon_2_box {
  width: 100%;
  margin: 1px auto;
  padding: 10px;
}
.con.hpc_nendonai_2023 .mcon_2 .mcon_2_box h3 {
  text-align: center;
  font-size: 18px;
  margin: 10px 0;
}
.con.hpc_nendonai_2023 .mcon_2 .mcon_2_box .mcon_2_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px;
}
.con.hpc_nendonai_2023 .mcon_2 .mcon_2_box .mcon_2_item img {
  width: 100%;
  height: 100%;
  padding: 10px;
}
.con.hpc_nendonai_2023 .mcon_2 .mcon_2_box:nth-last-of-type(1) {
  color: #fff;
  background: #323E4F;
}
.con.hpc_nendonai_2023 .mcon_2 .mcon_2_box:nth-last-of-type(3) {
  color: #fff;
  background: #323E4F;
}
.con.hpc_nendonai_2023 .mcon_2 .mcon_2_box:nth-last-of-type(5) {
  color: #fff;
  background: #323E4F;
}
.con.hpc_nendonai_2023 .mcon_3 .mcon_3_box {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.con.hpc_nendonai_2023 .mcon_3 .mcon_3_box > img {
  width: 100%;
  height: 100%;
  padding: 10px;
}
.con.hpc_nendonai_2023 .mcon_3 .mcon_3_box .mcon_3_item {
  width: 100%;
  padding: 10px;
}
.con.hpc_nendonai_2023 .mcon_3 .mcon_3_box .mcon_3_item .item_box {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.con.hpc_nendonai_2023 .mcon_3 .mcon_3_box .mcon_3_item .item_box img {
  width: 40%;
  padding: 10px;
}
.con.hpc_nendonai_2023 .mcon_3 .mcon_3_box .mcon_3_item ul {
  margin: 20px 0;
}
.con.hpc_nendonai_2023 .mcon_3 .mcon_3_box .mcon_3_item .price_box .gentei {
  padding: 5px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #666;
}
.con.hpc_nendonai_2023 .mcon_3 .mcon_3_box .mcon_3_item .price_box .price_item {
  font-size: 24px;
}
.con.hpc_nendonai_2023 .mcon_3 .mcon_3_box .mcon_3_item .price_box .price {
  position: relative;
  font-size: 15vw;
  font-weight: bold;
  line-height: 40px;
}
.con.hpc_nendonai_2023 .mcon_3 .mcon_3_box .mcon_3_item .price_box .price .tokubetu {
  font-size: 24px;
  display: block;
  color: #f00;
}
.con.hpc_nendonai_2023 .mcon_3 .mcon_3_box .mcon_3_item .price_box .price .zeikomi {
  position: absolute;
  font-size: 4.3vw;
  top: 23px;
}
.con.hpc_nendonai_2023 .mcon_3 .mcon_3_box .mcon_3_item .price_box .price .en {
  font-size: 9vw;
}

/* -------------------------------------------------------------
HPC　2023年度内 納品確約モデル紹介ページ end
----------------------------------------------------------------*/
/* -------------------------------------------------------------
webサイト制作　大学研究室向けおすすめパッケージ　CMSサイト紹介ページ
----------------------------------------------------------------*/
.cmssite_package .sp_hide {
  display: none;
}
.cmssite_package h2 {
  width: 100%;
  font-size: 38px;
  color: #000;
  margin-bottom: 40px;
  border-bottom: 1px solid #666;
  padding: 10px;
}
.cmssite_package .cms_r {
  border: 1px solid #666;
}
.cmssite_package .cms_r p {
  text-align: center;
}
.cmssite_package .cms_r h3 {
  margin: 0.5em;
  text-align: center;
  padding: 0.5em 0 0em 0;
  font-size: 22px;
}
.cmssite_package .cms_r .service-05 ul {
  padding: 10px;
}
.cmssite_package .cms_r .service-05 h4 {
  background: #79D9D7;
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding: 2px 6px;
  margin: 5px 0 0 0 !important;
}
.cmssite_package .cms_r .service-05 li {
  list-style-type: none;
  text-align: center;
  padding: 0 !important;
  margin: 0 0 20px 0;
}
.cmssite_package .layout {
  overflow: overlay;
}
.cmssite_package .layout .table_options_01 th, .cmssite_package .layout .table_options_02 th {
  white-space: normal;
}

/* -------------------------------------------------------------
webサイト制作　大学研究室向けおすすめパッケージ　CMSサイト紹介ページ end
----------------------------------------------------------------*/
/* -------------------------------------------------------------
NVIDIA Omniverse 紹介ページ
----------------------------------------------------------------*/
.nvidia_omniverse {
  font-size: 16px;
  transition: all 0.4s;
  width: 100%;
  padding: 3px;
  /*-------------------- 初めに --------------------*/
  /*-------------------- NVIDIA Omniverseとは？ --------------------*/
  /*-------------------- Omniverse 事例紹介 --------------------*/
  /*-------------------- Omniverse 機能内容 --------------------*/
  /*-------------------- ライセンス体系 --------------------*/
  /*-------------------- 終わりに --------------------*/
}
.nvidia_omniverse a:hover {
  opacity: 0.6;
  transition: all 0.4s;
}
.nvidia_omniverse h2 {
  margin-top: 60px;
  font-size: 2.4rem;
  border-bottom: 2px solid #76b900;
}
.nvidia_omniverse header {
  width: 100%;
  height: 370px;
  position: relative;
  background-position: 50% 50%;
  background-image: url(../images/asset/nvidia_omniverse/main2048x1024.jpg);
  background-size: cover;
}
.nvidia_omniverse header h1 {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 20%;
  transform: translate(-20%, -50%);
  font-size: 6vw;
  font-weight: bolder;
  font-feature-settings: inherit;
  line-height: 2.4rem;
  filter: drop-shadow(2px 4px 5px #fff);
}
.nvidia_omniverse header h1 span {
  display: inline-block;
  font-size: 2.9vw;
  line-height: 3.8vw;
}
.nvidia_omniverse header img {
  position: absolute;
  width: 50%;
  top: -10px;
  right: 0;
  filter: drop-shadow(2px 4px 3px #fff);
}
.nvidia_omniverse .sec_1 .col_1 {
  font-size: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.nvidia_omniverse .sec_1 .col_1 p {
  width: calc(100% - 10px);
  margin: 10px;
}
.nvidia_omniverse .sec_1 .col_1 img {
  width: calc(100% - 10px);
  margin: 10px;
}
.nvidia_omniverse .sec_1 .bg_b {
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #000;
}
.nvidia_omniverse .sec_1 .bg_b p {
  font-size: 3.3vw;
}
.nvidia_omniverse .sec_1 .col_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.nvidia_omniverse .sec_1 .col_2 figure {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 0;
}
.nvidia_omniverse .sec_1 .col_2 figure p {
  font-weight: bold;
  margin: 0;
}
.nvidia_omniverse .sec_1 .col_2 figure img {
  padding: 10px;
}
.nvidia_omniverse .sec_1 .col_2 .cas_btn {
  width: calc(100% - 10px);
  margin-right: 10px;
  display: block;
  text-indent: -0.6em;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  transition: 0.5s all;
  list-style: none !important;
  background: #0075cf;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}
.nvidia_omniverse .sec_1 .col_2 .cas_btn span {
  color: #FFF;
}
.nvidia_omniverse .sec_1 .col_3 {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
.nvidia_omniverse .sec_1 .col_3 div {
  width: calc(100% - 10px);
  margin: 10px;
  padding: 5px;
  border: 1px solid #000;
}
.nvidia_omniverse .sec_1 .col_3 div img {
  -o-object-fit: contain;
     object-fit: contain;
}
.nvidia_omniverse .sec_2 .col_2 .col_2_1, .nvidia_omniverse .sec_2 .col_2 .col_2_2 {
  display: flex;
  flex-wrap: wrap;
}
.nvidia_omniverse .sec_2 .col_2 .col_2_1 .col_2_1-box_1, .nvidia_omniverse .sec_2 .col_2 .col_2_2 .col_2_1-box_1 {
  order: 2;
  width: calc(100% - 10px);
  z-index: 2;
  margin: 30px;
  padding: 20px;
  color: #fff;
  background: #76b900;
}
.nvidia_omniverse .sec_2 .col_2 .col_2_1 .col_2_1-box_1 h3, .nvidia_omniverse .sec_2 .col_2 .col_2_2 .col_2_1-box_1 h3 {
  font-size: 1.8rem;
}
.nvidia_omniverse .sec_2 .col_2 .col_2_1 .col_2_1-box_1 h3 span, .nvidia_omniverse .sec_2 .col_2 .col_2_2 .col_2_1-box_1 h3 span {
  border-bottom: 3px solid #FFFF00;
}
.nvidia_omniverse .sec_2 .col_2 .col_2_1 .col_2_2-box_1, .nvidia_omniverse .sec_2 .col_2 .col_2_2 .col_2_2-box_1 {
  order: 3;
  width: calc(100% - 10px);
  z-index: 2;
  margin: 30px;
  padding: 20px;
  color: #fff;
  background: #76b900;
}
.nvidia_omniverse .sec_2 .col_2 .col_2_1 .col_2_2-box_1 h3, .nvidia_omniverse .sec_2 .col_2 .col_2_2 .col_2_2-box_1 h3 {
  font-size: 1.8rem;
}
.nvidia_omniverse .sec_2 .col_2 .col_2_1 .col_2_2-box_1 h3 span, .nvidia_omniverse .sec_2 .col_2 .col_2_2 .col_2_2-box_1 h3 span {
  border-bottom: 3px solid #FFFF00;
}
.nvidia_omniverse .sec_2 .col_2 .col_2_1 img, .nvidia_omniverse .sec_2 .col_2 .col_2_2 img {
  order: 1;
  width: calc(100% - 10px);
  margin: 10px;
}
.nvidia_omniverse .sec_3 .col_1 {
  display: flex;
  flex-wrap: wrap;
}
.nvidia_omniverse .sec_3 .col_1 .col_1-box {
  width: calc(100% - 20px);
  margin: 10px;
}
.nvidia_omniverse .sec_3 .col_1 .col_1-box a {
  color: #000;
  text-decoration: none;
}
.nvidia_omniverse .sec_3 .col_1 .col_1-box a h3 {
  color: #76b900;
}
.nvidia_omniverse .sec_3 .col_2_1, .nvidia_omniverse .sec_3 .col_2_2, .nvidia_omniverse .sec_3 .col_2_3 {
  display: flex;
  flex-wrap: wrap;
}
.nvidia_omniverse .sec_3 .col_2_1 .col_2-box, .nvidia_omniverse .sec_3 .col_2_2 .col_2-box, .nvidia_omniverse .sec_3 .col_2_3 .col_2-box {
  width: calc(100% - 10px);
  margin: 0px 10px 10px 10px;
}
.nvidia_omniverse .sec_3 .col_2_1 .col_2-box h3, .nvidia_omniverse .sec_3 .col_2_2 .col_2-box h3, .nvidia_omniverse .sec_3 .col_2_3 .col_2-box h3 {
  font-size: 1.5rem;
  color: #76b900;
  margin-top: 0;
}
.nvidia_omniverse .sec_3 .col_2_1 img, .nvidia_omniverse .sec_3 .col_2_2 img, .nvidia_omniverse .sec_3 .col_2_3 img {
  width: calc(100% - 10px);
  margin: 10px 10px 0px 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.nvidia_omniverse .sec_3 .col_2_2 img {
  order: -1;
}
.nvidia_omniverse .sec_4 h3 {
  font-size: 1.5rem;
  margin-top: 80px;
}
.nvidia_omniverse .sec_4 h3:first-of-type {
  margin-top: 1.3rem;
}
.nvidia_omniverse .sec_4 .col_1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0;
}
.nvidia_omniverse .sec_4 .col_1 p {
  width: calc(100% - 10px);
  margin: 10px;
  font-size: 1.3rem;
  text-align: center;
  font-weight: bold;
}
.nvidia_omniverse .sec_4 .col_1 img {
  width: calc(100% - 10px);
  margin: 10px;
}
.nvidia_omniverse .sec_4 .col_2 {
  display: flex;
  align-items: flex-start;
  margin: 10px 0;
}
.nvidia_omniverse .sec_4 .col_2 img {
  width: calc(100% - 10px);
  margin: 10px;
}
.nvidia_omniverse .sec_4 .col_2 img:first-child {
  width: calc(100% - 10px);
}
.nvidia_omniverse .sec_4 .col_3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0;
}
.nvidia_omniverse .sec_4 .col_3 img {
  width: calc(100% - 10px);
  margin: 10px;
}
.nvidia_omniverse .sec_4 .col_3 img:last-of-type {
  width: calc(35% - 10px);
  margin-left: 10px;
  z-index: 2;
}
.nvidia_omniverse .sec_4 .col_4 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0;
}
.nvidia_omniverse .sec_4 .col_4 .col_4-box {
  width: calc(100% - 10px);
  margin: 10px;
}
.nvidia_omniverse .sec_4 .col_4 .col_4-box figure {
  width: 100%;
}
.nvidia_omniverse .sec_4 .col_4 .col_4-box figure img {
  width: 100%;
  margin: 10px 10px 0 10px;
}
.nvidia_omniverse .sec_4 .col_4 .col_4-box figure figcaption {
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  text-align: right;
}
.nvidia_omniverse .sec_4 .col_4 img {
  width: calc(100% - 10px);
  margin: 10px;
}
.nvidia_omniverse .sec_4 .col_5 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0;
}
.nvidia_omniverse .sec_4 .col_5 img {
  width: calc(100% - 10px);
  margin: 10px;
}
.nvidia_omniverse .sec_4 .col_5 img:first-child {
  width: calc(100% - 10px);
  margin: 10px;
}
.nvidia_omniverse .sec_4 .cap {
  text-align: right;
}
.nvidia_omniverse .sec_5 .col_1 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.nvidia_omniverse .sec_5 .col_1 .col_1-box_1 h3::before {
  content: "1";
}
.nvidia_omniverse .sec_5 .col_1 .col_1-box_2 h3::before {
  content: "2";
}
.nvidia_omniverse .sec_5 .col_1 .col_1-box_1, .nvidia_omniverse .sec_5 .col_1 .col_1-box_2 {
  width: calc(100% - 10px);
  margin: 10px;
}
.nvidia_omniverse .sec_5 .col_1 .col_1-box_1 h3, .nvidia_omniverse .sec_5 .col_1 .col_1-box_2 h3 {
  position: relative;
  margin: 0px;
  padding-left: 50px;
  font-size: 2rem;
  font-weight: bold;
  color: #76b900;
}
.nvidia_omniverse .sec_5 .col_1 .col_1-box_1 h3::before, .nvidia_omniverse .sec_5 .col_1 .col_1-box_2 h3::before {
  position: absolute;
  width: 2rem;
  padding: 0px 2px 0px 13px;
  top: 23%;
  left: 0;
  color: #fff;
  background: #76b900;
}
.nvidia_omniverse .sec_5 .col_1 .col_1-box_1 h4, .nvidia_omniverse .sec_5 .col_1 .col_1-box_2 h4 {
  margin: 0;
  padding: 10px 5px;
  background-color: #f8f8f8;
}
.nvidia_omniverse .sec_5 .col_2 {
  display: flex;
  flex-wrap: wrap;
}
.nvidia_omniverse .sec_5 .col_2 .col_2-box {
  width: calc(100% - 20px);
  margin: 30px 10px 0px 0px;
}
.nvidia_omniverse .sec_5 .col_2 .col_2-box .h3_box {
  display: flex;
  align-items: center;
  padding: 2px;
  background-color: #f8f8f8;
}
.nvidia_omniverse .sec_5 .col_2 .col_2-box .h3_box span {
  font-size: 1.5rem;
  margin: 0 5px;
  padding: 8px 10px 10px 10px;
  font-weight: bold;
  color: #fff;
  background: #76b900;
}
.nvidia_omniverse .sec_5 .col_2 .col_2-box .h3_box h3 {
  font-weight: bold;
  color: #76b900;
  margin: 0;
}
.nvidia_omniverse .sec_5 .col_2 .col_2-box p {
  padding-left: 10px;
}
.nvidia_omniverse .sec_6 .bg_b {
  display: none;
}
.nvidia_omniverse .sec_6 .col_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.nvidia_omniverse .sec_6 .col_1 figure {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 0;
}
.nvidia_omniverse .sec_6 .col_1 figure p {
  font-weight: bold;
  margin: 0;
}
.nvidia_omniverse .sec_6 .col_1 figure img {
  padding: 10px;
}
.nvidia_omniverse .sec_6 .col_1 .cas_btn {
  width: calc(100% - 10px);
  margin-right: 10px;
  display: block;
  text-indent: -0.6em;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  transition: 0.5s all;
  list-style: none !important;
  background: #0075cf;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}
.nvidia_omniverse .sec_6 .col_1 .cas_btn span {
  color: #FFF;
}
.nvidia_omniverse .sec_6 .col_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 30px;
  margin-bottom: 30px;
}
.nvidia_omniverse .sec_6 .col_2 .col_2-box {
  width: 100%;
  text-align: center;
  border: 1px solid #76b900;
}
.nvidia_omniverse .sec_6 .col_2 .col_2-box h3 {
  margin: 0;
  padding: 5px;
  font-size: 1.7rem;
  font-weight: bolder;
  color: #fff;
  background: #76b900;
}
.nvidia_omniverse .sec_6 .col_2 .col_2-box img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5px;
}

/* -------------------------------------------------------------
NVIDIA Omniverse 紹介ページ end
----------------------------------------------------------------*/
/* -------------------------------------------------------------
NVIDIA GPU ラインナップ
----------------------------------------------------------------*/
.nvidia_gpu_mane .bk_yel {
  background: #FFF800;
}
.nvidia_gpu_mane img {
  width: 100%;
}
.nvidia_gpu_mane .nvidia_CTB h3, .nvidia_gpu_mane .nvidia_rtx h3 {
  font-size: 2rem;
  color: #fff;
  background: #74B018;
  text-align: center;
}
.nvidia_gpu_mane .nvidia_CTB .mane_CTB, .nvidia_gpu_mane .nvidia_CTB .mane_rtx, .nvidia_gpu_mane .nvidia_rtx .mane_CTB, .nvidia_gpu_mane .nvidia_rtx .mane_rtx {
  display: flex;
  flex-wrap: wrap;
}
.nvidia_gpu_mane .nvidia_CTB .mane_CTB figure, .nvidia_gpu_mane .nvidia_CTB .mane_rtx figure, .nvidia_gpu_mane .nvidia_rtx .mane_CTB figure, .nvidia_gpu_mane .nvidia_rtx .mane_rtx figure {
  width: calc(100% - 10px);
  margin: 5px;
  border: 1px solid #c1c1c1;
}
.nvidia_gpu_mane .nvidia_CTB .mane_CTB figure .new, .nvidia_gpu_mane .nvidia_CTB .mane_rtx figure .new, .nvidia_gpu_mane .nvidia_rtx .mane_CTB figure .new, .nvidia_gpu_mane .nvidia_rtx .mane_rtx figure .new {
  font-size: 1.8rem;
  font-weight: bold;
  color: #C00;
  top: -6%;
  left: 0%;
}
.nvidia_gpu_mane .nvidia_CTB .mane_CTB figure .figbox, .nvidia_gpu_mane .nvidia_CTB .mane_rtx figure .figbox, .nvidia_gpu_mane .nvidia_rtx .mane_CTB figure .figbox, .nvidia_gpu_mane .nvidia_rtx .mane_rtx figure .figbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.nvidia_gpu_mane .nvidia_CTB .mane_CTB figure .figbox img, .nvidia_gpu_mane .nvidia_CTB .mane_rtx figure .figbox img, .nvidia_gpu_mane .nvidia_rtx .mane_CTB figure .figbox img, .nvidia_gpu_mane .nvidia_rtx .mane_rtx figure .figbox img {
  width: calc(100% - 20px);
  margin: 10px;
  filter: drop-shadow(2px 4px 6px black);
}
.nvidia_gpu_mane .nvidia_CTB .mane_CTB figure .figbox .item_box, .nvidia_gpu_mane .nvidia_CTB .mane_rtx figure .figbox .item_box, .nvidia_gpu_mane .nvidia_rtx .mane_CTB figure .figbox .item_box, .nvidia_gpu_mane .nvidia_rtx .mane_rtx figure .figbox .item_box {
  width: calc(100% - 20px);
  margin: 10px;
  padding: 10px;
}
.nvidia_gpu_mane .nvidia_CTB .mane_CTB figure .figbox .item_box h4, .nvidia_gpu_mane .nvidia_CTB .mane_rtx figure .figbox .item_box h4, .nvidia_gpu_mane .nvidia_rtx .mane_CTB figure .figbox .item_box h4, .nvidia_gpu_mane .nvidia_rtx .mane_rtx figure .figbox .item_box h4 {
  font-size: 2rem;
  line-height: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.nvidia_gpu_mane .nvidia_CTB .mane_CTB figure .figbox .item_box a, .nvidia_gpu_mane .nvidia_CTB .mane_rtx figure .figbox .item_box a, .nvidia_gpu_mane .nvidia_rtx .mane_CTB figure .figbox .item_box a, .nvidia_gpu_mane .nvidia_rtx .mane_rtx figure .figbox .item_box a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  transition: all 0.2s;
  color: #fff;
  background-color: #76B900;
}
.nvidia_gpu_mane .nvidia_CTB .mane_CTB figure .figbox .item_box a:hover, .nvidia_gpu_mane .nvidia_CTB .mane_rtx figure .figbox .item_box a:hover, .nvidia_gpu_mane .nvidia_rtx .mane_CTB figure .figbox .item_box a:hover, .nvidia_gpu_mane .nvidia_rtx .mane_rtx figure .figbox .item_box a:hover {
  transition: all 0.2s;
  opacity: 0.5;
}
.nvidia_gpu_mane .nvidia_CTB .mane_CTB figure .price, .nvidia_gpu_mane .nvidia_CTB .mane_rtx figure .price, .nvidia_gpu_mane .nvidia_rtx .mane_CTB figure .price, .nvidia_gpu_mane .nvidia_rtx .mane_rtx figure .price {
  margin: 0px 10px 10px 10px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  color: #ff0000;
}
.nvidia_gpu_mane .nvidia_CTB .mane_CTB figure .price span, .nvidia_gpu_mane .nvidia_CTB .mane_rtx figure .price span, .nvidia_gpu_mane .nvidia_rtx .mane_CTB figure .price span, .nvidia_gpu_mane .nvidia_rtx .mane_rtx figure .price span {
  font-size: 1.2rem;
}
.nvidia_gpu_mane .nvidia_CTB .mane_CTB figure .noimg_a, .nvidia_gpu_mane .nvidia_CTB .mane_rtx figure .noimg_a, .nvidia_gpu_mane .nvidia_rtx .mane_CTB figure .noimg_a, .nvidia_gpu_mane .nvidia_rtx .mane_rtx figure .noimg_a {
  display: block;
  width: 80%;
  margin: 0 auto 2rem;
  padding: 5px;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  background: #0075cf;
  color: #FFF;
  text-decoration: none;
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  transition: 0.5s all;
}
.nvidia_gpu_mane .nvidia_CTB .mane_CTB figure .noimg_a:hover, .nvidia_gpu_mane .nvidia_CTB .mane_rtx figure .noimg_a:hover, .nvidia_gpu_mane .nvidia_rtx .mane_CTB figure .noimg_a:hover, .nvidia_gpu_mane .nvidia_rtx .mane_rtx figure .noimg_a:hover {
  opacity: 0.7;
  transition: 0.5s all;
}

/* -------------------------------------------------------------
NVIDIA GPU ラインナップ end
----------------------------------------------------------------*/
/* -------------------------------------------------------------
NVIDIA Blackwell 紹介ページ
----------------------------------------------------------------*/
.nividia_blackwell h3 {
  text-align: center;
  font-size: 1.6rem;
  color: #76b900;
}
.nividia_blackwell h4 {
  font-size: 1.4rem;
}
.nividia_blackwell .top_img {
  position: relative;
}
.nividia_blackwell .top_img p {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 6vw;
  line-height: 6vw;
  font-weight: bold;
}
.nividia_blackwell .top_img p span {
  font-size: 5vw;
  font-weight: bold;
  color: #76b900;
}
.nividia_blackwell figure {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.nividia_blackwell figure img {
  width: calc(100% - 20px);
  padding: 10px;
}
.nividia_blackwell figure .item {
  width: calc(100% - 20px);
  padding: 10px;
}
.nividia_blackwell figure:nth-of-type(2n) img {
  order: 1;
}
.nividia_blackwell figure:nth-of-type(2n) .item {
  order: 2;
}

/* -------------------------------------------------------------
NVIDIA Blackwell 紹介ページ end
----------------------------------------------------------------*/
/* -------------------------------------------------------------
GPUクラウドサービス　GPUSOROBAN
----------------------------------------------------------------*/
.gpusoroban_service {
  font-size: 16px;
}
.gpusoroban_service a {
  text-decoration: none;
}
.gpusoroban_service a:hover {
  transition: all 0.2s;
  opacity: 0.6;
}
.gpusoroban_service h2 {
  margin-top: 6rem;
  text-align: center;
  font-size: 1.8rem;
  border-bottom: 1px solid #92d050;
}
.gpusoroban_service img {
  width: calc(100% - 10px);
  margin: 5px;
}
.gpusoroban_service section > h3 {
  margin-top: 3rem;
  font-size: 1.7rem;
}
.gpusoroban_service .top_head .page_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.gpusoroban_service .top_head .page_nav li {
  padding: 5px;
  list-style-type: none;
  margin: 0;
  text-align: center;
}
.gpusoroban_service .top_head .page_nav li a {
  position: relative;
  font-weight: normal;
  color: #0D3780;
}
.gpusoroban_service .top_head .page_nav li a::after {
  content: "";
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background: #0D3780;
  transform-origin: center center;
  transform: rotate(15deg);
}
.gpusoroban_service .top_head .page_nav li a:hover {
  font-weight: bold;
}
.gpusoroban_service .top_head .page_nav li:last-of-type a::after {
  display: none;
}
.gpusoroban_service .com1_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.gpusoroban_service .com1_box .box_item {
  width: calc(100% - 20px);
  margin: 10px;
}
.gpusoroban_service .com1_box .box_item h3 {
  text-align: center;
}
.gpusoroban_service .com1_list {
  background: #f5fcff;
  padding: 20px;
  box-shadow: 5px 5px 5px #939292;
}
.gpusoroban_service .com1_list li {
  font-weight: bold;
}
.gpusoroban_service figure {
  margin: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 10px;
  background: #f5fcff;
  box-shadow: 5px 5px 5px #939292;
}
.gpusoroban_service figure .item {
  width: 100%;
  margin: 10px;
}
.gpusoroban_service figure .item h4 {
  font-size: 1.4rem;
}
.gpusoroban_service figure img {
  width: calc(100% - 20px);
  margin: 10px;
  border-radius: 20px;
}
.gpusoroban_service .com1_box2 {
  margin: 30px 10px;
  display: flex;
  flex-wrap: wrap;
}
.gpusoroban_service .com1_box2 .item {
  width: calc(100% - 10px);
  margin-bottom: 30px;
  box-shadow: 5px 5px 5px #939292;
}
.gpusoroban_service .com1_box2 .item h4 {
  padding: 10px;
  margin: 0;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  background: #0066cc;
}
.gpusoroban_service .com1_box2 .item ul {
  padding: 10px 20px;
}
.gpusoroban_service .com1_box2 .item ul li {
  line-height: 1.4rem;
}
.gpusoroban_service .com1_box3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.gpusoroban_service .com1_box3 img {
  width: calc(100% - 10px);
  padding: 5px;
}
.gpusoroban_service .bg_g {
  padding: 20px;
  background: #92d050;
  color: #fff;
}
.gpusoroban_service .bg_g p {
  text-align: center;
  margin: 0;
  font-weight: bold;
}
.gpusoroban_service .cap {
  font-size: 0.9rem;
  margin: 0;
}
.gpusoroban_service .com4_box {
  display: flex;
  flex-wrap: wrap;
}
.gpusoroban_service .com4_box .item {
  width: calc(100% - 10px);
  margin: 5px;
  margin-bottom: 30px;
}
.gpusoroban_service .com4_box .item h3 {
  text-align: center;
  color: #0066cc;
}
.gpusoroban_service .com4_box .item img {
  padding: 0 10px;
}
.gpusoroban_service .com4_box .item p {
  margin: 0;
  padding: 0 10px;
}
.gpusoroban_service .img_box {
  text-align: center;
}
.gpusoroban_service .com7_box {
  display: flex;
  flex-wrap: wrap;
}
.gpusoroban_service .com7_box img {
  width: calc(100% - 10px);
  margin: 0 5px;
}
.gpusoroban_service .com7_box .item {
  width: calc(100% - 20px);
  margin: 0 5px;
}
.gpusoroban_service .com7_box .item h2 {
  margin: 0;
  border-bottom: 1px solid #000;
}
.gpusoroban_service .com7_box .item p {
  text-align: center;
}
.gpusoroban_service #com4 .com1_box2 .item p {
  padding: 20px 10px;
  text-align: center;
}
.gpusoroban_service #com4 .com1_box2 .item:nth-of-type(2n) h4 {
  background: #7abdff;
}
.gpusoroban_service #com5 .box_item h3 {
  color: #005daf;
}
.gpusoroban_service #com6 {
  text-align: center;
}
.gpusoroban_service #com6 h3 {
  color: #fff;
  background: #92d050;
}
.gpusoroban_service #com6 p {
  font-weight: 500;
}
.gpusoroban_service #com8 .contact_box {
  padding: 20px;
  border: 2px solid #5899D4;
  text-align: center;
}
.gpusoroban_service #com8 .contact_box h3 {
  color: #5899D4;
  font-size: 2.4rem;
}
.gpusoroban_service #com8 .contact_box .contact_btn {
  position: relative;
  margin: 10px;
  padding: 10px;
  font-size: 1.8rem;
  background: #000099;
}
.gpusoroban_service #com8 .contact_box .contact_btn a {
  color: #fff;
}

/* -------------------------------------------------------------
GPUクラウドサービス　GPUSOROBAN end
----------------------------------------------------------------*/
/* -------------------------------------------------------------
チラシアーカイブページ
----------------------------------------------------------------*/
.cchirashi_archive h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cchirashi_archive h2 a {
  text-decoration: none;
  color: #122858;
}
.cchirashi_archive h2 span {
  position: relative;
  display: inline-block;
  padding: 0 0 5px;
  color: #122858;
  font-size: 18px;
}
.cchirashi_archive h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #122858;
}
.cchirashi_archive .arch_paper_list {
  margin-bottom: 60px;
}

/* -------------------------------------------------------------
チラシアーカイブページ end
----------------------------------------------------------------*/
/* -------------------------------------------------------------
D-Master NAS 案内ページ
----------------------------------------------------------------*/
.d-master_nas_data-solution.con {
  padding: 5px 5px 3rem 5px;
}

.d-master_nas_data-solution {
  font-size: 18px;
}
.d-master_nas_data-solution .top_head .page_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.d-master_nas_data-solution .top_head .page_nav li {
  width: 100%;
  border: 1px solid #0D3780;
  padding: 5px;
  list-style-type: none;
  margin: 3px;
  text-align: center;
}
.d-master_nas_data-solution .top_head .page_nav li a {
  position: relative;
  font-weight: 700;
  color: #0D3780;
}
.d-master_nas_data-solution .top_head .page_nav li:hover {
  font-weight: bold;
}
.d-master_nas_data-solution a {
  text-decoration: none;
}
.d-master_nas_data-solution a:hover {
  transition: all 0.2s;
  opacity: 0.6;
}
.d-master_nas_data-solution h2 {
  margin-top: 6rem;
  text-align: center;
  font-size: 1.8rem;
  border-bottom: 2px solid #6b8cb0;
}
.d-master_nas_data-solution h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 3px solid #254262;
  background-color: #dde2e7;
  padding: 15px 0 12px 20px;
}
.d-master_nas_data-solution h4 {
  font-size: 1.2rem;
}
.d-master_nas_data-solution img {
  width: 100%;
  padding: 10px;
}
.d-master_nas_data-solution .box {
  padding: 10px;
}
.d-master_nas_data-solution .box .item {
  background-color: #f1f1f1;
}
.d-master_nas_data-solution .box .item ul li {
  line-height: 1.6rem;
}
.d-master_nas_data-solution .bk_sbl_s {
  flex-wrap: wrap;
}
.d-master_nas_data-solution .bk_sbl_s div {
  margin: 5px;
  padding: 20px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background: #758db1;
}
.d-master_nas_data-solution .bk_sbl_s .bk_r_w50 {
  background-color: #df1e1e;
}
.d-master_nas_data-solution .lineup_type-ttl_h4 {
  width: 100%;
  font-size: 1.2rem;
  border-radius: 100vh;
  margin: 60px auto 20px;
  padding: 15px;
  background-color: #5f9bdb;
  font-weight: 600;
  color: #FFFFFF;
}
.d-master_nas_data-solution .bk_br_s {
  flex-wrap: wrap;
}
.d-master_nas_data-solution .bk_br_s div {
  width: 100%;
  margin: 10px 0;
  padding: 15px;
  text-align: center;
  color: #fff;
  background: #203483;
}
.d-master_nas_data-solution .bk_br_s div h4 {
  margin: 0.8rem 1.2rem 1.2rem 1.2rem;
  font-size: 1.6rem;
  border-bottom: 2px solid;
}
.d-master_nas_data-solution .bk_br_s div p {
  width: auto;
}
.d-master_nas_data-solution .bk_br {
  align-items: center;
  background: #203483;
}
.d-master_nas_data-solution .bk_br div {
  width: 100%;
  margin: 10px 0;
  padding: 15px;
  text-align: center;
  color: #fff;
}
.d-master_nas_data-solution .bk_br div h4 {
  margin: 0.8rem 1.2rem 1.2rem 1.2rem;
  font-size: 1.6rem;
  border-bottom: 2px solid;
}
.d-master_nas_data-solution .bk_br div p {
  width: auto;
}
.d-master_nas_data-solution .main_wide {
  margin-bottom: 80px;
}
.d-master_nas_data-solution .lineup_type_storage-indexstrageprice {
  text-align: center;
}

/* -------------------------------------------------------------
D-Master NAS 案内ページ end
----------------------------------------------------------------*/
/* -------------------------------------------------------------
高速ネットワーク環境向け ハーフワイドラックマウント・ マネージドスイッチ＆増設ボード　紹介ページ
----------------------------------------------------------------*/
.ethernet {
  padding: 1rem 0 3rem;
}
.ethernet .top_head img {
  box-shadow: 0px 0px 10px -2px #777777;
}
.ethernet #com1 {
  margin-bottom: 3rem;
}
.ethernet #com1 .exp_titl {
  background-color: #3b3b3b;
}
.ethernet #com1 .exp_titl h2 {
  text-align: center;
  font-size: 28px;
  padding: 20px;
  color: #fff;
}
.ethernet #com1 .box .exp_box {
  width: calc(100% - 20px);
  margin: 10px 10px 60px 10px;
}
.ethernet #com1 .box .exp_box img {
  width: 100%;
  padding: 10px;
}
.ethernet #com1 .box .exp_box .fs_xl {
  font-weight: 700;
}
.ethernet #com1 .box .exp_box p {
  margin-bottom: 0em;
  padding: 5px;
}
.ethernet #com2 .box {
  flex-wrap: wrap;
}
.ethernet #com2 .box img {
  width: calc(100% - 20px);
  margin: 10px;
  box-shadow: 0px 0px 10px -2px #777777;
}
.ethernet #com3 img {
  box-shadow: 0px 0px 10px -2px #777777;
}
.ethernet #com4 .box {
  flex-wrap: wrap;
}
.ethernet #com4 .box img {
  width: calc(100% - 20px);
  margin: 10px;
  box-shadow: 0px 0px 10px -2px #777777;
}

/* -------------------------------------------------------------
高速ネットワーク環境向け ハーフワイドラックマウント・ マネージドスイッチ＆増設ボード　紹介ページ end
----------------------------------------------------------------*/
/* -------------------------------------------------------------
SSD換装サービス料金表
----------------------------------------------------------------*/
.ssd_price .ssd_price_com {
  padding-top: 30px;
  padding: 30px 10px 10px 10px;
  color: #fff;
  background: #000;
  font-size: 1.3rem;
}
.ssd_price .ssd_price_com h3 {
  text-align: center;
  font-weight: 700;
  color: #339104;
  text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
}
.ssd_price .ssd_price_com h4 {
  text-align: center;
  font-weight: 700;
  border-bottom: 2px solid #9000a9;
  margin-bottom: 60px;
}
.ssd_price .ssd_price_com .box {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.ssd_price .ssd_price_com .com_box {
  display: flex;
  flex-wrap: wrap;
}
.ssd_price .ssd_price_com .com_box .text {
  width: calc(100% - 20px);
  padding: 10px;
}
.ssd_price .ssd_price_com .com_box .text ul li {
  line-height: 1.2rem;
}
.ssd_price .ssd_price_com .com_box img {
  width: calc(100% - 20px);
  padding: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* -------------------------------------------------------------
SSD換装サービス料金表 end
----------------------------------------------------------------*/
/* -------------------------------------------------------------
NVIDIA H200紹介ページ
----------------------------------------------------------------*/
.con.nvidia_h200 {
  display: block;
  padding: 0;
  position: static;
}

.nvidia_h200 .w_base {
  padding: 0 10px;
}
.nvidia_h200 .nvidia_dgx_h200 h3,
.nvidia_h200 .nvidia_h200_Tensor h3 {
  margin-top: 0 !important;
  padding-top: 30px;
  text-align: center;
  font-size: 2rem;
}
.nvidia_h200 .nvidia_dgx_h200 .com_btn,
.nvidia_h200 .nvidia_h200_Tensor .com_btn {
  padding: 0 10px 80px 10px;
}
.nvidia_h200 .nvidia_dgx_h200 .com_btn a,
.nvidia_h200 .nvidia_h200_Tensor .com_btn a {
  display: block;
  position: relative;
  text-indent: -0.6em;
  max-width: 500px;
  width: 100%;
  margin: 20px auto !important;
  padding: 15px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  transition: 0.5s all;
  background: #76b900;
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.nvidia_h200 .nvidia_dgx_h200 .back_img,
.nvidia_h200 .nvidia_h200_Tensor .back_img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #000;
}
.nvidia_h200 .nvidia_dgx_h200 .back_img .ab_item_1,
.nvidia_h200 .nvidia_dgx_h200 .back_img .ab_item_2,
.nvidia_h200 .nvidia_h200_Tensor .back_img .ab_item_1,
.nvidia_h200 .nvidia_h200_Tensor .back_img .ab_item_2 {
  padding-top: 20px;
  color: #fff;
}
.nvidia_h200 .nvidia_dgx_h200 .back_img .ab_item_1 img,
.nvidia_h200 .nvidia_dgx_h200 .back_img .ab_item_2 img,
.nvidia_h200 .nvidia_h200_Tensor .back_img .ab_item_1 img,
.nvidia_h200 .nvidia_h200_Tensor .back_img .ab_item_2 img {
  padding: 10px;
}
.nvidia_h200 .nvidia_dgx_h200 .back_img .ab_item_1,
.nvidia_h200 .nvidia_h200_Tensor .back_img .ab_item_1 {
  padding: 40px 10px 40px 10px;
}
.nvidia_h200 .nvidia_dgx_h200 .back_img .ab_item_1 h2,
.nvidia_h200 .nvidia_h200_Tensor .back_img .ab_item_1 h2 {
  font-size: 10.5vw !important;
  line-height: 1;
}
.nvidia_h200 .nvidia_dgx_h200 .back_img .ab_item_1 h2 span,
.nvidia_h200 .nvidia_h200_Tensor .back_img .ab_item_1 h2 span {
  font-size: 0.5em;
}
.nvidia_h200 .nvidia_dgx_h200 .back_gr,
.nvidia_h200 .nvidia_h200_Tensor .back_gr {
  padding: 50px 0 50px 0;
  background-color: #eeeeee;
}
.nvidia_h200 .nvidia_dgx_h200 .back_gr .box .box_item,
.nvidia_h200 .nvidia_h200_Tensor .back_gr .box .box_item {
  text-align: center;
  padding: 20px;
}
.nvidia_h200 .nvidia_h200_Tensor h3 {
  line-height: 1.3;
}
.nvidia_h200 .nvidia_h200_Tensor h3 span {
  font-size: 0.7em;
}
.nvidia_h200 .nvidia_h200_Tensor .back_img .ab_item_1 h2 {
  font-size: 3.5rem;
  line-height: 1;
}
.nvidia_h200 .nvidia_h200_Tensor .back_img .ab_item_1 h2 span {
  font-size: 0.5em;
}
.nvidia_h200 .nvidia_h200_Tensor .back_gr .box .box_item .titl_text {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
}
.nvidia_h200 .nvidia_h200_Tensor .back_gr .box .box_item p span {
  font-size: 5rem;
}
.nvidia_h200 .nvidia_h200_Tensor .spec .box {
  margin: 60px 0;
}
.nvidia_h200 .nvidia_h200_Tensor .spec .box .text_item {
  width: calc(100% - 20px);
  margin: 0;
  padding: 0px 10px 0px 10px;
}
.nvidia_h200 .nvidia_h200_Tensor .spec .box .text_item h3 {
  text-align: left;
  font-size: 1.6rem;
  padding: 0;
}
.nvidia_h200 .nvidia_h200_Tensor .spec .box figure {
  width: calc(100% - 20px);
  margin: 0;
  padding: 0px 10px 8px 10px;
}
.nvidia_h200 .nvidia_h200_Tensor .spec .box figure img {
  width: 100%;
}
.nvidia_h200 .nvidia_h200_Tensor .spec .box:nth-of-type(2) .text_item {
  order: 1;
}
.nvidia_h200 .nvidia_h200_Tensor .spec .box:nth-of-type(2) figure {
  order: 2;
}
.nvidia_h200 .nvidia_h200_Tensor .spec table {
  padding: 0 30px 0 30px;
  color: #000;
  width: 90%;
  margin: 0 auto;
  overflow-x: scroll;
}
.nvidia_h200 .nvidia_h200_Tensor .spec table tr {
  display: table-row;
  vertical-align: inherit;
  unicode-bidi: isolate;
  border-color: inherit;
}
.nvidia_h200 .nvidia_h200_Tensor .spec table tr td {
  padding: 15px;
  border-bottom: 1px solid #cccccc;
  line-height: 1.25em;
  font-size: 14px;
  min-width: 100px;
}
.nvidia_h200 .nvidia_h200_Tensor .spec table tr td:first-child {
  text-align: left;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  padding-left: 0;
}
.nvidia_h200 .nvidia_h200_Tensor .b_bk {
  color: #fff;
  background: #000;
}

/* -------------------------------------------------------------
NVIDIA H200紹介ページ end
----------------------------------------------------------------*/
/* -------------------------------------------------------------
NVIDIA DGX Spark紹介ページ
----------------------------------------------------------------*/
.nvidia_dgx-spark .w_base {
  padding: 0 10px;
}
.nvidia_dgx-spark .dgx-spark h3 {
  margin-top: 0 !important;
  padding-top: 30px;
  text-align: center;
  font-size: 2rem;
}
.nvidia_dgx-spark .dgx-spark h3 span {
  display: block;
  font-size: 0.5em;
}
.nvidia_dgx-spark .dgx-spark .com_btn {
  padding: 0 10px 80px 10px;
}
.nvidia_dgx-spark .dgx-spark .com_btn a {
  display: block;
  position: relative;
  text-indent: -0.6em;
  max-width: 500px;
  width: 100%;
  margin: 20px auto !important;
  padding: 15px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  transition: 0.5s all;
  background: #76b900;
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.nvidia_dgx-spark .dgx-spark .back_img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #000;
}
.nvidia_dgx-spark .dgx-spark .back_img .ab_item_1,
.nvidia_dgx-spark .dgx-spark .back_img .ab_item_2 {
  padding-top: 20px;
  color: #fff;
}
.nvidia_dgx-spark .dgx-spark .back_img .ab_item_1 img,
.nvidia_dgx-spark .dgx-spark .back_img .ab_item_2 img {
  padding: 10px;
}
.nvidia_dgx-spark .dgx-spark .back_img .ab_item_1 {
  padding: 40px 10px 40px 10px;
}
.nvidia_dgx-spark .dgx-spark .back_img .ab_item_1 h2 {
  font-size: 10.5vw !important;
  line-height: 1;
}
.nvidia_dgx-spark .dgx-spark .back_img .ab_item_1 h2 span {
  font-size: 0.5em;
}
.nvidia_dgx-spark .dgx-spark .back_img .ab_item_2 .text_item .spec-table-gb300 {
  position: relative;
  overflow-y: hidden;
}
.nvidia_dgx-spark .dgx-spark .back_img .ab_item_2 .text_item .spec-table-gb300 table {
  background: #fff;
  color: #606060;
  padding: 0 30px 0 30px;
  width: 95%;
  margin: 0 auto 30px;
}
.nvidia_dgx-spark .dgx-spark .back_img .ab_item_2 .text_item .spec-table-gb300 table tr {
  border-bottom: 1px dashed;
}
.nvidia_dgx-spark .dgx-spark .back_img .ab_item_2 .text_item .spec-table-gb300 table tr:last-child {
  border-bottom: none;
}
.nvidia_dgx-spark .dgx-spark .back_img .ab_item_2 .text_item .spec-table-gb300 table td {
  text-align: left;
  line-height: 1.666em;
  min-width: 158px;
}
.nvidia_dgx-spark .dgx-spark .back_img .ab_item_2 .text_item .spec-table-gb300 table td:first-child {
  font-weight: bold;
  padding: 5px 0px 5px 15px;
}
.nvidia_dgx-spark .dgx-spark .back_gr {
  padding: 50px 0 50px 0;
  background-color: #eeeeee;
}
.nvidia_dgx-spark .dgx-spark .back_gr .box .box_item {
  text-align: center;
  padding: 20px;
}

/* -------------------------------------------------------------
NVIDIA DGX Spark紹介ページ end
----------------------------------------------------------------*/
/* -------------------------------------------------------------
bto hpc商品 Univサイト内中間ページ
----------------------------------------------------------------*/
.btoap_hpc_series_01,
.btoap_hpc_series_02,
.btoap_hpc_series_03,
.btoap_hpc_series_04,
.btoap_hpc_series_05,
.btoap_hpc_series_06,
.btoap_hpc_series_07,
.btoap_hpc_series_08,
.btoap_hpc_series_09 {
  position: relative;
}
.btoap_hpc_series_01 .con,
.btoap_hpc_series_02 .con,
.btoap_hpc_series_03 .con,
.btoap_hpc_series_04 .con,
.btoap_hpc_series_05 .con,
.btoap_hpc_series_06 .con,
.btoap_hpc_series_07 .con,
.btoap_hpc_series_08 .con,
.btoap_hpc_series_09 .con {
  position: relative;
  z-index: 999;
}
.btoap_hpc_series_01 .top_p,
.btoap_hpc_series_02 .top_p,
.btoap_hpc_series_03 .top_p,
.btoap_hpc_series_04 .top_p,
.btoap_hpc_series_05 .top_p,
.btoap_hpc_series_06 .top_p,
.btoap_hpc_series_07 .top_p,
.btoap_hpc_series_08 .top_p,
.btoap_hpc_series_09 .top_p {
  font-size: 1.2rem;
  line-height: 1.8em;
  margin: 2rem 5px 6rem;
  padding: 10px;
  color: #fff;
  font-weight: 500;
}
.btoap_hpc_series_01 .item_box,
.btoap_hpc_series_02 .item_box,
.btoap_hpc_series_03 .item_box,
.btoap_hpc_series_04 .item_box,
.btoap_hpc_series_05 .item_box,
.btoap_hpc_series_06 .item_box,
.btoap_hpc_series_07 .item_box,
.btoap_hpc_series_08 .item_box,
.btoap_hpc_series_09 .item_box {
  display: flex;
  flex-wrap: wrap;
  margin: 3rem 0;
}
.btoap_hpc_series_01 .item_box .item,
.btoap_hpc_series_02 .item_box .item,
.btoap_hpc_series_03 .item_box .item,
.btoap_hpc_series_04 .item_box .item,
.btoap_hpc_series_05 .item_box .item,
.btoap_hpc_series_06 .item_box .item,
.btoap_hpc_series_07 .item_box .item,
.btoap_hpc_series_08 .item_box .item,
.btoap_hpc_series_09 .item_box .item {
  width: calc(100% - 10px);
  margin: 0 5px 2rem 5px;
  padding: 10px;
  border: 1px solid #000;
  background: #fff;
  transition: all 0.2s;
}
.btoap_hpc_series_01 .item_box .item:hover,
.btoap_hpc_series_02 .item_box .item:hover,
.btoap_hpc_series_03 .item_box .item:hover,
.btoap_hpc_series_04 .item_box .item:hover,
.btoap_hpc_series_05 .item_box .item:hover,
.btoap_hpc_series_06 .item_box .item:hover,
.btoap_hpc_series_07 .item_box .item:hover,
.btoap_hpc_series_08 .item_box .item:hover,
.btoap_hpc_series_09 .item_box .item:hover {
  opacity: 0.5;
  transition: all 0.2s;
}
.btoap_hpc_series_01 .item_box .item a,
.btoap_hpc_series_02 .item_box .item a,
.btoap_hpc_series_03 .item_box .item a,
.btoap_hpc_series_04 .item_box .item a,
.btoap_hpc_series_05 .item_box .item a,
.btoap_hpc_series_06 .item_box .item a,
.btoap_hpc_series_07 .item_box .item a,
.btoap_hpc_series_08 .item_box .item a,
.btoap_hpc_series_09 .item_box .item a {
  color: #000;
  text-decoration: none;
}
.btoap_hpc_series_01 .item_box .item h3,
.btoap_hpc_series_02 .item_box .item h3,
.btoap_hpc_series_03 .item_box .item h3,
.btoap_hpc_series_04 .item_box .item h3,
.btoap_hpc_series_05 .item_box .item h3,
.btoap_hpc_series_06 .item_box .item h3,
.btoap_hpc_series_07 .item_box .item h3,
.btoap_hpc_series_08 .item_box .item h3,
.btoap_hpc_series_09 .item_box .item h3 {
  margin: 0.5em 0;
  padding: 5px;
  font-size: 0.9rem;
  text-align: center;
  color: #fff;
  background: #000;
}
.btoap_hpc_series_01 .item_box .item h4,
.btoap_hpc_series_02 .item_box .item h4,
.btoap_hpc_series_03 .item_box .item h4,
.btoap_hpc_series_04 .item_box .item h4,
.btoap_hpc_series_05 .item_box .item h4,
.btoap_hpc_series_06 .item_box .item h4,
.btoap_hpc_series_07 .item_box .item h4,
.btoap_hpc_series_08 .item_box .item h4,
.btoap_hpc_series_09 .item_box .item h4 {
  margin: 0.5em 0;
  font-size: 1.5rem;
  text-align: center;
}
.btoap_hpc_series_01 .item_box .item img,
.btoap_hpc_series_02 .item_box .item img,
.btoap_hpc_series_03 .item_box .item img,
.btoap_hpc_series_04 .item_box .item img,
.btoap_hpc_series_05 .item_box .item img,
.btoap_hpc_series_06 .item_box .item img,
.btoap_hpc_series_07 .item_box .item img,
.btoap_hpc_series_08 .item_box .item img,
.btoap_hpc_series_09 .item_box .item img {
  display: block;
  width: 70%;
  margin: 0 auto;
  padding: 10px;
}
.btoap_hpc_series_01 .item_box .item ul,
.btoap_hpc_series_02 .item_box .item ul,
.btoap_hpc_series_03 .item_box .item ul,
.btoap_hpc_series_04 .item_box .item ul,
.btoap_hpc_series_05 .item_box .item ul,
.btoap_hpc_series_06 .item_box .item ul,
.btoap_hpc_series_07 .item_box .item ul,
.btoap_hpc_series_08 .item_box .item ul,
.btoap_hpc_series_09 .item_box .item ul {
  font-size: 0.75rem;
  line-height: 1.5rem;
}
.btoap_hpc_series_01 .item_box .item ul li,
.btoap_hpc_series_02 .item_box .item ul li,
.btoap_hpc_series_03 .item_box .item ul li,
.btoap_hpc_series_04 .item_box .item ul li,
.btoap_hpc_series_05 .item_box .item ul li,
.btoap_hpc_series_06 .item_box .item ul li,
.btoap_hpc_series_07 .item_box .item ul li,
.btoap_hpc_series_08 .item_box .item ul li,
.btoap_hpc_series_09 .item_box .item ul li {
  list-style: none;
  margin: 0;
}
.btoap_hpc_series_01 .item_box .item .price_box,
.btoap_hpc_series_02 .item_box .item .price_box,
.btoap_hpc_series_03 .item_box .item .price_box,
.btoap_hpc_series_04 .item_box .item .price_box,
.btoap_hpc_series_05 .item_box .item .price_box,
.btoap_hpc_series_06 .item_box .item .price_box,
.btoap_hpc_series_07 .item_box .item .price_box,
.btoap_hpc_series_08 .item_box .item .price_box,
.btoap_hpc_series_09 .item_box .item .price_box {
  font-size: 1.2rem;
  color: #cc0000;
  font-weight: 700;
  text-align: right;
}
.btoap_hpc_series_01 .item_box .item .price_box .catp,
.btoap_hpc_series_02 .item_box .item .price_box .catp,
.btoap_hpc_series_03 .item_box .item .price_box .catp,
.btoap_hpc_series_04 .item_box .item .price_box .catp,
.btoap_hpc_series_05 .item_box .item .price_box .catp,
.btoap_hpc_series_06 .item_box .item .price_box .catp,
.btoap_hpc_series_07 .item_box .item .price_box .catp,
.btoap_hpc_series_08 .item_box .item .price_box .catp,
.btoap_hpc_series_09 .item_box .item .price_box .catp {
  font-size: 1.2rem;
  margin-right: 0.5rem;
}
.btoap_hpc_series_01 .item_box .item .price_box .price,
.btoap_hpc_series_02 .item_box .item .price_box .price,
.btoap_hpc_series_03 .item_box .item .price_box .price,
.btoap_hpc_series_04 .item_box .item .price_box .price,
.btoap_hpc_series_05 .item_box .item .price_box .price,
.btoap_hpc_series_06 .item_box .item .price_box .price,
.btoap_hpc_series_07 .item_box .item .price_box .price,
.btoap_hpc_series_08 .item_box .item .price_box .price,
.btoap_hpc_series_09 .item_box .item .price_box .price {
  font-size: 2rem;
  font-weight: 900;
}
.btoap_hpc_series_01 .item_box .item .price_box .prop,
.btoap_hpc_series_02 .item_box .item .price_box .prop,
.btoap_hpc_series_03 .item_box .item .price_box .prop,
.btoap_hpc_series_04 .item_box .item .price_box .prop,
.btoap_hpc_series_05 .item_box .item .price_box .prop,
.btoap_hpc_series_06 .item_box .item .price_box .prop,
.btoap_hpc_series_07 .item_box .item .price_box .prop,
.btoap_hpc_series_08 .item_box .item .price_box .prop,
.btoap_hpc_series_09 .item_box .item .price_box .prop {
  font-size: 1.2rem;
}
.btoap_hpc_series_01 .item_box .item .bk_cy,
.btoap_hpc_series_02 .item_box .item .bk_cy,
.btoap_hpc_series_03 .item_box .item .bk_cy,
.btoap_hpc_series_04 .item_box .item .bk_cy,
.btoap_hpc_series_05 .item_box .item .bk_cy,
.btoap_hpc_series_06 .item_box .item .bk_cy,
.btoap_hpc_series_07 .item_box .item .bk_cy,
.btoap_hpc_series_08 .item_box .item .bk_cy,
.btoap_hpc_series_09 .item_box .item .bk_cy {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  border: 1px solid #f2b533;
  padding: 5px 0;
  background-color: #f2b533;
  text-align: center;
  color: #1f272a;
  font-size: 1.5rem;
  font-weight: 500;
  transition: 0.3s;
}

.btoap_hpc_series_01 {
  background: url(../images/asset/btoap_hpc_series/AdobeStock_335183210.jpeg) center no-repeat;
  background-size: cover;
}
.btoap_hpc_series_01::after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.btoap_hpc_series_02 {
  background: url(../images/asset/btoap_hpc_series/AdobeStock_282648124.jpg) center;
  background-size: contain;
}
.btoap_hpc_series_02::after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.btoap_hpc_series_03 {
  background: url(../images/asset/btoap_hpc_series/AdobeStock_375345466.jpg) center;
  background-size: contain;
}
.btoap_hpc_series_03::after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.btoap_hpc_series_04 {
  background: url(../images/asset/btoap_hpc_series/AdobeStock_512082959_1.jpg) center no-repeat;
  background-size: cover;
}
.btoap_hpc_series_04::after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.btoap_hpc_series_05 {
  background: url(../images/asset/btoap_hpc_series/AdobeStock_512082959.jpg) center no-repeat;
  background-size: cover;
}
.btoap_hpc_series_05::after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.btoap_hpc_series_06 {
  background: url(../images/asset/btoap_hpc_series/haikei_06.jpg) center;
}
.btoap_hpc_series_06::after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.btoap_hpc_series_07 {
  background: url(../images/asset/btoap_hpc_series/haikei_07.png) center;
}
.btoap_hpc_series_07::after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.btoap_hpc_series_08 {
  background: url(../images/asset/btoap_hpc_series/haikei_08.jpg) center;
}
.btoap_hpc_series_08::after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* -------------------------------------------------------------
bto hpc商品 Univサイト内中間ページ end
----------------------------------------------------------------*
/* -------------------------------------------------------------
GeForceRTX搭載ビジネスPC　紹介ページ
----------------------------------------------------------------*/
.geforcertx_businesspc_intro main > img {
  width: 100%;
}
.geforcertx_businesspc_intro .w_base {
  max-width: 1200px;
  margin: 0 auto;
}
.geforcertx_businesspc_intro h1 {
  width: 1100px;
  margin: 0 auto;
  display: block;
}
.geforcertx_businesspc_intro .con_1 {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  background: #EDEDED;
}
.geforcertx_businesspc_intro .con_1 img {
  width: calc(100% - 10px);
  margin: 0 5px;
}
.geforcertx_businesspc_intro .con_1 .con_1_item {
  width: calc(100% - 10px);
  margin: 0 5px;
}
.geforcertx_businesspc_intro .con_1 .con_1_item .big_title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 5px;
  border-bottom: 2px solid #000;
}
.geforcertx_businesspc_intro .con_3 .con_3_box {
  display: flex;
  flex-wrap: wrap;
}
.geforcertx_businesspc_intro .con_3 .con_3_box .con_3_item {
  width: 100%;
  box-shadow: 5px 10px 15px #a1a1a1;
}
.geforcertx_businesspc_intro .con_3 .con_3_box .con_3_item > img {
  width: 100%;
  margin: 2rem 0 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.geforcertx_businesspc_intro .con_3 .con_3_box .con_3_item ul {
  line-height: 1;
}
.geforcertx_businesspc_intro .con_3 .con_3_box .con_3_item ul li {
  list-style-type: none;
  margin: 0 10px;
}
.geforcertx_businesspc_intro .con_3 .con_3_box .con_3_item .price_box {
  display: flex;
  flex-wrap: wrap;
}
.geforcertx_businesspc_intro .con_3 .con_3_box .con_3_item .price_box > img {
  width: calc(25% - 10px);
  margin: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}
.geforcertx_businesspc_intro .con_3 .con_3_box .con_3_item .price_box .price_item {
  width: calc(75% - 10px);
  margin: 5px;
}
.geforcertx_businesspc_intro .con_3 .con_3_box .con_3_item .price_box .price_item .big_title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 5px;
  border-bottom: 2px solid #000;
}
.geforcertx_businesspc_intro .con_3 .con_3_box .con_3_item .price_box .price {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-weight: 900;
  font-size: 1.8rem;
  margin: 0rem;
}
.geforcertx_businesspc_intro .con_3 .con_3_box .con_3_item .price_box .price span {
  font-size: 0.4em;
  line-height: 1.2;
}
.geforcertx_businesspc_intro .con_2 {
  box-shadow: 5px 10px 15px #a1a1a1;
}
.geforcertx_businesspc_intro .con_2 h2 {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  margin: 2rem 0 0;
  padding: 10px;
}
.geforcertx_businesspc_intro .con_2 .con_2_box {
  display: flex;
  flex-wrap: wrap;
}
.geforcertx_businesspc_intro .con_2 .con_2_box > img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.geforcertx_businesspc_intro .con_2 .con_2_box .con_2_item > img {
  max-height: 100px;
  padding: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.geforcertx_businesspc_intro .con_2 .con_2_box .con_2_item ul {
  line-height: 1;
}
.geforcertx_businesspc_intro .con_2 .con_2_box .con_2_item ul li {
  margin: 0 10px;
  list-style-type: none;
}
.geforcertx_businesspc_intro .con_2 .con_2_box .con_2_item .price_box {
  display: flex;
}
.geforcertx_businesspc_intro .con_2 .con_2_box .con_2_item .price_box > img {
  width: calc(25% - 10px);
  margin: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}
.geforcertx_businesspc_intro .con_2 .con_2_box .con_2_item .price_box .price_item {
  width: calc(75% - 10px);
  margin: 5px;
}
.geforcertx_businesspc_intro .con_2 .con_2_box .con_2_item .price_box .price_item .big_title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 5px;
  border-bottom: 2px solid #000;
}
.geforcertx_businesspc_intro .con_2 .con_2_box .con_2_item .price_box .price {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-weight: 900;
  font-size: 1.8rem;
  margin: 0rem;
}
.geforcertx_businesspc_intro .con_2 .con_2_box .con_2_item .price_box .price span {
  font-size: 0.4em;
  line-height: 1.2;
}
.geforcertx_businesspc_intro .con_2 .con_2_topbox {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid;
  width: 95%;
  margin: 0 auto;
}
.geforcertx_businesspc_intro .con_2 .con_2_topbox > img {
  width: calc(100% - 10px);
  padding: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}
.geforcertx_businesspc_intro .con_2 .con_2_topbox .con_2_topitem h3 {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  font-size: 1.5rem;
}
.geforcertx_businesspc_intro .con_2 .con_2_topbox .con_2_topitem p {
  font-size: 1rem;
}

/* -------------------------------------------------------------
bto hpc商品 Univサイト内中間ページ end
----------------------------------------------------------------*/
/* -------------------------------------------------------------
MSI×アプライド 最先端コンピューターソリューション
----------------------------------------------------------------*/
.sokunou_applied {
  background: url(../images/asset/msi_support_applied/AdobeStock_424809941.jpg) no-repeat;
  background-size: cover;
}

.msi_support_applied {
  position: relative;
}
.msi_support_applied .con {
  position: relative;
  z-index: 999;
}
.msi_support_applied header img {
  width: 100%;
}
.msi_support_applied .com_1 {
  background: url(../images/asset/msi_support_applied/com1_bk.jpg) no-repeat;
  background-size: cover;
}
.msi_support_applied .com_1 .com1_top {
  width: 100%;
}
.msi_support_applied .com_1 .com1_top .com1_box {
  width: 95%;
  margin: auto;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.7);
}
.msi_support_applied .com_1 .com1_top .com1_box h2 {
  font-family: "Zen Old Mincho", serif;
  margin: 0;
  padding: 0 5px;
  font-size: 1.6rem !important;
  color: #1b2758;
}
.msi_support_applied .com_1 .com1_top .com1_box > p {
  font-family: "Zen Old Mincho", serif;
  font-size: 1rem;
}
.msi_support_applied .com_1 .com1_top .com1_box .com1_inbox {
  display: flex;
  flex-wrap: wrap;
}
.msi_support_applied .com_1 .com1_top .com1_box .com1_inbox ul {
  width: 100%;
}
.msi_support_applied .com_1 .com1_top .com1_box .com1_inbox ul li {
  position: relative;
  height: 85px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 0 #333366, -1px -1px 0 #333366, -1px 1px 0 #333366, 1px -1px 0 #333366, 0px 1px 0 #333366, -1px 0 #333366, -1px 0 0 #333366, 1px 0 0 #333366;
  list-style-type: none;
  margin-left: 0;
  padding: 10px;
  background: linear-gradient(to right, rgb(195, 195, 195), rgba(255, 0, 0, 0));
}
.msi_support_applied .com_1 .com1_top .com1_box .com1_inbox ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 85px;
  background: #333366;
  top: 0;
  left: 0;
}
.msi_support_applied .com_1 .com1_top .com1_box .com1_inbox ul li:nth-of-type(2) {
  line-height: 70px;
}
.msi_support_applied .com_1 .com1_top .com1_box .com1_inbox img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.msi_support_applied .com_2 {
  display: flex;
  flex-wrap: wrap;
}
.msi_support_applied .com_2 .com2_box {
  width: 100%;
  margin: 20px auto;
}
.msi_support_applied .com_2 .com2_box h2 {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  margin: 0;
  font-size: 2rem !important;
  color: #1b2758;
  border-top: solid 1px #1b2758;
  border-bottom: solid 1px #1b2758;
  padding: 0 0 10px 0;
}
.msi_support_applied .com_2 .com2_box h2 span {
  font-size: 0.5em;
}
.msi_support_applied .com_2 .com2_box h3 {
  font-size: 1.7rem;
}
.msi_support_applied .com_2 .com2_box .com2_box_items {
  display: flex;
  flex-wrap: wrap;
}
.msi_support_applied .com_2 .com2_box .com2_box_items ul {
  width: 100%;
  margin: 20px auto;
}
.msi_support_applied .com_2 .com2_box .com2_box_items ul li {
  list-style-type: square;
  line-height: 1;
  margin-bottom: 0;
}
.msi_support_applied .com_2 .com2_box .com2_box_items ul li::marker {
  font-size: 1.6rem;
}
.msi_support_applied .com_2 .com2_box .com2_box_items img {
  width: 100%;
  margin: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.msi_support_applied .com_2 .com2_box > img {
  padding: 10px;
  width: 100%;
}
.msi_support_applied .item_box {
  display: flex;
  flex-wrap: wrap;
  margin: 3rem 0;
}
.msi_support_applied .item_box .item {
  width: calc(100% - 30px);
  margin: 0 15px 2rem 15px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  border: solid 1px #b5b5b5;
  transition: all 0.2s;
}
.msi_support_applied .item_box .item:hover {
  opacity: 0.5;
  transition: all 0.2s;
}
.msi_support_applied .item_box .item a {
  color: #000;
  text-decoration: none;
}
.msi_support_applied .item_box .item h3 {
  margin: 0.5em 0;
  padding: 5px;
  font-size: 0.9rem;
  text-align: center;
  color: #fff;
  background: #000;
}
.msi_support_applied .item_box .item h4 {
  margin: 0.5em 0;
  font-size: 1.5rem;
  text-align: center;
}
.msi_support_applied .item_box .item img {
  display: block;
  width: 100%;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  padding: 10px;
}
.msi_support_applied .item_box .item ul {
  font-size: 0.75rem;
  line-height: 1.5rem;
}
.msi_support_applied .item_box .item ul li {
  list-style: none;
  margin: 0;
}
.msi_support_applied .item_box .item .price_box {
  font-size: 1.2rem;
  color: #cc0000;
  font-weight: 700;
  text-align: right;
}
.msi_support_applied .item_box .item .price_box .catp {
  font-size: 1.2rem;
  margin-right: 0.5rem;
}
.msi_support_applied .item_box .item .price_box .price {
  font-size: 2rem;
  font-weight: 900;
}
.msi_support_applied .item_box .item .price_box .prop {
  font-size: 1.2rem;
}
.msi_support_applied .item_box .item .kurei {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 900;
  margin: 10px auto 10px;
}
.msi_support_applied .item_box .item .suirei {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 900;
  margin: 10px auto 10px;
  color: #fff;
  background: #5cc3ff;
}
.msi_support_applied .item_box .bk_yew {
  background: #f9ffc7;
}
.msi_support_applied .item_box_2 .item {
  width: calc(50% - 30px);
}
.msi_support_applied .item_box_2 .item h3 {
  font-size: 1.1rem;
}
.msi_support_applied .item_box_2 .item h4 {
  font-size: 1.7rem;
}
.msi_support_applied .item_box_2 .item ul {
  font-size: 1rem;
  line-height: 1.5em;
}
.msi_support_applied .item_box_2 .item .price_box .catp {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.msi_support_applied .item_box_2 .item .price_box .price {
  font-size: 3rem;
  font-weight: 900;
}
.msi_support_applied .item_box_2 .item .price_box .prop {
  font-size: 1.5rem;
}

/* -------------------------------------------------------------
MSI×アプライド 最先端コンピューターソリューション end
----------------------------------------------------------------*/
/* -------------------------------------------------------------
webサイト制作　大学研究室向けおすすめパッケージページ
----------------------------------------------------------------*/
#web_package_univ {
  width: 100%;
}
#web_package_univ .sp_hide {
  display: none;
}
#web_package_univ .top {
  padding: 10px;
}
#web_package_univ .top .top_inner {
  width: 100%;
  margin-top: 2rem;
}
#web_package_univ .top .top_inner h3 {
  padding: 1rem 0 0 0;
  text-align: center;
  font-size: 8vw;
  position: relative;
}
#web_package_univ .top .top_inner h3::before {
  content: "人気NO.1";
  position: absolute;
  top: -30px;
  left: 0;
  padding: 5px;
  font-size: 5vw;
  color: #fff;
  background-color: #FF6600;
  border-radius: 10px;
}
#web_package_univ .top .top_inner .top_box {
  text-align: center;
}
#web_package_univ .top .top_inner .top_box p {
  margin: 5px auto;
  padding: 5px;
  color: #fff;
  background: #009999;
  font-size: 5vw;
}
#web_package_univ .top .top_inner p {
  margin: 0 10px;
  font-size: 1rem;
}
#web_package_univ .top .top_inner a {
  width: 100%;
  margin: 10px;
}
#web_package_univ .top .top_inner_2 {
  width: 100%;
}
#web_package_univ .top .top_inner_2 h3 {
  text-align: center;
  font-size: 5vw;
  line-height: 7vw;
}
#web_package_univ .top .top_inner_2 p {
  margin: 10px;
  font-size: 1.1rem;
}
#web_package_univ .top .top_inner_2 img {
  width: 100%;
  margin-bottom: 1rem;
}
#web_package_univ .top iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}
#web_package_univ .top img {
  width: 100%;
}
#web_package_univ .top_img {
  width: 100%;
}
#web_package_univ .top_img img {
  width: 100%;
}
#web_package_univ h2 {
  font-size: 6.5vw !important;
  margin-top: 30px;
  padding: 10px;
  text-align: center;
  line-height: 2rem;
  color: #003366;
  background-color: #FFCC00;
  border: 3px solid #003366;
}
#web_package_univ h2 span {
  font-size: 0.5em;
}
#web_package_univ .main_box {
  padding: 10px 0 0 0;
  border-right: 3px solid #003366;
  border-bottom: 3px solid #003366;
  border-left: 3px solid #003366;
}
#web_package_univ .main_box .box_inner {
  width: calc(100% - 20px);
  margin: 0px 10px 10px 10px;
}
#web_package_univ .main_box .box_inner .title_box {
  padding: 10px;
  background-color: #CCCCCC;
}
#web_package_univ .main_box .box_inner .title_box h4 {
  text-align: center;
  font-size: 1.6rem;
  width: 100%;
  color: #003366;
  border-bottom: 2px solid #000;
}
#web_package_univ .main_box .box_inner .title_box p {
  width: 100%;
  margin: 10px;
}
#web_package_univ .main_box .box_inner .con_box {
  text-align: center;
}
#web_package_univ .main_box .box_inner .con_box p {
  width: 100%;
  font-weight: 500;
  color: #003366;
}
#web_package_univ .main_box .box_inner .con_box p:first-child {
  font-weight: 400;
  display: inline-block;
  font-size: 1rem;
  text-align: left;
}
#web_package_univ .main_box .box_inner .con_box p:last-child {
  font-size: 15vw;
  font-weight: 500;
  color: #FF0000;
  position: relative;
}
#web_package_univ .main_box .box_inner .con_box p:last-child span {
  position: absolute;
  font-size: 1rem;
  top: 0px;
  right: 0;
}
#web_package_univ .contact_office_btn a {
  width: 100%;
  font-size: 1.5rem;
}
#web_package_univ .degipro img {
  margin: 15px 0;
}
#web_package_univ .degipro p {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 15px 0;
}
#web_package_univ .degipro .ftc_b {
  font-size: 1.7rem;
  border-bottom: solid 1px #333399;
  color: #333399;
}

/* -------------------------------------------------------------
webサイト制作　大学研究室向けおすすめパッケージページend
----------------------------------------------------------------*/
/* -------------------------------------------------------------
webサイト制作　大学研究室向けおすすめパッケージページ 新規
----------------------------------------------------------------*/
#web_package_univ_new {
  text-align: center;
}
#web_package_univ_new .main_wide_hd h1 {
  text-align: left;
}
#web_package_univ_new h2 {
  text-align: center;
  font-size: 2.3rem;
  margin-top: 4rem;
  margin-bottom: 1rem;
}
#web_package_univ_new h2:first-child {
  margin-top: 0rem;
}
#web_package_univ_new p {
  display: inline-block;
  text-align: left;
}
#web_package_univ_new .far_p {
  max-width: 798px;
  width: 100%;
  margin-bottom: 1.5rem;
}
#web_package_univ_new .video {
  display: flex;
  width: 100%;
  justify-content: center;
}
#web_package_univ_new img {
  display: block;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
#web_package_univ_new .price {
  position: relative;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#web_package_univ_new .price span {
  position: relative;
}
#web_package_univ_new .price span::before {
  position: absolute;
  content: "(税込)";
  font-size: 0.4em;
  white-space: nowrap;
}
#web_package_univ_new .yellow_ub {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
#web_package_univ_new .yellow_ub::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 115%;
  height: 1em;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  background: #FFFF00;
}
#web_package_univ_new .web_package_btn {
  margin: 2rem 0;
}
#web_package_univ_new .web_package_btn a {
  position: relative;
  font-size: 1.1rem;
  padding: 0.4em 3.3em 0.5em;
  border: 1px solid #A2A2A2;
  border-radius: 100px;
  color: #000;
  background-color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
#web_package_univ_new .web_package_btn a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #A2A2A2;
  border-right: solid 2px #A2A2A2;
  position: absolute;
  top: 50%;
  right: 5%;
  translate: 0 -50%;
  rotate: 45deg;
}
#web_package_univ_new .com_3box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5px;
}
#web_package_univ_new .com_3box .box_item {
  width: 100%;
  margin-bottom: 40px;
}
#web_package_univ_new .com_3box .box_item .img_box {
  display: flex;
  justify-content: center;
  margin: 10 0 0 0;
}
#web_package_univ_new .com_3box .box_item .img_box img {
  width: 45%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0;
}
#web_package_univ_new .com_3box .box_item .img_box img:nth-of-type(2) {
  width: 30%;
}
#web_package_univ_new .com_3box .box_item .display {
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#web_package_univ_new .com_3box .box_item .yellow_ub {
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
}
#web_package_univ_new .com_3box .box_item h3 {
  padding: 0.5rem 0 1.5rem;
  font-size: 2rem;
  color: #fff;
  background: #1D2087;
  font-weight: bold;
}
#web_package_univ_new .com_3box .box_item h3 strong {
  font-family: "poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
}
#web_package_univ_new .com_3box .box_item h3 span {
  display: block;
  font-size: 1.4rem;
}
#web_package_univ_new .com_3box .box_item .price {
  position: relative;
  font-size: 4rem;
}
#web_package_univ_new .com_3box .box_item .price span {
  position: absolute;
  font-size: 1.5rem;
  bottom: 21%;
}
#web_package_univ_new .com_3box .box_item .price span::before {
  position: absolute;
  content: "(税込)";
  font-size: 0.4em;
  white-space: nowrap;
  top: -20%;
}
#web_package_univ_new .com_3box .box_item h4 {
  font-size: 1.2rem;
  font-weight: bold;
}
#web_package_univ_new .com_3box .box_item h4 span {
  color: #007FF6;
}
#web_package_univ_new .com_3box .box_item .spec_box {
  display: flex;
  flex-wrap: wrap;
}
#web_package_univ_new .com_3box .box_item .spec_box p {
  width: calc(50% - 5px);
  display: inline-block;
  margin: 10px 5px 10px 0;
  padding: 5px 10px;
  font-weight: bold;
  text-align: center;
  background: #E9E9E9;
}
#web_package_univ_new .com_3box .box_item .spec_box p:nth-of-type(2n) {
  margin: 10px 0 10px 5px;
}
#web_package_univ_new .com_3box .box_item .spec_box .fs_xs {
  line-height: 1.6rem !important;
}
#web_package_univ_new .com_3box .box_item .spec_box .f_bl {
  color: #007FF6;
}
#web_package_univ_new .bk_gr {
  background-color: #E6E6E6;
}
#web_package_univ_new .fqa_box {
  padding: 65px 0;
}
#web_package_univ_new .fqa_box .question {
  position: relative;
  display: block;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 600;
  padding-left: 42px;
}
#web_package_univ_new .fqa_box .question::before {
  content: "Q";
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  background: #007FF6;
  position: absolute;
  top: 50%;
  left: 2%;
  translate: 0 -50%;
  border-radius: 100px;
}
#web_package_univ_new .fqa_box .answer_box {
  position: relative;
}
#web_package_univ_new .fqa_box .answer_box .answer {
  display: block;
  text-align: left;
  font-size: 1.3rem;
  margin: 10px 10px 10px 45px;
}
#web_package_univ_new .fqa_box .answer_box .answer::before {
  content: "A";
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  color: #000;
  background: #fff;
  position: absolute;
  top: 15%;
  left: 2%;
  translate: 0 -50%;
  border-radius: 100px;
}
#web_package_univ_new .maintenance_box > p {
  margin: 30px 0px 10px 0;
  padding: 3px 0;
  display: grid;
  place-items: center;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
  color: #fff;
  background: #1D2087;
}
#web_package_univ_new .maintenance_box .maintenance_box_item {
  margin: 0 0 10px 0;
}
#web_package_univ_new .maintenance_box .maintenance_box_item > p {
  display: block;
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #007FF6;
}
#web_package_univ_new .maintenance_box .maintenance_box_item .item_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#web_package_univ_new .maintenance_box .maintenance_box_item .item_box .yellow_circle {
  display: grid;
  place-items: center;
  width: 90px;
  height: 90px;
  margin-right: 15px;
  font-weight: 700;
  line-height: 1.1em;
  color: #000;
  background: #FFFF00;
  border-radius: 100px;
}
#web_package_univ_new .maintenance_box .maintenance_box_item .item_box .price {
  font-size: 3.2rem;
  margin-right: 15px;
}
#web_package_univ_new .maintenance_box .maintenance_box_item .item_box .price span {
  font-size: 1.5rem;
}
#web_package_univ_new .maintenance_box .maintenance_box_item .item_box .price span::before {
  font-size: 0.4em;
  top: -30%;
}
#web_package_univ_new .maintenance_box .maintenance_box_item .item_box ul {
  margin-top: 5px;
  text-align: left;
}
#web_package_univ_new .attention {
  position: relative;
  margin: 40px auto 60px;
  padding: 30px 20px 20px;
  border: 2px solid #f00;
  overflow: inherit;
  text-align: left;
}
#web_package_univ_new .attention h3 {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1000;
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  font-size: 26px;
}
#web_package_univ_new .op_box {
  margin-top: 60px;
}
#web_package_univ_new .op_box .op_item:nth-of-type(2) {
  margin: 30px 0px 30px 10px;
}
#web_package_univ_new .op_box .op_item > p {
  font-size: 1.4rem;
  font-weight: 700;
}
#web_package_univ_new .op_box .op_item h3 {
  font-size: 2rem;
  color: #fff;
  background: #1D2087;
}
#web_package_univ_new .op_box .op_item .h3cap {
  text-align: center;
  font-size: 1.2rem;
  color: #007FF6;
  font-weight: 700;
}
#web_package_univ_new .op_box .op_item .img_box {
  display: flex;
  justify-content: space-between;
}
#web_package_univ_new .op_box .op_item .img_box img {
  width: 55%;
  -o-object-fit: contain;
     object-fit: contain;
}
#web_package_univ_new .op_box .op_item .img_box img:nth-of-type(2) {
  width: 42%;
}
#web_package_univ_new .op_box .op_item .op_price_box {
  position: relative;
  text-align: center;
}
#web_package_univ_new .op_box .op_item .op_price_box .op_price_item {
  margin-top: 10px;
  margin-bottom: 20px;
}
#web_package_univ_new .op_box .op_item .op_price_box .op_price_item .sp {
  font-size: 1.1rem;
  line-height: 1.5rem;
  padding: 5px;
  text-align: center;
  border: 2px solid;
}
#web_package_univ_new .op_box .op_item .op_price_box .op_price_item .sp span {
  display: block;
  font-size: 1rem;
}
#web_package_univ_new .op_box .op_item .op_price_box .op_price_item .price {
  font-size: 3.1rem;
}
#web_package_univ_new .op_box .op_item .op_price_box .op_price_item .price span {
  font-size: 1.5rem;
}
#web_package_univ_new .op_box .op_item .op_price_box .op_price_item .price span::before {
  font-size: 0.4em;
  top: -30%;
}
#web_package_univ_new .op_box .op_item .op_price_box .op_pricecap {
  font-weight: 700;
  color: #1D2087;
}
#web_package_univ_new .op_box .op_item .op_price_box .yellow_circle {
  display: none;
  position: absolute;
  place-items: center;
  width: 90px;
  height: 90px;
  margin-right: 15px;
  text-align: center;
  font-weight: 700;
  line-height: 1.1em;
  color: #000;
  background: #FFFF00;
  border-radius: 100px;
  top: 0;
  right: 0;
}
#web_package_univ_new .cont_box {
  display: flex;
  justify-content: center;
}

/* -------------------------------------------------------------
webサイト制作　大学研究室向けおすすめパッケージページ 新規 end
----------------------------------------------------------------*/
/* -------------------------------------------------------------
btoap_hpc_series_5 NVIDIA H100紹介部分
----------------------------------------------------------------*/
.con.nvidia_h100 {
  display: block;
  padding: 0;
  position: static;
}

.nvidia_h100 .w_base {
  padding: 0 10px;
}
.nvidia_h100 .nvidia_dgx_h200 h3,
.nvidia_h100 .nvidia_h100_Tensor h3 {
  margin-top: 0 !important;
  padding-top: 30px;
  text-align: center;
  font-size: 2rem;
}
.nvidia_h100 .nvidia_dgx_h200 .com_btn,
.nvidia_h100 .nvidia_h100_Tensor .com_btn {
  padding: 0 10px 80px 10px;
}
.nvidia_h100 .nvidia_dgx_h200 .com_btn a,
.nvidia_h100 .nvidia_h100_Tensor .com_btn a {
  display: block;
  position: relative;
  text-indent: -0.6em;
  max-width: 500px;
  width: 100%;
  margin: 20px auto !important;
  padding: 15px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  transition: 0.5s all;
  background: #76b900;
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.nvidia_h100 .nvidia_dgx_h200 .back_img,
.nvidia_h100 .nvidia_h100_Tensor .back_img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #000;
}
.nvidia_h100 .nvidia_dgx_h200 .back_img .ab_item_1,
.nvidia_h100 .nvidia_dgx_h200 .back_img .ab_item_2,
.nvidia_h100 .nvidia_h100_Tensor .back_img .ab_item_1,
.nvidia_h100 .nvidia_h100_Tensor .back_img .ab_item_2 {
  padding-top: 20px;
  color: #fff;
}
.nvidia_h100 .nvidia_dgx_h200 .back_img .ab_item_1 img,
.nvidia_h100 .nvidia_dgx_h200 .back_img .ab_item_2 img,
.nvidia_h100 .nvidia_h100_Tensor .back_img .ab_item_1 img,
.nvidia_h100 .nvidia_h100_Tensor .back_img .ab_item_2 img {
  padding: 10px;
}
.nvidia_h100 .nvidia_dgx_h200 .back_img .ab_item_1,
.nvidia_h100 .nvidia_h100_Tensor .back_img .ab_item_1 {
  padding: 40px 10px 40px 10px;
}
.nvidia_h100 .nvidia_dgx_h200 .back_img .ab_item_1 h2,
.nvidia_h100 .nvidia_h100_Tensor .back_img .ab_item_1 h2 {
  font-size: 10.5vw !important;
  line-height: 1;
}
.nvidia_h100 .nvidia_dgx_h200 .back_img .ab_item_1 h2 span,
.nvidia_h100 .nvidia_h100_Tensor .back_img .ab_item_1 h2 span {
  font-size: 0.5em;
}
.nvidia_h100 .nvidia_dgx_h200 .back_gr,
.nvidia_h100 .nvidia_h100_Tensor .back_gr {
  padding: 50px 0 50px 0;
  background-color: #eeeeee;
}
.nvidia_h100 .nvidia_dgx_h200 .back_gr .box .box_item,
.nvidia_h100 .nvidia_h100_Tensor .back_gr .box .box_item {
  text-align: center;
  padding: 20px;
}
.nvidia_h100 .nvidia_h100_Tensor h3 {
  line-height: 1.3;
}
.nvidia_h100 .nvidia_h100_Tensor h3 span {
  font-size: 0.7em;
}
.nvidia_h100 .nvidia_h100_Tensor .back_img .ab_item_1 h2 {
  font-size: 3.5rem;
  line-height: 1;
}
.nvidia_h100 .nvidia_h100_Tensor .back_img .ab_item_1 h2 span {
  font-size: 0.5em;
}
.nvidia_h100 .nvidia_h100_Tensor .back_gr .box .box_item .titl_text {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
}
.nvidia_h100 .nvidia_h100_Tensor .back_gr .box .box_item p span {
  font-size: 5rem;
}
.nvidia_h100 .nvidia_h100_Tensor .spec .box {
  margin: 60px 0;
}
.nvidia_h100 .nvidia_h100_Tensor .spec .box .text_item {
  width: calc(100% - 20px);
  margin: 0;
  padding: 0px 10px 0px 10px;
}
.nvidia_h100 .nvidia_h100_Tensor .spec .box .text_item h3 {
  text-align: left;
  font-size: 1.6rem;
  padding: 0;
}
.nvidia_h100 .nvidia_h100_Tensor .spec .box figure {
  width: calc(100% - 20px);
  margin: 0;
  padding: 0px 10px 8px 10px;
}
.nvidia_h100 .nvidia_h100_Tensor .spec .box figure img {
  width: 100%;
}
.nvidia_h100 .nvidia_h100_Tensor .spec .box:nth-of-type(2) .text_item {
  order: 1;
}
.nvidia_h100 .nvidia_h100_Tensor .spec .box:nth-of-type(2) figure {
  order: 2;
}

/* -------------------------------------------------------------
btoap_hpc_series_5 NVIDIA H100紹介部分 end
----------------------------------------------------------------*/
/* -------------------------------------------------------------
btoap_hpc_series_4 紹介部分
----------------------------------------------------------------*/
.con.nvidia_rtx_6000ada {
  display: block;
  padding: 0;
  position: static;
}

.nvidia_rtx_6000ada .w_base {
  padding: 0 10px;
}
.nvidia_rtx_6000ada .nvidia_rtx_6000ada h3,
.nvidia_rtx_6000ada .nvidia_rtx_6000ada_com h3 {
  margin-top: 0 !important;
  padding-top: 30px;
  text-align: center;
  font-size: 2rem;
}
.nvidia_rtx_6000ada .nvidia_rtx_6000ada .com_btn,
.nvidia_rtx_6000ada .nvidia_rtx_6000ada_com .com_btn {
  padding: 0 10px 80px 10px;
}
.nvidia_rtx_6000ada .nvidia_rtx_6000ada .com_btn a,
.nvidia_rtx_6000ada .nvidia_rtx_6000ada_com .com_btn a {
  display: block;
  position: relative;
  text-indent: -0.6em;
  max-width: 500px;
  width: 100%;
  margin: 20px auto !important;
  padding: 15px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  transition: 0.5s all;
  background: #76b900;
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.nvidia_rtx_6000ada .nvidia_rtx_6000ada .back_img,
.nvidia_rtx_6000ada .nvidia_rtx_6000ada_com .back_img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #000;
}
.nvidia_rtx_6000ada .nvidia_rtx_6000ada .back_img .ab_item_1,
.nvidia_rtx_6000ada .nvidia_rtx_6000ada .back_img .ab_item_2,
.nvidia_rtx_6000ada .nvidia_rtx_6000ada_com .back_img .ab_item_1,
.nvidia_rtx_6000ada .nvidia_rtx_6000ada_com .back_img .ab_item_2 {
  padding-top: 20px;
  color: #fff;
}
.nvidia_rtx_6000ada .nvidia_rtx_6000ada .back_img .ab_item_1 img,
.nvidia_rtx_6000ada .nvidia_rtx_6000ada .back_img .ab_item_2 img,
.nvidia_rtx_6000ada .nvidia_rtx_6000ada_com .back_img .ab_item_1 img,
.nvidia_rtx_6000ada .nvidia_rtx_6000ada_com .back_img .ab_item_2 img {
  padding: 10px;
}
.nvidia_rtx_6000ada .nvidia_rtx_6000ada .back_img .ab_item_1,
.nvidia_rtx_6000ada .nvidia_rtx_6000ada_com .back_img .ab_item_1 {
  padding: 40px 10px 40px 10px;
}
.nvidia_rtx_6000ada .nvidia_rtx_6000ada .back_img .ab_item_1 h2,
.nvidia_rtx_6000ada .nvidia_rtx_6000ada_com .back_img .ab_item_1 h2 {
  font-size: 10.5vw !important;
  line-height: 1;
}
.nvidia_rtx_6000ada .nvidia_rtx_6000ada .back_img .ab_item_1 h2 span,
.nvidia_rtx_6000ada .nvidia_rtx_6000ada_com .back_img .ab_item_1 h2 span {
  font-size: 0.5em;
}
.nvidia_rtx_6000ada .nvidia_rtx_6000ada .back_gr,
.nvidia_rtx_6000ada .nvidia_rtx_6000ada_com .back_gr {
  padding: 50px 0 50px 0;
  background-color: #eeeeee;
}
.nvidia_rtx_6000ada .nvidia_rtx_6000ada .back_gr .box .box_item,
.nvidia_rtx_6000ada .nvidia_rtx_6000ada_com .back_gr .box .box_item {
  text-align: center;
  padding: 20px;
}
.nvidia_rtx_6000ada .nvidia_rtx_6000ada .back_whi,
.nvidia_rtx_6000ada .nvidia_rtx_6000ada_com .back_whi {
  padding: 50px 0 50px 0;
}
.nvidia_rtx_6000ada .nvidia_rtx_6000ada .back_whi .box .box_item,
.nvidia_rtx_6000ada .nvidia_rtx_6000ada_com .back_whi .box .box_item {
  text-align: center;
  padding: 20px;
}
.nvidia_rtx_6000ada .nvidia_rtx_6000ada_com h3 {
  line-height: 1.3;
}
.nvidia_rtx_6000ada .nvidia_rtx_6000ada_com h3 span {
  font-size: 0.7em;
}
.nvidia_rtx_6000ada .nvidia_rtx_6000ada_com .back_img .ab_item_1 h2 {
  font-size: 3.5rem;
  line-height: 1;
}
.nvidia_rtx_6000ada .nvidia_rtx_6000ada_com .back_img .ab_item_1 h2 span {
  font-size: 0.5em;
}
.nvidia_rtx_6000ada .nvidia_rtx_6000ada_com .back_gr .box .box_item .titl_text {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
}
.nvidia_rtx_6000ada .nvidia_rtx_6000ada_com .back_gr .box .box_item p span {
  font-size: 5rem;
}
.nvidia_rtx_6000ada .nvidia_rtx_6000ada_com .back_whi .box .box_item .titl_text {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
}
.nvidia_rtx_6000ada .nvidia_rtx_6000ada_com .back_whi .box .box_item p span {
  font-size: 5rem;
}
.nvidia_rtx_6000ada .nvidia_rtx_6000ada_com .spec .box {
  margin: 60px 0;
}
.nvidia_rtx_6000ada .nvidia_rtx_6000ada_com .spec .box .text_item {
  width: calc(100% - 20px);
  margin: 0;
  padding: 0px 10px 0px 10px;
}
.nvidia_rtx_6000ada .nvidia_rtx_6000ada_com .spec .box .text_item h3 {
  text-align: left;
  font-size: 1.6rem;
  padding: 0;
}
.nvidia_rtx_6000ada .nvidia_rtx_6000ada_com .spec .box figure {
  width: calc(100% - 20px);
  margin: 0;
  padding: 0px 10px 8px 10px;
}
.nvidia_rtx_6000ada .nvidia_rtx_6000ada_com .spec .box figure img {
  width: 100%;
}
.nvidia_rtx_6000ada .nvidia_rtx_6000ada_com .spec .box:nth-of-type(2) .text_item {
  order: 1;
}
.nvidia_rtx_6000ada .nvidia_rtx_6000ada_com .spec .box:nth-of-type(2) figure {
  order: 2;
}

/* -------------------------------------------------------------
btoap_hpc_series_4 紹介部分 end
----------------------------------------------------------------*/
/* -------------------------------------------------------------
btoap_hpc_series_7 NVIDIA Modulus向けおすすめモデル紹介部分
----------------------------------------------------------------*/
.con.nvidia_modulus {
  display: block;
  padding: 0;
  position: static;
}

.nvidia_modulus .w_base {
  padding: 0 10px;
}
.nvidia_modulus .nvidia_modulus h3,
.nvidia_modulus .nvidia_modulus_com h3 {
  margin-top: 0 !important;
  padding-top: 30px;
  text-align: center;
  font-size: 2rem;
}
.nvidia_modulus .nvidia_modulus .com_btn,
.nvidia_modulus .nvidia_modulus_com .com_btn {
  padding: 0 10px 20px 10px;
}
.nvidia_modulus .nvidia_modulus .com_btn a,
.nvidia_modulus .nvidia_modulus_com .com_btn a {
  display: block;
  position: relative;
  text-indent: -0.6em;
  max-width: 500px;
  width: 100%;
  margin: 20px auto !important;
  padding: 15px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  transition: 0.5s all;
  background: #76b900;
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.nvidia_modulus .nvidia_modulus .back_img,
.nvidia_modulus .nvidia_modulus_com .back_img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #000;
}
.nvidia_modulus .nvidia_modulus .back_img .ab_item_1,
.nvidia_modulus .nvidia_modulus .back_img .ab_item_2,
.nvidia_modulus .nvidia_modulus_com .back_img .ab_item_1,
.nvidia_modulus .nvidia_modulus_com .back_img .ab_item_2 {
  padding-top: 20px;
  color: #fff;
}
.nvidia_modulus .nvidia_modulus .back_img .ab_item_1 img,
.nvidia_modulus .nvidia_modulus .back_img .ab_item_2 img,
.nvidia_modulus .nvidia_modulus_com .back_img .ab_item_1 img,
.nvidia_modulus .nvidia_modulus_com .back_img .ab_item_2 img {
  padding: 10px;
}
.nvidia_modulus .nvidia_modulus .back_img .ab_item_1,
.nvidia_modulus .nvidia_modulus_com .back_img .ab_item_1 {
  padding: 40px 10px 40px 10px;
}
.nvidia_modulus .nvidia_modulus .back_img .ab_item_1 h2,
.nvidia_modulus .nvidia_modulus_com .back_img .ab_item_1 h2 {
  font-size: 10.5vw !important;
  line-height: 1;
}
.nvidia_modulus .nvidia_modulus .back_img .ab_item_1 h2 span,
.nvidia_modulus .nvidia_modulus_com .back_img .ab_item_1 h2 span {
  font-size: 0.5em;
}
.nvidia_modulus .nvidia_modulus .back_gr,
.nvidia_modulus .nvidia_modulus_com .back_gr {
  padding: 50px 0 50px 0;
  background-color: #eeeeee;
}
.nvidia_modulus .nvidia_modulus .back_gr .box .box_item,
.nvidia_modulus .nvidia_modulus_com .back_gr .box .box_item {
  text-align: center;
  padding: 20px;
}
.nvidia_modulus .nvidia_modulus_com h3 {
  line-height: 1.3;
}
.nvidia_modulus .nvidia_modulus_com h3 span {
  font-size: 0.7em;
}
.nvidia_modulus .nvidia_modulus_com .back_img .ab_item_1 h2 {
  font-size: 3.5rem;
  line-height: 1;
}
.nvidia_modulus .nvidia_modulus_com .back_img .ab_item_1 h2 span {
  font-size: 0.5em;
}
.nvidia_modulus .nvidia_modulus_com .back_gr .box .box_item .titl_text {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
}
.nvidia_modulus .nvidia_modulus_com .back_gr .box .box_item p span {
  font-size: 5rem;
}
.nvidia_modulus .nvidia_modulus_com .spec .box {
  margin: 60px 0;
}
.nvidia_modulus .nvidia_modulus_com .spec .box .text_item {
  width: calc(100% - 20px);
  margin: 0;
  padding: 0px 10px 0px 10px;
}
.nvidia_modulus .nvidia_modulus_com .spec .box .text_item h3 {
  text-align: left;
  font-size: 1.6rem;
  padding: 0;
}
.nvidia_modulus .nvidia_modulus_com .spec .box figure {
  width: calc(100% - 20px);
  margin: 0;
  padding: 0px 10px 8px 10px;
}
.nvidia_modulus .nvidia_modulus_com .spec .box figure img {
  width: 100%;
}
.nvidia_modulus .nvidia_modulus_com .spec .box:nth-of-type(2) .text_item {
  order: 1;
}
.nvidia_modulus .nvidia_modulus_com .spec .box:nth-of-type(2) figure {
  order: 2;
}

/* -------------------------------------------------------------
btoap_hpc_series_7 NVIDIA Modulus向けおすすめモデル紹介部分 end
----------------------------------------------------------------*/
/* -------------------------------------------------------------
学術用ワークステーション 個別ページ
----------------------------------------------------------------*/
.academic_workstations {
  position: relative;
}
.academic_workstations .con {
  position: relative;
  z-index: 999;
}
.academic_workstations .top_p {
  font-size: 1.2rem;
  line-height: 1.8em;
  margin: 2rem 5px 6rem;
  padding: 10px;
  color: #fff;
  font-weight: 500;
}
.academic_workstations .item_box {
  display: flex;
  flex-wrap: wrap;
  margin: 3rem 0;
}
.academic_workstations .item_box .item {
  width: calc(100% - 10px);
  margin: 0 5px 2rem 5px;
  padding: 10px;
  background: #fff;
  transition: all 0.2s;
}
.academic_workstations .item_box .item:hover {
  opacity: 0.5;
  transition: all 0.2s;
}
.academic_workstations .item_box .item a {
  color: #000;
  text-decoration: none;
}
.academic_workstations .item_box .item h3 {
  margin: 0.5em 0;
  padding: 5px;
  font-size: 0.9rem;
  text-align: center;
  color: #fff;
  background: #000;
}
.academic_workstations .item_box .item h4 {
  margin: 0.5em 0;
  font-size: 1.5rem;
  text-align: center;
}
.academic_workstations .item_box .item img {
  display: block;
  width: 70%;
  margin: 0 auto;
  padding: 10px;
}
.academic_workstations .item_box .item ul {
  font-size: 0.75rem;
  line-height: 1.5rem;
}
.academic_workstations .item_box .item ul li {
  list-style: none;
  margin: 0;
}
.academic_workstations .item_box .item .price_box {
  font-size: 1.2rem;
  color: #cc0000;
  font-weight: 700;
  text-align: right;
}
.academic_workstations .item_box .item .price_box .catp {
  font-size: 1.2rem;
  margin-right: 0.5rem;
}
.academic_workstations .item_box .item .price_box .price {
  font-size: 2rem;
  font-weight: 900;
}
.academic_workstations .item_box .item .price_box .prop {
  font-size: 1.2rem;
}

/* -------------------------------------------------------------
学術用ワークステーション 個別ページ end
----------------------------------------------------------------*/
/* -------------------------------------------------------------
学術用ワークステーション リストページ
----------------------------------------------------------------*/
.academic_workstations_list .box a {
  display: block;
  padding: 2px;
  background: #fff;
  color: #2973a6;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border: 1px solid #2973a6;
  border-radius: 3px;
  transition: All 0.5s ease;
}
.academic_workstations_list h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.academic_workstations_list h2 span {
  position: relative;
  display: inline-block;
  padding: 0 0 5px 10px;
  color: #122858;
  font-size: 22px;
}
.academic_workstations_list h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #122858;
}
.academic_workstations_list .software_box {
  display: flex;
  flex-wrap: wrap;
}
.academic_workstations_list .software_box a {
  display: block;
  width: calc(100% - 20px);
  color: #000;
  text-decoration: none;
  margin: 10px 10px 20px 10px;
  padding: 5px;
}

/* -------------------------------------------------------------
学術用ワークステーション リストページ end
----------------------------------------------------------------*/
/* -------------------------------------------------------------
ラックマウントLP
----------------------------------------------------------------*/
.rackmount_lp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  width: 100%;
  margin: 2rem auto 0;
}
.rackmount_lp a {
  transition: all 0.2s;
}
.rackmount_lp a:hover {
  opacity: 0.7;
  transition: all 0.2s;
}
.rackmount_lp img {
  width: 100%;
}
.rackmount_lp header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.rackmount_lp header h1 {
  width: 60%;
  text-align: center;
  font-size: 32px;
  margin: 15px 0;
}
.rackmount_lp header span {
  width: 35%;
  font-size: 16px;
}
.rackmount_lp header a {
  width: 100%;
  border: 2px solid #a1a1a1;
}
.rackmount_lp .main_wide {
  order: 2;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}
.rackmount_lp .com_1 {
  margin-top: 30px;
  position: relative;
  text-align: center;
}
.rackmount_lp .com_1 h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 60px 15px 0;
}
.rackmount_lp .com_1 h2 span {
  position: relative;
  display: inline-block;
  padding: 0 0 5px 10px;
  color: #122858;
  font-size: 22px;
}
.rackmount_lp .com_1 h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #122858;
}
.rackmount_lp .com_1 .item_box {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.rackmount_lp .com_1 .item_box .item {
  width: calc(100% - 10px);
  margin: 0 5px 2rem 5px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.2s;
}
.rackmount_lp .com_1 .item_box .item:hover {
  opacity: 0.5;
  transition: all 0.2s;
}
.rackmount_lp .com_1 .item_box .item a {
  color: #000;
  text-decoration: none;
}
.rackmount_lp .com_1 .item_box .item h3 {
  margin: 0.5em 0;
  padding: 5px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  background: #000;
}
.rackmount_lp .com_1 .item_box .item h4 {
  margin: 0.5em 0;
  font-size: 1.4rem;
  text-align: center;
}
.rackmount_lp .com_1 .item_box .item img {
  display: block;
  width: 100%;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  padding: 10px;
}
.rackmount_lp .com_1 .item_box .item ul {
  font-size: 0.8rem;
  line-height: 1.5rem;
}
.rackmount_lp .com_1 .item_box .item ul li {
  list-style: none;
  margin: 0;
}
.rackmount_lp .com_1 .item_box .item .price_box {
  font-size: 1rem;
  color: #cc0000;
  font-weight: 700;
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #000;
}
.rackmount_lp .com_1 .item_box .item .price_box .catp {
  font-size: 1rem;
  margin-right: 0.5rem;
}
.rackmount_lp .com_1 .item_box .item .price_box .price {
  font-size: 2.2rem;
  font-weight: 900;
}
.rackmount_lp .com_1 .item_box .item .price_box .prop {
  font-size: 1rem;
}
.rackmount_lp .web_creat_side_pc {
  display: block;
  margin-top: 20px;
  order: 1;
}
.rackmount_lp .web_creat_side_pc .side_banner .bnr_list {
  display: flex;
  flex-wrap: wrap;
}
.rackmount_lp .web_creat_side_pc .side_banner .bnr_list li {
  width: calc(50% - 10px);
  margin: 0 5px 1rem;
  background-color: #003366;
  transition: all 0.2s;
  box-shadow: 2px 2px 5px 2px #777777;
}
.rackmount_lp .web_creat_side_pc .side_banner .bnr_list li a {
  font-size: 2.8vw;
  min-height: 55px;
  height: 100%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}
.rackmount_lp .web_creat_side_pc .side_banner .bnr_list li a img {
  width: 100%;
}
.rackmount_lp .web_creat_side_pc .side_banner .bnr_list li:hover {
  transition: all 0.2s;
  box-shadow: 1px 1px 2px 1px #777777;
}
.rackmount_lp .web_creat_side_pc .side_banner .bnr_list .zirei {
  width: calc(100% - 10px);
  background-color: #F00;
  border: 2px solid #F00;
}
.rackmount_lp .web_creat_side_pc .side_banner .bnr_list .zirei > a {
  border: 2px solid #fff;
}

/* -------------------------------------------------------------
ラックマウントLP end
----------------------------------------------------------------*/
/* -------------------------------------------------------------
ラックマウントサーバー 導入事例
----------------------------------------------------------------*/
.rackmounted-server_casestudies section {
  padding: 0px 10px;
}
.rackmounted-server_casestudies section h2 {
  margin-top: 2rem;
  font-size: 2.5rem !important;
  color: #0052a3;
}
.rackmounted-server_casestudies section h3 {
  margin-top: 1.2rem;
  font-size: 1.2rem;
  color: #0052a3;
}
.rackmounted-server_casestudies section .name {
  font-size: 1.5rem;
  color: #0052a3;
}
.rackmounted-server_casestudies section .name span {
  display: inline-block;
  margin: 0 0.8rem;
  font-size: 2.5rem;
}
.rackmounted-server_casestudies section .float_l {
  float: left;
  width: 45%;
  padding: 10px;
}
.rackmounted-server_casestudies section .float_r {
  float: right;
  width: 45%;
  padding: 10px;
}
.rackmounted-server_casestudies section .shozai {
  margin-top: 100px;
}
.rackmounted-server_casestudies section .shozai .shozai_box {
  display: flex;
  flex-wrap: wrap;
}
.rackmounted-server_casestudies section .shozai .shozai_box img {
  width: calc(100% - 20px);
  -o-object-fit: cover;
     object-fit: cover;
  padding: 10px;
}
.rackmounted-server_casestudies section .shozai .shozai_box .shozai_item {
  width: calc(100% - 20px);
  padding: 10px;
}
.rackmounted-server_casestudies section .shozai .shozai_box .shozai_item h3 {
  font-size: 1.4rem;
}
.rackmounted-server_casestudies section .shozai .shozai_box .shozai_item h3 span {
  color: #fff;
  background-color: #0052a3;
  padding: 1px;
  margin-right: 10px;
}
.rackmounted-server_casestudies section .shozai .shozai_box .shozai_item ul {
  font-size: 0.9rem;
}
.rackmounted-server_casestudies section .option .option_t {
  margin: 1.2rem 0;
  font-size: 1.4rem;
  color: #0052a3;
  font-weight: 700;
}
.rackmounted-server_casestudies section .option .option_box {
  display: flex;
}
.rackmounted-server_casestudies section .option .option_box .option_item span {
  font-weight: 700;
  color: #0052a3;
}
.rackmounted-server_casestudies section .box_2column,
.rackmounted-server_casestudies section .box_1column,
.rackmounted-server_casestudies section .box_3column {
  display: flex;
  flex-wrap: wrap;
}
.rackmounted-server_casestudies section .box_2column .dounyujirei,
.rackmounted-server_casestudies section .box_1column .dounyujirei,
.rackmounted-server_casestudies section .box_3column .dounyujirei {
  width: 100%;
  margin-top: 60px;
}
.rackmounted-server_casestudies section .box_2column .dounyujirei:first-of-type,
.rackmounted-server_casestudies section .box_1column .dounyujirei:first-of-type,
.rackmounted-server_casestudies section .box_3column .dounyujirei:first-of-type {
  margin-top: 0px;
}
.rackmounted-server_casestudies section .box_2column .dounyujirei .dounyujirei_item h3,
.rackmounted-server_casestudies section .box_1column .dounyujirei .dounyujirei_item h3,
.rackmounted-server_casestudies section .box_3column .dounyujirei .dounyujirei_item h3 {
  text-align: center;
  font-size: 1.3rem;
}
.rackmounted-server_casestudies section .box_2column .dounyujirei .dounyujirei_item h3 span,
.rackmounted-server_casestudies section .box_1column .dounyujirei .dounyujirei_item h3 span,
.rackmounted-server_casestudies section .box_3column .dounyujirei .dounyujirei_item h3 span {
  display: block;
  font-size: 0.8em;
}
.rackmounted-server_casestudies section .box_2column .dounyujirei .dounyujirei_item .model_t,
.rackmounted-server_casestudies section .box_1column .dounyujirei .dounyujirei_item .model_t,
.rackmounted-server_casestudies section .box_3column .dounyujirei .dounyujirei_item .model_t {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
}
.rackmounted-server_casestudies section .box_2column .dounyujirei .dounyujirei_item .model_t span,
.rackmounted-server_casestudies section .box_1column .dounyujirei .dounyujirei_item .model_t span,
.rackmounted-server_casestudies section .box_3column .dounyujirei .dounyujirei_item .model_t span {
  padding: 2px;
  color: #fff;
  background: #0052a3;
  display: block;
}
.rackmounted-server_casestudies section .box_2column .dounyujirei .shozai_box,
.rackmounted-server_casestudies section .box_1column .dounyujirei .shozai_box,
.rackmounted-server_casestudies section .box_3column .dounyujirei .shozai_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rackmounted-server_casestudies section .box_2column .dounyujirei .shozai_box img,
.rackmounted-server_casestudies section .box_1column .dounyujirei .shozai_box img,
.rackmounted-server_casestudies section .box_3column .dounyujirei .shozai_box img {
  width: 100%;
  padding: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.rackmounted-server_casestudies section .box_2column .dounyujirei .shozai_box .shozai_item,
.rackmounted-server_casestudies section .box_1column .dounyujirei .shozai_box .shozai_item,
.rackmounted-server_casestudies section .box_3column .dounyujirei .shozai_box .shozai_item {
  width: 100%;
  padding: 10px;
}
.rackmounted-server_casestudies section .box_2column .dounyujirei .shozai_box .shozai_item .price,
.rackmounted-server_casestudies section .box_1column .dounyujirei .shozai_box .shozai_item .price,
.rackmounted-server_casestudies section .box_3column .dounyujirei .shozai_box .shozai_item .price {
  font-size: 1.4rem;
}
.rackmounted-server_casestudies section .box_2column .dounyujirei .shozai_box .shozai_item .price span,
.rackmounted-server_casestudies section .box_1column .dounyujirei .shozai_box .shozai_item .price span,
.rackmounted-server_casestudies section .box_3column .dounyujirei .shozai_box .shozai_item .price span {
  font-weight: 700;
}
.rackmounted-server_casestudies section .box_2column .dounyujirei .shozai_box .shozai_item ul,
.rackmounted-server_casestudies section .box_1column .dounyujirei .shozai_box .shozai_item ul,
.rackmounted-server_casestudies section .box_3column .dounyujirei .shozai_box .shozai_item ul {
  font-size: 0.9rem;
}
.rackmounted-server_casestudies section .box_2column .dounyujirei .shozai_box .shozai_item ul li,
.rackmounted-server_casestudies section .box_1column .dounyujirei .shozai_box .shozai_item ul li,
.rackmounted-server_casestudies section .box_3column .dounyujirei .shozai_box .shozai_item ul li {
  line-height: 1.2em;
  margin-bottom: 0.8em;
}

/* -------------------------------------------------------------
ラックマウントサーバー 導入事例 end
----------------------------------------------------------------*/
/* -------------------------------------------------------------
サーバー ラッキング設置設定作業
----------------------------------------------------------------*/
.server-racking-work section {
  text-align: center;
}
.server-racking-work section h2 {
  font-size: 2.8rem;
}
.server-racking-work section h2 span {
  font-size: 0.5em;
  display: block;
}
.server-racking-work section .img_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.server-racking-work section .img_box img {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 15px;
}
.server-racking-work section .al_c {
  align-items: center;
}
.server-racking-work section .al_fe {
  align-items: center;
}
.server-racking-work section .bg_bl {
  color: #fff;
  background: #003366;
}

/* -------------------------------------------------------------
サーバー ラッキング設置設定作業 end
----------------------------------------------------------------*/
/* -------------------------------------------------------------
GPUワークステーション,GPUサーバー マトリックスページ end
----------------------------------------------------------------*/
.gpu_matrix_main h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.gpu_matrix_main h2 span {
  position: relative;
  display: inline-block;
  padding: 0 0 5px;
  color: #122858;
  font-size: 1.3rem;
}
.gpu_matrix_main h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #122858;
}

.gpu_matrix {
  overflow: scroll;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid;
  padding: 5px;
}
.gpu_matrix h3 {
  text-align: center;
  font-size: 1.2rem;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
  border-bottom: 2px solid;
}
.gpu_matrix .matrix_box {
  width: 1200px;
  display: flex;
  gap: 10px;
}
.gpu_matrix .matrix_box .cpu_box {
  display: flex;
  flex-direction: column;
  width: calc(10% - 5px);
}
.gpu_matrix .matrix_box .cpu_box .cpu_box_item {
  padding: 0 20%;
  background: #e3e3e3;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
  align-content: center;
}
.gpu_matrix .matrix_box .cpu_box .cpu_box_item .cpu_box_wrap {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.gpu_matrix .matrix_box .cpu_box .cpu_box_item .cpu_box_wrap img {
  width: 80%;
  margin-bottom: 10px;
}
.gpu_matrix .matrix_box .matrix_item {
  width: calc(22.5% - 10px);
}
.gpu_matrix .matrix_box .matrix_item .post_box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gpu_matrix .matrix_box .matrix_item .post_box .post_item {
  background-color: #ff9090;
  height: 210px;
}
.gpu_matrix .matrix_box .matrix_item .post_box .post_item a {
  text-decoration: none;
  color: #000;
}
.gpu_matrix .matrix_box .matrix_item .post_box .post_item .title {
  font-size: 0.9rem;
  font-weight: 700;
  padding: 5px 10px;
  color: #fff;
  background-color: #ff1d1d;
}
.gpu_matrix .matrix_box .matrix_item .post_box .post_item .post_con {
  width: 100%;
  display: flex;
  align-items: center;
  height: 80%;
}
.gpu_matrix .matrix_box .matrix_item .post_box .post_item .post_con img {
  padding: 5px;
  width: calc(45% - 0px);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.gpu_matrix .matrix_box .matrix_item .post_box .post_item .post_con .post_con_item {
  margin-right: 5px;
  font-size: 0.7rem;
  width: calc(55% - 0px);
}
.gpu_matrix .matrix_box .matrix_item .post_box .post_item .post_con .post_con_item p {
  padding: 1px;
  border-bottom: 1px dashed #979797;
  font-weight: 700;
}
.gpu_matrix .matrix_box .matrix_item .post_box .post_item .post_con .post_con_item p:last-of-type {
  border-bottom: none;
}
.gpu_matrix .matrix_box .matrix_item .post_box .post_item.clr_grn {
  background-color: #e5f5d9;
}
.gpu_matrix .matrix_box .matrix_item .post_box .post_item.clr_grn .title, .gpu_matrix .matrix_box .matrix_item .post_box .post_item.clr_grn .title_server_matrix {
  color: #000;
  background-color: #bee5a1;
}
.gpu_matrix .matrix_box .matrix_item .post_box .post_item.clr_br {
  background-color: #d9e9f5;
}
.gpu_matrix .matrix_box .matrix_item .post_box .post_item.clr_br .title, .gpu_matrix .matrix_box .matrix_item .post_box .post_item.clr_br .title_server_matrix {
  color: #000;
  background-color: #a1c8e5;
}
.gpu_matrix .matrix_box .matrix_item .post_box .post_item.clr_ppl {
  background-color: #efdcec;
}
.gpu_matrix .matrix_box .matrix_item .post_box .post_item.clr_ppl .title, .gpu_matrix .matrix_box .matrix_item .post_box .post_item.clr_ppl .title_server_matrix {
  color: #000;
  background-color: #d8a9d2;
}
.gpu_matrix .matrix_box .matrix_item .post_box .post_item.clr_ppl {
  background-color: #efdcec;
}
.gpu_matrix .matrix_box .matrix_item .post_box .post_item.clr_ppl .title, .gpu_matrix .matrix_box .matrix_item .post_box .post_item.clr_ppl .title_server_matrix {
  color: #000;
  background-color: #d8a9d2;
}
.gpu_matrix .matrix_box .matrix_item .post_box .post_item.clr_ole {
  background-color: #FBE3D6;
}
.gpu_matrix .matrix_box .matrix_item .post_box .post_item.clr_ole .title {
  color: #000;
  background-color: #F2AA84;
}
.gpu_matrix .matrix_box .matrix_item.server_matrix {
  width: calc(45% - 10px);
}
.gpu_matrix .matrix_box .matrix_item.server_matrix .title_server_matrix {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 5px 10px;
  color: #fff;
  background-color: #ff1d1d;
}
.gpu_matrix .matrix_box .matrix_item.server_matrix .post_box .post_item {
  height: auto;
}
.gpu_matrix .matrix_box .matrix_item.server_matrix .post_box .post_item .post_con {
  flex-direction: row;
  height: auto;
}
.gpu_matrix .matrix_box .matrix_item.server_matrix .post_box .post_item .post_con img {
  margin: 0 auto;
  padding: 10px;
  width: calc(25% - 0px);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.gpu_matrix .matrix_box .matrix_item.server_matrix .post_box .post_item .post_con .post_con_item {
  font-size: 0.8rem;
  margin: 0 auto;
  padding: 10px;
  width: calc(75% - 20px);
}
.gpu_matrix .matrix_box .matrix_item.server_matrix .post_box .post_item .post_con .post_con_item .box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.gpu_matrix .matrix_box .matrix_item.server_matrix .post_box .post_item .post_con .post_con_item .box ul {
  margin-left: 15px;
}
.gpu_matrix .matrix_box .matrix_item.server_matrix .post_box .post_item .post_con .post_con_item .box ul li {
  padding: 1px;
  border-bottom: 1px dashed #979797;
  font-weight: 700;
}

/* -------------------------------------------------------------
マトリックスページ end
----------------------------------------------------------------*/
/*# sourceMappingURL=sp.css.map */