<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@500&amp;display=swap);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

body {
	overflow-y: scroll;
	overflow-x: hidden !important
}


h1.h_faq_h1 {
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 3.4rem;
	background: #4974af;
}

@media screen and (max-width:728px) {
h1.h_faq_h1 {
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 2.5rem;
	background: #4974af;
}
}

h3 {
	font-weight: 500
}

p {
	letter-spacing: .3px;
	line-height: 22px;
	font-weight: 300
}

.taxfree_hero_bg .col-6 {
	position: relative
}

.hover:hover {
	opacity: .6
}

.herobtn_box {
	padding: 20px 0;
	width: 90%;
	background: #3ba899;
	border-radius: 5px;
	margin-left: 20px;
	margin-bottom: 20px;
	box-shadow: 2px 2px 4px gray
}

.herobtn {
	color: #fff;
	font-weight: 500
}

.logo_imgbox {
	position: relative;
	height: 250px !important;
	display: flex;
	margin: 0 auto
}

.logo h2 {
	text-align: left;
	color: #44509F;
	font-size: 21px;
	margin-bottom: 0;
	margin-left: 20px;
	position: absolute;
	left: 0;
	top: 0
}

.logo {
	margin-left: 10px;
	position: relative;
	padding-top: 20px
}

.logo_imgbox .logo img {
	width: 360px
}

.logo_imginner {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding-top: 20px
}

.installbanner {
	width: 100%;
	margin: auto 0;
	position: relative;
	display: flex;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 30px;
	margin-top: 10px;
	box-shadow: 2px 2px 5px #a5b4d1
}

.bannertitle {
	padding: 10px;
	color: #222;
	font-size: 16px;
	line-height: 30px;
	padding-left: 20px;
	text-align: left;
	width: 50%
}

.bannertitle span {
	font-size: 80%;
	letter-spacing: 1.4px
}

.installbanner ul {
	display: flex;
	justify-content: space-around;
	margin: 10px 0;
	margin: auto
}

.osicon2 {
	display: flex;
	width: 49%;
	justify-content: space-around;
	align-items: center;
	padding: 5px 0;
	font-size: 33px
}

.appbanner_box {
	display: flex
}

.btn {
	z-index: auto
}

.osicon {
	width: 100px;
	height: 48px;
	z-index: 3;
	right: 6%;
	top: 80px;
	position: absolute
}

.donyu {
	justify-content: space-around;
	margin: auto
}

.donyubox {
	display: flex
}

.donyu2 {
	justify-content: space-around;
	margin: auto;
	width: 100%;
	padding-right: 10px
}

.donyu2 p a {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	background: #3ba899;
	box-shadow: 2px 2px 4px #d3d3d3;
	margin-bottom: 12px;
	border: none;
	min-width: 265px;
	padding: 4px 20px;
	box-shadow: 2px 2px 4px grey;
	border-radius: 2px
}

.donyu2 br {
	display: none
}

.title5 {
	background: #ebf2ff;
	padding: 13px 10px;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 18px;
	color: #24204d
}

.title4 {
	background: #24204d;
	padding: 13px 10px;
	font-weight: 500;
	font-size: 20px;
	color: #ebf2ff
}

.contact_box {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	margin: 0 0 30px 0
}

.contact_box img {
	max-width: 50px;
	margin: 0 0 10px 0
}

.contact_box_inner {
	display: flex;
	align-items: center;
	flex-flow: column
}

a.taxfree_kokuzei {
	color: #4187AB;
	position: relative;
	transition: 0.3s
}

a.taxfree_kokuzei:hover {
	opacity: .3
}

a.taxfree_kokuzei::after {
	content: '\f08e';
/*	font-family: 'Font Awesome 6 Free';*/
	font-weight: 600;
	position: absolute;
	margin: 0 0 0 5px
}

#stera_terminal {
	padding: 40px 0 0;
	margin: -40px 0 0;
}

.logo_box {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	padding: 0 20px;
}

.logo_box img:nth-of-type(1) {
	width: 100%;
	max-width: 110px;
	height: 50px;
	object-fit: contain;
}

.logo_box img:nth-of-type(2) {
	width: 100%;
	max-width: 150px;
	max-height: 90px;
	object-fit: contain;
}

.logo_box img:nth-of-type(2).img_tall {
	max-height: 130px;
}

.otoiawase_box {
	text-align: center;
	background: #efefef;
	padding: 40px;
}

.btn_common {
	display: block;
	width: 100%;
	max-width: 300px;
	color: #fff;
	text-align: center;
	background: #00742E;
	border-radius: 5px;
	box-shadow: 4px 4px 0 rgb(0 0 0 / 20%);
	position: relative;
	padding: 20px 10px;
	margin: 0 auto;
	transition: .3s;
}

.btn_common::after {
	content: '\f054';
/*	font-family: 'Font Awesome 5 Free';*/
	font-weight: 600;
	position: absolute;
	right: 20px;
}

.btn_common:hover {
	color: #fff;
	opacity: 0.3;
}

.effect_shadow {
	border-radius: 10px;
	box-shadow: 2px 2px 3px rgb(0 0 0 / 20%);
}



.Slide figure {
	display: block
}

.Slide figure img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.taxfree_news {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center
}

.taxfree_news dt {
	width: 20%;
	padding: 20px;
	color: #fff;
	font-weight: bolder;
	text-align: center;
	background: #26a08f
}

.taxfree_news dd {
	width: 79%;
	padding: 20px;
	text-align: left
}

.taxfree_news dd time {
	display: inline-block;
	margin-right: 1em;
	color: #26a08f;
	font-weight: bolder
}

.tf2---Intro {
	padding: 50px 0;
	background-color: #fcfcfc
}

.info {
	margin-bottom: 40px;
	color: #e41318;
	font-weight: bolder;
	text-align: center;
	font-size: 25px;
	font-weight: 500;
	line-height: 40px !important
}

.tf2---Intro h3 {
	margin-bottom: 0;
	font-size: 2.1rem;
	font-weight: bolder;
	text-align: center
}

.tf2---Intro h4 {
	margin-bottom: 30px;
	font-size: 1.8rem;
	font-weight: bolder;
	text-align: center
}

.tf2---Intro ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 40px
}

.tf2---Intro li {
	width: 30%
}

.tf2---Intro li img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.tf2---About {
	padding: 0 0 20px
}

.tf2---About header {
	margin-bottom: 80px;
	text-align: center
}

.tf2---About ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 50px
}

.tf2---About li {
	width: 30%
}

.tf2---About li img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.tf2---About ul + p {
	margin-bottom: 60px;
	font-size: 2rem;
	text-align: center
}

.tf2---About h3.subHead {
	margin-bottom: 40px;
	color: #000;
	font-size: 4rem;
	font-weight: bolder;
	text-align: center
}

.tf2---About p.note {
	margin: 20px 0 0;
	font-size: 1.6rem;
	text-align: center;
	line-height: 30px
}

.tenyurokuimg img {
	width: calc(50%) !important;
	height: auto !important
}

.tf2---Cooperation {
	padding: 50px 0;
	background: #f6f8fa
}

.tf2---Cooperation header {
	margin-bottom: 30px;
	text-align: center
}

.tf2---Cooperation ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start
}

.tf2---Cooperation li {
	width: 22%
}

.tf2---Cooperation li figure {
	display: block;
	margin-bottom: 30px
}

.tf2---Cooperation li img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.tf2---Cooperation p {
	line-height: 22px
}

.rsb {
	flex-wrap: wrap;
	align-items: flex-start
}

.clicon p {
	padding: 0 10px;
	letter-spacing: .1px
}



.tf2---Correspondence {
	padding: 0 0
}

.tf2---Correspondence .cover-x2 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start
}

.tf2---Correspondence .cover-x2 &gt; div header {
	margin-bottom: 40px
}

.tf2---Correspondence .cover-x2 &gt; div header h3 {
	margin-bottom: 40px;
	color: #46b19d;
	font-size: 2.1rem;
	font-weight: bolder
}

.tf2---Correspondence .cover-x2 ul li {
	margin-bottom: 20px;
	padding-left: 60px
}

.tf2---Correspondence .cover-x2 ul li:nth-child(1) {
	background: url(../images/taxfree2/icon01.jpg) no-repeat left .4em;
	background-size: 50px auto
}

.tf2---Correspondence .cover-x2 ul li:nth-child(2) {
	background: url(../images/taxfree2/icon02.jpg) no-repeat left .4em;
	background-size: 50px auto
}

.tf2---Correspondence .cover-x2 ul li:nth-child(3) {
	background: url(../images/taxfree2/icon03.jpg) no-repeat left .4em;
	background-size: 50px auto
}

.tf2---Correspondence .cover-x2 ul li:nth-child(4) {
	background: url(../images/taxfree2/icon04.jpg) no-repeat left .4em;
	background-size: 50px auto
}

.tf2---Correspondence .cover-x2 ul h4 {
	margin-bottom: 0;
	color: #46b19d;
	font-size: 2.1rem;
	font-weight: bolder
}

.tf2---Correspondence .cover-x2 ul p {
	font-size: 1.5rem
}

