@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
body{
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

a:hover > img {
  opacity: .7;
}
.oneCLM #cmnNaviHeader{
  -webkit-box-shadow: none;
  box-shadow: none;
}
.oneCLM #main{
  max-width:1920px;
  width:100%;
}
.fontBold{
  font-weight: bold;
}
.textCenter{
  text-align: center;
}
.color_orange{
  color: #fe6000;
}
.color_blue{
  color: #1eb9df;
}
.pcDisplay{
  display: block;
}
.pcDisplayInli{
  display: inline;
}
.spDisplay{
  display: none;
}
.spDisplayInli{
  display: none;
}
@media screen and (max-width:750px){
  .pcDisplay{
    display: none;
  }
  .pcDisplayInli{
    display: none;
  }
  .spDisplay{
    display: block!important;
  }
  .spDisplayInli{
    display: inline;
  }
  a:hover > img {
    opacity: 1;
  }
}
/*
header
---------------------------------------------------------*/
.oneCLM #cmnNaviHeader{
  margin-bottom: 0;
}
.oneCLM .munLogo2016_05 #headerLogoSP{
  padding:1rem 0;
}
.oneCLM .munLogo2016_05 #corpLogo{
  padding:1.3rem 0 0;
}
@media screen and (max-width:750px){
  .oneCLM #cmnNaviHeader{
    background: #fff;
    z-index: 1000000;
  }
  .oneCLM #headerInnerWrap{
    min-width: 100%;
    padding:0 1%;
  }
  .jsBraBtnBack.headerBackBtn.spDisplay {
    display:none!important;
  }
}
/*
blockApply
---------------------------------------------------------*/
.blockApply.active .fixed_featureLinkBlock {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  z-index: 12000;
  -webkit-transition: bottom .6s, opacity .6s;
  transition: bottom .6s, opacity .6s;
  background: #fff;
}
nav {
  width: 100%;
  background:rgba(255,255,255,.8);
  position: fixed;
  top: -100px;
  left: 0;
  z-index: 1000;
  opacity: 0;
  padding:2px 0;
}
nav .outer {
  max-width: 925px;
  margin: 0 auto;
}
nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
nav ul > li {
  position: relative;
  width: 32%;
  margin-right: 2%;
  background: #FFF;
  -webkit-transition: background-color .3s, color .3s;
}
nav ul > li:last-child {
  margin-right: 0;
}
nav ul > li img:hover{
  cursor: pointer;
  opacity: .7;
}
nav ul > li img.off {
  display: block;
}
nav ul > li img.on {
  display: none;
}
nav ul > li.current img.off {
  display: none;
}
nav ul > li.current img.on {
  display: block;
}
@media screen and (max-width:750px) {
  nav{
    background:#fff;
  }
  nav .outer {
    width: 100%;
  }
  nav ul > li {
  width: 33.33333%;
  margin-right: 0;
  }
  nav ul > li img:hover{
    opacity: 1;
  }
}
/*
linkType Icon
---------------------------------------------------------*/
p.linkType01{
  margin: 0;
}
.linkType01 a {
  color: #62d3ec;
  text-decoration: underline;
  font-size: 1rem;
  margin-bottom: 0;
  padding-left: 0;
  background:none;
}
.linkType01 a::before{
  background: url(/landing/mufgcard/apply/m_viaso/mycard04/img/cmn_icon_003.png) no-repeat 8px 10px;
  content:"";
  width:20px;
  height: 20px;
  display: inline-block;
  background-size: 8px auto;
}
.iconTypeBlank{
  background:url(/landing/mufgcard/apply/m_viaso/mycard04/img/cmn_icon_002.png) no-repeat 0 9px;
  width:30px;
  height: 24px;
  display: inline-block;
  background-size: 15px;
  vertical-align: bottom;
  margin-left: 5px;
}
.area-caution{
  position: relative;
  text-align: left;
  background: url(/landing/mufgcard/apply/m_viaso/mycard04/img/cmn_icon_001.png) no-repeat;
}
@media screen and (max-width:750px){
  .linkType01 a {
    font-size: 15px;
  }
  .linkType01 a::before{
    background-size: 1.2vw auto;
    background-position: 0 center;
    width:10px;
    height: 10px;
  }
  _::-webkit-full-page-media, _:future, :root .linkType01 a::before {
    background-position: 0px 5px;
    height:15px;
  }
  .iconTypeBlank{
    background-size: 2.6vw;
    background-position: 0;
    vertical-align: middle;
    height: 15px;
  }
  .linkType01 a{
    display: block;
  }
}
/*
accordion
---------------------------------------------------------*/
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.accordionCheck {display: none}
.accordionTitle {
  position: relative;
  display: block;
  cursor: pointer;
}
.accordionTitle .titleInner {
  position: relative;
  display: block;
}
.accordionTitle::after {
  content: '';
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 7px;
  width: 35px;
  height: 35px;
  margin-top: -17px;
  border-radius: 25px;
}
.accordionTitle .titleInner::before,
.accordionTitle .titleInner::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 18px;
  height: 2px;
  margin-top: -1px;
}
.accordionCheck + .accordionTitle .titleInner::before {
  -webkit-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
.accordionContents.is-open .accordionTitle .titleInner::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media screen and (max-width:980px){
  .accordionTitle .titleInner::before,
  .accordionTitle .titleInner::after {
    width:15px;
  }
}
/*=====
#main
=====*/
#main .mv{
  position:relative;
  background: url(/landing/mufgcard/apply/m_viaso/mycard04/img/cmn_mvbg_pc.png) no-repeat;
  background-size: contain;
  max-height: 1140px;
  height:100vw;
}
#main .mv .inner {
  width: 100%;
  height: 100%;
  max-width: 1024px;
  margin: 0em auto;
}
#main .mv .mvImg{
  position:absolute;
  top: 6.5%;
  width:100%;
}
.blockFeatureLink > p{
  text-align: center;
  margin-bottom: 40px;
}
.blockFeatureLink{
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 101.1%;
}
.blockFeatureLink ul{
  position: relative;
  z-index: 3;
  margin: auto;
  width: 924px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blockFeatureLink ul li{
  flex-basis:33%;
}
li.anchorLink:hover{
  opacity: .8;
}
.section_pointBlock{
  margin-top: 391px;
}
@media screen and (max-width:1000px){
  .blockFeatureLink{
    bottom: 0;
  }
}
@media screen and (max-width:980px){
  .blockFeatureLink{
    top: 105.3%;
    width:90%;
    margin:0 auto;
  }
}
@media screen and (max-width:750px){
  #main .mv{
    background: none;
    height: auto;
    max-height: 100%;
  }
  #main .mv .mvImg{
    position: static;
  }
   .blockFeatureLink{
    width:100%;
    top: 97.7%;
  }
  .blockFeatureLink > p{
    width:85%;
    margin:0 auto 1.5em;
  }
  .blockFeatureLink ul li{
    padding:0;
    width: auto;
    flex-basis:33.33%;
  }
  .section_pointBlock{
    margin-top: 12.3em;
  }
  li.anchorLink:hover{
    opacity: 1;
  }
}
@media print {
  .blockFeatureLink {
    top: 83%;
  }
}
/*
appliBtnArea
---------------------------------------------------------*/
.appliBtnArea{
  padding:5em 0;
}
.mv .appliBtnArea{
  padding:0;
  position: absolute;
  top:59%;
  left: 0;
  right: 0;
}
.appliBtnArea.pb2em{
  padding-bottom: 2em;
}
.appliBtnArea > p{
  margin-bottom:1em;
  text-align: center;
}
.appliBtnArea > p img{
  margin:0 auto;
}
.appliBtnArea > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 945px;
  max-width: 100%;
  margin: 0 auto;
}
.appliBtnAreaBlock p{
  flex-basis:50%;
}
@media screen and (max-width:980px){
  .mv .appliBtnArea{
    width:90%;
    margin: 0 auto;
  }
}
@media screen and (max-width:750px){
  .appliBtnArea{
    width: 90%;
    margin: 0 auto;
    padding:2em 0;
  }
  .mv .appliBtnArea{
    top: 59.8%;
  }
  .mv .appliBtnArea > p{
    margin-bottom: .4em;
  }
  .appliBtnArea > div{
    display: block;
    width: 100%;
  }
  .appliBtnAreaBlock p{
    flex-basis: 100%;
  }
}
@media screen and (max-width:480px){
  .appliBtnArea > p{
    margin-bottom: .5em;
  }
}
@media print {
  .mv {
    page-break-after: always;
  }
  .mv .appliBtnArea {
    top: 82%;
  }
  .blockFeatureLink {
    top: 142%;
  }
}
/*
bnrImgArea
---------------------------------------------------------*/
.mv .bnrImgArea{
  padding:0;
  position: absolute;
  top:78.9%;
  left: 0;
  right: 0;
}
.bnrImgArea > p{
  margin-bottom:1em;
  text-align: center;
  font-size: 18px;
}
.bnrImgArea > div {
  width: 920px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width:980px){
  .mv .bnrImgArea{
    top: 80.3%;
  }
}
@media screen and (max-width:750px){
  .bnrImgArea{
    width: 90%;
    margin: 0 auto;
    padding:2em 0;
  }
  .mv .bnrImgArea{
    top: 80.6%;
    width: 100%;
    padding: 10px 5% 0;
  }
  .mv .bnrImgArea > p{
    margin-bottom: .4em;
  }
  .bnrImgArea > div{
    display: block;
    width: 100%;
  }
  .bnrImgArea .bnrImgAreaBlock{
    padding: 0 3% 0;
  }
  .bnrImgArea a{
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width:480px){
  .bnrImgArea > p{
    margin-bottom: .5em;
  }
}
@media print {
  .mv .bnrImgArea {
    top: 105%;
  }
}
/*
#POINT
---------------------------------------------------------*/
.pointBlock .point{
  font-weight: bold;
  text-align: center;
  font-size: 50px;
  transform: translateY(0.2em);
}
.pointBlock{
  padding-bottom: 4em;
}
.pointBlock h2 img{
  text-align: center;
  margin: 0 auto;
}
.pointBlockWrap{
  max-width:925px;
  width: 95%;
  margin:50px auto;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0,0 ,0.3);
}
.pointBlockInner{
  max-width:824px;
  width:90%;
  margin: 0 auto;
  padding: 50px 0 55px;
}
.pointBlock_talk{
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  background: url(/landing/mufgcard/apply/m_viaso/mycard04/img/cmn_talk_border.png) no-repeat bottom;
  transform: translateY(0.2em);
}
.pointBlock_talk.mg-B40{
  margin-bottom: 40px;
}
.pointBlock_talk .fontBig{
  font-size: 50px;
  font-family: 'Oswald', ‘ヒラギノ角ゴ ProN’ , Meiryo , メイリオ , sans-serif;
}
.pointBlock_talk .fontBig02{
  font-size: 40px;
}
.pointBlockDescription > *{
  margin: 20px 0;
}
figure,figure img{
  margin: 0 auto;
  text-align: center;
}
.pointBlockWrap .textBlock_viaso{
  font-size: 30px;
  margin-bottom: 0;
}
.pointBlockWrap .textBlock_viaso .fontBig{
  font-size: 40px;
  letter-spacing: -2px;
}
@media all and (-ms-high-contrast: none){
  .pointBlock .point{
    transform: translateY(0.2em);
  }
}

