@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;
  max-height: 100%;
}

/* 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 {
  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: 18px;
  font-weight: bold;
  color: #413333;
}

/* line 14, sass/_element.scss */
body {
  width: 100%;
  overflow-x: hidden;
  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;
  background-image: 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;
*/  margin: auto;
}
/* line 15, sass/layout/_header.scss */
.l_header h1 {
  padding: 25px 0 15px 0;
  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 {
  background: url("../img/common/img_border_nav.png") no-repeat right center;
}
/* 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;
}
/* line 53, sass/layout/_header.scss */
.l_header .asideNavigation .tel {
  margin-top: 5px;
  padding-top: 15px;
  background: url("../img/common/bg_dashed.png") repeat-x top center;
}

/* line 1, sass/layout/_footer.scss */
.l_footer {
  margin-bottom: -25px;
  background: #323232;
  position: relative;
}
/* line 4, sass/layout/_footer.scss */
.l_footer .wrapper {
  position: relative;
  padding: 0;
}
/* 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;
  padding: 10px 5px 0px 10px;
}
/* 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 {
  position: absolute;
  bottom: 30px;
  right: 20px;
}
/* line 23, sass/layout/_footer.scss */
.l_footer .sitemap {
}
/* line 27, sass/layout/_footer.scss */
.l_footer .sitemap li {
  float: left;
  width: 50%;
  padding: 20px;
  text-align: left;
  margin: 0;
  border-bottom: 1px solid #FFFFFF;
}
.l_footer .sitemap li.left {
  border-right: 1px solid #FFFFFF;
}
/* 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 {
  margin: 60px auto 80px;
}
/* line 2, sass/_mixin.scss */
.lower .l_wrapper:after {
  content: "";
  display: table;
  clear: both;
}
/* line 11, sass/layout/_container.scss */

/* 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: 10;
  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:before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background: url("../img/common/img_aside_anchor.png") no-repeat left top;
  vertical-align: -2px;
}
/* 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 */

/* 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: 25px;
  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 {
  position: relative;
  width: 560px;
  height: 380px;
  background: url("../img/mobile/top/mv_bg.png") no-repeat;
  padding: 31px 28px 0;
  margin: 0 auto 40px auto;
}
/* line 27, sass/page/_top.scss */
.mod_firstview_carousel_wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  margin: 0 auto;
}
.caroufredsel_wrapper {
  height: 100% !important;
}
/* line 32, sass/page/_top.scss */
.mod_firstview_carousel_container {
  position: absolute;
  height: 100% !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 {
  position: relative;
  width: 500px;
  height: auto;
}
/* line 41, sass/page/_top.scss */
.mod_firstview_carousel_controller {
  position: absolute;
  top: 160px;
  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: 536px;
}
/* line 57, sass/page/_top.scss */
.mod_firstview_navigation {
  width: 535px;
  margin: 0 auto;
}
/* line 60, sass/page/_top.scss */
.mod_firstview_navigation li {
  padding: 15px;
  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;
}
.mod_service ul{
  width: 560px;
  margin: 0 auto;
}
/* line 81, sass/page/_top.scss */
.mod_service ul li,
.mod_campaign ul li {
  float: left;
  text-align: center;
  width: 50%;
  height: 180px;
}
.mod_service ul li.sp_net{
  width: 54%;
}
.mod_service ul li.sp_tv{
  width: 46%;
}

.mod_service ul li.tel{
  width: 46%;
}

.mod_service ul li.sps{
  width: 27%;
  position: relative;
  top: 20px;
}

.mod_service ul li img{
  height: auto;
  width: auto;
}

/* 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: -50px;
  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;
  margin-right: 20px;
  width: 356px;
}

/* live camera 18-09-18 <-- */
.mod_program_channel_item_sp {
	float:none;
  margin: 20px 30px;
  width: 640px;
  font-size:80%;
}
.mod_program_channel_item_sp .left_side {
	width:49%;
	float:left;
}
.mod_program_channel_item_sp .right_side {
	padding:40px 0 0 0;
	width:49%;
	float:right;
}
.mod_program_channel_item_sp ul li {
	line-height:26px;
}
.mod_program_channel_item_sp ul img {
	width:100%;
}
.mod_program_channel_item ul li.date{
	text-align:right;
	margin:-30px 0 10px 0;
}
/* live camera 18-09-18 --> */

/* line 111, sass/page/_top.scss */
.mod_program_channel_item.type_large {
  margin: 30px auto 0 auto;
  width: 560px;
  float: none;
}
/* 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/mobile/top/program_bg.png");
}
/* line 125, sass/page/_top.scss */
.mod_program_channel_item.type_large img {
  width: 540px;
  height: 300px;
}

/* live camera 18-09-18 <-- */
.mod_program_channel_item.type_large h4 img {
  width: 360px;
  height: 38px;
  margin:20px 0 20px 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;
  margin:20 0 20 0;
}
/* 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: none;
  text-align: center;
}
/* line 198, sass/page/_top.scss */
.mod_program_cs h3 {
  margin-bottom: 15px;
}
/* line 201, sass/page/_top.scss */
.mod_program_cs_lineup {
  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 {
  width: 640px;
  height: 1160px;
  padding: 10px 30px 10px 30px;
  margin: 0 auto !important;

  line-height: 1.4;

  font-size: 16px;
  font-weight: bold;
  color: #413333;
} 
  
/*background: url("../img/mobile/top/support_bg.png") no-repeat*/;
}
/* line 221, sass/page/_top.scss */
.mod_support_news_tab {
  display: none;
  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 {
  display:none;
  background-image: url("../img/top/img_support_news_tab01_on.png");
}
/* line 232, sass/page/_top.scss */
.mod_support_news_tab li.info {
  display:none;
/*  background-image: url("../img/top/img_support_news_tab02_on.png");*/
}
/* line 235, sass/page/_top.scss */
.mod_support_news_tab li.trouble {
  display:none;
/*  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 {
  display:none;
  opacity: 0;
}
/* line 243, sass/page/_top.scss */
.mod_support_news_wrapper {
}
/* line 248, sass/page/_top.scss */
.mod_support_news_container {
  position: relative;
}
/* 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;
  margin: 20px 0 50px 0;
}
/* 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 */
/* line 270, sass/page/_top.scss */
.mod_support_news_container table td {
  padding: 5px 4px 5px 4px;
  border-bottom: dashed 2px #4d4d4d;
  vertical-align: middle;
}
.mod_support_news_container table tr.dater td {
  padding: 20px 4px 6px 4px;
  border: none;
  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 tr.dater .category {
  text-align: center;
  padding-left: 15px;
}
/* line 284, sass/page/_top.scss */
.mod_support_news_more {
  text-align: right;
  margin: -30px 0 50px 0;
}
/* line 291, sass/page/_top.scss */
.mod_support_button {
  position: relative;
  float: right;
  padding-top: 10px;
}
/* line 295, sass/page/_top.scss */
.mod_support_button:before {
  disolay:none;
  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 */

/* 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 */
/* line 24, sass/page/_about.scss */






/*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: 34px;
  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: 100%;
  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;
  margin: 70px 0 0 0;
  min-height: 9350px;
/*  background: url(../img/mobile/program/program_bg.png) top right no-repeat;*/
}
div#archive_program div.prS{
  padding: 40px 12px;
  width: 131px;
  height: 131px;
  background: url(../img/mobile/program/prs.png) top left no-repeat;
  position: absolute;
  text-align: center;
/*  cursor: pointer;
*/}
div#archive_program div.prS p.cat{
  display: none;
}

div#archive_program div.prM{
  padding: 85px 27px;
  width: 270px;
  height: 271px;
  background: url(../img/mobile/program/prm.png) top left no-repeat;
  position: absolute;
  text-align: center;
/*  cursor: pointer;
*/}
div#archive_program div.prM p.cap{
  display: none;
}
div#archive_program div.prL{
  padding: 300px 75px 120px 75px;
  width: 560px;
  height: 561px;
  background: url(../img/mobile/program/prl.png) top left no-repeat;
  position: absolute;
  text-align: center;
