@charset "UTF-8";

/* -----------------------------------------------------------------------------
　共通
----------------------------------------------------------------------------- */
* {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS P Gothic",Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: #333;
	max-height: 999999px;
	box-sizing: border-box;
}
body {
	-webkit-text-size-adjust: 100%;
}
main {
	display: block;
	opacity: 1;
}
article {
	margin-bottom: 100px;
}
section {
	margin-bottom: 30px;
}
.content-outer {
	width: 1020px;
	margin: 0 auto;
}
.content-inner {
	width: 980px;
	margin: 0 auto;
}
.pc {display:block;}
.sp {display: none;}
a[href^="tel:"] {
	pointer-events: none;
	color: inherit;
}
.common-btn{
	margin:0 auto;
	width: 50%;
	display: block;
	color: #fff;
	text-align: center;
	-moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: inset 0px 1px 0px 0px #fff6af;
	box-shadow: inset 0px 1px 0px 0px #fff6af;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f7b425), color-stop(1, #f29500));
	background: -moz-linear-gradient(top, #f7b425 5%, #f29500 100%);
	background: -webkit-linear-gradient(top, #f7b425 5%, #f29500 100%);
	background: -o-linear-gradient(top, #f7b425 5%, #f29500 100%);
	background: -ms-linear-gradient(top, #f7b425 5%, #f29500 100%);
	background: linear-gradient(to bottom, #f7b425 5%, #f29500 100%);
	background-color: #f29500;
	position: relative;
	font-size:32px;
	font-weight:bold;
	line-height:2;
	letter-spacing:5px;
	padding:3px 0 0 0;
	margin-bottom: 30px;
}
.common-btn:hover {
	opacity:.9;
}
h2 {
	margin-bottom: 20px;
	font-size: 40px;
	padding-top: 5px;
	border-left: 10px solid #c5181f;
	padding-left: 10px;
	line-height: 1;
}
h2 span > .fa {
	margin-right: 5px;
}
h2.head {
	margin-bottom: 20px;
}
.alert {
	color: red;
	font-weight: bold;
}

/* ----- ローディングエフェクト ----- */
#cover {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 10000;
}
#loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 80px;
	height: 80px;
}

/* -----------------------------------------------------------------------------
　ヘッダー
----------------------------------------------------------------------------- */
header {
	overflow: hidden;
	opacity: 1;
	min-width: 1020px;
	height: 410px;
	margin-bottom: 50px;
}
header #header-title {
	background: #000;
	position: fixed;
	width: 100%;
	padding: 10px 0 0;
	z-index: 9000;
}
header #header-title h1 {
	color: #fff6f3;
	border-bottom: 1px solid #333;
	text-align: center;
}
header #header-title h1 span {
	color: #fbf9ec;
	font-size: 36px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #5d6367,
	-2px 2px 2px #5d6367,
	2px -2px 2px #5d6367,
	-2px -2px 2px #5d6367;
}
header #header-title h1 img.logo {
	vertical-align: -6px;
	margin-right: 10px;
	width: 250px;
}
header #header-title .header-inner {
	width: 980px;
	margin:0 auto;
}
header #header-title .header-inner > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 5px
}
header #header-title .callcenter {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	color: #fff;
	margin-bottom: 8px;
}
header #header-title .callcenter p.callcenter-name {
	color: inherit;
	font-size: 12px;
	line-height: 1.2;
	float: left;
}
header #header-title .callcenter p.callcenter-tel {
	color: inherit;
	font-size: 34px;
	font-family: 'Cabin', sans-serif;
	line-height: 1;
	margin-left :10px
}
header #header-title .header-inner nav.main-navi {
	width: 400px;
}
header #header-title .header-inner nav.main-navi ul {
	display: flex;
	justify-content: space-between;
}
header #header-title .header-inner nav.main-navi ul li {
	text-align: center;
	color: #fff;
	padding: 0;
	border-bottom: 4px solid #000;
	line-height: 1;
	margin: 0;
}
header #header-title .header-inner nav.main-navi ul li.current {
	border-bottom: 4px solid #c5181f;
}
header #header-title .header-inner nav.main-navi ul li a {
	color: inherit;
}
header #header-title .header-inner nav.main-navi ul li:hover {
	cursor: pointer;
}
header #header-image {
	height: 390px;
	margin: 0 auto;
	background: url(../images/main-visual.jpg) #fff no-repeat center 97px;
}
header #image {
	background: url(../images/main-visual.jpg) #fff no-repeat center 97px;
	height: 390px;
}
header p.border {
	box-shadow: 1px 1px 10px 10px #ddd;
	padding-top: 10px;
}

