body {
  font-family: "M PLUS Rounded 1c";
  font-size:1.3em;
  color:#ffffff;
 }

 h3{
   margin-top:10px;
 }

.pd5{
    padding: 5px;
}
.fb{
    font-weight: 700;
}
.moovi-div{
    display: inline-block;
    padding: 10px;
    width: 100%;
}
.moovi-div img{
    display: inline-block;
    width: 50%;
}
.moovi-div100 img {
    display: inline-block;
    width: 100%;
}
.flm{
    float: left;;
}
.fcm{
    float: center;;
}
 .nav-link{
   /*font-size:1.4em;*/
   font-weight:bold;
 }
.news-line{
     padding: 0px;
     width: 100%;
     height: 40px;
     background: #fff;
     margin: 75px 0px 5px 0px;
     color: rgb(29, 136, 194);
     padding-left: 10%;
     padding-right: 10%;
     padding:5px;
     font-family: "M PLUS Rounded 1c";
     text-align: center;
}
#playbutton{
    border-radius: 10px;
    padding: 20px 30px;
    text-align: center;
    margin:30px 20px 20px 20px;
    border: 2px dotted rgb(174, 221, 230);
}
.play051{
    background: #a4a1a2;
}
.play061{
    background: #fa6565;
}
.button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  color: #fff;
  margin: 5px;
  font-size: 90%;
  border-radius: 10px;
  font-weight: bold;
}
.button:hover {
color: #fff;
  background-color: rgb(174, 221, 230);
  text-decoration: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#tickera{
    color: rgb(29, 136, 194);
    text-decoration:underline;
}
#news{
    width: 80%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding: 0px 30px 30px 30px;
}
#jump2-5 img{
    margin-top: 0px;
}
div.example {
    border-radius:10px;
    border: 3px solid #bfe7f1;
    width: 100%;
    height: 400px;
    overflow: auto;

}
.examplein{
    background-repeat: no-repeat;
    width:100%;
    height:800px;
    padding: 10px 30px 10px 30px;
    color: #1d91ce;
    text-align: left;
}
/*スクロールバー全体*/
#news ::-webkit-scrollbar {
    width: 15px;
}

/*スクロールバーの軌道*/
#news ::-webkit-scrollbar-track {
  /* border-radius: 5px; */
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/*スクロールバーの動く部分*/
#news ::-webkit-scrollbar-thumb {
  background-color: #bfe7f1;
  border-radius: 3px;
  /* box-shadow:0 0 0 1px rgba(255, 255, 255, .3); */
}
#news dl {
    width:100%;
    display: inline-block;
}
#news dt {
    display: block;
    float:left;
    clear:both;
    width:20%;
    border-top: 1px dotted #008cd6;
    font-weight: 400;
}
#news dd {
    display: block;
    float:left;
    width:80%;
    border-top: 1px dotted #008cd6;
}
#news dt:first-child {
    border: none;
}
#news dd.bc {
    border: none;
}

.spl{
    display: none!important;
}
.back-mizu {
  background-color: #5399CE;
}

.back-red {
  background-color: #D05130;
}

.back-green {
  background-color: #2C9047;
}

.back-yellow {
  background-color: #ECE233;
  color:#000000;
}

.back-blue {
  background-color: #045B91;
}


.back-gray {
  background-color: #535353;
}

footer{
    background-color: #fff;
}


.test{
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.test2{
  margin-top:0px;
  margin-bottom:0px;
  padding-top: 10px;
  padding-bottom: 10px;
  width:189px!important;
}

img{
  margin-top: 20px;
  margin-bottom: 10px;
/*  padding-top: 10px;
  padding-bottom: 10px;
*/
  text-align:center;
  width:100%;
}

#jump1-1 img{
  margin-top: 0px;
}

.navbar {
background-color: rgba(72,171,200,0.9);
}

.navbar a{
  width:100%;
  color:#ffffff;
  white-space:nowrap;
  height:70px;
  display: block;
}


.navsort{
  line-height:60px;
}

