<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
*/
body{
	padding: 0;
	margin: 0;
	color: #333333;
	font-family: YakuHanJP, "Noto Sans JP", "Yu Gothic", YuGothic, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
}
a{
	color: #004097;
}
p{
	line-height: 1.8;
}

a.icon_blank:after{
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 3px;
  background-image: url(../images/icon_blank.png);
  background-size: 13px auto;
  background-repeat: no-repeat;
}


/*
*/
@media(min-width: 768px) {
  .marketing-hero-wrapper{
    background-image: url(../images/img_01_bg.png);
    background-position: center;
    background-repeat: repeat-x;
  }
}
.marketing-hero{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media(min-width: 576px) {
  .marketing-hero{
    max-width: 540px;
  }
}
@media(min-width: 768px) {
  .marketing-hero{
		max-width: 1080px;
  }
}
@media(min-width: 1440px) {
  .marketing-hero{
		max-width: 1440px;
  }
}

/*
*/
@media(max-width: 767px) {
  .cashing-flow-step-container--last{
    padding-right: 0 !important;
  }
}
.cashing-flow-header{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.cashing-flow-step__header{
	width: 200%;
}

/*
*/
.use-scenes-header{
  text-align: center;
}

/*
*/
.qa-header{
}
@media screen and (min-width: 768px){
	.qa-header{
		margin-top: -100px;
	}
}


/*
*/
.qa{
	border-top: solid 1px transparent;
	border-bottom: solid 1px #113f93;
}
@media screen and (min-width: 768px){
  .qa{
    border-bottom: solid 2px #113f93;
  }
}
.qa__header{
	position: relative;
	font-weight: bold;
	margin: 20px 0;
	padding-left: 5px;
  padding-right: 40px;
	cursor: pointer;
}
@media screen and (min-width: 768px){
	.qa__header{
		margin: 50px 0;
    padding-right: 66px;
	}
}
.qa__answer{
	margin: 15px 0 30px;
	padding-left: 5px;
}
@media screen and (min-width: 768px){
	.qa__answer{
		margin: 50px 0 80px;
	}
}

.qa__header__button{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto;
	background-color: #113f93;
	border-radius: 999px;
	width: 20px;
	height: 20px;
}
@media screen and (min-width: 768px){
	.qa__header__button{
		width: 50px;
		height: 50px;
	}
}
.qa__header__button:before,
.qa__header__button:after{
	content: "";
	display: block;
	width: 50%;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.qa__header__button:before{
	transform: rotate(0deg);
}
.qa__header__button:after{
	transform: rotate(90deg);
}
.qa__header.active .qa__header__button:before{
	transform: rotate(90deg);
  opacity: 0;
}
.qa__header.active .qa__header__button:after{
	transform: rotate(180deg);
}

/*
*/

@media screen and (max-width: 767px){
  .j-fsa{
    border: solid 1px #333333;
  }
  .j-fsa__header{
    border-bottom: solid 1px #333333;
  }
  .j-fsa__brand{
    max-width: 150px;
    margin: 10px auto;
  }
  .j-fsa__counter{
    border-bottom: solid 1px #333333;
    text-align: center;
  }
  .j-fsa__info{
    margin: 20px 20px;
  }
}
@media screen and (min-width: 768px){
  .j-fsa{
    border: solid 2px #333333;
    display: flex;
  }
  .j-fsa__header{
    display: flex;
    align-items: center;
    border-right: solid 2px #333333;
  }
  .j-fsa__body{
    display: flex;
    align-items: center;
    padding: 20px 20px;
  }
  .j-fsa__brand{
    max-width: 165px;
    flex: 0 0 165px;
    margin: 10px 30px;
  }
  .j-fsa__counter{
    text-align: center;
    padding-right: 20px;
  }
  .j-fsa__info{
    padding-left: 20px;
    border-left: solid 2px #333333;
  }
}</pre></body></html>