﻿@charset "UTF-8";

body {
    background: none !important;
    background-color: #ffffff !important;
}

.contents .upsell-unit {
    position:relative !important;
    width: 960px !important;
    height: 1165px !important;
}

.contents .upsell-unit .box-a {
    position:absolute !important;
    right:10px !important;
    bottom:0 !important;
    width: 960px !important;
    float: none !important;
    margin-left: 0 !important;
    padding-top: 0 !important;
}

.contents .upsell-unit .box-b {
    position:absolute !important;
    right:10px !important;
    top:554px !important;
    width: 960px !important;
    float: none !important;
    margin: 0 auto !important;
}

.cbtn {
    margin: 0 0 0 -45px !important;
}

.section_content00 {
    margin: 0 0 0 -35px !important;
}

.ctabox {
    position:relative !important;
    width: 960px !important;
    height: 501px !important;
}

.ctabtn01 {
    position:absolute !important;
    width: 960px !important;
    right:0 !important;
    top:0 !important;
}

.ctabox02 {
    position:relative !important;
    width: 960px !important;
    background-color: #ffffff !important;
}

.ctabtn02 {
    position:absolute !important;
    width: 380px !important;
    right: -20px !important;
    top: -150px !important;
}

#confirm_button {
    height: 92px !important;
}

.monitor{
  position:fixed;
  width:1200px;
  padding:20px 45px;
  background:rgba(255,255,255,.9);
  box-shadow: 0px 0px 10px 0px rgba(10,10,10,0.2);
  z-index: 100;
  bottom: 0;
  left: 50%;
  transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
  display: flex;
  justify-content: space-between;
  box-sizing:border-box;
}
.monitor a:hover{
  opacity:.8;

}
