@charset "utf-8";
/* CSS Document */
#uvr_textbox {
  font-family: 'Noto Sans JP', sans-serif;
}
/*説明文*/
/*背景*/
.uvr_text {
  background: #fffff4;
  border-radius: 20px; /*角の丸み*/
  padding: 25px 15px 30px;
  line-height: 1.8;
}
/*タイトル横並び*/
.uvr_title {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
/*タイトルアイコンサイズ*/
.urlt_icom {
  width: 15%;
}
/*タイトル位置*/
.urlt_icomtxt {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 4vw;
}
/*タイトルレイアウト*/
.urlt_icomtxt h2 {
  border-bottom: solid 3px #f6791e;
  font-size: 5vw;
}
.ulr_line h3 {
  border-bottom: solid 3px #f6791e;
  text-align: center;
  margin: 0.8rem 1.8rem;
  font-size: 4.5vw;
}

.ulr_line2 h3 {
  border-bottom: solid 3px #f6791e;
  text-align: center;
  margin: 0.8rem 2.5rem;
  font-size: 4.5vw;
}
/*UVレイアウト*/
.ulr_color {
  color: #ea5513;
  font-weight: 700;
}
.uvr_itemt h2 {
  background: #f6791e;
  box-shadow: 0px 0px 0px 5px #f6791e;
  border: dashed 2px #ffffff;
  padding: 0.2em 0.5em;
  color: #ffffff;
  border-radius: 8px; /*左側の角を丸く*/
  text-align: center;
  font-size: 4vw;
  margin-bottom: 25px;
}

/* もっと見る */
.block-link {
  text-align: center;
  display: none;
}