/* ---------------- // reset ---------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: none;
font-style: normal;
text-align: left;
zoom: 1;
outline: none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
/* ---------------- font ---------------- */
.heiseimaru {
	font-family: heisei-maru-gothic-std, sans-serif;
	font-style: normal;
	font-weight: 800;
}
/* ---------------- base ---------------- */
body {
color: #222;
line-height: 1.5;
font-size: 16px;
font-weight: bold;
position: relative;
font-family: "Noto Sans JP", sans-serif;
}
table {
border-collapse: collapse;
font-family: inherit;
}
h1,h2,h3,h4,h5 {
font-size: 100%;
font-weight: normal;
}
input,textarea,select {
font-family: inherit;
font-size: 16px;
outline: none;
}
select::-ms-expand {
	display: none;
}
input[type="button"],input[type="text"],input[type="submit"] {
-webkit-appearance: none;
border-radius: 1;
}
input::placeholder {
  color: #888;
}
/* IE */
input:-ms-input-placeholder {
  color: #888;
}
/* Edge */
input::-ms-input-placeholder {
  color: #888;
}
textarea {
resize: none;
}
th,td {
border-collapse: collapse;
}
table th,table td {
white-space: nowrap;
}
ul,ol {
list-style-type: none;
}
img {
vertical-align: text-bottom;
vertical-align: -webkit-baseline-middle;
}
img{
max-width: 100%;
height: auto;
/*width:auto;*/
}
button {
	outline: none;
}
/* ---------------- link ---------------- */
:where(a:link) { text-decoration:none; color:#323232; }
:where(a:visited) { text-decoration:none; color:#323232; }
:where(a:hover) { text-decoration:none; color:#323232; }
:where(a:active) { text-decoration:none; color:#323232; }
/* ---------------- reset // ---------------- */
/*--------------------------------------
nowrap
--------------------------------------*/
.nowrap {
	white-space: nowrap;
}
/*--------------------------------------
box-sizing
--------------------------------------*/
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-mos-box-sizing: border-box;
	-mz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
/*--------------------------------------
transition
--------------------------------------*/
.tra {
	transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
/* 東京都主税局cssを打ち消し */
#c-footer.c-footer{
	margin-top: 0;
	font-weight: normal;
}
.c-rTop {
	display: none;
}
#c-header.c-header {
	font-weight: normal;
}
#c-header .navToggle button span {
	text-align: center;
}
#c-footer .c-footer__bottom p {
	/*text-align: center;*/
}
/* フェードイン */
.fadebox {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .3s ease-out, transform .3s ease-out;
}
.fadebox.fadeUp {
	opacity: 1;
	transform: translateY(0);
}
.fadebox_dulay {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .3s ease-out, transform .3s ease-out;
}
.fadebox_dulay.visible {
	opacity: 1;
	transform: translateY(0px);
}
/* top用 */
.sec_ttl {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.__type02 {
	margin: 0 0 20px;
}
.sec_desc {
	font-size: 14px;
	line-height: 2;
}
.sec_ttl.__type02 h3 {
	margin: 20px 0 0;
	text-align: center;
	line-height: 1.3;
}
.sec_ttl.__type02 h3::after {
	margin: 8px auto 0;
	background: #FFD445;
}
.sec_ttl h3 span.sec_ttl_accent01 {
	color: #F25140;
	font-size: inherit;
}
.sec_ttl_br01 {
	display: block;
}
@media only screen and (min-width: 641px) {
	.sec_ttl {
		font-size: 28px;
	}
	.sec_desc {
		font-size: 16px;
	}
	.sec_ttl_br01 {
		display: none;
	}
}
@media only screen and (min-width: 1024px) {
	.sec_ttl.__type02 h3 {
		margin: 46px 0 0;
	}
	.sec_ttl.__type02 h3::after {
		margin: 7px auto 0;
	}
}
@media only screen and (min-width: 1181px) {
	.sec_ttl {
		font-size: 40px;
	}
	.sec_desc {
		font-size: 18px;
	}
}
/*
レイアウト
*/
.page_body_01 {
	width: 100%;
	padding: 0 23px;
}
@media only screen and (min-width: 1181px) {
	.page_body_01 {
		width: 1160px;
		margin: auto;
		padding: 0;
	}
}
/* ページナビ */
.pagenav_contents {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px;
}
.pagenav_list {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 10px;
	padding: 5px 0 0;
}
.pagenav_list_link {
	display: flex;
	align-items: flex-start;
	gap: 0 3px;
	font-size: 12px;
}
.pagenav_list_link img {
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
.tax_metro_link {
	width: 200px;
	height: 40px;
	padding: 11px 10px 12px;
	background: #05845D;
	color: #fff;
	font-size: 14px;
}
@media only screen and (min-width: 680px) {
	.pagenav_contents {
		justify-content: flex-end;
	}
	.pagenav_list {
		gap: 0 10px;
		width: auto;
		margin: 0 15px 0 0;
	}
}
@media only screen and (min-width: 768px) {
	.pagenav_contents {
		padding: 30px 38px 23px;
	}
	.pagenav_list {
		gap: 0 15px;
		margin: 0 20px 0 0;
	}
	.pagenav_list_link img {
		width: 19px;
		height: 19px;
	}
	.pagenav_list_link {
		gap: 0 7px;
		font-size: 14px;
	}
}
@media only screen and (min-width: 1200px) {
	.pagenav_list {
		gap: 0 19px;
		margin: 0 24px 0 0;
		padding: 8px 0 0;
	}
	.pagenav_list_link {
		font-size: 18px;
	}
	.tax_metro_link {
		width: 256px;
		height: 50px;
		padding: 15px 30px 19px;
		font-size: 16px;
	}
}
/* メインビジュアル */
.mv_area {
	position: relative;
}
.mv01 {
	position: absolute;
	top: 48%;
	left: 72%;
	width: 16.5%;
	z-index: 3;
}
.mv02 {
	position: absolute;
	top: 43%;
	left: 8%;
	width: 20.8%;
	z-index: 3;
}
.mv03 {
	position: absolute;
	top: 5%;
	left: 7%;
	width: 85.7%;
	z-index: 3;
}
.mv04 img {
	width: 100%;
}
.mv05 {
	position: absolute;
	top: 39.6%;
	left: 17.9%;
	width: 68.2%;
	z-index: 2;
}
@media only screen and (min-width: 768px) {
	.mv01 {
		top: 8%;
		left: 37%;
		width: 8.9%;
	}
	.mv02 {
		top: 3%;
		left: 8%;
		width: 11.1%;
	}
	.mv03 {
		top: 7%;
		left: 47%;
		width: 46.8%;
	}
	.mv05 {
		top: -0.7%;
		left: 12%;
		width: 34.1%;
	}
}
/* キャッシュレス納税とは？ */
.about_bg {
	padding: 0 0 70px;
	background: #FFF4D0;
}
.about_page_body {
	padding: 0 28px;
}
.sec_img_ttl {
	text-align: center;
}
.sec_img_ttl img {
	width: 320px;
}
.about_intro_txt_wrap {
	display: flex;
	flex-direction: column;
	gap: 5px 0;
	padding: 24px 0 42px;
}
.about_intro_txt {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .05em;
}
.about_intro_img {
	text-align: center;
}
.about_intro_img img {
	width: 244px;
}
.contents_list {
	display: flex;
	flex-direction: column;
	gap: 25px 0;
}
.contents_list_link {
	position: relative;
	display: block;
	width: 100%;
	max-width: 297px;
	margin: auto;
	transform: translateX(10px);
}
.contents_list_link_img {
	position: absolute;
	z-index: 2;
	top: -10px;
	left: -30px;
	transform: unset;
	width: 60px;
}
.account_btn .contents_list_link_img {
	width: 60px;
}
.contents_list_btn {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0 20px;
	width: 100%;
	height: 40px;
	margin: auto;
	padding: 5px 16px 0 48px;
	border-radius: 10px;
	border: solid #222 2px;
	transition: all 0.3s ease-out;
}
.contents_list_btn_arrow svg {
	width: 20px;
	height: 20px;
}
.contents_list_btn_bg {
  display: block;
	content: '';
	position: absolute;
	bottom: -3px;
	left: calc(50% + 3px);
	z-index: 0;
	transform: translateX(-50%);
	width: 100%;
	height: 40px;
	border-radius: 10px;
	background: #222222;
}
.contents_list_btn_txt {
	font-size: 13px;
	line-height: 1.3;
}
.appli_btn .contents_list_btn {
	background: #F9BCB6;
}
.card_btn .contents_list_btn {
	background: #E4DFF5;
}
.account_btn .contents_list_btn {
	background: #C4EBDF;
}
.pay-easy_btn .contents_list_btn {
	background: #BBE2EA;
}
.eltax_btn .contents_list_btn {
	background: #FFEEB8;
}
@media only screen and (min-width: 576px) {
	.sec_img_ttl img {
		width: 70%;
	}
	.about_intro_img img {
		width: 50%;
	}
}
@media only screen and (min-width: 768px) {
	.about_intro_txt_wrap {
		padding: 56px 0 81px;
	}
	.contents_list {
		width: 90%;
		margin: auto;
		flex-direction: row;
		gap: 45px 48px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.contents_list_link_img {
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 220px;
	}
	.account_btn .contents_list_link_img {
		width: 230px;
	}
	.contents_list_item {
		width: calc(50% - 48px);
	}
	.contents_list_link {
		max-width: none;
		padding: 205px 0 0;
		transform: unset;
	}
	.contents_list_btn {
		justify-content: flex-start;
		gap: 0 30px;
		max-width: 320px;
		height: 90px;
		padding: 6px 20px 0 10px;
		border: solid #222 4px;
		border-radius: 25px;
	}
	.contents_list_btn_bg {
		max-width: 320px;
		height: 90px;
		border-radius: 25px;
	}
	.contents_list_btn_txt {
		width: calc(100% - 43px);
		font-size: 20px;
		text-align: center;
	}
	.contents_list_btn_arrow svg {
		width: 30px;
		height: 30px;
	}
}
@media only screen and (min-width: 801px) {
	.about_bg {
		padding: 0 0 124px;
	}
	.about_intro_txt {
		font-size: clamp(18px, 3.69vw, 48px);
	}
	.appli_btn:hover .contents_list_btn {
		background: #F57C70;
	}
	.card_btn:hover .contents_list_btn {
		background: #CBC1EC;
	}
	.account_btn:hover .contents_list_btn {
		background: #8AD8C0;
	}
	.pay-easy_btn:hover .contents_list_btn {
		background: #7AC6D6;
	}
	.eltax_btn:hover .contents_list_btn {
		background: #FFDF73;
	}
}
@media only screen and (min-width: 1300px) {
	.about_page_body {
		width: 1240px;
		margin: auto;
		padding: 0;
	}
	.about_intro_txt {
		font-size: 48px;
	}
	.about_intro_img img {
		width: auto;
	}
	.contents_list {
		width: auto;
	}
	.contents_list_item {
		width: 27%;
	}
	.contents_list_link {
		width: 320px;
		padding: 230px 0 0;
	}
	.contents_list_link_img {
		width: 250px;
	}
	.account_btn .contents_list_link_img {
		width: 271px;
	}
	.contents_list_btn_arrow svg {
		width: 40px;
		height: 40px;
	}
	.contents_list_btn {
		max-width: none;
		height: 110px;
		padding: 6px 30px 0 44px;
	}
	.contents_list_btn_txt {
		width: calc(100% - 40px);
		font-size: 21px;
	}
	.contents_list_btn_bg {
		bottom: -4px;
		left: 4px;
		max-width: none;
		height: 110px;
		transform: none;
	}
}
/* merit */
.merit_inner {
	padding: 50px 0 20px;
}
.merit_img_txt {
	margin: 31px 0 0;
	text-align: center;
}
.merit_img_txt img {
	width: 244px;
}
.merit_desc {
	margin: 20px 0 0;
	font-size: 16px;
	text-align: center;
}
.merit_desc_br01 {
	display: block;
}
.card_list_wrap {
	padding: 30px 0;
	background: url(../images/common/bg_stripe.webp);
}
.card_list_body {
	padding: 0 28px;
}
.card_list {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
}
.card_list_item {
	width: 53px;
	height: 53px;
}
.sp_card_list_item {
	display: none;
}
@media only screen and (min-width: 365px) {
	.card_list {
		gap: 0 10px;
	}
	.card_list_item {
		width: 53px;
		height: 53px;
		margin: 0 0 10px;
	}
	.credit .card_list_item {
		margin: 0;
	}
	.sp_card_list_item {
		display: block;
		width: 100%;
	}
}
@media only screen and (min-width: 420px) {
	.sp_card_list_item {
		display: none;
	}
}
@media only screen and (min-width: 576px) {
	.merit_img_txt img {
		width: 50%;
	}
	.merit_desc_br01 {
		display: none;
	}
}
@media only screen and (min-width: 768px) {
	.merit_inner {
		padding: 100px 0 40px;
	}
	.card_list_wrap {
		padding: 60px 0;
	}
	.card_list {
		gap: 20px;
	}
	.card_list_item {
		width: 120px;
		height: 120px;
	}
	.merit_img_txt {
		margin: 40px 0 0;
	}
	.merit_desc {
		margin: 30px 0 0;
		font-size: clamp(16px, 2vw, 25px);
	}
}
@media only screen and (min-width: 1300px) {
	.card_list_body {
		width: 1240px;
		margin: auto;
		padding: 0;
	}
	.merit_img_txt img {
		width: auto;
	}
	.merit_img_txt {
		margin: 65px 0 0;
	}
	.merit_desc {
		margin: 50px 0 0;
		font-size: 25px;
	}
}

.notice_box{
	width:90%;
	max-width:1240px;
	margin:40px auto 0;
	border:3px solid #000;
	padding:20px 30px;
	box-sizing:border-box;
}
.notice_box dt{
	width:100%;
	margin:0 auto 20px;
	font-size:26px;
	font-weight:bold;
}
.notice_box dd{
	width:100%;
	margin:0 auto;
	font-size:20px;
	line-height:1.8;
}
.notice_box dd p{
	padding-top:5px;
}
.notice_box dd a{
	color:#003ee5;
	text-decoration:underline;
}
.notice_box dd a:hover{
	text-decoration:none;
}
@media only screen and (max-width: 768px) {
	.notice_box{
		padding:20px;
	}
	.notice_box dt{
		font-size:18px;
	}
	.notice_box dd{
		font-size:14px;
	}
}
/* movie */
.movie_slide_sec {
	position: relative;
	z-index: 1;
/*	background: #FFF4D0;	*/
}
.movie_slide_inner {
	padding: 31px 0 87px;
}
.movie_slide_body {
	padding: 0 38px;
}
.movie_slide_ttl_wrap {
	position: relative;
}
.movie_slide_ttl {
	padding: 6px 0 5px;
	font-size: 8px;
	text-align: center;
	border: solid #222 1px;
	border-radius: 6px 6px 0 0;
	letter-spacing: .2em;
	line-height: 1;
	background: #FFFFFF;
}
.icon_window_control {
	position: absolute;
	left: 10px;
	top: 7px;
	width: 25px;
	height: 6px;
}
.movie_slide_area {
	position: relative;
	background: #FFFFFF;
}
.movie_slide {
	position: relative;
	padding: 17px 25px 22px;
	border-radius: 0 0 6px 6px;
	border-left: solid #222 1px;
	border-right: solid #222 1px;
	border-bottom: solid #222 1px;
}
.movie_play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 61px;
}
.movie_slide .slick-prev {
	position: absolute;
	left: -25px;
	top: 35%;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.movie_slide .slick-next {
	position: absolute;
	right: -25px;
	top: 35%;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.movie_slide .slick-dots {
	position: absolute;
	bottom: -26px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 0 9px;
	justify-content: center;
	height: 9px;
}
.movie_slide .slick-dots button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	background: #222;
	text-indent: -9999px;
}
.movie_slide .slick-dots .slick-active button {
	background: #F3BB01;
}
.movie_icon01 {
	position: absolute;
	left: 10px;
/*	bottom: -120px;	*/
	bottom: -87px;
	width: 136px;
	height: 138px;
}
.movie_icon02 {
	position: absolute;
	right: 10px;
/*	bottom: -116px;	*/
	bottom: -87px;
	width: 157px;
	height: 138px;
}
@media only screen and (min-width: 768px) {
	.movie_slide_inner {
/*		padding: 100px 0 150px;	*/
		padding: 50px 0 150px;
	}
	.movie_slide_body {
		width: 95%;
		margin: auto;
		padding: 0 80px;
	}
	.movie_slide_ttl {
		padding: 20px 0 10px;
		font-size: 22px;
		border: solid #222 3px;
		border-radius: 20px 20px 0 0;
		background: #FFFFFF;
	}
	.icon_window_control {
		left: 39px;
		top: 22px;
		width: 60px;
		height: 15px;
	}
	.movie_slide {
		padding: 45px 60px 31px;
		border-radius: 0 0 20px 20px;
		border-left: solid #222 3px;
		border-right: solid #222 3px;
		border-bottom: solid #222 3px;
	}
	.movie_play {
		width: 100px;
		height: 102px;
	}
	.movie_slide .slick-prev {
		left: -25px;
		top: 35%;
		width: 60px;
		height: 60px;
	}
	.movie_slide .slick-next {
		right: -25px;
		top: 35%;
		width: 60px;
		height: 60px;
	}
	.movie_slide .slick-dots {
		position: unset;
		transform: unset;
		gap: 0 10px;
		height: 10px;
		margin: 31px 0 0;
	}
	.movie_icon01 {
		left: 60px;
/*		bottom: -180px;	*/
		bottom: -150px;
		width: 220px;
		height: 222px;
	}
	.movie_icon02 {
		right: 70px;
/*		bottom: -186px;	*/
		bottom: -150px;
		width: 250px;
		height: 219px;
	}
}
@media only screen and (min-width: 1300px) {
	.movie_slide_inner {
/*		padding: 100px 0 63px;	*/
		padding: 50px 0 63px;
	}
	.movie_slide_body {
		width: 1022px;
		padding: 0;
	}
	.movie_slide {
		padding: 57px 82px 31px;
	}
	.movie_slide_ttl {
		padding: 25px 0 15px;
		font-size: 30px;
		background: #FFFFFF;
	}
	.icon_window_control {
		top: 27px;
		width: 83px;
		height: 21px;
	}
	.movie_slide .slick-prev {
		left: -37px;
		width: 80px;
		height: 80px;
	}
	.movie_slide .slick-next {
		right: -37px;
		width: 80px;
		height: 80px;
	}
	.movie_play {
		width: 128px;
		height: 131px;
	}
	.movie_icon01 {
		width: 278px;
		height: 281px;
		left: -110px;
/*		bottom: -100px;	*/
		bottom: -63px;
	}
	.movie_icon02 {
		width: 321px;
		height: 281px;
		right: -110px;
/*		bottom: -100px;	*/
		bottom: -63px;
	}
}
/* flow */
.flow_wrap {
	display: none;
	margin: 0 0 41px;
}
.flow_wrap.flow_active {
	display: block;
}
.flow_tab_wrap {
	width: 100%;
	margin: 30px 0 0;
	overflow-x: scroll;
}
.flow_tab {
	display: flex;
	gap: 0 3px;
	width: 608px;
	margin: 30px 0 0;
}
.flow_tab_item {
	position: relative;
	cursor: pointer;
	width: 19.8%;
	background: #fff;
	border-radius: 24px 24px 0 0;
}
.flow_tab_item div {
	position: relative;
	z-index: 2;
	height: 100%;
	padding: 16px 8px 12px;
	border-top: solid #222 2px;
	border-left: solid #222 2px;
	border-right: solid #222 2px;
	border-radius: 10px 10px 0 0;
	font-size: 12px;
	background: #fff;
	text-align: center;
	transition: all 0.3s ease-out;
}
.flow_tab_item.flow_appli:hover div {
	background: #F79B92;
}
.flow_tab_item.flow_card:hover div {
	background: #CBC1EC;
}
.flow_tab_item.flow_account:hover div {
	background: #8AD8C0;
}
.flow_tab_item.flow_pay-easy:hover div {
	background: #7AC6D6;
}
.flow_tab_item.flow_eltax:hover div {
	background: #FFE9A1;
}
.flow_tab_item.flow_appli.flow_active div {
	background: #F79B92;
}
.flow_tab_item.flow_card.flow_active div {
	background: #CBC1EC;
}
.flow_tab_item.flow_account.flow_active div {
	background: #8AD8C0;
}
.flow_tab_item.flow_pay-easy.flow_active div {
	background: #7AC6D6;
}
.flow_tab_item.flow_eltax.flow_active div {
	background: #FFE9A1;
}
.flow_tab_item::before {
	position: absolute;
	z-index: 1;
	left: 2px;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 10px 10px 0 0;
	background: #222;
}
@media only screen and (min-width: 608px) {
	.flow_tab_wrap {
		overflow-x: unset;
	}
	.flow_tab {
		width: auto;
	}
	.flow_tab_item div {
		padding: 16px 12px;
		border-top: solid #222 3px;
		border-left: solid #222 3px;
		border-right: solid #222 3px;
		border-radius: 20px 20px 0 0;
	}
	.flow_tab_item::before {
		left: 3px;
		border-radius: 20px 20px 0 0;
	}
}
@media only screen and (min-width: 1024px) {
	.flow_tab {
		margin: 80px 0 0;
	}
}
@media only screen and (min-width: 1200px) {
	.flow_tab_item div {
		font-size: 16px;
	}
	.flow_tab_wrap {
		margin: 80px 0 0;
	}
}
@media only screen and (min-width: 1500px) {
	.flow_tab_item div {
		padding: 35px 10px 30px;
		border-top: solid #222 4px;
		border-left: solid #222 4px;
		border-right: solid #222 4px;
		border-radius: 24px 24px 0 0;
		font-size: 24px;
	}
	.flow_tab_item::before {
		border-radius: 24px 24px 0 0;
	}
}
/* flow */
#flow_area {
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.flow_area_line {
	position: relative;
	top: 1px;
	left: -3px;
	width: 105%;
	max-width: 105%;
}
/* レイアウト */
.flow_wrap_body {
	background: #FFD445;
	width: 100%;
	padding: 0 0 60px;
}
.flow_wrap_body_inner {
	position: relative;
}
@media only screen and (min-width: 768px) {
	.flow_wrap_body {
		padding: 40px 52px 47px;
	}
}
@media only screen and (min-width: 1024px) {
	.flow_wrap_body {
		padding: 40px 70px 60px;
	}
}
@media only screen and (min-width: 1280px) {
	.flow_wrap_body {
		padding: 60px 86px 80px;
	}
}
@media only screen and (min-width: 1600px) {
	.flow_wrap_body {
		padding: 60px 130px 120px;
	}
}
.flow_inner_body {
	width: 100%;
	padding: 0 30px;
}
@media only screen and (min-width: 1400px) {
	.flow_inner_body {
		width: 1236px;
		margin: auto;
		padding: 0;
	}
}
/* コンテンツ */
.sec_ttl {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.sec_ttl img {
	width: 137px;
}
.sec_ttl h3 {
	letter-spacing: 0.12em;
	font-size: 20px;
	line-height: 1;
	margin: 12px 0 0;
}
.sec_ttl h3::after {
	content: "";
	display: block;
	width: 30px;
	height: 5px;
	background: #fff;
	margin: 5px auto 0;
}
.sec_ttl h3 span {
	color: #F25140;
	font-size: 30px;
}
@media only screen and (min-width: 768px) {
	.sec_ttl img {
		width: 200px;
	}
	.sec_ttl h3 {
		font-size: clamp(24px,4.68vw,60px);
	}
	.sec_ttl h3 span {
		font-size: clamp(30px,6.25vw,80px);
	}
}
@media only screen and (min-width: 1024px) {
	.sec_ttl img {
		width: unset;
	}
	.sec_ttl h3 {
		margin: 34px 0 0;
	}
	.sec_ttl h3::after {
		width: 80px;
	}
}
@media only screen and (min-width: 1280px) {
	.sec_ttl h3 {
		font-size: 60px;
	}	
	.sec_ttl h3 span {
		font-size: 80px;
	}
}
.flow_wrap_appli {
	border-top: 4px solid #F25140;
}
.flow_wrap_inner {
	background: #fff;
	width: 100%;
	padding: 36px 0 50px;
}
.flow_wrap_ttl_area {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 23px;
}
.flow_ttl_icon img {
	width: 100px;
}
.flow_ttl h4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
}
.flow_ttl h4::after {
	content: "";
	display: block;
	background: url(../images/application/ttl_line.svg) left center/ 6px 6px repeat-x;
	width: 100%;
	height: 9px;
	margin: 15px 0 0;
}
.flow_menu_ttl {
	display: none;
}
.flow_menu_ttl_sp {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin: 15px auto 0;
	width: 300px;
}
.flow_menu {
	display: flex;
	align-items: center;
	justify-self: flex-start;
	border: 3px solid #F25140;
	border-radius: 10px;
	padding: 0 0 0 17px;
	font-size: 13px;
	position: relative;
	line-height: 1.1;
	height: 34px;
}
.flow_menu svg {
	position: absolute;
	right: -1px;
	top: -15px;
	width: 34px;
}
#flow_menu_btn {
	fill: #F25140;
}
.flow_step_area {
	margin: 30px 0 0;
}
.flow_step_area_02 {
	margin: 42px 0 0;
}
.flow_step_area_ttl_box {
	text-align: center;
}
.flow_step_area_ttl {
	font-size: 20px;
	text-align: center;
	background: #F25140;
	border-radius: 10px;
	width: 100%;
	color: #fff;
	line-height: 1.5;
	padding: 2px 0;
}
.flow_step_list_box {
	margin: 16px 0 0;
}
.flow_step_list {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
}
.flow_step_item {
	background: #EFF2F3;
	border-radius: 10px;
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	width: 286px;
	height: 100px;
	padding: 0 34px 0 46px;
}
.flow_step_01 img {
	width: 60px;
}
.flow_step_02 img {
	width: 88px;
}
.flow_step_03 img {
	width: 61px;
}
.flow_step_04 img {
	width: 68px;
}
.flow_step_02 {
	padding: 0 26px 0 46px;
}
.flow_step_num {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	font-size: 11px;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -13px;
}
.flow_step_num span {
	font-size: 31px;
	color: #F25140;
	line-height: 1;
}
.flow_step_txt {
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
}
.step_arw {
	position: absolute;
	bottom: -28px;
	right: 50%;
	transform: translateX(-50%) rotate(90deg);
	width: 8px;
	fill: #f25140;
}
@media only screen and (min-width: 768px) {
	.flow_ttl h4 {
		font-size: clamp(24px,4.37vw,56px);
	}
	.flow_ttl h4::after {
		background: url(../images/application/ttl_line.svg) left center/ 9px 9px repeat-x;
	}
	.flow_menu_ttl {
		display: flex;
		gap: 20px;
		margin: 20px 0 0;
	}
	.flow_menu_ttl_sp {
		display: none;
	}
	.flow_ttl_icon img {
		width: 130px;
	}
	.flow_menu {
		font-size: 14px;
		width: 220px;
		padding: 0 0 0 7px;
	}
	.flow_menu02 {
		width: 210px;
	}
	.flow_step_area_ttl {
		font-size: clamp(20px,3.12vw,40px);
	}
	.flow_step_txt {
		font-size: clamp(16px,1.87vw,24px);
	}
	.flow_step_num {
		font-size: clamp(11px,1.87vw,24px);
		left: -18px;
	}
	.flow_step_num span {
		font-size: clamp(31px,5.07vw,65px);
	}
}
@media only screen and (min-width: 1024px) {
	.flow_wrap_appli {
		border-top: 8px solid #F25140;
	}
	.flow_ttl h4::after {
		margin: 30px 0 0;
	}
	.flow_wrap_inner {
		padding: 100px 0;
	}
	.flow_wrap_ttl_area {
		gap: 45px;
	}
	.flow_ttl_icon img {
		width: 200px;
	}
	.flow_menu {
		width: 280px;
		height: 48px;
		padding: 0 0 0 16px;
		font-size: 16px;
	}
	.flow_menu02 {
		width: 270px;
	}
	.flow_menu_ttl {
		margin: 35px 0 0;
	}
	.flow_menu svg {
		width: 48px;
		top: -8px;
	}
	.flow_step_area {
		margin: 20px 0 0;
	}
	.flow_step_area_02 {
		margin: 80px 0 0;
	}
	.flow_step_list_box {
		margin: 70px 0 0;
	}
	.flow_step_list {
		flex-direction: row;
		justify-content: center;
		gap: 30px;
	}
	.flow_step_item {
		border-radius: 20px;
		flex-direction: column;
		justify-content: flex-end;
		padding: 0 0 25px;
		height: 230px;
		width: calc((100% - 120px)/4);
	}
	.flow_step_01 img,
	.flow_step_03 img,
	.flow_step_04 img {
		width: 110px;
	}
	.flow_step_02 img {
		width: 140px;
	}
	.flow_step_01,
	.flow_step_03 {
		gap: 13px 0;
	}
	.flow_step_02 {
		gap: 10px 0;
	}
	.flow_step_04 {
		gap: 20px 0;
	}
	.flow_step_num {
		top: 5px;
		left: 0;
	}
	.step_arw {
		bottom: 50%;
		transform: translateY(50%);
		right: -23px;
		width: 15px;
	}
}
@media only screen and (min-width: 1280px) {
	.flow_wrap_ttl_area {
		gap: 95px;
	}
	.flow_ttl_icon img {
		width: 260px;
	}
	.flow_ttl h4 {
		font-size: 56px;
	}
	.flow_menu {
		font-size: 20px;
		height: 58px;
		width: 330px;
	}
	.flow_menu02 {
		width: 320px;
	}
	.flow_menu svg {
		width: unset;
		top: -3px;
	}
	.flow_step_area_ttl {
		font-size: 40px;
	}
	.flow_step_list_box {
		margin: 100px auto 0;
		width: 90%;
	}
	.flow_step_list {
		gap: 50px;
	}
	.flow_step_item {
		height: 339px;
		width: calc((100% - 150px)/4);
		padding: 0 0 37px;
	}
	.flow_step_01 img,
	.flow_step_03 img,
	.flow_step_04 img {
		width: unset;
	}
	.flow_step_02 img {
		width: 200px;
	}
	.flow_step_01 {
		gap: 22px 0;
	}
	.flow_step_02 {
		padding: 0 0 30px;
		gap: 6px 0;
	}
	.flow_step_03 {
		gap: 13px 0;
	}
	.flow_step_04 {
		gap: 30px 0;
	}
	.flow_step_num span {
		font-size: 65px;
	}
	.flow_step_txt {
		font-size: 24px;
	}
	.flow_step_num {
		top: 4px;
		font-size: 24px;
	}
	.step_arw {
		right: -37px;
		width: unset;
	}
}
@media only screen and (min-width: 1390px) {
	.flow_ttl_icon img {
		width: 100%;
	}
	.flow_menu {
		font-size: 25px;
		width: 392px;
	}
	.flow_menu02 {
		width: 378px;
	}
	.flow_step_02 img {
		width: unset;
	}
}
@media only screen and (min-width: 1440px) {
	.flow_step_list_box {
		width: unset;
	}
}
/* ボタン */
.more_btn_area {
	margin: 40px 0 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 13px;
}
.more_btn_area_02 {
	margin: 20px 0 0;
}
.more_btn02_m {
	margin: 20px 0 0;
	text-align: center;
}
.more_btn01 {
	position: relative;
	display: inline-block;
	background: transparent;
	border-radius: 40px;
	outline: none;
	transition: all .3s ease;
	width: 300px;
	cursor: pointer;
}
.more_btn01 span {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 19px 7px 18px;
	background:#fff;
	border: solid 2px #222;
	border-radius: 40px;
	color:#222;
	font-size: 16px;
	line-height: 1.3;
	transition: all 0.3s ease;
}
.more_btn01 img {
	width: 17px;
	margin: 0 0 5px;
}
.pushright:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 4px;
	width: 100%;
	height: 100%;
	border-radius: 40px;
	background: #222;
}
.more_btn02 {
	border-radius: 10px;
	text-align: center;
	position: relative;
	height: 70px;
}
.more_btn02 span {
	justify-content: center;
	border-radius: 10px;
	font-size: 16px;
	line-height: 1.5;
	height: 70px;
	padding: 5px 0 0;
}
.more_btn02.more_btn_long_txt span {
	font-size: 13px;
}
.more_btn02.pushright:before {
	border-radius: 10px;
	top: 2px;
	left: 4px;
}
.more_btn02 img {
	width: 12px;
	position: absolute;
	top: 50%;
	right: 19px;
	transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
	.more_btn02_m {
		margin: 30px 0 0;
	}
	.more_btn01 {
		width: 50%;
	}
	.more_btn02 {
		width: 300px;
	}
	.more_btn01 span {
		font-size: clamp(16px,1.87vw,24px);
	}
	.more_btn02 span {
		font-size: clamp(16px,2.34vw,30px);
		padding: 5px 0 0;
	}
	.more_btn02.more_btn_long_txt span {
		font-size: clamp(13px,2.34vw,30px);
	}
	.more_btn02 img {
		width: 14px;
		right: 27px;	
	}
}
@media only screen and (min-width: 1024px) {
	.more_btn_area {
		gap: 30px;
	}
	.more_btn01:hover {
		transition: all .3s ease-out;
	}
	.more_btn01 span {
		padding: 16px 24px 10px 26px;
		border: solid 4px #222;
		gap: 2%;
	}
	.more_btn01 img {
		width: unset;
	}
	.pushright:hover span {
		transform: translate(4px, 4px);
	}
	.more_btn02 {
		border-radius: 24px;
		width: 600px;
		height: 86px;
	}
	.more_btn02 span {
		border-radius: 24px;
		height: 86px;
		padding: 5px 0 0;
	}
	.more_btn02.pushright:before {
		border-radius: 24px;
		top: 5px;
		left: 5px;
	}
	.more_btn02.pushright:hover span {
		transform: translate(5px, 5px);
		background: #FFD445;
	}
	.more_btn02 img {
		width: unset;
	}
}
@media only screen and (min-width: 1280px) {
	.more_btn01 span {
		font-size: 24px;
	}
	.more_btn02 span {
		font-size: 30px;
	}
	.more_btn02.more_btn_long_txt span {
		font-size: 30px;
	}
	.more_btn01 br {
		display: none;
	}
}
@media only screen and (min-width: 1440px) {
	.more_btn_area {
		flex-direction: row;
		gap: 48px;
	}
	.more_btn01 {
		height: 65px;
	}
	.more_btn01 span {
		height: 65px;
		padding: 6px 25px 0 26px;
	}
	.more_btn02 {
		height: 80px;
		padding: 0;
	}
	.more_btn02 span {
		height: 80px;
		padding: 5px 0 0;
	}
}
/* 納付手順動画 */
.flow_movie_area {
	margin: 30px auto 0;
	width: 300px;
}
.flow_movie_ttl {
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 5px;
}
.flow_movie_ttl svg {
	fill: #F25140;
	width: 10px;
}
.flow_movie_box {
	height: 169px;
	margin: 10px 0 0;
}
.flow_movie_box a {
	display: block;
	width: 100%;
	height: 100%;
}
.movies_list_thum {
	position: relative;
	width: 100%;
	margin: 7px auto 0;
}
.img_fit {
	outline: 2px solid #222;
}
.movie_ttl {
	color: #fff;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.088);
	font-size: 12px;
	position: absolute;
	top: 8px;
	left: 14px;
	display: flex;
	align-items: center;
	gap: 5px;
	display: none;
}
.movie_ttl::before {
	content: "";
	display: block;
	border-radius: 50%;
	background: #69D5B4;
	width: 16px;
	height: 16px;
}
.movie_play_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 60px;
}
.txt_note {
	font-size: 13px;
	margin: 15px 0 0;
	color: #222;
}
.pc_view{
	display:none !important;
}
.sp_view{
	display:block !important;
}
.txt_note_2 {
	width:100%;
	margin: 10px 0 0;
	font-size: 12px;
	text-align:center;
	color: #222;
}
@media only screen and (min-width: 768px) {
	.flow_movie_ttl {
		font-size: clamp(16px,1.87vw,24px);
	}
	.flow_movie_ttl {
		gap: 12px;
	}
	.flow_movie_ttl svg {
		width: unset;
	}
	.movie_ttl {
		font-size: 14px;
	}
	.movie_ttl::before {
		width: 20px;
		height: 20px;
	}
}
@media only screen and (min-width: 1024px) {
	.flow_movie_area {
		margin: 80px auto 0;
		width: 605px;
	}
	.flow_movie_box {
		width: 594px;
		height: 304px;
	}
	.movies_list_thum {
		margin: 9px 0 0;
	}
	.img_fit {
		outline: 5px solid #222;
	}
	.movie_ttl {
		top: 15px;
		left: 27px;
		gap: 9px;
	}
	.movie_ttl::before {
		width: 32px;
		height: 32px;
	}
	.movie_play_btn {
		width: 100px;
	}
	.txt_note {
		font-size: 18px;
		margin: 30px 0 0;
	}
	.txt_note_2 {
		width:100%;
		text-align:center;
		font-size: 18px;
		margin: 20px 0 0;
	}
	.pc_view {
		display:block !important;
	}
	.sp_view {
		display:none !important;
	}
}
@media only screen and (min-width: 1280px) {
	.flow_movie_ttl {
		font-size: 24px;
	}
	.movie_play_btn {
		width: unset;
	}
}
/* モーダル設定 */
.dialog_nodisp {
  display: none;
}
.mdl_overlay {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mdl_container {
	display: flex;
	align-items: center;
	justify-content: center;
  width: 100%;
  height: 100%;
	background: #222;
	padding: 0 30px;
}
.mdl_close {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 50px;
	height: auto;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
	.mdl_container {
		padding: 0 100px;
	}
	.mdl_close {
		top: 50px;
		right: 50px;
		width: 77px;
	}
}
/* flow_wrap共通 */
.flow_step_item_02 {
	height: 110px;
	padding: 0 25px;
}
.flow_step_br_02 {
	display: block;
}
@media only screen and (min-width: 768px) {
	.flow_step_txt02 {
		font-size: 16px;
	}
}
@media only screen and (min-width: 1024px) {
	.flow_step_item_02 {
		height: 250px;
		padding: 0 0 25px;
	}
	.flow_step_br {
		display: block;
	}
	.flow_step_br_02 {
		display: none;
	}
}
@media only screen and (min-width: 1200px) {
	.flow_step_txt02 {
		font-size: 18px;
	}
}
@media only screen and (min-width: 1280px) {
	.flow_step_item_02 {
		height: 372px;
		padding: 0 0 30px;
	}
	.flow_step_txt02 {
		font-size: 24px;
	}
}
/* クレジットカード */
.flow_wrap_credit {
	border-top: 4px solid #A392DE;
}
.flow_wrap_credit .flow_menu {
	border: 3px solid #A392DE;
}
.flow_wrap_credit .flow_ttl h4::after {
	background: url(../images/credit-card/ttl_line.svg) left center/ 6px 6px repeat-x;
}
.flow_wrap_credit #flow_menu_btn,
.flow_wrap_credit .step_arw,
.flow_wrap_credit .flow_movie_ttl svg {
	fill: #A392DE;
}
.flow_wrap_credit .flow_step_area_ttl {
	background: #A392DE;
}
.flow_wrap_credit .flow_step_num span {
	color: #A392DE;
}
.flow_wrap_credit .flow_step_04 {
	padding: 0 25px 0 46px;
}
.flow_wrap_credit .flow_step_01 img {
	width: 60px;
}
.flow_wrap_credit .more_btn02_m {
	margin: 15px 0 0;
}

@media only screen and (min-width: 768px) {
	.flow_wrap_credit .flow_ttl h4::after {
		background: url(../images/credit-card/ttl_line.svg) left center/ 9px 9px repeat-x;
	}
	.flow_wrap_credit .flow_step_item_02 {
		padding: 0 35px;
	}
	.flow_wrap_credit .flow_step_04 {
		padding: 0 35px 0 46px;
	}	
}
@media only screen and (min-width: 1024px) {
	.flow_wrap_credit {
		border-top: 8px solid #A392DE;
	}
	.flow_wrap_credit .flow_step_01 img {
		width: 110px;
	}
	.flow_wrap_credit .flow_step_item_02,
	.flow_wrap_credit .flow_step_04 {
		padding: 0 0 25px;
	}
	.flow_wrap_credit .more_btn02_m {
		margin: 20px 0 0;
	}
}
@media only screen and (min-width: 1280px) {
	.flow_wrap_credit .flow_step_01 img {
		width: unset;
	}
	.flow_wrap_credit .flow_step_02 {
		gap: 20px 0;
	}
	.flow_wrap_credit .flow_step_03 {
		padding: 0 0 19px;
	}
	.flow_wrap_credit .flow_step_item_02,
	.flow_wrap_credit .flow_step_04 {
		padding: 0 0 30px;
	}
}
/* 口座振替 */
.flow_wrap_account {
	border-top: 4px solid #63CCAC;
}
.flow_wrap_ttl_account {
	display: flex;
	justify-content: center;
	gap: 20px;
}
.account_ttl_img {
	width: 70px;
}
.flow_wrap_account .flow_ttl h4::after {
	background: url(../images/account/ttl_line.svg) left center/ 6px 6px repeat-x;
}
.flow_wrap_account .step_arw {
	fill: #63CCAC;
}
.flow_wrap_account .flow_step_num span {
	color: #63CCAC;	
}
.flow_wrap_account .flow_step_04 {
	padding: 0 25px 0 46px;
}
.flow_wrap_account .flow_step_02 img {
	width: 70px;
}
@media only screen and (min-width: 768px) {
	.flow_wrap_ttl_account {
		gap: 30px;
	}
	.flow_wrap_ttl_account .flow_ttl {
		width: 297px;
	}
	.account_ttl_img {
		width: 110px;
	}
	.flow_wrap_account .flow_ttl h4::after {
		background: url(../images/account/ttl_line.svg) left center/ 9px 9px repeat-x;
	}
	.more_btn03 {
		width: 600px;
	}
}
@media only screen and (min-width: 1024px) {
	.flow_wrap_account {
		border-top: 8px solid #63CCAC;
	}	
	.flow_wrap_ttl_account .flow_ttl {
		width: 387px;
	}
	.account_ttl_img {
		width: 150px;
	}
	.flow_wrap_account .flow_step_item {
		padding: 0 0 25px;
	}
	.flow_wrap_account .flow_step_02 {
		gap: 30px;
	}
	.flow_wrap_account .flow_step_02 img {
		width: 120px;
	}
	.flow_wrap_account .flow_step_04 {
		padding: 0 0 40px;
		gap: 30px;
	}
	.flow_wrap_account .more_btn_area {
		margin: 80px 0 0;
	}
	.flow_wrap_account .more_btn02_m {
		margin: 30px 0 0;
	}
	.more_btn03 {
		width: 800px;
	}
}
@media only screen and (min-width: 1280px) {
	.flow_wrap_ttl_account {
		gap: 60px;
	}
	.flow_wrap_ttl_account .flow_ttl {
		width: 567px;
	}
	.account_ttl_img {
		width: unset;
	}
	.flow_wrap_account .flow_step_item {
		padding: 0 0 30px;
	}
	.flow_wrap_account .flow_step_01 {
		gap: 7px 0;
	}
	.flow_wrap_account .flow_step_02 {
		padding: 0 0 44px;
		gap: 10px;
	}
	.flow_wrap_account .flow_step_02 img {
		width: 200px;
	}
	.flow_wrap_account .flow_step_03 {
		gap: 7px 0;
	}
	.flow_wrap_account .flow_step_04 {
		gap: 19px 0;
		padding: 0 0 59px;
	}
	.more_btn03 {
		width: 967px;
	}
}
/* ペイジー */
.flow_wrap_pay-easy {
	border-top: 4px solid #3CAFD3;
}
.flow_wrap_pay-easy .flow_ttl h4::after {
	background: url(../images/pay-easy/ttl_line.svg) left center/ 6px 6px repeat-x;
}
.flow_wrap_pay-easy .step_arw {
	fill: #3CAFD3;
}
.flow_wrap_pay-easy .flow_ttl {
	width: 67%;
}
.flow_wrap_pay-easy .flow_step_num span {
	color: #3CAFD3;	
}
.flow_wrap_pay-easy .flow_step_item_02 {
	padding: 0 34px 0 46px;
}
.flow_wrap_pay-easy .flow_step_01 {
	padding: 0 15px 0 46px;
}
.flow_wrap_pay-easy .flow_step_01 img {
	width: 90px;
}
.flow_wrap_pay-easy .flow_step_02 img {
	width: 64px;
}
.flow_wrap_pay-easy .more_btn02 br {
	display: block;
}
@media only screen and (min-width: 768px) {
	.flow_wrap_pay-easy .flow_ttl h4::after {
		background: url(../images/pay-easy/ttl_line.svg) left center/ 9px 9px repeat-x;
	}
	.flow_wrap_pay-easy .more_btn02 br {
		display: none;
	}
	.flow_wrap_pay-easy .more_btn03 {
		width: 450px;
	}
}
@media only screen and (min-width: 1024px) {
	.flow_wrap_pay-easy {
		border-top: 8px solid #3CAFD3;
	}
	.flow_wrap_pay-easy .flow_step_01 {
		gap: 40px;
	}
	.flow_wrap_pay-easy .flow_step_01 img {
		width: 140px;
	}
	.flow_wrap_pay-easy .flow_step_02 img {
		width: 100px;
	}
	.flow_wrap_pay-easy .flow_step_item_02 {
		padding: 0 0 25px;
	}
	.flow_wrap_pay-easy .more_btn_area {
		margin: 80px 0 0;
	}
	.flow_wrap_pay-easy .more_btn03 {
		width: 600px;
	}
}
@media only screen and (min-width: 1280px) {
	.flow_wrap_pay-easy .flow_step_item_02 {
		padding: 0 0 40px;
	}
	.flow_wrap_pay-easy .flow_step_01 {
		gap: 54px;
	}
	.flow_wrap_pay-easy .flow_step_01 img,
	.flow_wrap_pay-easy .flow_step_02 img {
		width: unset;
	}
}
/* eLTAX 電子納税 */
.flow_wrap_eltax {
	border-top: 4px solid #FFD445;
}
.flow_wrap_eltax .flow_step_num span {
	color: #FFD445;	
}
.flow_wrap_eltax .step_arw {
	fill: #FFD445;
}
.flow_wrap_eltax .flow_ttl {
	width: 67%;
}
.flow_wrap_eltax .flow_ttl h4::after {
	background: url(../images/eltax/ttl_line.svg) left center/ 6px 6px repeat-x;
}
.flow_wrap_eltax .flow_step_01 img,
.flow_wrap_eltax .flow_step_03 img {
	width: 80px;
}
.flow_wrap_eltax .flow_step_02 img {
	width: 70px;
}
.flow_wrap_eltax .flow_step_04 img {
	width: 75px;
}
.flow_wrap_eltax .flow_step_02 {
	padding: 0 25px 0 46px;
}
.flow_wrap_eltax .flow_step_04 {
	padding: 0 25px 0 46px;
}
@media only screen and (min-width: 768px) {
	.flow_wrap_eltax .flow_ttl h4::after {
		background: url(../images/eltax/ttl_line.svg) left center/ 9px 9px repeat-x;
	}
	.flow_wrap_eltax .more_btn03 {
		width: 400px;
	}
}
@media only screen and (min-width: 1024px) {
	.flow_wrap_eltax {
		border-top: 8px solid #FFD445;
	}
	.flow_wrap_eltax .more_btn_area {
		margin: 80px 0 0;
	}
	.flow_wrap_eltax .more_btn02_m {
		margin: 30px 0 0;
	}
	.flow_wrap_eltax .flow_step_item_02 {
		gap: 20px;
	}
	.flow_wrap_eltax .flow_step_03,
	.flow_wrap_eltax .flow_step_04 {
		gap: 30px;
	}
	.flow_wrap_eltax .flow_step_02 {
		padding: 0 0 25px;
	}
	.flow_wrap_eltax .flow_step_04 {
		padding: 0 0 25px;
	}
	.flow_wrap_eltax .flow_step_01 img,
	.flow_wrap_eltax .flow_step_02 img,
	.flow_wrap_eltax .flow_step_03 img,
	.flow_wrap_eltax .flow_step_04 img {
		width: 110px;
	}
	.flow_wrap_eltax .more_btn03 {
		width: 600px;
	}
}
@media only screen and (min-width: 1280px) {
	.flow_wrap_eltax .flow_step_item_02 {
		padding: 0 0 41px;
	}
	.flow_wrap_eltax .flow_step_01 {
		padding: 0 0 27px;
	}
	.flow_wrap_eltax .flow_step_02 {
		gap: 37px;
		padding: 0 0 41px;
	}
	.flow_wrap_eltax .flow_step_03 {
		gap: 50px;
	}
	.flow_wrap_eltax .flow_step_04 {
		gap: 38px;
		padding: 0 0 41px;
	}
	.flow_wrap_eltax .flow_step_01 img,
	.flow_wrap_eltax .flow_step_02 img,
	.flow_wrap_eltax .flow_step_03 img,
	.flow_wrap_eltax .flow_step_04 img {
		width: unset;
	}
}
/* バウンスイン */
.bounce-in, .bounce-in-continue, .bounce-in-continue02, .bounce-in-continue03 {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
}
.bounce-in.bounce-in-action, .bounce-in-continue.bounce-in-action, .bounce-in-continue02.bounce-in-action, .bounce-in-continue03.bounce-in-action {
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
	transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
	transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
	transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
/* ページトップ */
.link_top {
	position: absolute;
	right: 20px;
	bottom: 0;
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.link_top a {
	padding: 10px 20px;
	background: #002063;
	border-radius: 25px 25px 0 0;
	color: #fff;
	font-size: 14px;
}