@charset "UTF-8";

/*--- 固定ボタン ---*/

.fixed_btn {
	bottom: 130px;
}

.fixed_btn_app {
	width: 200px;
	display: block;
	color: #fff;
	text-decoration: none;
	background-image: linear-gradient(-45deg, #764ba0 25%, #667ee8 90%);
	border: 2px solid #fff;
	border-radius: 5px;
	position: fixed;
	right: 5px;
	bottom: 60px;
	padding: 20px 10px;
	transition: .3s;
	z-index: 3;
}

.fixed_btn_app:hover {
	color: #fff;
	opacity: 0.6;
}

.fixed_btn_app::after {
	content: "\f019";
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
	position: absolute;
	top: 50%;
	right: 15px;
	margin: -7px 0 0;
}

/*--- 固定ボタンここまで ---*/


/*--- ヘッダーメニュー ---*/

.header_nav {
	width: 100%;
	height: 60px;
	position: sticky;
	top: 0;
	z-index: 3;
}

.header_nav.on {
	position: fixed;
	z-index: 1000;
}

.header_nav a {
	display: block;
	transition: .3s;
}

.header_nav a:hover,
.header_nav a.on {
	color: #667ee8;
}

.header_nav > div {
	width: 100%;
	background: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}

.header_nav > div > div:nth-of-type(1) {
	opacity: 0;
}

.header_nav > div > div:nth-of-type(1).on {
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 1;
}

.header_nav > div > div:nth-of-type(2) {
	display: flex;
	align-items: center;
	gap: 30px;
	background: #fff;
	position: relative;
	padding: 0 30px;
	margin: 0 auto;
}

.header_nav > div > div:nth-of-type(2) > div:nth-of-type(1) a {
	transition: .3s;
}

.header_nav > div > div:nth-of-type(2) > div:nth-of-type(1) a:hover {
	opacity: 0.3;
}

.header_nav > div > div:nth-of-type(2) > div:nth-of-type(1) img {
	width: 100%;
	max-width: 150px;
	vertical-align: bottom;
}

.header_nav > div > div:nth-of-type(2) > ul {
	display: flex;
	gap: 0 30px;
	background: #fff;
}

.header_nav > div > div:nth-of-type(2) > ul > li {
	width: min-content;
	position: relative;
}

.header_nav > div > div:nth-of-type(2) > ul > li > a {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	position: relative;
}

.header_nav > div > div:nth-of-type(2) > ul > li:nth-of-type(-n+4) > a::after {
	content: "";
	width: 6px;
	height: 6px;
	border-right: solid 2px #444;
	border-top: solid 2px #444;
	position: absolute;
	bottom: 10px;
	transform: rotate(135deg);
	transition: .3s;
}

.header_nav > div > div:nth-of-type(2) > ul > li:nth-of-type(-n+4) > a.on::after {
	border-right: solid 2px #667ee8;
	border-top: solid 2px #667ee8;
	transform: rotate(-45deg);
}

.header_nav > div > div:nth-of-type(2) > ul > li a + ul {
	width: 250px;
	height: 0;
	background: #fff;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 5px 4px 0 rgb(0, 0, 0, 20%);
	position: absolute;
	top: 60px;
	left: -90px;
	opacity: 0;
	overflow: hidden;
	padding: 0 20px;
	transition: .3s;
}

.header_nav > div > div:nth-of-type(2) > ul > li:nth-of-type(1) a + ul {
	left: -90px;
}

.header_nav > div > div:nth-of-type(2) > ul > li:nth-of-type(3) a + ul,
.header_nav > div > div:nth-of-type(2) > ul > li:nth-of-type(4) a + ul {
	left: -80px;
}

.header_nav > div > div:nth-of-type(2) > ul > li a + ul li {
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px;
	margin: 0 0 20px;
}

.header_nav > div > div:nth-of-type(2) > ul > li a + ul li:last-of-type {
	border-bottom: none;
	padding: 0;
	margin: 0;
}

.header_nav > div > div:nth-of-type(2) > ul > li a.on + ul {
	height: auto;
	opacity: 1;
	padding: 20px;
}

.header_nav > div > div:nth-of-type(2) > a {
	color: #fff;
	background: #00b050;
	position: absolute;
	right: 30px;
	border-radius: 5px;
	padding: 10px;
}

.header_nav > div > div:nth-of-type(2) > a:hover {
	opacity: 0.3;
}

.header_nav .sp_btn {
	display: none;
}

/*--- ヘッダーメニューここまで ---*/

.fixed-width a {
	transition: .3s;
}

.fixed-width a:hover {
	opacity: 0.3;
}

h1.taxfree {
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 3.4rem;
	background: #444692;
}

.r {
	justify-content: space-between
}

.inner_large {
	padding: 60px 30px !important;
}

.inner_large_bottom {
	padding: 0 30px 60px !important;
}

.main_title {
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.5;
	position: relative;
	margin: 0 0 50px
}

.main_title span {
	font-size: 3.4rem
}

.main_title span.sub_title {
	font-size: 2.4rem
}

.main_title span.sub {
	font-size: 1.5rem;
	font-weight: 400
}

.main_title::after {
	content: '';
	width: 120px;
	height: 5px;
	background: #EBE64D;
	border-radius: 3px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin: 0 -60px
}

.main_title_line {
	font-size: 3rem;
	text-align: center;
	line-height: 1.5;
	margin: 0 0 50px
}

.main_title_line span.line {
	background: linear-gradient(transparent 60%, #EBE64D 50%);
}

.main_title_line span.small {
	font-size: 2.4rem;
}
.main_title_line img {
	max-width: 100%;
}

.sub_title {
	color: #434343;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 30px
}

.sub_title::after {
	display: none
}

.hero_bg {
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(/product/taxfree/images/20210625/taxfree-back.jpg) no-repeat center center;
}

.hero_box {
	display: flex;
	gap: 20px 0;
}

.hero_box a {
	transition: .3s;
}

.hero_box a:hover {
	opacity: 0.3;
}

.hero_box > div:nth-of-type(1) {
	display: flex;
	flex-flow: column;
	justify-content: center;
	margin: auto;
}

.hero_box > div:nth-of-type(1) h1 {
	color: #444692;
	font-size: 2rem;
	text-align: center;
	margin: 0 0 20px;
}

.hero_box > div:nth-of-type(1) h1 img {
	width: 100%;
	max-width: 340px;
	margin: 10px 0 0;
}

.hero_box > div:nth-of-type(1) > a {
	min-width: 300px;
	display: flex;
	justify-content: center;
	color: #fff;
	background-image: linear-gradient(-45deg, #764ba0 25%, #667ee8 90%);
	border-radius: 17px;
	position: relative;
	padding: 10px;
	margin: 0 auto 20px;
}

.hero_box > div:nth-of-type(1) > a::after {
	content: '\f101';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	margin: 0 0 0 5px;
}

.hero_box > div:nth-of-type(1) > div {
	display: flex;
	gap: 20px;
}

.hero_box > div:nth-of-type(1) > div a {
	display: block;
}

.hero_box > div:nth-of-type(1) > div a img {
	width: 120px;
	object-fit: contain;
}

.hero_box > div:nth-of-type(1) > div a:nth-of-type(2) img {
	height: 36px;
	background: #fff;
	border: 1px solid #c6c6c6;
	border-radius: 5px;
	object-fit: contain;
	padding: 5px;
}

.hero_box > div:nth-of-type(2) img {
	width: 100%;
	max-width: 600px;
}

/*お知らせ*/
.oshirase_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	border: solid #ccc;
	border-width: 1px 0;
	padding: 0 20px 0 0;
}

.oshirase_box a,
.ver_box a {
	color: #434343;
	text-decoration: none;
	transition: .3s;
}

.oshirase_box a:hover,
.ver_box a:hover {
	color: #444692;
}

.oshirase_box > div:first-of-type {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #444692;
}

.oshirase_box > div:nth-of-type(2) {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.oshirase_box > div:nth-of-type(2) div:first-of-type {
	margin: 0 30px 0 0;
}

.oshirase_box > div:first-of-type,
.ver_box > div:first-of-type {
	width: 20%;
	text-align: center;
	padding: 20px;
}

.oshirase_box > div:nth-of-type(2),
.ver_box > div:nth-of-type(2) {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 57%;
	line-height: 1.5;
}

.oshirase_box > div:last-of-type,
.ver_box > div:last-of-type {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 20%;
	text-align: right;
}

.ver_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	color: #434343;
	background: #f0f1fb;
	border-bottom: 1px solid #ccc;
	padding: 0 20px 0 0;
}

.ver_box > div:first-of-type {
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #ccc;
}

/*お知らせここまで*/

.start_box > div {
	max-width: 750px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin: 0 auto 30px;
}

.start_box > div > div:nth-of-type(1) img {
	width: 100%;
	max-width: 350px;
	border-radius: 10px;
}

.start_box > div > div:nth-of-type(2) p:nth-of-type(1) {
	color: #444692;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 10px;
}

.start_box > div > div:nth-of-type(2) p:nth-of-type(1) img {
	width: 100%;
	max-width: 200px;
	margin: 0 0 -7px;
}

.movie_box {
	max-width: 750px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin: 0 auto 30px;
}

.movie_box > div:nth-of-type(1) p:nth-of-type(1) {
	color: #43468f;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 10px;
}

.movie_box > div:nth-of-type(1) p:nth-of-type(2) {
	margin: 0 0 20px;
}

.movie_box > div:nth-of-type(1) a {
	max-width: 250px;
	display: flex;
	justify-content: center;
	color: #fff;
	background-image: linear-gradient(-45deg, #764ba0 25%, #667ee8 90%);
	border-radius: 17px;
	position: relative;
	padding: 10px;
	margin: 0 auto;
	transition: 0.3s;
}

.movie_box > div:nth-of-type(1) a:hover {
	opacity: 0.3;
}

.movie_box > div:nth-of-type(1) a::after {
	content: '\f101';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	margin: 0 0 0 5px;
}

.movie_box > div:nth-of-type(2) a {
	display: block;
	position: relative;
	transition: .3s;
}

.movie_box > div:nth-of-type(2) a:hover {
	opacity: 0.3;
}

.movie_box > div:nth-of-type(2) a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 50%);
	margin: -25px 0 0 -25px;
}

.movie_box > div:nth-of-type(2) a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	border-top: 10px solid transparent;
	border-left: 16px solid rgba(255, 255, 255, 100);
	border-bottom: 10px solid transparent;
	margin: -10px 0 0 -6px;
}

