@charset "UTF-8";
article {
  position: relative;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
  font-feature-settings: "palt";
  letter-spacing: .05em;
}
section {
  width: 100%;
  overflow-x: hidden;
}
#main h1 {
  box-sizing: border-box;
  width: 100% !important;
  height: auto;
  margin: 0 0 50px !important;
  padding: 2em 0;
  background: linear-gradient(135deg, #33a2c3 0%, #4a63b1 100%);
  color: #fff;
  text-align: center;
  font-size: 30px !important;
  font-weight: normal;
  line-height: 1.2em;
}
h2 {
  font-size: 1.75rem;
  line-height: 1.5;
  margin-top: 4.375rem;
  margin-bottom: 0;
  font-weight: 600;
}
h4 {
  font-size: 18px;
  padding: 0 0 10px;
  border-bottom: 2px solid #0179ba;
  color: #0179ba;
  line-height: 1.4;
}
li {
  list-style: none;
}
svg {
  fill: currentColor;
}
.sc21-u-mt-lll.sc21-u-mt-lll.sc21-u-mt-lll {
  margin-top: 3.75rem;
}
.sec_inner {
  margin: 0 auto;
  max-width: 910px;
}
.sc21-u-mt-ll.sc21-u-mt-ll.sc21-u-mt-ll {
  margin-top: 1.875rem;
}
.sc21-LNK-txt, .sc21-LNK-list, .sc21-LNK-list-inline {
  margin-top: 1.875rem;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
body .sc21-LNK-txt__link[href], body .sc21-LNK-list__link[href] {
  transition-property: color;
  transition-duration: .1s;
  transition-timing-function: linear;
  display: inline-flex;
  text-decoration: none;
  line-height: 1.4;
}
.sc21-LNK-txt__arrow, .sc21-LNK-list__arrow {
  transition-property: color;
  transition-duration: .1s;
  transition-timing-function: linear;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: .5rem;
  width: .875rem;
  height: .875rem;
}
.sc21-TXT-normal {
  margin-top: 1.875rem;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 0;
}
.sc21-u-red {
  color: #dd1a1a;
}
.sc21-u-brand {
  color: #004098;
}
.sc21-HLN-3 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 2.8125rem;
  margin-bottom: 0;
  font-weight: 600;
}
.sc21-u-mt-m.sc21-u-mt-m.sc21-u-mt-m {
  margin-top: 1.25rem;
}
.sc21-LST-annotation a {
  color: #004098;
}
.txt-bold {
  font-weight: bold;
}
.txt-small {
  font-size: 80%;
}
.txt-large {
  font-size: 130%;
}
.show-pc {
  display: block;
}
.show-sp {
  display: none;
}
.row {
  margin: 0 0 40px;
}
@media screen and (min-width: 768px) {
  .sc21-HLN-3 {
    font-size: 1.75rem;
    margin-top: 4.375rem;
  }
}
@media screen and (max-width:767px) {
  article {
    width: 100%;
  }
  #main h1 {
    margin-bottom: 20px !important;
    padding: 1em 10px;
    font-size: 22px !important;
    line-height: 1.2em;
  }
  h2 {
    font-size: 1.5rem;
    margin-top: 2.8125rem;
  }
  .sc21-u-mt-lll.sc21-u-mt-lll.sc21-u-mt-lll {
    margin-top: 1.875rem;
  }
  .sc21-BTN-login, .sc21-BTN-normal, .sc21-BTN-normal-large {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-right: 1.875rem;
    padding-left: 1.5rem;
  }
  input[type="text"], input[type="button"], input[type="submit"], button {
    border-radius: 0 !important;
  }
  .sc21-HLN-3 {
    margin-bottom: 1.8125rem;
  }
  .sec_inner {
    padding-right: 4%;
    padding-left: 4%;
    margin-bottom: 1rem;
    list-style-type: none;
  }
  .show-pc {
    display: none;
  }
  .show-sp {
    display: block;
  }
}
.toggle-area {
  margin: -70px 0 30px;
  padding-top: 110px;
}
.toggle_contents {
  border-top: 1px solid #ccc;
}
.toggle_contents:last-of-type {
  border-bottom: 1px solid #ccc;
}
.toggle_title {
  position: relative;
  padding: 18px 16px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
}
.toggle_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: #10228a;
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}
.toggle_btn:before, .toggle_btn:after {
  display: block;
  content: '';
  background-color: #fff;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toggle_btn:before {
  width: 2px;
  height: 10px;
}
.toggle_title.selected .toggle_btn:before {
  content: normal;
}
.toggle_contents dd {
  display: none;
  padding: 0 30px 30px;
}
.toggle_title.stay .toggle_btn:before {
  content: normal;
}
.toggle_title.stay.selected .toggle_btn:before {
  content: '';
}
.toggle_contents dd.stay{
  display: block;
}
@media screen and (max-width:767px) {
  .toggle-area {
    margin: -70px 0 20px;
    padding-top: 70px;
  }
  .toggle_title {
    padding: 15px 48px 15px 12px;
    font-size: 16px;
    line-height: 1.4;
  }
  .toggle_btn {
    right: 10px;
  }
  .toggle_contents dd {
    display: none;
    width: 95%;
    margin: 10px auto 20px;
    padding: 0;
  }
}
.flo_list01 {
  display: flex;
  justify-content: space-between;
}
.flo_list01 li {
  width: 210px;
  border: 1px solid #ccc;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.flo_list01 > li:not(:last-child)::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #ccc;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -18px;
}
.flo_list01 .step_num {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: #0179ba;
  color: #fff;
  font-size: 1rem;
  padding: 10px 0 8px;
}
.flo_list01 .step_img {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flo_list01 .step_txt {
  padding: 14px 14px 8px;
  font-size: 20px;
}
.flo_list01 .step_txt p {
  margin: 10px 0 0;
  line-height: 1.4;
}
.flo_list01 .step_txt p .step_note {
  display: block;
  font-size: 11px;
  margin: 6px 0 0;
}
.flo_list01 .step_txt p .step_note a {
  color: #004098;
}
.flo_list02 li {
  border: 1px solid #ccc;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
}
.flo_list02 .step_num {
  width: 16%;
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  background: #0179ba;
  color: #fff;
  font-weight: bold;
  padding: 16px;
}
.flo_list02 .step_txt {
  width: 84%;
  padding: 14px 30px;
  font-weight: bold;
  line-height: 1.5;
}
#main .telnum {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
}
#main .tel a, #main .tel a:hover {
  text-decoration: none;
  color: #333 !important;
  cursor: default !important;
  opacity: 1 !important;
}
#main .telnum span {
  color: #dd1a1a;
  font-size: 1.5em;
}
#main .telnum2 {
  font-size: 1.8rem;
  color: #000000;
  font-weight: bold;
}
#main .telnum2 span {
  font-size: 0.6em;
}
#main .telnum3 {
  font-size: 1.8rem;
  color: #000000;
  font-weight: bold;
}
#main .telnum3 span {
  color: #FF0004;
  font-size: 1.5em;
}
.ttl02 {
  font-size: 1.1rem !important;
  font-weight: bold;
  margin: 30px 0 12px;
}
.border-top {
  border-top: 1px solid #ccc;
  margin-top: 4.375rem;
}
table.table_menu {
  width: 100%;
}
table.table_menu th, table.table_menu td {
  padding: 0.9em 1em;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}
