<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-------------------------------------------
common
-------------------------------------------*/
.small {
  font-size: 1.2rem !important;
}
.note{
  text-indent: -1em;
  padding-left: 1em;
}

.sp_only {
	display: none;
}

.none{
	color: #FF0004;
	margin-top: 0.5em;
}
.c_blue {
	color: #0166CD;
}
.c_red {
	color: #FF0004;
}
.bold {
	font-weight: bold;
}

a span.c_red {
	display: block;
	font-size: 1.1rem;
}
.appliNG {
	font-weight: bold;
}
sup{
	font-size: 1.2rem !important;
}
strong {
	font-size: 1.2em;
}

@media screen and (max-width: 568px) {
	.pc_only {
		display: none;
	}
	.sp_only {
		display: inline-block;
	}

  .note{
    text-align: left;
  }
	.note.sp_center{
		text-align: center;
	}
}

/*-------------------------------------------
card-info
-------------------------------------------*/
#card-info {
  background-color: #f5f5f5;
  padding: 4em 0;
  position: relative;
}
#card-info .title {
  margin-bottom: 30px;
  color: #0066cc;
  font-size: 3rem /*30*/ ;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
}
#card-info .leadmsg {
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 2em;
}
#card-info .leadmsg.leadmsg_small {
  font-size: 1.4rem;
}
#card-info .leadmsg.leadmsg_large {
  font-size: 2rem;
  font-weight:bold;
}
#card-info .btn-block {
  margin-top: 30px;
}
#card-info:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -50px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #f5f5f5 transparent transparent transparent;
  border-width: 50px 50px 0 50px;
  visibility: visible;
}
@media screen and (max-width: 568px) {
	#card-info {
		padding: 4em 15px;
	}
	#card-info .title {
		font-size: 2.2rem;
	}
	#card-info .leadmsg {
		font-size: 1.3rem;
		line-height: 1.5;
	}
	#card-info .leadmsg.leadmsg_small {
		font-size: 1.2rem;
	}
	#card-info .leadmsg.leadmsg_large {
		font-size: 1.5rem;
	}
	#card-info .inner {
		padding: 0;
	}
}


/*-------------------------------------------
card-info atten
-------------------------------------------*/
#card-info .atten {
background-color: #f7e6be;
padding: 1.5em;
text-align: center;
margin-bottom: 2em;
}
#card-info .atten h4 {
  color: #FF0004;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: .5em;
}
#card-info .atten p {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 568px) {
  #card-info .atten {
    padding: 1.5em 2em;
  }
  #card-info .atten h4 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  #card-info .atten p {
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: left !important;
  }
  #card-info p br {
    display: none;
  }
}

/* ==================================================
	繝倥ャ繝繝ｼ繝ｻ繝輔ャ繧ｿ繝ｼ��self��
================================================== */

@media screen and (min-width: 1321px){
	#self .GlobalHeader {
		height: 8.0rem;
	}
	#self .GlobalHeader-logo {
	width: 18rem;
	height: 2.1rem;
	margin-left: 4rem;
	}
}

@media screen and (max-width: 1320px){
	#self .GlobalHeader {
		height: 5.0rem;
	}
	#self .GlobalHeader-logo {
		width: 16rem;
	}
}

#self .GlobalFooter-saison {
	padding: 4rem 0;
}

@media screen and (min-width: 768px){
	#self .GlobalFooter-saisonInner {
		max-width: 148.8rem;
		padding-right: 3.2rem;
    padding-left: 3.2rem;
	}
	#self .GlobalFooter-saisonLogo {
		margin-top: 2rem;
	}
	#self .GlobalFooter-saisonContactLinkAndCopy {
		margin-top: 2.3rem;
		margin-left: 3.2rem;
	}
	#self .GlobalFooter-saisonCopyRight {
		font-size: 1.2rem;
		margin-top: .5rem;
	}
	#self .GlobalFooter-saisonInfo {
		font-size: 1.2rem;
		margin-top: 1.5rem !important;
	}
	#self .GlobalFooter-saisonPrivacy {
		margin-left: 14.6rem;
	}
}
@media screen and (max-width: 767px){
	#self .GlobalFooter-saisonContactLinkAndCopy {
		margin-top: 3.0rem;
	}
	#self .GlobalFooter-saisonCopyRight {
		font-size: 1.2rem;
	}
	#self .GlobalFooter-saisonInfo {
		font-size: 1.2rem;
		margin-top: 2rem;
	}
}