.tf2---Correspondence .cover-x2 &gt; figure {
	width: 47.5%
}

.tf2---Correspondence figure {
	display: block
}

.tf2---Correspondence img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.tf2---Plan {
	padding: 50px 0
}

.tf2---Plan header {
	margin-bottom: 30px;
	background-color: #27A38B;
	padding: 5px 10px
}

.tf2---Plan h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 300
}

.tf2---Plan ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: -20px
}

.tf2---Plan li {
	width: 23.5%
}

.tf2---Plan figure {
	display: block;
	margin-bottom: 30px
}

.tf2---Plan img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.tf2---Plan ul + p {
	margin-bottom: 50px;
	font-size: 1.1rem;
	text-align: right
}

.tf2---Plan h3 {
	margin-bottom: 10px;
	font-size: 3.2rem;
	font-weight: bolder
}

.pricebox {
	border: solid 1px #ccc;
	padding: 0;
	background: #fdfdfd;
	margin-bottom: 10px
}

.pricebox h2 {
	text-align: center;
	background-color: #fff;
	color: #27A38B;
	font-weight: 600;
	font-size: 20px;
	position: relative;
	line-height: 28px;
	padding: 10px 0;
	letter-spacing: .2px;
	border: solid 2px #27A38B
}

.pricebox h3 {
	padding: 20px 0 0 20px;
	font-size: 16px
}

.pricebox p {
	padding: 0 0 0 20px;
	font-size: 20px;
	font-weight: 600;
	color: #000
}

.pricebox .plan {
	padding: 10px 0 30px 20px;
	font-size: 14px;
	font-weight: 600;
	color: #D1191D;
	letter-spacing: 1px
}

.pricebox span {
	font-size: 60%
}

.tf2---Rental {
	padding: 0 0 80px 0
}

.tf2---Rental header {
	margin-bottom: 80px;
	text-align: center
}

.tf2---Rental figure {
	display: block;
	margin-bottom: 50px
}

.tf2---Rental img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.tf2---Rental figure + p {
	margin: -42px 0 40px;
	font-size: 1.1rem;
	text-align: right
}

.tf2---Rental .cover-x2 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: -20px
}

.tf2---Rental .cover-x2 &gt; div {
	width: 30%
}

.tf2---Rental .cover-x2 &gt; div h3 {
	margin-bottom: 20px;
	font-size: 2rem;
	font-weight: bolder
}

.tf2---Rental .cover-x2 &gt; div p .notice {
	display: block;
	margin-top: 1.5em;
	font-size: 1.2rem
}

.tf2---Rental .cover-x2 &gt; figure {
	width: 66%
}

.tf2---Rental .box {
	position: relative;
	margin-bottom: 40px;
	padding: 15px 30px;
	border: #46b19d 1px solid;
	border-radius: 3px;
	background: #f3f3f3
}

.tf2---Rental .box h4 {
	margin: 20px 0 10px;
	color: #000;
	font-size: 2.4rem;
	font-weight: bolder;
	text-align: center
}

.tf2---Rental .box figure {
	margin: 0 !important
}

.tf2---Rental .box.addPlus::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 14px;
	height: 60px;
	background: #26a38b;
	transform: translate(-50%, -50%)
}

.tf2---Rental .box.addPlus::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 14px;
	height: 60px;
	background: #26a38b;
	transform: translate(-50%, -50%) rotate(90deg)
}

.notice {
	font-size: 90%
}

.tf2---Faq {
	padding: 0 0 0 0
}

.tf2---Faq header {
	margin-bottom: 80px;
	text-align: center
}

.tf2---Faq ul {
	margin-bottom: 80px
}

.tf2---Faq ul li {
	margin-bottom: 30px
}

.tf2---Faq ul h3 {
	padding: 15px 30px;
	color: #fff;
	font-size: 2rem;
	font-weight: bolder;
	background: #46b19d
}

.tf2---Faq ul p {
	padding: 20px;
	border: #DCDCDC 1px solid
}

.tf2---Faq .btn {
	max-width: 50%;
	margin: 0 auto;
	padding: 0;
	border: #46b19d 1px solid;
	color: #46b19d;
	font-size: 2rem;
	font-weight: bolder;
	text-align: center;
	background: #fff
}

.tf2---Faq .btn a {
	display: block;
	position: relative !important;
	max-width: 100%;
	padding: 20px;
	color: #46b19d;
	font-size: 2rem;
	font-weight: bolder;
	text-align: center;
	text-indent: 0;
	background: #fff
}

.btn_box {
	text-align: center;
	margin: auto
}

.type_n {
	position: relative;
	z-index: 1;
	width: 100%;
	display: block;
	background-color: #46b19d;
	;
	border: 2px solid #46b19d;
	;
	padding: 2rem;
	color: #fff;
	text-align: center;
	margin-bottom: 1.5rem;
	width: 100%
}

.type_p {
	position: relative;
	z-index: 1;
	width: 100%;
	display: block;
	background-color: #44509F;
	;
	border: 2px solid #44509F;
	;
	padding: 2rem;
	color: #fff;
	text-align: center;
	margin-bottom: 1.5rem;
	width: 100%
}

.type_faq {
	position: relative;
	z-index: 1;
	width: 100%;
	display: block;
	background-color: #f2f2f2;
	;
	border: 1px solid #454545;
	;
	padding: 1.4rem !important;
	color: #101010;
	text-align: center;
	margin-bottom: 1.5rem !important;
	width: 100%
}

.type_w {
	position: relative;
	z-index: 1;
	width: 100%;
	display: block;
	background-color: rgba(255, 255, 255, .19);
	;
	border: 2px solid #46b19d;
	;
	font-weight: 500;
	padding: 2rem;
	color: #46b19d;
	text-align: center;
	margin-bottom: 1.5rem;
	width: 100%
}

.taxfree_hero_bg {
	padding-top: 20px;
	background: url(../images/20210625/taxfree-back.jpg) no-repeat center center;
	backrgonud-size: cover
}

.infoRe {
	padding: 10px;
	color: #d42d2d;
	font-weight: 700;
	text-align: center;
	background: #ebeff2a3
}

.infoRe br {
	display: none
}

#flow h3 {
	font-size: 28px;
	margin: 0 0 .7em 0;
	line-height: 1.3;
	color: #000;
	font-weight: 600;
	position: relative
}

#flow {
	counter-reset: number 0
}

#flow h3::before {
	position: absolute;
	left: 0;
	top: -17px;
	background: #44509F;
	padding: 10px 22px;
	font-size: 26px;
	color: #fff;
	counter-increment: number 1;
	content: counter(number) " "
}

.marker {
	background: linear-gradient(to bottom, rgba(238, 255, 180, 0) 0%, rgba(241, 255, 74, 0) 70%, rgba(221, 250, 0, .4) 71%, rgba(199, 206, 36, .4) 100%)
}

.marker2 {
	background: linear-gradient(to bottom, rgba(39, 160, 143, 0) 0%, rgba(127, 160, 39, 0) 70%, rgba(39, 160, 39, .4) 71%, rgba(114, 219, 118, .4) 100%)
}

.marker3 {
	background: linear-gradient(to bottom, rgba(92, 188, 244, 0) 0%, rgba(92, 188, 244, 0) 70%, rgba(92, 188, 244, .4) 71%, rgba(92, 188, 244, .4) 100%)
}

.btnRe-red {
	display: block;
	max-width: 620px;
	margin: 0 auto;
	padding: 5px;
	border: #a33939 2px solid;
	border-radius: 4px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	text-align: center;
	background: #d42d2d;
	box-shadow: 2px 2px 4px #e0e0e0
}

.btnRe-red:hover {
	color: #ffffff !important;
	opacity: .8
}

.btnRe-red span {
	display: inline-block;
	position: relative;
	text-align: left
}

.btnRe-red span::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: -32px;
	left: -72px;
	width: 65px;
	height: 43px;
	background: url(../images/20210625/balloon01.png);
	background-size: cover
}

.btnRe-red span small {
	display: block;
	font-size: .7em;
	font-weight: 400
}

.btnRe-red svg {
	position: relative;
	top: -.55em;
	margin-left: 2em;
	fill: #fff
}

.btnRe-simu {
	display: block;
	position: relative;
	max-width: 720px;
	margin: 0 auto;
	padding: 15px 30px;
	border: #44519f 2px solid;
	border-radius: 4px;
	color: #44519f;
	font-size: 1.2em;
	font-weight: 700;
	text-align: left;
	background: #f8f8fb
}

.btnRe-simu::before {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 30px;
	width: 240px;
	height: 104px;
	background: url(../images/20210625/thum-simu.png);
	background-size: cover
}

.btnRe-simu span {
	display: inline-block;
	position: relative;
	text-align: left
}

.btnRe-simu span::before {
	content: '';
	display: inline-block;
	position: relative;
	top: -.06em;
	width: 32px;
	height: 30px;
	margin: 0 1em -.5em 0;
	background: url(../images/20210625/icon-simu.png);
	background-size: cover
}

.btnRe-simu span small {
	display: block;
	font-size: .7em;
	font-weight: 400
}

.btnRe-simu svg {
	position: relative;
	top: -.2em;
	margin-left: 1em;
	fill: #44519f
}

