@charset "UTF-8";
/* line 5, ../../../../../../Applications/Prepros.app/Contents/Resources/app.nw/gems/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Applications/Prepros.app/Contents/Resources/app.nw/gems/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Applications/Prepros.app/Contents/Resources/app.nw/gems/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Applications/Prepros.app/Contents/Resources/app.nw/gems/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Applications/Prepros.app/Contents/Resources/app.nw/gems/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Applications/Prepros.app/Contents/Resources/app.nw/gems/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Applications/Prepros.app/Contents/Resources/app.nw/gems/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Applications/Prepros.app/Contents/Resources/app.nw/gems/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Applications/Prepros.app/Contents/Resources/app.nw/gems/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 9, sass/_mixin.scss */
.l_header .mainNavigation,
.l_header .asideNavigation, .mod_support_news_tab li {
  display: table-cell;
  vertical-align: top;
}

/* line 14, sass/_mixin.scss */
.l_footer .wrapper, .mod_firstview, .mod_service ul,
.mod_campaign ul, .mod_program_wrapper, .mod_support_wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* line 1, sass/_element.scss */
* {
  box-sizing: border-box;
}

/* line 5, sass/_element.scss */
html, body {
  line-height: 1.5;
  letter-spacing: .5px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
  font-size: 15px;
  font-weight: bold;
  color: #413333;
}

/* line 14, sass/_element.scss */
body {
  background: url("../img/common/bg_yellow_wa.png");
  background: url("../img/common/bg.png");
}

/* line 18, sass/_element.scss */
a {
  color: inherit;
  text-decoration: none;
}
/* line 21, sass/_element.scss */
a:hover {
  text-decoration: underline;
}

/* line 26, sass/_element.scss */
img, iframe {
  border: 0;
  vertical-align: bottom;
}

/* line 31, sass/_element.scss */
input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=image],
input[type=submit] {
  vertical-align: bottom;
}

/* line 1, sass/layout/_header.scss */
.l_header {
  margin-bottom: 40px;
}
/* line 3, sass/layout/_header.scss */
.l_header .wrapper {
  padding: 25px 0 20px;
  background-image: url("../img/common/bg_border.png"), url("../img/common/bg_border.png");
  background-repeat: repeat-x;
  background-position: top center, bottom center;
}
/* line 2, sass/_mixin.scss */
.l_header .wrapper:after {
  content: "";
  display: table;
  clear: both;
}
/* line 10, sass/layout/_header.scss */
.l_header .inner {
  display: table;
  width: 1200px;
  margin: auto;
}
/* line 15, sass/layout/_header.scss */
.l_header h1 {
  margin-bottom: 10px;
  text-align: center;
}
/* line 22, sass/layout/_header.scss */
.l_header .mainNavigation li,
.l_header .asideNavigation li {
  display: inline-block;
}
/* line 26, sass/layout/_header.scss */
.l_header .mainNavigation {
  width: 727px;
  background: url("../img/common/img_border_nav.png") no-repeat right top;
}
/* line 2, sass/_mixin.scss */
.l_header .mainNavigation ul:after {
  content: "";
  display: table;
  clear: both;
}
/* line 32, sass/layout/_header.scss */
.l_header .mainNavigation li {
  float: left;
  width: 144px;
  height: 96px;
  padding-left: 8px;
  text-align: center;
  background: url("../img/common/img_border_nav.png") no-repeat left center;
}
/* line 39, sass/layout/_header.scss */
.l_header .mainNavigation li a {
  display: block;
}
/* line 42, sass/layout/_header.scss */
.l_header .mainNavigation li.is-current a, .l_header .mainNavigation li:hover a {
  background: url("../img/common/bg_nav_selected.png") no-repeat bottom center;
}
/* line 48, sass/layout/_header.scss */
.l_header .asideNavigation {
  padding-left: 22px;
}
/* line 50, sass/layout/_header.scss */
.l_header .asideNavigation nav {
  display: inline-block;
}
.l_header .asideNavigation .mod_search {
	padding-top: 0px !important;
}
/* line 53, sass/layout/_header.scss */
.l_header .asideNavigation .tel {
	display: flex;
	align-items: center;
  margin-top: 5px;
  padding-top: 10px;
  background: url("../img/common/bg_dashed.png") repeat-x top center;
}
.l_header .asideNavigation.pc .tel div {
	width: 50%;
}
/* line 1, sass/layout/_footer.scss */
.l_footer {
  margin-bottom: -25px;
  background: #323232;
}
/* line 4, sass/layout/_footer.scss */
.l_footer .wrapper {
  position: relative;
  padding: 30px 0 50px;
}
/* line 9, sass/layout/_footer.scss */
.l_footer .sns,
.l_footer .banner {
  float: left;
}
/* line 12, sass/layout/_footer.scss */
.l_footer .sns li,
.l_footer .banner li {
  display: inline-block;
  margin-right: 5px;
}
/* line 15, sass/layout/_footer.scss */
.l_footer .sns li:last-child,
.l_footer .banner li:last-child {
  margin: 0;
}
/* line 20, sass/layout/_footer.scss */
.l_footer .sns {
  float: right;
}
/* line 23, sass/layout/_footer.scss */
.l_footer .sitemap {
  clear: both;
  width: 1000px;
  padding: 30px 0;
}
/* line 27, sass/layout/_footer.scss */
.l_footer .sitemap li {
  display: inline-block;
  width: 23%;
  padding: 3px 0;
}
/* line 31, sass/layout/_footer.scss */
.l_footer .sitemap li:before {
  content: url("../img/common/img_footer_anchor.png");
  margin-right: 5px;
  vertical-align: middle;
}
/* line 37, sass/layout/_footer.scss */
.l_footer .sitemap a {
  text-decoration: none;
  color: white;
}
/* line 42, sass/layout/_footer.scss */
.l_footer .copyright {
  font-size: 10px;
  color: white;
}

/* line 6, sass/layout/_container.scss */
.lower .l_wrapper {
  width: 1200px;
  margin: 60px auto 80px;
}
/* line 2, sass/_mixin.scss */
.lower .l_wrapper:after {
  content: "";
  display: table;
  clear: both;
}
/* line 11, sass/layout/_container.scss */
.lower .l_container {
  float: left;
  width: 950px;
  padding-right: 75px;
}
/* line 16, sass/layout/_container.scss */
.lower .l_sideber {
  float: right;
  width: 250px;
  padding: 0 15px;
  background: white;
}

/* line 1, sass/modules/_attention.scss */
.mod_attention {
  position: relative;
  z-index: 100;
  max-width: 500px;
  margin: 0 auto -10px;
  border: solid 2px #bd0000;
  background: white;
  text-align: center;
  font-size: 14px;
}
/* line 10, sass/modules/_attention.scss */
.mod_attention a {
  color: #bd0000;
}

