<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
sp  　：　320px - 420px
iPad　：　768px - 1024px
dtp 　：　1025px -
*/

/*-----------------------------------------------------------------------------------slide----------*/

#list_carousel {
  position:relative;
  width: 100%;
  overflow:hidden;
  padding-top:40px;
  background:url(https://www.fm-tnbase.co.jp/wp/wp-content/uploads/bg_slide.png) no-repeat center 11px;
}

#list_carousel li {
/*  height: 360px;*/
  height: 400px;
  float:left;
  padding:0 10px;
}

#list_carousel li a:hover{
  opacity:0.5;
  /*background:url(../images/ichimatsu.png) repeat 0 0;*/
}

.slide_nav {
  width: 100%;
  margin:0 auto;
  position:absolute;
  top:40px;
  z-index:50;
}

.prev, .next {
  zoom:1;
  display: block;
  width: 50%;
  top: 0;
  position: absolute;
  background:url(https://www.fm-tnbase.co.jp/wp/wp-content/uploads/ichimatsu.png) repeat 0 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.prev:hover, .next:hover {
  opacity:0.5;
  zoom:1;
  cursor:pointer;
}

.prev {
  left: -450px;/* スライドする画像の横半分の値 */
  text-align:right;
  border-radius:0 5px 5px 0;
  -webkit-border-radius:0 5px 5px 0;
  -moz-border-radius:0 5px 5px 0;
}

.next {
  right: -450px;/* スライドする画像の横半分の値 */
  border-radius:5px 0 0 5px;
  -webkit-border-radius:5px 0 0 5px;
  -moz-border-radius:5px 0 0 5px;
}

.prev span, .next span{
  display:block;
  position:absolute;
  top:0;
  width: 30px;
  height:100%;
}
.prev span{
  right:0;
  background:url(https://www.fm-tnbase.co.jp/wp/wp-content/uploads/slide_prev.png) no-repeat 0 center;
}
.next span{
  left:0;
  background:url(https://www.fm-tnbase.co.jp/wp/wp-content/uploads/slide_next.png) no-repeat 0 center;
}

#pager {
  text-align:center;
  padding:10px;
}

#pager a {
  background-color: #ccc;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
}

#pager a:hover { background:#eee; }

#pager a span { display: none; }

#pager a.selected { background-color: #02328d; }


#top-slider {
  position:relative;
  width: 100%;
  overflow:hidden;
  padding-top:40px;
  /*background:url(../images/bg_slide.png) no-repeat center 11px;*/
}
#top-slider li {
  /*height: 360px;*/
  height: 400px;
  padding:0;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
#top-slider li a{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
}
#top-slider li a#slide-1{background-image: url(https://www.fm-tnbase.co.jp/wp/wp-content/uploads/slide03.jpg);}
#top-slider li a#slide-2{background-image: url(https://www.fm-tnbase.co.jp/wp/wp-content/uploads/slide01.jpg);}
#top-slider li a#slide-3{background-image: url(https://www.fm-tnbase.co.jp/wp/wp-content/uploads/slide02.jpg);}
/* #top-slider .sp-mask{max-height: 210px !important;} */
#top-slider .sp-arrows {
  width: 100%;
  left: 0;
  top: 0;
  margin-top: 0;
}
#top-slider .sp-arrow {
  width: 50%;
/*  height: 360px;*/
  height: 400px;
  background:url(https://www.fm-tnbase.co.jp/wp/wp-content/uploads/ichimatsu.png) repeat 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#top-slider .sp-arrow:hover{opacity: 0.6;}
#top-slider .sp-arrow:before {
  width: 15px;
  height: 100%;
  background:url(https://www.fm-tnbase.co.jp/wp/wp-content/uploads/slide_prev.png) no-repeat 0 center;
  left: 94%;
  top: 50%;
  /*margin-top: -180px;*/
  margin-top: -200px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
#top-slider .sp-arrow:after {display: none;}
#top-slider a {
  -webkit-transition: 0.2s !important;
  -moz-transition: 0.2s !important;
  -ms-transition: 0.2s !important;
  -o-transition: 0.2s !important;
  transition: 0.2s !important;
}

#top-slider .sp-previous-arrow {left: -450px;}
#top-slider .sp-next-arrow {right: -450px;}

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

/*-----------------------------------------------------------------------------------guide----------*/

#guide{
  margin:10px auto 0;
  width:100%;
  /*background:url( ../images/bg_guide.png ) repeat-x 0 0;*/
}

