/* CSS Document */

.disp_pc{display:block!important;}
.disp_sp{display:none!important;}
.disp_in_pc{display:inline-block;}
.disp_in_sp{display:none;}
.mi{font-family:YuMincho, '游明朝',"小塚明朝 Pr6N R","小塚明朝 Pro R", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}
.center{text-align: center;}
@media screen and (max-width: 768px) {
  .disp_pc{display:none!important;}
  .disp_sp{display:block!important;}
  .disp_in_pc{display:none;}
  .disp_in_sp{display:inline-block;}
  img{ max-width:100%;}
}

/*mv*/
.mv {
  background: url("/convenience/foreign_remittance/img/mvbg.png") no-repeat scroll 0 0;
  background-size: cover;
  padding: 4% 0 25%;
}
.mvBox {
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
}
.mvBox span {
  display: inline-block;
  font-size: 60px;
  padding-left: 20px;
  border-left: 1px solid #840018;
  text-shadow: 2px 3px 20px rgba(255, 255, 255, 0.6);
  line-height: 120%;
}

@media screen and (max-width: 768px) {
  .mv {
    background: url("/convenience/foreign_remittance/img/mvbg_sp.png") no-repeat scroll 0 0;
    background-size: cover;
    padding: 8vw 0 85vw;
  }
  .mvBox {
    max-width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  .mvBox span {
    display: inline-block;
    font-size: 8vw;
    padding-left: 10px;
  }
}

/*cont01*/
.cont01{
  padding: 110px 0 70px;
}
.cont_inner {
  max-width: 1180px;
  padding: 0 10px;
  margin: 0 auto;
}
.cottl {
  margin-top: 70px;
  color: #840018;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
.pdf_box{
  margin-top: 20px;
  border: 1px solid #7d7d7d;
  padding: 25px 10px;
}
.pdf_box p{
  width: 540px;
  margin: 5px auto;
}
.pdf_box p a{
  text-decoration: underline;
  font-size: 16px;
  color: #000;
}
.p_icon span{
  background: url("/convenience/foreign_remittance/img/icon_pdf.png") no-repeat scroll right center;
  background-size: 15px auto;
  padding-right: 20px;
}
.subttl {
  padding-top: 50px;
  font-size: 40px;
  color: #840018;
  text-align: center;
  position: relative;
  font-weight: normal;
  line-height: 120%;
}
.subttl::before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 75px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #840018;
}
.imgbox01 {
  margin: 55px 0 0 0;
  text-align: center;
}
.cont01_co02 {
  margin-top: 70px;
  padding: 0 0 70px;
  background: #f7f7f7;
}
.co2_txt01 {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  margin-top: 80px;
}
.ta_cont01 {
  margin-top: 60px;
  text-align: center;
}
.subttl span {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  display: block;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}

/*tab*/
.tab-container {
  border-bottom: 2px solid #840018;
  display: flex;
  justify-content: center;
}
.tab-container .tab{
  cursor: pointer;
  width: 460px;
  text-align: center;
  padding: 24px 0;
  font-size: 24px;
  font-weight: bold;
  color: #840018;
  border-top: 2px solid #840018;
  border-left: 2px solid #840018;
  border-right: 2px solid #840018;
}
.tab-container .tab:last-child {
  border-left: none;
}
.tab-container .tab.active{
  color: #fff;
  background: #840018;
}
.content {
  display: none;
}
.content.show {
  display: block;
}

.p_subttl {
  margin-top: 40px;
  text-align: center;
  color: #840018;
  font-size: 24px;
  font-weight: bold;
  background: #fbd6d0;
  padding: 12px;
  margin-bottom: 8px;
}
.point_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.point_box .p_item{
  width: 24.5%;
  border: 1px solid #840018;
}
.pttl {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  background: #840018;
}
.p_inner{
  padding: 20px 10px;
}
.p_img {
  text-align: center;
}
.p_txt01 {
  text-align: center;
  color: #840018;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}
.p_txt02 {
  font-size: 20px;
  margin-top: 10px;
}
.p_txt03 {
  font-size: 16px;
}

.cont01_co03 {
  margin-bottom: 10px;
  margin-top: 30px;
}
.r_box{
  padding-top: 30px;
}
.r_txt {
  margin-top: 30px;
  font-size: 20px;
  padding-left:1em;
  text-indent:-1em;
  letter-spacing: -1px;
}
.r_txt02{
  font-size: 20px;
  padding-left:1em;
  text-indent:-1em;
  letter-spacing: -1px;
}
.r_txt02 a {
  font-size: 20px;
  color: #000;
  letter-spacing: -1px;
}
.btn_box {
  margin: 0 auto;
  max-width: 500px;
}
.btn_box a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  padding: 15px 10px;
  text-decoration: none;
  line-height: 140%;
}
.btn_box div {
  margin-top: 50px;
}
.btn_box p {
  font-size: 16px;
  text-align: center;
  color: #840018;
  font-weight: bold;
  margin-bottom: 4px;
}
.btn_box .btn01 a {
  background: url("/convenience/foreign_remittance/img/icon_arrow.png") no-repeat scroll 95% center #840018;
}
.btn_box .btn02 a {
  background: url("/convenience/foreign_remittance/img/icon_arrow.png") no-repeat scroll 95% center #eb6100;
}

.t_table {
  display:table;
  border-collapse:collapse;
  width: 100%;
  margin-top: 40px;
}
.t_row {
  display:table-row;
}
.t_cell01 {
  display:table-cell;
  border-top:#840018 1px solid;
  border-left:#840018 1px solid;
  border-right:#840018 1px solid;
  border-bottom:#c2808c 1px solid;
  padding:20px 10px;
  vertical-align: middle;
  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: 110%;
  background: #840018;
}
.t_cell01 span {
  font-size: 18px;
  display: block;
  text-align: center;
}
.t_cell02 {
  display:table-cell;
  border-top:#840018 1px solid;
  border-left:#840018 1px solid;
  border-right:#840018 1px solid;
  border-bottom:#b6b6b6 1px solid;
  padding:20px 10px 20px 40px;
  vertical-align: middle;
  font-size: 18px;
  line-height: 110%;
  background: #fff;
}
.t_cell02 span {
  font-size: 16px;
  display: block;
}


@media screen and (max-width: 768px) {
  /*cont01*/
  .cont01{
    padding: 4vw 0 12vw;
  }
  .cont_inner {
    max-width: 100%;;
    padding: 0 1vw;
  }
  .cottl {
    margin-top: 8vw;
    font-size: 4.8vw;
  }
  .pdf_box{
    margin-top: 15px;
    padding: 2vw 2.5vw;
  }
  .pdf_box p{
    width: 100%;
    margin: 1vw 0;
  }
  .pdf_box p a{
    font-size: 2.9vw;
  }
  .p_icon span{
    background-size: 3vw auto;
    padding-right: 3.5vw;
  }
  .subttl {
    padding-top: 8vw;
    font-size: 6.366vw;
    color: #840018;
  }
  .subttl::before{
    width: 65px;
    bottom: -2vw;
  }
  .imgbox01 {
    margin: 9vw 4vw 0;
    text-align: center;
  }
  .cont01_co02 {
    margin-top: 8vw;
    padding: 0 0 9vw;
  }
  .co2_txt01 {
    font-size: 3.4666vw;
    margin-top: 9vw;
  }
  .ta_cont01 {
    margin: 8vw 4vw 0;
    text-align: center;
  }
  .subttl span {
    font-size: 2.800vw;
  }

  
  /*tab*/
  .tab-container .tab{
    width: 50%;
    padding: 3vw 0;
    font-size: 3.733vw;
    line-height: 130%;
  }
  
  .p_subttl {
    margin-top: 4vw;
    font-size: 3.2vw;
    padding: 8px;
    margin-bottom: 8px;
  }
  .point_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .point_box .p_item{
    width: 49.5%;
    margin-bottom: 10px;
  }
  .pttl {
    font-size: 3.466vw;
    padding: 5px;
  }
  .p_inner{
    padding: 3vw 2vw 4vw;
  }
  .p_img {
    width: 55%;
    margin: 0 auto;
  }
  .p_txt01 {
    font-size: 3.466vw;
    margin-top: 1vw;
  }
  .p_txt02 {
    font-size: 3.466vw;
    margin-top: 1vw;
  }
  .p_txt03 {
    font-size: 2.800vw;
  }
  .cont01_co03 {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .r_box{
    padding-top: 20px;
  }
  .r_txt {
    margin-top: 5vw;
    font-size: 3.466vw;
  }
  .r_txt02{
    font-size: 3.466vw;
  }
  .r_txt02 a {
    font-size: 3.466vw;
  }
  .btn_box {
    margin: 0 4vw;
    max-width: 100%;
  }
  .btn_box a {
    font-size: 3.466vw;
    padding: 15px 10px;
  }
  .btn_box div {
    margin-top: 40px;
  }
  .btn_box p {
    font-size: 2.800vw;
  }
  .btn_box .btn01 a {
    background-size: 4vw auto;
  }
  .btn_box .btn02 a {
    background-size: 4vw auto;
  }
  
  .t_table {
    display:block;
    width: auto;
    margin: 5vw 4vw 0;
    max-width: 100%;
  }
  .t_row {
    display:block
  }
  .t_cell01 {
    display:block;
    border-top:#840018 1px solid;
    border-left:#840018 1px solid;
    border-right:#840018 1px solid;
    border-bottom:#840018 1px solid;
    padding:3vw;
    vertical-align: middle;
    font-size: 3.46vw;
    text-align: center;
    color: #fff;
    line-height: 110%;
    background: #840018;
  }
  .t_cell01 span {
    font-size: 3.2vw;
    display: block;
    text-align: center;
  }
  .t_cell02 {
    display:block;
    border-top:#840018 1px solid;
    border-left:#840018 1px solid;
    border-right:#840018 1px solid;
    border-bottom:#840018 1px solid;
    padding:3vw;
    vertical-align: middle;
    font-size: 3.2vw;
    line-height: 110%;
    background: #fff;
    text-align: center;
  }
  .t_cell02 span {
    font-size: 3.0vw;
    display: block;
    text-align: center;
  }
  
}

/*
外国送金事前申込サービス
*/

.cont01_u {
  padding: 70px 0 80px 0;
}
.cont_u_inner {
  padding: 0 10px;
  margin: 0 auto;
  max-width: 1180px;
}
.cont01_u h1{
  font-size: 40px;
  color: #840018;
  text-align: center;
  position: relative;
  font-weight: normal;
  line-height: 120%;
}
.cont01_u h1::before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 75px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #840018;
}
.couttl {
  margin-top: 60px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #840018;
}
.step_box{
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.step_item{
  border: 1px solid #840018;
  width: 30%;
  position: relative;
}
.step_item::before{
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  right: -13%;
  height: 30px;
  aspect-ratio: cos(30deg);
  clip-path: polygon(0 0,100% 50%,0 100%);
  background: #840018;
}
.step_item:last-child:before{
  content: none;
}
.st_ttl {
  padding: 5px;
  color: #fff;
  font-weight: bold;
  background: #840018;
  font-size: 24px;
  text-align: center;
}
.st_inner {
  padding: 7% 5%;
}
.st_img {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}
.st_inner p{
  font-size: 20px;
  margin-top: 25px;
}
.detail_box {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.detail_item{
  width: 48%;
  margin-bottom: 4%;
  padding: 4% 4%;
  border: 1px solid #000000;
}
.d_ttl {
  text-align: center;
  color: #840018;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 30px;
}
.d_txt {
  font-size: 20px;
}
.detail_item ul{
  max-width: 90%;
  margin: 0 auto;
}
.detail_item ul li {
  font-size: 20px;
}
.t_table02 {
  margin: 20px 0;
  width: 100%;
}
.t_table02 th {
  border-top:#fff 1px solid;
  border-left:#840018 1px solid;
  border-right:#fff 1px solid;
  border-bottom:#fff 1px solid;
  padding: 20px 10px;
  vertical-align: middle;
  font-size: 18px;
  text-align: center;
  color: #fff;
  line-height: 110%;
  background: #840018;
  width: 37.5%;
}
.t_table02 th:first-child{
  width: 25%;
}
.t_table02 th.bo{
  border-right:#840018 1px solid;
}
.t_table02 th span {
  padding-left:1em;
  text-indent:-1em;
  display: block;
  font-size: 16px;
  text-align: left;
}
.mt15 {
  margin-top: 15px;
}
.t_table02 td {
  border-top: #9d9d9d 1px solid;
  border-left: #9d9d9d 1px solid;
  border-right: #9d9d9d 1px solid;
  border-bottom: #9d9d9d 1px solid;
  padding: 20px 15px 20px 15px;
  vertical-align: middle;
  font-size: 18px;
  line-height: 140%;
  background: #fff;
}
.t_table02 td li {
  font-size: 18px;
  margin-top: 4px;
  padding-left: 1em;
  text-indent: -1em;
}
.t_table02 .ind {
  padding-left:1em;
  text-indent:-1em;
  display: block;
  font-size: 16px;
}
.t_table02 li .ind {
  padding-left: 0em;
}
.t_table02 .col01 {
  color: #840018;
}
.t_table02 a {
  color: #000;
}

.ch {
  margin-top: 50px;
  text-align: center;
}
.ch input {
  font-size: 20px;
}
.ch label {
  color: #840018;
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

.ch_btn {
  margin: 80px auto 0;
  max-width: 460px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 15px 10px;
  text-decoration: none;
  background: url(/convenience/foreign_remittance/img/icon_arrow.png) no-repeat scroll 95% center #D3D3D3;
  pointer-events: none;
  line-height: 140%;
}
.ch_btn.add {
  background: url(/convenience/foreign_remittance/img/icon_arrow.png) no-repeat scroll 95% center #840018;
  pointer-events: auto;
}

.ch_btn span {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
 
  .cont01_u {
    padding: 3vw 0 9vw 0;
  }
  .cont_u_inner {
    padding: 0;
    margin: 0 auto;
    max-width: 90%;
  }
  .cont01_u h1{
    padding-top: 8vw;
    font-size: 6.666vw;
    color: #840018;
  }
  .cont01_u h1::before{
    bottom: -2vw;
    width: 65px;
  }
  .couttl {
    margin-top: 5vw;
    font-size: 4.8vw;
  }
  .step_box{
    margin: 10px auto 0;
    display: block;
    max-width: 60%;
  }
  .step_item{
    border: 1px solid #840018;
    width: 100%;
    position: relative;
    margin-bottom: 10vw;
  }
  .step_item::before{
    content: "";
    position: absolute;
    top: auto;
    bottom: -10%;
    right: calc(50% - 2vw);
    height: 4vw;
    aspect-ratio: 1/cos(30deg);
    clip-path: polygon(50% 100%,100% 0,0 0);
    background: #840018;
  }
  .step_item:last-child:before{
    content: none;
  }
  .st_ttl {
    font-size: 4.133vw;
  }
  .st_inner {
    padding: 7% 5%;
  }
  .st_img {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
  }
  .st_inner p{
    font-size: 3.4666vw;
    margin-top: 4vw;
  }
  .detail_box {
    margin-top: 7vw;
    display: block;
  }
  .detail_item{
    width: 100%;
    margin-bottom: 3%;
    padding: 5% 4%;
  }
  .d_ttl {
    font-size:4.8vw;
    margin-bottom: 3vw;
  }
  .d_txt {
    font-size: 3.466vw;
  }
  .detail_item ul{
    max-width: 85%;
    margin: 0 auto;
  }
  .detail_item ul li {
    font-size: 3.466vw;
  }
  
  .t_txt01 {
    margin-top: 20px;
    font-size: 2.8vw;
    font-weight:bold;
    color: #840018;
  }
  .t_table03 {
    margin-top: 4px;
    width: 100%;
  }
  .t_table03 th {
    border-top: #9d9d9d 1px solid;
    border-left: #9d9d9d 1px solid;
    border-right: #9d9d9d 1px solid;
    border-bottom: #d6d6d6 1px solid;
    vertical-align: middle;
    padding: 4vw 2vw;
    color: #fff;
    font-weight: bold;
    font-size: 2.6666vw;
    background: #840018;
    text-align: left;
    width: 35%;
  }
  .t_table03 th span {
    font-size: 2.4vw;
    padding-left: 1em;
    text-indent: -1em;
    display: block;
    text-align: left;
  }
  .t_table03 td {
    border-top: #9d9d9d 1px solid;
    border-left: #9d9d9d 1px solid;
    border-right: #9d9d9d 1px solid;
    border-bottom: #d6d6d6 1px solid;
    vertical-align: middle;
    padding: 4vw 2vw;
    font-weight: bold;
    font-size: 2.6666vw;
  }
  .t_table03 .col01 {
    color: #840018;
  }
  .t_table03 ul {
    margin-bottom: 4px;
  }
  .t_table03 li {
    font-size: 2.6666vw;
    margin-top: 4px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .t_table03 li .ind {
    padding-left: 0em;
  }
  .t_table03 .ind {
    padding-left: 1em;
    text-indent: -1em;
    display: block;
    font-size: 2.4vw;
  }
  .t_table03 a {
    color: #000;
  }
  
  .ch input {
    font-size: 3.733vw;
  }
  .ch label {
    font-size: 3.733vw;
  }

  .ch_btn {
    margin: 50px auto 0;
    max-width: 95%;
    font-size: 3.733vw;
    padding: 15px 10px;
    background-size: 4vw auto;
  }

  .ch_btn span {
    font-size: 2.800vw;
  }
  
}
.btn_off {
  background: #D3D3D3!important;
  pointer-events: none;
}