@charset "Shift-JIS";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}


html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Default  Setting ===================================================================================== */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  padding-bottom:40px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: none;
}

a,
a img {
  color: #004ea6;
  text-decoration: none;
  outline: none;
  transition: opacity 0.8s ease;
}
a:hover, a:hover img, a:active, a:focus,
a img:hover,
a img:hover img,
a img:active,
a img:focus {
  color: #666;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.75;
  outline: none;
  noFocusLine: expression(this.onFocus=this.blur());
}

/*
a:hover img {
	@include opacity(0.5);
}*/
::selection {
  background-color: #004ea6;
  color: #fff;
}

::-moz-selection {
  background-color: #004ea6;
  color: #fff;
}

strong {
  font-weight: bold;
}

small {
  font-size: 12px;
  font-size: 1.2rem;
}

.pc {
  display: block !important;
}

.sp,
.spn {
  display: none !important;
}

.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

/* Media Query PC ===================================================================================== */
@media screen and (min-width: 569px) {
  /* ==================================================================================================== */
  /* ==================================================================================================== */



}
/* ==================================================================================================== */
/* Media Query SP ===================================================================================== */
@media screen and (max-width: 568px) {
  /* ==================================================================================================== */
  .pc {
    display: none !important;
  }

  .sp,
  .spn {
    display: block !important;
  }

  /* ==================================================================================================== */
}
/* ==================================================================================================== */
.box {
  overflow: hidden;
  *zoom: 1;
}

.mgb0 {
  margin-bottom: 0px !important;
}

.mgb5 {
  margin-bottom: 5px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb15 {
  margin-bottom: 15px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb25 {
  margin-bottom: 25px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgt0 {
  margin-top: 0px !important;
}

.mgt5 {
  margin-top: 5px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt15 {
  margin-top: 15px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt25 {
  margin-top: 25px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.horizontal {
  overflow: hidden;
  *zoom: 1;
}
.horizontal li {
  float: left;
}

/* Layout ==================================================================== */
.inner {
  position: relative;
  width: 910px;
  margin: 0 auto;
}

.wrap {
  width: 940px;
  margin: 0 auto;
  padding: 0 15px;
  *zoom: 1;
}

.section {
  border: 1px solid #cbd4e6;
  overflow: hidden;
  *zoom: 1;
  padding: 10px 0 0 10px;
  clear: both;
}

/* clearfix ===================================================================================== */
.clearfix {
  zoom: 100%;
}

.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ".";
}


/* ==================================================
セゾンカードレス決済
================================================== */

#ap {
	font-size: 18px;
	line-height: 1.8;
}
#ap .ttl {
  font-size: 45px;
  text-align: center;
  margin-top: 80px;
  position: relative;
}
#ap .ttl::after {
  content: '';
  width: 100vw;
  height: 1px;
  bottom: -5px;
  position: absolute;
  background-color: #b3b3b3;
  left: calc(50% - 50vw);
  z-index: -1;
}
#ap .ttl::before {
  content: '';
  width: 612px;
  height: 9px;
  bottom: -10px;
  position: absolute;
  background-color: #4EB9DC;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#ap .ttl_lead {
  text-align: center;
  color: #009641;
  margin-top: 35px;
}
#ap .how {
  width: 870px;
  margin: 0 auto;
}
#ap .how_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
	margin-top: 50px;
}
#ap .how_menu::after {
  content: '';
  width: 100vw;
  height: calc(100% + 50px);
  position: absolute;
  background-color: #ececec;
  left: calc(50% - 50vw);
  bottom: -25px;
  z-index: -1;
}
#ap .how_menu [class^="how_menu-"] {
  padding: 12px 20px 10px;
  text-align: center;
  width: 430px;
  border-radius: 5px;
}
#ap .how_menu [class^="how_menu-"] span {
  display: inline-block;
  background-color: #ffffff;
  padding: 3px 25px;
  border-radius: 20px;
}
#ap .how_menu [class^="how_menu-"] i {
  color: #ffffff;
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
#ap .how_menu .how_menu-bank {
  background-color: #4EB9DC;
  position: relative;
}
#ap .how_menu .how_menu-bank::after {
  position: absolute;
  background-image: url(../images/apps/recommend.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px;
  height: 80px;
  content: '';
  top: -20px;
  left: 20px;
}
#ap .how_menu .how_menu-bank span {
  color: #4EB9DC;
}
#ap .how_menu .how_menu-smp {
  background-color: #f54566;
}
#ap .how_menu .how_menu-smp span {
  color: #f54566;
}
#ap [class^="how_box-"] {
  margin-top: 70px;
  text-align: center;
}
#ap [class^="how_box-"] .how_box_ttl {
  text-align: center;
  font-size: 22px;
  color: #f54566;
}
#ap [class^="how_box-"] .how_box_txt {
  font-size: 14px;
}
#ap [class^="how_box-"] .how_step01 {
  margin-top: 30px;
}
#ap [class^="how_box-"] .how_step02,
#ap [class^="how_box-"] .how_step03 {
  margin-top: -30px;
}
#ap [class^="how_box-"] .how_arrow {
  margin-top: 13px;
}
#ap [class^="how_box-"] .how_fin {
  margin-top: 14px;
}
.how_box-bank .how_fin{
  background:#00afff;
}
.how_box-smp .how_fin{
  background:#f44566;
}
.how_box-bank .how_fin img,
.how_box-smp .how_fin img{
  max-width:800px;
}

