


.PageTitleStyle3 {
  margin-bottom: 50px;
}

.Section {
  margin: 30px 0;
}

p.TextStyle1.quote {
  font-size: 83%;
  color: #e30f29;
}
p.TextStyle1 a {
  word-break: break-all;
}



.WhitePaper .Wrapper {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.WhitePaper .ColumnSet {
  width: auto;
  display: inline-block;
}
.WhitePaper .Column1 {
  text-align: left;
}
.WhitePaper .ImgOnlyStyle {
  position: relative;
}
.WhitePaper .ImgOnlyStyle img {
  width: 100%;
}
.WhitePaper a {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #505251;
  text-decoration: none;
  color: #ffffff;
  background-image: url(../image/icon_link_right_l_white_hd.gif);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -webkit-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  -ms-background-size: 16px 16px;
  word-break: break-all;
  transition: 0.1s ease-out;
}
.WhitePaper a:hover {
  background-color: #000000;
}
@media screen and (max-width: 994px) {
  .WhitePaper .Column1 {
    width: 230px !important
  }
}
@media only screen and (max-width: 767px) {
  .WhitePaper .Column1 {
    width: auto !important
  }
  .WhitePaper .Wrapper {
    margin: 0;
    padding: 0 20px;
  }
}




.RelativeArticle {
  margin-bottom: 50px;
}
.RelativeArticle p.ImgOnlyStyle ,
.RelativeArticle p.ImgOnlyStyle img {
  margin: 0;
}
.RelativeArticle .ColumnSet {
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #f2f2f2;
}
.RelativeArticle .ColumnSet .Column1andHalf {
  box-sizing: border-box;
  width: 50%;
  margin: 0;
}
.RelativeArticle .ColumnSet .LastItem {
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.RelativeArticle .ColumnSet .LastItem::before {
  content: '';
  width: 10px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -10px;
  background-image: url(../image/balloon_left.gif);
}
.RelativeArticle .ColumnSet .LastItem p {
  font-weight: bold;
  color: #7a7270;
}
.RelativeArticle a {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 15px;
  padding: 10px 60px 10px 50px;
  background-color: #e60027;
  text-decoration: none;
  font-weight: normal;
  color: #ffffff;
  background-image: url(../image/icon_link_right_l_white_hd.gif);
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -webkit-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  -ms-background-size: 16px 16px;
  word-break: break-all;
  transition: 0.1s ease-out;
}
.RelativeArticle a:hover {
  background-color: #b1000e;
}
@media only screen and (max-width: 767px) {
  .RelativeArticle .ColumnSet {
    display: block;
    margin: 0 0 20px;
  }
  .RelativeArticle .ColumnSet .Column1andHalf {
    width: auto;
  }
  .RelativeArticle .ColumnSet .LastItem {
    padding: 10px 20px 0;
  }
  .RelativeArticle a {
   display: block;
   text-align: center;
  }
}

.MyBanner {
  width: 75%;
  margin: 0 auto 30px;
  padding: 1em;
  background-color: #d9e021;
  text-align: center;
}
.MyBanner a {
  display: block;
}

.MyListStyle li {
  margin: 1.5em 0;
  padding-left: 1em;
  background: url(../image/icon_list_marker_hd.gif) no-repeat 0 7px;
  background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -webkit-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  -ms-background-size: 16px 16px;
}


.MyOlStyle {
  margin-left: 0.5em;
}
.MyOlStyle li {
  list-style-type: none;
  counter-increment: cnt;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.MyOlStyle li::before {
  content: "（" counter(cnt) "）";
  display:inline-block;
  margin-left: -3em;
  width: 3em;
}

.MySideBySide {
  display: flex;
}
.MySideBySide > * {
  flex-basis: 50%;
  margin: 20px 0;
}
.MySideBySide img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .MySideBySide {
    display: block;
  }
}