
/* =======================================
 開発実績
======================================= */
#develop {
	width: 404px;
	height: 62px;
	float: left;
	padding: 0px 0px 0px 356px;
}

#pachinko {
	width: 724px;
	height: 22px;
	float: left;
	padding: 0px 0px 8px 0px;
	font-size: 20px;
}

#pachislo {
	width: 724px;
	height: 40px;
	float: left;
	/* padding: 0px 0px 0px 36px; */
	font-size: 20px;
}

#kikaku {
	width: 724px;
	height: 20px;
	float: left;
	padding: 0px 0px 0px 36px;
}
#design {
	width: 724px;
	height: 20px;
	float: left;
	padding: 1px 0px 0px 36px;
}
#prog {
	width: 724px;
	height: 20px;
	float: left;
	padding: 1px 0px 0px 36px;
}

#other {
	width: 724px;
	height: 20px;
	float: left;
	padding: 1px 0px 18px 36px;
}

#pachinkoJisseki,#pachisloJisseki {
	width: min(100%,724px);
	height: 26px;
	float: left;
	padding: 20px 0px 15px 10px;
	font-size: 25px;
}

#pachinkoArea,#pachisloArea {
	width: min(100%,1040px);
	float: left;
	padding: 0px 0px 0px 0px;
	line-height: 22px;
}

#pachinkoArea td,
#pachisloArea td{
	text-align: center;
	height: 72px;
}
@media screen and (min-width: 726px) {
	#pachinkoArea td,#pachisloArea td{
		padding: 0px 10px 0px 10px;
	}
}
@media screen and (max-width: 725px) {
	#pachinkoArea td,#pachisloArea td{
		padding: 0px 4px 0px 4px;
	}
}

#pachinkoArea table,
#pachisloArea table{
    border-color: #ffffff;
}
#pachinkoArea tr td:nth-child(1),
#pachisloArea tr td:nth-child(1){
	width:calc(82 / 726 * 100%);
}
#pachinkoArea tr td:nth-child(2),
#pachisloArea tr td:nth-child(2){
	width:calc(86 / 726 * 100%);
}
#pachinkoArea tr td:nth-child(3),
#pachisloArea tr td:nth-child(3){
	width:calc(428 / 726 * 100%);
}
#pachinkoArea tr td:nth-child(4),
#pachisloArea tr td:nth-child(4){
	width:calc(130 / 726 * 100%);
}

.workColorBlock {
	width: 105px;
	height: 20px;
	/* margin-bottom: 1px; */
	margin-right: 3px;
	-webkit-box-shadow: none;
	white-space: nowrap;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	color: #fff;
}
@media screen and (min-width: 426px) {
	.workColorBlock{
		float: left;
	}
}
@media screen and (max-width: 425px) {
	.workColorBlock{
		display: inline-block;
	}
}

#pachinkoArea .topCell,
#pachisloArea .topCell{
    background: #F3F7F8;
}
#pachinkoArea .topCell td,
#pachisloArea .topCell td{
	height:36px;
}

.bg-red {
    background: #D44C86;
}

.bg-org {
    background: #ED6C06;
}

.bg-grn {
    background: #479728;
}

.bg-blu {
    background: #257FB1;
}

.font-size-def {
    font-size: 13px;
}

.font-size-mini {
    font-size: 11px;
}

.font-size-mini2 {
    font-size: 10px;
}

#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 50px;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #3f98ef;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}

/* アプリ開発実績のスタイル */
/* PCで見たときは"product_pc"側の画像表示を行います */
.product_pc { display: block !important; }
.product_sp { display: none !important; }

 /* スマートフォンで見たときは"product_sp "の画像表示を行い、appAreaのmargineを0にします 切り替えの閾値はヘッダー切り替えが発生する値に合わせています*/
@media only screen and (max-width: 860px) {
	.product_pc { display: none !important; }
	.product_sp { display: block !important; }

	#appArea{
		margin-left: 0;
		margin-right: 0;
	}
}
/* アプリ開発実績のスタイル */