#ap .how_box-bank .how_box_ttl {
  color: #00afff;
}
#ap .how_box-bank .how_box_area {
  width: 520px;
  margin: 45px auto 30px;
  border: 1px solid #75595f;
  position: relative;
  padding: 30px 40px 25px;
  font-size: 14px;
}
#ap .how_box-bank .how_box_area span {
  background-color: #75595f;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  padding: 5px 53px;
  border-radius: 19px;
  position: absolute;
  top: -20px;
  /* margin-left: -95px; */
  left: 0;
  right: 0;
  width: 190px;
  margin: 0 auto;
}
#ap .how_box-bank .how_box_area ul {
  color: #75595f;
  text-align: left;
}
#ap .how_box-bank .how_box_area ul li {
  display: inline-block;
  margin-top: 5px;
}
#ap .how_box-bank .how_box_area ul li:nth-child(odd) {
  min-width: 9em;
}
#ap .how_box-bank .how_box_area ul li:nth-child(even) {
  min-width: 18em;
}
#ap .how_box_btn {
  margin-top: 20px;
}

#ap .how_box_btn.pnk a{
    background-color: #F2688C;
}

#ap .how_box_btn.pnk a span{
    color: #F2688C;
}

#ap .how_box_btn a {
  display: block;
  width: 330px;
  margin: 0 auto;
  background-color: #4EB9DC;
  color: #ffffff;
  padding: 13px;
  border-radius: 10px;
  font-size: 16px;
  position: relative;
}

#ap .how_box_btn a em{
    font-size: 18px;
    line-height: 1;
}

#ap .how_box_btn a span{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 342px;
    height: 38px;
    border-radius: 19px;
    color: #4EB9DC;
    font-size: 16px;
    text-align: center;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 15px;
}

#ap .how_box_btn02 a span::after {
  position: absolute;
  background-image: url("../images/ap/ico_b.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  content: '';
  top: 9px;
  left: 10px;
}

#ap .how_box_btn02.pnk a span::after {
  background-image: url("../images/ap/ico_p.png");
}


#ap .how_box_btn a::after {
  position: absolute;
  background-image: url("../images/ap/ico_bw.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  content: '';
  top: 17px;
  left: 10px;
}

#ap .how_box_btn02 a:after{
    content: none;
}

#ap .attention {
  font-size: 14px;
  margin-top: 60px;
}




/* タブ */
#ap .tab p {
  cursor: pointer;
  transition: .3s;
}
#ap .tab p.is-active {
  cursor: auto;
}
#ap .area {
  display: none;
}
#ap .area.is-show {
  display: block;
}

/* モーダル */
#ap .modal {
  display: none;
  font-size: 14px;
  z-index: 9999;
}
#ap .modal, #ap .modal_overlay, #ap .modal_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ap .modal_overlay {
  color: transparent;
  background: rgba(0, 0, 0, 0.7);
}
#ap .modal_box {
  overflow-y: scroll;
}
#ap .modal_box_inner {
	width: 95%;
	max-width: 910px;
	background: white;
	border-radius: 2em;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 3em 5%;
}
#ap #modal01 .modal_box_inner {
	height: 50%;
}
#ap #modal02 .modal_box_inner {
	height: 30%;
}
#ap #modal03 .modal_box_inner {
	height: 35%;
}

