@charset "utf-8";
.pt50 {
  padding-top: 50px;
}
.ptb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ptb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ptl1520 {
  padding: 15px 0 0 20px;
}
.ptrl1520 {
  padding-top: 15px;
  padding-right: 20px;
  padding-left: 20px;
}
.prl10 {
  padding-right: 10px;
  padding-left: 10px;
}
body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
}
body .content {
  font-size: 16px;
  color: #231f20;
  line-height: 1.6;
}
h2 {
  line-height: 1.3;
  font-size: 32px;
  padding-bottom: 20px;
}
h2.blue {
  color: #1e8cd8;
}
h2.white {
  color: #fff;
  font-size: 54px;
  padding-bottom: 0;
}
h3 {
  line-height: 1.4;
  font-size: 22px;
  padding-bottom: 20px;
}
p {
  padding-bottom: 20px;
}
figcaption,
span.annotation {
  display: block;
  font-size: 13px;
  line-height: 1.2;
}
figcaption {
  padding-top: 5px;
}
.border-tl {  
  border-left: 1px solid #747d83;
  border-top: 1px solid #747d83;
  border-radius: 20px 0;
}
ul.col-2 {
  display: flex;
  flex-wrap: wrap;
}
ul.col-2 li {
  width: 50%;
}
.section-wrap {
  background-color: #FFF;
}
.section-inner {
  padding: 30px 50px;
}
.section-wrap .section-inner img {
  width: 100%;
}
.section-wrap .section-inner img.w40 {
  width: 40%;
}
.section-wrap .section-inner img.w50 {
  width: 50%;
}
.flex-box {
  display: flex;
}
.flex-box img {
  width: auto;
  max-width: 100%;
}
.flex-box .flex-inner-3 {
  width: 30%;
}
.flex-box .flex-inner-4 {
  width: 40%;
}
.flex-box .flex-inner-5 {
  width: 50%;
}
.flex-box .flex-inner-6 {
  width: 60%;
}
.flex-box .flex-inner-7 {
  width: 70%;
}
.commerce img.w75 {
  width: 75%;
}
.commerce ul li {
  font-weight: bold;
}
.commerce figcaption {
  font-weight: bold;
  padding-top: 10px;
}
.features .features-contents {
  padding-top: 50px;
  align-items: center;
}
.features .features-contents h3 {
  font-size: 20px;
  padding-bottom: 10px;
}
.features .features-contents .flex-inner-3 {
  text-align: center;
}
.questions dl {
  padding-bottom: 20px;
}
.questions dl dt {
  font-weight: bold;
}
.brochure p {
  font-size: 20px;
}
.brochure a {
  color: #231f20;
}
.brochure a:hover {
  color: #004473;
}
.ic-pdf::after {
  content: url("/usa/com/osbr/pkt-300/images/image_ic14.png");
  position: relative;
  top: 5px;
  left: 10px;
}