.erabareru_box {
	margin: 0 0 30px;
}

.erabareru_box > div > div p {
	color: #fff;
	line-height: 1.5;
}

.erabareru_box > div > div p span {
	font-size: 1rem;
	vertical-align: top;
}

.erabareru_box img {
	width: 100%;
}

.erabareru_box > div {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin: 0 0 20px;
}

.erabareru_box > div > div {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}

.erabareru_box > div > div:nth-of-type(1) img {
	max-width: 200px;
}

.erabareru_box > div > div:nth-of-type(2) img {
	max-width: 180px;
}

.erabareru_box > div > div:nth-of-type(3) img {
	max-width: 150px;
}

.erabareru_box > div > div > div:nth-of-type(1) {
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.erabareru_box > div > div > div:nth-of-type(2) {
	min-height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #444692;
	border-radius: 0 0 10px 10px;
	padding: 10px;
}





.tebiki_box {
	overflow: hidden;
	padding: 0 0 60px;
	margin: 0 auto
}

.tebiki_box p {
	width: 100vw;
	color: #fff;
	text-align: center;
	background: #444692;
	position: relative;
	padding: 10px 0;
	margin: 0 calc(50% - 50vw) 30px
}

.tebiki_box p::after {
	content: '';
	border-top: 14px solid #444692;
	border-right: 14px solid transparent;
	border-left: 14px solid transparent;
	position: absolute;
	bottom: -13px;
	left: 50%;
	margin: 0 0 0 -13px
}

.tebiki_box div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 600px;
	margin: 0 auto
}

.tebiki_box a {
	max-width: 290px;
	background: #4187AB
}

.youtube_frame {
	position: relative;
	overflow: hidden;
}

.youtube_box {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

.youtube_box h2 {
	width: 100%;
	color: #444692;
	text-align: center;
	margin: 0 0 30px;
}

.youtube_box h3 {
	color: #444692;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 5px;
}

.youtube_box h3 span {
	font-size: 1.4rem;
}

.youtube_box > div:nth-of-type(1) {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 0 0 20px;
}

.youtube_box > div:nth-of-type(1)::after {
	content: "";
	width: 100vw;
	height: 3px;
	background: #D4D4D4;
	position: absolute;
	bottom: 0;
	margin: 0 calc(50% - 50vw);
}

.youtube_box > div:nth-of-type(n+2) {
	display: none;
	width: 100%;
}

.youtube_box label {
	display: flex;
	justify-content: center;
	align-items: baseline;
	width: calc(99%/3);
	color: #fff;
	background: #999;
	border-bottom: 3px solid #D4D4D4;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.2;
	padding: 15px 0 10px;
	transition: .3s;
}

.youtube_box label:hover {
	cursor: pointer;
	opacity: 0.3;
}

.youtube_box label#ios_btn {
	border-radius: 5px 0 0 0;
}

.youtube_box label#win_btn {
	border-radius: 0 5px 0 0;
}

.youtube_box input[name="youtube_tab"] {
	display: none;
}

#ios:checked ~ #ios_content,
#win:checked ~ #win_content,
#and:checked ~ #stera_content {
	display: flex;
}

.youtube_box input#ios:checked ~ div label#ios_btn:hover,
.youtube_box input#win:checked ~ div label#win_btn:hover,
.youtube_box input#and:checked ~ div label#and_btn:hover {
	opacity: 1;
}

.youtube_box input#ios:checked ~ div label#ios_btn,
.youtube_box input#win:checked ~ div label#win_btn,
.youtube_box input#and:checked ~ div label#and_btn {
	background: #8989BA;
	border-bottom: 3px solid #8989BA;
}

.youtube_box > div:nth-of-type(n+2) {
	justify-content: space-between;
}

.youtube_box > div:nth-of-type(n+2)#win_content {
	justify-content: center;
}

.youtube_box > div:nth-of-type(n+2) > div {
	width: 320px;
}

.youtube_box > div:nth-of-type(n+2) > div > div {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}

.youtube_box > div:nth-of-type(n+2)#win_content h3 {
	height: 27px;
}

.youtube_box > div:nth-of-type(n+2)#win_content > div > div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 321px;
}

.youtube_box > div:nth-of-type(n+2)#win_content > div > div p {
	font-size: 1.6rem;
}

.youtube_box > div:nth-of-type(n+2) > div > div > div {
	background: #fff;
	padding: 20px;
}

.youtube_box > div:nth-of-type(n+2) > div > div > div > div {
	display: flex;
}

.youtube_box > div:nth-of-type(n+2)#ios_content > div > div > div > div p:nth-of-type(1),
.youtube_box > div:nth-of-type(n+2)#ios_content > div > div > div > div p:nth-of-type(2),
.youtube_box > div:nth-of-type(n+2)#stera_content > div > div > div > div p:nth-of-type(1) {
	width: 65px;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	border-radius: 5px;
	padding: 2px 10px;
	margin: 0 10px 10px 0;
}

.youtube_box > div:nth-of-type(n+2)#ios_content > div > div > div > div p:nth-of-type(1) {
	background: #0BD6C2;
}

.youtube_box > div:nth-of-type(n+2)#ios_content > div > div > div > div p:nth-of-type(2) {
	background: #D65315;
}

.youtube_box > div:nth-of-type(n+2)#stera_content > div > div > div > div p:nth-of-type(1) {
	background: #03785d;
}

.youtube_box > div:nth-of-type(n+2) a {
	display: block;
	position: relative;
	transition: .3s;
}

.youtube_box > div:nth-of-type(n+2) a:hover {
	opacity: 0.3;
}

.youtube_box > div:nth-of-type(n+2) a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .8);
	margin: -25px 0 0 -25px;
}

.youtube_box > div:nth-of-type(n+2) a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	border-top: 10px solid transparent;
	border-left: 16px solid rgba(0, 0, 0, .55);
	border-bottom: 10px solid transparent;
	margin: -10px 0 0 -6px;
}

video {
	width: 100%;
	background: #000;
	border-radius: 5px 5px 0 0;
	padding: 5px 0;
}

lite-youtube.youtube {
	width: 100%;
	margin: 0 auto 10px
}

.send_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
	margin: 0 0 50px
}

.send_box > div {
	width: 49%;
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	box-shadow: 0 5px 10px rgb(0 0 0 / 20%)
}

.send_box h2 {
	width: 100%;
	color: #444692;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 30px
}

.send_box h3 {
	display: inline-block;
	color: #667EEA;
	font-size: 1.8rem;
	font-weight: 700;
	position: relative;
	margin: 0 0 10px
}

.send_box h3::before,
.send_box h3::after {
	content: '';
	width: 50%;
	height: 1px;
	background: #667EEA;
	position: absolute;
	bottom: 50%
}

.send_box h3::before {
	left: -80px
}

.send_box h3::after {
	right: -80px
}

.send_box > div > div {
	width: fit-content;
	margin: 0 auto
}

.send_box > div > div img {
	width: 100%;
	max-height: 90px;
	margin: 0 auto 20px;
}

.send_box > div > div > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: fit-content;
	margin: 0 0 10px;
}

.send_box > div > div > div p:first-of-type {
	color: #fff;
	background: #444692;
	border-radius: 16px;
	padding: 5px 10px;
	margin: 0 10px 0 0;
}

.send_number {
	color: #fff;
	text-align: center;
	background: #4187AB;
	border-radius: 5px;
	padding: 10px;
	margin: 0 0 30px;
}

a.send_btn {
	max-width: 400px;
	background: #D19345;
	margin: 0 auto;
}

.plans_box > div:nth-of-type(1) {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	background: #fff;
	box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
	border: 1px solid #D4D4D4;
	border-radius: 10px;
	margin: 0 0 50px;
}

.plans_box > div:nth-of-type(1) > a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 5px;
	transition: .3s;
}

.plans_box > div:nth-of-type(1) > a::before {
	content: "";
	width: 1px;
	height: 300px;
	background: #D4D4D4;
	position: absolute;
	right: 0;
}

.plans_box > div:nth-of-type(1) > a:last-of-type::before {
	display: none;
}