/*  cursor: pointer;
*/}

div#archive_program div p.cat img{
  width: auto;
  height: 30px;
}


div#archive_program div.prL p.thumb img{
  width: 328px;
  height: auto;
}
div#archive_program div.prL p.thumb{
  position: absolute;
  top: 105px;
  left: 120px;
  width: 328px;
  max-height: 9999px;
}
div#archive_program div.prL h2{
  font-size: 30px;
  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: 22px;
  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: 16px;
}
div#archive_program div.prS.bt h2{
  font-size: 16px;
}
div#archive_program div{
  top: 0;
  left: 1000px;
}


div#archive_program div#p01{
  top: 50px;
  left: 0px;
}
div#archive_program div#p02{
  top: 650px;
  left: 50px;
}
div#archive_program div#p03{
  top: 1250px;
  left: 0px;
}
div#archive_program div#p04{
  top: 1850px;
  left: 50px;
}
div#archive_program div#p05{
  top: 2450px;
  left: 8px;
}
div#archive_program div#p06{
  top: 3050px;
  left: 50px;
}
div#archive_program div#p07{
  top: 3650px;
  left: 8px;
}

div#archive_program div#p08{
  top: 4250px;
  left: 50px;
}
div#archive_program div#p09{
  top: 4850px;
  left: 8px;
}
div#archive_program div#p10{
  top: 5450px;
  left: 50px;
}
div#archive_program div#p11{
  top: 6050px;
  left: 8px;
}
div#archive_program div#p12{
  top: 6650px;
  left: 50px;
}
div#archive_program div#p13{
  top: 7250px;
  left: 0px;
}
div#archive_program div#p14{
  top: 7850px;
  left: 50px;
}
div#archive_program div#p15{
  top: 8450px;
  left: 10px;
}
div#archive_program div#p16{
  top: 9050px;
  left: 50px;
}

