@charset "UTF-8";
/* --------------------------------------
   コンテンツ最大幅1160px（PC）
--------------------------------------*/

/* 初期設定
--------------------------------------*/
#ui3294 img {
	height: auto;
	border: none;
}

#ui3294 a:hover {
	text-decoration: none;
}

#ui3294 a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

/* 共通
------------------------------------- */
#ui3294 .section {
	width: 100%;
	margin: 0;
	padding: 0 0 40px;
} 

#ui3294 .section .inner {
	width: 1160px;
	margin: 0 auto;
	padding: 0;
	background-color: #ececec;
}

#ui3294 .section::after,
#ui3294 .section .inner::after {
	content: "";
	display: block;
	clear: both;
}

#ui3294  h2 {
	padding: 10px 20px 5px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    background: #da82a6;
    border-bottom: 5px solid #ffc2db;
}

#ui3294 h3 {
	font-size: 2.2rem;
	font-weight: bold;
}

#ui3294 p {
	font-size: 1.8rem;
	color: #000;
}

#ui3294 li {
	font-size: 1.6rem;
	color: #000;
}

#ui3294 .kome {
	font-size: 1.6rem;
	color: #000;
}

#ui3294 img.img-right {
	float: right;
}

#ui3294 .trigger,
#ui3294 .trigger2 {
	cursor: pointer;
}

#ui3294 #section03 .inner,#ui3294 #section06 .inner,#ui3294 #section02 .inner,#ui3294 #section04 .inner {
	background: #fff;
}

.sp-br {
    display: none;
  }



/* タイトル
------------------------------------- */
#ui3294 .titleimg {
	margin: auto;
	display: block;
}

/* 導入
------------------------------------- */
#ui3294 #section01 .Introduction{
	background: #e9ecf5;
	padding: 10px 20px;
}

#ui3294 #section01 p{
	padding-bottom: 15px;
}

#ui3294 #section01 p:last-of-type{
	padding-bottom: 0;
}

/*ストレージって何？
------------------------------------- */
#ui3294 #section02 h3 {
	padding: 10px 20px;
}

#ui3294 #section02 .data_storage {
	padding: 0 20px;
}

#ui3294 #section02 .side_text {
	display: inline-block;
	width: 845px;
	vertical-align: top;
	padding-left: 20px;
}

#ui3294 #section02 p{
	padding-bottom: 15px;
}

#ui3294 #section02 figure.side_image {
	display: inline-block;
}

/*ちょっと深堀り
------------------------------------- */
#ui3294 #section02 .deep h3,#ui3294 #section04 .deep h3{
	padding: 0 30px;
}

#ui3294 #section02 .deep h4{
	font-size: 2.0rem;
    font-weight: bold;
	padding-bottom: 10px;
}

#ui3294 #section02 .deep p,#ui3294 #section04 .deep p{
	font-size: 1.6rem;
}

#ui3294 #section02 .deep li:first-of-type,#ui3294 #section04 .deep li:first-of-type{
	padding-top: 10px;
}

#ui3294 #section02 .deep,#ui3294 #section04 .deep {
	background-color: #ece9f4;
	width: 1120px;
	margin: 10px auto 0;
	padding: 10px;
}

#ui3294 #section02 .deep .toggle_container,#ui3294 #section04 .deep .toggle_container{
	padding: 10px;
}

#ui3294 #section02 .deep .toggle_container br{
	display: block;
	content: "";
	padding: 5px 0;
}

#ui3294 #section02 .deep .toggle_container br:nth-child(8),#ui3294 #section02 .deep .toggle_container br:nth-last-child(2){
	padding: 0;
}

#ui3294 #section02 .deep figure.side_image {
	display: inline-block;
	padding-top: 85px;
}

#ui3294 #section02 .deep .side_text {
	display: inline-block;
	width: 670px;
	vertical-align: top;
	padding-bottom: 15px;
}


#ui3294 #section02 p:last-of-type{
	padding-bottom: 0;
}


/*使用用途によってストレージを選ぼう！
------------------------------------- */
#ui3294 #section03 h2 {
    background: #4572c6;
    border-bottom: 5px solid #cfd5eb;
}