/* ==================================================
逕ｳ縺苓ｾｼ繧
================================================== */
#flow a{
  font-weight: bold;
  color: #0066cc;
  opacity: 1;
  transition: all .2s linear;
}
#flow a:hover,input[type="submit"]:hover,select.pulldown:hover {
  transform: scale(1.05);
}
#flow a._off:hover {
  transform: none;
}
#flow .flowInn {
  padding: 7em 0 3em;
  position: relative;
}
#flow .flowInn:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #f5f5f5 transparent transparent transparent;
  border-width: 50px 50px 0 50px;
  visibility: visible;
}
#flow .flowInn:first-child:after {
  border: none;
}
#flow .flowInn:nth-child(even) {
  background-color: #f5f5f5;
}
#flow .flowInn:nth-child(even):after {
  border-color: #fff transparent transparent transparent;
}
#flow .flowInn article {
  width: 910px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#flow .flowInn article h2 {
  width: 100%;
  color: #0066cc;
  font-size: 3rem /*30*/ ;
  font-weight: bold;
  line-height: 1.33;
  margin-bottom: 1em;
  padding-left: 0.5em;
  border-left: 5px solid #0066cc;
  z-index: 1;
  font-feature-settings:"palt";
}
#flow .flowInn article h2 span {
	font-size: 2rem;
}
#flow .flowInn article &gt; div {
  width: 60%;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}
#flow .flowInn article div p {
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 1em;
  font-feature-settings:"palt";
}
#flow .flowInn article div p.smallTxt{
  font-size: 1.7rem;
}
#flow .flowInn article figure {
  width: 40%;
  text-align: center;
  margin-top: -2.5em;
}
#flow .flowInn article div ul.list {
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
}
#flow .flowInn article div ul.list li {
  padding: .5em 1em;
  background-color: #F5F5F5;
}
#flow .flowInn article div ul.list li:first-child{
  margin-right: 1em;
}
#flow .flowInn article div a.txt_link {
	text-decoration: underline;
	position: relative;
}
#flow .flowInn article div a.txt_link.txt_link2{
  color: #666;
}
#flow .flowInn article div a.txt_link:hover{
  text-decoration: none;
  text-indent: 0px;
}
#flow dl.accordion dt {
	width: 85%;
	margin-top: 1.5em;
	padding: 0.6em 2.5em 0.5em 2em;
	display: inline-block;
	border-radius: 100px;
	background-color: #0166CD;
	position: relative;
	cursor: pointer;
	color: #fff;
	background-image: url(../images/plus.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 11px auto;
}
#flow dl.accordion dt.active {
	background-image: url("../images/minus.png");
}
#flow dl.accordion.bank dt {
	background-color: #e60012;
}
#flow dl.accordion.bank dt + dd {
	color: #e60012;
}
#flow dl.accordion.sumaho dt {
	background-color: #065ca8;
}
#flow dl.accordion.sumaho dt + dd {
	color: #065ca8;
}
#flow dl.accordion dd.ac_contents {
	display: none;
}
#flow dl.accordion dd.ac_contents p {
	font-weight: normal;
}
#flow dl.accordion dd.ac_contents p .c_blue {
	font-weight: bold;
}
#flow dl.accordion dd {
	padding-top: 1em;
	padding-bottom: 1em;
}
#flow dl.accordion dd p.box {
	font-size: 0.9em;
	font-weight: normal;
	margin-top: 1em;
	padding: 10px 5px;
	border: 1px solid #00afff;
	border-radius: 10px;
}
#flow dl.accordion dd p.box span {
	display: block;
	margin-bottom: 0.5em;
}
#flow div.box {
	border: 1px solid #CCCCCC;
	text-align: left;
	padding: 10px;
	margin: 1em 0 2em;
}