.plans_box > div:nth-of-type(1) > a:hover {
	background: #fff;
	border-radius: 10px;
	background-image: linear-gradient(-45deg, #764ba0 25%, #667ee8 90%);
	box-shadow: 0 5px 3px rgb(0 0 0 / 20%);
	transform: scale(1.1);
	opacity: 1;
	z-index: 2;
}

.plans_box > div:nth-of-type(1) > a:hover::before {
	display: none;
}

.plans_box > div:nth-of-type(1) > a > div {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	background: #fff;
	border-radius: 6px;
	position: relative;
	padding: 20px 10px 30px;
}

.plans_box > div:nth-of-type(1) > a h3 {
	font-size: 2rem;
	font-weight: bold;
}

.plans_box > div:nth-of-type(1) > a:nth-of-type(1) h3,
.plans_box > div:nth-of-type(1) > a:nth-of-type(1) > div > div p {
	color: #232952;
}

.plans_box > div:nth-of-type(1) > a:nth-of-type(2) h3,
.plans_box > div:nth-of-type(1) > a:nth-of-type(2) > div > div p {
	color: #377391;
}

.plans_box > div:nth-of-type(1) > a:nth-of-type(3) h3,
.plans_box > div:nth-of-type(1) > a:nth-of-type(3) > div > div p {
	color: #707599;
}

.plans_box > div:nth-of-type(1) > a:nth-of-type(4) h3,
.plans_box > div:nth-of-type(1) > a:nth-of-type(4) > div > div p {
	color: #5A6AD1;
}

.plans_box > div:nth-of-type(1) > a img {
	width: 160px;
	height: 100px;
	object-fit: contain;
}

.plans_box > div:nth-of-type(1) > a > div > div {
	height: 120px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.plans_box > div:nth-of-type(1) > a > div > div p {
	line-height: 1.3;
}

.plans_box > div:nth-of-type(1) > a > div > div p:nth-of-type(odd) span {
	font-size: 1.8rem;
	font-weight: bold;
}

.plans_box > div:nth-of-type(1) > a > div > div p:nth-of-type(even) {
	font-size: 1.2rem;
	text-align: right;
}

.plans_box > div:nth-of-type(1) > a > div > p {
	width: 100%;
	max-width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 22px;
	box-shadow: 0 5px 3px rgb(0 0 0 / 20%);
	position: absolute;
	bottom: -23px;
	padding: 10px;
}

.plans_box > div:nth-of-type(1) > a > div > p::after {
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	margin: 0 0 0 5px;
}

.plans_box > div:nth-of-type(1) > a:nth-of-type(1) > div > p {
	background: #232952;
}

.plans_box > div:nth-of-type(1) > a:nth-of-type(2) > div > p {
	background: #377391;
}

.plans_box > div:nth-of-type(1) > a:nth-of-type(3) > div > p {
	background: #707599;
}

.plans_box > div:nth-of-type(1) > a:nth-of-type(4) > div > p {
	background: #5A6AD1;
}

.plans_box > div:nth-of-type(1) > a:nth-of-type(3) > div > div > p:nth-of-type(2) {
	margin: 0 32px 0 0;
}

.plans_box > div:nth-of-type(1) > a:nth-of-type(3) > div > div > p:nth-of-type(4) {
	margin: 0 17px 0 0;
}

.plans_box > div:nth-of-type(2) > div {
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin: 0 0 10px;
}

.plans_box > div:nth-of-type(2) > div:last-of-type {
	margin: 0 0 30px;
}

.plans_box > div:nth-of-type(2) > div > p:nth-of-type(1) {
	white-space: nowrap;
	background: #fff;
	border: 1px solid;
	border-radius: 5px;
	padding: 0 10px;
	position: relative;
	top: 5px;
}

.plans_box > p {
	max-width: 800px;
	text-align: center;
	background: #fff;
	border: 2px dotted #f55a5a;
	border-radius: 10px;
	padding: 20px;
	margin: 0 auto 30px;
}

a.plancheck_bg {
	display: block;
	width: 100%;
	height: 100px;
	background-color: #4187AB;
	border-radius: 10px;
	position: relative;
	margin: 0 auto;
	transition: .3s
}

a.plancheck_bg:hover {
	opacity: .3
}

.plancheck_box {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100px;
	background: url(/product/taxfree/images/plancheck_bg.png);
	background-repeat: no-repeat;
	background-position: right -35px;
	background-size: 45%
}

.plancheck_text {
	display: flex;
	flex-flow: column;
	width: fit-content;
	margin: 0 0 0 50px
}

.plancheck_text p:first-of-type {
	width: 100%;
	max-width: 300px;
	color: #4187AB;
	font-weight: 700;
	text-align: center;
	background: #fff;
	border-radius: 5px;
	padding: 5px;
	margin: 0 0 14px
}

.plancheck_text p:last-of-type {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700
}

.plancheck_img {
	width: 100%;
	max-width: 800px
}

.plan_box {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}

.plan_box h2 {
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	text-align: left;
	padding: 20px 0;
	margin: 0 0 0 100px
}

.plan_box h2::after {
	display: none;
}

.plan_box h3 {
	font-size: 1.8rem;
	border-bottom: 3px solid #D4D4D4;
	position: relative;
	margin: 0 0 20px;
}

.plan_box h3::before {
	content: '';
	width: 20%;
	height: 3px;
	position: absolute;
	bottom: -3px;
	left: 0;
}

.plan_box h3:last-of-type::after {
	content: "（税別価格）";
	font-size: 1.4rem;
	position: absolute;
	bottom: 0;
	right: 0;
}

.plan_box.plan_p1 h3:last-of-type::after {
	content: "（税込価格）";
	font-size: 1.4rem;
	position: absolute;
	bottom: 0;
	right: 0;
}

.plan_box.plan_p1 h3::before {
	background: #232952;
}

.plan_box.plan_p3 h3::before {
	background: #707599;
}

.plan_box.plan_p4 h3::before {
	background: #5A6AD1;
}

.plan_box.plan_p2 h3::before {
	background: #377391;
}

.plan_box_top {
	border-radius: 10px 10px 0 0;
	position: relative;
}

.plan_box_top div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
	position: absolute;
	bottom: -17px;
	left: -15px;
	z-index: 1
}

.plan_box_top div p {
	color: #fff;
	font-weight: 700;
	text-align: center
}

.plan_box_top div p span {
	font-size: 3rem
}

.plan_content {
	padding: 40px;
}

.plan_content_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 0 30px
}

.plan_top_left {
	width: 40%;
	text-align: center;
	position: relative
}

.plan_p1 .plan_content_top:nth-of-type(1) .plan_top_left::after {
	content: '';
	width: 55px;
	height: 40px;
	background: url(/assets/img/logo/apple_logo_ios.svg);
	background-size: 55px 40px;
	position: absolute;
	top: 0;
	left: -30px;
}

.plan_p2 .plan_top_left::after {
	content: '';
	width: 55px;
	height: 40px;
	background: url(/assets/img/logo/android_logo_and_text.svg);
	background-size: 55px 40px;
	position: absolute;
	top: 0;
	left: 0;
}

.plan_p3 .plan_content_top:nth-of-type(1) .plan_top_left::after,
.plan_p4 .plan_top_left::after {
	content: '';
	width: 55px;
	height: 40px;
	background: url(/assets/img/logo/windows_logo_and_text.svg);
	background-size: 55px 40px;
	position: absolute;
	top: 0;
	left: 0;
}

.plan_content_btn {
	display: grid;
	justify-content: center;
	grid-template-columns: repeat(auto-fit, 270px);
	gap: 30px;
	margin: 0 0 50px;
}

.plan_content_btn > div {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.plan_content_btn img {
	height: 54px;
	vertical-align: bottom;
	object-fit: contain;
}

.plan_content_btn a {
	transition: .3s;
}

.plan_content_btn a:hover {
	opacity: 0.3;
}

.plan_content_btn > div > p:nth-of-type(1) {
	width: 100%;
	color: #000;
	font-weight: normal;
	text-align: center;
	background: none;
	border-bottom: 1px solid #666;
	border-radius: 0;
	position: relative;
	padding: 0 0 5px;
	margin: 0 auto 30px;
}

.plan_content_btn > div > p:nth-of-type(1)::after {
	content: '';
	border-top: 10px solid #666;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin: 0 0 0 -10px;
}

.plan_content_btn > div > p:nth-of-type(2) a {
	color: #4187AB;
	position: relative;
}

.plan_content_btn > div > p:nth-of-type(2) a::after {
	content: "\f35d";
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
	margin: 0 0 0 5px;
}

.plan_content_btn img.stera {
	background: #fff;
	border: 1px solid #c6c6c6;
	border-radius: 5px;
	object-fit: contain;
	padding: 5px;
}

.plan_p1 .plan_content_btn a.btn_right {
	min-width: 200px;
	background: #232952;
}

.plan_p2 .plan_content_btn a.btn_right {
	min-width: 250px;
	background: #377391;
}

.plan_p3 .plan_content_btn a.btn_down,
.plan_p3 .plan_content_btn a.btn_right {
	min-width: 200px;
	background: #707599;
}

.plan_top_right {
	width: 58%;
}

.plan_top_right > p:first-of-type {
	color: #fff;
	font-weight: 700;
	text-align: center;
	background: #667EEA;
	border-radius: 5px;
	position: relative;
	padding: 10px;
	margin: 0 0 20px
}

.plan_top_right > p:first-of-type::after {
	content: '';
	border-top: 14px solid #667EEA;
	border-right: 14px solid transparent;
	border-left: 14px solid transparent;
	position: absolute;
	bottom: -13px;
	left: 20%;
}

.plan_top_left div,
.plan_top_right div {
	width: 100%;
	max-width: 330px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

#plan_p3 .plan_top_right > div {
	width: 100%;
	display: flex;
	flex-flow: initial;
	justify-content: center;
	gap: 10px 30px;
	margin: 0 auto;
}

#plan_p3 .plan_top_right > div:first-of-type {
	border-bottom: 1px solid;
	padding: 0 0 20px;
	margin: 0 auto 20px;
}

#plan_p3 .plan_top_right > div > div {
	max-width: fit-content;
	align-items: flex-start;
}

#plan_p3 .plan_top_right > div > div > p:nth-of-type(1) {
	font-weight: bold;
}

#plan_p3 .plan_top_right > div img {
	width: 100%;
	max-width: 130px;
}

.plan_top_right > p > a {
	color: #4187AB;
	border-bottom: 1px solid;
	position: relative;
	transition: .3s;
}

.plan_top_right > p > a:hover {
	opacity: 0.3;
}

.plan_top_right > p > a::after {
	content: "\f107";
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
	margin: 0 0 0 5px;
}

.plan_top_right div p a {
	color: #2e2ed6;
	border-bottom: 1px solid #2e2ed6;
	transition: .3s;
}

.plan_top_right div p a:hover {
	color: #2e2ed6;
	opacity: 0.3;
}

#plan_p1,
#plan_p2,
#plan_p3,
#plan_p4 {
	display: block;
	padding: 70px 0 0;
	margin: -70px 0 50px;
}

.plan_p2 .plan_top_right div,
.plan_p3 .plan_top_left div,
.plan_p3 .plan_top_right div,
.plan_p4 .plan_top_right div {
	max-width: 100%;
	flex-flow: column;
	align-items: center;
}

.plan_p1 .plan_top_left img {
	width: 100%;
	max-width: 230px;
	margin: 0 0 10px;
}

.plan_p3 .plan_top_left img {
	width: 100%;
	max-width: 230px;
}

.plan_p3 .plan_top_left a.btn_down,
.plan_p3 .plan_top_right a.btn_right {
	max-width: 150px;
	background: #707599;
	padding: 12px;
}

.plan_p4 .plan_top_right a.btn_down {
	max-width: 250px;
	background: #5A6AD1;
}

.plan_p4 .plan_top_left img {
	width: 100%;
	max-width: 200px;
}

.plan_p2 .plan_top_left img {
	width: 100%;
	max-width: 150px;
}

.plan_logo_box {
	display: flex;
	justify-content: space-between;
	width: 150px;
	margin: 0 auto;
}

.plan_logo_box img {
	max-height: 40px;
}

.plan_content_middle {
	display: flex;
	justify-content: space-between;
	margin: 0 20px 30px;
	gap: 0 10px;
}

.plan_content_middle div {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	min-height: 165px;
	position: relative
}

.plan_content_middle div:nth-of-type(1) {
	width: 220px;
}

.plan_content_middle div:nth-of-type(2) {
	width: 230px;
}

.plan_content_middle div p:first-of-type {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
	margin: 0 0 20px
}

.plan_content_middle div img {
	max-width: 90px;
	max-height: 70px;
	object-fit: contain;
}

.plan_content_middle div img.logo {
	max-width: 180px;
}