div#archive_program div#p17{
  top: 9050px;
  left: 10px;
}
div#archive_program div#p18{
  top: 9080px;
  left: 320px;
}
div#archive_program div#p19{
  top: 9200px;
  left: 450px;
}
div#archive_program div#p20{
  top: 5660px;
  left: 180px;
}
div#archive_program div#p21{
  top: 6090px;
  left: 8px;
}
div#archive_program div#p23{
  top: 6230px;
  right: 20px;
  left: auto;
}
div#archive_program div#p22{
  top: 6380px;
  left: 160px;
}
div#archive_program div#p26{
  top: 6500px;
  left: 270px;
}
div#archive_program div#p24{
  top: 6540px;
  left: 110px;
}
div#archive_program div#p27{
  top: 6660px;
  right: 20px;
  left: auto;
}
div#archive_program div#p25{
  top: 6840px;
  left: 0px;
}
div#archive_program div#p28{
  top: 7120px;
  right: 20px;
  left: auto;
}
div#archive_program div#p29{
  top: 7590px;
  left: 100px;
}
div#archive_program div#p31{
  top: 7620px;
  right: 40px;
  left: auto;
}
div#archive_program div#p30{
  top: 7760px;
  right: 90px;
  left: auto;
}


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: 80px;
  left: 0px;
  z-index: 30000;
  display: none;
}
div#archive_program div.prL#p00 p.close{
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 30001;
}
div#archive_program div.prL#p00 p.date{
  position: absolute;
  bottom: 80px;
  left: 170px;
  width: 280px;
  font-size: 19px;
}
div#archive_program div.prL#p00 p.cat{
  position: absolute;
  bottom: 145px;
  left: 0;
  width: 100%;
}
div#archive_program div.prL#p00{
  padding-top: 295px;
  width: 631px;
  height: 631px;
  background: url(../img/mobile/program/pr0.png) top left no-repeat;
}
div#archive_program div.prL#p00 p.thumb img{
  width: 328px;
  height: auto;
}
div#archive_program div.prL#p00 p.thumb{
  top: 110px;
  left: 150px;
}
div#archive_program div.prL#p00 h2{
  font-size: 28px;
}
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: 0px;
}

div.single h1.pageTitle.hsc {
  width: 380px;
}
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;
}
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: 0 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 5px 0 0;
  width:280px;
}
div.price_cont ul.l3 li img{
  width:290px;
}
div.price_cont ul li{
  display: inline-block;
  padding: 0 7px 0 0;
}
div.price_cont ul.l4 li{
  width:290px;
  padding: 0 3px 0 0;
}

div.price_cont ul.l4 li img{
  width:290px;
  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;
}
.pc{
  display: none !important;
}
.sp_navi div.master{
  background: #FFFFFF;
  position: relative;
  top: -24px;
  left: 0;
  z-index: 1000;
  width: 100%;
  display: none;
  height: auto;
  z-index: 30000;
}

.sp_navi ul ul{
  background: #FFFFFF;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  display: none;
  background: url(../img/mobile/top/navi_sep.png) top repeat-x;
}
.sp_navi ul ul ul{
  background: none;
  padding: 0 0 20px 0;
  display: none;
}
.sp_navi ul li.current ul{
  display: inherit;
}

.sp_navi ul ul li{
  margin: 0;
}
.sp_navi ul ul ul li:last-child{
  background:url(../img/program/side_lm_na.png) center left no-repeat;
}
.sp_navi ul ul li:last-child{
  background: none;
}

