@charset "utf-8";

/* ====================================================================
 paymentguide_ot.html / paymentguide_ms.html 設定
==================================================================== */

/* アコーディオン設定
----------------------------------------------------------*/
.child {
    display: none;
}

/* アコーディオン装飾
----------------------------------------------------------*/
.parent {
  position: relative;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #005289;
  background-color: rgb(235, 247, 255);
  width: 100%;
  padding: 8px 40px 8px 20px;
  color: #005289;
  font-size: 1.8rem;
  cursor: pointer;
  text-decoration: none;
}
  .parent:after {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-size: 1.4rem;
    content: "\f078";
    font-weight: 900;
  }
  .parent.active:after {
    font-family: "Font Awesome 5 Free";
    font-size: 1.4rem;
    content: "\f077";
    font-weight: 900;
  }
.child {
}

/* paymentguide_list
----------------------------------------------------------*/
.paymentguide_list {}
.paymentguide_list .child {
  padding-bottom: 50px;
}

/* paymentguide_tit_gray */
.paymentguide_tit_gray {
  color: #444;
  font-weight: bold;
  line-height: 1.5;
}

/* paymentguide_btn */
.paymentguide_btn {}
.paymentguide_btn li a {
  position: relative;
  display: inline-block;
  border-radius: 4px;
  background-color: #a7d5fc;
  color: #0d57dc;
  padding: 12px 35px 10px 25px;
  text-decoration: none;
  width: 100%;
  text-align: center;
}
.paymentguide_btn li a:after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-size: 1.4rem;
  content: "\f0da";
  font-weight: 900;
}

/* paymentguide_bank_flow */
.paymentguide_bank_flow {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.paymentguide_bank_flow > li {
  position:relative;
  width:calc(100% / 4);
}
  .paymentguide_bank_flow > li:after{
    position: absolute;
    top: 60px;
    right: 20px;
    display: block;
    font-family: "Font Awesome 5 Free";
    content:'\f054';
    font-weight: 900;
    color:#09f;
    font-size: 3.5rem;
  }
  .paymentguide_bank_flow > li:last-child:after{
    content:'';
  }
  .paymentguide_bank_flow > li:nth-child(1),
  .paymentguide_bank_flow > li:nth-child(4) {
    color:#2c8acb;
  }
  .paymentguide_bank_flow > li:nth-child(2) {
    color: #04ac2c;
  }
  .paymentguide_bank_flow > li:nth-child(3) {
    color: #e36c0a;
  }
.paymentguide_bank_flow > li .bank_flow_inner {
  border:1px solid #09f;
  width: 100%;
  max-width: calc(100% - 60px);
  text-align: center;
}
  .paymentguide_bank_flow > li:nth-child(1) .bank_flow_inner,
  .paymentguide_bank_flow > li:nth-child(4) .bank_flow_inner {
    background-color: #daeef3;
  }
  .paymentguide_bank_flow > li:nth-child(2) .bank_flow_inner {
    background-color: #e7f5d9;
  }
  .paymentguide_bank_flow > li:nth-child(3) .bank_flow_inner {
    background-color: #f9dfca;
  }
.paymentguide_bank_flow > li .bank_flow_inner > p {
  height: 4em;
  margin: 10px;
}
.paymentguide_bank_flow > li .bank_flow_inner .bank_flow_step {
  position: relative;
	border:1px solid #09f;
  background-color: #fff;
	margin: 0 10px 10px;
  padding: 25px 10px 10px;
  color: #333;
}
.paymentguide_bank_flow > li .bank_flow_inner .bank_flow_step .step_tit {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #09f;
  margin: 0;
  padding: 2px 4px;
  color: #fff;
  white-space: nowrap;
}
.paymentguide_bank_flow > li .bank_flow_note {
  max-width: calc(100% - 60px);
}
@media print, screen and (max-width: 940px) {
  .paymentguide_bank_flow > li {
    width: calc(100% / 2);
    margin-bottom: 30px;
  }
}
@media print, screen and (max-width: 639px) {
  .paymentguide_bank_flow > li {
    width:100%;
    margin-bottom: 80px;
  }
  .paymentguide_bank_flow > li:after{
    top: initial;
    right: 50%;
    bottom: -60px;
    transform: translateX(50%) rotate(90deg);
  }
  .paymentguide_bank_flow > li .bank_flow_inner {
    width: 100%;
    max-width: 100%;
  }
}


/*  リストナンバー　*/

.list_num > li {
    margin-left: 25px;
    padding: 0 !important;
    text-align: left;
}


.box_block_row.items-center {
  align-items: center;
}


/* コンビニ　3列 */
.box_block_row .block_row3c-item {
  width: calc(100% / 3);
}


/*　コンビニ　スマホ時は2列　　*/
@media print, screen and (max-width: 639px) {
  .box_block_row .block_row3c-item {
    width: 50%;
  }
}






/* ----- リストなリンク ----- */
.link_a_black li a,
a:visited {
    color: #333333;
    text-decoration: none;
    outline: none;
}
/*
a:hover,
a:visited:hover {
    opacity: .7;
}
button:hover,
input[type="submit"]:hover {
    opacity: .7;
}

*/


/* リンク表示　blue*/
li .child .link_blue  a,
a:visited {
	color: #0099ff;
}


/* 閉じるボタン */
.btn_guide_close a {
  display: inline-block;
  border-radius: 4px;
  background-color: #156082;
  color: #fff;
  padding: 12px 25px 10px 25px;
  text-decoration: none;
  width: 100%;
  text-align: center;
}

/* btn_txt_orange */
.btn_txt_orange a, 
.btn_txt_orange a:hover,
.btn_txt_orange a:visited,
.btn_txt_orange a:active {
  color: #fff !important;
}