.plan_p2 .plan_content_middle div:nth-of-type(1) img {
	max-width: 130px;
}

.plan_content_middle > img {
	width: 30px;
	height: auto;
	opacity: .3;
}

.plan_content_middle div p:nth-of-type(2) {
	font-size: 2rem;
	font-weight: 700;
}

.plan_p1 .plan_content_middle div p:nth-of-type(2) {
	color: #232952;
}

.plan_p3 .plan_content_middle div p:nth-of-type(2) {
	color: #707599;
}

.plan_p4 .plan_content_middle div p:nth-of-type(2) {
	color: #5A6AD1;
}

.plan_p2 .plan_content_middle div p:nth-of-type(2) {
	color: #377391;
}

.plan_table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 10px;
}

.plan_table th,
.plan_table td {
	text-align: center;
	line-height: 1.5;
	padding: 10px;
}

.plan_table tr th,
.plan_table tr td {
	border-right: 1px solid #D4D4D4;
}

.plan_table tr th:last-of-type,
.plan_table tr td:last-of-type {
	border-right: none;
}

.plan_table tr th span {
	font-weight: 400;
	background: #fff;
	border-radius: 5px;
	padding: 3px 5px;
	margin: 0 0 0 10px;
}

.plan_p1 .plan_table tr th span {
	color: #232952;
}

.plan_p3 .plan_table tr th span {
	color: #707599;
}

.plan_p4 .plan_table tr th span {
	color: #5A6AD1;
}

.plan_p2 .plan_table tr th span {
	color: #377391;
}

.plan_p1 .plan_table th {
	color: #fff;
	background: #232952;
}

.plan_p1 .plan_table tr:nth-child(even) {
	background: #e4e5ea;
}

.plan_p3 .plan_table th {
	color: #fff;
	background: #707599;
}

.plan_p3 .plan_table tr:nth-child(even) {
	background: #eeeef3;
}

.plan_p1 .plan_table tr:last-of-type,
.plan_p2 .plan_table tr:last-of-type,
.plan_p3 .plan_table tr:last-of-type,
.plan_p4 .plan_table tr:last-of-type {
	border-bottom: 1px solid #D4D4D4;
}

.plan_p4 .plan_table th {
	color: #fff;
	background: #5A6AD1;
}

.plan_p4 .plan_table tr:nth-child(even) {
	background: #ebedfa;
}

.plan_p2 .plan_table th {
	color: #fff;
	background: #377391;
}

.plan_p2 .plan_table th:first-of-type {
	width: 30%;
}

.plan_p2 .plan_table tr:nth-child(even) {
	background: #e6eef2;
}

.kihonkinou_box {
	margin: 0 0 60px;
}

.kihonkinou_box h2.sub_title {
	margin: 0 0 50px;
}

.kihonkinou_box h2 img {
	width: 100%;
	max-width: 250px;
	margin: 0 0 -10px 0;
}

.kihonkinou_box > div {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 30px 10px;
}

.kihonkinou_box > div > div {
	display: flex;
	justify-content: center;
	background: #e8e8e8;
	border-radius: 10px 10px 0 0;
	position: relative;
	padding: 30px 20px 0;
}

.kihonkinou_box > div > div a img {
	width: 100%;
}

.kihonkinou_box > div > div p {
	width: 100%;
	max-width: 170px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #444692;
	border-radius: 20px;
	position: absolute;
	top: -20px;
}

.feature_box {
	width: 100%;
	position: relative;
}

.feature_left {
	width: 55%;
}

.feature_left > div:nth-of-type(1) {
	display: flex;
	justify-content: center;
	gap: 30px;
}

.feature_left > div:nth-of-type(1) a:nth-of-type(2) {
	background: #377391;
}

.feature_left a {
	max-width: 300px;
	background: #00742E
}

.feature_right {
	width: 40%;
	text-align: center
}

.feature_content {
	width: calc(90%/3)
}

.feature_inner {
	display: flex;
	align-items: center;
	flex-flow: column;
	max-width: 250px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
	padding: 10px;
	margin: 0 auto 20px
}

.feature_inner p:last-of-type {
	color: #4956AB
}

.feature_inner img {
	height: 80px;
	margin: 10px 0
}

a.csv_img {
	display: block;
	position: relative;
	transition: .3s
}

a.csv_img:hover {
	opacity: .3
}

a.csv_img::after {
	content: '';
	width: 150px;
	height: 30px;
	background: rgba(0, 0, 0, .3);
	position: absolute;
	bottom: 50%;
	left: 50%;
	z-index: 1;
	margin: 0 0 -15px -75px
}

.csv_img p {
	color: #fff;
	position: absolute;
	bottom: 50%;
	left: 50%;
	z-index: 2;
	margin: 0 0 -10px -50px
}

.csv_table {
	padding: 30px 0 0
}

.csv_table table {
	width: 100%
}

.csv_table table tr {
	border-bottom: rgba(0, 0, 0, .1) 1px solid
}

.csv_table table thead {
	background: #444692
}

.csv_table table thead th {
	padding: 10px;
	color: #fff;
	font-weight: 700
}

.csv_table table tbody th {
	padding: 10px;
	color: #fff;
	font-weight: 700;
	background: #444692
}

.csv_table table tbody td {
	padding: 10px
}

.csv_table table tbody tr td:nth-child(2) {
	text-align: left
}

.csv_table table tbody tr td:nth-child(6) {
	text-align: left
}

a.csv_btn {
	max-width: 400px;
	background: #D19345
}

.csv_title {
	color: #273781
}

.support_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap
}

.support_box div {
	width: calc(97%/3)
}

.support_box img {
	width: 100%;
	margin: 0 0 20px
}

.support_box h3 {
	color: #444692;
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	margin: 0 0 20px
}

.support_box p {
	font-size: .8em;
	line-height: 1.5
}

.spec_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 4px;
	padding: 15px;
	margin: 0 0 10px
}

.spec_box > div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30%;
	border-right: 1px solid rgba(0, 0, 0, .1);
	padding: 0 10px
}

.spec_box > div:nth-of-type(2) {
	width: 40%
}

.spec_box > div:last-of-type {
	border-right: none
}

.spec_box > div > div:first-of-type {
	margin: 0 10px 0 0
}

.spec_box > div > div > p {
	position: relative;
	padding: 0 0 0 55px;
	margin: 0 0 5px
}

.spec_box > div > div > p:last-of-type {
	margin: 0
}

.spec_box > div:nth-of-type(2) > div > p:last-of-type {
	padding: 0
}

.spec_box > div > div > p:first-of-type::after {
	content: 'OS';
	display: block;
	width: 50px;
	color: #fff;
	text-align: center;
	background: #666;
	position: absolute;
	top: 0;
	left: 0
}

.spec_box > div:last-of-type > div > p:first-of-type::after {
	content: 'OS';
	display: block;
	width: 50px;
	color: #fff;
	text-align: center;
	background: #666;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -10px 0 0
}

.spec_box > div:first-of-type > div > p:last-of-type::after {
	content: '解像度';
	display: block;
	width: 50px;
	color: #fff;
	text-align: center;
	background: #666;
	position: absolute;
	top: 0;
	left: 0
}

.spec_box img {
	width: auto;
	height: 40px
}

.spec_box p {
	font-size: .8em;
	line-height: 1.5
}

.faq_box {
	margin: 0 0 30px;
}

.faq_box h2 {
	display: flex;
	align-items: center;
	width: fit-content;
	font-size: 1.4rem;
	text-align: left;
	position: relative;
	margin: 0 0 20px
}

.faq_box h2::before {
	content: '';
	width: 30px;
	height: 30px;
	background: url(/product/atkessai/images/Q.svg);
	background-repeat: no-repeat;
	margin: 0 10px 0 0
}

.faq_box h2.label1::after,
.faq_box h2.label5::after {
	width: fit-content;
	height: auto;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	border-radius: 0;
	position: absolute;
	bottom: 5px;
	right: -40px;
	left: auto;
	padding: 5px;
	margin: 0
}

.faq_box h2.label1::after {
	content: "導入";
	background: #506f53
}

.faq_box h2.label5::after {
	content: "料金";
	background: #3d6781
}

.faq_list li:first-of-type {
	padding-top: 20px;
	border-bottom: 1px dotted #0097a7;
	margin: 0 0 20px
}

.faq_btn {
	display: block;
	width: 100%;
	color: #101010;
	text-align: center;
	background-color: #f2f2f2;
	border: 1px solid #454545;
	position: relative;
	padding: 15px
}

.taxfree_text {
	display: block;
	max-width: 600px;
	text-align: center;
	margin: 0 auto 30px
}

.taxfree_box {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
	margin: 0 0 50px
}

.taxfree_box:last-of-type {
	margin: 0
}

.taxfree_box h3 {
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	text-align: left;
	padding: 20px 0;
	margin: 0 0 0 50px
}

.taxfree_box_top {
	background: #4956AB;
	border-radius: 10px 10px 0 0;
	position: relative
}

.taxfree_box_bottom {
	padding: 40px
}

.taxfree_box_inner {
	max-width: 800px;
	margin: 0 auto
}

.taxfree_box img {
	width: 100%;
	object-fit: contain
}

.taxfree_box img.flow_main {
	display: block;
	margin: 0 auto
}

.taxfree_send_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.taxfree_send_box div {
	width: 48%
}

.taxfree_send_box img {
	display: block;
	max-height: 100px;
	background: #F6F6F6;
	border-radius: 5px;
	padding: 10px;
	margin: 0 auto 20px
}

.taxfree_send_box p:nth-of-type(1) {
	color: #444692;
	font-size: 2rem;
	font-weight: 700;
	margin: 0 0 10px
}

.taxfree_send_box p:nth-of-type(2),
.taxfree_send_box p:nth-of-type(4) {
	display: inline-block;
	width: 100px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	padding: 3px 0;
	margin: 0 0 10px
}

.taxfree_send_box p:nth-of-type(2) {
	background: #444692
}

.taxfree_send_box p:nth-of-type(3),
.taxfree_send_box p:nth-of-type(5) {
	position: relative
}

.taxfree_send_box p:nth-of-type(3)::after,
.taxfree_send_box p:nth-of-type(5)::after {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	top: -26px;
	left: 0
}

.taxfree_send_box p:nth-of-type(3)::after {
	border-bottom: 1px solid #444692
}

.taxfree_send_box p:nth-of-type(3) {
	margin: 0 0 20px
}

.taxfree_send_box p:nth-of-type(4) {
	background: #707070
}

