/*
 Theme Name: support-site-20250115
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

.header-top-container{
	padding-top: 5px;
}

.text-center {
	text-align: center;
}

.wraptop {
	max-width: 2000px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.menu{
	width:100px;
}

.menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu li li {
    height: 0;
    overflow: hidden;
    transition: .5s;
}

.menu li:hover > ul > li {
    height: 2rem;
    overflow: visible;
}

.header-tab{
	height: 40px;
	/* width : 300px; */
	display: inline-block;
	/* padding: 0 2%; */
	font-size: 10px;
}




.white-icon{
	display: none !important;
}

.header-tab :hover > img:not(.blue-icon){
	display: block !important;
	position: relative;
	width: 18px;
	top:10px;
}
.header-tab :hover > img:not(.white-icon){
	display: none;
}

.header-tab :hover{
	background-color: #1bb9c9;
	color: #fff;
}



.header-tab:not(:first-child)::before {
	content: "｜";
	margin: 0 3px;
}

.header-tab img{
	position: relative;
	width: 18px;
	top:10px;
	margin: 6px;
}

.header-tab > ul{
	color: #fff;
}


#top-explain{
	background-image: url("assets/img/data_0914/images/pc/top/bg_mainImg.png");
	color: #fffefe;
	padding: 2.5% 0%;
	font-weight: 700;
}

#top-explain > div{
	margin: auto;
	max-width: 1200px;
}

.fv {
	background-image: url('assets/img/fv-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	/* padding-top: 50px; */
	padding-top: 200px;
	padding-bottom: 120px;
	min-height: 60vh;
	align-items: center;
}

.fv .support-logo {
	margin-bottom: 20px;
}

.fv .support-logo img {
	width: 200px;
}

.fv .heading h1 {
	font-size: 2.5em;
	text-shadow: 2px 2px 10px rgba(0,0,0,.9);
}

.sp-show {
	display: none;
}

.main {
	margin: 20px auto;
	max-width: 1200px;
}

.main .wraptop > div {
	grid-template-columns: 1fr 1fr;
	align-items: center;
	grid-gap: 1%;
}

.main .google-box{
	color: #0071bc;
	background-color: #e5f1f8;
	padding: 5% 3%;
	border:solid 1px;
	border-color: #E7E6E8;
	border-radius: 5px;
	font-size: 14px;
	font-weight:700;
}
.main .office-box{
	color: #B93001;
	background-color: #F8EAE5;
	padding: 5% 3%;
	border:solid 1px;
	border-color: #E7E6E8;
	border-radius: 5px;
	font-size: 14px;
}

.google-box > ul > li > a:hover{
	box-shadow: 0 0 4px #0071bd;
}

.office-box > ul > li > a:hover{
	box-shadow: 0 0 4px #dc3c00;
}

.main .wraptop > div h2 {
	/* margin-bottom: 20px; */
	font-size: 2em;
	/* padding: 10px; */
}

.wraptop > div h5 {
	margin-bottom: 20px;
	font-size: 16px;
	padding: 10px;
}

.main .wraptop > div ul {
	grid-template-columns: 1fr 1fr;
	align-items: center;
	grid-gap: 15px;
}

.main .wraptop > div ul li a {
	padding: 8px;
	line-height: 13px;
	border-radius: 21px;
	font-weight: 500;
}

/* マニュアルページ追加でコンテンツが3つで中途半端のため苦肉の策
　　既知の不具合やFAQを追加するときは不必要 */
.main .wraptop > div ul li:last-child > a:last-child{
	width: 100%;
	margin-left: 140px
}

.main.page .wraptop .page-title h2 {
	font-size: 1.8em;
	color: #DC3C00;
	padding: 0;
}

@media only screen and (min-width: 768px) {
	.ptns ul li {
		margin-left: auto;
	}
}
@media only screen and (max-width: 767px) {
	.pc-show {
		display: none;
	}
	.sp-show {
		display: block;
	}
	body {
		font-size: 14px;
	}
	nav .btns .btn-box {
		min-width: 100px;
	}
	nav .btns .btn-box:first-child {
		margin-right: 5px;
	}
	nav .btns .btn-box a {
		line-height: 1.2;
		font-size: 13px;
		padding: 3px;
	}
	nav .wraptop {
		height: 60px;
	}
	.main .wraptop > div {
		grid-template-columns: auto;
		grid-gap: 30px;
	}
	.main .wraptop > div h2 {
		margin-bottom: 15px;
		font-size: 1.8em;
	}
	.main.home .wraptop > div h2::before {
		left: 10px;
		top: -15px;
		width: 45px;
		height: 45px;
	}
	.main .wraptop > div ul {

		grid-gap: 8px;
	}
	.main .wraptop > div ul li a {
		font-size: 13px;
		padding: 5px;
	}
	nav .logo a img {
		width: 125px;
	}
	.fv {
		min-height: 40vh;
		padding-top: 20vw;
		padding-bottom: 8vw;
	}
	.fv .support-logo img {
		width: 150px;
	}
	.fv .heading h1 {
		font-size: 7vw;
	}
	.main {
		margin: 0;
    	padding-top: 10vw;
		padding-bottom: 10vw;
	}

	.tel, .f-sns ul {
		justify-content: center;
	}
	.contact-btn .btn {
		margin-left: auto;
		margin-right: auto;
	}
	.ptns ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 10px;
		align-items: center;
		justify-content: center;
	}
	.ptns ul li {
		height: 100%;
		margin-bottom: 0;
	}
	.ptns ul li:nth-child(even) {
		margin-right: 0;
	}
	#myBtn {
		width: 30px;
		height: 30px;
		bottom: 30px;
	}
	.tab-box ul.grid {
		grid-template-columns: 1fr 1fr;
		grid-gap: 5px;
	}
	.tab-box ul.grid li .btn {
		font-size: 1px;
		padding: 5px;
		line-height: 15px;
	}
	.tab-box {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.release-detail .page-detail .desc {
		padding: 20px 15px 80px;
		border-radius: 6px;
	}
	.release-detail .page-detail .featured-image {
		margin-top: -50px;
	}
	.pg-heading .heading h1 {
		font-size: 1.5em;
		line-height: 1.5;
	}
	.pg-heading.detail > .flex {
		min-height: 100px;
	}

	ul.grid li:not(:first-child) a{
		pointer-events: none;
	}

}