/* -----------------------------------------------------------------------------
　フッター
----------------------------------------------------------------------------- */
footer {
	width: 100%;
	min-width: 1020px;
	margin-top: 50px;
	background: #f2f2f2;
	height: 190px;
	position: relative;
}
footer #footer-inner {
	width: 980px;
}
footer address {
	font-size:13px;
	line-height: 1.5;
}
footer #copyright {
	display: block;
	text-align: center;
	color: #fff;
	width: 100%;
	height: 55px;
	padding: 14px 0;
	background: #000;
}
footer #footer-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 980px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
footer #footer-inner > * ,
footer #footer-inner p,
footer #footer-inner a {
	font-size: 13px;
}
footer #label {
	background: #fff;
	padding: 10px;
	float: right;
}
footer #label .pmark {
	width: 80px;
}
footer #label .isms {
	width: 105px;
	margin-bottom: 2px;
}
footer #copyright small {
	color: #fff;
	font-size: 14px;
	font-family: 'Josefin Sans', sans-serif;
}
.fixed-footer {
	display: none;
}

/* -----------------------------------------------------------------------------
　PageTopボタン
----------------------------------------------------------------------------- */
#pagetop {
	position: fixed;
	right: 0px;
	bottom: -60px;
	bottom: 0;
	z-index: 100;
}
#pagetop a {
	width: 60px;
	height: 55px;
	background: #ccc;
	font-size: 12px;
	display: inline-block;
	text-align: center;
	line-height: 0;
	padding-top: 5px;
	color: #fff;
}
#pagetop a span {
	font-size: 38px;
	line-height: 1;
	display: inline-block;
	color: inherit;
}

/* -----------------------------------------------------------------------------
　メンテナンス告知
----------------------------------------------------------------------------- */
.mainte-container {
	width: 960px;
	padding: 6px 0 10px 0;
	border-top: 1px double #ccc;
	border-bottom: 1px double #ccc;
	margin-bottom: 10px;
	margin: 0 auto;
	margin-top: -50px;
	margin-bottom: 30px;
}
.mainte-title {
	text-align: center;
	font-size: 18px;
	color: #333;line-height:2
}
.mainte-message {
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 1.4
}

/* -----------------------------------------------------------------------------
　membership
----------------------------------------------------------------------------- */
.membership-caution {
	border: 3px double #c5181f;
	padding: 15px;
	color: #c5181f;
	margin-bottom: 50px;
}
.membership-benefits > p {
	text-align: center;
	font-weight: bold;
	font-size :24px;
	margin-bottom: 10px;
}
.membership-benefits table {
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	table-layout: fixed;
}
.membership-benefits table tr:first-child td {
	position: relative;
}
.membership-benefits table th {
	padding: 10px 2px;
	border: 1px solid #ccc;
	background: #0068b7;
	color: #fff;
	text-align: center;
}
.membership-benefits table td {
	border: 1px solid #ccc;
	vertical-align: top;
	background: #e2f0f6;
}
.membership-benefits table td > div {
	padding: 5px 0;
}
.membership-benefits table td p.indent {
	font-size: 14px;
	text-indent: -1em;
	padding-left: 1em;
	padding-right: 5px;
}
.membership-benefits table td img {
	width: 100%;
}
.membership-benefits table td p.support {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100;
	font-size: 22px;
	font-weight: bold;
	text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff,
				-2px 2px 0 #fff, 2px -2px 0 #fff,
				0px 2px 0 #fff,  0-2px 0 #fff,
				-2px 0 0 #fff, 2px 0 0 #fff;
}

/* -----------------------------------------------------------------------------
　タブ
----------------------------------------------------------------------------- */
#pages {
	padding-top: 175px !important;
	margin-top: -175px !important;
}
#tab-detail1,
#tab-detail2,
#tab-detail3 {
	padding-top: 105px !important;
	margin-top: -105px !important;
}
ul.tab {
	display: flex;
	margin-bottom: 40px;
}
ul.tab2 {
	display: flex;
	margin: 30px 0 40px;
}
ul.tab li {
	width: 50%;
	padding: 10px 0;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 4px solid #333;
}
ul.tab li.current {
	background: #333;
	color: #fff;
}
ul.tab2 li {
	width: 50%;
	font-size: 21px;
	text-align: center;
	border-bottom: 2px solid #c5181f;
	padding: 10px 0;
	line-height: 1.1;
	display: flex;
	justify-content: center;
	align-items: center;
}
ul.tab2 li.current {
	background: #c5181f;
	color: #fff;
}
ul.tab li:hover,
ul.tab2 li:hover {
	cursor: pointer;
}