.mb-15 {
	margin-bottom: 15px !important
}

.mb-100 {
	margin-bottom: 100px !important
}

.addArrow {
	position: relative;
	color: rgba(39, 160, 143, 1) !important
}

.addArrow::before {
	content: '';
	position: absolute;
	bottom: -253px;
	left: 50%;
	border: transparent 135px solid;
	border-top: 60px rgba(39, 160, 143, .2) solid;
	transform: translate(-50%, -50%)
}

.addArrow2 {
	position: relative
}

.addArrow2::before {
	content: '';
	position: absolute;
	bottom: -130px;
	left: 50%;
	border: transparent 55px solid;
	border-top: 20px rgba(183, 190, 233, 1) solid;
	transform: translate(-50%, -50%)
}

.tf2---About h2 + p {
	margin: auto
}

.rc.plans {
	align-items: flex-start
}

.bgGray {
	position: relative
}

.bgGray::before {
	content: '';
	display: block;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: calc(100% - 50px);
	border-radius: 5px;
	background: rgba(200, 200, 200, .2)
}

.bgGray2 {
	background: rgba(241, 240, 244, .6)
}

.plan-Subhead {
	color: #d42d2d;
	line-height: 2;
	font-size: 1.3em;
	font-weight: 700
}

.plans figure img {
	max-width: 260px;
	display: flex;
	margin: auto
}

.plan-Subhead span {
	display: inline-block;
	width: 45px;
	margin: 0 .2em;
	border-radius: 100%;
	color: #fff;
	line-height: 45px;
/*	font-family: 'Roboto', sans-serif;*/
	font-size: 1.3em;
	text-align: center
}

.plan-Subhead span.num01 {
	background: rgba(212, 45, 45, .5)
}

.plan-Subhead span.num02 {
	background: rgba(212, 45, 45, .7)
}

.plan-Subhead span.num03 {
	background: rgba(212, 45, 45, .9)
}

.plan-Subhead b {
	color: #191919;
	font-size: 1.25em
}

.plan-Subhead.named {
	position: relative;
	line-height: 1.5
}

.plan-Subhead.named::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
	border: #191919 1px solid;
	border-right-color: transparent
}

.plan-Subhead.named::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	border: #191919 1px solid;
	border-left-color: transparent
}

.adjust {
	margin: 0;
	padding: 0;
	border: 0
}

.pricing {
	color: #d42d2d;
	font-size: 1.5em;
	font-weight: 700
}

.pricing span {
	position: relative
}

.pricing b {
/*	font-family: 'Roboto', sans-serif;*/
	font-size: 1.7em
}

.pricing small {
	position: absolute;
	top: -2.2em;
	right: 1.6em;
	color: #191919;
	font-size: .4em;
	font-weight: 400
}

.Details {
	position: relative;
	width: 100%
}

.Details tr {
	border-bottom: rgba(0, 0, 0, .1) 1px solid
}

.Details tr:first-child {
	border-top: rgba(0, 0, 0, .1) 1px solid
}

.Details th {
	padding: 10px 0 8px 15px;
	font-size: .85em;
	font-weight: 400;
	text-align: left
}

.Details th svg {
	margin-right: 5px;
	fill: #44519F
}

.Details td {
	padding: 10px 15px 8px 0;
	font-size: .85em;
	font-weight: 400;
	text-align: right
}

.Details td b {
/*	font-family: 'Roboto', sans-serif !important;*/
	font-size: 1.2em;
	font-weight: 700
}

.Details caption {
	position: absolute;
	bottom: -40%;
	right: 0;
	width: 100%;
	padding-right: 10px;
	font-size: .85em;
	font-weight: 400;
	text-align: right
}

.Details caption b {
/*	font-family: 'Roboto', sans-serif !important;*/
	font-size: 1.2em;
	font-weight: 700
}

.Details2 {
	width: 100%
}

.Details2 tr {
	border-bottom: rgba(0, 0, 0, .1) 1px solid
}

.Details2 tr:first-child {
	border-top: rgba(0, 0, 0, .1) 1px solid
}

.Details2 th {
	padding: 10px 5px;
	font-size: 1em;
	font-weight: 700;
	text-align: center
}

.Details2 th:nth-child(2),
.Details2 th:nth-child(3),
.Details2 th:nth-child(4) {
	border-left: rgba(0, 0, 0, .1) 1px solid
}

.Details2 th svg {
	margin-right: 5px;
	fill: #44519F
}

.Details2 td {
	padding: 10px 5px;
	font-size: .8em;
	font-weight: 400;
	text-align: center
}

.Details2 td:nth-child(2),
.Details2 td:nth-child(3),
.Details2 td:nth-child(4) {
	border-left: rgba(0, 0, 0, .1) 1px solid
}

.Details2 td b {
	color: #d42d2d;
/*	font-family: 'Roboto', sans-serif !important;*/
	font-size: 1.2em;
	font-weight: 700
}

.Details2 .w25 {
	width: 25%
}

.Details2 .w50 {
	width: 50%
}

.Details2 .w75 {
	width: 75%
}

.tf3---inner {
	padding: 20px 0
}

.tf3---Plan---title header figure {
	order: 2
}

.tf3---Plan---title header h3 {
	order: 1;
	position: relative;
	color: #191919;
	font-size: 1.4em;
	font-weight: 700;
	text-align: left
}

.tf3---Plan---title header h3 small {
	display: block;
	margin-bottom: 15px;
	color: #d42d2d
}

.tf3---Plan---title header h3 small span {
	display: inline-block;
	width: 45px;
	margin: 0 .2em;
	border-radius: 100%;
	color: #fff;
	line-height: 45px;
/*	font-family: 'Roboto', sans-serif;*/
	font-size: 1.3em;
	text-align: center
}

.tf3---Plan---title span.num01 {
	background: rgba(212, 45, 45, .5)
}

.tf3---Plan---title span.num02 {
	background: rgba(212, 45, 45, .7)
}

.tf3---Plan---title span.num03 {
	background: rgba(212, 45, 45, .9)
}

.tf3---Plan---title header + p {
	line-height: 1.7;
	font-size: .9em;
	text-align: left;
	margin-top: 10px
}

.tf3---Plan---price {
	width: 100%;
	margin-bottom: 5px;
	border: #3ba899 1px solid;
	background: #3ba899
}

.tf3---Plan---price tr {
	border-bottom: #3ba899 1px solid
}

.tf3---Plan---price th {
	width: 50%;
	padding: .8em;
	color: #fff;
	text-align: center;
	font-weight: 400
}

.tf3---Plan---price td {
	width: 50%;
	padding: .6em;
	color: #d42d2d;
	line-height: 1.35;
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
	background: #fff
}

.tf3---Plan---price td:last-child {
	border-left: #3ba899 1px solid
}

.tf3---Plan---price td b {
	font-size: 1.3em
}

.tf3---Plan---price td small {
	display: block;
	color: #191919;
	font-size: .7em
}

.caption {
	font-size: .78em;
	text-align: right
}

.tf3---Plan---flow .col-2-5 {
	width: 20%
}

.tf3---Plan---flow figure {
	position: relative;
	width: 80%;
	margin: 0 auto;
	max-width: 150px
}

.tf3---Plan---flow.plan01 figure::after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	right: -80px;
	width: 47px;
	height: 14px;
	background: url(../images/20210625/arrow01.png);
	background-size: cover
}

.tf3---Plan---flow.plan02 figure::after {
	content: '';
	display: block;
	position: absolute;
	top: 75%;
	right: -60px;
	width: 47px;
	height: 14px;
	background: url(../images/20210625/arrow01.png);
	background-size: cover
}

.tf3---Plan---flow.plan03 figure::after {
	content: '';
	display: block;
	position: absolute;
	top: 75%;
	right: -30px;
	width: 20px;
	height: 14px;
	background: url(../images/20210625/arrow02.png);
	background-size: cover
}

.tf3---Plan---flow li:last-child figure::after {
	content: none
}

.tf3---Plan---flow figure img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.addBorder {
	padding: 20px;
	border: #44519f 2px solid;
	border-radius: 5px;
	width: 80%;
	margin: auto
}

.addBorder figure {
	margin: auto;
	padding: 0;
	width: 70%;
	padding-top: 0;
	margin-bottom: 20px
}

.tax-free-outline h3 {
	text-align: center;
	margin-bottom: 20px;
	color: #44509F;
	font-size: 2.1rem;
	font-weight: 700
}

.tax-free-outline p {
	width: 70%;
	margin: auto
}

.tax-free-outline h2 img {
	width: 50%
}

.tax-free-outline h2 {
	margin-bottom: -50px
}

.tax-free-outline h2 img {
	width: 40%
}

.tax-free-outline .rt {
	justify-content: space-between
}

.tax-free-outline figure {
	order: 2
}

.tax-free-outline figure img {
	width: 80%;
	height: 80%;
	object-fit: cover;
	margin: auto;
	display: flex;
	padding-top: 0
}

.tax-free-outline .col-3 {
	order: 1;
	padding-top: 70px
}

.tax-free-outline .col-3 h3 {
	margin-bottom: 20px;
	color: #44509F;
	font-size: 2.1rem;
	font-weight: 700
}