.sp_navi ul ul li a:link,.sp_navi ul ul li a:visited{
  background: none;
}
.sp_navi ul ul li{
  background: url(../img/mobile/top/navi_sep2.png) bottom left repeat-x;
}
.sp_navi ul ul ul li{
  clear: both;
  width:430px;
  float: right;
  text-align: left;

  background:url(../img/program/side_lm_na.png) center left no-repeat;
  padding: 5px 0 5px 25px;

}
.sp_navi ul ul ul li a:link,.sp_navi ul ul ul li a:visited{
  padding: 0;
  font-size: 20px;
  text-align: left;
}



.sp_navi ul li{
  margin: 0 20px 0 20px;
}
.sp_navi ul li.lastChild{
  margin: 0;
}
.sp_navi ul li.lastChild{
  margin: 0;
  background: url(../img/common/bg_border.png) bottom repeat-x;
}

.sp_navi ul li a:link,.sp_navi ul li a:visited{
  padding: 25px 0;
  text-align: center;
  display: block;
  cursor: pointer;
}
.sp_navi ul li{
  background: url(../img/mobile/top/navi_sep.png) bottom repeat-x;
}
.sp_navi h2 a{
  padding: 25px 0 25px 0;
  text-align: center;
  display: block;
  background: url(../img/common/bg_dashed.png) bottom repeat-x;
  cursor: pointer;
}
.sp_navi h2{
  background: url(../img/common/bg_dashed.png) bottom repeat-x;
  position: relative;
  top: -22px;
}
p.txtAC{
  text-align: center;
  margin: 0;
}
.l_footer .copyright{
  clear: both;
  font-size: 14px;
  padding: 0px 0 10px 20px;
  width: 600px;
}
.sns{
  z-index: 10;
}
p.pagetop{
  text-align: right;
  position: relative;
  background: url(../img/mobile/top/foot_pagetop_bg.png) bottom repeat-x;
  padding: 0 47px 0 0;
}
p.pagetop a.homebt{
  display: block;
  position: absolute;
  left: 140px;
  bottom: 0px;
  padding: 30px 0;
}


.lower.about .mod_about{
  position: relative;
}
ol.breadclumb{
  display: none;
}

/* live camera 18-09-18 <-- */
ol.breadclumb2{
  display: none;
}
/* live camera 18-09-18 --> */

.lower .l_wrapper {
    margin: 0 auto 80px;
    width: auto;
    padding: 0 20px;
}
.lower.about .pageTitle {
    margin-bottom: 30px;
}
.lower.about .pageTitle img{
  width: auto;
  max-height: 40px;
}

.mod_about.t2l > p{
  position: absolute;
  top: 130px;
  text-align: center;
  width: 100%;
}
.mod_about > p{
  position: absolute;
  top: 80px;
  text-align: center;
  width: 100%;
}

.lower.about .mod_about:nth-child(2n+1) > p{
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  text-align: center;
}
.lower.about .mod_about {
    margin-bottom: 30px;
    padding-bottom: 50px;
    background: url(../img/common/bg_dashed.png) bottom left repeat-x;
}
aside{
  display: none;
}
.lower.about .mod_about.lastChild {
    margin-bottom: 0;
    padding-bottom: 0;
    background:none;
}
.mod_indexList_container img{
  width: 220px;
  height: auto;
}
.mod_indexList_container .mod_indexList_container_btn img{
  width: 220px;
  width: auto;
}
.mod_indexList_container .mod_indexList_container_btn{
  margin-top: 5px;
  width: 280px;
}
.mod_indexList_container a{

  white-space:nowrap;
  overflow:hidden;
 

}
.mod_indexList_container {
    float: left;
    margin: 50px 0 0 0;
    padding: 0 10px 0 10px;
    text-align: center;
    width: 280px;
    height: 280px;
}
.lead {
    margin-left: 0;
    font-size: 22px;
}
.mod_indexList{
  float: none;
  width: 600px;
  margin: 0 auto;
  margin-left: 0;
  padding:0px;
  
}
 h1, h2, h3, h4, p, li {
    max-height: 100%;
 }
 img.cnci{
  position: absolute;
  top: 15px;
  left: 15px;
 }
 .mod_support h2{
  position: relative;
  cursor: pointer;
 }
 .mod_support h2 span{
  display: block;
  position: absolute;
  right: 40px;
  top: 10px;
 }
 .mod_support_wrapper{
  display: relative;
  height:1500px;
   }