/* -----------------------------------------------------------------------------
　【電話リモサポ】パソコン･スマホ･タブレットのお困り事を電話でサポート
----------------------------------------------------------------------------- */
article#telremote-features {
	margin-top: 30px;
}
.telremote-features {
	overflow:hidden;
	margin-bottom:40px;
}
.telremote-features p.copy {
	text-align:center;
	font-size:32px;
	font-weight:bold;
	line-height:1.3;
	margin: 30px 0;
}
.telremote-features p.copy span {
	font-size: inherit;
}
.telremote-features .service {
	padding:25px 0;
	background:#f0f8ff;
}
.telremote-features .service h2 {
	color: #0068b6;
	font-size: 38px;
	font-weight: bold;
	line-height: 1.2;
	padding-top: 1px;
	text-align: center;
	margin-bottom:10px;
}
.telremote-features .service ul {
	overflow:hidden;
	display: flex;
	justify-content: space-evenly;
}
.telremote-features .service img {
	width:100%;
	height:130px;
	background:#777;
	margin-bottom:10px;
}
.telremote-features .service h3 {
	text-align:center;
	font-weight:bold;
	font-size:28px;
	margin-bottom:10px;
	line-height:1.2;
	border-bottom:2px solid #444;
}
.telremote-features .service li {
	width: 430px;	
	margin-left:10px;
	float:left;
	padding:20px 10px;
}
/*
.telremote-features .service li:last-child {
	display: none;
}
.telremote-features .service li:first-child {
	margin-left:0;
}
*/
.telremote-features .service p {
	height: 120px;
	text-align: left;
}
.telremote-features .service a {
	display:block;
	text-align:center;
	background:#fb9e25;
	background: linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%) repeat scroll 0 0 #ffc477;
	padding:10px 0;
	margin:0 auto;
	width:90%;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	border: 1px solid #;
}
.telremote-features .service a:hover {
	opacity:.8;
}

/* -----------------------------------------------------------------------------
　【電話リモサポ】サポート対象OS
----------------------------------------------------------------------------- */
.telsupport-device,
.remotesupport-device {
	margin-bottom:20px;
	border:2px solid #ccc;
	padding:8px;
}
.telsupport-device h3,
.remotesupport-device h3 {
	display:inline-block;
	font-weight:bold;
	font-size:23px;
	background:#ccc;
	color:#fff;
	padding:8px 15px;
	margin-bottom:5px;
}
.telsupport-device h3 span,
.remotesupport-device h3 span {
	font-size:14px;
	font-weight:normal;
}
.telsupport-device ul,
.remotesupport-device ul {
	overflow:hidden;
}
.telsupport-device .device ul li,
.remotesupport-device .device ul li {
	float:left;
	font-weight:bold;
	margin-left:20px;
}
.telsupport-device .device ul li:first-child,
.remotesupport-device .device ul li:first-child {
	margin-left:0;
}
.telsupport-device .device ul li.pc span,
.remotesupport-device .device ul li.pc span {
	color:#ffebc8;
}
.telsupport-device .device ul li.sp span,
.remotesupport-device .device ul li.sp span {
	color:#ffe3f2;
}
.telsupport-device .device ul li.tab span,
.remotesupport-device .device ul li.tab span {
	color:#d5ffe9;
}
.telsupport-device ul li p,
.remotesupport-device ul li p {
	display: inline-block;
	width: 126px;
	border: 1px solid #ccc;
	text-align: center;
	padding-top: 95px;
	font-size: 15px;
}
.telsupport-device .device ul li p.win,
.remotesupport-device .device ul li p.win {
	background:url(/images/common_telremote/icon-windows.png) no-repeat center center #f2f2f2;
}
.telsupport-device .device ul li p.apple,
.remotesupport-device .device ul li p.apple {
	background:url(/images/common_telremote/icon-apple.png) no-repeat center center #f2f2f2;
}
.telsupport-device .device ul li p.android,
.remotesupport-device .device ul li p.android {
	background:url(/images/common_telremote/icon-android.png) no-repeat center center #f2f2f2;
}
.telsupport-device .sptos-list ul,
.remotesupport-device .sptos-list ul {
	overflow: hidden;
}
.telsupport-device .sptos-list ul li,
.remotesupport-device .sptos-list ul li {
	float: left;
	margin-right: 15px;
	text-indent: -1em;
	padding-left: 1em;
}
#telsupport,
#remotesupport {
	margin-top: -90px;
	padding-top: 90px;
}