.tax-free-outline .col-3 p {
	text-align: justify
}

.send-Subhead h3 {
	color: #fff;
	line-height: 50px;
	font-size: 1.5em;
	font-weight: 400;
	background: #44519f
}

.tf3---sending {
	padding: 20px 5px !important;
	border: 1px solid #d0d3e2
}

.tf3---sending.rt {
	position: relative;
	justify-content: space-between
}

.tf3---sending.rt h4 {
	color: #44519f;
	font-size: 1.3em;
	font-weight: 700
}

.tf3---sending.rt .col-6 {
	width: 46%
}

.tf3---sending.rt::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	border-left: rgba(0, 0, 0, .1) 1px solid
}

.send---detail tr:first-child {
	border-top: rgba(0, 0, 0, .2) 1px solid
}

.send---detail tr {
	border-bottom: rgba(0, 0, 0, .2) 1px solid
}

.send---detail thead {
	background: #ecedf5
}

.send---detail thead th {
	width: 38%;
	padding: 10px;
	color: #44519f;
	text-align: left
}

.send---detail thead td {
	width: 24%;
	padding: 10px
}

.send---detail tbody th {
	max-width: 30px;
	padding: 10px;
	line-height: 1.3;
	font-weight: 400;
	text-align: left;
	vertical-align: top
}

.send---detail tbody th svg {
	margin-right: 5px;
	fill: #44519f
}

.send---detail tbody td {
	padding: 10px;
	line-height: 1.3;
	vertical-align: top
}

.tf3---Ready {
	width: 80%;
	margin: auto
}

.tf3---Ready .addborder2 {
	border: #d42d2d 1px solid
}

.tf3---Ready .addborder2 h4 {
	border: #d42d2d 1px solid;
	color: #fff;
	line-height: 50px;
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
	background: #d42d2d
}

.tf3---Ready---inner {
	padding: 15px 75px 25px
}

.tf3---Ready---inner .rt {
	max-width: 60%;
	margin: 0 auto 20px;
	font-weight: 700
}

.tf3---Ready---inner .rt figure {
	margin-bottom: 10px;
	text-align: center
}

.tf3---Ready---inner .rt figure img {
	width: 40%;
	height: 110px;
	margin: 0 auto
}

.tf3---Ready---inner p b {
	color: #d42d2d
}

.bg-gray3 {
	background: #f1f0f4
}

.tf3---value.bg-gray3 .fixed-width {
	padding: 10px 5px;
	20px;
	margin-top: 80px;
	margin-bottom: 90px
}

.tf3---value.bg-gray3 header {
	position: relative;
	z-index: 2
}

.tf3---value.bg-gray3 header figure {
	position: relative;
	top: -85px;
	margin-bottom: -110px;
	left: 50px
}

.tf3---value.bg-gray3 header img {
	width: 70%;
	height: 90%;
	object-fit: cover
}

.tf3---value.bg-gray3 header h2 img {
	width: auto;
	height: 80px !important;
	margin: 10px 0 15px;
	display: flex
}

.tf3---value.bg-gray3 header h2 {
	color: #191919;
	line-height: 1.5;
	font-size: 1.8em;
	font-weight: 700
}

.tf3---value.bg-gray3 header h2 .catch {
	display: block;
	color: #d22e2d;
	font-size: .7em;
	font-weight: 700
}

.tf3---value.bg-gray3 header h2 small {
	display: block;
	color: #191919;
	font-size: .4em;
	font-weight: 400
}

.tf3---value.bg-gray3 .value-detail {
	justify-content: space-between
}

.tf3---value.bg-gray3 .value-detail .col-6 {
	width: 48.5%;
	padding: 0 15px 15px 0;
	border-right: rgba(0, 0, 0, .2) 1px solid;
	border-bottom: rgba(0, 0, 0, .2) 1px solid
}

.tf3---value.bg-gray3 .value-detail .col-6.rt {
	justify-content: space-between;
	align-items: center
}

.tf3---value.bg-gray3 .value-detail .col-6 h3 {
	width: 130px;
	height: 130px;
	border: #44519f 1px dotted;
	border-radius: 100%;
	color: #44519f;
	line-height: 130px;
	text-align: center;
	background: #fff
}

.tf3---value.bg-gray3 .value-detail .col-6 h4 {
	line-height: 1.4;
	font-size: 1.2em;
	font-weight: 700
}

.tf3---value.bg-gray3 .value-detail .col-6 h4 small {
	display: block;
	font-size: .7em;
	font-weight: 400
}

.tf3---value.bg-gray3 .value-detail .col-6 h4 span {
	margin-top: 10px;
	color: #d42d2d;
	font-size: 1.3em;
	font-weight: 700
}

.tf3---value.bg-gray3 .value-detail .col-6 h4 span b {
/*	font-family: 'Roboto', sans-serif;*/
	font-size: 1.4em
}

.tf3---value.bg-gray3 .tf3---value .notice {
	line-height: 1.3;
	font-size: .85em;
	text-align: justify
}

.bg-blue {
	border-top: rgba(0, 0, 0, .1) 1px solid;
	color: #000;
	background: #f1f0f4
}

.tf3---value.bg-blue .fixed-width {
	padding: 10px 5px;
	40px
}

.tf3---value.bg-blue header {
	position: relative;
	z-index: 2
}

.tf3---value.bg-blue header figure {
	position: relative;
	top: -85px;
	margin-bottom: -80px;
	left: 20px
}

.tf3---value.bg-blue header img {
	width: 80%;
	height: 80%;
	object-fit: cover
}

.tf3---value.bg-blue p {
	text-align: right
}

.tf3---value.bg-blue p img {
	width: 80%;
	height: 80%;
	object-fit: cover
}

.tf3---value02 header .col-3 img.PC {
	display: block
}

.tf3---value02 header .col-3 img.SP {
	display: none
}

.tf3---value.bg-blue header h2 img {
	width: auto;
	height: 50px !important;
	margin-bottom: 30px
}

.tf3---value.bg-blue header h2 {
	color: #000;
	line-height: 1.5;
	font-size: 1.8em;
	font-weight: 700
}

.tf3---value.bg-blue header h2 .catch {
	display: block;
	color: #d22e2d;
	font-size: .7em;
	font-weight: 700
}

.tf3---value.bg-blue header h2 small {
	display: block;
	margni-top: 20px;
	color: #000;
	font-size: .4em;
	font-weight: 400
}

.point-detail {
	max-width: 100%;
	margin: 0 auto;
	justify-content: space-between;
	margin-bottom: 70px
}

.point-detail .col-4 {
	width: 31%;
	padding: 0 20px 10px 0;
	border-right: rgba(0, 0, 0, .1) 1px solid;
	border-bottom: rgba(0, 0, 0, .1) 1px solid
}

.point-detail .col-4.rt {
	justify-content: space-between;
	align-items: center
}

.point-detail .col-4 h3 {
	width: 44%;
	margin-bottom: 0
}

.point-detail .col-4 h3 img {
	margin-bottom: 0
}

.point-detail .col-4 p {
	width: 50%;
	color: #000;
	line-height: 1.5;
	font-size: 90%;
	font-weight: 400;
	text-align: justify
}

.fancybox-content {
	width: auto
}

.fancybox-content {
	padding: 30px !important
}

.fancybox-content img {
	width: 100%;
	margin: auto;
	display: flex
}

.img2 {
	max-width: 800px;
	width: 100%
}

.btnRe-bcpos {
	display: block;
	position: relative;
	max-width: 720px;
	margin: 0 auto;
	padding: 15px 30px;
	border: #44519f 2px solid;
	border-radius: 4px;
	color: #44519f;
	font-size: 1.2em;
	font-weight: 700;
	text-align: left;
	background: #f8f8fb
}

.btnRe-bcpos::before {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 30px;
	width: 182px;
	height: 116px;
	background: url(../images/20210625/img-bcpos.png);
	background-size: cover
}

.btnRe-bcpos span {
	display: inline-block;
	position: relative;
	text-align: left
}

.btnRe-bcpos span::before {
	content: '';
	display: inline-block;
	position: relative;
	top: -.06em;
	width: 32px;
	height: 32px;
	margin: 0 1em -.5em 0;
	background: url(../images/20210625/icon-bcpos.png);
	background-size: cover
}

.btnRe-bcpos span small {
	display: block;
	font-size: .7em;
	font-weight: 400
}

.btnRe-bcpos svg {
	position: relative;
	top: -.2em;
	margin-left: 1em;
	fill: #44519f
}

.tf3---function ul.rt {
	justify-content: space-between
}

.tf3---function li.col-4 {
	width: 31.5%
}

.tf3---function li.col-4 figure {
	margin-bottom: 20px
}

.tf3---function li.col-4 img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.tf3---function li.col-4 h3 {
	margin-bottom: 15px;
	color: #44519f;
	font-size: 1.2em;
	font-weight: 700
}

.tf3---function li.col-4 p {
	line-height: 1.4;
	font-size: .9em;
	text-align: justify
}

.tf3---function li:nth-child(1).col-4 p {
	line-height: 1.5;
	font-size: .8em
}

