@charset "UTF-8";

/* -----------------------------------------------------------------------------
　共通
----------------------------------------------------------------------------- */
* {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS P Gothic",Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 1.7;
	color: #333;
	max-height: 999999px;
	box-sizing: border-box;
}
body {
	-webkit-text-size-adjust: 100%;
}
main {
	display: block;
}
article {
	margin-bottom: 3em;
}
section {
	margin-bottom: 2em;
}
.content-outer {
	width: 100%;
	margin: 0 auto;
}
.content-inner {
	width: 98%;
	margin: 0 auto;
}
.pc {display:none;}
.sp {display: block;}
.mark, .ms {
	color: inherit;
	font-size: inherit;
	text-align: left;
	font-family: 'ＭＳ ゴシック','Osaka－等幅';
	width: 1em;
}
img {
	max-width: 100%;
}
.common-btn {
	display: block;
	background: linear-gradient(to bottom, #f7b425 5%, #f29500 100%) repeat scroll 0 0 #f7b425;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	padding: .8em 0 .7em;
	margin-bottom: 1em;
	border-radius: .2em;
}
h2 {
	margin-bottom: 20px;
	font-size: 1.7em;
	padding-top: 2px;
	border-left: 5px solid #c5181f;
	padding-left: 5px;
	line-height: 0.95;
}
h2 span > .fa {
	margin-right: 5px;
}
h2.head {
	margin-bottom: .5em;
}
h2#menu {
	display: none;
}
.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;
	min-width: 100%;
	height: 60vw;
	margin-bottom: 10px;
}
header #header-title {
	background: #000;
	position: fixed;
	width: 100%;
	padding: 5px 0 5px;
	z-index: 9000;
}
header #header-title .header-inner {
	width: 98%;
	margin:0 auto;
}
header #header-title h1 {
	color: #fff6f3;
	text-align:center;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #fff;
}
header #header-title h1 span {
	color: #fbf9ec;
	font-size: 20px;
	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 {
	width: auto;
	height: 24px;
	margin-right: .5em;
	vertical-align: -4px;
}
header #header-title .header-inner nav.main-navi {
	padding: .5em 0 .5em;
}
header #header-title .header-inner nav.main-navi ul {
	display: flex;
	justify-content: space-around;
}
header #header-title .header-inner nav.main-navi ul li {
	text-align: center;
	color: #fff;
	border-bottom: 2px solid #000
}
header #header-title .header-inner nav.main-navi ul li a {
	color: inherit;
}
header #header-title .header-inner nav.main-navi ul li.current {
	border-bottom: 2px solid #c5181f
}
header #header-image {
	margin: 4em auto 0;
	background: url(../images/main-visual.jpg) #fff no-repeat center 60px;
	background-size: contain;
	height: 45vw;
}
header #image {
	background: url(../images/main-visual.jpg) #fff no-repeat center 60px;
	background-size: contain;
	height: 45vw;
}
header .callcenter {
	display: none;
}
header p.border {
	box-shadow: 1px 1px 5px 5px #ddd;
}

/* -----------------------------------------------------------------------------
　フッター
----------------------------------------------------------------------------- */
footer {
	min-width: 100%;
	background: #f2f2f2;
	padding-bottom: 55px;
}
footer address {
	font-size:12px;
	line-height: 1.4;
}
footer #copyright {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 55px;
	text-align: center;
	color: #fff;
	padding: 10px 0;
}
footer #footer-inner {
	width: 98%;
	margin: 0 auto;
	padding-top: 1em;
}
footer #footer-inner > div {
	width: 20em;
	margin: 0 auto;
	padding-bottom: 1em;
}
footer #label {
	padding: 10px;
	margin-top: 10px;
	text-align: center;
	width: 100% !important;
}
footer #label .pmark {
	width: 60px;
}
footer #label .isms {
	height: 61px;
}
footer #copyright small {
	font-size: 12px;
	font-family: 'Josefin Sans', sans-serif;
}
.fixed-footer {
	position: fixed;
	bottom: 0;
	z-index: 9000;
	width: calc(100% - 60px);
	height: 55px;
	color: #fff;
}
.fixed-footer > div {
	display: flex;
	background: #000;
	height: 55px;
	justify-content: center;
	align-items: center;
}
.fixed-footer .callcenter-name {
	color: #fff;
	font-size: 11px;
	line-height: 1;
	margin-right: 5px;
}
.fixed-footer .callcenter-tel {
	color: #fff;
	font-size :21px;
	letter-spacing: -1px;
	margin-right: 5px;
}
.fixed-footer .callcenter-tel a {
	color: inherit;
	font-size: inherit;
	letter-spacing: inherit;
	font-family: 'Cabin', sans-serif;
}