.top_snavi{
  width: 600px;
  margin: -40px auto 0 auto;
}
.top_snavi li{
  float: left;
  width: 260px;
  height: 240px;
  margin: 19px;
  position: relative;
}
.top_snavi li.tel img{
  position: relative;
  right: -30px;
}

.top_snavi li img{
  position: absolute;
  bottom: 0;
}
.top_snavi li.sps{
  width: 110px;
}
.top_snavi.sn2 li{
  height: 186px
}
.top_snavi.sn2{
  margin: 0 auto 20px auto;
}
.lower.about.mod_about_content h3{
  padding: 0 0 300px 0;
  margin: 0 0 20px 0;
}
.mod_about.c00 h3{
  background: url(../img/mobile/about/about00_bg.png) bottom center no-repeat;
}
.mod_about.c01 h3{
  background: url(../img/mobile/about/about01_bg.png) bottom center no-repeat;
}
.mod_about.c02 h3{
  background: url(../img/mobile/about/about02_bg.png) bottom center no-repeat;
}
.mod_about.c03 h3{
  background: url(../img/mobile/about/about03_bg.png) bottom center no-repeat;
}
.mod_about.c04 h3{
  background: url(../img/mobile/about/about05_bg.png) bottom center no-repeat;
}
.mod_about.c05 h3{
  background: url(../img/mobile/about/about05_bg.png) bottom center no-repeat;
}
.mod_about.c06 h3{
  background: url(../img/mobile/about/about06_bg.png) bottom center no-repeat;
}
.sp_supportlist li.mod_indexList_container{
  position: relative;
  text-align: center;
}
.sp_supportlist li.mod_indexList_container img{
  width: auto;
}
.sp_supportlist .mod_indexList_container {
    float: left;
    height: 307px;
    margin: 50px 0 0;
    padding: 0 20px 10px 20px;
    text-align: center;
    width: 220px;
}
.mod_service2 h2 {
    background-image: url("../img/common/bg_dashed.png"), url("../img/common/bg_dashed.png");
    background-position: center top, center bottom;
    background-repeat: repeat-x;
    margin-bottom: 30px;
    padding: 5px 0;
    text-align: center;
}

/*0218sp*/
div.kp figure{
  margin: 20px auto 0 auto;
  width: 560px !important;
}
div.kp figure img{
  width: 560px;
  height: auto;
  margin: 0 auto;
}
dl.archive dt, dl.archive dd.excerpt {
    padding: 45px 0 0 0;
}
dl.archive dt {
    font-size: 28px;
    line-height: 25px;
    margin: 0 0 5px;
    line-height: 144%;
}
dl.archive dd.excerpt {
    padding: 0px 0 0;
    font-size: 22px;
}
 dl.archive dd.excerpt {
    padding: 0px 0 0;
}
dl.archive.trouble dd.date {
    top: 24px;
    font-size: 22px;
}
dl.archive dd.date {
    left: 20px;
    position: absolute;
    text-align: center;
    top: 28px;
    font-size: 22px;
}
dl.archive dd.date br{
  display: none;
}
dl.archive dd.date img{
  margin: 0 0 0 15px;
  padding: 0 0 5px 0;
  position: relative;
  top: 0px;
}
div.parag img{
  max-width: 100%;
  height: auto;
}