.tf3---function---mov figure {
	max-width: 740px;
	width: 740px;
	margin: 0 auto
}

.tf3---function---mov figure iframe {
	width: 740px;
	height: 416px;
	margin: 0 auto
}

.tf3---function---mov img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.tf3---function---recommendation h4 {
	margin-bottom: 15px;
	color: #44519f;
	font-size: 1.3em;
	font-weight: 700
}

.tf3---function---recommendation h4 small {
	color: #191919;
	font-size: .6em;
	font-weight: 400
}

.tf3---function---recommendation ul {
	padding: 15px;
	border: rgba(0, 0, 0, .1) 1px solid;
	border-radius: 4px
}

.tf3---function---recommendation li {
	display: flex;
	align-items: center
}

.tf3---function---recommendation li:nth-child(2),
.tf3---function---recommendation li:nth-child(3) {
	padding-left: 30px;
	border-left: rgba(0, 0, 0, .1) 1px solid
}

.tf3---function---recommendation li img {
	display: inline-blcok;
	width: auto !important;
	height: 44px !important;
	margin-right: 1em
}

.tf3---function---recommendation li span {
	display: inline-block;
	line-height: 1.4;
	font-size: .8em
}

.tf3---function---recommendation li span small {
	display: block;
	font-size: .9em
}

.tf3---format {
	padding-top: 40px
}

.tf3---format table.PC {
	display: table;
	width: 100%
}

.tf3---format table.PC tr {
	border-bottom: rgba(0, 0, 0, .1) 1px solid
}

.tf3---format table.PC thead {
	background: #44509F
}

.tf3---format table.PC thead th {
	padding: 10px;
	color: #fff;
	font-weight: 700
}

.tf3---format table.PC tbody th {
	padding: 10px;
	color: #fff;
	font-weight: 700;
	background: #44509F
}

.tf3---format table.PC tbody td {
	padding: 10px
}

.tf3---format table.PC tbody tr td:nth-child(2) {
	text-align: left
}

.tf3---format table.PC tbody tr td:nth-child(6) {
	text-align: left
}

.tf3---format figure.SP {
	display: none;
	width: 100%;
	margin: 0 auto
}

.tf3---format figure.SP img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.btn_box.application {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto
}

.samplecsv {
	margin: 20px 0 0 0;
	font-size: 90%
}

.side-menu em {
	font-style: normal
}

.breadcrumb {
	margin: auto;
	max-width: 1010px;
	padding-left: 10px;
	display: flex
}

.breadcrumb li {
	display: inline-block;
	margin-top: .5em
}

.breadcrumb li:after {
	content: "\f105";
	margin: 0 .5em;
/*	font-family: 'Font Awesome 5 Free';*/
	font-weight: 900
}

.breadcrumb li:first-child:before {
	display: none
}

.breadcrumb li:last-child:after {
	display: none
}

.breadcrumb li {
	font-size: 14px
}

#form {
	counter-reset: number
}

#form h3 {
	border-bottom: solid 1px #44519f;
	padding-bottom: 10px;
	font-weight: 600
}

#form h4 {
	text-align: center;
	margin-top: 20px
}

#form .box:first-of-type {
	padding-top: 0;
	border-top: none
}

#form .box {
	padding-top: 30px;
	border-top: 1px solid #d1d1d1
}

#form img {
	border: solid 1px #ddd
}

#form p {
	line-height: 25px;
	padding-left: 1em;
	font-size: 16px;
	margin: auto;
	letter-spacing: -.2px;
	margin-bottom: 10px;
	padding-top: 10px
}

.howto_layout {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 0;
}

.howtobox {
	text-align: center;
	width: 30%
}

.howtobox img {
	border: none !important;
	max-width: 100px;
	height: 50px;
	object-fit: contain;
}

.howtobox p {
	font-size: 14px;
	font-weight: 500;
	color: #454545;
	margin-bottom: 5px
}

.howtobox {
	position: relative
}

.howtobox::after {
	position: absolute;
	content: "竊�";
	top: 30%;
	right: -30px;
	font-size: 40px
}

.howtobox:last-child::after {
	display: none
}

.faq *,
.faq :after,
.faq :before {
	margin: auto;
	max-width: 1010px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.label1::after {
	font-size: 13px;
	content: "蟆主�";
	padding: 6px;
	background: #506f53;
	color: #fff;
	margin-left: 10px;
	vertical-align: 2px;
	font-weight: 400
}

.label2::after {
	font-size: 13px;
	content: "讖溯�";
	padding: 6px;
	background: #7b6d59;
	color: #fff;
	margin-left: 10px;
	vertical-align: 2px;
	font-weight: 400
}

.label3::after {
	font-size: 13px;
	content: "蜈咲ｨ�";
	padding: 6px;
	background: #813d3d;
	color: #fff;
	margin-left: 10px;
	vertical-align: 2px;
	font-weight: 400
}

.label4::after {
	font-size: 13px;
	content: "縺昴�莉�";
	padding: 6px;
	background: #3b3b3b;
	color: #fff;
	margin-left: 10px;
	vertical-align: 2px;
	font-weight: 400
}

.label5::after {
	font-size: 13px;
	content: "譁咎≡";
	padding: 6px;
	background: #3d6781;
	color: #fff;
	margin-left: 10px;
	vertical-align: 2px;
	font-weight: 400
}

.faq .faqInner {
	margin: 0 0 2.5em;
	padding: 0 0 0 2em;
}

.faq h2 {
	position: relative;
	margin-bottom: 1.2em;
	font-size: 15px;
}

.faq h2::before {
	background-image: url(/product/atkessai/images/Q.svg);
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	background-size: contain;
	vertical-align: -9px;
	margin-left: -10px;
	background-size: contain
}

.faq p {
	position: relative;
	padding-bottom: 10px;
	font-size: 15px;
	position: relative;
	margin-left: 30px;
	}

.faq p::before {
	float: left;
	background-image: url(/product/atkessai/images/A.svg);
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	margin-left: -40px;
	background-size: contain
}


.faq_ta_01{
	margin: 0;
	padding: 10px 0 0 30px;
	letter-spacing: normal;
}
.faq_ta_02{
	margin: 0;
	padding: 0 0 0 30px;
	letter-spacing: normal;
}
.faq_ta_none{
	margin: 0;
	padding: 20px 0 0 30px;
	letter-spacing: normal;
}

.pconly2{
	display:inline-block;
	padding: 0 !important;
	font-weight:300;
	font-size:14px;
	margin-left: -0.25em !important;
}



.faq_ta_02 a:before {
    content: "\f1c1";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #d40303;
    font-size: 1.3em;
    font-weight: normal;
    margin-right: 5px;
}

.faq_ta_01 img{
	margin-top: 10px;
	margin-right: 10px;
	vertical-align: -10px;
	width: 80px !important;
	height: 30px;
}

.faq_ta_02 img{
	margin-top: 10px;
	margin-right: 10px;
	vertical-align: -10px;
	width: 80px !important;
	height: 30px;
}



.faq span.addition {
	font-size: 14px
}

.faq .highlight {
	background-color: #ffe08b;
	padding: 2px 0
}

.list li {
	padding-top: 41px;
	border-bottom: 1px dotted #0097a7
}

.list li a {
	color: #4187AB;
	border-bottom: 1px solid #4187AB;
	font-size:15px;
}

.list li a:hover {
	color: #4187AB;
	border-bottom: none;
}

.faq &gt; ul &gt; li.is-hidden {
	display: none
}

.faq__notfound {
	text-align: center;
	font-size: 20px;
	display: none
}

.faq__notfound.is-visible {
	margin: auto;
	display: block;
	padding: 20px 0
}

.search_container {
	box-sizing: border-box;
	position: relative;
	border: 1px solid #999;
	padding: 3px 10px;
	border-radius: 40px;
	height: 2.5em;
	width: 265px;
	overflow: hidden
}

.search_container input[type="search"] {
	border: none;
	height: 2em
}

.search_container input[type="search"]:focus {
	outline: 0
}

.search_container div {
/*	font-family: "Font Awesome 5 Free";*/
	font-weight: 600;
	border: none;
	background: #505357;
	color: #fff;
	position: absolute;
	width: 6em;
	height: 3.3em;
	right: 0;
	top: -3px;
	outline: none
}

.search_container i {
	position: absolute;
	top: 15px;
	right: 45px;
	font-size: 16px
}

.faq form {
	display: block;
	position: relative;
	width: 70%;
	margin: auto
}

.faq input {
	display: block;
	margin: 3px auto auto;
	position: relative;
	padding: 10px;
	width: 90%;
	font-size: 0.9em;
	border: solid 2px #ccc;
	text-align: center;
	margin-bottom: 20px
}

@media screen and (max-width:728px) {
.pconly2{
	display:table-column-group;
}
.faq_ta_01 a,
.faq_ta_02 a,
.faq_ta_none a{
	font-size:16px !important;
	margin-bottom: 5px;
}
.faq_ta_01 img{
	margin: 10px 0 5px 0;
	display:block;
}
.faq_ta_02 img{
	margin: 30px 0 5px 0;
	display:block;
}

.faq input {
	display: block;
	margin: 1px auto auto;
	position: relative;
	padding: 10px;
	width: 90%;
	font-size: 12px !important;
	border: solid 2px #ccc;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 4px;
}
	}

.faq *, .faq :after, .faq :before {
    margin: auto;
    max-width: 1010px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.search_container i {
    position: absolute;
    top: 15px;
    right: 45px;
    font-size: 16px;
}
.fa, .fas {
    font-weight: 900;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.faq *, .faq :after, .faq :before {
    margin: auto;
    max-width: 1010px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.index_faq {
	margin-bottom: 10px !important;
	padding-bottom: 0
}

.win_spec {
	width: 100%
}

.win_title td {
	background-color: #d6c3a0;
	font-weight: 600;
	padding: 5px 20px
}

.win_spec td:nth-of-type(1) {
	width: 10%;
	padding: 5px 20px
}

ul.searchList {
	width: 100%;
	text-align: center;
	margin: 0 auto
}

h3.searchList_h01 {
    font-size: 26px;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}
		
h3.searchList_h01::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -25px;
    background-color: #505357;
}

@media screen and (max-width:728px) {
h3.searchList_h01 {
    font-size: 22px;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}
		
h3.searchList_h01::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -25px;
    background-color: #505357;
}
}

section.dlhero {
	background: radial-gradient(#fff 60%, #e6e6e6);
	width: 100%;
	color: #000;
	padding: 0 0;
	margin: 0 auto;
	text-align: center
}

#install {
	counter-reset: number
}

.dlhero h3 {
	font-size: 18px;
	font-weight: 400
}

.dlhero ul li {
	list-style: square
}

#install h3,
#download h3,
#form2 h3 {
	border-bottom: solid 1px #44519f;
	margin-bottom: 30px
}

#download h4 {
	display: block;
	margin: auto;
	font-weight: 400;
	width: 100%;
	padding-top: 0;
	padding-bottom: 10px
}

