@charset "utf-8";
/*dp_responsive_sakatsu*/
/* === table ===
=========================================================*/
#WhatsDirectplus table{line-height: 1.4;}
#WhatsDirectplus .table th, #WhatsDirectplus .table td { padding: 3px 5px;}
/* === flex culmn border ===
=========================================================*/
.flex2culmbdr > *:first-child{ order: -1;}
.flex2culmbdr {display:flex;gap:10px;}
.flex2culmbdr:before {
    content: "";
    border: 1px solid #ccc;
    align-self: stretch;
    order: 0;
    box-sizing: border-box;
}
/* ===  ===
=========================================================*/
.pageTitleWithImg2 {
	background-image: url(/directplus_ent/salessupport/images/sakatsu_202402186039.webp);
	background-repeat: no-repeat;
	background-position: top 30% right;
	margin-bottom: 40px;
	padding: 55px 20px 10px 60px;
	/*min-height: 180px;*/
	display: flex;
	border: 1px solid #ccc;
	position: relative;
}
.box {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	margin: 10px;
	font-weight: bold;
}
.box2 {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.box3 {
	/*font-size: 16px;
	height: 40px;
	text-align: center;
	font-weight: bold;*/
	line-height: 1.2em;
	border-radius: 10px;
	border: 1px solid #000000;
	margin-bottom: 10px
}
.box-Title{
	color: #fff;
	font-size: 16px;
	line-height: 1.4em;
	text-align: center;
	font-weight: bold;
	padding: 10px;
}
.box-Title2{
	color: #fff;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
	padding: 5px;
}
.list-Title{
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
}
.flex-center {
    display: flex;
    align-items: center;
}
.new {
	font-size: 14px;
	font-weight: bold;
	color: #c140ff;
}
ul.sakatsuList {
    margin-left: 1em;
    padding: 0;
}
ul.sakatsuList li {
    padding: 0;
    margin: 0;
    list-style-type: disc;
}
ul.sakatsuList li::marker {content: '・';}
.column25-25-25-25WithBdr {
	display:table;
	width:100%;
}
.column25-25-25-25WithBdr > .clm1,
.column25-25-25-25WithBdr > .clm2,
.column25-25-25-25WithBdr > .clm3,
.column25-25-25-25WithBdr > .clm4 {
	display:table-cell;
	width:23.5%;
}
.column25-25-25-25WithBdr > .clm1,
.column25-25-25-25WithBdr > .clm2,
.column25-25-25-25WithBdr > .clm3 {
	border-right:2px dotted #CCC;
}
.column25-25-25-25WithBdr > .clm1 > .clmInr {
	padding-right:20px;
}
.column25-25-25-25WithBdr > .clm2 > .clmInr, 
.column25-25-25-25WithBdr > .clm3 > .clmInr {
	padding-left:20px;
	padding-right:20px;
}
.column25-25-25-25WithBdr > .clm4 > .clmInr {
	padding-left:20px;
}
.indent {
	padding-left:1.5em;
	text-indent:-0.6em;
}
.list-indent {
	padding-left:1.5em;
	text-indent:-0.6em;
	line-height: 1.4em;
}

@media(min-width:1000px){
	.namecard{	height: 140px;}
}
@media(max-width: 999px){
	.pageTitleWithImg2 {
	  background-size: contain;
	  padding: 0 0 0 20px;
	  height: 150px;
	  align-items: center;
	}
.pageTitleWithImg2 .pageTitle h1 {margin: 0;}
	.namecard{	margin-bottom: 10px}
	.column25-25-25-25WithBdr {
		display:block;
	}
	.column25-25-25-25WithBdr > .clm1,
	.column25-25-25-25WithBdr > .clm2,
	.column25-25-25-25WithBdr > .clm3,
	.column25-25-25-25WithBdr > .clm4 {
		display:block;
		width:100%;
	}
	.column25-25-25-25WithBdr > .clm1,
	.column25-25-25-25WithBdr > .clm2,
	.column25-25-25-25WithBdr > .clm3 {
		border-right:none;
		margin-bottom:20px;
	}
	.column25-25-25-25WithBdr > .clm1 > .clmInr {
		padding-right:0;
	}
	.column25-25-25-25WithBdr > .clm2 > .clmInr,
	.column25-25-25-25WithBdr > .clm3 > .clmInr {
		padding-left:0;
		padding-right:0;
	}
	.column25-25-25-25WithBdr > .clm4 > .clmInr {
		padding-left:0;
	}
	#panel202404 .textarea01{	flex-direction: row-reverse;}
}
@media (max-width: 767px){
	.pageTitleWithImg2 {
		padding: 5px 27% 10px 10px;
		height: auto;
		min-height: 100px;
		background-size: 25%;
		background-position: top 0px right;
		/* border: none; */
	}
}
.longarrow-R {
  display: inline-block;
  width: 900px;
  height: 30px;
  background: #01a982;
  clip-path: polygon(0 25%, 96.3% 25%, 96.3% 0, 100% 50%, 96.3% 100%, 96.3% 75%, 0 75%);
}
/* 左右に斜め線(両端を丸く) */
.heading {
  align-items: center; /* 線を上下中央 */
  display: flex; /* 文字と線を横並び */
  justify-content: center; /* 文字を中央寄せ */
}
.heading::before,
.heading::after {
  background-color: #000000; /* 線の色 */
  border-radius: 2px; /* 線の両端を丸く */
  content: "";
  height: 2px; /* 線の高さ */
  width: 40px; /* 線の長さ */
}
.heading::before {
  margin-right: 10px; /* 文字との余白 */
  transform: rotate(60deg); /* 傾ける */
}
.heading::after {
  margin-left: 10px; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}
.circle {
    display: inline-grid;
    width: 60px;
    height: 60px;
    color: #fff;
    background-color:#0D5265;
    text-align: center;
    align-content: center;
    border-radius: 50%;
	border:double 7px #fff;
	font-size:10px;
	line-height:1.2;
}

.List202506 ul li {
	padding: 10px;
	position:relative;
	line-height: 1.4;
}
.List202506 .ListNo,
.List202506 .ListIcon,
.List202506 .ListTxt {
	display:table-cell;
	vertical-align:middle;
}
.List202506 .ListNo {
	width:50px;
}
.List202506 .ListIcon {
	width:80px;
}
.speechBubble202506 {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #01a982;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}

.speechBubble202506::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: #01a982 transparent transparent;
  translate: calc(-50% + 0.4px) 100%;
}
/*=== panel202507
===========================================================*/
#panel202507 .color_heading {
  background-color: #32dac8;
  padding: 2px 10px;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
}
#panel202507 .textheight {
    height: 43px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
/*=== panel202409
===========================================================*/
@media (max-width:767px){
#panel202409 .panels01 {  flex-direction: column;}
}

/*=== panel202404
===========================================================*/
@media (max-width:999px){
#panel202404 .product_panel > * {  flex: 1 1 100%;}
}
/*=== panel202401
===========================================================*/
@media (min-width:1000px){
#panel202401 .selection_points {margin-left:	117px;}
}
@media (max-width:999px){
#panel202401 .cpu_generation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
#panel202401 .cpu_generation > *{  flex: 1 1 auto;	gap: 60px;}
#panel202401 .cpu_generation > h3{  width: 100%;}
#panel202401 .cpu_generation .longarrow-R{  display: none;}
#panel202401 .cpu_generation img{
  max-width: 180px;
  width: 100%;
  height: auto;
}
#panel202401 .cpu_generation .colum02{
  width: 30%;
  justify-content: space-around;
  flex-direction: column-reverse;
}
#panel202401 .cpu_generation .colum04{
  width: 65%;
  justify-content: space-between;
  flex-direction: column-reverse;
}
	
}
@media (max-width:999px) and (min-width:767px){
#panel202401 .selection_points {max-width: 600px;margin: 0 auto;}
}


/*===end　panel202401 ===*/