.taxfree_send_box p:nth-of-type(5)::after {
	border-bottom: 1px solid #707070
}

.taxfree_ready_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px 0
}

.taxfree_ready_box div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 49%;
	background: #F6F6F6;
	border-radius: 5px;
	padding: 10px
}

.taxfree_btn_box a:first-of-type {
	margin: 0 20px 0 0
}

.taxfree_ready_box img {
	max-width: 50px;
	max-height: 50px;
	object-fit: contain;
	margin: 0 10px 0 0
}

.taxfree_btn_box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 0 30px
}

.taxfree_btn_box a {
	max-width: 300px;
	background: #D19345
}

a.taxfree_kokuzei {
	color: #4187AB;
	position: relative;
	transition: .3s
}

a.taxfree_kokuzei:hover {
	opacity: .3
}

a.btn_right,
a.btn_down,
a.btn_dl,
a.btn_pdf {
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	box-shadow: 4px 4px 0 rgb(0 0 0 / 20%);
	position: relative;
	padding: 20px 10px;
	transition: .3s
}

a.btn_right:hover,
a.btn_down:hover,
a.btn_dl:hover,
a.btn_pdf:hover {
	opacity: .3
}

a.btn_down::after {
	content: '\f107';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	position: absolute;
	margin: 0 0 0 5px;
}

a.btn_right::after {
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	position: absolute;
	margin: 0 0 0 5px;
}

a.btn_dl::after {
	content: '';
	background: url(/product/taxfree/images/icon_btn_dl.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 12px;
	height: 100%;
	position: absolute;
	margin: 0 0 0 5px;
}

a.btn_pdf::after {
	content: "\f1c1";
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
	margin: 0 0 0 5px;
}

.table_scroll {
	width: 100%;
	table-layout: inherit;
	white-space: inherit;
	-webkit-overflow-scrolling: touch;
}

.text_small {
	font-size: 1.1rem;
	line-height: 1.5;
}

.text_sup {
	font-size: 1.1rem;
	position: relative;
	top: -5px;
}

.bg_gray {
	background: #F7F7F7;
}

.bg_plan1 {
	background: #232952;
}

.bg_plan2 {
	background: #377391;
}

.bg_plan3 {
	background: #707599;
}

.bg_plan4 {
	background: #5A6AD1;
}

.w_medium {
	width: 100%;
	max-width: 300px;
}

.appbanner {
	display: flex;
	padding-top: 10px;
	padding-bottom: 0;
	align-items: flex-end;
}

.appbanner li span {
	display: block;
	text-align: center;
	font-size: 14px;
}

.appbanner li img {
	width: 90%;
}

.appbanner li a:hover {
	opacity: .7
}

h2 {
	color: #434343
}

.page {
	padding-top: 50px !important
}

.heading {
	padding-top: 20px !important;
	margin-bottom: 30px !important
}

h2 .heading {
	color: #3ba899;
	text-align: center;
	overflow: hidden
}

.heading span {
	display: inline-block;
	position: relative
}

.line .heading span:before,
.line .heading span:after {
	content: '';
	border-bottom: 2px solid #b5b5b5;
	width: 45px;
	margin: 0 15px;
	position: absolute;
	bottom: 13px
}

.line .heading span:before {
	right: 100%
}

.line .heading span:after {
	left: 100%
}

h3 {
	color: #434343;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
}

.bg_glay2 {
	background: rgba(226, 224, 232, .49) !important
}

.bg_white {
	background: #fff !important
}

.btn_box {
	text-align: center;
	margin: auto
}

.type_n2 {
	position: relative;
	z-index: 1;
	width: 100%;
	display: block;
	background-color: #4b4a4a;
	padding: 2rem;
	color: #fff;
	text-align: center
}

.type_n3 {
	position: relative;
	z-index: 1;
	width: 100%;
	display: block;
	background-color: #f0f0f0;
	line-height: 20px;
	padding: 1rem;
	color: #000;
	text-align: center
}

.type_n {
	position: relative;
	z-index: 1;
	width: 100%;
	display: block;
	background-image: linear-gradient(-45deg, #764ba0 25%, #667ee8 90%);
	border: none;
	border-radius: 5px;
	padding: 2rem;
	color: #fff;
	text-align: center;
	margin-bottom: 1.5rem;
}

.type_n::after {
	content: "\f019";
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
	position: absolute;
	top: 50%;
	right: 15px;
	margin: -7px 0 0;
}

.type_p {
	position: relative;
	z-index: 1;
	width: 100%;
	display: block;
	background-color: #00b050;
	border: none;
	border-radius: 5px;
	padding: 2rem;
	color: #fff;
	text-align: center;
	margin-bottom: 1.5rem;
}

.type_p::after {
	content: "\f101";
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
	position: absolute;
	top: 50%;
	right: 15px;
	margin: -7px 0 0;
}

.type_w {
	position: relative;
	z-index: 1;
	width: 100%;
	display: block;
	background-color: rgba(255, 255, 255, .19);
	border: 2px solid #444692;
	font-weight: 500;
	padding: 2rem;
	color: #444692;
	text-align: center;
	margin-bottom: 1.5rem
}

.mini {
	font-size: 1.2rem;
	line-height: 22px;
	text-align: right
}

.point {
	font-weight: 500;
	letter-spacing: -.8px;
	color: #444692;
	border: 1px solid #444692;
	border-radius: 20px;
	line-height: 23px;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	padding: 10px 20px;
	margin: auto 0
}

.point span {
	background: linear-gradient(transparent 60%, #fff1b7 60%);
	padding: 0 5px
}

.text_medium {
	font-size: 1.6rem
}

.logo_img {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	flex-wrap: wrap
}

@media screen and (max-width:767px) and (min-width:320px) {
	.mini {
		padding-left: 0;
		text-align: left
	}
}

.title {
	color: #444692;
	font-weight: 600;
	font-size: 3rem
}

.title2 {
	text-align: center;
	font-size: 25px;
	margin-bottom: 20px;
	color: #fff;
	background-color: #444692;
	padding: 15px 10px
}

.menzei_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 30px
}

.menzei_box_left {
	display: flex;
	justify-content: flex-end;
	width: 60%
}

.menzei_box_right {
	display: flex;
	align-items: baseline;
	width: 40%
}

.menzei_box_img {
	width: 100%;
	max-width: 400px;
	margin: 0 65px 0 0
}

.menzei_inner {
	padding: 15px 10px;
	background: #fff5f6;
	border: 1px solid #de9c9c;
	line-height: 25px
}

.menzei h2 {
	margin-bottom: 15px !important
}

.menzei a {
	width: 100%;
	max-width: 340px;
	display: inline-block;
	border: 1px solid #d1193d;
	background: #fff;
	color: #d1193d;
	padding: 5px 0
}

.text {
	color: rgb(212, 12, 43);
	font-size: 16px;
	line-height: 19px;
	padding: 5px 0;
	display: block;
	width: 80%;
	border: 1px solid #de9c9c
}

#intro .intro_info {
	background-color: #fff
}

#intro .intro_info .taxfree_info {
	color: #d32d2d;
	text-align: center;
	background: rgba(255, 245, 242, .57);
	font-weight: 500;
	font-size: 17px;
	padding: 10px;
	margin: 15px 0 20px;
	line-height: 25px
}

#intro .intro_info .taxfree_info span {
	font-size: 85%
}

#intro .intro_info .flow_box {
	display: flex;
	justify-content: space-between
}

#intro .intro_info .flow_box .flow_inner {
	background: #fff;
	position: relative;
	width: calc(80%/4);
	text-align: center;
	padding: 16px 5px;
	border: 1px solid #444692
}

#intro .intro_info .flow_box .flow_inner img {
	max-height: 60px
}

#intro .intro_info .flow_box .flow_inner p {
	font-size: 16px;
	font-weight: 400;
	color: #3c3c3c;
	width: auto
}

#intro .intro_info .flow_box .flow_inner:first-child::after {
	position: absolute;
	content: '';
	top: 50%;
	left: -30px
}

#intro .intro_info .flow_box .flow_inner::after {
	position: absolute;
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #444692;
	font-size: 15px;
	top: 50%;
	left: -40px
}

#intro .intro_info .price {
	margin-top: 20px;
	color: #d32d2d;
	font-size: 40px;
	font-weight: 600;
	text-align: center;
	margin: 0 auto
}

#intro .intro_info .price span {
	font-size: 55%;
	margin: 0 10px
}

.text_blue_small {
	color: #444692;
	font-size: 1em;
	font-weight: 700
}

.list_sendtype {
	font-weight: 300;
	line-height: 1.5;
	margin: 0 0 10px
}

.list_sendtype li {
	list-style: disc;
	margin: 0 0 0 1.5em;
	font-size: 13px
}

.tf3---sending.rt h4 span {
	color: #13202c;
	background: #ddf5f4;
	font-size: 1.4rem;
	font-weight: 500;
	padding: 5px 10px;
	margin: 0 0 0 10px
}

#denshika .offer_box {
	border: 1px solid #d32d2d52;
	padding: 30px 10px;
	margin: 0 0 30px
}

#denshika .offer_box figcaption {
	color: #d32d2d !important;
	font-size: 22px !important;
	font-weight: 600 !important;
	margin-bottom: 20px;
	text-align: center
}

#denshika .offer_box h3 {
	color: #434343;
	font-size: 17px;
	line-height: 30px;
	font-weight: 400
}

#denshika .offer_box .menzei_offer {
	display: flex
}

#denshika .offer_box a {
	color: #d32d2d;
	border: 1px solid #d32d2d;
	padding: 5px 10px
}

#eatmenzei h4 {
	font-size: 16px
}

#eatmenzei .function_box {
	margin-top: 10px;
	border: 1px solid #d6d6d6;
	padding: 20px
}

#pos1 h4,
#pos2 h4 {
	text-align: left;
	font-size: 18px;
	color: #444692;
	border: 1px solid #444692;
	background: #eef0fd;
	padding: 15px 20px;
	margin: 0 0 20px;
	line-height: 25px
}

#pos1 .case img,
#pos2 .case img {
	border: 1px solid #ddd;
	padding: 15px
}

#pos1 .pos_button .col-6 a,
#pos2 .pos_button .col-6 a {
	background: #ebf0fd;
	width: 96%;
	display: block;
	padding: 20px 0;
	font-size: 16px;
	color: #444692;
	font-weight: 600;
	border-radius: 4px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out
}

