@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 767px) {
	*:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.frame {
		height: 60px;
	}
	#page_header {
		padding: 10px;
	}
	#page_header .align_right, #page_header .search {
		display: none;
	}
	#page_header .align_left {
		width: 65%;
	}
	#page_header .align_left a img {
		width: 100%;
		height: auto;
		margin: 5px 0 0 5px;
	}
	.sp_tel {
		display: block;
		position: absolute;
		top: 10px;
		right: 65px;
		width: 40px;
		height: 40px;
	}
	#page_header .align_left .sp_tel img {
		width: 40px;
		height: 40px;
		margin: 0;
	}
	#trigger-gnav {
		display: block;
		position: absolute;
		top: 3px;
		right: 3px;
		width: 50px;
		height: 50px;
	}
	#trigger-gnav:before {
		content: 'メニュー';
		display: block;
		height: 18px;
		line-height: 1;
		padding-top: 6px;
		color: #0e6eb8;
		font-size: 9px;
		text-align: center;
		font-weight: bold;
	}
	#trigger-gnav span {
		-moz-user-select: none;
		background-color: #0e6eb8;
		display: block;
		position: absolute;
		top: 30px;
		left: 10px;
		width: 30px;
		height: 5px;
		font-size: 0;
		-moz-transition: background-color, 0.2s;
		-o-transition: background-color, 0.2s;
		-webkit-transition: background-color, 0.2s;
		transition: background-color, 0.2s;
		border-radius: 3px;
	}
	#trigger-gnav span:before, #trigger-gnav span:after {
		display: block;
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		left: 0;
		background-color: #0e6eb8;
		-moz-transition: -moz-transform, 0.2s;
		-o-transition: -o-transform, 0.2s;
		-webkit-transition: -webkit-transform, 0.2s;
		transition: transform, 0.2s;
		border-radius: 3px;
	}
	#trigger-gnav span:before {
		margin-top: -9px;
	}
	#trigger-gnav span:after {
		margin-top: -13px;
	}
	#trigger-gnav.menu-open:before {
		content: 'とじる';
	}
	#trigger-gnav.menu-open span {
		background-color: transparent !important;
	}
	#trigger-gnav.menu-open span:before {
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin: 0;
	}
	#trigger-gnav.menu-open span:after {
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		margin-top: -22px;
	}
	#page_header_nav {
		margin: 0;
	}
	#page_header_nav .nav {
		display: block;
		height: auto;
	}
	#page_header_nav .nav > li {
		margin: 0;
		width: 100%;
		height: 0;
		transition: all 300ms 0s ease;
	}
	#page_header_nav .nav.menu-open > li {
		height: auto;
	}
	#page_header_nav .top_menu_left {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	#page_header_nav .top_menu_right {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	#page_header_nav a {
		width: calc(100% - 10px);
		text-align: left;
		border-top: 1px solid #eee;
		padding-left: 10px;
		position: relative;
		height: 0;
	}
	#page_header_nav .nav.menu-open > li a {
		height: 50px;
	}
	#page_header_nav a::after {
		content: '';
		display: inline-block;
		width: 10px;
		height: 10px;
		background-image: url("../images/icon-angle.png");
		background-size: contain;
		vertical-align: middle;
		position: absolute;
		top: 22px;
		right: 10px;
		transform: rotateZ(270deg);
	}
	#page_header_nav a.close::after {
		transform: rotateZ(0);
	}
	#page_header_nav a.close.open::after {
		transform: rotateZ(180deg);
	}
	#page_header_nav .nav li li a {
		border-top: 1px solid #fff;
		background-color: #eee;
	}
	#page_header_nav .nav > li:hover > ul > li {
		height: 0;
		width: auto;
		min-width: inherit;
		overflow: hidden;
		z-index: 1;
	}
	#page_header_nav .nav > li > a.open + ul > li {
		height: 48px;
		width: 100%;
		min-width: 350px;
		overflow: visible;
		z-index: 1000;
	}
	/*footer*/
	#footer_link {
		padding: 20px 0;
		width: 100%;
	}
	.frame#footer_link_iframe {
		height: 1054px !important;
	}
	.frame#footer_iframe {
		height: 180px !important;
	}
	#footer_link table tr td {
		display: inline-block;
		vertical-align: top;
		width: 46%;
		margin: 0 2% 1%;
	}
	#footer_link table tr td:first-child {
		width: 46%;
		margin: 0 2% 1%;
	}
	#footer_link table tr td:nth-child(2) {
		width: 46%;
		margin: 0 2% 1%;
	}
	#footer_link table tr td:nth-child(3) {
		width: 98%;
		margin: 0 0 0 2%;
	}
	#footer_link table tr td:nth-child(3) ul {
		display: inline-block;
		width: 46%;
		margin: 0 2% 2% 0;
	}
	#footer_link ul li ul li {
		padding-left: 0;
		text-indent: 0;
	}
	#page_footer {
		height: auto;
		padding: 0;
	}
	#page_footer .align_left, #page_footer .align_right {
		float: none;
	}
	#page_footer .align_left {
		width: 90%;
		margin: 0 5%;
		text-align: center;
	}
	#page_footer #footer_logo_img {
		width: 100%;
		height: auto;
	}
	/*main_container*/
	#main_container {
		padding-top: 0;
	}
	/*トップページ*/
	.center_button_area a img, .center_button_area img.button3 {
		width: 90%;
	}
	.frame_box div {
		padding: 0;
	}
	.frame_box .frame_box_contents {
		border-spacing: 0;
	}
	.frame_box .content_area_in_frame_box {
		padding: 0;
	}
	.frame_box .box_top:nth-child(3) {
		width: 85%;
	}
	.frame_box .box_top:nth-child(3) img {
		width: 100%;
	}
	.frame_box .frame_box_contents .title {
		width: 3rem;
		vertical-align: top;
		font-size: 10px;
	}
	.frame_box .frame_box_contents .title.announce {
		background-color: #1f96cf;
		< !--background-color: #e60012;
		-- > background-color: white;
	}
	.frame_box .frame_box_contents .title.campaign {
		color: #f8b62d;
		background-color: white;
	}
	.frame_box .frame_box_contents .date {
		width: 7rem;
	}
	.frame_box .frame_box_contents .title.status {
		color: #fff;
		background-color: #1f96cf;
		width: 5rem;
		text-align: center;
		background-color: white;
	}
	.frame_box .frame_box_contents .title.status_end {
		color: #fff;
		background-color: #808080;
		width: 5rem;
		text-align: center;
		background-color: blue;
	}
	.frame_box .bar_sp {
		display: inline;
		width: 100%;
	}
	.frame_box .bar_pc {
		display: none;
	}
	.frame_box table {
		width: 94%;
		margin: 0 auto;
	}
	.slide4 .title {
		width: 100%;
	}
	.slide4 .title img {
		width: 100%;
	}
	.slide4.white .bx-wrapper {
		margin: 0 auto;
	}
	.slide4.white .bx-wrapper .bx-viewport {
		width: 80% !important;
		margin: 0 auto;
	}
	.slide4.white .bx-wrapper .bx-prev {
		left: 0;
	}
	.slide4.white .bx-wrapper .bx-next {
		right: 0;
	}
	.slide4 div.contents {
		padding: 10px 50px 10px;
	}
	.button4 > div > div {
		width: calc(50% - 2vw);
	}
	.button4.service > div > div, .button4.others > div > div {
		width: calc(50% - 2vw);
	}
	.button3 div div {
		width: 50%;
	}
	/*pages*/
	.normal_area {
		padding: 10px;
	}
	.normal_area .one_image {
		padding: 0;
	}
	.normal_area .two_images {
		padding: 0 0 10px 0;
	}
	.top_margin {
		margin-top: 0;
	}
	.bottom_margin {
		margin-bottom: 0;
	}
	.top_bottom_margin {
		margin-top: 0;
		margin-bottom: 0;
	}
	#top_slide_area #top_slide_text_area {
		font-size: 3vw;
		line-height: normal;
	}
	#top_slide_area #top_slide_text_area .large_font {
		font-size: 5vw;
		line-height: normal;
	}
  #top_slide_area.mb50 {
    margin-bottom: 20px;
  }
	.normal_area table.column4, .normal_area table.column3, .normal_area table.column2 {
		width: 100% !important;
		border-spacing: 7px !important;
	}
	.title_sandwich {
		margin-top: 0.5rem;
		font-size: 1.25rem;
		line-height: 2rem;
	}
	.title_sandwich::before, .title_sandwich::after {
		width: 10px;
		padding: 0 5px;
		margin: 0 10px;
	}
	.yonk {
		font-size: 2rem !important;
		line-height: 2rem !important;
	}
	.tab_base .tab {
		margin: 0;
		width: 32%;
		line-height: 1.2;
		height: 3rem;
		vertical-align: top;
	}
	.tab_base .tab span {
		display: block;
		height: 31px;
		padding-top: 17px;
	}
	.tab_base .tab.option_channel span {
		height: 42px;
		padding-top: 6px;
	}
	.tab_contents {
		padding: 20px 5px;
	}
	#hd_area {
		margin: 0 5%;
		border-spacing: 10px;
	}
	#hd_area img {
		width: 50px;
	}
	.image3 {
		padding: 0;
	}
	table.catv_fee_table {
		width: 100%;
	}
	table.catv_fee_table tr th, table.catv_fee_table tr td {
		padding: 10px;
	}
	#option_channel {
		width: 100% !important;
		font-size: 1.4rem;
		line-height: 1.6rem;
		height: auto;
		padding: 5px 0;
	}
	table.catv_fee_table.option tr td:nth-child(2) {
		padding-left: 10px;
	}
	.img_80vw img {
		width: 100%;
	}
	.bottom_large_margin {
		margin-bottom: 0;
	}
  .tvphone .bottom_large_margin {
		margin-bottom: 20px;;
	}
	.normal_area .service {
		background: #fce6eb;
		padding: 10px;
		border-radius: 10px;
	}
	.normal_area .service .title {
		font-size: 1.3rem;
	}
	.normal_area table tr td {
		display: block;
	}
	.normal_area table.tobira tr td {
		display: table-cell;
	}
	.normal_area .service table tr td table tr td table tr td {
		height: auto;
	}
	.cableplus_title {
		font-size: 4vw;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.hikari_de_talk_s_title {
		font-size: 4vw;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.hikari_de_talk_s_sub_text {
		line-height: 4vw;
		margin-bottom: 10px;
	}
	.hikari_de_talk_f_sub_text {
		width: 90%;
		line-height: 1.6;
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 4vw;
	}
	.hikari_de_talk_f_sub_sub_text {
		width: 90%;
		line-height: 1.6;
		font-size: 3.5vw;
		margin-bottom: 30px;
	}
	.hikari_de_talk_f_title {
		width: 90%;
		line-height: 1.6;
		font-size: 4vw;
		margin-top: 30px;
	}
	.normal_area table tr td.title_small {
		font-size: 1rem;
	}
	.meiwaku {
		padding: 50px 0 !important;
		font-size: 1.4rem !important;
	}
	.meiwaku .honto {
		top: 0 !important;
		left: 10% !important;
		width: 80% !important;
	}
	.header_title_text {
		font-size: 1.6rem;
	}
	table.input_form {
		width: 100%;
	}
	table.input_form tr td.title {
		padding: 20px;
		width: calc(100% - 40px);
		text-align: left;
	}
	table.input_form tr td.data {
		padding: 20px;
		width: calc(100% - 40px);
	}
	table.securityz_faq {
		width: 100%;
	}
	table.securityz_faq tr th.title {
		padding: 10px 0 0;
		display: block;
		width: 100%;
	}
	table.securityz_faq tr th.data {
		padding: 0 10px 10px;
		display: block;
		width: calc(100% - 20px);
	}
	table.securityz_faq tr td.title {
		padding: 10px 0 0;
		display: block;
		width: 100%;
	}
	table.securityz_faq tr td.data {
		padding: 10px 20px 20px;
	}
	.biz_time tr td {
		white-space: nowrap;
	}
	.biz_time tr td:last-child {
		white-space: normal;
	}
	.biz_time tr td:last-child span {
		display: block;
	}
	table.community_list_table {
		width: 100%;
		font-size: 12px;
		line-height: 1.2;
	}
	.normal_area table.community_list_table tr td {
		display: table-cell;
		padding: 2px;
	}
	table.community_list_table tr th {
		padding: 2px;
	}
	.support_menu_3, .support_option_3 {
		width: 100%;
	}
	.support_menu_3 .description, .support_option_3 .description {
		height: auto;
	}
	.title_radius_box {
		font-size: 1.25rem;
		line-height: 1.5rem;
		height: auto;
		padding: 10px 0;
	}
	.fs1rem {
		font-size: 1rem !important;
	}
	.title_triangle_box {
		font-size: 1.1rem;
		width: 100%;
		margin-top: 20px !important;
	}
	.normal_area .one_image.narrower {
		width: 100%;
		padding: 0;
	}
	table.change_cource {
		width: 100%;
	}
	.normal_area table.change_cource td {
		display: table-cell;
	}
	table.change_cource tr th {
		padding: 0;
		font-size: 11px;
	}
	table.change_cource tr td.data, table.change_cource tr td.gray {
		padding: 0;
		font-size: 11px;
	}
	table.change_cource tr td.data {
		width: 9vw;
	}
	table.mail_virus_check {
		width: 100%;
	}
	table.mail_virus_check thead tr th {
		padding: 0;
		font-size: 11px;
	}
	.normal_area table.mail_virus_check td {
		display: table-cell;
		padding: 0;
		font-size: 11px;
	}
	table.mail_virus_check tbody tr td.note {
		width: auto;
	}
	table.web_filtering td {
		vertical-align: middle;
		height: 70px;
		background-color: #2ea7e0;
	}
	table.web_filtering tr td div {
		font-size: 12px;
		line-height: 1.2;
		height: auto;
	}
	.mail_service_virus .normal_area .align_center {
		width: 90% !important;
		margin: auto;
	}
	.transferring_flow {
		width: calc(100% - 3.5rem);
		font-size: 1.2rem;
		padding: 0 1.5rem;
	}
	.transferring_flow .number {
		margin-right: 0.5rem;
	}
	table.mail_service_webmail {
		width: 90%;
	}
	.normal_area table.mail_service_webmail tr td {
		width: 100% !important;
	}
	table.settings td {
		vertical-align: middle;
		height: 70px;
		background-color: #2ea7e0;
	}
	table.settings tr td div {
		font-size: 12px;
		line-height: 1.2;
		height: auto;
	}
	table.settings_qa tr th {
		padding: 10px;
	}
	table.settings_qa tr td.gray, table.settings_qa tr td.data {
		display: table-cell;
		padding: 10px;
	}
	div.settings_qa {
		width: 100%;
	}
	div.settings_qa.next {
		width: calc(100% - 20px);
	}
	div.settings_qa.qq {
		width: calc(100% - 40px);
	}
	.news_main_area {
		margin-top: 0;
		width: 100%;
	}
	.news_main_area.list {
		padding: 30px;
		width: calc(100% - 60px);
	}
	.news_main_area td.text {
		line-height: 1.4;
	}
	#topic-universal .topic_box table.border td {
		display: table-cell;
	}
	#topic-universal .topic_box {
		word-wrap: break-word;
	}
	.normal_area .topic_box table tr td {
		display: table-cell;
	}
	.normal_area .news_main_area table tr td {
		display: table-cell;
	}
	.normal_area .news_main_area.list table tr td {
		display: block;
	}
	.list03 dd {
		word-wrap: break-word;
	}
	.news_main_area#kenkoukeiei img#logo {
		width: 100% !important;
	}
	#topic-fading .topic_box table.border {
		width: 100% !important;
	}
	#topic-tax dl.list01 dt, #topic-tax dl.list02 dt, #topic-tax dl.list03 dt {
		padding-left: 0;
		text-align: right;
		margin-top: 5px;
	}
	.news_main_area pre {
		white-space: pre-wrap;
	}
	.topic-virus_chuui .title2 {
		width: 100% !important;
	}
	#support-virus_security .title2 {
		width: 100% !important;
	}
	table.application_flow {
		width: 100%;
	}
	table.application_flow tr td.number {
		width: 100%;
		text-align: center;
		padding: 5px 0 0;
	}
	table.application_flow tr td.number img {
		height: 24px;
		width: auto;
	}
	table.application_flow tr td.number_title {
		width: 100%;
		text-align: center;
		padding: 5px 0;
	}
	table.application_flow tr td.description {
		width: calc(100% - 10px);
		text-align: center;
		padding: 5px;
	}
	.biz_time {
		width: 100%;
	}
	.normal_area table.biz_time tr td {
		display: table-cell;
	}
	.company .normal_area .align_center.top_margin > div {
		width: 90% !important;
	}
	.company .normal_area ol {
		margin-left: 1em;
	}
	.normal_area table.directors tr td {
		display: table-cell;
	}
	.normal_area table.history tr td {
		display: table-cell;
	}
	table.history {
		width: 100% !important;
	}
	table.history tr td:first-child {
		width: auto !important;
		white-space: nowrap;
	}
	.map {
		margin: 10px 0;
	}
	.sp_only {
		display: block;
	}
	.under_line {
		width: 100% !important;
	}
	.ictv {
		width: 100% !important;
		margin-top: 10px;
	}
	.tel_supo {
		display: block;
	}
	.normal_area table.remo tr td {
		display: table-cell;
	}
	.normal_area table.catv_fee_table tr td {
		display: table-cell;
	}
	.normal_area table.column3 tr td img.price_image {
		width: 60% !important;
	}
}
table.web_filtering_function tr td.title {
	width: calc(100% - 2px);
}
table.web_filtering_env tr td.title {
	width: calc(100% - 22px);
}
img.web_filtering {
	width: 90% !important;
}
.normal_area table.web_filtering_env.noblock tr td {
	display: table-cell;
}
table.web_filtering_env.noblock {
	width: 100%;
}
table.web_filtering_env.noblock th, table.web_filtering_env.noblock tr th.title, table.web_filtering_env.noblock tr td.sub_header, table.web_filtering_env.noblock td, table.web_filtering_env.noblock tr td.title, table.web_filtering_env.noblock tr td.availability, table.web_filtering_env.noblock tr td.note {
	font-size: 10px;
	line-height: 1.4em;
	padding: 0;
}
.normal_area table.web_filtering_faq tr th {
	display: block;
}
table.web_filtering_faq tr th.title {
	padding-bottom: 0;
	border-right: none;
}
table.web_filtering_faq tr td.title {
	width: calc(100% - 40px);
	border-right: none;
	padding-bottom: 0;
}
table.web_filtering_start tr td.title_num {
	width: 6%;
	font-size: 20px;
	padding: 5px 0 0;
	height: auto;
	text-align: center;
	line-height: normal;
}
table.web_filtering_start tr td.title {
	width: 28%;
	padding: 5px 0;
	text-align: left;
}
table.web_filtering_start tr td.data {
	padding: 10px;
}
table.web_filtering_start tr td.data a {
	font-size: 16px;
	display: inline;
}
.title_triangle_left {
	width: auto;
}
.normal_area.web_filtering_application {
	padding: 1em !important;
	top: 0 !important;
}
.normal_area > div.i-filter {
	line-height: 1.4 !important;
	height: auto !important;
}
.w100 {
	width: 100% !important;
}
.w100-40 {
	width: calc(100% - 40px) !important;
}
.title_triangle_box.blue.w100 {
	font-size: 0.9rem;
}
.row {
	display: block;
	margin: 0 auto;
}
.left-column {
	width: 100%;
}
.right-column {
	width: 100%;
}
#anzen .blue br {
	display: none;
}
#page_footer #footer_right_table div {
	font-size: 13px;
}
@media screen and (max-width: 480px) {
	.frame#footer_link_iframe {
		height: 1634px !important;
	}
}
@media screen and (max-width: 414px) {
	.frame#footer_link_iframe {
		height: 1704px !important;
	}
}
@media screen and (max-width: 375px) {
	.frame#footer_link_iframe {
		height: 1804px !important;
	}
}
@media screen and (max-width: 360px) {
	.frame#footer_link_iframe {
		height: 1804px !important;
	}
}
@media screen and (max-width: 320px) {
	.frame#footer_link_iframe {
		height: 1804px !important;
	}
}
/*過去のお知らせ*/
@media screen and (max-width: 768px) {
	.past_news_main_area table td img {
		width: 100%;
		height: auto;
	}
	.past_news_main_area table td a {
		word-break: break-all;
	}
	.past_news_main_area table td img.inherit {
		width: inherit;
		height: inherit;
	}
	.past_news_main_area table td img.initial {
		width: initial;
		height: initial;
	}
	.past_news_main_area table.rwd td {
		display: block;
		width: calc(100% - 10px);
	}
	#support-emerge .data {
		width: 100%;
	}
	#support-emerge .data td {
		padding: 8px 0;
	}
	#support-emerge table td {
		display: block;
		width: 100%;
	}
	#support-emerge .data .item1 {
		width: calc(100% - 20px);
	}
	#support-emerge .data .item2 {
		width: 100%;
	}
}
/*トップページボトムバナー 20200918更新*/
@media screen and (max-width: 768px) {
	.bottom_banner .bxslider4 {
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.bottom_banner .bxslider4 div {
		width: 40%;
		margin: 0 5px;
	}
	.bottom_banner .bxslider4 div:last-child {
		margin-right: 5px;
	}
	.bottom_banner .bxslider4 div img {
		width: 100%;
		height: auto;
	}
}
/*扉ページここから*/
@media screen and (max-width: 768px) {
	section.tobira {
		padding: 20px 0 0;
	}
	section.tobira .arrow {
		margin-bottom: 20px;
	}
	section.tobira ul.link {
		width: 90%;
		margin: 0 auto 50px;
	}
	section.tobira ul.link li {
		width: 49%;
	}
	#page_footer.tobira {
		width: 96%;
	}
}
@media screen and (max-width: 767px) {
	#page_footer.tobira #footer_logo_img {
		width: 280px;
	}
	#page_footer.tobira #footer_right_table {
		margin: 0 auto 10px;
	}
}
@media screen and (max-width: 420px) {
	section.tobira p.lead {
		padding: 0 1em;
		margin-bottom: 20px;
	}
	section.tobira .sentaku {
		padding: 20px;
		width: calc(90% - 40px);
	}
	section.tobira .support {
		line-height: 1.3em;
		margin-bottom: 20px;
	}
	section.tobira ul.link {
		display: block;
		margin-bottom: 20px;
	}
	section.tobira ul.link li {
		width: 100%;
		margin-bottom: 10px;
	}
}
/*扉ページここまで*/
/*分岐用シール*/
@media screen and (max-width: 1024px) {
	a#footer_seal img {
		width: 100px;
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	a#footer_seal {
		bottom: 100px;
		right: 10px;
	}
	a#footer_seal img {
		width: 75px;
		height: auto;
	}
}
/*分岐用シールここまで*/
/*分岐用シール*/
@media screen and (max-width: 1024px) {
	a#footer_seal img {
		width: 100px;
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	a#footer_seal {
		bottom: 100px;
		right: 10px;
	}
	a#footer_seal img {
		width: 75px;
		height: auto;
	}
}
/*分岐用シールここまで*/
/*各種設定*/
@media screen and (max-width: 768px) {
	table.settings_email tr td {
		padding: 5px 20px;
	}
}
@media screen and (max-width: 767px) {
	table.settings_email tr td.title {
		width: inherit;
	}
}
@media screen and (max-width: 567px) {
	.caution section:nth-child(2) .row .row-photo img {
		width: 60px;
	}
	.oyomi-icon {
		width: 60px;
	}
	.oyomi-text {
		width: calc(100% - 80px);
	}
}
@media screen and (max-width: 767px) {
	.normal_area .blackout .caution {
		background: url("../images/settings/other_blackout/caution.png") no-repeat 20px 20px;
		background-size: 40px auto;
		padding: 20px 10px 20px 70px;
	}
	.normal_area .blackout .arrow {
		padding: 20px 0;
	}
	.normal_area .settings_hikari_s .caution {
		background: url("../images/settings/other_blackout/caution.png") no-repeat 20px 20px;
		background-size: 40px auto;
		padding: 20px 10px 20px 70px;
	}
	.settings_hikari_s_kihon dl {
		display: block;
	}
	.settings_hikari_s_kihon dt, .settings_hikari_s_kihon dd {
		display: block;
		width: 100%;
	}
	.settings_hikari_s_kihon dt {
		padding: 10px 0;
		margin-bottom: 10px;
	}
	.settings_hikari_s_kihon dt br {
		display: none;
	}
	.settings_hikari_s_kihon dd {
		padding-left: 0;
	}
	.settings_hikari_s_kokusai dl {
		display: block;
	}
	.settings_hikari_s_kokusai dt, .settings_hikari_s_kokusai dd {
		display: block;
		width: 100%;
	}
	.settings_hikari_s_kokusai .white dt, .settings_hikari_s_kokusai .white dd {
		display: block;
		width: 100%;
	}
	.settings_hikari_s_kokusai dd, .settings_hikari_s_kokusai .white dd {
		margin-top: 10px;
		padding-left: 0;
	}
	.settings_hikari_s_kokusai dt span {
		font-size: 17px;
		padding: 0.7em;
	}
	.settings_hikari_s_kokusai dt span br {
		display: none;
	}
	.settings_hikari_s_kihon .table {
		margin-top: 10px;
	}
	.settings_hikari_s_kihon p.small2 {
		margin-top: 10px;
	}
	.normal_area .settings_hikari_s_kokusai.fuka h2 {
		line-height: 1em;
		padding: 10px 10px 0 10px;
	}
	.normal_area .settings_hikari_s_kokusai.fuka h2 img {
		width: 100%;
		height: auto;
		float: none;
		border-left: 0;
		margin-top: 10px;
	}
	.fuka_row {
		display: block;
	}
	.fuka_title_shita {
		text-align: left;
		font-size: 75%;
		margin-bottom: 20px;
		line-height: 1.2em;
	}
	.fuka_left, .fuka_right {
		width: 100%;
	}
	.fuka_right {
		margin-top: 10px;
	}
	.settings_title {
		width: 100%;
		height: auto;
	}
	.title_triangle_left.blue {
		margin-top: 20px !important;
	}
	.normal_area.gochui {
		padding: 2.5em 1em 1em !important;
		font-size: 14px;
	}
	.settings_description {
		font-size: 1.1em;
		line-height: 1.6em;
	}
	.settings_description br {
		display: none;
	}
	.align_center img.capture {
		width: 90% !important;
		height: auto !important;
		margin-top: 10px;
	}
	.gochui {
		width: 90%;
	}
	table.settings_items_table {
		width: 90%;
		border-bottom: 1px solid #221815;
	}
	table.settings_items_table tr td {
		border-bottom: none;
	}
	table.settings_items_table.w40 tr td:first-child {
		width: calc(100% - 2px);
	}
	.equipment_lamp table td {
		width: 100%;
	}
	.equipment_lamp p {
		text-align: center;
	}
	.equipment_lamp img.rwd {
		width: 100%;
		height: auto;
	}
	.setup_detail a img {
		width: 100% !important;
		height: auto;
	}
}
/*各種設定ここまで*/
/*エリアバナーここから*/
@media screen and (max-width: 767px) {
	.area_banner_box {
		padding: 15px 20px;
		width: calc(100% - 40px);
	}
	.area_banner_left .area_banner_text {
		margin-bottom: 0px;
	}
}
/*エリアバナーここまで*/
/*エリアポップアップここから*/
@media screen and (max-width: 420px) {
	#modal {
		width: 240px;
		height: 360px;
	}
	.modal-logo img {
		max-width: 100px;
	}
}
/*エリアポップアップここまで*/
/*トップページボトムバナー*/
@media screen and (max-width: 768px) {
	.bottom_banner .bxslider4 {
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.bottom_banner .bxslider4 div {
		width: 40%;
		margin: 0 5px;
	}
	.bottom_banner .bxslider4 div:last-child {
		margin-right: 5px;
	}
	.bottom_banner .bxslider4 div img {
		width: 100%;
		height: auto;
	}
}
/*トラブルシューティング追加ここから*/
@media screen and (max-width: 767px) {
	div.settings {
		display: table;
	}
	div.settings > div {
		display: table-cell;
		vertical-align: middle;
		height: 70px;
	}
	div.settings > div div {
		font-size: 12px;
		line-height: 1.2em;
		height: auto;
	}
}