/* -----------------------------------------------------------------------------
　【電話リモサポ】サポートメニュー
----------------------------------------------------------------------------- */
.supportmenu-grp {
	margin-bottom: 40px;
}
.supportmenu {
	width:980px;
	overflow:hidden;
}
.supportmenu h3 {
	background-color: #f2f2f2;
	border: medium none;
	color: #231815;
	font-size: 18px;
	padding: 8px 5px 7px 5px;
	text-align: left;
	font-weight:normal;
}
.supportmenu .telsupport-image {
	width: 980px;
	height: 220px;
	margin-bottom: 15px;
	background: url(/images/common_telremote/telsupport_image02.jpg) no-repeat 0 0;
}
.supportmenu ul {
	width:1000px;
	overflow:hidden;
	margin-bottom: -20px;
}
.supportmenu ul li {
	border:1px solid #ccc;
	width:478px;
	margin-bottom:20px;
	margin-right:20px;
	float:left;
}
.supportmenu ul li span.tag {
	background: #999;
	color: #fff;
	display: inline-block;
	padding: 0 3px;
	font-size: 11px;
	margin-top: 4px;
	line-height: 1.8;
	float: right;
}
supportmenu ul li span.tagpc {
	padding: 0 10px;
}
.supportmenu ul li img{
	width:130px;
	overflow:hidden;
	float:left;
}
.supportmenu ul li > div.inner {
	position: relative;
	padding: 5px;
	background-repeat: no-repeat;
	background-size: 110px auto;
	background-position: 5px 5px;
}
.supportmenu ul li > div p.description {
	margin-left:115px;
	min-height:120px;
	line-height: 1.5;
}
.supportmenu ul li > div p.support {
	font-size: 12px;
	position: absolute;
	bottom: 0px;
	right: 5px;
}
.supportmenu ul li > div p.support span.price {
	color: #e50112;
	font-size: 18px;
	font-weight: normal;
}
.supportmenu ul li > div p.support span.yen {
	color: inherit;
	font-size: 12px;
	font-weight: normal;
}
.supportmenu ul li > div p span.attention1 {
	font-size:13px;
	padding:5px 0px;
	line-height:18px;
	color:#777;
	line-height:1.2;
}
.remote-image {
	margin: 20px 0;
	width: 100%;
}
p.about-tools {
	padding:10px;
	background:#f0f8ff;
	font-size:14px;
	line-height:1.3;
	margin-bottom:10px;
}
#support_step {
	margin-bottom:20px;
}
#support_step h3 {
	font-size:25px;
	font-weight:bold;
	margin-bottom:5px;
	line-height:1.4;
}
#support_step h3 span {
	font-weight:normal;
	font-size:16px;
}
#support_step p {
	margin-bottom:10px;
	font-size:14px;
	text-align:center;
	font-weight:bold;
}
#support_step ul {
	overflow:hidden;
}
#support_step ul li {
	padding:8px 0;
	float:left;
	width:350px;
	height:280px;
	overflow:hidden;
}
#support_step img {
	width:350px;
	height:230px;
	display:block;
}
.pc-pd5055 {
	padding: 5px 0 5px 5px!important;
}

/* -----------------------------------------------------------------------------
　【電話リモサポ】電話リモサポ料金表
----------------------------------------------------------------------------- */
.common_feetbl_3col table {
	width:100%;
	margin-bottom:10px;
	table-layout:fixed;
}
.common_feetbl_3col table,
.common_feetbl_3col tr,
.common_feetbl_3col th,
.common_feetbl_3col td {
	border:2px solid #bbb;
}
.common_feetbl_3col th,
.common_feetbl_3col td {
	font-size:21px;
	line-height: 2;
	text-align:center;
}
.common_feetbl_3col th {
	text-align:center;
	background-color:#f2f2f2;
	line-height: 2.6;
}
.common_feetbl_3col .unitfee {
	font-size:29px;
	color: #e50012;
}
.common_feetbl_3col .td2,
.common_feetbl_3col .td2 * {
	color: #e50012;
	font-weight: bold !important;
}
.common_feetbl_3col td.fs28 {
	font-size: 32px !important;
}
.common_feetbl_3col .td2 span.fs18 {
	font-size: 18px !important;
}

/* -----------------------------------------------------------------------------
　【訪問サポート】サポート特徴
----------------------------------------------------------------------------- */
#features {
	margin: 50px 0 100px;
}
#features ul {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
#features ul li {
	width: 314px;
}
#features ul li .fa {
	display: block;
	text-align : center;
	font-size: 100px;
}
#features ul li .fa-clock-o {
	color: #6aa3f2;
}
#features ul li .fa-map-marker {
	color: #f2756a;
}
#features ul li .fa-user {
	color: #6af2b9;
}
#features ul li p {
	text-align: center;
	font-size: 26px;
}

/* -----------------------------------------------------------------------------
　【訪問サポート】デバイス絞込みリスト
----------------------------------------------------------------------------- */
#device {
	border: 5px solid #daf0ff;
	padding: 10px 0px 10px 2px;
	margin: 30px 0 20px;
	position: relative;
}
#device > p {
	position: absolute;
	top: -13px;
	left: 10px;
	display: inline-block;
	padding: 0 5px 0 5px;
	background: #fff;
	z-index: 100;
}
#device ul {
	clear: both;
	overflow: hidden;
	margin-top: 10px;
	display: flex;
	justify-content: space-evenly;
}
#device ul.device-list li {
	font-size: 17px;
	cursor: pointer;
	font-weight: bold;
	padding: 3px 15px;
}
#device ul.device-list li.now {
	color: #1480ff;
	background: #e2f0f6
}