/* line 1, sass/modules/_search.scss */
.mod_search {
  display: inline-block;
  padding-top: 12px;
}
/* line 4, sass/modules/_search.scss */
.mod_search:before {
  content: url("../img/common/icon_search.png");
  vertical-align: top;
}
/* line 8, sass/modules/_search.scss */
.mod_search p {
  display: inline-block;
}
/* line 11, sass/modules/_search.scss */
.mod_search_keyword {
  width: 117px;
  height: 24px;
  padding: 0 4px;
  background: url("../img/common/img_search_box.png") no-repeat;
}
/* line 16, sass/modules/_search.scss */
.mod_search_keyword input {
  width: 109px;
  height: 15px;
  padding: 0 3px;
  border: 0;
}
/* line 23, sass/modules/_search.scss */
.mod_search_submit {
  width: 39px;
  height: 22px;
  background: url("../img/common/img_search_submit.png") no-repeat;
}
/* line 27, sass/modules/_search.scss */
.mod_search_submit input {
  width: 39px;
  height: 22px;
  padding: 0;
  border: 0;
  opacity: 0;
  vertical-align: top;
  cursor: pointer;
}

/* line 2, sass/modules/_aside.scss */
.mod_aside_category {
  padding: 40px 0;
  background: url("../img/common/bg_dashed.png") repeat-x bottom center;
}
/* line 5, sass/modules/_aside.scss */
.mod_aside_category:last-child {
  background-image: none;
}