@media screen and (max-width:750px){
  .section_pointBlock{
    background: #f4f4f4;
  }
  .pointBlock{
    padding-bottom: 0.1em;
  }
  .pointBlock .point{
    font-size:6.6666vw;
    padding:4px 0;
  }
  .pointBlockTitle{
    margin-bottom: 2em;
  }
  .pointBlockWrap,.pointBlockInner{
    width:90%;
  }
  .pointBlockWrap{
    margin: 20px auto;
  }
  .pointBlockInner{
    padding:30px 0;
  }
  .pointBlock_talk{
    font-size:4.31vw;
    padding-bottom: 15px;
  }
  .pointBlock_talk .fontBig{
    font-size: 7vw;
  }
  .pointBlock_talk .fontBig02{
    font-size: 6vw;
  }
  .pointBlockWrap .textBlock_viaso{
    font-size: 4.5vw;
  }
  .pointBlockWrap .textBlock_viaso .fontBig{
    font-size: 5.5vw;
  }
  .pointBlock h2 img{
    width: 100%;
  }
}
li[data-href]:hover{
  cursor: pointer;
}
@media screen and (max-width:750px){
  li[data-href]:hover{
    opacity: 1;
  }
}
@media print {
  .section_pointBlock {
    margin-top: 20em;
  }
}

