@charset "Shift-JIS";


@media screen and (min-width : 960px) {


	p.text {
		font-size: 0.8125rem;
		line-height: 1.9;
		text-align: justify;
	}

	a.pdf_btn {
		display: flex;
		align-self: flex-start;
		align-items: center;
		background-color: #fff;
		border: 1px solid #BDC8D7;
		border-radius: 2.78rem;
		box-sizing: border-box;
		justify-content: center;
		font-size: 0.667rem;
		letter-spacing: 0.05em;
		padding: 10px 0.556rem;
		white-space: nowrap;
		opacity: 1;
		transition: opacity 0.3s;
	}

	a.pdf_btn:hover {
		opacity: 0.8;
	}

	a.pdf_btn::after {
		content: '';
		display: inline-block;
		width: 0.889rem;
		height: 0.889rem;
		background-image: url(../../common/img/icon_pdf.svg);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: auto 100%;
		margin: 0 0 0 0.5rem;
	}


	/* -------------------------------------------------------------------------------------------
	*
	* intro
	*
	* ----------------------------------------------------------------------------------------- */

	#intro div.intro_bnr {
		width: 646px;
		margin: 0 auto;
	}

	#intro div.intro_bnr a img {
		width: 100%;
		height: auto;
	}




	/* -------------------------------------------------------------------------------------------
	*
	* howto
	*
	* ----------------------------------------------------------------------------------------- */

	#howto {
		padding: 70px 0 0 0;
	}

	#howto div.unit {}

	.unit {
		width: calc((100% - 30px) / 2);
		margin: 0 auto;
	}

	section#poster .unit,
	section#leaflet .unit {
		width: calc((100% - 30px) / 3);
	}

	.unit_list .unit {
		margin: unset;
	}

	.unit .unit_img {
		display: block;
		position: relative;
		overflow: hidden;
	}

	section:not(#poster):not(#leaflet) .unit .unit_img {
		cursor: pointer;
	}

	section:not(#poster):not(#leaflet) .unit .unit_img::after {
		content: '';
		display: block;
		width: 40px;
		height: 40px;
		background-image: url(../../common/img/icon_play.svg);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: auto 100%;
		position: absolute;
		bottom: 10px;
		right: 10px;
		filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.3));
		transition: transform 0.3s ease;
	}

	section:not(#poster):not(#leaflet) .unit .unit_img:hover::after {
		transform: scale(1.1);
	}

	.unit .unit_img img {
		width: 100%;
		height: auto;
		transform-origin: center center;
		transition: transform 0.3s ease;
	}

	section:not(#poster):not(#leaflet) .unit .unit_img:hover img {
		transform: scale(1.05);
	}

	.unit .unit_name {
		margin: 16px 0;
		font-size: 0.889rem;
		font-weight: 400;
		letter-spacing: 0.05em;
		line-height: 1.6;
		text-align: left;
	}


	#howto ul.howto_list {
		display: flex;
		justify-content: center;
		margin: 50px 0 30px 0;
		gap: 32px;
	}

	#howto ul.howto_list li.howto_item {
		width: 406px;
		position: relative;
	}

	#howto ul.howto_list li.howto_item div.howto_wrap {
		background-color: #fff;
		border-radius: 10px;
		box-sizing: border-box;
		height: 340px;
		margin: 0 0 20px 0;
		overflow: hidden;
		padding: 30px 30px 0 30px;
		position: relative;
		text-align: center;
	}


	#howto ul.howto_list li.howto_item div.howto_wrap p.howto_name {
		display: inline-block;
		color: var(--color-blue);
		font-size: 1rem;
		font-weight: 700;
		flex: 1;
		line-height: 1.4;
		margin: 0 auto 30px auto;
		padding: 0 0 0.8rem 0;
		position: relative;
		text-align: center;
	}
	#howto ul.howto_list li.howto_item div.howto_wrap p.howto_name::after {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
		height: 4px;
		border-radius: 20px;
		background: linear-gradient(90deg, #57C4F5 0%, #0580F2 100%);
	}



	#howto ul.howto_list li.howto_item div.howto_wrap div.howto_img {
		height: 220px;
		text-align: center;
	}

	#howto ul.howto_list li.howto_item div.howto_wrap div.howto_img img {
		height: 100%;
		width: auto;
	}


	#howto ul.howto_list li.howto_item .howto_baloon {
		border-radius: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 0.833rem;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 1.6;
		/* padding: 24px 40px; */
		width: 140px;
		height: 140px;
		position: absolute;
		top: -30px;
	}
	#howto ul.howto_list li.howto_item .howto_baloon::after {
		content: '';
		display: block;
		position: absolute;
		bottom: -28px;
		width: 0;
		height: 0;
		border-width: 28px 12px 28px 12px;
		border-style: solid;
	}

	#howto ul.howto_list li.howto_item[data-type="green"] .howto_baloon {
		background-color: #D6F2DE;
		color: #02932B;
		left: -85px;
	}
	#howto ul.howto_list li.howto_item[data-type="green"] .howto_baloon::after {
		border-color: #D6F2DE transparent transparent transparent;
		transform: rotate(-45deg);
		left: 80%;
	}
	
	#howto ul.howto_list li.howto_item[data-type="blue"] .howto_baloon {
		background-color: #D5E7FC;
		color: #0079B1;
		right: -85px;
	}
	#howto ul.howto_list li.howto_item[data-type="blue"] .howto_baloon::after {
		border-color: #D5E7FC transparent transparent transparent;
		transform: rotate(45deg);
		right: 80%;
	}




	#howto ul.howto_list li.howto_item a.pdf_btn {
    width: 163px;
    margin: 0 auto;
	}

	#howto p.howto_text {
		font-size: 0.889rem;
		font-weight: 400;
		letter-spacing: 0.05em;
		line-height: 1.6;
	}

	#howto p.howto_text a {
		color: var(--color-blue);
		text-decoration: underline;
	}
	#howto p.howto_text a[target="_blank"]::after {
		content: '';
		display: inline-block;
		vertical-align: top;
		width: 0.778rem;
		height: 0.778rem;
		margin: 0.3rem 0 0 0.2rem;
		background-image: url(../../common/img/icon_blank_blue.svg);
		background-size: 99% 99%;
		background-position: center;
		background-repeat: no-repeat;
	}



	/* -------------------------------------------------------------------------------------------
	*
	* faq
	*
	* ----------------------------------------------------------------------------------------- */
	#faq {
		padding: 100px 0;
	}

	#faq .faq_lead {
		font-size: 0.889rem;
		font-weight: 400;
		line-height: 1.6;
		margin: 0 auto 30px auto;
	}

	#faq ul.faq_list {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}

	#faq ul.faq_list li.faq_item dl.faq_unit dt.faq_q {
		cursor: pointer;
		position: relative;
	}

	#faq ul.faq_list li.faq_item dl.faq_unit dt.faq_q button::after {
		content: '';
		display: block;
		width: 1.222rem;
		height: 1.222rem;
		background-image: url(/common/img/icon_plus_blue.svg);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		right: 1.222rem;
		top: 50%;
		transform: translateY(-50%);
		transition: transform 0.3s ease;
	}

	#faq ul.faq_list li.faq_item dl.faq_unit dt.faq_q button.is-open::after {
		background-image: url(/common/img/icon_minus_blue.svg);
	}

	#faq ul.faq_list li.faq_item dl.faq_unit dt.faq_q button {
		background: none;
		border: none;
		margin: 0;
		padding: 0;
		font: inherit;
		color: inherit;
		text-align: inherit;
		appearance: none;
		-webkit-appearance: none;
		box-shadow: none;
		box-sizing: border-box;
		cursor: pointer;
		display: block;
		width: 100%;
	}


	#faq ul.faq_list li.faq_item dl.faq_unit dd.faq_a {
		display: none;
	}

	#faq ul.faq_list li.faq_item dl.faq_unit .faq_inner {
		background-color: #EAEFF5;
		display: flex;
		align-items: center;
		padding: 19px 16px;
	}

	#faq ul.faq_list li.faq_item dl.faq_unit dt.faq_q .faq_inner {
		background-color: #ffffff;
		border-radius: 10px;
		box-sizing: border-box;
	}

	#faq ul.faq_list li.faq_item dl.faq_unit dt.faq_q .is-open .faq_inner {
		border-radius: 10px 10px 0 0;
	}

	#faq ul.faq_list li.faq_item dl.faq_unit dt.faq_q p.faq_head {
		color: var(--color-blue);
		font-family: 'Outfit', sans-serif;
		font-size: 1.444rem;
		font-weight: 700;
		letter-spacing: 0.05em;
		line-height: 1.4;
		padding: 0 0.667rem 0 0;
	}

	#faq ul.faq_list li.faq_item dl.faq_unit p.faq_text {
		border-left: 1px solid var(--color-gray);
		box-sizing: border-box;
		font-size: 0.778rem;
		font-weight: 400;
		letter-spacing: 0.05em;
		line-height: 1.4;
		padding: 0 0 0 1em;
		width: calc(100% - 4rem);
	}

	#faq ul.faq_list li.faq_item dl.faq_unit .is-open p.faq_text {
		color: var(--color-blue);
	}

	#faq ul.faq_list li.faq_item dl.faq_unit dd.faq_a p.faq_head {
		color: #F0597C;
		font-family: 'Outfit', sans-serif;
		font-size: 1.444rem;
		font-weight: 700;
		letter-spacing: 0.05em;
		line-height: 1.4;
		padding: 0 0.667rem 0 0;
	}







	/* -------------------------------------------------------------------------------------------
	*
	* etax
	*
	* ----------------------------------------------------------------------------------------- */

	#etax ul.etax_list li {
		font-size: 1rem;
		line-height: 1.6;
		padding: 0 0 0 1.39rem;
		position: relative;
	}

	#etax ul.etax_list li:nth-of-type(n+2) {
		margin: 25px 0 0 0;
	}

	#etax ul.etax_list li::before {
		content: '';
		display: block;
		width: 0.889rem;
		height: 0.889rem;
		background-color: var(--color-blue);
		border-radius: 100px;
		position: absolute;
		top: 0.4em;
		left: 0;
	}

	#etax .pdf_btn {
		width: 163px;
		margin: 30px auto 0 auto;
	}





}