#ui3294 #section03 .choice{
	padding: 10px 20px;
}

#ui3294 #section03 p {
    padding-bottom: 10px;
}

#ui3294 #section03 p:last-of-type{
	padding-bottom: 0px;
}

/* 表
------------------------------------- */
#ui3294 #section03 th,#ui3294 #section03 td{
	border: solid 2px #000;
	padding: 10px;
}

#ui3294 #section03 table{
	border-collapse:  collapse; 
	margin: 20px 20px 0;
}

#ui3294 #section03 th {
	background-color: #c5cce7;
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
}

#ui3294 #section03 td {
	color: #000;
	font-size: 1.6rem;
}

#ui3294 #section03 .memori {
	background-color: #dbe1f3;
	font-size: 2.0rem;
	text-align: center;
	font-weight: bold;
	width: 12%;
}

#ui3294 #section03 .spec {
	background-color: #e9ecf5;
	width: 18%;
}

#ui3294 #section03 .purpose {
	width: 20%;
	padding-left: 0;
}

#ui3294 #section03 .purpose ul {
	padding-left: 30px;
}

#ui3294 #section03 li {
	list-style: disc;
	padding-left: 0;
}

#ui3294 #section03 .kome {
	padding: 5px 20px 10px;
	font-size: 1.3rem;
	margin-bottom: 30px;
}

/*豆知識
------------------------------------- */
#ui3294 #section04 .trivia {
	width: 1160px;
	padding: 20px;
}

#ui3294 #section04 .trivia table {
    width: 1120px;
	margin-bottom: 50px;
}

#ui3294 #section04 td {
    border: solid 2px #000;
    padding: 20px;
	font-size: 2rem
}

#ui3294 #section04 p{
	padding-bottom: 10px;
}

#ui3294 #section04 .deep figure.side_image{
	display: inline-block;
	padding: 10px 0;
}

#ui3294 #section04 ul.side_text {
	display: inline-block;
	width: 890px;
	vertical-align: top;
	padding-left: 20px;
}

#ui3294 #section04 li {
	margin-left: 50px;
	list-style: disc;
    line-height: 2.8rem;
    font-size: 1.8rem;
    color: #333;
}

#ui3294 #section04 .secondHDD{
	padding-top: 10px;
}

#ui3294 #section04 .deep .img-right{
	margin-left: 15px;
}

#ui3294 #section04 .faq{
	padding-top: 25px;
}

#ui3294 #section04 p:last-of-type {
    padding-bottom: 0;
}


/*足りないとどうなる？
------------------------------------- */
.case {
	display: flex;        /* 親要素にflexを設定して横並びに */
	flex-wrap: wrap;
	gap: 30px;            /* ボックス間の隙間 */
	margin: 10px 0 30px;
	font-size: 2rem;
	color: #333;
	justify-content: center;
}

.tb_box {
	width: 45%;           /* 幅を均等にする場合 */
	text-align: left;
    background: #ece9f4;
}

.tb_box .tb_box_ttl {
    font-size: 1em;
    background: #4572c6;
    padding: 4px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.tb_box .tb_p {
    padding: 20px 35px;
    margin: 0;
	font-size: 1.4rem;
}

/*★だからおすすめ★
------------------------------------- */
.recmmend {
	padding: 40px;            /* 文字と枠の余白 */
    background-color: #f1f2f7;
}
.recmmend h3.recsH3 {
	padding-bottom: 5px;
    margin-bottom: 20px;
	border-bottom: solid 2px #cfced1;
}
.recs {
	display: flex;
    flex-wrap: wrap;
    gap: 90px;
    margin: 30px 0 30px;
    font-size: 2rem;
    color: #333;
    justify-content: center;
}

.recs_box {
	width: 30%;           /* 幅を均等にする場合 */
	text-align: left;
    background: #fff;
	border: solid 2px #80a0db;
	border-radius: 10px;  /*角の丸み*/
}

.recs_box .recs_box_ttl {
    font-size: 18px;
    padding: 20px 0 10px ;
    text-align: center;
    color: #333333;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.recs_box .recs_p {
	padding: 0 0 15px ;
    font-size: 2.4rem;
    font-weight: bold;
	color: #4572c6;
    text-align: center;
}
mark {
    background-color: #fcffd5;
    padding: 0 5px;
}

/*まとめ
------------------------------------- */
#ui3294 #section05 .inner{
	background: #e9ecf5;
}