#guide h2{
  text-align:center;
}

#guide ul{
  width:876px;
  margin:16px auto 0;
}

#guide li{
  float:left;
  width:180px;
  line-height:1.8;
  margin-bottom:20px;
  margin-left:52px;
}

#guide li:first-child{ margin-left:0; }

#guide li span{
  margin-top:20px;
  display:block;
}
#guide li a{display: block}
#guide li a:hover{opacity: 0.6;}

/*-----------------------------------------------------------------------------------pickup----------*/

#pick_title{
  margin: 0 auto;
  /*width:300px;*/
  text-align: center;
  margin-bottom: 20px;
  /*padding-left: 20px;*/
}

#top-slider2 {
  position:relative;
  width: 100%;
  overflow:hidden;
  padding-top:20px;
  /*adding-bottom:30px;*/
  background:url(https://www.fm-tnbase.co.jp/wp/wp-content/uploads/ichimatsu02.jpg) repeat 0 0;
}
#top-slider2 li {
  /*height: 360px;*/
  height: 400px;
  padding:0;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
#top-slider2 li a{
  width: 100%;
  height: 100%;
  /*background-size: cover;*/
  /*background-position: center top;*/
}
#top-slider2 h2{
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

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


/*---------------------------------------------------------------------------------------------------*/
.sp-button {
    width: 10px!important;
    height: 10px!important;
	border: none;
	background-color: #ccc;
	margin: 0 8px;
}
.sp-selected-button {background-color: #02328d;}
/*---------------------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------news------------*/

#news{
  width:100%;
  margin-top:45px;
  background-color:#f5f5f5;
}

.news_cont{
  width:880px;
  margin:0 auto;
}

.news_cont h2{
  float:left;
  padding:26px 20px 20px 0;
  border-right:3px solid #fff;
}

.news_cont p{
  float:left;
  padding-left:20px;
  margin-top:25px;
}

.news_cont p a:hover{ color:#999; }

.news_list{
  float:right;
  padding-left:22px;
  background:url( https://www.fm-tnbase.co.jp/wp/wp-content/uploads/arrow_blue.png ) no-repeat 0 6px;
  margin-top:25px;
  margin-bottom:15px;
}

.news_list a:hover{ color:#02328d; }

#news_list{
  float: left;
  padding: 25px 20px 10px;
}

#news_line {
  width:700px;
  float:left;
  padding-left:20px;
  padding-right:20px;
  text-align: left;
  /* margin-top:25px; */
}

#news_line li a:hover{ color:#999; }
/*---------------------------------------------------------------------------------------------------*/

#movies {
  margin:10px auto 0;
  background-color:#f5f5f5;
  margin-top: 20px; 
  margin-bottom: 30px; 
  padding: 20px;
  width: 100%;
  background:url(https://www.fm-tnbase.co.jp/wp/wp-content/uploads/town.png) no-repeat center 188px;
}
#video_frame {
  margin: 0 auto;
  text-align: center;
  width: 95%;
}
#video_frame .video_size {
  width: auto;
  height: 400px;
}

#movies h2 {
  text-align: center;
  padding: 10px 0;
  font-size: 24px;
  font-weight: bold;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  letter-spacing: 2px;
  color: #02328d;
}

#case_frame {
  margin: 0 auto;
  text-align: center;
  max-width: 1150px;
  margin-top: 50px;
  margin-bottom: 50px;
}