/*faq*/
ul#faq_subnavi {
    margin: 30px auto 0 auto;
    width: 560px;
}
div.faq h3{
}
div.faq h3 a {
    background: rgba(0, 0, 0, 0) url("../img/faq/faq_q.png") no-repeat scroll 0 20px;
    cursor: pointer;
    display: block;
    font-size: 20px;
    line-height: 120%;
    margin: 0 0 0 20px;
    padding: 20px 50px 20px 50px;
    position: relative;
    min-height: 100px;

}
div.faq h3 a img{
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -9px;
}
div.answer {
    background: rgba(0, 0, 0, 0) url("../img/faq/faq_a.png") no-repeat scroll left top;
    display: none;
    font-size: auto;
    margin: 10px 0 20px 20px;
    min-height: 54px;
    padding: 0px 0 20px 50px;
}
ul#faq_subnavi li a:link, ul#faq_subnavi li a:visited {
    background: rgba(0, 0, 0, 0) url("../img/faq/faq_lm_na.png") no-repeat scroll right center;
    display: block;
    font-size: 16px;
    margin: 0 10px 10px 0;
    width: 220px;
    width: 272px;
    height: 81px;
    text-indent: -30000px;
}
ul#faq_subnavi li#n06 a:link, ul#faq_subnavi li#n06 a:visited,ul#faq_subnavi li#n03 a:link, ul#faq_subnavi li#n03 a:visited {
  margin: 0 0 10px 0;
}
ul#faq_subnavi li#n01 a:link, ul#faq_subnavi li#n01 a:visited {
  background: url(../img/mobile/faq/navi01.png) top left no-repeat;
}
ul#faq_subnavi li#n02 a:link, ul#faq_subnavi li#n02 a:visited {
  background: url(../img/mobile/faq/navi02.png) top left no-repeat;
}
ul#faq_subnavi li#n03 a:link, ul#faq_subnavi li#n03 a:visited {
  background: url(../img/mobile/faq/navi03.png) top left no-repeat;
}
ul#faq_subnavi li#n04 a:link, ul#faq_subnavi li#n04 a:visited {
  background: url(../img/mobile/faq/navi04.png) top left no-repeat;
}
ul#faq_subnavi li#n05 a:link, ul#faq_subnavi li#n05 a:visited {
  background: url(../img/mobile/faq/navi05.png) top left no-repeat;
}
ul#faq_subnavi li#n06 a:link, ul#faq_subnavi li#n06 a:visited {
  background: url(../img/mobile/faq/navi06.png) top left no-repeat;
}

div.m_title{
  background: url(../img/common/bg_dashed.png) bottom left repeat-x;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
div.m_title.nb{
  background: none;
  padding-bottom: 0;
  margin-bottom: 30px;
}
div.m_tv_pre{
  padding-top: 300px;
  background: url(../img/mobile/service/tv/tv01.png) top center no-repeat;
  margin: 0;
}
div.m_tv_pre.inet{
  padding-top: 300px;
  background: url(../img/mobile/service/internet/internet_01.png) top center no-repeat;
  margin: 0;
}
div.m_tv_pre.tel{
  padding-top: 330px;
  background: url(../img/mobile/service/telephone/telephone_01.png) top center no-repeat;
  margin: 0;
}
div.m_tv_pre.tel h2{
  margin-bottom: 20px;
}


div.m_content h2{
  margin: 50px 0 30px 0;
}
div.m_content h3{
  margin: 0;
}
div.m_content h3 a{
  background: url(../img/mobile/top/brn.png) top right no-repeat;
  min-height: 40px;
  padding: 5px 0 0 0;
  display: block;
  cursor: pointer;
}

div.service_cont{
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  background: url(../img/common/bg_dashed.png) bottom left repeat-x;
}
div.service_cont.lastChild{
  margin: 0;
  padding: 0;
  background: none;
}
div.m_content .open h3 a{
  background: url(../img/mobile/top/brn_a.png) top right no-repeat;
  min-height: 40px;
  padding: 5px 0 0 0;
  display: block;
  cursor: pointer;
}

div.service_cont.open div.hc{
  margin: 20px 0 0 0;
  display:block;
}
div.m_content h3 a{
  background: url(../img/mobile/top/brn.png) top right no-repeat;
  min-height: 40px;
  padding: 5px 0 0 0;
  display: block;
  cursor: pointer;
}

div.service_cont div.hc{
  margin: 20px 0 0 0;
  display:none;
}

div.service_cont p.fig img{
  max-width: 100%;
  height: auto;
}
div.service_cont p.fig{
  margin: 20px 0;
  text-align: center;
}
div.m_content h4{
  margin: 20px 0 10px 0;
}
div.m_content a:link,div.m_content a:visited,div.m_content a:hover{
  color: #ffc800;
}
div.m_content.price p{
  margin: 20px 0 0 0;
}
div.m_content.price div.hc p img{
  width: 100%;
  height: auto;
}


.lower.flow .lead{
  margin: 0 0 40px 0;
}
.lower.flow .mod_about > p {
    position: absolute;
    text-align: center;
    top: 120px;
    width: 100%;
}

/* line 2, sass/page/_about.scss */
.lower.flow .pageTitle {
  margin-bottom: 80px;
}
/* line 5, sass/page/_about.scss */
.lower.flow .mod_about {
  margin-bottom: 60px;
}
/* line 2, sass/_mixin.scss */
.lower.flow .mod_about:after {
  content: "";
  display: table;
  clear: both;
}
/* line 8, sass/page/_about.scss */

/* line 11, sass/page/_about.scss */
.lower.flow .mod_about_content h3 {
  margin-bottom: 20px;
}
/* line 14, sass/page/_about.scss */
.lower.flow .mod_about_content p {
  line-height: 2.0em;
}
.lower.flow .mod_about_content .point p {
  line-height: 1.5em;
}
/* line 18, sass/page/_about.scss */
/* line 24, sass/page/_about.scss */
.lower.flow .mod_about{
  position: relative;
}
.lower.flow .pageTitle {
    margin-bottom: 30px;
}
.lower.flow .pageTitle img{
  width: auto;
  max-height: 40px;
}
.lower.flow .mod_about:nth-child(2n+1) > p{
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  text-align: center;
}
.lower.flow .mod_about:nth-child(2n+1) .mod_about_content h3{
  padding: 0 0 250px 0;
  margin: 0 0 20px 0;
}

.lower.flow .mod_about {
    margin-bottom: 50px;
    padding-bottom: 50px;
    background: url(../img/common/bg_dashed.png) bottom left repeat-x;
}
.lower.flow .mod_about.lastChild {
    margin-bottom: 0;
    padding-bottom: 0;
    background:none;
}
.lower.flow .mod_about_content h3{
  padding: 0 0 240px 0;
  margin: 0 0 20px 0;
}
.lower.flow .mod_about_content .point{
  margin: 20px 0;
  padding: 20px 50px;
  background: #FFFFFF;
  font-size: 0.9em;
}
.lower.flow .mod_about_content .point{
  font-size: 20px;
}
.lower.flow .mod_about_content .point h4{
  margin: 0 0 1em 0;
}

.container p.lead{
  width: 300px;
}

div#bo{
  position: fixed;
  top:0;
  left: 0;
}
p.ptop_faq{
  text-align: right;
  margin: 30px 0 0 0;
}

