@charset "utf-8";
/*-------------------------------------
メイン
---------------------------------------*/

#container {
  width: 800px;
}
.column2R #main {
  float: none;
  width: auto;
}
html {
  overflow: auto;
}
* html {
  /* for IE6 */
  overflow: hidden;
  overflow-x: auto;
  height: 100%;
}
body {
  overflow-x: hidden;
  position: relative;
  min-width: 805px;
}
* html body {
  /* for IE6 */
  overflow-y: auto;
  height: 100%;
}
#lp_page {
  width: 800px;
  background-color: #FFF;
  color: #333333;
  font-size: 22px;
  margin: 0 auto;
}
.sectionBox {
  margin-bottom: 40px;
}
#lp_page .item {
  border: 4px solid #02489D;
  font-size: 22px;
  padding: 10px 40px;
}
/*-------------------------------------
ヘッダーとフッターは非表示
---------------------------------------*/

#Header {
  display: none;
}
#Globalnavi {
  display: none;
}
body div.leadSection {
  display: none;
}
.footerTagline {
  display: none;
}
#footer {
  display: none;
}
#footerLinks {
  display: none;
}
#footerCopy .footerBtn {
  display: none;
}
#footerCopy .copyright {
  text-align: center;
  color: #605b5a;
}
/*-------------------------------------
チェックポイント
---------------------------------------*/

#pointBox {
  margin: 10px 0 15px;
}
#pointBox ul li {
  background: rgba(0, 0, 0, 0) url("/5info/img/safetyservice_cart_popup/icon_check.gif") no-repeat scroll 0 5px;
  font-size: 16px;
  padding: 15px 0 10px 50px;
}
/*-------------------------------------
パソコン保険詳細
---------------------------------------*/

.listHead {
  background-color: #257ada;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 5px 30px;
  margin: 30px 0 10px;
}
#lp_page dl {
  margin-bottom: 32px;
}
#lp_page dt {
  font-size: 24px;
  font-weight: bold;
}
#lp_page dd {
  font-size: 24px;
  padding-left: 8px;
  display: list-item;
  list-style-type: disc;
  margin-left: 1.2em;
}
.listHead2 {
  background-color: #257ada;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 5px 30px;
  margin: 30px 0 10px;
}
/*-------------------------------------
閉じるボタン
---------------------------------------*/

.closeBtn {
  text-align: center;
  margin: 50px 0;
}
.closeBtn input {
  background: -moz-linear-gradient(top, #F60 0%, #F30);
  background: -webkit-gradient(linear, left top, left bottom, from(#F60), to(#F30));
  background: linear-gradient(to bottom, #F60, #F30);
  border: 1px solid #DDD;
  border-radius: 5px;
  color: #FFF;
  font-weight: bold;
  padding: 10px 100px;
  text-decoration: none;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
}
.closeBtn input:not(:target) {
  background: #F30\9;
}
.closeBtn input {
  background: #F30\9;
}
.closeBtn input:hover {
  opacity: 0.7;
}
.closeBtn2 {
  text-align: center;
  margin: 20px 0;
}
.closeBtn2 input {
  background: -moz-linear-gradient(top, #F60 0%, #F30);
  background: -webkit-gradient(linear, left top, left bottom, from(#F60), to(#F30));
  background: linear-gradient(to bottom, #F60, #F30);
  border: 1px solid #DDD;
  border-radius: 5px;
  color: #FFF;
  font-weight: bold;
  padding: 15px 200px;
  text-decoration: none;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 35px;
}
.closeBtn2 input:not(:target) {
  background: #F30\9;
}
.closeBtn2 input {
  background: #F30\9;
}
.closeBtn2 input:hover {
  opacity: 0.7;
}
/*-------------------------------------
ページトップ
---------------------------------------*/

#pagetop {
  bottom: 30px;
  display: none;
  position: fixed;
  right: 55px;
}
#pagetop a {
  background-color: #333;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */

@media screen and (max-width:479px) {
  #lp_page {
    font-size: 1.3em;
    line-height: 1.3;
    margin: 0 auto;
    width: 94%;
  }
  #lp_page img {
    max-width: 100%;
    height: auto;
  }
  #lp_page .item {
    font-size: 1em;
    padding: 14px;
    line-height: 1.3;
  }
  .listHead {
    font-size: 1.2em;
    font-weight: normal;
    padding: 10px 14px;
  }
  .sectionBox {
    margin-bottom: 20px;
  }
  .closeBtn2 {
    margin: 50px 0;
  }
  .closeBtn2 input {
    padding: 10px 0;
    font-size: 1.2em;
    width: 90%;
  }
  #lp_page dl {
    margin-left: 4px;
  }
  #lp_page dt {
    font-size: 1em;
    margin-bottom: 6px;
  }
  #lp_page dd {
    font-size: 0.9em;
    padding-left: 0;
  }
  .copyright img {
    margin-right: 0;
    margin-left: 1.2em;
  }
}