@charset "utf-8";
/*************************************************

 support

*************************************************/
#support h3{
    color: #000;
}

ul.support_list>li{
	border-radius: 10px;
}

@media only screen and (max-width:767px) {
	ul.support_list>li{
		max-width: 400px;
		margin: 0 auto;
	}
	.voice {
		text-align: center;
		max-width: 400px;
		margin: 0 auto;
	}
}

/* 
#support ul.support_list{
	margin-top: 6rem;
}
#support ul.support_list > li{
	width: 30%;
	margin: 0 auto;
	text-align: center;
}
#support ul.support_list > li > div{
	margin-top: 2rem;
}
#support ul.support_list .partsBtn01{
	width: 300px;
}


@media only screen and (max-width:767px) {
	#support ul.support_list{
		margin-top: 6rem;
	}
	#support ul.support_list > li{
		width: 100%;
		margin-bottom: 12rem;
	}
} */
/*************************************************

 faq,faq_tech

*************************************************/
#faq_tech .contentFullWide,
#faq .contentFullWide{
  padding: 6rem 0 3rem 0;
}

#faq .faqToggleArea{
  margin-bottom: 6rem;
}

.faqBox {
	width: 100%;
	background-color: #fff;
  margin-top: 1.6rem;
  padding: 0 2.4rem;
}
.faqBox dt {
	position: relative;
	padding: 2.4rem 50px 2.4rem 35px;
  font-weight: 700;
}
.faqBox dt:after {
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	content: '';
	width: 25px;
	height: 25px;
	margin-top: -12px;
}
.faqBox dt:before {
	position: absolute;
	top: 21px;
	left: 0;
	display: block;
	width: 35px;
	color: var(--color-primary);
	content: 'Q';
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}
.faqBox dd {
  padding-bottom: 2.4rem;
}
.faqBox .answerBox {
	position: relative;
	padding: 0 10px 0 35px;
}
.faqBox .answerBox:before {
	position: absolute;
	top: -4px;
	left: 0;
	display: block;
	width: 35px;
	color: var(--color-red1);
	content: 'A';
	font-weight: 700;
	font-size: 1.8rem;
	text-align: center;
}

/* faq toggle only
---------------------------------------------*/
.faqToggleArea .faqBox dt {
	cursor: pointer;
}
.faqToggleArea .faqBox dt:after {
	background: url(../images/common/faq_arw.png) no-repeat center center / contain;
	transform: rotate(-90deg);
}
.faqToggleArea .faqBox dt.on:after {
	transform: rotate(0);
}
.faqToggleArea .faqBox dd {
	display: none;
}
.faqToggleArea .faqBox:nth-of-type(1) dd {
	display: block;
}

/* faq SP
---------------------------------------------*/
@media only screen and (max-width:767px) {
	.faqBox dt {
		padding: 1.5rem 25px 1.5rem 20px;
	}
	.faqToggleArea .faqBox dt:after {
		right: 0;
		width: 20px;
		height: 20px;
		margin-top: -10px;
	}
	.faqBox dt:before {
		top: 1.2rem;
		width: 20px;
		text-align: left;
	}
	.faqBox .answerBox {
		padding: 0 8px 0 20px;
	}
	.faqBox .answerBox:before {
		top: -0.3rem;
		width: 20px;
		text-align: left;
	}
}


/*************************************************

 application-guide

*************************************************/
#application_guide{
	line-height: 2;
}
@media only screen and (max-width:767px) {
	#application_guide{
		width: 90%;
		margin: 0 auto;
	}
}

#application_guide .link_xls{
	font-size: 1.8rem;
}

#application_guide #for_first ul.list > li{
	width: 94%;
	margin: 0 auto;
	padding: 1.6rem 0;
	border-top: 1px solid var(--color-gray4);
}
#application_guide #for_first ul.apply_list > li:last-child{
	border-bottom: 1px solid var(--color-gray4);
}
#application_guide #for_first ul.apply_list > li.flex_pc > *{
	width: 59%;
	margin-right: 1%;
}
#application_guide #for_first ul.apply_list > li.flex_pc > *:last-child{
	width: 39%;
	margin-right: 0;
}
@media only screen and (max-width:767px) {
	#application_guide #for_first ul.apply_list > li{
		width: 100%;
		margin-right: 0;
	}
	#application_guide #for_first ul.apply_list > li.flex_pc > *,
	#application_guide #for_first ul.apply_list > li.flex_pc > *:last-child{
		width: 100%;
	}
	#application_guide #for_first ul.apply_list > li{
		text-align: center;
	}
}

#application_guide #for_user ul{
	width: 88%;
	margin: 0 auto;
}
#application_guide #for_user ul li{
	padding: 1.6rem;
	border-top: 1px solid var(--color-gray4);
}
#application_guide #for_user ul li:last-child{
	border-bottom: 1px solid var(--color-gray4);
}
@media only screen and (max-width:767px) {
	#application_guide #for_user ul{
		width: 100%;
	}
}

#application_guide .schoolbtn {
	box-sizing: border-box;
	width: 78.667%;
	max-width: 870px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 35px auto 0;
	padding: 20px 40px;
	background-color: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	border-radius: 10px;
}
#application_guide .schoolbtn .left {
	width: 60.759%;
}
#application_guide .schoolbtn .left p {
	margin-top: 10px;
}
#application_guide .schoolbtn .right {
	width: 32.911%;
}
#application_guide .schoolbtn .right a {
	height: 35px;
	font-size: 1.4rem;
}
#application_guide .schoolbtn .right a:before {
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-width: 1px;
}
@media only screen and (max-width:767px) {
	#application_guide .schoolbtn {
		display: block;
		padding: 20px;
	}
	#application_guide .schoolbtn .left {
		width: auto;
	}
	#application_guide .schoolbtn .left p {
		display: table;
		margin: 10px auto 0;
	}
	#application_guide .schoolbtn .right {
		width: auto;
		margin-top: 20px;
	}
}

/*************************************************

 download

*************************************************/
#download .ul_nonestyle li{
	margin-bottom: 1rem;
}

.txt_lead{
	text-align: center;
}
.txt_red{
	color: var(--color-red1);
}

@media only screen and (max-width:767px) {
	#download .ul_nonestyle li{
		margin-bottom: 2.4rem;
		font-size: 2rem;
	}
}

/*************************************************

 uninstall

*************************************************/
@media only screen and (min-width:768px) {
	#uninstall .narrowArea{
		width: 800px;
		margin: 0 auto 8rem auto;
	}
}