@charset "UTF-8";
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/*PAO 追従バナー ================================================ 
memo: 不具合対応のためコピペ、脆弱な作りのため修正の必要あり、必要なのはトップだけ？
*/
@media screen and (min-width: 821px) {
  .pao_banner {
    background: url(/images/popup/pao_stmp_02.png) no-repeat #72bf19 -20px -60px;
    background-size: 40%;
    width: 300px;
    height: 80px;
    border-radius: 5px;
    position: fixed;
    margin: auto 30px;
    padding: 15px;
    z-index: 100;
    text-align: left;
    line-height: 1.5em;
    position: fixed;
    /*
    bottom:-150px;
    right: 0px;
    */
    bottom: 100px;
    left: 0px;
    z-index: 99999;
    transition: left 0.5s ease;
  }
  .pao_banner.is-close {
    left: -310px;
  }
  .pao_banner p.text_link {
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
  }
  .pao_banner p.text_link a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 90%;
    width: 290px;
    left: 50px;
    padding: 15px 0 0 0;
    text-decoration: none;
    color: #fff;
  }
  .pao_banner p.text_link span {
    color: #FFF;
    font-weight: bold;
    font-size: 22px;
    display: block;
    margin: 7px 0;
  }
  a .pao_banner {
    text-decoration: none;
  }
  .pao_banner .toggle {
    /*background: url(/images/top/link_arrow_tra_l.png) no-repeat 10px center;*/
    height: 100%;
    width: 40px;
    position: absolute;
    right: 10px;
    cursor: pointer;
    top: 0;
    z-index: 1;
  }
  .pao_banner .toggle img {
    position: absolute;
    transition: transform 0.5s ease;
    top: 45px;
    left: 10px;
    transform: rotate(-180deg);
  }
  .pao_banner.is-close .toggle img {
    /*background: url(/images/top/link_arrow_tra_l.png) no-repeat 5px center;*/
    transform: rotate(0deg);
  }
  .pao_banner .reject {
    margin: 10px auto;
    background: #fff;
    border-radius: 3px;
    color: #72bf19;
    font-size: 10px;
    text-align: center;
    width: 75%;
    padding: 3px 0;
    font-weight: bold;
    position: absolute;
    bottom: -45px;
    left: 50px;
    z-index: -1;
    cursor: pointer;
    border: 2px solid #72bf19;
  }
  .pao_banner .reject:hover {
    opacity: 0.8;
  }
  .pao_banner.is-delete {
    animation: fadeOutPB 0.5s ease 0s 1 forwards;
  }
  .welcome_mordal {
    background: url(/images/popup/pao_stmp_01.png) no-repeat -200px -100px #fff;
    background-size: 70%;
    width: 170% !important;
    border-radius: 15px; /* CSS3草案 */
    -webkit-border-radius: 15px; /* Safari,Google Chrome用 */
    -moz-border-radius: 15px; /* Firefox用 */
    z-index: 999999;
  }
  .welcome_mordal h2 {
    color: #67a61f;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.5em;
    margin: 30px 0 0 0;
  }
  .welcome_mordal p.welcome_txt {
    font-size: 24px;
    color: #000;
    line-height: 1.8em;
    margin: 15px 0 0 0;
  }
  .welcome_mordal p.welcome_txt .strong {
    color: #67a61f;
    font-weight: bold;
    font-size: 46px;
  }
  .welcome_mordal p.welcome_txt .strong2 {
    color: #67a61f;
    font-weight: bold;
    font-size: 24px;
  }
  .welcome_mordal p.smalls {
    font-size: 14px;
    color: #000;
    margin: 15px auto 0 auto;
    line-height: 1.7em !important;
    text-align: left !important;
    width: 80%;
  }
  .btn_oakmber {
    width: 80%;
    text-align: center;
    padding: 18px 10px;
    color: #fff;
    margin: 40px auto;
    background: url(/images/popup/pao_stmp_02.png) no-repeat #88cc39 380px -60px;
    font-size: 18px;
    font-weight: bold;
    background-size: 30%;
    border-radius: 5px; /* CSS3草案 */
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px; /* Firefox用 */
  }
  .welcome_mordal a:link,
  .welcome_mordal a:hover,
  .welcome_mordal a:visited {
    text-decoration: none;
  }
  .welcome_mordal a:hover {
    opacity: 0.6;
  }
  .welcome_close {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 120px !important;
    display: block;
    overflow: visible;
    width: 135px;
    height: 135px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition: color 0.2s;
    text-decoration: none;
    color: #67a61f;
    border: 0;
    outline: 0;
    background: transparent;
  }
  .welcome_close_red {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 120px !important;
    display: block;
    overflow: visible;
    width: 135px;
    height: 135px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition: color 0.2s;
    text-decoration: none;
    color: #f9504c;
    border: 0;
    outline: 0;
    background: transparent;
  }
  .welcome_mordal.youtube_mordal {
    background: transparent;
    width: 90% !important;
    border-radius: 10px; /* CSS3草案 */
    -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
    -moz-border-radius: 10px; /* Firefox用 */
    z-index: 999999;
  }
  @keyframes fadeOutPB {
    0% {
      opacity: 1;
    }
    99% {
      opacity: 0;
    }
    100% {
      right: -310px;
      opacity: 0;
      visibility: hidden;
    }
  }
}
@media screen and (max-width: 820px) {
  .pao_banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    height: 100px;
    transition: bottom 0.3s ease;
  }
  .pao_banner.is-close {
    bottom: -100px;
  }
  .pao_banner.is-delete {
    animation: fadeOutPB 0.5s ease 0s 1 forwards;
  }
  .pao_banner .toggle {
    position: absolute;
    top: -30px;
    left: 10px;
    width: 40px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #72bf19;
    border-radius: 5px 5px 0 0;
  }
  .pao_banner .toggle img {
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
  }
  .pao_banner.is-close .toggle img {
    transform: rotate(-90deg);
  }
  .pao_banner .text_link a {
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: url(/images/popup/pao_stmp_02.png) no-repeat #72bf19 -20px -60px;
    background-size: 40%;
    padding: 0 10px;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    z-index: 999999;
  }
  .pao_banner .reject {
    display: block;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border: 2px solid #72bf19;
    color: #72bf19;
    padding: 0 10px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    font-size: 10px;
    font-weight: bold;
  }
  .remodal {
    padding: 15px;
  }
  .remodal-wrapper {
    padding: 0;
  }
  .welcome_mordal {
    background: url(/images/popup/pao_stmp_01.png) no-repeat -100px -50px #fff;
    background-size: 70%;
    width: 90% !important;
    border-radius: 15px; /* CSS3草案 */
    -webkit-border-radius: 15px; /* Safari,Google Chrome用 */
    -moz-border-radius: 15px; /* Firefox用 */
    z-index: 999999;
  }
  .welcome_mordal h2 {
    color: #67a61f;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5em;
    margin: 15px 0 0 0;
  }
  .welcome_mordal p.welcome_txt {
    font-size: 16px;
    color: #000;
    line-height: 1.8em;
    margin: 15px 0 0 0;
  }
  .welcome_mordal p.welcome_txt .strong {
    color: #67a61f;
    font-weight: bold;
    font-size: 25px;
  }
  .welcome_mordal p.welcome_txt .strong2 {
    color: #67a61f;
    font-weight: bold;
    font-size: 22px;
  }
  .welcome_mordal p.smalls {
    font-size: 14px;
    color: #000;
    margin: 15px auto 0 auto;
    line-height: 1.7em !important;
    text-align: left !important;
    width: 90%;
  }
  .btn_oakmber {
    width: 90%;
    text-align: center;
    padding: 18px 10px;
    color: #fff;
    margin: 20px auto;
    background: url(/images/popup/pao_stmp_02.png) no-repeat #88cc39 120px -50px;
    font-size: 18px;
    font-weight: bold;
    background-size: 70%;
    border-radius: 5px; /* CSS3草案 */
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px; /* Firefox用 */
  }
  .welcome_mordal a:link,
  .welcome_mordal a:hover,
  .welcome_mordal a:visited {
    text-decoration: none;
  }
  .welcome_mordal a:hover {
    opacity: 0.6;
  }
  .welcome_close {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 120px !important;
    display: block;
    overflow: visible;
    width: 135px;
    height: 135px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition: color 0.2s;
    text-decoration: none;
    color: #67a61f;
    border: 0;
    outline: 0;
    background: transparent;
  }
  @keyframes fadeOutPB {
    0% {
      opacity: 1;
      bottom: 0;
    }
    99% {
      opacity: 0;
      bottom: 0;
    }
    100% {
      bottom: -100px;
      opacity: 0;
      visibility: hidden;
    }
  }
}