/* -----------------------------------------------------------------------------
　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.3em;
	padding-top: 5px;
	color: #fff;
}
#pagetop a span {
	font-size: 38px;
	line-height: 1;
	display: inline-block;
	color: inherit;
}

/* -----------------------------------------------------------------------------
　メンテナンス告知
----------------------------------------------------------------------------- */
.mainte-container {
	width: 100%;
	padding: 6px 5px 10px 5px;
	border-top: 1px double #ccc;
	border-bottom: 1px double #ccc;
	margin: 0 auto 15px;
}
.mainte-title {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #333;
	line-height:2
}
.mainte-message {
	text-align: left;
	color: #333;
	line-height: 1.4
}

/* -----------------------------------------------------------------------------
　membership
----------------------------------------------------------------------------- */
.membership-caution {
	border: 3px double #c5181f;
	padding: 5px;
	color: #c5181f;
	margin-bottom: 1em;
}
.membership-benefits > p {
	text-align: center;
	font-weight: bold;
	font-size :16px;
	margin-bottom: .5em;
}
.membership-benefits table {
	width: 100%;
	table-layout: fixed;
	border: 1px solid #ccc;
	box-siging: border-box;
}
.membership-benefits table th {
	border: 1px solid #ccc;
	background: #0068b7;
	color: #fff;
	text-align: left;
	vertical-align: top;
	line-height: 1.2;
	padding: 10px 3px;
}
.membership-benefits table td {
	position: relative;
	border: 1px solid #ccc;
	vertical-align: top;
	background: #e2f0f6;
}
.membership-benefits table td p.indent {
	font-size: 11px;
	text-indent: -1em;
	padding-left: 1em;
}
.membership-benefits table td img {
	object-fit: cover;
	height: 22vw;
}
.membership-benefits table td p.support {
	position: absolute;
	top: 3px;
	left: 10px;
	z-index: 100;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff,
				 -1px 1px 0 #fff, 1px -1px 0 #fff,
				 0px 1px 0 #fff, 0-1px 0 #fff,
				 -1px 0 0 #fff, 1px 0 0 #fff;
}

/* -----------------------------------------------------------------------------
　タブ
----------------------------------------------------------------------------- */
#pages {
	padding-top: 7.5em !important;
	margin-top: -7.5em !important;
}
#tab-detail1,
#tab-detail2,
#tab-detail3 {
	padding-top: 7.5em !important;
	margin-top: -7.5em !important;
}
ul.tab,
ul.tab2 {
	display: flex;
	margin-bottom: 2em;
}
ul.tab li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 48px;
	padding: 14px 0 ;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	border-bottom: 3px solid #333;
}
ul.tab li.current {
	background: #333;
	color: #fff;
}
ul.tab2 li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 40px;
	padding: 14px 0 ;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	border-bottom: 2px solid #c5181f;
	letter-spacing: -1px;
}
ul.tab2 li.current {
	background: #c5181f;
	color: #fff;
}
.tab-detail2 > div {
	display: none;
}

/* -----------------------------------------------------------------------------
　【電話リモサポ】パソコン･スマホ･タブレット･スマート(AI)スピーカーのお困り事を電話でサポート
----------------------------------------------------------------------------- */
.telremote-features {
	overflow: hidden;
	margin-bottom: 1.5em;
}
.telremote-features p.copy {
	text-align: center;
	font-size: 140%;
	font-size: 4.5vw !important;
	font-weight: bold;
	margin-bottom: 10px;
}
.telremote-features p.copy span {
	font-size: inherit;
}
.telremote-features .service {
	background: #f0f8ff;
}
.telremote-features .service ul {
	overflow: hidden;
}
.telremote-features .service li {
	width: 98%;
	padding: .5em 1% 1em;
	margin: 0 auto;
	margin-bottom: .5em;
}
/*
.telremote-features .service li:last-child {
	margin-bottom: 0;
	display: none;
}
*/
.telremote-features .service h3 {
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: .6em;
	border-bottom: .1em solid #444;
}
.telremote-features .service p {
	height: auto;
	text-align: left;
	margin-bottom: .6em;
}
.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: .3em 0;
	margin: 0 auto;
	width: 85%;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