#form2 h4 {
	font-weight: 400
}

#install h4 {
	text-align: center;
	margin-top: 20px
}

#install .box:first-of-type {
	padding-top: 0;
	border-top: none
}

#install .box {
	padding-top: 30px;
	border-top: 1px solid #d1d1d1
}

#install img {
	border: solid 1px #ddd
}

#install p {
	line-height: 25px;
	counter-reset: my-counter;
	padding-left: 1em;
	text-indent: -3em;
	width: 90%;
	margin: auto;
	letter-spacing: -.2px;
	margin-bottom: 40px
}

#install p::before {
	counter-increment: number;
	content: counter(number);
	padding: 5px 10px;
	border: 1px solid #d4d4d4;
	margin-right: 10px
}

.DL1 .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 0 !important;
	margin: auto
}

h1.DL1 {
	font-size: 33px;
	font-weight: 700;
	line-height: 1.2;
	text-align: left
}

h1.DL1 span {
	display: block;
	font-size: 20px;
	font-weight: 300;
	margin-top: 1.4rem
}

.DLBox {
	justify-content: space-between;
	width: 35%
}

.DLBox img {
	max-height: 210px;
	padding: 10px
}

.DL1 p {
	font-size: 18px !important
}

.DL1 .appbanner {
	display: flex;
	justify-content: space-around
}

.DL1 .appbanner_box {
	position: relative;
	bottom: auto;
	left: auto;
	margin: 15px 0 !important
}

.DL1 .appbanner_box li:hover {
	opacity: .6
}

.link_box {
	justify-content: space-around;
	flex-wrap: wrap;
	display: flex
}

.linkbtn {
	width: calc(70%/2)
}

.linkbtn br {
	display: none
}

.link_box .btn {
	flex-wrap: wrap;
	background: #2a6da7 !important;
	padding: 15px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	border: none;
	border-radius: 50px;
	box-shadow: 2px 2px 10px #d0d1d6;
	height: 100%;
	z-index: auto
}

.os_box .btn:hover {
	opacity: .5 !important
}

#download {
	margin-bottom: 60px !important
}

.install_box {
	justify-content: space-between
}

.win_inner,
.apple_inner {
	border-right: 1px solid #e3e3e3;
	padding: 20px 0 10px;
	display: flex;
	flex-direction: column;
	margin: auto
}

.install_box .commonbox,
.install_box .winbox,
.install_box .applebox {
	width: 95%;
	display: flex;
	border: 1px solid #9b9b9b
}

.common_inner1,
.win_inner1,
.apple_inner1 {
	width: 30%;
	border-right: 1px solid #9f9f9f;
	height: 170px;
	padding: 20px 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: auto
}

.common_inner1 img {
	width: 100%;
	max-width: 150px;
}

.common_inner2,
.win_inner2,
.apple_inner2 {
	width: 70%;
	text-align: left;
	padding-top: 15px;
	display: flex;
	flex-direction: column;
	margin: auto
}

.common_inner2 a img.logo_box {
	width: auto;
	height: 60px;
	max-height: 100%;
	padding: 10px;
	border: 1px solid #333;
	border-radius: 5px;
}

.title3 {
	border-bottom: 1px solid #c6c6c6;
	display: flex;
	width: 100%;
	padding-left: 20px
}

.win_inner2 h4,
.apple_inner2 h4 {
	font-size: 18px;
	color: #000;
	display: inline
}

.install_box div .os {
	object-fit: contain;
	width: 100px;
	margin: auto;
	padding: 0 10px 10px 10px;
	height: 90px
}

.installbtn {
	background: #44509F;
	color: #fff;
	text-align: left;
	margin: 0 auto;
	padding: 7px 33px;
	border-radius: 5px;
	line-height: 17px
}

.installbtn:hover {
	color: #fff
}

.dl_howto {
	color: #a82d82;
	text-decoration: underline
}

.column {
	border-bottom: 1px solid #c12146;
	border-right: 1px solid #c12146;
	border-left: 1px solid #c12146;
	padding-bottom: 10px;
	margin-bottom: 20px
}

.bottom-t {
	width: 100%;
	margin: 0 0 5px;
	padding: 7px 0 7px;
	border-top: 1px #c12146 dotted;
	border-bottom: 1px #c12146 dotted;
	background: #f8f7f8;
	text-indent: 15px;
	color: #ce0808;
	font-size: 15px;
	text-align: left
}

#nav {
	background: #44509F !important;
	z-index: 1 !important
}

.sponly3 {
	display: none
}

.mainlink a {
	min-width: 160px !important;
	padding: 14px 5px 9px 5px !important
}

.fixed-width2 {
	display: block;
	margin: 0 auto;
	max-width: 1010px
}

.buttons {
	display: flex;
	position: absolute;
	right: 10px;
	z-index: 1
}

.buttons li {
	display: inline-block;
	margin-top: 0
}

.buttons li {
	font-weight: 500;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	font-size: 14px;
	transition: all 0.2s ease-in-out 0s
}

.buttons li a {
	background: #fff;
	margin-top: 12px;
	border-radius: 5px
}

.register {
	margin-right: 10px;
	position: relative;
	border-radius: 5px
}

.register a {
	color: #44509F !important;
	padding: 12px 10px !important
}

.nav_mt {
	display: block;
	padding-top: 65px
}

.title {
	color: #fff !important;
	font-size: 14px !important
}

a.hover_sp .arrow2 {
	border-top: 1px solid #44509F;
	border-left: 1px solid #44509F
}

#menuresp li {
	height: 60px
}

#menuresp li a.hover_sp {
	color: #44509F
}

#menuresp li.sousmenu li a.hover_sp {
	color: #44509F;
	border-left: 3px solid #44509F
}

nav.common_header {
	background: #44509F;
	z-index: 1000
}

.smenu .arrow2 {
	border-top: 1px solid #fff !important;
	border-left: 1px solid #fff !important;
	top: 64% !important
}

#menuresp .menucross span {
	background: #fff !important
}

.buttons li a {
	font-weight: 300;
	font-size: 12px
}

.register {
	margin-right: 10px;
	position: relative;
	border-bottom: none !important
}

.bnr_box {
	width: 94%
}