.navbar li+ li {
  border-left: 3px solid #ffffff;
}

.navbar-dark{
  color:#ffffff;
}
.navbar-toggler{
  border-color: #ffffff;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}

hr{
    border-width: 0 0 13px;
    border-style: solid;
    border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="hsla(0, 0%, 100%, 1.0)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
  clear: both;
}

.banner{
  display: block;
  margin: 15px 10px 10px 10px;
  text-align: center;
}
.banner a{
    text-align: center;
    display: inline-block;
}
.banner img{
    max-width: 380px;
}

.imgflex{
  margin-left: auto;
  margin-right: auto;
}

li{
list-style: none;
}

.table{
display: flex;
white-space: nowrap;

}

.table div ul{
display: table;
table-layout: fixed;
margin: 10px 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
}

.table-first-column{
flex-direction: column;
padding: 10px;
margin-right: 0;
border: 1px solid #ccc;
background-color:#ffffff;
color: #5399ce;
font-weight:bold;

}

.table-column{
flex-direction: column;
padding: 10px;
margin-right: 0;
border: 1px solid #ccc;
}

.pcopen{
    font-weight: 900;
    margin-top: -15px;
    color: #0168b7;
    font-size: 2.5rem;
    text-align: center;
    text-shadow:
    #b0d9e2 3px 0px 0px, #b0d9e2 -3px 0px 0px,
    #b0d9e2 0px -3px 0px, #b0d9e2 0px 3px 0px,
    #b0d9e2 3px 3px 0px, #b0d9e2 -3px 3px 0px,
    #b0d9e2 3px -3px 0px, #b0d9e2 -3px -3px 0px,
    #b0d9e2 1px 3px 0px, #b0d9e2 -1px 3px 0px,
    #b0d9e2 1px -3px 0px, #b0d9e2 -1px -3px 0px,
    #b0d9e2 3px 1px 0px, #b0d9e2 -3px 1px 0px,
    #b0d9e2 3px -1px 0px, #b0d9e2 -3px -1px 0px,
    #b0d9e2 1px 1px 0px, #b0d9e2 -1px 1px 0px,
    #b0d9e2 1px -1px 0px, #b0d9e2 -1px -1px 0px;
    border-bottom: #48abc8 dotted 4px;


}
.main{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    height: auto;

}
.spopen{
  display:none;
}
.bottom0{
    margin-bottom: 0px;
}

.navbar li+ li:hover {
    background-color: rgb(29, 136, 194);
}



.navbar li{
  width:100%;
}
.navbar a{
  width:100%;
}


#nav-global {
    border-top: #48abc8 dotted 4px;
    position: relative;
    display: block;
    width: 100%;
}
footer p{
    color: #48abc8;
    font-size: 70%;
}
.tc{
    text-align: center;
}
ul{
    padding-left: 0px;
}


ul .fee-contents{
    list-style-position: inside;
}
.fee-contents li{
    padding: 0px;
    list-style-type: disc;
    list-style-position: inside;
}
ul .fee-contents li {
    padding-left: 1em;
    text-indent: -1em;
}


.font70{
    font-size: 70%;
}
.time{
    padding-left: 20px;
}
.time li{
    list-style: none;
}
.link{
    text-decoration: underline;
    color: #fff;
}
a.link:hover{
    color: #fff;
}
.pcopen2{
    font-weight: 900;
    margin-top: 0px;
    color: #0168b7;
    font-size: 1.8rem;
    text-align: center;
    text-shadow:
    #b0d9e2 2px 0px 0px, #b0d9e2 -2px 0px 0px,
    #b0d9e2 0px -2px 0px, #b0d9e2 0px 2px 0px,
    #b0d9e2 2px 2px 0px, #b0d9e2 -2px 2px 0px,
    #b0d9e2 2px -2px 0px, #b0d9e2 -2px -2px 0px,
    #b0d9e2 1px 2px 0px, #b0d9e2 -1px 2px 0px,
    #b0d9e2 1px -2px 0px, #b0d9e2 -1px -2px 0px,
    #b0d9e2 2px 1px 0px, #b0d9e2 -2px 1px 0px,
    #b0d9e2 2px -1px 0px, #b0d9e2 -2px -1px 0px,
    #b0d9e2 1px 1px 0px, #b0d9e2 -1px 1px 0px,
    #b0d9e2 1px -1px 0px, #b0d9e2 -1px -1px 0px;
    border-bottom: #48abc8 dotted 4px;
}
.pcopen2{
    display: none;
}