#pos1 .pos_button .col-6 a::after,
#pos2 .pos_button .col-6 a::after {
	content: "▼";
	margin-left: 10px
}

#pos1 .pos_button .col-6 a:hover,
#pos2 .pos_button .col-6 a:hover {
	opacity: .6
}

#pos_price1 .price_box,
#pos_price2 .price_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around
}

#pos_price1 .price_box .price_inner,
#pos_price2 .price_box .price_inner {
	position: relative;
	height: 320px;
	display: flex;
	flex-direction: column;
	padding: 10px;
	width: calc(95%/3);
	text-align: center;
	border: 1px solid #d1d1d1;
	background: #fff;
	margin: auto
}

#pos_price1 .price_box .price_inner:first-child::after,
#pos_price2 .price_box .price_inner:first-child::after {
	content: ''
}

#pos_price1 .price_box .price_inner::after,
#pos_price2 .price_box .price_inner::after {
	position: absolute;
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 40px;
	color: #444692;
	top: 50%;
	left: -8.6%;
	margin: -20px 0 0
}

#pos_price1 .price_box .price_inner p,
#pos_price2 .price_box .price_inner p {
	margin-bottom: 10px
}

#pos_price1 .price_box .price_inner .border,
#pos_price2 .price_box .price_inner .border {
	border-top: 1px dotted gray;
	padding: 10px 0 0
}

#pos_price1 .price_box .price_inner .price_title,
#pos_price2 .price_box .price_inner .price_title {
	padding: 15px;
	border-bottom: 1px solid #d4d4d4;
	margin: 0 0 10px
}

#pos_price1 .price_box .price_inner .price_title img,
#pos_price2 .price_box .price_inner .price_title img {
	max-height: 45px
}

#pos_price1 .price_box .price_inner .price_title p,
#pos_price2 .price_box .price_inner .price_title p {
	font-size: 20px
}

#pos_price1 .price_box .price_inner .price_title p span,
#pos_price2 .price_box .price_inner .price_title p span {
	font-size: 80%
}

#pos_price1 .price_box .price_inner .price_title a,
#pos_price2 .price_box .price_inner .price_title a {
	display: block;
	margin-top: 10px !important;
	color: #d32d2d !important;
	border: 1px solid #d32d2d !important;
	padding: 10px !important
}

#pos_price1 .price_box .price_inner .price_contents,
#pos_price2 .price_box .price_inner .price_contents {
	line-height: 30px
}

.price_contents_ma {
	margin: auto
}

#pos_price1 .price_box .price_inner .price,
#pos_price2 .price_box .price_inner .price {
	color: #d32d2d;
	font-size: 40px;
	font-weight: 600;
	text-align: center
}

.price_lh {
	line-height: .7
}

#pos_price1 .price_box .price_inner .price span,
#pos_price2 .price_box .price_inner .price span {
	font-size: 49%;
	margin: 0 10px
}

#renkei .eatmenzei_fomat {
	width: 100%;
	border-collapse: collapse
}

#renkei .eatmenzei_fomat th,
#renkei .eatmenzei_fomat td {
	text-align: left;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #ccc
}

#renkei .eatmenzei_fomat th p,
#renkei .eatmenzei_fomat td p {
	font-size: 15px
}

#renkei .eatmenzei_fomat th {
	width: auto;
	padding: 10px 5px;
	background: #364eb0;
	color: #fafbff;
	text-align: center
}

#renkei .eatmenzei_fomat td {
	width: auto;
	background: #fff;
	color: #333
}

#renkei .eatmenzei_fomat td:nth-child(2) {
	width: 10%;
	background: #fff;
	color: #333
}

#renkei .eatmenzei_fomat td:nth-child(2) {
	width: 30%;
	background: #fff;
	color: #333
}

#renkei .eatmenzei_fomat td:nth-child(3) {
	width: 8%;
	text-align: center;
	background: #fff;
	color: #333
}

#renkei .eatmenzei_fomat td:nth-child(4) {
	width: 13%;
	text-align: center;
	background: #fff;
	color: #333
}

#renkei .eatmenzei_fomat td:nth-child(5) {
	width: 13%;
	text-align: center;
	background: #fff;
	color: #333
}

#renkei .samplecsv {
	font-size: 18px;
	color: #d32d2d;
	text-decoration: underline;
	font-weight: 500
}

#renkei .samplecsv:hover {
	opacity: .7
}

#rental .rentalset {
	background-size: auto auto;
	background-color: #fff;
	background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, #fbfbfb 2px, #fbfbfb 4px)
}

#rental .rentalset p {
	font-size: 13px;
	font-weight: 400
}

#rental .rentalset .rentalset_title {
	background: #3671a3;
	padding: 15px 20px;
	color: #fff;
	font-size: 19px;
	display: flex;
	justify-content: space-between;
	position: relative
}

#rental .rentalset .rentalset_title p {
	color: #fff
}

#rental .rentalset .rentalset_title:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 8px solid transparent;
	border-top: 15px solid #3671a3
}

#rental .rentalset .rentalset_title h3 {
	color: #fff;
	font-size: 20px
}

#rental .rentalset .rentalset_title p {
	font-size: 13px
}

#rental .rentalset .rentalset_contents {
	border-left: solid 1px #ebebeb;
	border-right: solid 1px #ebebeb;
	border-bottom: solid 1px #ebebeb;
	padding: 20px
}

#rental .rentalset .rentalset_contents img {
	width: 70% !important;
	margin: auto;
	text-align: center;
	display: block
}

#rental .rentalset .planwrap {
	width: calc(97%/2);
	border-right: solid 1px #bfbfbf;
	border-bottom: solid 1px #bfbfbf
}

#rental .rentalset .planwrap:first-child {
	margin-right: 15px
}

#rental .rentalset .planbox {
	color: #444692;
	background-color: #fff;
	padding: 5px 8px;
	text-align: center;
	display: block;
	width: 80px;
	font-size: 12px;
	border: 1px solid #3671a3;
	border-radius: 3px;
	margin-bottom: 12px
}

#rental .rentalset .planwrap h4 {
	color: #3671a3;
	letter-spacing: 1.2px;
	margin-bottom: 10px
}

#rental .rentalset .planwrap h3 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #3671a3
}

#rental .rentalset .planwrap span {
	font-size: 60%
}

#rental .rentalset .caution {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 16px;
	margin-bottom: 10px
}

#datasousin .data_price {
	border: 1px solid #dbdbdb
}

#datasousin .data_price p {
	font-size: 20px;
	text-align: center;
	font-weight: 500
}

#datasousin .data_price .price {
	margin-top: 20px;
	color: #d32d2d;
	font-size: 40px;
	font-weight: 600;
	text-align: center;
	margin: 0 auto;
	line-height: 50px
}

#datasousin .data_price .price span {
	font-size: 55%;
	margin: 0 10px
}

#datasousin .data_renkei img {
	width: 90%;
	margin: auto;
	display: block
}

#datasousin .data_renkei ul {
	line-height: 25px
}

#datasousin .data_renkei ul li {
	font-size: 16px;
	padding-left: 16px;
	text-indent: -18px;
	margin-bottom: 10px
}

#datasousin .data_renkei ul li::before {
	content: "□";
	margin-right: 5px
}

#cloud .cloud_content p {
	font-size: 16px
}

#cloud .cloud_content img {
	width: 60%
}

#cloud .cloud_box {
	background: #f8f9fc;
	padding: 15px
}

#cloud .cloud_box p {
	margin-bottom: 20px;
	font-weight: 500;
	text-align: center
}

#cloud .cloud_box p span {
	color: #d32d2d;
	font-weight: 600
}

#cloud .cloud_box .cloud_content {
	background: #fff;
	border: 1px solid #e3e3e3
}

#cloud .cloud_box .cloud_content img {
	width: 65% !important;
	display: block;
	margin: auto
}

#cloud .cloud_box .cloud_content p {
	font-weight: 400
}

#pos .pos h3 {
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 2px
}

#pos .pos p:first-of-type {
	color: #000;
	font-weight: 400;
	margin-top: 10px
}

#pos .pos p {
	padding: 0 10px;
	letter-spacing: .1px
}

.text_purple {
	color: #444692;
	font-size: 1.6rem;
	font-weight: bold;
}

.text_gray {
	color: #434343;
	font-size: 1.8rem;
	font-weight: bold;
}

a.btn_blue {
	display: block;
	max-width: 500px;
	margin: 0 auto;
	padding: 15px 30px;
	border: #444692 2px solid;
	border-radius: 4px;
	color: #444692;
	text-align: center;
	font-size: 1.2em;
	background: #f8f8fb;
	transition: .3s
}

a.btn_blue:hover {
	color: #fff;
	border: #09f 2px solid;
	background: #09f
}

a.link_blue {
	color: #09f;
	transition: .3s
}

a.link_blue:hover {
	color: #09f;
	opacity: .3
}

a.text_link,
a.text_link_window,
a.text_link_pdf,
a.text_link_arrow {
	border-bottom: 1px solid;
	position: relative;
	transition: .3s;
}

a.text_link_blue,
a.text_link_window_blue {
	color: #4187AB;
	border-bottom: 1px solid;
	position: relative;
	transition: .3s;
}

a.text_link_window::after,
a.text_link_window_blue::after {
	content: "\f35d";
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
	margin: 0 0 0 5px;
}

a.text_link:hover,
a.text_link_blue:hover,
a.text_link_window:hover,
a.text_link_window_blue:hover {
	opacity: 0.3;
}

a.text_link_pdf::after {
	content: "\f1c1";
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
	margin: 0 0 0 5px;
}

a.text_link_arrow::after {
	content: "\f101";
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
	margin: 0 0 0 5px;
}

.list_disc li {
	list-style: disc;
	line-height: 1.5;
	margin: 0 0 0 20px;
}

.align_box {
	text-align: center
}

#terms p {
	font-weight: 400
}

#terms h3 {
	font-weight: 700
}

#terms a {
	color: #09f;
	transition: .3s
}

#terms a:hover {
	color: #09f;
	opacity: .3
}

.img_upgrade {
	width: 100%;
	max-width: 630px;
	padding: 5px 0 !important
}

.plan_hand {
	color: #000;
	border: 1px solid #c4c4c4;
	background: #fff;
	font-weight: 600;
	border-radius: 5px;
	padding: 10px 0;
	margin-bottom: 20px
}

.plan_hand span {
	color: #d42d2d
}

.rendou_box {
	margin: 100px 0 0
}

.next_link {
	text-align: right;
}