#ui3294 #section05 figure.side_image{
	display: inline-block;
	padding: 20px;
}

#ui3294 #section05 ul.side_text {
	display: inline-block;
	width: 715px;
	vertical-align: top;
	padding: 20px 20px 0 0;
}

#ui3294 #section05 li {
	font-size: 1.8rem;
	padding-bottom: 10px;
}

#ui3294 #section05 li:last-of-type {
    padding-bottom: 0;
}

#ui3294 #section06 .bnr{
	padding: 20px;
}

#ui3294 #section06 .kome{
	padding: 10px 20px 0;
}

/*アコーディオン
------------------------------------- */
#ui3294 .deep .deactive {
	position: relative;
}

#ui3294 .deep .deactive::before,#ui3294 .deep .deactive::after{
	content: "";
	display: block;
	position: absolute;
	top: 35%;
	right: 20px;
	width: 11px;
	height: 11px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
	background-color: transparent;
}

#ui3294 .deep .active {
	position: relative;
}

#ui3294 .deep .active::after {
	content: "";
	display: block;
	position: absolute;
	top: 30%;
	right: 20px;
	width: 11px;
	height: 11px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(135deg);
	background-color: transparent;
}

#ui3294 #section02 .deep .deactive::before,#ui3294 #section02 .deep .deactive::after,#ui3294 #section04 .deep .deactive::before,#ui3294 #section04 .deep .deactive::after{
	left: 5px;
	top: 25%;
}

#ui3294 #section02 .deep .active::after,#ui3294 #section04 .deep .active::after {
	left: 5px;
	top: 15%;
}

/* ＋－
------------------------------------- */
#ui3294 .deactive {
	position: relative;
}

#ui3294 .deactive::before,#ui3294 .deactive::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 3px;
	height: 25px;
	background-color: #fff;
	top: 16px;
	right: 30px;
	border: none;
}

#ui3294 .deactive::after {
	transform: rotate(90deg);
}

#ui3294 .active {
	position: relative;
}

#ui3294 .active::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 3px;
	height: 25px;
	background-color: #fff;
	top: 16px;
	right: 30px;
	transform: rotate(90deg);
}


/* --------------------------------------
   （SP用）
--------------------------------------*/
@media screen and (max-width: 767px) {
	
/* 共通
------------------------------------- */	
.sp-br {
    display: block  !important;
}
	
#ui3294 .section {
	padding: 0;
}

#ui3294 .section .inner {
	width: 100%;
}	
	
#ui3294  h2 {
    padding: 5px;
    font-size: 1.6rem;
	margin: 10px 0 0;
}
#ui3294 h3 {
	font-size: 1.6rem;
}
	
#ui3294 p {
	font-size: 1.6rem;
 }

#ui3294 .kome {
	font-size: 1.4rem;
	padding-top: 15px;
}
	
#ui3294 img.img-right,#ui3294 .side_image img {
    width: 150px;
}
	
#ui3294 #section01 .Introduction {
    padding: 10px;
}

#ui3294  #section02 h3 {
    padding: 5px;
    font-size: 1.6rem;
	margin: 0;
}
	
#ui3294 #section02 .deep h4{
	font-size: 1.8rem;
}
	
#ui3294 #section02 .data_storage {
    padding: 0 10px;
}

#ui3294 #section02 figure.side_image,#ui3294 #section02 .deep figure.side_image,#ui3294 #section04 .deep figure.side_image {
    display: none;
}
	
#ui3294 #section02 .side_text {
    width: auto;
    padding-left: 0;
}

#ui3294 #section02 .data_storage {
    padding: 0 10px;
}
	
#ui3294 #section02 .deep .toggle_container,
#ui3294 #section04 .deep .toggle_container {
    padding: 0;
}