/*
#POINT 01
---------------------------------------------------------*/
#point01{
  background: #e5f3ee;
  padding-bottom: 6em;
}
#point01 .point{
  color: #057d57;
}
#point01 .pointBlockTitle{
  background: linear-gradient(to right, #06895f, #056043);
}
#point01 .pointBlockWrap06 .pointBlockInner{
  padding-bottom: 30px;
}
#point01 .pointBlockWrap06 .privilege > p{
  background: #099468;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  padding: 4px 0;
}
#point01 .pointBlockWrap06 .privilege > figure{
  margin:2em 0;
}
#point01 .pointBlockWrap06 .privilege01{
  margin-bottom: 80px;
}
#point01 .pointBlockWrap06 .cashBack{
  line-height: 1;
  margin-top: 1em;
}
#point01 .pointBlockWrap06 .cashBack p{
  font-size: 60px;
}
#point01 .pointBlockWrap06 .cashBack .fontBig{
  font-size: 110px;
  font-family: 'Oswald', ‘ヒラギノ角ゴ ProN’ , Meiryo , メイリオ , sans-serif;
}
#point01 .pointBlockWrap09 .rakupayBox {
  border: 2px solid #099468;
  border-radius: 8px;
  padding: 28px 45px 40px;
}
#point01 .pointBlockWrap09 .rakupayBox:not(:last-of-type) {
  margin-bottom: 20px;
}
#point01 .pointBlockWrap09 .rakupayBox .pointBlock_talk {
  font-size: 20px;
}
#point01 .pointBlockWrap09 .rakupayBox02 .pointBlock_talk {
  background: none;
}
#point01 .pointBlockWrap09 .fontSmall {
  font-size: 12px;
}
#point01 .pointBlockWrap07.accordionContents {
  margin: 50px auto;
}
#point01 .pointBlockWrap07 .pointBlockInner{
  padding-bottom: 40px;
}