.next_link a {
	color: #444692;
	font-weight: bold;
	border-bottom: 1px solid;
	position: relative;
	transition: .3s;
}

.next_link a:hover {
	color: #444692;
	opacity: 0.3;
}

.next_link a::after {
	content: "\f061";
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
	margin: 0 0 0 5px;
}

.text_underline {
	border-bottom: 1px solid;
}

@media screen and (max-width:1024px) {

	/*--- ヘッダーメニュー ---*/

	body.fixed {
		width: 100%;
		height: 100%;
		position: fixed;
		overflow-y: scroll;
	}

	.header_nav > div > div:nth-of-type(1) {
		background: #f0f1fb;
	}

	.header_nav > div > div:nth-of-type(2) {
		width: 100%;
		min-height: 60px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px;
	}

	.header_nav > div > div:nth-of-type(2) > ul {
		width: 100%;
		height: 0;
		flex-flow: column;
		background: #f0f1fb;
		position: absolute;
		top: 60px;
		left: 0;
		overflow: hidden;
		opacity: 0;
		transition: .3s;
	}

	.header_nav > div > div:nth-of-type(2) > div.sp_btn.on + ul {
		height: 76vh;
		overflow-y: scroll;
		opacity: 1;
		padding: 0 0 100px;
	}

	.header_nav > div > div:nth-of-type(2) > ul > li {
		width: 100%;
	}

	.header_nav > div > div:nth-of-type(2) > ul > li > a {
		border-bottom: 1px solid #f6f6f6;
		padding: 20px 10px;
	}

	.header_nav > div > div:nth-of-type(2) > ul > li a + ul {
		width: 100%;
		border-radius: 0;
		position: initial;
	}

	.header_nav > div > div:nth-of-type(2) > a {
		right: 60px;
	}

	.header_nav .sp_btn {
		width: 30px;
		height: 30px;
		display: flex;
		flex-flow: column;
		align-items: center;
		justify-content: center;
		gap: 5px;
		cursor: pointer;
	}

	.header_nav .sp_btn > div {
		width: 30px;
		height: 3px;
		background: #797979;
		transition: .3s;
	}

	.header_nav .sp_btn.on > div:nth-of-type(1) {
		transform: rotate(45deg);
		position: absolute;
	}

	.header_nav .sp_btn.on > div:nth-of-type(2) {
		opacity: 0;
	}

	.header_nav .sp_btn.on > div:nth-of-type(3) {
		transform: rotate(-45deg);
		position: absolute;
	}

	/*--- ヘッダーメニューここまで ---*/

	.hero_bg {
		height: auto;
	}

	.hero_box {
		flex-flow: column;
	}

	.hero_box > div:nth-of-type(1) > div {
		gap: 15px;
	}

	.hero_box > div:nth-of-type(1) h1 {
		text-align: center;
	}

	.hero_box > div:nth-of-type(1) > div a img {
		width: 100px;
	}

	.hero_box > div:nth-of-type(1) > div a:nth-of-type(2) img {
		height: 30px;
	}

	.hero_right p {
		border-radius: 40%;
		bottom: 73px;
		left: -90px;
		padding: 10px 0;
	}

	.hero_right p::after {
		bottom: 0px;
	}

	.plans_box > div:nth-of-type(1) {
		max-width: 600px;
		grid-template-columns: repeat(2, 1fr);
		margin: 0 auto 50px;
	}

	.plans_box > div:nth-of-type(1) > a::before {
		height: 250px;
		top: 30px;
		margin: 20px 0 0 0;
	}

	.plans_box > div:nth-of-type(1) > a:nth-of-type(even)::before {
		display: none;
	}

	.plans_box > div:nth-of-type(1) > a::after {
		content: "";
		width: 230px;
		height: 1px;
		background: #D4D4D4;
		position: absolute;
		right: 50%;
		bottom: 0;
		margin: 0 -115px 0 0;
		z-index: 2;
	}

	.plans_box > div:nth-of-type(1) > a:hover::after {
		display: none;
	}

	.plans_box > div:nth-of-type(1) > a:nth-of-type(3)::after,
	.plans_box > div:nth-of-type(1) > a:nth-of-type(4)::after {
		display: none;
	}

	.plans_box > div:nth-of-type(1) > a > div > p {
		position: initial;
	}

	.plans_box > div:nth-of-type(1) > a > div > div {
		height: auto;
	}

	.plan_content_middle p {
		font-size: 1.2rem;
	}

	.plan_p1 .plan_table th {
		font-size: 1.2rem;
	}

	.plan_table {
		font-size: 1.2rem
	}

	.plan_table tr th span {
		display: block;
		width: fit-content;
		margin: 5px auto 0
	}

	.kihonkinou_box > div {
		max-width: 600px;
		grid-template-columns: repeat(2, 1fr);
		gap: 50px 30px;
		margin: 0 auto;
	}

	.feature_left > div:nth-of-type(1) {
		flex-flow: column;
		align-items: center;
	}


}