.how_box-bank .how_box_area {
	width: auto;
	margin: 25px 0 10px;
	padding: 30px 20px 20px;
	border: 1px solid #75595f;
	position: relative;
	font-size: 14px;
	background: #FFFFFF;
}
.how_box-bank .how_box_area span {
	background-color: #75595f;
	text-align: center;
	color: #fff;
	border: none;
	display: inline-block;
	padding: 5px;
	font-weight: bold;
	border-radius: 19px;
	position: absolute;
	top: -17px;
	margin-left: -95px;
	left: 0;
	right: 0;
	width: 200px;
	margin: 0 auto;
	font-size: 1.5rem;
}
.how_box-bank .how_box_area ul li {
	color: #75595f;
	text-align: left;
	font-size: 1.3rem;
}
.how_box-bank .how_box_area .how_box_btn a {
	width: 100%;
	font-size: 1.3rem !important;
	font-weight: normal;
	display: block;
	margin: 10px auto 0;
	background: #004ea6 !important;
	color: #ffffff !important;
	padding: 10px;
	border-radius: 8px;
	position: relative;
	text-decoration: none;
	border: 0;
	box-shadow: none;
	opacity: 1 !important;
}
.how_box-bank .how_box_area .how_box_btn a::after {
	position: absolute;
	top: calc(50% - 5px);
	right: 4px;
	content: "";
	display: inline-block;
	padding: 0;
	width: 10px;
	height: 10px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(45deg) translateX(-5px) translateY(5px);
	transform: rotate(45deg) translateX(-5px) translateY(5px);
}
.how_box-bank ul.note {
	margin-bottom: 2em;
}
.how_box-bank ul.note li {
	text-align: left;
	margin-bottom: 0.5em;
}
#flow dl.accordion dd .how_steparea p.txtarea {
	font-size: 1.2rem !important;
}
#flow dl.accordion dd .how_steparea p.txtarea span.textlink {
	text-decoration: underline;
	color: #00afff;
	font-size: 1.1rem;
	margin-top: 8px;
	cursor: pointer;
}
#flow dl.accordion dd .how_steparea .how_step p.icon {
	top: -24%;
}
#flow dl.accordion.bank dd .how_steparea .how_step div {
	background: #fdd9e0;
}
#flow dl.accordion.sumaho dd .how_steparea .how_step div {
	background: #ddf4fe;
}
#flow dl.accordion dd .how_steparea .how_arrow {
	padding: 0 20%;
}
#flow dl.accordion.bank dd .how_box-bank .how_steparea .complete {
	background: #fdd9e0;
}
#flow dl.accordion.bank dd .how_box-bank .how_steparea .complete p.txtarea {
	color: #f54566;
	font-size: 2rem !important;
}
#flow dl.accordion.sumaho dd .how_box-smp .how_steparea .complete {
	background: #ddf4fe;
}
#flow dl.accordion.sumaho dd .how_box-smp .how_steparea .complete p.txtarea {
	color: #00afff;
	font-size: 2rem !important;
}
#flow dl.accordion.bank dd .onlineToggleCont {
	margin-bottom: 3rem;
}

#flow .flowInn article figure img{
  width: 80%
}

#flow #location article figure {
  margin-top: 0;
}
#flow #location article figure img{
  width: 100%
}