#point01 .pointBlockWrap07 .scheduleBox{
  padding:0 10px;
  display:-webkit-box;
  display: -webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  align-items: center;
}
#point01 .pointBlockWrap07 .schedule{
  text-align: center;
  font-weight: bold;
  flex-basis: 46%;
  margin: 0 10px;
  font-size: 18px;
  border: 2px solid #009468;
  border-radius: 8px;
  overflow: hidden;
}
#point01 .pointBlockWrap07 .schedule dt{
  background: #009468;
  color: #fff;
  padding: 10px 0;
}
#point01 .pointBlockWrap07 .schedule dd{
  padding: 12px 0;
}
#point01 .pointBlockWrap07 .schedule01 dd{
  line-height: 3;
}
#point01 .pointBlockWrap07 .text{
  font-size: 18px;
  padding-top: 20px;
  margin-bottom: 10px;
}
#point01 .pointBlockWrap07 figure{
  margin-top: 0;
}
#point01 .pointBlockWrap07 .fontSmall{
  font-size: 12px;
}
#point01 .accordionContents{
  max-width: 925px;
  width: 90%;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #009468;
  border-radius: 10px;
  padding: 1.2em 3em;
  box-shadow: 0 0 10px rgba(0, 0,0 ,0.3);
}
#point01 .accordionTitle .titleInner .icoLamp01{
  transform:translateY(.2em);
}
#point01 .accordionContents .titleInner{
  color: #009468;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  width: 100%;
}
#point01 .accordionTitle::after {
  border: 2px solid #009468;
  background: #009468;
}
#point01 .accordionTitle .titleInner::before,
#point01 .accordionTitle .titleInner::after {
  right: 15px;
  background: #fff;
  z-index: 1;
}
#point01 .accordionContents .acc01TextBox{
  margin: 1em 0 2em;
}
@media all and (-ms-high-contrast: none) {
  #point01 .pointBlockWrap06 .privilege > p{
    padding:8px 0 0;
  }
}
@media screen and (max-width:950px){
  #point01 .pointBlockWrap07 .schedule dd{
    font-size: 2vw;
  }
}
@media screen and (max-width:750px){
  #point01{
    padding-bottom: 1.5em;
  }
  #point01 .pointBlockWrap06 .pointBlockInner{
    padding:30px 0 1px;
  }
  #point01 .pointBlockWrap06 .privilege{
    padding-top: 20px;
  }
  #point01 .pointBlockWrap06 .privilege > figure,#point01 .pointBlockWrap06 .privilege > figure.mg-B20{
    margin:1em 0 .3em!important;
  }
  #point01 .pointBlockWrap06 .privilege > p{
    font-size: 1em;
  }
  #point01 .pointBlockWrap06 .privilege01{
    margin-bottom: 20px;
  }
  #point01 .pointBlockWrap06 .privilege02 .w80 img{
    width:80%;
  }
  #point01 .pointBlockWrap06 .cashBack{
    margin-top: 0;
  }
  #point01 .pointBlockWrap06 .cashBack p{
    font-size: 9vw;
  }
  #point01 .pointBlockWrap06 .cashBack .fontBig{
    font-size: 18vw;
  }
  #point01 .pointBlockWrap09 .titleInner{
    font-size: 4.8vw;
  }
  #point01 .pointBlockWrap07 {
    margin: 20px auto;
  }
  #point01 .pointBlockWrap07 .pointBlockInner{
    padding-bottom: 1px;
  }
  #point01 .pointBlockWrap09 .rakupayBox {
    border: 1px solid #099468;
    padding: 11px 9px 20px;
  }
  #point01 .pointBlockWrap09 .rakupayBox .pointBlock_talk {
    font-size: 13px;
    margin-bottom: 20px;
  }
  #point01 .pointBlockWrap07 .scheduleBox{
    display: block;
    margin-bottom: 0;
  }
  #point01 .pointBlockWrap07 .schedule{
    font-size: 3vw;
    margin:20px 0;
  }
  #point01 .pointBlockWrap07 .schedule dt{
    padding:5px 0;
  }
  #point01 .pointBlockWrap07 .schedule dd{
    font-size: 3.33vw;
    font-weight: bold;
  }
  #point01 .pointBlockWrap07 .schedule01 dd{
    line-height: 1;
  }
  #point01 .pointBlockWrap07 .schedule02{
    margin: 20px 0 10px;
  }
  #point01 .pointBlockWrap07 .fontSmall{
    font-size: 13px;
  }
  #point01 .pointBlockWrap07 .text{
    font-size: 3.3vw;
    margin-bottom: 4px;
    margin-top: 15px;
    margin-top: 0;
    padding-top: 5px;
  }
  #point01 .accordionContents{
    padding:3vw 1.5em;
  }
  #point01 .accordionContents .titleInner{
    font-size: 6vw;
  }
}
@media screen and (max-width:480px){
  #point01 .accordionTitle::after{
    right:-10px;
    width:25px;
    height: 25px;
  }
  #point01 .accordionTitle .titleInner::before,
  #point01 .accordionTitle .titleInner::after{
    right: -5px;
    margin-top: 0;
  }
}
/*
#POINT 02
---------------------------------------------------------*/
#point02{
  background-color: #e7eff7;
}
#point02 .point{
  color: #0c5294;
}
#point02 .pointBlockTitle{
  background: linear-gradient(to right, #0c5294, #043b6e);
}
#point02 .pointBlockWrap04 .pointBlockInner{
  padding-bottom: 40px;
}
#point02 .pointBlockWrap05 .pointBlockInner{
  padding-bottom:20px;
}
#point02 .pointBlockWrap05 .textBox ul{
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
#point02 .pointBlockWrap05 .textBox ul li{
  flex-basis:34.3%;
}
#point02 .pointBlockWrap05 .textBox ul li:last-child{
  flex-basis: 30.3%;
}
#point02 .pointBlockWrap05 .textBox .linkType01{
  position: absolute;
  bottom:30px;
  left: 0;
  width:250px;
  text-align:center;
}
#point02 .pointBlockWrap05 .textBox .linkType01 a{
  background-position: 0 .3em;
  font-size: .85rem;
}
#point02 .pointBlockWrap05 .textBox .text01{
  position: absolute;
  bottom:15px;
  right:0;
  width: 250px;
  font-size: 12px;
  text-indent: -1em;
  padding:0 1.5em 0 2.5em;
}
@media screen and (max-width:950px){
  #point02 .pointBlockWrap05 .textBox .linkType01{
    bottom:2.5vw;
    width:30.3%;
  }
  #point02 .pointBlockWrap05 .textBox .text01{
    font-size: 10px;
    right: 0;
    width:30.3%;
  }
}
@media screen and (min-width:751px){
  #point02 .pointBlockWrap05 .textBox ul{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  #point02 .pointBlockWrap05 .textBox ul li{
    position: relative;
    -ms-flex-preferred-size:auto;
    flex-basis:auto;
    width: 30.3398%;
    min-width: 0;
    border: 2px solid #095194;
    border-radius: 10px;
  }
  #point02 .pointBlockWrap05 .textBox ul li:not(:last-child):after{
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 6.5040%;
    height: 0;
    padding-top: 10.9756%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 5.2845%;
    background:url(/landing/mufgcard/apply/m_viaso/mycard04/img/cmn_icon_009.png) center / 100% no-repeat;
    content: '';
  }
  #point02 .pointBlockWrap05 .textBox ul li:nth-of-type(1){
    padding-top: 3.7058%;
  }
  #point02 .pointBlockWrap05 .textBox ul li:nth-of-type(2){
    padding: 6.8147% 0;
  }
  #point02 .pointBlockWrap05 .textBox ul li:nth-of-type(3){
    padding-top: 4.0048%;
  }
  #point02 .pointBlockWrap05 .textBox .linkType01 {
    position: static;
    width: auto;
  }
  #point02 .pointBlockWrap05 .textBox .text01 {
    position: static;
    width: auto;
    padding-top: 0.5em;
    padding-bottom: 1em;
  }
}
@media screen and (max-width:750px){
  #point02 .pointBlockWrap05 .pointBlockInner{
    padding-bottom:.1em;
  }
  #point02 .pointBlockWrap05 .pointBlock_talk {
    font-size: 5.31vw;
  }
  #point02 .pointBlockWrap05 .textBox ul{
    display: block;
  }
  #point02 .pointBlockWrap05 .textBox .linkType01{
    top: 18vw;
    left: 32vw;
    bottom: auto;
    text-align:left;
    width:auto;
  }
  #point02 .pointBlockWrap05 .textBox .linkType01 a{
    font-size:3.2vw;
  }
  #point02 .pointBlockWrap05 .textBox .linkType01 a::before{
  background-position:0 center;
  height: 10px;
  }
  #point02 .pointBlockWrap05 .textBox .text01{
    bottom:4vw;
    right:0;
    width: 70%;
    padding-right: 1em;
    font-size:2.7vw;
  }
  #point02 .pointBlockWrap .textBlock_viaso{
    font-size: 5.2vw;
  }
  #point02 .pointBlockWrap .textBlock_viaso .fontBig{
    font-size: 5.8vw;
  }
}
/*
#POINT 03
---------------------------------------------------------*/
#point03{
  background-color: #e3f2f4;
}
#point03 .point{
  color: #098094;
}
#point03 .pointBlockTitle{
  background: linear-gradient(to right, #1f8799, #046676);
}
.pointBlockWrap01 .area-caution{
  padding-left: 82px;
  margin: 0 0 20px;
  background-position: 0px 15px;
  font-size: 18px;
}
#point03 ul{
  margin:20px 0 0;
}
#point03 ul li{
  font-size: 12px;
  line-height: 1.5;
}
#point03 ul.indent01 li{
	text-indent: -1.8em;
	padding-left: 1.8em;
}
#point03 .pointBlockWrap02 .pointBlock_talk,#point03 .pointBlockWrap03 .pointBlock_talk{
  line-height: 1;
}
#point03 .pointBlockWrap03 .pointBlock_talk{
  margin-bottom: 60px;
}
#point03 .pointBlockWrap03 figure{
  margin:0;
}
#point03 .pointBlockWrap03 .textBlock{
  width:100%;
  border-right: 2px solid #098094;
  border-left: 2px solid #098094;
  padding: 20px 0;
  margin: 0;
}
#point03 .pointBlockWrap03 .textBlock p{
  font-size: 18px;
  font-weight: bold;
  width:90%;
  margin:0 auto;
}
#point03 .pointBlockWrap03 .textBlock .kome{
  font-weight: normal;
  margin-top: 0.5em;
  font-size: 12px;
  display: inline-block;
}
#point03 .point-com_pig{
  padding: 50px 0 10px;
}
@media screen and (max-width:950px){
  #point03 .pointBlockWrap03 .textBlock p{
    top: 43vw;
    font-size: 2vw;
    left: 5vw;
  }
  #point03 .pointBlockWrap03 .textBlock .kome{
    margin-top: 0;
    font-size: 13px;
  }
  #point03 .pointBlockWrap03 .textBlock p br.pcDisplay{
    display:none;
  }
}
@media screen and (min-width:751px){
  _::-webkit-full-page-media, _:future, :root #point03 .pointBlockWrap03 .textBlock {
    line-height: 1.4;
  }
  _::-webkit-full-page-media, _:future, :root #point03 .pointBlockWrap03 .textBlock p {
    font-size: 17px;
  }
  _::-webkit-full-page-media, _:future, :root #point03 .pointBlockWrap03 .textBlock .kome{
    font-size: 13px;
  }
}
@media screen and (max-width:750px){
  .pointBlockWrap01 .area-caution{
    font-size: 2.89vw;
    background-size: 10vw;
    padding-left: 13vw;
    line-height:1.5em;
  }
  #point03 .pointBlockWrap01 ul{
    margin:20px 0 20px;
 }
  #point03 .pointBlockWrap02 .pointBlock_talk.mg-B40,#point03 .pointBlockWrap03 .pointBlock_talk.mg-B60{
    margin-bottom:20px;
  }
  #point03 .pointBlockWrap03 .textBlock{
    background:url(/apply/card/m_viaso/img/cmn_img_006_bg_sp.png) repeat-y;
    background-size: contain;
    width:100%;
    border:none;
    max-width:590px;
    margin:0 auto;
    padding: 1vw 0;
  }
  #point03 .pointBlockWrap03 .textBlock p{
    font-size: 3.1vw;
    width: 90%;
  }
  .area-caution{
    font-size: 3.2vw;
    background-size:40px;
    padding-left: 13vw;
    padding-top: 0;
    background-position: 0 25px;
  }
  #point03 .point-com_pig{
    padding: 30px 0 20px;
  }
  #point03 ul li{
    font-size: 13px;
  }
}
/*
#usage
---------------------------------------------------------*/
#usage {
  background: #eeeeee;
}
#usage .pointBlockTitle{
  background: linear-gradient(to right, #3d4c55, #213038);
}
#usage .fontSmall {
  font-size: 12px;
}
#usage .textBox02 {
  font-size: 30px;
}
@media screen and (max-width:750px){
  #usage .textBox02 {
    font-size: 18px;
  }
}
/*
#insurance
---------------------------------------------------------*/
#insurance{
  background: #eeeeee;
  padding-bottom: 5em;
}
#insurance .pointBlockTitle{
  background: linear-gradient(to right, #3d4c55, #213038);
}
#insurance .textBox ul{
  display:-webkit-box;
  display: -webkit-flex;
  display:-ms-flexbox;
  display:flex;
  position: relative;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