@media screen and (max-width : 959px) {


	p.text {
		font-size: 0.9375rem;
		line-height: 1.6;
		text-align: justify;
	}

	a.pdf_btn {
		display: flex;
		align-self: flex-start;
		align-items: center;
		background-color: #fff;
		border: 1px solid #BDC8D7;
		border-radius: 2.78rem;
		box-sizing: border-box;
		font-size: 0.667rem;
		letter-spacing: 0.05em;
		margin: 0.889rem auto 0 auto;
		padding: 0.556rem 1.86rem;
		width: fit-content;
		white-space: nowrap;
		opacity: 1;
		transition: opacity 0.3s;
	}

	a.pdf_btn:hover {
		opacity: 0.8;
	}

	a.pdf_btn::after {
		content: '';
		display: inline-block;
		width: 0.889rem;
		height: 0.889rem;
		background-image: url(../../common/img/icon_pdf.svg);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: auto 100%;
		margin: 0 0 0 0.5rem;
	}


	/* -------------------------------------------------------------------------------------------
	*
	* intro
	*
	* ----------------------------------------------------------------------------------------- */

	#intro div.intro_bnr {
		width: 100%;
		margin: 0 auto;
	}

	#intro div.intro_bnr a img {
		width: 100%;
		height: auto;
	}




	/* -------------------------------------------------------------------------------------------
	*
	* howto
	*
	* ----------------------------------------------------------------------------------------- */

	#howto {
		padding: 2.22rem 0 0 0;
	}

	#howto div.unit {}

	.unit {
		width: 100%;
		margin: 0 auto;
	}

	.unit .unit_img {
		display: block;
		position: relative;
		overflow: hidden;
	}

	.unit .unit_img {
		cursor: pointer;
	}

	.unit .unit_img::after {
		content: '';
		display: block;
		width: 40px;
		height: 40px;
		background-image: url(../../common/img/icon_play.svg);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: auto 100%;
		position: absolute;
		bottom: 10px;
		right: 10px;
		filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.3));
		transition: transform 0.3s ease;
	}

	.unit .unit_img:hover::after {
		transform: scale(1.1);
	}

	.unit .unit_img img {
		width: 100%;
		height: auto;
		transform-origin: center center;
		transition: transform 0.3s ease;
	}

	.unit .unit_img:hover img {
		transform: scale(1.05);
	}

	.unit .unit_name {
		margin: 16px 0;
		font-size: 0.889rem;
		font-weight: 400;
		letter-spacing: 0.05em;
		line-height: 1.6;
		text-align: left;
	}


	#howto ul.howto_list {
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 50px 0 30px 0;
		gap: 32px;
	}

	#howto ul.howto_list li.howto_item {
		width: 100%;
		position: relative;
	}

	#howto ul.howto_list li.howto_item div.howto_wrap {
		background-color: #fff;
		border-radius: 10px;
		box-sizing: border-box;
		/* height: 340px; */
		margin: 0 0 20px 0;
		overflow: hidden;
		padding: 30px 30px 0 30px;
		position: relative;
		text-align: center;
	}


	#howto ul.howto_list li.howto_item div.howto_wrap p.howto_name {
		display: inline-block;
		color: var(--color-blue);
		font-size: 1rem;
		font-weight: 700;
		flex: 1;
		line-height: 1.4;
		margin: 0 auto 9.5rem auto;
		padding: 0 0 0.8rem 0;
		position: relative;
		text-align: center;
	}
	#howto ul.howto_list li.howto_item div.howto_wrap p.howto_name::after {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
		height: 4px;
		border-radius: 20px;
		background: linear-gradient(90deg, #57C4F5 0%, #0580F2 100%);
	}



	#howto ul.howto_list li.howto_item div.howto_wrap div.howto_img {
		height: 220px;
		text-align: center;
	}

	#howto ul.howto_list li.howto_item div.howto_wrap div.howto_img img {
		height: 100%;
		width: auto;
	}


	#howto ul.howto_list li.howto_item .howto_baloon {
		border-radius: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 0.889rem;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 1.6;
		/* padding: 24px 40px; */
		width: 7.78rem;
		height: 7.78rem;
		position: absolute;
		top: 6rem;
	}
	#howto ul.howto_list li.howto_item .howto_baloon::after {
		content: '';
		display: block;
		position: absolute;
		bottom: -28px;
		width: 0;
		height: 0;
		border-width: 28px 12px 28px 12px;
		border-style: solid;
	}

	#howto ul.howto_list li.howto_item[data-type="green"] .howto_baloon {
		background-color: #D6F2DE;
		color: #02932B;
		left: 50%;
		transform: translate(-50%, 0);
	}
	#howto ul.howto_list li.howto_item[data-type="green"] .howto_baloon::after {
		border-color: #D6F2DE transparent transparent transparent;
		transform: rotate(-45deg);
		left: 80%;
	}
	
	#howto ul.howto_list li.howto_item[data-type="blue"] .howto_baloon {
		background-color: #D5E7FC;
		color: #0079B1;
		right: 50%;
		transform: translate(50%, 0);
	}
	#howto ul.howto_list li.howto_item[data-type="blue"] .howto_baloon::after {
		border-color: #D5E7FC transparent transparent transparent;
		transform: rotate(45deg);
		right: 80%;
	}




	#howto ul.howto_list li.howto_item a.pdf_btn {
    width: 163px;
    margin: 0 auto;
	}

	#howto p.howto_text {
		font-size: 0.889rem;
		font-weight: 400;
		letter-spacing: 0.05em;
		line-height: 1.6;
	}

	#howto p.howto_text a {
		color: var(--color-blue);
		text-decoration: underline;
	}
	#howto p.howto_text a[target="_blank"]::after {
		content: '';
		display: inline-block;
		vertical-align: top;
		width: 0.778rem;
		height: 0.778rem;
		margin: 0.3rem 0 0 0.2rem;
		background-image: url(../../common/img/icon_blank_blue.svg);
		background-size: 99% 99%;
		background-position: center;
		background-repeat: no-repeat;
	}



	/* -------------------------------------------------------------------------------------------
	*
	* faq
	*
	* ----------------------------------------------------------------------------------------- */
	#faq {
		padding: 2.22rem 0 0 0;
	}

	#faq .faq_lead {
		font-size: 0.889rem;
		font-weight: 400;
		line-height: 1.6;
		margin: 0 auto 30px auto;
	}

	#faq ul.faq_list {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}

	#faq ul.faq_list li.faq_item dl.faq_unit dt.faq_q {
		cursor: pointer;
		position: relative;
	}
	#faq ul.faq_list li.faq_item dl.faq_unit dt.faq_q button::after {
		content: '';
		display: block;
		width: 1.222rem;
		height: 1.222rem;
		background-image: url(/common/img/icon_plus_blue.svg);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		right: 1.222rem;
		top: 50%;
		transform: translateY(-50%);
		 transition: transform 0.3s ease;
	}
	#faq ul.faq_list li.faq_item dl.faq_unit dt.faq_q button.is-open::after {
		background-image: url(/common/img/icon_minus_blue.svg);
	}

	#faq ul.faq_list li.faq_item dl.faq_unit dt.faq_q button {
		background: none;
		border: none;
		margin: 0;
		padding: 0;
		font: inherit;
		color: inherit;
		text-align: inherit;
		appearance: none;
		-webkit-appearance: none;
		box-shadow: none;
		box-sizing: border-box;
		cursor: pointer;
		display: block;
		width: 100%;
	}


	#faq ul.faq_list li.faq_item dl.faq_unit dd.faq_a {
		display: none;
	}

	#faq ul.faq_list li.faq_item dl.faq_unit .faq_inner {
		background-color: #EAEFF5;
		display: flex;
		align-items: center;
		padding: 19px 16px;
	}
	#faq ul.faq_list li.faq_item dl.faq_unit dt.faq_q .faq_inner {
		background-color: #ffffff;
		border-radius: 10px;
		box-sizing: border-box;
	}
	#faq ul.faq_list li.faq_item dl.faq_unit dt.faq_q .is-open .faq_inner {
		border-radius: 10px 10px 0 0;
	}

	#faq ul.faq_list li.faq_item dl.faq_unit dt.faq_q p.faq_head {
		color: var(--color-blue);
		font-family: 'Outfit', sans-serif;
		font-size: 1.444rem;
		font-weight: 700;
		letter-spacing: 0.05em;
		line-height: 1.4;
		padding: 0 0.667rem 0 0;
	}

	#faq ul.faq_list li.faq_item dl.faq_unit p.faq_text {
		border-left: 1px solid var(--color-gray);
		box-sizing: border-box;
		font-size: 0.778rem;
		font-weight: 400;
		letter-spacing: 0.05em;
		line-height: 1.4;
		padding: 0 0 0 1em;
		width: calc(100% - 4rem);
	}

	#faq ul.faq_list li.faq_item dl.faq_unit .is-open p.faq_text {
		color: var(--color-blue);
	}

	#faq ul.faq_list li.faq_item dl.faq_unit dd.faq_a p.faq_head {
		color: #F0597C;
		font-family: 'Outfit', sans-serif;
		font-size: 1.444rem;
		font-weight: 700;
		letter-spacing: 0.05em;
		line-height: 1.4;
		padding: 0 0.667rem 0 0;
	}








	/* -------------------------------------------------------------------------------------------
	*
	* etax
	*
	* ----------------------------------------------------------------------------------------- */

	#etax {
		padding: 2.22rem 0 0 0;
	}

	#etax ul.etax_list li {
		font-size: 1rem;
		line-height: 1.6;
		padding: 0 0 0 1.39rem;
		position: relative;
	}

	#etax ul.etax_list li:nth-of-type(n+2) {
		margin: 25px 0 0 0;
	}

	#etax ul.etax_list li::before {
		content: '';
		display: block;
		width: 0.889rem;
		height: 0.889rem;
		background-color: var(--color-blue);
		border-radius: 100px;
		position: absolute;
		top: 0.4em;
		left: 0;
	}

	#etax .pdf_btn {
		width: 9.056rem;
		margin: 1.11rem auto 0 auto;
	}




}