/* -----------------------------------------------------------------------------
　【電話リモサポ】サポート対象OS
----------------------------------------------------------------------------- */
.telsupport-device h3 {
	display:inline-block;
	font-weight:bold;
	font-size:1em;
	background:#ccc;
	color:#fff;
	padding: .4em .5em; 
	margin-bottom:5px;
}
.remotesupport-device {
	border-bottom: 1px solid #ccc;
	padding-bottom: .5em;
	margin-bottom: .5em;
}
.remotesupport-device h3 {
	display:inline-block;
	font-weight:bold;
	font-size:1em;
	background:#ccc;
	color:#fff;
	padding: .4em .5em; 
	margin-bottom:5px;
}
.about-tools {
	background: #f0f8ff;
	margin-bottom: .7em;
	padding: .5em;
}
.remote-image {
	width: 100%;
	margin: 1em 0 .5em;
}
#telsupport,
#remotesupport {
	margin-top: -4em;
	padding-top: 4em;
}

/* -----------------------------------------------------------------------------
　【電話リモサポ】サポートメニュー
----------------------------------------------------------------------------- */
.supportmenu-grp {
	margin-bottom: 1.3em;
}
.supportmenu ul {
	border-bottom: 1px solid #ccc;
}
.supportmenu ul li {
	border: 1px solid #ccc;
	border-bottom: 0;
	background-repeat: no-repeat;
	background-size: 25%;
}
.supportmenu h3 {
	font-size: 15px;
	background: #f2f2f2;
	padding: .3em;
	overflow: hidden;
}
.supportmenu div.inner {
	padding: .5em;
}
.supportmenu p.description {
	padding-left: 28%;
	min-height: 6em;
}
@media (orientation: landscape) {
	.supportmenu p.description {
		min-height: 11em;
	}
}
.supportmenu p.support {
	clear:both;
	text-align:right;
}
.supportmenu span.price{
	color: #e50012;
	font-size:120%;
	font-weight: normal;
}
.supportmenu span.yen {
	font-weight: normal;
	font-size: 80%;
}
.supportmenu span.tag {
	background: #999;
	color: #fff;
	display: block;
	padding: 0 3px;
	font-size: .8em;
	float:right;
	letter-spacing: -1px;
	margin-top:.3em;
}
.supportmenu ul li > div {
	overflow: hidden;
	padding: .5em;
	background-position: .5em .5em;
	background-size: 25% auto;
	background-repeat: no-repeat !important;
	min-height: 5.5em;
}
.telsupport-image {
	background:url(/images/common_telremote/telsupport_image.jpg) no-repeat 0 0;
	background-size: 100% 23vw;
	width: 100%;
	height: 23vw;
	margin-bottom: 1em;
	display: none;
}

/* -----------------------------------------------------------------------------
　【電話リモサポ】電話リモサポ料金表
----------------------------------------------------------------------------- */
.common_feetbl_3col {
	margin-bottom: .5em;
}
.common_feetbl_3col table {
	width: 100%;
	table-layout: fixed;
	border: 1px solid #999;
	border-collapse: collapse;
	line-height: 1;
	margin-bottom: .5em !important;
}
.common_feetbl_3col th {
	padding: 5px 0;
	background-color: #f2f2f2;
	border: 1px solid #999;
	text-align: center;
}
.common_feetbl_3col td {
	padding: 8px 2px;
	border: 1px solid #999;
}
.common_feetbl_3col td.td1 {
	text-align: center;
}
.common_feetbl_3col .fs28 {
	color: #e50012;
	text-align: center;
	font-size: 16px!important;
}
.common_feetbl_3col span.fs18 {
	color: inherit;
	font-weight: normal;
	font-size: 14px!important;
}