/* line 2, sass/modules/_contentnavigation.scss */
.mod_contentNavigation_header {
  margin-bottom: 6px;
  padding: 0 3px;
  font-size: 18px;
}
/* line 6, sass/modules/_contentnavigation.scss */
.mod_contentNavigation_header a {
  padding: 3px 0;
}
/* line 8, sass/modules/_contentnavigation.scss */
.mod_contentNavigation_header a:hover {
  text-decoration: none;
  background: -moz-linear-gradient(top, #ffffff, #ffffff 50%, #f0c000 50%, #f0c000);
  background: -webkit-linear-gradient(top, #ffffff, #ffffff 50%, #f0c000 50%, #f0c000);
  background: linear-gradient(to bottom, #ffffff, #ffffff 50%, #f0c000 50%, #f0c000);
}
/* line 14, sass/modules/_contentnavigation.scss */
.mod_contentNavigation_list {
  padding-left: 10px;
  font-size: 15px;
}
/* line 17, sass/modules/_contentnavigation.scss */
.mod_contentNavigation_list_page {
  padding: 3px 0;
}
/* line 19, sass/modules/_contentnavigation.scss */
.mod_contentNavigation_list_page a {
  background: url("../img/common/img_aside_anchor.png") no-repeat left top;
  padding-left: 20px;
  line-height: 15px;
}
.mod_contentNavigation_list_page a:hover,.mod_contentNavigation_list_page.current a {
  background: url("../img/common/img_aside_anchor.png") no-repeat left bottom;

}
/* line 29, sass/modules/_contentnavigation.scss */
.mod_contentNavigation_list_page:hover:before {
  background-position: left bottom;
}
/* line 32, sass/modules/_contentnavigation.scss */
.mod_contentNavigation_list_page:hover a {
  text-decoration: none;
}
/* line 36, sass/modules/_contentnavigation.scss */
.mod_contentNavigation_list_page a {
  display: inline-block;
}
/* line 41, sass/modules/_contentnavigation.scss */
.mod_contentNavigation_bigger {
  text-align: center;
}
/* line 43, sass/modules/_contentnavigation.scss */
.mod_contentNavigation_bigger_caption {
  margin-top: 20px;
  font-weight: bold;
}

/* line 2, sass/_mixin.scss */
.mod_indexList:after {
  content: "";
  display: table;
  clear: both;
}
/* line 3, sass/modules/_indexlist.scss */
.mod_indexList_container {
  float: left;
  box-sizing: content-box;
  width: 250px;
  margin: 55px 0 20px;
  padding: 0 17px 0 30px;
  text-align: center;
}
/* line 10, sass/modules/_indexlist.scss */
.mod_indexList_container_btn {
  margin-top: 15px;
}
/* line 13, sass/modules/_indexlist.scss */
.mod_indexList_container a:hover {
  text-decoration: none;
}
/* line 16, sass/modules/_indexlist.scss */
.mod_indexList_container:nth-child(3n) {
  padding-right: 0;
}

/* line 1, sass/identifier/_parts.scss */
.pageTitle {
  margin-bottom: 20px;
}

/* line 5, sass/identifier/_parts.scss */
.lead {
  margin-left: 50px;
}

/* line 9, sass/identifier/_parts.scss */
.marker {
  background-color: #FFE600;
}

/* line 1, sass/page/_top.scss */
.mod_firstview,
.mod_service,
.mod_campaign,
.mod_program,
.mod_support {
  margin-bottom: 50px;
}
/* line 7, sass/page/_top.scss */
.mod_firstview h2,
.mod_service h2,
.mod_campaign h2,
.mod_program h2,
.mod_support h2 {
  margin-bottom: 50px;
  padding: 5px 0;
  background-image: url("../img/common/bg_dashed.png"), url("../img/common/bg_dashed.png");
  background-repeat: repeat-x;
  background-position: top center, bottom center;
  text-align: center;
}

/* line 2, sass/_mixin.scss */
.mod_firstview:after {
  content: "";
  display: table;
  clear: both;
}
/* line 20, sass/page/_top.scss */
.mod_firstview_carousel {
  float: left;
  position: relative;
  width: 672px;
  height: 439px;
  background: url("../img/top/img_carousel_wrapper.png") no-repeat;
  padding: 31px 28px 63px;
}
/* line 27, sass/page/_top.scss */
.mod_firstview_carousel_wrapper {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100%;
}
/* line 32, sass/page/_top.scss */
.mod_firstview_carousel_container {
  position: absolute;
  height: 345px !important;
}
/* line 34, sass/page/_top.scss */
.mod_firstview_carousel_container li {
  float: left;
}
/* line 36, sass/page/_top.scss */
.mod_firstview_carousel_container li img {
  width: 100%;
    width: 616px;
    height: 345px;
}
/* line 41, sass/page/_top.scss */
.mod_firstview_carousel_controller {
  position: absolute;
  top: 190px;
  left: 0;
}
/* line 45, sass/page/_top.scss */
.mod_firstview_carousel_controller li {
  position: absolute;
  cursor: pointer;
}
/* line 49, sass/page/_top.scss */
.mod_firstview_carousel_controller_left {
  left: 12px;
}
/* line 52, sass/page/_top.scss */
.mod_firstview_carousel_controller_right {
  left: 650px;
}
/* line 57, sass/page/_top.scss */
.mod_firstview_navigation {
  float: right;
  width: 475px;
}
/* line 60, sass/page/_top.scss */
.mod_firstview_navigation li {
  position: relative;
  float: left;
}
/* line 64, sass/page/_top.scss */
.mod_firstview_navigation li:first-child:after {
  position: absolute;
  top: -20px;
  right: -85px;
  z-index: 10;
  content: url("../img/top/nav_entry_text.png");
}

/* line 2, sass/_mixin.scss */
.mod_service ul:after,
.mod_campaign ul:after {
  content: "";
  display: table;
  clear: both;
}
/* line 81, sass/page/_top.scss */
.mod_service ul li,
.mod_campaign ul li {
  float: left;
}

/* line 88, sass/page/_top.scss */
.mod_service .tel {
  position: relative;
}
/* line 90, sass/page/_top.scss */
.mod_service .tel:before {
  position: absolute;
  top: 0;
  left: -30px;
  content: url("../img/top/img_service_tel_text.png");
}

/* line 104, sass/page/_top.scss */
.mod_program_channel h3 {
  margin-bottom: 10px;
}
/* line 107, sass/page/_top.scss */
.mod_program_channel_item {
  float: right;
  margin-bottom: 20px;
  width: 356px;
}
/* line 111, sass/page/_top.scss */
.mod_program_channel_item.type_large {
  float: left;
  width: 801px;
}
/* line 114, sass/page/_top.scss */
.mod_program_channel_item.type_large h4,
.mod_program_channel_item.type_large .mod_program_channel_item_time {
  font-size: 26px;
}
/* line 118, sass/page/_top.scss */
.mod_program_channel_item.type_large a {
  margin-bottom: 60px;
  padding: 10px;
}
/* line 121, sass/page/_top.scss */
.mod_program_channel_item.type_large a:before {
  content: url("../img/top/img_program_channel_wrapper_large.png");
}
/* line 125, sass/page/_top.scss */
.mod_program_channel_item.type_large img {
  width: 780px;
  height: 435px;
}

/* live camera 18-09-18  <-- */
.mod_program_channel_item.type_large h4 img {
  width: 360px;
  height: 38px;
  margin:20px 0 0 0;
}
.mod_program_channel_item ul li{
	line-height:30px;
}
.mod_program_channel_item ul li.date{
	text-align:right;
	margin:-36px 0 16px 0;
}
/* live camera 18-09-18  --> */

/* line 130, sass/page/_top.scss */
.mod_program_channel_item.type_large .mod_program_channel_item_time:before {
  content: url("../img/top/img_program_channel_bracket_left.png");
  vertical-align: -10px;
}
/* line 134, sass/page/_top.scss */
.mod_program_channel_item.type_large .mod_program_channel_item_time:after {
  content: url("../img/top/img_program_channel_bracket_right.png");
  vertical-align: -10px;
}
/* line 140, sass/page/_top.scss */
.mod_program_channel_item h4 {
  float: left;
  font-size: 16px;
}
/* line 144, sass/page/_top.scss */
.mod_program_channel_item a {
  display: block;
  position: relative;
  margin-bottom: 20px;
  padding: 5px;
}
/* line 149, sass/page/_top.scss */
.mod_program_channel_item a:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  content: url("../img/top/img_program_channel_wrapper_small.png");
  vertical-align: bottom;
}
/* line 158, sass/page/_top.scss */
.mod_program_channel_item a:hover img {
  opacity: .7;
}
/* line 162, sass/page/_top.scss */
.mod_program_channel_item a img {
  -moz-transition: opacity, 0.3s, ease-in-out;
  -o-transition: opacity, 0.3s, ease-in-out;
  -webkit-transition: opacity, 0.3s, ease-in-out;
  transition: opacity, 0.3s, ease-in-out;
}
/* line 166, sass/page/_top.scss */
.mod_program_channel_item img {
  width: 345px;
  height: 195px;
}
/* line 170, sass/page/_top.scss */
.mod_program_channel_item_time {
  float: right;
  font-size: 16px;
}
/* line 173, sass/page/_top.scss */
.mod_program_channel_item_time:before {
  margin-right: 1em;
  content: url("../img/top/img_program_channel_bracket_left_small.png");
  vertical-align: -8px;
}
/* line 178, sass/page/_top.scss */
.mod_program_channel_item_time:after {
  margin-left: 1em;
  content: url("../img/top/img_program_channel_bracket_right_small.png");
  vertical-align: -8px;
}
/* line 185, sass/page/_top.scss */
.mod_program_channel footer {
  clear: both;
}
/* line 2, sass/_mixin.scss */
.mod_program_channel footer:after {
  content: "";
  display: table;
  clear: both;
}
/* line 188, sass/page/_top.scss */
.mod_program_channel footer .mod_program_channel_lead {
  float: left;
  padding-top: 10px;
}
/* line 192, sass/page/_top.scss */
.mod_program_channel footer .mod_program_channel_lineup {
  float: right;
}
/* line 198, sass/page/_top.scss */
.mod_program_cs h3 {
  margin-bottom: 15px;
}
/* line 201, sass/page/_top.scss */
.mod_program_cs_lineup {
  width: 1200px;
  height: 311px;
  padding: 50px 30px 50px 20px;
  background: url("../img/top/img_program_cs_bg.png") no-repeat;
}

/* line 2, sass/_mixin.scss */
.mod_support_wrapper:after {
  content: "";
  display: table;
  clear: both;
}
/* line 215, sass/page/_top.scss */
.mod_support_news {
  float: left;
  width: 840px;
  height: 564px;
  padding: 155px 60px 60px 70px;
  background: url("../img/top/img_support_news_bg.png") no-repeat;
}
/* line 221, sass/page/_top.scss */
.mod_support_news_tab {
  display: table;
  width: 100%;
}
/* line 224, sass/page/_top.scss */
.mod_support_news_tab li {
  background-position: top center;
  background-repeat: no-repeat;
  cursor: pointer;
}
/* line 229, sass/page/_top.scss */
.mod_support_news_tab li.news {
  background-image: url("../img/top/img_support_news_tab01_on.png");
}
/* line 232, sass/page/_top.scss */
.mod_support_news_tab li.info {
  background-image: url("../img/top/img_support_news_tab02_on.png");
}
/* line 235, sass/page/_top.scss */
.mod_support_news_tab li.trouble {
  background-image: url("../img/top/img_support_news_tab03_on.png");
}
/* line 238, sass/page/_top.scss */
.mod_support_news_tab li.is-current img {
  opacity: 0;
}
/* line 243, sass/page/_top.scss */
.mod_support_news_wrapper {
  height: 292px;
  padding: 20px;
  background: url("../img/top/img_support_news_border.png") no-repeat bottom center;
}
/* line 248, sass/page/_top.scss */
.mod_support_news_container {
  position: relative;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
/* line 254, sass/page/_top.scss */
.mod_support_news_container.is-current {
  height: 100%;
  overflow: visible;
  opacity: 1;
}
/* line 259, sass/page/_top.scss */
.mod_support_news_container table {
  width: 100%;
  margin-bottom: 20px;
}
/* line 262, sass/page/_top.scss */
.mod_support_news_container table th, .mod_support_news_container table td {
  font-weight: bold;
}
/* line 266, sass/page/_top.scss */
.mod_support_news_container table tr:last-child td {
  border: 0;
}
/* line 270, sass/page/_top.scss */
.mod_support_news_container table td {
  padding: 6px 4px;
  border-bottom: dashed 2px #b2b2b2;
  vertical-align: middle;
}
/* line 275, sass/page/_top.scss */
.mod_support_news_container table .date {
  width: 5em;
}
/* line 278, sass/page/_top.scss */
.mod_support_news_container table .category {
  width: 10em;
  text-align: center;
}
/* line 284, sass/page/_top.scss */
.mod_support_news_more {
  position: absolute;
  bottom: -45px;
  right: -10px;
  text-align: right;
}
/* line 291, sass/page/_top.scss */
.mod_support_button {
  position: relative;
  float: right;
  padding-top: 190px;
}
/* line 295, sass/page/_top.scss */
.mod_support_button:before {
  position: absolute;
  top: 50px;
  left: 13px;
  content: url("../img/top/img_support_cloud.png");
}

/* line 2, sass/page/_about.scss */
.lower.about .pageTitle {
  margin-bottom: 80px;
}
/* line 5, sass/page/_about.scss */
.lower.about .mod_about {
  margin-bottom: 60px;
}
/* line 2, sass/_mixin.scss */
.lower.about .mod_about:after {
  content: "";
  display: table;
  clear: both;
}
/* line 8, sass/page/_about.scss */
.lower.about .mod_about_content {
  width: 588px;
  float: left;
}
/* line 11, sass/page/_about.scss */
.lower.about .mod_about_content h3 {
  margin-bottom: 20px;
}
/* line 14, sass/page/_about.scss */
.lower.about .mod_about_content p {
  line-height: 2.0em;
}
/* line 18, sass/page/_about.scss */
.lower.about .mod_about_illust {
  display: block;
  float: right;
  width: 286px;
}
/* line 24, sass/page/_about.scss */
.lower.about .mod_about:nth-child(odd) .mod_about_content {
  float: right;
}
/* line 27, sass/page/_about.scss */
.lower.about .mod_about:nth-child(odd) .mod_about_illust {
  float: left;
}




/*45kai added*/
.clearFix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  }
* html .clearFix             { zoom: 1; } /* IE6 */
*:first-child+html .clearFix { zoom: 1; } /* IE7 */
.lower .l_wrapper.kp .l_container {
  position: relative;
}

div.archive_wrap{
  background: url(../img/news/sep02.png) top left no-repeat;
  margin-top: 50px;
  padding: 5px 0 0 0;
}
dl.archive{
  position: relative;
  padding: 28px 20px;
  background: url(../img/news/sep.png) bottom left no-repeat;
  min-height: 121px;
  overflow: hidden;
}
dl.archive dt{
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 5px 0;
}
dl.archive dt,dl.archive dd.excerpt{
  padding: 0 0 0 176px;
}
dl.archive dd.date{
  position: absolute;
  left: 20px;
  top: 51px;
  text-align: center;
}
dl.archive.trouble dd.date{
  top: 38px;
}


dl.aside_archive{
  position: relative;
  padding: 45px 0 20px 0;
  background: url(../img/news/sep.png) top left no-repeat;
}
dl.aside_archive.firstChild{
  background: none;
}

dl.aside_archive dt{
  padding: 0 10px 0 30px;
  margin: 0 0 5px 0;
}
dl.aside_archive dd.excerpt{
  padding: 0 10px 0 30px;
  font-size: 12px;
}
dl.aside_archive dd.date{
  position: absolute;
  top: 20px;
  left: 10px;
  padding: 0 0 0 20px;
  background: url(../img/news/side_lm.png) center left no-repeat;

}
dl.aside_archive dd.date img{
  position: relative;
  top: -5px;
}
ol.breadclumb{
  position: absolute;
  top: -45px;
  left: 0;
  font-size: 12px;
  color: #808080;
  z-index: 1000;
}
ol.breadclumb li{
  display: inline;
}
/* live camera 18-09-18 <-- */
ol.breadclumb2{
  position: relative;
  top: 10px;
  left: 0;
  font-size: 12px;
  color: #808080;
  z-index: 1000;
}
ol.breadclumb2 li{
  display: inline;
}
/* live camera 18-09-18 --> */
div.single h1.pageTitle{
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  background: url(../img/single/h1_lm.png) top left no-repeat;
  padding: 0 0 0 50px;
}
div.single p.thumb img{
  max-width: 875px;
  height: auto;
}
div.single p.date{
  margin: 0 0 10px 0;
}
div.thumb figure{
  float: left;
  margin: 0 7px;
}
div.parag img{
  max-width: 875px;
  height: auto;
}

div#archive_program{
  position: relative;
  min-height: 5200px;
/*  background: url(../img/program/bg.png) top right no-repeat;*/
}
div#archive_program div.prS{
  padding:46px 10px 40px;
  width: 141px;
  height: 141px;
  background: url(../img/program/bg_03.png) top left no-repeat;
  position: absolute;
  text-align: center;
/*  cursor: pointer;
*/}
div#archive_program div.prM{
  padding:70px 27px 64px;
  width: 281px;
  height: 280px;
  background: url(../img/program/bg_02.png) top left no-repeat;
  position: absolute;
  text-align: center;