#insurance .textBox ul li{
flex-basis:50%;
}
#insurance .textBox .text{
  position: absolute;
  bottom: 60px;
  left: 190px;
  font-size: 12px;
  text-align: center;
}
#insurance .pointBlockWrap08 .textBox02{
  font-size: 30px;
}
#insurance .pointBlockWrap08 .text01 span::before,#insurance .pointBlockWrap08 .text01 span::after{
  content:"";
  display: inline-block;
  width:19px;
  height:32px;
  padding: 0 5px;
}
#insurance .pointBlockWrap08 .text01 span::before{
  background: url(/landing/mufgcard/apply/m_viaso/mycard04/img/cmn_icon_004.png) no-repeat;
}
#insurance .pointBlockWrap08 .text01 span::after{
  background: url(/landing/mufgcard/apply/m_viaso/mycard04/img/cmn_icon_005.png) no-repeat;
}
#insurance .pointBlockWrap08 .area-caution{
  font-size: 20px;
  background: none;
  padding-left: 50px;
}
#insurance .pointBlockWrap08 .area-caution:before {
  content: "";
  background: url(/landing/mufgcard/apply/m_viaso/mycard04/img/cmn_icon_001.png) no-repeat;
  background-size: 61px auto;
  margin: 0 auto;
  width: 61px !important;
  height: 53px !important;
  position: absolute;
  top: -15px;
  left: -30px;
}
#insurance .pointBlockWrap08 .linkType01{
  text-align: center;
}
@media screen and (max-width:950px){
  #insurance .textBox .text{
    left: 20vw;
    bottom: 6vw;
  }
}
@media screen and (max-width:750px){
  #insurance{
    padding-bottom: .1em;
  }
  #insurance .pointBlock_talk {
    font-size: 5.31vw;
    margin-bottom: 25px;
  }
  #insurance .textBox ul{
    padding-bottom: 0;
  }
  #insurance .textBox .text{
    bottom: 3.5vw;
    left: 0;
    font-size: 2.7vw;
    width:46.5%;
  }
  #insurance .pointBlockWrap08 .textBox02{
    font-size: 4.5vw;
    margin: 5px 0;
  }
  #insurance .pointBlockWrap08 .textBox02 .text01{
    font-size: 5vw;
    margin-bottom: 6px;
  }
  #insurance .pointBlockWrap08 .text01 span::before, #insurance .pointBlockWrap08 .text01 span::after{
      height:2.8vw;
      background-position: bottom;
  }
  #insurance .pointBlockWrap08 .area-caution{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0.5em;
    text-indent: 0;
    font-size: 4vw;
  }
  #insurance .pointBlockWrap08 .insuranceCaution{
    text-align: left;
    margin:5px 0;
  }
  #insurance .pointBlockWrap08 .area-caution:before{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    position: static;
    width: 2.4em !important;
    min-width: 0;
    height: 2.16em !important;
    margin-top: 0.25em;
    background-size: 100%;
  }
  #insurance .pointBlockWrap08 .area-caution>span{
    -webkit-box-flex:1;
    -ms-flex:1 1 100%;
    flex:1 1 100%;
    display: block;
    padding-left: 0.6em;
    min-width: 0;
  }
  #insurance .pointBlockWrap08 .linkType01{
    text-align: left;
  }
}