/* -----------------------------------------------------------------------------
　【訪問サポート】サポート特徴
----------------------------------------------------------------------------- */
#features {
	margin: 1em 0 2em;
}
#features ul {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#features ul li {
	overflow: hidden;
	width: 50%;
}
#features ul li:last-child {
	margin-bottom: 0;
}
#features ul li .fa {
	display: block;
	text-align : center;
	font-size: 48px;
}
#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: 15px;
}

/* -----------------------------------------------------------------------------
　【訪問サポート】デバイス絞込みリスト
----------------------------------------------------------------------------- */
#device {
	border: 4px solid #daf0ff;
	padding: 0 .5em;
	overflow: hidden;
	background: #fff;
}
#device p {
	margin: .5em 0;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
}
#device ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#device ul li {
	width: 32%;
	height: 4em;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
	background: #ffffcc;
	margin-bottom: .5em;
	border-radius: .2em;
	font-size: 13px;
	font-size: 14px;
	text-align: center;
	padding-top: 3px;
}
#device ul li.tab0 {
	line-height: 4em;
	padding-top: 0;
}
@media screen and(max-width:320px){
	#device ul li {
		font-size: .75rem;
	}
}
#device ul li:first-child {
	width: 100%;
}
#device ul li:nth-child(2),
#device ul li:nth-child(4) {
	float: left;
}
#device ul li:nth-child(3),
#device ul li:nth-child(5) {
	float: right;
}
#device ul li.now {
	background-color: #e2f0f6;
	color: #1480ff;
	font-weight: bold;
}

/* -----------------------------------------------------------------------------
　【訪問サポート】カテゴリリスト
----------------------------------------------------------------------------- */
#cate-list {
	overflow: hidden;
	display: block;
}
#cate-list #cate0-list,
#cate-list #cate-telremote {display: none;}
#cate-list ul {
	width: 95%;
	width: 100%;
	margin: 1em auto 1em;
	border-bottom: 1px solid #ccc;
}
#cate-list ul li {
	border: 1px solid #ccc;
	border-bottom: 0;
	background: #ffffcc;
	box-sizing: border-box;
	color: inherit;
}
#cate-list ul li a {
	color: #333;
	font-size: 15px;
	line-height:1;
	display: block;
	padding: 12px 8px 8px;
}
#cate-list ul li a span {
	font-size: 13px;
	color: #479cff;
}
#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;
}

/* -----------------------------------------------------------------------------
　【訪問サポート】サポートメニュー一覧
----------------------------------------------------------------------------- */
#supportmenu {
	overflow: hidden;
	margin-bottom: 2em !important;
}
#supportmenu #cate6-menu + p {
	margin-top: .5em !important;
}
#supportmenu #category1,
#supportmenu #category2,
#supportmenu #category3,
#supportmenu #category4,
#supportmenu #category5,
#supportmenu #category6,
#supportmenu #category7 {
	padding-top: 7em !important;
	margin-top: -7em !important;
}
#supportmenu h3.category {
	line-height: 3.4;
	padding: 0 5px;
	border-bottom: 0;
	font-size: 15px;
	font-weight: bold;
}
#supportmenu div.btn_cate-list {
	display: none;
}
#supportmenu ul {
	border-bottom: 1px solid #ccc;
}
#supportmenu ul li p.title {
	background-color: #f2f2f2;
	border: medium none;
	color: #231815;
	font-size: 15px;
	padding: .3em;
	line-height:1.7;
	text-align: left;
	overflow: hidden;
}
#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 {
	min-height: 5.5em;
	width: 100%;
	padding:5px;
	position: relative;
	background-position: .5em .5em;
	background-size: 25% auto;
	background-repeat: no-repeat;
}
#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;
	font-size: 13px;
}
#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;
}
#supportmenu ul li p.support span.price {
	color: #e50112;
	font-size: 16px;
}
#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: 28%;
}
#supportmenu ul li {
	border: 1px solid #ccc;
	border-bottom: 0;
	background-repeat: no-repeat !important;
	background-position: 5px 50px !important;
	background-size: 25% auto !important;
}
#supportmenu ul li a {
	display: none;
}
#supportmenu .notice {
	margin: 10px 0  20px;
}