.p-relative {
	position: relative;
}

.grid {
	display: -ms-grid;
	display: grid;
}

#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
	font-size: 0;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 0;
	border-radius: 4px;
	transition: .3s;
}
.btn {
	position: relative;
	transition: .5s;
	z-index: 9;
	background-color: #fff;
	/* white-space: nowrap; */
}



.tab-box {
	margin-bottom: 20px;
}
.tab-box ul.grid {
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 10px;
	align-items: center;
	justify-content: center;
}
.tab-box ul.grid li .btn {
	text-align: center;
	padding: 10px;
	background-color: #e5e5e5;
	border-radius: 23px;
	color: #0192E1;
	overflow: hidden;
	line-height: 26px;
}
.tab-box ul.grid li .btn.active {
	color: #fff;
	background-color: #0192E1;
}
.tab-box ul.grid li .btn:hover {
	color: #fff;
}

.bg-red {
	color: #DC3C00;
	border:solid 1px;
	border-color: #DC3C00;
}
.bg-blue {
	color: #0192E1;
	border:solid 1px;
	border-color: #0192E1;
}

nav .btns .btn-box {
	min-width: 200px;
	border-radius: 30px;
	overflow: hidden;
}
nav .btns .btn-box a {
	color: #fff;
	padding: 6px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
nav .btns .btn-box:first-child {
	margin-right: 10px;
}

#cogs{
	width: 30px;
}

#choice-service{
	text-align: center;
	margin-bottom: 3%;
}

#choice-service h2{
	color: #1bb9c9;
}

.arrow-index{
	width: 7px;
    float: right;
    position: relative;
    top: 0px;
    left: -10px;
}

.contact-btn .btn {
	padding: 5px;
	border-radius: 20px;
	margin-top: 20px;
	max-width: 250px;
}

#myBtn.show {
	display: grid;
	font-size: 20px;
	color: #fff;
	align-items: center;
	justify-content: center;
}

ul, li .grid{
	list-style: none;
	padding: 0;
	margin: 0;
}

ul .grid{
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}

a {
	display: block;
	text-decoration: none;
	color: #000;
}