#insurance .outerNotes {
  max-width: 925px;
  width: 95%;
  margin: 0 auto;
  font-size: 19px;
}
@media screen and (max-width:750px){
    #insurance .outerNotes {
      width: 90%;
      font-size: 12px;
    }
}
/*
basicInfo
---------------------------------------------------------*/
#basicInfo .hStyle02 {
  color: #1eb9d6;
  font-size: 2.85rem;
}
.sectionBlock06{
  background: #f2f2f2;
  padding: 4em 0 6em;
}
.sectionBlock06 .sectionWrap {
  max-width: 924px;
  width: 95%;
  margin: 0 auto;
}
.areaColor06 {color: #eb4741}
.sectionBlock06 .hStyle02 {
  margin-bottom: 20px;
  font-size: 2.15rem;
  text-align: center;
  color: #00a497;
}
@media screen and (max-width:750px){
  .sectionBlock06{
    padding-bottom: 1.5em;
    padding-top: 0;
  }
  #basicInfo .hStyle02 {
    font-size: 7.5vw;
    padding-top: 1em;
  }
  .sectionBlock06 .sectionWrap {
    width:90%;
    padding: 0;
  }
}
/* tableInfo01 */
.tableInfo01 {
  border-radius: 10px;
  border: 2px solid #1eb9d6;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.tableInfo01 .accordionContents:not(:last-child) {
  border-bottom: 2px solid #1eb9d6;
}
.tableInfo01 .accordionTitle {
  width: 100%;
  text-align: center;
  padding: 10px;
  background: #eefcff;
  color: #1eb9d6;
  font-size: 2.15rem;
  font-weight: bold;
  vertical-align: middle;
}
.tableInfo01 .accordionTitle:before{
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  border-top: 2px solid #1eb9d6;;
  content: '';
  z-index:1;
}
.tableInfo01 .accordionTitle::after {
  border: 2px solid #1eb9d6;
  right:35px;
}
@media all and (-ms-high-contrast: none) {
  .tableInfo01 .accordionTitle .titleInner{
    line-height:1;
    padding-top: 10px;
  }
}
.tableInfo01 .accordionTitle .titleInner::before,
.tableInfo01 .accordionTitle .titleInner::after {
  right: 34px;
  background: #1eb9d6;
  z-index: 1;
}
.tableInfo01 .accordionBody{
  transform: translateZ(0);
}