ul.servicefoot li{
  width: 50%;
  float: left;
  text-align: center;
  padding: 20px 0;
}
ul.servicefoot li.lastChild{
  background: url(../img/mobile/service/sep_h.png) left top repeat-y;
}
ul.servicefoot{
  position: relative;
  top: -32px;
  padding: 0;
}
/***   2018/03/16 追加  ***/
div.price_cont p.pcdisp{
  display:none;
}
div.price_cont p.spdisp{
  display:block;
  pdding-bottom:50px;
}
div.price_cont ul li.pcdisp{
  display:none;
}
div.price_cont ul li.spdisp{
  display:block;
}
div.price_cont ul.l2 li{
  width:580px;
  padding: 0 3px 10px 0;
}

div.price_cont ul.l2 li img{
  width:580px;
  padding: 0 3px 0 0;
}
div.pageTitle p.pcdisp{
  display:none;
  padding: 0 0 10px 0;
}
div.pageTitle p.spdisp{
  display:block;
  padding-bottom:0px;
}
/* 2018年3月　追加 チャンネル一覧*/
.ch_sample{
width:600px;
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;
height:80px;
}
.ch_sample tr{
height:50px;
}
.ch_sample td img{
width:80%;
}
/* live camera 18-09-18 <-- */
.img_program_channel11_title img{
	margin: 60px 0 30px 10px;
}

.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 {
margin: 30px auto 0 auto;
width: 560px;
height:320px;
float: none;
}
.mod_livecamera_list {
	margin-bottom: 20px;
	width: 100%;
}
.mod_livecamera_list .left_side {
	width:49%;
	float:left;
}
.mod_livecamera_list .right_side {
	width:49%;
	float:right;
}
.mod_livecamera_list img.list_title {
	width:100%;
	margin:20px 0 10px 0;
}
.mod_livecamera_list ul li {
	line-height:30px;
	font-size:85%;
	padding: 3px 0 0 10px;
	margin:30px 0 30px 0;
}
.mod_livecamera_list ul li.short {
	line-height:30px;
	font-size:85%;
	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:99%;
	 height:auto;
	 padding:4px 0 0 4px;
}
.mod_livecamera img.livecamera_frame {
	 width:560px;
	 height:326px;
	position: relative;
	top: -320px;
	left: 0px;
}
p.gotolist {
	clear:both;
	padding:20px 0 0 0;
	font-size:100%;
}
.livecamera_map img {
	margin: 0 auto 0 auto;
	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;
	background-size:200px 187px;
	width:200px;
	height:187px;
	float:left;
	padding:18px 10px 0 23px;
	font-size:80%;
	line-height:1.2em;
}
.livecamera_thumbnail ul li.short {
	padding:18px 10px 0 18px;
}
.btn {
    width: 100%;
    height: 200px;
}
.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_sp {
	margin:30px 0 0 30px;	
}
.livecamera_notes {
	float: left;
	width:560px;
	height:30px;
	font-size:14px;
	font-weight:normal;
	margin:5px 0 0 0;
	text-align:right;
}
/* live camera 18-09-18 --> */