/* -----------------------------------------------------------------------------
　【訪問サポート】カテゴリリスト
----------------------------------------------------------------------------- */
#cate-list ul li.nolink a,
#cate-list ul li.nolink a span {
	cursor: default;
	color: #ccc;
}
#cate-list ul li.nolink a:hover,
#cate-list ul li.nolink:hover {
	cursor: default;
	pointer-events: none;
	background: #f2f2f2;
}
#cate-list {
	overflow: hidden;
	display: block;
	margin-bottom: 25px!important;
}
#cate-list ul {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #ccc;
}
#cate-list ul li {
	float: left;
	width: 33.33%;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#cate-list ul li:nth-child(1){
	display :none;
}
#cate-list ul li:nth-child(3n+1){
	border-right: 1px solid #ccc;
}
#cate-list ul li:nth-child(6) {
	border-right: 1px solid #ccc;
	width: 327px;
}
#cate-telremote {
	display: none;
}
#cate-list ul li a {
	display: block;
	line-height: 1.2;
	color: #333;
	padding-left: 5px;
	padding-top: 14px;
	padding-bottom: 10px;
	background: #ffffcc;
}
#cate-list ul li a:hover {
	background: #daf0ff;
	color: #1480ff;
}
#cate-list ul li span {
	font-weight: normal;
	font-size: 12px;
	color: #479cff;
}
#cate-list ul li span.arrow {
	font-family: mono-space;
	color: #333;
}

/* -----------------------------------------------------------------------------
　【訪問サポート】サポートメニュー一覧
----------------------------------------------------------------------------- */
#supportmenu {
	width:980px;
	overflow:hidden;
}
h2#menu,
#supportmenu .marker {
	color:#b3b3b3;
	display: none;
}
#supportmenu #cate2-menu .btn_cate-list,
#supportmenu div.btn_cate-list span a,
#supportmenu #cate7-menu ul li:nth-child(2) a {
	display: none;
}
#supportmenu #cate7-menu ul li#illegalremittance a {
	display: none;
}
#supportmenu #cate4-menu ul li:nth-child(3) p.description,
#supportmenu #cate4-menu ul li:nth-child(4) p.description {
	height:190px!important;
}
#supportmenu #cate4-menu ul li:nth-child(5) p.description,
#supportmenu #cate4-menu ul li:nth-child(6) p.description {
	height:150px!important;
}
#supportmenu #cate7-menu ul li:nth-child(n + 3) p.description {
	height:140px!important;
}
#supportmenu #cate4-menu ul li:nth-child(3) p.description,
#supportmenu #cate4-menu ul li:nth-child(4) p.description {
	height:auto!important;
}
#supportmenu #cate4-menu ul li:nth-child(5) p.description,
#supportmenu #cate4-menu ul li:nth-child(6) p.description {
	height:auto!important;
}
#supportmenu #cate7-menu ul li#illegalremittance a {
	display: none;
}
#supportmenu #cate7-menu ul li:nth-child(n + 3) p.description {
	height:auto!important;
}
#supportmenu h3.category {
	clear: both;
	padding: 0 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid #333;
	font-size: 28px;
}
#supportmenu #category1,
#supportmenu #category2,
#supportmenu #category3,
#supportmenu #category4,
#supportmenu #category5,
#supportmenu #category6,
#supportmenu #category7 {
	padding-top: 135px !important;
	margin-top: -135px !important;
}
#supportmenu ul {
	width:1000px;
	overflow:hidden;
}
#supportmenu ul li {
	border:1px solid #ccc;
	width:478px;
	margin-bottom:20px;
	margin-right:20px;
	float:left;
}
#supportmenu ul li p.title {
	background-color: #f2f2f2;
	border: medium none;
	color: #231815;
	font-size: 18px;
	padding: 8px 5px 7px 10px;
	text-align: left;
}
#supportmenu ul li p.title span.tag {
	background: #999;
	color: #fff;
	letter-spacing: 0;
	display: inline-block;
	padding: 0 3px;
	font-size: 11px;
	font-weight: normal;
	float: right;
	line-height: 1.8;
	margin-top: 4px;
}
#supportmenu ul li p.title span.tagpc {
	padding: 0 5px;
}
#supportmenu ul li .inner {
	width: 478px;
	padding:5px;
	position: relative;
	min-height: 120px;
}
#supportmenu ul li a {
	color: #fff;
	background: #1480ff;
	padding: 0 3px;
	font-size: 13px;
}
#supportmenu ul li img {
	width:130px;
	padding-top:10px;
	overflow:hidden;
	float:left;
}
#supportmenu ul li p.description {
	margin-left: 140px;
	min-height: 120px;
	font-size: 16px;
	line-height: 1.5;
}
#supportmenu ul li p.description span {
	font-size:90%;
	color:#777;
}
#supportmenu ul li p.support {
	margin-left:150px;
	font-size: 12px;
	margin-bottom: 0;
	padding-top: 0;
	text-align: right;
	position: absolute;
	right: 5px;
	bottom: 0;
}
#supportmenu ul li p.support span.price {
	color: #e50112;
	font-size: 18px;
	font-weight: bold;
}
#supportmenu ul li span.orange {
	font-size: inherit;
	color: #ff6347;
}
#supportmenu ul li span.yen {
	color: inherit;
	font-size:12px;
	font-weight:bold;
}
#supportmenu .link{
	color:#0066cc;
}
#supportmenu ul li p.description {
	margin-left: 115px;
}
#supportmenu ul li {
	background-repeat: no-repeat !important;
	background-position: 5px 50px !important;
	background-size: 110px auto !important;
}
#supportmenu ul li a {
	display: none;
}