@media screen and (max-width:1024px) {
	.buttons li {
		display: inline-block;
		margin-top: 5px
	}

	.win_spec td:nth-of-type(1) {
		width: 30%;
		padding: 5px 20px
	}

	.serchlist ul {
		display: block;
		width: 100%;
		text-align: center
	}

	.searchList li {
		position: relative;
		display: inline-block;
		margin-right: 0;
		padding: 0 5px
	}

	.faq form {
		width: 100%
	}

	.faq input {
		font-size: 0.9em;
		height: 2.3em !important;
		text-align: left;
	}

	.faq h2 {
		font-size: 14px;
		margin-left: 2em;
		text-indent: 0.4em;
	}

	.faq p {
		font-size: 14px
	}

	.faq h2::before {
		width: 25px;
		height: 25px;
		margin-left: -40px
	}

	.faq p::before {
		width: 25px;
		height: 25px
	}

	.label1::after {
		font-size: 10px;
		margin-left: 0
	}

	.label2::after {
		font-size: 10px;
		margin-left: 0
	}

	.label3::after {
		font-size: 10px;
		margin-left: 0
	}

	.label4::after {
		font-size: 10px;
		margin-left: 0
	}

	.clicon {
		flex-basis: 48% !important
	}

	.clicon img {
		height: 100px;
		margin-bottom: 1.6rem
	}

	.clicon h4 {
		display: block;
		width: 100%;
		margin: 0 auto;
		background-color: #fff;
		border-radius: 20px;
		padding: .4rem;
		text-align: center;
		font-size: 1.2rem;
		font-weight: 700;
		color: #A29387
	}

	.menu {
		z-index: 1
	}

	.sponly3 {
		display: block
	}

	#nav {
		z-index: 1 !important
	}

	#menuresp li:first-child a {
		color: #fff;
		height: auto !important;
		display: inline-block
	}

	.buttons {
		height: inherit !important
	}

	.register {
		background: inherit !important;
		margin-right: 0px !important
	}

	#menuresp ul {
		width: inherit !important
	}

	.title {
		color: #383838 !important
	}

	.mainlink {
		color: inherit;
		background: #44509F !important;
		border-left: 0 solid
	}

	#menuresp li:first-child {
		background: #44509F;
		height: 60px
	}

	#nav {
		background: #e7ebef !important
	}

	a.hover_sp .arrow2 {
		border-top: 1px solid #44509F !important;
		border-left: 1px solid #44509F !important
	}

	.smenu .arrow2 {
		border-top: 1px solid #44509F !important;
		border-left: 1px solid #44509F !important;
		top: 40% !important
	}

	#menuresp li.sousmenu ul li:first-child a.hover_sp {
		background: #f0f0f0;
		color: inherit;
		border-left: 3px solid #44509F;
		color: #44509F !important
	}

	.nav_title {
		font-size: 16px !important
	}

	.register a {
		font-size: 10px !important
	}

	#menuresp li a.hover_sp {
		color: #44509F !important;
		background: rgba(240, 240, 240, .26) !important;
		color: #797979;
		border-left: 3px solid #44509F
	}

	.buttons li a {
		background: #fff;
		margin-top: 11px;
		border-radius: 5px
	}

	.mainlink a img {
		width: 117px;
		margin-left: 5px
	}

	.btn {
		z-index: auto
	}

	.buttons {
		top: 0;
		right: 70px;
		display: flex;
		position: absolute;
		z-index: auto;
		justify-content: flex-end;
		align-items: flex-start
	}
}

