@charset "utf-8";
/* CSS Document */


    /*
    * app
    */
.app-link-wrapper {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    border: 5px solid #36ad1b;
	margin: 0 auto;
	-ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.app-link-wrapper {
    padding-top: 15px;
    padding-bottom: 20px;
}
.app-link-btn div {
    text-align: center;
    width: 74.72vw;
    margin: 0 auto;
}
.app-link-btn h2 {
    color: #313131;
    font-weight: bold;
    text-align: center;
	font-size: 4.8vw;
    margin: 0 0 10px 0;
}
    /*
    * 2207追記
    */
.app-link02-wrapper {
  width: 100%;
  background: #f5f5f5;
  border-radius: 5px;
  margin: 0 auto;
  padding: 6px 10px 4px 8px;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.chara {
  background-image: url("/content/dam/family/famipay/app/fm_famipay_chara_01.png");
  width: 90px;
  height: 101px;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
}
.fix {
  clear: both;
}
.app-link02-btn div {
  width: 40vw;
  float: right;
  margin-right: 14%;
}
.app-link02-btn h2 {
  color: #313131;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  margin: 0 0 2px 0;
}
.app-box2 {
  float: right;
}