@media screen and (max-width: 568px) {
  #flow {
    font-feature-settings: "palt";
    letter-spacing: normal;
  }
  #flow .flowInn {
    padding: 7em 15px 3em;
    position: relative;
  }
  #flow .flowInn:last-child{
    padding: 5em 0 3em;
  }
  #flow .flowInn article, #flow .flowInn article div, #flow .flowInn article figure {
    width: 100%;
  }
  #flow .flowInn:after {
    border-width: 20px 20px 0 20px;
  }
  #flow .flowInn article h2 {
    order: 1;
    font-size: 2rem;
    margin-bottom: 1em;
    padding-left: 0;
    border: none;
    text-align: center;
    display: inline-block;
    position: relative;
  }
	#flow .flowInn article h2 span {
		font-size: 1.5rem;
	}
  #flow .flowInn article h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1em;
    display: inline-block;
    width: 1.5em;
    height: 2px;
    transform: translate(-50%);
    background-color: #0066cc;
  }
  #flow .flowInn article div {
    order: 3;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  #flow .flowInn article div p,
  #flow .flowInn article div p.smallTxt{
    font-size: 1.3rem;
    line-height: 1.5;
  }
  #flow .flowInn article figure {
    order: 2;
    margin: 2em 0;
  }
  #flow .flowInn article div ul.list li {
    font-size: 11px;
  }
  #flow .flowInn article figure img {
    width: 80%;
  }
  #flow .flowInn article div a.txt_link {
    padding: .3em 0;
    display: inline-block;
  }
  
}

/* ==================================================
蠢�ｦ√↑譛ｬ莠ｺ遒ｺ隱肴嶌鬘�
================================================== */
#flow .flowInn dl.doc{
}
#flow .flowInn dl.doc dd{
	text-align: left;
}
#flow .flowInn dl.doc dd h4{
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}
#flow .flowInn dl.doc dd ul{
margin-top: 1em;
}
#flow .flowInn dl.doc dd ul li{
	text-indent: -1em;
	padding-left: 1em;
}
#flow .flowInn dl.doc dd table{
	width: 100%;
}
#flow .flowInn dl.doc dd table th,
#flow .flowInn dl.doc dd table td{
border: 1px solid #DBDBDB;
padding: 1em;
background-color: #F7F7F7;
}
#flow .flowInn dl.doc dd table th{
	width: 20%;
padding-left: 10px;
padding-right: 10px;
}
#flow .flowInn dl.doc dd table th img{
width: 80px;
}
#flow .flowInn dl.doc dd table td{
	width: 80%;
}


/* ==================================================
繝懊ち繝ｳ
================================================== */
ul.btn_block {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
}
#ekyc ul.btn_block {
	display: block;
}
#ekyc ul.btn_block li {
	margin-bottom: 1em;
}
#cardtype ul.btn_block {
	display: block;
}
#cardtype ul.btn_block li {
	margin-bottom: 1em;
}

ul.btn_block.active li a {
  opacity: .2 !important;
}
ul.btn_block li {
  width: 100%;
}
ul.btn_block li:first-child {
  margin-right: 1em;
}
ul.btn_block li a {
  font-size: 3rem;
  display: block;
  width: 100%;
  border: 2px solid #0081CB;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 0px 0px #0081CB;
  padding: 0.3em 0;
  text-decoration: none !important;
  background-image: url(../images/check.png);
  background-repeat: no-repeat;
  background-position: left 18px center;
  background-size: 22px auto;
  line-height: 1.2;
}
ul.btn_block li a:hover {
  opacity: 1 !important;
  background-image: url(../images/check_over.png);
}