#ap .modal_box_inner .modal_box_ttl {
  margin: 0;
  padding: .4em 0;
  height: auto;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  background: #004097;
  border: none;
	border-radius: 23px;
  margin-bottom: 20px;
}
#ap .modal_box_button {
	position: absolute;
	top: .8em;
	right: .8em;
  width: 2.2em;
  height: 2.2em;
	color: transparent;
	background: transparent;
	border: none;
	text-indent: -9999px;
}
#ap .modal_box_button::before, #ap .modal_box_button::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 100%;
	height: 2px;
	background: #cccccc;
	border-radius: 1px;
}
#ap .modal_box_button::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

#ap .modal_box_button::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}



#ap {
  font-size: 16px;
	line-height: 1.6;
}
#ap img {
  width: 100%;
	height: auto;
}
#ap .mv::after {
	height: 180px;
	bottom: 13%;
}
#ap .ttl {
  font-size: 30px;
  line-height: 1.4;
  margin-top: 40px;
}
#ap .ttl::before {
  width: calc(100% - 20px);
}
#ap .ttl_lead {
  text-align: left;
  padding: 0 10px;
}


#ap .about_block {
  width: auto;
}
#ap .about_block .about_box {
  display: block;
  text-align: center;
}
#ap .about_block .about_box img {
  width: 80%;
  margin: 0 auto;
  padding-top: 20px;
}
#ap .about_block .about_box .about_img img {
  margin-right: -100px;
}
#ap .about_block .about_box::after {
	top: 0;
}
#ap .about_block .about_box02 {
  -webkit-box-orient: vertical;
-webkit-box-direction: reverse;
   -ms-flex-direction: column-reverse;
       flex-direction: column-reverse;
}
#ap .about_block .about_box03 .about_img {
	margin-right: 0;
}


#ap .how {
  width: auto;
}
#ap .area {
	display: block;
}
#ap .how_steparea {
	display: none;
}
#ap .how_menu [class^="how_menu-"] {
	width: 100%;
  margin: 0 10px;
}
#ap .how_menu::after {
	height: calc(100% + 30px);
	bottom: -15px;
}
#ap .how_menu .how_menu-bank::after {
	display: none;
}
#ap [class^="how_box-"] {
  margin-top: 40px;
}
#ap [class^="how_box-"] .how_box_ttl {
  font-size: 16px;
  padding: 0 10px;
}
#ap [class^="how_box-"] .how_box_txt {
	text-align: left;
	padding: 0 10px;
  margin-top: 23px;
}
#ap [class^="how_box-"] .how_box_txt span{
	color: #f54566;
}
#ap [class^="how_box-"] .how_box_txt i {
  text-decoration: underline;
    color: red;
}
#ap .how_menu [class^="how_menu-"] span {
	display: block;
  position: relative;
	background-color: inherit;
  color: #ffffff;
}
#ap .how_menu [class^="how_menu-"] span::after {
  position: absolute;
  content: "";
  background-color: #ffffff;
  right: 0;
  top: 3px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
}
#ap .how_menu [class^="how_menu-"] .how_menu_plus {
  position: absolute;
  right: 0;
  top: 3px;
  width: 22px;
  height: 22px;
}
#ap .how_menu [class^="how_menu-"] .how_menu_plus::after,
#ap .how_menu [class^="how_menu-"] .how_menu_plus::before {
  position: absolute;
	content: "";
	background-color: #00afff;
	border-radius: 50px;
	width: 14px;
	height: 2px;
	right: 4px;
	top: 10px;
	z-index: 9;
	transition: 0.3s;
}
#ap .how_menu [class^="how_menu-"] .how_menu_plus::before {
  transform: rotate(90deg);
}
#ap .how_menu.is-active .how_menu_plus::before {
  transform: rotate(-180deg);
}
#ap .how_menu .how_menu-smp .how_menu_plus::before,
#ap .how_menu .how_menu-smp .how_menu_plus::after {
	background-color: #f54566;
}

