@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%;
}
header {
	overflow: hidden;
	margin-bottom: 10px;
}
main {
	display: block;
}
.content-outer {
	width: 100%;
	margin: 0 auto;
}
.content-inner {
	width: 98%;
	margin: 0 auto;
}
.header-inner {
	width: 100%;
	margin:0 auto;
}

.pc {display:none;}
.sp {display: block;}

.mark, .ms {
	color: inherit;
	font-size: inherit;
	text-align: left;
	font-family: 'ＭＳ ゴシック','Osaka－等幅';
	width: 1em;
}
.common-btn {
	display: block;
	background:#8fbf4a;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	padding: .8em 0 .7em;
	margin-bottom: 1em;
	border-radius: .2em;
}
p.terms {
	text-align: center;
	margin-bottom: 15px;
}
article {
	margin-bottom: 3em;
}
section {
	margin-bottom: 2em;
}
h2 {
	margin-bottom: 20px;
	font-size: 1.5em;
	padding-top: 2px;
	border-left: 5px solid #8fbf4a;
	padding-left: 5px;
	line-height: 0.95;
}
h2 span > .fa {
	margin-right: 5px;
}
h2.head {margin-bottom: .5em;}

/* -----------------------------------------------------------------------------
　ヘッダー
----------------------------------------------------------------------------- */
header {
	min-width: 100%;
	height: 48vw;
}
header #header-title {
	background: #fff;
	position: fixed;
	width: 100%;
	padding: 14px 0 10px;
	z-index: 9000;
}
header #header-title h1 {
	color: #fff6f3;
	text-align:center;
}
header #header-title h1 span {
	color: #8fbf4a;
	font-size: 5.9vw;
	font-weight: bold;
	letter-spacing: -3px;
}
header #header-title h1 img {
	width: 70px;
	height: 18px;
	vertical-align: -1px;
}
header #header-image {
	margin: 0 auto;
	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;
}

/* -----------------------------------------------------------------------------
　フッター
----------------------------------------------------------------------------- */
footer {
	min-width: 100%;
	background: #f2f2f2;
}
footer address {
	font-size:12px;
	line-height: 1.4;
	padding: 1em 0;
}
footer #copyright {
	display: block;
	text-align: center;
	color: #fff;
	width: 100%;
	padding: 10px 0;
	background: #8fbf4a;
}
footer #footer-inner {
	width: 98%;
	margin: 0 auto;
}
footer #label {
	background: #fff;
	padding: 10px;
	margin-top: 10px;
	text-align: center;
}
footer #label .pmark {
	width: 60px;
}
footer #label .isms {
	width: 75px;
	margin-bottom: -2px;
}
footer #copyright small {
	color: #fff;
	font-size: 10px;
}
p.border {
	box-shadow: 1px 1px 5px 5px #ddd;
}

/* -----------------------------------------------------------------------------
　メンテナンス告知
----------------------------------------------------------------------------- */
.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
}

/* -----------------------------------------------------------------------------
　お知らせ告知
----------------------------------------------------------------------------- */



/* -----------------------------------------------------------------------------
　NotFound
----------------------------------------------------------------------------- */
.notfound {
	margin: 60px 0;
}
.notfound .mes1 {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 30px;
}
.notfound .mes2 {
	text-align: center;
	font-size: 16px;
}

/* -----------------------------------------------------------------------------
　タブ
----------------------------------------------------------------------------- */
ul.tab {
	display: flex;
}
ul.tab li {
	width: 50%;
	border: 3px solid #333;
	padding: 10px 0 ;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	background: #333;
	color: #fff;
}

/* -----------------------------------------------------------------------------
　パソコン･スマホ･タブレット･スマート(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 {
	border: .5em solid #f2f2f2;
	background: #f2f2f2;
}
.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 {}
.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 {}
.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;
}

/* -----------------------------------------------------------------------------
　電話リモサポフロー
------------------------------------------------------------------------------ */
.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 {
	background: url(/images/transparent.png) no-repeat 0 0;
}
.flow td p.h {
	font-weight: bold;
	font-size: 120%;
	color: #333;
}
.flow td p.title {
	color: #db0080;
}
.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;
	background: url(/i/images/transparent.png) no-repeat 0 0;
}
.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;
}

/* -----------------------------------------------------------------------------
　支払い
----------------------------------------------------------------------------- */
.payment-info {
	width: 100% !important;
}
.payment-info .payment-logo5 {
	width: 100% !important;
	background: url(/images/txt/payment-logo-telremote-sp.svg) no-repeat 0 -0.1em;
	background-size: 100% auto;
	height: 22vw;
}


/*訪問サポート*/

/* -----------------------------------------------------------------------------
　サポート特徴
----------------------------------------------------------------------------- */
#features {
	margin: 2em 0;
}
#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;
	border: 4px solid #dff7bc;
	padding: 0 .5em;
	/*margin: .5em;*/
	overflow: hidden;
	background: #fff;
	margin-bottom:1.5em;
}
#device p {
	margin: .5em 0;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
}
#device ul {
	overflow: hidden;
}
#device ul li {
	width: 49%;
	height: 4em;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ccc;
	box-sizing: border-box;
	background: #f2f7ea;
	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: #8fbf4a;
	color: #fff;
	font-weight: bold;
}
h2#menu {
	display: none;
}
#cate-list {
	display: none;
}
div.btn_cate-list {
	display: none;
}
.pickup-banner {
	display: none;
}
.pickup-banner img {
	display: none;
	width: 100%;
}
.about-tax {
	display: none;
}
#cate-list {display: block;}
#cate-list p{font-weight: bold;padding: 0 5px;font-size: 15px;text-align:center;margin-bottom:-10px;}
#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: #f2f7ea;
	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: #597731;
}
#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;
}
#category1,
#category2,
#category3,
#category4,
#category5,
#category6,
#category7 {
	padding-top: 3.5em !important;
	margin-top: -3.5em !important;
}
/* -----------------------------------------------------------------------------
　Windows Vista 引越パック 2017.01.13ADD
----------------------------------------------------------------------------- */
#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%;
}

#cate6-menu + p {
	margin-top: .5em !important;
}

h3.category {
	line-height: 3.4;
	padding: 0 5px;
	border-bottom: 0;
	font-size: 15px;
	font-weight: bold;
}

#supportmenu {
	margin-bottom: 2em !important;
}
#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;
}

.price-tbl table {
	width: 100%;
	border:1px solid #ccc;
	margin-bottom: .5em;
}
.price-tbl table caption {
	font-size: 14px;
	margin-bottom: .5em;
}

.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 .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 th {
	/*width: auto !important;*/
}
.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;
}

section.support-area {
	margin-top: -1em;
}
section.support-area p {
	text-align: center;
}

/*------------------------------------------------------------------------------
　お支払い
------------------------------------------------------------------------------*/
.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(/images/txt/payment-logo-sp.svg) no-repeat 0 -0.1em;
background-size: 100% auto;
height: 32vw;
}
.payment-info .payment-logo5 {
background: url(/images/txt/payment-logo-telremote-sp.svg) no-repeat 0 -0.1em;
background-size: 100% auto;
height: 23vw;
}

/*------------------------------------------------------------------------------
　お問合せ
------------------------------------------------------------------------------*/
article#contact {
	margin: -1em 0 1em;
}
.contact {
	margin: 0 5px;
}