ul.btn_block li a._on {
  color: #FFF !important;
  background-color: #0081CB;
  box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.20);
  color: rgba(255, 255, 255, 1.00);
  background-image: url(../images/check_active.png);
	opacity: 1.0 !important;
}
ul.btn_block li a._off {
	color: #FFFFFF !important;
	background-image: none;
	border-color: #e3e3e3;
	box-shadow: none;
	background-color: #CCCCCC;
  padding-left: 0 !important;
  padding-right: 0 !important;
	cursor: not-allowed;
}
/*ul.btn_block li a._off:hover {
  color: #0066cc !important;
  border: 2px solid #0081CB;
  background-image: url(../images/check_over.png);
  box-shadow: 0px 2px 0px 0px #0081CB;
}*/
ul.btn_block li a span.small{
	font-size: 0.5em !important;
	display: block;
}
ul.btn_block.btn02 li:nth-child(2) {
  margin-right: 1em;
}
ul.btn_block.btn02 li a {
  padding: 0.5em 0 0.5em 0.5em;
  font-size: 2.2rem;
  background-position: left 15px center;
}
ul.btn_block.btn03 li a {
  padding: 0.4em 0 0.4em 0.5em;
	font-size: 2.6rem;
}
ul.btn_block.btn04 li a {
  padding: 0.8em 0 0.8em 1em;
  font-size: 2rem;
  margin-top: 1em;
}
ul.btn_block.btn05{
	flex-wrap: wrap;
}
ul.btn_block.btn05 li{
	width: 47%;
}
ul.btn_block.btn05 li:last-child{
	text-align: center;
	margin-top: 1em;
	width: 100%;
}
ul.btn_block.btn05 li a{
	font-size: 2.8rem;
	padding-left: 1em;
	margin: 0 auto;
}
ul.btn_block.btn05 li:last-child a{
	width: 75%;
}
ul.btn_block.btn05 li:last-child a + p {
	margin-top: 0.8rem;
	font-size: 1.3rem !important;
}

@media screen and (max-width: 568px) {
  ul.btn_block li a {
    font-size: 2.0rem !important;
		padding-left: .5em;
  }
  ul.btn_block.btn03 li a,
  ul.btn_block.btn04 li a {
    padding: 0.5em 0 0.5em 1em;
    font-size: 1.8rem;
    background-position: left 8px center;
    background-size: 17px auto;
  }
  ul.btn_block.btn02 {
    flex-wrap: wrap;
  }
  ul.btn_block.btn02 li {
    width: 45%;
  }
  ul.btn_block.btn02 li:last-child {
    width: 55%;
    margin-top: 1em;
  }
	ul.btn_block.btn05 li{
		margin: 0;
		margin-bottom: 0.8em;
		width: 100% !important;
	}
	ul.btn_block.btn05 li:last-child{
		width: 100% !important;
		margin: 0;
	}
	ul.btn_block.btn05 li:last-child a{
		width: 100%;
	}
}


/* ==================================================
繝励Ν繝繧ｦ繝ｳ繝｡繝九Η繝ｼ
================================================== */
article select.pulldown {
  font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
  font-size: 2.2rem;
  display: block;
  width: 100%;
  border: 2px solid #0081CB;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 0px 0px #0081CB;
  padding: 0.5em 1em;
  background-image: url(../images/pulldown.png);
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 22px auto;
  line-height: 1.8;
  color: #0066cc;
  font-weight: bold;
}
article select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all .2s linear;
}
article select::-ms-expand {
  display: none;
}
@media screen and (max-width: 568px) {
  article select.pulldown{
    font-size: 2.0rem;
    width: 90%;
    margin: 0 auto;
		line-height: 1.5;
		white-space: break-spaces;
		padding-right: 2em;
  }
}