/*  cursor: pointer;
*/}
div#archive_program div.prL{
  padding: 300px 75px 120px 75px;
  width: 582px;
  height: 580px;
  background: url(../img/program/bg_01.png) top left no-repeat;
  position: absolute;
  text-align: center;
/*  cursor: pointer;
*/}
div#archive_program div.prS:hover{
  background: url(../img/program/bg_03.png) top right no-repeat;
}
div#archive_program div.prM:hover{
  background: url(../img/program/bg_02.png) top right no-repeat;
}
div#archive_program div.prL:hover{
  background: url(../img/program/bg_01.png) top right no-repeat;
}
div#archive_program div.prS.nl:hover{
  background: url(../img/program/bg_03.png) top left no-repeat;
}
div#archive_program div.prM.nl:hover{
  background: url(../img/program/bg_02.png) top left no-repeat;
}
div#archive_program div.prL.nl:hover{
  background: url(../img/program/bg_01.png) top left no-repeat;
}



div#archive_program p.thumb img{
  width: 340px;
  height: auto;
}
div#archive_program div.prL p.thumb{
  position: absolute;
  top: 105px;
  left: 120px;
}
div#archive_program div.prL h2{
  font-size: 24px;
  padding: 20px 0;
}
div#archive_program div.prL p.cap{
  font-size: 17px;
  margin: 0 0 40px 0;
}

div#archive_program div.prM h2{
  font-size: 20px;
  padding: 0 10px 17px 10px;
}
div#archive_program div.prM p.cap{
  font-size: 15px;
  margin: 0 0 17px 0;
}
div#archive_program div.prL p.cat{
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 100%;
}
div#archive_program div.prS p.cat{
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
div#archive_program div.prM p.cat{
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
div#archive_program div.prS h2{
  font-size: 12px;
}
div#archive_program div.prS.bt h2{
  font-size: 17px;
}