@media screen and (max-width:767px) {

	/*--- 固定ボタン ---*/

	.pagetop {
		bottom: 65px;
	}

	.fixed_btn,
	.fixed_btn_app {
		width: calc(100%/2);
		height: 50px;
		display: flex;
		align-items: center;
		border-radius: 0;
		bottom: 0;
		right: 0;
	}

	.fixed_btn {
		left: 0;
		padding: 0 5px;
	}

	.fixed_btn_app {
		left: calc(100%/2);
		border-width: 2px 0;
		border-style: solid;
		border-color: #fff;
		padding: 0 5px;
	}

	/*--- 固定ボタンここまで ---*/

	.inner_large {
		padding: 60px 20px !important;
	}

	.inner_large_bottom {
		padding: 0 20px 60px;
		 !important;
	}

	.sponly {
		display: inline-block
	}

	.fancybox-content {
		padding: 10px !important
	}

	.oshirase_box,
	.ver_box {
		padding: 0;
	}

	.oshirase_box > div:first-of-type,
	.ver_box > div:first-of-type {
		width: 100%;
		padding: 10px 0;
	}

	.oshirase_box > div:nth-of-type(2),
	.ver_box > div:nth-of-type(2) {
		width: 100%;
		padding: 20px;
	}

	.oshirase_box > div:last-of-type,
	.ver_box > div:last-of-type {
		width: 100%;
		text-align: center;
		padding: 0 20px 10px;
	}

	.ver_box > div:first-of-type {
		border: solid #ccc;
		border-width: 0 0 1px;
	}

	.start_box > div,
	.movie_box {
		max-width: 500px;
		grid-template-columns: repeat(1, 1fr);
	}

	.movie_box > div:nth-of-type(2) {
		max-width: 350px;
		margin: 0 auto;
	}

	.start_box > div > div:nth-of-type(1) {
		order: 2;
		text-align: center;
	}

	.start_box > div > div:nth-of-type(2) p:nth-of-type(1) {
		text-align: center;
	}

	.erabareru_box > div {
		justify-content: center;
		grid-template-columns: repeat(1, minmax(300px, 350px));
	}

	.youtube_box label {
		flex-wrap: wrap;
		align-items: center;
		padding: 10px 0 5px;
	}

	.youtube_box > div:nth-of-type(n+2) {
		flex-flow: column;
		align-items: center;
	}

	.youtube_box > div:nth-of-type(n+2) > div:nth-of-type(1) {
		margin: 0 0 30px;
	}

	.youtube_box > div:nth-of-type(n+2)#win_content > div > div,
	.youtube_box > div:nth-of-type(n+2)#stera_content > div > div {
		height: auto;
	}

	.tebiki_box div {
		flex-flow: column;
		align-items: center;
	}

	.tebiki_box a:first-of-type {
		margin: 0 0 30px
	}

	.send_box div {
		width: 100%
	}

	.send_box > div:first-of-type {
		margin: 0 0 30px
	}

	.send_box > div > div > div {
		justify-content: center;
		width: 100%;
		margin: 0
	}

	.send_box > div > div > div p:first-of-type {
		width: 100%;
		text-align: center;
		margin: 0 0 10px
	}

	.send_box > div > div > div:first-of-type p:last-of-type {
		margin: 0 0 20px
	}

	a.send_btn {
		line-height: 1.5
	}

	a.send_btn::after {
		bottom: 32px
	}

	.plans_box > div:nth-of-type(1) {
		max-width: 350px;
		grid-template-columns: repeat(1, 1fr);
	}

	.plans_box > div:nth-of-type(1) > a::before {
		display: none;
	}

	.plans_box > div:nth-of-type(1) > a:nth-of-type(3)::after {
		display: block;
	}

	.plans_box > div:nth-of-type(1) > a:nth-of-type(3):hover::after {
		display: none;
	}

	.plans_box > div:nth-of-type(2) > div {
		flex-flow: column;
	}

	.plans_box > div:nth-of-type(2) + p {
		text-align: left;
		padding: 20px 10px;
	}

	.plancheck_box {
		background-position: right -20px
	}

	.plancheck_text {
		margin: 0 auto
	}

	.plan_frame {
		padding: 0 10px
	}

	.plan_box h2 {
		font-size: 1.6rem;
		padding: 15px 0;
		margin: 0 0 0 70px
	}

	.plan_content {
		padding: 15px
	}

	.plan_box_top div {
		width: 70px;
		height: 70px;
		bottom: -7px;
		left: -15px
	}

	.plan_content_top:nth-of-type(2) {
		flex-direction: column-reverse;
		align-items: center;
	}

	.plan_content_top:nth-of-type(2) .plan_top_left {
		margin: 0;
	}

	.plan_content_top:nth-of-type(2) .plan_top_right {
		margin: 0 0 30px;
	}

	.plan_top_left,
	.plan_top_right {
		width: 100%
	}

	.plan_top_left {
		max-width: 350px;
		margin: 0 auto 30px;
	}

	.plan_p1 .plan_top_right a.btn_right {
		max-width: 120px;
		font-size: 1.2rem
	}

	.plan_p1 .plan_content_top:nth-of-type(1) .plan_top_left::after {
		left: 0;
	}

	#plan_p3 .plan_top_right > div {
		flex-flow: column;
	}

	.plan_p3 .plan_top_right div,
	.plan_p4 .plan_top_right div {
		justify-content: center
	}

	.plan_content_middle {
		flex-flow: column;
		align-items: center;
	}

	.plan_content_middle div {
		min-height: auto;
	}

	.plan_content_middle div,
	.plan_content_middle div:nth-of-type(2) {
		width: 100%;
		text-align: center
	}

	.plan_content_middle div {
		height: auto
	}

	.plan_content_middle div p:first-of-type {
		height: auto;
	}

	.plan_content_middle div:first-of-type::after,
	.plan_content_middle div:nth-of-type(2)::after {
		top: 105%;
		right: 50%;
		transform: rotate(90deg);
		margin: 0 -16px 0 0
	}

	.plan_table tr th:first-of-type {
		width: 35%
	}

	.plan_table tr th:nth-of-type(2) {
		width: 30%
	}

	.plan_p2 .plan_table tr th:first-of-type {
		width: 40%;
	}

	.plan_p2 .plan_table tr th:nth-of-type(2) {
		width: 60%;
	}

	.plan_content_middle div:nth-of-type(1),
	.plan_content_middle div:nth-of-type(2) {
		width: auto;
	}

	.plan_content_middle > img {
		transform: rotate(90deg)
	}

	.kihonkinou_box > div {
		max-width: 350px;
		grid-template-columns: repeat(1, 1fr);
	}

	.feature_left,
	.feature_right {
		width: 100%
	}

	.feature_left {
		margin: 0 0 30px
	}

	.feature_left a {
		margin: 0 auto
	}

	.feature_content {
		width: 100%;
		text-align: center;
		margin: 0 0 30px
	}

	.feature_content:last-of-type {
		margin: 0
	}

	.support_box div {
		width: 100%;
		margin: 0 0 30px
	}

	.support_box div:last-of-type {
		margin: 0
	}

	.support_box img {
		display: block;
		max-width: 300px;
		margin: 0 auto 20px
	}

	.spec_box {
		flex-flow: column;
	}

	.spec_box > div,
	.spec_box > div:nth-of-type(2) {
		justify-content: flex-start;
		width: 100%;
		max-width: 340px;
		border-right: none;
		padding: 0;
		margin: 0 auto 20px
	}

	.spec_box > div:last-of-type {
		margin: 0 auto
	}

	.spec_box > div > div:first-of-type {
		min-width: 40px;
		text-align: center
	}

	.faq_box h2::before {
		width: 25px;
		height: 25px;
		margin: 0 10px 0 -30px
	}

	.faq_box h2.label1,
	.faq_box h2.label5 {
		margin-left: 25px
	}

	.faq_box h2.label1::after,
	.faq_box h2.label5::after {
		bottom: 3px
	}

	.taxfree_box h3 {
		margin: 0 0 0 20px
	}

	.taxfree_box_bottom {
		padding: 20px
	}

	.taxfree_send_box div:first-of-type,
	.taxfree_send_box div:last-of-type {
		width: 100%
	}

	.taxfree_send_box div:first-of-type {
		margin: 0 0 30px
	}

	.taxfree_ready_box div {
		width: 100%
	}

	.taxfree_ready_box div:first-of-type {
		margin: 0 0 20px
	}

	.taxfree_btn_box {
		flex-flow: column
	}

	.taxfree_btn_box a:first-of-type {
		margin: 0 auto 20px
	}

	.taxfree_btn_box a:last-of-type {
		margin: 0 auto
	}

	.table_scroll {
		overflow-x: scroll;
		white-space: nowrap;
		display: block
	}

	.text {
		color: rgb(212, 12, 43);
		font-size: 14px;
		margin-bottom: 10px;
		width: 95%
	}

	.menzei {
		margin-top: 30px
	}

	.heading {
		padding-top: 20px !important;
		margin-bottom: 10px !important
	}

	.line .heading span:before,
	.line .heading span:after {
		content: '';
		border-bottom: 1px solid #b5b5b5;
		width: 27px;
		margin: 0 15px;
		position: absolute;
		bottom: 10px
	}

	.title {
		color: #444692;
		font-size: 2.4rem
	}

	.title2 {
		font-size: 18px;
		padding: 8px 0;
		margin-bottom: 30px
	}

	.menzei_box {
		padding: 10px
	}

	.menzei_box_left,
	.menzei_box_right {
		width: 100%;
		justify-content: center
	}

	.menzei_box_img {
		margin: 0 0 10px
	}

	#intro .intro_info {
		padding: 1px 0
	}

	#intro .intro_info .taxfree_info {
		font-size: 15px;
		padding-bottom: 20px
	}

	#intro .intro_info .point {
		line-height: 25px
	}

	#intro .intro_info .flow_box {
		display: block;
		padding: 1px 1px 0
	}

	#intro .intro_info .flow_box .flow_inner {
		width: 200px;
		margin: auto;
		margin-top: 40px
	}

	#intro .intro_info .flow_box .flow_inner:first-child {
		margin-top: 0
	}

	#intro .intro_info .flow_box .flow_inner::after {
		position: absolute;
		content: "";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		color: #444692;
		font-size: 15px;
		top: -20%;
		left: 48%
	}

	#intro .intro_info .flow_box .flow_inner a {
		color: #d32d2d;
		border: 1px solid #d32d2d;
		padding: 5px 10px
	}

	#intro .intro_info .price {
		font-size: 30px
	}

	#denshika .offer_box .menzei_offer {
		display: block
	}

	#eatmenzei .function_img img {
		width: 70%;
		display: block;
		margin: auto;
		padding-top: 20px
	}

	#pos1 .pos_button .col-6 a {
		background: #ebf0fd;
		width: 100%;
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 20px
	}

	#pos1 .pos_button .col-6 a::after {
		content: "▼";
		margin-left: 10px
	}

	#pos1 .pos_button .col-6 a:hover {
		opacity: .6
	}

	#pos_price1 .price_box,
	#pos_price2 .price_box {
		display: block
	}

	#pos_price1 .price_box .price_inner,
	#pos_price2 .price_box .price_inner {
		width: 80%;
		height: auto;
		margin-bottom: 20px
	}

	#pos_price1 .price_box .price_inner .price_title img,
	#pos_price2 .price_box .price_inner .price_title img {
		max-height: 40px;
		margin-bottom: 0
	}

	#pos_price1 .price_box .price_inner .price,
	#pos_price2 .price_box .price_inner .price {
		padding-bottom: 0;
		font-size: 35px;
		line-height: 20px;
		margin: 10px 0
	}

	#pos_price1 .price_box .price_inner::after,
	#pos_price2 .price_box .price_inner::after {
		position: absolute;
		content: "";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 40px;
		color: #444692;
		top: -10px;
		left: 44%
	}

	#pos_price1 .price_box .plan,
	#pos_price2 .price_box .plan {
		padding: 0 0 10px;
		font-size: 17px;
		font-weight: 600;
		color: #ac0c24;
		letter-spacing: 1px
	}

	#renkei .samplecsv {
		font-size: 15px;
		text-align: center;
		line-height: 20px
	}

	#renkei .eatmenzei_fomat {
		width: 100%;
		border-collapse: collapse
	}

	#renkei .eatmenzei_fomat table.table01 {
		width: 100%
	}

	#renkei .eatmenzei_fomat table.table01 thead {
		display: none
	}

	#renkei .eatmenzei_fomat table.table01 th:first-child {
		display: none
	}

	#renkei .eatmenzei_fomat table.table01 th {
		display: block
	}

	#renkei .eatmenzei_fomat table.table01 td {
		display: block;
		width: 100%;
		background: #FFF;
		padding: 8px 15px
	}

	#renkei .eatmenzei_fomat table.table01 td:nth-child(2) {
		display: block;
		width: 100%;
		background: #364eb0;
		color: #fff;
		padding: 6px 15px
	}

	#renkei .eatmenzei_fomat table.table01 td:nth-child(2) p {
		color: #fff;
		font-weight: 500;
		font-size: 14px
	}

	#renkei .eatmenzei_fomat table.table01 td::before {
		content: attr(label);
		float: left;
		clear: both;
		padding-top: 8px;
		padding-right: 20px;
		font-weight: 700;
		font-size: 14px
	}

	#renkei .eatmenzei_fomat table.table01 td p {
		text-align: center
	}

	#rental .rentalset_title {
		padding: 15px 10px;
		display: block !important;
		display: block
	}

	#rental .rentalset_title h3 {
		font-size: 20px !important
	}

	#rental .rentalset_title p {
		font-size: 2.5vw;
		text-align: right;
		margin-top: 10px;
		font-weight: 200
	}

	#rental .rentalset .planwrap {
		width: 100%;
		border-right: solid 1px #bfbfbf;
		border-bottom: solid 1px #bfbfbf
	}

	#rental .rentalset .planwrap:first-child {
		margin-right: 0;
		margin-bottom: 20px
	}

	#datasousin .data_renkei ul li {
		font-size: 14px;
		margin-bottom: 15px
	}

	#datasousin .price {
		font-size: 30px !important
	}

	#cloud .cloud_box p {
		margin-top: 0
	}

	#cloud .cloud_box .cloud_content img {
		width: 50% !important;
		display: block;
		margin: auto
	}

	#pos .pos p:first-of-type {
		font-weight: 400;
		margin-top: 0
	}

	#pos .clicon {
		flex-basis: 48% !important;
		margin-bottom: 20px
	}

	#pos .clicon p {
		line-height: 23px !important;
		margin-bottom: 10px
	}

	#pos .clicon img {
		margin-bottom: 1.6rem
	}

	.rendou_box {
		margin: 30px 0 0
	}

	.align_box {
		text-align: left
	}

	.mb-20-sp {
		margin-bottom: 2rem !important
	}
}

@media print {
	.side-menu {
		display: none
	}

	.cls_header {
		display: none
	}
}

.purple_btn {
	position: relative;
	z-index: 1;
	width: 100%;
	display: block;
	background-color: #444692;
	border: none;
	border-radius: 5px;
	box-shadow: 4px 4px 0 rgb(0 0 0 / 20%);
	padding: 2rem;
	color: #fff;
	text-align: center;
	margin-bottom: 1.5rem;
	max-width: 250px;
}

.purple_btn::after {
	content: "\f101";
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
	position: absolute;
	top: 50%;
	right: 15px;
	margin: -7px 0 0;
}

.width30 {
	width: 30%;
	text-align: center
}

.faq_item {
    padding-bottom: 20px;  /* テキストと次の境界線との間の余白を追加 */
}
.label3::after {
    font-size: 13px;
    content: "免税";
    padding: 6px;
    background: #813d3d;
    color: #fff;
    margin-left: 10px;
    vertical-align: 2px;
    font-weight: 400;
}

.faq_item p {
    padding-bottom: 20px;  /* 下部の余白を30pxに設定 */
}