/* about 18-12-24 --> */
.mod_indexList2 {
  padding:50px 0 50px 20px;
}
/* line 3, sass/modules/_indexlist.scss */
.mod_indexList2_container {
  float: left;
  width: 260px;
  margin:30px 15px 10px;
  text-align: center;
  font-size:20px;
  color:navy;
  padding:20px 0;
  border:double; 
  border-radius: 5px;
  border:solid 2px;

}
.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;
}
.l_footer .ctk_logo {
  width:300px;
  float:left;
  padding:10px 0px 10px 10px;
  margin:0;
}
/* line 12, sass/layout/_footer.scss */
.l_footer .ctk_logo li {
  display: inline-block;
  padding: 10px 10px 0px 10px;
}
.br-pc{
	display:none;
}
.br-sp{
	display:block;
}
/* digital guide page bottom tuika 191128 --> */
.digiguide {
	width: 100%;
	max-width: 500px;
	margin: 50px auto;
	text-align:center;
	font-size:30px;
	
}
.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;
}
.digiguide-ctk {
	width: 100%;
	max-width: 500px;
	margin: 50px auto;
	text-align:center;
	font-size:30px;
	
}
.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;
}
.moriagetai_title {
margin: 20px 20px 30px 20px;
background: #ffebe9;
border: dashed 2px #ff7d6e;
box-shadow: 0px 0px 0px 5px #FFD7D4;
border-radius: 8px;
}
.moriagetai_title p {
font-size: 22px;
color: #ff4f3b;
padding: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: 18px;
color: #413333;
}
.moriagetai_table th{
padding: 4px;
font-weight: normal; 
border-bottom: 2px solid tomato;
line-height: 1.8;
font-size: 20px;
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: 20px;
font-weight: normal;
background-color: white;
}
.moriagetai_table_col1{
width:20%;
text-align:center;
border-right: 1px solid tomato;
}
.moriagetai_table_col2{
width:80%;
text-align:left;
}
.moriagetai_table a:hover{
text-decoration: underline;
background-color:coral;
border-radius:5px;
font-size20px;
}
.moriagetai_movie{
width:560px;
margin:10px;
padding:0 0 0 10px;
}
.moriagetai-iflm{
width:96%;
height:300px;
}
.moriagetai-explanation1{
font-size:40px;
}
.moriagetai-explanation2{
font-size:30px;
}
/*　ケーブルラインボタン200925 --> */
.cableline {
	width: 100%;
	max-width: 500px;
	margin: 30px auto;
	text-align:center;
	font-size:24px;
}
.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:100%;
  margin:20px 10px 50px 10px;
  height:540px;
  background:white;
  margin-top:0px;
  padding:10px;
  border: solid 5px; 
}
div.price_cont ul li.ott p{
  height:auto;
  font-size:24px;
  padding:0 25px;
}
div.price_cont ul li.ott img{
  width:70%;
  margin:10px 0 10px 0;
}
div.price_cont ul li.ottflow{
  width:100%;
  height:auto;
  padding:10px;
  margin:20px 5px;
  vertical-align:top;
  border: solid 1px black;
  background:white;
}
div.price_cont ul li.ottflow h4{
  color:mediumblue;
  font-size:30px;
  text-align:center;
}

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

div.price_cont ul li.ottflow-arrow{
  color:blue;
  width:10px;
  text-align:center;
  height:500px;
  padding-top:50px;
  margin:0;
}
.ott-button {
  text-align:center;
  font-size:16px;
  background-color: #FFF;
  color: #00008b;
  text-decoration: none;

}
.ott-button a{
  display: block;
  width:80%;
  margin:50px auto;
  font-size:30px;
  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:auto;

  margin:0 0 50px 0;
  padding:20px;

}
.ott-head-cont{
  width:90%;
  margin:10px auto;
}
.ott-head h2{
  font-size:36px;
  text-align:center;
  margin:20px;
}
.ott-head p{
  font-size:24px;
}

.ott-head-img{
  width: 50%;

  margin:0px auto;
}
.ott-head-img img{
  width: 100%;
}

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

.selfpage h5{
  font-size:24px;
  margin:20px;
}

.selfpage p a{
  display: block;
  margin: 0px 10px;
  padding: 5px 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:30px;
  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;
}
