@charset "UTF-8";

section{margin:4em 0;}
#contents p.whatsCSR{
  margin:2em auto;
  padding:1em;
  background:#eee;
  border:2px solid #ccc;
  border-radius:.5em;
}
.insuranceTotal{
  font-size:2em;
  color:var(--site-color,#d73131);
}
#contents ul{
  margin:2em 0 2em 2em
}
#contents ul li{
  margin-bottom:.5em;
  font-size:1.2em;
  list-style:disc;
  line-height:1.5em;
}
/* ----- responsive ----- */
@media (max-width:767px) {
  section{margin:2em 0 4em;}
  #contents p.whatsCSR{width:90%;}
  .insuranceTotal{font-size:1.5em;}
  #contents ul li{font-size:1em;}
}




/*#contents section{
  margin:40px 0 !important;
}
#contents section:first-child{
  margin-top:0 !important;
}
#contents h1.new{
  position:relative;
  font-size:4.6em;
  text-align:center;
  letter-spacing:0.1em;
  line-height:0.8em;
  font-family:Garamond,Century,Georgia,"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#contents h1.new::after{
  position:absolute;
  bottom:20px;
  left:0;
  right:0;
  margin:auto;
  content:"";
  width:960px;
  height:2px;
  background:#333;
  z-index:-2;
}
#contents h1.new .engTTL{
  font-size:1.2em;
}
#contents h1.new .engCap{
  position:relative;
  display:inline-block;
  padding:10px;
  font-size:1.8rem;
  font-weight:900;
  letter-spacing:0.1em;
  z-index:2;
}
#contents h1.new .engCap::before{
  position:absolute;
  top:0;
  left:-0.1em;
  bottom:0;
  margin:auto 0;
  content:"";
  width:100%;
  height:100%;
  background:#fff;
  z-index:-1;
}
#contents h2{
  position:relative;
  padding:15px 0 15px 30px;
  border:1px solid #666;
  font-size:2em;
  line-height:1em;
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=1,startcolorstr=#ffffff, endcolorstr=#ffffffff))";
  zoom: 1;
  background:-moz-linear-gradient(left,#fff 30%,transparent 100%);
  background:-webkit-linear-gradient(left,#fff 30%,transparent 100%);
  background:-ms-linear-gradient(right,#fff 30%,transparent 100%);
  background:linear-gradient(to right,#fff 30%,transparent 100%);
  box-shadow:1px 1px 0 #fff,2px 2px 0 #666;
  padding-top:20px\9;
  line-height:0.9em\9;
}
@media all and (-ms-high-contrast:none) {
*::-ms-backdrop, #contents h2 {
    padding-top:20px;
    line-height:0.9em;
  }
}
@supports (-ms-accelerator:true) {
  #contents h2 {
    padding-top:20px;
    line-height:0.9em;
  }
}
#contents h2::before{
  position:absolute;
  top:0;
  bottom:0;
  left:10px;
  margin:auto 0;
  content:"";
  width:7px;
  height:1.4em;
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#e63434, endcolorstr=#c01717))";
  zoom: 1;
  background:-moz-linear-gradient(top,#e63434 50%,#c01717 50%);
  background:-webkit-linear-gradient(top,#e63434 50%,#c01717 50%);
  background:-ms-linear-gradient(bottom,#e63434 50%,#c01717 50%);
  background:linear-gradient(to bottom,#e63434 50%,#c01717 50%);
  z-index:5;
}
#contents h2::after{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  content:"";
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#eeeeee))";
  zoom: 1;
  background:-moz-linear-gradient(top,#fff 50%,#eee 50%);
  background:-webkit-linear-gradient(top,#fff 50%,#eee 50%);
  background:-ms-linear-gradient(bottom,#fff 50%,#eee 50%);
  background:linear-gradient(to bottom,#fff 50%,#eee 50%);
  z-index:-5;
}*/