/* ==================================================
縺皮ｴｹ莉九さ繝ｼ繝�
================================================== */
article .input_code {
	display: flex;
	justify-content: space-between;
	width: 100% !important;
	margin-top: 2em;
	flex-wrap: wrap;
}
article .input_code &gt; div{
	width: 48% !important;
	text-align: left !important;
	margin-bottom: 2em;
}
article .input_code &gt; div &gt; p{
	margin-bottom: .3em !important;
}
article .input_code input {
  font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  display: block;
  width: 100%;
  border: 2px solid #0081CB;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: inset 2px 2px 1px 0px #CCCCCC;
  padding: 1em .5em;
  line-height: 1.2;
  color: #0066cc;
  font-weight: bold;
  -webkit-box-shadow: inset 2px 2px 1px 0px #CCCCCC;
}
article .input_code &gt; div:last-child{
	margin: 0 auto;
}
article .input_code &gt; div:last-child input{
	padding: 0.5em;
	margin-bottom: 1em;
}
article .input_code input::placeholder {
  color: #cccccc;
}
article .input_code input:-ms-input-placeholder {
  color: #cccccc;
}
article .input_code input::-ms-input-placeholder {
  color: #cccccc;
}
article .input_code input[type="tel"]:focus {
  background-color: #fffce4;
  outline-style: none;
}
article .input_code input[type="tel"] {
	width: 100%;
}
article .input_code input[type="submit"] {
  font-size: 2.4rem;
  width: 100%;
  background-image: url(../images/next.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 11px auto;
  box-shadow: 0px 2px 0px 0px #0081CB;
  outline-style: none;
  transition: all .2s linear;
}
@media screen and (max-width: 568px) {
  article .input_code{
    flex-wrap: wrap;
    justify-content: center;
  }
  article .input_code input{
    width: 100%!important;
    margin-bottom: .5em;
  }
  article .input_code input[type="submit"] {
    width: 50% !important;
  }
	article .input_code &gt; div{
		width: 90% !important;
		margin-bottom: 1em;
	}
	article .input_code input {
		padding: 0.5em
	}
	article .input_code &gt; div:last-child input{
		font-size: 2.3rem;
		padding: 0.3em 0.5em;
		margin-left: auto;
		margin-right: auto;
	}
}


/* ==================================================
谺｡縺ｸ騾ｲ繧繝懊ち繝ｳ
================================================== */
#flow .flowInn article.not {
  display: block;
  text-align: center;
  background-color: #fafafa;
  border-radius: 10px;
  padding: 2em 1em 3em;
}
#flow .flowInn article .btn_next {
  font-size: 3rem;
  display: block;
  width: 60%;
  border-radius: 10px;
  background-color: #E60012;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2);
  padding: 0.8em 0;
  text-decoration: none !important;
  line-height: 1.2;
  background-image: url(../images/next_white.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 11px auto;
  color: #FFFFFF !important;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  transform-origin: center;
}
#self #flow .flowInn article .btn_next,
#partner #flow .flowInn article .btn_next {
  background-color: #0066cc;
}
#flow .flowInn article .btn_next:hover {
  transform: scale(1.05);
}
#flow .flowInn article.not h3 {
  font-size: 1.8rem;
  color: #0066cc;
  font-weight: bold;
  margin-bottom: 1em;
}
#flow .flowInn article.not .btn_next {
  font-size: 2rem;
  width: 40%;
}
@media screen and (max-width: 568px) {
  #flow .flowInn article .btn_next {
    font-size: 2rem !important;
    width: 90% !important;
    padding: 1em 0;
    background-size: 8px auto;
    background-position: right 10px center;
  }
  #flow .flowInn article.not h3 {
    font-size: 1.5rem;
  }
  #flow .flowInn article.not .btn_next {
    font-size: 1.8rem;
  }
}


/* ==================================================
縺吶＄縺ｫ蛻ｩ逕ｨ縺ｮ隱ｬ譏�
================================================== */
dl.useDescription{
	margin-bottom: 1em;
}
dl.useDescription dt,
dl.useDescription dd{
  text-align: left;
  margin-bottom: 1em;
}
dl.useDescription dt{
	font-weight: bold;
}
dl.useDescription dd h4{
	font-weight: bold;
	margin-bottom: .5em;
}
dl.useDescription dd ul li{
	text-indent: -1em;
	padding-left: 1em;
}