/*----- ピックアップバナー -----*/
.pickup-banner {
	margin-bottom: 0;
}
.pickup-banner a {
	display: block;
	border: 1px solid #000;
	margin-bottom: 5px;
}
.pickup-banner a:last-child {
	margin-bottom: 10px;
}
#pickup-banner div { /*スマホバナーは非表示 */
	display: none;
}
.pickup-banner {
	margin-top: 10px !important;
}

/*----- Windows10ポップアップ JS Colorbox -----*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
#colorbox{outline:0;}
#cboxContent{background:#fff; overflow:hidden;}
.cboxIframe{background:#fff;}
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
#colorbox{outline:0;}
#cboxContent{background:#fff; overflow:hidden;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:0px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

/* -----------------------------------------------------------------------------
　【訪問サポート】訪問サポート料金
----------------------------------------------------------------------------- */
#price {
	margin-top: -100px;
	padding-top: 100px;
}
#price .price-tbl table {
	width: 100%;
	font-size: 21px;
	border: 2px solid #bbb;
	margin-bottom: 10px;
}
#price .price-tbl table th,
#price .price-tbl table td {
	font-size: 21px;
	border: 1px solid #ccc;
	padding :0 10px 0;
	height: 30px;
	line-height: 30px;
}
#price .price-tbl table thead th {
	text-align :center;
	font-size: 21px;
	background: #f2f2f2;
	border-bottom: 2px solid #bbb;
	line-height: 2.6;
}
#price .price-tbl table td {
	text-align: center;
	padding-right: 20px;
}
#price .price-tbl table td:last-child {
	text-align :right;
}
#price .price-tbl span.unit {
	font-size: 21px!important;
}
#price .price {
	color: #e50012;
	font-size: 32px !important;
	font-weight: bold;
	text-align:right;
}
#price .price span {
	color: inherit;
	font-size: 18px;
}
#price .price span.unit {
	font-weight: normal;
	font-size: 20px;
	color: #333;s
}
#price span.time {
	width: 150px;
	text-align: center;
	display: inline-block;
	padding-top: 15px;
	margin-left: 50px;
}
#price span.time-price {
	width: 120px;
	font-size: 32px;
	color: #e50012;
	float: right;
	margin-right: 80px;
}
#price span.time-price * {
	color: inherit;
}
#price .em {
	background: url(../images/add-charge-bg1.jpg) no-repeat 0.5px 0;
	background-size: cover;
	width: 70px;
}
#price .le {
	background: url(../images/add-charge-bg2.jpg) no-repeat 0.5px 0;
	background-size: cover;
	width: 70px;
}
#price .price span.unit {
	font-weight: normal;
	font-size: 20px;
	color: #333;
}

/*------------------------------------------------------------------------------
　【データ復旧】データ復旧対象媒体
----------------------------------------------------------------------------- */
.storage-list {
	margin-bottom: 30px;
}
.storage-list p {
	font-size: 21px;
}
.flashmemory-list > div {
	border: 1px solid #333;
	margin: 5px 0;
}
.flashmemory-list p {
	font-size: 21px;
}
.flashmemory-list p.media {
	text-align: center;
	font-size: 14px;
}