div#archive_program div#p01{
  top: 20px;
  left: 0;
}
div#archive_program div#p02{
  top: 170px;
  left: 620px;
}
div#archive_program div#p03{
  top: 650px;
  left: 0;
}
div#archive_program div#p04{
  top: 800px;
  left: 620px;
}
div#archive_program div#p05{
  top: 1280px;
  left: 0px;
}
div#archive_program div#p06{
  top: 1430px;
  right: 0;
}
div#archive_program div#p07{
  top: 1910px;
  left: 0;
}
div#archive_program div#p08{
  top: 2060px;
  right: 0;
}
div#archive_program div#p09{
  top: 2540px;
  left: 0;
}
div#archive_program div#p10{
  top: 2690px;
  right: 0px;
}
div#archive_program div#p11{
  top: 3170px;
  left: 0px;
}
div#archive_program div#p12{
  top: 3320px;
  right: 0;
}
div#archive_program div#p13{
  top: 3800px;
  left: 0px;
}
div#archive_program div#p14{
  top: 3950px;
  right: 0;
}
div#archive_program div#p15{
  top: 4430px;
  left: 0px;
}
div#archive_program div#p16{
  top: 4580px;
  right: 0;
}
div#archive_program div#p17{
  top: 4580px;
  right: 200px;
}
div#archive_program div#p18{
  top: 4880px;
  right: 400px;
}
div#archive_program div#p19{
  top: 4880px;
  right: 150px;
}
div#archive_program div#p20{
  top: 2860px;
  right: 0;
}
div#archive_program div#p21{
  top: 3200px;
  left: 100px;
}
div#archive_program div#p22{
  top: 3330px;
  left: 500px;
}
div#archive_program div#p23{
  top: 3190px;
  right: 190px;
}
div#archive_program div#p24{
  top: 3290px;
  right: 0;
}
div#archive_program div#p25{
  top: 3520px;
  left: 310px;
}
div#archive_program div#p26{
  top: 3460px;
  right: 80px;
}
div#archive_program div#p27{
  top: 3600px;
  left: 0;
}
div#archive_program div#p28{
  top: 3600px;
  left: 640px;
}
div#archive_program div#p29{
  bottom: 0;
  right: 60px;
}
div#archive_program div#p30{
  bottom: 130px;
  left: 470px;
}
div#archive_program div#p31{
  bottom: 0;
  left: 340px;
}
ul#program_submnavi li{
  display: inline;
  cursor: pointer;
}
ul#program_submnavi{
  position: absolute;
  top: 0;
  right: 0;
}
div.program{
  position: relative;
}
div#archive_program a.more{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -30000px;
}
div#archive_program div.prL#p00{
  position: absolute;
  top: 0;
  left: 250px;
  z-index: 30000;
  display: none;
}
div#archive_program div.prL#p00 p.close{
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: 30001;
}
div#archive_program div.prL#p00 p.date{
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  font-size: 19px;
}
div#archive_program div.prL#p00 p.cat{
  position: absolute;
  bottom: 135px;
  left: 0;
  width: 100%;
}
div#archive_program div.prL#p00{
  padding-top: 385px;
  width: 723px;
  height: 722px;
  background: url(../img/program/bg_04.png) top left no-repeat;
}
div#archive_program div.prL#p00:hover{
  background: url(../img/program/bg_04.png) top right no-repeat;
}
div#archive_program div.prL#p00 p.thumb img{
  width: 410px;
  height: auto;
}
div#archive_program div.prL#p00 p.thumb{
  top: 150px;
  left: 150px;
}
div#archive_program div.prL#p00 h2{
  font-size: 35px;
}
div#archive_program div.prL#p00 p.cap{
  font-size: 20px;
}

#bo {
    position: absolute;
    z-index: 28000;
    background: #000000;
    top: 0px;
    left: 0px;
    filter: alpha(opacity=0);
    opacity: 0.0;
    display: none;
}
div.single p.status{
  position: absolute;
  top: 10px;
  right: 75px;
}

div.single h1.pageTitle.hsc {
  width: 670px;
}
div.parag.sept{
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  background: url(../img/news/sep.png) top left no-repeat;
}
div.sept p.date{
  margin: 0 0 20px 0;
}
ul.aside_archive li{
  padding: 0 0 0 20px;
  margin: 20px 10px;
  background: url(../img/program/side_lm_na.png) top left no-repeat;
  line-height:20px;
  font-size: 14px;
}
ul.aside_archive li.current{
  background: url(../img/program/side_lm_a.png) top left no-repeat;
}

div#flash_news dl{
  margin: 75px 0 0 0;
  position: relative;
  min-height: 175px;
}

div#flash_news dl dt{
  font-size: 22px;
  line-height: 34px;
  margin: 0 0 5px 260px;
}
div#flash_news dl dd.content{
  margin: 0 0 0 260px;
  font-size: 15px;
}
div#flash_news dl dd.thumb img{
  width: 245px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}

div.faq h2{
  font-size: 22px;
  background: url(../img/faq/sep.png) bottom left no-repeat;
  padding: 0 0 20px 0;
  margin: 40px 0 0  0;
}
div.faq h3 a{
  display: block;
  background: url(../img/faq/faq_q.png) no-repeat;
  background-position: 0 20px ;
  padding: 20px 0 20px 50px;
  margin: 0 0 0 20px;
  line-height: 51px;
  font-size: 16px;
  cursor: pointer;
}
div.faq h3 img{
  vertical-align: middle;
  margin: 0 0 0 10px;
}

div.faq_wrap{
  padding: 0;
  background: url(../img/faq/sep_02.png) bottom left no-repeat;
}
div.answer{
  display: none;
  margin: 20px 0 20px 20px;
  background: url(../img/faq/faq_a.png) top left no-repeat;
  font-size: 16px;
  padding: 20px 0 20px 50px;
  min-height: 54px;
}
div.answer0{
  display: none;
  margin: 0px 0 20px 20px;
  padding: 0px 0 20px 0px;
}
ul#faq_subnavi{
  margin: 30px 0 0 50px;
  width: 600px;
}
ul#faq_subnavi li{
  float: left;
}
ul#faq_subnavi li a:link,ul#faq_subnavi li a:visited{
  display: block;
  font-size: 16px;
  width: 220px;
  margin: 0 40px 10px 0;
  background: url(../img/faq/faq_lm_na.png) center right no-repeat;
}
ul#faq_subnavi li a:hover{
  text-decoration: none;
}


div.container{
  position: relative;
}
.mod_program_channel_item a img{
  height: auto;
  width: 345px;
}

h2.inquiry_subnavi{
  text-align: center;
  margin: 60px 0 0 0;
}
div.inquiry_input{
  background: url(../img/inquiry/sep.png) bottom repeat-x;
  padding: 30px 0;
}
div.inquiry_input.lastChild{
  background: none;
  padding: 30px 0;
  margin: 0 0 30px 0;
}

div.inq_wrap{
  width: 960px;
  margin: 0 auto;
}
body.inquiry.lower .l_wrapper {
    margin: 60px auto 20px auto;
}
div.inq_wrap table{
  width: 100%;
}
div.inq_wrap table th{
  width: 27%;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
}
div.inq_wrap table td{
  font-size: 15px;
  font-weight: bold;
}
div.inq_wrap table td ul li{
  padding: 5px 0;
}
div.inq_wrap table td dl dt{
  clear: both;
  float: left;
  width: 100px;
  margin: 0 0 10px 0;
  line-height: 39px;
}
div.inq_wrap table td dl dd{
  margin: 0 0 10px 0;
}
div.inq_wrap input[type="text"]{
  width: 600px;
  line-height: 27px;
  padding: 5px 15px;
  background: url(../img/inquiry/text_l.png) top left no-repeat;
  border: none;
}
div.inq_wrap input.s[type="text"]{
  width: 50px;
  line-height: 25px;
  padding: 5px 15px;
  background: url(../img/inquiry/text_s.png) top left no-repeat;
  border: none;

}
div.inq_wrap input.m[type="text"]{
  width: 179px;
  line-height: 26px;
  padding: 5px 15px;
  background: url(../img/inquiry/text_m.png) top left no-repeat;
  border: none;

}


@media all and (-ms-high-contrast:none){
  div.inq_wrap input[type="text"]{
    width: 600px;
    line-height: 27px;
    height: 37px;
    padding: 5px 15px;
    background: url(../img/inquiry/text_l.png) top left no-repeat;
    border: none;
  }
  div.inq_wrap input.s[type="text"]{
    width: 50px;
    line-height: 25px;
    height: 35px;
    padding: 5px 15px;
    background: url(../img/inquiry/text_s.png) top left no-repeat;
    border: none;

  }
  div.inq_wrap input.m[type="text"]{
    width: 179px;
    line-height: 26px;
    height: 36px;
    padding: 5px 15px;
    background: url(../img/inquiry/text_m.png) top left no-repeat;
    border: none;

  }
}



