@charset "utf-8";
/*-------------------------------------
　基本
---------------------------------------*/
*, ::before, ::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}
#container {
    width: 100%!important;
}
#content p, #content li {
    color: #484848;
	line-height: 1.6;
	letter-spacing: 0.1rem;
}
#content img {
    max-width: 100%;
    height: auto;
}
#content__section {
    padding: 60px 0;
    width: 100%;
    margin: 0 auto 50px;
}
.serviceArea__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #0062b0;
    border-radius: 2px;
    -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
    box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
    padding: 30px 0;
    margin-bottom: 30px;
}
.section_inner {
    width: 1140px;
    margin: 0 auto;
}
.areaCnt {
    text-align: center;
}
#content h2 {
    font-size: 40px;
    font-weight: bold;
    color: #004da1;
    margin-bottom: 50px;
    letter-spacing: 0.3rem;
}
#content h3 {
	font-size: 40px;
    font-weight: bold;
    color: #484848;
    margin-bottom: 50px;
    letter-spacing: 0.3rem;
}
p.emphasis_txt {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}
/*-------------------------------------
メインビジュアル
---------------------------------------*/
.mainVisual {
	background: url(../../img/cpu/mv_pc.webp)center no-repeat;
    background-size: cover;
    height: 445px;
}
.main_ttl {
    padding-top: 110px;
	padding-left: 50px;
}

/*-------------------------------------
現在のご不満、問題点、プレイしたいゲームなど なんでもご相談ください
---------------------------------------*/
.bg_yellow {
    background: #ffffe6;
}

/*-------------------------------------
ドスパラのグラフィックボード交換・アップグレードサービスの特徴
---------------------------------------*/
.areaCnt__box {
	background: #edf8fd;
	border-radius: 20px;
	padding: 30px 20px;
}

/*-------------------------------------
料金
---------------------------------------*/
.areaCnt__inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.wages {
	background-color: #e6e6e6;
	display: flex;
    justify-content: space-between;
	align-items: baseline;
	padding: 20px 80px;
	letter-spacing: 0.3em;
    font-size: 20px;
    font-weight: 500;
}
.wages dd {
    font-size: 24px;
    position: relative;
}
.wages dd span {
	color: #c1272d;
}
.wages_cont {
    background-color: #f9f9f9;
	padding: 20px 80px;
}
.wages_cont ul li {
	font-size: 16px;
	text-align: left;
}
.wages_example {
    border: 1px solid #c8c8c8;
    border-radius: 15px;
    margin-top: 20px;
    padding: 15px 30px;
    text-align: left;
}
.wages_example p {
	font-size: 14px;
}

/*-------------------------------------
アップグレードのお申し込み方法
---------------------------------------*/
.areaCont__txt {
    font-size: 16px;
}
.useList {
    display: flex;
    justify-content: space-around;
}
a.flowWebLink, a.flowShopLink {
    font-size: 18px;
    text-align: center;
    display: block;
    padding: 0;
    width: 440px;
    height: 400px;
    background: -moz-linear-gradient(90deg, #004da1 0%, #0078ca 100%);
    background: -webkit-linear-gradient(90deg, #004da1 0%, #0078ca 100%);
    border-radius: 20px;
}
a.flowShopLink {
	background: -moz-linear-gradient(90deg, #002063 0%, #004da1 100%);
    background: -webkit-linear-gradient(90deg, #002063 0%, #004da1 100%);
}
.useFlowText, .useFlowText_sub {
    color: #fff!important;
}
.useFlowText_sub {
    padding-top: 40px;
}
.useFlowText {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 40px;
}
.useFlowText_here {
    background-color: #fff;
    color: #014099!important;
	font-size: 20px;
    font-weight: bold;
    padding: 5px;
    border-radius: 10px;
    width: 320px;
    margin: 40px auto 0;
}
.useList a:hover {
    transform: scale(0.98);
    transition: 0.3s;
    box-shadow: 0 0;
}

/*-------------------------------------
スマホ表示
---------------------------------------*/

@media screen and (max-width: 479px) {
body {
    min-width: 100% !important;
    -webkit-text-size-adjust: 100%;
}
.section_inner {
    max-width: 96%;
}
#content h2 {
    font-size: 5.5vw;
	margin-bottom: 40px;
	letter-spacing: 0.1rem;
}
#content h3 {
    font-size: 5.5vw;
	margin-bottom: 30px;
	letter-spacing: 0.1rem;
}
p.emphasis_txt {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}
.areaCnt {
    padding: 0 10px;
}
	
/*メインビジュアル*/
.mainVisual {
    background: url(../../img/cpu/mv_sp.webp)bottom right no-repeat;
    background-size: cover;
    height: 100vw;
}
.main_ttl {
    width: 80%;
    margin-left: 20px;
    padding-top: 40px;
    padding-left: 0;
}

/*料金*/	
.wages {
    flex-direction: column;
    padding: 20px;
    font-size: 16px;
    align-items: center;
}
.wages dd {
    font-size: 20px;
}
.wages_cont {
    padding: 20px;
}
.wages_cont ul li {
    font-size: 14px;
}
.wages_example {
    padding: 15px;
	display: inline-table;
}
.wages_example p {
    font-size: 11px;
}

/*アップグレードのお申し込み方法*/
.areaCont__txt {
    font-size: 14px;
}
.useList {
    display: flex;
    flex-direction: column;
    align-items: center;
}
a.flowWebLink, a.flowShopLink {
    width: 315px;
    height: 286px;
}
.useFlowText_sub {
	font-size: 14px;
    padding-top: 20px;
}
.useFlowText {
    font-size: 20px;
    padding-bottom: 25px;
}
.useFlowText_here {
    width: 230px;
    margin: 25px auto 0;
	font-size: 14px;
}
.useList li {
    margin-bottom: 50px;
}

}/*スマホ表示ここまで*/


/*-------------------------------------
汎用
---------------------------------------*/
br.brPc {
  display: inline-block;
}
br.brsp {
  display: none;
}
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
.indent-1 {
    padding-left: 1em;
    text-indent: -1em;
  }
@media only screen and (max-width: 479px) {
  br.brpc {
    display: none;
  }
  br.brsp {
    display: inline-block;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}