@charset "UTF-8";
 body {
    font-family: "メイリオ", Meiryo, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", sans-serif;
    position:relative;
  }
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }
a {
    outline: none;
}
#wrapper{
  position:relative;
  width:100%;
  overflow: hidden;
  }
#main {
    position: relative;
    width: 100%;
    margin-top:0;
}
#main *{
  font-family: vdl-v7marugothic,sans-serif;
  font-weight: 500;
  font-style: normal;
}
p {
    margin: 0;
    padding: 0;
}
.center{
    text-align:center;
}
/*radiko*/
.radiko {
    font-size: 12px;
    height: 24px;
    width: 540px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    background-image: url(/images/radiko_icon.gif);
    background-repeat: no-repeat;
    padding-left: 100px;
    background-position: left;
    line-height: 2;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    margin-top:5px;
    background-color:#fff;
}
.radiko a:link {
    color: #F3F;
    text-decoration: none;
    color: #ff0000;
}
.radiko a:visited {
    color: #ff0000;
    text-decoration: none;
}
.radiko a:hover {
    text-decoration: underline;
}
.radiko a:active {
    text-decoration: none;
}
.radiko_narrow {
    display: none;
}
/*clearfix*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-table;
}
/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */
a:hover img.btn_alfa{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
#global_header {
    display: block;
}
#nav_sp {
    display: none;
}

.foot_c {
    position: relative;
    width: 100%;

}
.footer_sp {
    display: none;
}
.header{
  position:relative;
  width:100%;
  background-image:url(../images/bg_header.jpg);
  background-repeat:repeat;
  text-align:center;
  line-height:0;
}

.header_btm{
  position:relative;
  height:56px;
  background-image:url(../images/bg_headerbtm.jpg);
  background-repeat:repeat-x;
}
.header_flower{
  position:absolute;
  height:100%;
  width:100%;
  z-index:10;
  background-image:url(../images/flower_l.png),
  url(../images/flower_r.png);
  background-position:left bottom, right bottom;
  background-repeat:no-repeat, no-repeat;
}
.header img{
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.contents{
  position:relative;
  background-image:url(../images/bg_body.jpg);
  background-repeat:repeat;
  font-size:18px;
  line-height:1.5;
  width:100%;
}

.contents_inner{
  position:relative;
  width:1000px;
  margin-left:auto;
  margin-right:auto;
  padding-top:30px;
  background-color:rgba(255,255,255,.5);
}
.sample div{
  position:relative;
  display:inline-block;
  vertical-align:bottom;
  width:26%;
  text-align:center;
}
.sample div:last-child{
  position:relative;
  width:73%;
  padding-right:2%;

}
.sample div p{
  padding:5px;
  font-weight:bold;
  padding-top:20px;
  text-align:center;
}
#main .ftbig{
  font-size:20px;
  color:#ea0b14;
  font-weight:700;
}
#main .ftbig2{
  font-size:20px;
  font-weight:700;
}
.sample dl{
  padding:5px;
  position:relative;
  margin-top:20px;
  margin-bottom:20px;
  width:77%;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
}
.hasso{
  position:relative;
  margin-top:-30px;
  width:90%;
  margin-left:auto;
  margin-right:auto;
  font-size:15px;
  padding-left:.5em;
  padding-left:32%;

}
#main .sample dl dt{
  font-weight:800;
  margin-top:10px;
}
.sample dl dd{
  font-size:15px;
  padding-left:1em;
  padding-bottom:10px;
}
.ft13{
  font-size:13px;
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.center{
  text-align:center;
}
#main  strong{
  font-weight:700;
}
.sml{
  display:none;
}
.banners{
  position:relative;
  margin-top:80px;
  padding-bottom:30px;
  width:96%;
  margin-left:auto;
  margin-right:auto;
      text-align:center;
}
.banners ul{
  position:relative;
  text-align:justify;
}
.banners ul:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
}
.banners ul li{
  position:relative;
  display:inline-block;
}
/*===============================================
●style.css 画面の横幅が800pxまで
===============================================*/

@media screen and (max-width: 800px) {
  #global_footer {
      display: none;
  }
  .footer_sp {
        display: block;
        margin-top:-30px;
    }
    #nav_sp {
        display: block;
    }
    #global_header {
        display:none;
    }
    .radiko {
        display: none;
    }
    #main{
      margin-top:10px;
    }
    .radiko_narrow {
        display: block;
        width:100%;
        position:relative;
    }
    .radiko_narrow a img{
        position:relative;
        width:100%;
        height:auto;
    }
  .contents_inner{
    width:96%;
    margin-left:auto;
    margin-right:auto;
    padding-top:0;
  }
  .sample div{
    display:block;
    margin-left:auto;
    margin-right:auto;
  }
    .sample div:last-child{
      text-align:center;
    }
  .sample div:first-child{
    position:relative;
    width:100%;
    padding-right:0;
  }
  .header_flower{
    display:none;
  }
  .header_btm{
    height:20px;
  }
  .contents{
    font-size:15px;
  }
  .sample{
    padding-bottom:20px;
  }

  .sample dl{
    width:100%;
  }
}
/*===============================================
●style.css 画面の横幅が750pxまで
===============================================*/

@media screen and (max-width: 750px) {
  .wimg{
    width:100%;
  }
  /* twitter埋め込みあり */
  .twitter-widget-wrapper iframe {
     width: 740px !important;
   }
   .sml{
     display:block;
   }
   .banners ul li{
     position:relative;
     display:block;
     text-align:center;
     padding-bottom:20px;
   }
   .sample div:last-child {
    position: relative;
    width: 100%;
    padding-right: 2%;
}
  .banners{
    text-align:center;
  }
   .hasso{
     position:relative;
     margin-top:0px;
     width:100%;
     margin-left:auto;
     margin-right:auto;
     font-size:15px;
     padding-left:0em;
     text-align:center;

   }
   .sample div:first-child{
     padding-top:10px;
   }
}