/* ボタン非活性 */
/*#ap .how_menu .how_menu-smp {
	background-color: #b9b9b9;
}
#ap .how_menu .how_menu-smp span::after {
	display: none;
}
#ap .how_menu .how_menu-smp .how_menu_plus::before,
#ap .how_menu .how_menu-smp .how_menu_plus::after {
	display: none;
}
#ap .how_block .note {
	font-size: 1.3rem;
	font-weight: bold;
	text-indent: -1em;
	color: #E91E63;
	margin: 30px 10px 30px 1.5em;
}*/


#ap .how_box-bank .how_box_area {
  width: auto;
  margin: 45px 10px 30px;
  padding: 30px 20px 10px;
}
#ap .how_box-bank .how_box_area span {
  top: -18px;
}
#ap .how_box-bank .how_box_area ul li {
  display: block;
  text-align: center;
}
#ap .how_box-bank .how_box_area ul li:nth-child(odd) {
  min-width: 100%;
}
#ap .how_box-bank .how_box_area ul li:nth-child(even) {
  min-width: 100%;
}
#ap .how_box_btn {
  margin: 10px 10px 0;
}
#ap .how_box_btn a {
  width: 100%;
  font-size: 14px;
}
#ap .how_box_btn a::after {
  top: 14px;
}

#ap [class^="how_box-"] .how_step01 {
  margin-top: 30px;
  margin-right: 10px;
}
#ap [class^="how_box-"] .how_step02 {
  margin-left: 10px;
}
#ap [class^="how_box-"] .how_step03 {
  margin-right: 10px;
}
#ap [class^="how_box-"] .how_step02,
#ap [class^="how_box-"] .how_step03 {
  margin-top: 0;
}

#ap .attention {
	margin-top: 30px;
}
#ap .how_box_btn02 {
	margin: 20px 10px 15px;
}
#ap .how_box_btn02 a::after {
	top: 25px;
}

#ap .how_steparea .how_step {
	position: relative;
}

#ap .how_steparea .how_step + .how_step{
    margin-top: -5px;
}
#ap .how_steparea .how_step p.smp_right,
#ap .how_steparea .how_step p.smp_left {
	float: right;
  width: 34%;
	position: relative;
	z-index: 10;
}
#ap .how_steparea .how_step p.smp_left {
	float: left;
}

#ap .how_steparea .how_step .txt_right,
#ap .how_steparea .how_step .txt_left {
	width: 67%;
	height: 140px;
	position: absolute;
	display: table;
	top: 23%;
	background: #def6ff;
	font-size: 14px;;
	font-weight: bold;
	color: #75595f;
	padding-top: 10px;
	padding-right: 10px;
}

#ap .how_steparea.top .how_step .txt_right,
#ap .how_steparea.top .how_step .txt_left {
	color: #4A668E
}

#ap .how_box-smp .how_steparea .how_step .txt_right,
#ap .how_box-smp .how_steparea .how_step .txt_left {
	background: #ffe9ef;
}
#ap .how_steparea .how_step .txt_right {
	right: 0;
	padding-right: 0px;
	padding-left: 10px;
}
#ap .how_steparea .how_step .txt_right a,
#ap .how_steparea .how_step .txt_left a {
	text-decoration: underline;
	color: #00afff;
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
	margin-top: 5px;
}
#ap .how_box-smp .how_steparea .how_step .txt_right a,
#ap .how_box-smp .how_steparea .how_step .txt_left a {
	color: #f54566;
}
#ap .how_steparea .how_step p.icon {
	width: 28%;
	max-width: 76px;
	position: absolute;
	top: -22%;
	left: 0;
	right: 0;
	margin: auto;
}
#ap .how_steparea .how_step p.txtarea {
	display: table-cell;
	vertical-align: middle;
}
#ap .note{
    text-align: left;
    font-size: 12px;
    line-height: 1.8;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 35px;
}
#ap .honnin_doc{
	border: 2px solid #333;
	width: 90%;
	font-size: 12px;
	padding: 10px;
	margin: 15px auto 0;
}
#ap .honnin_doc .bold{
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 5px;
}