/*----- ピックアップバナー -----*/
.pickup-banner {
	display: none;
}
.pickup-banner img {
	display: none;
	width: 100%;
}
#pickup-banner {
	margin-top: -1em;
}
.vista-to-10-transit {
	overflow: hidden;
	margin-top: .5em;
	margin-bottom: .5em;
}
.vista-to-10-transit .trigger {
	background-image: url(/i/images/arrow-down.png);
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: 98% 73%;
}
.vista-to-10-transit .trigger.active {
	background-image: url(/i/images/arrow-up.png);
}

.vista-to-10-transit .trigger-iframe{
	background-image:url(/i/images/arrow-down.png);
	background-repeat:no-repeat;
	background-color:#fff;
	background-position:98% 73%;
}
.vista-to-10-transit .trigger-iframe.active{
	background-image: url(/i/images/arrow-up.png);
}
.vista-to-10-transit .trigger img {
	width: 100%;
	border: 1px solid #000;
	display: block;
	box-sizing:border-box;
}
.vista-to-10-transit iframe {
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	box-sizing: border-box;
	border:none;
	border: 1px solid #000;
	display: block;
	border-top: none;
	box-sizing: border-box;
}
.vista-to-10-transit img {
	width:100%;
	border: 1px solid #000;
	display:block;
	box-sizing: border-box;
}
.vista-to-10-transit .sp_fs {
	font-size:70%;
}

/* -----------------------------------------------------------------------------
　【訪問サポート】訪問サポート料金
----------------------------------------------------------------------------- */
.price-tbl table {
	width: 100%;
	border:1px solid #ccc;
	margin-bottom: .5em;
}
.price-tbl table caption {
	font-size: 14px;
	margin-bottom: 5px;
}
.price-tbl thead th {
	background: #f2f2f2;
	text-align: center;
}
.price-tbl th,
.price-tbl td {
	border: 1px solid #ccc;
	padding: 5px .5em;
	text-align:center;
}
.price-tbl td span.time {
	width: 50%;
	line-height: 1.2;
	display: inline-block;
	text-align: right;
}
.price-tbl td span.time-price {
	width: 50%;
	display: inline-block;
}
.price-tbl td span.time-price,
.price-tbl td span.time-price * {
	color: #e50012 !important;
}
.price-tbl .fs28,
.price-tbl .fs32 {
	font-size: 16px !important;
	color: #e50012;
}
.price-tbl .price,
.price-tbl .price span.yen {
	color: #e50012 !important;
}
.price-tbl .price {
	font-size: 16px;
}
.price-tbl .td1 {
	width: 40% !important;
	padding-left: 0 !important;
}
.price-tbl .td2 {
	padding: 0 .5em;
}
.price-tbl .em {
	background-image:url(/images/add-charge-bg1.jpg);
	background-size:cover;
	width: 30% !important;
}
.price-tbl .le {
	background-image:url(/images/add-charge-bg2.jpg);
	background-size:cover;
	width: 30% !important;
}
#price .price-tbl table td:last-child {
	text-align :right;
}

/*------------------------------------------------------------------------------
　【訪問サポート】お支払い
------------------------------------------------------------------------------*/
.payment-info {
	width:100%;
	height:auto;
}
.payment-info .payment-logo a img {
	margin-top:2%;
	width:23%;
	margin-left:52%;
}
.payment-info ul {
	margin-top: .3em;
}
.payment-info ul li {
	text-indent: -1em;
	padding-left: 1em;
	color: #777;
}
.payment-info ul li:last-child {
	margin-bottom: 0;
}
.payment-info .payment-logo {
	margin-bottom: .8em;
}
.payment-info .payment-logo {
background: url(/i/images/new-payment-logo-sp.svg?20190930) no-repeat 0 -0.1em;
background-size: 100% auto;
height: 32vw;
}
.payment-info .payment-logo3 {
background: url(/i/images/new-payment-logo-hds-sp.svg?20180712) no-repeat 0 -0.1em;
background-size: 100% auto;
height: 23vw;
}
.payment-info .payment-logo5 {
background: url(/i/images/new-payment-logo-telremote-sp.svg?20180712) no-repeat 0 -0.1em;
background-size: 100% auto;
height: 23vw;
}

