@charset "utf-8";

/*-------------------------------------

パソコンとは

---------------------------------------*/
#container {
	width:100%;
}

.column2R #main {
	float: none;
	width: auto;
}
html {
	overflow: auto;
}
* html { /* for IE6 */
	overflow: hidden;
	overflow-x: auto;
	height: 100%;
}
body {
	overflow-x: hidden;
	position: relative;
	min-width: 805px;
}
* html body { /* for IE6 */
	overflow-y: auto;
	height: 100%;
}
#lp_page {
	width: 1080px;;
	background-color:#FFF;
	color: #333333;
	font-size: 14px;
	margin: 0 auto;
}

.breadCrumb {
    margin: 0 0 12px 90px;
}

.pageTitle {
	background: none;
	font-size: 14px;
	color: #000;
	border-left: solid 4px #FF3300;
	margin: 0 0 20px 0;
	padding: 4px 8px;
	font-weight:normal;
}
.sidebannerLeft,
.sidebannerRight {
	display:none;
}

.clear {
	clear:both;
}

.scrImg {
	/*
	isplay:none;
	left: -100px;
	position: relative;
	*/
}

.h1-sp{
	display: none;
}

@media screen and (max-width:479px){
	body {
		min-width: auto;
	}
	
	#container {
		margin-bottom: 0px;
	}
	
	#lp_page {
		width: 100%;
	}
	
	.breadCrumb {
		margin: 0px 0px 0px 1%;
	}
.h1-sp{
color: #333;
    font-size: 12px;
    text-align: center;
    padding: 0;
    margin: 0;
	display: block;	
}
	
}



/*-------------------------------------
　タイトル部分
---------------------------------------*/
#boxTitle {
	color:#222;
	margin: 0 -500%;
	padding: 0 500% 50px;
	width: 100%;
}
#boxTitle .boxInside {
	margin: 0 auto;
    overflow: hidden;
    width: 900px;
	background:url(/5info/img/about_pc/bgimg_title.webp) no-repeat top 50% left;
	font-size:16px;
}
#boxTitle .boxTitletext {
    width: 550px;
	padding:0 0 0 350px;

}
#boxTitle h2 {
	font-size:28px;
	font-weight:bold;
	margin:15px 0;
	text-align:center;
}

#boxTitle h2 a.linkBotan{
    background-color: #0a82e4;
    color: #fff;
    padding: 5px 25px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    font-size: 24px;
    border-radius: 10px;
transition: 0.5s ;	
}

#boxTitle h2 a.linkBotan:hover {
 background-color: #4eada4;
}



@media screen and (max-width:479px){
	#boxTitle .boxInside {
		width: auto;
		background-size: 50% auto;
		background-position: center top;
	}
	
	#boxTitle .boxTitletext {
		width: auto;
		padding: 50% 0% 0% 0%;
	}
	
	#boxTitle h2 {
		font-size: 18px;
	}
}


/*-------------------------------------
　パソコンの誕生から現代まで
---------------------------------------*/
#boxDetail {
	background-color:#f0f0f0;
	margin: 0 -500%;
	padding: 40px 500%;
	width:100%;
}
#boxDetail .boxInside {
	margin: 0 auto;
	overflow: hidden;
	width: 900px;
}
#boxDetail h3 {
	text-align:center;
	font-size:30px;
	margin:30px 0;
}
#boxDetail .backHistry {
	background:url(/5info/img/about_pc/img_pc_history.webp) no-repeat top right;
	padding: 0 400px 0 0;
}

#boxDetail h4 {
	font-size:24px;
	color:#5185a2;
	border-top:1px solid #5185a2;
	border-bottom:1px solid #5185a2;
	padding:10px 0 10px 10px;
	margin:60px 0 10px 0;
}

#boxDetail .textH4 {
	font-size:16px;
}

@media screen and (max-width:479px){
	#boxDetail .boxInside {
		width: auto;
	}
	
	#boxDetail .backHistry {
		padding: 30% 0% 0% 0%;
		background-size: 30% auto;
		background-position: center top;
	}
	
	#lp_page .boxInside {
		width: 98% !important;
		margin-left: 1%;
	}
	
	#lp_page .boxInside h3 {
		line-height: 1.3;
	}
}