table.table_menu th {
  background-color: #F1F9FA;
  line-height: 1.5;
}
.cashin_service .area {
  display: flex;
  align-items: center;
}
.cashin_service .area + .area {
  margin-top: 10px;
}
.cashin_service .area .area_txt {
  text-align: center;
  background: #f1f9fa;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  margin: 0 10px 0 0;
}
.related_ttl {
  display: flex;
  align-items: center;
  background: #f6f6f6;
  padding: 14px 16px;
  font-size: 22px;
}
.related_ttl img {
  width: 40px;
  height: auto;
  margin-right: 10px;
  vertical-align: bottom;
}
@media screen and (max-width:767px) {
  .border-top {
    border-top: 1px solid #ccc;
    margin-top: 3.375rem;
  }
  .flo_list01 {
    flex-direction: column;
  }
  .flo_list01 li {
    width: 100%;
  }
  .flo_list01 li + li {
    margin-top: 20px;
  }
  .flo_list01 > li:not(:last-child)::before {
    right: 0;
    left: 0;
    top: auto;
    bottom: -27px;
    border-top: 12px solid #ccc;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
  }
  .flo_list01 .step_txt {
    padding: 10px;
  }
  .flo_list01 .step_txt p {
    margin: 6px 0 0;
  }
  .flo_list02 .step_num {
    width: 26%;
    padding: 10px;
    font-size: 14px;
  }
  .flo_list02 .step_txt {
    width: 74%;
    padding: 10px;
    line-height: 1.4;
    font-size: 14px;
  }
  table.table_menu th, table.table_menu td {
    padding: 10px;
    line-height: 1.4;
    font-size: 13px;
  }
  .ttl02 {
    font-size: 1rem !important;
  }
  #main .telnum {
    font-size: 2.2rem;
  }
  #main .telnum2 {
    font-size: 1.5rem;
  }
  .cashin_service .area .area_txt {
    text-align: center;
    padding: 10px 10px;
    margin: 0 8px 0 0;
  }
  
  
  
  
  
  
  
  
  
  
  
}