/*------------------------------------------------------------------------------
　【データ復旧】データ復旧対象媒体
----------------------------------------------------------------------------- */
.storage-list {
	margin-bottom: 1em;
}
.flashmemory-list > div {
	border: 1px solid #333;
	padding: 3px;
}
.flashmemory-list p.media {
	font-size: 11px;
	font-weight: normal;
	line-height: 1.2;
}
.storage-list > p,
.flashmemory-list > p {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

/*------------------------------------------------------------------------------
　【データ復旧】データ復旧症状例
----------------------------------------------------------------------------- */
.dr-casestudy > p {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.dr-casestudy li {
	border: 1px solid #ccc;
	margin-top: -1px;
	line-height: 1.7;
	padding: 0;
}
.dr-casestudy .trigger {
	text-align: left;
	display: flex;
	align-items: center;
	text-decoration: none;
	padding: 5px 3em 4px 0;
	height: 50px;
	font-weight: bold;
}
.dr-casestudy .trigger {
	background:url(/i/images/arrow-down.png) right center no-repeat;
}
.dr-casestudy .trigger.active {
	background:url(/i/images/arrow-up.png) right center no-repeat;
	font-weight:bold;
}
.dr-casestudy .trigger p {
	font-size: 15px;
	padding-left: 70px;
}
.dr-casestudy .trigger span {
	font-weight: bold;
	padding: 0 5px;
	overflow: hidden;
	padding-right: 30px;
}
.dr-casestudy .trigger img {
	width: 60px;
	padding-right: 10px;
	overflow: hidden;
}
.dr-casestudy .acordion_tree {
	padding: 10px 10px 17px 20px;
}
.dr-casestudy p {
	line-height: 1.7;
}
.dr-casestudy .acordion {
	background-repeat: no-repeat;
	background-size: 60px auto;
}

.fm-casestudy > p {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.fm-casestudy ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fm-casestudy ul li {
	width: 49%;
	border-bottom: 1px dotted #ccc;
	padding: 3px 0;
	text-indent: -1em;
	padding-left: 1em;
}

/* -----------------------------------------------------------------------------
　【データ復旧】スマタブ修理の特徴
----------------------------------------------------------------------------- */
.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:16px;
	line-height:1.5;
	text-align:center;
	color:#203d95;
}
.st-special ul li div {
	overflow:hidden;
}
.st-special ul li div p.reason {
	margin: 0 auto 5px;
	font-weight: bold;
}
.st-special ul li div > img {
	display: block;
	width: 50%;
	height: auto;
	margin: 0 auto 1em;
}

/* -----------------------------------------------------------------------------
　【データ復旧】よくあるトラブル事例
----------------------------------------------------------------------------- */
.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:16px;
	font-weight:bold;
	text-align: center;
	margin-bottom:10px;
	border-bottom:1px dotted #777;
}
.st-casestudy > ul {
	overflow:hidden;
}
.st-casestudy > ul > li {
	float:left;
	width:48%;
	margin-bottom: 1em;
}
.st-casestudy > ul > li:nth-child(odd) {
	clear: both;
}
.st-casestudy > ul > li:nth-child(even) {
	float: right;
}
.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-casestudy ul > li > ul > li {
	padding-bottom: 0.3em;
	margin-top: 0.3em;
	border-bottom: 1px dotted #ccc;
}

/********** スマタブデータ復旧データ **********/
.st-restore-data {
	background: #f2f2f2;
	padding: 10px;
	border: 2px solid #ccc;
}
.st-restore-data p.title {
	font-size: 18px;
	text-align: center;
	margin-bottom: 5px;
}
.st-restore-data ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 10px;
}
.st-restore-data ul li {
	width: 20%;
	height: 15vw;
	background-repeat: no-repeat;
	background-size: 60% auto;
	background-position: center 15px;
}
.st-restore-data ul li p {
	font-size: 12px;
}
.st-restore-data p.notice {
	font-size: 12px;
	line-height: 1.3;
}