/* ==================================================
繧ｹ繝槭�縺ｧ譛ｬ莠ｺ遒ｺ隱阪→縺ｯ��
================================================== */
.how_steparea{
  margin-top: 1em;
}
.how_steparea .how_step {
  position: relative;
}
[class^="how_box-"] .how_step01 {
  margin-top: 20px;
  overflow: hidden;
}
[class^="how_box-"] .how_step02 {
  margin-top: -10px;
  overflow: hidden;
}
[class^="how_box-"] .how_step03 {
  margin-top: -10px;
  overflow: hidden;
}
.how_steparea .how_step p.smp_right, 
.how_steparea .how_step p.smp_left {
  float: right;
  width: 36%;
  position: relative;
  z-index: 10;
  padding: 0;
  margin: 0 !important;
}
.how_steparea .how_step p.smp_left {
  float: left;
}
.how_steparea .how_step .txt_right, 
.how_steparea .how_step .txt_left {
  width: 68%;
  height: 120px;
  position: absolute;
  display: flex;
	align-items: center;
  top: 23%;
  background: #ffffff;
  font-size: 1.3rem !important;
  font-weight: bold;
  padding-top: 10px;
  padding-right: 10px;
}
.how_steparea .how_step .txt_right, 
.how_steparea .how_step .txt_left {
  background: #fff;
}
.how_steparea .how_step .txt_right {
  right: 0;
  padding: 10px;
}
.how_steparea .how_step .txt_right a, 
.how_steparea .how_step .txt_left a {
  text-decoration: underline;
  color: #00afff;
  font-size: 11px;
  font-weight: normal;
  display: inline-block;
  margin-top: 5px;
}
.how_steparea .how_step .txt_left a {
  color: #f54566;
}
.how_steparea .how_step p.icon {
  width: 24%;
  max-width: 60px;
  position: absolute;
  top: -30%;
  left: 0;
  right: 0;
  margin: auto !important;
}
.how_steparea .how_step p.txtarea {
  display: table;
	width: 100%;
  vertical-align: middle;
  color: #333;
  font-size: 1.4rem !important;
  line-height: 1.5 !important;
  padding: 0;
	margin: 1em 0 !important;
}
.how_steparea .complete {
  color: #fff !important;
  background-color: #02AEFF;
  padding: 0;
  margin: 0;
}
.how_box-smp .how_steparea .complete {
  background: #ddf4fe;
  padding: 0;
  margin: 0;
}
.how_steparea .complete p.txtarea {
  font-size: 1.5rem;
  padding: 10px;
  color: #fff;
}
.how_arrow {
  margin: 1em 0 !important;
}
.modaal-container{
    border-radius: 10px !important;
}
.modaal-content-container strong {
  font-size: 1.4rem !important;
  text-align: center;
  display: block;
  margin-bottom: 1em;
}
@media screen and (max-width: 568px) {
  .how_steparea .how_step .txt_right, 
  .how_steparea .how_step .txt_left {
    width: 68% !important;
  }
}

/* ==================================================
蠢�★縺願ｪｭ縺ｿ縺上□縺輔＞�上♀逕ｳ縺苓ｾｼ縺ｿ縺ｫ縺､縺�※
================================================== */
#flow .flowInn article.p-cts-box {
	display: block;
	text-align: center;
	background-color: #fafafa;
	border-radius: 10px;
	padding: 2em 4em;
	margin-bottom: 1em;
}
#flow .flowInn article.p-cts-box h3{
	width: 100%;
	color: #0066cc;
	font-size: 3rem /*30*/;
	font-weight: bold;
	line-height: 1.33;
	margin-bottom: .5em;
	padding-left: 0;
	border-bottom: 2px solid #0066cc;
	z-index: 1;
	font-feature-settings: "palt";
	padding-bottom: 10px;
}
#flow .flowInn article.p-cts-box .p-cts-box__body{
	width: 100%;
	text-align: left;
}
#flow .flowInn article.p-cts-box .p-box-line--white{
	font-size: 1.8rem;
	line-height: 1.7;
	background-color: #fff;
	padding: 2em;
	margin-bottom: 25px;
	border: 1px solid #cbd6d9;
}
#flow .flowInn article .mb25{
	margin-bottom: 25px;
}
.p-idx-list &gt; li {
	text-indent: -1.0em;
	margin-left: 1.0em;
}
.kiyaku-box {
	position: relative;
	width: 100%;
	height: 300px;
	box-sizing: border-box;
	overflow: auto;
	border: 1px solid #cbd6d9;
	-webkit-overflow-scrolling: touch;
}
.kiyaku-box iframe {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
@media screen and (max-width: 568px) {
	#flow .flowInn article.p-cts-box {
	border-radius: 0px;
	padding: 2em 15px 2em;
}
	#flow .flowInn article.p-cts-box h3{
		font-size: 2rem
	}
	#flow .flowInn article.p-cts-box .p-box-line--white{
		font-size: 1.5rem;
		padding: 15px;
	}
}

