body {
  background: #fff;
  color: #41515a;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  height: 100%;
  font-size: 11px;
  line-height: 2em;
  margin: 0;
}

#wrap{
  width: 100%;
  position: relative;
}

a:hover {opacity:1;} 

.sp{ display: block;}
.pc{ display: none;}
.fontS{ font-size: 80%;}

.no-wrap { display: inline-block;}
.no-space{ letter-spacing: -3.5px;}
.boxfade{ width: 100%;}

.txtPink{ color: #cf4a6b;}
.txtBlue{ color:#2D6EB1;}

.fontL{ font-size: 110%;}
.fontB{ font-weight: 600;}
.fontS{ font-size: 80%;}

[data-ruby] {
  position: relative;
}
[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
	width: 180%;
	text-align: center;
  top: -2.3em;
  left: -40%;
  right: 0;
  margin: 0 auto;
  font-size: 0.6em;
	letter-spacing: 0;
}

.newsLabel{
  padding-top: 60px;
  margin-top: -60px;
  text-indent: -999999px;
  overflow: hidden;
}

.warningfontL{
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 0.2em;
}

.warningfontS{
  font-size: 80%;
  line-height: 1.5em;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 0.2em;
}

/*---------------------------------------------

main

----------------------------------------------*/

#content {
  width: 100%;
  line-height: 0;
  position: relative;
  overflow-x: hidden;
  box-sizing: border-box;
  margin-top: 50px;
}

#contentMain{
  width: 100%;
  margin: 0 auto;
}

#logoS{
  width: 150px;
  margin: 0 auto;
  padding: 3em 0 2em;
}

.contetnt_m{
  width: 200px;
  background: #90a2b3;
  line-height: 1.2em;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.1em;
  margin: 0 auto 3em;
}

.ivy_bg{
  position: relative;
  /* 親要素のエリア内だけ疑似要素を見せる設定 */
  clip-path: inset(0);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ivy_bg::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* 重なり順をコンテンツの後ろに配置 */
  z-index: -1;
  /* スクロール時の余計な描画処理を最適化 */
  will-change: transform;
}

.ivy_gray30::before {
  background: url("../images/common/ivy_lightgray30.png") repeat-y top 1em left 0;
  background-size: 21.7% auto;
}

/*---------------------------------------------

news

----------------------------------------------*/

.newsKijiAll{
  width: 86%;
  max-width: 640px
  padding: 0 0 5em;
  margin:0 auto;
}

.newsKijidate{
  width: 100%;
  font-size: 16px;
  line-height: 2em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
}

.newsKijiM{
  width:100%;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height:1.6em;
  padding: 0.6em 0;
  border-top: 1px dotted #41515a;
  border-bottom: 1px dotted #41515a;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.newsKijitxt{
  width:100%;
  padding: 1em 0;
  font-size: 12px;
  line-height: 2.1em;
  word-break: break-all;
  text-align: justify;
  text-justify: inter-ideograph;
}

.newsKijitxt a{
  text-decoration: underline;
}

.img100{ width: 100%;}
.img75{ width: 100%;}
.img60{ width: 100%;}
.img50{ width: 70%; margin: 0 auto; text-align: center;}
.img30{ width: 50%; margin: 0 auto;　text-align: center;}
.no-click{ pointer-events: none; line-height: 0;}

.img25flo{ width: 60%;margin: 2em auto;}

[cast-ruby] {
  position: relative;
}
[cast-ruby]::before {
  content: attr(cast-ruby);
  position: absolute;
  width: 200%;
  text-align: center;
  top: -2.5em;
  left: -50%;
  right: 0;
  margin: 0 auto;
  font-size: 0.5em;
  letter-spacing: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 400;
}

/*

comment area

*/

.comBox{
  width: 100%;
  margin : 0;
  line-height : 1.8em;
  border: 1px solid #000;
  box-sizing: border-box;
}

.comNM{
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 120%;
  line-height: 1.8em;
  margin-bottom: 0.2em;
}

.comBoxTxt{
  width: 90%;
  padding: 1.5em 0 1.5em;
  margin: 0 auto;
}

/*---------------------------------------------

media

----------------------------------------------*/