/*------------------------------------------------------------------------------
　【データ復旧】データ復旧症状例
----------------------------------------------------------------------------- */
.dr-casestudy p {
	font-size: 21px;
}
.dr-casestudy ul {
	display: flex;
	flex-wrap: wrap;
}
.dr-casestudy li {
	width: 33.3%;
	border: 1px solid #ccc;
	margin-top: -1px;
	line-height: 1.7;
	margin: 0;
	padding: 0;
	background-size: 120px auto;
}
.dr-casestudy .trigger {
	text-align: left;
	text-decoration: none;
	padding: 5px 5px 4px 0;
	height: 100px;
	font-weight: bold;
}
.dr-casestudy .trigger p {
	font-size: 18px;
	padding-left: 130px;
}
.dr-casestudy .acordion_tree {
	display: none !important;
}
.dr-casestudy .acordion_tree {
	padding: 10px 10px 17px 20px;
}
.dr-casestudy p {
	line-height: 1.5;
}
.dr-casestudy .trigger p {
	background-repeat: no-repeat !important;
	background-position: 10px 10px !important;
	background-size: auto 90px;
}
.dr-casestudy .btn-detail {
	float: right;
	margin-right: 8px;
	margin-bottom: 5px;
}
.dr-casestudy .btn-detail a {
	background-color: #f29500;
	color: #fff;
	width: 180px;
	display: block;
	text-align: center;
}

/*---------- フラッシュメモリ ----------*/
.fm-casestudy p {
	font-size: 21px;
}
.fm-casestudy ul {
	overflow: hidden;
}
.fm-casestudy li {
	float: left;
	width: 48%;
	border-bottom: 1px dotted #ccc;
	line-height: 2.4;
}
.fm-casestudy li:nth-child(even) {
	float: right;
}

/* -----------------------------------------------------------------------------
　【データ復旧】スマタブ修理の特徴
----------------------------------------------------------------------------- */
.st-special {
	margin:20px 0 10px;
}
.st-special ul {
	overflow:hidden;
	display: flex;
	justify-content: space-between;
}
.st-special ul li {
	width:49%;
}
.st-special ul li > p {
	font-weight:bold;
	font-size:32px;
	line-height:1.5;
	text-align:center;
	color:#203d95;
}
.st-special ul li div {
	overflow:hidden;
}
.st-special ul li div p {
	font-size:16px;
	background:url(/images/transparent.png) no-repeat 0 0;
}
.st-special ul li div p.reason {
	font-weight: bold;
	font-size: 21px;
	margin-bottom: 5px;
}
.st-special ul li div > img {
	float:left;
	background:#f2f2f2;
	width:150px;
	height:150px;
	margin-right:20px;
}

/* -----------------------------------------------------------------------------
　【データ復旧】よくあるトラブル事例
----------------------------------------------------------------------------- */
.st-casestudy {
	overflow:hidden;
	margin-bottom:50px;
	line-height:1.5;
}
.st-casestudy {
	overflow:hidden;
	width:100%;
	margin-bottom:0;
}
.st-casestudy h3 {
	font-weight:normal;
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
	border-bottom:1px dotted #777;
}
.st-casestudy > ul {
	overflow:hidden;
	width:999px;
}
.st-casestudy > ul > li {
	float:left;
	width:314px;
	margin-right:19px;
	margin-bottom:30px;
}
.st-casestudy > ul > li > div p {
	width:60px;
	height:50px;
	padding-top:10px;
	color:#fff;
	border-radius:50%;
	font-weight:bold;
	font-size:28px;
	background:#FFD5B3;
	text-align:center;
	float:right;
}
.st-casestudy > ul li img {
	margin-bottom:10px;
}

/********** スマタブデータ復旧データ **********/
.st-restore-data {
	background: #f2f2f2;
	padding: 10px;
	border: 2px solid #ccc;
}
.st-restore-data p.title {
	font-size: 24px;
	text-align: center;
	margin-bottom: 5px;
}
.st-restore-data ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.st-restore-data ul li {
	width: 105px;
	height: 120px;
	background-repeat: no-repeat;
	background-size: 90px auto;
	background-position: center 20px;
}
.st-restore-data p.notice {
	font-size: 13px;
}

/*------------------------------------------------------------------------------
　【データ復旧】データ復旧の特徴
----------------------------------------------------------------------------- */
.features-body {
	overflow: hidden;
}
.features-body li {
	position: relative;
	background-color: #f2f2f2;
	background-image: none;
	min-height: 140px;
	margin-bottom: 20px;
	padding: 0;
	width: 480px;
	float: left;
}
.features-body li:nth-child(even) {
	float: right;
}
.features-body li h3 {
	color: #333;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0;
	padding-top: 12px;
	padding-left: 100px;
}
.features-body li p {
	font-size: 18px;
	letter-spacing: -1px;
	line-height: 1.5;
	padding-left: 100px;
}
.features-item h3::before {
	position: absolute;
	content: "";
	background-size: 104px 104px;
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	top: 10px;
	left: 8px;
	border: 1px solid #333;
	box-shadow: 2px 2px 2px #333;
}

