﻿/* メインイメージ
	============================================================ */
  #wrapper2 {
    /* max-width: 100% !important; */
  }
  
  #headImg {
    width: 100%;
    background-color: #0072CE;
    text-align:center;
  }
  
  #mainImg {
    max-width: 100%;
    height: 385px;
    background-image: url(../img/main_img.png);
    background-position: center;
     background-size: cover;
     
     /* add */
     position: relative;
     top: -0.2rem;
  }
  
  .mainBox {
    width: 560px;
    height: 350px;
    margin: 0 auto;
    position: relative;
  }
  
  /* ダウンロードボタン */
  .appdl {
    position: absolute;
    width: 254px;
    font-weight: bold;
    font-size: 1.2rem;
    color: #0072CE;
    display: block;
    bottom: 0;
    margin: 0 auto;
  }
  
  .appdl p {
    color: #0072CE;
    margin-bottom: 10px
  }
  
  .lawsondl a {
    display: flex;
  }
  
  a.iosapp img{
    width: 109px;
  }
  
  a.andridapp img{
    width: 135px;
  }
  
  /* スマホダウンロードボタンSP専用 */
    .downloadbtn_wrapper {
      display: none;
    }
  
  
  @media screen and (max-width: 750px) {
  
    #mainImg {
      max-width: 100%;
        height: 120vw;
        background-image: url(../img/main_img_sp.png);
        background-position: top;
        background-repeat: no-repeat;
        background-size: contain;
        margin-bottom: 20vw;
    }
  
    .mainBox {
      width: 100%;
      height: 140vw;
      display: block;
      position: relative;
    }
  
  /* ダウンロードボタン */
    .appdl {
      position: absolute;
      width: 296px;
      height: 80px;
      font-weight: bold;
      font-size: 1.2rem;
      color: #0072CE;
      display: block;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0 auto;
    }
  
    .appdl p {
      text-align: center;
    }
  
    .lawsondl a {
      display: flex;
    }
  
    a.iosapp img {
      width: 128px;
    }
  
    a.andridapp img {
      width: 158px;
    }
  
  
  /* スマホダウンロードボタン表示固定 */
    .downloadbtn_wrapper {
      display: block;
    }
    #downloadbtn {
      width: 100%;
      height: 100px;
      padding: 16px;
      background-color: #0072CE;
      position: fixed;
      z-index: 3;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
    }
    .appdl_fix {
      width: 296px;
      height: 80px;
      margin: 0 auto;
    }
  
    .appdl_fix p {
      color: #FFF;
      font-weight: bold;
      font-size: 1.2rem;
      text-align: center;
    }
    #wrapper {
      margin-bottom: 100px;
    }
    #downloadbtn .appdl_fix li {
        display: inline-block;
    }
  }

/* 20240311 ヘッダーイメージにバナー追加 */

#mainImg div.mainBox div.appdl p {
  font-size: 1rem;
}

#mainImg div.mainBox div.appdl {
  bottom : -80px;
}

@media screen and (max-width: 750px) {
	#mainImg div.mainBox div.appdl {
		bottom : 0%;
	}
	#mainImg {
		height: 140vw !important;
	}
}