/*-------------------------------------
　パソコンを構築するパーツ
---------------------------------------*/
#boxCategory {
	background-color:#fff;
	margin: 0 -500%;
	padding: 40px 500%;
	width:100%;
}
#boxCategory .boxInside {
	margin: 0 auto;
    overflow: hidden;
    width: 900px;
}
#boxCategory .boxInside .inner {
	margin-bottom: 60px;
}
#boxCategory h2 {
	text-align:center;
	font-size:30px;
	margin:30px 0;
}
#boxCategory h3 {
	text-align:center;
	font-size:30px;
	margin:30px 0;
}
#boxCategory h3.boxCategory-h3 {
	clear: both;
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 6px 10px;
	text-align: center;
}
.boxCategory-h3 span {
	font-size: 14px;
}
.boxCategory-h3.green {
	background-color: #4eada4;
}
#boxCategory .textH3 {
	font-size:18px;
	background:url(/5info/img/about_pc/img_pcparts.webp) no-repeat top right;
	padding: 50px 420px 150px 0;
}

#boxCategory h4 {
	font-size:24px;
	padding:10px 0 10px 10px;
	margin:60px 0 10px 0;
}

#boxCategory h4.green {
	color:#4eada4;
	border-top:1px solid #4eada4;
	border-bottom:1px solid #4eada4;
}

#boxCategory .textH4 {
	font-size:16px;
}

#boxCategory .leftBox {
    width: 440px;
	float:left;
	border:1px solid #ccc;
	margin:20px 10px 0 0;
	height: 400px;
}

#boxCategory .rightBox {
    width: 440px;
	float:right;
	border:1px solid #ccc;
	margin:20px 0 0 0;
}

#boxCategory .ht400 {
	height: 400px;
}
.categoryCtn {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}
.categoryCtn > div {
	border: 1px solid #c0c0c0;
	box-sizing: border-box;
	margin-bottom: 30px;
	width: 48.5%;
}
.categoryCtn > div.boxImg {
	border: none;
}

@media screen and (max-width: 479px){
	.categoryCtn {
		display: block;
	}
	.categoryCtn > div {
		width: 100%;
	}
}
/*
#boxCategory h5 {
    clear: both;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 2px 10px;
    text-align: center;
}

#boxCategory h5.green {
    background-color: #4eada4;
}
*/
#boxCategory .textH5 {
	font-size:14px;
	padding:15px;
}


@media screen and (max-width:479px){
	#boxCategory .boxInside {
		width: auto;
	}
	
	#boxCategory .textH3 {
		padding: 30% 0% 0% 0%;
		background-size: 30% auto;
		background-position: center top;
	}
	
	#boxCategory .leftBox { 
		width: 100%;
		height: auto;
		float: none;
		border: none;
	}
	
	#boxCategory .rightBox {
		width: 100%;
		float: none;
		border: none;
	}
	
	#boxCategory .rightBox img {
		width: 50%;
		margin-right: 25%;
	}
	
	#boxCategory .ht400 {
		height: auto;
	}
}


/*-------------------------------------
　形態から見るパソコンの種類
---------------------------------------*/
#boxPcType {
	background-color:#f0f0f0;
	margin: 0 -500%;
	padding: 40px 500%;
	width:100%;
}
#boxPcType .boxInside {
	margin: 0 auto;
    overflow: hidden;
    width: 900px;
}
#boxPcType h2 {
	text-align:center;
	font-size:30px;
	margin:30px 0;
}
/*
#boxPcType h3 {
	text-align:center;
	font-size:30px;
	margin:30px 0;
}
*/
#boxPcType .textH3 {
	font-size:18px;
	background:url(/5info/img/about_notepc/img_notepc.webp) no-repeat top left;
	padding: 50px 0 150px 420px;
}

#boxPcType h4 {
	font-size:24px;
	padding:10px 0 10px 10px;
	margin:60px 0 10px 0;
}

#boxPcType h4.orange {
	color:#D96D00;
	border-top:1px solid #D96D00;
	border-bottom:1px solid #D96D00;
}


#boxPcType .textH4 {
	font-size:16px;
}

#boxPcType .leftBox {
    width: 440px;
	float:left;
	border:1px solid #ccc;
	margin:20px 10px 0 0;
	height: 400px;
}

#boxPcType .rightBox {
    width: 440px;
	float:right;
	border:1px solid #ccc;
	margin:20px 0 0 0;
}


#boxPcType .ht360 {
	height: 360px;
}

.boxPcType-h3 {
    clear: both;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 2px 10px;
    text-align: center;
}