#case_frame .case_l {
  float:left;
  /*width: 500px;*/
}
#case_frame .case_r {
  float:right;
  max-width: 550px;
  height: 311px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.2);
  border:1px solid #ddd;
}
#case_frame .case_title {
  margin: 10px 0px 10px 0px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  /*font-family: "ＭＳ 明朝", "メイリオ", Meiryo, "MS Pゴシック", sans-serif;*/
}
#case_frame .case_read {
  margin: 10px;
  color: #fff;
}
#case_frame .case_link {
  float: right;
  background: url(https://www.fm-tnbase.co.jp/wp/wp-content/uploads/mono_arrow2.png) no-repeat 0 5px;
  margin: 25px 16px 10px 16px;
  padding-left: 20px;
}
#case_frame .case_link a {
  color: #fff;
  text-decoration: none;
}


/*---------------------------------------------------------------------------------------------------*/
/* タブレット対応（縦）*/
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

  
}

/*---------------------------------------------------------------------------------------------------*/
/* タブレット対応（横）*/
@media screen and (max-width: 1199px) and (orientation: landscape) {
  
  #case_frame {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  #case_frame .case_l img,
  #case_frame .case_r {
    width: 465px !important;
    margin: 20px;
  }
  #case_frame .case_link {
    margin: 2px 16px 10px 16px;
  }
  .news_list {
    margin-top: 0px;
  }
  
}


/*---------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  #case_frame .case_l {
    float:none;
  }
  #case_frame .case_r {
    float:none;
    height: 350px;
    max-width: 600px;
    margin: 0 auto;
/*
    max-width: 550px;
    height: 311px;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.2);
    border:1px solid #ddd;
*/
  }
}
/*---------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 979px) {

  #pickup ul{
    width:100%;
    padding:50px 0 0;
  }
  
  #pickup li{
    float:none;
    max-width:80%;
    margin:0 auto 45px !important;
  }

  #case_frame {
    width:320px;
    margin-top: 20px;
    margin-bottom: 30px;
    /*margin-left: 5px;*/
    width: 96%;
  }

  #case_frame .case_l { 
    float:none; 
    text-align: center;
    /*width: 96%;*/
  }
  #case_frame .case_r { 
    float:none; 
    margin-top: 20px;
    /*height: 410px;*/
  }

  #movies {
    margin-top: 0px;
    padding: 2px;
    background:url(https://www.fm-tnbase.co.jp/wp/wp-content/uploads/town.png) no-repeat center bottom;
  }
  #video_frame .video_size {
    width: auto;
    height: 190px;
  }
  
  /* トップページのみの対応 */
  #top_time {
    padding-top: 18px;
    display: block;
  }
  
}
/*---------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 741px) and (max-width: 979px) {

  #top-slider {
    margin-left:25px;
  }

  #guide{
    margin:30px auto 0;
  }

  #guide ul{
    width:420px;
    margin:16px auto 0;
  }

  #guide li:nth-child(odd){ margin-left:0; }

  #netis_frame {
		margin: 0 auto;
    width: 100%;
    height: auto;
  }

  #netis_right{
		width: 53%;
  }

  .news_cont{
    width:90%;
  }
  #news_line {
    width:500px;
  }

  #movies {
    margin-top: 0px;
    padding: 2px;
    background-size: 120%;
  }
  #video_frame .video_size {
    width: auto;
    height: 190px;
  }
}
/*---------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 740px) {

  #top-slider {
    margin-left:15px;
  }

  #guide{
    margin:30px auto 0;
  }

  #guide ul{ width:300px; }

  #guide li{
    width: 140px;
    margin: 0 0 30px 0;
  }
  #guide li:nth-child(odd){ margin-right:20px; clear: both;}

  #news{
    width:100%;
    /*padding:25px 0;*/
    text-align:center;
  }
  .news_cont{
    width:90%;
  }
  .news_cont h2{
    float:none;
    padding:20px 0;
    border-right:none;
  }
  .news_cont p{
    float:none;
    padding-left:0;
  }
  .news_list{
    float:none;
    display:inline-block;
  }
  #news_line {
    width:100%;
    float:none;
    padding-left:0;
    padding-right:0;
  }
  #news_list{
    float: none;
    padding:0;
  }

}
/*---------------------------------------------------------------------------------------------------*/</pre></body></html>