div.inq_wrap table td p{
  margin: 0 0 20px 0;
}
div.inq_wrap table td p.lastChild{
  margin: 0;
}

div.inq_wrap table th.required span{
  background: url(../img/inquiry/required.png) top left no-repeat;
  padding: 50px 0 0 65px;
  display: block;
}
div.inq_wrap input[type="checkbox"]{
  display: none;
}
div.inq_wrap input[type="checkbox"] + label {
    background-image: url(../img/inquiry/check_na.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 8px 0 4px 28px;
}

div.inq_wrap input[type="checkbox"]:checked + label {
    background-image: url(../img/inquiry/check.png);
}
div.inq_wrap input[type="radio"]{
  display: none;
}
div.inq_wrap input[type="radio"] + label {
    background-image: url(../img/inquiry/radio_na.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 5px 0 6px 28px;
}

div.inq_wrap input[type="radio"]:checked + label {
    background-image: url(../img/inquiry/radio.png);
}
p.submit_f01{
  text-align: center;
  margin: 0 0 60px 0;
}
p.submit_f01 button{
  background: url(../img/inquiry/inq_bt01.png) top left no-repeat;
  width: 427px;
  height: 68px;
  cursor: pointer;
  border: none;
  text-indent: -30000px;
  margin: 0 auto;
}
p.submit_f01 button:hover{
    background-position: top right;
}
p.submit{
  text-align: center;
  margin: 0 0 60px 0;
}
button.submit_f02{
  background: url(../img/inquiry/inq_bt02.png) top left no-repeat;
  width: 242px;
  height: 67px;
  cursor: pointer;
  border: none;
  text-indent: -30000px;
  margin: 0 auto;
  margin: 0 20px 0 0;
}
button.submit_f03{
  background: url(../img/inquiry/inq_bt03.png) top left no-repeat;
  width: 242px;
  height: 67px;
  cursor: pointer;
  border: none;
  text-indent: -30000px;
  margin: 0 auto;
}
p.submit button:hover{
    background-position: top right;
}
.contact form{
  display: none;
}
.contact form.mod_search{
  display: inline-block;
}
div.inq_wrap select{
  background: url(../img/inquiry/select.png) top left no-repeat;
  width: 601px;
  line-height: 37px;
  height: 37px;
  padding: 0 10px;
  border: none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    text-indent:.01px; /* Firefox用 */
    text-overflow:""; /* Firefox用 */
}
select::-ms-expand {
  display: none;
}
div.inq_wrap select.s{
  background: url(../img/inquiry/select_s.png) top left no-repeat;
  width: 89px;
  line-height: 36px;
  height: 36px;
}
div.inq_wrap select.m{
  background: url(../img/inquiry/select_m.png) top left no-repeat;
  width: 179px;
  line-height: 36px;
  height: 36px;
}
div.inq_wrap textarea{
  border: none;
  background: url(../img/inquiry/textarea.png) top left no-repeat;
  width: 600px;
  height: 301px;
  padding: 10px;
  overflow: auto;
}

.txtAC{
  text-align: center;
  margin: 40px 0 80px 0;
}
p.complete_bt a:link,p.complete_bt a:visited{
  text-indent: -30000px;
  width: 242px;
  height: 67px;
  background: url(../img/inquiry/complete_bt.png) top left no-repeat;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
p.complete_bt a:hover{
  background-position: top right;
}
div.price_cont p#price_simulate{
  margin-top: -70px;
}
div.price_cont{
  background: url(../img/news/sep.png) bottom left no-repeat;
  padding: 0 0 50px 0;
  margin: 0 0 50px 0;
}
div.price_cont h2{
  margin: 0 0 30px 0;
}
div.price_cont ul.l3 li{
  padding: 0 0px 5px 0;
  width:280px;
}
div.price_cont ul.l3 li img{
  padding: 0 0px 0px 0;
  width:290px;
}
div.price_cont ul li{
  display: inline-block;
  padding: 0 7px 0 0;
}
div.price_cont ul.l4 li{
  width:210px;
  padding: 0 3px 0 0;
}

div.price_cont ul.l4 li img{
  width:210px;
  padding: 0 3px 0 0;
}
div.price_cont ul li.lastChild{
  padding-right: 0;
}
div.price_cont ul li.firstLine{
  display: inline-block;
  padding-bottom: 13px;
}

div.price_cont ul,div.price_cont p{
  margin: 0 0 20px 0;
}
div.price_cont p.lead{
  margin: 0 0 0 50px;
}
div.price_cont p.caution{
  margin-top: -10px;
  font-size: 11px;
  margin-bottom: 10px;
}
div.price_cont p.txtAR{
  text-align: right;
  padding-right: 100px;
}
div.price_cont p.mtL{
  margin-top: 40px;
}

div.price_cont.lastChild{
  background: none;
  padding: 0;
  margin: 0;
}
.mod_contentNavigation_header.current a{
  text-decoration: none;
  background: -moz-linear-gradient(top, #ffffff, #ffffff 50%, #f0c000 50%, #f0c000);
  background: -webkit-linear-gradient(top, #ffffff, #ffffff 50%, #f0c000 50%, #f0c000);
  background: linear-gradient(to bottom, #ffffff, #ffffff 50%, #f0c000 50%, #f0c000);
}

div.l_container{
  position: relative;
}
div.faq_wrap p{
  margin: 0 0 10px 0;
}

div.single p.thumb{
  margin: 0 0 30px 0;
}

div.price_cont.au{
  padding-left: 52px;
  padding-right: 53px;
}
div.price_cont.au.firstChild{
  padding-top: 35px;
}
div.price_cont.au h3{
  line-height: 144%;
  margin: 30px 0 15px 0;
  font-size: 12px;
}
div.au p.klink{
  background: url("../img/common/img_aside_anchor.png") no-repeat scroll left top;
  padding: 0 0 0 20px;
  height: 15px;
  line-height: 15px;
}
.mod_contentNavigation_list_page.current:before {
  background-position: left bottom;
}
ul.aside_program{
  padding: 0 0 20px 0;
  margin: 0 0 30px 0;
  background: url(../img/news/sep.png) bottom repeat-x;
}
p.tokuban{
  padding: 20px 0 10px 0;
  text-align: center;
}
ul.pg_last{
  padding-bottom: 20px;
}

.inquiry_input em{
  font-size: 12px;
}
div.mod_about_flow{
  padding: 0 0 40px 0;
  margin: 40px 0 0 0;
  background: url(../img/faq/sep_02.png) bottom left no-repeat;
}
div.mod_about_flow h2{
  margin: 0 0 35px 0;
}
div.mod_about_flow_content{
  padding: 0 0 0 273px;
}
div.mod_about_flow_content div.wbg{
  padding: 22px;
  margin: 20px 0 0 0;
  background: #FFFFFF;
}
div.mod_about_flow_content p,div.mod_about_flow_content li{
  line-height: 170%;
}

div.mod_about_flow_content div.wbg2{
  padding: 22px;
  margin: 20px 0 0 0;
  background: #FFFFFF;
}
div.mod_about_flow_content div.wbg2 p.mb{
  margin-bottom: 1em;
}
div.mod_about_flow_content.flow01{
  background: url(../img/about/flow/bg_01.png) no-repeat;
  background-position: 60px center;
}
div.mod_about_flow_content.flow02{
  background: url(../img/about/flow/bg_02.png) no-repeat;
  background-position: 80px center;
}
div.mod_about_flow_content.flow03{
  background: url(../img/about/flow/bg_03.png) no-repeat;
  background-position: 30px center;
}
div.mod_about_flow.lastChild{
  background: none;
  padding: 0;
}
.sp{
  display: none;
}
dl.archive.trouble dd.date img{
    width: 70%;
}

/***   2018/03/16 追加  ***/
div.price_cont p.pcdisp{
  display:block;
  padding: 0 0 10px 0;
}
div.price_cont p.spdisp{
  display:none;
  padding-bottom:0px;
}
div.price_cont ul li.pcdisp{
  display:inline;
  padding-bottom:20px;

}
div.price_cont ul li.spdisp{
  display:none;
  padding-bottom:0px;
}
div.price_cont ul.l2 li{
  width:420px;
  padding: 0 5px 0 5px;
}

div.price_cont ul.l2 li img{
  width:420px;
  padding: 0 0 0 0;

}
div.pageTitle p.pcdisp{
  display:block;
  padding: 0 0 10px 0;
}
div.pageTitle p.spdisp{
  display:none;
  padding-bottom:0px;
}
/* 2018年3月　追加 チャンネル一覧*/
.ch_sample{
width:900px;
font-weight: bold; 
border-collapse: separate;
border-top: 2px solid #413333;
border-left: 2px solid #413333;
line-height: 1.5;
letter-spacing: .5px;
font-size: 15px;
font-weight: bold;
color: #413333;
}
.ch_sample th{
padding: 4px;
font-weight: normal; 
border-right: 2px solid #413333;
border-bottom: 2px solid #413333;
line-height: 1.2;
letter-spacing: .5px;
font-size: 15px;
font-weight: bold;
color: #413333;

text-align:center;
}
.ch_sample td{
padding: 4px;
font-weight: bold; 
border-right: 2px solid #413333;
border-bottom: 2px solid #413333;
line-height: 1.5;
letter-spacing: .5px;
font-size: 15px;
font-weight: bold;
/*color: #413333;*/
text-align:center;
}
.ch_sample tr{
height:50px;
}
.ch_sample td img{
width:80%;
}

/* live camera 18-09-18 <-- */
p.mod_program_channel_item .img_program_channel11_title img{
	float: left;
	width: 360px;
	height: 38px;
}
.livecamera_wrapper {
	background-color:white;
	margin:20px 0;
	padding:20px;
}
.livecamera_wrapper h3{
	margin:0 0 10px 0;
	font-size:125%;
}.livecamera_wrapper h3 img{
	margin:0 10px 5px 0;
	font-size:150%;
}
.mod_livecamera {
	float: left;
	width:750px;
	height:490px;
}
.mod_livecamera_list {
	float: right;
	margin-bottom: 20px;
	width: 400px;
}
.mod_livecamera_list img.list_title {
	width:400px;
	margin:0 0 10px 0;
}
.mod_livecamera_list ul li {
	line-height:36px;
	padding:0 0 0 10px;
}
.mod_livecamera_list ul li.short {
	line-height:36px;
	padding:0 0 0 5px;
}
.mod_livecamera_list ul li.town {
	background-image:url(../img/livecamera/icon_town.png);
	background-repeat:no-repeat;
	background-size:30px 30px;
	background-position:0px 3px;
}
.mod_livecamera_list ul li.road {
	background-image:url(../img/livecamera/icon_road.png);
	background-repeat:no-repeat;
	background-size:30px 30px;
	background-position:0px 3px;
}
.mod_livecamera_list ul li.river {
	background-image:url(../img/livecamera/icon_river.png);
	background-repeat:no-repeat;
	background-size:30px 30px;
	background-position:0px 3px;
}
.mod_livecamera_list p {
	line-height:36px;
	font-size:125%;
	text-align:right;
	padding:10px 10px 0 0;
}
.mod_livecamera_list p img {
	margin:0 0 10px 10px;
}

.mod_livecamera img.refresh {
	 width:712px;
	 height:auto;
}
.mod_livecamera img.livecamera_frame {
	width:720px;
	height:492px;
	position: relative;
	top: -489px;
	left: -3px;
}
.sp{
  display: none !important;
}
.livecamera_map {
	width:100%;
}
.livecamera_thumbnail ul {
	margin:20px 0 20px 0;
	
}
.livecamera_thumbnail ul li {
	text-decoration: none;
	display: block;
	background-repeat:no-repeat;
	background-position:top left;
	width:192px;
	height:180px;
	float:left;
	padding:18px 10px 0 21px;
	font-size:80%;
	line-height:1.4em;
}
.livecamera_thumbnail ul li.short {
	padding:18px 10px 0 17px;
}
.btn {
    width: 100%;
    height: 180px;
}
.btn:hover {
	filter:alpha(opacity=50); /* IE 6,7*/
	-moz-opacity:0.5; /* IE 8,9 */
	opacity:0.5;
	text-decoration:none;
} 
.btn_thumbnail {
    display: block;
}
.btn_thumbnail:hover {
	text-decoration:none;
}
.program_channel11_title_pc {
	float:left;
}
.livecamera_notes {
	float: left;
	width:720px;
	height:30px;
	font-weight:normal;
	margin:5px 0 0 0;
	text-align:right;
}
/* live camera 18-09-18 --> */

/* about 18-12-24 --> */
.mod_indexList2 {
  padding:20px 0 50px 20px;
  width: auto;
  display: table;
  clear: both;
}
.mod_indexList2_container {
  float: left;
  width: 180px;
  margin:15px 15px 10px;
  text-align: center;
  font-size:16px;
  color:gray;
  padding:10px;
  border:double; 
  border-radius: 5px;
  border:solid 2px;
/*  border-color:white;*/
}
.mod_indexList2_container:hover {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}
/* line 16, sass/modules/_indexlist.scss */
.mod_indexList2_container:nth-child(4n) {
  padding-right: 0;
}
/* about 18-12-24 --> */
/* toiawase bottom tuika 190521 --> */
.toiawase {
	width: 100%;
	max-width: 350px;
	margin: 50px auto;
	text-align:center;
}
.toiawase a {
	display: block;
	padding: 15px 10px;
	background-color: #FFF;
	border: #c0182f 1px solid;
	border-radius: 8px;
	color: #c0182f;
	text-decoration: none;
	box-shadow: 0 2px 5px rgba(100, 100, 100, .5);
}
.toiawase a:hover {
	background-color: #eb76a1;
	color: #FFF;
}
/* line 9, sass/layout/_footer.scss */
.l_footer .ctk_logo {
  float: left;
  margin-right:20px;
}
/* line 12, sass/layout/_footer.scss */
.l_footer .ctk_logo li {
  display: inline-block;
  margin-right: 5px;
}
.br-pc{
	display:none;
}
.br-sp{
	display:none;
}
/* digital guide tuika 191128 --> */
.digiguide {
	width: 100%;
	max-width: 600px;
	margin: 50px auto;
	text-align:center;
	font-size:26px;
	
}
.digiguide a {
	display: block;
	padding: 15px 10px;
	background-color: #FFF;
	border: #ff66cc 1px solid;
	border-radius: 8px;
	color: #ff66cc;
	text-decoration: none;
	box-shadow: 0 2px 5px rgba(100, 100, 100, .5);
}
.digiguide a:hover {
	background-color: #ff99cc;
	color: #FFF;
}
/* digital guide CTK12 tuika 191128 --> */
.digiguide-ctk {
	width: 100%;
	max-width: 600px;
	margin: 50px auto;
	text-align:center;
	font-size:26px;
	
}
.digiguide-ctk a {
	display: block;
	padding: 15px 10px;
	background-color: #FFF;
	border: #00008b 1px solid;
	border-radius: 8px;
	color: #00008b;
	text-decoration: none;
	box-shadow: 0 2px 5px rgba(100, 100, 100, .5);
}
.digiguide-ctk a:hover {
	background-color: #00bfff;
	color: #FFF;
}
/* digital guide tuika 191128 --> */
.digiguide-side{
	width: 100%;
	max-width: 190px;
	text-align:center;
	font-size:20px;
	margin: 20px 5px 10px 5px;
	padding: 15px 0px;
	background-color: #FFF;
	border: #ff66cc 3px solid;
	border-radius: 8px;
	color: #ff66cc;
	text-decoration: none;
}
.digiguide-side:hover{
	background-color: #ff99cc;
	color: #FFF;
}
/* 2020年4月　追加 いきマイページ内テーブル*/
.ikimy_table{
width:95%;
margin: 10px 30px; 30px; 30px;
border-collapse: separate;
line-height: 1.5;
letter-spacing: .5px;
font-size: 15px;
color: #413333;
}
.ikimy_table th{
padding: 4px;
font-weight: normal; 
border-bottom: 2px solid #413333;
line-height: 1.2;
letter-spacing: .5px;
font-size: 15px;
font-weight: normal;
background-color:#FFDBE1;
color: #413333;
text-align:center;
}
.ikimy_table td{
padding: 4px;
font-weight: bold; 
border-bottom: 1px solid #413333;
line-height: 1.5;
letter-spacing: .5px;
font-size: 16px;
font-weight: normal;
text-align:center;
}
.ikimy_table td:hover a{
text-decoration: underline;

}
.ikimy_table tr{
height:30px;
}

/* 2020/6/26 もりあげ隊 追加*/
.tp_left_half{
  float: left;
  position: relative;
  width: 672px;
}
.moriagetai_title {
margin: 0px 20px 30px 20px;
background: #ffebe9;
border: dashed 2px #ff7d6e;
box-shadow: 0px 0px 0px 5px #FFD7D4;
border-radius: 8px;
}
.moriagetai_title p {
font-size: 18px;
color: #ff4f3b;
padding:8px 5px;
text-align:center;
}

.moriagetai_title:hover {
box-shadow: 0px 0px 0px 5px #FF8880;
}
.moriagetai_table{
width:95%;
margin: 10px 30px; 30px; 30px;
border-collapse: separate;
line-height: 1.5;
letter-spacing: .5px;
font-size: 15px;
color: #413333;
}
.moriagetai_table th{
padding: 4px;
font-weight: normal; 
border-bottom: 2px solid tomato;
line-height: 1.8;
font-size: 18px;
background-color:tomato;
color: white;
text-align:center;
}
.moriagetai_table td{
padding: 4px;
border-bottom: 1px solid tomato;
line-height: 1.6;
letter-spacing: .5px;
font-size: 16px;
font-weight: normal;
background-color: white;
}
.moriagetai_table_col1{
width:15%;
text-align:center;
border-right: 1px solid tomato;
}
.moriagetai_table_col2{
width:85%;
text-align:left;

}
.moriagetai_table a:hover{
text-decoration: underline;
background-color:coral;
border-radius:5px;
font-size20px;
}
.moriagetai_movie{
width:260px;
margin:10px;
padding:0 0 0 10px;
}
.moriagetai-iflm{
width:100%;
}
.moriagetai-explanation1{
font-size:20px;
}
.moriagetai-explanation2{
font-size:16px;
}
/*　ケーブルラインボタン200925 --> */
.cableline {
	width: 100%;
	max-width: 500px;
	margin: 30px auto;
	text-align:center;
	font-size:16px;
}
.cableline a {
	display: block;
	padding: 15px 10px;
	background-color: #FFF;
	border: #023793 1px solid;
	border-radius: 8px;
	color: #023793;
	text-decoration: none;
	box-shadow: 0 2px 5px rgba(100, 100, 100, .5);
}
.cableline a:hover {
	background-color: #023793;
	color: #FFF;
}
/* 2020年7月　追加 動画配信サービス*/
div.price_cont ul li.ott{
  width:265px;
  margin:20px 10px 20px 10px;
  height:400px;
  background:white;
  margin-top:0px;
  padding:10px;
  border: solid 5px; 
}
div.price_cont ul li.ott p{
  height:120px;
}
div.price_cont ul li.ott img{
  width:90%;
  margin:10px 0 20px 0;
}
div.price_cont ul li.ottflow{
  width:200px;
  height:350px;
  padding:10px;
  margin:0 5px;
  vertical-align:top;
  border: solid 1px black;
  background:white;
}
div.price_cont ul li.ottflow h4{
  color:mediumblue;
  font-size:18px;
  text-align:center;
}

div.price_cont ul li.ottflow h5{
  font-size:16px;
  margin:20px 0 10px 0;
}

div.price_cont ul li.ottflow-arrow{
  color:blue;
  width:10px;
  text-align:center;
  height:500px;
  padding-top:50px;
  margin:0;
}
.ott-button {
  margin: 0px 25px;
  text-align:center;
  font-size:16px;
  background-color: #FFF;
  color: #00008b;
  text-decoration: none;
}
.ott-button a{
  display: block;
  margin: 0px 10px;
  padding: 5px 10px;
  background-color: #FFF;
  border: #00008b 1px solid;
  border-radius: 8px;
  color: #00008b;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(100, 100, 100, .5);
}
.ott-button a:hover {
  background-color: #00bfff;
  color: #FFF;
}
.ott-head {
  width:100%;
  height:200px;
  background-color:none;
  margin:0 0 50px 0;
  padding:20px;

}
.ott-head-cont{
  width:65%;
  float:right;

}
.ott-head h2{
  font-size:32px;
}
.ott-head p{
  font-size:16px;
}

.ott-head-img{
  width: 30%;
  float:left;
  margin:20px 0px 0 20px;
}
.ott-head-img img{
  width: 100%;
}

/* 2021年4月　追加 各種手続きセルフページ*/
div.price_cont ul li.selfpage{
  width:432px;
  height:520px;
  padding:20px;
  margin:0 1px;
  vertical-align:top;
  border: solid 1px black;
  background:white;
}
.selfpage h4{
  color:mediumblue;
  font-size:18px;
  text-align:center;
}

.selfpage h5{
  font-size:18px;
  margin:5px 0;
}
.selfpage p{
  font-size:16px;
  margin:20px 0 10px 0;
}
.selfpage p a{
  display: block;
  margin: 0px 10px;
  padding: 10px 10px;
  background-color: #EEFFFF;
  border: #00008b 1px solid;
  border-radius: 8px;
  color: #00008b;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(100, 100, 100, .5);
  font-size:18px;
  text-align:center;
}
.selfpage p a:hover {
  background-color: #00008b;
  color: #FFF;
}
.selfpage h5 a {
  text-decoration: underline;
}
.selfpage h5 a:hover {
  background-color: #00008b;
  color: #FFF;
}