.meun-top{
    padding:0px;
    background-color:#fff;
}
#navbarNav{
    background-color: rgb(174, 221, 230);
}
.img-ico{
    line-height: 0px;
    background-color: #fff;
    margin: 0px;
    height: 100%;
    padding: 0px;
    vertical-align: inherit;
    width: auto;
}
.bgfff{
    background: #fff;
}
.inner{
    width: 85%;
    height: 500px;

}
.m70{
    margin-top: 70px;
}
.comment-div {
    width: 80%;
    text-align: center;
    height: auto;
    margin: 0 auto;
    padding: 10px;
}
.comment-div h1{
    font-family:'メイリオ',Meiryo,sans-serif;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    padding: 30px 0px 30px 0px;
    color: #008cd6;
}
.comment-div h2 {
    font-family: メイリオ, Meiryo, sans-serif;
    font-weight: 700;
    color: rgb(0, 140, 214);
    margin: 0px;
    padding: 3px 0px 3px 0px;
    font-size: 2rem;
}
.comment-div h3 {
    font-family: メイリオ, Meiryo, sans-serif;
    font-weight: 700;
    color: rgb(0, 140, 214);
    margin: 0px;
    padding: 3px 0px 3px 0px;
    font-size: 1.5rem;
}
.comment-div p{
    margin: 0px;
    padding: 0px;
    padding: 0px 20px 0px 20px;
    color: #008cd6;
}
.comment-img{
    width: 100%;
}
.text-h{
    text-align: center;
}
.text-h h1{
    color: #008cd6;
}
.text-al{
    text-align: left;
    font-size: 90%;
    line-height: unset;

}
.text-bl{
    text-align: left;
    line-height: 25px;
    font-size: 80%;
    padding: 15px 5px;
}
.text-bl ul li{
    padding: 0px;
    color: #000;
    list-style: disc;
    margin: 0px 0px 0px 20px;
}
.text-bl p{
    padding: 0px;
    color: #000;
}
.m40{
    margin-top: 40px;
    margin-bottom: 40px;
}
.img01{
    width: 90%;
}

.banner2{
    height: 100px;
    width: auto;
}
.img-banner{
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
}
.top70{
    margin-top: 70px;
}


#header li ul {
    display: none;
}
.mtop2 {
    margin-top: 2px;
}
.nav-item{
    position: relative;
}
.menu-second-level {
    position: absolute;
    width: 100%;
    background: rgb(174, 221, 230);
    -webkit-transition: .2s ease;
    transition: .2s ease;
    visibility: initial;
    opacity: 2;
}
.mt0{
    margin-top: 0px;
}
.pd20{
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}
.w100{
    width: 100%;
}
.mt80{
    margin-top: 80px!important;
}
.play{
    height: auto;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    padding-bottom:50px;
}
.play01{
    background: #fff;
}
.play02{
    background: #269c3e;
}
.play03{
    background: #2182c6;
}
.play04{
    background: #e98f15;
}
.play05{
    background: #656364;
}
.play06{
    background: #fa6565;
}

.m0{
    margin-top:0px;
    margin-bottom:0px;
    vertical-align: top;
}
.font-white h1,.font-white p{
    color: #fff;
}
.text-al-play{
    line-height:30px;
    text-align: left;
    padding: 20px;
}
.list-content{
    overflow: hidden;
    padding: 0px 50px 0px 50px;
}
.list-content ul li{
    display: inline-block;
    margin-bottom:0px!important;
}
.img-imgcomment{
    overflow: hidden;
    text-align: center;
}
li.gazounomi{
    width: 60%;
    float: left;
}