@media screen and (max-width:767px) {
	.bannertitle {
		font-size: 18px;
		line-height: 23px;
		text-align: center;
		padding: 5px 0 0 0;
		width: 100%
	}

	.osicon {
		top: 9vh
	}

	.donyubox {
		display: contents
	}

	.installbanner {
		display: block
	}

	.installbanner {
		margin-bottom: 0
	}

	.title3 {
		display: block !important;
		margin-bottom: 10px;
		padding-left: 0px !important
	}

	.common_inner1,
	.win_inner1,
	.apple_inner1 {
		width: 100% !important;
		border-right: none !important;
		padding: 20px 0 10px;
		display: block;
		margin: auto;
		height: inherit !important
	}

	.common_inner1 h4,
	.win_inner1 h4,
	.apple_inner1 h4 {
		font-size: 18px
	}

	.common_inner2,
	.win_inner2,
	.apple_inner2 {
		width: 90% !important;
		text-align: left;
		padding-left: 0px !important;
		padding-top: 10px;
		display: flex;
		height: inherit !important;
		flex-direction: column;
		margin: auto;
		height: 180px;
		padding-bottom: 15px !important
	}

	.donyu2 {
		margin-bottom: 20px
	}

	.logo_imgbox {
		display: flow-root;
		position: relative;
		height: 70vw !important;
		max-height: 200px;
		width: auto;
		margin: 0 auto;
		margin-bottom: 40px;
		display: flex
	}

	.osicon2 {
		display: flex;
		width: 90%;
		margin: auto;
		padding: 0
	}

	.logo_img img {
		width: 100% !important
	}

	.install_box .commonbox,
	.install_box .winbox,
	.install_box .applebox {
		display: block !important;
		width: 95% !important
	}

	.heroimg img {
		display: flex;
		margin: auto 0;
		height: 260px;
		object-fit: contain
	}

	.heroimg {
		height: 260px !important
	}

	.logo_imginner h2 {
		margin-left: 0
	}

	.logo_imginner {
		display: contents;
		position: absolute;
		top: 0;
		left: 0%;
		width: 100%;
		display: flex;
		flex-direction: column;
		margin: auto;
		justify-content: center
	}

	.logo {
		margin-left: 10px;
		position: relative;
		padding-top: 20px;
		width: fit-content;
		margin: auto
	}

	.sp_logo {
		width: 80%;
		margin: 0 auto
	}

	h2 {
		font-size: 2.5rem
	}

	.appbanner_box {
		width: 100%;
		bottom: -50px;
		left: -30px;
		text-align: center
	}

	.appbanner {
		display: flex;
		margin: auto;
		justify-content: center
	}

	.info {
		margin-bottom: 30px;
		font-size: 18px;
		line-height: 30px !important
	}

	.tf2---Intro h3 {
		font-size: 17px
	}

	.tf2---Intro h3 br {
		display: none
	}

	.tf2---About {
		margin: auto;
		width: 100%
	}

	.tf2---About img {
		padding: 0 5px
	}

	.clicon {
		flex-basis: 48% !important;
		margin-bottom: 2rem;
		margin-bottom: 10px
	}

	.clicon img {
		margin-bottom: 1.6rem
	}

	.clicon h4 {
		display: block;
		width: 100%;
		margin: 0 auto;
		background-color: #fff;
		border-radius: 20px;
		padding: .4rem;
		text-align: center;
		font-size: 1.2rem;
		font-weight: 700;
		color: #A29387
	}

	.tf2---Cooperation img {
		padding: 0 0
	}

	.tf2---Cooperation p {
		text-align: center
	}

	#flow h3 {
		font-size: 22px !important;
		margin-bottom: 20px !important;
	}

	.infoRe {
		font-size: 90%
	}

	.infoRe br {
		display: inline
	}

	.btnRe-red span::before {
		top: -48px;
		left: 0
	}

	.btnRe-red svg {
		top: 0;
		margin-left: 0;
		fill: #d42d2d
	}

	.btnRe-simu {
		padding: 15px 15px 125px;
		text-align: center
	}

	.btnRe-simu::before {
		content: '';
		display: inline-block;
		position: absolute;
		bottom: 0;
		right: 50%;
		width: 240px;
		height: 104px;
		background: url(../images/20210625/thum-simu.png);
		background-size: cover;
		transform: translate(50%, 0)
	}

	.btnRe-simu span::before {
		margin: 0 .5em -.5em 0
	}

	.tf3---Plan---title header {
		position: relative
	}

	.tf3---Plan---title header figure {
		order: 2;
		position: absolute;
		right: 0;
		width: 20vw;
		min-width: 120px;
		top: -5px !important
	}

	.tf3---Plan---title header h3 {
		order: 1;
		width: 100%
	}

	.tf3---Plan---title header + p br {
		display: none
	}

	.tf3---value.bg-blue header img {
		width: 60% !important;
		height: 60%;
		object-fit: cover;
		left: 0 !important
	}

	.tf2---Correspondence {
		padding: 0 0
	}

	.tf3---inner {
		padding: 20px 0
	}

	.tf3---Plan---flow {
		flex-flow: column wrap;
		justify-content: center;
		width: 70%;
		margin: 0 auto
	}

	.tf3---Plan---flow .col-4,
	.tf3---Plan---flow .col-3,
	.tf3---Plan---flow .col-2-5 {
		width: 100%
	}

	.tf3---Plan---flow figure {
		position: relative;
		width: 80%;
		margin: 0 auto
	}

	.tf3---Plan---flow.plan01 figure::after {
		content: none
	}

	.tf3---Plan---flow.plan02 figure::after {
		content: none
	}

	.tf3---Plan---flow.plan03 figure::after {
		content: none
	}

	.tf3---Plan---flow li:last-child figure::after {
		content: none
	}

	.tf3---Plan---flow figure img {
		width: 100%;
		height: 100%;
		object-fit: cover
	}

	.tf3---Plan---flow p br {
		display: none
	}

	.plans .adjust {
		height: auto !important
	}

	.spimg {
		width: 80% !important
	}

	.send-Subhead {
		padding: 15px;
		line-height: 1.5
	}

	.tf3---sending .space {
		margin-bottom: 0
	}

	.tf3---sending .space {
		margin-bottom: 0
	}

	.addBorder h3 {
		margin-bottom: 10px;
		margin-top: 20px
	}

	.addBorder {
		width: 100%
	}

	.addBorder h2 {
		text-align: center
	}

	.addBorder p {
		width: 95%
	}

	.tax-free-outline h2 img {
		width: 50%
	}

	.addBorder figure {
		margin: auto;
		padding: 0;
		width: 90%;
		padding-top: 0
	}

	.tf3---sending.rt {
		flex-flow: column wrap
	}

	.tf3---sending.rt::before {
		content: none
	}

	.tf3---sending.rt .col-6 {
		width: 100%
	}

	.tf3---sending.rt .col-6:first-child {
		margin-bottom: 30px;
		padding-bottom: 25px;
		border-bottom: rgba(0, 0, 0, .1) 1px solid
	}

	.tf3---Ready {
		width: 100%;
		margin: auto
	}

	.tf3---Ready---inner {
		padding: 20px 20px
	}

	.tf3---Ready---inner .rt {
		max-width: 100%;
		margin: 0 auto 20px;
		font-weight: 700
	}

	.tf3---Ready---inner .rt figure {
		margin-bottom: 10px
	}

	.tf3---Ready---inner .rt figure img {
		width: 50%;
		height: 110px;
		object-fit: contain
	}

	.tf3---Ready---inner p {
		word-break: break-all
	}

	#flow h3 {
		padding: 0 0 0 40px;
	}

	#flow h3::before {
		height: 35px;
		top: -16px;
		padding: 5px 16px;
	}

	.tf3---value.bg-gray3 header {
		flex-flow: column wrap;
		margin-bottom: 20px
	}

	.tf3---value.bg-gray3 header figure {
		order: 2;
		top: 0;
		width: 100%;
		margin-bottom: 0
	}

	.tf3---value.bg-gray3 header h2 {
		order: 1;
		width: 100%;
		margin-bottom: 20px
	}

	.tf3---value.bg-gray3 header h2 img {
		width: 100%;
		height: auto !important;
		margin: 20px 0 0
	}

	.tf3---value.bg-gray3 header h2 {
		text-align: center
	}

	.tf3---value.bg-gray3 header img {
		margin-right: auto;
		margin-left: auto;
		width: 60%;
		height: 60%;
		margin: auto;
		display: flex
	}

	.tf3---value.bg-gray3 header figure {
		left: 0
	}

	.tf3---value.bg-gray3 .value-detail {
		flex-flow: column wrap;
		justify-content: space-between
	}

	.tf3---value.bg-gray3 .value-detail .col-6 {
		width: 100%
	}

	.tf3---value.bg-gray3 .value-detail .col-6 + .col-6 {
		margin-top: 20px
	}

	.tf3---value01 .value-detail .col-6.rt {
		flex-flow: column wrap;
		width: 100%
	}

	.tf3---value01 .value-detail .col-6.rt .col-4 {
		margin-bottom: 20px;
		text-align: center
	}

	.tf3---value01 .value-detail .col-6.rt .col-7 {
		width: 100%;
		text-align: center
	}

	.tf3---value.bg-gray3 .fixed-width {
		padding: 20px 0 20px;
		margin-top: 50px;
		margin-bottom: 10px
	}

	.tf3---value.bg-blue header {
		position: relative;
		z-index: 2;
		text-align: center
	}

	.tf3---value.bg-blue header figure {
		left: 0;
		margin-bottom: 20px !important
	}

	.tf3---value.bg-blue header figure {
		width: 100%
	}

	.tf3---value.bg-blue header img {
		margin: 0 auto
	}

	.tf3---value02 header figure.col-4 {
		top: 0;
		margin: 0 auto 20px;
		text-align: center;
		margin: auto
	}

	.tf3---value.bg-blue header h2 {
		width: 100%;
		margin-bottom: 15px
	}

	.tf3---value.bg-blue header h2 img {
		width: auto;
		height: 50px !important;
		margin-bottom: 10px
	}

	.tf3---value.bg-blue p {
		width: 100%;
		margin-bottom: 20px;
		text-align: center
	}

	.tf3---value.bg-blue p img {
		width: 80%;
		height: 80%;
		object-fit: cover;
		margin: 0 auto
	}

	.tf3---value02 header .col-4 {
		order: 2
	}

	.tf3---value02 header .col-5 {
		order: 1;
		margin-bottom: 20px
	}

	.tf3---value02 header .col-3 {
		order: 3;
		margin-bottom: 30px
	}

	.tf3---value02 header .col-3 img.PC {
		display: none
	}

	.tf3---value02 header .col-3 img.SP {
		display: block
	}

	.point-detail {
		flex-flow: column wrap;
		margin-bottom: 0
	}

	.point-detail .col-4 {
		width: 100%;
		border-right: 0;
		margin-bottom: 20px
	}

	.point-detail .col-4.rt {
		justify-content: space-between;
		align-items: center
	}

	.point-detail .col-4 h3 {
		width: 40%;
		margin: 0 0 0
	}

	.point-detail .col-4 p {
		width: 55%;
		color: #000;
		line-height: 1.5;
		font-size: 90%;
		font-weight: 400;
		text-align: justify
	}

	.btnRe-bcpos {
		padding: 15px 15px 125px;
		font-size: .95em;
		letter-spacing: 0;
		text-align: center
	}

	.btnRe-bcpos::before {
		content: '';
		display: inline-block;
		position: absolute;
		bottom: 0;
		right: 50%;
		width: 240px;
		ight: 104px;
		background: url(../images/20210625/img-bcpos.png);
		background-size: cover;
		transform: translate(50%, 0)
	}

	.btnRe-bcpos span::before {
		content: none;
		margin: 0 .5em -.5em 0
	}

	.tf3---function ul.rt {
		flex-flow: column wrap;
		justify-content: space-between
	}

	.tf3---function li.col-4 {
		width: 100%;
		margin-bottom: 30px
	}

	.fancybox-content {
		width: 100%;
		display: block
	}

	.fancybox-content img {
		width: 100%
	}

	.fancybox-content {
		padding: 10px !important
	}

	.hero {
		height: auto
	}

	.tf3---function---mov figure {
		max-width: 100%;
		width: 100%;
		margin: 0 auto
	}

	.tf3---function---mov figure iframe {
		max-width: 100%;
		width: 100%;
		height: calc(100vw * 0.536);
		margin: 0 auto
	}

	.tf3---function---mov img {
		width: 100%;
		height: 100%;
		object-fit: cover
	}

	.tf3---function---recommendation li {
		display: flex;
		align-items: center
	}

	.tf3---function---recommendation li:nth-child(2),
	.tf3---function---recommendation li:nth-child(3) {
		padding-left: 0;
		border-left: rgba(0, 0, 0, .1) 0 solid
	}

	.tf3---function---recommendation li:nth-child(3) {
		margin-bottom: 0
	}

	.tf3---format table.PC {
		display: none
	}

	.tf3---format figure.SP {
		display: block;
		width: 100%;
		margin: 0 auto
	}

	.tf3---format figure.SP img {
		width: 100%;
		height: 100%;
		object-fit: cover
	}

	.side-menu em {
		display: none
	}

	.breadcrumb li {
		font-size: 12px
	}

	.title5 {
		font-size: 14px;
		font-weight: 600
	}

	.howto_layout {
		width: 96%;
		margin: 0 auto;
		display: block;
		justify-content: space-between
	}

	.howtobox {
		width: 90%;
		text-align: center;
		margin: 20px 0;
		display: flex !important
	}

	.howtobox:last-child {
		margin-bottom: 10px
	}

	.howtoimg {
		width: 100px
	}

	.howtobox img {
		max-width: 80px;
		display: block !important;
		margin: auto
	}

	.howtobox p {
		text-align: left;
		margin-top: 10px;
		font-size: 13px;
		font-weight: 500;
		margin-bottom: 5px;
		text-align: center;
		display: flex;
		padding-left: 0em !important;
		margin: auto 0;
		margin-left: 30px;
		width: 100%
	}

	.howtobox p br {
		display: none
	}

	.howtobox::after {
		position: absolute;
		content: "竊�";
		top: 88%;
		right: 46%;
		font-size: 30px
	}

	section.dlhero {
		padding: 10px 0;
		height: 350px
	}

	.install_box {
		display: block
	}

	.install_box .commonbox,
	.install_box .winbox,
	.install_box .applebox {
		width: 70%;
		min-width: 270px;
		margin: auto
	}

	.linkbtn {
		width: calc(96%/2)
	}

	.linkbtn br {
		display: block
	}

	.link_box .btn {
		padding: 4px;
		line-height: 18px;
		font-size: 13px;
		letter-spacing: 1.5px;
		font-weight: 300;
		justify-content: center;
		align-items: center;
		display: flex;
		display: inline-grid
	}

	.btn:first-child {
		margin-bottom: 10px
	}

	.menu {
		z-index: 1 !important
	}

	#nav {
		z-index: 4 !important
	}

	.fixed-width2 {
		margin: 0 auto;
		max-width: 100%
	}

	.register::before {
		font-size: 12px
	}

	.login {
		margin-right: 8px;
		margin-top: 10px
	}

	.fixed_btn {
		position: fixed;
		margin-right: 55px;
		bottom: 0;
		right: 0;
		left: 0;
		padding: 17px 10px;
		font-size: 16px;
		border-radius: 0;
		color: #fff;
		background: #44509F;
		text-align: center
	}

	.DL1 .inner {
		display: block;
		height: 350px
	}

	.DLBox {
		width: 80%;
		height: 125px
	}

	h1.DL1 {
		height: 35px
	}
}




@media(min-width:768px) {
	a[href^="tel:"] {
		pointer-events: none
	}
}
</pre></body></html>