@charset "UTF-8";
/* CSS Document */

#war .torashichi {
font-weight: bold;
margin: 15px 0 10px 0;
}

#war p {
margin: 0 0 20px 0;
}

#war strong {
color: #936420;
font-size: 1.1em;
line-height: 1.5;
}

#war h1 {
margin:0 0 10px 0;
font-size: 38px;
line-height: 1.16em;
padding: 0;
color: #936420;
font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#war h1 span {
font-size: 20px;
display: block;
margin: 3px 0 10px 0;
line-height: 1em;
}

#war a {
color:#936420;
}

#war .box {
padding:15px 0 5px;	
border-top:#936420 1px solid;
border-bottom:#936420 1px solid;
margin:30px 0 0 0;
}

#war .box h3 {
margin:10px 0 5px 0;
font-size:16px;
padding:0;
color:#936420;
}

#war .box p {
margin: 0 0 1em 0;
}

#war h2 {
font-size:24px;
color:#936420;
line-height:1.4em;
margin: 50px 0 15px 0;
}

#war h2 span {
display: block;
background: #936420;
font-size: 16px;
color: #FFFFFF;
padding: 5px 7px;
width: 100px;
text-align: center;
line-height: 1em;
margin: 0 0 10px 0;
font-weight: normal;
}

#war h3 {
font-size:34px;
color:#936420;
line-height:1.4em;
margin: 40px 0 7px 0;
}

#war .btn a {
color: #FFF;
width: 60%;
padding: 15px 0;
margin: 30px auto 15px;
text-align: center;
font-size: 18px;
display: block;
background: #936420;
}

#war .btn a:hover { 
text-decoration: none;
}

#war .btn:hover { 
opacity: 0.5;
}

#war .lead-img_wrap {
float: right;
}

#war .table-wrap {
overflow: auto;
}

#war table {
width: 800px;
}

#war th {
color: #fff;
background: #A97E6B;
text-align: center;
}

#war td {
background: #F4E8D3;
text-align: center;
}

#war .table-caption {
color: #A97E6B;
text-align: center;
display: block;
margin: 8px 0 0;
}

#war .table-scroll {
display: none;
}

/* slider */
#war .swiper-container {
margin:15px auto;
width: 610px;
height: 450px;
clear: both;
}

#war .swiper-slide {
width:610px;
font-size:12px;
text-align: center;
line-height:1.4em;
color: #333;
}

#war .swiper-slide img {
margin:0 0 7px 0;
}

#war .swiper-button-prev {
background:url('/news/images/tokushu/1616/prev.png') no-repeat left;
width:250px;
height:340px;
filter:alpha(opacity=10);
-moz-opacity: 0.1;
opacity: 0.1;
display:block;
margin:0;
margin:-190px 0 0 -10px;
}

#war .swiper-button-next {
background:url('/news/images/tokushu/1616/next.png') no-repeat right;	
width:250px;
height:340px;
filter:alpha(opacity=10);
-moz-opacity: 0.1;
opacity: 0.1;
display:block;
margin:-190px -10px 0 0;
}

#war .swiper-button-prev:hover,
#war .swiper-button-next:hover {
filter:alpha(opacity=80);
-moz-opacity:0.8;
opacity: 0.8;
}

#war .swiper-pagination {
padding:0;
margin:70px 0 0 0;
top:360px;
}

#war .swiper-pagination-bullet-active{
background: #936420;
}

/* Related article */
#war ul.related-articles__wrap li {
    margin: 0 0 16px;
}

#war ul.related-articles__wrap li a {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

#war ul.related-articles__wrap li a h3 {
  flex: 1;
  font-size: 18px;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

#war ul.related-articles__wrap li img {
  width: 30%;
  height: 100%;
  aspect-ratio: 1.914 / 1;
  object-fit: cover;
  object-position: top;
}

/* responsive */
body.white .site #war  {
font-size: 18px;
margin: 0 0 10px 0
}

body.white .site #war h1 {
margin:0 0 15px 0;
font-size: 28px;
font-weight: bold;
}

body.white .site #war h1 br {
display: none;
}

body.white .site #war h1 span {
font-size:18px;
display: block;
margin: 15px 0 10px 0;
line-height: 24px;
color:#936420;
}

body.white #war .lead-img_wrap {
float: none;
text-align: center;
margin: 0 0 10px;
}

body.white .site #war .table-scroll {
text-align: right;
font-size: 12px;
display: block;
margin: 4px 0 0;
}

body.white .site #war .swiper-container {
margin:15px auto;
width: 100%;
height: auto;
clear: both;
}

body.white .site #war .swiper-slide {
width:100%;
font-size:16px;
}

body.white .site #war .box h3 {
font-size:24px;
}

body.white .site #war .right {
float: right;
}

body.white .site #war .btn a {
width: 100%;
}

body.white .site #war ul.related-articles__wrap li {
  margin: 0 0 32px;
}

body.white .site #war ul.related-articles__wrap li a {
  gap: 4px;
}

body.white .site #war ul.related-articles__wrap li a img {
  width: 100%;
}

body.white .site #war ul.related-articles__wrap li a h3 {
  font-size: 16px;
  font-weight: bold;
}