@charset "utf-8";
/* CSS Document */

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
table td{
  font-size: 0.8em;
}
table th{
  font-size: 0.9em;
}
a {
    color: red;
    text-decoration: none;
    background-color: transparent;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
    font-weight: bold;
}

a.top:link { color: red; }
a.top:visited { color: red; }
a.top:hover { color: red; }
a.top:active { color: red; }

.linered{
  border-bottom:  5px solid red;

}

.navbar-brand img{
  padding: 1rem;
  width: 200px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
    font-weight: bold;
}

.close a {
    color: #ABABAB;
}
.close a:hover {
    text-decoration: none;
	color: #ABABAB;
}
.open a {
    color:#ffdc00;
}
.open a:hover {
    text-decoration: none;
	color: #ABABAB;
}

.top img{
    width: 100%;
    padding: 2rem 0;
  }

.card-title{
  font-weight: bold;
  color: red;
  font-size: 1.0rem;
}

.card-text{
  font-size: 0.8em;

}

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.imgcenter img{
  text-align: center;
  margin: 0 center;
  width:100%;
}
.center img{
    text-align: center;
  margin: 0 center;
}
h2 {
  font-family: "M PLUS Rounded 1c";
  font-size: 1.8rem;
  font-style: italic;
  letter-spacing: .1em;
  color: #666;
  text-shadow: -3px 2px 0 #fff;
      font-weight: bold;
      text-align: center;
      padding: 3rem;
      background: -webkit-repeating-linear-gradient(-45deg,  #ffe0e0, #ffe0e0 3px,#fff 3px, #fff 7px);
  background: repeating-linear-gradient(-45deg, #ffe0e0, #ffe0e0 3px,#fff 3px, #fff 7px);
margin: 2rem 0;
line-height: 1.5;
}
.info{
    border-top: 2px solid #e90000;
    border-bottom: 1px solid #efefef;
    background-color: #f9f9f9;
    padding: 12px 12px 9px;
    font-weight: lighter;
    font-size: 150%;
    margin: 30px 0px 25px;
  }

  h3 {
    border-bottom: 1px solid red;
    font-size: 128.6%;
    line-height: 2;
    margin: 35px 0px 20px;
    padding: 0;
    font-weight: bold;
}

h4 {
    font-size: 121.4%;
    line-height: 130%;
    margin: 30px 0px 20px;
    padding: 0;
}

.mtitle {
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #fffaf4;/*背景色*/
  border-left: solid 5px #e90000;/*左線（実線 太さ 色）*/
}

.msize{
  font-size: 1.4rem;
  text-align: center;
  margin: 1rem;
}

.entryTxtBox h4{
 font-size: 1.2em;
}

.entryTxtBox p{
 font-size: 0.8em;
}
	#footMenu {
    margin-top: 3rem;
        background-color: #f5f5f5;
}


.infoList .infoListBox {
    display: block;
    overflow: hidden;
    padding: 20px 0px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}


#footMenu {
    border-top: 2px solid #e90000;
    border-bottom: 1px solid #e9e9e9;
}
#footMenu {
    padding: 0px;
    width: 100%;
}
#footMenu, #footer {
    text-align: center;
    padding: 2rem;
    font-size: 80%;
}
.msr_newslist04 {
  /*border-top: 5px solid #ccc;*/
  width: 100%;
  margin-top: 10px;
}
ul.msr_newslist04{
  padding: 0;
}
.msr_newslist04 li {
  border-bottom: 1px solid #000000;
  font-size: 1em;
  list-style: none;
}
.msr_newslist04 li a {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /*color: #000000;*/
  /*display: table;*/
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 100%;
}
.msr_newslist04 li a:hover {
  text-decoration: none;
  background: #EEEEEE;
}
.msr_newslist04 li div {
  padding-bottom: 10px;
  width: 144px;
}
.msr_newslist04 li p {
  vertical-align: middle;
}

/* カテゴリの設定 */
.msr_newslist04 li .cat01, .msr_newslist04 li .cat02 {
  background-color: red;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: table-cell;
  color: #FFFFFF;
  font-size: 0.8rem;
  padding: 0 2px;
  text-align: center;
  width: 150px;
  font-weight: bold;
}
.msr_newslist04 li .cat02 {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  box-sizing: border-box;
  color: #000000;
}
.container-fluid {
margin-right: auto;
margin-left: auto;
max-width: 800px;
}
/*PC用以上*/
@media screen and (min-width:768px){
.pt30{
  padding-top: 10rem;
}

}

.spbox{
padding: 1em;
    margin: 2em 0;
    background: white;
    border: 1px solid rgba(0,0,0,.125);
}
.spbox p {
    margin: 0; 
    padding: 0;
    font-size: 1.2em;
}

@media screen and (min-width: 768px){
.br-sp {display: none; }
}