.tableInfo01 .accordionBody .accordionBodyInner{
  padding: 15px 20px 15px 40px;
  vertical-align: middle;
  background: #fff;
  font-size: 1.36rem;
}
.tableInfo01 .cardType {margin-bottom: 6px}
.tableInfo01 .cardType li {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
}
.tableInfo01 .cardType li span{
  transform: translateY(.2em);
}
.tableInfo01 .cardType .etc {margin-right: 9px;background: #4d4a99}
.tableInfo01 .cardType .family {margin-right: 9px;background: #86b837}
.tableInfo01 .cardType .ginren {background: #c73e3e}
.tableInfo01 .accordionBody.ab01 {padding: 0;background: #fff;}
.tableInfo01 .innerTable01 {width: 100%}
.tableInfo01 .col1 {width: 40px}
.tableInfo01 .innerTable01 th {
  padding: 15px 20px;
  border: none;
  font-weight: normal;
  text-align: left;
}
.tableInfo01 .innerTable01 tr > * {
  vertical-align: middle;
  text-align: center;
}
.tableInfo01 .innerTable01 td {
  padding: 15px 20px 15px 15px;
  border-left: 2px solid #1eb9d6;
}
.tableInfo01 .innerTable01 tr:not(:last-child) td,
.tableInfo01 .innerTable01 tr:not(:last-child) th {
  border-bottom: 2px solid #1eb9d6;
}
.tableInfo01 .innerTable01 tr th.blank {
  padding: 0;
  border-bottom: none;
}
.tableInfo01 .innerTable01 tr th.cover{
  border-bottom: none;
}
.tableInfo01 .innerTable01 .border {
  padding: 15px 20px 15px 15px;
  border-left: 2px solid #1eb9d6;
  border-top: 2px solid #1eb9d6;
}
.tableInfo01 .innerTable01 .border.cover {
  border-left: none;
}
@media screen and (max-width:750px){
  .tableInfo01 .accordionBody .accordionBodyInner{
    padding: 15px 20px;
  }
  .tableInfo01 .accordionTitle .titleInner,.tableInfo01 .accordionBodyInner {
    font-size: 4vw;
  }
  .tableInfo01 .innerTable01 th{
    font-size: 3.54vw;
    padding:15px 10px;
    width:33%;
  }
  .tableInfo01 .innerTable01 tr th.blank{
    width:4%;
  }
  .tableInfo01 .innerTable01 .border{
    padding:15px 5px;
  }
  .tableInfo01 .innerTable01 td{
    font-size: 3.54vw;
    padding:15px 10px;
    width:30%;
  }
}
@media screen and (max-width:480px){
  .tableInfo01 .accordionTitle::after {
    width:24px;
    height: 24px;
    right:10px;
  }
  .accordionTitle::after{
    margin-top: -12px;
  }
  .tableInfo01 .accordionTitle .titleInner::before,
  .tableInfo01 .accordionTitle .titleInner::after{
    right:7px;
    width:10px;
  }
}
/* block */
.sectionBlock06 .hStyle02 span {
  position: relative;
}
.sectionBlock06 .hStyle02 span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.sectionBlock06 p{
  font-size: 1.36rem;
}
.sectionBlock06 p.linkType01{
  line-height: 1;
}
.tableInfo01 .linkType01 a{
  padding-top: 1.4em;
}
.hStyle03 {
  margin-bottom: 20px;
  color: #000;
  font-size: 2.15rem;
  text-align: center;
}
@media screen and (max-width:750px){
  .hStyle03 {
    font-size: 5vw;
    margin-bottom: 15px;
  }
  .sectionBlock06 p{
    font-size: 3.54vw;
    margin-top: 0;
  }
  .sectionBlock06 .linkType01 a {
    margin-top: 0;
  }
  .sectionBlock06 .linkType01{
    margin-top: 0;
  }
  .sectionBlock06 p.linkType01{
    line-height: 1.5;
  }
}

/* block01 */
.sectionBlock06 .block01 {
  margin-top: 40px;
  padding: 40px 48px 50px;
  border-radius: 10px;
  border: 2px solid #fe6000;
  background: #fff;
}
.sectionBlock06 .block01 .hStyle02{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.sectionBlock06 .block01 .hStyle02 span{
  display: block;
  min-width: 0;
  margin-left: 0.6666em;
  color: #fe6000;
}
.sectionBlock06 .block01 .hStyle02 span::before{
  display: none;
}
.sectionBlock06 .block01 .icoCaution02::before {
  display: block;
  width: 1.4233em;
  min-width: 0;
  height: 1.2366em;
  background: url(/landing/mufgcard/apply/m_viaso/mycard04/img/cmn_icon_001.png) center / 100% no-repeat;
  content: '';
}
@media screen and (max-width:750px){
  .sectionBlock06 .block01{
    padding: 20px 20px 38px;
  }
  .sectionBlock06 .hStyle02{
    font-size: 4.5vw;
  }
  .sectionBlock06 .block01 .hStyle02 span{
    margin-left: 0.4em;
    line-height: 2;
  }
  .sectionBlock06 .block01 .icoCaution02::before {
    width: 1.70796em;
    height: 1.48392em;
  }
}
/* block02 */
.sectionBlock06 .block02 {
  margin-top: 40px;
  padding: 40px 40px 50px;
  border-radius: 10px;
  border: 2px solid #00a497;
  background: #fff;
  overflow: hidden;
}
.sectionBlock06 .block02 .hStyle02{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.sectionBlock06 .block02 .hStyle02 span{
  display: block;
  color: #00a497;
  margin-left: 0.8em;
}
.sectionBlock06 .block02 .icoWakaba01:before {
  display: block;
  width: 1em;
  height: 1.5em;
  margin-top: -0.1em;
  background: url(/landing/mufgcard/apply/m_viaso/mycard04/img/cmn_icon_006.png) center / 100% no-repeat;
  content: '';
}
.sectionBlock06 .text01 {
  margin-bottom: 25px;
  text-align: center;
}
.sectionBlock06 .block02_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sectionBlock06 .block02_01 .block {
  width: 49%;
  padding: 20px 20px 37px;
  border-radius: 10px;
  background: #ecfff1;
}
.sectionBlock06 .block02_01 .title {
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #00a497;
  border-bottom: 2px dotted #00a497;
  padding: 6px 0;
}
.sectionBlock06 .block02_01 .blockInner {
  display: table;
  margin-top: 20px;
}
.sectionBlock06 .block02_01 .blockInner > * {
  display: table-cell;
  vertical-align: middle;
}
.sectionBlock06 .block02_01 .blockInner p{
  font-size: 18px;
}
.sectionBlock06 .block02_01 .blockInner figure {
  width: 80px;
}
@media screen and (max-width:950px){
  .sectionBlock06 .text01{
    text-align: left;
  }
  .sectionBlock06 .block02_01 .title{
    font-size: 2.31vw;
  }
}
@media screen and (max-width:820px){
  .sectionBlock06 .parTypeTel a{
    font-size:4vw;
  }
}
@media screen and (max-width:750px){
  .sectionBlock06 .block02{
    padding:20px 20px 20px;
  }
  .sectionBlock06 .block02_01{
    display: block;
  }
  .sectionBlock06 .block02_01 .block{
    width:100%;
    margin-top: 20px;
    padding: 10px;
  }
  .sectionBlock06 .block02_01 .title{
    font-size: 4vw;
    margin-bottom: 10px;
  }
  .sectionBlock06 .block02_01 .blockInner figure{
    width:40px;
    padding-right: 10px;
  }
  .sectionBlock06 .block02_01 .blockInner{
    margin-top: 10px;
  }
  .sectionBlock06 .block02_01 .blockInner p{
    font-size:3.1vw;
  }
  .sectionBlock06 .block02 .hStyle02 span{
    line-height: 2;
  }
  .sectionBlock06 .block02 .icoWakaba01:before {
    margin-top: 0;
  }
}
/* parTypeTel */
.sectionBlock06 .parTypeTel {
  display: inline-block;
}
.sectionBlock06 .iconTypeFD {
  display: inline-block;
  width: 40px;
  margin-right: 5px;
}
.sectionBlock06 .iconTypeFD img {
  vertical-align: middle;
  width:90%;
  height: auto;
  margin-top: -15px;
}
.sectionBlock06 .parTypeTel a {
  color: #000;
  font-size: 2.99rem;
  font-weight: bold;
  text-decoration: none;
  vertical-align: middle;
  cursor: default;
}
.sectionBlock06 .text02 {
line-height:1;
  font-size: 1rem;}
.sectionBlock06 .textTypeBold.text02 {
  font-size: 3rem;
  margin-bottom: 5px;
  }
.sectionBlock06 .text03 {
  float:right;
  margin-top: 5px;
  padding-right:15px;
  font-size:12px;
}
.sectionBlock06 .cardDesign_link {
  font-size: 1.36rem;
  text-decoration: underline;
  color: #00c0ff;
}
@media screen and (max-width:980px) and (min-width:750px){
  .sectionBlock06 .parTypeTel a,.sectionBlock06 .textTypeBold.text02{
    font-size: 4vw;
  }
}
@media screen and (max-width:750px){
  .sectionBlock06 .cardDesign_link{
    font-size: 3.54vw;
  }
  .sectionBlock06 .text03{
    float:none;
    padding-right: 0;
    margin-right: 0;
    width: 100%;
    text-align: left;
    font-size: 2.8vw;
  }
  .sectionBlock06 .text02{
    font-size: 3.5vw;
  }
  .sectionBlock06 .parTypeTel a,.sectionBlock06 .textTypeBold.text02{
    font-size: 6.99vw;
  }
  .sectionBlock06 .iconTypeFD{
    width: 30px;
  }
  .sectionBlock06 .iconTypeFD img{
    width:25px;
    height: auto;
    margin-top: 0;
  }
}
/* block02_02 */
.sectionBlock06 .block02_02 {
  margin-top: 26px;
  padding-top: 37px;
  border-top: 2px solid #000;
}
.sectionBlock06 .block02 .btnBlock01 {
  margin-top: 37px;
}
@media screen and (max-width:750px){
  .cardDesignBlock > p{
    text-align: left;
  }
  .sectionBlock06 .block02_02{
    margin-top: 20px;
    padding-top: 15px;
  }
}
/*=====
footer
=====*/
#copyright{background:#000;}
#copyright small{text-align: center;}
@media screen and (max-width:750px){
  .oneCLM #copyright small{
    min-width:auto!important;
  }
  #mainFooter .linkType_viewSWBtn:first-child {
    display: none !important;
  }
}