html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, button, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body, html {
  font-family: system-ui, sans-serif;
  width: 100%;
  height: 100vh;
  letter-spacing: 1px;
}

a {
  text-decoration: none
}

.main-container {
  max-width: 430px;
  margin: 0 auto;
  background-color: #fff;
}


header {
  position: relative;
  height: 490px;
}

header img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

header h1 {
  position:absolute;
top: 96px;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;

  font-size: 22px;
font-weight: 700;
line-height: 31px;
text-align: center;
width: 100%;
}

.wrapper {
  padding: 0 20px 50px;
  margin: 0 auto;
}

p {
  margin-top: 10px;
  padding-bottom: 10px;
font-size: 12px;
font-weight: 400;
line-height: 17px;
color: #333333;
}

.pr {
padding: 10px 0;
text-align: right;
font-size: 14px;
font-weight: 400;
line-height: 20px;
}

.header-box {
  background:-webkit-linear-gradient(90deg, #b3a970 0%, #e7ede2 100%);
background:-o-linear-gradient(90deg, #b3a970 0%, #e7ede2 100%);
background:-moz-linear-gradient(90deg, #b3a970 0%, #e7ede2 100%);
background:linear-gradient(90deg, #b3a970 0%, #e7ede2 100%);
color: white;
padding: 10px 20px;
margin: 20px 0;
-webkit-box-shadow:2px 4px 8px 0px rgba(0, 0, 0, 0.25) ;
-moz-box-shadow:2px 4px 8px 0px rgba(0, 0, 0, 0.25) ;
box-shadow:2px 4px 8px 0px rgba(0, 0, 0, 0.25) ;
font-size: 14px;
font-weight: 700;
line-height: 20px;
width: 100%;
box-sizing: border-box;
}

.header-line {
font-size: 14px;
font-weight: 700;
line-height: 20px;
padding: 10px;
border-image: linear-gradient(90deg, #B3A970 0%, #E7E7D2 100%);
margin-bottom: 20px;
border-bottom: 5px solid;
border-image-slice: 1;
width: 100%;
box-sizing: border-box;
}


.comment-box {
  display: flex;
  margin: 20px 0 40px;
  width: 100%;
  box-sizing: border-box;
  gap: 20px;
}

  .comment-box img {
    object-fit: cover;
    border-radius: 100%;  
  -webkit-box-shadow:2px 4px 8px 0px rgba(0, 0, 0, 0.25) ;
  -moz-box-shadow:2px 4px 8px 0px rgba(0, 0, 0, 0.25) ;
  box-shadow:2px 4px 8px 0px rgba(0, 0, 0, 0.25) ;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  flex-shrink: 0;
}

.comment-box .comment {
  border: 1px solid #B6AC75;
border-radius: 10px;
font-size: 12px;
font-weight: 400;
line-height: 17px;
color: #333333;
padding: 10px;
}

.comment-box.right {
  flex-direction: row-reverse;
}

.comment-box.border {
  border: 1px solid #B6AC75;
  border-radius: 10px;  
  padding: 15px 10px;
  margin: 20px 0;
}

.comment-box.border img {
  box-shadow: none;
  background: #E2E2E2;
}


.comment-box.border .comment {
  border: none;
  padding: 0;
}


.point-box {
padding: 10px 0;
width: 100%;
box-sizing: border-box;
}

.point-box .header {
  padding: 10px 20px;
border-radius: 10px 10px 0px 0px;
  font-size: 12px;
font-weight: 700;
line-height: 17px;
background: #B6AC75;
color: #FFFFFF;
border: 1px solid #B6AC75
}

.point-box .body{
  border-radius: 0px 0px 10px 10px;
  border: 1px solid #B6AC75;
  padding: 14px 15px;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  color: #333333;
}

.point-box ul {
  padding: 0 0 0 20px ;
}

.table-1 {
  background-color: #FFFFFF;
  border-collapse: collapse;
  table-layout: fixed;     
}
.table-1 td, .table-1 th {
  border: 1px solid #E6E6E6;
  padding: 10px 10px;
}
.table-1 tbody td {
  font-size: 12px;
}
.table-1 thead {
  background: #B6AC75;
}
.table-1 thead th {
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
}

table.table-2 {
  table-layout: fixed;
  background-color: #FFFFFF;
  width: 100%;
  border-collapse: collapse;
}
table.table-2 td, table.table-2 th {
  border: 1px solid #E6E6E6;
  padding: 10px 10px;
}
table.table-2 tbody td {
  font-size: 12px;
}
table.table-2 thead {
  background: #B6AC75;
}
table.table-2 thead th {
  font-size: 12px;
  text-align: center;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
}

.table-2 .head {
  width: 30%;
}

.x-scroll {
  overflow-x: scroll;
}

.text-red {
  color: #D40404;
  font-weight: 700;
}

.highlight {
  background: linear-gradient(transparent 20%, #FDFB70);
  /* border-bottom: 10px solid #FDFB70;  
  padding-bottom:1px; */

}

.point-box-red {
padding: 6px 10px;
border-radius: 0 10px 10px 10px;
border: 1px solid #D40404;
position:relative;
margin: 40px 0;
}

.point-box-red::before {
  padding: 6px 10px;
  border-radius: 10px 10px 0px 0px;
  background: #D40404;
  color: white;
  content: "編集部イチオシ注目機能";
font-size: 12px;
font-weight: 700;
line-height: 17px;
letter-spacing: 0em;
text-align: left;
position: absolute;
top: -30px;
left: -1px;
}

.image {
  height: 210px;
  margin: 20px 0
}

.image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.col-2 {
  display: flex;
  gap: 5px;
  width: 100%
}

.col-2 p {
  padding: 0;
  margin: 0;
}

.width-30 {
  width: 30%;
  flex-shrink: 0;
}

.link-button {
  width: 100%;
  padding: 12px 0;
  border-radius: 10px;
  background: #B3A970;
  box-shadow: 2px 4px 8px 0px #00000040;
  color: white;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  font-size: 14px;
}

a:hover {
  opacity: 0.9;
}