#ui3294 #section02 .deep{
    width: auto;
	margin: 10px;
}
	
#ui3294 #section02 .deep h4{
	margin-top: 10px;
}
	
#ui3294 #section04 .deep {
    width: auto;
}
	
#ui3294 #section02 .deep h3, #ui3294 #section04 .deep h3 {
    padding: 0 0 0 40px;
}
	
#ui3294 #section02 .deep figure.side_image {
	padding-top: 0;	
}
	
#ui3294 #section02 .deep .side_text {
    width: auto;
}

#ui3294 #section03 .choice {
    padding: 10px;
}
	
#ui3294 #section04 .trivia {
    padding: 10px;
	width: 100%;
	overflow-x: scroll;
}

#ui3294 #section04 .deep h3{
    font-size: 1.6rem;
}
	
#ui3294 #section04 ul.side_text {
    width: auto;
    padding: 10px 0 0;
}
	
#ui3294 #section04 .deep li:first-of-type {
    padding-top: 0;
}
	
#ui3294 #section04 .deep .side_text img {
    width: 100px;
}
	
#ui3294 #section04 .deep .img-right {
    margin-left: 0px;
}
	
#ui3294 #section06 .kome{
	padding: 20px 0 0;
}
	
/*スクロール------------------------------------- */
#ui3294 #section03 .tb-wrap{
  width:100%;
  overflow-x:scroll;
}
	
#ui3294 #section03 table {
  border-collapse: collapse;
  width: 200%;
}

#ui3294 #section03 th,#ui3294 #section03 td {
  padding: 10px;
  border: solid 2px #fff;
  box-sizing: border-box;
}

#ui3294 #section03 th {
	font-size: 1.6rem;
}
	
#ui3294 #section03 .memori {
    width: 105px;
	font-size: 1.8rem;
}

#ui3294 #section03 .spec {
	font-size: 1.6rem;
}


#ui3294 #section04 .trivia table {
	width: 120%;
	margin: 0 0 40px;
	}
	
#ui3294 #section04 td {
    border: solid 1px #000;
	padding: 15px;
	font-size: 1.6rem;
}
	
#ui3294 #section04 li {
    margin-left: 20px;
	font-size: 1.6rem;
}
	
#ui3294 #section05 {
    padding-top: 20px;
}
	
#ui3294 #section05 figure.side_image {
    padding: 10px;
}	
	
#ui3294 #section05 img{
    width: auto;
}	

#ui3294 #section05 ul.side_text {
    width: auto;
    padding: 0 10px;
}
	
#ui3294 #section05 li:last-of-type {
    padding-bottom: 10px;
}
	
#ui3294 #section05 li {
    font-size: 1.6rem;
}
	
#ui3294 #section06 .inner {
    padding: 20px 10px;
}

#ui3294 #section06 .bnr {
    padding: 20px 0 0;
}

/* ＋－
------------------------------------- */
#ui3294 .deactive::before,#ui3294 .deactive::after {
	width: 2px;
	height: 18px;
	top: 9px;
	right: 20px;
}

#ui3294 .active::after {
	width: 2px;
	height: 18px;
	background-color: #fff;
	top: 9px;
	right: 20px;
}
	
/*★だからおすすめ★
------------------------------------- */
.recmmend {
	padding: 20px;            /* 文字と枠の余白 */
}
	
.recs {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	gap: 5%;
	margin: 30px 0 30px;
	font-size: 2rem;
    justify-content: center;
}

.recs_box {
	width: 50%;           /* 幅を均等にする場合 */
}

.recs_box .recs_box_ttl {
    padding: 10px 0;
	font-size: 1.6rem;
}
.recs_box .recs_p {
	padding: 0;
    font-size: 2rem;
}
mark {
    padding: 0;
}


/*足りないとどうなる？
------------------------------------- */
.case {
	gap: 20px;
}

.tb_box {
	width: 47%;           /* 幅を均等にする場合 */
}

.tb_box .tb_box_ttl {
    font-size: 0.8em;
}
.tb_box .tb_p {
    padding: 10px 10px;
}
	
 }