.boxPcType-h3.orange {
    background-color: #D96D00;
}
/*
#boxPcType h5 {
    clear: both;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 2px 10px;
    text-align: center;
}


#boxPcType h5.orange {
    background-color: #D96D00;
}
*/
#boxPcType .textH5 {
	font-size:14px;
	padding:15px;
}

#boxPcType .buy {
	text-align:center;
    margin: 10px 0 0 0;
}

#boxPcType .buy a {
    background-color: #fff;
    border: 2px solid #0a82e4;
    padding: 5px 10px;
    text-decoration: none;
}

#boxPcType .buy a:hover {
	opacity:0.7;
}

.wordBox {
	padding:20px;
	background-color:#fff;
	margin:50px 0 0 0;
}


@media screen and (max-width:479px){
	#boxPcType .boxInside {
		width: auto;
	}
	
	#boxPcType .textH3 {
		padding: 32% 0% 0% 0%;
		background-size: 30% auto;
		background-position: center top;
	}
	
	#boxPcType .leftBox { 
		width: 100%;
		height: auto;
		float: none;
		border: none;
	}
	
	#boxPcType .rightBox {
		width: 100%;
		float: none;
		border: none;
	}
	
	#boxPcType .ht360 {
		height: auto;
	}
}

/*-------------------------------------
　パソコン ランキング
---------------------------------------*/

#boxRanking {
	background-color:#fff;
	margin: 0 -500%;
	padding: 40px 500%;
	width:100%;
}
#boxRanking .boxInside {
	margin: 0 auto;
    overflow: hidden;
    width: 900px;
}
#boxRanking h3 {
	text-align:center;
	font-size:30px;
	margin:30px 0 0;
}

#boxRanking p {
	margin:20px 0;
}


@media screen and (max-width:479px){
	#boxRanking .boxInside {
		width: auto;
	}
	
	#boxRanking .floatR {
		float: none;
		text-align: center;
	}
}

/*-------------------------------------
　パソコン（PC）のおすすめ
---------------------------------------*/

#boxOsusume {
	background-color:#fff;
	margin: 0 -500%;
	padding: 40px 500%;
	width:100%;
}
#boxOsusume .boxInside {
	margin: 0 auto;
    overflow: hidden;
    width: 900px;
}

#boxOsusume h2 {
	text-align:center;
	font-size:30px;
	margin:30px 0 0;
}
/*
#boxOsusume h3 {
	text-align:center;
	font-size:30px;
	margin:30px 0 0;
}
*/
.boxOsusume_choicetype {
	font-size:24px;
	padding:10px 0;
	margin:10px 0;
	text-align:center;
}
/*
#boxOsusume h4 {
	font-size:24px;
	padding:10px 0;
	margin:10px 0;
	text-align:center;
}
*/
#boxOsusume h3 {
	color:#333;
	font-size:20px;
	text-align:left;
}
/*
#boxOsusume h5 {
	color:#333;
	font-size:20px;
	text-align:left;
}*/
#boxOsusume p {
	margin:20px 0;
}


@media screen and (max-width:479px){
	#boxOsusume .boxInside {
		width: auto;
	}
	
	#boxOsusume .floatR {
		float: none;
		text-align: center;
	}
}

/*-------------------------------------
　関連記事
---------------------------------------*/
.kanren-contens{
    margin: 0 auto;
    overflow: hidden;
    width: 900px;	
}

.kanren-contens h3 {
	color:#333;
	font-size:20px;
	text-align:left;
}

.kanren-contens p {
line-height: 2.1
}

@media screen and (max-width:479px){
	.kanren-contens {
		width: auto;
	}
}


/*-------------------------------------
　幅調整
---------------------------------------*/
.pagetop {
	width:970px;
	margin: 0 auto;
}

@media screen and (max-width:479px){
	.pagetop {
		display: none;
	}
}

/*-------------------------------------
　ページTOPへ
---------------------------------------*/
#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
#pagetop a {
	color: #fff;
	background-color: #333;
	border-radius:5px;
    -webkit-border-radius:5px; 
    -moz-border-radius:5px;
	display: block;
	font-size: 12px;
	line-height:1.5em;
	padding:5px 10px;
	text-align: center;
	text-decoration: none;
}

@media screen and (max-width:479px){
	#pagetop {
		bottom: 0px;
		right: 10px;
	}
}

/*-------------------------------------
 Pop Up for SmartPhone
---------------------------------------*/
@media screen and (max-width:510px){
	#fvpop {
		height:auto !important;
		width:90% !important;
	}
	#fvpop img {
		height:auto !important;
		width:100% !important;
	}
}
