.obi-5-r {
  position: relative;
  padding: 0.8rem 4rem 0.8rem 3rem;
  background-color: #265d80;
  width: 100%;
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
  border-bottom: solid 2px rgb(173, 171, 171);
  border-right: solid 2px rgb(173, 171, 171);
}

/* テキスト箇条書きデザイン #802627*/
.ul-05 {
  border: solid 2px #802627;
  padding: 0.5em;
  position: relative;
  margin: 2.5em 1em 1em 1em;
}
.ul-05 li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 2.5em;
  border-bottom: dashed 1px silver;
  list-style-type: none !important;
  font-weight: 600;
  font-size: 1.2em;
}
.ul-05 li:last-of-type {
  border-bottom: none;
}
.ul-05 li:before {
  /*リスト内のアイコン*/
  font-family: FontAwesome;
  /*　content: "\f00c"; 　アイコン種類*/
  position: absolute;
  left: 1.5em; /*左端からのアイコンまで*/
  color: #802627; /*アイコン色*/
}
.ul-05 li:after {
  /*タイトルタブ*/
  background: #802627;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 0.5em 3em;
  content: "Windows11へのアップグレードについて、こんなお悩みはありませんか？"; /*タブの文字*/
  /* letter-spacing: 0.3em; 字間*/
}

.box-kadomaru {
  width: 95%;
  height: auto;
  z-index: 1;
  margin: 0.5em 2em;
  padding: 20px 30px;
  border: 1px solid black;
  /* background-color: #FFF9F9; */
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
}