/*------------------------------------------------------------------------------
　【データ復旧】データ復旧料金表
----------------------------------------------------------------------------- */
.price-table table {
	border:1px solid #ccc;
	line-height:1.5;
	margin-bottom:10px;
	table-layout:fixed;
	width:100%;
}
.price-table th {
	border: 1px solid #ccc;
	color: #000;
	font-size: 21px;
	line-height:2;
	text-align:center;
	background: #f2f2f2;
}
.price-table td {
	border: 1px solid #ccc;
	color: #E50012;
	font-size: 28px;
	text-align: right;
}
.price-table td.price {
	color: #E50012;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
}
.price-table td span.yen {
	font-size: 28px;
}
.price-table ul li{
	font-size:16px;
	text-indent:-1em;
	margin-left:1em;
}

#price .dr-price-tbl th,
#price .st-price-tbl th {
	width: 70%;
	text-align: center;
}
#price .dr-price-tbl table td .price {
	padding-right: .5em;
}
#price .dr-price-tbl table td .lower-limit {
	padding-right: 0;
}
#price .dr-price-tbl table td .free {
	padding-right: 0;
	letter-spacing: .5em
}
#price .st-price-tbl table td .severe {
	display: block;
	line-height: 0;
	padding-bottom: 15px;
}
#price .st-price-tbl table td .free {
	margin-right: -.5em;
	letter-spacing: .5em
}

/* -----------------------------------------------------------------------------
　【共通】フロー
----------------------------------------------------------------------------- */
.flow {
	margin-bottom:30px;
}
.flow table {
	width:100%;
	border:1px solid #ccc;
	line-height:1.4;
}
.flow th {
	padding:5px 10px;
	border:1px solid #ccc;
	text-align:center;
	font-size:40px;
	background-color:#f2f2f2;
	color:#333;
	vertical-align:top;
}
.flow th.th_t {
	border-top:1px solid #ccc;
}
.flow th.th_b {
	border-bottom:1px solid #ccc
}
.flow td {
	border:1px solid #ccc;
	padding:15px 10px;
}
.flow td p.h {
	font-weight:bold;
	font-size:25px;
	color:#333;
	margin-bottom:10px;
}
.flow td p.d:not(:last-child) {
	margin-bottom: 1em;
}
.flow .tel {
	color:#f00;
	font-size:24px;
	font-weight:bold;
}
.flow .howto-payment dt {
	clear: both;
}
.flow .howto-payment dl dd > div {
	float: left;
	width: 725px;
}
.flow .howto-payment p.title {
	font-weight: bold;
	color: #db0080;
	margin-bottom: 5px;
}
.flow .np-payment {
	margin: 10px 0 15px;
	font-size: 13px;
}
.flow .np-image {
	float: left;
	margin-top: -20px;
	margin-left: 15px;
}
.flow + a.common-btn {
	display: none;
}
.flow > ol {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.flow > ol > li:not(:last-child) {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.flow > ol > li >div > p:not(:last-child) {
	margin-bottom: 1em;
}
.flow .howto-delivery {
	display: flex;
	justify-content: space-between;
	width: 900px;
	margin-bottom: 15px;
}
.flow .howto-delivery li {
	border:1px solid #ccc;
	padding:5px 10px;
	padding-top:140px;
	line-height:1.2;
}
.flow .howto-delivery li.send {
	width: 320px;
}
.flow .howto-delivery li.back {
	width: 320px;
}
.flow .howto-delivery li.step01{
	background:url(/images/common_pcrepair/howto-delivery01.jpg) no-repeat top center;
}
.flow .howto-delivery li.step02{
	background:url(/images/common_pcrepair/howto-delivery02.jpg) no-repeat top center;
}
.flow .howto-delivery li.step03{
	background:url(/images/common_pcrepair/howto-delivery03.jpg) no-repeat top center;
}
.flow .howto-delivery li.step04{
	background:url(/images/common_pcrepair/howto-delivery04.jpg) no-repeat top center;
}
.flow .howto-delivery li:last-child {
	margin-right:0;
}
.flow img.packing {
	float: right;
	width: 160px;
	height: auto;
	margin-top: -20px;
}
.flow .delivery-address dl dt {
	font-weight: bold;
}
.flow img.datalist {
	float: right;
	width: 400px;
	height: auto;
	margin-top: -60px;
}

/*------------------------------------------------------------------------------
　お支払い
------------------------------------------------------------------------------*/
.payment-info {
	overflow: hidden;
	margin-bottom: 5px;
}
.payment-info > p {
	margin-bottom:10px;
}
.payment-info ul {
	float: left;
	margin-top: 0px;
}
.payment-info .payment-logo {
	width: 980px;
	height: 150px;
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
	background: url(/images/txt/payment-logo.jpg) no-repeat 0 0;
}
.payment-info .payment-logo3 {
	width: 100%;
	height: 65px;
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
	background: url(/images/txt/payment-logo-hds.jpg) no-repeat 0 0;
	background-size: 900px auto;
}
.payment-info .payment-logo > a {
	display:inline-block;
	width:300px;
	margin-top:8px;
	margin-left:580px;
}
.payment-info .payment-logo > a img {
	width:300px;
}