/*------------------------------------------------------------------------------
　【データ復旧】データ復旧の特徴
------------------------------------------------------------------------------*/
.features-body {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.features-item {
	position: relative;
	background-color: #f2f2f2;
	background-image: none;
	margin-bottom: 10px;
	padding: 5px;
	width: 100%;
	border: 1px solid #ccc;
}
.features-body li h3 {
	color: #333;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0;
	padding-left: 66px;
}
.features-body li p {
	padding-left: 66px;
}
.features-item h3::before {
	position: absolute;
	content: "";
	background-size: 104px 104px;
	background-repeat: no-repeat;
	width: 58px;
	height: 58px;
	top: 5px;
	left: 5px;
	border: 1px solid #333;
}

/*------------------------------------------------------------------------------
　データ復旧料金差分(共通)
------------------------------------------------------------------------------*/

.dr-price-tbl caption {
	font-weight: bold;
}
.dr-price-tbl td {
	width: 48%;
}
.dr-price-tbl td.price {
	width: 7.5em;
	text-align: center !important;
}
.dr-price-tbl td span.price {
	padding-right: .8em;
}
.dr-price-tbl td span.lower-limit {
	padding-left: 1.4em;
	padding-right: 0;
}
.dr-price-tbl td span.free {
	letter-spacing: .2em;
}

.st-price-tbl td.price {
	width: 7.5em;
	text-align: center !important;
}
.st-price-tbl .severe {
	display: block;
	line-height: 1;
}

/* -----------------------------------------------------------------------------
　【共通】フロー
------------------------------------------------------------------------------ */
.flow {
	margin-bottom: 1.3em;
}
.flow table {
	width: 100%;
	border-collapse: collapse;
	border:1px solid  #ccc;
}
.flow th {
	padding:.2em .5em;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	background: #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: .5em
}
.flow td p.h {
	font-weight: bold;
	font-size: 120%;
	color: #333;
}
.flow td p.title {
	color: #db0080;
}
.flow td p.d:not(:last-child) {
	margin-bottom: 1em;
}
.flow .tel {
	display: inline;
	color: #e50012;
	font-weight: bold;
	font-size: 130%;
}
.flow .np-payment {
	font-size: 90%;
	margin: .5em 0;
}
.flow .np-payment .np-image {
	margin-bottom: .5em;
}
.flow .np-payment ul {
	background: transparent;
	border: none;
	padding: 0;
}
.flow .np-payment ul.indent li {
	text-indent: -1em;
	padding-left: 1em;
	color: inherit;
}
.flow .np-payment ul.indent li a {
	display :inline;
}
.flow .np-payment .np-description > p {
	font-weight: bold;
}
.flow .np-payment .np-description dl dd {
	margin-bottom: .5em;
}
.flow .np-image {
	margin: .5em 0 1em;
}
.flow .np-image img{
	width: 100%;
	display: block;
	margin: 0 auto;
}
.flow span.ms {
	font-size:.9em;
	padding-right:2px;
}
.flow span.mark {
	font-size:1em;
	padding-right:.5px;
}
.flow + a.common-btn {
	display: none;
}
.flow > ol {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.flow > ol > li:not(:last-child) {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.flow p.step {
	font-size: 16px;
	font-weight: bold;
}
.flow > ol > li >div > p:not(:last-child) {
	margin-bottom: 1em;
}
.flow .howto-delivery{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.flow .howto-delivery li{
	border:1px solid #ccc;
	padding:5px 10px;
	padding-top:23vw;
	line-height:1.2;
}
.flow .howto-delivery li.send {
	width: 33%;
}
.flow .howto-delivery li.back {
	width: 33%;
}
.flow .howto-delivery li.step01 {
	background:url(/images/common_pcrepair/howto-delivery01.jpg) no-repeat top center;
	background-size: contain;
}
.flow .howto-delivery li.step02 {
	background:url(/images/common_pcrepair/howto-delivery02.jpg) no-repeat top center;
	background-size: contain;
}
.flow .howto-delivery li.step03 {
	background:url(/images/common_pcrepair/howto-delivery03.jpg) no-repeat top center;
	background-size: contain;
}
.flow .howto-delivery li.step04 {
	background:url(/images/common_pcrepair/howto-delivery04.jpg) no-repeat top center;
	background-size: contain;
}
.flow .howto-delivery li:last-child {
	margin-right:0;
}
.flow img.packing {
	float: right;
	width: 160px;
	height: auto;
}
.flow .delivery-address {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 5px;
}
.flow .delivery-address dl dt {
	font-weight: bold;
}
.flow img.datalist {
	float: right;
	width: 50%;
	height: auto;
}