li.fr{
    float: right;
}
li.fl{
    float: left!important;
}
li.fc{
    float: initial!important;
}
li.san{
    width: 33%!important;
}
li.gazoutocomment{
    width: 40%;
    float: right;
}
.gazoutocomment ul{
    text-align: left;
}
.gazoutocomment ul li{
    display: inline-block;
}
.img-imgcomment li img{
    padding: 10px 10px 10px 10px;
    width: 100%;
}
.iframe-tizu{
    margin: 10px;
    width: 100%;
    height: 500px;
}
.p10{
    padding-left: 10px;
}
.p10 p{
    margin-top: 0;
    margin-bottom: 0rem;
}
.mini-font{
    font-size: 70%;
}
.text-al p{
    display: inline-block;
    font-size: 100%;
    padding: 0px;
}
#jump4-1 dl{
    margin-bottom: 0;
    margin-left: 100px;
    margin-right: 0px;
    margin-bottom: 20px;
}
#jump4-1 dt{
    /* width: 20%; */
    float:left;


    /* display: inline-block; */
}
#jump4-1 dd{
    /* width: 74%; */
    margin-left: 150px;
    /* display: inline-block; */
}
.di100{
    display: inline-block;
    width: 100%;
}
.db100{
    display: inline-block;
    width: 100%;
}
div .di100 ul{
    display: flex;
}
div .di100 ul li{
    width: 50%;
    display: inline-block;
}
#news a{
    text-decoration: none;
    border-bottom: 2px #aedde6 solid;
    color: #1d91ce;
}
#news a:hover{
    text-decoration: none;
    border-bottom: 2px #aedde6 solid;
}
.center{
    text-align: center;
}
.imgC{
    width: 70%;
}
.mb30{
    margin-bottom: 30px;
}
img.mt0{
    margin-top: 0px;
}
a{
    word-break: break-all;
}
@media screen and (max-width: 1200px){
    #jump4-1 dt {
        /* width: 30%; */
        float: left;
        /* display: inline-block; */
    }
    #jump4-1 dd {
        width: auto;
    }
}
@media screen and (max-width: 991px){
    .imgC{
        width: 100%;
    }
    #jump4-1 dl{
        margin-left: 0px;
    }
    #jump4-1 dt {

    }
    #jump4-1 dd {
        margin-left: 100px;
    }

    .moovi-div{
        display: inline-block;
        padding: 10px;
        width: 100%;
    }
    .moovi-div img{
        display: inline-block;
        width: 100%;
    }
    .flm{
        float:inherit;
    }
    #playbutton{
        border-radius: 10px;
        padding: 20px 30px;
        text-align: center;
        margin:30px 20px 20px 20px;
        border: 2px dotted rgb(174, 221, 230);
    }
    .list-content{
        padding: 0px 10px 0px 10px;
    }
    dl, ol, ul{
        margin-bottom: 0rem;
    }

    .play051{
        background: #a4a1a2;
    }
    .play061{
        background: #fa6565;
    }
    .button {
      display: inline-block;
      width: 150px;
      height: 40px;
      text-align: center;
      text-decoration: none;
      line-height: 40px;
      outline: none;
      color: #fff;
      margin: 5px;
      border-radius: 10px;
      font-weight: bold;
      font-size: 70%;
    }
.navbar li+ li:hover {
    background-color: rgb(174, 221, 230);
}