#medianav {
  width: 90%;
  margin: 20px auto 30px;
  padding: 0;
  overflow: hidden;
  position: relative;
}

#medianav ul {
  width: 100%;
  list-style: none outside none;
  float: left;
  margin: 0 0 0 0;
  padding: 0;
  position: relative;
  left: 50%;
}

#medianav ul li {
  background: #d4221a;
  width:49%;
  height: 40px;
  font-size:12px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  float: left;
  position: relative;
  left: -50%;
  margin: 0.5%;
  border-radius: 5px;
  font-weight: 800;
}

#medianav ul li.navoff {
  background: #d4221a;
  width:49%;
  height: 40px;
  font-size:12px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  float: left;
  position: relative;
  left: -50%;
  margin: 0.5%;
  border-radius: 5px;
  opacity: 0.5;
  font-weight: 800;
}

#medianav ul li a{ width: 100%; height: 100%; display: block; color: #fff;}

.mediaKijiM{
  width:100%;
  font-size: 4vw;
  font-weight: 700;
  line-height:1.6em;
  padding: 1.3vw 0;
  border-top: 3px double #d4221a;
  border-bottom: 3px double #d4221a;
}

.mediaKijitxt{
  width:100%;
  padding: 2vw 0;
  font-size: 3vw;
  line-height: 1.8em;
  word-break: break-all;
  text-align: justify;
  text-justify: inter-ideograph;
}

.tokubanM{
  font-size: 120%;
  font-weight: 600;
  color: #FF5300;
  letter-spacing: 0;
}


.tbList{
  width:100%;
  border-collapse: collapse;
  border-spacing: 0px;
  border:0;
}

.tbList th{
  padding: 2px;
  text-align: center;
  font-size:10px;
  color: #fff;
  background-color: #d4221a;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  line-height:2em;
}

.tbList td{
  padding: 5px 0;
  font-size:10px;
  border-bottom: 1px dotted #d4221a;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  line-height:1.5em;
  text-align:center;
}

.tbList td.area01a{width:15%; text-align:center;}
.tbList td.area02a{width:30%; text-align:center;}
.tbList td.area03a{width:55%; text-align:center;}

.tbList td.area01b{width:15%; text-align:center;}
.tbList td.area02b{width:30%; text-align:center;}
.tbList td.area03b{width:55%; text-align:center;}

.tbList td.area01c{width:15%; text-align:center;}
.tbList td.area02c{width:20%; text-align:center;}
.tbList td.area03c{width:30%; text-align:center;}
.tbList td.area03c{width:35%; text-align:center;}

.tbList td.area01d{width:40%; text-align:center;}
.tbList td.area02d{width:60%; text-align:center;}

.tbList td.area01e{width:40%; text-align:center;}
.tbList td.area02e{width:25%; text-align:center;}
.tbList td.area03e{width:35%; text-align:center;}

.tbList td.area01f{width:45%; text-align:center;}
.tbList td.area02f{width:30%; text-align:center;}
.tbList td.area03f{width:35%; text-align:center;}


/*---------------------------------------------
footer
----------------------------------------------*/

footer {
  width: 100%;
  padding: 4em 0 8em;
  font-size: 10px;
  line-height: 1.5em;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box;
}

#shareArea{
  background: url("../images/top/share.png") no-repeat left;
  background-size: auto 100%;
  width: 270px;
  margin: 0 auto 2em;
  text-align: right;
  font-size: 13px;
  line-height: 1em;
  letter-spacing: 0;
}

#shareArea a{ margin: 0 10px; color: #41515a; text-decoration: none;}

#copyright {
  width: 100%;
  margin: 0 auto 20px;
  font-size: 10px;
  line-height: 1em;
  text-align: center;
}

#privacy {
  width: 100%;
  margin: 0 auto;
  font-size: 10px;
  line-height: 2em;
  text-align: center;
}

#privacy a {
  color: #41515a;
  text-decoration: none;
}

#btnpagetop{
  background: #70848f;
  width: 120px;
  margin: 3em auto 0;
  line-height: 2em;
  text-align: center;
  font-size: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

#btnpagetop a{
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
}