@charset "UTF-8";

/**************************************************************************
*
* ご利用ガイド
*
**************************************************************************/

/*************************************************
	PCサイズ用 CSS
*************************************************/
@media screen and (min-width: 769px) {
	.seccnt {
		margin-bottom: 60px;
	}
	.seccnt:last-of-type {
		margin-bottom: 0;
	}
	.seccnt h2 {
		background: #909090;
		color: #FFF;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.5;
		margin: 40px 0 30px;
		padding: 15px 32px;
	}
	.seccnt img {
		width: 100%;
	}

/*タブ一覧(PCのみ)*/
	.tablist ul {
		text-align: center;
		margin-bottom: 50px;
		display: flex;
		align-items: stretch;
		justify-content: space-between;
	}
	.tablist ul li {
		background: #f0f1f2;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.25;
		display: inline-block;
		vertical-align: top;
		width: 22.4%;
		position: relative;
		transition: .6s background ease-out;
	}
	.tablist ul li:nth-of-type(4n) {
		margin-right: 0;
	}
	.tablist ul li::before ,
	.tablist ul li::after {
		content: "";
		display: block;
		width: 3px;
		height: 12px;
		background: #343434;
		position: absolute;
		bottom: 0;
		transition: .3s transform;
	}
	.tablist ul li::before {
		left: 50%;
		bottom: 20px;
		margin: 0 0 0 2px;
		transform: rotate(45deg);
	}
	.tablist ul li::after{
		transform: rotate(-45deg);
		left: 50%;
		bottom: 20px;
		margin: 0 0 0 -5px;
	}
	.tablist a {
		display: block;
		box-sizing: border-box;
		padding: 20px 2% 40px;
		width: 100%;
		height: 100%;
	}
	.tablist ul li:hover {
		background: #69cdca;
	}
	.tablist ul li:hover a {
		color: #FFF;
	}
	.tablist ul li:hover::before,
	.tablist ul li:hover::after {
		background: #FFF;
	}
	.faqcnt-box {
		margin: 0 30px 30px;
	}
	.qa-toggle {
		background: url(../../user_guide/faq/img/icn_q.png) no-repeat left top;
		background-size: 34px auto;
		font-size: 18px;
		text-align: left;
		line-height: 1.5;
		outline: none;
		-webkit-appearance: none;
		box-shadow: none;
		width: 100%;
		position: relative;
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		padding: 7px 3em 18px 48px;
		border-bottom: 1px solid #000;
		border-top: none;
		border-right: none;
		border-left: none;
	}
	.qa-toggle:active{
		outline: none;
	}
	.qa-toggle:focus{
		outline: none;
	}
	.qa-panel{

	}
	.js-toggle{}
	.js-toggle::before,
	.js-toggle::after{
		content: "";
		display: block;
		width: 2px;
		height: 12px;
		background: #343434;
		position: absolute;
		top: 50%;
		transition: .3s transform;
	}
	.js-toggle::before{
		right: calc(8px + 1em);
		transform: translateY(-50%) rotate(45deg);
	}
	.js-toggle::after{
		right: calc(7px + 1.5em);
		transform: translateY(-50%) rotate(-45deg);
	}
	.js-toggle.is-acitve::before{
		transform: translateY(-50%) rotate(-45deg);
	}
	.js-toggle.is-acitve::after{
		transform: translateY(-50%) rotate(45deg);
	}
	.js-panel{
		line-height: 0;
		visibility: hidden;
		opacity: 0;
		padding: 0 50px 0 99px;
		transition: padding .2s linear, line-height .2s ease-out, opacity .1s linear, visibility .3s linear;
	}
	.js-toggle.is-acitve + .js-panel{
		background: url(../../user_guide/faq/img/icn_a.png) no-repeat left 50px top 20px #f0f1f2;
		background-size: 34px auto;
		color: #333333;
		font-size: 18px;
		line-height: 1.5;
		visibility: visible;
		opacity: 1;
		transition: padding .1s linear, line-height .3s ease-out, opacity .1s linear .1s, visibility .1s linear .1s;
		padding: 25px 50px 50px 99px;
	}










}/*************************************************
	SPサイズ用 CSS
**************************************************/
@media screen and (max-width: 768px) {
	.list-content p.text--center.mb40 {
		font-size: 3.73vw;
	}
	.seccnt {
		margin-bottom: 12vw;
	}
	.seccnt:last-of-type {
		margin-bottom: 0;
	}
	.seccnt h2 {
		background: #909090;
		color: #FFF;
		font-size: 5.33vw;
		font-weight: bold;
		line-height: 1.5;
		margin-bottom: 5.33vw;
		padding: 4vw 3.2vw;
	}
	.seccnt img {
		width: 100%;
	}

	.faqcnt-box {
		margin: 0 0 8vw 0;
	}
	.qa-toggle {
		background: url(../../user_guide/faq/img/icn_q.png) no-repeat left top;
		background-size: 8vw auto;
		font-size: 3.73vw;
		text-align: left;
		line-height: 1.5;
		outline: none;
		-webkit-appearance: none;
		box-shadow: none;
		width: 100%;
		position: relative;
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		padding: 1.33vw 3em 5.33vw 10.67vw;
		border-bottom: 1px solid #000;
		border-top: none;
		border-right: none;
		border-left: none;
	}
	.qa-toggle:active{
		outline: none;
	}
	.qa-toggle:focus{
		outline: none;
	}
	.qa-panel{

	}
	.js-toggle{}
	.js-toggle::before,
	.js-toggle::after{
		content: "";
		display: block;
		width: 0.55vw;
		height: 2.5vw;
		background: #343434;
		position: absolute;
		top: 50%;
		transition: .3s transform;
	}
	.js-toggle::before{
		right: calc(1vw + 1vw);
		transform: translateY(-50%) rotate(45deg);
	}
	.js-toggle::after{
		right: calc(2.5vw + 1vw);
		transform: translateY(-50%) rotate(-45deg);
	}
	.js-toggle.is-acitve::before{
		transform: translateY(-50%) rotate(-45deg);
	}
	.js-toggle.is-acitve::after{
		transform: translateY(-50%) rotate(45deg);
	}
	.js-panel{
		line-height: 0;
		visibility: hidden;
		opacity: 0;
		padding: 0 4vw 0 13vw;
		transition: padding .2s linear, line-height .2s ease-out, opacity .1s linear, visibility .3s linear;
	}
	.js-toggle.is-acitve + .js-panel{
		background: url(../../user_guide/faq/img/icn_a.png) no-repeat left 4vw top 20px #f0f1f2;
		background-size: 8vw auto;
		color: #333333;
		font-size: 3.73vw;
		line-height: 1.5;
		visibility: visible;
		opacity: 1;
		transition: padding .1s linear, line-height .3s ease-out, opacity .1s linear .1s, visibility .1s linear .1s;
		padding: 4.67vw 4vw 5.33vw 14vw;
	}







}