/* ==================================================
繝｢繝ｼ繝繝ｫ繧ｦ繧｣繝ｳ繝峨え
================================================== */
.ov_box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}
.ov_box .overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.ov_box .modalcontents {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 11;
	transform: translate(-50%, -50%);
	background: #FFFFFF;
	padding: 30px;
	border-radius: 20px;
}
.ov_box .modalcontents strong {
	text-align: center;
	display: block;
	font-size: 1.5rem;
	margin-bottom: 2rem;
}
.ov_box .modalcontents .btn_close {
	color: #FFFFFF;
	position: absolute;
	top: -45px;
	right: 5px;
	font-size: 3.5rem;
	font-weight: bold;
	cursor: pointer;
}

@media screen and (max-width: 568px) {
	.ov_box .modalcontents {
		width: 80%;
	}
}

.sokujiNG {
	width: 910px;
	margin: 0px auto 8em;
	text-align: center;
}
.sokujiNG p {
	margin: 1em 0;
	line-height: 1.6;
	font-size: 1.2em;
	font-weight: bold;
}
.sokujiNG img {
	margin-top: -30px;
	float: right;
}
@media screen and (max-width: 568px) {
	.sokujiNG {
		display: grid;
		width: 100%;
		margin: 0px auto 2em;
	}
	.sokujiNG p {
		order: 1;
	}
	.sokujiNG p:last-child {
		order: 3;
	}
	.sokujiNG img {
		order: 2;
		margin: 0 auto;
		display: block;
		float: none;
	}
}

#rentquick dl {
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 2em;
}
#rentquick dl dt {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 1em;
}
#rentquick dl dd ul {
	margin-top: 0.5em;
}
#rentquick dl dd ul li {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 0.5em;
}
#rentquick dl dd ul li:before {
	content: "繝ｻ";
}
#rentquick dl dd ul li span {
	font-weight: bold;
	text-decoration: underline;
}
#rentquick ul.btn_block {
	text-align: center;
	width: 50%;
	margin: 0 auto 2em;
}
@media screen and (max-width: 568px) {
	#rentquick dl {
		order: 2;
		margin-top: 1.5em;
	}
	#rentquick ul.btn_block {
		order: 3;
		width: 80%;
	}
}


#appli .add-box{
	border: 1px solid #0081cb;
	width: 910px;
	margin: 2em auto;
	display: flex;
	padding: 1.5em;
}
#appli .add-box .add-box-img{
	width:35%;
}
#appli .add-box .add-box-tex{
	width:65%;
	font-size:1.6rem;
	padding-left:20px;
}
@media screen and (max-width: 568px) {
	#appli .add-box{
		width: 100%;
		display: block;
	}
	#appli .add-box .add-box-img{
		width:100%;
	}
	#appli .add-box .add-box-tex{
		width:100%;
		padding-left:0;
		padding-top:20px;
	}
	#sgp #flow #netanswer.flowInn article figure {
		margin: -3em 0;
	}

}</pre></body></html>