#news {
    width: 90%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding: 0px 30px 30px 30px;
    font-size: 70%;
}
div.example {
    height: 400px;
}
#news dl {
    padding-top: 5px;
    padding-bottom: 5px;
}
#news dt {
    width:100%;
}
#news dd {
    width:100%;
}
#jump2-5 img {
    margin-bottom: 5px;
}
.news-line{
     padding: 0px;
     width: 100%;
     height: 40px;
     background: #fff;
     margin: 53px 0px 5px 0px;
     color: rgb(29, 136, 194);
     padding-left: 10%;
     padding-right: 10%;
     padding:5px;
     font-family: "M PLUS Rounded 1c";
     text-align: center;
}
#tickera{
    color: rgb(29, 136, 194);
    text-decoration:underline;
}
.sp-menu{
    display: block!important;
}
.mini-fontp{
    font-size: 90%;
    font-weight: 700;
}
.mini-font{
    font-size: 80%;
}
li.gazounomi{
    width: 100%;
}
li.san{
    width: 100%!important;
}
.gazoutocomment ul{
    display: inline-block;
}
li.gazoutocomment{
    width: 100%;
}
.gazoutocomment li{
    float: left;
    display: inline-block;
    width: 50%;
}
.gazoutocomment img{
    width: 100%;
    display: inline-block;
}

.gazounomi img,.gazoutocomment img{
    margin-top: 0px;
    margin-bottom: 0px;
}

.p10{
    float: right!important;
    display: inline-block!important;
    width: 50%!important;
    padding-top: 3%;
}
.iframe-tizu{
    margin: 10px;
    width: 100%;
    height: 400px;
}
 .navbar li+ li {
    border-left: 0px solid #333333;
  }

img{
  width:100%;
}
.navbar a {
    width: auto;
    padding: 4px;
    padding-left: 20px!important;
}
.nav-justified .nav-item {
    text-align: left;
    width: 100%;
    padding-bottom: 10px;
    border: none;
}
.sen{
    border: 1px #fff solid;
    padding:10px;
}
.w-100 {
    width: 100%!important;
    padding: 10px;
}

.m70 {
    margin-top: 50px;
}
.meun-top {
    padding: 0px;
    background-color: rgb(174, 221, 230);
    padding: 6px;
}
.img01 {
    width: 95%;
}
.m40{
    margin-top: 20px;
    margin-bottom: 20px;
}
.img-fluid {
    padding: 0px;
    margin-bottom: 0px!important;
}

.pcopen{
    display: none;
}
.pcopen2{
    display: block;
}

.spopen{
  display:block;
  color: #ff0042;
  font-size: 2rem;
  line-height: 1.1;
  text-align: center;
  text-shadow: 0px 0px 0 rgb(235,235,235),1px 1px 0 rgb(228,228,228),2px 2px 0 rgb(222,222,222),3px 3px 0 rgb(215,215,215),4px 4px 0 rgb(209,209,209), 5px 5px 0 rgb(203,203,203),6px 6px 5px rgba(0,0,0,0.25),6px 6px 1px rgba(0,0,0,0.5);
}
.banner2{
  margin:5px;
  display: inline-block;
  height: 100px;
}
.img-banner{
    margin-left: 1px;
    margin-right: 1px
}
.banner {
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;

}
.banner img{
    max-width: 300px;
}
.topn{
    margin-top: 0px;
}
p{
    font-size: 80%;
}

.mt30{
    margin-top: 30px;
}
ul{
    font-size: 85%;
}
.margin20{
    margin-top: 20px;
}
.comment-div h1{
    padding: 10px 0px 10px 0px;
    font-size: 100%;
}
.comment-div h2{
    padding: 0px 0px 0px 0px;
    font-size: 100%;
}
.comment-div h3 {
    padding: 0px 10px 0px 10px;
    font-size: 90%;
}

.text-bl{
    line-height: 20px;
    font-size: 90%;
}
.top70{
    margin-top: 60px;
}
.comment-div{
    padding: 10px 0px 10px 0px;
}
.pc-list-none{
    display: none;
}
#line-qr{
    width: 130px;
    margin-right: 30px;
}
#line-bt{
    width: 200px;
}



@media screen and (max-width: 320px){

.img-ico {
    line-height: 0px;
    background-color: #fff;
    margin: 0px;
    height: 80%;
    padding: 0px;
    vertical-align: inherit;
    width: auto;
}
.imgC{
    width: 100%;
}
/*
#line-qr{
    margin: 0;
}
*/


}
